/*-----------------------------------------------------------------------------------

  Theme Name: Adon - Creative Agency Portfolio HTML Template
  Author: ravextheme
  Support: https://support.ravextheme.com/
  Description:  Adon - Creative Agency Portfolio HTML Template
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* digital agency page css */
/* startup agency page css */
/* creative agency page css */
/* design studio page css */
/* branding agency page css */
/* video production page css */
/* portfolio minimal page css */
/* Portfolio Grid page css */
/* full screen menu slider page css */
/* ai agency page css */
/* about us page css */
/* service page css */
/* service details page css */
/* work page css */
/* work details page css */
/* team page css */
/* team details page css */
/* blog page css */
/* blog details page css */
/* contact page css */
/* error page css */
/* marketing agency page css */
/* modern agency page css */
/* image reveal hover page css */
/* agency portfolio page css */
/* agency portfolio 2 page css */
/* portfolio massonary page css */
/* portfolio full page css */
/* full screen clam slider page css */
/* variable css */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --primary: #111111;
  --secondary: #555555;
  --border: rgba(17, 17, 17, 0.1);
  --bg: #111111;
  --theme: #FA814D;
  --black: #111111;
  --white: #FFFFFF;
  --action: #FA814D;
}

.dark {
  --primary: #FFFFFF;
  --secondary: #999999;
  --border: rgba(255, 255, 255, 0.1);
  --bg: #171717;
}

/* typography css */
/* dm sans  */
/* bdo grotesk  */
@font-face {
  font-family: "BDOGrotesk";
  src: url("../fonts/BDOGrotesk-DemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "BDOGrotesk";
  src: url("../fonts/BDOGrotesk-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "BDOGrotesk";
  src: url("../fonts/BDOGrotesk-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Ultralight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "PPEditorialNew-Regular";
  src: url("../fonts/PPEditorialNew-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Italic.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Thin.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Astro-Nebula";
  src: url("../fonts/Astro-Nebula-Light.otf");
  font-weight: 300;
}
:root {
  --font_dmsans: "DM Sans", sans-serif;
  --font_bdogrotesk: "BDOGrotesk";
  --font_ppeditor: "PPEditorialNew-Italic";
  --font_ppeditorialnewregular: "PPEditorialNew-Regular";
  --font_tartuffotrial: "Tartuffo_Trial-Regular";
  --font_astronebula: "Astro-Nebula";
  --font_awesome: 'Font Awesome 6 pro';
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_dmsans);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.ls-none li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary);
}
@media only screen and (max-width: 1399px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */
.t_parallax_image {
  overflow: hidden;
}

@keyframes t-Bubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-SlideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes t-reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes t-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes t-characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes t-sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}
@keyframes t-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* common css */
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Utility classes for positioning */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* Container with max-width and padding */
.rr-container-1900 {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.rr-container-1850 {
  max-width: 1850px;
}

.rr-container-1750 {
  max-width: 1750px;
}

.rr-container-1860 {
  max-width: 1860px;
}

.rr-container-1890 {
  max-width: 1890px;
}

.rr-container-1455 {
  max-width: 1455px;
}

.rr-container-1897 {
  max-width: 1897px;
}

.rr-container-1650 {
  max-width: 1650px;
}

/* Background color classes */
.rr-bg-primary {
  background-color: var(--primary);
  /* Primary background color */
}

.rr-bg-white {
  background-color: var(--white);
  /* White background color */
}

.rr-bg-black {
  background-color: var(--black);
}
.dark .rr-bg-black {
  background-color: #171717;
}

.rr-bg-light-gray {
  background-color: #F0F0F0;
}
.dark .rr-bg-light-gray {
  background-color: #212121;
}

.rr-bg-light {
  background-color: #F8F2EF;
}
.dark .rr-bg-light {
  background-color: #111111;
  --primary: #F8F2EF;
}

.rr-text-white {
  color: var(--white);
}

.rr-text-primary {
  color: var(--primary);
}

.text-gray {
  color: #555555;
}
.dark .text-gray {
  color: #999999;
}

.rr-light {
  color: #F8F2EF;
}

.agency-body-border {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
  border-left: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .agency-body-border {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .agency-body-border {
    border: none;
  }
}

/* Full background image styling */
.rr-bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rr-bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Centering utility */
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Parallax view styling */
.parallax-view {
  overflow: hidden;
}

.section-subtitle {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 8px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
  border-radius: 500px;
  color: var(--primary);
  display: inline-block;
  border: 1px solid var(--primary);
  text-transform: capitalize;
}
.section-subtitle::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.section-subtitle.sub--white {
  color: var(--white);
  border-color: var(--white);
  font-weight: 400;
}
.section-subtitle.sub--white::before {
  background-color: var(--white);
}

.section-subtitle-2 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: inline-block;
}
.section-subtitle-2.rr-text-white {
  color: var(--white);
}

.section-subtitle-3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: -0.02em;
  display: inline-block;
  color: var(--primary);
}

.section-subtitle-4 {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}

.section-subtitle-5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* Section title styling with responsive font sizes */
.section-title {
  font-size: 90px;
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title {
  /* Specific font family and weight */
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

.font_ppeditor {
  font-family: var(--font_ppeditor);
}

.font_ppeditorialnewregular {
  font-family: var(--font_ppeditorialnewregular);
}

/* Section spacing with responsive padding */
.mb-44 {
  margin-bottom: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt159 {
  padding-top: 259px;
}
@media only screen and (max-width: 1919px) {
  .pt159 {
    padding-top: 209px;
  }
}
@media only screen and (max-width: 1399px) {
  .pt159 {
    padding-top: 159px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt159 {
    padding-top: 109px;
  }
}

.marquee-text-area--padding {
  padding-top: 220px;
}
@media only screen and (max-width: 1919px) {
  .marquee-text-area--padding {
    padding-top: 209px;
  }
}
@media only screen and (max-width: 1399px) {
  .marquee-text-area--padding {
    padding-top: 159px;
  }
}
@media only screen and (max-width: 1199px) {
  .marquee-text-area--padding {
    padding-top: 109px;
  }
}

.section-spacing-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-bottom-200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom-200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom-200 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom-200 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-bottom-200 {
    padding-bottom: 60px;
  }
}

.section-spacing-top-200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top-200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top-200 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top-200 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-top-200 {
    padding-top: 60px;
  }
}

.section-spacing-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-top-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top-150 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top-150 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-top-150 {
    padding-top: 60px;
  }
}

.section-spacing-bottom-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom-150 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom-150 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-bottom-150 {
    padding-bottom: 60px;
  }
}

.section-spacing-top-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top-130 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-top-130 {
    padding-top: 60px;
  }
}

.section-spacing-bottom-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom-130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-bottom-130 {
    padding-bottom: 60px;
  }
}

.section-spacing-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-130 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-130 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-top {
  padding-top: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 60px;
  }
}

.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

/* Container styling with full HD support */
.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Inverted text style */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #CDC9C6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* Side info and offcanvas styling */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* Offset header and logo styling */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* Offset widget box styling */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* Mobile menu customization */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* Sticky header styling */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}
.sticky .header-area__inner {
  height: 80px;
}

/* page title style  */
.page-title-wrapper {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .page-title-wrapper {
    margin-bottom: 10px;
  }
}
.page-title-wrapper .page-title {
  font-size: 140px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7px;
}
@media only screen and (max-width: 1399px) {
  .page-title-wrapper .page-title {
    font-size: 120px;
    letter-spacing: -5px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title-wrapper .page-title {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-title-wrapper .page-title span {
  font-family: var(--font_ppeditor);
}

.side-info-4 {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  text-align: left;
  padding: 0 100px;
  overflow-y: scroll;
  background: var(--white);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s ease-in-out, opacity 0.9s ease-in-out;
}
.dark .side-info-4 {
  background-color: var(--black);
}
@media only screen and (max-width: 991px) {
  .side-info-4 {
    padding: 0 20px;
  }
}
.side-info-4.info-open {
  opacity: 1;
  z-index: 99999999;
  clip-path: inset(0 0 0 0);
}
.side-info-4 .offcanvas-4 .offset-header {
  padding-top: 25px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.side-info-4 .offcanvas-4 .offset-header h6 {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .offset-header h6 {
    display: none;
  }
}
.side-info-4 .offcanvas-4 .offset-header .date {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .offset-header .date {
    display: none;
  }
}
.side-info-4 .offcanvas-4 .offset-logo {
  width: 95px;
  margin-right: 225px;
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .offset-logo {
    margin-right: 0;
  }
}
.side-info-4 .offcanvas-4 .offset-logo img {
  width: 100%;
}
.side-info-4 .offcanvas-4 .contact-meta {
  display: grid;
  margin-bottom: 92px;
  grid-template-columns: 325px auto 182px;
}
.side-info-4 .offcanvas-4 .contact-meta *:not(:first-child) {
  margin-top: 0px;
}
@media only screen and (max-width: 1919px) {
  .side-info-4 .offcanvas-4 .contact-meta {
    grid-template-columns: 200px auto 182px;
  }
}
.side-info-4 .offcanvas-4 .contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.side-info-4 .offcanvas-4 .contact-item .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 30px;
}
.dark .side-info-4 .offcanvas-4 .contact-item .title {
  color: #555555;
}
.side-info-4 .offcanvas-4 .contact-item .socail-media li {
  list-style: none;
}
.side-info-4 .offcanvas-4 .contact-item .socail-media li a {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -0.54px;
  font-family: var(--font_bdogrotesk);
}
.side-info-4 .offcanvas-4 .contact-item .socail-media li a:hover {
  color: var(--secondary);
}
.side-info-4 .offcanvas-4 .contact-item .nav-list li {
  list-style: none;
  transform: translateY(-20px);
}
.side-info-4 .offcanvas-4 .contact-item .nav-list li a {
  color: var(--secondary);
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -4.5px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1919px) {
  .side-info-4 .offcanvas-4 .contact-item .nav-list li a {
    font-size: 80px;
  }
}
.side-info-4 .offcanvas-4 .contact-item .nav-list li a:hover {
  color: var(--primary);
}
.side-info-4 .offcanvas-4 .contact-item .info a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.side-info-4 .offcanvas-4 .contact-item .info a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}
.side-info-4 .offcanvas-4 .contact-item .info a:hover {
  color: #555;
}
.side-info-4 .offcanvas-4 .contact-item .info a:hover::before {
  width: 0;
}
.side-info-4 .offcanvas-4-media {
  max-width: 440px;
  height: 290px;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  position: absolute;
  border-radius: 15px;
}
.side-info-4 .offcanvas-4-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-info-4 .offcanvas-4 .side-info-close {
  width: 200px;
  height: 70px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 29px 25px;
  border-radius: 15px;
  color: var(--primary);
  align-items: center;
  background-color: #F3F3F3;
  letter-spacing: -0.48px;
  justify-content: space-between;
  font-family: var(--font_bdogrotesk);
  border: 1px solid var(--border);
}
.dark .side-info-4 .offcanvas-4 .side-info-close {
  background-color: #1B1B1B;
}
.side-info-4 .offcanvas-4 .side-info-close:hover {
  transform: rotate(0deg);
  border-color: transparent;
  background-color: var(--black);
  color: var(--white);
}
.dark .side-info-4 .offcanvas-4 .side-info-close:hover {
  background-color: var(--white);
  color: var(--black);
}

/* inverted text style  */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(17, 17, 17, 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* =========================================================
BASE CUSTOM CURSOR SETUP
========================================================= */
html[data-cursor=c1],
html[data-cursor=c1] *,
html[data-cursor=c1] button,
html[data-cursor=c1] a,
html[data-cursor=c1] input,
html[data-cursor=c1] textarea,
html[data-cursor=c1] select {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999999999;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
}

.custom-cursor img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1399px) {
  .custom-cursor img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-cursor img {
    max-width: 40px;
  }
}

/* theme css */
html {
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

body {
  background-color: #FFFFFF;
  color: var(--secondary);
}

.body-wrapper {
  background-color: var(--white);
}
.body-wrapper.dark {
  background-color: var(--black);
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}

.theme-bg-white {
  background-color: var(--white);
}
.theme-bg-black {
  background-color: var(--black);
}
.dark .theme-bg-black {
  background-color: #171717;
}
.theme-bg-primary {
  background-color: var(--primary);
}
.theme-bg-secondary {
  background-color: var(--secondary);
}
.theme-bg-transparent {
  background-color: transparent;
}
.theme-bg-theme {
  background-color: var(--theme);
}

.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}

.header__area-6 {
  position: unset;
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

.show-light {
  display: inline-block;
}
.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}
.dark .show-dark {
  display: inline-block;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

/* preloader css */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* scroll css */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.light .scroll__down p {
  color: var(--black);
}
.light .scroll__down span {
  border-color: var(--white-3);
}
.light .scroll__down span i {
  color: var(--black);
}
.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

/* button css */
.rr-btn-group {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--font_dmsans);
}
.rr-btn-group.btn-whte .b {
  border: 1px solid white;
  color: var(--white);
}
.rr-btn-group.btn-whte .c {
  border: 1px solid white;
  color: var(--white);
}

.rr-btn-group span {
  letter-spacing: 0;
}
.rr-btn-group:hover .b {
  transform: rotate(-20deg);
}
.rr-btn-group:hover .c {
  transform: translate(-7px, 0px);
}

.rr-btn-group .b {
  padding: 9px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  background-color: transparent;
  border: 2px solid var(--black);
  border-radius: 50px;
  transition: all 0.3s;
}

.rr-btn-group .c {
  padding: 9px 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  background-color: transparent;
  border: 2px solid var(--black);
  border-radius: 50px;
  transition: all 0.3s;
}
.rr-btn-group .c i {
  rotate: -30deg;
}

.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 25px 36px;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.dark .rr-btn {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 18px 29px;
  }
}
@media (max-width: 575px) {
  .rr-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}
.dark .rr-btn:hover .btn-wrap .text-two, .dark .rr-btn:focus .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background-color: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.dark .rr-btn::before {
  background-color: var(--black);
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-one {
  color: var(--black);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-two {
  color: var(--black);
}
.rr-btn.btn-border {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: transparent;
  color: var(--black);
  padding: 25px 42px;
}
.rr-btn.btn-border:hover, .rr-btn.btn-border:focus {
  border-color: transparent;
  color: white;
}
.rr-btn.btn-border:hover .text-two, .rr-btn.btn-border:focus .text-two {
  color: #F9F9F9;
}
.rr-btn.btn-border .btn-wrap .text-one {
  color: var(--black);
}
.rr-btn.btn-border .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn.btn-border-white {
  border: 1px solid rgba(252, 247, 243, 0.1);
  background-color: transparent;
}
.rr-btn.btn-white {
  border-radius: 20px;
  padding: 25px 25px;
  border-color: transparent;
  background-color: var(--white);
}
.rr-btn.btn-white::before {
  background-color: var(--primary);
}
.rr-btn.btn-white .text-one,
.rr-btn.btn-white .text-two {
  gap: 119px;
  display: flex;
}
@media only screen and (max-width: 1399px) {
  .rr-btn.btn-white .text-one,
  .rr-btn.btn-white .text-two {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rr-btn.btn-white .text-one,
  .rr-btn.btn-white .text-two {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rr-btn.btn-white .text-one,
  .rr-btn.btn-white .text-two {
    gap: 20px;
  }
}
.rr-btn.btn-white .btn-wrap .text-one {
  color: var(--primary);
}
.rr-btn.btn-white .btn-wrap .text-two {
  color: var(--white);
}

.rr-btn-plus {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
  padding: 20px 50px 20px 33px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.dark .rr-btn-plus {
  background-color: var(--black);
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rr-btn-plus {
    padding: 10px 20px 10px 18px;
  }
}
@media (max-width: 575px) {
  .rr-btn-plus {
    font-size: 14px;
  }
}
.rr-btn-plus:hover .icon:before, .rr-btn-plus:focus .icon:before {
  transform: scale(30);
}
.rr-btn-plus:hover .btn-wrap .text-one, .rr-btn-plus:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn-plus:hover .btn-wrap .text-two, .rr-btn-plus:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}
.dark .rr-btn-plus:hover .btn-wrap .text-two, .dark .rr-btn-plus:focus .btn-wrap .text-two {
  color: var(--black);
}
.rr-btn-plus .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 48px;
}
.rr-btn-plus .icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFD80C;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
}
.rr-btn-plus .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-plus .btn-wrap .text-one,
.rr-btn-plus .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn-plus .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--black);
  transition: all 0.5s;
}
.dark .rr-btn-plus .btn-wrap .text-one {
  color: var(--white);
}
.rr-btn-plus .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--black);
  transition: all 0.5s;
}
.dark .rr-btn-plus .btn-wrap .text-two {
  color: var(--black);
}

.rr-btn-underline {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 0px;
  white-space: nowrap;
}
.rr-btn-underline:hover::before {
  width: 0;
}
.rr-btn-underline:hover i {
  rotate: 0deg;
}
.rr-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s;
}
.rr-btn-underline i {
  font-size: 17px;
  font-weight: 400;
  rotate: -50deg;
  transition: all 0.3s;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.btn-hover-default {
  transition: all 0.5s;
}
.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white);
}
.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}
.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}
.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
}
.btn-hover-mask:hover {
  color: var(--white);
}
.btn-hover-mask:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.btn-rollover-top {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-rollover-left {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/* menu css */
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}
.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}
.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}
.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}
.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}
.menu-with-number li {
  display: inline-block;
}
.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-with-number li a:hover span {
  color: var(--white);
}
.menu-with-number li a:hover span::before {
  background-color: var(--white);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}
.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}
.light .main-menu-2 li a {
  color: var(--black);
}
.light .main-menu-2 li a:hover {
  color: var(--primary);
}
.light .main-menu-3 li a {
  color: var(--black);
}
.light .main-menu-3 li a:hover {
  color: var(--primary);
}
.light .sidebar-menu li a {
  color: var(--black);
}
.light .sidebar-menu li a:hover {
  color: var(--primary);
}
.light .menu-with-number li a {
  color: var(--black);
}
.light .menu-with-number li a:hover span {
  color: var(--black);
}
.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}
.light .menu-with-number li a span {
  color: var(--black-9);
}
.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}
.light .menu-with-number li a.active span {
  color: var(--black);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/* modal css */
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}
.modal__content {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}
.modal__content iframe {
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}
.modal__close:hover {
  color: var(--primary);
}
.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}
.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}
.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}
.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    object-fit: cover;
    margin-top: 45%;
  }
}

/* cursor css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 500px;
  transform: scale(0);
  transition: opacity 0.1s, transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: scale(0) rotate(10deg);
  transition: opacity 0.4s, transform 0.3s;
  color: white;
}

/* Exclusion and Blending Modes */
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

/* Cursor Visibility and Transformations */
.cb-cursor.-visible:before {
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  transform: scale(0);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.cb-cursor.all-element:before {
  transform: scale(1.6);
  opacity: 0.2;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  transform: scale(1.32);
}

.cb-cursor.-text:before {
  background: #000;
  opacity: 1;
  backdrop-filter: blur(10px);
  transform: scale(2);
}

.cb-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  transform: scale(0);
}

/*----------------------------------------*/
/*  Context-Specific Styles  */
/*----------------------------------------*/
@supports (mix-blend-mode: exclusion) {
  .body-startup-agency .cb-cursor.-exclusion,
  .body-startup-agency .cb-cursor {
    mix-blend-mode: exclusion;
    opacity: 1;
  }
  .body-startup-agency .cb-cursor.-exclusion:before,
  .body-startup-agency .cb-cursor:before {
    background: white;
    opacity: 1;
  }
}

.cb-cursor.-small {
  mix-blend-mode: normal;
  white-space: nowrap;
}
.cb-cursor.-small::before {
  background-color: #fff;
  width: 80px;
  height: 28px;
  top: -14px;
  left: -40px;
}
.cb-cursor.-small .cb-cursor-text {
  color: black;
}

.cb-cursor.-big {
  mix-blend-mode: normal;
  white-space: nowrap;
}
.cb-cursor.-big::before {
  background-color: #fff;
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  mix-blend-mode: normal;
}
.cb-cursor.-big .cb-cursor-text {
  color: black;
}

.cb-cursor.portfolio:before {
  display: none;
}

.cb-cursor-text.portfolio {
  width: 420px;
  left: -210px;
}
@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio {
    width: 350px;
    left: -175px;
  }
}
@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio {
    width: 280px;
    left: -140px;
  }
}
.cb-cursor-text.portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor-text.portfolio .hover-display {
  width: 420px;
}
@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 350px;
  }
}
@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 280px;
  }
}
.cb-cursor-text.portfolio .hover-display .hover-thumb img {
  width: 100%;
}
.cb-cursor-text.portfolio .hover-display .hover-content {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  margin-top: 14px;
  text-align: start;
}
.cb-cursor-text.portfolio .hover-display .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.cb-cursor-text.portfolio .hover-display .date {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--white);
}

.cb-cursor.-portfolio:before {
  display: none;
}
.cb-cursor.-portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor.-portfolio .content {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cb-cursor.-portfolio .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 27px;
  background-color: var(--white);
  padding: 15px 20px 13px;
  white-space: nowrap;
  color: var(--black);
  font-family: var(--font_tartuffotrial);
}
.cb-cursor.-portfolio .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  white-space: nowrap;
  line-height: 27px;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}

/* header css */
/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area__inner {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 70px;
  padding: 0 30px 0 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    display: flex;
  }
}
@media (min-width: 1650px) {
  .header-area .container.large {
    max-width: 1650px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FFFFFF;
}
.header-area .header__logo img {
  width: 100px;
}
.header-area .main-menu > ul {
  display: flex;
}
.header-area .main-menu > ul > li:hover > a {
  color: #999999;
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 29px 14px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu li a {
    padding: 29px 10px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--white);
}
.header-area .search-icon {
  color: var(--primary);
}
.header-area .header__navicon {
  margin-left: auto;
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* header area 2 style  */
.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-2__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-2__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-2__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
.header-area-2 .sticky,
.header-area-2 .transformed {
  background-color: #FCF7F3;
}
.header-area-2 .header__logo img {
  width: 100px;
}
.header-area-2 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 17px;
  color: var(--primary);
}
.header-area-2 .main-menu li a:hover {
  color: var(--secondary);
}
.header-area-2 .main-menu > ul > li:hover > a {
  color: var(--white);
}
.header-area-2 .side-toggle .bar-icon {
  width: 25px;
  height: 12px;
}
.header-area-2 .side-toggle .bar-icon span {
  background-color: var(--black);
  height: 2px;
  border-radius: 500px;
}
.header-area-2 .side-toggle .bar-icon span:nth-child(1) {
  margin-left: 7px;
  width: 18px;
}
.header-area-2 .side-toggle .bar-icon span:nth-child(3) {
  margin-left: 17px;
  width: 8px;
}

.header-inner .header-area-2__inner {
  border-bottom: 1px solid var(--border);
}
.header-inner .main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.header-inner .header__navicon {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header-inner .header__navicon .rr-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 11.5px 23px;
  letter-spacing: -0.64px;
}
@media (max-width: 575px) {
  .header-inner .header__navicon .rr-btn {
    display: none;
  }
}
.header-inner .side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}
.header-inner .side-toggle .bar-icon svg * {
  transition: all 0.5s;
}
.header-inner .side-toggle .bar-icon:hover {
  background-color: var(--primary);
  border-color: transparent;
}
.header-inner .side-toggle .bar-icon:hover svg * {
  fill: var(--white);
}
.header-inner .side-toggle .bar-icon img {
  width: 15px;
}

/* header area 3 style  */
.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-3__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100px;
  padding: 20px 25px 20px 30px;
  margin-top: 10px;
  border-radius: 20px;
  width: 950px;
  background-color: var(--white);
}
.dark .header-area-3__inner {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .header-area-3__inner {
    width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    width: 500px;
    height: 80px;
    padding: 10px 20px 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-3__inner {
    width: 100%;
  }
}
.header-area-3 .sticky,
.header-area-3 .transformed {
  background-color: #FFFFFF;
}
.header-area-3 .header__logo img {
  width: 100px;
}
.header-area-3 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 29px 10px;
  color: var(--white);
}
.header-area-3 .main-menu li a:hover {
  color: var(--white);
}
.header-area-3 .search-icon {
  color: var(--primary);
}
.header-area-3 .rr-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 22px 32px;
  border-radius: 20px;
  border: none;
}
.header-area-3 .rr-btn:hover {
  background-color: rgb(255, 216, 12);
}
.header-area-3 .rr-btn:before {
  background-color: rgb(255, 216, 12);
}
.header-area-3 .header__logo {
  margin-right: auto;
}
@media (max-width: 575px) {
  .header-area-3 .header__btn {
    display: none;
  }
}
.header-area-3 .header__navicon {
  position: relative;
}
.header-area-3 .side-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .header-area-3 .side-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-area-3 .side-toggle:hover {
  background-color: #FFD80C;
  border-color: transparent;
}
.header-area-3 .dot {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: var(--primary);
  transition: all 0.4s ease;
}
.header-area-3 .offcanvas-3 {
  top: 0;
  right: 0;
  height: auto;
  padding: 100px;
  position: absolute;
  border-radius: 20px;
  overflow-y: scroll;
  pointer-events: none;
  background-color: var(--white);
  transform-origin: 100% 0%;
  transition: all 0.5s ease-in;
  clip-path: inset(0% 0% 100% 100%);
  will-change: transform, opacity, filter;
  transform: translate3d(0, 0, 0) scale(0);
}
.dark .header-area-3 .offcanvas-3 {
  background-color: var(--black);
}
.header-area-3 .offcanvas-3.info-open {
  opacity: 1;
  filter: none;
  height: 990px;
  margin: -20px;
  margin-right: -25px;
  pointer-events: auto;
  width: 950px;
  overflow-y: scroll;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3.info-open {
    width: 700px;
    height: 100vh;
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3.info-open {
    width: 500px;
    padding: 100px 30px 50px;
    margin: -10px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-3 .offcanvas-3.info-open {
    width: calc(100vw - 25px);
    padding: 100px 30px 50px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .offcanvas-3.info-open {
    padding: 100px 20px 50px;
  }
}
.header-area-3 .offcanvas-3 .offset-header {
  display: flex;
  align-items: center;
  padding: 29px 30px;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background-color: #F3F3F3;
}
.dark .header-area-3 .offcanvas-3 .offset-header {
  background-color: #1B1B1B;
  border-color: rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-header {
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .offcanvas-3 .offset-header {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.header-area-3 .offcanvas-3 .offset-header h6 {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-header h6 {
    font-size: 15px;
  }
}
.header-area-3 .offcanvas-3 .offset-header .date {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-header .date {
    font-size: 15px;
  }
}
.header-area-3 .offcanvas-3 .offset-logo {
  width: 95px;
  margin-right: 100px;
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .offset-logo {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-logo {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .offcanvas-3 .offset-logo {
    width: 95px;
  }
}
.header-area-3 .offcanvas-3 .offset-logo img {
  width: 100%;
}
.header-area-3 .offcanvas-3 .contact-meta {
  display: grid;
  margin-bottom: 96px;
  grid-template-columns: 338px 1fr;
}
.header-area-3 .offcanvas-3 .contact-meta *:not(:first-child) {
  margin-top: 0px;
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .contact-meta {
    grid-template-columns: 225px 1fr;
  }
}
.header-area-3 .offcanvas-3 .contact-info {
  display: flex;
  gap: 154px;
}
.header-area-3 .offcanvas-3 .contact-info-item .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 25px;
}
.header-area-3 .offcanvas-3 .contact-info-item a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.header-area-3 .offcanvas-3 .contact-info-item a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}
.header-area-3 .offcanvas-3 .contact-info-item a:hover {
  color: var(--secondary);
}
.header-area-3 .offcanvas-3 .contact-info-item a:hover::before {
  width: 0;
}
.header-area-3 .offcanvas-3 .contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.header-area-3 .offcanvas-3 .contact-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  color: #999999;
}
.dark .header-area-3 .offcanvas-3 .contact-item .title {
  color: #555555;
}
.header-area-3 .offcanvas-3 .contact-item .socail-media li {
  list-style: none;
}
.header-area-3 .offcanvas-3 .contact-item .socail-media li a {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -0.54px;
  font-family: var(--font_bdogrotesk);
}
.header-area-3 .offcanvas-3 .contact-item .socail-media li a:hover {
  color: var(--secondary);
}
.header-area-3 .offcanvas-3 .contact-item .nav-list li {
  list-style: none;
}
.header-area-3 .offcanvas-3 .contact-item .nav-list li a {
  color: #999;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .contact-item .nav-list li a {
    font-size: 40px;
  }
}
.header-area-3 .offcanvas-3 .contact-item .nav-list li a:hover {
  color: var(--black);
}
.dark .header-area-3 .offcanvas-3 .contact-item .nav-list li a:hover {
  color: var(--white);
}
.header-area-3 .offcanvas-3 .side-info-close {
  right: 20px;
  top: 20px;
  width: 107px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  line-height: 20px;
  border-radius: 15px;
  gap: 15px;
  border: none;
  background: transparent;
  color: var(--primary);
  align-items: center;
  letter-spacing: -0.48px;
  font-family: var(--font_bdogrotesk);
}
.header-area-3 .offcanvas-3 .side-info-close span {
  width: 50px;
  height: 50px;
  display: flex;
  min-width: 50px;
  border-radius: 15px;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .header-area-3 .offcanvas-3 .side-info-close span {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-area-3 .offcanvas-3 .side-info-close:hover {
  transform: rotate(0deg);
}
.header-area-3 .offcanvas-3 .side-info-close:hover span {
  background: #FFD80C;
  border-color: transparent;
  color: var(--black);
}

/* header area 4 style  */
.header-area-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-4__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
  border-bottom: 1px solid var(--border);
}
.header-area-4 .sticky,
.header-area-4 .transformed {
  background-color: #FFFFFF;
}
.header-area-4 .header__logo img {
  width: 100px;
}
.header-area-4 .header__nav {
  margin-right: 90px;
}
.header-area-4 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 32px 25px;
  text-transform: uppercase;
}
.header-area-4 .main-menu li a:hover {
  color: var(--primary);
}
.header-area-4 .main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.header-area-4 .search-icon {
  color: var(--primary);
}
.header-area-4 .rr-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 26px;
  border-radius: 50px;
}
.header-area-4 .header__logo {
  margin-right: auto;
}
@media (max-width: 575px) {
  .header-area-4 .header__btn {
    display: none;
  }
}
.header-area-4 .side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: all 0.5s;
}
.header-area-4 .side-toggle svg * {
  transition: all 0.5s;
}
.dark .header-area-4 .side-toggle svg * {
  fill: var(--white);
}
.header-area-4 .side-toggle:hover {
  background-color: var(--primary);
  border-color: transparent;
}
.header-area-4 .side-toggle:hover svg * {
  fill: var(--white);
}
.dark .header-area-4 .side-toggle:hover svg * {
  fill: var(--black);
}

/* header area 5 style  */
.header-area-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.header-area-5__inner {
  display: flex;
  margin-top: 30px;
  gap: 10px;
  position: relative;
}
.header-area-5 .header__logo img {
  width: 100px;
}
.header-area-5 .header__nav {
  margin-left: 832px;
  margin-right: auto;
}
@media only screen and (max-width: 1399px) {
  .header-area-5 .header__nav {
    margin-left: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-5 .header__nav {
    margin-left: 0px;
  }
}
.header-area-5 .main-menu ul {
  display: block;
}
.header-area-5 .main-menu ul:hover li a {
  opacity: 0.3;
}
.header-area-5 .main-menu ul li {
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
}
.header-area-5 .main-menu ul li:not(:last-child) {
  margin-bottom: 6px;
}
.header-area-5 .main-menu ul li a {
  display: block;
  padding: 0;
}
.header-area-5 .main-menu ul li a:hover {
  opacity: 1;
  color: var(--primary) !important;
}
.header-area-5 .main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.header-area-5 .rr-btn {
  border-radius: 15px;
  padding: 14px 25px;
  background-color: var(--white);
  border-color: transparent;
}
.dark .header-area-5 .rr-btn {
  background-color: var(--black);
}
.header-area-5 .rr-btn:before {
  background-color: transparent;
}
.header-area-5 .rr-btn .text-one,
.header-area-5 .rr-btn .text-two {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.dark .header-area-5 .rr-btn .text-one,
.dark .header-area-5 .rr-btn .text-two {
  color: var(--white);
}
.header-area-5 .rr-btn .text-one::before,
.header-area-5 .rr-btn .text-two::before {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--black);
}
.dark .header-area-5 .rr-btn .text-one::before,
.dark .header-area-5 .rr-btn .text-two::before {
  background-color: var(--white);
}
@media (max-width: 575px) {
  .header-area-5 .header__btn {
    display: none;
  }
}
.header-area-5 .side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
.dark .header-area-5 .side-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-area-5 .side-toggle:hover {
  background-color: #FFD80C;
  border-color: transparent;
}
.header-area-5 .side-toggle:hover svg * {
  fill: var(--black);
}
.header-area-5 .side-toggle svg * {
  fill: var(--primary);
}

/* header area 7 style  */
.header-area-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F8F2EF;
}
.dark .header-area-7 {
  background-color: #111111;
}
.header-area-7.header-area-10 {
  background: transparent;
}
.header-area-7.header-area-10 .header-area-7__inner {
  gap: 0;
}
.header-area-7.header-area-10 .main-menu li a {
  text-transform: capitalize;
}
.header-area-7.header-area-10 .header__nav {
  margin-right: 424px;
}
@media only screen and (max-width: 1399px) {
  .header-area-7.header-area-10 .header__nav {
    margin-right: 100px;
  }
}
.header-area-7__inner {
  display: flex;
  align-items: center;
  gap: 98px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-7__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-7__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
.header-area-7 .sticky,
.header-area-7 .transformed {
  background-color: #F8F2EF;
}
.header-area-7 .header__logo img {
  width: 100px;
}
.header-area-7 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 24px;
  text-transform: uppercase;
}
.header-area-7 .main-menu li a:hover {
  color: var(--secondary);
}
.header-area-7 .header__navicon {
  gap: 20px;
  display: flex;
  align-items: center;
}
.header-area-7 .header__navicon .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-area-7 .header__navicon .btn-line {
    display: none;
  }
}
.header-area-7 .header__navicon .btn-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}
.header-area-7 .header__navicon .btn-line:hover {
  color: var(--secondary);
}
.header-area-7 .header__navicon .btn-line:hover::before {
  width: 0;
}
.header-area-7 .header__navicon .rr-btn {
  padding: 15px 22px;
  font-size: 14px;
  text-transform: uppercase;
}
.header-area-7 .side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}
.dark .header-area-7 .side-toggle .bar-icon {
  border-color: rgba(248, 242, 239, 0.4);
}
.header-area-7 .side-toggle .bar-icon:hover {
  background-color: var(--primary);
  border-color: transparent;
}
.header-area-7 .side-toggle .bar-icon:hover svg * {
  fill: var(--white);
}
.dark .header-area-7 .side-toggle .bar-icon:hover svg * {
  fill: var(--black);
}
.header-area-7 .side-toggle .bar-icon img {
  width: 15px;
}
.header-area-7 .side-toggle .bar-icon svg * {
  transition: all 0.5s;
}
.dark .header-area-7 .side-toggle .bar-icon svg * {
  fill: var(--white);
}

.header-area-14 .header__nav {
  margin-right: 90px;
}
@media only screen and (max-width: 1399px) {
  .header-area-14 .header__nav {
    margin-right: 40px;
  }
}
.header-area-14 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 32px 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .header-area-14 .main-menu li a {
    padding: 32px 15px;
  }
}
.header-area-14 .main-menu li a:hover {
  color: var(--primary);
}

.bar-icon {
  width: 26px;
  height: 18px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
/* header area 8 style  */
.header-area-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-8__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area-8__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.header-area-8__inner > *:nth-child(2) {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header-area-8__inner > *:nth-child(2) {
    text-align: end;
  }
}
.header-area-8__inner > *:nth-child(3) {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .header-area-8__inner > *:nth-child(3) {
    display: none;
  }
}
.header-area-8 .sticky,
.header-area-8 .transformed {
  background-color: #FFFFFF;
}
.header-area-8 .header__logo img {
  width: 112px;
}
.header-area-8 .menu-toggle {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  transition: all 0.3s;
}
.header-area-8 .menu-toggle:hover {
  color: #999999;
}
.header-area-8 .rr-btn-underline {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  padding-bottom: 2px;
}
.header-area-8 .rr-btn-underline:hover:before {
  width: 100%;
}
.header-area-8 .rr-btn-underline:before {
  width: 0;
}

/* header area 6 style  */
.header-area-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-6__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .header-area-6__inner {
    height: 80px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  }
}
.header-area-6 .sticky,
.header-area-6 .transformed {
  background-color: #FFFFFF;
}
.header-area-6 .header__logo img {
  width: 100px;
}
.header-area-6 .header__logo {
  margin-right: auto;
}
.header-area-6 .side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
.dark .header-area-6 .side-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-area-6 .side-toggle:hover {
  background-color: #FFD80C;
  border-color: transparent;
}
.header-area-6 .side-toggle:hover svg * {
  fill: var(--black);
}
.header-area-6 .side-toggle svg * {
  fill: var(--primary);
  transition: all 0.5s;
}

/* header area 17 style  */
.header-area-17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-17__inner {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  min-height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-17__inner {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-17__inner {
    grid-template-columns: 1fr auto;
  }
}
.header-area-17 .header__logo {
  margin-left: 20px;
}
.header-area-17 .header__logo img {
  width: 83px;
}
.header-area-17 .header__logo .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 5px 0;
  border-left: 1px solid var(--primary);
  padding-left: 20px;
  margin-left: 20px;
}
@media (max-width: 400px) {
  .header-area-17 .header__logo .info {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-17 .header__nav {
    display: none;
  }
}
.header-area-17 .main-menu > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.header-area-17 .main-menu > ul > li:nth-child(2n) {
  border-left: 1px solid rgba(17, 17, 17, 0.15);
}
.header-area-17 .main-menu > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 42px 20px;
}
@media only screen and (max-width: 1919px) {
  .header-area-17 .main-menu > ul > li > a {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-17 .header__btn {
    display: none;
  }
}
.header-area-17 .rr-btn-classic {
  padding: 42px 20px;
}
@media only screen and (max-width: 1919px) {
  .header-area-17 .rr-btn-classic {
    padding: 32px 20px;
  }
}
.header-area-17 .header__navicon {
  text-align: end;
}
.header-area-17 .side-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid rgba(17, 17, 17, 0.15);
  position: relative;
  margin-right: 20px;
}
.dark .header-area-17 .side-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-area-17 .side-toggle:hover {
  background-color: #FB7515;
  border-color: transparent;
}
.header-area-17 .dot {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: var(--primary);
  transition: all 0.4s ease;
}

/* footer css */
/* footer area style  */
.footer-area.footer-area-5 .footer-widget-wrapper-box {
  border-bottom: none;
}
.footer-area.footer-area-5 .footer-widget-wrapper-box::before {
  display: none;
}
.footer-area.footer-area-5 .footer-widget-box .title {
  color: #999999;
}
.dark .footer-area.footer-area-5 .footer-widget-box .title {
  color: #999999;
}
.footer-area.footer-area-5 .subscribe-form {
  max-width: 515px;
}
.footer-area.footer-area-5 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: var(--white);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area.footer-area-5 .subscribe-form .input-field {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .footer-area.footer-area-5 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area.footer-area-5 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
.footer-area.footer-area-5 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area.footer-area-5 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area.footer-area-5 .subscribe-form .input-field i {
  rotate: -45deg;
  font-size: 20px;
  color: var(--primary);
}
.footer-area.footer-area-5 .subscription-text {
  margin-top: 23px;
}
.footer-area.footer-area-5 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
.footer-area.footer-area-5 .subscription-text .text a {
  position: relative;
}
.footer-area.footer-area-5 .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area.footer-area-5 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area.footer-area-5 .copyright-text .text a {
  color: #999999;
}
.dark .footer-area.footer-area-5 .copyright-text .text a {
  color: #999999;
}
.footer-area .copyright-area-5 {
  border-top: 1px solid var(--border);
}
.footer-area .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 100px 0px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box {
    padding: 50px 0;
  }
}
.footer-area .footer-widget-wrapper-box::before {
  content: "";
  position: absolute;
  right: 795px;
  background-color: var(--border);
  width: 1px;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box::before {
    right: 670px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper-box::before {
    right: 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box::before {
    right: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper-box::before {
    display: none;
  }
}
.footer-area .footer-widget-wrapper-box .content .title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -3.5px;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
  display: inline-block;
}
.dark .footer-area .footer-widget-wrapper-box .content .title {
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.footer-area .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 53px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #999999;
  font-family: var(--font_dmsans);
}
.dark .footer-area .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
.footer-area .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
  list-style: none;
}
.footer-area .footer-nav-list li a {
  display: block;
}
.footer-area .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.footer-area .copyright-area-inner {
  padding: 48px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area .copyright-area-inner {
    padding: 38px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-area-inner {
    padding: 28px 0;
  }
}
.footer-area .copyright-text .text {
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-text .text {
    font-size: 20px;
  }
}
.footer-area .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area .copyright-text .text a {
  color: #555555;
}
.footer-area .copyright-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area .copyright-text .text a:hover {
  color: var(--black);
}
.dark .footer-area .copyright-text .text a:hover {
  color: var(--white);
}
.footer-area .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 2 style  */
.footer-area-2 {
  margin-top: -3px;
}
.footer-area-2 .footer-widget-wrapper-box {
  position: relative;
}
.footer-area-2 .footer-widget-wrapper-box::before {
  left: 740px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .footer-widget-wrapper-box::before {
    left: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper-box::before {
    left: 400px;
  }
}
.footer-area-2 .footer-widget-wrapper {
  gap: 30px 90px;
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 300px 1fr;
    gap: 30px 40px;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-box.content .title {
    font-size: 55px;
    line-height: 65px;
  }
  .footer-area-2 .footer-widget-box.content .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-box.content .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.footer-area-2 .footer-widget-box.content .title span {
  font-family: var(--font_ppeditor);
}

/* footer area 3 style  */
.footer-3-area-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 780px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -3px;
}
@media only screen and (max-width: 1919px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr;
  }
}

.footer-3-logo img {
  max-width: 223px;
}
@media only screen and (max-width: 1199px) {
  .footer-3-logo img {
    max-width: 173px;
  }
}

.footer-3-link-box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px;
}
.dark .footer-3-link-box {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .footer-3-link-box {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-link-box {
    padding: 20px 20px;
  }
}

.footer-3-social {
  margin-top: 30px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.footer-3-social a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  border: 1px solid rgba(17, 17, 17, 0.15);
  padding: 21px 19px;
  border-radius: 20px;
  display: inline-block;
}
.dark .footer-3-social a {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .footer-3-social a {
    padding: 16px 19px;
  }
}
.footer-3-social a:hover {
  background-color: #FFD80C;
  border-color: transparent;
}

.footer-3-subscription-text {
  background-color: var(--white);
  border-radius: 20px;
  padding: 45px 30px 47px;
}
.dark .footer-3-subscription-text {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .footer-3-subscription-text {
    padding: 35px 30px 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-subscription-text {
    padding: 15px 20px 17px;
  }
}
.footer-3-subscription-text .text {
  font-family: var(--fotn_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.footer-3-newsletter-box {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.footer-3-subscription-text {
  flex-grow: 1;
}

.footer-3-subscribe-form .input-field {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-3-subscribe-form input {
  width: 100%;
  background-color: var(--white);
  border: 0;
  outline: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--primary);
  height: 100px;
  padding: 20px 30px;
  border-radius: 20px;
}
.dark .footer-3-subscribe-form input {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .footer-3-subscribe-form input {
    height: 80px;
    padding: 20px 20px;
  }
}
.footer-3-subscribe-form input::placeholder {
  color: var(--secondary);
}
.dark .footer-3-subscribe-form input::placeholder {
  color: #555555;
}
.footer-3-subscribe-form input:-webkit-autofill, .footer-3-subscribe-form input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-3-subscribe-form .subscribe-btn {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-color: #FFD80C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-3-subscribe-form .subscribe-btn {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.footer-3-subscribe-form .subscribe-btn:hover .icon .first {
  transform: translate(100%, -100%);
}
.footer-3-subscribe-form .subscribe-btn:hover .icon .second {
  transform: translate(0%, 0%);
}
.footer-3-subscribe-form .subscribe-btn .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.footer-3-subscribe-form .subscribe-btn .icon .first {
  transition: all 0.3s;
}
.footer-3-subscribe-form .subscribe-btn .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
}

/* footer area 4 style  */
.copyright-area-4-inner {
  border-top: 1px solid var(--border);
  padding: 48px 0;
}
@media only screen and (max-width: 1919px) {
  .copyright-area-4-inner {
    padding: 38px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .copyright-area-4-inner {
    padding: 28px 0;
  }
}

.copyright-4-text .text {
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .copyright-4-text .text {
    font-size: 20px;
  }
}
.copyright-4-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.copyright-4-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.copyright-4-text .text a:hover {
  color: var(--black);
}
.dark .copyright-4-text .text a:hover {
  color: var(--white);
}
.copyright-4-text .text a:hover::before {
  width: 100%;
}

/* footer area 6 style  */
.footer-area-6 .footer-area-6-inner {
  border-top: 1px solid var(--border);
}
.footer-area-6 .footer-area-6-list {
  gap: 20px;
  display: flex;
  padding: 68px 0;
  flex-wrap: wrap;
  max-width: 987px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-area-6 .footer-area-6-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-6 .footer-area-6-list {
    padding: 50px 0;
  }
}
.footer-area-6 .footer-area-6-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}
.footer-area-6 .footer-area-6-list li a {
  display: inline-block;
  position: relative;
}
.footer-area-6 .footer-area-6-list li a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}
.footer-area-6 .footer-area-6-list li a:hover::before {
  width: 0;
}

/* footer area 7 style  */
.footer-area-7 .footer-inner-7 {
  border-top: 1px solid #D5D0CE;
}
.dark .footer-area-7 .footer-inner-7 {
  border-color: #292929;
}
.footer-area-7 .footer-widget-wrapper {
  display: grid;
  grid-template-columns: 833px 445px 540px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-7 .footer-widget-wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .footer-widget-wrapper {
    grid-template-columns: auto;
  }
}
.footer-area-7 .copyright-text {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-7 .copyright-text {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-7 .copyright-text {
    padding-top: 50px;
  }
}
.footer-area-7 .copyright-text .text {
  font-size: 20px;
  margin-top: 43px;
  font-weight: 400;
  color: var(--black);
}
.dark .footer-area-7 .copyright-text .text {
  color: #F8F2EF;
}
@media only screen and (max-width: 1199px) {
  .footer-area-7 .copyright-text .text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .copyright-text .text {
    margin-top: 15px;
  }
}
.footer-area-7 .footer-widget-box {
  padding-left: 100px;
  position: relative;
  padding-top: 94px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-7 .footer-widget-box {
    padding-left: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-7 .footer-widget-box {
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .footer-widget-box {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.footer-area-7 .footer-widget-box::before {
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 1000px;
  position: absolute;
  background-color: #D5D0CE;
}
.dark .footer-area-7 .footer-widget-box::before {
  background-color: #292929;
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .footer-widget-box::before {
    display: none;
  }
}
.footer-area-7 .footer-widget-box .title {
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 36px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .footer-area-7 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .footer-widget-box .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .footer-area-7 .footer-widget-box .title {
    font-size: 22px;
  }
}
.footer-area-7 .footer-widget-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}
.footer-area-7 .footer-widget-box .group {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary);
}
.dark .footer-area-7 .footer-widget-box .group {
  border-color: #F8F2EF;
}
.footer-area-7 .footer-widget-box .group input {
  width: 100%;
  border: none;
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
  background: transparent;
}
.footer-area-7 .footer-widget-box .group input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.footer-area-7 .footer-widget-box .group input::placeholder {
  color: #999999;
}
.dark .footer-area-7 .footer-widget-box .group input::placeholder {
  color: #555555;
}
.footer-area-7 .footer-widget-box .group button i {
  color: var(--primary);
}
.dark .footer-area-7 .footer-widget-box .group button i {
  color: #F8F2EF;
}

/* footer area 8 style  */
.footer-8-inner {
  padding-top: 46px;
  padding-bottom: 195px;
}
@media only screen and (max-width: 1919px) {
  .footer-8-inner {
    padding-bottom: 145px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-8-inner {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-8-inner {
    padding-bottom: 55px;
  }
}

.footer-8-widget-wrapper {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 695px 1fr auto;
}
@media only screen and (max-width: 1919px) {
  .footer-8-widget-wrapper {
    grid-template-columns: 595px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-8-widget-wrapper {
    grid-template-columns: 495px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-8-widget-wrapper {
    grid-template-columns: 340px 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-8-widget-wrapper {
    grid-template-columns: auto;
  }
}

.footer-8-widget-box.newsletter {
  margin-top: 1px;
}
.footer-8-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .footer-8-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}
.footer-8-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 15px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .footer-8-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(17, 17, 17, 0.2);
}
.footer-8-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 20px;
}
.rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input {
  color: var(--black);
}
.footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  text-transform: uppercase;
}
.rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.dark .rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
}
.footer-8-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
}
.rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field i {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field i {
  color: var(--black);
}
.footer-8-widget-box-content {
  margin-top: 62px;
}
@media only screen and (max-width: 1919px) {
  .footer-8-widget-box-content {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-8-widget-box-content {
    margin-top: 42px;
  }
}
.footer-8-widget-box-content a {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  display: inline-block;
}
.rr-bg-primary .footer-8-widget-box-content a {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box-content a {
  color: var(--black);
}
.rr-bg-primary .footer-8-widget-box-content a:hover {
  color: #999999;
}
.dark .rr-bg-primary .footer-8-widget-box-content a:hover {
  color: #555555;
}
.footer-8-widget-box .title {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rr-bg-primary .footer-8-widget-box .title {
  color: #555555;
}
.dark .rr-bg-primary .footer-8-widget-box .title {
  color: #999999;
}
.footer-8-widget-box .footer-nav-list {
  display: inline-block;
}
.footer-8-widget-box .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-8-widget-box .footer-nav-list li {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  list-style: none;
}
.rr-bg-primary .footer-8-widget-box .footer-nav-list li {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box .footer-nav-list li {
  color: var(--black);
}
.footer-8-widget-box .footer-nav-list li:not(:last-child) {
  margin-bottom: 0px;
}
.footer-8-widget-box .footer-nav-list li a {
  display: block;
}
.footer-8-widget-box .footer-nav-list li a:hover {
  opacity: 1;
}
.rr-bg-primary .footer-8-widget-box .footer-nav-list li a:hover {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box .footer-nav-list li a:hover {
  color: var(--black);
}
.footer-8-widget-box .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-8-widget-box .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.copyright-8-content {
  gap: 10px 30px;
  display: grid;
  padding: 34.5px 0;
  align-items: center;
  grid-template-columns: 695px 1fr auto;
}
@media only screen and (max-width: 1919px) {
  .copyright-8-content {
    grid-template-columns: 595px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .copyright-8-content {
    grid-template-columns: 495px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-8-content {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .copyright-8-content {
    grid-template-columns: auto;
    padding: 20.5px 0;
  }
}
.copyright-8-content .copyright-logo img {
  max-width: 120px;
}
.copyright-8-content .copyright-text p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.rr-bg-primary .copyright-8-content .copyright-text p {
  color: var(--white);
}
.dark .rr-bg-primary .copyright-8-content .copyright-text p {
  color: var(--black);
}
.rr-bg-primary .copyright-8-content .copyright-text p a:hover {
  color: #999999;
}
.dark .rr-bg-primary .copyright-8-content .copyright-text p a:hover {
  color: #555555;
}
.copyright-8-content .copyright-privacy p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.rr-bg-primary .copyright-8-content .copyright-privacy p {
  color: var(--white);
}
.dark .rr-bg-primary .copyright-8-content .copyright-privacy p {
  color: var(--black);
}
.rr-bg-primary .copyright-8-content .copyright-privacy p a:hover {
  color: #999999;
}
.dark .rr-bg-primary .copyright-8-content .copyright-privacy p a:hover {
  color: #555555;
}

/* footer area 9 style  */
.footer-area-9 .footer-inner-9 {
  padding-top: 50px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  padding-bottom: 200px;
}
.dark .footer-area-9 .footer-inner-9 {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1399px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 40px;
  }
}
.footer-area-9 .footer-widget-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 725px auto 78px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: 625px auto 78px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: 525px auto 78px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: 370px auto 78px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-9 .footer-widget-wrapper {
    grid-template-columns: auto;
  }
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 14px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box-content {
  margin-top: 62px;
}
.footer-area-9 .footer-widget-box-content a {
  font-size: 18px;
  display: inline-block;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box-content a:hover {
  color: var(--secondary);
}
.footer-area-9 .footer-widget-box .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: var(--font_dmsans);
}
.dark .footer-area-9 .footer-widget-box .title {
  color: #555555;
}
.footer-area-9 .footer-nav-list {
  display: inline-block;
}
.footer-area-9 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-9 .footer-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
  font-family: var(--font_dmsans);
  list-style: none;
}
.footer-area-9 .footer-nav-list li:not(:last-child) {
  margin-bottom: 4px;
}
.footer-area-9 .footer-nav-list li a {
  display: block;
}
.footer-area-9 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-9 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-9 .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.copyright-area-9 .copyright-logo img {
  max-width: 120px;
}
.copyright-area-9 .copyright-area-inner {
  gap: 20px;
  display: grid;
  padding: 34.5px 0;
  align-items: center;
  grid-template-columns: 725px auto 110px;
}
@media only screen and (max-width: 1399px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: 625px auto 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: 525px auto 110px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-area-9 .copyright-area-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .copyright-area-9 .copyright-area-inner {
    gap: 10px;
    grid-template-columns: auto;
    padding: 20.5px 0;
  }
}
.copyright-area-9 .copyright-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: var(--primary);
}
.copyright-area-9 .copyright-text p a:hover {
  color: var(--secondary);
}
.copyright-area-9 .copyright-privacy p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: var(--primary);
}

/* footer area 12 style  */
.footer-12-inner {
  padding-top: 46px;
  padding-bottom: 195px;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1919px) {
  .footer-12-inner {
    padding-bottom: 145px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-12-inner {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-12-inner {
    padding-bottom: 55px;
  }
}

.footer-12-widget-wrapper {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 695px 1fr auto;
}
@media only screen and (max-width: 1919px) {
  .footer-12-widget-wrapper {
    grid-template-columns: 595px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-12-widget-wrapper {
    grid-template-columns: 495px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-12-widget-wrapper {
    grid-template-columns: 340px 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-12-widget-wrapper {
    grid-template-columns: auto;
  }
}

.footer-12-widget-box.newsletter {
  margin-top: 1px;
}
.footer-12-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .footer-12-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}
.footer-12-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 15px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .footer-12-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-12-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 20px;
  color: var(--primary);
}
.footer-12-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
  text-transform: uppercase;
}
.dark .footer-12-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.footer-12-widget-box.newsletter .subscribe-form .input-field input:-webkit-autofill, .footer-12-widget-box.newsletter .subscribe-form .input-field input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-12-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}
.footer-12-widget-box-content {
  margin-top: 62px;
}
@media only screen and (max-width: 1919px) {
  .footer-12-widget-box-content {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-12-widget-box-content {
    margin-top: 42px;
  }
}
.footer-12-widget-box-content a {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: var(--primary);
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  display: inline-block;
}
.footer-12-widget-box-content a:hover {
  color: var(--secondary);
}
.footer-12-widget-box .title {
  font-family: var(--font_dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dark .footer-12-widget-box .title {
  color: #555555;
}
.footer-12-widget-box .footer-nav-list {
  display: inline-block;
}
.footer-12-widget-box .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-12-widget-box .footer-nav-list li {
  font-family: var(--font_dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--primary);
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  list-style: none;
}
.footer-12-widget-box .footer-nav-list li:not(:last-child) {
  margin-bottom: 0px;
}
.footer-12-widget-box .footer-nav-list li a {
  display: block;
}
.footer-12-widget-box .footer-nav-list li a:hover {
  opacity: 1;
  color: var(--primary);
}
.footer-12-widget-box .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-12-widget-box .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.copyright-12-content {
  gap: 10px 30px;
  display: grid;
  padding: 34.5px 0;
  align-items: center;
  grid-template-columns: 695px 1fr auto;
}
@media only screen and (max-width: 1919px) {
  .copyright-12-content {
    grid-template-columns: 595px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .copyright-12-content {
    grid-template-columns: 495px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-12-content {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .copyright-12-content {
    grid-template-columns: auto;
    padding: 20.5px 0;
  }
}
.copyright-12-content .copyright-logo img {
  max-width: 75px;
}
.copyright-12-content .copyright-text p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: var(--primary);
  text-transform: uppercase;
}
.copyright-12-content .copyright-text p a:hover {
  color: var(--secondary);
}
.copyright-12-content .copyright-privacy p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: var(--primary);
  text-transform: uppercase;
}
.copyright-12-content .copyright-privacy p a:hover {
  color: var(--secondary);
}

/* hero area style  */
.hero-area {
  background-color: var(--black);
  position: relative;
  z-index: 1;
}
.hero-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-area .area-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 34, 41, 0.7);
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.hero-area .area-bg .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-area .hero-area-inner {
  position: relative;
  padding-top: 156px;
  padding-bottom: 89px;
  height: 100vh;
  display: grid;
  align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .hero-area .hero-area-inner {
    padding-bottom: 69px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .hero-area-inner {
    padding-bottom: 49px;
  }
}
@media (max-width: 575px) {
  .hero-area .hero-area-inner {
    height: auto;
  }
}
.hero-area .section-content .section-title {
  font-weight: 400;
  font-size: 140px;
  line-height: 0.96;
  letter-spacing: -0.07em;
  max-width: 740px;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-area .section-content .section-title {
    font-size: 110px;
    max-width: 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area .section-content .section-title {
    font-size: 90px;
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-title {
    font-size: 70px;
    max-width: 440px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-area .section-content .section-title {
    font-size: 40px;
  }
}
.hero-area .section-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: var(--white);
  max-width: 355px;
}
@media (max-width: 575px) {
  .hero-area .section-content .text {
    font-size: 18px;
  }
}
.hero-area .section-content .text-wrapper {
  margin-bottom: 5px;
}
.hero-area .section-content .section-title-wrapper {
  display: grid;
  gap: 30px 0px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .hero-area .section-content .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-area .meta-list {
  padding-top: 20px;
  max-width: 720px;
  width: 720px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1919px) {
  .hero-area .meta-list {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area .meta-list {
    max-width: 390px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .meta-list {
    position: static;
    width: 100%;
  }
}
.hero-area .meta-list ul {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .hero-area .meta-list ul {
    gap: 30px 40px;
  }
}
@media (max-width: 575px) {
  .hero-area .meta-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero-area .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.07em;
  color: var(--white);
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}
@media only screen and (max-width: 1919px) {
  .hero-area .meta-list li {
    font-size: 20px;
    padding-top: 13px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area .meta-list li {
    font-size: 18px;
  }
}
.hero-area .meta-list li br {
  display: block;
}

/* about area 2 style  */
.about-area-2 .section-header {
  margin-top: 22px;
}
.about-area-2 .section-title {
  max-width: 925px;
  text-indent: 1.89em;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .section-title {
    max-width: 725px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-2 .section-title {
    max-width: 625px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-title {
    max-width: 525px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-title {
    max-width: 100%;
    text-indent: 0;
    margin-left: 0;
  }
}
.about-area-2 .section-content-wrapper {
  margin-top: 86px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 685px 605px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 585px 475px;
    margin-top: 66px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 435px 475px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 405px 395px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 205px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-area-2 .section-content-wrapper .area-shape-1 {
  position: absolute;
  left: 44%;
  bottom: 34%;
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-content-wrapper .area-shape-1 {
    display: none;
  }
}
.about-area-2 .subtitle-wrapper {
  padding-top: 18px;
  border-top: 2px solid var(--primary);
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .subtitle-wrapper {
    padding-top: 8px;
    border-width: 1px;
  }
}
.about-area-2 .section-subtitle-wrapper {
  margin-top: 8px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 300px;
}
@media only screen and (max-width: 1399px) {
  .about-area-2 .section-subtitle-wrapper {
    grid-template-columns: 1fr 200px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-subtitle-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-area-2 .thumb {
  border-bottom-right-radius: 100%;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .thumb {
    border-radius: 10px;
  }
}
.about-area-2 .thumb img {
  width: 100%;
}
.about-area-2 .section-content .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: -0.02em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .about-area-2 .section-content .text {
    font-size: 18px;
  }
}
.about-area-2 .section-content .text:not(:first-child) {
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .text:not(:first-child) {
    margin-top: 24px;
  }
}
.about-area-2 .section-content .btn-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .btn-wrapper {
    margin-top: 30px;
  }
}

/* work area style  */
.work-area .work-header-meta {
  display: grid;
  gap: 0px 60px;
  grid-template-columns: 1fr 2fr 1fr;
  justify-content: space-between;
  margin-top: 37px;
}
@media only screen and (max-width: 1919px) {
  .work-area .work-header-meta {
    margin-top: 17px;
  }
}
@media (max-width: 575px) {
  .work-area .work-header-meta {
    grid-template-columns: 1fr 1fr;
  }
}
.work-area .work-header-meta span {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: var(--primary);
}
.work-area .work-header-meta span:nth-child(2) {
  text-align: center;
}
@media (max-width: 575px) {
  .work-area .work-header-meta span:nth-child(2) {
    text-align: end;
  }
}
.work-area .work-header-meta span:nth-child(3) {
  text-align: end;
}
@media (max-width: 575px) {
  .work-area .work-header-meta span:nth-child(3) {
    text-align: start;
  }
}
.work-area .section-header {
  margin-top: 54px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .work-area .section-header {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area .section-header {
    margin-top: 24px;
  }
}
.work-area .section-title {
  font-weight: 600;
  font-size: 420px;
  line-height: 0.73;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .work-area .section-title {
    font-size: 310px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area .section-title {
    font-size: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area .section-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area .section-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area .section-title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .work-area .section-title {
    font-size: 70px;
  }
}
.work-area .section-title span {
  display: block;
}
.work-area .section-title span:nth-child(2) {
  margin-top: 30px;
  text-align: right;
  padding-right: 2rem;
}
@media only screen and (max-width: 1399px) {
  .work-area .section-title span:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area .section-title span:nth-child(2) {
    margin-top: 10px;
  }
}
.work-area .section-title span.first {
  margin-left: calc((100vw - var(--container-max-widths)) / -2);
}
.work-area .section-title span.last {
  margin-right: calc((100vw - var(--container-max-widths)) / -2);
}
.work-area .works-wrapper {
  display: grid;
  gap: 85px 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1919px) {
  .work-area .works-wrapper {
    gap: 65px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area .works-wrapper {
    gap: 45px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area .works-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-area .works-wrapper > *.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .work-area .works-wrapper > *.span-2 {
    grid-column: auto;
  }
}
.work-area .works-wrapper > * .image {
  transform-origin: bottom right;
}
.work-area .works-wrapper > *:nth-child(2n) .image {
  transform-origin: bottom left;
}
.work-area .work-box .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.work-area .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  transform: scale(0.9);
}
.work-area .work-box .thumb .image img {
  transform-origin: center;
}
.work-area .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.work-area .work-box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .work-area .work-box .content {
    margin-top: 14px;
  }
}
.work-area .work-box .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .work-area .work-box .title {
    font-size: 18px;
  }
}
.work-area .work-box .title a:hover {
  color: var(--secondary);
}
.work-area .work-box .tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .work-area .work-box .tag {
    font-size: 18px;
  }
}
.work-area .work-box .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .work-area .work-box .date {
    font-size: 18px;
  }
}

/* team area style  start */
.team-area-1-inner .section-title {
  max-width: 665px;
}
.rr-bg-primary .team-area-1-inner .section-title {
  color: var(--white);
}
.dark .rr-bg-primary .team-area-1-inner .section-title {
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-area-1-inner .section-title {
    max-width: 565px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-1-inner .section-title {
    max-width: 465px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area-1-inner .section-title {
    max-width: 385px;
  }
}
.team-area-1-inner .section-header {
  margin-top: 22px;
}
.team-area-1-inner .team-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-area-1-inner .team-wrapper-box {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area-1-inner .team-wrapper-box {
    margin-top: 54px;
  }
}
.team-area-1-inner .team-wrapper {
  display: grid;
  gap: 60px 140px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1919px) {
  .team-area-1-inner .team-wrapper {
    gap: 60px 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-1-inner .team-wrapper {
    gap: 60px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-1-inner .team-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .team-area-1-inner .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-area-1-inner .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-area-1-inner .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.team-area-1-inner .btn-wrapper a {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.05em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: var(--primary);
}
.rr-bg-primary .team-area-1-inner .btn-wrapper a {
  color: var(--white);
}
.dark .rr-bg-primary .team-area-1-inner .btn-wrapper a {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .team-area-1-inner .btn-wrapper a {
    font-size: 20px;
  }
}
.team-area-1-inner .btn-wrapper a:hover .underline {
  background-size: 0% 100%;
}
.team-area-1-inner .btn-wrapper a br {
  display: block;
}
.team-area-1-inner .btn-wrapper .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--black) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -2px;
}
.dark .team-area-1-inner .btn-wrapper .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--white) 1px);
}
.rr-bg-primary .team-area-1-inner .btn-wrapper .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--white) 1px);
}
.dark .rr-bg-primary .team-area-1-inner .btn-wrapper .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--black) 1px);
}

.team-box-1 {
  text-align: center;
}
.team-box-1:hover .thumb img {
  transform: scale(1.1);
}
.team-box-1 .thumb {
  width: 100%;
  aspect-ratio: 100/100;
  border-radius: 50%;
  overflow: hidden;
}
.team-box-1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.team-box-1 .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: -0.05em;
}
.rr-bg-primary .team-box-1 .name {
  color: var(--white);
}
.dark .rr-bg-primary .team-box-1 .name {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .team-box-1 .name {
    font-size: 20px;
  }
}
.rr-bg-primary .team-box-1 .name a:hover {
  color: #999999;
}
.dark .rr-bg-primary .team-box-1 .name a:hover {
  color: #555555;
}
.team-box-1 .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  display: inline-block;
}
.rr-bg-primary .team-box-1 .post {
  color: #999999;
}
.dark .rr-bg-primary .team-box-1 .post {
  color: #555555;
}
.team-box-1 .content {
  margin-top: 20px;
}

/* team area style  end */
/* marquee text area style  */
.marquee-text-area {
  overflow: hidden;
}
.marquee-text-area.rr-bg-primary .section-title {
  color: var(--white);
}
.dark .marquee-text-area.rr-bg-primary .section-title {
  color: var(--black);
}
.marquee-text-area .section-title {
  font-size: 280px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
@media only screen and (max-width: 1919px) {
  .marquee-text-area .section-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 1399px) {
  .marquee-text-area .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .marquee-text-area .section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .marquee-text-area .section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .marquee-text-area .section-title {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .marquee-text-area .section-title {
    font-size: 60px;
  }
}
.marquee-text-area .moving-text {
  width: 100%;
}

/* client area style  */
.client-area {
  margin-top: -4px;
  margin-bottom: -1px;
}
.client-area.rr-bg-primary .section-title {
  color: var(--white);
}
.dark .client-area.rr-bg-primary .section-title {
  color: var(--black);
}
.client-area.rr-bg-primary .clients-wrapper-box {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark .client-area.rr-bg-primary .clients-wrapper-box {
  border-color: rgba(17, 17, 17, 0.1);
}
.client-area .section-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: center;
  max-width: 290px;
  margin-inline: auto;
}
.client-area .clients-wrapper-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 46px;
  padding-top: 50px;
}
.client-area .clients-wrapper {
  gap: 145px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.client-area .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}
.client-area .clients-wrapper .client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* award area style  */
.award-area.rr-bg-primary .section-title {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .section-title {
  color: var(--black);
}
.award-area.rr-bg-primary .award-wrapper {
  border-color: 1px #292929;
}
.dark .award-area.rr-bg-primary .award-wrapper {
  border-color: #E7E7E7;
}
.award-area.rr-bg-primary .award-box {
  border-color: #292929;
}
.dark .award-area.rr-bg-primary .award-box {
  border-color: #E7E7E7;
}
.award-area.rr-bg-primary .award-box:hover {
  background-color: #171717;
}
.dark .award-area.rr-bg-primary .award-box:hover {
  background-color: #F1F1F1;
}
.award-area.rr-bg-primary .award-box .category {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .award-box .category {
  color: var(--black);
}
.award-area.rr-bg-primary .award-box .award {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .award-box .award {
  color: var(--black);
}
.award-area.rr-bg-primary .award-box .year {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .award-box .year {
  color: var(--black);
}
.award-area .section-header {
  margin-top: 172px;
}
@media only screen and (max-width: 1919px) {
  .award-area .section-header {
    margin-top: 72px;
  }
}
.award-area .section-title {
  max-width: 975px;
}
@media only screen and (max-width: 1919px) {
  .award-area .section-title {
    max-width: 775px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area .section-title {
    max-width: 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area .section-title {
    max-width: 575px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area .section-title {
    max-width: 475px;
  }
}
.award-area .award-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 94px;
  margin-bottom: 49px;
}
@media only screen and (max-width: 1919px) {
  .award-area .award-wrapper-box {
    max-width: 1000px;
    margin-top: 64px;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area .award-wrapper-box {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area .award-wrapper-box {
    max-width: 750px;
    margin-top: 44px;
    margin-bottom: 9px;
  }
}
.award-area .award-wrapper {
  border-top: 1px solid;
}
.award-area .award-box {
  border-bottom: 1px solid;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .award-area .award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area .award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area .award-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .award-area .award-box:hover {
    background-color: transparent;
  }
}
.award-area .award-box:hover .category {
  transform: translateX(30px);
}
@media only screen and (max-width: 767px) {
  .award-area .award-box:hover .category {
    transform: translateX(0px);
  }
}
.award-area .award-box:hover .year {
  transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
  .award-area .award-box:hover .year {
    transform: translateX(0px);
  }
}
.award-area .award-box .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  transition: all 0.5s;
}
.award-area .award-box .award {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}
@media only screen and (max-width: 1919px) {
  .award-area .award-box .award {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area .award-box .award {
    order: 3;
    grid-column: span 2;
  }
}
.award-area .award-box .year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  transition: all 0.5s;
  text-align: right;
}

/* service area style  */
.service-area .section-title {
  max-width: 740px;
}
@media only screen and (max-width: 1919px) {
  .service-area .section-title {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area .section-title {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area .section-title {
    max-width: 440px;
  }
}
.service-area .section-header {
  margin-top: 18px;
}
.service-area .services-wrapper-box {
  margin-top: -6px;
}

.services-wrapper-1 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 100px;
  margin-top: -520px;
}
@media only screen and (max-width: 1919px) {
  .services-wrapper-1 {
    margin-top: -410px;
  }
}
@media only screen and (max-width: 1399px) {
  .services-wrapper-1 {
    margin-top: -350px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-wrapper-1 {
    margin-top: 0;
    padding-bottom: 60px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .services-wrapper-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .services-wrapper-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-wrapper-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-wrapper-1 > * {
  display: inline-block;
}
.services-wrapper-1 .item-1 {
  transform: translate(calc(200% + 20px), 0);
}
@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .item-1 {
    transform: none;
  }
}
.services-wrapper-1 .item-2 {
  transform: translate(calc(100% + 10px), 0);
}
@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .item-2 {
    transform: none;
  }
}
.services-wrapper-1 .item-3 {
  transform: translate(calc(0% + 0px), 0);
}
@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .item-3 {
    transform: none;
  }
}
.services-wrapper-1 .item-4 {
  transform: translate(calc(-100% - 10px), 0);
}
@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .item-4 {
    transform: none;
  }
}
.services-wrapper-1 .item-5 {
  transform: translate(calc(-200% - 20px), 0);
}
@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .item-5 {
    transform: none;
  }
}

.service-box-1 {
  background-color: var(--black);
  padding: 50px 40px 46px;
  border-radius: 15px;
  height: 100%;
}
.dark .service-box-1 {
  background-color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .service-box-1 {
    padding: 30px 25px 26px;
  }
}
.service-box-1:hover {
  background-color: #555555;
}
.dark .service-box-1:hover {
  background-color: #999999;
}
.service-box-1 .thumb img {
  height: 60px;
}
@media only screen and (max-width: 1919px) {
  .service-box-1 .thumb img {
    height: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-box-1 .thumb img {
    height: 40px;
  }
}
.service-box-1 .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  color: var(--white);
}
.dark .service-box-1 .title {
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .service-box-1 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-box-1 .title {
    font-size: 20px;
  }
}
.service-box-1 .content {
  margin-top: 200px;
}
@media only screen and (max-width: 1919px) {
  .service-box-1 .content {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-box-1 .content {
    margin-top: 120px;
  }
}

.phone-mockup {
  width: 410px;
  height: 760px;
  border: 5px solid var(--primary);
  border-radius: 40px;
  padding: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .phone-mockup {
    width: 350px;
    height: 600px;
    border-width: 3px;
    border-radius: 30px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .phone-mockup {
    width: 300px;
    height: 530px;
  }
}
@media only screen and (max-width: 1199px) {
  .phone-mockup {
    display: none;
  }
}
.phone-mockup .mockup-header {
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
}
@media only screen and (max-width: 1919px) {
  .phone-mockup .mockup-header {
    padding: 17px 20px;
  }
}
.phone-mockup .mockup-logo img {
  width: 100px;
}
.phone-mockup .mockup-offcanvas svg * {
  fill: var(--primary);
}
.phone-mockup .mockup-text {
  margin-top: 24px;
}
.phone-mockup .mockup-text li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  color: var(--primary);
  list-style: none;
}
@media only screen and (max-width: 1919px) {
  .phone-mockup .mockup-text li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .phone-mockup .mockup-text li {
    font-size: 20px;
  }
}
.phone-mockup .mockup-text li a {
  color: rgba(17, 17, 17, 0.3);
}
.dark .phone-mockup .mockup-text li a {
  color: rgba(255, 255, 255, 0.3);
}
.phone-mockup .mockup-text li a:hover .underline {
  background-size: 0% 100%;
}
.phone-mockup .mockup-text li a .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -2px;
}

.add {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100vh;
}
@media only screen and (max-width: 1199px) {
  .add {
    display: none;
  }
}
.add .add-shape-wrapper {
  transform: translate(0, calc(-50vh - 46px));
}
.add .add-shape circle {
  fill: var(--black);
}
.dark .add .add-shape circle {
  fill: var(--white);
}
.add .add-shape path {
  fill: var(--white);
}
.dark .add .add-shape path {
  fill: var(--black);
}

/* startup agency page css */
.body-startup-agency {
  background-color: #F8F8F8;
  color: var(--secondary);
}
@media (min-width: 1750px) {
  .body-startup-agency .container.large {
    max-width: 1750px;
  }
}
.body-startup-agency .section-title-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1093px;
}
@media only screen and (max-width: 1399px) {
  .body-startup-agency .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-startup-agency .section-title-wrapper {
    grid-template-columns: 1fr 700px;
  }
}
@media only screen and (max-width: 991px) {
  .body-startup-agency .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.body-startup-agency .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.body-startup-agency .section-title-wrapper .title-wrapper .section-title span {
  font-family: var(--font_ppeditor);
}

.hero-2-area {
  background-color: var(--theme);
  position: relative;
}
.hero-2-area .section-title {
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7.5px;
  display: inline-block;
  color: var(--black);
}
.hero-2-area .section-title span {
  font-style: italic;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1919px) {
  .hero-2-area .section-title {
    font-size: 100px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2-area .section-title {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-area .section-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-area .section-title {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-area .section-title {
    font-size: 35px;
    line-height: 1;
  }
}
.hero-2-inner {
  display: grid;
  gap: 30px 100px;
  grid-template-columns: 500px 1fr;
  padding-top: 133px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .hero-2-inner {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-inner {
    grid-template-columns: 345px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-inner {
    grid-template-columns: 1fr;
  }
}
.hero-2-inner::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 80px;
  left: 500px;
  width: 1px;
  background-color: var(--black);
}
@media only screen and (max-width: 991px) {
  .hero-2-inner::before {
    left: 344px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-inner::before {
    display: none;
  }
}
.hero-2-inner::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 80px;
  width: 100%;
  background-color: var(--black);
}
.hero-2__video {
  padding-right: 85px;
}
@media only screen and (max-width: 1199px) {
  .hero-2__video {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2__video {
    padding-right: 0;
    order: 1;
  }
}
.hero-2__video video {
  width: 100%;
  -webkit-mask-image: url(../imgs/shape/shape-3.webp);
  mask-image: url(../imgs/shape/shape-3.webp);
  mask-size: 100% 100%;
  object-fit: cover;
}
.hero-2__wrapper {
  gap: 50px;
  display: flex;
  margin-top: 97px;
}
@media only screen and (max-width: 1919px) {
  .hero-2__wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2__wrapper {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2__wrapper {
    gap: 30px;
  }
}
.hero-2__wrapper .text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding: 7px 12px;
  padding-left: 23px;
  position: relative;
  border-radius: 500px;
  color: var(--black);
  display: inline-block;
  border: 1px solid var(--black);
}
.hero-2__wrapper .text span::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: var(--black);
  transform: translate(-50%, -50%);
}
.hero-2__wrapper ul li a {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  color: var(--black);
  letter-spacing: -1.5px;
}
.hero-2__wrapper ul li a:hover {
  color: var(--white);
}
.hero-2__wrapper ul li a:hover::before {
  width: 100%;
}
.hero-2__wrapper ul li a::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: var(--white);
}
.hero-2__wrapper ul li.explore {
  margin-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .hero-2__wrapper ul li.explore {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2__wrapper ul li.explore {
    margin-top: 30px;
  }
}
.hero-2__wrapper ul li.explore a {
  color: rgba(17, 17, 17, 0.4);
}
.hero-2__wrapper ul li.explore a:hover {
  color: var(--black);
}
.hero-2__wrapper ul li.explore a:hover::before {
  width: 0;
}
.hero-2__wrapper ul li.explore a::before {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}
.hero-2__content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.68px;
  padding-bottom: 17px;
  position: relative;
  display: inline-flex;
  margin-bottom: 280px;
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .hero-2__content .sub-title {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2__content .sub-title {
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2__content .sub-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2__content .sub-title {
    margin-bottom: 40px;
  }
}
.hero-2__content .sub-title:hover::before {
  width: 0;
}
.hero-2__content .sub-title:hover .icon .first {
  transform: translate(100%, -100%);
}
.hero-2__content .sub-title:hover .icon .second {
  transform: translate(0%, 0%);
}
.hero-2__content .sub-title::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s;
}
.hero-2__content .sub-title a {
  display: flex;
  align-items: center;
  gap: 155px;
}
@media only screen and (max-width: 991px) {
  .hero-2__content .sub-title a {
    gap: 50px;
  }
}
.hero-2__content .sub-title a:hover {
  color: var(--black);
}
.hero-2__content .sub-title .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.hero-2__content .sub-title .icon .first {
  transition: all 0.3s;
}
.hero-2__content .sub-title .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  width: 0.72em;
  box-sizing: content-box;
  padding: var(--white-space);
}
.hero-2__content .sub-title br {
  display: block;
}
.hero-2__content .socail-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .hero-2__content .socail-media {
    position: inherit;
    right: inherit;
    text-indent: inherit;
    transform: inherit;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
  }
}
.hero-2__content .socail-media::before {
  content: "";
  position: absolute;
  background: rgba(17, 17, 17, 0.3);
  width: 1px;
  height: 61px;
  top: 31%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .hero-2__content .socail-media::before {
    display: none;
  }
}
.hero-2__content .follow-text {
  rotate: -90deg;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .hero-2__content .follow-text {
    rotate: 0deg;
  }
}
.hero-2__content ul {
  gap: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .hero-2__content ul {
    flex-direction: row;
  }
}
.hero-2__content ul li a {
  color: var(--black);
  transition: 0.3s;
  font-size: 18px;
}
.hero-2__content ul li a:hover {
  color: var(--white);
}

.about-area-inner {
  padding-top: 135px;
}
@media only screen and (max-width: 1919px) {
  .about-area-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-inner {
    padding-top: 60px;
  }
}
.about-area .section-title-wrapper .title-wrapper {
  padding-right: 113px;
}
@media only screen and (max-width: 1399px) {
  .about-area .section-title-wrapper .title-wrapper {
    padding-right: 0;
  }
}
.about-area .btn-wrapper {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  align-items: center;
}
@media (max-width: 575px) {
  .about-area .btn-wrapper {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.about-area .btn-wrapper .btn-team {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  color: var(--primary);
  position: relative;
}
.about-area .btn-wrapper .btn-team i {
  rotate: -50deg;
  transition: all 0.3s;
}
.about-area .btn-wrapper .btn-team:hover::before {
  width: 0;
}
.about-area .btn-wrapper .btn-team:hover i {
  rotate: 0deg;
}
.about-area .btn-wrapper .btn-team::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}

/* client area 2 style  */
.client-area-2-inner {
  padding-top: 55px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 200px;
}
@media only screen and (max-width: 1919px) {
  .client-area-2-inner {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-2-inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-area-2-inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-2-inner {
    padding-bottom: 60px;
  }
}
.client-area-2 .clients-wrapper {
  gap: 145px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.client-area-2 .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}
.client-area-2 .clients-wrapper .client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* work area 2 style  */
.work-area-2-inner {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .work-area-2-inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-2-inner {
    padding-bottom: 60px;
  }
}
.work-area-2 .section-description {
  margin-bottom: 10px;
}
.work-area-2 .section-description p {
  color: var(--primary);
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .section-description p {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.work-area-2 .section-description a {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
  letter-spacing: -1.5px;
  color: rgba(17, 17, 17, 0.4);
}
.dark .work-area-2 .section-description a {
  color: rgba(255, 255, 255, 0.4);
}
.work-area-2 .section-description a:hover {
  color: var(--primary);
}
.work-area-2 .section-description a:hover::before {
  width: 0;
}
.work-area-2 .section-description a::before {
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}
.work-area-2 .section-header {
  transform: translateY(500px);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header {
    transform: translateY(0px);
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.work-area-2 .section-header .section-title {
  font-size: 250px;
  font-weight: 400;
  position: relative;
  line-height: 130px;
  display: inline-block;
  letter-spacing: -12.5px;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header .section-title {
    font-size: 120px;
    line-height: 130px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-2 .section-header .section-title {
    font-size: 100px;
    line-height: 130px;
  }
}
@media (max-width: 575px) {
  .work-area-2 .section-header .section-title {
    font-size: 70px;
    line-height: 90px;
  }
}
.work-area-2 .section-header .section-title .remove-text {
  margin-left: -50px;
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header .section-title .remove-text {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-2 .section-header .section-title .remove-text {
    margin-left: -20px;
  }
}
.work-area-2 .section-header .section-title .number {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1.1px;
  position: absolute;
  right: -44px;
  top: -67px;
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header .section-title .number {
    right: -35px;
    top: 0px;
  }
}
.work-area-2 .works-wrapper {
  display: grid;
  gap: 0px 350px;
  grid-template-columns: auto auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper {
    gap: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-2 .works-wrapper {
    gap: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-2 .works-wrapper {
    grid-template-columns: auto;
    gap: 50px;
  }
}
.work-area-2 .works-wrapper > *:nth-child(2) {
  margin-left: auto;
  margin-top: 150px;
}
@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper > *:nth-child(2) {
    margin-top: 0;
  }
}
.work-area-2 .works-wrapper > *:nth-child(3) {
  margin-top: -150px;
  margin-left: 215px;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .works-wrapper > *:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper > *:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
  }
}
.work-area-2 .works-wrapper > *:nth-child(4) {
  margin-top: 395px;
}
@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper > *:nth-child(4) {
    margin-top: 0;
  }
}
.work-area-2 .works-wrapper > *:nth-child(6) {
  margin-top: 545px;
  margin-right: 125px;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .works-wrapper > *:nth-child(6) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper > *:nth-child(6) {
    margin-top: 0;
    margin-right: 0;
  }
}
.work-area-2 .works-wrapper > *:nth-child(7) {
  margin-left: auto;
  margin-top: -150px;
}
@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper > *:nth-child(7) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-2 .works-wrapper > *:nth-child(7) {
    margin-left: inherit;
  }
}
.work-area-2 .work-box .thumb {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .work-box .thumb {
    width: 100%;
  }
}
.work-area-2 .work-box .thumb img {
  object-fit: cover;
  cursor: none;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .work-box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*  choose-us style  */
.choose-us.theme-bg-black .section-title-wrapper .subtitle-wrapper .section-subtitle {
  border-color: var(--white);
  color: var(--white);
}
.choose-us.theme-bg-black .section-title-wrapper .title-wrapper .section-title {
  color: var(--white);
}
.choose-us .section-title-wrapper {
  gap: 50px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 991px) {
  .choose-us .section-title-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us .section-title-wrapper {
    gap: 20px;
  }
}
.choose-us .section-title-wrapper .title-wrapper .section-title {
  display: inline-block;
}
.choose-us__warpper {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 94px;
}
@media only screen and (max-width: 991px) {
  .choose-us__warpper {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.choose-us__item {
  width: 100%;
  border-radius: 15px;
  background-color: #1A1A1A;
  padding: 34px 40px 4px 45px;
}
.dark .choose-us__item {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1199px) {
  .choose-us__item {
    padding: 34px 35px 4px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us__item {
    padding: 25px 20px 10px 20px;
  }
}
.choose-us__item p {
  color: var(--white);
  font-size: 20px;
}
.choose-us__item h2 {
  display: flex;
  margin-top: 20px;
  font-weight: 200px;
  color: var(--white);
  align-items: self-start;
  font-family: var(--font_ppeditor);
}
@media (max-width: 575px) {
  .choose-us__item h2 {
    margin-top: 10px;
  }
}
.choose-us__item h2 span {
  font-size: 150px;
  font-weight: 200;
  line-height: 160px;
  letter-spacing: -0.5px;
  display: inline-block;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .choose-us__item h2 span {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .choose-us__item h2 span {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us__item h2 span {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us__item h2 span {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .choose-us__item h2 span {
    font-size: 40px;
    line-height: 50px;
  }
}

/*  testimonial style  */
.testimonial hr {
  margin: 0;
}
.testimonial__wrapper {
  position: relative;
  padding: 140px 0;
  margin-left: auto;
  margin-right: auto;
  gap: 158px;
  display: flex;
  max-width: 1070px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .testimonial__wrapper {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__wrapper {
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__wrapper {
    display: inherit;
  }
}
.testimonial__text-wrapper {
  display: flex;
  align-items: center;
}
.testimonial__text-wrapper .circle-text {
  z-index: 2;
  width: 130px;
  height: 130px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
.testimonial__text-wrapper .circle-text::after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--white);
}
.testimonial__text-wrapper .circle-text::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
}
.testimonial__text-wrapper .circle-text img {
  z-index: 2;
  position: relative;
}
.testimonial__text-wrapper .circle-text .text {
  animation: t-spinner 10s infinite linear;
}
.testimonial__text-wrapper .circle-text .shape {
  position: absolute;
}
.testimonial__text-wrapper .icon {
  width: 130px;
  height: 130px;
  display: flex;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 3px solid var(--white);
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .testimonial__item-content {
    margin-top: 40px;
  }
}
.testimonial__item-content p {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.8px;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1199px) {
  .testimonial__item-content p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item-content p {
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__item-content p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__item-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.testimonial__item-content p span {
  color: var(--white);
}
.testimonial__item-author {
  margin-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .testimonial__item-author {
    padding-bottom: 0;
    margin-top: 30px;
    padding-bottom: 0px;
  }
}
.testimonial__item-author .name {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -1px;
}
.testimonial__item-author .designation {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
}
.testimonial .testimonial-pagination {
  z-index: 9;
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-pagination {
    display: none;
  }
}
.testimonial .testimonial-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
}
.testimonial .testimonial-pagination .swiper-pagination-bullet-active {
  background-color: var(--white);
}

/* team area style  */
.team-2.theme-bg-black .section-title-wrapper .subtitle-wrapper .section-subtitle {
  border: 1px solid var(--white);
  color: var(--white);
}
.team-2.theme-bg-black .section-title-wrapper .title-wrapper .section-title {
  color: var(--white);
}
.team-2__inner {
  padding-bottom: 10px;
}
.team-2 .section-title-wrapper {
  grid-template-columns: 1fr 1095px;
}
@media only screen and (max-width: 1919px) {
  .team-2 .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-2 .section-title-wrapper {
    grid-template-columns: 1fr 650px;
  }
}
@media only screen and (max-width: 991px) {
  .team-2 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-2 .section-title-wrapper .title-wrapper {
  max-width: 676px;
}
.team-2__wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-2__wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .team-2__wrapper-box {
    margin-top: 44px;
  }
}
.team-2__wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-2__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-2__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-2__box:hover .thumb img {
  transform: scale(1.1);
}
.team-2__box .thumb {
  overflow: hidden;
}
.team-2__box .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.team-2__box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.07em;
}
.team-2__box .name:hover a {
  color: var(--secondary);
}
@media only screen and (max-width: 1919px) {
  .team-2__box .name {
    font-size: 24px;
  }
}
.team-2__box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
  color: #999999;
}
.team-2__box .content {
  margin-top: 19px;
}

/* thinking area style  */
.thinking__wrapper {
  gap: 134px;
  display: grid;
  position: relative;
  margin-bottom: 80px;
  grid-template-columns: 1fr 1095px;
}
@media only screen and (max-width: 1919px) {
  .thinking__wrapper {
    gap: 100px;
    grid-template-columns: 1fr 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .thinking__wrapper {
    gap: 50px;
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .thinking__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .thinking__wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .thinking__wrapper {
    margin-bottom: 0px;
  }
}
.thinking__content .sub-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 90px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1919px) {
  .thinking__content .sub-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .thinking__content .sub-title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .thinking__content .sub-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .thinking__content .sub-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .thinking__content .sub-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.thinking__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 390px;
}
.thinking__content .title {
  z-index: 99;
  display: flex;
  bottom: -10px;
  font-size: 250px;
  font-weight: 400;
  line-height: 160px;
  position: absolute;
  align-items: center;
  letter-spacing: -12.5px;
  font-family: var(--font_ppeditor);
}
.thinking__content .title br {
  display: block;
}
@media only screen and (max-width: 1919px) {
  .thinking__content .title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .thinking__content .title {
    font-size: 160px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .thinking__content .title {
    font-size: 130px;
    line-height: 85px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .thinking__content .title {
    font-size: 112px;
    line-height: 75px;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .thinking__content .title {
    font-size: 65px;
    line-height: 45px;
    bottom: 0;
    position: inherit;
    letter-spacing: 0;
    margin-top: 20px;
  }
}
.thinking__content .title .big-letter {
  font-size: 765px;
  font-style: italic;
  font-weight: 400;
  line-height: 160px;
  display: inline-block;
  letter-spacing: -20.25px;
  margin-top: 95px;
}
@media only screen and (max-width: 1919px) {
  .thinking__content .title .big-letter {
    font-size: 560px;
  }
}
@media only screen and (max-width: 1399px) {
  .thinking__content .title .big-letter {
    font-size: 500px;
    letter-spacing: -5.25px;
  }
}
@media only screen and (max-width: 991px) {
  .thinking__content .title .big-letter {
    font-size: 450px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .thinking__content .title .big-letter {
    font-size: 380px;
    letter-spacing: 0;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .thinking__content .title .big-letter {
    font-size: 250px;
  }
}
.thinking__media {
  margin-top: 250px;
}
@media only screen and (max-width: 1199px) {
  .thinking__media {
    margin-top: 0;
  }
}

/* creative agency page css */
/* hero area 3 style  */
.hero-3-content {
  margin-top: 115px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-content {
    margin-top: 95px;
  }
}
.hero-3-content .address {
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding-bottom: 17px;
  position: relative;
  display: inline-flex;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .address {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-3-content .address {
    letter-spacing: normal;
  }
}
.hero-3-content .address:hover::before {
  width: 0;
}
.hero-3-content .address:hover .icon .first {
  transform: translate(100%, -100%);
}
.hero-3-content .address:hover .icon .second {
  transform: translate(0%, 0%);
}
.hero-3-content .address::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.5);
  transition: 0.3s;
}
.dark .hero-3-content .address::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.hero-3-content .address a {
  display: flex;
  align-items: center;
  gap: 155px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .address a {
    gap: 55px;
  }
}
@media (max-width: 575px) {
  .hero-3-content .address a {
    gap: 35px;
  }
}
.hero-3-content .address .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.hero-3-content .address .icon .first {
  transition: all 0.3s;
}
.hero-3-content .address .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  width: 0.72em;
  box-sizing: content-box;
  padding: var(--white-space);
}
.hero-3-content .address br {
  display: block;
}
.hero-3-content .section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 110px;
  line-height: 0.86;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .section-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3-content .section-title {
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .hero-3-content .section-title {
    font-size: 46px;
  }
}
.hero-3-content .section-title span {
  color: rgba(17, 17, 17, 0.45);
}
.dark .hero-3-content .section-title span {
  color: rgba(255, 255, 255, 0.45);
}
.hero-3-content .hero-video {
  width: 130px;
  height: 87px;
  border-radius: 25px;
  object-fit: cover;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: -2px;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .hero-video {
    width: 90px;
    height: 62px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .hero-video {
    width: 70px;
    height: 48px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .hero-3-content .hero-video {
    width: 60px;
    height: 38px;
    margin-left: 5px;
    margin-right: 2px;
  }
}
.hero-3-content .rr-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 32px 46px;
  border-radius: 25px;
  background-color: rgb(255, 216, 12);
  border: none;
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .rr-btn {
    padding: 22px 36px;
    border-radius: 15px;
  }
}
.hero-3-content .rr-btn:hover .btn-wrap .text-two {
  color: var(--white);
}
.dark .hero-3-content .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.hero-3-content .rr-btn:before {
  background-color: var(--black);
}
.dark .hero-3-content .rr-btn:before {
  background-color: var(--white);
}
.hero-3-content .rr-btn .btn-wrap .text-one {
  color: var(--black);
}
.hero-3-content .title-wrapper {
  margin-top: 230px;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .title-wrapper {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .title-wrapper {
    margin-top: 40px;
  }
}
.hero-3-content .btn-wrapper {
  margin-top: 47px;
}
.hero-3-content .meta-list {
  margin-top: 75px;
  max-width: 435px;
}
@media only screen and (max-width: 767px) {
  .hero-3-content .meta-list {
    margin-top: 45px;
  }
}
.hero-3-content .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.07em;
  color: var(--primary);
  list-style: none;
}
.hero-3-content .meta-list li span {
  color: rgba(17, 17, 17, 0.45);
}
.dark .hero-3-content .meta-list li span {
  color: rgba(255, 255, 255, 0.45);
}
.hero-3-content .meta-list ul {
  display: grid;
  gap: 20px 35px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .hero-3-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}

.hero-3-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.hero-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 950px 1fr;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3-inner {
    grid-template-columns: 700px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-3-inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.hero-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 63px 70px 67px;
}
.dark .hero-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .hero-3-content {
    padding: 23px 20px 27px;
  }
}

/* about area 3 style  */
.meta-3-box {
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 47px 50px 44px;
}
.dark .meta-3-box {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .meta-3-box {
    padding: 37px 40px 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .meta-3-box {
    padding: 27px 20px 24px;
  }
}
.meta-3-box .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 0.93;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .meta-3-box .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .meta-3-box .text {
    font-size: 20px;
  }
}
.meta-3-box .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 110px;
  line-height: 0.91;
  letter-spacing: -0.05em;
  display: inline-block;
  color: var(--primary);
  margin-top: 30px;
}
@media only screen and (max-width: 1919px) {
  .meta-3-box .number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .meta-3-box .number {
    font-size: 60px;
  }
}
.meta-3-box .number .icon {
  font-size: 50px;
  line-height: 1;
  margin-left: 5px;
}

.meta-3-wrapper-box {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 575px) {
  .meta-3-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.about-3-section-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 53px;
}
.dark .about-3-section-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .about-3-section-content {
    padding: 40px 40px 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-3-section-content {
    padding: 25px 20px 28px;
  }
}
.about-3-section-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  max-width: 570px;
}
@media only screen and (max-width: 1919px) {
  .about-3-section-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-3-section-content .text {
    font-size: 20px;
  }
}
.about-3-section-content .text-wrapper {
  margin-top: 62px;
}
@media only screen and (max-width: 1199px) {
  .about-3-section-content .text-wrapper {
    margin-top: 32px;
  }
}

.about-3-btn-wrapper {
  margin-top: 5px;
}

.about-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 685px;
  padding-top: 5px;
}
@media only screen and (max-width: 1919px) {
  .about-area-3-inner {
    grid-template-columns: 1fr 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-3-inner {
    grid-template-columns: 1fr 415px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-3-inner {
    grid-template-columns: 1fr;
  }
}

/* portfolio area 3 style  */
.portfolio-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 560px 1fr;
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-area-3-inner {
    grid-template-columns: 460px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.portfolio-3-content-wrapper {
  display: flex;
  flex-direction: column;
}

.portfolio-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
  flex-grow: 1;
  display: flex;
}
.dark .portfolio-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio-3-content {
    padding: 25px 20px 20px;
  }
}
.portfolio-3-content .section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio-3-content .title-wrapper {
  margin-top: 31px;
}

.portfolio-3-button {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.5s;
}
.dark .portfolio-3-button {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio-3-button {
    width: 80px;
    height: 80px;
  }
}
.portfolio-3-button:hover {
  background-color: #FFD80C;
}
.portfolio-3-button:hover svg * {
  fill: var(--black);
}
.dark .portfolio-3-button:hover svg * {
  fill: var(--black);
}
.dark .portfolio-3-button svg * {
  fill: var(--white);
}

.portfolio-3-nav {
  display: flex;
  gap: 5px;
}
@media (max-width: 575px) {
  .portfolio-3-nav {
    order: 2;
  }
}

.portfolio-3-actions {
  display: grid;
  gap: 5px;
  margin-top: 5px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 575px) {
  .portfolio-3-actions {
    grid-template-columns: 1fr;
  }
}

.portfolio-3-slider-box {
  width: 100%;
  overflow: hidden;
}
.portfolio-3-slider-box .slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.portfolio-3-slider-box .slider-wrapper .swiper {
  width: 100%;
}
.portfolio-3-slider-box .slider-wrapper .swiper-wrapper {
  width: 100%;
}

.portfolio-3-item {
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-3-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* service area 3 style  */
.service-aera-3-inner {
  padding-top: 5px;
}

.service-3-content-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 700px;
}
@media only screen and (max-width: 1199px) {
  .service-3-content-wrapper {
    grid-template-columns: 1fr 540px;
  }
}
@media only screen and (max-width: 991px) {
  .service-3-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-3-content {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
}
.dark .service-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .service-3-content {
    padding: 25px 20px 20px;
  }
}
.service-3-content .title-wrapper {
  margin-top: 31px;
}

.service-3-content-last {
  display: grid;
  gap: 5px;
}

.service-3-text-wrapper {
  padding: 44px 50px 57px;
  background-color: var(--white);
  border-radius: 20px;
}
.dark .service-3-text-wrapper {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .service-3-text-wrapper {
    padding: 24px 20px 27px;
  }
}
.service-3-text-wrapper .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: var(--primary);
}

.services-3-wrapper-box {
  margin-top: 5px;
}

.services-3-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  .services-3-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .services-3-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-box-3 {
  background-color: var(--white);
  padding: 50px 50px 50px;
  border-radius: 20px;
  overflow: hidden;
}
.dark .service-box-3 {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .service-box-3 {
    padding: 40px 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-3 {
    padding: 25px 20px 25px;
  }
}
.dark .service-box-3:hover .icon svg * {
  stroke: var(--black);
}
.dark .service-box-3:hover .title {
  color: var(--black);
}
.service-box-3:hover .action-shape:before {
  transform: scale(30);
}
.service-box-3 .icon {
  position: relative;
  z-index: 2;
}
.service-box-3 .icon svg {
  height: 80px;
}
@media only screen and (max-width: 1919px) {
  .service-box-3 .icon svg {
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-3 .icon svg {
    height: 50px;
  }
}
.service-box-3 .icon svg * {
  transition: all 0.7s;
}
.dark .service-box-3 .icon svg * {
  stroke: var(--white);
}
.service-box-3 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
  transition: all 0.7s;
}
@media only screen and (max-width: 1919px) {
  .service-box-3 .title {
    font-size: 24px;
  }
}
.service-box-3 .content {
  margin-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .service-box-3 .content {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-3 .content {
    margin-top: 60px;
  }
}
.service-box-3 .action-shape {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: var(--black);
  margin-top: 36px;
}
@media only screen and (max-width: 1199px) {
  .service-box-3 .action-shape {
    margin-top: 26px;
  }
}
.service-box-3 .action-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFD80C;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
}

.services-3-image-wrapper {
  border-radius: 20px;
  margin-top: 5px;
  aspect-ratio: 100/52;
}
.services-3-image-wrapper img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 20px;
}

/* team area 3 style  */
.team-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 560px 1fr;
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .team-area-3-inner {
    grid-template-columns: 360px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.team-3-content-wrapper {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.team-3-content {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
  flex-grow: 1;
  display: flex;
}
.dark .team-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .team-3-content {
    padding: 25px 20px 20px;
  }
}
.team-3-content .section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-3-content .title-wrapper {
  margin-top: 31px;
}

.team-3-wrapper {
  display: grid;
  gap: 5px;
}

.team-box-3 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 30px;
  display: grid;
  gap: 20px 25px;
  grid-template-columns: auto 1fr auto;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.dark .team-box-3 {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-box-3 {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-box-3 {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .team-box-3 {
    grid-template-columns: 1fr;
  }
}
.team-box-3:hover {
  background-color: #FFD80C;
}
.team-box-3:hover .name {
  color: var(--black);
}
.team-box-3:hover .post {
  color: var(--black);
}
.dark .team-box-3:hover .social-links a {
  border-color: rgba(17, 17, 17, 0.15);
  color: var(--black);
}
.dark .team-box-3:hover .social-links a:hover {
  color: var(--white);
}
.team-box-3 .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.team-box-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-box-3 .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .team-box-3 .name {
    font-size: 22px;
  }
}
.team-box-3 .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 11px;
}
.team-box-3 .social-links {
  display: flex;
  gap: 10px;
}
.team-box-3 .social-links a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--primary);
}
.dark .team-box-3 .social-links a {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .team-box-3 .social-links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.team-box-3 .social-links a:hover {
  background-color: var(--black);
  border-color: transparent;
  color: var(--white);
}

/* testimonial area 3 style  */
.testimonial-area-3-inner {
  padding-top: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: 385px 1fr;
}
@media only screen and (max-width: 1919px) {
  .testimonial-area-3-inner {
    grid-template-columns: 305px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.testimonial-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 46px;
}
.dark .testimonial-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content {
    padding: 40px 40px 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-content {
    padding: 25px 20px 20px;
  }
}
.testimonial-3-content .rating-box {
  margin-top: 59px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-content .rating-box {
    margin-top: 39px;
  }
}
.testimonial-3-content .rating-box .rating {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: flex;
  gap: 1px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .rating-box .rating {
    font-size: 40px;
  }
}
.testimonial-3-content .rating-box .rating .icon {
  font-size: 14px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .rating-box .rating .icon {
    font-size: 12px;
  }
}
.testimonial-3-content .rating-box .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  margin-top: 17px;
}
.testimonial-3-content .rating-box .text span {
  color: var(--primary);
}
.testimonial-3-content .circle-text {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .circle-text {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-content .circle-text {
    width: 120px;
    height: 120px;
    margin-top: 44px;
  }
}
.testimonial-3-content .circle-text .text {
  animation: t-spinner 5s infinite linear;
}
.testimonial-3-content .circle-text .shape {
  position: absolute;
  width: 79px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .circle-text .shape {
    width: 59px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-content .circle-text .shape {
    width: 49px;
  }
}

.testimonial-3-nav {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5px;
}

.testimonial-3-button {
  width: 100%;
  height: 100px;
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.dark .testimonial-3-button {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-button {
    height: 80px;
  }
}
.testimonial-3-button:hover {
  background-color: #FFD80C;
}
.testimonial-3-button:hover svg * {
  fill: var(--black);
}
.dark .testimonial-3-button:hover svg * {
  fill: var(--black);
}
.dark .testimonial-3-button svg * {
  fill: var(--white);
}

.testimonial-3-wrapper-box {
  border-radius: 20px;
  overflow: hidden;
}
.testimonial-3-wrapper-box .slider-wrapper {
  height: 100%;
}
.testimonial-3-wrapper-box .swiper {
  height: 100%;
}

.testimonial-3-item {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.dark .testimonial-3-item {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item {
    padding: 30px 30px 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-item {
    padding: 20px 20px 17px;
  }
}
.testimonial-3-item .icon img {
  height: 50px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item .icon img {
    height: 40px;
  }
}
.testimonial-3-item .text-wrapper {
  margin-top: 36px;
}
.testimonial-3-item .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item .text {
    font-size: 24px;
  }
}
.testimonial-3-item .author {
  margin-top: 47px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 15px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.dark .testimonial-3-item .author {
  border-color: rgba(255, 255, 255, 0.15);
}
.testimonial-3-item .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}
.testimonial-3-item .post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}
.testimonial-3-item .brand img {
  width: 103px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item .brand img {
    width: 83px;
  }
}

/* client area 3 style  */
.client-area-3-inner {
  padding-top: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: 745px 1fr;
}
@media only screen and (max-width: 1919px) {
  .client-area-3-inner {
    grid-template-columns: 675px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .client-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.client-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 47px;
}
.dark .client-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .client-3-content {
    padding: 40px 40px 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-3-content {
    padding: 25px 20px 20px;
  }
}
.client-3-content .title-wrapper {
  margin-top: 31px;
}
.client-3-content .text-wrapper {
  margin-top: 46px;
}
@media only screen and (max-width: 1919px) {
  .client-3-content .text-wrapper {
    margin-top: 36px;
  }
}
.client-3-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.05em;
}

.client-3-thumb {
  border-radius: 20px;
  overflow: hidden;
}
.client-3-thumb img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 20px;
}

.clients-3-wrapper-box {
  margin-top: 264px;
}
@media only screen and (max-width: 1919px) {
  .clients-3-wrapper-box {
    margin-top: 114px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients-3-wrapper-box {
    margin-top: 84px;
  }
}

.clients-3-wrapper {
  display: flex;
  gap: 25px 50px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

/* design studio page css */
/* hero area 4 style  */
.hero-area-4-inner {
  margin-top: 97px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 555px 1025px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .hero-area-4-inner {
    grid-template-columns: 455px 775px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-4-inner {
    grid-template-columns: 365px 545px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-4-inner {
    grid-template-columns: 1fr;
  }
}
.hero-area-4-inner span.shape-1 {
  width: 877px;
  height: 877px;
  position: absolute;
  top: 169px;
  left: 74px;
  border: 1px solid var(--border);
  border-radius: 50%;
}
@media only screen and (max-width: 1919px) {
  .hero-area-4-inner span.shape-1 {
    width: 677px;
    height: 677px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-4-inner span.shape-1 {
    width: 577px;
    height: 577px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-4-inner span.shape-1 {
    width: 477px;
    height: 477px;
    top: 69px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-4-inner span.shape-1 {
    display: none;
  }
}

.hero-4-services-wrapper-box-1 {
  margin-top: 3px;
}

.hero-4-services-wrapper-1 {
  display: grid;
  gap: 40px 15px;
  grid-template-columns: 1fr 210px;
}
@media only screen and (max-width: 1919px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr 150px;
    gap: 40px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr 0.8fr;
  }
}
@media (max-width: 575px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr;
  }
}

.hero-4-service-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-4-service-box .content {
  margin-top: 12px;
}
.hero-4-service-box .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: block;
}

.hero-4-section-content {
  margin-left: 225px;
}
@media only screen and (max-width: 1919px) {
  .hero-4-section-content {
    margin-left: 195px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-4-section-content {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-section-content {
    margin-left: 0;
  }
}
.hero-4-section-content .section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: block;
}
.hero-4-section-content .text-wrapper {
  margin-top: 62px;
}
@media only screen and (max-width: 1199px) {
  .hero-4-section-content .text-wrapper {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-section-content .text-wrapper {
    margin-top: 22px;
  }
}
.hero-4-section-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 325px;
}

.hero-4-services-wrapper-box-2 {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .hero-4-services-wrapper-box-2 {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-4-services-wrapper-box-2 {
    margin-top: 44px;
  }
}

.hero-4-services-wrapper-2 {
  display: grid;
  gap: 40px 15px;
  grid-template-columns: 210px 1fr;
}
@media only screen and (max-width: 1919px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 150px 1fr;
    gap: 40px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 0.8fr 1fr;
  }
}
@media (max-width: 575px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 1fr;
  }
}

/* about area 4 style  */
.about-area-4 {
  overflow: hidden;
  margin-top: -47px;
}
@media only screen and (max-width: 1199px) {
  .about-area-4 {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .about-4-title-wrapper .section-title {
    font-size: 140px;
    font-family: var(--font_bdogrotesk);
    font-weight: 400;
    line-height: 0.83;
    letter-spacing: -0.08em;
    text-transform: uppercase;
  }
}
@media (min-width: 1400px) {
  .about-4-title-wrapper .section-title {
    font-size: 170px;
  }
}
@media (min-width: 1920px) {
  .about-4-title-wrapper .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-4-title-wrapper .section-title br {
    display: none;
  }
}

.about-4-title-shape {
  margin-left: 138px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .about-4-title-shape {
    display: none;
  }
}
.about-4-title-shape img {
  width: 140px;
  height: 140px;
  margin-top: -34px;
}
@media only screen and (max-width: 1919px) {
  .about-4-title-shape img {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-4-title-shape img {
    height: 100px;
    width: 100px;
    margin-top: -24px;
  }
}

.about-4-section-content {
  margin-top: 306px;
  padding-bottom: 588px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 625px;
}
@media only screen and (max-width: 1919px) {
  .about-4-section-content {
    padding-bottom: 488px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-4-section-content {
    padding-bottom: 338px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-4-section-content {
    margin-top: 26px;
    padding-bottom: 58px;
    grid-template-columns: 1fr;
  }
}
.about-4-section-content .text {
  font-family: var(--font-bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .about-4-section-content .text {
    font-size: 20px;
  }
}
.about-4-section-content .btn-wrapper {
  margin-top: 36px;
}

/* client area 4 style  */
.clients-4-wrapper-box {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 44px;
  padding-bottom: 44px;
}
.dark .clients-4-wrapper-box {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1919px) {
  .clients-4-wrapper-box {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients-4-wrapper-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.clients-4-wrapper {
  display: flex;
  gap: 30px 100px;
  justify-content: space-between;
  padding: 0 50px;
  width: max-content;
}
@media only screen and (max-width: 1199px) {
  .clients-4-wrapper {
    flex-wrap: wrap;
    width: auto;
  }
}

/* service area 4 style  */
.service-4-section-header {
  margin-top: 40px;
}
.rr-bg-primary .service-4-section-header .section-subtitle-2 {
  color: var(--white);
}
.dark .rr-bg-primary .service-4-section-header .section-subtitle-2 {
  color: var(--black);
}
.service-4-section-header .section-title {
  text-indent: 260px;
  max-width: 1150px;
}
.rr-bg-primary .service-4-section-header .section-title {
  color: var(--white);
}
.dark .rr-bg-primary .service-4-section-header .section-title {
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .service-4-section-header .section-title {
    max-width: 950px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-4-section-header .section-title {
    text-indent: 220px;
    max-width: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-4-section-header .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .service-4-section-header .section-title {
    text-indent: 0px;
  }
}
.service-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .service-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .service-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}

.services-4-wrapper-box {
  margin-top: -6px;
  border-top: 1px solid;
  padding-top: 43px;
  display: grid;
  gap: 0 60px;
  grid-template-columns: 1fr 850px;
}
.rr-bg-primary .services-4-wrapper-box {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark .rr-bg-primary .services-4-wrapper-box {
  border-color: rgba(17, 17, 17, 0.15);
}
@media only screen and (max-width: 1199px) {
  .services-4-wrapper-box {
    grid-template-columns: 1fr;
    padding-top: 23px;
  }
}
.services-4-wrapper-box .jump-section-area {
  margin-top: 7px;
}
@media only screen and (max-width: 1199px) {
  .services-4-wrapper-box .jump-section-area {
    display: none;
  }
}
.services-4-wrapper-box .go-down {
  background-color: var(--white);
  color: var(--black);
}
.dark .services-4-wrapper-box .go-down {
  background-color: var(--black);
  color: var(--white);
}

.services-4-wrapper {
  display: grid;
  gap: 37px 60px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .services-4-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-box-4 .content {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 130px 1fr;
}
@media (max-width: 575px) {
  .service-box-4 .content {
    grid-template-columns: 1fr;
  }
}
.service-box-4 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 4px;
}
.rr-bg-primary .service-box-4 .title {
  color: var(--white);
}
.dark .rr-bg-primary .service-box-4 .title {
  color: var(--black);
}
.service-box-4 .title a:hover {
  color: #555555;
}
.service-box-4 .service-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  list-style: none;
}
.rr-bg-primary .service-box-4 .service-list li {
  color: #555555;
}
.dark .rr-bg-primary .service-box-4 .service-list li {
  color: #999999;
}

/* portfolio area 4 style  */
.portfolio-area-4 {
  position: relative;
  z-index: -1;
}

.portfolio-area-4-columns {
  margin-top: 35px;
  display: grid;
  gap: 50px 70px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area-4-columns {
    gap: 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area-4-columns {
    grid-template-columns: 1fr;
  }
}
.portfolio-area-4-columns .col-first {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .portfolio-area-4-columns .col-first {
    order: unset;
  }
}
.portfolio-area-4-columns .col-second {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .portfolio-area-4-columns .col-second {
    margin-top: 0;
  }
}

.portfolio-4-section-header {
  margin-bottom: 24px;
}
@media (min-width: 1919px) {
  .portfolio-4-section-header {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-header {
    margin-bottom: 0;
  }
}
.rr-bg-primary .portfolio-4-section-header .section-subtitle-2 {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-section-header .section-subtitle-2 {
  color: var(--black);
}
.portfolio-4-section-header .title-wrapper {
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}
.rr-bg-primary .portfolio-4-section-header .section-title {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-section-header .section-title {
  color: var(--black);
}

.portfolio-4-wrapper {
  display: grid;
  gap: 150px 0px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1919px) {
  .portfolio-4-wrapper {
    gap: 120px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-wrapper {
    gap: 100px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-4-wrapper {
    gap: 50px 0px;
  }
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .content {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .content {
  border-color: rgba(17, 17, 17, 0.15);
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .title {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .title {
  color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .title a:hover {
  color: #999999;
}
.dark .portfolio-4-wrapper .portfolio-4-item .title a:hover {
  color: #555555;
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .tag {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .tag {
  color: var(--black);
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .date {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .date {
  color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn {
  background: #1A1A1A;
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn {
  background: #F1F1F1;
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-one,
.portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-one,
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-two {
  color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn::before {
  background-color: var(--white);
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn::before {
  background-color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--white);
}

.portfolio-4-item .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-4-item .thumb img {
  width: 100%;
  cursor: none;
  height: 100%;
  object-fit: cover;
}
.portfolio-4-item .content {
  gap: 20px;
  display: flex;
  margin-top: 26px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  justify-content: space-between;
}
.dark .portfolio-4-item .content {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-item .content {
    margin-top: 14px;
    flex-wrap: wrap;
  }
}
.portfolio-4-item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-item .title {
    font-size: 18px;
  }
}
.portfolio-4-item .title a:hover {
  color: var(--secondary);
}
.portfolio-4-item .tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  letter-spacing: -0.05em;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-item .tag {
    font-size: 18px;
  }
}
.portfolio-4-item .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-item .date {
    font-size: 18px;
  }
}
.portfolio-4-item .rr-btn {
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
  background: #F1F1F1;
  border-color: transparent;
}
.dark .portfolio-4-item .rr-btn {
  background-color: #1A1A1A;
}
.portfolio-4-item .rr-btn i {
  margin-left: 5px;
  rotate: -45deg;
  transition: all 0.2s;
}
.portfolio-4-item .rr-btn .btn-wrap .text-one,
.portfolio-4-item .rr-btn .btn-wrap .text-two {
  color: var(--primary);
}
.portfolio-4-item .rr-btn::before {
  background-color: var(--primary);
}
.portfolio-4-item .rr-btn:hover i {
  rotate: 0deg;
}
.portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--white);
}
.dark .portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.dark .portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}

.portfolio-4-section-footer {
  text-align: center;
}
.portfolio-4-section-footer .section-content {
  margin-top: 76px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-4-section-footer .section-content {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-4-section-footer .section-content {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-4-section-footer .section-content {
    margin-top: 0px;
  }
}
.portfolio-4-section-footer .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.rr-bg-primary .portfolio-4-section-footer .text {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-section-footer .text {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-footer .text {
    font-size: 24px;
  }
}
.portfolio-4-section-footer .btn-wrapper {
  margin-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-footer .btn-wrapper {
    margin-top: 27px;
  }
}
.portfolio-4-section-footer .btn-wrapper .rr-btn {
  border: 1px solid var(--white);
  background-color: transparent;
}
.dark .portfolio-4-section-footer .btn-wrapper .rr-btn {
  border-color: var(--black);
}
.dark .portfolio-4-section-footer .btn-wrapper .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

/* team area 4 style  */
.team-4-wrapper-box {
  margin-top: -6px;
}

.team-4-wrapper {
  display: inline-flex;
  gap: 40px 20px;
}
@media only screen and (max-width: 1199px) {
  .team-4-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .team-4-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-4-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-4-box {
  width: 460px;
}
@media only screen and (max-width: 1919px) {
  .team-4-box {
    width: 340px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-4-box {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .team-4-box {
    width: 100%;
  }
}
.team-4-box:hover .thumb img {
  transform: scale(1.1);
}
.team-4-box .thumb {
  overflow: hidden;
}
.team-4-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.team-4-box .name {
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  font-weight: 4000;
  line-height: 1;
  letter-spacing: -0.05em;
}
.team-4-box .name a:hover {
  color: var(--secondary);
}
.team-4-box .post {
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-top: 4px;
}
.team-4-box .content {
  margin-top: 17px;
}

/* counter area 4 style  */
.counter-area-4 {
  border-radius: 30px 30px 0 0;
  background-color: var(--white);
  margin-top: -30px;
  position: relative;
}
.dark .counter-area-4 {
  background-color: var(--black);
}
.counter-area-4 .area-top-shape {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.counter-area-4 .area-top-shape:before {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  height: 30px;
  border-radius: 15px 15px 0 0;
  background-color: #828282;
  top: -10px;
  left: 30px;
  z-index: -1;
}
.dark .counter-area-4 .area-top-shape:before {
  background-color: #ACACAC;
}
.counter-area-4 .area-top-shape:after {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 30px;
  border-radius: 15px 15px 0 0;
  background-color: #4D4D4D;
  top: -20px;
  left: 50px;
  z-index: -2;
}
.dark .counter-area-4 .area-top-shape:after {
  background-color: #D6D6D6;
}

.counter-4-section-header {
  margin-top: 40px;
}
.counter-4-section-header .section-title {
  text-indent: 260px;
  max-width: 1190px;
}
@media only screen and (max-width: 1919px) {
  .counter-4-section-header .section-title {
    max-width: 990px;
  }
}
@media only screen and (max-width: 1399px) {
  .counter-4-section-header .section-title {
    text-indent: 220px;
    max-width: 840px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-header .section-title {
    max-width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-4-section-header .section-title {
    text-indent: 0px;
  }
}
.counter-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .counter-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .counter-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}

.counter-4-section-content {
  margin-top: -6px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 33px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 770px;
}
.dark .counter-4-section-content {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1399px) {
  .counter-4-section-content {
    grid-template-columns: 1fr 570px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-content {
    grid-template-columns: 1fr 520px;
    padding-top: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-4-section-content {
    grid-template-columns: 1fr;
  }
}
.counter-4-section-content .jump-section-area {
  margin-top: 17px;
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-content .jump-section-area {
    display: none;
  }
}
.counter-4-section-content .text-wrapper {
  margin-top: 161px;
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-content .text-wrapper {
    margin-top: 0;
  }
}
.counter-4-section-content .info-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 317px;
}

.counter-4-wrapper {
  display: grid;
  gap: 41px 70px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .counter-4-wrapper {
    grid-template-columns: 1fr;
  }
}

.counter-4-item .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 90px;
  line-height: 1.83;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .counter-4-item .number {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .counter-4-item .number {
    font-size: 50px;
  }
}
.counter-4-item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary);
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 19px;
  margin-top: 4px;
}
.dark .counter-4-item .text {
  border-color: rgba(255, 255, 255, 0.15);
}
.counter-4-item.span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .counter-4-item.span-2 {
    grid-column: auto;
  }
}
.counter-4-item.span-2 .number {
  font-size: 200px;
  line-height: 0.83;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1919px) {
  .counter-4-item.span-2 .number {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .counter-4-item.span-2 .number {
    font-size: 50px;
    line-height: 1.83;
    margin-bottom: 0;
  }
}

/* testimonial area 4 style  */
.testimonial-4-section-header {
  margin-top: 87px;
}
.testimonial-4-section-header .section-title {
  text-indent: 260px;
  max-width: 760px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-section-header .section-title {
    max-width: 660px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-section-header .section-title {
    text-indent: 220px;
    max-width: 560px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-4-section-header .section-title {
    text-indent: 0px;
  }
}
.testimonial-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}

.testimonial-4-section-content {
  margin-top: -6px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 45px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 990px;
}
.dark .testimonial-4-section-content {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-section-content {
    grid-template-columns: 1fr 890px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-section-content {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }
}
.testimonial-4-section-content .jump-section-area {
  margin-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-section-content .jump-section-area {
    display: none;
  }
}
.testimonial-4-section-content .col-second {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 500px;
}
@media only screen and (max-width: 991px) {
  .testimonial-4-section-content .col-second {
    grid-template-columns: 1fr 400px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-4-section-content .col-second {
    grid-template-columns: 1fr;
  }
}

.testimonial-4-info {
  margin-top: 5px;
}
.testimonial-4-info .rating-box {
  margin-top: 59px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-info .rating-box {
    margin-top: 39px;
  }
}
.testimonial-4-info .rating-box .rating {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: flex;
  gap: 1px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .rating-box .rating {
    font-size: 40px;
  }
}
.testimonial-4-info .rating-box .rating .icon {
  font-size: 14px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .rating-box .rating .icon {
    font-size: 12px;
  }
}
.testimonial-4-info .rating-box .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  margin-top: 17px;
}
.testimonial-4-info .rating-box .text span {
  color: var(--primary);
}
.testimonial-4-info .circle-text {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .circle-text {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-info .circle-text {
    width: 120px;
    height: 120px;
  }
}
.testimonial-4-info .circle-text .text {
  animation: t-spinner 5s infinite linear;
}
.testimonial-4-info .circle-text .shape {
  position: absolute;
  width: 79px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .circle-text .shape {
    width: 59px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-info .circle-text .shape {
    width: 49px;
  }
}

.testimonial-4-wrapper-box {
  overflow: hidden;
}

.testimonial-4-item .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-item .text {
    font-size: 24px;
  }
}
.testimonial-4-item .author {
  margin-top: 42px;
}
.testimonial-4-item .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}
.testimonial-4-item .post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

.testimonial-4-pagination {
  display: flex;
  gap: 10px;
  margin-top: 96px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-pagination {
    margin-top: 86px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-pagination {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-pagination {
    margin-top: 56px;
  }
}
.testimonial-4-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #E6E6E6;
  opacity: 1;
}
.dark .testimonial-4-pagination .swiper-pagination-bullet {
  background-color: #555555;
}
.testimonial-4-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.testimonial-4-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* blog area 4 style  */
.blog-4-section-header {
  margin-top: 26px;
}
.blog-4-section-header .section-title {
  text-indent: 260px;
  max-width: 730px;
}
@media only screen and (max-width: 1919px) {
  .blog-4-section-header .section-title {
    max-width: 630px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-4-section-header .section-title {
    text-indent: 220px;
    max-width: 530px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-4-section-header .section-title {
    max-width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-4-section-header .section-title {
    text-indent: 0px;
  }
}
.blog-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .blog-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}

.blog-4-section-content {
  margin-top: -6px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 43px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 510px;
}
.dark .blog-4-section-content {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .blog-4-section-content {
    padding-top: 23px;
    grid-template-columns: 1fr;
  }
}
.blog-4-section-content .jump-section-area {
  margin-top: 7px;
}
@media only screen and (max-width: 1199px) {
  .blog-4-section-content .jump-section-area {
    display: none;
  }
}
.blog-4-section-content .info-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.blogs-4-wrapper-box {
  margin-top: 63px;
}
@media only screen and (max-width: 1199px) {
  .blogs-4-wrapper-box {
    margin-top: 43px;
  }
}

.blogs-4-wrapper {
  display: grid;
  gap: 71px 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1919px) {
  .blogs-4-wrapper {
    gap: 61px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blogs-4-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 51px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blogs-4-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 41px 15px;
  }
}

.blog-item-4:hover .thumb img {
  transform: scale(1.1);
}
.blog-item-4 .thumb {
  overflow: hidden;
  border-radius: 15px;
}
.blog-item-4 .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-item-4 .content {
  margin-top: 20px;
}
.blog-item-4 .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  max-width: 340px;
}
@media only screen and (max-width: 1399px) {
  .blog-item-4 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-item-4 .title {
    font-size: 22px;
  }
}
.blog-item-4 .title a:hover {
  color: var(--secondary);
}
.blog-item-4 .meta {
  gap: 5px;
  display: flex;
  margin-top: 19px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .blog-item-4 .meta {
    margin-top: 14px;
  }
}
.blog-item-4 .meta li {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
}
.blog-item-4 .meta li a span {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s;
}
.blog-item-4 .meta li a:hover {
  color: #555;
}
.blog-item-4 .meta li a:hover span {
  color: #555;
}

/* cta area 4 style  */
.cta-area-4-inner {
  overflow: hidden;
}

.cta-4-section-header {
  margin-top: 41px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  padding-bottom: 90px;
}
@media only screen and (max-width: 1919px) {
  .cta-4-section-header {
    margin-top: 31px;
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-4-section-header {
    margin-top: 11px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-4-section-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cta-4-section-header {
    padding-bottom: 25px;
  }
}
.cta-4-section-header .title-wrapper {
  animation: 13s t-slide infinite linear;
}
.cta-4-section-header .section-title {
  font-family: var(--font_bdogrotesk);
  font-size: 280px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
@media only screen and (max-width: 1919px) {
  .cta-4-section-header .section-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-4-section-header .section-title {
    font-size: 190px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-4-section-header .section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-4-section-header .section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-4-section-header .section-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .cta-4-section-header .section-title {
    font-size: 55px;
  }
}
.cta-4-section-header .section-title a {
  display: inline-flex;
  align-items: center;
}
.cta-4-section-header .section-title .line {
  width: 0.7em;
  height: 0.1em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}

/* branding agency page css */
.section-title-6 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 215px;
  line-height: 0.86;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .section-title-6 {
    font-size: 165px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title-6 {
    font-size: 155px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title-6 {
    font-size: 115px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-6 {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-6 {
    font-size: 60px;
    letter-spacing: -0.05em;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .section-title-6 {
    font-size: 38px;
  }
}

/* hero area 6 style  */
.hero-6-section-content {
  margin-top: 27px;
}
@media only screen and (max-width: 1199px) {
  .hero-6-section-content {
    margin-top: 107px;
  }
}
.hero-6-section-content .meta-list {
  max-width: 580px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .hero-6-section-content .meta-list {
    margin-left: 0;
  }
}
.hero-6-section-content .meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 200px 200px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-6-section-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.hero-6-section-content .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
  list-style: none;
}
.hero-6-section-content .meta-list li br {
  display: block;
}
.hero-6-section-content .section-title-wrapper {
  margin-top: 51px;
}
@media only screen and (max-width: 1199px) {
  .hero-6-section-content .section-title-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-6-section-content .section-title-wrapper {
    margin-top: 31px;
  }
}

.hero-6-nav {
  position: relative;
  z-index: 1;
  margin-top: 146px;
}
@media only screen and (max-width: 1919px) {
  .hero-6-nav {
    margin-top: 96px;
  }
}
.hero-6-nav .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;
  text-transform: uppercase;
  justify-content: space-between;
}
.hero-6-nav .main-menu li a:hover {
  color: var(--primary);
}
.hero-6-nav .main-menu > ul {
  gap: 40px;
}
.hero-6-nav .main-menu > ul > li {
  flex-grow: 1;
  max-width: 270px;
}
.hero-6-nav .main-menu > ul > li:hover > a {
  color: var(--secondary);
  border-color: var(--primary);
}
.dark .hero-6-nav .main-menu > ul > li:hover > a {
  border-color: var(--primary);
}
.hero-6-nav .main-menu > ul > li > a {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-6-nav .main-menu > ul > li > a {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-6-nav .main-menu ul.dp-menu {
  min-width: 100%;
}

.hero-6-thumb {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-6-thumb {
    margin-top: 30px;
  }
}

/* about area 6 style  */
.about-6-section-header {
  margin-top: 193px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .about-6-section-header {
    margin-top: 143px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-section-header {
    margin-top: 93px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-6-section-header {
    margin-top: 53px;
  }
}
.about-6-section-header .meta-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--primary);
  max-width: 435px;
  margin-inline: auto;
}
.about-6-section-header .section-title-wrapper {
  margin-top: 174px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .about-6-section-header .section-title-wrapper {
    margin-top: 124px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-section-header .section-title-wrapper {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-6-section-header .section-title-wrapper {
    margin-top: 34px;
  }
}
.about-6-section-header .section-title-6 {
  text-align: center;
}

.about-6-section-content {
  display: grid;
  gap: 40px 90px;
  grid-template-columns: 1.9fr 440px 1fr;
  align-items: flex-end;
  margin-top: -241px;
}
@media only screen and (max-width: 1919px) {
  .about-6-section-content {
    margin-top: -191px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-section-content {
    margin-top: -151px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-6-section-content {
    margin-top: 60px;
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-6-section-content {
    grid-template-columns: 1fr;
  }
}
.about-6-section-content .about-6-thumb-1 {
  margin-bottom: 7px;
}
.about-6-section-content .meta-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .about-6-section-content .meta-text {
    letter-spacing: 0;
  }
}
.about-6-section-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  color: var(--primary);
  margin-top: 137px;
}
@media only screen and (max-width: 1919px) {
  .about-6-section-content .text {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-section-content .text {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .about-6-section-content .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.about-6-section-content .about-6-thumb-2 {
  margin-left: auto;
  margin-bottom: 7px;
}
@media only screen and (max-width: 991px) {
  .about-6-section-content .about-6-thumb-2 {
    margin-left: 0;
  }
}

/* service area 6 style  */
.service-6-section-header {
  margin-top: 71px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .service-6-section-header {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-6-section-header {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .service-6-section-header {
    grid-template-columns: 1fr;
  }
}
.service-6-section-header .btn-wrapper {
  margin-bottom: 6px;
}
.service-6-section-header .rr-btn-underline {
  color: var(--primary);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  gap: 10px;
}
.service-6-section-header .rr-btn-underline span {
  margin-right: 30px;
}
.service-6-section-header .rr-btn-underline i {
  transform: rotate(0deg);
}
.service-6-section-header .rr-btn-underline::before {
  height: 1px;
}

.services-6-wrapper-box {
  margin-top: 91px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1300px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .services-6-wrapper-box {
    grid-template-columns: 1fr 1100px;
    margin-top: 61px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .services-6-wrapper-box {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-6-wrapper-box {
    grid-template-columns: 1fr;
    margin-top: 41px;
    margin-bottom: 40px;
  }
}
.services-6-wrapper-box .meta-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .services-6-wrapper-box .meta-text {
    letter-spacing: 0;
  }
}

.services-6-wrapper {
  margin-top: 3px;
  display: grid;
  gap: 50px 100px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .services-6-wrapper {
    grid-template-columns: 1fr;
  }
}
.services-6-wrapper > * {
  position: relative;
}
.services-6-wrapper > *:nth-child(2n):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  top: 0;
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .services-6-wrapper > *:nth-child(2n):before {
    display: none;
  }
}

.service-box-6 {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr 280px;
  border-top: 1px solid var(--border);
  padding-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .service-box-6 {
    grid-template-columns: 1fr;
  }
}
.service-box-6 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 4px;
}
.service-box-6 .title a:hover {
  color: var(--secondary);
}
.service-box-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-box-6 .service-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  list-style: none;
  color: #999999;
}
.dark .service-box-6 .service-list li {
  color: #555555;
}
.service-box-6 .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 36px;
}
.service-box-6 .thumb img {
  width: 100%;
}

.portfolio-6-section-header {
  margin-top: 78px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .portfolio-6-section-header {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-6-section-header {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-6-section-header {
    grid-template-columns: 1fr;
  }
}
.rr-bg-primary .portfolio-6-section-header .section-title-6 {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-6-section-header .section-title-6 {
  color: var(--black);
}
.portfolio-6-section-header .btn-wrapper {
  margin-bottom: 6px;
}
.portfolio-6-section-header .rr-btn-underline {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  gap: 10px;
}
.rr-bg-primary .portfolio-6-section-header .rr-btn-underline {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-6-section-header .rr-btn-underline {
  color: var(--black);
}
.portfolio-6-section-header .rr-btn-underline span {
  margin-right: 30px;
}
.portfolio-6-section-header .rr-btn-underline i {
  transform: rotate(0deg);
}
.portfolio-6-section-header .rr-btn-underline::before {
  height: 1px;
}

.portfolio-6-wrapper-box {
  margin-top: -6px;
}

.portfolio-6-wrapper {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .portfolio-6-wrapper {
    gap: 40px 20px;
  }
}
@media (max-width: 575px) {
  .portfolio-6-wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-6-wrapper > *.span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .portfolio-6-wrapper > *.span-2 {
    grid-column: auto;
  }
}

.portfolio-6-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.portfolio-6-item:hover:before {
  opacity: 1;
  transition: all 0.3s;
}
.portfolio-6-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.6);
  opacity: 0;
  pointer-events: none;
}
.portfolio-6-item .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
  transform: translate3d(0, 0, 0) scale(0.1);
  transition: opacity 0.3s ease, clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 1199px) {
  .portfolio-6-item .hover-image {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-6-item .hover-image {
    width: 220px;
  }
}
.portfolio-6-item .hover-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.portfolio-6-item .hover-text {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.portfolio-6-item .hover-text h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.portfolio-6-item .hover-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
}

.rr-bg-primary .approach-section-header .section-title-6 {
  color: var(--white);
}
.dark .rr-bg-primary .approach-section-header .section-title-6 {
  color: var(--black);
}

.approach-wrapper {
  border-top: 1px solid;
  margin-top: 93px;
}
.rr-bg-primary .approach-wrapper {
  border-color: #292929;
}
.dark .rr-bg-primary .approach-wrapper {
  border-color: #E7E7E7;
}
@media only screen and (max-width: 1199px) {
  .approach-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-wrapper {
    margin-top: 40px;
  }
}
.approach-wrapper .approach-item {
  gap: 30px;
  display: grid;
  padding-top: 60px;
  padding-bottom: 110px;
  border-bottom: 1px solid;
  grid-template-columns: 238px 820px 1fr;
}
.rr-bg-primary .approach-wrapper .approach-item {
  border-color: #292929;
}
.dark .rr-bg-primary .approach-wrapper .approach-item {
  border-color: #E7E7E7;
}
@media only screen and (max-width: 1919px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 238px 600px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 238px 400px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 150px 320px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 120px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .approach-wrapper .approach-item {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item > *:nth-child(3) {
    grid-column: span 2;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .approach-wrapper .approach-item > *:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
  }
}
.approach-wrapper .approach-item .sub-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
.rr-bg-primary .approach-wrapper .approach-item .sub-title {
  color: var(--white);
}
.dark .rr-bg-primary .approach-wrapper .approach-item .sub-title {
  color: var(--black);
}
@media (max-width: 575px) {
  .approach-wrapper .approach-item .sub-title {
    font-size: 25px;
  }
}
.approach-wrapper .approach-item .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
.rr-bg-primary .approach-wrapper .approach-item .title {
  color: var(--white);
}
.dark .rr-bg-primary .approach-wrapper .approach-item .title {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .approach-wrapper .approach-item .title {
    font-size: 25px;
  }
}
.approach-wrapper .approach-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 500px;
}
.rr-bg-primary .approach-wrapper .approach-item p {
  color: #999999;
}
.dark .rr-bg-primary .approach-wrapper .approach-item p {
  color: #555555;
}

.fun-fact-area .fun-fact-area-inner {
  margin-top: 93px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1199px) {
  .fun-fact-area .fun-fact-area-inner {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact-area-inner {
    margin-top: 40px;
  }
}
.fun-fact-area .fun-fact-wrapper {
  display: inline-flex;
  align-items: self-start;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact-wrapper {
    flex-wrap: wrap;
  }
}
.fun-fact-area .fun-fact__item {
  border-radius: 10px;
  width: 440px;
}
@media only screen and (max-width: 1199px) {
  .fun-fact-area .fun-fact__item {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item {
    width: 300px;
  }
}
.fun-fact-area .fun-fact__item.has--card {
  height: 355px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  background-color: #F1F1F1;
}
.dark .fun-fact-area .fun-fact__item.has--card {
  background-color: #1A1A1A;
}
@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item.has--card {
    height: 280px;
  }
}
.fun-fact-area .fun-fact__item.has--card .content {
  max-width: 207px;
}
.fun-fact-area .fun-fact__item.has--card .content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: rgba(17, 17, 17, 0.5);
}
.dark .fun-fact-area .fun-fact__item.has--card .content h6 {
  color: rgba(255, 255, 255, 0.5);
}
.fun-fact-area .fun-fact__item.has--card .content h6 span {
  color: var(--primary);
}
.fun-fact-area .fun-fact__item.has--card .content a {
  gap: 10px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-top: 170px;
  line-height: 30px;
  position: relative;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item.has--card .content a {
    margin-top: 100px;
  }
}
.fun-fact-area .fun-fact__item.has--card .content a span {
  margin-right: 30px;
}
.fun-fact-area .fun-fact__item.has--card .content a::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  background-color: currentColor;
}
@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact__item.has--card .content a::before {
    height: 3px;
  }
}
.fun-fact-area .fun-fact__item.has--card .content a:hover::before {
  width: 0;
}
.fun-fact-area .fun-fact__item .media {
  position: relative;
}
.fun-fact-area .fun-fact__item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.fun-fact-area .fun-fact__item .media .text {
  max-width: 202px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.fun-fact-area .fun-fact__item .media .text h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5);
}
.fun-fact-area .fun-fact__item .media .text h6 span {
  color: var(--white);
}

.brand-area-6 .brand-area-6-inner ul {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .brand-area-6 .brand-area-6-inner ul {
    gap: 20px;
  }
}
.brand-area-6 .brand-area-6-inner ul li img {
  transition: all 0.3s;
}
.brand-area-6 .brand-area-6-inner ul li:hover img {
  transform: scale(1.1);
}

.call-to-action .call-to-action-inner {
  height: 100vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .call-to-action .call-to-action-inner {
    height: inherit;
    padding: 60px 0;
  }
}
.call-to-action .call-to-action-inner .cta-btn {
  padding: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  text-align: center;
  position: relative;
  color: var(--primary);
  display: inline-block;
  border-radius: 0;
  padding-bottom: 23px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 991px) {
  .call-to-action .call-to-action-inner .cta-btn {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner .cta-btn {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .call-to-action .call-to-action-inner .cta-btn {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 0px;
  }
}
.call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-one,
.call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-two {
  color: var(--primary);
}
.call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-two {
  left: 50%;
  transform: translate(-50%, 0%);
}
.call-to-action .call-to-action-inner .cta-btn:hover .btn-wrap .text-two {
  left: 50%;
  transform: translate(-50%, -50%);
}
.call-to-action .call-to-action-inner .cta-btn::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  background-color: currentColor;
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner .cta-btn::before {
    height: 3px;
  }
}
.call-to-action .call-to-action-inner .cta-btn:hover::before {
  width: 20%;
}

.cta-area-6 .cta-area-6-inner {
  text-align: center;
  padding-bottom: 63px;
}
.cta-area-6 .cta-area-6-inner-title {
  font-size: 215px;
  font-weight: 400;
  line-height: 185px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -19.35px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 180px;
    letter-spacing: -15px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 130px;
    letter-spacing: -10px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 90px;
    letter-spacing: -5px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 45px;
  }
}
.cta-area-6 .cta-area-6-inner-title img {
  width: 280px;
  height: 160px;
  margin-top: -40px;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 220px;
    height: 130px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 170px;
    height: 95px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 110px;
    height: 66px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 70px;
    height: 45px;
    margin-top: -7px;
  }
}
@media (max-width: 575px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 50px;
    height: 30px;
    margin-top: -5px;
  }
}

/* video production page css */
/* hero area 8 style  */
.hero-area-8 {
  position: relative;
  z-index: 1;
}

.hero-8-inner {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .hero-8-inner {
    height: auto;
  }
}

.hero-8-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-8-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-8-content {
  padding-top: 175px;
  padding-bottom: 28px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 1919px) {
  .hero-8-content {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-8-content {
    padding-top: 95px;
  }
}
.hero-8-content .subtitle-wrapper {
  text-align: center;
  margin-top: 159px;
}
@media only screen and (max-width: 1919px) {
  .hero-8-content .subtitle-wrapper {
    margin-top: 109px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-8-content .subtitle-wrapper {
    margin-top: 69px;
  }
}
.hero-8-content .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  list-style: none;
}
.hero-8-content .meta-list li a:hover {
  color: #999999;
}
.hero-8-content .meta-list .line {
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.hero-8-content .meta-list-center {
  margin-top: 25px;
}
.hero-8-content .meta-list-center ul {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.hero-8-content .meta-list-center ul li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .hero-8-content .meta-list-bottom {
    margin-top: 100px;
  }
}
.hero-8-content .meta-list-bottom ul {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero-8-content .meta-list-bottom ul {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-8-content .meta-list-bottom ul > *:nth-child(2) {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-8-content .meta-list-bottom ul > *:nth-child(2) {
    display: none;
  }
}
.hero-8-content .meta-list-bottom ul > *:nth-child(3) {
  text-align: end;
}

.hero-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 255px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-8-title {
    font-size: 185px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-8-title {
    font-size: 165px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-8-title {
    font-size: 125px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-8-title {
    font-size: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-8-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .hero-8-title {
    font-size: 45px;
  }
}
.hero-8-title span {
  font-family: var(--font_tartuffotrial);
  font-weight: 400;
}

.hero-8-subtitle {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
}

/* about area 8 style  */
.about-area-8 {
  position: relative;
  z-index: 1;
  background-color: var(--white);
}
.dark .about-area-8 {
  background-color: var(--black);
}

.about-8-header {
  padding-top: 47px;
}
.about-8-header .title-wrapper {
  padding-top: 39px;
}
.about-8-header .section-title {
  max-width: 1180px;
}
.about-8-header .section-title span {
  font-family: var(--font_ppeditorialnewregular);
  color: rgba(17, 17, 17, 0.4);
}
.dark .about-8-header .section-title span {
  color: rgba(255, 255, 255, 0.4);
}

.about-8-item-wrapper-box {
  margin-top: -5px;
}

.about-8-item-wrapper {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  display: grid;
  gap: 0 140px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.dark .about-8-item-wrapper {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .about-8-item-wrapper {
    gap: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-8-item-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-8-item-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.15);
  top: 0;
  left: 50%;
}
.dark .about-8-item-wrapper:before {
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .about-8-item-wrapper:before {
    display: none;
  }
}
.about-8-item-wrapper > *:not(:first-child) {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.about-8-item {
  text-align: center;
  padding: 48px 0 50px 0;
}
@media only screen and (max-width: 1399px) {
  .about-8-item {
    padding: 38px 0 40px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-8-item {
    padding: 28px 0 30px 0;
  }
}
.about-8-item .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.about-8-item .text {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  max-width: 390px;
  margin-inline: auto;
  margin-top: 71px;
}
@media only screen and (max-width: 1919px) {
  .about-8-item .text {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-8-item .text {
    margin-top: 21px;
  }
}
.about-8-item .thumb {
  margin-top: 83px;
  margin-top: 83px;
  aspect-ratio: 100/128;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .about-8-item .thumb {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-8-item .thumb {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-8-item .thumb {
    margin-top: 33px;
  }
}

/* portfolio area 8 style  */
.portfolio-8-header {
  margin-top: 197px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .portfolio-8-header {
    margin-top: 147px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-8-header {
    margin-top: 97px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-8-header {
    margin-top: 47px;
  }
}
.portfolio-8-header .title-wrapper {
  margin-top: 171px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-8-header .title-wrapper {
    margin-top: 121px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-8-header .title-wrapper {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-8-header .title-wrapper {
    margin-top: 21px;
  }
}
.portfolio-8-header .text-wrapper {
  margin-top: 192px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-8-header .text-wrapper {
    margin-top: 142px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-8-header .text-wrapper {
    margin-top: 92px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-8-header .text-wrapper {
    margin-top: 42px;
  }
}
.portfolio-8-header .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--primary);
  max-width: 410px;
  margin-inline: auto;
}

.portfolio-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 465px;
  line-height: 0.9;
  letter-spacing: -34px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: -60px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-8-title {
    font-size: 345px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-8-title {
    font-size: 280px;
    margin-left: -20px;
    letter-spacing: -20px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-8-title {
    font-size: 235px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-8-title {
    font-size: 175px;
    margin-left: -10px;
    letter-spacing: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-8-title {
    font-size: 120px;
    margin-left: 0px;
    letter-spacing: 0px;
  }
}
@media (max-width: 575px) {
  .portfolio-8-title {
    font-size: 65px;
  }
}

.works-wrapper-box-8 {
  margin-top: 196px;
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-box-8 {
    margin-top: 146px;
  }
}
@media only screen and (max-width: 1399px) {
  .works-wrapper-box-8 {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-box-8 {
    margin-top: 46px;
  }
}

.works-wrapper-8 {
  display: grid;
  gap: 28px 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .works-wrapper-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-box-8 .thumb {
  overflow: hidden;
}
.work-box-8 .thumb img,
.work-box-8 .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100/70;
}
.work-box-8 .content {
  margin-top: 9px;
}
.work-box-8 .title {
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
}
.work-box-8 .title a:hover {
  color: var(--secondary);
}
.work-box-8 .tag {
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  display: block;
  color: var(--primary);
}

/* cta area 8 style  */
.cta-area-8-inner {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-8-header {
  text-align: center;
}
.cta-8-header .section-title {
  max-width: 940px;
  margin-inline: auto;
}
.cta-8-header .btn-wrapper {
  margin-top: 92px;
}
@media only screen and (max-width: 1919px) {
  .cta-8-header .btn-wrapper {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-8-header .btn-wrapper {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-8-header .btn-wrapper {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-8-header .btn-wrapper {
    margin-top: 42px;
  }
}
.cta-8-header .rr-btn-underline {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 8px;
}

/* fun fact area 8 style  */
.fun-fact-area-8 {
  position: relative;
  z-index: 1;
}

.fun-fact-8-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fun-fact-8-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fun-fact-8-inner {
  height: 100vh;
  display: grid;
  align-items: center;
}

.fun-fact-8-content .meta-list ul {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .fun-fact-8-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.fun-fact-8-content .meta-list ul > * {
  display: flex;
}
.fun-fact-8-content .meta-list ul > *:nth-child(2) {
  justify-content: center;
}
.fun-fact-8-content .meta-list ul > *:nth-child(3) {
  justify-content: end;
}
.fun-fact-8-content .meta-item {
  text-align: center;
}
.fun-fact-8-content .meta-item .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #999999;
}
.fun-fact-8-content .meta-item .info {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
}

/* award area 8 style  */
.award-8-inner {
  position: relative;
}
.award-8-inner .shape-1 {
  position: absolute;
  width: 180px;
  left: 765px;
  top: 1050px;
}
@media only screen and (max-width: 1919px) {
  .award-8-inner .shape-1 {
    left: 465px;
    top: 850px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-8-inner .shape-1 {
    top: 670px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-8-inner .shape-1 {
    left: 185px;
    top: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .award-8-inner .shape-1 {
    left: 20px;
    top: 530px;
  }
}
@media only screen and (max-width: 767px) {
  .award-8-inner .shape-1 {
    display: none;
  }
}

.award-8-header {
  margin-top: 16px;
}

.award-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 265px;
  line-height: 0.79;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .award-8-title {
    font-size: 185px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-8-title {
    font-size: 165px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-8-title {
    font-size: 125px;
  }
}
@media only screen and (max-width: 991px) {
  .award-8-title {
    font-size: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .award-8-title {
    font-size: 70px;
    line-height: 0.89;
  }
}
@media (max-width: 575px) {
  .award-8-title {
    font-size: 45px;
  }
}
.award-8-title .block-1 {
  font-family: var(--font_tartuffotrial);
  font-weight: 400;
  line-height: 0.91;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .award-8-title .block-1 {
    display: inline-block;
    line-height: inherit;
  }
}
.award-8-title .block-2 {
  display: block;
  text-align: end;
  margin-top: 107px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .award-8-title .block-2 {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .award-8-title .block-2 {
    margin-top: 0;
    display: inline-block;
  }
}
.award-8-title .block-3 {
  display: block;
  margin-left: 400px;
  margin-top: 137px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .award-8-title .block-3 {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-8-title .block-3 {
    margin-top: 97px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-8-title .block-3 {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .award-8-title .block-3 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .award-8-title .block-3 {
    margin-top: 0;
    display: inline-block;
  }
}

.awards-8-wrapper-box {
  margin-top: -544px;
}
@media only screen and (max-width: 1919px) {
  .awards-8-wrapper-box {
    margin-top: -424px;
  }
}
@media only screen and (max-width: 1399px) {
  .awards-8-wrapper-box {
    margin-top: -354px;
  }
}
@media only screen and (max-width: 1199px) {
  .awards-8-wrapper-box {
    margin-top: -304px;
  }
}
@media only screen and (max-width: 991px) {
  .awards-8-wrapper-box {
    margin-top: -274px;
  }
}
@media only screen and (max-width: 767px) {
  .awards-8-wrapper-box {
    margin-top: 40px;
  }
}

.awards-8-wrapper {
  display: grid;
  gap: 203px 0;
}
@media only screen and (max-width: 1919px) {
  .awards-8-wrapper {
    gap: 143px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .awards-8-wrapper {
    gap: 83px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .awards-8-wrapper {
    gap: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .awards-8-wrapper {
    gap: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .awards-8-wrapper {
    gap: 40px 0;
  }
}
.awards-8-wrapper > *:nth-child(1) {
  margin-left: 395px;
}
@media only screen and (max-width: 1919px) {
  .awards-8-wrapper > *:nth-child(1) {
    margin-left: 245px;
  }
}
@media only screen and (max-width: 1199px) {
  .awards-8-wrapper > *:nth-child(1) {
    margin-left: 105px;
  }
}
@media only screen and (max-width: 991px) {
  .awards-8-wrapper > *:nth-child(1) {
    margin-left: 0;
  }
}
.awards-8-wrapper > *:nth-child(2) {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .awards-8-wrapper > *:nth-child(2) {
    margin-left: 0;
  }
}
.awards-8-wrapper > *:nth-child(3) {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .awards-8-wrapper > *:nth-child(3) {
    margin-left: 0;
  }
}

.award-box-8 {
  width: 740px;
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 200px 1fr;
}
@media only screen and (max-width: 1919px) {
  .award-box-8 {
    width: 510px;
  }
}
@media only screen and (max-width: 991px) {
  .award-box-8 {
    width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .award-box-8 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .award-box-8 {
    grid-template-columns: 1fr;
  }
}
.award-box-8 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.award-box-8 .award-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.05em;
  list-style: none;
  color: #999999;
}
.dark .award-box-8 .award-list li {
  color: #555555;
}
.award-box-8 .award-list li .count {
  margin-right: 13px;
}

/* team area 8 style  */
.team-8-header {
  text-align: center;
  margin-top: 306px;
}
@media only screen and (max-width: 1919px) {
  .team-8-header {
    margin-top: 256px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-8-header {
    margin-top: 206px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-header {
    margin-top: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-header {
    margin-top: 106px;
  }
}
.team-8-header .subtitle-wrapper {
  margin-top: 248px;
}
@media only screen and (max-width: 1919px) {
  .team-8-header .subtitle-wrapper {
    margin-top: 188px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-8-header .subtitle-wrapper {
    margin-top: 128px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-header .subtitle-wrapper {
    margin-top: 68px;
  }
}

.team-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 565px;
  line-height: 0.9;
  letter-spacing: -49.1px;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .team-8-title {
    font-size: 415px;
    letter-spacing: -30px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-8-title {
    font-size: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-8-title {
    font-size: 280px;
    letter-spacing: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-title {
    font-size: 210px;
    letter-spacing: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-title {
    font-size: 145px;
    letter-spacing: 0px;
  }
}
@media (max-width: 575px) {
  .team-8-title {
    font-size: 75px;
  }
}

.team-8-content {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 430px 1fr;
  margin-top: 189px;
}
@media only screen and (max-width: 1919px) {
  .team-8-content {
    margin-top: 139px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-8-content {
    margin-top: 89px;
    grid-template-columns: 380px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-content {
    margin-top: 39px;
    grid-template-columns: 280px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-content {
    grid-template-columns: 1fr;
  }
}
.team-8-content .text-wrapper {
  margin-top: 2px;
}
.team-8-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  border-left: 1px solid var(--primary);
  padding-left: 40px;
  padding-bottom: 24px;
  max-width: 430px;
}
@media only screen and (max-width: 767px) {
  .team-8-content .text {
    border-left: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    max-width: 100%;
  }
}

.team-8-wrapper-box {
  margin-top: -150px;
}
@media only screen and (max-width: 1199px) {
  .team-8-wrapper-box {
    margin-top: 40px;
  }
}

.team-8-wrapper {
  display: grid;
  gap: 561px 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1919px) {
  .team-8-wrapper {
    gap: 461px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-8-wrapper {
    gap: 261px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-wrapper {
    gap: 161px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-wrapper {
    gap: 41px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-8-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-8-wrapper > *:nth-child(1) {
  grid-column: 4;
}
@media only screen and (max-width: 767px) {
  .team-8-wrapper > *:nth-child(1) {
    grid-column: auto;
  }
}
.team-8-wrapper > *:nth-child(2) {
  margin-top: -110px;
}
@media only screen and (max-width: 1919px) {
  .team-8-wrapper > *:nth-child(2) {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-8-wrapper > *:nth-child(2) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-wrapper > *:nth-child(2) {
    margin-top: 0;
  }
}
.team-8-wrapper > *:nth-child(3) {
  margin-top: -800px;
}
@media only screen and (max-width: 1919px) {
  .team-8-wrapper > *:nth-child(3) {
    margin-top: -600px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-8-wrapper > *:nth-child(3) {
    margin-top: -400px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-8-wrapper > *:nth-child(3) {
    margin-top: -400px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-wrapper > *:nth-child(3) {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-wrapper > *:nth-child(3) {
    margin-top: 0;
  }
}
.team-8-wrapper > *:nth-child(4) {
  margin-top: -400px;
}
@media only screen and (max-width: 1919px) {
  .team-8-wrapper > *:nth-child(4) {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-8-wrapper > *:nth-child(4) {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-wrapper > *:nth-child(4) {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8-wrapper > *:nth-child(4) {
    margin-top: 0;
  }
}

.team-8-box {
  pointer-events: none;
}
.team-8-box:hover .thumb img {
  transform: scale(1.1);
}
.team-8-box .thumb {
  overflow: hidden;
  pointer-events: auto;
}
.team-8-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.team-8-box .content {
  margin-top: 15px;
  pointer-events: auto;
}
.team-8-box .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}
.team-8-box .name a:hover {
  color: var(--secondary);
}
.team-8-box .post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

/* vision area 8 style  */
.vision-8-header {
  margin-top: 187px;
}
@media only screen and (max-width: 1919px) {
  .vision-8-header {
    margin-top: 137px;
  }
}
@media only screen and (max-width: 1399px) {
  .vision-8-header {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 991px) {
  .vision-8-header {
    margin-top: 37px;
  }
}
.vision-8-header .section-title {
  max-width: 1400px;
}

.vision-8-image-wrapper {
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .vision-8-image-wrapper {
    margin-top: 35px;
  }
}

/* clients area 8 style  */
.clients-8-inner {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .clients-8-inner {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .clients-8-inner {
    margin-top: 22px;
  }
}

.clients-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 240px;
  margin-inline: auto;
}

.clients-8-wrapper-box {
  margin-top: 146px;
}
@media only screen and (max-width: 1919px) {
  .clients-8-wrapper-box {
    margin-top: 116px;
  }
}
@media only screen and (max-width: 1399px) {
  .clients-8-wrapper-box {
    margin-top: 86px;
  }
}

.clients-8-wrapper {
  display: flex;
  gap: 70px 150px;
  justify-content: center;
  max-width: 1250px;
  flex-wrap: wrap;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .clients-8-wrapper {
    gap: 60px 120px;
    max-width: 1120px;
  }
}

.client-8-item img {
  height: 30px;
}

/* tagline area 8 style  */
.tagline-8-list-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

.tagline-8-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 16px;
  margin: 0;
}
.tagline-8-list li {
  color: var(--primary);
  list-style: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  opacity: 1;
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 265px;
  line-height: 0.79;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 1919px) {
  .tagline-8-list li {
    font-size: 195px;
  }
}
@media only screen and (max-width: 1399px) {
  .tagline-8-list li {
    font-size: 185px;
  }
}
@media only screen and (max-width: 1199px) {
  .tagline-8-list li {
    font-size: 135px;
  }
}
@media only screen and (max-width: 991px) {
  .tagline-8-list li {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tagline-8-list li {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .tagline-8-list li {
    font-size: 40px;
  }
}
.tagline-8-list > *:not(:first-child) {
  margin-top: 7px;
}
.tagline-8-list > *:nth-child(2n+1) {
  font-family: var(--font_tartuffotrial);
  font-weight: 400;
  line-height: 0.91;
}
.tagline-8-list > *:nth-child(2n+2) {
  margin-top: -23px;
}
@media only screen and (max-width: 1919px) {
  .tagline-8-list > *:nth-child(2n+2) {
    margin-top: -17px;
  }
}
@media only screen and (max-width: 1399px) {
  .tagline-8-list > *:nth-child(2n+2) {
    margin-top: -13px;
  }
}
@media only screen and (max-width: 1199px) {
  .tagline-8-list > *:nth-child(2n+2) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .tagline-8-list > *:nth-child(2n+2) {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .tagline-8-list > *:nth-child(2n+2) {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .tagline-8-list > *:nth-child(2n+2) {
    margin-top: 3px;
  }
}

/* portfolio minimal page css */
/* portfolio area 12 style  */
.portfolio-12-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 140px;
  line-height: 0.86;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .portfolio-12-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-12-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-12-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-12-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-12-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-12-title {
    font-size: 45px;
  }
}
.portfolio-12-title br {
  display: block;
}

.portfolio-12-header {
  margin-top: 136px;
}
@media only screen and (max-width: 1399px) {
  .portfolio-12-header {
    margin-top: 116px;
  }
}
.portfolio-12-header .text-wrapper {
  margin-top: 287px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-12-header .text-wrapper {
    margin-top: 167px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-12-header .text-wrapper {
    margin-top: 97px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-12-header .text-wrapper {
    margin-top: 47px;
  }
}
.portfolio-12-header .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  max-width: 390px;
  color: #999999;
}
.dark .portfolio-12-header .text {
  color: #555555;
}

.works-12-wrapper-box {
  margin-top: 45px;
  margin-bottom: 194px;
}
@media only screen and (max-width: 1919px) {
  .works-12-wrapper-box {
    margin-bottom: 144px;
  }
}
@media only screen and (max-width: 1399px) {
  .works-12-wrapper-box {
    margin-top: 35px;
    margin-bottom: 94px;
  }
}
@media only screen and (max-width: 991px) {
  .works-12-wrapper-box {
    margin-bottom: 54px;
  }
}

.works-12-wrapper {
  display: grid;
  gap: 44px 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1199px) {
  .works-12-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .works-12-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .works-12-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .works-12-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-box-12 .thumb {
  aspect-ratio: 100/82;
}
.work-box-12 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-box-12 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
}
.work-box-12 .title a:hover {
  color: var(--secondary);
}
.work-box-12 .content {
  margin-top: 8px;
}
.work-box-12.v-big .thumb {
  aspect-ratio: 100/137;
}
@media only screen and (max-width: 991px) {
  .work-box-12.v-big .thumb {
    aspect-ratio: 100/82;
  }
}
.work-box-12.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .work-box-12.span-2 {
    grid-column: auto;
  }
}
.work-box-12.span-2 .thumb {
  aspect-ratio: 100/68;
}
@media only screen and (max-width: 991px) {
  .work-box-12.span-2 .thumb {
    aspect-ratio: 100/82;
  }
}

/* Portfolio Grid page css */
/* hero area 16 style  */
.hero-16-content {
  margin-top: 127px;
}
.hero-16-content .meta-box-wrapper {
  display: grid;
  gap: 25px 40px;
  grid-template-columns: 905px 1fr auto;
}
@media only screen and (max-width: 1919px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 605px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 305px 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 180px 1fr auto;
  }
}
@media (max-width: 575px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-16-content .meta-box li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.03em;
  list-style: none;
  color: var(--primary);
}
.hero-16-content .section-title-wrapper {
  display: grid;
  gap: 25px 40px;
  grid-template-columns: 905px 1fr;
  margin-top: 170px;
}
@media only screen and (max-width: 1919px) {
  .hero-16-content .section-title-wrapper {
    grid-template-columns: 605px 1fr;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-16-content .section-title-wrapper {
    grid-template-columns: 305px 1fr;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-16-content .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-16-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: var(--primary);
  max-width: 220px;
}
.hero-16-content .section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 625px;
}
@media only screen and (max-width: 991px) {
  .hero-16-content .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-16-content .section-title {
    font-size: 35px;
  }
}
.hero-16-content .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 265px;
  line-height: 0.75;
  letter-spacing: -0.07em;
  display: block;
  color: var(--primary);
  margin-top: 70px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1919px) {
  .hero-16-content .number {
    font-size: 215px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-16-content .number {
    font-size: 175px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-16-content .number {
    font-size: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-16-content .number {
    font-size: 115px;
  }
}
@media (max-width: 575px) {
  .hero-16-content .number {
    font-size: 95px;
  }
}

/* portfolio area 16 style  */
.works-16-wrapper-box {
  margin-top: 147px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1919px) {
  .works-16-wrapper-box {
    margin-top: 107px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-16-wrapper-box {
    margin-top: 67px;
    margin-bottom: 60px;
  }
}

.works-16-wrapper {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1199px) {
  .works-16-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .works-16-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .works-16-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .works-16-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-box-16 {
  position: relative;
  z-index: 1;
  aspect-ratio: 100/137;
}
.work-box-16 .tag {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: inline-block;
  padding: 2px 12px;
  background-color: #F0F0F0;
  border-radius: 30px;
  color: var(--black);
  transition: all 0.5s;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
.work-box-16 .link-arrow {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: #F0F0F0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.work-box-16 .link-arrow .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.work-box-16 .link-arrow .icon .first {
  display: inline-block;
  transition: all 0.3s;
}
.work-box-16 .link-arrow .icon .first i {
  transform: rotate(-45deg);
  color: var(--black);
}
.work-box-16 .link-arrow .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  box-sizing: content-box;
  display: inline-block;
  padding: var(--white-space);
  color: var(--black);
}
.work-box-16 .link-arrow .icon .second i {
  transform: rotate(-45deg);
}
.work-box-16 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  padding: 8px 17px;
  background-color: #F0F0F0;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 0.5s;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  color: var(--black);
}

.card-wrap {
  transform: perspective(700px);
  transform-style: preserve-3d;
  position: relative;
}
.card-wrap:hover .card-bg {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
.card-wrap:hover .card {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), cubic-bezier(0.23, 1, 0.32, 1);
}
.card-wrap:hover .card-bg:before {
  opacity: 1;
}
.card-wrap:hover .tag {
  background-color: var(--black);
  color: var(--white);
}
.card-wrap:hover .link-arrow .icon .first {
  transform: translate(100%, -100%);
}
.card-wrap:hover .link-arrow .icon .second {
  transform: translate(0%, 0%);
}
.card-wrap:hover .title {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
.card-wrap .card {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 20px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: transform;
  border: none;
}
.card-wrap .card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.card-wrap .card-bg {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 110%;
  height: 110%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}
.card-wrap .card-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

/* full screen menu slider page css */
.menu-slider-main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-lines-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .slider-lines-wrap {
    display: none;
  }
}

.line-container {
  height: 100%;
}

.line-container {
  height: 100%;
}

.menu-slider-lines {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.menu-slider-lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.menu-slider-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  z-index: 3;
}

.menu-slider-item {
  opacity: 0.4;
  transition: all 0.5s;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menu-slider-item {
    grid-template-columns: 1fr auto;
  }
}
.menu-slider-item:hover, .menu-slider-item.active {
  opacity: 1;
}
.menu-slider-item:hover .number,
.menu-slider-item:hover .tag,
.menu-slider-item:hover .year, .menu-slider-item.active .number,
.menu-slider-item.active .tag,
.menu-slider-item.active .year {
  opacity: 1;
  visibility: visible;
}
.menu-slider-item:hover .flip-char {
  --y: 0px;
}
.menu-slider-item:hover .flip-char span {
  --m: calc(25px * -1);
  color: var(--white);
}
.menu-slider-item:not(:first-child) {
  margin-top: 7px;
}
.menu-slider-item > *:nth-child(4) {
  text-align: end;
}
.menu-slider-item .title {
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .menu-slider-item .title {
    font-size: 20px;
  }
}
.menu-slider-item .title a:hover {
  color: var(--white);
}
.menu-slider-item .number {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .menu-slider-item .number {
    display: none;
  }
}
.menu-slider-item .content-last {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .menu-slider-item .content-last {
    justify-content: end;
  }
}
.menu-slider-item .tag {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .menu-slider-item .tag {
    display: none;
  }
}
.menu-slider-item .year {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.flip-char {
  display: flex;
  overflow: hidden;
  display: flex;
  overflow: hidden;
  text-shadow: 0 22px 0 var(--white);
}
.flip-char span {
  display: block;
  font-style: normal;
  backface-visibility: hidden;
  transition: transform 0.6s ease, color 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.menu-1, .menu-2, .menu-3, .menu-4, .menu-5, .menu-6, .menu-7, .menu-8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.05);
  transform-origin: 50% 50%;
  transition: all 0.9s ease-out;
  z-index: 1;
}
.menu-1 img, .menu-2 img, .menu-3 img, .menu-4 img, .menu-5 img, .menu-6 img, .menu-7 img, .menu-8 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#menu-slider-wrap.menu-1 {
  opacity: 1;
}
#menu-slider-wrap.menu-1 .menu-1 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-2 {
  opacity: 1;
}
#menu-slider-wrap.menu-2 .menu-2 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-3 {
  opacity: 1;
}
#menu-slider-wrap.menu-3 .menu-3 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-4 {
  opacity: 1;
}
#menu-slider-wrap.menu-4 .menu-4 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-5 {
  opacity: 1;
}
#menu-slider-wrap.menu-5 .menu-5 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-6 {
  opacity: 1;
}
#menu-slider-wrap.menu-6 .menu-6 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-7 {
  opacity: 1;
}
#menu-slider-wrap.menu-7 .menu-7 {
  opacity: 1;
  transform: scale(1);
}
#menu-slider-wrap.menu-8 {
  opacity: 1;
}
#menu-slider-wrap.menu-8 .menu-8 {
  opacity: 1;
  transform: scale(1);
}

.footer-area-13 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.footer-13-meta-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 28px 0;
}
.footer-13-meta-list ul > *:nth-child(2) {
  text-align: end;
}
.footer-13-meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  list-style: none;
}

/* ai agency page css */
.body-ai-agency .rr-container-1750 {
  max-width: 1840px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1919px) {
  .body-ai-agency .rr-container-1750 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-ai-agency .rr-container-1750 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rr-btn-classic {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--black);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  background-color: #FB7515;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .rr-btn-classic {
    padding: 17px 20px;
  }
}
.rr-btn-classic:hover {
  background-color: var(--black);
  color: var(--white);
}
.dark .rr-btn-classic:hover {
  background-color: var(--white);
  color: var(--black);
}
.rr-btn-classic:hover .icon .first {
  transform: translate(100%, -100%) rotate(-45deg);
}
.rr-btn-classic:hover .icon .second {
  transform: translate(0%, 0%) rotate(-45deg);
}
.rr-btn-classic .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.rr-btn-classic .icon .first {
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.rr-btn-classic .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%) rotate(-45deg);
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
}

.space-t-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1919px) {
  .space-t-50 {
    margin-top: 40px;
  }
}

.rr-line-area {
  position: relative;
  z-index: 1;
}

.rr-h-line {
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
}
.dark .rr-h-line {
  background-color: rgba(255, 255, 255, 0.15);
}

.rr-v-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: -1;
}
.rr-v-lines .rr-line {
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.15);
}
.dark .rr-v-lines .rr-line {
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 575px) {
  .rr-v-lines .rr-line:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rr-v-lines .rr-line:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rr-v-lines .rr-line:nth-child(5) {
    display: none;
  }
}

.outerline-left {
  position: relative;
}
.outerline-left:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  top: 0;
  right: 100%;
}
.dark .outerline-left:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.outerline-right {
  position: relative;
}
.outerline-right:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  top: 0;
  left: 100%;
}
.dark .outerline-right:after {
  background-color: rgba(255, 255, 255, 0.15);
}

.diagonal-line-right {
  position: absolute;
  right: 0;
}
.diagonal-line-right:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 3px;
  background-color: #F5F5F5;
  left: -170px;
  top: -1px;
}
.dark .diagonal-line-right:before {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .diagonal-line-right:before {
    width: 90px;
    left: -90px;
  }
}
.diagonal-line-right:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  left: -170px;
  top: 0;
  transform: rotate(32deg);
  transform-origin: top left;
}
.dark .diagonal-line-right:after {
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .diagonal-line-right:after {
    width: 105px;
    left: -90px;
  }
}

.corner-shape-border {
  width: 100%;
  height: 100%;
  position: relative;
}
.corner-shape-border .shape-1 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid var(--primary);
  border-top: 1px solid var(--primary);
  top: 0;
  left: 0;
}
.corner-shape-border .shape-2 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  top: 0;
  right: 0;
}
.corner-shape-border .shape-3 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  right: 0;
  bottom: 0;
}
.corner-shape-border .shape-4 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  bottom: 0;
  left: 0;
}

/* hero area 17 style  */
.hero-area-17 {
  background-color: #F5F5F5;
}
.dark .hero-area-17 {
  background-color: var(--black);
}

.hero-17-inner {
  position: relative;
  padding-top: 151px;
}
@media only screen and (max-width: 1919px) {
  .hero-17-inner {
    padding-top: 121px;
  }
}

.hero-17-header {
  padding: 71px 20px 80px 20px;
}
@media only screen and (max-width: 1919px) {
  .hero-17-header {
    padding: 41px 20px 50px 20px;
  }
}

.hero-17-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 135px;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .hero-17-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-17-title {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-17-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-17-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-17-title {
    font-size: 40px;
    line-height: 0.95;
  }
}
@media (max-width: 575px) {
  .hero-17-title {
    font-size: 30px;
  }
}

.hero-17-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .hero-17-content {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media only screen and (max-width: 767px) {
  .hero-17-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .hero-17-content {
    grid-template-columns: 1fr;
  }
}
.hero-17-content .location-wrapper {
  position: relative;
}
@media (max-width: 575px) {
  .hero-17-content .location-wrapper {
    height: 220px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  }
}
.hero-17-content .location-wrapper .area-shape-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  z-index: 2;
}
@media only screen and (max-width: 1919px) {
  .hero-17-content .location-wrapper .area-shape-1 {
    width: 320px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-17-content .location-wrapper .area-shape-1 {
    width: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-17-content .location-wrapper .area-shape-1 {
    width: 110px;
  }
}
.hero-17-content .location {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .hero-17-content .location {
    padding: 8px 20px;
  }
}
.hero-17-content .experience-wrapper {
  display: flex;
  flex-direction: column;
}
.hero-17-content .experience {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .hero-17-content .experience {
    padding: 8px 20px;
  }
}
.hero-17-content .year {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 290px;
  line-height: 0.69;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--primary);
  padding: 20px 20px;
  margin-top: auto;
}
@media only screen and (max-width: 1919px) {
  .hero-17-content .year {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-17-content .year {
    font-size: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-17-content .year {
    margin-top: 50px;
  }
}
.hero-17-content .text-wrapper {
  padding: 13px 20px 20px;
}
@media only screen and (max-width: 1199px) {
  .hero-17-content .text-wrapper {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dark .hero-17-content .text-wrapper {
    background-color: var(--black);
  }
}
@media only screen and (max-width: 767px) {
  .hero-17-content .text-wrapper {
    grid-column: span 2;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
  .dark .hero-17-content .text-wrapper {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 575px) {
  .hero-17-content .text-wrapper {
    grid-column: auto;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
}
.hero-17-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}
.hero-17-content .btn-wrapper {
  margin-top: 231px;
}
@media only screen and (max-width: 1919px) {
  .hero-17-content .btn-wrapper {
    margin-top: 131px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-17-content .btn-wrapper {
    margin-top: 81px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-17-content .btn-wrapper {
    margin-top: 31px;
  }
}

/* service area 17 style  */
.service-area-17 {
  background-color: #F5F5F5;
}
.dark .service-area-17 {
  background-color: var(--black);
}

.service-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .service-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-17-header .section-subtitle-5 {
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .service-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}
.service-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .service-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .service-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}

.services-17-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .services-17-wrapper {
    grid-template-columns: 1fr 3fr;
  }
}
@media only screen and (max-width: 767px) {
  .services-17-wrapper {
    grid-template-columns: 1fr;
  }
}
.services-17-wrapper .nav-tabs {
  border: none;
}
@media only screen and (max-width: 767px) {
  .services-17-wrapper .nav-tabs {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dark .services-17-wrapper .nav-tabs {
    background-color: var(--black);
  }
}
.services-17-wrapper .nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  text-align: start;
  margin: 0;
}
.services-17-wrapper .nav-tabs .nav-link:hover .title {
  background-color: #FEFEFE;
}
.dark .services-17-wrapper .nav-tabs .nav-link:hover .title {
  background-color: #1F1F1F;
}
.services-17-wrapper .nav-tabs .nav-link.active {
  background-color: transparent;
}
.services-17-wrapper .nav-tabs .nav-link.active .title {
  background-color: #FB7515;
  color: var(--black);
}
.services-17-wrapper .nav-item {
  width: 100%;
}
.services-17-wrapper .nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .services-17-wrapper .nav-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15);
}
.services-17-wrapper .tab-pane {
  height: 100%;
}

.service-17-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .service-17-name {
    grid-template-columns: 1fr;
  }
}
.service-17-name .number {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 22px 20px;
}
@media only screen and (max-width: 1919px) {
  .service-17-name .number {
    padding: 17px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-17-name .number {
    display: none;
  }
}
.service-17-name .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 28px 20px 23px;
}
@media only screen and (max-width: 1919px) {
  .service-17-name .title {
    font-size: 24px;
    padding: 18px 20px 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-17-name .title {
    font-size: 20px;
    padding: 13px 20px 11px;
  }
}

.service-17-content {
  display: grid;
  grid-template-columns: 1fr 245px;
  height: 100%;
}
@media only screen and (max-width: 1919px) {
  .service-17-content {
    grid-template-columns: 1fr 185px;
  }
}
@media only screen and (max-width: 991px) {
  .service-17-content {
    grid-template-columns: 1fr 145px;
  }
}
@media only screen and (max-width: 767px) {
  .service-17-content {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    margin-left: 1px;
  }
  .dark .service-17-content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 575px) {
  .service-17-content {
    grid-template-columns: 1fr;
  }
}
.service-17-content .text-wrapper {
  padding: 29px 30px 23px;
  display: grid;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
}
.dark .service-17-content .text-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .service-17-content .text-wrapper {
    padding: 19px 20px 18px;
  }
}
.service-17-content .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .service-17-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-17-content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .service-17-content .title {
    font-size: 30px;
  }
}
.service-17-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: auto;
  max-width: 505px;
}
@media only screen and (max-width: 767px) {
  .service-17-content .text {
    margin-top: 30px;
  }
}
.service-17-content .logo-wrapper-box {
  margin-right: 1px;
}
.service-17-content .logo-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 100/100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.service-17-content .logo-wrapper .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.dark .service-17-content .logo-wrapper .bg-area {
  background-color: #1F1F1F;
}

/* feature area 17 style  */
.feature-area-17 {
  background-color: #F5F5F5;
}
.dark .feature-area-17 {
  background-color: var(--black);
}

.feature-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .feature-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.feature-17-header .section-subtitle-5 {
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .feature-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}
.feature-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .feature-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}

.features-17-wrapper-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .features-17-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.features-17-wrapper {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 5;
  margin-left: 1px;
}

.feature-17-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .feature-17-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .feature-17-box {
    grid-template-columns: 1fr;
  }
}
.feature-17-box:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .feature-17-box:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15);
}
.feature-17-box .logo-wrapper-box {
  display: grid;
  grid-template-columns: 180px 1fr;
}
@media only screen and (max-width: 1199px) {
  .feature-17-box .logo-wrapper-box {
    grid-template-columns: 160px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .feature-17-box .logo-wrapper-box {
    grid-template-columns: 120px 1fr;
  }
}
.feature-17-box .logo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 100/100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .feature-17-box .logo-wrapper {
    width: 120px;
  }
}
.feature-17-box .logo-wrapper .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.dark .feature-17-box .logo-wrapper .bg-area {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 767px) {
  .feature-17-box .logo-wrapper .bg-area {
    padding: 10px;
  }
}
.feature-17-box .title-wrapper {
  padding: 28px 30px;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .feature-17-box .title-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .feature-17-box .title-wrapper {
    padding: 18px 20px;
  }
}
.feature-17-box .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .feature-17-box .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .feature-17-box .title {
    font-size: 20px;
  }
}
.feature-17-box .content {
  padding: 24px 20px;
}
@media only screen and (max-width: 1199px) {
  .feature-17-box .content {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dark .feature-17-box .content {
    background-color: var(--black);
  }
}
@media only screen and (max-width: 991px) {
  .feature-17-box .content {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-17-box .content {
    border-top: 1px solid #D3D3D3;
  }
  .dark .feature-17-box .content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.feature-17-box .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

/* fun fact area 17 style  */
.funfact-area-17 {
  background-color: #F5F5F5;
}
.dark .funfact-area-17 {
  background-color: var(--black);
}

.funfact-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .funfact-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.funfact-17-header .section-subtitle-5 {
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}
.funfact-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}

.funfact-17-content-box {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 991px) {
  .funfact-17-content-box {
    grid-template-columns: 1fr;
  }
}

.growth-cube-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  padding: 110px 80px 116px;
  padding: 30px 20px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.growth-cube-wrapper .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 50px;
  z-index: -1;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .growth-cube-wrapper .bg-area {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1919px) {
  .growth-cube-wrapper .bg-area {
    padding: 20px;
  }
}
.growth-cube-wrapper .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999999;
}
.growth-cube-wrapper .cubes-wrapper {
  width: 100%;
  max-width: 250px;
  margin-top: 115px;
  margin-inline: auto;
  aspect-ratio: 100/94;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .growth-cube-wrapper .cubes-wrapper {
    margin-top: 65px;
  }
}
.growth-cube-wrapper .cubes-wrapper .cube-1 {
  position: absolute;
  width: 67%;
  top: 0;
  left: 0;
}
.growth-cube-wrapper .cubes-wrapper .cube-2 {
  position: absolute;
  width: 67%;
  bottom: 0;
  left: 0;
}
.growth-cube-wrapper .cubes-wrapper .cube-3 {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.funfact-17-content {
  display: grid;
  grid-template-columns: 1fr 620px;
  margin-left: 1px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-content {
    grid-template-columns: 1fr 520px;
  }
}
@media only screen and (max-width: 1199px) {
  .funfact-17-content {
    grid-template-columns: 1fr 420px;
  }
}
@media only screen and (max-width: 991px) {
  .funfact-17-content {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
  .dark .funfact-17-content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 767px) {
  .funfact-17-content {
    grid-template-columns: 1fr;
  }
}
.funfact-17-content .title-wrapper {
  padding: 28px 20px;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
}
.dark .funfact-17-content .title-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}
.funfact-17-content .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .funfact-17-content .title {
    font-size: 24px;
  }
}
.funfact-17-content .text-wrapper {
  padding: 24px 20px 30px;
  background-color: #F5F5F5;
  margin-right: 1px;
}
.dark .funfact-17-content .text-wrapper {
  background-color: var(--black);
}
@media only screen and (max-width: 767px) {
  .funfact-17-content .text-wrapper {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
}
.funfact-17-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}
.funfact-17-content .btn-wrapper {
  margin-top: 134px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-content .btn-wrapper {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-17-content .btn-wrapper {
    margin-top: 34px;
  }
}

.funfact-17-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 1px;
  margin-right: 1px;
}
@media only screen and (max-width: 767px) {
  .funfact-17-wrapper {
    grid-template-columns: 1fr;
  }
}

.funfact-17-box {
  padding: 26px 20px 15px;
}
@media only screen and (max-width: 991px) {
  .funfact-17-box {
    background-color: #F5F5F5;
  }
  .dark .funfact-17-box {
    background-color: var(--black);
  }
}
.funfact-17-box .text {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .funfact-17-box .text br {
    display: none;
  }
}
.funfact-17-box .number {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 90px;
  line-height: 0.67;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  margin-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-box .number {
    font-size: 70px;
    margin-top: 90px;
  }
}
@media (max-width: 575px) {
  .funfact-17-box .number {
    font-size: 60px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .funfact-17-box:not(:last-child) {
    border-right: 1px solid rgba(17, 17, 17, 0.15);
  }
  .dark .funfact-17-box:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 767px) {
  .funfact-17-box:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  }
}

/* portfolio area 17 style  */
.portfolio-area-17 {
  background-color: #F5F5F5;
}
.dark .portfolio-area-17 {
  background-color: var(--black);
}

.portfolio-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .portfolio-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-17-header .section-subtitle-5 {
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}
.portfolio-17-header .title-wrapper {
  padding: 36px 20px 27px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-header .title-wrapper {
    padding: 26px 20px 17px;
  }
}
.portfolio-17-header .section-title {
  font-size: 290px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-header .section-title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-17-header .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-17-header .section-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-17-header .section-title {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .portfolio-17-header .section-title {
    font-size: 55px;
  }
}

.portfolio-17-wrapper {
  padding: 20px;
}

.portfolio-17-item {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #FEFEFE;
}
.dark .portfolio-17-item {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}
.portfolio-17-item .meta {
  display: grid;
  grid-template-columns: 1fr 96px;
}
.portfolio-17-item .tag {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 12px 20px 9px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-item .tag {
    padding: 7px 20px 4px;
  }
}
.portfolio-17-item .year {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 12px 20px 9px;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-item .year {
    padding: 7px 20px 4px;
  }
}
.portfolio-17-item .thumb {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.portfolio-17-item .thumb img {
  width: 100%;
}
.portfolio-17-item .content {
  padding: 15px 20px 12px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-item .content {
    padding: 10px 20px 7px;
  }
}
.portfolio-17-item .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .portfolio-17-item .title {
    font-size: 20px;
  }
}

.portfolio-17-wrapper {
  position: relative;
}

.portfolio-17-nav {
  position: absolute;
  right: 100%;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
  .portfolio-17-nav {
    display: none;
  }
}

.portfolio-17-nav-btn {
  width: 56px;
  height: 62px;
  border: 1px solid rgb(211, 211, 211);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  transition: all 0.3s;
}
.dark .portfolio-17-nav-btn {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-nav-btn {
    width: 46px;
    height: 52px;
  }
}
.portfolio-17-nav-btn:hover {
  border-color: transparent;
  background-color: #111111;
}
.dark .portfolio-17-nav-btn:hover {
  background-color: var(--white);
}
.portfolio-17-nav-btn:hover svg * {
  fill: #FB7515;
}
.portfolio-17-nav-btn svg * {
  transition: all 0.3s;
  fill: var(--primary);
}

/* testimonial area 17 style  */
.testimonial-area-17 {
  background-color: #F5F5F5;
}
.dark .testimonial-area-17 {
  background-color: var(--black);
}

.testimonial-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .testimonial-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.testimonial-17-header .section-subtitle-5 {
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}
.testimonial-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}

.testimonial-17-wrapper {
  padding: 20px;
}

.testimonial-17-wrapper {
  position: relative;
}
.testimonial-17-wrapper .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .testimonial-17-wrapper .swiper-slide {
    height: 100%;
  }
}

.testimonial-17-item {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #FEFEFE;
  padding: 50px 50px;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dark .testimonial-17-item {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-17-item {
    padding: 20px 20px;
  }
}
.testimonial-17-item .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: -1;
}
.dark .testimonial-17-item .bg-area {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 767px) {
  .testimonial-17-item .bg-area {
    display: none;
  }
}
.testimonial-17-item .text-wrapper {
  margin-top: 36px;
}
.testimonial-17-item .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #555555;
}
.dark .testimonial-17-item .text {
  color: #999999;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .text {
    font-size: 18px;
  }
}
.testimonial-17-item .author {
  margin-top: 83px;
  display: flex;
  gap: 10px 20px;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .author {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-17-item .author {
    margin-top: 33px;
  }
}
@media (max-width: 575px) {
  .testimonial-17-item .author {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-17-item .avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.testimonial-17-item .name {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-17-item .name {
    font-size: 18px;
  }
}
.testimonial-17-item .post {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

.testimonial-17-nav {
  position: absolute;
  right: 100%;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
  .testimonial-17-nav {
    display: none;
  }
}

.testimonial-17-nav-btn {
  width: 56px;
  height: 62px;
  border: 1px solid rgb(211, 211, 211);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  transition: all 0.3s;
}
.dark .testimonial-17-nav-btn {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-nav-btn {
    width: 46px;
    height: 52px;
  }
}
.testimonial-17-nav-btn:hover {
  border-color: transparent;
  background-color: #111111;
}
.dark .testimonial-17-nav-btn:hover {
  background-color: var(--white);
}
.testimonial-17-nav-btn:hover svg * {
  fill: #FB7515;
}
.testimonial-17-nav-btn svg * {
  transition: all 0.3s;
  fill: var(--primary);
}

/* cta area 17 style  */
.cta-area-17 {
  background-color: #F5F5F5;
}
.dark .cta-area-17 {
  background-color: var(--black);
}

.cta-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .cta-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.cta-17-header .section-subtitle-5 {
  padding: 13px 20px;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}
.cta-17-header .title-wrapper {
  padding: 41px 20px 10px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .title-wrapper {
    padding: 31px 20px 10px;
  }
}
.cta-17-header .title-wrapper .action-btn {
  border-top: 1px solid #D3D3D3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.33%;
  height: 45%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.dark .cta-17-header .title-wrapper .action-btn {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .cta-17-header .title-wrapper .action-btn {
    border-right: 1px solid #D3D3D3;
  }
}
@media (max-width: 575px) {
  .cta-17-header .title-wrapper .action-btn {
    height: 40%;
  }
}
.cta-17-header .title-wrapper .action-btn:hover {
  background-color: #FEFEFE;
}
.dark .cta-17-header .title-wrapper .action-btn:hover {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 15px;
  }
}
.cta-17-header .title-wrapper .action-btn svg * {
  fill: var(--primary);
}
.cta-17-header .section-title {
  font-size: 290px;
  line-height: 0.77;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .section-title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-17-header .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-17-header .section-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-17-header .section-title {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .cta-17-header .section-title {
    font-size: 55px;
  }
}
.cta-17-header .section-title span {
  margin-left: 34%;
}

/* footer area 17 style  */
.footer-area-17 {
  background-color: #F5F5F5;
  margin-top: -3px;
}
.dark .footer-area-17 {
  background-color: var(--black);
}

.footer-17-inner {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1919px) {
  .footer-17-inner {
    padding-bottom: 40px;
  }
}

.footer-17-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .footer-17-content {
    grid-template-columns: 1fr 2fr;
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dark .footer-17-content {
    background-color: var(--black);
  }
}
@media only screen and (max-width: 991px) {
  .footer-17-content {
    grid-template-columns: 1fr;
  }
}
.footer-17-content .footer-logo {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-17-content .footer-logo {
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 20px;
    margin-left: 0;
  }
  .dark .footer-17-content .footer-logo {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.footer-17-content .footer-logo img {
  width: 83px;
}
.footer-17-content .footer-logo .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 5px 0;
  border-left: 1px solid var(--primary);
  padding-left: 20px;
  margin-left: 20px;
}
.footer-17-content .social-links ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul {
    grid-template-columns: 1fr;
  }
}
.footer-17-content .social-links ul li {
  list-style: none;
}
.dark .footer-17-content .social-links ul li {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .footer-17-content .social-links ul li {
    border-left: 1px solid rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul li {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    border-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-17-content .social-links ul li:nth-child(1) {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul li:nth-child(1) {
    border-top: 0;
  }
}
.footer-17-content .social-links ul li:nth-child(2n) {
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  margin-right: 1px;
}
.dark .footer-17-content .social-links ul li:nth-child(2n) {
  border-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul li:nth-child(2n) {
    margin-right: 0;
    border-left: 0;
  }
}
.footer-17-content .social-links ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 20px;
}
@media only screen and (max-width: 1919px) {
  .footer-17-content .social-links ul li a {
    padding: 15px 20px;
  }
}
.footer-17-content .social-links ul li a:hover {
  background-color: #FEFEFE;
}
.dark .footer-17-content .social-links ul li a:hover {
  background-color: #1F1F1F;
}
.footer-17-content .social-links ul li a svg * {
  fill: var(--primary);
}
.footer-17-content .copyright-text {
  padding: 20px 20px;
}
@media only screen and (max-width: 1919px) {
  .footer-17-content .copyright-text {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-17-content .copyright-text {
    grid-column: span 2;
    text-align: center;
    border-top: 1px solid #D3D3D3;
  }
  .dark .footer-17-content .copyright-text {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 991px) {
  .footer-17-content .copyright-text {
    grid-column: auto;
    text-align: start;
  }
}
.footer-17-content .copyright-text .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

/* about us page css */
.about-us .about-us-inner {
  padding-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .about-us .about-us-inner {
    padding-top: 70px;
  }
}
.about-us .info {
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .about-us .info {
    border-right: none;
  }
}
.about-us .info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .about-us .info .text br {
    display: none;
  }
}
.about-us .info span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 126px;
  color: var(--primary);
  letter-spacing: -1px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .about-us .info span {
    margin-top: 20px;
  }
}
.about-us .info .text-wrapper {
  margin-top: 70px;
}
.about-us .title-wrapper {
  margin-top: 60px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .about-us .title-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us .title-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-title-2-wrapper {
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 300px 1fr;
}
@media only screen and (max-width: 991px) {
  .section-title-2-wrapper {
    gap: 0;
  }
}
@media only screen and (max-width: 1919px) {
  .section-title-2-wrapper {
    grid-template-columns: 275px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-2-wrapper {
    grid-template-columns: 1fr;
  }
}

.section-title-2 {
  font-size: 140px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7px;
}
@media only screen and (max-width: 1399px) {
  .section-title-2 {
    font-size: 110px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title-2 {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -5px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-2 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.section-title-2 span {
  font-family: var(--font_ppeditor);
}

/* who-we-are style  */
.who-we-are .who-we-are__wrapper {
  margin-top: 115px;
  display: grid;
  gap: 20px;
  grid-template-columns: 500px 1fr;
}
@media only screen and (max-width: 1399px) {
  .who-we-are .who-we-are__wrapper {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .who-we-are .who-we-are__wrapper {
    margin-top: 60px;
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .who-we-are .who-we-are__wrapper {
    grid-template-columns: 1fr;
  }
}
.who-we-are .who-we-are__content {
  max-width: 741px;
}
.who-we-are .who-we-are__content .designation {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}
@media only screen and (max-width: 1199px) {
  .who-we-are .who-we-are__content .designation {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .who-we-are .who-we-are__content .designation {
    font-size: 22px;
    line-height: 25px;
  }
}

/* choose-us area style  */
.choose-us--about {
  margin-top: 0;
  gap: 8px;
}
.choose-us--about .choose-us__item {
  padding: 22px 40px 0px 45px;
}
@media only screen and (max-width: 1199px) {
  .choose-us--about .choose-us__item {
    padding: 34px 35px 4px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us--about .choose-us__item {
    padding: 25px 20px 10px 20px;
  }
}
.choose-us--about .choose-us__item.item-1 {
  background-color: #F1F1F1;
}
.dark .choose-us--about .choose-us__item.item-1 {
  background-color: #1A1A1A;
}
.choose-us--about .choose-us__item.item-1 p {
  color: var(--primary);
}
.choose-us--about .choose-us__item.item-1 h2 {
  color: var(--primary);
}
.choose-us--about .choose-us__item.item-2 {
  background-color: #FFD80C;
}
.choose-us--about .choose-us__item.item-2 p {
  color: var(--black);
}
.choose-us--about .choose-us__item.item-2 h2 {
  color: var(--black);
}
.dark .choose-us--about .choose-us__item.item-3 {
  background-color: #FFFFFF;
}
.dark .choose-us--about .choose-us__item.item-3 p {
  color: var(--black);
}
.dark .choose-us--about .choose-us__item.item-3 h2 {
  color: var(--black);
}

/* teams area style  */
.about-us-team .team-wrapper {
  gap: 70px 30px;
}
.about-us-team .section-title-wrapper {
  display: block;
}
.about-us-team .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
  max-width: 100%;
  margin-top: 45px;
}
@media only screen and (max-width: 1399px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.about-us-team .section-title-wrapper .title-wrapper .section-title span {
  font-family: var(--font_ppeditor);
}
.about-us-team .btn-wrapper a {
  color: var(--primary);
}
.about-us-team .team-box-1 .name {
  color: var(--primary);
}
.about-us-team .team-box-1 .name a:hover {
  color: var(--secondary);
}
.about-us-team .team-box-1 .post {
  color: #555555;
}
.dark .about-us-team .team-box-1 .post {
  color: #999999;
}

/* award area style  */
.award-area-2 .section-header {
  margin-top: 172px;
}
@media only screen and (max-width: 1919px) {
  .award-area-2 .section-header {
    margin-top: 72px;
  }
}
.award-area-2 .section-title {
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1199px) {
  .award-area-2 .section-title {
    letter-spacing: 0;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-2 .section-title {
    margin-top: 30px;
    line-height: 45px;
  }
}
.award-area-2 .section-title span {
  font-family: var(--font_ppeditor);
}
.award-area-2 .section-subtitle {
  border: 1px solid var(--white);
  color: var(--white);
}
.award-area-2 .section-subtitle::before {
  background-color: var(--white);
}
.award-area-2-inner {
  display: grid;
  grid-template-columns: 455px 1fr;
}
@media only screen and (max-width: 1199px) {
  .award-area-2-inner {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-2-inner {
    grid-template-columns: 1fr;
  }
}
.award-area-2 .award-wrapper-box {
  margin-left: auto;
  margin-top: 80px;
}
@media only screen and (max-width: 1919px) {
  .award-area-2 .award-wrapper-box {
    margin-top: 64px;
  }
}
.award-area-2 .award-wrapper {
  border-top: 1px solid #292929;
}
.award-area-2 .award-box {
  border-bottom: 1px solid #292929;
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .award-area-2 .award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-2 .award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area-2 .award-box {
    grid-template-columns: 1fr 1fr;
  }
}
.award-area-2 .award-box:hover {
  background-color: #171717;
}
.dark .award-area-2 .award-box:hover {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 767px) {
  .award-area-2 .award-box:hover {
    background-color: transparent;
  }
}
.award-area-2 .award-box:hover .category {
  transform: translateX(30px);
}
@media only screen and (max-width: 767px) {
  .award-area-2 .award-box:hover .category {
    transform: translateX(0px);
  }
}
.award-area-2 .award-box:hover .year {
  transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
  .award-area-2 .award-box:hover .year {
    transform: translateX(0px);
  }
}
.award-area-2 .award-box .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--white);
  transition: all 0.5s;
}
.award-area-2 .award-box .award {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .award-area-2 .award-box .award {
    order: 3;
    grid-column: span 2;
  }
}
.award-area-2 .award-box .year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--white);
  transition: all 0.5s;
  text-align: right;
}

/* client area style  */
.client-area .clients-wrapper-box.about-us--client {
  border-top: none;
  margin-top: 0;
}

/* service page css */
.service-2 .section-title-wrapper {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 300px 1fr;
}
@media only screen and (max-width: 991px) {
  .service-2 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-2 .title-wrapper img {
  border-radius: 5px;
}
.service-2 .title-wrapper .designation {
  font-size: 24px;
  font-weight: 400;
  margin-top: 90px;
  max-width: 395px;
  line-height: 28px;
  color: var(--primary);
  letter-spacing: -1.2px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .service-2 .title-wrapper .designation {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .service-2 .title-wrapper .designation {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-2 .title-wrapper .designation {
    margin-top: 20px;
    max-width: 100%;
    font-size: 20px;
  }
}
.service-2 .title-wrapper .designation span {
  color: #999999;
}
.dark .service-2 .title-wrapper .designation span {
  color: #555555;
}
.service-2 .subtitle-wrapper {
  border-right: 1px solid var(--border);
}
.service-2 .service-2-box {
  display: grid;
  gap: 40px 80px;
  padding-top: 40px;
  align-items: center;
  grid-template-columns: 660px 1fr;
  border-top: 1px solid var(--border);
}
.service-2 .service-2-box:not(:last-child) {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1399px) {
  .service-2 .service-2-box {
    gap: 40px 60px;
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .service-2 .service-2-box {
    gap: 40px 60px;
    align-items: flex-start;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .service-2 .service-2-box {
    gap: 40px 60px;
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .service-2 .service-2-box .thumb {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .service-2 .service-2-box .thumb {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .service-2 .service-2-box .thumb {
    height: 300px;
  }
}
.service-2 .service-2-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-2 .service-2-box .content .title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 40px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1199px) {
  .service-2 .service-2-box .content .title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-2 .service-2-box .content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service-2 .service-2-box .content .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service-2 .service-2-box .content .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.service-2 .service-2-box .content .designation {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.service-2 .service-2-box .content .service-2-list {
  margin-bottom: 43px;
  margin-left: 16px;
}
.service-2 .service-2-box .content .service-2-list li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

/* service details page css */
.hero-area-service-details .service-meta {
  z-index: 1;
  display: grid;
  gap: 10px 60px;
  margin-top: 48px;
  position: relative;
  grid-template-columns: 1fr 1045px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 845px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 585px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .service-meta .serial {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .next-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-area-service-details .section-header {
  display: grid;
  margin-top: -42px;
  justify-content: flex-end;
  grid-template-columns: 792px;
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .section-header .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.hero-area-service-details .section-content-wrapper {
  margin-top: 62px;
  display: grid;
  gap: 50px;
  grid-template-columns: 500px 1fr;
  border-top: 1px solid var(--primary);
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 420px 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.hero-area-service-details .section-content {
  border-right: 1px solid var(--primary);
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content {
    border-right: none;
    padding-top: 30px;
  }
}
.hero-area-service-details .section-content .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1.5px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-content .title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content .title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content .title {
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  .hero-area-service-details .section-content .title br {
    display: none;
  }
}
.hero-area-service-details .section-content .text {
  color: var(--secondary);
  font-size: 18px;
  max-width: 395px;
  line-height: 26px;
}
.hero-area-service-details .section-thumb {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-thumb {
    margin-top: 30px;
  }
}
.hero-area-service-details .section-thumb img {
  width: 100%;
}
.hero-area-service-details .feature-list {
  margin-top: 45px;
}
.hero-area-service-details .feature-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.hero-area-service-details .feature-list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-flex;
  padding: 11px 19px;
  align-items: center;
  color: var(--primary);
  border-radius: 500px;
  border: 1px solid var(--border);
}

/* approach area service details style  */
.approach-area-service-details-page .section-title {
  max-width: 658px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2.5px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .section-title {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .section-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .approach-area-service-details-page .section-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.approach-area-service-details-page .approach-wrapper-box {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 790px;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 575px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr;
  }
}
.approach-area-service-details-page .approach-wrapper-content {
  margin-top: 270px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-content {
    margin-top: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-content {
    margin-top: 0px;
  }
}
.approach-area-service-details-page .approach-wrapper-content .subtitle-wrapper .subtitle {
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.approach-area-service-details-page .approach-wrapper-content .steps {
  display: block;
  font-size: 330px;
  font-weight: 400;
  margin-top: 100px;
  line-height: 245px;
  color: var(--primary);
  letter-spacing: -16.5px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 250px;
    margin-top: 80px;
    font-weight: 400;
    line-height: 220px;
    letter-spacing: -10.5px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 230px;
    margin-top: 40px;
    letter-spacing: -6.5px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 200px;
    line-height: 185px;
    margin-top: 30px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 160px;
    line-height: 150px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}
.approach-area-service-details-page .approach-wrapper {
  border-top: 1px dashed #878482;
}
.dark .approach-area-service-details-page .approach-wrapper {
  border-color: #626262;
}
.approach-area-service-details-page .approach-box {
  display: grid;
  gap: 10px 45px;
  grid-template-columns: 60px 1fr 360px;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 44px;
  border-bottom: 1px dashed #878482;
}
.dark .approach-area-service-details-page .approach-box {
  border-color: #626262;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 575px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.approach-area-service-details-page .approach-box .number {
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box .number {
    grid-row: span 2;
  }
}
.approach-area-service-details-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-box .title {
    letter-spacing: 0;
  }
}
.approach-area-service-details-page .approach-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary);
}

/* feature area style  */
.feature-area .features-wrapper {
  display: grid;
  gap: 50px 101px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-area .feature-box {
  position: relative;
  display: grid;
  gap: 181px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box {
    gap: 95px;
  }
}
@media only screen and (max-width: 1399px) {
  .feature-area .feature-box {
    gap: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-area .feature-box {
    gap: 45px;
  }
}
.feature-area .feature-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: -50px;
}
.feature-area .feature-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -2.1px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .feature-area .feature-box .title {
    letter-spacing: 0;
  }
}
.feature-area .feature-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
  color: #999999;
}

/* value area style  */
.value-area .section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 460px 1fr;
}
@media only screen and (max-width: 1399px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 360px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.value-area .values-wrapper {
  display: grid;
  gap: 100px 70px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1399px) {
  .value-area .values-wrapper {
    gap: 80px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .values-wrapper {
    gap: 60px 50px;
  }
}
@media (max-width: 575px) {
  .value-area .values-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .values-wrapper {
    grid-template-columns: 1fr;
  }
}
.value-area .value-box {
  border-top: 3px solid #3E3E3E;
}
.value-area .value-box .sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.32px;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .sub-title {
    margin-top: 20px;
  }
}
.value-area .value-box .number {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  color: var(--white);
  letter-spacing: -4.5px;
  margin-top: 88px;
}
@media only screen and (max-width: 1399px) {
  .value-area .value-box .number {
    font-size: 60px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .number {
    font-size: 50px;
    margin-top: 0;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .value-area .value-box .number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .value-box .number {
    font-size: 35px;
  }
}
.value-area .value-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 35px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .text {
    margin-top: 10px;
  }
}

/* faq area style  */
.faq-area.faq-area-space {
  padding-top: 50px;
}
.faq-area .faq-area-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 600px 1fr;
}
@media only screen and (max-width: 1399px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 1fr;
  }
}
.faq-area .section-title-wrapper {
  display: block;
}
.faq-area .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-top: 35px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
  }
  .faq-area .section-title-wrapper .title-wrapper .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 30px;
    line-height: 50px;
    margin-top: 10px;
  }
}
.faq-area .section-title-wrapper .title-wrapper .section-title span {
  font-family: var(--font_ppeditor);
}
.faq-area .accordion {
  counter-reset: accordion;
  border-top: 1px solid #E7E7E7;
}
.dark .faq-area .accordion {
  border-color: #292929;
}
.faq-area .accordion-button {
  padding: 22px 0 23px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-button {
    font-size: 20px;
  }
}
.faq-area .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .faq-area .accordion-button::after {
    margin-top: -31px;
  }
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  transition: all 0.5s;
  border-radius: 0;
}
.dark .faq-area .accordion-item {
  border-color: #292929;
}
.faq-area .accordion-item .title {
  gap: 49px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
@media (max-width: 575px) {
  .faq-area .accordion-item .title {
    align-items: self-start;
    letter-spacing: 0px;
    gap: 30px;
    line-height: 26px;
    font-size: 16px;
  }
}
.faq-area .accordion-body {
  padding: 30px 0 50px;
  border: none;
  padding-left: 68px;
  border-top: 1px solid #E7E7E7;
}
.dark .faq-area .accordion-body {
  border-color: #292929;
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-body {
    padding-left: 30px;
  }
}
.faq-area .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 575px) {
  .faq-area .accordion-body p {
    font-size: 16px;
  }
}
.faq-area .accordion-body p:last-child {
  margin-top: 30px;
}

/* work page css */
.work-wrapper {
  display: grid;
  gap: 0px 70px;
  margin-top: 110px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1919px) {
  .work-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-wrapper {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .work-wrapper {
    gap: 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-wrapper {
    grid-template-columns: 1fr;
    gap: 50px 50px;
  }
}
.work-wrapper > *:nth-child(even) {
  margin-top: 150px;
}
@media only screen and (max-width: 1199px) {
  .work-wrapper > *:nth-child(even) {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .work-wrapper > *:nth-child(even) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-wrapper > *:nth-child(even) {
    margin-top: 0px;
  }
}

/* work details page css */
/* work details area style  */
.work-details-area .section-header {
  margin-top: 17px;
}
.work-details-area .work-details-area-inner {
  margin-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .work-details-area-inner {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .work-details-area-inner {
    margin-top: 60px;
  }
}
.work-details-area .work-details-wrapper {
  display: grid;
  gap: 30px 305px;
  grid-template-columns: 520px 1fr;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .work-details-area .work-details-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .work-details-wrapper {
    gap: 30px 50px;
    grid-template-columns: 420px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .work-details-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.work-details-area .meta-wrapper {
  border-bottom: 1px solid #E7E7E7;
}
.dark .work-details-area .meta-wrapper {
  border-color: #292929;
}
.work-details-area .meta-item {
  border-top: 1px solid #E7E7E7;
  padding-top: 14px;
  padding-bottom: 14px;
  display: grid;
  gap: 30px;
  grid-template-columns: 154px 1fr;
}
.dark .work-details-area .meta-item {
  border-color: #292929;
}
@media (max-width: 575px) {
  .work-details-area .meta-item {
    gap: 15px;
    grid-template-columns: 100px 1fr;
  }
}
.work-details-area .meta-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.work-details-area .meta-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--primary);
  margin-top: 4px;
}
.work-details-area .work-details-wrapper-content P {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.work-details-area .work-details-wrapper-content span {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  color: var(--primary);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .work-details-area .work-details-wrapper-content span {
    margin-top: 20px;
  }
}
.work-details-area .work-details-wrapper-content span::before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--primary);
}
.work-details-area .work-details-wrapper-content span:hover::before {
  width: 0;
}
.work-details-area .section-info {
  display: grid;
  padding-top: 68px;
  margin-bottom: 72px;
  gap: 30px;
  grid-template-columns: 600px 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-info {
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr;
  }
}
.work-details-area .section-info .title-wrapper .title {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 991px) {
  .work-details-area .section-info .title-wrapper .title {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .work-details-area .section-info .title-wrapper .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.work-details-area .section-info .content .text-wrapper .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.work-details-area .section-info .content .feature-list {
  margin-top: 30px;
}
.work-details-area .section-info .content .feature-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  position: relative;
  padding-left: 17px;
  list-style: none;
}
.work-details-area .section-info .content .feature-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-details-area .gallery-wrapper {
  display: grid;
  padding: 0px 50px;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .work-details-area .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-details-area .gallery-wrapper > *:nth-child(1) {
  grid-column: span 2;
}
.work-details-area .gallery-wrapper > *:nth-child(3) {
  grid-column: span 3;
}
@media (max-width: 575px) {
  .work-details-area .gallery-wrapper > * {
    grid-column: span 3;
  }
}
.work-details-area .gallery-wrapper .image {
  overflow: hidden;
  border-radius: 20px;
}
.work-details-area .gallery-wrapper .image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper .image {
    border-radius: 5px;
  }
}
.work-details-area .details-info .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 27px;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .title {
    font-size: 24px;
  }
}
.work-details-area .details-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .text {
    font-size: 18px;
  }
}
.work-details-area .section-details {
  margin-top: 45px;
  margin-bottom: 93px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr;
  max-width: 1120px;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-details {
    margin-top: 41px;
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-details {
    margin-top: 31px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .work-details-area .section-details {
    grid-template-columns: 1fr;
  }
}
.work-details-area .gallery-wrapper-2 {
  display: grid;
  padding: 0px 50px;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper-2 {
    padding: 0 10px;
  }
}
.work-details-area .gallery-wrapper-2 .image {
  overflow: hidden;
  border-radius: 20px;
}
.work-details-area .gallery-wrapper-2 .image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper-2 .image {
    border-radius: 5px;
  }
}
.work-details-area .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1px;
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .pagination {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .pagination {
    margin-top: 60px;
  }
}
.work-details-area .pagination a {
  border: 1px solid var(--border);
  width: 170px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .work-details-area .pagination a {
    width: 150px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .pagination a {
    width: 120px;
    height: 50px;
  }
}
.work-details-area .pagination a:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white);
}
.dark .work-details-area .pagination a:hover {
  color: var(--black);
}
.work-details-area .pagination a:hover svg * {
  fill: var(--white);
}
.dark .work-details-area .pagination a:hover svg * {
  fill: var(--black);
}
.work-details-area .pagination a svg * {
  fill: var(--primary);
}

/* team page css */
.team-area-team-page .team-area-team-page-inner {
  margin-bottom: 127px;
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .team-area-team-page-inner {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area-team-page .team-area-team-page-inner {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .team-area-team-page-inner {
    margin-bottom: 60px;
  }
}
.team-area-team-page .section-title-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 260px 1fr;
}
@media only screen and (max-width: 767px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.team-area-team-page .section-title-wrapper .subtitle-wrapper {
  border-right: 1px solid var(--border);
}
.team-area-team-page .team-info .team-group {
  display: inline-flex;
  align-items: center;
}
.team-area-team-page .team-info .team-group img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: 3px solid var(--white);
}
.dark .team-area-team-page .team-info .team-group img {
  outline-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .team-info .team-group img {
    width: 50px;
    height: 50px;
  }
}
.team-area-team-page .team-info .team-group img:not(:first-child) {
  margin-left: -10px;
}
.team-area-team-page .team-info .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.2px;
  max-width: 335px;
  color: #999999;
}
.dark .team-area-team-page .team-info .text {
  color: #555555;
}
.team-area-team-page .team-info .text span {
  color: var(--primary);
}
.team-area-team-page .team-info .text-wrapper {
  margin-top: 16px;
}

.team-page .team-wrapper-box {
  border-bottom: 1px solid var(--border);
}
.team-page .team-wrapper {
  gap: 70px 30px;
}
.team-page .team-box-1 .name {
  color: var(--primary);
}
.team-page .team-box-1 .name a:hover {
  color: var(--secondary);
}
.team-page .team-box-1 .post {
  color: #555555;
}
.dark .team-page .team-box-1 .post {
  color: #999999;
}

/* cta area team page style  */
.cta-area-team-page .section-content {
  text-align: center;
}
.cta-area-team-page .section-content .btn-wrapper {
  margin-top: 45px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .cta-area-team-page .section-content .btn-wrapper {
    margin-top: 35px;
  }
}
.cta-area-team-page .section-title {
  max-width: 930px;
  margin-inline: auto;
  letter-spacing: -2.5px;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  .cta-area-team-page .section-title {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 50px;
  }
  .cta-area-team-page .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-team-page .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .cta-area-team-page .section-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* team details page css */
/* team details area style  */
.team-details-area .section-content-wrapper {
  margin-top: 37px;
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 590px 600px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-details-area .team-thumb {
  margin-top: 13px;
  order: 2;
}
@media only screen and (max-width: 991px) {
  .team-details-area .team-thumb {
    order: unset;
    max-width: 500px;
  }
}
.team-details-area .team-thumb img {
  width: 100%;
}
.team-details-area .subtitle {
  font-size: 30px;
  font-weight: 310;
  line-height: 0.93;
  letter-spacing: -0.05em;
  color: var(--primary);
  text-transform: unset;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .team-details-area .subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .subtitle {
    font-size: 22px;
  }
}
.team-details-area .subtitle-wrapper {
  margin-top: 29px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .subtitle-wrapper {
    margin-top: 19px;
  }
}
.team-details-area .section-content .section-title {
  letter-spacing: -4.5px;
  line-height: 85px;
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .section-title {
    letter-spacing: 0;
    line-height: 45px;
  }
}
.team-details-area .section-content .text-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 31px;
  }
}
.team-details-area .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.team-details-area .section-content .text:not(:first-child) {
  margin-top: 28px;
}
.team-details-area .social-links {
  margin-top: 53px;
  border-top: 1px dashed #878482;
  display: grid;
}
.dark .team-details-area .social-links {
  border-color: #626262;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .social-links {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .social-links {
    margin-top: 33px;
  }
}
.team-details-area .social-links a {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #878482;
  padding: 11px 0;
  transition: all 0.5s;
}
.dark .team-details-area .social-links a {
  border-color: #626262;
}
.team-details-area .social-links a:hover {
  background-color: #F1F1F1;
  padding-left: 20px;
}
.dark .team-details-area .social-links a:hover {
  background-color: #1A1A1A;
}
.team-details-area .social-links a:before {
  content: "+";
  margin-right: 6px;
}

/* blog page css */
.blog-area .section-title-wrapper {
  margin-bottom: 84px;
}
@media only screen and (max-width: 991px) {
  .blog-area .section-title-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title-wrapper {
    margin-bottom: 40px;
  }
}
.blog-area .section-title-wrapper .title-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title-wrapper .title-wrapper {
    margin-top: 20px;
  }
}
.blog-area .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.blog-area .mb-minus-80 {
  margin-bottom: -80px;
}
.blog-area .gap-15 {
  --bs-gutter-x: 15px;
}
.blog-area .blog__item {
  position: relative;
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area .blog__item {
    margin-bottom: 40px;
  }
}
.blog-area .blog__item:hover .thumb img {
  transform: scale(1.1);
}
.blog-area .blog__item .thumb {
  overflow: hidden;
  border-radius: 15px;
}
.blog-area .blog__item .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-area .blog__item .content {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .content {
    margin-top: 14px;
  }
}
.blog-area .blog__item .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  max-width: 340px;
}
@media only screen and (max-width: 991px) {
  .blog-area .blog__item .title {
    letter-spacing: 0;
  }
}
.blog-area .blog__item .title:hover a {
  color: #555;
}
@media only screen and (max-width: 1399px) {
  .blog-area .blog__item .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog-area .blog__item .meta {
  gap: 5px;
  display: flex;
  margin-top: 22px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .meta {
    margin-top: 9px;
  }
}
.blog-area .blog__item .meta li {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
}
.blog-area .blog__item .meta li a span {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s;
}
.blog-area .blog__item .meta li a:hover {
  color: #555;
}
.blog-area .blog__item .meta li a:hover span {
  color: #555;
}

/* blog details page css */
/* blog details area style  */
.blog-details .blog-details-inner {
  margin-top: 45px;
}
.blog-details .blog-details-info .meta {
  gap: 5px;
  display: flex;
  margin-bottom: 96px;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .meta {
    margin-bottom: 30px;
  }
}
.blog-details .blog-details-info .meta li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 10.5px 13px;
  border-radius: 500px;
  display: inline-block;
  color: var(--primary);
  background-color: #F1F1F1;
}
.dark .blog-details .blog-details-info .meta li span {
  background-color: #191919;
}
.blog-details .blog-details-info .author {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .author {
    margin-bottom: 20px;
  }
}
.blog-details .blog-details-info .author .media {
  width: 65px;
  height: 65px;
  min-width: 65px;
  overflow: hidden;
  border-radius: 12px;
}
.blog-details .blog-details-info .author .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details .blog-details-info .author .text {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.blog-details .blog-details-info .author .text span {
  display: block;
  color: var(--primary);
}
.blog-details .blog-details-info .author .text .name {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 14px;
  color: var(--primary);
}
.blog-details .section-title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -3.5px;
  font-family: var(--font_bdogrotesk);
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-details__content {
  margin-top: 100px;
}
@media only screen and (max-width: 1919px) {
  .blog-details__content {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-details__content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__content {
    margin-top: 60px;
  }
}
.blog-details__content img {
  width: auto;
  overflow: hidden;
  max-width: 100%;
}
.blog-details__content h1,
.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content h5,
.blog-details__content h6 {
  margin-bottom: 10px;
  font-size: 50px;
}
@media only screen and (max-width: 1919px) {
  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 28px;
  }
}
.blog-details__content p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.blog-details .list {
  margin-left: 20px;
  margin-bottom: 30px;
}
.blog-details .list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  list-style: disc;
}
.blog-details__media {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-details__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__meta {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}
.blog-details__meta li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 0px 10px;
  border: 1px solid rgba(21, 24, 27, 0.1);
}
.blog-details__wrapper {
  gap: 39px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper .media {
    margin-bottom: 30px;
  }
}
.blog-details__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper img {
    margin-bottom: 30px;
    height: inherit;
  }
}
.blog-details__tag {
  display: flex;
  gap: 10px;
}
.blog-details__tag span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}
.blog-details__tag ul {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.blog-details__tag ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 30px;
}
.blog-details .comment-wrap {
  margin-top: 90px;
}
@media only screen and (max-width: 1399px) {
  .blog-details .comment-wrap {
    margin-top: 60px;
  }
}
.blog-details .comment-formwrap {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 52px;
}
@media only screen and (max-width: 1399px) {
  .blog-details .comment-formwrap {
    gap: 40px 30px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details .comment-formwrap .message {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap .message {
    grid-column: auto;
  }
}
.blog-details .comment-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
  font-size: 18px;
}
.dark .blog-details .comment-formfield input {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-formfield input {
    font-size: 16px;
  }
}
.blog-details .comment-formfield input:focus {
  border-color: var(--primary);
}
.blog-details .comment-formfield input::placeholder {
  color: var(--primary);
}
.blog-details .comment-formfield input:-webkit-autofill, .blog-details .comment-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.blog-details .comment-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
}
.blog-details .comment-formfield select:focus {
  border-color: var(--primary);
}
.blog-details .comment-formfield select option {
  width: 100%;
  max-width: 100%;
}
.blog-details .submit-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .blog-details .submit-btn {
    margin-top: 40px;
  }
}

/* contact page css */
.contact-title .page-title-area-inner {
  gap: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 630px 1fr;
}
@media only screen and (max-width: 1199px) {
  .contact-title .page-title-area-inner {
    grid-template-columns: 530px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .contact-title .page-title-area-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contact-title .page-title-area-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
@media only screen and (max-width: 991px) {
  .contact-title .page-title-area-inner p {
    letter-spacing: 0;
  }
  .contact-title .page-title-area-inner p br {
    display: none;
  }
}

/* Loading effect */
.loading-form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  padding-top: 20%;
}

.success-message {
  color: green;
  margin-top: 10px;
}

.error-message {
  color: red;
  margin-top: 10px;
}

#response-message {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .contact-page .contact-page-inner {
    margin-top: 50px;
  }
}
.contact-page .direct-contact {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .contact-page .direct-contact {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page .direct-contact {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.contact-page .direct-contact span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .contact-page .direct-contact span {
    margin-bottom: 10px;
  }
}
.contact-page .direct-contact a {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.3s;
  color: var(--primary);
  letter-spacing: -0.6px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .contact-page .direct-contact a {
    font-size: 25px;
  }
}
.contact-page .direct-contact a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .contact-page .socail-media {
    margin-bottom: 30px;
  }
}
.contact-page .socail-media__item {
  gap: 20px;
  display: flex;
  align-items: center;
}
.contact-page .socail-media__item:not(:last-child) {
  margin-bottom: 23px;
}
.contact-page .socail-media__item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 22px;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s;
  color: var(--primary);
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .contact-page .socail-media__item .icon {
  border-color: rgba(255, 255, 255, 0.15);
}
.contact-page .socail-media__item .icon:hover {
  border-color: transparent;
  background: rgba(17, 17, 17, 0.15);
}
.dark .contact-page .socail-media__item .icon:hover {
  background: rgba(255, 255, 255, 0.15);
}
.contact-page .socail-media__item .text a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.contact-page .socail-media__item .text a:hover {
  color: var(--primary);
}
.contact-page .socail-media__item .text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.contact-page .contact-formwrap {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact-page .contact-formwrap .contact-formfield {
  grid-column: span 2;
}
.contact-page .contact-formwrap .contact-formfield:nth-child(2), .contact-page .contact-formwrap .contact-formfield:nth-child(3) {
  grid-column: span 1;
}
@media only screen and (max-width: 991px) {
  .contact-page .contact-formwrap .contact-formfield:nth-child(2), .contact-page .contact-formwrap .contact-formfield:nth-child(3) {
    grid-column: span 2;
  }
}
.contact-page .contact-formfield {
  border-radius: 15px;
  transition: all 0.3s;
  padding: 27px 30px 24px;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .contact-page .contact-formfield {
  border-color: rgba(255, 255, 255, 0.15);
}
.contact-page .contact-formfield:hover {
  border-color: var(--primary);
}
.contact-page .contact-formfield label {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 5px;
}
.contact-page .contact-formfield input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
  font-size: 20px;
}
.contact-page .contact-formfield input::placeholder {
  color: var(--secondary);
}
.contact-page .contact-formfield input:-webkit-autofill, .contact-page .contact-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.contact-page .contact-formfield.message {
  height: 170px;
}
.contact-page .submit-btn {
  margin-top: 20px;
}

.contact-us__wrapper {
  gap: 15px;
  display: grid;
  grid-template-columns: 355px 1fr;
}
@media only screen and (max-width: 1199px) {
  .contact-us__wrapper {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-us__offices {
  border-radius: 15px;
  padding: 60px 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-us__offices {
    padding: 30px 30px;
  }
}
.contact-us__offices::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  mix-blend-mode: multiply;
  background: rgba(17, 17, 17, 0.8);
}
.contact-us__offices .title {
  z-index: 1;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: var(--white);
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 767px) {
  .contact-us__offices .title {
    font-size: 25px;
  }
}
.contact-us__offices a {
  z-index: 1;
  margin-top: 121px;
  position: relative;
  color: var(--white);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .contact-us__offices a {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__offices a {
    margin-top: 50px;
  }
}
.contact-us__offices a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s;
  background: var(--white);
}
.contact-us__offices a:hover::before {
  width: 0;
}
.contact-us__info {
  gap: 20px;
  display: flex;
  padding: 53px 70px;
  border-radius: 15px;
  background: #F1F1F1;
  justify-content: space-between;
}
.dark .contact-us__info {
  background: #1A1A1A;
}
@media only screen and (max-width: 1199px) {
  .contact-us__info {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__info {
    flex-wrap: wrap;
  }
}
.contact-us__item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  margin-bottom: 24px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.36px;
  border-bottom: 1px solid var(--primary);
}
@media only screen and (max-width: 767px) {
  .contact-us__item .title {
    margin-bottom: 10px;
  }
}
.contact-us__item .location {
  margin-bottom: 37px;
}
@media only screen and (max-width: 991px) {
  .contact-us__item .location {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__item .location {
    margin-bottom: 10px;
  }
}
.contact-us__item .phone {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.contact-us__item .phone::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s;
  background: #555;
}
.contact-us__item .phone:hover::before {
  width: 0;
}
.contact-us__item a {
  color: var(--secondary);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .contact-us__item a {
    font-size: 16px;
    line-height: 20px;
  }
}
.contact-us__item a:hover {
  color: var(--primary);
}

/* error page css */
.error-area-inner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-area .subtitle {
  font-size: 300px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.07em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .error-area .subtitle {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1399px) {
  .error-area .subtitle {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .subtitle {
    font-size: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .subtitle {
    font-size: 120px;
  }
}
.error-area .section-title {
  max-width: 740px;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-title {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-title {
    letter-spacing: 0;
    line-height: 1.22;
  }
}
.error-area .section-content {
  align-self: center;
}
.error-area .section-content .title-wrapper {
  margin-top: 37px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .title-wrapper {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .title-wrapper {
    margin-top: 17px;
  }
}
.error-area .section-content .btn-wrapper {
  margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 24px;
  }
}
.error-area .section-content .rr-btn {
  padding: 25px 48px;
}

/* marketing agency page css */
.hero-5 {
  position: relative;
}
.hero-5__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  .hero-5__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__inner {
    padding-bottom: 60px;
  }
}
.hero-5__content .title {
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -9.8px;
  max-width: 1420px;
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .hero-5__content .title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2.8px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__content .title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__content .title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .hero-5__content .title {
    font-size: 45px;
    line-height: 45px;
  }
}
.hero-5__content .title span {
  color: rgba(17, 17, 17, 0.3);
}
.dark .hero-5__content .title span {
  color: rgba(255, 255, 255, 0.3);
}
.hero-5__info {
  display: grid;
  position: relative;
  grid-template-columns: 910px 1fr;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-5__info {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .hero-5__info {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-5__info {
    grid-template-columns: 780px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__info {
    grid-template-columns: 550px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__info {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__info {
    grid-template-columns: 1fr;
  }
}
.hero-5__info .video-wrapper-box {
  display: flex;
  align-items: center;
  padding-top: 230px;
  padding-bottom: 24px;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-5__info .video-wrapper-box {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__info .video-wrapper-box {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__info .video-wrapper-box {
    border-right: none;
  }
}
.hero-5__info .video-wrapper-box .thumb {
  width: 90px;
  height: 90px;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .hero-5__info .video-wrapper-box .thumb {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box .thumb {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.hero-5__info .video-wrapper-box .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-5__info .video-wrapper-box .btn-circle {
  width: 90px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  font-size: 26px;
  outline: 4px solid #F0F0F0;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}
.dark .hero-5__info .video-wrapper-box .btn-circle {
  outline-color: #212121;
}
.hero-5__info .video-wrapper-box .btn-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
  height: 100%;
  border-radius: 500px;
  background: var(--white);
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  .hero-5__info .video-wrapper-box .btn-circle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box .btn-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__info .video-wrapper-box .btn-circle {
    margin-left: -35px;
  }
}
.hero-5__info .video-wrapper-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 20px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
.hero-5__info .text-wrapper {
  display: flex;
  margin-top: 230px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-5__info .text-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .hero-5__info .text-wrapper {
    border-top: none;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__info .text-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__info .text-wrapper {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__info .text-wrapper {
    margin-top: 20px;
  }
}
.hero-5__info .text-wrapper .text-bg {
  width: 100%;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.hero-5__info .text-wrapper .text-bg:hover {
  background-color: var(--white);
  border-radius: 20px;
}
.dark .hero-5__info .text-wrapper .text-bg:hover {
  background-color: var(--black);
}
.hero-5__info .text-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 767px) {
  .hero-5__info .text-wrapper p {
    padding: 20px 0;
  }
}
.hero-5__info .text-wrapper i {
  color: var(--primary);
  font-size: 21px;
}

/* moving gallery style  */
.moving-gallery-area {
  position: relative;
  z-index: 1;
}

.wrapper-gallery {
  display: inline-flex;
  align-items: flex-start;
  padding-bottom: 180px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .wrapper-gallery {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .wrapper-gallery {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-gallery {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-gallery {
    padding-bottom: 60px;
  }
}

.moving-gallery {
  position: relative;
  z-index: -1;
}

.moving-gallery li {
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  list-style: none;
  width: 460px;
}
@media only screen and (max-width: 1199px) {
  .moving-gallery li {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .moving-gallery li {
    width: 300px;
  }
}
.moving-gallery li img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* service-5 gallery style  */
.service-5 .agency-body-border {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1919px) {
  .service-5 .agency-body-border {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-5 .agency-body-border {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5 .agency-body-border {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .service-5 .agency-body-border {
    padding-bottom: 60px;
  }
}
.service-5 .section-2-title-wrapper .section-2-title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .service-5 .section-2-title-wrapper .section-2-title {
    margin-bottom: 30px;
  }
}
.service-5 .section-2-title-wrapper .rr-btn {
  border-radius: 20px;
  border-color: transparent;
  background-color: var(--white);
}
.dark .service-5 .section-2-title-wrapper .rr-btn {
  background-color: var(--black);
}
.dark .service-5 .section-2-title-wrapper .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.service-5 .section-2-title-wrapper .rr-btn::before {
  background-color: var(--primary);
}
.dark .service-5 .section-2-title-wrapper .rr-btn::before {
  background-color: var(--white);
}
.service-5 .section-2-title-wrapper .rr-btn .btn-wrap .text-one {
  color: var(--primary);
}
.service-5 .section-2-title-wrapper .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.service-5__content {
  gap: 30px;
  display: grid;
  margin-left: 485px;
  grid-template-columns: 600px 1fr;
}
@media only screen and (max-width: 1919px) {
  .service-5__content {
    margin-left: 430px;
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .service-5__content {
    margin-left: 330px;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5__content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .service-5__content {
    grid-template-columns: 1fr;
  }
}
.service-5__info .designation {
  max-width: 480px;
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .service-5__info .designation {
    max-width: 100%;
  }
}
.service-5__info .price {
  margin-top: 140px;
}
@media only screen and (max-width: 1399px) {
  .service-5__info .price {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5__info .price {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .service-5__info .price {
    margin-top: 30px;
  }
}
.service-5__info .price h5 {
  color: #999;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.service-5__info .price h5 span {
  color: var(--primary);
}
.service-5__wrapper {
  position: relative;
}
.service-5 .service-5-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #CFCFCF;
}
.dark .service-5 .service-5-list {
  border-color: rgba(255, 255, 255, 0.2);
}
.service-5__item {
  z-index: 1;
  width: 100%;
  display: flex;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: var(--primary);
  align-items: center;
  padding: 20px 30px;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}
.dark .service-5__item {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .service-5__item {
    font-size: 16px;
    padding: 12px 2px;
  }
}
.service-5__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-5 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  border-radius: 14px;
  pointer-events: none;
  background: var(--white);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.dark .service-5 .active-bg {
  background-color: var(--black);
}

/* work-area-3 gallery style  */
.work-area-3 .work-area-3-inner {
  padding-bottom: 186px;
}
@media only screen and (max-width: 1919px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 60px;
  }
}
.work-area-3 .works-wrapper {
  display: grid;
  gap: 90px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1919px) {
  .work-area-3 .works-wrapper {
    gap: 65px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .works-wrapper {
    gap: 45px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-3 .works-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-area-3 .works-wrapper > *:nth-child(7) {
  grid-column-start: 2;
}
@media only screen and (max-width: 767px) {
  .work-area-3 .works-wrapper > *:nth-child(7) {
    grid-column-start: 1;
  }
}
.work-area-3 .works-wrapper > * .image {
  transform-origin: bottom right;
}
.work-area-3 .works-wrapper > *:nth-child(2n) .image {
  transform-origin: bottom left;
}
.work-area-3 .work-box .thumb {
  border-radius: 20px;
  overflow: hidden;
}
.work-area-3 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}
.work-area-3 .work-box .thumb .image img {
  transform-origin: center;
}
.work-area-3 .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.work-area-3 .work-box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .content {
    margin-top: 14px;
  }
}
.work-area-3 .work-box .content .designation {
  font-size: 20px;
  font-weight: 400;
  max-width: 540px;
  line-height: 28px;
  color: var(--primary);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .content .designation {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-3 .work-box .content .designation {
    margin-bottom: 30px;
  }
}
.work-area-3 .work-box .content .rr-btn {
  border-radius: 20px;
  border-color: transparent;
  background-color: var(--white);
}
.dark .work-area-3 .work-box .content .rr-btn {
  background-color: var(--black);
}
.dark .work-area-3 .work-box .content .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.work-area-3 .work-box .content .rr-btn::before {
  background-color: var(--primary);
}
.dark .work-area-3 .work-box .content .rr-btn::before {
  background-color: var(--white);
}
.work-area-3 .work-box .content .rr-btn .btn-wrap .text-one {
  color: var(--primary);
}
.work-area-3 .work-box .content .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.work-area-3 .work-box .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .title {
    font-size: 18px;
  }
}
.work-area-3 .work-box .title a:hover {
  color: var(--secondary);
}
.work-area-3 .work-box .tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .tag {
    font-size: 18px;
  }
}
.work-area-3 .work-box .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .date {
    font-size: 18px;
  }
}

.section-2-title-wrapper {
  display: grid;
  grid-template-columns: 454px 1fr;
  gap: 30px;
}
@media only screen and (max-width: 1919px) {
  .section-2-title-wrapper {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .section-2-title-wrapper {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .section-2-title-wrapper {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .section-2-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.section-2-title-wrapper .section-2-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
}
.section-2-title-wrapper .section-2-subtitle span {
  color: #999;
}
.section-2-title-wrapper .section-2-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 74px;
    line-height: 75px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 50px;
    line-height: 50px;
  }
  .section-2-title-wrapper .section-2-title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.dark .section-2-title-wrapper .section-2-title > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(255, 255, 255, 0.3) 50%);
}

/* progress-area gallery style  */
.progress-area .progress-wrapper {
  gap: 20px;
  display: flex;
}
@media (max-width: 575px) {
  .progress-area .progress-wrapper {
    gap: 10px;
  }
}
.progress-area .progress__wrapper {
  gap: 20px;
  display: grid;
  margin-left: 486px;
  grid-template-columns: 750px 1fr;
}
@media only screen and (max-width: 1919px) {
  .progress-area .progress__wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .progress-area .progress__wrapper {
    grid-template-columns: 650px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .progress-area .progress__wrapper {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .progress-area .progress__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.progress-area .progress-content {
  display: flex;
  flex-direction: column;
}
.progress-area .progress-content span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  margin-bottom: 40px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .progress-area .progress-content span {
    margin-bottom: 20px;
  }
}
.progress-area .progress-content P {
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
}
.progress-area .progress-content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-top: auto;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 991px) {
  .progress-area .progress-content .sub-title {
    margin-top: 20px;
  }
}
.progress-area .progress-content .number {
  font-size: 140px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -9.8px;
}
@media (max-width: 575px) {
  .progress-area .progress-content .number {
    font-size: 80px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 991px) {
  .progress-area .progress-content .number {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .progress-area .progress-content .number {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -6px;
  }
}
.progress-area .progress__item {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.progress-area .progress__item.has---black .progress-bar {
  background-color: var(--black);
}
.dark .progress-area .progress__item.has---black .progress-bar {
  background-color: var(--white);
}
.progress-area .progress__item.has---black .count-text {
  color: var(--white);
}
.dark .progress-area .progress__item.has---black .count-text {
  color: var(--black);
}
.progress-area .progress__item.has---black .success {
  color: var(--white);
}
.dark .progress-area .progress__item.has---black .success {
  color: var(--black);
}
.progress-area .progress-container {
  width: 140px;
  height: 600px;
  display: flex;
  overflow: hidden;
  margin-top: -30px;
  align-items: flex-end;
  background-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .progress-area .progress-container {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .progress-area .progress-container {
    width: 64px;
  }
}
.progress-area .progress-bar {
  width: 100%;
  height: 0%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: var(--white);
}
.dark .progress-area .progress-bar {
  background-color: var(--black);
}
.progress-area .progress__item-wrapper {
  bottom: 30px;
  position: absolute;
  text-align: center;
}
@media (max-width: 575px) {
  .progress-area .progress__item-wrapper {
    bottom: 20px;
  }
}
.progress-area .progress__item-wrapper .count-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
  letter-spacing: -1.2px;
  margin-bottom: 7px;
  font-family: var(--font_bdogrotesk);
}
.dark .progress-area .progress__item-wrapper .count-text {
  color: var(--white);
}
.progress-area .progress__item-wrapper .success {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-family: var(--font_bdogrotesk);
}
.dark .progress-area .progress__item-wrapper .success {
  color: var(--white);
}
@media (max-width: 575px) {
  .progress-area .progress__item-wrapper .success {
    font-size: 12px;
  }
}
.progress-area .spacer {
  height: 500px;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*features-area gallery style  */
.features-area .agency-view {
  position: relative;
  height: 100%;
}
.features-area .agency-view .container {
  height: 100%;
}
.features-area .agency-view .parallax-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.features-area .agency-body-border {
  height: 100%;
  z-index: 1;
  position: relative;
}
.features__content {
  gap: 20px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 70px;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .features__content {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991px) {
  .features__content {
    flex-wrap: wrap;
  }
}
.features__content .features-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
.features__wrapper {
  gap: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .features__wrapper {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .features__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .features__wrapper {
    flex-wrap: wrap;
  }
}
.features__item h3 {
  gap: 6px;
  display: flex;
  font-size: 50px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--primary);
  align-items: center;
  letter-spacing: -2.5px;
}
.features__item h3 svg * {
  fill: var(--primary);
}
.features__item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--primary);
}

/*client-testimonial gallery style  */
.client-testimonial .section-3-title-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.client-testimonial .section-3-title-wrapper .section-3-title {
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
  text-align: center;
  letter-spacing: -9.8px;
}
@media only screen and (max-width: 1199px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 110px;
    line-height: 100px;
    letter-spacing: -4.8px;
  }
}
@media only screen and (max-width: 991px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2.8px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.client-testimonial .section-3-title-wrapper .rating {
  gap: 14px;
  display: flex;
  margin-top: 63px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .client-testimonial .section-3-title-wrapper .rating {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .rating {
    margin-top: 20px;
  }
}
.client-testimonial .section-3-title-wrapper .rating .title {
  display: flex;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
}
.client-testimonial .section-3-title-wrapper .rating i {
  font-size: 10px;
}
.client-testimonial .section-3-title-wrapper .rating p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
.client-testimonial .section-3-title-wrapper .rating p span {
  color: var(--primary);
}
.client-testimonial__main {
  position: relative;
}
.client-testimonial__warpper {
  top: 50%;
  left: 0;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  align-items: flex-start;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1199px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(2, 1fr);
    transform: inherit;
    justify-content: center;
    position: inherit;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.client-testimonial__item {
  padding: 45px;
  border-radius: 20px;
  background: var(--white);
}
@media only screen and (max-width: 1919px) {
  .client-testimonial__item {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-testimonial__item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .client-testimonial__item {
    padding: 30px 25px;
  }
}
.client-testimonial__item.has---black {
  background-color: var(--black);
}
.client-testimonial__item.has---black p {
  color: var(--white);
}
.client-testimonial__item.has---black .author .text .name {
  color: var(--white);
}
.client-testimonial__item.has---black .author .icon {
  background-color: var(--white);
}
.client-testimonial__item.has---black .author .icon i {
  font-size: 20px;
  color: var(--black);
}
.client-testimonial__item p {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 1399px) {
  .client-testimonial__item p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .client-testimonial__item p {
    font-size: 18px;
  }
}
.client-testimonial__item .author {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .client-testimonial__item .author {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial__item .author {
    margin-top: 30px;
  }
}
.client-testimonial__item .author .text .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
  letter-spacing: -0.9px;
}
.client-testimonial__item .author .text .name:hover a {
  color: #999;
}
.client-testimonial__item .author .text span {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
.client-testimonial__item .author .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background-color: var(--black);
}
@media (max-width: 575px) {
  .client-testimonial__item .author .icon {
    width: 50px;
    height: 50px;
  }
}
.client-testimonial__item .author .icon i {
  font-size: 20px;
  color: var(--white);
}

.award-area-2 .award__wrapper {
  display: grid;
  grid-template-columns: 482px 595px 1fr;
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: 450px 400px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: 450px 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-2 .award__wrapper > *:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .award-area-2 .award__wrapper > *:nth-child(1) {
    grid-column: auto;
  }
}
.award-area-2 .award__box {
  display: flex;
}
.award-area-2 .award__box .text {
  margin-top: auto;
}
.award-area-2 .award__box .text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: var(--black);
  letter-spacing: -1.2px;
  font-family: var(--font_bdogrotesk);
  margin-bottom: 28px;
}
@media only screen and (max-width: 1399px) {
  .award-area-2 .award__box .text p {
    font-size: 20px;
  }
}
.award-area-2 .award__box .text p:last-child {
  margin-bottom: 0;
}
.dark .award-area-2 .award__box .text p > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(255, 255, 255, 0.3) 50%);
}

/* modern agency page css */
.hero-7-area .hero-7-area-inner {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .hero-7-area .hero-7-area-inner {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-7-area .hero-7-area-inner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.hero-7-area .hero-7-area-content .hero-7-area-title {
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1919px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 160px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 130px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 110px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 40px;
    line-height: 55px;
  }
  .hero-7-area .hero-7-area-content .hero-7-area-title br {
    display: none;
  }
}
.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title-holder {
  position: relative;
  display: inline-block;
}
.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 131px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 767px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
    position: inherit;
  }
}
@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
    display: none;
  }
}
.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
  right: 30px;
  left: auto;
  max-width: 123px;
}
@media only screen and (max-width: 991px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
    right: inherit;
  }
}
.hero-7-area .hero-7-area-content .mobile-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-7-area .hero-7-area-content .mobile-text span {
  text-align: center;
  width: 131px;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1919px) {
  .hero-7-area .hero-7-area-content .mobile-text span {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .mobile-text span {
    display: block;
  }
}

.hero-area-7 {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-area-7 .image-wrapper {
  width: 500px;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-area-7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 650px;
  display: block;
}

.label-left,
.label-right {
  top: 50%;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  white-space: nowrap;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  transform: translateY(-50%);
  font-family: var(--font_bdogrotesk);
}

.label-left {
  left: -60px;
}

.label-right {
  right: -60px;
}

.section-4-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 971px;
  gap: 30px;
}
@media only screen and (max-width: 1919px) {
  .section-4-title-wrapper {
    grid-template-columns: 1fr 870px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-4-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-4-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.section-4-title-wrapper .section-4-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.section-4-title-wrapper .section-4-subtitle span {
  color: #999;
}
.section-4-title-wrapper .section-4-title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 50px;
    line-height: 50px;
  }
  .section-4-title-wrapper .section-4-title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.about-uss-7 .section-4-title-wrapper {
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .about-uss-7 .section-4-title-wrapper {
  border-color: rgba(248, 242, 239, 0.15);
}
.about-uss-7__wrapper {
  gap: 50px 163px;
  display: grid;
  margin-top: 20px;
  padding-top: 150px;
  grid-template-columns: 1fr 970px;
}
@media only screen and (max-width: 1919px) {
  .about-uss-7__wrapper {
    gap: 50px 150px;
    grid-template-columns: 1fr 870px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-uss-7__wrapper {
    gap: 50px 60px;
    grid-template-columns: 1fr 750px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-uss-7__wrapper {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-uss-7__wrapper {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper > *:nth-child(1) {
    gap: 50px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .about-uss-7__wrapper > *:nth-child(1) {
    gap: 50px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper > *:nth-child(1) .media {
    width: 300px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper > *:nth-child(1) .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-uss-7__wrapper > *:nth-child(2) {
  margin-top: -35px;
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper > *:nth-child(2) {
    margin-top: 0;
    flex-direction: column;
  }
}
.about-uss-7__box {
  display: flex;
  flex-direction: column;
}
.about-uss-7__box h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 20px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.about-uss-7__content {
  margin-top: auto;
  max-width: 420px;
  margin-left: auto;
}
@media only screen and (max-width: 1399px) {
  .about-uss-7__content {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__content {
    margin-top: 0;
    margin-right: auto;
    margin-left: inherit;
    max-width: 100%;
  }
}
.about-uss-7__content .over {
  font-size: 180px;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 70px;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .about-uss-7__content .over {
    margin-bottom: 50px;
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__content .over {
    font-size: 120px;
    line-height: 130px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about-uss-7__content .over {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 10px;
  }
}
.about-uss-7__content .over span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 17px;
  font-family: var(--font_dmsans);
}
.about-uss-7__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}
.about-uss-7__content .text {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__content .text {
    margin-top: 30px;
  }
}
.about-uss-7__content .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.feature-work-7 .feature-work-7-inner {
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .feature-work-7 .feature-work-7-inner {
  border-color: rgba(248, 242, 239, 0.15);
}
.feature-work-7 .feature-work-7-wrapper {
  padding-top: 110px;
}
@media only screen and (max-width: 1399px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 0px;
  }
}
.feature-work-7 .feature-work-7-wrapper > * {
  gap: 30px;
  display: grid;
  padding-top: 40px;
  grid-template-columns: 235px 554px 1fr;
}
@media only screen and (max-width: 1399px) {
  .feature-work-7 .feature-work-7-wrapper > * {
    grid-template-columns: 235px 454px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-wrapper > * {
    grid-template-columns: 120px 354px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-wrapper > * {
    grid-template-columns: 80px 300px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-wrapper > * {
    grid-template-columns: 50px 220px 1fr;
  }
}
@media (max-width: 575px) {
  .feature-work-7 .feature-work-7-wrapper > * {
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: 1fr;
  }
}
.feature-work-7 .feature-work-7-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .feature-work-7 .feature-work-7-item:not(:last-child) {
  border-color: rgba(248, 242, 239, 0.15);
}
.feature-work-7 .feature-work-7-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.feature-work-7 .feature-work-7-item .content .title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 6px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-item .content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-item .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-item .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.feature-work-7 .feature-work-7-item .content .title a:hover {
  color: var(--secondary);
}
.feature-work-7 .feature-work-7-item .content p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.feature-work-7 .feature-work-7-item .image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}
.feature-work-7 .feature-work-7-item .image img {
  transform-origin: center;
}

.impact-area .impact-inner {
  padding-top: 177px;
}
@media only screen and (max-width: 1919px) {
  .impact-area .impact-inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .impact-area .impact-inner {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .impact-area .impact-inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .impact-area .impact-inner {
    padding-top: 60px;
  }
}
.impact-area .impact-inner .impact-media {
  position: relative;
}
.impact-area .impact-inner .small-image {
  position: absolute;
  left: 50px;
  top: -177px;
}
@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .small-image {
    position: inherit;
    margin-top: 30px;
  }
}
.impact-area .impact-inner .impact-content .designation {
  top: 70px;
  right: 50px;
  font-size: 14px;
  color: #F8F2EF;
  max-width: 257px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.dark .impact-area .impact-inner .impact-content .designation {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .impact-content .designation {
    top: 180px;
    left: 30px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .impact-area .impact-inner .impact-content .designation {
    top: 136px;
    left: 20px;
  }
}
.impact-area .impact-inner .impact-content .title {
  left: 50px;
  bottom: 20px;
  color: #F8F2EF;
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  position: absolute;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 50px;
    line-height: 60px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 28px;
    line-height: 40px;
    top: 30px;
    left: 20px;
  }
}

.award-area-7 .award-inner {
  gap: 30px;
  display: grid;
  padding-top: 40px;
  grid-template-columns: 820px 1fr;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}
@media only screen and (max-width: 1919px) {
  .award-area-7 .award-inner {
    grid-template-columns: 720px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-7 .award-inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-7 .award-inner {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-7 .award-inner {
    grid-template-columns: 1fr;
  }
}
.award-area-7 .award-inner .award-section .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.award-area-7 .award-inner .award-content .award-list li {
  display: flex;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  color: var(--primary);
  align-items: baseline;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 30px;
    line-height: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.award-area-7 .award-inner .award-content .award-list li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.award-area-7 .award-list {
  flex: 3;
  line-height: 1.8;
}
.award-area-7 .award-list span {
  font-size: 10px;
  margin-left: 8px;
  vertical-align: super;
  color: #555;
}

.fun-fact-area.fun-fact-7 .fun-fact-area-inner {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.fun-fact-area.fun-fact-7 .fun-fact__item {
  position: relative;
}
.fun-fact-area.fun-fact-7 .fun-fact__item .number {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.fun-fact-area.fun-fact-7 .fun-fact__item.has--card {
  background-color: #F2E9E5;
}
.dark .fun-fact-area.fun-fact-7 .fun-fact__item.has--card {
  background-color: #1A1A1A;
}

.cta-area-7 .cta-inner {
  padding-bottom: 70px;
}
@media (max-width: 575px) {
  .cta-area-7 .cta-inner {
    padding-bottom: 50px;
  }
}
.cta-area-7 .cta-inner .cta-designation {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.cta-area-7 .cta-inner .cta-title {
  font-size: 180px;
  font-weight: 200;
  margin-top: 155px;
  text-align: center;
  line-height: 170px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 160px;
    margin-top: 120px;
    line-height: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 130px;
    margin-top: 100px;
    line-height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 100px;
    margin-top: 70px;
    line-height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 70px;
    margin-top: 50px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 50px;
    margin-top: 20px;
    line-height: 55px;
  }
}

.funding-success .funding-success-inner .sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.funding-success .funding-success-inner .counter {
  line-height: 1;
  font-size: 580px;
  font-weight: 200;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1919px) {
  .funding-success .funding-success-inner .counter {
    font-size: 450px;
  }
}
@media only screen and (max-width: 1399px) {
  .funding-success .funding-success-inner .counter {
    font-size: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .funding-success .funding-success-inner .counter {
    font-size: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-success .funding-success-inner .counter {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .counter {
    font-size: 100px;
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 575px) {
  .funding-success .funding-success-inner .counter {
    font-size: 80px;
  }
}
.funding-success .funding-success-inner .number {
  line-height: 1;
  font-size: 580px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 150px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
  display: none;
}
@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .number {
    font-size: 100px;
    margin-top: 50px;
    display: block;
  }
}
@media (max-width: 575px) {
  .funding-success .funding-success-inner .number {
    font-size: 80px;
  }
}
.funding-success .funding-success-inner .title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .funding-success .funding-success-inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-success .funding-success-inner .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .funding-success .funding-success-inner .title {
    font-size: 25px;
    line-height: 35px;
  }
}

/* image reveal hover page css */
.our-expertise-7 .our-expertise-inner {
  border-top: 1px solid #D5D0CE;
  position: relative;
}
.dark .our-expertise-7 .our-expertise-inner {
  border-color: #292929;
}
.our-expertise-7 .section-title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .section-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .section-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .section-title {
    margin-bottom: 30px;
  }
}
.our-expertise-7 .section-title .title {
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .section-title .title {
    font-size: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .section-title .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .section-title .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .section-title .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .our-expertise-7 .section-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.our-expertise-7 .our-expertise-item {
  gap: 30px;
  display: grid;
  cursor: pointer;
  padding-top: 40px;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #D5D0CE;
  grid-template-columns: 234px 930px 1fr;
}
.dark .our-expertise-7 .our-expertise-item {
  border-color: #292929;
}
@media only screen and (max-width: 1919px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 234px 630px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 234px 430px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 200px 300px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 80px 290px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    gap: 20px;
  }
}
.our-expertise-7 .our-expertise-item:hover span {
  margin-left: 30px;
}
.our-expertise-7 .our-expertise-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.our-expertise-7 .our-expertise-item .title {
  z-index: 1;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  position: relative;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 29px;
    line-height: 30px;
  }
}
.our-expertise-7 .our-expertise-item p {
  font-size: 20px;
  font-weight: 400;
  max-width: 370px;
  line-height: 28px;
  color: var(--primary);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .our-expertise-item p {
    max-width: 100%;
  }
}
.our-expertise-7 .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  width: 350px;
  height: 370px;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  transform: translate(0%, 0%) scale(0);
}
.our-expertise-7 .hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.our-expertise-7 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #F2EAE5;
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.dark .our-expertise-7 .active-bg {
  background-color: #1A1A1A;
}

/* agency portfolio page css */
.section-title-9 {
  font-family: var(--font_bdogrotesk);
  font-size: 230px;
  font-weight: 400;
  line-height: 190px;
  letter-spacing: -16.1px;
}
@media only screen and (max-width: 1919px) {
  .section-title-9 {
    font-size: 190px;
    letter-spacing: -10px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title-9 {
    font-size: 160px;
    line-height: 160px;
    letter-spacing: -7px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title-9 {
    font-size: 130px;
    line-height: 130px;
    letter-spacing: -5px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-9 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-9 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .section-title-9 {
    font-size: 36px;
    line-height: 46px;
  }
}

/* hero area 6 style  */
.hero-9-section-content {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .hero-9-section-content {
    margin-top: 107px;
  }
}
.hero-9-section-content .meta-list {
  max-width: 895px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .hero-9-section-content .meta-list {
    margin-left: 0;
    max-width: 100%;
  }
}
.hero-9-section-content .meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 169px 142px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-9-section-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.hero-9-section-content .meta-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1.26px;
  color: var(--primary);
  text-transform: capitalize;
  list-style: none;
}
.hero-9-section-content .meta-list li br {
  display: block;
}
.hero-9-section-content .section-title-wrapper {
  margin-top: 55px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .hero-9-section-content .section-title-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-9-section-content .section-title-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.hero-9-nav {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-9-nav {
    margin-top: 30px;
  }
}
.hero-9-nav .main-menu {
  margin-left: auto;
}
.hero-9-nav .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;
  justify-content: space-between;
}
.hero-9-nav .main-menu li a:hover {
  color: var(--primary);
}
.hero-9-nav .main-menu > ul {
  gap: 40px;
}
.hero-9-nav .main-menu > ul > li {
  flex-grow: 1;
}
.hero-9-nav .main-menu > ul > li:hover > a {
  color: var(--secondary);
  border-color: var(--primary);
}
.hero-9-nav .main-menu ul.dp-menu {
  min-width: 100%;
}

.hero-9-nav-inner {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-9-nav-inner {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-9-nav-inner .hero-9-nav-wrapper {
  display: flex;
  padding: 21px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .hero-9-nav-inner .hero-9-nav-wrapper {
    padding: 15px 0;
  }
}
.hero-9-nav-inner .date span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
}
.hero-9-nav-inner .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  color: var(--primary);
  letter-spacing: -0.64px;
  margin-left: 265px;
}
@media only screen and (max-width: 1199px) {
  .hero-9-nav-inner .btn-line {
    margin-left: 0;
  }
}
.hero-9-nav-inner .btn-line::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s;
}
.hero-9-nav-inner .btn-line:hover {
  color: var(--secondary);
}
.hero-9-nav-inner .btn-line:hover::before {
  width: 0;
}

/* service-9 style  */
.service-9 .service-9-inner {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .service-9 .service-9-inner {
  border-color: rgba(255, 255, 255, 0.2);
}
.service-9__content {
  gap: 50px;
  display: grid;
  grid-template-columns: 750px 1fr;
}
@media only screen and (max-width: 1399px) {
  .service-9__content {
    grid-template-columns: 550px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .service-9__content {
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.service-9__info {
  display: flex;
  padding-top: 94px;
  padding-right: 50px;
  flex-direction: column;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .service-9__info {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991px) {
  .service-9__info {
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .service-9__info {
    padding-top: 60px;
  }
}
.service-9__info .designation {
  max-width: 301px;
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .service-9__info .designation {
    max-width: 100%;
  }
}
.service-9__info .media {
  margin-top: auto;
}
@media only screen and (max-width: 1399px) {
  .service-9__info .media {
    margin-top: 40px;
  }
}
.service-9__wrapper {
  position: relative;
}
.service-9__wrap {
  padding-top: 94px;
}
@media only screen and (max-width: 1199px) {
  .service-9__wrap {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__wrap {
    padding-top: 0;
  }
}
.service-9__wrap .title {
  font-size: 50px;
  font-weight: 400;
  max-width: 659px;
  line-height: 50px;
  margin-bottom: 80px;
  color: var(--primary);
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 1199px) {
  .service-9__wrap .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-9__wrap .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .service-9__wrap .title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
.service-9__wrap .btn-wrapper {
  text-align: right;
  margin-top: 230px;
}
@media only screen and (max-width: 1919px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 80px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 40px;
  }
}
.service-9__wrap .btn-explore {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
}
.service-9__wrap .btn-explore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}
.service-9__wrap .btn-explore:hover {
  color: var(--secondary);
}
.service-9__wrap .btn-explore:hover::before {
  width: 0;
}
.service-9 .service-9-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #CFCFCF;
}
.dark .service-9 .service-9-list {
  border-color: #545454;
}
.service-9__item {
  z-index: 1;
  width: 100%;
  display: flex;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: var(--primary);
  align-items: center;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}
.dark .service-9__item {
  border-color: #545454;
}
@media (max-width: 575px) {
  .service-9__item {
    font-size: 16px;
    padding: 12px 2px;
  }
}
.service-9__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}
.service-9__item a i {
  font-weight: 400;
  rotate: -45deg;
  font-size: 15px;
  color: var(--primary);
}
.service-9 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #F1F1F1;
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.dark .service-9 .active-bg {
  background-color: #1F1F1F;
}

/* work-area-9 gallery style  */
.work-area-9 .work-area-9-inner .main-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.64px;
  transform: translateY(100%);
  font-family: var(--font_dmsans);
}
@media only screen and (max-width: 767px) {
  .work-area-9 .work-area-9-inner .main-title {
    transform: translateY(0);
    margin-bottom: 20px;
  }
}
.work-area-9 .works-9-wrapper {
  display: grid;
  gap: 150px 0;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper {
    gap: 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper {
    gap: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper {
    grid-template-columns: auto;
    gap: 50px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(1) {
  margin-top: 924px;
  max-width: 485px;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper > *:nth-child(1) {
    margin-top: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper > *:nth-child(1) {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper > *:nth-child(1) {
    margin-top: 0px;
    max-width: 100%;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(2) {
  margin-left: -40px;
}
@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper > *:nth-child(2) {
    margin-left: 0;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(3) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper > *:nth-child(3) {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper > *:nth-child(3) {
    max-width: 550px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(4) {
  margin-top: 265px;
  margin-right: -40px;
}
@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper > *:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper > *:nth-child(4) {
    margin-top: 0px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(5) {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper > *:nth-child(5) {
    margin-left: inherit;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(6) {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper > *:nth-child(6) {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper > *:nth-child(6) {
    max-width: 550px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(8) {
  margin-top: 321px;
  margin-left: -40px;
}
@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper > *:nth-child(8) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper > *:nth-child(8) {
    margin-top: 0px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(9) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper > *:nth-child(9) {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper > *:nth-child(9) {
    max-width: 550px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(10) {
  margin-top: 265px;
  margin-right: -40px;
}
@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper > *:nth-child(10) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper > *:nth-child(10) {
    margin-top: 0px;
  }
}
.work-area-9 .works-9-wrapper > *:nth-child(11) {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper > *:nth-child(11) {
    margin-left: inherit;
  }
}
.work-area-9 .span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .work-area-9 .span-2 {
    grid-column: auto;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item {
    width: 100%;
  }
}
.work-area-9 .work-box__item .thumb {
  overflow: hidden;
}
.work-area-9 .work-box__item .thumb .image {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item .thumb .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.work-area-9 .work-box__item .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .content {
    margin-top: 14px;
  }
}
.work-area-9 .work-box__item .content .designation {
  font-size: 20px;
  font-weight: 400;
  max-width: 540px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .content .designation {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item .content .designation {
    margin-bottom: 30px;
  }
}
.work-area-9 .work-box__item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .title {
    font-size: 18px;
  }
}
.work-area-9 .work-box__item .title a:hover {
  color: var(--secondary);
}
.work-area-9 .work-box__item .tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .tag {
    font-size: 18px;
  }
}
.work-area-9 .work-box__item .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .date {
    font-size: 18px;
  }
}

/* agency portfolio 2 page css */
.hero-area-10 .hero-area-10__inner {
  padding-top: 142px;
  padding-bottom: 100px;
  position: relative;
}
.dark .hero-area-10 .hero-area-10__inner {
  background: var(--black);
}
@media only screen and (max-width: 1199px) {
  .hero-area-10 .hero-area-10__inner {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10__inner {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .hero-area-10 .hero-area-10__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.hero-area-10 .hero-area-10__inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  background: linear-gradient(180deg, #FFD80C 6.48%, #FFF 84.06%);
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-area-10__content {
  padding-top: 25px;
  border-top: 1px solid var(--border);
}
.hero-area-10__wrapper {
  display: grid;
  margin-bottom: 190px;
  grid-template-columns: 815px auto;
}
@media only screen and (max-width: 1399px) {
  .hero-area-10__wrapper {
    margin-bottom: 150px;
    grid-template-columns: 515px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-10__wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-10__wrapper {
    grid-template-columns: 250px auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-10__wrapper {
    margin-bottom: 50px;
    grid-template-columns: 150px auto;
  }
}
@media (max-width: 575px) {
  .hero-area-10__wrapper {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.hero-area-10__wrapper .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_dmsans);
  position: relative;
  padding-left: 10px;
}
.hero-area-10__wrapper .sub-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 500px;
  background-color: var(--primary);
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
.hero-area-10__wrapper .text {
  max-width: 369px;
}
.hero-area-10__wrapper .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-indent: 82px;
  color: var(--primary);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-area-10__wrapper .text p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-area-10__wrapper .text p {
    text-indent: 0;
  }
}
.hero-area-10__wrapper .text .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  display: inline-flex;
  gap: 20px;
  position: relative;
}
.hero-area-10__wrapper .text .btn-line::before {
  left: 0;
  content: "";
  width: 100%;
  bottom: -6px;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--primary);
}
.hero-area-10__wrapper .text .btn-line:hover {
  opacity: 70%;
}
.hero-area-10__wrapper .text .btn-line:hover::before {
  width: 0;
}
.hero-area-10 .hero-area-10-title-wrap {
  position: relative;
}
.hero-area-10 .hero-area-10-title-wrap::before {
  top: -20px;
  right: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}
.hero-area-10 .hero-area-10-title-wrap::after {
  top: -20px;
  left: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}
.hero-area-10 .hero-area-10-title-wrap .pulse::before {
  bottom: 0px;
  right: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}
@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .pulse::before {
    bottom: -15px;
  }
}
.hero-area-10 .hero-area-10-title-wrap .pulse::after {
  bottom: 0px;
  left: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10-title-wrap .pulse::after {
    bottom: -10px;
  }
}
@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .pulse::after {
    bottom: -15px;
  }
}
.hero-area-10 .hero-area-10-title-wrap .title {
  font-size: 405px;
  font-weight: 300;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -12.15px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 310px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    letter-spacing: -5px;
    font-size: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    letter-spacing: 0px;
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 60px;
  }
}
.hero-area-10 .hero-area-10-title-wrap .title span {
  font-style: italic;
  display: inline-block;
  transform: translateX(-44px);
}
@media only screen and (max-width: 1919px) {
  .hero-area-10 .hero-area-10-title-wrap .title span {
    transform: translateX(-15px);
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-10 .hero-area-10-title-wrap .title span {
    transform: translateX(0px);
  }
}

.Projects-area-10-inner {
  gap: 30px;
  display: grid;
  padding-top: 30px;
  grid-template-columns: 785px auto;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1919px) {
  .Projects-area-10-inner {
    grid-template-columns: 685px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner {
    grid-template-columns: 585px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner {
    grid-template-columns: 450px auto;
  }
}
@media only screen and (max-width: 991px) {
  .Projects-area-10-inner {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 767px) {
  .Projects-area-10-inner {
    grid-template-columns: auto;
  }
}
.Projects-area-10-inner .Projects__content .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--primary);
  padding-left: 8px;
  margin-bottom: 98px;
}
@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner .Projects__content .name {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner .Projects__content .name {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects__content .name {
    margin-bottom: 30px;
  }
}
.Projects-area-10-inner .Projects__content .name::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}
.Projects-area-10-inner .Projects__content ul li {
  color: #999999;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  font-family: var(--font_tartuffotrial);
  list-style: none;
}
.dark .Projects-area-10-inner .Projects__content ul li {
  color: #555555;
}
@media (max-width: 575px) {
  .Projects-area-10-inner .Projects__content ul li {
    font-size: 25px;
  }
}
.Projects-area-10-inner .Projects__content ul li.active {
  color: var(--primary);
}
.Projects-area-10-inner .Projects-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  margin-bottom: 98px;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner .Projects-wrapper .title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner .Projects-wrapper .title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects-wrapper .title {
    margin-bottom: 30px;
  }
}
.Projects-area-10-inner .Projects-wrapper .title::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}
.Projects-area-10-inner .Projects-wrapper .Projects__item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects-wrapper .Projects__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.service-10-area .service-10__inner {
  background-color: #F1F1F1;
  padding-top: 30px;
}
.dark .service-10-area .service-10__inner {
  background-color: #171717;
}
.service-10-area .service-10__inner .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  color: var(--primary);
}
.service-10-area .service-10__inner .sub-title::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}
.service-10-area .service-10-border {
  padding-top: 30px;
  margin: 0px 30px;
  display: grid;
  grid-template-columns: 785px auto;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1399px) {
  .service-10-area .service-10-border {
    grid-template-columns: 515px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .service-10-area .service-10-border {
    grid-template-columns: 415px auto;
  }
}
@media only screen and (max-width: 991px) {
  .service-10-area .service-10-border {
    grid-template-columns: 250px auto;
  }
}
@media only screen and (max-width: 767px) {
  .service-10-area .service-10-border {
    grid-template-columns: 150px auto;
  }
}
@media (max-width: 575px) {
  .service-10-area .service-10-border {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.service-10-area .service-10__wrapper {
  position: relative;
}
.service-10-area .btn-explore {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
  margin-top: 120px;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .service-10-area .btn-explore {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-10-area .btn-explore {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .service-10-area .btn-explore {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .service-10-area .btn-explore {
    margin-top: 40px;
  }
}
.service-10-area .btn-explore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}
.service-10-area .btn-explore:hover {
  color: var(--secondary);
}
.service-10-area .btn-explore:hover::before {
  width: 0;
}
.service-10-area .service-10-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.service-10-area .service-10__item {
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}
.service-10-area .service-10__item:not(:first-child) {
  border-top: 1px solid #CFCFCF;
}
.dark .service-10-area .service-10__item:not(:first-child) {
  border-color: #414141;
}
.service-10-area .service-10__item .title {
  z-index: 1;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 19.5px 0px;
  position: relative;
  color: var(--primary);
  font-family: var(--font_tartuffotrial);
}
@media (max-width: 575px) {
  .service-10-area .service-10__item .title {
    font-size: 16px;
    padding: 12px 2px;
  }
}
.service-10-area .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background-color: var(--white);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.dark .service-10-area .active-bg {
  background-color: var(--black);
}

.capabilities-area-10 .section-5-title-wrapper {
  gap: 20px;
  display: grid;
  padding-top: 30px;
  margin-bottom: 100px;
  grid-template-columns: 772px auto;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 672px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 991px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 220px auto;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: auto;
    margin-bottom: 60px;
  }
}
.capabilities-area-10 .section-5-title-wrapper span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  color: var(--primary);
}
.capabilities-area-10 .section-5-title-wrapper span::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}
.capabilities-area-10 .section-5-title-wrapper .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: var(--primary);
  max-width: 600px;
  font-family: var(--font_tartuffotrial);
}
@media (max-width: 575px) {
  .capabilities-area-10 .section-5-title-wrapper .title {
    font-size: 24px;
  }
}
.capabilities-area-10 .capabilities__wrapper {
  gap: 80px;
  display: grid;
  grid-template-columns: 1005px auto;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 800px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 600px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 500px auto;
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 360px auto;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: auto;
    gap: 50px;
  }
}
.capabilities-area-10 .capabilities__content {
  display: flex;
  flex-direction: column;
}
.capabilities-area-10 .capabilities__content .number {
  line-height: 1;
  font-size: 140px;
  font-weight: 300;
  margin-top: 90px;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 110px;
    margin-top: 30px;
    letter-spacing: -2.2px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 80px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 60px;
    margin-top: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.capabilities-area-10 .capabilities__content .text {
  margin-top: auto;
}
.capabilities-area-10 .capabilities__content .text .sub-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
  color: var(--primary);
  font-family: var(--font_tartuffotrial);
}
.capabilities-area-10 .capabilities__content .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  max-width: 417px;
}

/* portfolio massonary page css */
/* hero area 6 style  */
.hero-11-section-content {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .hero-11-section-content {
    margin-top: 107px;
  }
}
.hero-11-section-content .meta-list {
  max-width: 895px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .hero-11-section-content .meta-list {
    margin-left: 0;
    max-width: 100%;
  }
}
.hero-11-section-content .meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 170px 143px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-11-section-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.hero-11-section-content .meta-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1.26px;
  color: var(--primary);
  text-transform: capitalize;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}
.hero-11-section-content .meta-list li br {
  display: block;
}

.hero-11-nav {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-11-nav {
    margin-top: 30px;
  }
}
.hero-11-nav .main-menu {
  margin-left: auto;
}
.hero-11-nav .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;
  justify-content: space-between;
}
.hero-11-nav .main-menu li a:hover {
  color: var(--primary);
}
.hero-11-nav .main-menu > ul {
  gap: 40px;
}
.hero-11-nav .main-menu > ul > li {
  flex-grow: 1;
}
.hero-11-nav .main-menu > ul > li:hover > a {
  color: var(--secondary);
  border-color: var(--primary);
}
.hero-11-nav .main-menu ul.dp-menu {
  min-width: 100%;
}

.hero-11-nav-inner {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-11-nav-inner {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-11-nav-inner .hero-11-nav-wrapper {
  display: flex;
  padding: 21px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .hero-11-nav-inner .hero-11-nav-wrapper {
    padding: 15px 0;
  }
}
.hero-11-nav-inner .date span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
}
.hero-11-nav-inner .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  color: var(--primary);
  letter-spacing: -0.64px;
  margin-left: 265px;
}
@media only screen and (max-width: 1199px) {
  .hero-11-nav-inner .btn-line {
    margin-left: 0;
  }
}
.hero-11-nav-inner .btn-line::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s;
}
.hero-11-nav-inner .btn-line:hover {
  color: var(--secondary);
}
.hero-11-nav-inner .btn-line:hover::before {
  width: 0;
}

.hero-area-11__content .title {
  line-height: 1;
  font-weight: 300;
  font-size: 754px;
  letter-spacing: -37.7px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .hero-area-11__content .title {
    font-size: 570px;
    letter-spacing: -30.7px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-11__content .title {
    font-size: 470px;
    letter-spacing: -20.7px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-11__content .title {
    font-size: 375px;
    letter-spacing: -10.7px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-11__content .title {
    font-size: 280px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-11__content .title {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .hero-area-11__content .title {
    font-size: 110px;
  }
}

.who-are-11 .section-5-title-wrapper {
  display: grid;
  gap: 20px 70px;
  margin-top: -35px;
  grid-template-columns: 848px auto;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .who-are-11 .section-5-title-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1919px) {
  .who-are-11 .section-5-title-wrapper {
    grid-template-columns: 700px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .who-are-11 .section-5-title-wrapper {
    gap: 20px 50px;
    margin-top: -20px;
    grid-template-columns: 500px auto;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1199px) {
  .who-are-11 .section-5-title-wrapper {
    grid-template-columns: 300px auto;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper {
    grid-template-columns: auto;
    margin-top: 0px;
  }
}
.who-are-11 .section-5-title-wrapper .sub-title-wrap {
  padding-top: 70px;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .who-are-11 .section-5-title-wrapper .sub-title-wrap {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1399px) {
  .who-are-11 .section-5-title-wrapper .sub-title-wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper .sub-title-wrap {
    border-right: none;
  }
}
.who-are-11 .section-5-title-wrapper .sub-title-wrap .sub-title {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 8px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
  border-radius: 500px;
  color: var(--primary);
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--primary);
  font-family: var(--font_bdogrotesk);
}
.who-are-11 .section-5-title-wrapper .sub-title-wrap .sub-title::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.who-are-11 .section-5-title-wrapper .section-5-content {
  max-width: 623px;
  padding-top: 70px;
}
@media only screen and (max-width: 1399px) {
  .who-are-11 .section-5-title-wrapper .section-5-content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper .section-5-content {
    max-width: 100%;
    padding-top: 0px;
  }
}
.who-are-11 .section-5-title-wrapper .section-5-content p {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
  margin-bottom: 100px;
  letter-spacing: -1.5px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1199px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    margin-bottom: 60px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    font-size: 18px;
  }
}
.who-are-11 .section-5-title-wrapper .section-5-content .btn-line {
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  align-items: center;
  padding-bottom: 10px;
  display: inline-flex;
  color: var(--primary);
  letter-spacing: -0.36px;
}
.who-are-11 .section-5-title-wrapper .section-5-content .btn-line::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}
.who-are-11 .section-5-title-wrapper .section-5-content .btn-line i {
  rotate: -50deg;
  transition: all 0.3s;
}
.who-are-11 .section-5-title-wrapper .section-5-content .btn-line:hover {
  color: var(--secondary);
}
.who-are-11 .section-5-title-wrapper .section-5-content .btn-line:hover i {
  rotate: 0deg;
}
.who-are-11 .section-5-title-wrapper .section-5-content .btn-line:hover::before {
  width: 0;
}

.work-wrapper-11 {
  gap: 68px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .work-wrapper-11 {
    gap: 40px 20px;
  }
}
.work-wrapper-11 > * {
  width: 33%;
}
@media only screen and (max-width: 991px) {
  .work-wrapper-11 > * {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .work-wrapper-11 > * {
    width: 100%;
  }
}
.work-wrapper-11 > * .media {
  height: 830px;
}
@media only screen and (max-width: 1919px) {
  .work-wrapper-11 > * .media {
    height: 630px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-wrapper-11 > * .media {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-wrapper-11 > * .media {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .work-wrapper-11 > * .media {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .work-wrapper-11 > * .media {
    height: 250px;
  }
}
.work-wrapper-11 > * .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-wrapper-11 > *.big-item {
  width: calc(67% - 20px);
}
@media only screen and (max-width: 991px) {
  .work-wrapper-11 > *.big-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .work-wrapper-11 > *.big-item {
    width: 100%;
  }
}
.work-wrapper-11 .work-item {
  position: relative;
}
.work-wrapper-11 .work-item .media {
  border-radius: 10px;
  overflow: hidden;
}
.work-wrapper-11 .work-item .media img {
  border-radius: 10px;
}
.work-wrapper-11 .work-item .meta-list {
  display: flex;
  align-items: center;
  gap: 5px;
  top: 30px;
  left: 30px;
  position: absolute;
}
.work-wrapper-11 .work-item .meta-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--black);
  background: var(--white);
  border-radius: 500px;
  padding: 4px 13px;
  letter-spacing: -0.8px;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}
.work-wrapper-11 .work-item .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 991px) {
  .work-wrapper-11 .work-item .title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.work-wrapper-11 .work-item .title a:hover {
  color: var(--secondary);
}

/* portfolio full page css */
.portfolio-full {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .portfolio-full {
    height: auto;
  }
}
.portfolio-full-main {
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 120px);
}
.portfolio-full .portfolio-full-inner {
  gap: 20px;
  display: grid;
  height: 100%;
  padding-top: 80px;
  grid-template-columns: 285px 700px 1fr;
}
@media only screen and (max-width: 1919px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 205px 600px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 185px 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 185px 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.portfolio-full .text {
  gap: 10px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .portfolio-full .text {
    border-right: none;
    padding-bottom: 0;
  }
}
.portfolio-full .text span {
  color: var(--primary);
}
.portfolio-full .text .sub-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
  line-height: 14px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .portfolio-full .text .sub-title {
    transform: translate(0, 0px);
  }
}
.portfolio-full {
  /* Media Block */
}
.portfolio-full .media-wrapper {
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .portfolio-full .media-wrapper {
    height: 500px;
    order: 2;
  }
}
@media (max-width: 575px) {
  .portfolio-full .media-wrapper {
    height: 300px;
  }
}
.portfolio-full .content {
  padding-top: 10px;
  border-left: 1px solid var(--border);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .portfolio-full .content {
    order: 1;
    border-left: none;
  }
}
.portfolio-full .slider .swiper-slide {
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
.portfolio-full .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
}
.portfolio-full .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.portfolio-full .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio-full .portfolio-full-pagination {
  transform: translate3d(0px, 0%, 0) !important;
  margin-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-full .portfolio-full-pagination {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-full .portfolio-full-pagination {
    margin-left: 0;
  }
}
.portfolio-full .portfolio-full-pagination .pagination-bullet {
  margin: 0;
  padding: 0;
  width: 100%;
  width: auto;
  height: auto;
  color: #999999;
  display: block;
  cursor: pointer;
  transition: 0.4s;
  font-size: 110px;
  font-weight: 300;
  line-height: 110px;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  font-family: var(--font_tartuffotrial);
}
.dark .portfolio-full .portfolio-full-pagination .pagination-bullet {
  color: #555555;
}
.portfolio-full .portfolio-full-pagination .pagination-bullet:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 95px;
    line-height: 95px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 75px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 40px;
    line-height: 40px;
  }
}
.portfolio-full .portfolio-full-pagination .pagination-bullet span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
  color: #999999;
  letter-spacing: -0.7px;
  font-family: var(--font_bdogrotesk);
}
.dark .portfolio-full .portfolio-full-pagination .pagination-bullet span {
  color: #555555;
}
.portfolio-full .portfolio-full-pagination .pagination-bullet:hover {
  color: var(--white);
}
.portfolio-full .portfolio-full-pagination .pagination-bullet::before {
  content: attr(data-text);
}
.portfolio-full .portfolio-full-pagination .pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--primary);
  background: transparent;
}
.portfolio-full .portfolio-full-pagination .pagination-bullet.swiper-pagination-bullet-active span {
  color: var(--primary);
}

/* full screen clam slider page css */
.clam-slider .header-area-8__inner {
  padding: 50px 0;
}

.clam-slider .horizontal-line .line-1 {
  left: 0;
  right: 0;
  top: 118px;
  z-index: 2;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
.clam-slider .horizontal-line .line-2 {
  left: 0;
  right: 0;
  bottom: 390px;
  z-index: 2;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .clam-slider .horizontal-line .line-2 {
    bottom: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .clam-slider .horizontal-line .line-2 {
    bottom: 240px;
  }
}
.clam-slider .horizontal-line .line-3 {
  left: 0;
  right: 0;
  z-index: 2;
  height: 1px;
  width: 100%;
  bottom: 112px;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .clam-slider .vertical-line {
    display: none;
  }
}
.clam-slider .vertical-line .line-1 {
  left: 250px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .clam-slider .vertical-line .line-1 {
    left: 200px;
  }
}
.clam-slider .vertical-line .line-2 {
  right: 250px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .clam-slider .vertical-line .line-2 {
    right: 200px;
  }
}
.clam-slider #clam-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.clam-slider #clam-slider-main {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.clam-slider #canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
}
.clam-slider #canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: black;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clam-slider #canvas-slider img {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  z-index: 100;
  cursor: pointer;
  object-position: center;
  object-fit: cover;
}
.clam-slider__content {
  overflow: hidden;
  z-index: 9;
  left: 321px;
  bottom: 155px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .clam-slider__content {
    left: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .clam-slider__content {
    left: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .clam-slider__content {
    left: 120px;
    bottom: 135px;
  }
}
@media (max-width: 575px) {
  .clam-slider__content {
    left: 15px;
  }
}
.clam-slider__content span {
  opacity: 0;
  font-size: 110px;
  line-height: 95px;
  letter-spacing: -3px;
  color: var(--white);
  overflow: hidden;
  transform: translateY(-100%);
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .clam-slider__content span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .clam-slider__content span {
    font-size: 90px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .clam-slider__content span {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .clam-slider__content span {
    font-size: 40px;
    line-height: 40px;
  }
}
.clam-slider__content-wrapper {
  overflow: hidden;
  margin: 0 50px;
  margin-top: 183px;
}
@media (max-width: 575px) {
  .clam-slider__content-wrapper {
    margin: 0px;
    margin-top: 183px;
  }
}
.clam-slider__meta-list {
  opacity: 0;
  display: grid;
  overflow: hidden;
  transform: translateY(-100%);
  justify-content: space-between;
  grid-template-columns: 270px auto 1fr;
}
@media (max-width: 575px) {
  .clam-slider__meta-list {
    grid-template-columns: auto;
    gap: 10px;
    margin: 0 15px;
  }
}
.clam-slider__meta-list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  list-style: none;
  color: var(--white);
  letter-spacing: -0.75px;
  text-transform: uppercase;
}
.clam-slider__meta-list li.year {
  margin-left: auto;
}
@media (max-width: 575px) {
  .clam-slider__meta-list li.year {
    margin-left: initial;
  }
}
.clam-slider .swiper-slide-active .clam-slider__content span {
  opacity: 1;
  transform: translatey(0px);
  display: block;
  transition: all 2000ms ease;
}
.clam-slider .swiper-slide-active .clam-slider__meta-list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 1500ms ease;
}
.clam-slider__arrow {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .clam-slider__arrow {
    display: none;
  }
}
.clam-slider__arrow-prev, .clam-slider__arrow-next {
  gap: 8px;
  width: 65px;
  height: 65px;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  justify-content: center;
  border: 1px solid transparent;
}
.clam-slider__arrow-prev:hover, .clam-slider__arrow-next:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.clam-slider__arrow-next {
  position: absolute;
  right: 50px;
  bottom: 215px;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .clam-slider__arrow-next {
    bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .clam-slider__arrow-next {
    right: 15px;
    bottom: 145px;
  }
}
.clam-slider__arrow-prev {
  position: absolute;
  left: 50px;
  bottom: 215px;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .clam-slider__arrow-prev {
    bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .clam-slider__arrow-prev {
    left: 15px;
    bottom: 145px;
  }
}
.clam-slider .clam-slider-pagination-wrapper {
  left: 0%;
  right: 0;
  z-index: 9;
  bottom: 52px;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
}
@media (max-width: 575px) {
  .clam-slider .clam-slider-pagination-wrapper {
    display: none;
  }
}
.clam-slider .clam-slider-pagination-wrapper .clam-slider-pagination {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clam-slider .swiper-pagination-bullet {
  width: 7px;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  transition: 0.4s;
  margin: 0 !important;
  border-radius: 500px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
}
.clam-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--white);
}

/* digital agency classic page css */
:root {
  --rr-ff-grotesk: 'BDO Grotesk', sans-serif;
  --rr-ff-body: 'Inter', sans-serif;
  --rr-common-white: #FFFFFF;
  --rr-theme-primary: #222222;
  --rr-heading-primary: #222222;
  --rr-heading-secondary: #222020;
  --rr-theme-primary: #151515;
  --rr-text-body: rgba(34, 34, 34, 0.6);
  --rr-fw-medium: 500;
}

.heading-bg {
  background-color: var(--rr-heading-primary);
}

.header-p-inline-60 {
  padding: 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-p-inline-60 {
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-p-inline-60 {
    padding: 15px 0px;
  }
}

.rr-container-1630 {
  --bs-gutter-x: 30px;
  max-width: 1630px;
}

.brand-border {
  border: 1px solid #e1e2e4;
}

.border-tp {
  border: solid #E1E2E4;
  border-width: 1px 0px 0px 0px;
}

.border-bt {
  border: solid #E1E2E4;
  border-width: 1px 0px 1px 0px;
}

.smooth-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.section-space {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top {
  padding-top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

.section-space-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-160 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top-160 {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-160 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-160 {
    padding-top: 70px;
  }
}

.section-space-bottom-160 {
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-160 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-160 {
    padding-bottom: 70px;
  }
}

.section-space-top-140 {
  padding-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-140 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-140 {
    padding-top: 70px;
  }
}

.section-space-bottom-140 {
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-140 {
    padding-bottom: 70px;
  }
}

.section-space-top-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-120 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-120 {
    padding-top: 70px;
  }
}

.section-space-bottom-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-120 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-120 {
    padding-bottom: 70px;
  }
}

.rr-btn-ru {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding-right: 20px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-grotesk);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.rr-btn-ru::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transition: all 0.35s;
  transform-origin: right bottom;
  background: var(--rr-heading-primary);
  transform: translate(-165%, 0) rotate(0deg);
}
.rr-btn-ru span {
  width: 36px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-common-black);
  background: var(--rr-common-white);
}
.rr-btn-ru:hover::before {
  transform: translateX(0);
}

.tp-hover-btn-wrapper {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hover-btn-wrapper {
    margin-top: 20px;
  }
}
.tp-hover-btn-wrapper .tp-btn-circle-2 {
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
  border: 1px solid #D9D9D9;
  z-index: 1;
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover {
  color: var(--rr-common-white);
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover svg [stroke=white] {
  stroke: #151515;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-text-2 {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-dot {
  bottom: -35%;
  left: 50%;
  width: 47px;
  height: 47px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--rr-heading-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-3 {
  color: var(--rr-common-white);
}
.tp-hover-btn-wrapper .tp-btn-circle-3:hover {
  color: var(--rr-heading-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-3:hover svg [fill=white] {
  fill: #151515;
}
.tp-hover-btn-wrapper .tp-btn-circle-3 .tp-btn-circle-dot {
  background-color: var(--rr-common-white);
}

.circle-button-position {
  display: inline-flex !important;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .circle-button-position {
    display: block !important;
    margin-top: 20px;
  }
}

.ruhe-white-btn {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.ruhe-white-btn-primary {
  padding: 14px 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ruhe-white-btn-primary {
    padding: 16px 25px;
  }
}
.ruhe-white-btn-primary:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}
.ruhe-white-btn-primary:focus {
  color: var(--rr-common-white);
}
.ruhe-white-btn-primary.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.ruhe-white-btn-primary.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-circle {
  text-align: center;
  width: 46px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--rr-heading-primary);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ruhe-white-btn-circle {
    width: 50px;
    height: 50px;
  }
}
.ruhe-white-btn-circle:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-white-btn-group {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-white-btn-group > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-white-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
.ruhe-white-btn-group > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-white-btn-group:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-white-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-group:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-heading-primary);
}

.section__title-wrapper-sub-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.section__title-wrapper-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-wrapper-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-title {
    font-size: 33px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-title br {
    display: none;
  }
}

/* banner Style 1 */
.banner__border-line {
  top: 0;
  left: 50px;
  right: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .banner__border-line {
    left: 20px;
    right: 20px;
  }
}
.banner__border-line-shape {
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.banner__area {
  padding: 200px 71px 0px 71px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__area {
    padding: 200px 60px 0px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__area {
    padding: 200px 40px 0px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area {
    padding: 200px 30px 0px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__area {
    padding: 160px 30px 0px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__area {
    padding: 130px 10px 0px 10px;
  }
}
.banner__area {
  background-size: cover;
  background-position: center;
}
.banner__guideline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner__guideline .experiences-thumb {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner__guideline .experiences-thumb img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--rr-common-white);
  border-radius: 50%;
  margin-left: -18px;
}
.banner__guideline .experiences-thumb img:first-of-type {
  margin-left: 0;
}
.banner__guideline .experiences-text {
  padding-left: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__guideline .experiences-text {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .banner__guideline .experiences-text {
    margin-top: 20px;
  }
}
.banner__guideline .experiences-text p {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--rr-ff-grotesk);
  color: rgba(255, 255, 255, 0.7);
}
.banner__guideline .experiences-text p br {
  display: block;
}
@media (max-width: 575px) {
  .banner__guideline .experiences-text p {
    font-size: 16px;
    line-height: 27px;
  }
  .banner__guideline .experiences-text p br {
    display: none;
  }
}
.banner__guideline-title h2 {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  color: rgb(158, 158, 158);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__guideline-title h2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__guideline-title h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .banner__guideline-title h2 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__guideline-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .banner__guideline-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner__guideline-title h2 span {
  color: var(--rr-common-white);
}
.banner__future {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__future {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future {
    display: block;
    column-count: 2;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .banner__future {
    column-count: 1;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .banner__future-item {
    margin-bottom: 25px;
  }
  .banner__future-item:last-of-type {
    margin-bottom: 0;
  }
}
.banner__future-item h3 {
  margin-bottom: 0;
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
}
.banner__future-item h3 .odometer.odometer-auto-theme,
.banner__future-item h3 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-grotesk);
  line-height: 1;
}
.banner__future-item h3 img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 13px;
}
.banner__future-item p {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item p br {
    display: none;
  }
}
.banner__future-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #333333;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item .icon {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .banner__future-item .icon {
    width: 100px;
    height: 100px;
  }
}
.banner__future-item .icon img {
  width: 76px;
  height: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__future-item .icon img {
    width: 60px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item .icon img {
    width: 50px;
    height: 60px;
  }
}
.banner__future-item-left-1 {
  padding-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__future-item-left-1 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item-left-1 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item-left-1 {
    margin-top: 30px;
  }
}
.banner__future-item-left-2 {
  padding-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__future-item-left-2 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item-left-2 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item-left-2 {
    margin-bottom: 30px;
  }
}
.banner__thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__thumb {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .banner__thumb {
    display: block;
  }
}
@media (max-width: 575px) {
  .banner__thumb-item {
    margin-bottom: 20px;
  }
  .banner__thumb-item:last-of-type {
    margin-bottom: 0;
  }
}
.banner__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s 0s ease-out;
}

/* brand */
.h1-brand .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-brand .section__title-wrapper-title {
    margin-left: 0;
  }
}
.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-brand .section__title-wrapper-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand .section__title-wrapper-title {
    font-size: 46px;
  }
}
.h1-brand__content h2 {
  font-size: 172px;
  line-height: 106%;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand__content h2 {
    font-size: 102px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-brand__content h2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .h1-brand__content h2 {
    font-size: 40px;
  }
}
.h1-brand__content-thumb img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content-thumb img {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-brand__content-thumb img {
    width: 100%;
    height: 200px;
  }
}

.brand-slider-padding {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-slider-padding {
    padding: 30px 0px;
  }
}
@media (max-width: 575px) {
  .brand-slider-padding {
    padding: 20px 0px;
  }
}

.h1-brand__content-video {
  width: 670px;
  height: 377px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand__content-video {
    width: 500px;
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content-video {
    width: 550px;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-brand__content-video {
    width: 450px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .h1-brand__content-video {
    width: 250px;
    height: 150px;
  }
}
.h1-brand__content-video #myVideo1,
.h1-brand__content-video #myVideo2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.services .section__title-wrapper-title {
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services .section__title-wrapper-title {
    margin-left: 0;
  }
}
.services__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper {
    gap: 27px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper {
    display: inherit;
  }
}
.services__wrapper-item {
  width: 422px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper-item {
    width: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px) {
  .services__wrapper-item {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper-item {
    padding-bottom: 30px;
  }
}
.services__wrapper-item .content {
  gap: 34px;
  display: flex;
  padding: 13.5px 0px;
  align-items: center;
  border-bottom: 1px solid #E1E2E4;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .content {
    gap: 17px;
  }
}
.services__wrapper-item .content img {
  width: inherit;
}
.services__wrapper-item .content p {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), (max-width:376px), (max-width:320px) {
  .services__wrapper-item .content p br {
    display: none;
  }
}
.services__wrapper-top {
  padding-top: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper-top {
    padding-top: 0;
  }
}
.services__title {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  padding-bottom: 15px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  border-bottom: 1px solid rgb(225, 226, 228);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__title {
    font-size: 17px;
  }
}
.services__title:hover {
  color: rgba(34, 34, 34, 0.7);
}

.h1-project .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-project .section__title-wrapper-title {
    margin-left: 0;
  }
}
.h1-project .section__main-title-wrapper {
  padding-top: 45px;
  border-top: 1px solid rgb(225, 226, 228);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-project .section__title-wrapper-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-project .h1-project__wrapper-details-btn {
    margin-top: 20px;
    justify-content: start !important;
  }
}
.h1-project .h1-project__wrapper-details-btn .ruhe-white-btn-primary {
  padding: 14px 40px;
}
.h1-project__brand-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.h1-project__brand-slider .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-top: 10px;
  padding: 10px 10px;
  background: #f6f6f6;
}
.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}
.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.h1-project__wrapper-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h1-project__wrapper-details {
  padding: 40px 0px;
  background: var(--rr-common-white);
  border-bottom: 1px solid #e1e2e4;
}
@media (max-width: 575px) {
  .h1-project__wrapper-details {
    padding: 20px 0px;
  }
}
.h1-project__wrapper-details .title {
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__wrapper-details .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__wrapper-details .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .h1-project__wrapper-details .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.h1-project__wrapper-details-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  white-space: nowrap;
}
.h1-project__wrapper-details-brand .slider-wrap .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}
.h1-project__wrapper-details-brand .slider-wrap .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/* award area style  */
.award .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award .section__title-wrapper-title {
    margin-left: 0;
  }
}
.award__wrapper-box {
  text-align: end;
  margin-left: 8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}
@media (max-width:450px), (max-width:320px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}
.award__thumb {
  max-width: 345px;
  height: 510px;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-left: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb {
    height: 340px;
  }
}
.award__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb img {
    width: auto;
  }
}
@media (max-width:320px) {
  .award__thumb img {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award__thumb {
    margin-left: 0;
    max-width: inherit;
    height: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 200px;
    height: inherit;
  }
}
@media (max-width:450px) {
  .award__thumb {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width:376px) {
  .award__thumb {
    width: inherit;
    height: inherit;
  }
}
@media (max-width:320px) {
  .award__thumb {
    width: inherit;
    height: inherit;
    margin-left: 0;
  }
}
.award__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #E1E2E4;
  transition: all 0.4s ease-in-out;
}
@media (max-width:450px) {
  .award__item {
    padding-left: 0;
  }
}
.award__item:hover {
  background: #000;
  cursor: pointer;
}
.award__item:hover .date {
  color: var(--rr-common-white);
}
.award__item:hover .awards {
  color: var(--rr-common-white);
}
.award__item:hover .awards::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.award__item:hover .number {
  color: rgba(255, 255, 255, 0.7);
}
.award__item:hover img:nth-child(1) {
  width: 593px;
  height: 613px;
}
.award__item:nth-child(1) {
  border-top: 1px solid #E1E2E4;
}
.award__item-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award__item-one .date {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-regular);
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--rr-text-body);
  transition: all 0.4s ease-in-out;
}
@media (max-width:376px) {
  .award__item-one .date {
    padding-left: 15px;
  }
}
.award__item-one .awards {
  font-size: 24px;
  margin-left: 130px;
  position: relative;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  transition: all 0.3s ease-in-out;
}
@media (max-width:450px) {
  .award__item-one .awards {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .award__item-one .awards {
    font-size: 18px;
    padding-left: 20px;
    margin-left: 50px;
  }
}
@media (max-width:376px) {
  .award__item-one .awards {
    margin-left: 0px;
  }
}
.award__item-one .awards::before {
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--rr-common-white);
}
.award__item .number {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--rr-text-body);
  transform: translateX(-79px);
  transition: all 0.4s ease-in-out;
}
@media (max-width:450px) {
  .award__item .number {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .award__item .number {
    font-size: 20px;
    transform: translateX(-15px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__item .number {
    transform: translateX(-30px);
  }
}

.testimonial__review {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 500px;
  border: 1.5px solid rgba(34, 32, 32, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial__review {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__review {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial__review {
    width: 200px;
    height: 200px;
  }
}
.testimonial__review span {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-secondary);
}
@media (max-width: 575px) {
  .testimonial__review span {
    font-size: 40px;
  }
}
.testimonial__review .star-icon {
  gap: 4px;
  display: flex;
  list-style: none;
  line-height: 1.2;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.testimonial__review .star-icon li i {
  font-size: 14px;
  color: #F59E0B;
}
.testimonial__review p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  opacity: 0.6;
  text-transform: uppercase;
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-secondary);
}
@media (max-width: 575px) {
  .testimonial__review p {
    font-size: 15px;
  }
}
.testimonial__slider {
  overflow: visible;
  max-width: 1530px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__slider {
    margin: 0 30px;
  }
}
.testimonial__slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.testimonial__slider-arrow .rr-btn-ru {
  width: 60px;
  height: 60px;
  padding: 0;
  top: 50%;
  position: absolute;
  border-radius: 100px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  background: rgba(34, 34, 34, 0.12);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__slider-arrow .rr-btn-ru::before {
  background: var(--rr-text-primary);
}
.testimonial__slider-arrow .rr-btn-ru:hover svg [stroke="#222222"] {
  stroke: var(--rr-common-white);
}
.testimonial__slider-arrow-prev {
  left: -28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__slider-arrow-prev {
    left: 28px;
  }
}
.testimonial__slider-arrow-prev-1 {
  left: 0;
}
.testimonial__slider-arrow-next {
  right: -28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__slider-arrow-next {
    right: 28px;
  }
}
.testimonial__slider-arrow-next-1 {
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__slider-arrow {
    display: none;
  }
}
.testimonial__rd-wrapper {
  display: flex;
  background: #F6F6F6;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__rd-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.testimonial__content {
  padding: 100px 0 119px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__content {
    padding: 80px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content {
    padding: 50px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial__content {
    padding: 50px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__content {
    padding: 50px 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .testimonial__content {
    padding: 30px;
    padding-bottom: 0;
  }
}
.testimonial__media {
  min-width: 470px;
  height: auto;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__media {
    min-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__media {
    min-width: 100%;
  }
}
.testimonial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__star-icon ul {
  display: inline-flex;
  gap: 5px;
  padding: 4px 12px;
  align-items: center;
  background-color: var(--rr-theme-primary);
}
.testimonial__star-icon ul li {
  list-style: none;
}
.testimonial__star-icon ul li i {
  font-size: 14px;
  color: rgb(255, 191, 67);
}
.testimonial__dec {
  font-weight: 400;
  font-size: 26px;
  line-height: 54px;
  letter-spacing: -2%;
  color: rgb(29, 29, 29);
  margin-bottom: 50px;
  margin-top: 30px;
  text-transform: capitalize;
  font-family: var(--rr-ff-grotesk);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__dec br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__dec {
    font-size: 24px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__dec {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial__dec {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.testimonial__author {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
@media (max-width: 575px) {
  .testimonial__author {
    column-gap: 10px;
  }
}
.testimonial__author__thumb {
  width: 70px;
  height: 70px;
}
.testimonial__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.testimonial__author__info .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-grotesk);
}
@media (max-width: 575px) {
  .testimonial__author__info .name {
    font-size: 18px;
  }
}
.testimonial__author__info .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  opacity: 0.6;
  text-transform: uppercase;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-grotesk);
}
@media (max-width: 575px) {
  .testimonial__author__info .position {
    font-size: 15px;
  }
}

/* h1 blog style  */
.h1-blog .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog .section__title-wrapper-title {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-blog .section__title-wrapper-title br {
    display: none;
  }
}
.h1-blog__item-thumb {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  transform: scale(0);
  transition: all 0.8s ease-in-out;
}
.h1-blog__item-thumb.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  position: relative;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h1-blog__item-thumb img {
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-blog__item-thumb img {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog__item-thumb img {
    height: 400px;
  }
}
.h1-blog__content {
  padding: 38.1px 40px;
  flex-wrap: wrap;
  margin-left: -58px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h1-blog__content {
    flex-wrap: nowrap;
    padding: 38.1px 20px;
  }
}
@media (max-width: 575px) {
  .h1-blog__content {
    padding: 20px 0;
  }
}
.h1-blog__content-left p {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  color: rgba(34, 34, 34, 0.6);
  font-family: var(--rr-ff-grotesk);
}
@media (max-width: 575px) {
  .h1-blog__content-left p br {
    display: none;
  }
}
.h1-blog__content-left p img {
  width: inherit;
  margin-right: 12px;
}
.h1-blog__content-left h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 133%;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
}
@media (max-width: 575px) {
  .h1-blog__content-left h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog__content-left h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog__content-left h2 {
    margin-bottom: 15px;
  }
}
.h1-blog__content-left h2:hover {
  color: rgba(34, 34, 34, 0.7);
}
.h1-blog__content-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  padding-bottom: 22px;
  color: rgba(34, 34, 34, 0.6);
  font-family: var(--rr-ff-grotesk);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-blog__content-right p br {
    display: none;
  }
}

/* footer area style  */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .footer-top {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
    margin: 0;
  }
}
.footer-top-footer-title {
  display: flex;
  align-items: center;
  gap: 88px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-footer-title {
    gap: 30px;
  }
}
.footer-top-footer-title .top-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-top-footer-title .top-title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-footer-title .top-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top-footer-title .top-title {
    font-size: 53px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-top-footer-title .top-title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-top-footer-title .top-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.footer__menu {
  z-index: 11;
  margin-top: 50px;
}
.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 575px) {
  .footer__menu ul {
    gap: 20px;
  }
}
.footer__menu ul li {
  list-style-type: none;
}
.footer__menu ul li a {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__menu ul li a:hover {
  color: var(--rr-common-white);
}
.footer__main {
  padding-top: 190px;
  padding-bottom: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__main {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__main {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer__main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer__main-title {
  font-family: var(--rr-ff-grotesk);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 480px;
  line-height: 200px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer__main-title {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer__main-title {
    font-size: 340px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__main-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__main-title {
    font-size: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__main-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main-title {
    font-size: 140px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .footer__main-title {
    font-size: 80px;
  }
}
@media (max-width:320px) {
  .footer__main-title {
    font-size: 60px;
    line-height: 145px;
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.footer__copyright a {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.footer__copyright a::before {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
}
.footer__copyright a i {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  font-size: 14px;
}
.footer__copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* portfolio showcase 2 page css */
@media (min-width: 1850px) {
  .body-modern-agency .container.large {
    max-width: 1850px;
  }
}
.body-modern-agency .rr-btn {
  padding: 15px 27px;
}
.body-modern-agency .section-subtitle {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}
.body-modern-agency .footer-area-3 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
}

/* hero area 7 style  */
.rd-hero-area-7 .section-title {
  font-weight: 100;
  font-size: 140px;
  line-height: 0.93;
  text-align: center;
  max-width: 1115px;
  margin-inline: auto;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-title {
    font-size: 110px;
    max-width: 915px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-hero-area-7 .section-title {
    font-size: 90px;
    max-width: 715px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-title {
    font-size: 70px;
    max-width: 615px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-hero-area-7 .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-hero-area-7 .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .rd-hero-area-7 .section-title {
    font-size: 40px;
  }
}
.rd-hero-area-7 .section-title span {
  color: rgba(17, 17, 17, 0.3);
}
.dark .rd-hero-area-7 .section-title span {
  color: rgba(255, 255, 255, 0.3);
}
.rd-hero-area-7 .section-content {
  text-align: center;
}
.rd-hero-area-7 .section-content .text {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.11;
  color: var(--primary);
  max-width: 620px;
  text-align: center;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-content .text {
    font-size: 30px;
    max-width: 520px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-hero-area-7 .section-content .text {
    font-size: 24px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-hero-area-7 .section-content .text {
    font-size: 20px;
    max-width: 420px;
  }
}
.rd-hero-area-7 .section-content .text-wrapper {
  margin-top: 45px;
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-content .text-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-content .text-wrapper {
    margin-top: 25px;
  }
}
.rd-hero-area-7 .section-content .btn-wrapper {
  margin-top: 33px;
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-content .btn-wrapper {
    margin-top: 23px;
  }
}
.rd-hero-area-7 .section-title-wrapper {
  border-bottom: 1px solid var(--border);
  margin-top: 80px;
  padding-top: 61px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-title-wrapper {
    padding-top: 51px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-title-wrapper {
    padding-top: 31px;
    padding-bottom: 25px;
  }
}

/* work area 7 style  */
.rd-work-area-7 .rd-works-wrapper-box {
  margin-top: 50px;
}
@media only screen and (max-width: 1919px) {
  .rd-work-area-7 .rd-works-wrapper-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-work-area-7 .rd-works-wrapper-box {
    margin-top: 30px;
  }
}

.rd-works-wrapper-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
@media (max-width: 575px) {
  .rd-works-wrapper-7 {
    grid-template-columns: 1fr;
  }
}
.rd-works-wrapper-7 > * {
  border-top: 1px solid var(--border);
  padding: 150px;
}
@media only screen and (max-width: 1919px) {
  .rd-works-wrapper-7 > * {
    padding: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 > * {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-works-wrapper-7 > * {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-works-wrapper-7 > * {
    padding: 10px;
  }
}
.rd-works-wrapper-7 > *:nth-child(1) {
  border-top: 0;
}
.rd-works-wrapper-7 > *:nth-child(2) {
  border-top: 0;
}
@media (max-width: 575px) {
  .rd-works-wrapper-7 > *:nth-child(2) {
    border-top: 1px solid var(--border);
  }
}
.rd-works-wrapper-7 > *:nth-child(2n+1) {
  border-right: 1px solid var(--border);
}
@media (max-width: 575px) {
  .rd-works-wrapper-7 > *:nth-child(2n+1) {
    border-right: 0;
  }
}
.rd-works-wrapper-7 .rd-work-box .thumb {
  position: relative;
}
.rd-works-wrapper-7 .rd-work-box .thumb .image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}
.rd-works-wrapper-7 .rd-work-box .thumb .image img {
  transform-origin: center;
}
.rd-works-wrapper-7 .rd-work-box .thumb img {
  width: 100%;
  cursor: none;
}
.rd-works-wrapper-7 .rd-work-box .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .rd-work-box .content {
    visibility: visible;
  }
}
.rd-works-wrapper-7 .rd-work-box .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 0.9;
  background-color: var(--white);
  padding: 15px 20px 13px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .rd-work-box .title {
    font-size: 26px;
    padding: 10px 15px 8px;
  }
}
.rd-works-wrapper-7 .rd-work-box .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 1.69;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}
.rd-works-wrapper-7 .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.rd-works-wrapper-7 .btn-wrapper a {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: var(--primary);
  max-width: 225px;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .rd-works-wrapper-7 .btn-wrapper a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .btn-wrapper a {
    font-size: 26px;
    max-width: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-works-wrapper-7 .btn-wrapper a {
    font-size: 20px;
    max-width: 135px;
  }
}
.rd-works-wrapper-7 .btn-wrapper a:hover .underline {
  background-size: 0% 100%;
}
.rd-works-wrapper-7 .btn-wrapper .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -6px;
}
@media only screen and (max-width: 1399px) {
  .rd-works-wrapper-7 .btn-wrapper .underline {
    background-position: 0 -2px;
  }
}

/* capabilities area 2 style  */
.rd-capabilities-area-2 .section-content-wrapper {
  margin-top: 14px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1235px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 950px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.rd-capabilities-area-2 .section-content {
  margin-top: 27px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .section-content {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .section-content {
    margin-top: 7px;
  }
}
.rd-capabilities-area-2 .section-content .section-title-wrapper {
  display: block;
}
@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-wrapper {
    border-top: 1px solid var(--border);
  }
}
@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-box {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.rd-capabilities-area-2 .rd-capability-box-inner {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .rd-capabilities-area-2 .rd-capability-box-inner {
    grid-template-columns: 1fr;
  }
}
.rd-capabilities-area-2 .rd-capability-box:hover .thumb img, .rd-capabilities-area-2 .rd-capability-box.active .thumb img {
  opacity: 1;
  transform: scale(1);
}
.rd-capabilities-area-2 .rd-capability-box .title {
  font-weight: 100;
  font-size: 100px;
  line-height: 1.1;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 35px;
  }
}
.rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline {
  padding-bottom: 0;
  color: rgba(17, 17, 17, 0.3);
  text-transform: unset;
}
.dark .rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline {
  color: rgba(255, 255, 255, 0.3);
}
.rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline::before {
  height: 3px;
  transition: 0.5s;
  bottom: 9px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline::before {
    bottom: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline::before {
    height: 2px;
    bottom: 3px;
  }
}
.rd-capabilities-area-2 .rd-capability-box .thumb {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb {
    gap: 10px;
  }
}
.rd-capabilities-area-2 .rd-capability-box .thumb img {
  width: 76px;
  height: 76px;
  border-radius: 15px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb img {
    width: 40px;
    height: 40px;
    opacity: 1;
    transform: scale(1);
  }
}

/* award area 3 style  */
.rd-award-area-3 .section-header {
  margin-top: 19px;
}
.rd-award-area-3 .section-title {
  max-width: 855px;
  text-indent: 2.3em;
  font-weight: 200;
  line-height: 100px;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .section-title {
    max-width: 755px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .section-title {
    max-width: 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .section-title {
    max-width: 505px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-award-area-3 .section-title {
    max-width: 635px;
  }
}
.rd-award-area-3 .section-title span {
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .section-title span {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .section-title span {
    padding: 0 17px;
  }
}
@media (max-width: 575px) {
  .rd-award-area-3 .section-title span {
    padding: 0;
  }
}
.rd-award-area-3 .section-title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 72%;
  border: 2px solid var(--primary);
  border-radius: 100px;
  top: 53%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .section-title span:before {
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .rd-award-area-3 .section-title span:before {
    display: none;
  }
}
.rd-award-area-3 .rd-award-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 85px;
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .rd-award-wrapper-box {
    max-width: 1000px;
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .rd-award-wrapper-box {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .rd-award-wrapper-box {
    max-width: 750px;
    margin-top: 45px;
  }
}
.rd-award-area-3 .rd-award-wrapper {
  border-top: 1px solid var(--border);
}
.rd-award-area-3 .rd-award-box {
  border-bottom: 1px solid var(--border);
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .rd-award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .rd-award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box {
    grid-template-columns: 1fr 1fr;
  }
}
.rd-award-area-3 .rd-award-box:hover {
  background-color: #F9F9F9;
}
.dark .rd-award-area-3 .rd-award-box:hover {
  background-color: #171717;
}
@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box:hover {
    background-color: transparent;
  }
}
.rd-award-area-3 .rd-award-box:hover .category {
  transform: translateX(30px);
}
@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box:hover .category {
    transform: translateX(0px);
  }
}
.rd-award-area-3 .rd-award-box:hover .year {
  transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box:hover .year {
    transform: translateX(0px);
  }
}
.rd-award-area-3 .rd-award-box .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  transition: all 0.5s;
}
.rd-award-area-3 .rd-award-box .award {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .rd-award-box .award {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box .award {
    order: 3;
    grid-column: span 2;
  }
}
.rd-award-area-3 .rd-award-box .year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  transition: all 0.5s;
  text-align: right;
}

/* cta area 5 style  */
.cta-area-5-inner {
  overflow: hidden;
}
.cta-area-5 .section-title {
  font-size: 200px;
  font-weight: 100;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .cta-area-5 .section-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-area-5 .section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-5 .section-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-5 .section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .cta-area-5 .section-title {
    font-size: 40px;
  }
}
.cta-area-5 .section-title a {
  display: inline-flex;
  align-items: center;
}
.cta-area-5 .section-title .line {
  width: 0.7em;
  height: 0.05em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}
.cta-area-5 .section-header {
  margin-top: 45px;
  margin-bottom: 87px;
}
@media only screen and (max-width: 1919px) {
  .cta-area-5 .section-header {
    margin-top: 25px;
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-area-5 .section-header {
    margin-top: 5px;
    margin-bottom: 47px;
  }
}
.cta-area-5 .section-header .title-wrapper {
  animation: 45s t-slide infinite linear;
}
.cta-area-5 .section-header .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -25px 0 0 -65px;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* footer area 3 style  */
.rd-footer-area-3 .rd-footer-widget-wrapper-box {
  padding-top: 97px;
  padding-bottom: 94px;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.rd-footer-area-3 .rd-footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.rd-footer-area-3 .subscribe-form {
  max-width: 515px;
}
.rd-footer-area-3 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .rd-footer-area-3 .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.rd-footer-area-3 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.rd-footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .rd-footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.rd-footer-area-3 .subscription-text {
  margin-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscription-text {
    margin-top: 18px;
  }
}
.rd-footer-area-3 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscription-text .text {
    font-size: 18px;
  }
}
.rd-footer-area-3 .subscription-text .text a {
  position: relative;
}
.rd-footer-area-3 .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.rd-footer-area-3 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.rd-footer-area-3 .rd-footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}
.dark .rd-footer-area-3 .rd-footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .rd-footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-footer-area-3 .rd-footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .rd-footer-area-3 .rd-footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.rd-footer-area-3 .rd-footer-nav-list {
  list-style: none;
}
.rd-footer-area-3 .rd-footer-nav-list:hover li a {
  opacity: 0.3;
}
.rd-footer-area-3 .rd-footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .rd-footer-nav-list li {
    font-size: 18px;
  }
}
.rd-footer-area-3 .rd-footer-nav-list li a:hover {
  opacity: 1;
}
.rd-footer-area-3 .rd-footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.rd-footer-area-3 .rd-footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.rd-footer-area-3 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .copyright-area-inner {
    padding: 27px 0;
  }
}
.rd-footer-area-3 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .copyright-text .text {
    font-size: 18px;
  }
}
.rd-footer-area-3 .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .rd-footer-area-3 .copyright-text .text a {
  color: #555555;
}
.rd-footer-area-3 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.rd-footer-area-3 .copyright-text .text a:hover {
  color: var(--primary);
}
.rd-footer-area-3 .copyright-text .text a:hover::before {
  width: 100%;
}

.border-top-bottom {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}/*# sourceMappingURL=style.css.map */