/*-----------------------------------------------------------------
Theme Name: DirPoint
Author: phpscriptpoint
Author URI: https://codecanyon.net/user/phpscriptpoint
Developer: Masirul Islam -Skype:live:.cid.a84d5013f6e833cc
Version: 1.0.0 
Description: Textile - Textile Sourcing Html Template  <

-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
-------------------------------------------------------------------


------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #2DD4BF;
  --theme2: #002343;
  --title: #1E2428;
  --title2: #0C111D;
  --orange: #ff8a00;
  --gray1: #FAFAFA;
  --text: #374151;
  --border: rgba(0, 0, 0, 0.1);
  --border-2: #D4DCED;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --icon-font: "Font Awesome 7 Free";
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--gray1);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

input:focus {
  color: var(--text);
  outline: none;
}

input::-moz-placeholder {
  color: #767771;
}

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  color: var(--Text-Colour, #041319);
  font-family: "Jost", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 122%;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

h2 a {
  font-family: "Jost", sans-serif;
  font-size: 70px;
  line-height: 124%;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 767px) {
  h2 a {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h2 a {
    font-size: 28px;
  }
}

h3 a {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 122%;
  display: inline-block;
}
@media (max-width: 767px) {
  h3 a {
    font-size: 16px;
  }
}

h4 a {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 122%;
  display: inline-block;
}
@media (max-width: 450px) {
  h4 a {
    font-size: 20px;
  }
}

h5 a {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

h6 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: var(--theme2) !important;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 04.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-64 {
    --bs-gutter-x: 64px;
  }
  .gx-47 {
    --bs-gutter-x: 47px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-120 {
    --bs-gutter-x: 120px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-140 {
    --bs-gutter-x: 140px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
  .gy-60 {
    --bs-gutter-y: 60px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/* 05.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1344px;
  }
}
/* 06.Helper */
/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
  animation: rippleOne 3s infinite;
}
.ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-padding {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 120px 0;
  }
}

.bg-theme {
  background-color: var(--theme) !important;
}

.bg-theme2 {
  background-color: var(--theme2) !important;
}

.bg-mask {
  width: 100%;
  mask-size: cover;
  mask-position: center;
  background-size: cover;
  background-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
}

.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* 07.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.ripple-effect {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F3E7E0;
  border: 1px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255, 217, 196);
  animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
  width: 19px;
  height: 24px;
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-x {
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.movingCar {
  animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    transform: translateX(calc(-100vw + 108%));
  }
  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving2 {
  animation: moving2 8s linear infinite;
}

@keyframes moving2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.moving3 {
  animation: moving3 8s linear infinite;
}

@keyframes moving3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-color-ani,
.color-animate {
  animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.spin2 {
  animation: spin2 10s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*animation bubble****************/
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.animation-bubble div[class^=bubble-] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../img/shape/star.html) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .animation-bubble > :nth-child(even) {
    display: none;
  }
}
.bubble-1 {
  bottom: -5px;
  left: 68%;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
.img-shine {
  position: relative;
}
.img-shine::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}
.img-shine:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/* 08.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 8px;
  background: var(--theme);
  padding: 12px 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn a {
  color: var(--white) !important;
  display: inline-block;
}
.theme-btn i {
  margin-left: 6px;
}
.theme-btn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme2);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn:hover {
  color: var(--theme) !important;
  border: 1px solid var(--text);
}
.theme-btn:hover:before {
  top: -96%;
}
.theme-btn.style1 {
  background: var(--theme);
}
.theme-btn.style1:before {
  background: var(--theme2);
}
.theme-btn.style1:hover {
  color: var(--theme) !important;
  border: 1px solid var(--text);
}
.theme-btn.style2 {
  background: var(--theme2);
  color: var(--white);
}
.theme-btn.style2:before {
  background: var(--theme);
}
.theme-btn.style2:hover {
  color: var(--black) !important;
  border: 1px solid var(--theme);
}

/* 09.Preloader */
/* 10.Back To Top */
.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--title);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

/* 10.Meanmenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

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

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* 11.Header */
.header-top-area {
  background: var(--theme2);
}
.header-top-area .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .header-top-area .header-top-wrapper {
    display: none;
  }
}
.header-top-area .header-top-wrapper .content ul {
  display: flex;
  gap: 69px;
  align-items: center;
}
@media (max-width: 991px) {
  .header-top-area .header-top-wrapper .content ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.header-top-area .header-top-wrapper .content ul li {
  color: #737373;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 991px) {
  .header-top-area .header-top-wrapper .content ul li {
    font-size: 12px;
  }
}
.header-top-area .header-top-wrapper .content ul li a {
  color: var(--title) !important;
}
.header-top-area .header-top-wrapper .content ul li i {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 991px) {
  .header-top-area .header-top-wrapper .content ul li i {
    font-size: 12px;
  }
}
.header-top-area .header-top-wrapper .social-content ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
  color: var(--title);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Header Default */
.et-header {
  position: relative;
  z-index: 41;
}
.et-header .icon-btn {
  border-radius: 99px;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}

.main-menu a {
  display: block;
  position: relative;
  color: var(--title);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.main-menu a:hover, .main-menu a.active {
  color: var(--theme2);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu > ul > li > a {
  padding: 22px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme2);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--title);
  transition: 0.3s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  transform: rotate(180deg);
  color: var(--theme2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--theme2);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--title);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme2);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li a.active {
  color: var(--theme2);
}
.main-menu ul .sub-menu li a:hover {
  color: var(--theme2);
  padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1899px) {
  .main-menu > ul > li {
    margin: 0 15px;
  }
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-button .btn-wrapper {
  height: 50px;
}
.header-button .info-text p {
  color: var(--theme);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1px;
}
.header-button .info-text h4 {
  color: var(--theme);
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 1px;
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--title);
  color: var(--white);
}
@media (max-width: 1199px) {
  .header-button {
    padding: 22px 0;
  }
  .header-button.style2 {
    padding: 22px 0;
  }
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 10px;
  background: var(--title);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn2 .line {
  display: block;
  height: 2px;
  width: 32px;
  background: var(--white);
  margin: auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sidebar-btn2 .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn2 .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn2:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--text);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--text);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}
.header-links li > i {
  margin-right: 11px;
  color: var(--theme);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--text);
}

.header-links a:hover {
  color: var(--theme);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-links .header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--text);
}
.dropdown-link > ai {
  color: var(--theme);
  margin-right: 5px;
}

.dropdown-toggle:after {
  content: "\f078";
  border: none;
  font-family: "Jost", sans-serif;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title) !important;
}
.dropdown-menu a:hover {
  color: var(--theme) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

@media (max-width: 1199px) {
  .menu-expand {
    font-size: 15px;
  }
}
.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
}
.menu-expand i {
  margin-right: 15px;
}
.menu-expand:hover {
  color: var(--white);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
  background: var(--white);
  width: 100%;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .sticky-wrapper.sticky {
  background: var(--white);
}
.header-layout1 .sticky-wrapper.sticky .menu-area {
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.header-layout1 .menu-area {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.header-layout1 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--theme2);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout1 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--theme);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1899px) {
  .header-layout1 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout1 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme2);
  background-color: transparent;
  color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .icon-btn.style1:hover {
  border: 1px solid var(--title);
}
@media (max-width: 1899px) {
  .header-layout1 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .simple-icon {
    margin-left: 0;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: var(--gray1);
}
@media (max-width: 1199px) {
  .header-layout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout2 .sticky-wrapper.sticky {
  background: var(--white);
}
.header-layout2 .menu-area {
  background: transparent;
  padding: 0;
}
.header-layout2 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout2 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout2 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout2 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--theme2);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout2 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--theme2);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .simple-icon.sidebar-btn .line {
  background: var(--white);
}
@media (max-width: 1899px) {
  .header-layout2 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout2 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme2);
  background-color: transparent;
  color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .icon-btn.style1:hover {
  border: 1px solid var(--title);
}
@media (max-width: 1899px) {
  .header-layout2 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout2 .simple-icon {
    margin-left: 0;
  }
  .header-layout2 .main-menu {
    margin-left: 0;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-layout3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout3 .sticky-wrapper.sticky {
  background: var(--white);
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
  border-bottom: 0px solid #01534D;
}
.header-layout3 .menu-area {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #01534D;
}
.header-layout3 .menu-area .header-button .btn-wrapper {
  height: 65px;
}
.header-layout3 .menu-area .main-menu > ul > li > a {
  padding: 27px 0;
}
.header-layout3 .menu-area .main-menu a:hover,
.header-layout3 .menu-area .main-menu a.active {
  color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a:after {
  color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul .sub-menu li a.active {
  color: var(--theme2) !important;
}

.et-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.et-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--title);
}
.et-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.et-menu-wrapper .et-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white);
  background-color: var(--theme);
  border-radius: 50%;
}
.et-menu-wrapper .et-menu-toggle:hover {
  background-color: var(--title);
  color: var(--white);
}
.et-menu-wrapper .et-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.et-menu-wrapper.et-body-visible {
  opacity: 1;
  visibility: visible;
}
.et-menu-wrapper.et-body-visible .et-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.et-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  /***scroll-bar***/
}
.et-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.et-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.et-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.et-mobile-menu ul li.menu-item-has-children {
  position: relative;
}
.et-mobile-menu ul li.menu-item-has-children:before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  content: "+";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--title);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:before {
  opacity: 0;
  visibility: hidden;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:after {
  opacity: 1;
  visibility: visible;
}
.et-mobile-menu ul li.menu-item-has-children:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "\f068";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--title);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children a {
  padding-right: 18px;
}
.et-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title);
}
.et-mobile-menu ul li.et-active > a {
  color: var(--theme);
}
.et-mobile-menu ul li.et-active > a:before {
  transform: rotate(90deg);
}
.et-mobile-menu ul li ul li {
  padding-left: 20px;
}
.et-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--gray1);
  color: var(--title);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand:before {
  content: "\f067";
}
.et-mobile-menu ul .et-item-has-children > a:after {
  content: "\f067";
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--gray1);
  float: right;
  margin-top: 1px;
}
.et-mobile-menu ul .et-item-has-children.et-active > a .et-mean-expand:before {
  content: "\f068";
}
.et-mobile-menu ul .et-item-has-children.et-active > a:after {
  content: "\f068";
}
.et-mobile-menu > ul {
  padding: 0 40px;
}
.et-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.et-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.et-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.et-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.et-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  border-radius: 0px;
}
.et-menu-toggle:hover {
  background-color: var(--white);
}
.et-menu-toggle.style-text, .et-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title);
  font-size: 20px;
}
.et-menu-toggle.style-text i, .et-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.et-menu-toggle.style-text-white {
  color: var(--white);
}
@media (max-width: 1199px) {
  .et-menu-toggle {
    background-color: var(--white);
  }
}

@media (max-width: 400px) {
  .et-menu-wrapper .et-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .et-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme);
  border-color: var(--theme);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  left: -1800px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
  background: var(--theme2);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before, .sidemenu-wrapper .newsletter-form .as-btn:hover::after {
  display: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sidemenu-wrapper .et-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme);
  border-color: var(--theme);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition: right ease 1s;
  -ms-transition: right ease 1s;
  -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
  color: var(--title);
}
.sidemenu-wrapper .widget_title {
  color: var(--title);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
  overflow: hidden;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border-2);
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  transition: 0.4s ease-in-out;
  border-radius: 0px;
}
.sidemenu-wrapper .et-widget-contact .info-box_text .icon img {
  filter: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .et-btn {
    margin-bottom: 10px;
  }
}
.info-box {
  display: flex;
  margin-bottom: 11px;
}
.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: flex;
  color: var(--text);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-items: center;
}
.info-box_text .details p {
  color: var(--title);
}
.info-box_text .details p a {
  color: var(--title);
}

.info-box_link {
  display: inline-block;
  color: var(--text);
}
.info-box_link:hover {
  color: var(--theme);
}

.et-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}
.et-widget-about .about-logo {
  margin-bottom: 35px;
}
.et-widget-about .text {
  margin-bottom: 30px;
  margin-top: -0.5em;
  color: var(--title);
}

.et-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}
.et-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}
.et-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}
.et-widget-contact .info-box_text .icon {
  color: var(--title);
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--title);
  border-radius: 50%;
  text-align: center;
}
.et-widget-contact .info-box_text .icon img {
  filter: contrast(0) brightness(2) opacity(0.7);
}
.et-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}
.et-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}
.et-widget-contact .info-box_text .details a {
  color: var(--title);
}
.et-widget-contact .info-box_text a {
  color: inherit;
}
.et-widget-contact .info-box_text a:hover {
  color: var(--theme2);
}

/* 12.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-top__subtitle {
  color: var(--orange);
  font-family: "DM Sans", sans-serif;
  font-size: 18.009px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.017px;
  margin-bottom: 7px;
}
.section-top__title {
  color: var(--title);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.48px;
}
@media (max-width: 991px) {
  .section-top__title {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.56px;
  }
}
@media (max-width: 767px) {
  .section-top__title {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.56px;
  }
}
.section-top__desc {
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/*----------------------------------------------
    # Intro style here
----------------------------------------------*/
.wcu .section-top {
  text-align: center;
  margin-bottom: 40px;
}
.wcu__card {
  padding: 32px;
  border-radius: 20px;
  background: var(--white);
}
.wcu__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcu__icon img {
  max-width: 40px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcu__title {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.wcu__text {
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 400px;
  margin: 0 auto;
}

/*----------------------------------------------
    # Intro style here
----------------------------------------------*/
.service {
  background: #f0fdfa;
}
.service__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px;
  border-radius: 13.5px;
  border: 1px solid var(--border);
  background: var(--white);
  overflow: hidden;
}
@media (max-width: 575px) {
  .service__card {
    flex-direction: column;
    text-align: start;
    padding: 24px;
  }
}
.service__card-content {
  max-width: 360px;
}
.service__card-thumb {
  max-width: 260px;
}
.service__card-title {
  color: var(--title2);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
  margin-bottom: 10px;
  max-width: 212px;
}
.service__card-text {
  color: rgba(20, 20, 20, 0.6);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.service__card-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--theme);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.14px;
  transition: all 0.3s ease-in-out;
  margin-top: 200px;
}
@media (max-width: 575px) {
  .service__card-link {
    margin-top: 20px;
  }
}
.service__card-link svg path,
.service__card-link svg stroke {
  fill: var(--theme);
  transition: all 0.3s ease-in-out;
}
.service__card-link:hover {
  letter-spacing: 0.33px;
}
.service__card-link:hover svg path,
.service__card-link:hover svg stroke {
  fill: var(--theme2);
}

.sustainable__thumb img {
  width: 100%;
  border-radius: 8px;
}

.certification__title {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin-left: 30px;
  margin-bottom: -20px;
}
.certification__wrap {
  display: flex;
  padding: 37px 33px 29px 29px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  flex-wrap: wrap;
}
.certification__logo {
  display: flex;
  padding: 13.359px 50px 12.359px 50px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
}
.certification__logo:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.enabling__title {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin-left: 30px;
  margin-bottom: -20px;
}
.enabling__wrap {
  padding: 37px 33px 29px 29px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
}
.enabling__card {
  display: flex;
  padding: 15px 21px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #d89939;
  box-shadow: 0 1px 2px 0 rgba(18, 26, 43, 0.1), 0 1px 2px -1px rgba(18, 26, 43, 0.06);
}
.enabling__card-number {
  display: flex;
  width: 32px;
  height: 33px;
  padding: 12px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  border-radius: 40px;
  background: var(--white);
  margin-bottom: 10px;
}
.enabling__card-name {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin-bottom: 5px;
}
.enabling__card-desc {
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.14px;
}
.enabling__card--yellow {
  background: #d89939;
}
.enabling__card--green {
  background: #449535;
}
.enabling__card--red {
  background: #de1136;
}
.enabling__card--blue {
  background: #0072ce;
}

.about__thumb {
  border-radius: 16px;
  height: 437.425px;
  overflow: hidden;
}
.about__thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__content {
  margin-left: 10px;
}
.about__text {
  color: rgba(20, 20, 20, 0.6);
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.counter__number {
  display: flex;
  align-items: flex-start;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 99.464px;
}
@media (max-width: 991px) {
  .counter__number {
    font-size: 24px;
    line-height: 1;
  }
}
.counter-up {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.464px;
}
@media (max-width: 991px) {
  .counter-up {
    font-size: 54px;
    line-height: 1;
  }
}
.counter__text {
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  max-width: 250px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.counter__text::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  display: block;
  line-height: 1;
  margin-top: 5px;
}

.journey {
  padding: 200px 0 300px;
}
@media (max-width: 1199px) {
  .journey {
    padding: 150px 0 150px;
  }
}
@media (max-width: 991px) {
  .journey {
    padding: 100px 0 100px;
  }
}
.journey__thumb {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .journey__thumb {
    margin-top: 50px;
  }
}
.journey__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.timeline {
  position: relative;
  padding: clamp(40px, 6vw, 80px) 0;
  background: #06263a;
  color: #ffffff;
  overflow: hidden;
}
.timeline__track {
  position: relative;
  margin-top: 60px;
}
.timeline__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
  pointer-events: none;
}
.timeline__track .swiper-wrapper {
  align-items: center;
}
.timeline__track .swiper-slide {
  width: clamp(220px, 28vw, 300px);
  display: flex;
  justify-content: center;
}
.timeline__item {
  position: relative;
  width: 100%;
  text-align: center;
}
.timeline__item--top .timeline__year {
  order: 1;
  margin-bottom: 10px;
}
.timeline__item--top .timeline__node {
  order: 2;
}
.timeline__item--top .timeline__caption {
  order: 3;
  margin-top: 18px;
}
.timeline__item--top .timeline__node::before {
  /* dotted line up */
  top: auto;
  bottom: 100%;
  height: clamp(30px, 6vw, 60px);
}
.timeline__item--bottom {
  position: relative;
}
.timeline__item--bottom .timeline__year {
  order: 1;
  margin-bottom: 16px;
}
.timeline__item--bottom .timeline__node {
  order: 2;
}
.timeline__item--bottom .timeline__caption {
  order: 3;
  margin-top: 18px;
}
.timeline__item--bottom .timeline__shape {
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}
.timeline__year {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(16px, 2.4vw, 22px);
}
.timeline__node {
  position: relative;
  margin-inline: auto;
  width: clamp(70px, 8vw, 84px);
  height: clamp(70px, 8vw, 84px);
  background: #ffffff;
  transform: rotate(45deg);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  display: grid;
  place-items: center;
}
.timeline__node::before, .timeline__node::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: radial-gradient(circle, #24d3c6 2px, transparent 3px) top center/2px 10px repeat-y;
}
.timeline__node::before, .timeline__node::after {
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
}
.timeline__node .timeline__coin {
  transform: rotate(-45deg);
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: #24d3c6;
  display: grid;
  place-items: center;
  position: relative;
}
.timeline__node::marker {
  content: none;
}
.timeline__node::before, .timeline__node::after {
  background: radial-gradient(circle, #24d3c6 3px, transparent 4px) top center/2px 12px repeat-y;
}
.timeline__node--sm {
  width: clamp(56px, 7vw, 70px);
  height: clamp(56px, 7vw, 70px);
}
.timeline__node--sm .timeline__coin {
  width: 60%;
  height: 60%;
}
.timeline__caption {
  font-size: clamp(12px, 1.8vw, 14px);
  opacity: 0.9;
}
.timeline__nav {
  position: absolute;
  z-index: 6;
  top: 65%;
  transform: translateY(-65%);
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.timeline__nav::after {
  font-size: 14px;
  color: #06263a;
  font-weight: 700;
}
.timeline__nav--prev {
  left: 0px;
}
.timeline__nav--next {
  right: 0px;
}
@media (min-width: 768px) {
  .timeline__nav--prev {
    left: 0px;
  }
  .timeline__nav--next {
    right: 0px;
  }
}
.timeline__pagination {
  margin-top: 24px;
}
.timeline__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.timeline__pagination .swiper-pagination-bullet-active {
  background: #24d3c6;
}

/* Swiper sizing tweaks for different screens */
@media (max-width: 575.98px) {
  .timeline__track .swiper-slide {
    width: 78vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .timeline__track .swiper-slide {
    width: 48vw;
  }
}
@media (min-width: 992px) {
  .timeline__track .swiper-slide {
    width: 28vw;
  }
}
.gallery__note {
  position: relative;
  background: #fff8b5;
  padding: 10px;
  border: 1px solid #e0d997;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  text-align: center;
}
.gallery__note::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #c0392b;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.gallery__note:nth-child(odd) {
  transform: rotate(-5deg);
}
.gallery__note:nth-child(even) {
  transform: rotate(5deg);
}
.gallery__note:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 5;
}
.gallery__img {
  width: 100%;
  height: auto;
  border: 2px solid #d8d27c;
  display: block;
}

.team__thumb {
  overflow: hidden;
}
.team__thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__content {
  margin-top: 20px;
}
.team__name {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
  margin-bottom: 7px;
}
.team__designation {
  color: var(--orange);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.about {
  /* Eyebrow */
  /* Heading & body */
}
.about__content {
  padding-top: clamp(0rem, 1.2vw, 0.75rem);
}
.about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.about__eyebrow .about__dash {
  width: 24px;
  height: 3px;
  background: #ff9f1a;
  border-radius: 2px;
  display: inline-block;
}
.about__eyebrow .about__label {
  color: #213547;
  font-weight: 600;
  font-size: 0.95rem;
}
.about__heading {
  color: #0b2540;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 1.2rem + 2.2vw, 2.6rem);
}
.about__copy {
  color: #9bb0c3;
  font-size: clamp(0.95rem, 0.8rem + 0.4vw, 1.05rem);
  margin: 0 0 1.25rem;
  max-width: 46ch;
}
.about__cta.btn {
  background: #20c997;
  color: #fff;
  font-weight: 700;
  padding: 0.8rem 1.25rem;
  border-radius: 0.6rem;
  border: none;
}
.about__cta.btn:hover, .about__cta.btn:focus {
  background: rgb(27.7974248927, 174.6025751073, 131.1690987124);
  color: #fff;
}
.about__media {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.about__media--top {
  aspect-ratio: 16/11;
}
.about__media--bottom {
  aspect-ratio: 16/9.5;
}
.about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about__stat-card {
  border-radius: 1rem;
  padding: 1.75rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  box-shadow: 0 2px 10px rgba(13, 36, 64, 0.06);
}
.about__stat-card--dark {
  background: #0d2440;
}
.about__stat-card--dark .about__stat-value,
.about__stat-card--dark .about__stat-label {
  color: #fff;
}
.about__stat-card--dark .about__stat-label {
  opacity: 0.8;
}
.about__stat-card--teal {
  background: #38c6b0;
}
.about__stat-card--teal .about__stat-value,
.about__stat-card--teal .about__stat-label {
  color: #000;
}
.about__stat-card--teal .about__stat-label {
  opacity: 0.9;
}
.about__stat-value {
  font-family: "Jost", sans-serif;
  font-size: 60.494px;
  font-style: normal;
  font-weight: 600;
  line-height: 68.055px;
  letter-spacing: -0.605px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .about__stat-value {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.about__stat-label {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  max-width: 220px;
}
@media (max-width: 991px) {
  .about__stat-label {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .about__content {
    padding-left: 1rem;
  }
}
@media (max-width: 991.98px) {
  .about .row > [class*=col-] + [class*=col-] {
    margin-top: 0.25rem;
  }
}
@media (max-width: 575.98px) {
  .about__media {
    border-radius: 0.9rem;
  }
  .about__stat-card {
    padding: 1.25rem 1rem;
  }
}

.about__header {
  margin-bottom: 2rem;
}
.about__title {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.about__subtitle {
  color: #94a3b8;
  margin: 0;
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.about__card {
  background: #111827;
  border-radius: 16px;
  padding: 1.5rem;
}
.about__moq {
  grid-column: span 12;
}
@media (min-width: 860px) {
  .about__moq {
    grid-column: span 5;
  }
}
.about__moq li {
  color: #94a3b8;
}
.about__moq-title {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: #fff;
}
.about__moq-note {
  color: #94a3b8;
  margin-bottom: 1rem;
}
.about__care {
  grid-column: span 12;
}
@media (min-width: 860px) {
  .about__care {
    grid-column: span 7;
  }
}
.about__care-title {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: #fff;
}
.about__care-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}
.about__care-card {
  grid-column: span 6;
  background: #0b1220;
  border-radius: 12px;
  padding: 1rem;
}
@media (min-width: 520px) {
  .about__care-card {
    grid-column: span 3;
  }
}
.about__care-icon {
  font-size: 1.25rem;
}
.about__care-label {
  margin: 0.5rem 0 0.25rem;
  color: #e0e0e0;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
  margin-bottom: 7px;
}
.about__care-text {
  color: #94a3b8;
  margin: 0;
  font-size: 0.95rem;
}
.about__fabrics {
  grid-column: span 12;
  margin-top: 2rem;
}
.about__fabrics-title {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.about__fabrics-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.about__fabrics-item {
  grid-column: span 12;
  border-radius: 12px;
  background: #0b1220;
  overflow: hidden;
}
@media (min-width: 620px) {
  .about__fabrics-item {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .about__fabrics-item {
    grid-column: span 3;
  }
}
.about__fabrics-item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  /* left panel (form) */
  /* form */
  /* right side info cards */
}
.contact__form {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 44px;
}
.contact__wrap {
  background: var(--gray1);
  border-radius: 12px;
}
.contact__heading {
  padding: 1rem 1rem 0;
}
.contact__title {
  margin: 0 0 48px;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.28px;
  color: var(--title);
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 1.375rem;
  }
}
.contact__subtitle {
  margin: 0 0 0.75rem;
  color: var(--text);
}
.contact__panel {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: var(--box-shadow);
}
.contact__panel--muted {
  /* subtle tinted panel like the reference */
  box-shadow: none;
}
.contact__form .contact__group {
  margin-bottom: 0.9rem;
}
.contact__form .contact__label {
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--text);
}
.contact__form .contact__input,
.contact__form .contact__textarea {
  width: 100%;
  background: var(--gray1);
  border: 1px solid var(--border-2);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
  color: var(--title2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact__form .contact__input:focus,
.contact__form .contact__textarea:focus {
  outline: none;
  border-color: var(--theme);
  box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
}
.contact__form .contact__textarea {
  min-height: 130px;
  resize: vertical;
}
.contact__form .contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--theme2);
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.06s ease;
}
.contact__form .contact__btn:active {
  transform: translateY(1px);
}
.contact__form .contact__btn i {
  /* Font Awesome icon font */
  font-family: var(--icon-font) !important;
  font-style: normal;
  font-weight: 900;
}
.contact__aside .contact-card {
  background: #ffffff;
  border: 1px solid var(--border-2);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.contact__aside .contact-card + .contact-card {
  margin-top: 1rem;
}
.contact__aside .contact-card .item-wrap {
  display: flex;
  gap: 11px;
  align-items: center;
}
.contact__aside .contact-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--theme);
  background: rgba(202, 255, 248, 0.5019607843);
  font-size: 1.1rem;
}
.contact__aside .contact-card__icon i {
  font-family: var(--icon-font) !important;
  font-style: normal;
  font-weight: 900;
}
.contact__aside .contact-card__title {
  margin: 0 0 0.15rem;
  font-weight: 700;
  color: var(--title);
}
.contact__aside .contact-card__desc {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
}
.contact__aside .contact-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.contact__aside .contact-social__item {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.contact__aside .contact-social__item i {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 900;
}
.contact__aside .contact-social__item:hover {
  background: var(--title2);
  color: #ffffff;
  border-color: transparent;
}
.contact__aside .contact-social__item:hover i {
  color: #ffffff;
}

/* Optional: ensure FA font is used for any generic icon markup inside this block */
.contact i.fa,
.contact i.fas,
.contact i.far,
.contact i.fab {
  font-family: var(--icon-font) !important;
}

.work {
  padding: clamp(24px, 4vw, 48px) 0;
}
.work__title {
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px);
  margin-bottom: clamp(16px, 2vw, 24px);
  color: #121212;
}
.work__grid {
  display: grid;
  gap: clamp(10px, 1.2vw, 18px);
  grid-template-columns: 1fr;
}
.work__grid .work__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #e9edf1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.work__grid .work__item::after {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.work__grid .work__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.work__grid .work__item:hover .work__img {
  transform: scale(1.03);
}
@media (min-width: 768px) {
  .work__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .work__grid .work__item::after {
    padding-top: 60%;
  }
  .work__grid .work__item--hero-left {
    grid-column: 1/span 3;
    grid-row: span 2;
  }
  .work__grid .work__item--hero-left::after {
    padding-top: 120%;
  }
  .work__grid .work__item--top-mid {
    grid-column: 4/span 3;
    grid-row: span 1;
  }
  .work__grid .work__item--top-mid::after {
    padding-top: 56%;
  }
  .work__grid .work__item--top-right {
    grid-column: 4/span 3;
    grid-row: span 1;
  }
  .work__grid .work__item--top-right::after {
    padding-top: 56%;
  }
  .work__grid .work__item--mid-mid {
    grid-column: 4/span 3;
    grid-row: span 1;
  }
  .work__grid .work__item--bot-left {
    grid-column: 1/span 3;
    grid-row: span 1;
  }
  .work__grid .work__item--bot-mid {
    grid-column: 4/span 3;
    grid-row: span 1;
  }
  .work__grid .work__item--right-tall {
    grid-column: 4/span 3;
    grid-row: span 2;
  }
  .work__grid .work__item--right-tall::after {
    padding-top: 120%;
  }
}
@media (min-width: 992px) {
  .work__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .work__grid .work__item--hero-left {
    grid-column: 1/span 4;
    grid-row: 1/span 6;
  }
  .work__grid .work__item--hero-left::after {
    padding-top: 150%;
  }
  .work__grid .work__item--top-mid {
    grid-column: 5/span 4;
    grid-row: 1/span 3;
  }
  .work__grid .work__item--top-mid::after {
    padding-top: 56%;
  }
  .work__grid .work__item--top-right {
    grid-column: 9/span 4;
    grid-row: 1/span 3;
  }
  .work__grid .work__item--top-right::after {
    padding-top: 56%;
  }
  .work__grid .work__item--mid-mid {
    grid-column: 5/span 4;
    grid-row: 4/span 3;
  }
  .work__grid .work__item--mid-mid::after {
    padding-top: 66.66%;
  }
  .work__grid .work__item--bot-left {
    grid-column: 1/span 4;
    grid-row: 7/span 3;
  }
  .work__grid .work__item--bot-left::after {
    padding-top: 66.66%;
  }
  .work__grid .work__item--bot-mid {
    grid-column: 5/span 4;
    grid-row: 7/span 3;
  }
  .work__grid .work__item--bot-mid::after {
    padding-top: 66.66%;
  }
  .work__grid .work__item--right-tall {
    grid-column: 9/span 4;
    grid-row: 4/span 6;
  }
  .work__grid .work__item--right-tall::after {
    padding-top: 150%;
  }
}
.work__cta {
  text-align: center;
  margin-top: clamp(14px, 2vw, 22px);
}
.work__button {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  padding: 10px 22px;
  background: #1e90ff;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.work__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(30, 144, 255, 0.35);
}
.work__button:active {
  transform: translateY(0);
  box-shadow: none;
}

.hero {
  /* ---------- CURVED BAND ---------- */
  /* ---------- Avatars ---------- */
  /* ---------- Responsive helpers ---------- */
}
.hero__stage {
  position: relative;
  isolation: isolate;
  padding: 350px 0 350px;
  margin-top: -70px;
}
@media (max-width: 1199px) {
  .hero__stage {
    padding: 280px 0 120px;
  }
}
.hero__stage .mask-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero__stage .mask-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 80%), linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: -1;
}
.hero__content {
  padding: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(2.25rem, 4vw, 3rem);
  color: #eaf2ff;
  max-width: 36rem;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.hero__eyebrow .hero__dot {
  width: 18px;
  height: 3px;
  background: #ffd590;
  border-radius: 2px;
  display: inline-block;
}
.hero__eyebrow .hero__label {
  color: #e9f3ff;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.95;
}
.hero__title {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem;
  color: #fff;
  font-size: clamp(1.8rem, 1.2rem + 2.6vw, 3rem);
}
.hero__desc {
  color: #d7e5f2;
  margin: 0 0 40px;
  font-size: clamp(0.95rem, 0.85rem + 0.25vw, 1.05rem);
  max-width: 48ch;
}
.hero__cta.btn {
  background: #f59e0b;
  color: #071b12;
  border-radius: 0.6rem;
  padding: 0.7rem 1.2rem;
  border: none;
  font-weight: 700;
}
.hero__cta.btn:hover, .hero__cta.btn:focus {
  background: rgb(211.6267716535, 136.1696850394, 8.6732283465);
  color: #06150e;
}
.hero__band {
  position: relative;
  color: #eaf2ff;
  padding: 137px 0;
  text-align: center;
  overflow: hidden;
  margin-top: -43px;
  /* TOP curve (concave) */
  /* BOTTOM curve (convex) */
}
.hero__band-content {
  position: relative;
  z-index: 1;
}
.hero__band .mask-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__band .mask-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero__band::before, .hero__band::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 160px;
  background: radial-gradient(90% 150% at 50% 100%, transparent 60%, #0f2b45 61%);
  pointer-events: none;
  z-index: -1;
}
.hero__band::before {
  top: -130px;
}
.hero__band::after {
  bottom: -130px;
  transform: translateX(-50%) scaleY(-1);
}
.hero__band-title {
  color: #ffffff;
  text-align: center;
  font-family: Jost;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 133.333% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.hero__band-desc {
  color: rgb(172.5258426966, 184.0876404494, 200.2741573034);
  margin-bottom: 40px;
  max-width: 500px;
  margin: 0px auto 40px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
}
.hero__band-cta.btn {
  background: #f59e0b;
  color: #06150e;
  border: none;
  padding: 0.6rem 1.15rem;
  font-weight: 700;
  border-radius: 0.5rem;
}
.hero__band-cta.btn:hover, .hero__band-cta.btn:focus {
  background: rgb(211.6267716535, 136.1696850394, 8.6732283465);
}
.hero__avatars {
  position: absolute;
  right: clamp(12px, 2vw, 28px);
  bottom: clamp(14px, 2.5vw, 26px);
  display: flex;
  align-items: center;
}
.hero__avatar {
  width: clamp(34px, 2.6vw + 18px, 44px);
  height: clamp(34px, 2.6vw + 18px, 44px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #0f2b45;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  /* overlap */
}
.hero__avatar + .hero__avatar {
  margin-left: -10px;
}
@media (max-width: 767.98px) {
  .hero__content {
    padding-bottom: 2.25rem;
  }
  .hero__band::before, .hero__band::after {
    height: 120px;
  }
  .hero__avatars {
    right: 10px;
    bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .hero__band::before, .hero__band::after {
    width: 120%;
  }
}

/* 12.Common */
.breadcumb {
  position: relative;
  padding: 350px 0 150px;
  margin-top: -150px;
  z-index: 1;
}
.breadcumb .section-top__title {
  color: #ffffff;
}
.breadcumb .mask-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.breadcumb .mask-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 35, 67, 0.7) 0%, rgba(0, 35, 67, 0.7) 100%);
  z-index: 1;
}
.breadcumb .mask-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.breadcumb__content {
  position: relative;
  z-index: 2;
}
.breadcumb__subtitle {
  color: var(--orange);
  font-family: "DM Sans", sans-serif;
  font-size: 18.009px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.017px;
  margin-bottom: 7px;
}
.breadcumb__title {
  color: #ffffff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.48px;
}

/* .Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer {
  position: relative;
  background: var(--theme2);
  color: #fff;
  padding: 120px 0 20px;
}
.footer-shapeone {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}
.footer-shapetwo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.footer__logo img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.footer__text {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 120px;
}
.footer__newsletter {
  position: relative;
  z-index: 6;
}
.footer__newsletter-title {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer__newsletter .footer__form {
  position: relative;
  z-index: 6;
}
.footer__newsletter .footer__form input {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(145, 158, 171, 0.16);
  height: 50px;
}
.footer__newsletter .footer__form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  color: var(--black);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 15px;
  border-radius: 4px;
  background: var(--theme);
  border: none;
  z-index: 4;
}
.footer__title {
  position: relative;
  z-index: 6;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 28px;
}
.footer__list {
  position: relative;
  z-index: 6;
  list-style: none;
  padding: 0;
}
.footer__list li {
  line-height: 1;
}
.footer__list li a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__list li a:hover {
  color: var(--theme) !important;
  text-decoration: underline;
}
.footer__bottom {
  position: relative;
  z-index: 6;
  border-top: 1px solid rgba(204, 208, 211, 0.1);
  margin-top: 100px;
  padding-top: 15px;
}
.footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}/*# sourceMappingURL=main.css.map */