﻿:root {
  --primary: #111111;
  --secondary: #555555;
  --border: rgba(17, 17, 17, 0.1);
  --bg: #111111;
  --theme: gradient(75deg, #0088ff 100%, #3c00ff 100%);
  --black: #080808;
  --black-2: #999999;
  --white: #ffffff;
  --white-2: #999999;
  --action: #0088ff;
}

:root .dark {
  --primary: #ffffff;
  --secondary: #999999;
  --border: rgba(255, 255, 255, 0.1);
  --bg: #111111;
}

@font-face {
  font-family: "Sequel Sans Roman Body";
  src: url("../fonts/Sequel Sans Roman Body.otf");
  font-weight: 310;
}

@font-face {
  font-display: swap;
  font-family: "Sequel Sans Medium Body";
  src: url("../fonts/Sequel Sans Medium Body.otf");
  font-weight: 315;
}

:root {
  --font_dmsans: "DM Sans", sans-serif;
  --font_instrumentsans: "Instrument Sans", sans-serif;
  --font_sequelsansromanbody: "Sequel Sans Roman Body";
  --font_sequelsansmediumbody: "Sequel Sans Medium Body";
  --font_awesome: "Font Awesome 6 Free";
}

.font-heading-sequelsans-romanbody h1,
.font-heading-sequelsans-romanbody h2,
.font-heading-sequelsans-romanbody h3,
.font-heading-sequelsans-romanbody h4,
.font-heading-sequelsans-romanbody h5,
.font-heading-sequelsans-romanbody h6 {
  font-family: var(--font_sequelsansromanbody);
}

* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

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

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  color: var(--primary);
}

button {
  background-color: #fff0;
  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%;
}

@media only screen and (max-width: 767px) {
  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;
}

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

@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-sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}

@keyframes t-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(-130px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-slider-active .swiper-slide {
  width: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

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

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

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

.fix {
  overflow: hidden;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgb(0 81 83 / 0.031372549);
  display: inline-block;
  position: relative;
  z-index: 1;
}

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

.parallax-view {
  overflow: hidden;
}

.hover-reveal {
  position: relative;
  overflow: hidden;
  cursor: none;
}

.hover-reveal:hover>*:first-child {
  opacity: 1 !important;
}

.hover-reveal>*:first-child {
  opacity: 0;
  z-index: 1;
}

.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 {
  --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;
  }
}

.section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary);
}

.section-title {
  font-size: 100px;
}

@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 56px;
  }
}

.section-title.font-sequelsans-romanbody {
  font-family: var(--font_sequelsansromanbody);
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 991px) {
  .section-title.font-sequelsans-romanbody {
    line-height: 1.1;
  }
}

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

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  pointer-events: none;
}

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

.side-info-close {
  font-size: 28px;
  padding: 0;
  transition: all 0.3s linear;
  color: var(--white);
  width: 40px;
  height: 40px;
}


.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%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition:
    transform 0.45s ease-in-out,
    opacity 0.45s ease-in-out;
  -moz-transition:
    transform 0.45s ease-in-out,
    opacity 0.45s ease-in-out;
  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: var(--black);
}

.side-info ::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .side-info {
    width: 100%;
    padding: 30px 30px;
  }
}

.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offset-logo {
  width: 180px;
}

@media (max-width: 575px) {
  .offset-logo {
    width: 140px;
  }
}

.offset-logo img {
  max-width: 180px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

@media (max-width: 575px) {
  .offset-logo img {
    max-width: 140px;
    max-height: 50px;
  }
}

.offset-button {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

.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: 4px;
}

.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: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}

.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: var(--black-2);
  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: 24px 0;
  padding-inline-start: 0;
  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: 24px;
  }
}

.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--secondary);
}

.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: #fff0;
  color: var(--primary);
}

@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 {
  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: 0;
  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;
}

.body-page-inner {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.body-page-inner.dark .header-area-2 .side-toggle {
  background-color: #fff0;
}

@media (min-width: 1850px) {
  .body-page-inner .container.large {
    max-width: 1850px;
    --container-max-widths: 1820px;
    --bs-gutter-x: 30px;
  }
}

.body-page-inner .header-area-2 .side-toggle {
  background-color: #fff0;
}

.body-page-inner .header-area-2__inner {
  border-bottom: none;
}

.header-sticky {
  transition: all 0.5s;
}

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

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

.page-title-wrapper {
  margin-top: 68px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  .page-title-wrapper {
    margin-bottom: 10px;
  }
}

.page-title-wrapper .page-title {
  font-family: var(--font_thunder);
  font-size: 495px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
  .page-title-wrapper .page-title {
    font-size: 385px;
  }
}

@media only screen and (max-width: 1399px) {
  .page-title-wrapper .page-title {
    font-size: 325px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-wrapper .page-title {
    font-size: 265px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 185px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 125px;
  }
}

@media (max-width: 575px) {
  .page-title-wrapper .page-title {
    font-size: 90px;
  }
}

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: #f8f8f8;
  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;
}

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

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

section {
  margin-bottom: -1px;
}

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

.swiper {
  direction: ltr;
}

html.is-loading body {
  overflow: hidden;
}

html.is-loading body>*:not(#rive-loader):not(script) {
  opacity: 0;
  visibility: hidden;
}

html.is-loaded body>*:not(#rive-loader) {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 991px) {

  body.smooth-disabled #smooth-wrapper,
  body.smooth-disabled #smooth-content,
  body.smooth-disabled main {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.rive-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-out;
}

.rive-loader-container.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rive-loader-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  z-index: 1;
}

.dark .rive-loader-background {
  background-color: var(--black);
}

.rive-animation-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rive-canvas {
  width: 150px;
  height: 150px;
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .rive-canvas {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .rive-canvas {
    width: 120px;
    height: 120px;
  }
}

.fallback-spinner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.page-loaded {
  overflow: visible;
}

.scroll-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(15px);
  transition: opacity 400ms ease, transform 400ms ease, visibility 400ms ease;
  pointer-events: none;
  background-color: #fff;
  color: #000;
  mix-blend-mode: difference;
}

.scroll-top-btn svg {
  width: 26px;
  height: 26px;
}

.scroll-top-btn.active-scroll {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  pointer-events: auto;
}


.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 12px 1px;
  background-color: #fff0;
  color: var(--white);
  border: none;
  border-radius: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.rr-btn::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  height: 1px;
  background-color: var(--black);
  z-index: 10;
}

.dark .rr-btn::after {
  background-color: var(--white);
}

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

@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 8px 1px;
  }
}

.rr-btn:hover::before,
.rr-btn:focus::before {
  display: none;
}

.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 {
  display: none;
}

.dark .rr-btn::before {
  display: none;
}

.rr-btn .btn-wrap {
  z-index: 1;
  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;
  position: relative;
}

.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--black);
  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(--black);
  transition: all 0.5s;
}

.dark .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.rr-btn.btn-border-white {
  border: none;
  background-color: #fff0;
  padding: 12px 1px;
}

.rr-hover-btn-wrapper {
  display: inline-block;
}

.rr-btn-circle {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid rgb(17 17 17 / 0.2);
  z-index: 1;
}

.dark .rr-btn-circle {
  border-color: rgb(255 255 255 / 0.2);
}

.rr-btn-circle:hover {
  color: var(--white);
  border-color: #fff0;
}

.dark .rr-btn-circle:hover {
  color: var(--black);
}

.rr-btn-circle:hover .rr-btn-circle-dot {
  width: 400px;
  height: 400px;
}

.rr-btn-circle-dot {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: var(--primary);
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

.main-menu>ul {
  display: flex;
}

.main-menu>ul:hover>li>a {
  opacity: 0.3;
}

.main-menu>ul>li:hover>a {
  opacity: 1;
  color: var(--white);
}

.main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.main-menu li {
  position: relative;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
  transition:
    opacity 0.5s,
    color 0.3s;
}

.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;
}

.light .main-menu li a:hover {
  color: var(--primary);
}

*,
*::before,
*::after {
  cursor: none !important;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.3s;
}

.cb-cursor.-visible {
  opacity: 1;
}

.cb-cursor-svg {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 120px;
  height: 120px;
  overflow: visible;
}

.cb-cursor-text {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #000;
  white-space: normal;
  word-wrap: break-word;
  padding: 15px;
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
  will-change: transform, opacity;
}

.cb-cursor.-text {
  mix-blend-mode: normal;
}

@media (max-width: 1024px) {

  *,
  *::before,
  *::after {
    cursor: auto !important;
  }

  .cb-cursor {
    display: none !important;
  }
}

.text-slider-active .swiper-slide {
  width: auto;
}

.body-creative-agency {
  position: relative;
  z-index: 100;
  background-color: #f4f4f4;
}

.body-creative-agency.dark {
  --primary: #f4f4f4;
}

.body-creative-agency.dark .rr-btn::before {
  background-color: var(--black);
}

.body-creative-agency .body-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.body-creative-agency .body-bg img {
  width: 100%;
}

@media (min-width: 1850px) {
  .body-creative-agency .container.large {
    max-width: 1850px;
    --container-max-widths: 1820px;
  }
}

.body-creative-agency .section-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 1px;
}

@media (min-width: 1920px) {
  .body-creative-agency .section-title {
    font-size: 110px;
  }
}

.body-creative-agency .rr-btn::before {
  background-color: #f4f4f4;
}

.hero-area-2-inner {
  padding-top: 150px;
}

.hero-area-2 .section-title {
  font-size: 200px;
  font-weight: 310;
  line-height: 0.85;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  margin-left: 60px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .section-title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .section-title {
    font-size: 120px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-2 .section-title {
    font-size: 110px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-2 .section-title {
    font-size: 80px;
    line-height: 0.95;
  }
}

@media (max-width: 575px) {
  .hero-area-2 .section-title {
    font-size: 60px;
  }
}

.hero-area-2 .section-title .title-shape-1 {
  height: 144px;
  margin-left: 14px;
  margin-top: -35px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .section-title .title-shape-1 {
    height: 84px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .section-title .title-shape-1 {
    height: 84px;
    margin-top: -23px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-2 .section-title .title-shape-1 {
    height: 80px;
    margin-top: -18px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-2 .section-title .title-shape-1 {
    height: 60px;
    margin-top: -15px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .hero-area-2 .section-title .title-shape-1 {
    height: 44px;
    margin-top: -12px;
  }
}

.hero-area-2 .section-title .title-video {
  height: 140px;
  margin-right: 10px;
  margin-left: -60px;
  display: inline-block;
  margin-top: -35px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .section-title .title-video {
    height: 84px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .section-title .title-video {
    height: 82px;
    margin-left: -30px;
    margin-top: -22px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-2 .section-title .title-video {
    height: 74px;
    margin-top: -18px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-2 .section-title {
    position: relative;
    z-index: 1;
  }

  .hero-area-2 .section-title .title-video {
    position: absolute;
    top: -10px;
    right: 0;
    left: auto;
    transform: none;
    opacity: 0.5;
    z-index: -1;
    margin: 0;
    height: 90px;
    width: auto;
  }
}

.hero-area-2 .section-content {
  margin-top: -450px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .section-content {
    margin-top: -330px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .section-content {
    margin-top: -240px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-2 .section-content {
    margin-top: 30px;
  }
}

.hero-area-2 .section-content .text-wrapper {
  max-width: 565px;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .section-content .text-wrapper {
    max-width: 455px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .section-content .text-wrapper {
    max-width: 345px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-2 .section-content .text-wrapper {
    max-width: 100%;
  }
}

.hero-area-2 .section-content .info-text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 18px;
  font-weight: 310;
  line-height: 20px;
  letter-spacing: -0.05em;
  max-width: 211px;
  color: var(--primary);
}

.hero-area-2 .section-content .info-text span {
  text-decoration: underline;
}

.hero-area-2 .section-content .about-text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  margin-top: 474px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .section-content .about-text {
    font-size: 24px;
    margin-top: 304px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .section-content .about-text {
    margin-top: 204px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-2 .section-content .about-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-2 .section-content .about-text {
    margin-top: 34px;
  }
}

.hero-area-2 .hero-thumb {
  max-width: 1290px;
  margin-top: 44px;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .hero-area-2 .hero-thumb {
    max-width: 990px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-2 .hero-thumb {
    max-width: 890px;
  }
}

.about-area-2 {
  overflow-x: clip;
}

.about-area-2 .section-title {
  max-width: 1130px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1919px) {
  .about-area-2 .section-title {
    max-width: 830px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-2 .section-title {
    max-width: 630px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-2 .section-title {
    max-width: 630px;
  }
}

.about-area-2 .section-header {
  margin-top: 69px;
}

.about-area-2 .section-content {
  min-height: 300vh;
}

@media only screen and (max-width: 1399px) {
  .about-area-2 .section-content {
    min-height: auto;
  }
}

.about-area-2 .section-content .year-wrapper {
  position: relative;
  height: 355px;
}

@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content .year-wrapper {
    height: 242px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-2 .section-content .year-wrapper {
    height: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .about-area-2 .section-content .text-wrapper {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .year-wrapper {
    display: none;
  }

  .about-area-2 .section-content .text-wrapper {
    margin-top: 0;
  }

  .about-area-2 .section-title {
    padding-bottom: 0;
  }

  .about-area-2 .section-header {
    margin-top: 30px;
  }
}

.about-area-2 .section-content .year-since {
  font-size: 500px;
  font-weight: 315;
  line-height: 0.71;
  letter-spacing: -0.1em;
  font-family: var(--font_sequelsansmediumbody);
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content .year-since {
    font-size: 340px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .year-since {
    font-size: 235px;
    text-align: left;
    position: relative;
    white-space: normal;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .year-since {
    font-size: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .year-since {
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area-2 .section-content .year-since {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .about-area-2 .section-content .year-since {
    padding-top: 120px;
    font-size: 60px;
  }
}

.about-area-2 .section-content .year-since .first-text {
  width: var(--container-max-widths);
  display: inline-block;
  text-align: right;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .year-since .first-text {
    text-align: left;
    padding-right: 0;
    width: auto;
  }
}

.about-area-2 .section-content .year-since .last-text {
  width: var(--container-max-widths);
  display: inline-block;
  text-align: center;
  position: relative;
  transform-origin: top center;
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .year-since .last-text {
    display: none;
  }
}

.about-area-2 .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 515px;
}

.about-area-2 .section-content .text-wrapper {
  margin-top: 91px;
  max-width: 770px;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content .text-wrapper {
    max-width: 570px;
    margin-top: 61px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-2 .section-content .text-wrapper {
    max-width: 670px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .text-wrapper {
    max-width: 550px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .text-wrapper {
    max-width: 100%;
    margin-top: 41px;
  }
}

.about-area-2 .section-content .btn-wrapper {
  margin-top: 38px;
  max-width: 770px;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content .btn-wrapper {
    max-width: 570px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-2 .section-content .btn-wrapper {
    max-width: 670px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .btn-wrapper {
    max-width: 550px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .section-content .btn-wrapper {
    max-width: 100%;
  }
}

.work-area-2 {
  position: relative;
}

@media (min-width: 992px) {
  .work-area-2-inner {
    padding-top: 100px !important;
  }
}

.work-area-2 .works-wrapper-head {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 48px;
  margin-top: 300px;
  align-items: flex-end;
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper-head {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-2 .works-wrapper-head {
    grid-template-columns: auto;
    margin-top: 20px;
  }
}

.work-area-2 .works-wrapper-head .text {
  font-family: var(--font_sequelsansmediumbody);
  font-size: 30px;
  font-weight: 315;
  line-height: 27px;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .works-wrapper-head .text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-2 .works-wrapper-head .text {
    font-size: 20px;
  }
}

.work-area-2 .works-wrapper-head>*:nth-child(2) {
  text-align: end;
}

@media only screen and (max-width: 767px) {
  .work-area-2 .works-wrapper-head>*:nth-child(2) {
    text-align: start;
  }
}

.works-wrapper-2 {
  display: grid;
  gap: 98px 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1919px) {
  .works-wrapper-2 {
    gap: 78px 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .works-wrapper-2 {
    gap: 58px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .works-wrapper-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .works-wrapper-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .works-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.works-wrapper-2>*:nth-child(3) {
  grid-column-start: 4;
}

.works-wrapper-2>*:nth-child(4) {
  grid-column-start: 2;
}

.works-wrapper-2>*:nth-child(6) {
  grid-column-start: 1;
}

.works-wrapper-2>*:nth-child(7) {
  grid-column-start: 3;
}

.works-wrapper-2>*:nth-child(9) {
  grid-column-start: 2;
}

.works-wrapper-2>*:nth-child(12) {
  grid-column-start: 3;
}

@media only screen and (max-width: 991px) {
  .works-wrapper-2>*:nth-child(n) {
    grid-column-start: auto;
  }
}

.works-wrapper-2 .work-box {
  position: relative;
}

.works-wrapper-2 .work-box .thumb {
  overflow: hidden;
  position: relative;
}

.works-wrapper-2 .work-box .thumb:hover .t-btn {
  opacity: 1;
}

.works-wrapper-2 .work-box .thumb img {
  width: 100%;
  cursor: none;
}

.works-wrapper-2 .work-box .thumb .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: -25px 0 0 -65px;
  transition:
    opacity 0.3s,
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}

.works-wrapper-2 .work-box .content {
  margin-top: 8px;
}

.works-wrapper-2 .work-box .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-family: var(--font_sequelsansmediumbody);
}

@media only screen and (max-width: 1199px) {
  .works-wrapper-2 .work-box .title {
    font-size: 18px;
  }
}

.works-wrapper-2 .work-box .meta {
  display: flex;
  gap: 5px;
  align-items: center;
}

.works-wrapper-2 .work-box .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  display: flex;
  align-items: center;
}

.works-wrapper-2 .work-box .meta span:not(:first-child):before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  margin-inline-end: 5px;
}

.actually-area {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actually-area-inner {
  position: relative;
}

.actually-area .section-title {
  max-width: 716px;
  text-align: center;
  margin-inline: auto;
}

.actually-area .t_line>div {
  background-image: linear-gradient(to right, var(--primary) 50%, #cdc9c6 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: #fff0;
  background-clip: text;
  -webkit-background-clip: text;
}

.dark .actually-area .t_line>div {
  background-image: linear-gradient(to right, var(--primary) 50%, #464646 51%);
}

.actually-area .bg-area {
  position: absolute;
  top: 40%;
  left: 51%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--primary);
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.service-area-2-inner {
  margin-bottom: -2px;
}

.service-area-2 .section-header {
  position: relative;
  z-index: -1;
  transition: all 0.3s;
  margin-top: 91px;
  margin-bottom: 357px;
}

@media only screen and (max-width: 1919px) {
  .service-area-2 .section-header {
    margin-top: 61px;
    margin-bottom: 237px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area-2 .section-header {
    margin-top: 41px;
    margin-bottom: 157px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area-2 .section-header {
    margin-top: 31px;
    margin-bottom: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area-2 .section-header {
    margin-top: 21px;
    margin-bottom: 77px;
  }
}

.service-area-2 .services-wrapper-box {
  background-color: var(--primary);
  position: relative;
}

.service-content-wrapper {
  background-color: var(--primary);
}

.service-content-wrapper .service-content {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 705px auto;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .service-content-wrapper .service-content {
    grid-template-columns: 405px auto;
  }
}

@media only screen and (max-width: 991px) {
  .service-content-wrapper .service-content {
    grid-template-columns: auto;
  }
}

.service-content-wrapper .service-content .text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: rgb(252 247 243 / 0.3);
}

@media only screen and (max-width: 1919px) {
  .service-content-wrapper .service-content .text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-content-wrapper .service-content .text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-content-wrapper .service-content .text {
    font-size: 20px;
  }
}

.service-content-wrapper .service-content .text.text-invert>div {
  background-image: linear-gradient(to right,
      #fcf7f3 50%,
      rgb(252 247 243 / 0.3) 51%);
}

.dark .service-content-wrapper .service-content .text.text-invert>div {
  background-image: linear-gradient(to right,
      #111111 50%,
      rgb(17 17 17 / 0.3) 51%);
}

.service-content-wrapper .service-content .btn-wrapper {
  margin-top: 54px;
}

.service-content-wrapper .service-content .text-wrapper {
  margin-top: 192px;
  max-width: 525px;
}

@media only screen and (max-width: 1919px) {
  .service-content-wrapper .service-content .text-wrapper {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .service-content-wrapper .service-content .text-wrapper {
    margin-top: 0;
  }
}

.service-content-wrapper .service-content .text-wrapper .text:not(:first-child) {
  margin-top: 35px;
}

.service-content-wrapper .service-content .section-info-wrapper .thumb {
  max-width: 250px;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .service-content-wrapper .service-content .section-info-wrapper .thumb {
    display: none;
  }
}

.services-wrapper-2 .service-box {
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 215px 1fr 595px;
  border-top: 1px solid #292828;
  padding-top: 59px;
  padding-bottom: 72px;
  background-color: var(--primary);
  transition: all 0.5s;
}

.dark .services-wrapper-2 .service-box {
  border-color: #e4e4e4;
}

@media only screen and (max-width: 1919px) {
  .services-wrapper-2 .service-box {
    grid-template-columns: 215px 1fr 395px;
  }
}

@media only screen and (max-width: 1399px) {
  .services-wrapper-2 .service-box {
    grid-template-columns: 165px 1fr 395px;
  }
}

@media only screen and (max-width: 1199px) {
  .services-wrapper-2 .service-box {
    grid-template-columns: 115px 1fr 375px;
    padding-top: 49px;
    padding-bottom: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .services-wrapper-2 .service-box {
    grid-template-columns: 55px 1fr 285px;
    padding-top: 39px;
    padding-bottom: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper-2 .service-box {
    grid-template-columns: auto;
  }
}

.services-wrapper-2 .service-box:last-child {
  border-bottom: 1px solid #292828;
}

.dark .services-wrapper-2 .service-box:last-child {
  border-color: #e4e4e4;
}

.services-wrapper-2 .service-box-wrapper {
  background-color: #292828;
}

.dark .services-wrapper-2 .service-box-wrapper {
  background-color: #e4e4e4;
}

.services-wrapper-2 .service-box-wrapper:hover .service-box {
  border-radius: 120px;
}

@media only screen and (max-width: 1199px) {
  .services-wrapper-2 .service-box-wrapper:hover .service-box {
    border-radius: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .services-wrapper-2 .service-box-wrapper:hover .service-box {
    border-radius: 0;
  }
}

.services-wrapper-2 .service-box-wrapper:hover .service-box .number {
  transform: translateX(60px);
}

@media only screen and (max-width: 991px) {
  .services-wrapper-2 .service-box-wrapper:hover .service-box .number {
    transform: none;
  }
}

.services-wrapper-2 .service-box .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #f4f4f4;
  margin-top: 12px;
  transition: all 0.5s;
}

.dark .services-wrapper-2 .service-box .number {
  color: var(--black);
}

.services-wrapper-2 .service-box .title {
  font-size: 110px;
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: #f4f4f4;
}

.dark .services-wrapper-2 .service-box .title {
  color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .services-wrapper-2 .service-box .title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .services-wrapper-2 .service-box .title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .services-wrapper-2 .service-box .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .services-wrapper-2 .service-box .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper-2 .service-box .title {
    font-size: 35px;
  }
}

.services-wrapper-2 .service-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #f4f4f4;
  max-width: 370px;
  margin-top: 7px;
}

.dark .services-wrapper-2 .service-box .text {
  color: var(--black);
}

.service-hover-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 370px;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  will-change: transform, opacity;
}

.service-hover-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-hover-img .hover-img.active {
  opacity: 1;
}

@media only screen and (max-width: 1399px) {
  .service-hover-img {
    width: 240px;
    height: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-hover-img {
    width: 190px;
    height: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .service-hover-img {
    display: none;
  }
}

.moving-testimonial .testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .moving-testimonial .testimonial-wrapper {
    height: auto;
  }
}

.testimonial-area {
  background-color: var(--primary);
}

.testimonial-area .section-title {
  max-width: 1000px;
  margin-left: auto;
  color: #f4f4f4;
}

.dark .testimonial-area .section-title {
  color: var(--black);
}

.testimonial-area .section-header {
  margin-top: 246px;
}

.testimonial-area .testimonial-wrapper-box {
  padding-top: 93px;
}

.testimonial-area .testimonial-wrapper {
  padding-top: 43px;
  padding-bottom: 43px;
  display: flex;
  gap: 0 0;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area .testimonial-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area .testimonial-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.testimonial-area .testimonial-item {
  background-color: #1d1c1c;
  padding: 38px 45px 45px;
  min-width: 398px;
}

.dark .testimonial-area .testimonial-item {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .testimonial-area .testimonial-item {
    min-width: 358px;
  }
}

@media only screen and (max-width: 1919px) {
  .testimonial-area .testimonial-item {
    padding: 18px 30px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area .testimonial-item {
    padding: 18px 25px 25px;
  }
}

@media only screen and (max-width: 1919px) {
  .testimonial-area .testimonial-item:nth-child(n + 5) {
    display: none;
  }
}

.testimonial-area .testimonial-item.light {
  background-color: #f4f4f4;
}

.dark .testimonial-area .testimonial-item.light {
  background-color: #e4e4e4;
}

.testimonial-area .testimonial-item.light .text {
  color: var(--black);
}

.testimonial-area .testimonial-item.light .name {
  color: var(--black);
}

.testimonial-area .testimonial-item.light .post {
  color: rgb(17 17 17 / 0.4);
}

.testimonial-area .testimonial-item.light .icon {
  background-color: var(--black);
}

.testimonial-area .testimonial-item .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #f4f4f4;
}

.testimonial-area .testimonial-item .name {
  font-size: 20px;
  font-weight: 310;
  line-height: 27px;
  letter-spacing: -0.07em;
  color: #f4f4f4;
}

.testimonial-area .testimonial-item .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(252 247 243 / 0.4);
  display: inline-block;
  margin-top: 1px;
}

.testimonial-area .testimonial-item .author {
  margin-top: 54px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr auto;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .testimonial-area .testimonial-item .author {
    margin-top: 34px;
  }
}

.testimonial-area .testimonial-item .icon {
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.client-area-2 {
  background-color: var(--primary);
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  padding-top: 200px;
}

.client-area-2 .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  max-width: 340px;
  color: #f4f4f4;
  margin-inline: auto;
}

.dark .client-area-2 .section-header .text {
  color: var(--black);
}

.client-area-2 .clients-wrapper-box {
  margin-top: 63px;
}

@media only screen and (max-width: 1199px) {
  .client-area-2 .clients-wrapper-box {
    margin-top: 43px;
  }
}

.client-area-2 .clients-wrapper {
  display: block;
  /* Removed flex setup that causes Swiper to shrink */
  width: 100%;
}

.client-area-2 .clients-wrapper .client-slider-active {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  /* extra padding to prevent clipping if any */
}

.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;
}

.client-area-2 .client-box {
  border: 1px solid rgb(252 247 243 / 0.1);
  border-radius: 70px;
  width: 215px;
  height: 140px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dark .client-area-2 .client-box {
  border-color: rgb(17 17 17 / 0.1);
}

@media only screen and (max-width: 1919px) {
  .client-area-2 .client-box {
    width: 155px;
    height: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-area-2 .client-box {
    width: 135px;
    height: 70px;
  }
}

.circular-shape-wrapper {
  height: 100vh;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.dark-bg-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #111;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
}

.circular-shape-wrapper .shape-thumb {
  position: relative;
  z-index: 2;
}

.circular-shape-wrapper .merging-logo {
  width: 400px;
  height: auto;
  transform: scale(0.5);
}

.circular-shape-wrapper .logo-left,
.circular-shape-wrapper .logo-right {
  transform-origin: center;
}

.circular-shape-wrapper .shape-thumb img {
  transform: scale(0.2) rotate(0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .circular-shape-wrapper {
    height: 60vh;
    min-height: 400px;
  }

  .circular-shape-wrapper .merging-logo {
    width: 250px;
    transform: scale(0.6);
  }
}

.award-area {
  background-color: #f4f4f4;
  position: relative;
}

.dark .award-area {
  background-color: var(--black);
}

.award-area .section-title {
  max-width: 1190px;
}

.award-area .section-header {
  margin-top: 46px;
}

.award-area .awards-wrapper-box {
  margin-top: 93px;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}

@media only screen and (max-width: 1919px) {
  .award-area .awards-wrapper-box {
    margin-top: 73px;
  }
}

@media only screen and (max-width: 1399px) {
  .award-area .awards-wrapper-box {
    margin-top: 53px;
  }
}

.award-area .awards-wrapper {
  max-width: 630px;
  margin-right: 270px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .award-area .awards-wrapper {
    margin-right: 0;
  }
}

.award-area .award-box {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 370px;
}

@media only screen and (max-width: 767px) {
  .award-area .award-box {
    grid-template-columns: 1fr 340px;
  }
}

@media (max-width: 575px) {
  .award-area .award-box {
    grid-template-columns: 1fr;
  }
}

.award-area .award-box:not(:first-child) {
  margin-top: 56px;
}

.award-area .award-box .award-list li {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .award-area .award-box .award-list li {
    font-size: 18px;
  }
}

.award-area .award-box .category {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .award-area .award-box .category {
    font-size: 18px;
  }
}

.cta-area-2-inner {
  overflow: hidden;
}

.cta-area-2 .section-title {
  font-size: 200px;
  font-weight: 310;
  line-height: 0.85;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (max-width: 1919px) {
  .cta-area-2 .section-title {
    font-size: 140px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-2 .section-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-2 .section-title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area-2 .section-title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .cta-area-2 .section-title {
    font-size: 40px;
  }
}

.cta-area-2 .section-title a {
  display: inline-flex;
  align-items: center;
}

.cta-area-2 .section-title .line {
  width: 1em;
  height: 0.1em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}

.cta-area-2 .section-header {
  margin-top: 70px;
  margin-bottom: 93px;
}

@media only screen and (max-width: 1919px) {
  .cta-area-2 .section-header {
    margin-top: 30px;
    margin-bottom: 73px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-2 .section-header {
    margin-top: 10px;
    margin-bottom: 53px;
  }
}

.cta-area-2 .section-header .title-wrapper {
  animation: 45s t-slide infinite linear;
}

.cta-area-2 .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);
}

.approach-area .section-header {
  margin-top: 43px;
}

.approach-area .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1225px;
  align-items: flex-end;
}

@media only screen and (max-width: 1919px) {
  .approach-area .section-title-wrapper {
    grid-template-columns: 1fr 905px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area .section-title-wrapper {
    grid-template-columns: 1fr 675px;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-area .section-title-wrapper {
    grid-template-columns: 1fr 575px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.approach-area .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .approach-area .section-subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area .section-subtitle {
    font-size: 18px;
  }

  .approach-area .section-subtitle br {
    display: none;
  }
}

.approach-area .section-title {
  max-width: 1126px;
}

.approach-area .section-title span {
  color: rgb(17 17 17 / 0.3);
}

.dark .approach-area .section-title span {
  color: rgb(252 247 243 / 0.3);
}

.approach-area .approach-wrapper-box {
  margin-top: 94px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1225px;
  align-items: flex-start;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1919px) {
  .approach-area .approach-wrapper-box {
    grid-template-columns: 1fr 905px;
    margin-top: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area .approach-wrapper-box {
    grid-template-columns: 1fr 675px;
  }
}

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

@media only screen and (max-width: 991px) {
  .approach-area .approach-wrapper-box {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
}

.approach-area .approach-wrapper-box .steps {
  font-family: var(--font_sequelsansromanbody);
  font-size: 265px;
  font-weight: 310;
  line-height: 0.65;
  letter-spacing: -0.07em;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .approach-area .approach-wrapper-box .steps {
    font-size: 205px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area .approach-wrapper-box .steps {
    font-size: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area .approach-wrapper-box .steps {
    display: none;
  }
}

.approach-area .approach-box {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 60px 1fr 595px;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #878482;
}

.approach-area .approach-box:first-child {
  border-top: 1px dashed #878482;
}

@media only screen and (max-width: 1919px) {
  .approach-area .approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area .approach-box {
    grid-template-columns: 60px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area .approach-box {
    gap: 10px 30px;
  }
}

@media (max-width: 575px) {
  .approach-area .approach-box {
    grid-template-columns: 30px 1fr;
  }
}

.approach-area .approach-box .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .approach-area .approach-box .number {
    grid-row: span 2;
  }
}

.approach-area .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1919px) {
  .approach-area .approach-box .title {
    font-size: 24px;
  }
}

.approach-area .approach-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.funfact-area-2 {
  background-color: var(--bg);
}

.funfact-area-2 .section-header {
  margin-top: 50px;
}

.funfact-area-2 .section-title {
  max-width: 820px;
  color: #f4f4f4;
}

@media only screen and (max-width: 1399px) {
  .funfact-area-2 .section-title {
    max-width: 500px;
  }
}

.funfact-area-2 .section-content {
  margin-top: 79px;
}

@media only screen and (max-width: 1919px) {
  .funfact-area-2 .section-content {
    margin-top: 59px;
  }
}

.funfact-area-2 .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white-2);
  max-width: 410px;
}

.funfact-area-2 .section-content .info-text {
  margin-top: 49px;
  margin-left: 265px;
  display: grid;
  gap: 20px 90px;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
}

@media only screen and (max-width: 1919px) {
  .funfact-area-2 .section-content .info-text {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 1399px) {
  .funfact-area-2 .section-content .info-text {
    margin-left: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-area-2 .section-content .info-text {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area-2 .section-content .info-text {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .funfact-area-2 .section-content .info-text {
    grid-template-columns: 1fr;
  }
}

.funfact-area-2 .section-content .info-text img {
  height: 43px;
}

@media only screen and (max-width: 1919px) {
  .funfact-area-2 .section-content .info-text img {
    height: 33px;
  }
}

@media only screen and (max-width: 1199px) {
  .funfact-area-2 .section-content .info-text img {
    height: 20px;
  }
}

@media (max-width: 575px) {
  .funfact-area-2 .section-content .info-text img {
    display: none;
  }
}

.funfact-area-2 .section-content .info-text .text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: #f4f4f4;
  max-width: 273px;
  margin-top: 42px;
}

@media only screen and (max-width: 1919px) {
  .funfact-area-2 .section-content .info-text .text {
    font-size: 24px;
    max-width: 223px;
  }
}

@media only screen and (max-width: 1199px) {
  .funfact-area-2 .section-content .info-text .text {
    font-size: 18px;
    max-width: 173px;
    margin-top: 22px;
  }
}

.funfact-area-2 .section-content .text-wrapper {
  margin-left: 265px;
}

@media only screen and (max-width: 1399px) {
  .funfact-area-2 .section-content .text-wrapper {
    margin-left: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area-2 .section-content .text-wrapper {
    margin-left: 0;
  }
}

.funfact-area-2 .thumb {
  margin-top: 94px;
}

.funfact-area-2 .thumb img {
  width: 100%;
  transform: scale(0.67);
  transform-origin: top right;
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}

.img_anim_reveal img {
  object-fit: cover;
  transform-origin: top;
}

.portfolio {
  width: 100vw;
  height: 100vh;
}

.portfolio .swiper-slide {
  overflow: hidden;
}

.portfolio-activ {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.portfolio .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.portfolio__slider__arrow-prev,
.portfolio__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}

@media (max-width: 575px) {
  .portfolio .portfolio-pagination {
    left: 30px;
  }
}

.portfolio .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

@media only screen and (max-width: 1199px) {
  .portfolio .swiper-pagination-bullet {
    width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio .swiper-pagination-bullet {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}

@media (max-width: 575px) {
  .portfolio .swiper-pagination-bullet {
    width: 40px;
  }
}

.portfolio .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

.portfolio .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: #fff;
}

.portfolio .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-2__slider__arrow-prev,
.portfolio-2__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}

.portfolio-3 .grid-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.portfolio-3 .grid-mask div {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease-in-out;
}

.portfolio-3 .swiper-slide-active .grid-mask div {
  opacity: 0;
}

.portfolio-3__slider__arrow-prev,
.portfolio-3__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}

.portfolio-3 .portfolio-3-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}

@media (max-width: 575px) {
  .portfolio-3 .portfolio-3-pagination {
    left: 30px;
  }
}

.portfolio-3 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

@media only screen and (max-width: 1199px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}

.portfolio-3 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

.portfolio-3 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: #fff;
}

.portfolio-3 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-4 .slider {
  min-height: 50vh;
}

.portfolio-4 .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.portfolio-4 .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.portfolio-4 .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.portfolio-4__slider__arrow-prev,
.portfolio-4__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}

.portfolio-4 .portfolio-4-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  transform: inherit;
}

@media (max-width: 575px) {
  .portfolio-4 .portfolio-4-pagination {
    left: 30px;
  }
}

.portfolio-4 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

@media only screen and (max-width: 1199px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}

.portfolio-4 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

.portfolio-4 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: #fff;
}

.portfolio-4 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-5 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-width: 100vw;
}

.portfolio-5__slider__arrow-prev,
.portfolio-5__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}

.portfolio-5 .swiper {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-width: 100vw;
}

.portfolio-5 img {
  margin: 0 !important;
  padding: 0 !important;
}

.portfolio-5 .portfolio-5-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  transform: inherit;
}

@media (max-width: 575px) {
  .portfolio-5 .portfolio-5-pagination {
    left: 30px;
  }
}

.portfolio-5 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

@media only screen and (max-width: 1199px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}

.portfolio-5 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.3);
}

.portfolio-5 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: #fff;
}

.portfolio-5 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.parallax-slider-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.card-wrap {
  transform: perspective(700px);
  transform-style: preserve-3d;
  cursor: pointer;
  max-height: 375px;
  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 {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: transform;
  border: none;
}

.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;
}

.error-area-inner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-area .section-subtitle {
  font-family: var(--font_sequelsansmediumbody);
  font-size: 300px;
  font-weight: 315;
  line-height: 0.7;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1919px) {
  .error-area .section-subtitle {
    font-size: 240px;
  }
}

@media only screen and (max-width: 1399px) {
  .error-area .section-subtitle {
    font-size: 180px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .section-subtitle {
    font-size: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .error-area .section-subtitle {
    font-size: 120px;
  }
}

.error-area .section-title {
  max-width: 740px;
}

@media only screen and (max-width: 1919px) {
  .error-area .section-title {
    max-width: 640px;
  }
}

@media only screen and (max-width: 1399px) {
  .error-area .section-title {
    max-width: 540px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .section-title {
    max-width: 440px;
  }
}

@media only screen and (max-width: 991px) {
  .error-area .section-title {
    max-width: 340px;
  }
}

.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;
  }
}

.about-area-details-inner {
  padding-top: 100px;
}

@media only screen and (max-width: 1919px) {
  .about-area-details-inner {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-details-inner {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-details-inner {
    padding-top: 60px;
  }
}

.about-area-details .section-header {
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .about-area-details .section-header {
    padding-top: 7px;
  }
}

.about-area-details .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.about-area-details .subtitle-wrapper {
  margin-top: 8px;
}

.about-area-details .section-title {
  max-width: 1230px;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .section-title {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-details .section-title {
    max-width: 900px;
  }
}

.about-area-details .section-content .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-details .section-content .text {
    font-size: 20px;
  }
}

.about-area-details .section-content .text:not(:first-child) {
  margin-top: 38px;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .text:not(:first-child) {
    margin-top: 28px;
  }
}

.about-area-details .section-content .btn-wrapper {
  margin-top: 61px;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .btn-wrapper {
    margin-top: 41px;
  }
}

.about-area-details .info-list li {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  font-family: var(--font_sequelsansromanbody);
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .info-list li {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-details .info-list li {
    font-size: 20px;
  }
}

.about-area-details .info-list li:not(:first-child) {
  margin-top: 4px;
}

.about-area-details .info-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  margin-right: 10px;
}

@media only screen and (max-width: 1399px) {
  .about-area-details .info-list li:before {
    width: 4px;
    height: 4px;
  }
}

.about-area-details .section-content-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  margin-top: 64px;
  max-width: 1235px;
  margin-left: auto;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 715px;
}

@media only screen and (max-width: 1919px) {
  .about-area-details .section-content-wrapper {
    margin-top: 54px;
    max-width: 1000px;
    grid-template-columns: 1fr 565px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-details .section-content-wrapper {
    margin-top: 44px;
    max-width: 850px;
    grid-template-columns: 1fr 465px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-details .section-content-wrapper {
    max-width: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-details .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.about-area-details .wrapper-gallery {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0;
}

.about-area-details .moving-gallery li {
  width: 40vw;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  list-style: none;
}

@media only screen and (max-width: 1199px) {
  .about-area-details .moving-gallery li {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.about-area-details .moving-gallery li img {
  height: auto;
  margin: 0;
  width: 100%;
}

.about-area-details .moving-gallery li:first-child {
  padding-left: 0;
}

.about-area-details .moving-gallery li:last-child {
  padding-right: 0;
}

.about-area-details .moving-gallery li:nth-child(1) {
  width: 40vw;
}

@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(1) {
    width: 60vw;
  }
}

.about-area-details .moving-gallery li:nth-child(2) {
  width: 35vw;
}

@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(2) {
    width: 60vw;
  }
}

.about-area-details .moving-gallery li:nth-child(3) {
  width: 25vw;
}

@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(3) {
    width: 60vw;
  }
}

.about-area-details .moving-gallery li:nth-child(4) {
  width: 20vw;
}

@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(4) {
    width: 45vw;
  }
}

.about-area-details .moving-gallery li:nth-child(5) {
  width: 20vw;
}

@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(5) {
    width: 40vw;
  }
}

.approach-area-about-page .section-title {
  max-width: 845px;
}

@media only screen and (max-width: 1919px) {
  .approach-area-about-page .section-title {
    max-width: 645px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-about-page .section-title {
    max-width: 545px;
  }
}

.approach-area-about-page .subtitle-wrapper {
  margin-top: 8px;
}

.approach-area-about-page .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .approach-area-about-page .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}

.approach-area-about-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.approach-area-about-page .approach-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 81px;
  margin-bottom: 43px;
}

@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 1000px;
    margin-top: 61px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 750px;
    margin-right: 0;
    margin-top: 41px;
  }
}

.approach-area-about-page .approach-wrapper {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: 1fr 1fr auto;
}

@media only screen and (max-width: 767px) {
  .approach-area-about-page .approach-wrapper {
    grid-template-columns: 1fr;
  }
}

.approach-area-about-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-box .title {
    font-size: 24px;
  }
}

.approach-area-about-page .approach-box .title img {
  width: 250px;
}

@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-box .title img {
    width: 200px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-about-page .approach-box .title img {
    width: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-box .title img {
    display: none;
  }
}

.approach-area-about-page .approach-box .approach-list {
  margin-top: 28px;
}

@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-box .approach-list {
    margin-top: 18px;
  }
}

.approach-area-about-page .approach-box .approach-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

.info-area-page-about {
  background-color: var(--bg);
}

.info-area-page-about .section-header {
  border-top: 1px solid rgb(255 255 255 / 0.1);
  margin-top: 50px;
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .info-area-page-about .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}

.info-area-page-about .section-header .subtitle-wrapper {
  margin-top: 8px;
}

.info-area-page-about .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.info-area-page-about .section-subtitle {
  color: var(--white);
}

.info-area-page-about .section-title {
  color: var(--white);
  max-width: 805px;
}

.info-area-page-about .counter-wrapper-box {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .info-area-page-about .counter-wrapper-box {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper-box {
    margin-top: 44px;
  }
}

.info-area-page-about .counter-wrapper {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .info-area-page-about .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.info-area-page-about .funfact-item {
  padding: 10px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.info-area-page-about .funfact-item:last-child {
  border-right: none;
}

@media only screen and (max-width: 1919px) {
  .info-area-page-about .funfact-item {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .info-area-page-about .funfact-item {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .info-area-page-about .funfact-item {
    padding: 30px 30px;
    border-right: none;
  }

  .info-area-page-about .funfact-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .info-area-page-about .funfact-item:nth-child(1),
  .info-area-page-about .funfact-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media only screen and (max-width: 767px) {
  .info-area-page-about .funfact-item {
    padding: 30px 20px;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .info-area-page-about .funfact-item:nth-child(1),
  .info-area-page-about .funfact-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .info-area-page-about .funfact-item:last-child {
    border-bottom: none !important;
  }
}

.info-area-page-about .funfact-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999;
}

.info-area-page-about .funfact-item .number {
  font-size: 50px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--white);
  margin-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .info-area-page-about .funfact-item .number {
    font-size: 35px;
  }
}

.client-area-page-about {
  background-color: var(--bg);
  margin-bottom: -1px;
}

.client-area-page-about .section-header {
  margin-top: 39px;
}

.client-area-page-about .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  max-width: 340px;
  color: #f4f4f4;
  margin-inline: auto;
}

.client-area-page-about .clients-wrapper-box {
  margin-top: 63px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .client-area-page-about .clients-wrapper-box {
    margin-top: 43px;
  }
}

.client-area-page-about .clients-wrapper {
  display: block;
  /* Removed flex setup that causes Swiper to shrink */
  width: 100%;
}

.client-area-page-about .clients-wrapper .client-slider-active {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  /* extra padding to prevent clipping if any */
}

.client-area-page-about .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}

.client-area-page-about .clients-wrapper .client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

.client-area-page-about .client-box {
  border: 1px solid rgb(252 247 243 / 0.1);
  border-radius: 70px;
  width: 215px;
  height: 140px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .client-area-page-about .client-box {
    width: 155px;
    height: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-area-page-about .client-box {
    width: 135px;
    height: 70px;
  }
}

.media-area-page-about {
  background-color: var(--bg);
}

.media-area-page-about .section-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 575px;
}

@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr 475px;
  }
}

@media only screen and (max-width: 991px) {
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.media-area-page-about .area-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-area-page-about .section-content {
  padding: 87px 50px 100px;
  background-color: #1d1c1c;
}

@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content {
    padding: 37px 40px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .media-area-page-about .section-content {
    padding: 17px 20px 20px;
  }
}

.media-area-page-about .section-content .section-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 35px;
  letter-spacing: -0.07em;
  color: var(--white);
  max-width: 310px;
}

.media-area-page-about .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999;
}

.media-area-page-about .section-content .text-wrapper {
  margin-top: 267px;
}

@media only screen and (max-width: 1919px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 167px;
  }
}

@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 27px;
  }
}

.media-area-page-about .section-content .btn-wrapper {
  margin-top: 43px;
}

.media-area-page-about .section-content .rr-btn {
  background-color: #1d1c1c;
  border-color: rgb(255 255 255 / 0.2);
}

.media-area-page-about .section-content .rr-btn:hover {
  border-color: var(--white);
}

.dark .media-area-page-about .section-content .rr-btn:before {
  background-color: var(--white);
}

.media-area-page-about .section-content .rr-btn .text-one {
  color: var(--white);
}

.media-area-page-about .section-content .rr-btn .text-two {
  color: var(--black);
}

.dark .media-area-page-about .section-content .rr-btn .text-two {
  color: var(--black);
}

.award-area-page-about {
  background-color: var(--bg);
}

.award-area-page-about .section-subtitle {
  color: var(--white);
}

.award-area-page-about .section-title {
  color: var(--white);
}

.award-area-page-about .section-header {
  margin-top: 50px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .award-area-page-about .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}

.award-area-page-about .section-header .subtitle-wrapper {
  margin-top: 8px;
}

.award-area-page-about .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.award-area-page-about .awards-wrapper-box {
  margin-top: 94px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  padding-top: 32px;
  max-width: 1235px;
  margin-left: auto;
  margin-bottom: 43px;
}

@media only screen and (max-width: 1919px) {
  .award-area-page-about .awards-wrapper-box {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-page-about .awards-wrapper-box {
    margin-top: 44px;
  }
}

.award-area-page-about .awards-wrapper {
  max-width: 630px;
  margin-left: auto;
}

.award-area-page-about .award-box {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 370px;
}

@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box {
    grid-template-columns: 1fr 340px;
  }
}

@media (max-width: 575px) {
  .award-area-page-about .award-box {
    grid-template-columns: 1fr;
  }
}

.award-area-page-about .award-box:not(:first-child) {
  margin-top: 56px;
}

.award-area-page-about .award-box .award-list li {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box .award-list li {
    font-size: 18px;
  }
}

.award-area-page-about .award-box .category {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box .category {
    font-size: 18px;
  }
}

.team-area-about-page .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .team-area-about-page .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}

.team-area-about-page .section-header .subtitle-wrapper {
  margin-top: 8px;
}

.team-area-about-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.team-area-about-page .section-title {
  max-width: 765px;
}

@media only screen and (max-width: 1919px) {
  .team-area-about-page .section-title {
    max-width: 665px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area-about-page .section-title {
    max-width: 465px;
  }
}

.team-area-about-page .team-wrapper-box {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .team-area-about-page .team-wrapper-box {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area-about-page .team-wrapper-box {
    margin-top: 44px;
  }
}

.team-area-about-page .team-wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-area-about-page .team-box:hover .thumb img {
  transform: scale(1.1);
}

.team-area-about-page .team-box .thumb {
  overflow: hidden;
}

.team-area-about-page .team-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}

.team-area-about-page .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1919px) {
  .team-area-about-page .team-box .name {
    font-size: 24px;
  }
}

.team-area-about-page .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}

.team-area-about-page .team-box .content {
  margin-top: 19px;
}

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

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

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

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

.contact-area-contact-page .section-header {
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-header {
    padding-top: 7px;
  }
}

.contact-area-contact-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.contact-area-contact-page .subtitle-wrapper {
  margin-top: 8px;
}

.contact-area-contact-page .section-title {
  max-width: 1200px;
}

@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-title {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-title {
    max-width: 1240px;
  }
}

.contact-area-contact-page .section-content-wrapper {
  margin-top: 120px;
  margin-bottom: 4px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1030px;
  align-items: flex-start;
}

@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-content-wrapper {
    margin-top: 100px;
    grid-template-columns: 1fr 730px;
  }
}

@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 680px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 550px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-area-contact-page .section-content-wrapper .section-content {
    order: 2;
  }

  .contact-area-contact-page .section-content-wrapper .contact-wrap {
    order: 1;
  }
}

.contact-area-contact-page .contact-mail .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}

.contact-area-contact-page .contact-mail .text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  max-width: 410px;
  margin-top: 24px;
}

@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 24px;
    max-width: 330px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 20px;
    max-width: 280px;
  }
}

.contact-area-contact-page .contact-mail .text a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-area-contact-page .contact-mail .text a:hover {
  color: var(--secondary);
}

.contact-area-contact-page .contact-mail .text a.gradient-link {
  background: -webkit-linear-gradient(left, #62e5ff, #ff9aff, #7d8fff, #80d9ff);
  background: linear-gradient(to right, #62e5ff, #ff9aff, #7d8fff, #80d9ff);
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  color: #fff0;
  animation: animationgradienttitle 2s linear infinite;
  text-decoration: underline;
  text-decoration-color: #b2aeff;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}

.contact-area-contact-page .contact-mail .text a.gradient-link:hover {
  animation-duration: 1s;
  text-shadow: 0 0 0.8vw rgb(255 255 255 / 0.8);
}

@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }

  100% {
    background-position: 1600px 0;
  }
}

.contact-area-contact-page .contact-social {
  margin-top: 51px;
}

.contact-area-contact-page .contact-social .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}

.contact-area-contact-page .contact-social .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}

.contact-area-contact-page .contact-social .social-links a {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  display: inline-block;
  transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 20px;
  }
}

.contact-area-contact-page .contact-social .social-links a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-area-contact-page .contact-formwrap {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 40px 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-area-contact-page .contact-formwrap .message {
  grid-column: span 2;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap .message {
    grid-column: auto;
  }
}

.contact-area-contact-page .contact-formfield input,
.contact-area-contact-page .contact-formfield textarea {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: #fff0;
  transition: all 0.5s;
  color: var(--primary);
  font-family: inherit;
}

.contact-area-contact-page .contact-formfield textarea {
  height: auto;
  line-height: 24px;
  min-height: 192px;
  /* 8 lines */
  max-height: 336px;
  /* 14 lines */
  resize: none;
  padding-bottom: 8px;
  padding-top: 8px;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formfield textarea {
    min-height: 192px;
    /* 8 lines minimum responsibly */
    max-height: 240px;
    /* 10 lines max on mobile */
  }
}

/* Custom Scrollbar */
.contact-area-contact-page .contact-formfield textarea::-webkit-scrollbar {
  width: 4px;
}

.contact-area-contact-page .contact-formfield textarea::-webkit-scrollbar-track {
  background: transparent;
}

.contact-area-contact-page .contact-formfield textarea::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.contact-area-contact-page .contact-formfield input:focus,
.contact-area-contact-page .contact-formfield textarea:focus {
  border-color: var(--primary);
}

.contact-area-contact-page .contact-formfield input::placeholder,
.contact-area-contact-page .contact-formfield textarea::placeholder {
  color: var(--primary);
}

.contact-area-contact-page .contact-formfield input:-webkit-autofill,
.contact-area-contact-page .contact-formfield input:-webkit-autofill:focus,
.contact-area-contact-page .contact-formfield textarea:-webkit-autofill,
.contact-area-contact-page .contact-formfield textarea:-webkit-autofill:focus {
  transition:
    background-color 0s 600000s,
    color 0s 600000s !important;
}

.contact-area-contact-page .contact-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: #fff0;
  transition: all 0.5s;
  color: var(--primary);
}

.contact-area-contact-page .contact-formfield select:focus {
  border-color: var(--primary);
}

.contact-area-contact-page .contact-formfield select option {
  width: 100%;
  max-width: 100%;
}

.dark .contact-area-contact-page .contact-formfield select option {
  background-color: var(--black);
}

.contact-area-contact-page .contact-formfield select option[disabled] {
  background-color: var(--black) !important;
}

.contact-area-contact-page .submit-btn {
  margin-top: 50px;
}

@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .submit-btn {
    margin-top: 40px;
  }
}

.contact-area-contact-page .contact-formfield {
  position: relative;
}

.contact-area-contact-page .field-error {
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #e74c3c;
  margin-top: 6px;
}

.contact-area-contact-page .contact-formfield.has-error input {
  border-bottom-color: #e74c3c;
}

.contact-area-contact-page .char-count {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgb(244 244 244 / 0.25);
  text-align: right;
  margin-top: 4px;
}

.dark .contact-area-contact-page .char-count {
  color: rgb(17 17 17 / 0.758);
}

.contact-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.826);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  pointer-events: none;
}

.contact-success-overlay .overlay-title {
  font-size: 120px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .contact-success-overlay .overlay-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-success-overlay .overlay-title {
    font-size: 48px;
  }
}

.hero-area-service-details .service-meta {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr 1045px;
  position: relative;
  margin-top: 27px;
}

@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 {
  margin-top: 84px;
  display: grid;
  grid-template-columns: 1045px;
  justify-content: flex-end;
}

@media only screen and (max-width: 1919px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 845px;
    margin-top: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 645px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 585px;
    margin-top: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 1fr;
  }
}

.hero-area-service-details .section-content-wrapper {
  margin-top: 94px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1045px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 845px;
    margin-top: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 645px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 585px;
    margin-top: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.hero-area-service-details .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 420px;
}

.hero-area-service-details .section-thumb img {
  width: 40%;
}

.hero-area-service-details .feature-list {
  margin-top: 26px;
}

.hero-area-service-details .feature-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  display: flex;
  align-items: center;
}

.hero-area-service-details .feature-list li:before {
  content: "+";
  margin-right: 5px;
}

.approach-area-service-details-page .section-header {
  margin-top: 32px;
}

.approach-area-service-details-page .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1125px;
  align-items: flex-end;
}

@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 905px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 675px;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 575px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.approach-area-service-details-page .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  text-transform: unset;
}

@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .section-subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .section-subtitle {
    font-size: 18px;
  }

  .approach-area-service-details-page .section-subtitle br {
    display: none;
  }
}

.approach-area-service-details-page .section-title {
  max-width: 875px;
}

@media (min-width: 1200px) {
  .approach-area-service-details-page .section-title {
    font-size: 50px;
    line-height: 1;
  }
}

.approach-area-service-details-page .approach-wrapper-box {
  margin-top: 94px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1125px;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 905px;
    margin-top: 64px;
  }
}

@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;
    margin-top: 44px;
  }
}

.approach-area-service-details-page .approach-wrapper-box .steps {
  font-family: var(--font_sequelsansromanbody);
  font-size: 265px;
  font-weight: 310;
  line-height: 0.65;
  letter-spacing: -0.07em;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    font-size: 205px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    font-size: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    display: none;
  }
}

.approach-area-service-details-page .approach-wrapper {
  border-top: 1px dashed #878482;
}

.approach-area-service-details-page .approach-box {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 60px 1fr 595px;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #878482;
}

@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 only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-box {
    gap: 10px 30px;
  }
}

@media (max-width: 575px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 30px 1fr;
  }
}

.approach-area-service-details-page .approach-box .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

@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: 1919px) {
  .approach-area-service-details-page .approach-box .title {
    font-size: 24px;
  }
}

.approach-area-service-details-page .approach-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.feature-area {
  background-color: var(--bg);
}

.feature-area .features-wrapper-box {
  margin-top: 44px;
}

.feature-area .features-wrapper {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

@media only screen and (max-width: 1919px) {
  .feature-area .features-wrapper {
    gap: 60px 40px;
  }
}

@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 .features-wrapper>*:nth-child(2n) .thumb {
  order: 2;
}

@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper>*:nth-child(2n) .thumb {
    order: unset;
  }
}

.feature-area .feature-box {
  position: relative;
  display: grid;
  gap: 175px;
}

@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: rgb(255 255 255 / 0.1);
  top: 0;
  left: -30px;
}

@media only screen and (max-width: 1919px) {
  .feature-area .feature-box:before {
    left: -20px;
  }
}

.feature-area .feature-box .thumb img {
  height: 80px;
}

@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .thumb img {
    height: 60px;
  }
}

.feature-area .feature-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--white);
}

@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .title {
    font-size: 24px;
  }
}

.feature-area .feature-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white-2);
  margin-top: 30px;
}

@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .text {
    font-size: 18px;
    margin-top: 20px;
  }
}

.value-area {
  background-color: var(--bg);
}

.value-area .section-content-wrapper {
  margin-top: 32px;
  margin-bottom: 45px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 605px 905px;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1919px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr 770px;
  }
}

@media only screen and (max-width: 1199px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.value-area .section-thumb {
  margin-top: 11px;
  max-width: 660px;
}

.value-area .section-thumb img {
  width: 100%;
}

.value-area .section-title {
  letter-spacing: -0.07em;
  color: var(--white);
  max-width: 660px;
}

@media (min-width: 1200px) {
  .value-area .section-title {
    font-size: 50px;
    font-weight: 315;
    line-height: 55px;
  }
}

.value-area .values-wrapper {
  margin-top: 56px;
}

@media only screen and (max-width: 991px) {
  .value-area .values-wrapper {
    margin-top: 36px;
  }
}

.value-area .value-box {
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 330px 1fr;
}

@media only screen and (max-width: 1919px) {
  .value-area .value-box {
    grid-template-columns: 230px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .value-area .value-box {
    grid-template-columns: 130px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .value-area .value-box {
    grid-template-columns: 1fr;
  }
}

.value-area .value-box:not(:first-child) {
  margin-top: 68px;
}

@media only screen and (max-width: 991px) {
  .value-area .value-box:not(:first-child) {
    margin-top: 38px;
  }
}

.value-area .value-box .number {
  font-size: 100px;
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: var(--white);
  padding-top: 17px;
  border-top: 1px solid rgb(252 247 243 / 0.2);
  margin-top: 6px;
}

@media only screen and (max-width: 1919px) {
  .value-area .value-box .number {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .value-area .value-box .number {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .value-area .value-box .number {
    font-size: 50px;
  }
}

@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: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white-2);
}

@media only screen and (max-width: 1919px) {
  .value-area .value-box .text {
    font-size: 18px;
  }
}

.faq-area .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .faq-area .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}

.faq-area .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.faq-area .subtitle-wrapper {
  margin-top: 8px;
}

.faq-area .section-title {
  max-width: 1005px;
}

@media only screen and (max-width: 1919px) {
  .faq-area .section-title {
    max-width: 905px;
  }
}

@media only screen and (max-width: 1399px) {
  .faq-area .section-title {
    max-width: 705px;
  }
}

.faq-area .accordion-wrapper {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 93px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1919px) {
  .faq-area .accordion-wrapper {
    margin-top: 63px;
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .faq-area .accordion-wrapper {
    margin-top: 43px;
    max-width: 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-area .accordion-wrapper {
    max-width: 750px;
  }
}

.faq-area .accordion {
  border-top: 1px solid var(--border);
  counter-reset: accordion;
}

.faq-area .accordion-button {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding: 30px 0 33px;
  border-radius: 0 !important;
  background-color: #fff0;
  outline: 0;
  box-shadow: none;
}

@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: "+";

  background-image: none;
  width: auto;
  height: auto;
}

.faq-area .accordion-button:not(.collapsed) {
  pointer-events: none;
}

.faq-area .accordion-button:not(.collapsed)::after {
  content: "-";
}

.faq-area .accordion-item {
  background-color: #fff0;
  border: none;
  border-bottom: 1px solid var(--border);
  position: relative;
  padding-left: 130px;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .faq-area .accordion-item {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area .accordion-item {
    padding-left: 50px;
  }
}

.faq-area .accordion-item:before {
  counter-increment: accordion;
  content: counter(accordion, decimal-leading-zero);
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  position: absolute;
  top: 30px;
  left: 0;
  transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
  .faq-area .accordion-item:before {
    top: 20px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area .accordion-item:before {
    font-size: 20px;
  }
}

.faq-area .accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--secondary);
  padding: 4px 0 43px;
  border: none;
}

.services-wrapper-1 .service-box {
  border-top: 1px solid var(--border);
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 410px 545px;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .service-box {
    grid-template-columns: 1fr 310px 445px;
  }
}

@media only screen and (max-width: 991px) {
  .services-wrapper-1 .service-box {
    grid-template-columns: 1fr 220px 360px;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper-1 .service-box {
    grid-template-columns: 1fr 380px;
  }
}

@media (max-width: 575px) {
  .services-wrapper-1 .service-box {
    grid-template-columns: 1fr;
  }
}

.services-wrapper-1 .service-box .count .number {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary);
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .services-wrapper-1 .service-box .count .number {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .services-wrapper-1 .service-box .count .number {
    font-size: 20px;
  }
}

.services-wrapper-1 .service-box .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .services-wrapper-1 .service-box .content .title {
    font-size: 24px;
  }
}

.services-wrapper-1 .service-box .content .title a:hover {
  color: var(--secondary);
}

.services-wrapper-1 .service-box .service-list {
  margin-top: 22px;
}

.services-wrapper-1 .service-box .service-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
}

.services-wrapper-1 .service-box .service-list li a:hover {
  color: var(--secondary);
}

.services-wrapper-1 .service-box .thumb {
  border-radius: 0;
  overflow: hidden;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .services-wrapper-1 .service-box .thumb {
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper-1 .service-box .thumb {
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .services-wrapper-1 .service-box .thumb {
    grid-column: auto;
  }
}

.services-wrapper-1 .service-box .thumb img {
  width: 35%;
  object-fit: cover;
  height: 265px;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  .services-wrapper-1 .service-box .thumb img {
    width: 100%;
    border-radius: 0;
  }
}

.service-area-service-page .section-header {
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .service-area-service-page .section-header {
    padding-top: 7px;
  }
}

.service-area-service-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-area-service-page .subtitle-wrapper {
  margin-top: 8px;
}

.service-area-service-page .section-title {
  max-width: 1030px;
}

@media only screen and (max-width: 1919px) {
  .service-area-service-page .section-title {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area-service-page .section-title {
    max-width: 800px;
  }
}

.service-area-service-page .services-wrapper-box {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .service-area-service-page .services-wrapper-box {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area-service-page .services-wrapper-box {
    margin-top: 44px;
  }
}

.service-area-service-page .service-content-wrapper {
  background-color: #fff0;
}

.service-area-service-page .service-content-wrapper .service-content .text.text-invert>div {
  background-image: linear-gradient(to right,
      #111111 50%,
      rgb(17 17 17 / 0.3) 51%);
}

.dark .service-area-service-page .service-content-wrapper .service-content .text.text-invert>div {
  background-image: linear-gradient(to right,
      #ffffff 50%,
      rgb(255 255 255 / 0.3) 51%);
}

.service-area-service-page .services-wrapper-2 .service-box {
  background-color: var(--white);
  border-color: var(--border);
}

.dark .service-area-service-page .services-wrapper-2 .service-box {
  background-color: var(--black);
}

.service-area-service-page .services-wrapper-2 .service-box:last-child {
  border-color: var(--border);
}

.service-area-service-page .services-wrapper-2 .service-box-wrapper {
  background-color: var(--border);
}

.service-area-service-page .services-wrapper-2 .service-box .number {
  color: var(--primary);
}

.service-area-service-page .services-wrapper-2 .service-box .title {
  color: var(--primary);
}

.service-area-service-page .services-wrapper-2 .service-box .text {
  color: var(--primary);
}

.client-area-service-page .section-title {
  max-width: 1430px;
}

@media only screen and (max-width: 1919px) {
  .client-area-service-page .section-title {
    max-width: 1130px;
  }
}

.client-area-service-page .section-title span {
  color: var(--primary);
}

.client-area-service-page .section-content {
  margin-top: 20px;
}

.client-area-service-page .section-content .text-wrapper {
  max-width: 505px;
  margin-top: 133px;
  margin-left: 545px;
}

@media only screen and (max-width: 1919px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 83px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 63px;
    margin-left: 345px;
  }
}

@media only screen and (max-width: 991px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 43px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .client-area-service-page .section-content .text-wrapper {
    max-width: 100%;
    margin-top: 23px;
  }
}

.client-area-service-page .client-capsule-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-top: -200px;
  height: 633px;
}

@media only screen and (max-width: 1919px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 533px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 483px;
  }
}

@media only screen and (max-width: 991px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 433px;
  }
}

.client-area-service-page .client-capsule-wrapper>* {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
  opacity: 0;
}

.client-area-service-page .client-box {
  width: 215px;
  height: 100px;
  padding: 10px 20px;
  background-color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transform: translate(-50%, -50%) rotate(0rad);
}

@media only screen and (max-width: 1919px) {
  .client-area-service-page .client-box {
    width: 165px;
    height: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-area-service-page .client-box {
    width: 135px;
    height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .client-area-service-page .client-box {
    width: 105px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .client-area-service-page .client-box {
    width: 85px;
    height: 30px;
  }
}

.client-area-service-page .client-box img {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}

.client-area-service-page .line {
  border-bottom: 1px solid var(--primary);
}

.client-area-service-page .lines-wrapper {
  display: grid;
  gap: 5px 0;
}

@media only screen and (max-width: 1399px) {
  .client-area-service-page .lines-wrapper {
    gap: 3px 0;
  }
}

@media only screen and (max-width: 767px) {
  .client-area-service-page .lines-wrapper {
    gap: 1px 0;
  }
}

.team-details-area .section-content-wrapper {
  margin-top: 17px;
  display: grid;
  gap: 40px 60px;
  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 .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 0.93;
  letter-spacing: -0.07em;
  color: var(--primary);
  text-transform: unset;
}

@media only screen and (max-width: 1399px) {
  .team-details-area .section-subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .team-details-area .section-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 .text-wrapper {
  margin-top: 51px;
}

@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: #6f6d6c;
}

@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: #6f6d6c;
}

.team-details-area .social-links a:hover {
  background-color: #f7f7fa;
  padding-left: 20px;
}

.dark .team-details-area .social-links a:hover {
  background-color: #171717;
}

.team-details-area .social-links a:before {
  content: "+";
  margin-right: 6px;
}

.team-area-team-page .section-header {
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .team-area-team-page .section-header {
    padding-top: 7px;
  }
}

.team-area-team-page .section-title-wrapper {
  display: grid;
  gap: 20px 150px;
  grid-template-columns: 325px 1fr;
}

@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 275px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.team-area-team-page .subtitle-wrapper {
  margin-top: 8px;
}

.team-area-team-page .section-title {
  max-width: 900px;
}

@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title {
    max-width: 430px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area-team-page .section-title {
    max-width: 350px;
  }
}

.team-area-team-page .team-info {
  margin-top: 13px;
}

.team-area-team-page .team-info .team-group {
  display: inline-flex;
  align-items: center;
}

.team-area-team-page .team-info .team-group img {
  width: 60px;
  height: 60px;
  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: 18px;
  font-weight: 400;
  line-height: 20px;
  max-width: 275px;
}

.team-area-team-page .team-info .text span {
  font-weight: 500;
  color: var(--primary);
}

.team-area-team-page .team-info .text-wrapper {
  margin-top: 16px;
}

.team-area-team-page .title-wrapper .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 580px;
  margin-top: 54px;
}

@media only screen and (max-width: 1919px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 24px;
  }
}

.cta-area-team-page .section-content {
  margin-top: 32px;
  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: 920px;
  margin-inline: auto;
}

@media (min-width: 1200px) {
  .cta-area-team-page .section-title {
    font-size: 50px;
    line-height: 50px;
  }
}

.team-list-area .team-box {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  gap: 15px 25px;
  grid-template-columns: 100px 1fr 960px auto;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.dark .team-list-area .team-box {
  border-color: #292929;
}

@media only screen and (max-width: 1919px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr 560px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr 310px auto;
  }
}

@media only screen and (max-width: 991px) {
  .team-list-area .team-box {
    grid-template-columns: 80px 1fr 210px auto;
  }
}

@media only screen and (max-width: 767px) {
  .team-list-area .team-box {
    grid-template-columns: 1fr 1fr auto;
  }
}

.team-list-area .team-box:hover {
  background-color: #fafafa;
}

.dark .team-list-area .team-box:hover {
  background-color: #1d1c1c;
}

.team-list-area .team-box:hover .thumb {
  transform: translateX(20px);
}

.team-list-area .team-box:hover .name {
  transform: translateX(20px);
}

.team-list-area .team-box:hover .t-btn-normal {
  transform: translateX(-20px);
}

.team-list-area .team-box .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .team-list-area .team-box .thumb {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .team-list-area .team-box .thumb {
    grid-column: span 3;
  }
}

.team-list-area .team-box .thumb img {
  width: 100%;
}

.team-list-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  transition: all 0.5s;
}

@media only screen and (max-width: 1399px) {
  .team-list-area .team-box .name {
    font-size: 24px;
  }
}

.team-list-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.team-list-area .team-wrapper-box {
  margin-top: 90px;
}

@media only screen and (max-width: 1399px) {
  .team-list-area .team-wrapper-box {
    margin-top: 70px;
  }
}

.team-list-area .team-wrapper {
  border-top: 1px solid #e1e1e1;
}

.dark .team-list-area .team-wrapper {
  border-color: #292929;
}

.team-area .team-layout {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  gap: 60px;
  align-items: flex-start;
}

@media only screen and (max-width: 1399px) {
  .team-area .team-layout {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area .team-layout {
    flex-direction: column;
    gap: 40px;
  }
}

.team-area .section-header {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 991px) {
  .team-area .section-header {
    order: -1;
    position: static;
    width: 100%;
  }
}

.team-area .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.team-area .section-header .section-title-wrapper {
  display: grid;
  gap: 30px 200px;
  grid-template-columns: 1fr 1235px;
  order: unset;
}

@media only screen and (max-width: 1919px) {
  .team-area .section-header .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area .section-header .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-area .section-header .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area .section-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.team-area .section-header .title-text-group .text-wrapper {
  margin-top: 24px;
}

@media only screen and (max-width: 1399px) {
  .team-area .section-header .title-text-group .text-wrapper {
    margin-top: 18px;
  }
}

.team-area .team-wrapper-box {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .team-area .team-wrapper-box {
    width: 100%;
    max-width: 100%;
  }
}

.team-area .team-wrapper {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .team-area .team-wrapper {
    grid-template-columns: 1fr;
  }
}

.team-area .team-box:hover .thumb img {
  transform: scale(1.1);
}

.team-area .team-box .thumb {
  overflow: hidden;
}

.team-area .team-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}

.team-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1919px) {
  .team-area .team-box .name {
    font-size: 24px;
  }
}

.team-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}

.team-area .team-box .content {
  margin-top: 19px;
}

.work-details-area .section-header {
  margin-top: 17px;
}

.work-details-area .section-title-wrapper {
  display: grid;
  gap: 20px 29px;
  grid-template-columns: 315px 1fr;
}

@media only screen and (max-width: 1919px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 245px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 195px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .work-details-area .section-title-wrapper {
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.work-details-area .section-title-wrapper .title-thumb {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  margin-top: 13px;
  max-width: 315px;
}

@media only screen and (max-width: 1399px) {
  .work-details-area .section-title-wrapper .title-thumb {
    margin-top: 5px;
  }
}

.work-details-area .meta-wrapper {
  margin-top: 51px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 95px;
}

@media only screen and (max-width: 1919px) {
  .work-details-area .meta-wrapper {
    margin-top: 41px;
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-details-area .meta-wrapper {
    gap: 30px 40px;
    margin-top: 31px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .work-details-area .meta-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.work-details-area .meta-item {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.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: 400;
  line-height: 25px;
  color: var(--primary);
  margin-top: 4px;
}

.work-details-area .section-info {
  margin-top: 59px;
  margin-bottom: 93px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 825px;
}

@media only screen and (max-width: 1919px) {
  .work-details-area .section-info {
    margin-top: 49px;
    margin-bottom: 63px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr 650px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr 550px;
    margin-top: 29px;
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr;
  }
}

.work-details-area .section-info .title {
  font-size: 50px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 440px;
}

@media only screen and (max-width: 1919px) {
  .work-details-area .section-info .title {
    font-size: 38px;
    max-width: 340px;
  }
}

@media (max-width: 575px) {
  .work-details-area .section-info .title {
    font-size: 28px;
  }
}

.work-details-area .section-info .content {
  margin-top: 2px;
}

.work-details-area .section-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.work-details-area .section-info .feature-list {
  margin-top: 28px;
}

.work-details-area .section-info .feature-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  position: relative;
  display: flex;
  align-items: center;
}

.work-details-area .section-info .feature-list li:before {
  content: "+";
  margin-right: 6px;
}

.work-details-area .image-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.work-details-area .gallery-wrapper {
  padding: 0 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper {
    padding: 0 10px;
    gap: 10px;
  }
}

.work-details-area .gallery-wrapper>*:nth-child(1) {
  grid-column: span 2;
}

.work-details-area .gallery-wrapper>*:nth-child(3) {
  grid-column: span 3;
}

.work-details-area .gallery-wrapper .image,
.work-details-area .gallery-wrapper-2 .image {
  border-radius: 24px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {

  .work-details-area .gallery-wrapper .image,
  .work-details-area .gallery-wrapper-2 .image {
    border-radius: 16px;
  }
}

@media only screen and (max-width: 767px) {

  .work-details-area .gallery-wrapper .image,
  .work-details-area .gallery-wrapper-2 .image {
    border-radius: 8px;
  }
}

.work-details-area .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.work-details-area .gallery-wrapper .image img,
.work-details-area .gallery-wrapper-2 .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

@media only screen and (min-width: 1400px) {

  .work-details-area .gallery-wrapper .image img,
  .work-details-area .gallery-wrapper-2 .image img {
    width: calc(100% + 120px);
    max-width: none;
    margin-left: -60px;
  }
}

.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: 41px;
  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 {
  padding: 0 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper-2 {
    padding: 0 10px;
    gap: 16px;
  }
}

.work-details-area .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1px;
}

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

.pagination a i {
  font-size: 24px;
}

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

.work-area-work-page .section-header {
  padding-top: 37px;
}

@media only screen and (max-width: 991px) {
  .work-area-work-page .section-header {
    padding-top: 7px;
  }
}

.work-area-work-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.work-area-work-page .subtitle-wrapper {
  margin-top: 8px;
}

.work-area-work-page .section-title {
  max-width: 800px;
}

@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-title {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-title {
    max-width: 900px;
  }
}

.work-area-work-page .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 490px;
}

.work-area-work-page .info-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
}

.work-area-work-page .info-list li:before {
  content: "+";
  margin-right: 5px;
}

.work-area-work-page .section-content-wrapper {
  margin-top: 84px;
  margin-bottom: 93px;
  max-width: 1235px;
  margin-left: auto;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 200px 1fr;
}

@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-content-wrapper {
    margin-top: 54px;
    margin-bottom: 53px;
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-content-wrapper {
    margin-top: 44px;
    max-width: 900px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-area-work-page .section-content-wrapper {
    max-width: 750px;
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-work-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.work-area-work-page .works-wrapper-box .container.large {
  max-width: 1850px;
}

@media (min-width: 992px) {
  .work-area-work-page .work-area-2-inner {
    padding-top: 0px !important;
  }
}

.works-wrapper-8 {
  display: grid;
  gap: 68px 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1919px) {
  .works-wrapper-8 {
    gap: 48px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .works-wrapper-8 {
    gap: 38px 20px;
  }
}

@media (max-width: 575px) {
  .works-wrapper-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.works-wrapper-8>* .image {
  transform-origin: bottom right;
}

.works-wrapper-8>*:nth-child(2n) .image {
  transform-origin: bottom left;
}

.works-wrapper-8 .work-box .thumb {
  overflow: hidden;
  position: relative;
}

.works-wrapper-8 .work-box .thumb:hover .t-btn {
  opacity: 1;
}

.works-wrapper-8 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}

.works-wrapper-8 .work-box .thumb .image img {
  transform-origin: center;
}

.works-wrapper-8 .work-box .thumb img {
  width: 100%;
  cursor: none;
}

.works-wrapper-8 .work-box .thumb .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: -25px 0 0 -65px;
  transition:
    opacity 0.3s,
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}

.works-wrapper-8 .work-box .content {
  margin-top: 14px;
}

.works-wrapper-8 .work-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.06em;
}

@media only screen and (max-width: 1199px) {
  .works-wrapper-8 .work-box .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .works-wrapper-8 .work-box .title {
    font-size: 20px;
  }
}

.works-wrapper-8 .work-box .meta {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}

.works-wrapper-8 .work-box .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}

.works-wrapper-8 .work-box .meta span:not(:first-child):before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  margin-inline-end: 5px;
}

.header-area-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 1.3s ease-in-out;
  mix-blend-mode: difference;
}

.header-area-2__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100px;
}

@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 .header__logo {
  position: relative;
  display: inline-block;
}

.header-area-2 .header__logo img {
  max-height: 24px;
  width: auto;
  mix-blend-mode: difference;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.header-area-2 .header__logo .logo-text {
  position: relative;
  opacity: 1;
  z-index: 2;
  transition-delay: 0.3s;
}

.header-area-2 .header__logo .logo-icon {
  opacity: 0;
  z-index: 1;
  transition-delay: 0s;
}

.header-area-2.sticky .header__logo .logo-text {
  opacity: 0;
  transition-delay: 0s;
}

.header-area-2.sticky .header__logo .logo-icon {
  opacity: 1;
  transition-delay: 0.3s;
}

.header-area-2 .header__nav {
  margin-right: -50%;
}

.header-area-2 .main-menu li a {
  font-size: 22px;
  font-weight: 100;
  padding: 21px 17px;
  position: relative;
}

.header-area-2 .main-menu li a:hover {
  color: var(--white);
}

.header-area-2 .main-menu li a.active {
  color: var(--white);
}

.header-area-2 .main-menu li a.active::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 17px;
  right: 17px;
  height: 1px;
  background-color: var(--white);
  opacity: 0.5;
}

@media (max-width: 575px) {
  .header-area-2 .header__button {
    display: none;
  }
}

.header-area-2 .side-toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-area-2 .side-toggle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.header-area-2 .side-toggle i {
  font-size: 28px;
}

.footer-area-2 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}

@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}

.footer-area-2 .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) {
  .footer-area-2 .footer-widget-wrapper {
    gap: 30px 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper {
    gap: 30px 90px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-area-2 .subscribe-form {
  max-width: 515px;
}

.footer-area-2 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: #f4ede7;
  padding: 28px 30px;
  border-radius: 50px;
}

.dark .footer-area-2 .subscribe-form .input-field {
  background-color: #1d1d1d;
}

@media only screen and (max-width: 1919px) {
  .footer-area-2 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}

.footer-area-2 .subscribe-form .input-field input {
  width: 100%;
  background-color: #fff0;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscribe-form .input-field input {
    font-size: 18px;
  }
}

.footer-area-2 .subscribe-form .input-field input::placeholder {
  color: rgb(17 17 17 / 0.3);
}

.dark .footer-area-2 .subscribe-form .input-field input::placeholder {
  color: rgb(252 247 243 / 0.3);
}

.footer-area-2 .subscribe-form .input-field input:-webkit-autofill,
.footer-area-2 .subscribe-form .input-field input:-webkit-autofill:focus {
  transition:
    background-color 0s 600000s,
    color 0s 600000s !important;
}

.footer-area-2 .subscription-text {
  margin-top: 23px;
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscription-text {
    margin-top: 18px;
  }
}

.footer-area-2 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscription-text .text {
    font-size: 18px;
  }
}

.footer-area-2 .subscription-text .text a {
  position: relative;
}

.footer-area-2 .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-2 .subscription-text .text a:hover:hover::before {
  width: 0;
}

.footer-area-2 .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
}

.dark .footer-area-2 .footer-widget-box .title {
  color: #555;
}

@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-2 .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .footer-area-2 .footer-widget-box.newsletter {
    grid-column: auto;
  }
}

.footer-area-2 .footer-nav-list:hover li a {
  opacity: 0.3;
}

.footer-area-2 .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}

.footer-area-2 .footer-nav-list li a:hover {
  opacity: 1;
}

.footer-area-2 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.footer-area-2 .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.footer-area-2 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}

@media only screen and (max-width: 1919px) {
  .footer-area-2 .copyright-area-inner {
    padding: 37px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area-2 .copyright-area-inner {
    padding: 27px 0;
  }
}

.footer-area-2 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .footer-area-2 .copyright-text .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .copyright-text .text {
    font-size: 18px;
  }
}

.footer-area-2 .copyright-text .text a {
  color: #999;
  transition: all 0.3s;
  position: relative;
}

.dark .footer-area-2 .copyright-text .text a {
  color: #555;
}

.footer-area-2 .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-2 .copyright-text .text a:hover {
  color: var(--primary);
}

.footer-area-2 .copyright-text .text a:hover::before {
  width: 100%;
}

.footer-area-inner-page .footer-top-inner {
  padding-top: 50px;
  border-top: 1px solid var(--border);
  padding-bottom: 50px;
  margin-top: 50px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 660px;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 580px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 470px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 430px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr;
  }
}

.footer-area-inner-page .footer-top-inner .info-text .text {
  max-width: 510px;
  font-size: 30px;
  line-height: 1.26;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 22px;
  }
}

.footer-area-inner-page .footer-top-inner .info-link a {
  font-size: 30px;
  line-height: 1.5;
  color: var(--black-2);
  position: relative;
}

.dark .footer-area-inner-page .footer-top-inner .info-link a {
  color: #555;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner .info-link a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner .info-link a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-top-inner .info-link a {
    font-size: 22px;
  }
}

.footer-area-inner-page .footer-top-inner .info-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: currentColor;
}

.footer-area-inner-page .footer-top-inner .info-link a:hover {
  color: var(--primary);
}

.footer-area-inner-page .footer-top-inner .info-link a:hover::before {
  width: 0;
}

.footer-area-inner-page .footer-logo {
  margin-top: 8px;
  max-width: 657px;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-logo {
    max-width: 257px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-logo {
    max-width: 207px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-logo {
    max-width: 147px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-logo {
    display: none;
  }
}

.footer-area-inner-page .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}

.footer-area-inner-page .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) {
  .footer-area-inner-page .footer-widget-wrapper {
    gap: 30px 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-widget-wrapper {
    gap: 30px 90px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-area-inner-page .subscribe-form {
  max-width: 515px;
}

.footer-area-inner-page .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgb(17 17 17 / 0.05);
  padding: 32px 30px;
  border-radius: 50px;
}

.dark .footer-area-inner-page .subscribe-form .input-field {
  background-color: rgb(255 255 255 / 0.05);
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .subscribe-form .input-field {
    padding: 22px 30px;
  }
}

.footer-area-inner-page .subscribe-form .input-field input {
  width: 100%;
  background-color: #fff0;
  border: 0;
  outline: 0;
  font-size: 22px;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .subscribe-form .input-field input {
    font-size: 18px;
  }
}

.footer-area-inner-page .subscribe-form .input-field input::placeholder {
  line-height: 1;
  color: rgb(17 17 17 / 0.3);
}

.dark .footer-area-inner-page .subscribe-form .input-field input::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.footer-area-inner-page .subscription-text {
  margin-top: 23px;
}

.footer-area-inner-page .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .subscription-text .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .subscription-text .text {
    font-size: 18px;
  }
}

.footer-area-inner-page .subscription-text .text a {
  position: relative;
}

.footer-area-inner-page .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-inner-page .subscription-text .text a:hover:hover::before {
  width: 0;
}

.footer-area-inner-page .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
}

.dark .footer-area-inner-page .footer-widget-box .title {
  color: #555;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-widget-box .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .footer-area-inner-page .footer-widget-box.newsletter {
    grid-column: auto;
  }
}

.footer-area-inner-page .footer-nav-list:hover li a {
  opacity: 0.3;
}

.footer-area-inner-page .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) {
  .footer-area-inner-page .footer-nav-list li {
    font-size: 18px;
  }
}

.footer-area-inner-page .footer-nav-list li a:hover {
  opacity: 1;
}

.footer-area-inner-page .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.footer-area-inner-page .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.footer-area-inner-page .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .copyright-area-inner {
    padding: 37px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .copyright-area-inner {
    padding: 27px 0;
  }
}

.footer-area-inner-page .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 18px;
  }
}

.footer-area-inner-page .copyright-text .text a {
  color: #999;
  transition: all 0.3s;
  position: relative;
}

.dark .footer-area-inner-page .copyright-text .text a {
  color: #555;
}

.footer-area-inner-page .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-inner-page .copyright-text .text a:hover {
  color: var(--primary);
}

.footer-area-inner-page .copyright-text .text a:hover::before {
  width: 100%;
}

.web-development.dark {
  background-color: #02050a;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

:root {
  --rr-ff-body: "Plus Jakarta Sans", sans-serif;
  --rr-ff-heading: "Plus Jakarta Sans", serif;
  --rr-ff-p: "Plus Jakarta Sans", sans-serif;
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  --rr-fs-body: 16px;
  --rr-fs-p: 16px;
  --rr-fs-h1: 60px;
  --rr-fs-h2: 48px;
  --rr-fs-h3: 24px;
  --rr-fs-h4: 20px;
  --rr-fs-h5: 16px;
  --rr-fs-h6: 14px;
  --rr-color-common-white: #ffffff;
  --rr-color-common-black: #000000;
  --rr-color-common-dark: #232323;
  --rr-color-heading-primary: #11151c;
  --rr-color-text-body: #b0b2b7;
  --rr-color-text-body-light: #74787c;
  --rr-color-theme-primary: #3f5af3;
  --rr-color-theme-secondary: #ffc226;
  --rr-color-bg-1: #11151c;
  --rr-color-grey-1: #f8f8f8;
  --rr-color-grey-2: #2d343e;
  --rr-color-grey-light: #f2f3f4;
  --rr-color-border-1: #1e2228;
  --rr-color-border-light: #e4e4e4;
}

.project-carousel {
  overflow: visible;
}

.testi-carousel {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 80px;
}

.testi-carousel .swiper-pagination {
  bottom: 0;
}

.testi-carousel .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border: 1px solid var(--rr-color-border-1);
  opacity: 1;
  background-color: #fff0;
}

.testi-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-color-theme-primary);
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes asFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
  }
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
  }
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
  }
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
  }
}

.runok-slider {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .header__navicon {
    display: none !important;
  }

  .side-info {
    display: none !important;
  }

  .offcanvas-overlay {
    display: none !important;
  }
}

.consultation-hero-area {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.scattered-gifs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.gif-wrapper {
  position: absolute;
  overflow: hidden;
}

.gif-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.gif-1 {
  top: 25%;
  left: 10%;
  width: 220px;
}

.gif-2 {
  top: 70%;
  left: 20%;
  width: 180px;
}

.gif-3 {
  top: 10%;
  right: 15%;
  width: 200px;
}

.gif-4 {
  top: 65%;
  right: 15%;
  width: 240px;
}

@media (max-width: 1199px) {
  .gif-1 {
    width: 180px;
    left: 5%;
  }

  .gif-2 {
    width: 150px;
    left: 10%;
  }

  .gif-3 {
    width: 160px;
    right: 8%;
  }

  .gif-4 {
    width: 190px;
    right: 5%;
  }
}

@media (max-width: 767px) {
  .gif-1 {
    top: 15%;
    left: -5%;
    width: 140px;
    opacity: 0.4;
  }

  .gif-2 {
    top: 80%;
    left: -5%;
    width: 120px;
    opacity: 0.4;
  }

  .gif-3 {
    top: 8%;
    right: -5%;
    width: 130px;
    opacity: 0.4;
  }

  .gif-4 {
    top: 75%;
    right: -5%;
    width: 150px;
    opacity: 0.4;
  }
}

.footer-area-2 .subscribe-form .subscribe-btn,
.footer-area-inner-page .subscribe-form .subscribe-btn {
  background: #fff0;
  border: none;
  color: var(--black);
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s;
}

.dark .footer-area-2 .subscribe-form .subscribe-btn,
.dark .footer-area-inner-page .subscribe-form .subscribe-btn {
  color: var(--white);
}

.footer-area-2 .subscribe-form .subscribe-btn:hover,
.footer-area-inner-page .subscribe-form .subscribe-btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1199px) {

  .footer-area-2 .subscribe-form .subscribe-btn,
  .footer-area-inner-page .subscribe-form .subscribe-btn {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {

  .footer-area-2 .subscribe-form .subscribe-btn,
  .footer-area-inner-page .subscribe-form .subscribe-btn {
    font-size: 22px;
  }
}

/* Portfolio Page CTA Grid Matching About Page */
.cta-area-portfolio-page .section-title-wrapper {
  display: grid;
  margin-top: 200px;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}

@media only screen and (max-width: 1919px) {
  .cta-area-portfolio-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
    margin-top: 180px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-portfolio-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
    margin-top: 160px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-portfolio-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
    margin-top: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-area-portfolio-page .section-title-wrapper {
    grid-template-columns: 1fr;
    margin-top: 120px;
  }
}

.cta-area-portfolio-page .section-content-wrapper {
  margin-top: 15px;
  max-width: 1235px;
  margin-left: auto;
  display: block;
}

@media only screen and (max-width: 1919px) {
  .cta-area-portfolio-page .section-content-wrapper {
    margin-top: 15px;
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-portfolio-page .section-content-wrapper {
    margin-top: 15px;
    max-width: 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-portfolio-page .section-content-wrapper {
    max-width: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-area-portfolio-page .section-content-wrapper {
    display: block;
  }
}

.cta-area-portfolio-page .section-title {
  max-width: 1230px;
}

@media only screen and (max-width: 1919px) {
  .cta-area-portfolio-page .section-title {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-portfolio-page .section-title {
    max-width: 900px;
  }
}

.cta-area-portfolio-page .section-content .text {
  font-size: 28px;
  font-weight: 400;
  max-width: 900px;
  line-height: 1.26;
  margin-top: 0 !important;
}

@media only screen and (max-width: 1919px) {
  .cta-area-portfolio-page .section-content .text {
    font-size: 28px;
    max-width: 700px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-portfolio-page .section-content .text {
    font-size: 24px;
    max-width: 500px;
  }
}

.cta-area-portfolio-page .section-content .btn-wrapper {
  margin-top: 16px !important;
}

@media only screen and (max-width: 1919px) {
  .cta-area-portfolio-page .section-content .btn-wrapper {
    margin-top: 26px !important;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon svg {
  width: 1em;
  height: 1em;
}

/* Newsletter Form Text Adjustments */
.footer-widget-box.newsletter p.text {
  color: #fff;
}

.footer-widget-box.newsletter .subscription-text p.text {
  color: #555;
  transition: 0.3s;
}

.footer-widget-box.newsletter p.text {
  color: #fff;
}

.footer-widget-box.newsletter .subscription-text p.text {
  color: #555;
  transition: 0.3s;
}

/* Clutch Widget Custom Styling */
.clutch-widget-container.desktop-widget {
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  padding: 10px 0 10px 10px;
  width: 200px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 2px 4px 86px rgba(0, 0, 0, 0.06);
  transform: scale(0.85);
  transform-origin: bottom left;
}

@media only screen and (max-width: 991px) {
  .clutch-widget-container.desktop-widget {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transform: scale(0.85);
    transform-origin: center center;
  }

  .copyright-area-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px !important;
  }
}