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

  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&amp;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;
}

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.html);
  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.html);
}
.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(--white);
}
.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);
}

/* K.R Digital Media header */
.kr-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 35%),
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 30%),
    linear-gradient(135deg, #030712 0%, #08111f 45%, #020617 100%);
}

.kr-page .kr-scroll-shell {
  margin-left: 104px;
}

.kr-page .kr-scroll-content {
  min-height: 100vh;
}

.body-header-only main.kr-page-shell {
  min-height: 1px;
}

.kr-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.kr-site-header .header-main {
  position: relative;
  width: calc(100% - 104px);
  margin-left: 104px;
  background: rgba(3, 8, 20, 0.92);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kr-site-header .header-main.sticky,
.kr-site-header .header-main.transformed {
  position: relative !important;
  top: 0;
  left: auto;
  right: auto;
  width: calc(100% - 104px);
  margin-left: 104px;
  transform: none;
  background: rgba(3, 8, 20, 0.92);
  box-shadow:
    0 18px 42px rgba(2, 6, 23, 0.28),
    0 1px 0 rgba(125, 211, 252, 0.08) inset;
}

.kr-site-header .header-area-2__inner {
  min-height: 96px;
  gap: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.kr-site-header .header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 240px;
  min-width: 240px;
}

.kr-site-header .header-area-2__inner > *:nth-child(1) {
  flex: 0 0 auto;
}

.kr-site-header .header__nav {
  flex: 1 1 auto;
  min-width: 0;
}

.kr-site-header .main-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.kr-site-header .main-menu li a {
  position: relative;
  color: rgba(226, 232, 240, 0.82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1;
  padding: 10px 0;
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.kr-site-header .header__navicon {
  width: max-content;
  min-width: max-content;
  justify-self: end;
}

.kr-site-header .main-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0), rgba(125, 211, 252, 0.95), rgba(56, 189, 248, 0));
  transform: scaleX(0.3);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.kr-site-header .main-menu li a:hover,
.kr-site-header .main-menu li a.is-active {
  color: #ffffff;
  transform: translateY(-1px);
}

.kr-site-header .main-menu li a.is-active {
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.32);
}

.kr-site-header .main-menu li a:hover::after,
.kr-site-header .main-menu li a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.kr-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.kr-brand__image {
  display: block;
  width: auto;
  max-width: 188px;
  height: 80px;
  object-fit: contain;
}

.kr-left-rail {
  position: fixed;
  left: 0;
  top: 0;
  width: 104px;
  height: 100vh;
  z-index: 950;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 34px;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.98) 0%, rgba(6, 13, 24, 0.96) 48%, rgba(2, 6, 23, 0.98) 100%);
  border-right: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow:
    20px 0 40px rgba(2, 6, 23, 0.2),
    1px 0 0 rgba(125, 211, 252, 0.05) inset;
}

.kr-left-rail__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.kr-left-rail__toggle,
.kr-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.72);
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-left-rail__toggle {
  width: 52px;
  height: 52px;
}

.kr-mobile-toggle {
  width: 46px;
  height: 46px;
}

.kr-left-rail__toggle:hover,
.kr-mobile-toggle:hover {
  border-color: rgba(56, 189, 248, 0.5);
  background: rgba(15, 23, 42, 0.92);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.18);
  transform: translateY(-1px);
}

.kr-left-rail__menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}

.kr-left-rail__menu-icon span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.85);
}

.kr-left-rail__menu-icon span:nth-child(2) {
  width: 12px;
}

.kr-mobile-toggle .kr-left-rail__menu-icon span {
  background: #e2e8f0;
}

.kr-left-rail__social {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kr-left-rail__social li {
  list-style: none;
}

.kr-left-rail__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.68);
  color: rgba(226, 232, 240, 0.82);
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-left-rail__social a:hover {
  color: #ffffff;
  background: rgba(29, 78, 216, 0.2);
  border-color: rgba(125, 211, 252, 0.4);
  box-shadow:
    0 14px 28px rgba(29, 78, 216, 0.24),
    0 0 22px rgba(56, 189, 248, 0.16);
  transform: translateY(-2px);
}

.kr-left-rail__line {
  width: 1px;
  height: 118px;
  background: linear-gradient(180deg, rgba(125, 211, 252, 0), rgba(125, 211, 252, 0.68), rgba(125, 211, 252, 0));
}

.kr-site-header .rr-btn.kr-header-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.15),
    0 14px 34px rgba(29, 78, 216, 0.28);
  border-radius: 999px;
}

.kr-site-header .rr-btn.kr-header-cta::before {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}

.kr-site-header .rr-btn.kr-header-cta .text-one,
.kr-site-header .rr-btn.kr-header-cta .text-two {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.kr-site-header .rr-btn.kr-header-cta:hover,
.kr-site-header .rr-btn.kr-header-cta:focus {
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.28),
    0 18px 44px rgba(29, 78, 216, 0.36),
    0 0 30px rgba(56, 189, 248, 0.18);
}

.kr-side-panel .side-info {
  width: 380px;
  max-width: 100vw;
  padding: 40px 34px;
  background: linear-gradient(180deg, #030914 0%, #050b18 100%);
  border-left: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: -24px 0 50px rgba(2, 6, 23, 0.45);
}

.kr-side-panel .side-info-content {
  padding: 0;
}

.kr-side-panel .offset-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.kr-side-panel .offset-logo {
  max-width: calc(100% - 44px);
}

.kr-side-panel .offset-logo .kr-brand__image {
  max-width: 156px;
  height: 80px;
}

.kr-side-panel .offset-button .rr-btn {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.22);
}

.kr-side-panel .offset-button .rr-btn::before {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}

.kr-offcanvas-stack {
  display: grid;
  gap: 28px;
}

.kr-offcanvas-section {
  display: grid;
  gap: 0;
}

.kr-offcanvas-social,
.kr-offcanvas-nav,
.kr-offcanvas-services {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kr-side-panel .socail-media li,
.kr-side-panel .nav-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kr-offcanvas-nav,
.kr-offcanvas-services {
  display: block;
}

.kr-offcanvas-social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.kr-side-panel .kr-offcanvas-social li a,
.kr-side-panel .kr-offcanvas-nav li a,
.kr-side-panel .kr-offcanvas-services li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(226, 232, 240, 0.78);
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.kr-side-panel .kr-offcanvas-nav li a,
.kr-side-panel .kr-offcanvas-services li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kr-side-panel .kr-offcanvas-social li a {
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kr-side-panel .kr-offcanvas-nav li a:hover,
.kr-side-panel .kr-offcanvas-nav li a.is-active,
.kr-side-panel .kr-offcanvas-services li a:hover,
.kr-side-panel .kr-offcanvas-social li a:hover {
  color: #7dd3fc;
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.28);
  transform: translateX(4px);
}

.kr-offcanvas-contact {
  display: grid;
  gap: 14px;
}

.kr-side-panel .kr-offcanvas-section > .title {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kr-side-panel .kr-offcanvas-section + .kr-offcanvas-section > .title {
  margin-top: 28px;
}

.kr-side-panel .contact-info-item a,
.kr-side-panel .contact-info-item .location,
.kr-side-panel .socail-media li a,
.kr-side-panel .nav-list li a {
  color: rgba(226, 232, 240, 0.78);
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.kr-side-panel .contact-info-item a:hover,
.kr-side-panel .socail-media li a:hover,
.kr-side-panel .nav-list li a:hover,
.kr-side-panel .nav-list li a.is-active {
  color: #7dd3fc;
}

.kr-side-panel .contact-info-item {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kr-side-panel .contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.kr-side-panel .contact-info-item a,
.kr-side-panel .contact-info-item .location {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.kr-side-panel .contact-info-item .location {
  margin: 0;
}

.kr-side-panel .socail-media li a.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.kr-side-panel .side-info-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-side-panel .side-info-close:hover {
  color: #7dd3fc;
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(56, 189, 248, 0.08);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.16);
}

.kr-offcanvas-button {
  margin-top: 4px;
}

.kr-offcanvas-button .rr-btn {
  width: 100%;
  justify-content: center;
}

.kr-side-panel .mobile-menu.mean-container .mean-bar {
  background: transparent;
  padding: 0;
}

.kr-side-panel .mobile-menu.mean-container .mean-nav {
  background: transparent;
  margin-top: 0;
}

.kr-side-panel .mobile-menu.mean-container .mean-nav ul,
.kr-side-panel .mobile-menu.mean-container .mean-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kr-side-panel .mobile-menu.mean-container .mean-nav ul li a {
  background: transparent;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 12px 0;
}

.kr-side-panel .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  height: 46px;
  line-height: 46px;
  padding: 0;
  width: 48px;
}

.kr-side-panel .mobile-menu.mean-container .mean-nav ul li a:hover {
  color: #7dd3fc;
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.28);
}

@media only screen and (max-width: 1599px) {
  .kr-site-header .main-menu > ul {
    gap: 28px;
  }
  .kr-site-header .main-menu li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .kr-page .kr-scroll-shell {
    margin-left: 0;
  }
  .kr-left-rail {
    display: none;
  }
  .kr-site-header .header-main,
  .kr-site-header .header-main.sticky,
  .kr-site-header .header-main.transformed {
    left: auto;
    width: 100%;
    margin-left: 0;
  }
  .kr-site-header .header__nav {
    display: none;
  }
  .kr-site-header .header__logo {
    gap: 14px;
  }
  .kr-side-panel .side-info {
    width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-site-header .header-area-2__inner {
    min-height: 84px;
    gap: 14px;
  }
  .kr-brand__image {
    max-width: 144px;
    height: 42px;
  }
  .kr-site-header .rr-btn.kr-header-cta {
    padding-left: 24px;
    padding-right: 24px;
  }
  .kr-side-panel .side-info {
    width: 100%;
    max-width: 100vw;
    padding: 36px 24px;
  }
}

@media (max-width: 575px) {
  .kr-side-panel .side-info {
    width: 100%;
    max-width: 100vw;
    padding: 32px 20px;
  }
}

.kr-home-hero {
  overflow: hidden;
}

.kr-home-hero .area-bg:after {
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 99, 235, 0.26), transparent 28%),
    radial-gradient(circle at 84% 24%, rgba(14, 165, 233, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(3, 9, 20, 0.88) 0%, rgba(5, 11, 24, 0.92) 55%, rgba(2, 6, 23, 0.96) 100%);
  mix-blend-mode: normal;
}

.kr-home-hero__bg {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(56, 189, 248, 0.1), transparent 24%),
    linear-gradient(135deg, #030914 0%, #050b18 48%, #020617 100%);
}

.hero-area.kr-home-hero .hero-area-inner {
  min-height: max(720px, calc(100vh - 96px));
  height: auto;
  align-items: center;
}

.hero-area.kr-home-hero .section-content {
  width: 100%;
  max-width: 100%;
}

.hero-area.kr-home-hero .section-content .section-title-wrapper {
  display: grid;
  gap: 40px 48px;
  grid-template-columns: minmax(0, 760px) minmax(320px, 1fr);
  align-items: center;
}

.kr-home-hero__title-wrap {
  max-width: 760px;
}

.kr-home-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
}

.kr-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(80, 160, 255, 0.25);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(9, 20, 37, 0.78) 0%, rgba(7, 15, 31, 0.64) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 28px rgba(4, 9, 18, 0.18),
    0 0 24px rgba(56, 189, 248, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  white-space: nowrap;
}

.kr-service-badge__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, #67e8f9 0%, #38bdf8 65%, rgba(56, 189, 248, 0.2) 100%);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.7);
}

.kr-service-badge__prefix,
.kr-service-badge__service {
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}

.kr-service-badge__prefix {
  flex: 0 0 auto;
  color: rgba(226, 232, 240, 0.82);
  font-weight: 500;
}

.kr-service-badge__service {
  display: inline-block;
  min-width: 0;
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 10px rgba(125, 211, 252, 0.18),
    0 0 20px rgba(56, 189, 248, 0.14);
  transform: translateY(0);
  opacity: 1;
  transition:
    opacity 0.32s ease,
    transform 0.32s ease;
}

.kr-service-badge__service.is-leaving {
  opacity: 0;
  transform: translateY(-8px);
}

.kr-service-badge__service.is-entering {
  opacity: 0;
  transform: translateY(8px);
}

.kr-home-hero__service-badge {
  margin: 0 0 22px;
}

.hero-area.kr-home-hero .section-content .section-title {
  max-width: 760px;
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 600;
  line-height: 0.97;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.kr-home-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
}

.hero-area.kr-home-hero .section-content .kr-home-hero__lead {
  color: rgba(226, 232, 240, 0.82);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.kr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.kr-home-hero__cta {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.15),
    0 18px 38px rgba(29, 78, 216, 0.28);
}

.kr-home-hero__cta::before {
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}

.kr-home-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 32px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.48);
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.kr-home-hero__secondary:hover {
  color: #7dd3fc;
  border-color: rgba(125, 211, 252, 0.44);
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.16);
  transform: translateY(-1px);
}

.kr-home-hero__visual-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 420px;
}

.kr-home-hero__glow {
  position: absolute;
  inset: 14% 8% 14% 18%;
  border-radius: 36px;
  background:
    radial-gradient(circle at center, rgba(37, 99, 235, 0.28), rgba(37, 99, 235, 0.04) 58%, transparent 76%);
  filter: blur(24px);
  pointer-events: none;
}

.kr-home-hero__visual-card {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 32px 28px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.68) 0%, rgba(8, 17, 31, 0.82) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 24px 50px rgba(2, 6, 23, 0.3),
    0 1px 0 rgba(125, 211, 252, 0.06) inset;
}

.kr-home-hero__card-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(125, 211, 252, 0.88);
  font-family: var(--font_bdogrotesk);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-home-hero__card-title {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.kr-home-hero__card-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kr-home-hero__card-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(241, 245, 249, 0.92);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.kr-home-hero__card-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7dd3fc 0%, #2563eb 100%);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.45);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1399px) {
  .hero-area.kr-home-hero .hero-area-inner {
    min-height: max(680px, calc(100vh - 96px));
  }
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    grid-template-columns: minmax(0, 680px) minmax(300px, 1fr);
    gap: 36px;
  }
  .kr-home-hero__visual-card {
    width: min(100%, 390px);
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area.kr-home-hero .hero-area-inner {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 52px;
  }
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px 32px;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    font-size: clamp(56px, 6vw, 76px);
    max-width: 640px;
  }
  .hero-area.kr-home-hero .section-content .kr-home-hero__lead {
    font-size: 18px;
  }
  .kr-home-hero__visual-wrap {
    min-height: 360px;
  }
  .kr-home-hero__visual-card {
    padding: 28px 24px;
  }
  .kr-home-hero__card-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area.kr-home-hero .hero-area-inner {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .kr-home-hero__title-wrap {
    max-width: 100%;
  }
  .kr-home-hero__visual-wrap {
    min-height: 0;
    justify-content: flex-start;
  }
  .kr-home-hero__glow {
    inset: 8% 10% 10% 10%;
  }
  .kr-home-hero__visual-card {
    width: 100%;
    max-width: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area.kr-home-hero .hero-area-inner {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .kr-home-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.22em;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    font-size: clamp(42px, 8vw, 56px);
    max-width: 100%;
    line-height: 1.02;
  }
  .kr-home-hero__lead {
    margin-top: 22px;
  }
  .hero-area.kr-home-hero .section-content .kr-home-hero__lead {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-home-hero__actions {
    margin-top: 24px;
  }
  .kr-home-hero__secondary {
    min-height: 56px;
    padding: 14px 24px;
  }
  .kr-home-hero__visual-card {
    padding: 24px 20px;
    border-radius: 26px;
  }
  .kr-home-hero__card-title {
    font-size: 30px;
  }
  .kr-home-hero__card-list li {
    font-size: 16px;
    padding: 14px 16px 14px 42px;
  }
}

@media (max-width: 575px) {
  .kr-home-hero__actions > * {
    width: 100%;
  }
}

.kr-journey-section {
  position: relative;
}

.kr-journey-section .about-area-2-inner {
  padding-bottom: 80px;
}

.kr-journey-section .section-header {
  margin-top: 0;
}

.kr-journey-section .title-wrapper .section-subtitle-3 {
  margin-bottom: 18px;
  display: inline-flex;
  color: #7dd3fc;
}

.kr-journey-section .section-title {
  max-width: 760px;
  margin-left: 0;
  text-indent: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.kr-journey-section .section-content-wrapper {
  margin-top: 56px;
  grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  gap: 40px 64px;
  align-items: start;
}

.kr-journey-section .section-subtitle-wrapper {
  grid-template-columns: 1fr;
  gap: 22px;
}

.kr-journey-section .subtitle-wrapper {
  border-top-color: rgba(125, 211, 252, 0.35);
}

.kr-journey-visual {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.68) 0%, rgba(8, 17, 31, 0.92) 100%);
  border: 1px solid rgba(125, 211, 252, 0.14);
  min-height: 560px;
  padding: 30px;
  box-shadow:
    0 28px 60px rgba(2, 6, 23, 0.28),
    0 1px 0 rgba(125, 211, 252, 0.05) inset;
}

.kr-journey-visual__glow {
  position: absolute;
  inset: 14% 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(37, 99, 235, 0.34), rgba(37, 99, 235, 0.05) 58%, transparent 76%);
  filter: blur(30px);
}

.kr-journey-visual__card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.kr-journey-visual__label {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(125, 211, 252, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-journey-visual__title {
  margin: 0;
  max-width: 320px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.kr-journey-visual__points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.kr-journey-visual__points li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(241, 245, 249, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.kr-journey-visual__points li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7dd3fc 0%, #2563eb 100%);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.4);
  transform: translateY(-50%);
}

.kr-journey-timeline {
  display: grid;
  gap: 18px;
}

.kr-journey-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.56) 0%, rgba(8, 17, 31, 0.82) 100%);
  box-shadow:
    0 18px 40px rgba(2, 6, 23, 0.2),
    0 1px 0 rgba(125, 211, 252, 0.04) inset;
}

.kr-journey-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.28) 0%, rgba(56, 189, 248, 0.18) 100%);
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.kr-journey-step__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.kr-journey-section .section-content .text {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.01em;
}

.kr-journey-closing {
  margin-top: 22px;
  padding: 20px 24px;
  border-radius: 22px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: rgba(15, 23, 42, 0.45);
}

.kr-journey-closing .text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 1399px) {
  .kr-journey-section .section-content-wrapper {
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 36px 44px;
  }
  .kr-journey-visual {
    min-height: 520px;
  }
  .kr-journey-visual__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .kr-journey-section .about-area-2-inner {
    padding-bottom: 80px;
  }
  .kr-journey-section .section-content-wrapper {
    margin-top: 46px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .kr-journey-visual {
    min-height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-journey-section .about-area-2-inner {
    padding-bottom: 50px;
  }
  .kr-journey-section .section-title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.08;
  }
  .kr-journey-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }
  .kr-journey-step__title {
    font-size: 22px;
  }
  .kr-journey-section .section-content .text {
    font-size: 16px;
    line-height: 1.7;
  }
  .kr-journey-visual {
    min-height: 360px;
    padding: 22px;
    border-radius: 28px;
  }
  .kr-journey-visual__title {
    font-size: 26px;
  }
  .kr-journey-closing {
    padding: 18px 20px;
  }
  .kr-journey-closing .text {
    font-size: 18px;
  }
}

.kr-explore-showcase {
  padding: 12px 0 90px;
  overflow: hidden;
}

.kr-explore-showcase .container-fluid {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.kr-explore-showcase__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(125, 211, 252, 0.1);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.42) 0%, rgba(8, 17, 31, 0.72) 100%);
  box-shadow: 0 24px 56px rgba(2, 6, 23, 0.22), 0 1px 0 rgba(125, 211, 252, 0.04) inset;
}

.kr-explore-showcase__header {
  gap: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  margin-top: 0;
  min-height: 140px;
  background: linear-gradient(135deg, rgba(22, 33, 62, 0.94) 0%, rgba(27, 54, 108, 0.92) 100%);
}

.kr-explore-showcase__header .text,
.kr-explore-showcase__header ul {
  display: flex;
  align-items: center;
  min-height: 140px;
  padding: 26px 34px;
}

.kr-explore-showcase__header .text {
  border-right: 1px solid rgba(125, 211, 252, 0.16);
}

.kr-explore-showcase__header ul {
  justify-content: flex-start;
}

.kr-explore-showcase__header .text span {
  color: rgba(226, 232, 240, 0.78);
  border-color: rgba(125, 211, 252, 0.28);
}

.kr-explore-showcase__header .text span::before {
  background-color: #7dd3fc;
}

.kr-explore-showcase__header ul li {
  list-style: none;
}

.kr-explore-showcase__header ul li.explore {
  margin-top: 0;
}

.kr-explore-showcase__header ul li.explore a {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.kr-explore-showcase__header ul li.explore a::before {
  background-color: rgba(125, 211, 252, 0.8);
}

.kr-explore-showcase__header ul li.explore a:hover {
  color: #ffffff;
}

.kr-explore-showcase__media {
  overflow: hidden;
  background: #050b18;
  border-radius: inherit;
}

.kr-explore-showcase__media img {
  width: 100%;
  height: clamp(360px, 44vw, 680px);
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .kr-explore-showcase {
    padding-bottom: 70px;
  }
  .kr-explore-showcase__inner {
    border-radius: 0;
  }
  .kr-explore-showcase__header {
    grid-template-columns: 1fr;
  }
  .kr-explore-showcase__header .text,
  .kr-explore-showcase__header ul {
    min-height: 96px;
    padding: 20px 24px;
  }
  .kr-explore-showcase__header .text {
    border-right: 0;
    border-bottom: 1px solid rgba(125, 211, 252, 0.16);
  }
  .kr-explore-showcase__header ul li.explore a {
    font-size: 40px;
  }
  .kr-explore-showcase__media img {
    height: clamp(300px, 52vw, 520px);
  }
}

@media only screen and (max-width: 767px) {
  .kr-explore-showcase {
    padding-top: 6px;
    padding-bottom: 50px;
  }
  .kr-explore-showcase__inner {
    border-radius: 0;
  }
  .kr-explore-showcase__header .text,
  .kr-explore-showcase__header ul {
    min-height: 82px;
    padding: 18px 20px;
  }
  .kr-explore-showcase__header ul li.explore a {
    font-size: 30px;
  }
  .kr-explore-showcase__media img {
    height: clamp(220px, 72vw, 340px);
  }
}

/* K.R journey section rebuild */
.about-area-2.kr-journey-section {
  padding: 120px 0;
  overflow: hidden;
}

.about-area-2.kr-journey-section .container.rr-container-1650 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
}

.about-area-2.kr-journey-section .about-area-2-inner {
  padding: 0;
}

.about-area-2.kr-journey-section .section-header {
  margin-top: 0;
  margin-bottom: 54px;
  text-align: center;
}

.about-area-2.kr-journey-section .title-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.about-area-2.kr-journey-section .title-wrapper .section-subtitle-3 {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
}

.about-area-2.kr-journey-section .section-title {
  max-width: 100%;
  margin-left: 0;
  text-indent: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.about-area-2.kr-journey-section .kr-journey-intro {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(226, 232, 240, 0.76);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.kr-journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.kr-journey-card {
  min-width: 0;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.62) 0%, rgba(8, 17, 31, 0.88) 100%);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.22), 0 1px 0 rgba(125, 211, 252, 0.04) inset;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.kr-journey-card:hover {
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.26), 0 0 28px rgba(56, 189, 248, 0.12), 0 1px 0 rgba(125, 211, 252, 0.08) inset;
  transform: translateY(-2px);
}

.kr-journey-card__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.kr-journey-card__text {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.kr-journey-highlight {
  margin-top: 28px;
  padding: 22px 28px;
  border-radius: 24px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, rgba(8, 17, 31, 0.78) 100%);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.18), 0 1px 0 rgba(125, 211, 252, 0.04) inset;
  text-align: center;
}

.kr-journey-highlight__text {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1199px) {
  .about-area-2.kr-journey-section .container.rr-container-1650 {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-area-2.kr-journey-section .section-header {
    margin-bottom: 40px;
  }
  .kr-journey-grid {
    grid-template-columns: 1fr;
  }
  .kr-journey-card__title {
    font-size: clamp(24px, 3vw, 32px);
  }
}

@media only screen and (max-width: 767px) {
  .about-area-2.kr-journey-section {
    padding: 70px 0;
  }
  .about-area-2.kr-journey-section .container.rr-container-1650 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-area-2.kr-journey-section .section-header {
    margin-bottom: 30px;
  }
  .about-area-2.kr-journey-section .section-title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }
  .about-area-2.kr-journey-section .kr-journey-intro {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-journey-grid {
    gap: 18px;
  }
  .kr-journey-card {
    padding: 24px;
    border-radius: 22px;
  }
  .kr-journey-card__title {
    font-size: 22px;
  }
  .kr-journey-card__text {
    font-size: 16px;
  }
  .kr-journey-highlight {
    padding: 18px 20px;
    border-radius: 20px;
  }
  .kr-journey-highlight__text {
    font-size: 18px;
  }
}

/* K.R overflow and responsive corrections */
html,
body {
  overflow-x: hidden;
}

.body-wrapper.kr-page {
  overflow-x: hidden;
}

.kr-home-hero .container.rr-container-1650 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.hero-area.kr-home-hero .section-content .section-title-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
  gap: clamp(32px, 5vw, 80px);
}

.hero-area.kr-home-hero .section-content .section-title-wrapper > * {
  min-width: 0;
}

.kr-home-hero__visual-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
}

.kr-home-hero__visual-card {
  width: 100%;
  max-width: 420px;
  min-width: 0;
  margin-right: 0;
  transform: none;
}

.hero-area.kr-home-hero .section-content .section-title {
  font-size: clamp(52px, 5vw, 82px);
  max-width: 760px;
}

@media only screen and (max-width: 1199px) {
  .kr-home-hero .container.rr-container-1650 {
    padding-left: clamp(20px, 4vw, 36px);
    padding-right: clamp(20px, 4vw, 36px);
  }
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-area.kr-home-hero .hero-area-inner {
    padding-top: 96px;
    padding-bottom: 72px;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    font-size: clamp(38px, 6vw, 54px);
    max-width: 100%;
  }
  .kr-home-hero__visual-wrap {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .kr-home-hero__visual-card {
    max-width: 420px;
  }
}

@media only screen and (max-width: 991px) {
  .kr-left-rail {
    display: none;
  }
  .kr-page .kr-scroll-shell {
    margin-left: 0;
  }
  .kr-site-header .header-main,
  .kr-site-header .header-main.sticky,
  .kr-site-header .header-main.transformed {
    width: 100%;
    margin-left: 0;
  }
  .kr-site-header .header__nav {
    display: none;
  }
  .kr-site-header .header-area-2__inner {
    min-height: 82px;
    gap: 14px;
    justify-content: space-between;
  }
  .kr-site-header .header__logo {
    flex: 1 1 auto;
    min-width: 0;
  }
  .kr-site-header .header__navicon {
    margin-left: auto;
    flex: 0 0 auto;
  }
  .hero-area.kr-home-hero .hero-area-inner {
    padding-top: 104px;
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-home-hero .container.rr-container-1650,
  .kr-site-header .container.rr-container-1850 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kr-site-header .header-area-2__inner {
    min-height: 78px;
  }
  .hero-area.kr-home-hero .hero-area-inner {
    padding-top: 96px;
    padding-bottom: 50px;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }
  .kr-home-hero__service-badge {
    padding: 8px 14px;
  }
  .kr-home-hero__service-badge .kr-service-badge__prefix,
  .kr-home-hero__service-badge .kr-service-badge__service {
    font-size: 12px;
  }
  .kr-home-hero__visual-wrap {
    margin-top: 32px;
  }
}

/* K.R responsive safety overrides */
.kr-page {
  overflow-x: hidden;
}

.kr-site-header .main-menu > ul {
  flex-wrap: nowrap;
}

.kr-side-panel .side-info {
  overflow-x: hidden;
}

.hero-area.kr-home-hero .section-content .section-title {
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1439px) {
  .kr-site-header .header-area-2__inner {
    gap: 20px;
  }
  .kr-site-header .main-menu > ul {
    gap: 24px;
  }
  .kr-site-header .main-menu li a {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .kr-site-header .rr-btn.kr-header-cta {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area.kr-home-hero .section-content .section-title {
    overflow-wrap: normal;
  }
}

@media only screen and (max-width: 767px) {
  .kr-home-hero__visual-wrap {
    justify-content: stretch;
  }
}

@media (max-width: 575px) {
  .kr-home-hero__visual-card {
    max-width: 100%;
  }
}

/* K.R layout refinement overrides */
.body-wrapper.kr-page {
  overflow-x: hidden;
}

.kr-site-header .container.rr-container-1850,
.kr-home-hero .container.rr-container-1650 {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1400px) {
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    gap: 60px;
  }
}

@media only screen and (max-width: 1439px) {
  .kr-site-header .header-area-2__inner {
    gap: 20px;
  }
  .kr-site-header .main-menu > ul {
    gap: 16px;
  }
  .kr-site-header .main-menu li a {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .kr-site-header .rr-btn.kr-header-cta {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-area.kr-home-hero .hero-area-inner {
    min-height: max(640px, calc(100vh - 96px));
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    font-size: clamp(48px, 5vw, 72px);
  }
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    gap: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .kr-site-header .header__nav {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area.kr-home-hero .hero-area-inner {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .kr-home-hero__visual-wrap {
    justify-content: flex-start;
    min-height: 0;
    margin-top: 40px;
  }
  .kr-home-hero__visual-card {
    width: 100%;
    max-width: 520px;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    max-width: 100%;
    font-size: clamp(42px, 5vw, 56px);
  }
  .hero-area.kr-home-hero .section-content .kr-home-hero__lead {
    max-width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .kr-left-rail {
    display: none;
  }
  .kr-page .kr-scroll-shell {
    margin-left: 0;
  }
  .kr-site-header .header-main,
  .kr-site-header .header-main.sticky,
  .kr-site-header .header-main.transformed {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kr-site-header .container.rr-container-1850,
  .kr-home-hero .container.rr-container-1650 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-area.kr-home-hero .hero-area-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }
  .hero-area.kr-home-hero .section-content .section-title {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.1;
  }
  .hero-area.kr-home-hero .section-content .kr-home-hero__lead {
    font-size: 16px;
  }
  .kr-home-hero__actions {
    gap: 12px;
  }
  .kr-home-hero__visual-wrap {
    justify-content: stretch;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .kr-home-hero__actions > * {
    width: 100%;
  }
}

/* K.R mobile header alignment */
@media only screen and (max-width: 991px) {
  .kr-site-header .header-area-2__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 0;
  }
  .kr-site-header .header__logo {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .kr-site-header .header__navicon {
    display: none;
  }
  .kr-site-header .kr-brand {
    margin-left: auto;
  }
  .kr-site-header .kr-brand__image {
    height: 44px;
    max-height: 44px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
  }
  .kr-site-header .kr-mobile-toggle {
    flex: 0 0 auto;
    margin-right: 0;
  }
  .kr-site-header .container.rr-container-1850 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-site-header .header-area-2__inner {
    min-height: 78px;
  }
  .kr-site-header .kr-brand__image {
    height: 40px;
    max-height: 40px;
    max-width: 148px;
  }
}
.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%;
}

.ajax-response {
  margin-top: 15px;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.ajax-response.success-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.ajax-response.error-message {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@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);
}

/* 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);
}

/* K.R home services section */
.kr-services {
  padding: 120px 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4, 10, 22, 0.72) 0%, rgba(5, 11, 24, 0.28) 100%);
}

.kr-services,
.kr-services * {
  box-sizing: border-box;
}

.kr-services__container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
}

.kr-services__header {
  text-align: center;
}

.kr-services__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
}

.kr-services__heading {
  max-width: 820px;
  margin: 0 auto;
  text-indent: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.kr-services__intro {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(226, 232, 240, 0.76);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.kr-services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
  align-items: stretch;
}

.kr-services__card {
  grid-column: span 2;
  min-width: 0;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(80, 160, 255, 0.18);
  background: rgba(8, 18, 38, 0.88);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.22), 0 1px 0 rgba(125, 211, 252, 0.04) inset;
  position: relative;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-services__grid > .kr-services__card:nth-child(4) {
  grid-column: 2 / span 2;
}

.kr-services__grid > .kr-services__card:nth-child(5) {
  grid-column: 4 / span 2;
}

.kr-services__card:hover,
.kr-services__card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.85);
  background: rgba(10, 23, 46, 0.92);
  box-shadow: 0 26px 52px rgba(2, 6, 23, 0.28), 0 0 30px rgba(56, 189, 248, 0.18), 0 10px 24px rgba(37, 99, 235, 0.16), 0 1px 0 rgba(125, 211, 252, 0.08) inset;
}

.kr-services__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 18px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.78) 0%, rgba(13, 25, 44, 0.96) 100%);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.18), inset 0 1px 0 rgba(125, 211, 252, 0.08);
  color: #7dd3fc;
  font-size: 22px;
  flex: 0 0 auto;
}

.kr-services__icon-image {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.kr-services__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.kr-services__text {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1199px) {
  .kr-services {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .kr-services__container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .kr-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kr-services__grid > .kr-services__card,
  .kr-services__grid > .kr-services__card:nth-child(4),
  .kr-services__grid > .kr-services__card:nth-child(5) {
    grid-column: auto / span 1;
  }
}

@media only screen and (max-width: 991px) {
  .kr-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kr-services__grid > .kr-services__card,
  .kr-services__grid > .kr-services__card:nth-child(4),
  .kr-services__grid > .kr-services__card:nth-child(5) {
    grid-column: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kr-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .kr-services__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .kr-services__heading {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }
  .kr-services__intro {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }
.kr-services__card {
    padding: 24px;
    min-height: 0;
  }
}

/* K.R home why choose us section */
.kr-why {
  padding: 120px 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5, 11, 24, 0.18) 0%, rgba(4, 10, 22, 0.58) 100%);
}

.kr-why,
.kr-why * {
  box-sizing: border-box;
}

.kr-why__container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
}

.kr-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px 48px;
  align-items: start;
}

.kr-why__content {
  position: sticky;
  top: 118px;
}

.kr-why__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
}

.kr-why__heading {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-indent: 0;
}

.kr-why__intro {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(226, 232, 240, 0.76);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.kr-why__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  min-width: 168px;
  min-height: 56px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  box-shadow: 0 14px 34px rgba(29, 78, 216, 0.28), 0 0 0 1px rgba(125, 211, 252, 0.12);
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-why__cta:hover {
  color: #ffffff;
  border-color: rgba(125, 211, 252, 0.28);
  box-shadow: 0 18px 40px rgba(29, 78, 216, 0.34), 0 0 30px rgba(56, 189, 248, 0.18);
}

.kr-why__cards {
  display: grid;
  gap: 20px;
}

.kr-why__card {
  padding: 30px 32px;
  border-radius: 24px;
  border: 1px solid rgba(80, 160, 255, 0.16);
  background: linear-gradient(180deg, rgba(8, 18, 38, 0.82) 0%, rgba(8, 18, 38, 0.92) 100%);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.18), 0 1px 0 rgba(125, 211, 252, 0.04) inset;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-why__card:hover {
  border-color: rgba(96, 181, 255, 0.3);
  background: linear-gradient(180deg, rgba(10, 23, 46, 0.88) 0%, rgba(9, 21, 42, 0.96) 100%);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.24), 0 0 24px rgba(56, 189, 248, 0.12), 0 1px 0 rgba(125, 211, 252, 0.08) inset;
}

.kr-why__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.kr-why__text {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1199px) {
  .kr-why {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .kr-why__container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .kr-why__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .kr-why__content {
    position: static;
    top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kr-why {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .kr-why__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .kr-why__heading {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }
  .kr-why__intro {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-why__cta {
    width: 100%;
    margin-top: 28px;
  }
  .kr-why__cards {
    gap: 16px;
  }
  .kr-why__card {
    padding: 24px;
  }
  .kr-why__title {
    font-size: 22px;
  }
  .kr-why__text {
    font-size: 16px;
  }
}

/* K.R home stats section */
.kr-stats__section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0) 34%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.14) 0%, rgba(56, 189, 248, 0) 32%),
    linear-gradient(180deg, #040915 0%, #07111f 48%, #050b16 100%);
}

.kr-stats__section,
.kr-stats__section * {
  box-sizing: border-box;
}

.kr-stats__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
}

.kr-stats__header {
  max-width: 720px;
}

.kr-stats__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
}

.kr-stats__heading {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-indent: 0;
}

.kr-stats__intro {
  margin: 22px 0 0;
  color: rgba(226, 232, 240, 0.76);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.kr-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 50px;
}

.kr-stats__card {
  position: relative;
  padding: 32px 28px 30px;
  border-radius: 24px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.24), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-stats__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.08) 0%, rgba(59, 130, 246, 0) 55%);
  pointer-events: none;
}

.kr-stats__card:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 181, 255, 0.3);
  background: linear-gradient(180deg, rgba(11, 23, 43, 0.88) 0%, rgba(8, 18, 35, 0.98) 100%);
  box-shadow: 0 28px 54px rgba(2, 6, 23, 0.3), 0 0 28px rgba(56, 189, 248, 0.16), inset 0 1px 0 rgba(191, 219, 254, 0.08);
}

.kr-stats__number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin: 0;
  color: #e0f2fe;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.kr-stats__symbol {
  color: #38bdf8;
  text-shadow: 0 0 18px rgba(56, 189, 248, 0.36);
}

.kr-stats__label {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1199px) {
  .kr-stats__section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .kr-stats__container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .kr-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .kr-stats__section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .kr-stats__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .kr-stats__heading {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }
  .kr-stats__intro {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-stats__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 42px;
  }
  .kr-stats__card {
    padding: 26px 22px;
  }
  .kr-stats__number {
    font-size: clamp(38px, 12vw, 48px);
  }
  .kr-stats__label {
    font-size: 16px;
  }
}

/* K.R home work section overrides */
.kr-work-area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 30%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.08) 0%, rgba(14, 165, 233, 0) 34%);
}

.kr-work-area .work-header-meta {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
}

.kr-work-area .work-header-meta span {
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.kr-work-area .section-header {
  margin-top: 18px;
  margin-bottom: 0;
}

.kr-work-area .section-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 820px;
}

.kr-work-area .section-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: none;
}

.kr-work-area .works-wrapper-box {
  padding-top: 52px;
}

.kr-work-area .works-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 500px));
  justify-content: center;
  gap: 56px 28px;
}

.kr-work-area .section-title-wrapper .text {
  margin: 0;
  color: rgba(226, 232, 240, 0.76);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.kr-work-area .work-box .title {
  font-size: 28px;
  line-height: 1.1;
}

.kr-work-area .work-box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.kr-work-area .works-wrapper > *.span-2 {
  grid-column: auto;
}

.kr-work-area .work-box .thumb {
  background: #050b16;
  border-radius: 18px;
  overflow: hidden;
}

.kr-work-area .work-box .thumb .image {
  width: 100%;
  aspect-ratio: 5 / 6;
  max-height: 600px;
  transform: none;
  background: #050b16;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
}

.kr-work-area .works-wrapper > *.span-2 .thumb .image {
  aspect-ratio: 5 / 6;
}

.kr-work-area .work-box .thumb .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.kr-work-area .work-box .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 600px;
  object-position: center center;
  border-radius: 18px;
  object-fit: cover;
}

.kr-work-area .work-box .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: 10px;
}

.kr-work-area .work-box .tag,
.kr-work-area .work-box .date {
  font-size: 17px;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.8);
}

@media only screen and (max-width: 1199px) {
  .kr-work-area .works-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 22px;
  }
  .kr-work-area .work-box .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-work-area .works-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
  .kr-work-area .section-title-wrapper {
    gap: 18px;
  }
  .kr-work-area .section-title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }
  .kr-work-area .section-title-wrapper .text {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-work-area .works-wrapper-box {
    padding-top: 42px;
  }
  .kr-work-area .work-box .thumb .image,
  .kr-work-area .works-wrapper > *.span-2 .thumb .image {
    aspect-ratio: 5 / 6;
  }
  .kr-work-area .work-box .title {
    font-size: 22px;
  }
  .kr-work-area .work-box .tag,
  .kr-work-area .work-box .date {
    font-size: 16px;
  }
}

.kr-blog-preview {
  padding: 0 0 120px;
  position: relative;
}

.kr-blog-preview,
.kr-blog-preview * {
  box-sizing: border-box;
}

.kr-blog-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(57, 97, 255, 0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 194, 255, 0.12), transparent 30%);
  pointer-events: none;
}

.kr-blog-preview .container.rr-container-1650 {
  position: relative;
  z-index: 1;
}

.kr-blog-preview__inner {
  padding-top: 120px;
}

.kr-blog-preview .section-title-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px 48px;
  align-items: end;
}

.kr-blog-preview__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  letter-spacing: 0.16em;
  color: #69a8ff;
}

.kr-blog-preview__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 168, 255, 0), #69a8ff);
}

.kr-blog-preview .section-title {
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.04;
  max-width: 12ch;
}

.kr-blog-preview .text-wrapper .text {
  max-width: 560px;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.78);
}

.kr-blog-preview__grid {
  margin-top: 56px;
}

.kr-blog-preview__grid > [class*="col-"] {
  display: flex;
}

.kr-blog-preview .blog__item.kr-blog-preview__card {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(93, 106, 133, 0.34);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(12, 16, 31, 0.92), rgba(8, 12, 24, 0.98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.kr-blog-preview .blog__item.kr-blog-preview__card:hover {
  transform: translateY(-10px);
  border-color: rgba(83, 157, 255, 0.64);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34), 0 0 34px rgba(52, 125, 255, 0.18);
}

.kr-blog-preview__thumb-link {
  display: block;
}

.kr-blog-preview__placeholder {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 240px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 31, 62, 0.95), rgba(12, 17, 33, 1)),
    radial-gradient(circle at top left, rgba(77, 139, 255, 0.42), transparent 42%);
}

.kr-blog-preview__placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.64;
}

.kr-blog-preview__placeholder::before,
.kr-blog-preview__placeholder::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.kr-blog-preview__placeholder::before {
  width: 180px;
  height: 180px;
  top: -36px;
  right: -24px;
  background: radial-gradient(circle, rgba(90, 146, 255, 0.42), transparent 68%);
}

.kr-blog-preview__placeholder::after {
  width: 140px;
  height: 140px;
  bottom: -40px;
  left: -18px;
  background: radial-gradient(circle, rgba(0, 205, 255, 0.28), transparent 68%);
}

.kr-blog-preview__placeholder--catalogue {
  background:
    linear-gradient(135deg, rgba(23, 30, 52, 0.95), rgba(11, 15, 28, 1)),
    radial-gradient(circle at top left, rgba(97, 178, 255, 0.35), transparent 40%);
}

.kr-blog-preview__placeholder--marketing {
  background:
    linear-gradient(135deg, rgba(14, 29, 58, 0.96), rgba(9, 13, 25, 1)),
    radial-gradient(circle at top left, rgba(67, 132, 255, 0.45), transparent 42%);
}

.kr-blog-preview__placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.kr-blog-preview .content-wrapper {
  padding: 0;
}

.kr-blog-preview .blog__item .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 28px 30px;
}

.kr-blog-preview__category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(71, 129, 255, 0.14);
  border: 1px solid rgba(96, 158, 255, 0.24);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fc5ff;
}

.kr-blog-preview .blog__item .title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.kr-blog-preview .blog__item .title a {
  color: #f8fbff;
}

.kr-blog-preview .blog__item .title:hover a {
  color: #7ab5ff;
}

.kr-blog-preview__excerpt {
  margin: 0;
  min-height: 82px;
  font-size: 17px;
  line-height: 1.72;
  color: rgba(226, 232, 240, 0.74);
}

.kr-blog-preview__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ec6ff;
}

.kr-blog-preview__link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.kr-blog-preview__link:hover {
  color: #d5ebff;
}

.kr-blog-preview__link:hover i {
  transform: translateX(4px);
}

@media only screen and (max-width: 991px) {
  .kr-blog-preview {
    padding-bottom: 96px;
  }
  .kr-blog-preview__inner {
    padding-top: 96px;
  }
  .kr-blog-preview .section-title-wrapper {
    grid-template-columns: 1fr;
  }
  .kr-blog-preview .text-wrapper .text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kr-blog-preview {
    padding-bottom: 80px;
  }
  .kr-blog-preview__inner {
    padding-top: 80px;
  }
  .kr-blog-preview__grid {
    margin-top: 42px;
  }
  .kr-blog-preview .blog__item.kr-blog-preview__card {
    height: 100%;
    margin-bottom: 0;
    border-radius: 22px;
  }
  .kr-blog-preview__placeholder {
    min-height: 210px;
    padding: 22px;
  }
  .kr-blog-preview .blog__item .content {
    padding: 24px 22px 24px;
  }
  .kr-blog-preview .blog__item .title {
    font-size: 24px;
  }
  .kr-blog-preview__excerpt {
    min-height: 0;
    font-size: 16px;
  }
}

.kr-clients-preview {
  position: relative;
  padding: 100px 0;
  background:
    linear-gradient(180deg, rgba(8, 11, 21, 0.96), rgba(5, 9, 18, 0.98));
}

.kr-clients-preview,
.kr-clients-preview * {
  box-sizing: border-box;
}

.kr-clients-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(61, 117, 255, 0.12), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(0, 174, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.kr-clients-preview .container.rr-container-1650 {
  position: relative;
  z-index: 1;
}

.kr-clients-preview__inner {
  position: relative;
}

.kr-clients-preview .section-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.kr-clients-preview__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.16em;
  color: #69a8ff;
}

.kr-clients-preview__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 168, 255, 0), #69a8ff);
}

.kr-clients-preview .section-title {
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.04;
  max-width: 12ch;
  margin: 0 auto;
}

.kr-clients-preview .text-wrapper .text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.78);
}

.kr-clients-preview__grid-shell {
  position: relative;
  margin-top: 56px;
  padding: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.kr-clients-preview__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  place-items: center;
  grid-auto-flow: row dense;
  gap: 24px;
}

.kr-clients-preview__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  padding: 20px;
  border: 1px solid rgba(80, 160, 255, 0.12);
  border-radius: 14px;
  background: rgba(8, 18, 38, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  width: calc(20% - 19.2px);
}

.kr-clients-preview__logo-card:hover {
  border-color: rgba(80, 160, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(10, 22, 46, 0.82), rgba(8, 18, 38, 0.72));
  box-shadow: 0 0 0 1px rgba(80, 160, 255, 0.08), 0 0 26px rgba(72, 142, 255, 0.16);
}

.kr-clients-preview__logo-card img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.kr-clients-preview__logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

@media only screen and (max-width: 991px) {
  .kr-clients-preview {
    padding: 80px 0;
  }
  .kr-clients-preview__grid {
    gap: 22px;
  }
  .kr-clients-preview__logo-card {
    width: calc(33.333333% - 14.666667px);
  }
}

@media only screen and (max-width: 767px) {
  .kr-clients-preview {
    padding: 60px 0;
  }
  .kr-clients-preview .section-title-wrapper {
    gap: 18px;
  }
  .kr-clients-preview .section-title {
    max-width: 14ch;
  }
  .kr-clients-preview .text-wrapper .text {
    font-size: 16px;
    line-height: 1.65;
  }
  .kr-clients-preview__grid-shell {
    margin-top: 42px;
  }
  .kr-clients-preview__grid {
    gap: 20px;
  }
  .kr-clients-preview__logo-card {
    min-height: 108px;
    padding: 18px;
    width: calc(50% - 10px);
  }
.kr-clients-preview__logo-card img {
    max-height: 34px;
  }
}

.kr-footer {
  position: relative;
  overflow: hidden;
  padding: 0 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, #09101d 0%, #050913 100%);
}

.kr-footer,
.kr-footer * {
  box-sizing: border-box;
}

.kr-footer::before,
.kr-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.kr-footer::before {
  top: 0;
  right: -8%;
  width: min(48vw, 720px);
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(44, 113, 255, 0.2), transparent 24%),
    radial-gradient(circle at 60% 50%, rgba(0, 203, 255, 0.12), transparent 22%),
    radial-gradient(circle at 70% 78%, rgba(103, 153, 255, 0.08), transparent 18%);
  opacity: 0.95;
}

.kr-footer::after {
  top: 72px;
  right: 2%;
  width: min(34vw, 520px);
  height: calc(100% - 120px);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(45deg, rgba(74, 151, 255, 0.04) 0 1px, transparent 1px 28px);
  opacity: 0.3;
  transform: skewX(-10deg);
}

.kr-footer .container.rr-container-1650 {
  position: relative;
  z-index: 1;
}

.kr-footer__inner {
  padding-top: 54px;
}

.kr-footer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: stretch;
  padding: 0 0 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kr-footer__cta-copy,
.kr-footer__quote-card {
  border: 1px solid rgba(113, 165, 255, 0.12);
  border-radius: 28px;
  background: rgba(8, 16, 30, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.kr-footer__cta-copy {
  padding: 42px;
}

.kr-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #79baff;
}

.kr-footer__eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 186, 255, 0), rgba(121, 186, 255, 0.9));
}

.kr-footer__title {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.05;
  color: #fff;
}

.kr-footer__text {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(214, 225, 238, 0.76);
}

.kr-footer__subscribe {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.kr-footer__subscribe input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 62px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 16px;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.kr-footer__subscribe input::placeholder {
  color: rgba(207, 219, 233, 0.56);
}

.kr-footer__subscribe input:focus {
  outline: none;
  border-color: rgba(117, 189, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(44, 113, 255, 0.14);
}

.kr-footer__subscribe button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.kr-footer__subscribe button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(37, 99, 235, 0.32);
  filter: brightness(1.06);
}

.kr-footer__quote-card {
  position: relative;
  padding: 34px 34px 32px;
  overflow: hidden;
}

.kr-footer__quote-card::before {
  content: "";
  position: absolute;
  inset: auto -28px -42px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54, 139, 255, 0.28), transparent 68%);
  pointer-events: none;
}

.kr-footer__quote-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(232, 238, 245, 0.88);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kr-footer__quote-badge img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.kr-footer__quote {
  margin: 28px 0 22px;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
}

.kr-footer__quote-author {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kr-footer__quote-author strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.kr-footer__quote-author span {
  font-size: 15px;
  color: rgba(214, 225, 238, 0.7);
}

.kr-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.kr-footer__column {
  min-width: 0;
}

.kr-footer__column--brand {
  padding-right: 28px;
}

.kr-footer__logo {
  display: inline-flex;
  align-items: center;
}

.kr-footer__logo img {
  width: auto;
  max-width: 210px;
  height: 58px;
  object-fit: contain;
}

.kr-footer__copyright {
  max-width: 240px;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(214, 225, 238, 0.66);
}

.kr-footer__heading {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.kr-footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kr-footer__list li {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(214, 225, 238, 0.72);
}

.kr-footer__list li span {
  color: rgba(255, 255, 255, 0.92);
}

.kr-footer__list a {
  color: rgba(214, 225, 238, 0.72);
  transition: color 0.25s ease;
}

.kr-footer__list a:hover {
  color: #6ed8ff;
}

@media only screen and (max-width: 1199px) {
  .kr-footer__cta {
    grid-template-columns: minmax(0, 1fr);
  }
  .kr-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kr-footer__column--brand {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .kr-footer {
    padding-bottom: 36px;
  }
  .kr-footer__inner {
    padding-top: 46px;
  }
  .kr-footer__cta {
    gap: 24px;
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
  .kr-footer__cta-copy {
    padding: 34px;
  }
  .kr-footer__quote-card {
    padding: 30px;
  }
  .kr-footer__quote {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-footer__inner {
    padding-top: 38px;
  }
  .kr-footer__cta {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .kr-footer__cta-copy,
  .kr-footer__quote-card {
    padding: 26px 22px;
    border-radius: 22px;
  }
  .kr-footer__title {
    font-size: 32px;
  }
  .kr-footer__text {
    font-size: 16px;
  }
  .kr-footer__subscribe {
    gap: 12px;
  }
  .kr-footer__subscribe input {
    min-height: 56px;
    padding: 0 20px;
  }
  .kr-footer__subscribe button {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
  .kr-footer__quote-badge {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .kr-footer__quote {
    margin-top: 24px;
    font-size: 20px;
  }
  .kr-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .kr-footer__heading {
    margin-bottom: 14px;
    font-size: 19px;
  }
  .kr-footer__list li {
    font-size: 15px;
  }
}
/* Homepage responsive audit fixes */
:root {
  --kr-home-max-width: 1320px;
  --kr-home-pad-x: 48px;
  --kr-home-section-y: 100px;
}

@media only screen and (max-width: 1199px) {
  :root {
    --kr-home-pad-x: 32px;
    --kr-home-section-y: 70px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --kr-home-pad-x: 20px;
    --kr-home-section-y: 55px;
  }
}

html,
body,
.body-wrapper.kr-page,
.kr-page .kr-scroll-shell,
.kr-page .kr-scroll-content {
  overflow-x: clip;
}

.kr-site-header .container.rr-container-1850,
.kr-home-hero .container.rr-container-1650,
.about-area-2.kr-journey-section .container.rr-container-1650,
.kr-blog-preview .container.rr-container-1650,
.kr-clients-preview .container.rr-container-1650,
.kr-footer .container.rr-container-1650,
.kr-services__container,
.kr-why__container,
.kr-stats__container {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-site-header .header-area-2__inner,
.hero-area.kr-home-hero .section-content .section-title-wrapper,
.kr-journey-grid,
.kr-services__grid,
.kr-why__layout,
.kr-why__cards,
.kr-stats__grid,
.kr-clients-preview__grid,
.kr-footer__cta,
.kr-footer__grid {
  min-width: 0;
}

.hero-area.kr-home-hero .section-content .section-title,
.hero-area.kr-home-hero .section-content .kr-home-hero__lead,
.kr-home-hero__card-title,
.kr-home-hero__card-list li,
.kr-journey-card__title,
.kr-journey-card__text,
.kr-services__title,
.kr-services__text,
.kr-why__heading,
.kr-why__title,
.kr-why__text,
.kr-stats__heading,
.kr-stats__label,
.kr-work-area .work-box .title,
.kr-work-area .work-box .tag,
.kr-work-area .work-box .date,
.kr-blog-preview .blog__item .title,
.kr-blog-preview__excerpt,
.kr-clients-preview .text-wrapper .text,
.kr-footer__title,
.kr-footer__text,
.kr-footer__quote,
.kr-footer__list li,
.kr-footer__list a,
.kr-footer__copyright {
  overflow-wrap: anywhere;
}

.hero-area.kr-home-hero,
.kr-explore-showcase,
.about-area-2.kr-journey-section,
.kr-services,
.kr-why,
.kr-stats__section,
.kr-work-area,
.kr-blog-preview,
.kr-clients-preview,
.kr-footer {
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
}

.hero-area.kr-home-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-area.kr-home-hero .hero-area-inner {
  min-height: calc(100svh - 96px);
  height: auto;
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
}

.kr-explore-showcase {
  padding-top: 0;
}

.kr-work-area .work-area-inner.section-spacing-top,
.kr-blog-preview__inner.section-spacing-top,
.kr-footer__inner {
  padding-top: 0;
}

.kr-site-header .header-area-2__inner {
  min-height: 92px;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.kr-site-header .header__logo {
  width: auto;
  min-width: 0;
  max-width: 240px;
}

.kr-site-header .header__nav {
  min-width: 0;
}

.kr-site-header .main-menu > ul {
  gap: clamp(14px, 1.6vw, 24px);
  flex-wrap: nowrap;
}

.kr-site-header .main-menu li,
.kr-site-header .main-menu li a {
  min-width: 0;
}

.kr-site-header .main-menu li a {
  white-space: nowrap;
}

.kr-site-header .header__navicon {
  display: flex;
  align-items: center;
}

.hero-area.kr-home-hero .section-content .section-title-wrapper {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px 56px;
  align-items: center;
}

.kr-home-hero__title-wrap,
.kr-home-hero__visual-wrap,
.kr-home-hero__visual-card,
.kr-work-area .work-box,
.kr-blog-preview__grid > [class*="col-"],
.kr-blog-preview .blog__item .content,
.kr-footer__column {
  min-width: 0;
}

.kr-home-hero__visual-wrap {
  width: 100%;
  min-height: 0;
}

.kr-home-hero__visual-card {
  width: min(100%, 420px);
  max-width: 100%;
}

.kr-services__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kr-services__grid > .kr-services__card,
.kr-services__grid > .kr-services__card:nth-child(4),
.kr-services__grid > .kr-services__card:nth-child(5) {
  grid-column: auto;
}

.kr-journey-grid,
.kr-why__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kr-why__cards {
  align-items: stretch;
}

.kr-why__card,
.kr-stats__card,
.kr-services__card,
.kr-blog-preview .blog__item.kr-blog-preview__card {
  height: 100%;
}

.kr-blog-preview__excerpt {
  min-height: 0;
}

.kr-clients-preview__grid,
.clients-grid {
  display: grid;
  --kr-client-card-width: 220px;
  grid-template-columns: repeat(5, minmax(0, var(--kr-client-card-width)));
  gap: 24px;
  justify-content: center;
}

.kr-clients-preview__logo-card,
.clients-grid > * {
  width: 100%;
  max-width: none;
  min-width: 0;
  justify-self: center;
}

.kr-clients-preview__logo-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.kr-footer {
  padding-bottom: var(--kr-home-section-y);
}

.kr-footer__cta {
  margin-bottom: 0;
}

.kr-footer__column--brand {
  padding-right: 0;
}

.kr-footer__list li,
.kr-footer__list a {
  word-break: break-word;
}

@media only screen and (max-width: 1439px) {
  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    gap: 32px 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .kr-site-header .header__nav,
  .kr-site-header .header__navicon {
    display: none;
  }

  .kr-site-header .header-area-2__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 16px;
  }

  .kr-site-header .header__logo {
    max-width: none;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .kr-site-header .kr-brand {
    margin-left: auto;
  }

  .hero-area.kr-home-hero .hero-area-inner {
    min-height: auto;
  }

  .hero-area.kr-home-hero .section-content .section-title-wrapper,
  .kr-why__layout,
  .kr-footer__cta {
    grid-template-columns: 1fr;
  }

  .kr-home-hero__visual-wrap {
    justify-content: flex-start;
  }

  .kr-services__grid,
  .kr-journey-grid,
  .kr-why__cards,
  .kr-stats__grid,
  .kr-clients-preview__grid,
  .kr-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kr-clients-preview__grid,
  .clients-grid {
    --kr-client-card-width: 210px;
    grid-template-columns: repeat(3, minmax(0, var(--kr-client-card-width)));
  }
}

@media only screen and (max-width: 991px) {
  .kr-left-rail {
    display: none;
  }

  .kr-page .kr-scroll-shell {
    margin-left: 0;
  }

  .kr-site-header .header-main,
  .kr-site-header .header-main.sticky,
  .kr-site-header .header-main.transformed {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kr-site-header .header-area-2__inner {
    min-height: 76px;
  }

  .kr-site-header .kr-brand__image {
    height: 40px;
    max-height: 40px;
    max-width: 148px;
  }

  .hero-area.kr-home-hero .section-content .section-title-wrapper,
  .kr-journey-grid,
  .kr-services__grid,
  .kr-why__cards,
  .kr-stats__grid,
  .kr-clients-preview__grid,
  .kr-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kr-clients-preview__grid,
  .clients-grid {
    --kr-client-card-width: min(170px, calc((100vw - 68px) / 2));
    grid-template-columns: repeat(2, minmax(0, var(--kr-client-card-width)));
  }

  .hero-area.kr-home-hero .section-content .section-title-wrapper {
    gap: 28px;
  }

  .hero-area.kr-home-hero .hero-area-inner {
    min-height: auto;
  }

  .kr-service-badge {
    white-space: normal;
    align-items: flex-start;
  }

  .kr-home-hero__visual-card {
    width: 100%;
  }
}
/* K.R about page */
.kr-about-container {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-about-hero {
  position: relative;
  background:
    radial-gradient(circle at 15% 16%, rgba(37, 99, 235, 0.2), transparent 30%),
    radial-gradient(circle at 84% 32%, rgba(14, 165, 233, 0.13), transparent 24%),
    linear-gradient(135deg, #030712 0%, #07111f 52%, #020617 100%);
}

.hero-area.kr-home-hero.kr-about-hero .hero-area-inner {
  min-height: min(760px, calc(100svh - 96px));
}

.hero-area.kr-home-hero.kr-about-hero .section-content .section-title {
  max-width: 720px;
}

.kr-about-hero__card .kr-home-hero__card-title {
  max-width: 330px;
}

.kr-about-intro,
.kr-about-pillars,
.kr-about-leadership,
.kr-about-cta {
  position: relative;
  overflow: hidden;
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
}

.kr-about-intro {
  background:
    radial-gradient(circle at 85% 18%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.72) 0%, rgba(5, 11, 24, 0.3) 100%);
}

.kr-about-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px 64px;
  align-items: start;
}

.kr-about-section-head {
  min-width: 0;
}

.kr-about-section-head--center {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-about-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-about-heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-about-intro__copy {
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.58) 0%, rgba(8, 17, 31, 0.86) 100%);
  box-shadow:
    0 24px 50px rgba(2, 6, 23, 0.24),
    0 1px 0 rgba(125, 211, 252, 0.06) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.kr-about-intro__copy p {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: 19px;
  line-height: 1.72;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.kr-about-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.kr-about-intro__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(15, 23, 42, 0.56);
  color: rgba(241, 245, 249, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.about-area-2.kr-journey-section.kr-about-journey {
  background:
    radial-gradient(circle at 18% 24%, rgba(37, 99, 235, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.16) 0%, rgba(4, 10, 22, 0.64) 100%);
}

.kr-about-pillars {
  background:
    radial-gradient(circle at 82% 24%, rgba(56, 189, 248, 0.14), transparent 30%),
    linear-gradient(180deg, #040915 0%, #07111f 48%, #050b16 100%);
}

.kr-about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.kr-about-pillar-card,
.kr-about-leader-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(80, 160, 255, 0.16);
  background: linear-gradient(180deg, rgba(8, 18, 38, 0.78) 0%, rgba(8, 18, 38, 0.94) 100%);
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.22),
    0 1px 0 rgba(125, 211, 252, 0.05) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.kr-about-pillar-card {
  min-height: 282px;
  padding: 34px;
  border-radius: 26px;
}

.kr-about-pillar-card::before,
.kr-about-leader-card::before,
.kr-about-cta__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.08) 0%, rgba(59, 130, 246, 0) 58%);
  pointer-events: none;
}

.kr-about-pillar-card:hover,
.kr-about-leader-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.38);
  background: linear-gradient(180deg, rgba(10, 23, 46, 0.88) 0%, rgba(9, 21, 42, 0.98) 100%);
  box-shadow:
    0 28px 54px rgba(2, 6, 23, 0.28),
    0 0 28px rgba(56, 189, 248, 0.16),
    0 1px 0 rgba(125, 211, 252, 0.08) inset;
}

.kr-about-pillar-card__icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 18px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.78) 0%, rgba(13, 25, 44, 0.96) 100%);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.18), inset 0 1px 0 rgba(125, 211, 252, 0.08);
  color: #7dd3fc;
  font-size: 23px;
}

.kr-about-pillar-card h3,
.kr-about-leader-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.kr-about-pillar-card p,
.kr-about-leader-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.kr-about-leadership {
  background: linear-gradient(180deg, rgba(4, 10, 22, 0.7) 0%, rgba(5, 11, 24, 0.3) 100%);
}

.kr-about-leadership__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 42px 58px;
  align-items: start;
}

.kr-about-leadership__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.kr-about-leader-card {
  min-height: 260px;
  padding: 34px;
  border-radius: 26px;
}

.kr-about-leader-card__marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 42px;
  color: rgba(125, 211, 252, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
}

.kr-about-cta {
  background:
    radial-gradient(circle at 50% 45%, rgba(37, 99, 235, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.2) 0%, rgba(3, 7, 18, 0.92) 100%);
}

.kr-about-cta__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(42px, 7vw, 78px) clamp(24px, 5vw, 56px);
  border-radius: 30px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow:
    0 30px 70px rgba(2, 6, 23, 0.34),
    0 0 44px rgba(37, 99, 235, 0.16),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  overflow: hidden;
}

.kr-about-cta__card > * {
  position: relative;
  z-index: 1;
}

.kr-about-cta__card h2 {
  max-width: 760px;
  margin: 0 0 30px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.055em;
  text-indent: 0;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1199px) {
  .hero-area.kr-home-hero.kr-about-hero .hero-area-inner {
    min-height: auto;
  }

  .kr-about-intro__layout,
  .kr-about-leadership__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .kr-about-pillars__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .kr-about-pillars__grid,
  .kr-about-leadership__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .kr-about-heading {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }

  .kr-about-intro__copy,
  .kr-about-pillar-card,
  .kr-about-leader-card {
    padding: 24px;
    border-radius: 22px;
  }

  .kr-about-intro__copy p,
  .kr-about-pillar-card p,
  .kr-about-leader-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .kr-about-pillars__grid,
  .kr-about-leadership__grid,
  .kr-about-journey .kr-journey-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kr-about-pillar-card,
  .kr-about-leader-card {
    min-height: 0;
  }

  .kr-about-pillar-card h3,
  .kr-about-leader-card h3 {
    font-size: 22px;
  }

  .kr-about-leader-card__marker {
    margin-bottom: 28px;
  }

  .kr-about-cta__card {
    border-radius: 24px;
  }

  .kr-about-cta__card h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.05;
  }
}

/* Journey top-row and timeline grid layout */
.kr-journey-section .about-area-2-inner {
  padding-bottom: 0;
}

.kr-journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 58px);
  min-width: 0;
}

.kr-journey-content,
.kr-journey-visual {
  min-width: 0;
}

.kr-journey-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.kr-journey-visual__image {
  display: block;
  width: min(100%, 560px);
  height: auto;
  max-height: clamp(300px, 38vw, 520px);
  object-fit: contain;
}

.kr-journey-content .section-header,
.about-area-2.kr-journey-section .kr-journey-content .section-header {
  margin-bottom: 0;
  text-align: left;
}

.kr-journey-content .title-wrapper,
.about-area-2.kr-journey-section .kr-journey-content .title-wrapper {
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
}

.about-area-2.kr-journey-section .kr-journey-content .kr-journey-intro {
  margin-left: 0;
  margin-right: 0;
}

.kr-journey-content .kr-journey-highlight {
  margin-top: 26px;
  text-align: left;
}

.kr-journey-timeline,
.kr-journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.kr-journey-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.kr-journey-card__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.34) 0%, rgba(56, 189, 248, 0.18) 100%);
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.kr-journey-card__content {
  min-width: 0;
}

@media only screen and (max-width: 1199px) {
  .kr-journey-layout {
    gap: 34px;
    margin-bottom: 42px;
  }

  .kr-journey-timeline,
  .kr-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .kr-journey-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .kr-journey-visual {
    justify-content: flex-start;
  }

  .kr-journey-visual__image {
    width: min(100%, 500px);
    max-height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .kr-journey-layout {
    gap: 28px;
    margin-bottom: 30px;
  }

  .kr-journey-timeline,
  .kr-journey-grid,
  .kr-about-journey .kr-journey-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kr-journey-content .kr-journey-highlight {
    text-align: left;
  }

  .kr-journey-card__marker {
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
  }
}

.kr-services-hero .hero-area-inner {
  min-height: auto;
}

.kr-services-hero__card .kr-home-hero__card-title {
  max-width: 390px;
}

.kr-services-detail,
.kr-services-process,
.kr-services-cta {
  position: relative;
  overflow: hidden;
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
}

.kr-services-detail {
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 99, 235, 0.16), transparent 31%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.96) 0%, rgba(6, 13, 29, 0.98) 100%);
}

.kr-services-detail__header,
.kr-services-process__header {
  max-width: 840px;
  margin-bottom: 54px;
}

.kr-services-process__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.kr-services-detail__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-services-detail__heading {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-services-detail__intro {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
}

.service-2-wrapper.kr-services-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
}

.service-2-wrapper.kr-services-detail__grid .service-2-box.kr-service-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
  min-height: 0;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.78) 0%, rgba(7, 15, 30, 0.94) 100%);
  box-shadow:
    0 26px 54px rgba(2, 6, 23, 0.25),
    0 1px 0 rgba(191, 219, 254, 0.05) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-2-wrapper.kr-services-detail__grid .service-2-box.kr-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow:
    0 30px 62px rgba(2, 6, 23, 0.33),
    0 0 34px rgba(56, 189, 248, 0.16),
    0 1px 0 rgba(191, 219, 254, 0.08) inset;
}

.kr-service-card__icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(13, 25, 44, 0.98) 100%);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(125, 211, 252, 0.08);
  color: #7dd3fc;
  font-size: 23px;
}

.service-2-box .content.kr-service-card__content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
}

.service-2-box .content .title.kr-service-card__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.service-2-box .content .designation.kr-service-card__intro {
  margin: 0 0 24px;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.service-2-list.kr-service-card__list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.service-2-list.kr-service-card__list li {
  position: relative;
  margin: 0;
  padding-left: 25px;
  color: rgba(241, 245, 249, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.service-2-list.kr-service-card__list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.8);
  transform: translateY(-50%);
}

.service-2-box .content .rr-btn.kr-service-card__cta {
  margin-top: auto;
  border: 1px solid rgba(96, 165, 250, 0.38);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.service-2-box .content .rr-btn.kr-service-card__cta::before {
  background: #ffffff;
}

.service-2-box .content .rr-btn.kr-service-card__cta .btn-wrap .text-one,
.service-2-box .content .rr-btn.kr-service-card__cta .btn-wrap .text-two {
  color: #ffffff;
}

.service-2-box .content .rr-btn.kr-service-card__cta:hover .btn-wrap .text-two,
.service-2-box .content .rr-btn.kr-service-card__cta:focus .btn-wrap .text-two {
  color: #07111f;
}

.kr-services-process {
  background:
    radial-gradient(circle at 82% 20%, rgba(56, 189, 248, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(3, 8, 18, 0.98) 100%);
}

.kr-services-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.kr-process-card {
  min-width: 0;
  min-height: 0;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.7) 0%, rgba(8, 16, 31, 0.9) 100%);
  box-shadow:
    0 22px 46px rgba(2, 6, 23, 0.2),
    inset 0 1px 0 rgba(191, 219, 254, 0.05);
}

.kr-process-card__number {
  display: inline-flex;
  margin-bottom: 42px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
}

.kr-process-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-process-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-services-cta {
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.94) 0%, rgba(2, 6, 14, 0.98) 100%);
}

.kr-services-cta__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 70px 44px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow:
    0 30px 70px rgba(2, 6, 23, 0.34),
    0 0 44px rgba(37, 99, 235, 0.16),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  text-align: center;
}

.kr-services-cta__card h2 {
  max-width: 800px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-services-cta__card p {
  max-width: 660px;
  margin: 0 0 32px;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
}

@media only screen and (max-width: 1199px) {
  .kr-services-detail__heading,
  .kr-services-cta__card h2 {
    font-size: 46px;
  }

  .service-2-wrapper.kr-services-detail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-2-wrapper.kr-services-detail__grid .service-2-box.kr-service-card {
    flex-direction: column;
  }

  .kr-services-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .kr-services-detail,
  .kr-services-process,
  .kr-services-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .kr-services-detail__header,
  .kr-services-process__header {
    margin-bottom: 34px;
  }

  .kr-services-detail__heading,
  .kr-services-cta__card h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .kr-services-detail__intro,
  .kr-services-cta__card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .service-2-wrapper.kr-services-detail__grid,
  .kr-services-process__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-2-wrapper.kr-services-detail__grid .service-2-box.kr-service-card,
  .kr-process-card {
    padding: 24px;
  }

  .service-2-box .content .title.kr-service-card__title {
    font-size: 25px;
  }

  .service-2-box .content .designation.kr-service-card__intro,
  .service-2-list.kr-service-card__list li,
  .kr-process-card p {
    font-size: 15px;
  }

  .kr-process-card__number {
    margin-bottom: 28px;
  }

  .kr-process-card h3 {
    font-size: 22px;
  }

  .kr-services-cta__card {
    padding: 44px 24px;
  }
}

@media only screen and (max-width: 480px) {
  .kr-service-card__icon {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .kr-services-detail__heading,
  .kr-services-cta__card h2 {
    font-size: 30px;
  }
}

/* K.R home contact CTA */
.kr-contact-cta {
  position: relative;
  overflow: hidden;
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.2), transparent 32%),
    radial-gradient(circle at 86% 50%, rgba(56, 189, 248, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.96) 0%, rgba(2, 6, 14, 0.98) 100%);
}

.kr-contact-cta,
.kr-contact-cta * {
  box-sizing: border-box;
}

.kr-contact-cta .container.rr-container-1650 {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-contact-cta__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 4.2vw, 58px);
  align-items: stretch;
  min-width: 0;
  padding: clamp(28px, 4.6vw, 58px);
  border: 1px solid rgba(125, 211, 252, 0.15);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(9, 20, 40, 0.78) 0%, rgba(6, 14, 29, 0.94) 100%);
  box-shadow:
    0 30px 74px rgba(2, 6, 23, 0.34),
    0 0 54px rgba(37, 99, 235, 0.15),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.kr-contact-cta__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.09) 0%, rgba(37, 99, 235, 0) 52%);
  pointer-events: none;
}

.kr-contact-cta__content,
.kr-contact-cta__map-card {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.kr-contact-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-contact-cta__eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, #7dd3fc 0%, rgba(125, 211, 252, 0) 100%);
}

.kr-contact-cta__title {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-contact-cta__title span {
  display: block;
}

.kr-contact-cta__title strong {
  color: #38bdf8;
  font-weight: inherit;
  background: linear-gradient(135deg, #7dd3fc 0%, #2563eb 58%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kr-contact-cta__intro {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-contact-cta__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.kr-contact-cta__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.13);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.5);
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.kr-contact-cta__item:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.36);
  background: rgba(15, 30, 55, 0.62);
}

.kr-contact-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(13, 25, 44, 0.98) 100%);
  color: #7dd3fc;
  font-size: 18px;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.2), inset 0 1px 0 rgba(125, 211, 252, 0.08);
}

.kr-contact-cta__item small,
.kr-contact-cta__item strong {
  display: block;
  min-width: 0;
  font-family: var(--font_bdogrotesk);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-contact-cta__item small {
  margin-bottom: 5px;
  color: rgba(148, 163, 184, 0.9);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.kr-contact-cta__item strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.kr-contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.kr-contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  min-width: 158px;
  padding: 15px 22px;
  border-radius: 8px;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.kr-contact-cta__button--primary {
  border: 1px solid rgba(96, 165, 250, 0.46);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.28);
}

.kr-contact-cta__button--outline {
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(15, 23, 42, 0.46);
  color: rgba(248, 250, 252, 0.94);
}

.kr-contact-cta__button:hover {
  transform: translateY(-2px);
}

.kr-contact-cta__button--primary:hover {
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.36);
}

.kr-contact-cta__button--outline:hover {
  border-color: rgba(56, 189, 248, 0.46);
  background: rgba(15, 30, 55, 0.66);
  color: #ffffff;
}

.kr-contact-cta__map-card {
  display: grid;
  align-items: end;
  aspect-ratio: 1 / 0.92;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(125, 211, 252, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(125, 211, 252, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 72% 34%, rgba(56, 189, 248, 0.22), transparent 18%),
    linear-gradient(135deg, rgba(7, 16, 32, 0.94) 0%, rgba(10, 24, 46, 0.98) 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow:
    0 24px 52px rgba(2, 6, 23, 0.32),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  overflow: hidden;
}

.kr-contact-cta__map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.18) contrast(0.95) saturate(0.9);
  opacity: 1;
}

.kr-contact-cta__map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 52% 42%, rgba(56, 189, 248, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(2, 6, 14, 0) 0%, rgba(2, 6, 14, 0.56) 100%);
  pointer-events: none;
}

.kr-contact-cta__map-card::after {
  content: none;
}

.kr-contact-cta__map-content {
  position: relative;
  z-index: 3;
  width: min(100%, 360px);
  margin: 24px;
  padding: 22px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: rgba(6, 14, 29, 0.78);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.28), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.kr-contact-cta__map-content span,
.kr-contact-cta__map-content strong,
.kr-contact-cta__map-content p {
  display: block;
  margin: 0;
  font-family: var(--font_bdogrotesk);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-contact-cta__map-content span {
  margin-bottom: 10px;
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.kr-contact-cta__map-content strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.14;
}

.kr-contact-cta__map-content p {
  margin-top: 10px;
  color: rgba(226, 232, 240, 0.8);
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .kr-contact-cta__shell {
    grid-template-columns: 1fr;
  }

  .kr-contact-cta__map-card {
    aspect-ratio: 16 / 9;
  }
}

@media only screen and (max-width: 767px) {
  .kr-contact-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .kr-contact-cta__shell {
    padding: 22px;
    gap: 26px;
  }

  .kr-contact-cta__title {
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1.02;
  }

  .kr-contact-cta__intro {
    font-size: 16px;
    line-height: 1.65;
  }

  .kr-contact-cta__items {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kr-contact-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kr-contact-cta__button {
    width: 100%;
    min-width: 0;
  }

  .kr-contact-cta__map-card {
    aspect-ratio: 1 / 1.12;
  }

  .kr-contact-cta__map-content {
    width: auto;
    margin: 16px;
    padding: 18px;
  }

  .kr-contact-cta__map-content strong {
    font-size: 21px;
  }
}

@media only screen and (max-width: 480px) {
  .kr-contact-cta__shell {
    padding: 18px;
  }

  .kr-contact-cta__item {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* K.R blog listing page */
.kr-blog-hero,
.kr-blog-listing,
.kr-blog-cta {
  position: relative;
  overflow: hidden;
}

.kr-blog-hero,
.kr-blog-listing,
.kr-blog-cta,
.kr-blog-hero *,
.kr-blog-listing *,
.kr-blog-cta * {
  box-sizing: border-box;
}

.kr-blog-hero .container.rr-container-1650,
.kr-blog-listing .container.rr-container-1650,
.kr-blog-cta .container.rr-container-1650 {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-blog-hero {
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: clamp(64px, 8vw, 110px);
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 99, 235, 0.22), transparent 30%),
    radial-gradient(circle at 82% 38%, rgba(56, 189, 248, 0.13), transparent 26%),
    linear-gradient(135deg, #030712 0%, #07111f 52%, #020617 100%);
}

.kr-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.08) 0%, rgba(2, 6, 23, 0.58) 100%);
  pointer-events: none;
}

.kr-blog-hero__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.kr-blog-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-blog-hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, #7dd3fc 0%, rgba(125, 211, 252, 0) 100%);
}

.kr-blog-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-blog-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-blog-listing {
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
  background:
    radial-gradient(circle at 88% 12%, rgba(14, 165, 233, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.98) 0%, rgba(5, 11, 24, 0.98) 100%);
}

.kr-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0;
  min-width: 0;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(9, 20, 40, 0.78) 0%, rgba(6, 14, 29, 0.94) 100%);
  box-shadow:
    0 30px 74px rgba(2, 6, 23, 0.32),
    0 0 46px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  overflow: hidden;
}

.kr-blog-featured__image,
.kr-blog-card__image {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #07111f;
}

.kr-blog-featured__image {
  aspect-ratio: 16 / 10;
}

.kr-blog-featured__image img,
.kr-blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.kr-blog-featured:hover .kr-blog-featured__image img,
.kr-blog-card:hover .kr-blog-card__image img {
  opacity: 0.88;
  transform: scale(1.045);
}

.kr-blog-featured__content,
.kr-blog-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.kr-blog-featured__content {
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
}

.kr-blog-card__category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-width: 0;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.14);
  color: #8ecbff;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-blog-featured h2,
.kr-blog-card h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-weight: 600;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-blog-featured h2 {
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.03;
}

.kr-blog-card h2 {
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.16;
}

.kr-blog-featured p,
.kr-blog-card p {
  margin: 18px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-blog-card__meta {
  margin-top: 22px;
  color: rgba(148, 163, 184, 0.92);
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.kr-blog-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 26px;
  color: #8ecbff;
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.kr-blog-card__link i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.kr-blog-card__link:hover {
  color: #ffffff;
}

.kr-blog-card__link:hover i {
  transform: translateX(4px);
}

.kr-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.kr-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.76) 0%, rgba(7, 15, 30, 0.94) 100%);
  box-shadow:
    0 24px 52px rgba(2, 6, 23, 0.24),
    inset 0 1px 0 rgba(191, 219, 254, 0.05);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.kr-blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.36);
  box-shadow:
    0 28px 58px rgba(2, 6, 23, 0.32),
    0 0 28px rgba(56, 189, 248, 0.14),
    inset 0 1px 0 rgba(191, 219, 254, 0.08);
}

.kr-blog-card__image {
  aspect-ratio: 16 / 10.5;
}

.kr-blog-card__body {
  flex: 1 1 auto;
  padding: 26px;
}

.kr-blog-card__body .kr-blog-card__link {
  margin-top: auto;
  padding-top: 26px;
}

.kr-blog-load-more {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.kr-blog-load-more__button {
  border: 1px solid rgba(96, 165, 250, 0.38);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.kr-blog-cta {
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(2, 6, 14, 0.98) 100%);
}

.kr-blog-cta__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: clamp(42px, 7vw, 78px) clamp(22px, 5vw, 56px);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow:
    0 30px 70px rgba(2, 6, 23, 0.34),
    0 0 44px rgba(37, 99, 235, 0.16),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  text-align: center;
}

.kr-blog-cta__card h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-blog-cta__card p {
  max-width: 620px;
  margin: 20px 0 32px;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1199px) {
  .kr-blog-featured,
  .kr-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .kr-blog-featured {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .kr-blog-hero {
    padding-top: 98px;
    padding-bottom: 62px;
  }

  .kr-blog-listing,
  .kr-blog-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .kr-blog-featured__content,
  .kr-blog-card__body {
    padding: 22px;
  }

  .kr-blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kr-blog-card__category {
    margin-bottom: 15px;
  }

  .kr-blog-featured p,
  .kr-blog-card p,
  .kr-blog-cta__card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .kr-blog-load-more {
    margin-top: 34px;
  }
}

/* K.R about page rebuild */
.kr-about-page,
.kr-about-page * {
  box-sizing: border-box;
}

.kr-about-page {
  overflow: hidden;
  background: #020617;
}

.kr-about-page .container.rr-container-1650 {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-about-page-hero,
.kr-about-page-journey,
.kr-about-page-services,
.kr-about-page-values,
.kr-about-page-stats,
.kr-about-page-clients,
.kr-about-page-why,
.kr-about-page-cta {
  position: relative;
  overflow: hidden;
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
}

.kr-about-page-hero {
  padding-top: clamp(112px, 12vw, 174px);
  padding-bottom: clamp(72px, 8vw, 116px);
  background:
    radial-gradient(circle at 50% 18%, rgba(37, 99, 235, 0.26), transparent 32%),
    radial-gradient(circle at 82% 38%, rgba(56, 189, 248, 0.13), transparent 26%),
    linear-gradient(135deg, #030712 0%, #07111f 52%, #020617 100%);
}

.kr-about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.54) 100%);
  pointer-events: none;
}

.kr-about-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-about-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-about-page__eyebrow::before,
.kr-about-page__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0), #7dd3fc);
}

.kr-about-page__eyebrow::after {
  background: linear-gradient(90deg, #7dd3fc, rgba(125, 211, 252, 0));
}

.kr-about-page__section-head:not(.kr-about-page__section-head--center) .kr-about-page__eyebrow::after,
.kr-about-page-journey__content .kr-about-page__eyebrow::after {
  display: none;
}

.kr-about-page-hero h1,
.kr-about-page__heading,
.kr-about-page-cta__card h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-about-page-hero h1 {
  font-size: clamp(44px, 7vw, 96px);
  line-height: 0.98;
}

.kr-about-page-hero p {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(226, 232, 240, 0.82);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-about-page__section-head {
  max-width: 760px;
}

.kr-about-page__section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-about-page__heading {
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 1.04;
}

.kr-about-page-journey {
  background:
    radial-gradient(circle at 14% 34%, rgba(37, 99, 235, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.98) 0%, rgba(5, 11, 24, 0.98) 100%);
}

.kr-about-page-journey__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-width: 0;
}

.kr-about-page-journey__visual,
.kr-about-page-journey__content {
  min-width: 0;
}

.kr-about-page-journey__visual {
  display: flex;
  justify-content: center;
}

.kr-about-page-journey__visual img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
}

.kr-about-page-journey__steps {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.kr-about-page-journey__step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.kr-about-page-journey__step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.34) 0%, rgba(56, 189, 248, 0.18) 100%);
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.kr-about-page-journey__step h3,
.kr-about-page-service h3,
.kr-about-page-value h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-about-page-journey__step p,
.kr-about-page-value p {
  margin: 10px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-about-page-services {
  background:
    radial-gradient(circle at 84% 24%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(4, 10, 22, 0.98) 100%);
}

.kr-about-page-services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.kr-about-page-service {
  grid-column: span 2;
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.72) 0%, rgba(7, 15, 30, 0.92) 100%);
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(191, 219, 254, 0.05);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kr-about-page-service:nth-child(4) {
  grid-column: 2 / span 2;
}

.kr-about-page-service:nth-child(5) {
  grid-column: 4 / span 2;
}

.kr-about-page-service:hover,
.kr-about-page-value:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.36);
  box-shadow: 0 28px 58px rgba(2, 6, 23, 0.3), 0 0 28px rgba(56, 189, 248, 0.14), inset 0 1px 0 rgba(191, 219, 254, 0.08);
}

.kr-about-page-service > span,
.kr-about-page-value > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(13, 25, 44, 0.98) 100%);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.2), inset 0 1px 0 rgba(125, 211, 252, 0.08);
  color: #7dd3fc;
  font-size: 22px;
}

.kr-about-page-service h3 {
  font-size: 24px;
}

.kr-about-page-values {
  background: linear-gradient(180deg, rgba(4, 10, 22, 0.98) 0%, rgba(2, 6, 23, 0.98) 100%);
}

.kr-about-page-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.kr-about-page-value {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.72) 0%, rgba(7, 15, 30, 0.92) 100%);
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(191, 219, 254, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kr-about-page-value h3 {
  font-size: 23px;
}

.kr-about-page-value p {
  font-size: 16px;
}

.kr-about-page-stats {
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.98) 0%, rgba(5, 11, 24, 0.98) 100%);
}

.kr-about-page-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kr-about-page-stat {
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow: 0 26px 56px rgba(2, 6, 23, 0.28), 0 0 34px rgba(56, 189, 248, 0.11), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  text-align: center;
}

.kr-about-page-stat strong {
  display: block;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.kr-about-page-stat span {
  display: block;
  margin-top: 14px;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.kr-about-page-clients {
  background:
    radial-gradient(circle at 82% 30%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(4, 10, 22, 0.98) 100%);
}

.kr-about-page-clients__slider {
  position: relative;
  margin-top: 46px;
  padding: 18px 0;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.56) 0%, rgba(7, 15, 30, 0.82) 100%);
  box-shadow: 0 24px 52px rgba(2, 6, 23, 0.24), inset 0 1px 0 rgba(191, 219, 254, 0.05);
  overflow: hidden;
}

.kr-about-page-clients__slider::before,
.kr-about-page-clients__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(16vw, 160px);
  pointer-events: none;
}

.kr-about-page-clients__slider::before {
  left: 0;
  background: linear-gradient(90deg, rgba(7, 15, 30, 0.98) 0%, rgba(7, 15, 30, 0) 100%);
}

.kr-about-page-clients__slider::after {
  right: 0;
  background: linear-gradient(90deg, rgba(7, 15, 30, 0) 0%, rgba(7, 15, 30, 0.98) 100%);
}

.kr-about-page-clients__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: kr-about-client-slide 34s linear infinite;
}

.kr-about-page-clients__slider:hover .kr-about-page-clients__track {
  animation-play-state: paused;
}

.kr-about-page-clients__logo {
  flex: 0 0 clamp(150px, 15vw, 220px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  aspect-ratio: 2.45 / 1;
  padding: 18px 22px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.5);
}

.kr-about-page-clients__logo img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(0.9) brightness(1.08);
  opacity: 0.88;
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.kr-about-page-clients__logo:hover img {
  opacity: 1;
  filter: saturate(1.05) brightness(1.14);
  transform: scale(1.04);
}

@keyframes kr-about-client-slide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kr-about-page-clients__track {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }
}

.kr-about-page-why {
  background:
    radial-gradient(circle at 14% 24%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(4, 10, 22, 0.98) 100%);
}

.kr-about-page-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  min-width: 0;
}

.kr-about-page-why__points {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.kr-about-page-why__point {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.5);
}

.kr-about-page-why__point i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.44), rgba(56, 189, 248, 0.18));
  color: #7dd3fc;
  font-size: 14px;
}

.kr-about-page-why__point span {
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-about-page-cta {
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.98) 0%, rgba(2, 6, 14, 0.98) 100%);
}

.kr-about-page-cta__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: clamp(42px, 7vw, 78px) clamp(22px, 5vw, 56px);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.34), 0 0 44px rgba(37, 99, 235, 0.16), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  text-align: center;
}

.kr-about-page-cta__card h2 {
  max-width: 820px;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.03;
}

.kr-about-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.kr-about-page-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 148px;
  padding: 17px 24px;
  border-radius: 8px;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.kr-about-page-cta__button--primary {
  border: 1px solid rgba(96, 165, 250, 0.46);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.28);
}

.kr-about-page-cta__button--outline {
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(15, 23, 42, 0.46);
  color: rgba(248, 250, 252, 0.94);
}

.kr-about-page-cta__button:hover {
  transform: translateY(-2px);
}

.kr-about-page-cta__button--outline:hover {
  border-color: rgba(56, 189, 248, 0.46);
  background: rgba(15, 30, 55, 0.66);
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .kr-about-page-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .kr-about-page-journey__layout,
  .kr-about-page-why__layout {
    grid-template-columns: 1fr;
  }

  .kr-about-page-journey__visual {
    justify-content: flex-start;
  }

  .kr-about-page-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kr-about-page-service,
  .kr-about-page-service:nth-child(4),
  .kr-about-page-service:nth-child(5) {
    grid-column: auto;
  }

  .kr-about-page-values__grid,
  .kr-about-page-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .kr-about-page-hero {
    padding-top: 98px;
    padding-bottom: 62px;
  }

  .kr-about-page-journey,
  .kr-about-page-services,
  .kr-about-page-values,
  .kr-about-page-stats,
  .kr-about-page-clients,
  .kr-about-page-why,
  .kr-about-page-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .kr-about-page__eyebrow::before,
  .kr-about-page__eyebrow::after {
    width: 22px;
  }

  .kr-about-page-journey__steps {
    gap: 22px;
  }

  .kr-about-page-journey__step {
    grid-template-columns: 1fr;
  }

  .kr-about-page-services__grid,
  .kr-about-page-values__grid,
  .kr-about-page-stats__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kr-about-page-service,
  .kr-about-page-value {
    padding: 24px;
  }

  .kr-about-page-journey__step h3,
  .kr-about-page-service h3,
  .kr-about-page-value h3 {
    font-size: 22px;
  }

  .kr-about-page-journey__step p,
  .kr-about-page-value p {
    font-size: 16px;
    line-height: 1.65;
  }

  .kr-about-page-why__point {
    padding: 18px;
  }

  .kr-about-page-why__point span {
    font-size: 18px;
  }

  .kr-about-page-clients__slider {
    margin-top: 34px;
  }

  .kr-about-page-clients__track {
    gap: 12px;
    animation-duration: 28s;
  }

  .kr-about-page-clients__logo {
    padding: 14px 16px;
  }

  .kr-about-page-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kr-about-page-cta__button {
    width: 100%;
    min-width: 0;
  }
}

/* K.R services page custom rebuild */
.kr-services-page,
.kr-services-page * {
  box-sizing: border-box;
}

.kr-services-page {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: #020617;
}

.kr-services-page .container.rr-container-1650 {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-services-page-hero,
.kr-services-page-grid-section,
.kr-services-page-details,
.kr-services-page-values,
.kr-services-page-stats,
.kr-services-page-why,
.kr-services-page-cta {
  position: relative;
  overflow: hidden;
  padding-top: var(--kr-home-section-y);
  padding-bottom: var(--kr-home-section-y);
}

.kr-services-page-hero {
  padding-top: clamp(112px, 12vw, 174px);
  padding-bottom: clamp(72px, 8vw, 116px);
  background:
    radial-gradient(circle at 50% 18%, rgba(37, 99, 235, 0.28), transparent 32%),
    radial-gradient(circle at 82% 38%, rgba(56, 189, 248, 0.14), transparent 26%),
    linear-gradient(135deg, #030712 0%, #07111f 52%, #020617 100%);
}

.kr-services-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.58) 100%);
  pointer-events: none;
}

.kr-services-page-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-services-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-services-page__eyebrow::before,
.kr-services-page__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0), #7dd3fc);
}

.kr-services-page__eyebrow::after {
  background: linear-gradient(90deg, #7dd3fc, rgba(125, 211, 252, 0));
}

.kr-services-page__section-head:not(.kr-services-page__section-head--center) .kr-services-page__eyebrow::after {
  display: none;
}

.kr-services-page-hero h1,
.kr-services-page__heading,
.kr-services-page-cta__card h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.kr-services-page-hero h1 {
  font-size: clamp(44px, 7vw, 96px);
  line-height: 0.98;
}

.kr-services-page-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(226, 232, 240, 0.84);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-services-page__section-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 790px;
}

.kr-services-page__section-head--center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-services-page__heading {
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 1.04;
}

.kr-services-page-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-top: 34px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(56, 189, 248, 0.5) transparent;
  -webkit-overflow-scrolling: touch;
}

.kr-services-page-tabs::-webkit-scrollbar {
  height: 4px;
}

.kr-services-page-tabs::-webkit-scrollbar-track {
  background: transparent;
}

.kr-services-page-tabs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.42);
}

.kr-services-page-tab {
  flex: 0 0 auto;
  min-width: 0;
  border: 1px solid rgba(56, 189, 248, 0.48);
  border-radius: 999px;
  background: rgba(5, 15, 32, 0.72);
  color: rgba(226, 232, 240, 0.9);
  box-shadow: inset 0 1px 0 rgba(191, 219, 254, 0.08);
  cursor: pointer;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding: 14px 22px;
  text-align: center;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.kr-services-page-tab:hover,
.kr-services-page-tab:focus-visible {
  border-color: rgba(125, 211, 252, 0.86);
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.kr-services-page-tab.is-active {
  border-color: rgba(125, 211, 252, 0.96);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(56, 189, 248, 0.5));
  color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.18),
    0 0 28px rgba(56, 189, 248, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.kr-services-page-grid-section {
  background:
    radial-gradient(circle at 84% 24%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.98) 0%, rgba(5, 11, 24, 0.98) 100%);
}

.kr-services-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 36px;
}

.kr-services-page-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.68) 0%, rgba(7, 15, 30, 0.9) 100%);
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.24), inset 0 1px 0 rgba(191, 219, 254, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kr-services-page-card:hover,
.kr-services-page-card:focus-within {
  transform: scale(1.025);
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow:
    0 30px 62px rgba(2, 6, 23, 0.34),
    0 0 34px rgba(56, 189, 248, 0.16),
    inset 0 1px 0 rgba(191, 219, 254, 0.08);
}

.kr-services-page-card[hidden] {
  display: none;
}

.kr-services-page-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.kr-services-page-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
}

.kr-services-page-card__body h3,
.kr-services-page-detail__content h3,
.kr-services-page-value h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-services-page-card__body p,
.kr-services-page-detail__content p {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-services-page-details {
  background:
    radial-gradient(circle at 14% 28%, rgba(37, 99, 235, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(3, 8, 18, 0.98) 100%);
}

.kr-services-page-detail-list {
  display: grid;
  gap: 34px;
  padding-top: 52px;
}

.kr-services-page-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.62) 0%, rgba(7, 15, 30, 0.88) 100%);
  box-shadow: 0 24px 52px rgba(2, 6, 23, 0.26), inset 0 1px 0 rgba(191, 219, 254, 0.05);
}

.kr-services-page-detail--reverse .kr-services-page-detail__image {
  order: 2;
}

.kr-services-page-detail__image,
.kr-services-page-detail__content {
  min-width: 0;
}

.kr-services-page-detail__image {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.12);
}

.kr-services-page-detail__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.kr-services-page-detail__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.kr-services-page-detail__content h3 {
  font-size: clamp(32px, 4vw, 54px);
}

.kr-services-page-detail__content ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kr-services-page-detail__content li {
  position: relative;
  min-width: 0;
  padding-left: 28px;
  color: rgba(241, 245, 249, 0.92);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-services-page-detail__content li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.8);
  transform: translateY(-50%);
}

.kr-services-page-values {
  background:
    radial-gradient(circle at 82% 30%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(3, 8, 18, 0.98) 0%, rgba(4, 10, 22, 0.98) 100%);
}

.kr-services-page-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  padding-top: 48px;
}

.kr-services-page-value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.72) 0%, rgba(7, 15, 30, 0.92) 100%);
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(191, 219, 254, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.kr-services-page-value:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.36);
  box-shadow: 0 28px 58px rgba(2, 6, 23, 0.3), 0 0 28px rgba(56, 189, 248, 0.14), inset 0 1px 0 rgba(191, 219, 254, 0.08);
}

.kr-services-page-value > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(13, 25, 44, 0.98) 100%);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.2), inset 0 1px 0 rgba(125, 211, 252, 0.08);
  color: #7dd3fc;
  font-size: 22px;
}

.kr-services-page-value h3 {
  font-size: 23px;
}

.kr-services-page-stats {
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.98) 0%, rgba(5, 11, 24, 0.98) 100%);
}

.kr-services-page-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kr-services-page-stat {
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow: 0 26px 56px rgba(2, 6, 23, 0.28), 0 0 34px rgba(56, 189, 248, 0.11), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  text-align: center;
}

.kr-services-page-stat strong {
  display: block;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.kr-services-page-stat span {
  display: block;
  padding-top: 14px;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.kr-services-page-why {
  background:
    radial-gradient(circle at 14% 24%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(5, 11, 24, 0.98) 0%, rgba(4, 10, 22, 0.98) 100%);
}

.kr-services-page-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  min-width: 0;
}

.kr-services-page-why__points {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.kr-services-page-why__point {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.5);
}

.kr-services-page-why__point i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.44), rgba(56, 189, 248, 0.18));
  color: #7dd3fc;
  font-size: 14px;
}

.kr-services-page-why__point span {
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-services-page-cta {
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(4, 10, 22, 0.98) 0%, rgba(2, 6, 14, 0.98) 100%);
}

.kr-services-page-cta__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  min-width: 0;
  padding: clamp(42px, 7vw, 78px) clamp(22px, 5vw, 56px);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 21, 39, 0.78) 0%, rgba(8, 16, 31, 0.96) 100%);
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.34), 0 0 44px rgba(37, 99, 235, 0.16), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  text-align: center;
}

.kr-services-page-cta__card h2 {
  max-width: 820px;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.03;
}

.kr-services-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.kr-services-page-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 148px;
  padding: 17px 24px;
  border-radius: 8px;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.kr-services-page-cta__button--primary {
  border: 1px solid rgba(96, 165, 250, 0.46);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.28);
}

.kr-services-page-cta__button--outline {
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(15, 23, 42, 0.46);
  color: rgba(248, 250, 252, 0.94);
}

.kr-services-page-cta__button:hover {
  transform: translateY(-2px);
}

.kr-services-page-cta__button--outline:hover {
  border-color: rgba(56, 189, 248, 0.46);
  background: rgba(15, 30, 55, 0.66);
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .kr-services-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kr-services-page-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .kr-services-page-detail,
  .kr-services-page-why__layout {
    grid-template-columns: 1fr;
  }

  .kr-services-page-detail--reverse .kr-services-page-detail__image {
    order: 0;
  }

  .kr-services-page-values__grid,
  .kr-services-page-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .kr-services-page-hero {
    padding-top: 98px;
    padding-bottom: 62px;
  }

  .kr-services-page-grid-section,
  .kr-services-page-details,
  .kr-services-page-values,
  .kr-services-page-stats,
  .kr-services-page-why,
  .kr-services-page-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .kr-services-page__eyebrow::before,
  .kr-services-page__eyebrow::after {
    width: 22px;
  }

  .kr-services-page-grid,
  .kr-services-page-values__grid,
  .kr-services-page-stats__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kr-services-page-tabs {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 28px;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .kr-services-page-tab {
    font-size: 14px;
    padding: 13px 18px;
  }

  .kr-services-page-grid,
  .kr-services-page-detail-list,
  .kr-services-page-values__grid {
    padding-top: 34px;
  }

  .kr-services-page__section-head {
    width: 100%;
  }

  .kr-services-page__section-head--center .kr-services-page__heading {
    max-width: 320px;
  }

  .kr-services-page-card__body,
  .kr-services-page-value {
    padding: 24px;
  }

  .kr-services-page-card__body h3,
  .kr-services-page-value h3 {
    font-size: 22px;
  }

  .kr-services-page__heading {
    font-size: 32px;
    line-height: 1.12;
  }

  .kr-services-page-card__body p,
  .kr-services-page-detail__content p,
  .kr-services-page-detail__content li {
    font-size: 15px;
  }

  .kr-services-page-detail {
    gap: 24px;
  }

  .kr-services-page-why__point {
    padding: 18px;
  }

  .kr-services-page-why__point span {
    font-size: 18px;
  }

  .kr-services-page-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kr-services-page-cta__button {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 480px) {
  .kr-services-page .container.rr-container-1650 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kr-services-page-detail {
    padding: 18px;
  }

  .kr-services-page-value > span {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}

/* K.R FAQ and contact pages */
.kr-faq-page,
.kr-contact-page,
.kr-faq-page *,
.kr-contact-page * {
  box-sizing: border-box;
}

.kr-faq-page,
.kr-contact-page {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(37, 99, 235, 0.18), transparent 30%),
    radial-gradient(circle at 84% 28%, rgba(56, 189, 248, 0.1), transparent 28%),
    linear-gradient(180deg, #020617 0%, #050b18 52%, #020617 100%);
}

.kr-faq-page .container.rr-container-1650,
.kr-contact-page .container.rr-container-1650 {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-faq-page__hero,
.kr-contact-page__hero {
  padding-top: clamp(112px, 12vw, 174px);
  padding-bottom: clamp(64px, 7vw, 106px);
}

.kr-faq-page__hero-content,
.kr-contact-page__hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-faq-page__eyebrow,
.kr-contact-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-faq-page__eyebrow::before,
.kr-faq-page__eyebrow::after,
.kr-contact-page__eyebrow::before,
.kr-contact-page__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0), #7dd3fc);
}

.kr-faq-page__eyebrow::after,
.kr-contact-page__eyebrow::after {
  background: linear-gradient(90deg, #7dd3fc, rgba(125, 211, 252, 0));
}

.kr-faq-page__hero h1,
.kr-contact-page__hero h1,
.kr-faq-page__category h2,
.kr-faq-page__cta-card h2,
.kr-contact-page__info h2,
.kr-contact-page__form-head h2,
.kr-contact-page__map-content h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-faq-page__hero h1,
.kr-contact-page__hero h1 {
  font-size: clamp(42px, 6vw, 86px);
  line-height: 1;
}

.kr-faq-page__hero p,
.kr-contact-page__hero p,
.kr-contact-page__info p {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-faq-page__content,
.kr-contact-page__main,
.kr-contact-page__map-section,
.kr-faq-page__cta {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.kr-faq-page__accordion {
  display: grid;
  gap: 24px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.kr-faq-page__category {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.68) 0%, rgba(7, 15, 30, 0.92) 100%);
  box-shadow: 0 24px 56px rgba(2, 6, 23, 0.28), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.kr-faq-page__category h2 {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
}

.kr-faq-page__items {
  display: grid;
  gap: 12px;
}

.kr-faq-page__item {
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.13);
  border-radius: 14px;
  background: rgba(2, 8, 23, 0.46);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.kr-faq-page__item.is-open {
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(8, 20, 42, 0.72);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.13), inset 0 1px 0 rgba(191, 219, 254, 0.08);
}

.kr-faq-page__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  padding: 20px;
  text-align: left;
}

.kr-faq-page__question span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.kr-faq-page__question i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 50%;
  color: #7dd3fc;
  font-size: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.kr-faq-page__item.is-open .kr-faq-page__question i {
  background: rgba(56, 189, 248, 0.12);
  transform: rotate(45deg);
}

.kr-faq-page__question:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.7);
  outline-offset: 3px;
}

.kr-faq-page__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.26s ease;
}

.kr-faq-page__answer[hidden] {
  display: block;
}

.kr-faq-page__answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-faq-page__cta-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10, 25, 50, 0.82), rgba(7, 15, 30, 0.94));
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.32), 0 0 42px rgba(37, 99, 235, 0.12);
}

.kr-faq-page__cta-card h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.kr-faq-page__cta-button,
.kr-contact-page__button,
.kr-contact-page__form-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.kr-faq-page__cta-button,
.kr-contact-page__button--primary,
.kr-contact-page__form-actions button {
  border: 1px solid rgba(125, 211, 252, 0.36);
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.28);
  padding: 16px 24px;
}

.kr-faq-page__cta-button:hover,
.kr-contact-page__button:hover,
.kr-contact-page__form-actions button:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.kr-contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.kr-contact-page__info,
.kr-contact-page__form,
.kr-contact-page__map-card {
  min-width: 0;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.68) 0%, rgba(7, 15, 30, 0.92) 100%);
  box-shadow: 0 24px 56px rgba(2, 6, 23, 0.28), inset 0 1px 0 rgba(191, 219, 254, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.kr-contact-page__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: clamp(24px, 4vw, 38px);
}

.kr-contact-page__info .kr-contact-page__eyebrow::after {
  display: none;
}

.kr-contact-page__info h2,
.kr-contact-page__form-head h2,
.kr-contact-page__map-content h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.06;
}

.kr-contact-page__details {
  display: grid;
  gap: 14px;
}

.kr-contact-page__detail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.13);
  border-radius: 14px;
  background: rgba(2, 8, 23, 0.42);
  color: inherit;
  text-decoration: none;
}

.kr-contact-page__detail i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.1);
  color: #7dd3fc;
}

.kr-contact-page__detail span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.kr-contact-page__detail small {
  color: rgba(226, 232, 240, 0.62);
  font-family: var(--font_bdogrotesk);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.kr-contact-page__detail strong {
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-contact-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kr-contact-page__button--outline {
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(15, 23, 42, 0.46);
  color: rgba(248, 250, 252, 0.94);
  padding: 16px 22px;
}

.kr-contact-page__button--outline:hover {
  border-color: rgba(56, 189, 248, 0.46);
  background: rgba(15, 30, 55, 0.66);
}

.kr-contact-page__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
}

.kr-contact-page__form-head,
.kr-contact-page__field--full,
.kr-contact-page__form-actions {
  grid-column: 1 / -1;
}

.kr-contact-page__form-head {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}

.kr-contact-page__form-head span,
.kr-contact-page__map-content span {
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
}

.kr-contact-page__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.kr-contact-page__field label {
  color: rgba(248, 250, 252, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.kr-contact-page__field input,
.kr-contact-page__field select,
.kr-contact-page__field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(2, 8, 23, 0.58);
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  outline: none;
  padding: 14px 15px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.kr-contact-page__field select {
  appearance: auto;
}

.kr-contact-page__field textarea {
  min-height: 130px;
  resize: vertical;
}

.kr-contact-page__field input:focus,
.kr-contact-page__field select:focus,
.kr-contact-page__field textarea:focus {
  border-color: rgba(56, 189, 248, 0.72);
  background: rgba(3, 12, 28, 0.82);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.14);
}

.kr-contact-page__form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}

.kr-contact-page__form-actions button {
  min-width: 148px;
  cursor: pointer;
}

.kr-contact-page__form-actions p {
  margin: 0;
  color: #86efac;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.kr-contact-page__form-actions p[hidden] {
  display: none;
}

.kr-contact-page__map-card {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
}

.kr-contact-page__map-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(rgba(125, 211, 252, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.2), transparent 42%),
    rgba(2, 8, 23, 0.58);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.kr-contact-page__map-card--google .kr-contact-page__map-visual {
  align-items: stretch;
  justify-content: stretch;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  background: rgba(2, 8, 23, 0.58);
}

.kr-contact-page__map-frame {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.kr-contact-page__map-visual i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(125, 211, 252, 0.4);
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.22);
  color: #7dd3fc;
  font-size: 34px;
  box-shadow: 0 0 34px rgba(56, 189, 248, 0.22);
}

.kr-contact-page__map-content {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.kr-contact-page__map-content p,
.kr-contact-page__map-content strong {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-contact-page__map-content strong {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .kr-contact-page__layout,
  .kr-contact-page__map-card {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .kr-faq-page__hero,
  .kr-contact-page__hero {
    padding-top: 98px;
    padding-bottom: 58px;
  }

  .kr-faq-page__content,
  .kr-contact-page__main,
  .kr-contact-page__map-section,
  .kr-faq-page__cta {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .kr-faq-page__hero h1,
  .kr-contact-page__hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .kr-faq-page__hero p,
  .kr-contact-page__hero p,
  .kr-contact-page__info p {
    font-size: 16px;
  }

  .kr-faq-page__eyebrow::before,
  .kr-faq-page__eyebrow::after,
  .kr-contact-page__eyebrow::before,
  .kr-contact-page__eyebrow::after {
    width: 22px;
  }

  .kr-faq-page__question {
    padding: 18px;
  }

  .kr-faq-page__answer p {
    padding: 0 18px 18px;
  }

  .kr-faq-page__cta-card,
  .kr-contact-page__actions,
  .kr-contact-page__form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kr-faq-page__cta-button,
  .kr-contact-page__button,
  .kr-contact-page__form-actions button {
    width: 100%;
  }

  .kr-contact-page__form {
    grid-template-columns: 1fr;
  }

  .kr-contact-page__map-visual {
    min-height: 190px;
  }

  .kr-contact-page__map-card--google .kr-contact-page__map-visual,
  .kr-contact-page__map-frame {
    min-height: 260px;
  }
}

@media only screen and (max-width: 480px) {
  .kr-faq-page .container.rr-container-1650,
  .kr-contact-page .container.rr-container-1650 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kr-faq-page__category,
  .kr-contact-page__info,
  .kr-contact-page__form,
  .kr-contact-page__map-card {
    border-radius: 16px;
    padding: 20px;
  }

  .kr-contact-page__detail {
    grid-template-columns: 1fr;
  }
}

/* K.R clients page */
.kr-clients-page,
.kr-clients-page * {
  box-sizing: border-box;
}

.kr-clients-page {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(37, 99, 235, 0.2), transparent 30%),
    radial-gradient(circle at 86% 30%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, #020617 0%, #050b18 52%, #020617 100%);
}

.kr-clients-page .container.rr-container-1650 {
  width: 100%;
  max-width: var(--kr-home-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kr-home-pad-x);
  padding-right: var(--kr-home-pad-x);
}

.kr-clients-page__hero {
  min-height: 100vh;
  padding-top: clamp(120px, 12vw, 174px);
  padding-bottom: clamp(76px, 8vw, 128px);
}

.kr-clients-page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kr-clients-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.kr-clients-page__eyebrow::before,
.kr-clients-page__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0), #7dd3fc);
}

.kr-clients-page__eyebrow::after {
  background: linear-gradient(90deg, #7dd3fc, rgba(125, 211, 252, 0));
}

.kr-clients-page__header h1 {
  max-width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-clients-page__header p {
  max-width: min(100%, 560px);
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-family: var(--font_bdogrotesk);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-clients-page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  padding-top: clamp(42px, 5vw, 70px);
}

.kr-clients-page__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.15);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 22, 42, 0.68) 0%, rgba(7, 15, 30, 0.94) 100%);
  box-shadow:
    0 24px 56px rgba(2, 6, 23, 0.3),
    inset 0 1px 0 rgba(191, 219, 254, 0.06);
  color: inherit;
  text-decoration: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.kr-clients-page__card:hover,
.kr-clients-page__card:focus-visible {
  border-color: rgba(56, 189, 248, 0.48);
  box-shadow:
    0 30px 70px rgba(2, 6, 23, 0.42),
    0 0 34px rgba(56, 189, 248, 0.16),
    inset 0 1px 0 rgba(191, 219, 254, 0.1);
  outline: none;
  transform: translateY(-6px);
}

.kr-clients-page__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: rgba(2, 6, 23, 0.5);
}

.kr-clients-page__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.kr-clients-page__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.12) 0%, rgba(2, 6, 23, 0.78) 100%);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.kr-clients-page__overlay span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(125, 211, 252, 0.46);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 18px;
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.24);
  transform: translateY(10px);
  transition: transform 0.32s ease;
}

.kr-clients-page__overlay i {
  color: #7dd3fc;
  font-size: 16px;
}

.kr-clients-page__card:hover .kr-clients-page__media img,
.kr-clients-page__card:focus-visible .kr-clients-page__media img {
  filter: brightness(0.72);
  transform: scale(1.06);
}

.kr-clients-page__card:hover .kr-clients-page__overlay,
.kr-clients-page__card:focus-visible .kr-clients-page__overlay {
  opacity: 1;
}

.kr-clients-page__card:hover .kr-clients-page__overlay span,
.kr-clients-page__card:focus-visible .kr-clients-page__overlay span {
  transform: translateY(0);
}

.kr-clients-page__content {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 20px;
}

.kr-clients-page__content strong {
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.kr-clients-page__content small {
  color: rgba(226, 232, 240, 0.68);
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  .kr-clients-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .kr-clients-page__hero {
    padding-top: 98px;
    padding-bottom: 76px;
  }

  .kr-clients-page__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 36px;
  }

  .kr-clients-page__eyebrow::before,
  .kr-clients-page__eyebrow::after {
    width: 22px;
  }

  .kr-clients-page__card {
    border-radius: 16px;
  }

  .kr-clients-page__media {
    border-radius: 16px 16px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .kr-clients-page .container.rr-container-1650 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kr-clients-page__header h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .kr-clients-page__header p {
    font-size: 15px;
    line-height: 1.55;
  }

  .kr-clients-page__content {
    padding: 18px;
  }
}

/* K.R shared quote modal */
body.kr-quote-modal-open {
  overflow: hidden;
}

.kr-quote-modal,
.kr-quote-modal * {
  box-sizing: border-box;
}

.kr-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100dvh;
  padding: clamp(16px, 3vw, 34px);
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.kr-quote-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.kr-quote-modal__dialog {
  position: relative;
  width: min(100%, 720px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 189, 248, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(10, 20, 39, 0.92) 0%, rgba(4, 10, 22, 0.96) 100%);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.56),
    0 0 54px rgba(56, 189, 248, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(24px, 4vw, 38px);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.24s ease;
}

.kr-quote-modal.is-open .kr-quote-modal__dialog {
  transform: translateY(0) scale(1);
}

.kr-quote-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.kr-quote-modal__close:hover,
.kr-quote-modal__close:focus-visible {
  border-color: rgba(125, 211, 252, 0.68);
  background: rgba(37, 99, 235, 0.42);
  color: #ffffff;
  outline: none;
  transform: rotate(90deg);
}

.kr-quote-modal__header {
  display: grid;
  gap: 10px;
  padding-right: 52px;
  margin-bottom: 24px;
}

.kr-quote-modal__eyebrow {
  color: #7dd3fc;
  font-family: var(--font_bdogrotesk);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
}

.kr-quote-modal__header h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.kr-quote-modal__header p {
  margin: 0;
  color: rgba(226, 232, 240, 0.76);
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  line-height: 1.6;
}

.kr-quote-modal__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kr-quote-modal__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.kr-quote-modal__field--full,
.kr-quote-modal__footer {
  grid-column: 1 / -1;
}

.kr-quote-modal__field label {
  color: rgba(248, 250, 252, 0.9);
  font-family: var(--font_bdogrotesk);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.kr-quote-modal__field input,
.kr-quote-modal__field select,
.kr-quote-modal__field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(2, 8, 23, 0.58);
  color: #ffffff;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  outline: none;
  padding: 14px 15px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.kr-quote-modal__field select {
  appearance: auto;
}

.kr-quote-modal__field textarea {
  min-height: 116px;
  resize: vertical;
}

.kr-quote-modal__field input:focus,
.kr-quote-modal__field select:focus,
.kr-quote-modal__field textarea:focus {
  border-color: rgba(56, 189, 248, 0.72);
  background: rgba(3, 12, 28, 0.82);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.14);
}

.kr-quote-modal__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.kr-quote-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  border: 1px solid rgba(125, 211, 252, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 26px;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.3), 0 0 28px rgba(56, 189, 248, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.kr-quote-modal__submit:hover,
.kr-quote-modal__submit:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(37, 99, 235, 0.38), 0 0 34px rgba(56, 189, 248, 0.26);
}

.kr-quote-modal__success {
  margin: 0;
  color: #86efac;
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.kr-quote-modal__success[hidden] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kr-quote-modal {
    align-items: flex-start;
    padding: 14px;
  }

  .kr-quote-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 28px);
    border-radius: 16px;
    padding: 24px 18px;
  }

  .kr-quote-modal__close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .kr-quote-modal__header {
    padding-right: 46px;
    margin-bottom: 20px;
  }

  .kr-quote-modal__form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kr-quote-modal__footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kr-quote-modal__submit {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
