@charset "UTF-8";

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  overflow-x: hidden;

}

body .blur-bg {
  background: rgba(45, 45, 45, 0.1);
  backdrop-filter: blur(10px);
}

/* body .blur-div {
  backdrop-filter: blur(10px);
  bottom: 0;
  flex: none;
  height: 100px;
  left: 0;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
} */

.mozilla-font {
  font-family: "Mozilla Text", sans-serif;
}

.handjet-font {
  font-family: "Handjet", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

ul.rest {
  margin: 0;
  padding: 0;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

video.bgvid {
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.main-marq {
  position: relative;
  padding: 0;
  overflow: hidden !important;
}

.main-marq .box h2,
.main-marq .box h3,
.main-marq .box h4,
.main-marq .box h5 {
  white-space: nowrap;
}

.main-marq .slide-har {
  display: flex;
}

.main-marq .box {
  display: flex;
}

.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  animation: slide-har 80s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 80s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }

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

@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }

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

/* Stroke Text */
.stroke-light {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}

.stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
}

/* Swiper controls */
.swiper-contr-style1 {
  position: relative;
  width: max-content;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
}

.swiper-contr-style1 .swiper-pagination {
  position: static;
  margin: -4px 15px 0;
}

.swiper-contr-style1 .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.swiper-contr-style1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}

.swiper-contr-style1 .swiper-button-prev,
.swiper-contr-style1 .swiper-button-next {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  display: inline-block;
  color: inherit;
}

.swiper-contr-style1 .swiper-button-prev:after,
.swiper-contr-style1 .swiper-button-next:after {
  font-size: 13px;
}

.swiper-contr-style2 {
  position: relative;
  width: max-content;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.swiper-contr-style2 .swiper-pagination {
  position: static;
  margin: 0px 15px 0;
  font-size: 14px;
}

.swiper-contr-style2 .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.swiper-contr-style2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}

.swiper-contr-style2 .swiper-pagination .swiper-pagination-current {
  position: relative;
  padding-right: 30px;
}

.swiper-contr-style2 .swiper-pagination .swiper-pagination-current:after {
  content: "/";
  position: absolute;
  right: 0;
  top: -1px;
}

.swiper-contr-style2 .swiper-button-prev,
.swiper-contr-style2 .swiper-button-next {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  display: inline-block;
  color: inherit;
}

.swiper-contr-style2 .swiper-button-prev:after,
.swiper-contr-style2 .swiper-button-next:after {
  font-size: 13px;
}

.swiper-contr-style3 {
  position: relative;
}

.swiper-contr-style3 .swiper-pagination {
  position: static;
  margin: -4px 15px 0;
}

.swiper-contr-style3 .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.swiper-contr-style3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}

.swiper-contr-style3 .swiper-button-prev,
.swiper-contr-style3 .swiper-button-next {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: inherit;
}

.swiper-contr-style3 .swiper-button-prev:after,
.swiper-contr-style3 .swiper-button-next:after {
  font-size: 13px;
}

.swiper-contr-style3 .swiper-button-prev:hover,
.swiper-contr-style3 .swiper-button-next:hover {
  background: #fff;
  color: #0f130f;
}

/* Swiper width auto */
.swiper-width-auto .swiper-slide {
  width: auto;
}

/* Full screen */
.full-screen {
  height: 100vh;
}

.full-screen.top-space-margin {
  height: calc(100vh - 96px);
}

.pattern-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Will change */
.will-change-transform * {
  will-change: transform;
}

.will-change-inherit * {
  will-change: inherit;
}

.animation-rotation {
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Float animation */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(10px);
  }
}

/* Zoom animation */
.animation-zoom {
  animation: zoom-in-zoom-out 2000ms linear 500ms infinite alternate both;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* ===================================
    06. Background and border
====================================== */
/* Background color */
.bg-base-color {
  background-color: var(--base-color);
}

.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--dark-gray);
}

.bg-black {
  background-color: var(--black);
  color: #fff;
}

.bg-alt-black {
  background-color: var(--alt-black);
  color: #fff;
}

.bg-medium-gray {
  background-color: var(--medium-gray);
}

.bg-light-medium-gray {
  background-color: var(--light-medium-gray);
}

.bg-extra-medium-gray {
  background-color: var(--extra-medium-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.bg-very-light-gray {
  background-color: var(--very-light-gray);
}

.bg-red {
  background-color: var(--red);
}

.bg-light-red {
  background-color: var(--light-red);
}

.bg-light-yellow {
  background-color: var(--light-yellow);
}

.bg-light-green {
  background-color: var(--light-green);
}

.bg-green {
  background-color: var(--green);
}

.bg-crusoe-green {
  background-color: var(--crusoe-green);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-charcoal-blue {
  background-color: var(--charcoal-blue);
}

.bg-slate-blue {
  background-color: var(--slate-blue);
}

.bg-medium-slate-blue {
  background-color: var(--medium-slate-blue);
}

.bg-extra-medium-slate-blue {
  background-color: var(--extra-medium-slate-blue);
}

.bg-dark-slate-blue {
  background-color: var(--dark-slate-blue);
}

.bg-extra-dark-slate-blue {
  background-color: var(--extra-dark-slate-blue);
}

.bg-extra-very-slate-blue {
  background-color: var(--extra-very-slate-blue);
  color: #fff;
}

.bg-tussock-yellow {
  background-color: var(--tussock-yellow);
}

.bg-solitude-blue {
  background-color: var(--solitude-blue);
}

.bg-aluminium-grey {
  background-color: var(--aluminium-grey);
}

.bg-selago {
  background-color: var(--selago);
}

.bg-white-ice {
  background-color: var(--white-ice);
}

.bg-golden-yellow {
  background-color: var(--golden-yellow);
}

.bg-jade {
  background-color: var(--jade);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-light-majorelle-blue {
  background-color: var(--light-majorelle-blue);
}

.bg-majorelle-blue {
  background-color: var(--majorelle-blue);
}

.bg-spring-wood {
  background-color: var(--spring-wood);
}

.bg-tropical-blue {
  background-color: var(--tropical-blue);
}

.bg-cornflower-blue {
  background-color: var(--cornflower-blue);
}

.bg-camarone {
  background-color: var(--camarone);
}

.bg-seal-brown {
  background-color: var(--seal-brown);
}

.bg-Wasabi {
  background-color: var(--Wasabi);
}

.bg-dark-gray-transparent {
  background-color: rgba(35, 35, 35, 0.8);
}

.bg-dark-gray-transparent-light {
  background-color: rgba(35, 35, 35, 0.2);
}

.bg-dark-gray-transparent-medium {
  background-color: rgba(35, 35, 35, 0.4);
}

.bg-medium-gray-transparent {
  background-color: rgba(111, 111, 111, 0.1);
}

.bg-light-gray-transparent {
  background-color: rgb(251, 251, 251);
}

.bg-medium-gray-transparent {
  background-color: rgba(136, 136, 136, 0.3);
}

.bg-black-transparent-light {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-transparent-medium {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-transparent-very-light {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-transparent-light {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Background image */
.bg-img {
  background-size: cover !important;
}

.contain-background {
  background-size: contain !important;
}

.cover-background {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}

.fix-background {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: inherit;
}

.background-size-inherit {
  background-size: inherit;
}

.background-attachment-inherit {
  background-attachment: inherit;
}

.background-position-left {
  background-position: left center;
}

.background-position-left-bottom {
  background-position: left bottom;
}

.background-position-left-center {
  background-position: left center;
}

.background-position-right {
  background-position: right center;
}

.background-position-right-top {
  background-position: right top;
}

.background-position-center-top {
  background-position: center top;
}

.background-position-left-top {
  background-position: left top;
}

.background-position-right-bottom {
  background-position: right bottom;
}

.background-position-center-bottom {
  background-position: center bottom;
}

.background-repeat {
  background-repeat: repeat;
}

.background-no-repeat {
  background-repeat: no-repeat;
}

.background-no-repeat-y {
  background-repeat-y: no-repeat;
}

.background-position-center {
  background-position: center;
}

/* Background size */
.background-size-100 {
  background-size: 100%;
}

.background-size-auto-100 {
  background-size: auto 100%;
}

/* Border style */
.border-dotted {
  border-style: dotted;
}

.border-dashed {
  border-style: dashed;
}

.border-solid {
  border-style: solid;
}

.border-double {
  border-style: double;
}

.border-groove {
  border-style: groove;
}

.border-ridge {
  border-style: ridge;
}

.border-inset {
  border-style: inset;
}

.border-outset {
  border-style: outset;
}

.border-none {
  border-style: none;
}

.border-hidden {
  border-style: hidden;
}

/* Border color */
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.1);
}

.border-color-transparent-dark-light {
  border-color: rgba(35, 35, 35, 0.2);
}

.border-color-transparent-white-very-light {
  border-color: rgba(255, 255, 255, 0.05);
}

.border-color-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-color-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-color-transparent {
  border-color: transparent;
}

.border-color-transparent-on-hover:hover {
  border-color: transparent;
}

/* Border radius */
.border-radius-0px {
  border-radius: 0;
}

.border-radius-1px {
  border-radius: 1px;
}

.border-radius-2px {
  border-radius: 2px;
}

.border-radius-3px {
  border-radius: 3px;
}

.border-radius-4px {
  border-radius: 4px;
}

.border-radius-5px {
  border-radius: 5px;
}

.border-radius-6px {
  border-radius: 6px;
}

.border-radius-7px {
  border-radius: 7px;
}

.border-radius-8px {
  border-radius: 8px;
}

.border-radius-9px {
  border-radius: 9px;
}

.border-radius-10px {
  border-radius: 10px;
}

.border-radius-15px {
  border-radius: 15px;
}

.border-radius-18px {
  border-radius: 18px;
}

.border-radius-20px {
  border-radius: 20px;
}

.border-radius-22px {
  border-radius: 22px;
}

.border-radius-24px {
  border-radius: 24px;
}

.border-radius-26px {
  border-radius: 26px;
}

.border-radius-30px {
  border-radius: 30px;
}

.border-radius-40px {
  border-radius: 40px;
}

.border-radius-50px {
  border-radius: 50px;
}

.border-radius-80px {
  border-radius: 80px;
}

.border-radius-100px {
  border-radius: 100px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-100 {
  border-radius: 100%;
}

.no-border-radius {
  border-radius: 0;
}

.border-radius-top-left {
  border-radius: 10px 0 0 10px;
}

/* Parallax background */
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/* ===================================
    07. Width
====================================== */
.w-1px {
  width: 1px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.w-4px {
  width: 4px;
}

.w-5px {
  width: 5px;
}

.w-6px {
  width: 6px;
}

.w-7px {
  width: 7px;
}

.w-8px {
  width: 8px;
}

.w-9px {
  width: 9px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-25px {
  width: 25px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-55px {
  width: 55px;
}

.w-60px {
  width: 60px;
}

.w-65px {
  width: 65px;
}

.w-70px {
  width: 70px;
}

.w-75px {
  width: 75px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-90px {
  width: 90px;
}

.w-95px {
  width: 95px;
}

.w-100px {
  width: 100px;
}

.w-110px {
  width: 110px;
}

.w-120px {
  width: 120px;
}

.w-130px {
  width: 130px;
}

.w-140px {
  width: 140px;
}

.w-150px {
  width: 150px;
}

.w-160px {
  width: 160px;
}

.w-170px {
  width: 170px;
}

.w-180px {
  width: 180px;
}

.w-190px {
  width: 190px;
}

.w-200px {
  width: 200px;
}

.w-210px {
  width: 210px;
}

.w-220px {
  width: 220px;
}

.w-230px {
  width: 230px;
}

.w-240px {
  width: 240px;
}

.w-250px {
  width: 250px;
}

.w-260px {
  width: 260px;
}

.w-270px {
  width: 270px;
}

.w-280px {
  width: 280px;
}

.w-290px {
  width: 290px;
}

.w-300px {
  width: 300px;
}

.w-310px {
  width: 310px;
}

.w-320px {
  width: 320px;
}

.w-330px {
  width: 330px;
}

.w-340px {
  width: 340px;
}

.w-350px {
  width: 350px;
}

.w-360px {
  width: 360px;
}

.w-370px {
  width: 370px;
}

.w-380px {
  width: 380px;
}

.w-390px {
  width: 390px;
}

.w-400px {
  width: 400px;
}

.w-450px {
  width: 450px;
}

.w-500px {
  width: 500px;
}

.w-550px {
  width: 550px;
}

.w-600px {
  width: 600px;
}

.w-650px {
  width: 650px;
}

.w-700px {
  width: 700px;
}

.w-750px {
  width: 750px;
}

.w-800px {
  width: 800px;
}

.w-850px {
  width: 850px;
}

.w-900px {
  width: 900px;
}

.w-950px {
  width: 950px;
}

.w-1000px {
  width: 1000px;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

/* ===================================
    08. Height
====================================== */
.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-11px {
  height: 11px;
}

.h-12px {
  height: 12px;
}

.h-13px {
  height: 13px;
}

.h-14px {
  height: 14px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 25px;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-40px {
  height: 40px;
}

.h-42px {
  height: 42px;
}

.h-45px {
  height: 45px;
}

.h-50px {
  height: 50px;
}

.h-55px {
  height: 55px;
}

.h-60px {
  height: 60px;
}

.h-65px {
  height: 65px;
}

.h-70px {
  height: 70px;
}

.h-75px {
  height: 75px;
}

.h-80px {
  height: 80px;
}

.h-85px {
  height: 85px;
}

.h-90px {
  height: 90px;
}

.h-95px {
  height: 95px;
}

.h-100px {
  height: 100px;
}

.h-110px {
  height: 110px;
}

.h-120px {
  height: 120px;
}

.h-130px {
  height: 130px;
}

.h-140px {
  height: 140px;
}

.h-150px {
  height: 150px;
}

.h-160px {
  height: 160px;
}

.h-170px {
  height: 170px;
}

.h-180px {
  height: 180px;
}

.h-190px {
  height: 190px;
}

.h-200px {
  height: 200px;
}

.h-210px {
  height: 210px;
}

.h-220px {
  height: 220px;
}

.h-230px {
  height: 230px;
}

.h-240px {
  height: 240px;
}

.h-250px {
  height: 250px !important;
}

.h-260px {
  height: 260px !important;
}

.h-270px {
  height: 270px !important;
}

.h-280px {
  height: 280px !important;
}

.h-290px {
  height: 290px !important;
}

.h-300px {
  height: 300px !important;
}

.h-350px {
  height: 350px !important;
}

.h-400px {
  height: 400px !important;
}

.h-450px {
  height: 450px !important;
}

.h-480px {
  height: 480px !important;
}

.h-500px {
  height: 500px !important;
}

.h-550px {
  height: 550px !important;
}

.h-580px {
  height: 580px !important;
}

.h-600px {
  height: 600px !important;
}

.h-620px {
  height: 620px !important;
}

.h-650px {
  height: 650px !important;
}

.h-700px {
  height: 700px !important;
}

.h-750px {
  height: 750px !important;
}

.h-800px {
  height: 800px !important;
}

.h-850px {
  height: 850px !important;
}

.h-1000px {
  height: 1000px !important;
}

.h-auto {
  height: auto;
}

/* Screen height */
.extra-very-small-screen {
  height: 250px;
}

.extra-small-screen {
  height: 300px;
}

.small-screen {
  height: 400px;
}

.one-half-screen {
  height: 600px;
}

.one-third-screen {
  height: 700px;
}

.one-fourth-screen {
  height: 800px;
}

.one-fifth-screen {
  height: 900px;
}

.one-sixth-screen {
  height: 1000px;
}

.one-seventh-screen {
  height: 1200px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* ===================================
    06. Typography
====================================== */
/* Heading */
h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

h6.regular {
  font-size: 18px;
}

.lg-text {
  font-size: 96px;
}

.md-text {
  font-size: 54px;
}

.sm-text {
  font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 500;
}

h5,
h6 {
  line-height: 1.2;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}


a {
  text-decoration: none;
  color: inherit;
}



/* Font custom */
.font-style-italic {
  font-style: italic;
}

.hover-text {
  display: none;
}

b,
strong {
  font-weight: 700;
}

.text-white-space-nowrap {
  white-space: nowrap;
}

.text-white-space-normal {
  white-space: normal;
}

.text-transform-none {
  text-transform: none !important;
}

.text-uppercase-inherit {
  text-transform: inherit !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.word-break-normal {
  word-break: normal;
}

.vertical-align-top {
  vertical-align: top;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  transition: transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
}

.cursor-active {
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.1;
}

.cursor-pointer {
  cursor: pointer;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  transition-delay: 0.3s;
}

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

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #0DB561;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}



.progress-wrap svg.progress-circle path {
  stroke: #0DB561;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  stroke: #ff69b4;
  fill: none;
  stroke-width: 4;
}

/* Extra
-----------------------------------------------------------------*/
.d-rotate {
  perspective: 1000px;
}

.d-rotate .rotate-text {
  display: block;
  transform-style: preserve-3d;
  transition: all 0.8s;
  transform-origin: 50% 0%;
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  transition-delay: 0.5s;
}

.d-rotate.animated .rotate-text {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

.d-slideup .sideup-text {
  overflow: hidden;
  display: block;
}

.d-slideup .sideup-text:first-of-type .up-text {
  transition-delay: 0.2s;
}

.d-slideup .sideup-text:nth-of-type(2) .up-text {
  transition-delay: 0.6s;
}

.d-slideup .sideup-text:nth-of-type(3) .up-text {
  transition-delay: 1s;
}

.d-slideup .sideup-text:nth-of-type(4) .up-text {
  transition-delay: 1.4s;
}

.d-slideup .sideup-text:nth-of-type(5) .up-text {
  transition-delay: 1.8s;
}

.d-slideup .sideup-text .up-text {
  transform: translateY(100%);
  transition: all 0.8s;
}

.d-slideup.animated .up-text {
  transform: translateY(0);
}

.main-marq {
  position: relative;
  padding: 0;
}

.main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -5px;
  right: -5px;
  pointer-events: none;
  background: linear-gradient(to left, #161616, rgba(255, 255, 255, 0) 250px, rgba(255, 255, 255, 0) calc(100% - 250px), #161616);
}

.main-marq.with-shad:after {
  content: "";
}

.main-marq.md-text .box .item h4 {
  font-size: 40px;
}

.main-marq.lrg .box .item h4 {
  font-size: 5vw;
}

.main-marq.xlrg .box .item {
  padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
  font-size: 10vw;
}

.main-marq .slide-har {
  display: flex;
}

.main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .box {
  display: flex;
}

.main-marq .box .item {
  padding: 0 30px;
}

.main-marq .box .item h4 {
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
}

.main-marq .box .item h4 .icon {
  margin-bottom: -15px;
}

.main-marq .box .item h2 {
  margin: 0;
}

.main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.main-marq.sm-pad .box .item {
  padding: 0 15px;
}

.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  animation: slide-har 70s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  animation: slide-har-revers 70s linear infinite;
}

@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }

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

@keyframes slide-har-revers {
  100% {
    transform: translateX(0%);
  }

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

.imago {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  transform: scale(1.2);
  filter: blur(5px);
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  position: relative;
}

.imago.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: scale(1);
  filter: blur(0px);
}

.imago.simpl {
  transform: scale(1);
  filter: blur(0px);
}

.scrolling-marq {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.scrolling-marq .marq-box {
  display: flex;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

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

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

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

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

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

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

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

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

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

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

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #161616;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 99;
  padding: 10px 0;
}

.navbar.static {
  position: relative;
}

.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  transition: transform 0.8s;
  transform: translateY(80px);
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 5px 20px 4px #00000008;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .theme-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.4);
  backdrop-filter: blur(6rem);
  border: 1px solid rgba(200, 200, 200, 0.2);
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbar .navbar-nav {
  margin-top: 10px;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 9px 21px 9px 4px;
  margin: 0 20px;
  position: relative;
  line-height: 1;
}

.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}

.navbar .dropdown-menu {
  display: block;
  position: absolute;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 5px;
  color: #fff;
  background: #151515;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  min-width: 255px;
  transform: translateY(20px);
  transition: all 0.4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
  left: auto;
  right: 248px;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #fff;
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 248px;
  top: -15px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #393939;
  border-radius: 5px;
  background: #252424;
  width: 240px;
  padding: 20px 0px;
  transform: translateY(20px);
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
  position: absolute;
  right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .no-relative {
  position: static;
}

.navbar .mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}

.navbar .mega-menu .container {
  padding: 40px !important;
  border: 1px solid #393939;
  background: #252424;
  border-radius: 5px;
}

.navbar .mega-menu .title {
  margin-bottom: 20px;
}

.navbar .mega-menu .title .sub-title {
  font-weight: 600;
}

.navbar .mega-menu .item-img .img {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar .logo {
  position: relative;
}

.navbar .menu-icon {
  padding: 16px 0px 16px 0px;
  color: #000;
  font-size: 22px;
}

.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

.hamenu {
  position: fixed;
  top: -200%;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 2em);
  transform: translateY(15px);
  background: #dfffef;
  backdrop-filter: blur(10px) saturate(0%);
  -webkit-backdrop-filter: blur(10px) saturate(0%);
  /* border: 2px solid #FE396F; */
  /* background: linear-gradient(90deg, rgba(236, 134, 148, 1) 0%, rgba(231, 95, 108, 1) 50%, rgba(192, 50, 72, 1) 100%); */
  border-radius: 1em;
  overflow: hidden;
  z-index: 999;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  border: 2px solid #0DB561;
}

.hamenu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0DB561;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

.hamenu .close-menu {
  color: #0DB561;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.4s;
}

.hamenu.open .close-menu {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

.hamenu.open .menu-links .main-menu>li .link {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

.hamenu.open .cont-info {
  transform: translateX(0);
}

.hamenu.open .cont-info .trans {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.4s;
}

.hamenu .menu-links {
  color: #fff;
  height: 100%;
  margin-top: 10px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  overflow: auto;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamenu .d-flex {
  height: 100%;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: #1d1d1d;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu ul {
  margin: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu>li {
  transition: all 0.5s;
}

.hamenu .menu-links .main-menu>li .link {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s;
  text-transform: capitalize;
}

.hamenu .menu-links .main-menu>li .link i {
  position: absolute;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
}

.hamenu .menu-links .main-menu>li .link i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.hamenu .menu-links .main-menu>li .link i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #fff;
}

.hamenu .menu-links .main-menu>li .link.dopen i:before {
  opacity: 0;
}

.hamenu .menu-links .main-menu>li .link .fill-text {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu>li .link .fill-text.org {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu>li .link .fill-text.green {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu>li .link .fill-text.purple {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu>li .link .fill-text.org:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #114143;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text.org:after {
  width: 0;
}

.hamenu .menu-links .main-menu>li .link .fill-text.green:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #114143;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text.green:after {
  width: 0;
}

.hamenu .menu-links .main-menu>li .link .fill-text.purple:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #114143;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text.purple:after {
  width: 0;
}


.hamenu .menu-links .main-menu>li .sub-dmenu {
  font-size: 30px;
  font-weight: 400;
  padding-left: 80px;
  text-transform: capitalize;
  letter-spacing: normal;
}

.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 15px 0;
}

.hamenu .menu-links .main-menu .sub-menu.no-bord {
  border-top: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 10px 10px 10px 40px;
  transition: all 0.4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
  color: #DDF160;
}

.hamenu .menu-links .main-menu .sub-menu2 {
  display: none;
  padding: 10px 0 20px;
}

.hamenu .menu-links .main-menu .sub-menu2 li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu2 li a {
  padding: 12px 12px 12px 70px;
  opacity: 0.6;
  transition: all 0.4s;
}

.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
  opacity: 1;
}

.hamenu .cont-info {
  padding: 120px 30px 30px;
  width: 100%;
  color: #fff;
}

.hamenu .cont-info .trans {
  transform: translateY(50px);
  transition: all 0.4s;
  opacity: 0;
}

.hamenu .cont-info .trans h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.blur-menubg {
  position: relative;
  z-index: 3;
}

.blur-menubg:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(30px);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transition-delay: 0.5s;
  z-index: 999;
}

.hamenu .menu-links .main-menu>li .link {
  font-size: 30px;
}

.hamenu .menu-links .main-menu>li .link {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #2b82864f;
}

.blur-menubg.active:after {
  opacity: 1;
  visibility: visible;
}



/* Titles
-----------------------------------------------------------------*/
.sec-head.bord {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-head h6 {
  font-size: 16px;
}

.sec-head h6:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.sec-head-stand h5 {
  position: relative;
}

.sec-head-stand h5:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #fff;
}

.bg-light .sec-head.bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bg-light .sec-head h6:before {
  background: #000000;
}

.modern-agency .sec-head.bord {
  border-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-agency .bg-light .sec-head.bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.modern-agency .bg-light .sec-head h6:before {
  background: #000000;
}

/* About - Intro - Numbers
-----------------------------------------------------------------*/
.about-md .main-box {
  color: #fff;
  height: 870px;
  padding: 40px;
  background-image: url(../imgs/team/3.png);
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.about-md .main-box .caption h1 {
  font-size: 100px;
  line-height: 1.1;
  font-weight: 600;
}

.about-md .main-box .text {
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.about-md .main-box .text h6 {
  font-size: 20px;
}

.about-md .main-box .states {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}

.about-md .main-box .states span {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}

.about-md .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-md .team {
  position: relative;
  border-radius: 15px;
  background: #fff;
  color: #1f1f1f;
  overflow: hidden;
}

.about-md .team .team-swiper {
  padding: 50px 30px 30px;
}

.about-md .team .img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #5B5B5B, #DDDDDD);
  margin: auto;
  margin-bottom: 15px;
}

.about-md .team .cont h6 {
  font-size: 22px;
}

.about-md .team .cont span {
  font-size: 14px;
  margin-top: 5px;
}

.about-md .team .cont .social-icon {
  margin-top: 30px;
}

.about-md .team .cont .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 14px;
}

.about-md .team .botom {
  margin-top: 40px;
}

.about-md .team .title {
  font-weight: 500;
}

.about-md .team .controls {
  position: static;
  display: flex;
  align-items: center;
}

.about-md .team .controls .swiper-button-next,
.about-md .team .controls .swiper-button-prev {
  position: static;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #151515;
  background: #D6D8E8;
  border-radius: 50%;
  margin: 0 2px;
}

.about-md .team .controls .swiper-button-next:hover,
.about-md .team .controls .swiper-button-prev:hover {
  background: #151515;
  color: #fff;
}

.about-md .team .controls .swiper-button-next:after,
.about-md .team .controls .swiper-button-prev:after {
  display: none;
}

.about-md .join {
  background: #9F8BE7;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}

.about-md .join:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/symbol.svg);
  background-size: cover;
  pointer-events: none;
  opacity: 0.05;
  z-index: -1;
}

.about-md .join .ontop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about-md .join .jon-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.about-md .join .jon-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.about-md .join .jon-link .icon img {
  width: 15px;
}

.about-md .join .cont span {
  font-size: 14px;
  margin-top: 10px;
}

.intro-style1 .fit-vid {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.intro-style1 .fit-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intro-style1 .box-bord {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  text-align: center;
}

.intro-style1 .box-bord img {
  margin-left: auto;
  margin-right: auto;
}

.intro-style2 .item-numb {
  padding: 40px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
}

.intro-style2 .item-numb.bord {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.intro-style2 li {
  position: relative;
  opacity: 0.7;
}

.intro-style2 li:hover {
  opacity: 1;
}

.intro-style2 li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.intro-style3 .bord {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.intro-style3 .box-bgimg1 {
  position: relative;
  padding: 40px;
  z-index: 3;
}

.intro-style3 .box-bgimg1:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 75%;
  height: 75%;
  background-image: url(../imgs/intro/mshap1.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.intro-style3 .box-bgimg {
  position: relative;
  padding: 40px;
  z-index: 3;
}

.intro-style3 .box-bgimg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../imgs/intro/p1.png);
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.numbers .item {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.numbers .item span {
  position: relative;
}

.numbers .item span:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.numbers .item:after,
.numbers .item:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.numbers .item:after {
  top: auto;
  bottom: 20px;
}

.numbers-md {
  padding: 100px 40px 80px;
  background: #9F8BE7;
  color: #fff;
  margin-top: -40px;
  border-radius: 0 0 15px 15px;
  position: relative;
  z-index: -1;
}

.numbers-md .item h2 {
  margin-bottom: 30px;
}

.numbers-md .item span {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.skills .item-skill {
  padding: 80px 15px;
  border-radius: 150px;
}

.skills .item-skill h2 {
  font-family: "Mozilla Text", sans-serif;
}

.scrolling-marq .marq-box .item {
  margin: 0 10px;
}

.scrolling-marq .marq-box .item .text {
  padding: 50px;
  display: flex;
}

.scrolling-marq .marq-box .item .fit-img,
.scrolling-marq .marq-box .item .text {
  height: 400px;
  width: 500px !important;
}

/* Blog
-----------------------------------------------------------------*/
.blog-style1 .item {
  position: relative;
}

.blog-style1 .item:hover .date {
  opacity: 0;
}

.blog-style1 .item:hover .icon span {
  opacity: 1;
  transform: scale(1);
}

.blog-style1 .item .fit-img {
  position: relative;
}

.blog-style1 .item .date {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  padding: 15px;
  color: #fff;
  z-index: 4;
  transition: all 0.4s;
}

.blog-style1 .item .date div {
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 12px;
}

.blog-style1 .item .date div i {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.blog-style1 .item .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  background: #171717;
  border-top-left-radius: 50%;
  padding: 15px;
}

.blog-style1 .item .icon:before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #171717;
}

.blog-style1 .item .icon:after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #171717;
}

.blog-style1 .item .icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}

.blog-style1 .item .icon span svg {
  width: 15px;
  fill: #000;
}

.blog-style1 .item .icon:hover span {
  background: rgba(255, 255, 255, 0.2);
}

.blog-style1 .item .icon:hover span svg {
  fill: #5fff66;
}

.blog-style1 .item .text {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-style1 .item .date-show {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #171717;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
}

.blog-style1 .item .date-show span {
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.blog-md .row-bord {
  position: relative;
}

.blog-md .row-bord:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-md .mitem .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-md .mitem .info .author-info,
.blog-md .mitem .info .date {
  font-size: 13px;
  text-transform: uppercase;
}

.blog-md .mitem .info .author-info span,
.blog-md .mitem .info .date span {
  display: block;
  line-height: 22px;
}

.blog-md .mitem .img {
  border-radius: 15px;
  height: 285px;
  overflow: hidden;
}

.blog-md .item .date {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog-md .item h6 {
  text-wrap: pretty;
}

.blog-md .item:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.sidebar .search-box {
  position: relative;
}

.sidebar .search-box input {
  color: #fff;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 100%;
  background: transparent;
}

.sidebar .search-box input:focus {
  border-color: #fff;
}

.sidebar .search-box .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.sidebar .widget {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar .widget .title-widget {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.sidebar .widget.catogry li {
  display: flex;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
}

.sidebar .widget.catogry li:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget.catogry li:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sidebar .widget.last-post-thum .item {
  display: flex;
  margin-bottom: 30px;
}

.sidebar .widget.last-post-thum .item:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget.last-post-thum .item:hover .img a .date {
  opacity: 1;
}

.sidebar .widget.last-post-thum .item .img {
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar .widget.last-post-thum .item .img a {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar .widget.last-post-thum .item .img a .date {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}

.sidebar .widget.last-post-thum .item .img a .date span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
}

.sidebar .widget.last-post-thum .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar .widget.last-post-thum .item .cont {
  padding-left: 25px;
}

.sidebar .widget.last-post-thum .item .cont h6 {
  font-size: 17px;
}

.sidebar .widget.last-post-thum .item .cont .tag {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}

.sidebar .widget.tags a {
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  margin: 2px 0;
  transition: all 0.4s;
}

.sidebar .widget.tags a:hover {
  background: #9F8BE7;
}

.blog-main .item .content {
  margin-top: 40px;
}

.blog-main .item .content .post-date {
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase;
  margin-right: 15px;
}

.blog-header .tag a {
  padding: 8px 20px;
  background: #6250EB;
  border-radius: 30px;
}

.blog-header .background {
  height: 400px;
}

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left;
}

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
}

.main-post .post-qoute h6 {
  position: relative;
}

.main-post .post-qoute h6:before {
  content: "“";
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  font-family: Poppins;
  line-height: 0;
}

.main-post .iner-img {
  height: 400px;
}

.main-post .iner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: 0.7;
  padding-left: 15px;
  position: relative;
}

.main-post .unorder-list li:before,
.main-post .order-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
}

.main-post .order-list li {
  padding-left: 0;
}

.main-post .order-list li:before {
  display: none;
}

.main-post .order-list li span {
  font-size: 13px;
}

.main-post .info-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
  transition: all 0.4s;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
  background: #DDF160 !important;
  color: #171717;
}

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

.main-post .author-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
}

.main-post .author-area .author-img .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post .next-prv-post .thumb-post:after {
  content: "";
  background: #161616;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  opacity: 0.7;
  transition: all 0.4s;
}

.main-post .next-prv-post .thumb-post:first-of-type {
  margin-right: 15px;
}

.main-post .next-prv-post .thumb-post:last-of-type {
  margin-left: 15px;
}

.comments-post .item-box {
  position: relative;
}

.comments-post .item-box p {
  font-size: 14px;
  width: 80%;
}

.comments-post .item-box.replayed {
  margin-left: 30px;
}

.comments-post .item-box .replay-butn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.comments-post .item-box .replay-butn a {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: all 0.4s;
}

.comments-post .item-box .replay-butn a:hover {
  background: #DDF160;
  color: #1d1d1d;
}

/* Clients
-----------------------------------------------------------------*/
.marq-brand .item {
  padding: 0 10px !important;
  text-align: center;
}

.marq-brand .item a {
  width: 220px;
  height: 180px;
  line-height: 180px;
  background: #1C1C1C;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.4s;
}

.marq-brand .item a img {
  vertical-align: middle;
  max-width: 120px;
  opacity: 0.5;
  transition: all 0.5s;
}

.marq-brand .item a:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.marq-brand .item a:hover img {
  opacity: 1;
}

.marq-brand a:hover img {
  opacity: 1;
}

.marq-brand a img {
  vertical-align: middle;
  max-width: 100px;
  opacity: 0.5;
  transition: all 0.5s;
}

.brand-style1 .item {
  height: 180px;
  line-height: 180px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  margin: 15px 0;
}

.brand-style1 .item img {
  max-width: 100px;
}

.brand-style1 .item.bg-img {
  background-size: 30px !important;
  background-repeat: repeat;
  backdrop-filter: none;
  overflow: hidden;
  opacity: 0.05;
}

.brand-style1 .item:hover {
  background: #fff;
}

.brand-style1 .item:hover img {
  filter: invert(1);
}

/* Contact
-----------------------------------------------------------------*/
.call-action1 .box-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.call-action1 .box-cont .cont {
  background: #fff;
  padding: 40px;
}

.contact input,
.contact textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  transition: all 0.4s;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #fff;
}

.contact textarea {
  min-height: 300px;
}

.contact button {
  border-radius: 30px;
  border: 0;
  transition: all 0.4s;
}

.contact button:hover {
  background: #DDF160;
}

.contact .info-box {
  padding: 80px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.contact .info-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/map.html);
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}

.contact .info-box .phone {
  color: #FF6A3A;
}

.contact .form2 input,
.contact .form2 textarea {
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}

.contact .form2 input:focus,
.contact .form2 textarea:focus {
  border-color: #fff;
}

.contact-style1 {
  color: #fff;
}

.contact-style1 p {
  color: #b1b1b1;
}

.contact-style1 .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-style1 .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-style1 .contact-form input,
.contact-style1 .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.contact-style1 .contact-form button {
  border: 0;
}

.contact-style1 .box {
  padding: 80px 50px;
  background: rgba(45, 45, 45, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.google-map {
  height: 450px;
  width: 100%;
  position: relative;
  filter: grayscale(100%);
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pricing
-----------------------------------------------------------------*/
.price-style1 .item {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-style1 .item .info {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-style1 .item .info span {
  opacity: 0.7;
}

.price-style1 .item ul {
  padding: 0;
}

.price-style1 .item li {
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
}

.price-style1 .item li:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.price-style1 .butn {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #000;
  transition: all 0.4s;
}

.price-style1 .butn.active {
  background: #DDF160;
}

.price-style1 .butn:hover {
  background: transparent;
  color: #fff;
}

/* Footer
-----------------------------------------------------------------*/
.footer-style1 .fo-box-left,
.footer-style1 .fo-box-right {
  background: #1C1C1C;
  border-radius: 15px;
  overflow: hidden;
  min-height: 500px;
  height: 100%;
  padding: 40px;
}

.footer-style1 .fo-box-left {
  position: relative;
  z-index: 2;
}

.footer-style1 .fo-box-left:after {
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/map-global.png);
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.footer-style1 .fo-box-left .tags a {
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  margin: 4px 0;
}

.footer-style1 .fo-box-left .tags a:hover {
  border-color: #fff;
}

.footer-style1 .fo-box-right .social-icon-circle a:hover {
  background: #fff;
  color: #000;
}

.footer-style1 .fo-box-right .subscribe input {
  font-size: 14px;
  border-radius: 60px;
}

.footer-style1.contact-footer .contact textarea {
  min-height: 220px;
}

.footer-style1.contact-footer .contact .form2 input,
.footer-style1.contact-footer .contact .form2 textarea {
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

footer .subscribe input {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border: 0;
  padding: 15px;
  color: #fff;
}

footer .subscribe button {
  background: transparent;
  border: 0;
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
}

footer .subscribe p a {
  color: #fff;
}

.footer-style4 {
  position: relative;
  padding: 0 15px 15px;
}

.footer-style4 .eml .sub-title {
  margin-bottom: 15px;
}

.footer-style4 .column li {
  display: inline-block;
  margin-right: 30px;
}

.footer-style4 .column li:last-of-type {
  margin-right: 0;
}

.footer-style4 .bord .links li {
  display: inline-block;
  margin-right: 30px;
}

.footer-style4 .bord .links li:last-of-type {
  margin-right: 0;
}

.footer-style4 .logo img {
  max-width: 100px;
}

.footer-style4.contact-footer .contact textarea {
  min-height: 220px;
}

/* Headers
-----------------------------------------------------------------*/
.hero-style1 {
  position: relative;
  padding: 200px 0 120px;
  z-index: 10;
}

.hero-style1 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-style1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, #161616);
}

.hero-style1 h1 {
  line-height: 1;
}

.hero-style1 .tags a {
  width: max-content;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 14px;
  margin: 3px 0;
  transition: all 0.4s;
}

.hero-style1 .tags a:hover {
  background: #fff;
  color: #000;
}

.hero-style1 .circle-button {
  margin-top: -30px;
}

.hero-style1 .circle-button svg {
  fill: #fff;
}

.hero-style2 .main-box {
  color: #fff;
  height: 870px;
  padding: 60px 40px;
  background-image: linear-gradient(30deg, #303030, #1C1C1C);
  overflow: hidden;
  position: relative;
}

.hero-style2 .main-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  pointer-events: none;
}

.hero-style2 .main-box:after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/hero/md.png);
  background-size: cover;
  pointer-events: none;
}

.hero-style2 .caption h1 {
  font-size: 110px;
  line-height: 1;
}

.hero-style2 .caption h1 .main-marq {
  display: inline-block;
  width: 280px;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  margin-bottom: -15px;
  overflow: hidden;
}

.hero-style2 .caption h1 .main-marq .box {
  animation: slide-har 30s linear infinite;
}

.hero-style2 .caption h1 .main-marq .box .item {
  padding: 0 15px;
}

.hero-style2 .caption h1 .main-marq .box .item h5 {
  font-size: 42px;
}

.hero-style2 .caption h1 .main-marq .box .w-30px {
  line-height: 1;
  display: flex;
  align-items: center;
}

.hero-style2 .caption h1 p {
  display: inline-block;
  width: 250px;
  padding-right: 15px;
  text-align: right;
  line-height: 1.4;
}

.hero-style2 .gl-rate {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: max-content;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  padding: 10px 20px;
  z-index: 3;
}

.hero-style2 .gl-rate .icon {
  width: 35px;
}

.hero-style2 .gl-rate .cont {
  padding-left: 30px;
}

.hero-style2 .gl-rate .cont h6 {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}

.hero-style2 .gl-rate .cont .stars {
  font-size: 13px;
  color: #FFA826;
  margin-left: 10px;
}

.hero-style2 .gl-rate .cont p {
  color: #eee;
  font-size: 12px;
  margin-top: 2px;
}

.hero-style2 .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-style2 .serv {
  background: #fff;
  color: #1f1f1f;
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
}

.hero-style2 .serv .content {
  position: relative;
  height: 300px;
}

.hero-style2 .serv .content .item {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  display: inline-block;
  user-select: none;
  pointer-events: auto;
  transition: none;
}

.hero-style2 .serv .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: #EFF0FA;
  color: #1f1f1f;
  border-radius: 30px;
}

.hero-style2 .serv .content .item span.bdark {
  background: #9F8BE7;
  color: #fff;
}

.hero-style2 .serv .content .item span.bred {
  background: #DDF160;
  color: #1f1f1f;
}

.hero-style2 .serv .content .item img {
  width: 50px;
}

.hero-style2 .serv .content .item .icon1 img {
  width: 70px;
}

.hero-style2 .awards {
  background: #9F8BE7;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  padding: 0 30px 30px 30px;
  position: relative;
}

.hero-style2 .awards .awards-swiper {
  height: 100%;
}

.hero-style2 .awards .awards-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.hero-style2 .awards .item {
  width: 100%;
}

.hero-style2 .awards .item .img {
  width: 140px;
  margin: auto;
}

.hero-style2 .awards .item span {
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-style2 .awards .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.hero-style2 .awards .controls .swiper-button-next,
.hero-style2 .awards .controls .swiper-button-prev {
  position: static;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 2px;
}

.hero-style2 .awards .controls .swiper-button-next:hover,
.hero-style2 .awards .controls .swiper-button-prev:hover {
  background: #fff;
  color: #1f1f1f;
}

.hero-style2 .awards .controls .swiper-button-next:after,
.hero-style2 .awards .controls .swiper-button-prev:after {
  display: none;
}

.hero-style3 {
  padding: 220px 0 120px;
  position: relative;
}

.hero-style3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, #161616);
}

.hero-style3 .main-marq h4 {
  font-weight: 200;
  line-height: 1.2;
}

.hero-style4 {
  padding: 220px 0 60px;
  position: relative;
}

.hero-style4 .container {
  position: relative;
  z-index: 9999999;
}

.hero-style4 h1 {
  font-size: 17.5vw;
}

.hero-style4 .tags a {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  transition: all 0.4s;
}

.hero-style4 .tags a:hover {
  background: #fff;
  color: #000;
}

.hero-style5 .snap-slide .img,
.hero-style5 .snap-slide .hero-video-wrapper {
  height: 100%;
}

.hero-style5 .snap-slide .main-img .numb {
  font-size: 120px;
  font-weight: 300;
}

.hero-style5 .snap-slider-thumbs-wrapper {
  width: 350px;
  height: 480px;
  border-radius: 250px;
  box-shadow: none;
}

.hero-style5 .snap-slide-caption {
  padding: 10px 0;
}

.hero-style5 .snap-slider-captions {
  position: absolute;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-style5 .snap-slider-captions h1 {
  font-size: 64px;
}

.hero-style5 .snap-slider-captions span {
  font-size: 18px;
}

.hero-style5 .snap-slider-captions .tag {
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(187, 187, 187, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}

.hero-style5 .snap-slider-captions-wrapper {
  width: 100%;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-style5.shwocase .snap-slider-captions {
  align-items: end;
  height: 90vh;
}

.hero-style5.shwocase .snap-slider-thumbs-wrapper {
  width: 320px;
  height: 350px;
  border-radius: 100px;
  box-shadow: none;
}

.hero-style6 h1 {
  font-size: 22vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -80px;
  z-index: -1;
}

.hero-style7 {
  padding: 180px 0 0;
  position: relative;
  background-position: bottom;
}

.hero-style7 .img:after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 300px;
  z-index: -1;
}

.hero-style7 .exp {
  padding: 20px;
  border-radius: 15px;
  background: rgba(45, 45, 45, 0.2);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 20%;
  right: 0;
  transform: translateX(60%);
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.5);
}

.hero-style7 .fit-img {
  border-radius: 300px;
}

.content__img {
  width: 225px;
  height: 170px;
  border-radius: 10px;
  position: absolute;
  top: 170px;
  left: 0px;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}

.left-side {
  height: 100vh;
  width: 350px !important;
  padding: 20px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-side .info .circle-text {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.left-side .info .circle-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
}

.left-side .info .cont li {
  font-size: 18px;
}

.left-side .info .cont span {
  color: #808080;
  font-size: 14px;
}

.left-side .info .cont .social-icon a {
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 2px;
  transition: all 0.4s;
}

.left-side .info .cont .social-icon a:hover {
  background: #fff;
  color: #1f1f1f;
}

.left-side .butn {
  text-align: center;
  width: 100%;
}

.left-side .butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.left-side .butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.left-side .butn>div {
  margin: auto;
  width: max-content;
}

.right-side {
  width: calc(100% - 350px) !important;
}

.pg-hero {
  padding: 200px 0 0;
}

/* Faqs
-----------------------------------------------------------------*/
.faq-style1 .accordion-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px 50px;
}

.faq-style1 .accordion-item h6 {
  font-weight: 300;
}

.faq-style1 .accordion-item .arrow {
  filter: invert(1);
}

.faq-style1 .accordion-item.active {
  background: rgba(255, 255, 255, 0.02);
}

.faq-style1 .accordion-item.active h6 {
  font-weight: 500;
}

/* Portfolio
-----------------------------------------------------------------*/
.snap-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snap-slide .main-img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.snap-slide .main-img .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 99999;
}

.snap-slide .main-img .cont .tags a {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin: 0 5px;
}

.snap-slide .main-img .numb {
  position: absolute;
  bottom: 0;
  right: 5%;
  line-height: 1;
  font-size: 10vw;
  font-weight: 100;
  opacity: 0.2;
  z-index: 9999;
}

.rounded-borders .snap-slide .main-img {
  border-radius: 0;
}

.snap-slide .img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  height: 100%;
}

.snap-slide .img img,
.snap-slide .img .hero-video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 100;
  object-position: center;
  object-fit: cover;
}

.snap-slider-thumbs {
  position: absolute;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snap-slider-thumbs-wrapper::before {
  float: left;
  padding-top: 70%;
  content: "";
}

.snap-slider-thumbs-wrapper {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.rounded-borders .snap-slider-thumbs-wrapper {
  border-radius: 6px;
}

.thumb-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.show-loader .thumb-slide {
  pointer-events: none;
}

.thumb-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hr-sec .hr-container {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
}

.hr-sec .item-panel {
  width: 750px;
  height: 100%;
  padding: 0 15px;
}

.hr-sec .item-panel .see-more {
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  width: calc(100% - 15px);
  height: 100%;
}

.hr-sec .fit-img {
  height: 70vh;
  min-height: 480px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.hr-sec .fit-img .cont {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.hr-sec .fit-img .cont .tags {
  overflow: hidden;
}

.hr-sec .fit-img .cont .tags span {
  width: max-content;
  display: block;
  padding: 12px 20px;
  background: #fff;
  color: #0f0f0f;
  border-radius: 10px;
  margin: 5px 0;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}

.hr-sec .fit-img:hover .cont .tags span {
  opacity: 1;
  transform: translateY(0);
}

.hr-sec .fit-img:hover .cont .tags span:nth-of-type(2) {
  transition-delay: 0.1s;
}

.hr-sec .fit-img:hover .cont .tags span:nth-of-type(3) {
  transition-delay: 0.2s;
}

.hr-sec .fit-img:hover .cont .tags span:nth-of-type(4) {
  transition-delay: 0.3s;
}

.portfolio-style1 .item {
  position: relative;
}

.portfolio-style1 .item .img {
  position: relative;
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}

.portfolio-style1 .item .img img {
  height: 500px;
}

.portfolio-style1 .item .img .tags {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 7;
}

.portfolio-style1 .item .img .tags a {
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}

.portfolio-style1 .item .img .tags a:hover {
  background: #DDF160;
  color: #1f1f1f;
}

.portfolio-style1 .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #1f1f1f, transparent);
  opacity: 0.7;
}

.portfolio-style1 .item h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 3;
}

.portfolio-style2 .item .fit-img {
  position: relative;
}

.portfolio-style2 .item .fit-img .tag {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  transition: all 0.4s;
}

.portfolio-style2 .item:hover .fit-img .tag {
  opacity: 1;
}

.portfolio-style2.overlay .item {
  position: relative;
}

.portfolio-style2.overlay .item h6 {
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s;
  z-index: 3;
}

.portfolio-style2.overlay .item .tag {
  z-index: 3;
}

.portfolio-style2.overlay .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #161616, transparent);
  border-radius: 30px;
  opacity: 0;
  transition: all 0.4s;
}

.portfolio-style2.overlay .item:hover .tag,
.portfolio-style2.overlay .item:hover h6 {
  opacity: 1;
  transform: translate(0);
}

.portfolio-style2.overlay .item:hover:after {
  opacity: 0.5;
}

.portfolio-style2 .portfolio-vertical {
  padding: 40px;
  position: relative;
}

.portfolio-style2 .portfolio-vertical:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#1C1C1C, transparent, #1C1C1C);
  z-index: 5;
  pointer-events: none;
}

.portfolio-style2 .portfolio-vertical .swiper-container {
  width: 100%;
  height: 100%;
}

.portfolio-style2 .portfolio-vertical .swiper-wrapper {
  flex-direction: column;
}

.portfolio-style2 .portfolio-vertical .swiper-slide {
  font-size: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.4s;
}

.portfolio-style2 .portfolio-vertical .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.portfolio-style3 .lg-text h2 {
  font-size: 22vw;
}

.portfolio-style3 .item {
  position: relative;
}

.portfolio-style3 .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.portfolio-style3 .item .tags {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}

.portfolio-style3 .item .tags span {
  padding: 10px 20px;
  background: rgba(40, 40, 40, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  font-size: 14px;
}

.portfolio-style3 .item .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}

.portfolio-style3 .item .text.w-100 {
  left: 0;
}

.portfolio-crev .work-boxs {
  display: flex;
}

.portfolio-crev .item {
  width: 33.333%;
  max-height: 90vh;
  height: 600px;
  margin: 0 4px;
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
}

.portfolio-crev .item .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-crev .item .bg-img .cont {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: #0f0f0f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.portfolio-crev .item .bg-img .cont.dark-st h5,
.portfolio-crev .item .bg-img .cont.dark-st span {
  background: #0f0f0f;
}

.portfolio-crev .item .bg-img .cont h5,
.portfolio-crev .item .bg-img .cont span {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0;
}

.portfolio-crev .item .bg-img .cont h5 {
  text-decoration: underline;
  margin-bottom: 10px;
}

.portfolio-crev .item .bg-img .cont span {
  color: #494949;
}

.portfolio-crev .item.active {
  width: calc(100vw - 420px);
}

.portfolio-crev .item.active .bg-img .cont {
  opacity: 1;
  visibility: visible;
}

.portfolio-crev .item.active .bg-img .cont h5,
.portfolio-crev .item.active .bg-img .cont span {
  transform: none;
  opacity: 1;
}

.portfolio-crev .item.active .bg-img .cont h5 {
  transition-delay: 0.3s;
}

.portfolio-crev .item.active .bg-img .cont span {
  transition-delay: 0.6s;
}

.portfolio-elegant .work-boxs {
  display: flex;
}

.portfolio-elegant .item {
  width: 25%;
  margin: 0 5px;
  display: flex;
  cursor: pointer;
  transition: all 0.7s;
}

.portfolio-elegant .item .bg-img {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.portfolio-elegant .item .cont {
  padding: 0 15px;
  transition: all 0.4s;
}

.portfolio-elegant .item .cont h6 {
  font-size: 18px;
}

.portfolio-elegant .item .cont span {
  opacity: 0;
  transition: all 0.4s;
  color: #ccc;
}

.portfolio-elegant .item .cont.hide {
  opacity: 0;
  visibility: hidden;
}

.portfolio-elegant .item.active {
  width: calc(100vw - 420px);
}

.portfolio-elegant .item.active .cont {
  opacity: 1 !important;
  visibility: visible;
}

.portfolio-elegant .item.active .cont span {
  opacity: 1;
}

.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.parallax-slider-wrapper .parallax-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}

.parallax-slider-wrapper .parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}

.parallax-slider-wrapper .parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.parallax-slider-wrapper .parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.parallax-slider-wrapper .parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-slider-wrapper .parallax-content {
  color: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}

.parallax-slider-wrapper .parallax-content span {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.parallax-slider-wrapper .parallax-content h4 {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: -2px;
}

.parallax-slider-wrapper .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}

.parallax-slider-wrapper .parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

.showcase-full {
  position: relative;
}

.showcase-full .parallax-slider-full .caption {
  position: relative;
}

.showcase-full .parallax-slider-full .caption h1 {
  font-size: 110px;
  position: relative;
  line-height: 1.2;
}

.showcase-full .parallax-slider-full .swiper-slide-active .caption .discover {
  opacity: 1;
  transition: all 0.7s;
}

.showcase-full .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.showcase-full .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.showcase-full .caption h6 {
  font-size: 20px;
  font-weight: 400;
}

.showcase-full .slider-contro {
  position: absolute;
  bottom: 60px;
  left: 80px;
  width: calc(100% - 160px);
}

.showcase-full .slider-contro i {
  margin: 0 10px;
  color: #fff;
}

.showcase-full .slider-contro span {
  color: #fff;
  white-space: nowrap;
}

.showcase-full .dots {
  bottom: 50px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-full .swiper-button-next:after,
.showcase-full .swiper-button-prev:after {
  display: none;
}

.hero-style5-showcase .snap-slide .img,
.hero-style5-showcase .snap-slide .hero-video-wrapper {
  height: 100%;
}

.hero-style5-showcase .snap-slide .main-img .numb {
  font-size: 120px;
  font-weight: 300;
}

.hero-style5-showcase .snap-slider-thumbs-wrapper {
  width: 320px;
  height: 350px;
  border-radius: 100px;
  box-shadow: none;
}

.hero-style5-showcase .snap-slide-caption {
  padding: 10px 0;
}

.hero-style5-showcase .snap-slider-captions {
  position: absolute;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-bottom: 50px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-style5-showcase .snap-slider-captions h1 {
  font-size: 64px;
}

.hero-style5-showcase .snap-slider-captions span {
  font-size: 18px;
}

.hero-style5-showcase .snap-slider-captions .tag {
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(187, 187, 187, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}

.hero-style5-showcase .snap-slider-captions-wrapper {
  width: 100%;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.inter-links-center {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: auto;
}

.inter-links-center::-webkit-scrollbar {
  width: 0;
}

.inter-links-center::-webkit-scrollbar-track {
  background: transparent;
}

.inter-links-center::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.inter-links-center::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.inter-links-center .links-text li {
  padding: 30px 0;
  width: max-content;
  position: relative;
  z-index: 9;
}

.inter-links-center .links-text li .text {
  transition: all 0.4s;
  -webkit-text-stroke: 1px transparent;
}

.inter-links-center .links-text li.no-active {
  opacity: 0.3;
}

.inter-links-center .links-text li.no-active .text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.inter-links-center .links-text li h2 {
  text-transform: uppercase;
}

.inter-links-center .links-text li h2 a .tag {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.inter-links-center .links-text li h2 a .text {
  font-weight: 800;
  font-size: 80px;
  letter-spacing: -4px;
}

.inter-links-center .links-text li h2 .num {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

.inter-links-center .links-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.inter-links-center .links-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.inter-links-center .links-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: all 0.7s;
}

.inter-links-center .links-img .img.current {
  transform: scale(1);
  opacity: 1;
}

.inter-links-center .links-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Services
-----------------------------------------------------------------*/
.interactive-sec .cluom {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  cursor: pointer;
}

.interactive-sec .cluom:first-of-type {
  padding-top: 0;
}

.interactive-sec .cluom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}

.interactive-sec .cluom h3 {
  opacity: 0.5;
  transition: all 0.4s;
}

.interactive-sec .cluom.current h3 {
  opacity: 1;
}

.interactive-sec .cluom.current:after {
  width: 100%;
}

.interactive-sec .glry-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.interactive-sec .glry-img .tab-img {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(30px);
  max-width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}

.interactive-sec .glry-img .tab-img.current {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.interactive-sec .glry-img .tab-img:nth-of-type(2) {
  top: 40px;
}

.interactive-sec .glry-img .tab-img:nth-of-type(3) {
  top: 65px;
}

.interactive-sec .glry-img .tab-img:nth-of-type(4) {
  top: 90px;
}

.interactive-sec .glry-img .tab-img:nth-of-type(5) {
  top: 115px;
}

.serv-style1 .accordion>.row {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  margin: 0;
}

.serv-style1 .accordion>.row:last-of-type {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.serv-style1 .accordion-item {
  padding: 20px 0;
  background: transparent;
  border-radius: 0;
}

.serv-style1 .accordion-item .icon-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
}

.serv-style1 .accordion-item.active .icon-arrow {
  border-color: rgba(255, 255, 255, 0.5);
}

.serv-style1 .accordion-collapse {
  border-radius: 0;
}

.serv-style1 .accordion-body {
  padding: 0;
}

.serv-style1 .tags a {
  margin-top: 10px;
  width: max-content;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 12px;
}

.serv-style2 .item {
  min-height: 580px;
}

.serv-style2 .item .cont {
  padding: 60px;
}

.serv-style2 .item .cont .tags span {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  font-size: 14px;
  margin: 4px 2px;
  transition: all 0.4s;
}

.serv-style2 .item .cont .tags span:hover {
  background: #fff;
  color: #1f1f1f;
}

.serv-style2 .item.bg-light .cont .tags span {
  border-color: rgba(0, 0, 0, 0.5);
}

.serv-style2 .item.bg-light .cont .tags span:hover {
  background: #1f1f1f;
  color: #fff;
}

.serv-style2 .item .fit-img {
  position: relative;
}

.serv-style2 .item .fit-img img,
.serv-style2 .item .fit-img video {
  position: absolute;
  top: 0;
  left: 0;
  object-position: left;
}

.serv-style3 .item {
  position: relative;
  padding: 60px 40px;
  border-radius: 30px;
  background: #1C1C1C;
  min-height: 520px;
  overflow: hidden;
  z-index: 2;
}

.serv-style3 .item .img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 55%;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: -1;
}

.serv-style3 .item .img img {
  width: auto;
  height: 100%;
}

.serv-style4 .item {
  position: relative;
  padding: 60px 40px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 520px;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 2;
}

.serv-style4 .item .img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 50%;
  opacity: 0.7;
  transition: all 0.4s;
  z-index: -1;
}

.serv-style4 .item .img img {
  width: auto;
  height: 100%;
}

.serv-style4 .item:hover {
  background: #DDF160 !important;
  color: #1f1f1f;
}

.serv-style4 .item:hover .img {
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.serv-style4 .item:hover p {
  color: #4e4b4b;
}

.serv-style4 .item:hover .butn-more .arrow-icon {
  background: #ccc;
}

.serv-style6 .item {
  transition: all 0.4s;
  margin-bottom: 15px;
}

.serv-style6 .item h3 {
  font-weight: 600;
}

.serv-style6 .item .imgs .fit-img {
  transition: all 0.4s;
  opacity: 0;
}

.serv-style6 .item .imgs .fit-img:nth-of-type(1) {
  transform: translateX(-30px);
}

.serv-style6 .item .imgs .fit-img:nth-of-type(2) {
  transform: translateX(-15px);
}

.serv-style6 .item:hover .fit-img {
  opacity: 1;
  transform: translateX(0) !important;
}

.services-reval .item-row>.row {
  position: relative;
  z-index: 9999999999;
}

.services-reval .item-row .arrow-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.services-reval .item-row .arrow-icon svg {
  width: 30px;
  stroke: #fff;
}

.services-reval .item-row:hover .arrow-icon {
  background: #fff;
}

.services-reval .item-row:hover .arrow-icon svg {
  stroke: #000;
}

.features .stack-title h2 {
  font-size: 15vw;
}

.features .item {
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  background: #1C1C1C;
  position: relative;
  z-index: 4;
}

.approach .item {
  transition: all 0.4s;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}

.approach .item:hover {
  padding: 20px 10px;
  border-color: #fff;
}

.approach .item .o-hidden {
  transform: translateY(40px);
}

.approach .item .o-hidden h2 {
  line-height: 1;
  font-size: 96px;
}

.approach-style1 .item {
  padding: 40px;
  border-radius: 30px;
}

.approach-style1 .item h2 {
  font-size: 140px;
  font-weight: 100;
  line-height: 1;
  opacity: 0.1;
}

.process-style2 .img {
  max-width: 350px;
  margin: auto;
}

.process-style2 .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.process-style2 .accordion-item.active {
  border-color: #1f1f1f;
}

.process-style2 .accordion-item .accordion-header {
  background: transparent;
}

.process-style2 .accordion-item .accordion-header button {
  background: transparent;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 20px 0;
  box-shadow: none;
}

.process-style2 .accordion-item .accordion-header button span {
  font-size: 14px;
  margin-right: 80px;
}

.process-style2 .accordion-item .accordion-header button:after {
  background-image: url(../imgs/plus-solid.svg);
  filter: invert(1);
}

.process-style2 .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/minus-solid.svg);
}

.process-style2 .accordion-item .accordion-body {
  padding: 0 0 15px 90px;
}

.process-style2 .accordion-item .accordion-body p {
  font-size: 14px;
}

/* Team
-----------------------------------------------------------------*/
.team-style1 .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}

.team-style1 .item:hover {
  border-color: #fff;
}

.team-style1 .item .social-icon-circle {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.team-style1 .item .social-icon-circle a {
  background: rgba(41, 41, 41, 0.02);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.team-style1 .item .social-icon-circle a:hover {
  background: #fff;
}

.team-style1 .item .info span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}

.team-intro .item {
  height: 100%;
  min-height: 440px;
}

.team-intro .item.main-colorbg,
.team-intro .item.main-colorbg2,
.team-intro .item.bg-light {
  color: #111012;
}

.team-intro.style2 .item {
  min-height: 600px;
}

.team-reval .item-row {
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  cursor: pointer;
}

.team-reval .item-row>.row {
  position: relative;
  z-index: 9999999999;
}

.team-reval .item-row span {
  text-transform: uppercase;
  opacity: 0.7;
}

.team-reval .item-row .social-icon {
  text-align: right;
}

.team-reval .item-row .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.7);
}

.team-reval .item-row .social-icon a:hover {
  background: #fff;
  color: #1f1f1f;
}

.team-reval .hover-reveal-item .award-reveal-img {
  width: 240px;
  height: 280px;
  border-radius: 30px;
}

.user-imgs .fit-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 -10px;
}

.user-imgs .fit-img:last-of-type {
  line-height: 45px;
  text-align: center;
  background: #1f1f1f;
  font-size: 14px;
}

.user-imgs.style1 .fit-img {
  width: 60px;
  height: 60px;
}

/* Testimonials
-----------------------------------------------------------------*/
.testim-cards .stackCard,
.testim-cards .item {
  border-radius: 30px;
  position: relative;
  width: 100%;
  padding: 60px 35px;
  transform-origin: 50% -160%;
  background: #1C1C1C;
}

.testim-cards .stackCard.revs,
.testim-cards .item.revs {
  background: #3d3d3d;
}

.testim-style1 {
  position: relative;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}

.testim-style1 .testim-sliders {
  position: relative;
}

.testim-style1 .testim-sliders .main-slider {
  position: relative;
  overflow: hidden;
}

.testim-style1 .testim-sliders .main-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
  font-size: 14px;
}

.testim-style1 .testim-sliders .main-slider .swiper-pagination span {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.testim-style1 .testim-sliders .main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #111;
}

.testim-style1 .testim-sliders .thumb-slider {
  position: relative;
  overflow: hidden;
}

.testim-style1 .thumb-side {
  text-align: center;
}

.testim-style1 .thumb-side .swiper-button-prev,
.testim-style1 .thumb-side .swiper-button-next {
  position: static;
  margin: 0 5px;
  display: inline-block;
  color: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.testim-style1 .thumb-side .swiper-button-prev:after,
.testim-style1 .thumb-side .swiper-button-next:after {
  font-size: 13px;
}

.testim-style1 .thumb-side .swiper-button-prev:hover,
.testim-style1 .thumb-side .swiper-button-next:hover {
  background: #fff;
  color: #000;
}

.testim-style1.sub-bg {
  background: linear-gradient(to bottom, transparent, #1C1C1C);
}

.testim-style2 .item {
  border-radius: 30px;
  position: relative;
  width: 100%;
  padding: 60px 40px;
  background: #3d3d3d;
  height: 100%;
}

.testim-style2 .item h4 {
  font-size: 30px;
}

.testim-style2 .team-intro .item {
  min-height: auto;
}

.testim-style3 .swiper-slide {
  height: auto;
}

.testim-style3 .tobotm {
  margin-bottom: -30px;
  position: relative;
  z-index: -1;
}

.testim-style3 .tobotm h2 {
  line-height: 1;
}

.testim-style3 .item {
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px) !important;
}

/* Awards
-----------------------------------------------------------------*/
.awards-reval .item-row {
  padding: 35px 30px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 15px 0;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}

.awards-reval .item-row:hover {
  background: #fff;
  color: #1f1f1f;
}

.awards-reval .item-row .row {
  position: relative;
  z-index: 5;
}

.awards-reval .item-row .award-year {
  font-weight: 300;
  font-size: 16px;
  min-width: 170px;
}

.awards-reval .item-row .award-text {
  font-weight: 500;
  font-size: 20px;
}

.awards-reval .item-row .award-position {
  font-weight: 300;
  font-size: 18px;
  opacity: 0.7;
}

.hover-reveal-item .award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}

.hover-reveal-item:hover .award-reveal-img {
  opacity: 1;
}

/* ====================== [ End Colors Skin  ] ====================== */
/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 768px) {


  .progress-wrap {
    display: none;
  }

  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }

  .hamenu .logo {
    left: 25px;
  }

  .hamenu .close-menu {
    top: 25px;
    right: 25px;
  }

  .hamenu .menu-links {
    padding: 40px 20px 40px;
  }

  .hamenu .menu-links .main-menu>li .link {
    font-size: 30px;
  }

  .hamenu .menu-links .main-menu>li .link i {
    width: 50px;
  }

  .hamenu .menu-links .main-menu>li .sub-dmenu {
    font-size: 24px;
  }

  .hamenu .menu-links .main-menu .sub-menu li,
  .hamenu .menu-links .main-menu .sub-menu2 li {
    font-size: 20px;
  }


}

/* ====================== [ End Responsive ] ====================== */

/* ====================== [ My Code ] ====================== */

.hero-section {
  padding: 261px 0 232px 0;
  background: #ffffff;
  position: relative;
}

/* badge */
.trusted-badge {
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid #0DB561;
  color: #0DB561;
  text-transform: uppercase;
  width: max-content;
}

.trusted-badge span {
  margin: 0 27px 0 10px;
}

.avatars img {}

/* heading */
.hero-title {
  font-weight: 600;
  color: #114143;
  line-height: 1.15;
}

.hero-title span {
  color: #0DB561;
}

/* text */
.hero-desc {
  font-size: 20px;
  max-width: 500px;
  color: #000;
  font-weight: 500;
}

/* button */
.site-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F0FF4E;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 18px;
  padding: 16px 26px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

/* arrow container */
.arrow-box {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
}

/* arrow icons */
.arrow {
  position: absolute;
  font-size: 20px;
  transition: 0.35s cubic-bezier(.32, .02, .41, 1.27);
}

/* default arrow visible (starting position) */
.arrow.default {
  top: 0;
  left: 0;
  opacity: 1;
  color: #0000009e;
}

/* second arrow hidden below-left (start pos for animation) */
.arrow.hover {
  top: 18px;
  left: -18px;
  opacity: 0;
}

/* arrow animation on hover (diagonal motion) */
.site-btn:hover .arrow.default {
  top: -22px;
  /* move up-right */
  left: 22px;
  opacity: 0;
}

.site-btn:hover .arrow.hover {
  top: 0;
  /* move into place */
  left: 0;
  opacity: 1;
}

/* main hero image */
.main-img {
  width: 870px;
  z-index: 2;
  position: absolute;
  right: -20px;
  bottom: 50px;
}

.section {
  padding: 100px 0;
  position: relative;
}


/* ===================== JOSHFUL DIFFERENCE SECTION ===================== */
.difference-section {
  background: #fff;
}

/* ---------- TITLE AREA ---------- */
.sec-title {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.sec-title span {
  color: #00a651;
}

.sec-sub {
  font-size: 17px;
  color: #555;
}

/* ---------- FEATURE BOXES ---------- */
.feat-box img {
  width: 60px;
  margin-bottom: 24px;
  height: 60px;
}

.feat-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #114143;
}

.feat-box p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  max-width: 300px;
  font-weight: 500;
}

/* ---------- HIGHLIGHT CTA CARD ---------- */


.earn-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
}





/* ===================== / JOSHFUL DIFFERENCE SECTION ===================== */

.sectionWrapper {
  margin-bottom: 30px;
}

.sectionWrapper h2 {
  color: #114143;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
}

.sectionWrapper h2 span {
  color: #0DB561;
  font-weight: 600;
}

.sectionWrapper p {
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}


.diff-padding {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem;
}


.earn-card {
  position: relative;
}

.earncontent {
  position: absolute;
  top: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
}

/* .earncontent .site-btn {
  position: absolute;
  right: 3px;
  bottom: -20px;
  padding: 16px 16px
} */

.earn-card .site-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 18px 17px;
}

/* ===================== VALUES SECTION ===================== */

/* card layout */
.value-card {
  border-radius: 20px;
  color: #114143;
  transition: 0.25s ease;
  height: 100%;
  padding: 40px 40px 40px 40px;
}

.value-card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  padding-right: 0;
}

/* hover effect */
.value-card:hover {
  transform: translateY(-4px);
}

/* title */
.value-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* icon */
.value-icon {
  width: 52px;
  margin-bottom: 34px;
  height: 52px;
}

/* background variations */
.bg-1 {
  background: #EAFFE4;
}

.bg-2 {
  background: #EBFCFF;
}

.bg-3 {
  background: #FFF2E6;
}

.bg-4 {
  background: #F7FFBE;
}

/* ===================== / VALUES SECTION ===================== */

.values-section .sectionWrapper p {
  max-width: 710px;
  margin: 0 auto;
}


.value-padding {
  --bs-gutter-x: 3.5rem;
}



/* ===================== FAQ SECTION ===================== */

.faq-section {
  background: #fff;
}

.faq-inner .accordion {
  border: 0px;
}

.faq-inner .accordion .accordion-item {
  /* background-color: #E9FFE3; */
  border: 0px solid rgba(0, 0, 0, 0);
  /* border-radius: 20px; */
  position: relative;
  padding: 25px 0 25px 0;
}

.faq-inner .accordion .accordion-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 10%);
  width: 100%;
  height: 1px;
}

.accordion .accordion-item:nth-child(9)::before {
  height: 0px;
}

/* .faq-inner .accordion .accordion-item .accordion-header::after {
  content: '';
  position: absolute;
  width: 90%;
  left: 5%;
  height: 1px;
  background-color: rgb(13 181 97 / 20%);
} */

.faq-inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 100px 30px #0000000f;
  padding: 0px 25px 0px 25px;
}

.faq-inner .accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: 0.3s all ease;
}

.faq-inner .accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: 0.3s all ease;
}

.faq-inner .accordion-button:not(.collapsed) {
  color: #0c63e4;
  color: #0c63e4;
  background-color: #e7f1ff00;
  /* border: 2px solid #eeeeee; */
  border-bottom: none;
  border-radius: 0px 0px 0 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  padding: 1.5rem 2rem 1rem 2rem;
  transition: 0.3s all ease;
}

.faq-inner .accordion-button:not(.collapsed) h3 {
  font-weight: bold;
}

.faq-inner .accordion-button:not(.collapsed)::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 93%;
  left: 3.5%;
  height: 1px;
  background-color: rgb(13 181 97 / 20%);
  transition: 0.3s all ease;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url(../imgs/plus-accord.svg);
  background-repeat: no-repeat;
  background-size: 0.8em;
  transition: transform .2s ease-in-out;
  background-position: center;
  transition: 0.3s all ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/minimize-sign.svg);
  transform: rotate(-180deg);
  transition: 0.3s all ease;
}

/* .faq-inner .accordion-button:not(.collapsed)::after {
  content: '';
  position: absolute;
  width: 90%;
  left: 5%;
  height: 1px;
  background-color: rgb(13 181 97 / 20%);
} */

.faq-inner .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0rem 2rem 0rem 2rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: 0.3s all ease;
}

.faq-inner .accordion-body {
  padding: 1rem 2rem 1.5rem 2rem;
  /* border: 2px solid #eeeeee; */
  border-top: none;
  border-radius: 0px 0px 20px 20px;
  background-color: #E9FFE3;
  margin-top: -1px;
  transition: 0.3s all ease;
}

.faq-inner .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgb(13 110 253 / 0%);
}

.faq-inner .accordion-button h3 {
  font-weight: 600;
  color: #114143;
  font-size: 24px;
  transition: 0.3s all ease;
}

.faq-inner .accordion-body p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding-right: 6%;
  line-height: 28px;
  transition: 0.3s all ease;
}

.faq-inner .accordion-header {
  margin-bottom: 1px;
  position: relative;
  background-color: #E9FFE3;
  border-radius: 20px 20px 0px 0px;
  transition: 0.3s all ease;
}

/* ===================== / FAQ SECTION ===================== */


/* ===================== FOCUS SECTION ===================== */
.focus-section {

  position: relative;
}

.top-caption {
  color: #F0FF4E;
  font-size: 25px;
  font-weight: 500;
}

.focus-title {
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.badge-holder {
  margin-top: 35px;
}

.badge-box {
  background: #fff;
  padding: 15px 20px;
  width: 400px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 21px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.badge-box:nth-child(2) {
  margin-left: 100px;
}

.badge-box:nth-child(3) {
  margin-bottom: 0;
  margin-left: 200px;
}



.badge-box h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

/* second element shifted right */
.badge-box.mid {
  margin-left: 48px;
}

.badge-box img {
  width: 50px;
}

.focus-header {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.focus-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding-bottom: 22px;
  position: relative;
}

.focus-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.focus-badges {
  margin-top: 35px;
}

.focus-list li p {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  /* margin-bottom: 25px;
  padding-bottom: 25px; */
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}

/* gradient divider line EXACT like screenshot */
.focus-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55px;
  height: 2px;
  width: calc(100% - 46px);
  background: linear-gradient(90deg, #c8f24a40 0%, rgba(200, 242, 74, 0) 100%);
}

/* hide divider from last item */
.focus-list li:last-child::after {
  display: none;
}

.focus-mainWrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.focus-mainWrapInner {
  position: absolute;
  inset: 0%;
}

.focus-list img {
  width: 40px;
  margin-top: 0;
}


.focusInnerPadding {
  padding-top: 6rem;
  padding-left: 6rem;
}

/* ===================== / FOCUS SECTION ===================== */


/* ===================== FOOTER SECTION ===================== */
.footer-section {
  border-radius: 28px;
  padding: 0px 0px 30px 0px !important;
  position: relative;
  color: #fff;
}


/* footer title */
.footer-title {
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 40px;
  color: #fff;
  padding-right: 0;
}

.footer-title span {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
}

/* sub caption */
.footer-sub {
  max-width: 620px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}

/* CTA button */
.footer-section .site-btn {
  background: #F0FF4E;
  color: #000;
  border: 2px solid #000;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

/* links */
.footer-links h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.footer-links ul li {
  margin-bottom: 25px;
}

.footer-social {
  inset: auto 20% 1.5rem auto;
  position: absolute;
}

.footer-links ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #C8F24A;
}

/* HR line with gradient fade */
.footer-divider {
  border: 0;
  height: 2px;
  background: #ffffff59;
  margin: 30px 0;
}

.footer-divider.sec-divider {
  border: 0;
  height: 2px;
  background: #ffffff59;
  margin: 17px 0 16px 0;
  width: 64%;
}

/* bottom copyright */
.footer-social a {
  background: #F0FF4E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  font-size: 23px;
  color: #000;
  border: 1px solid #000;
}


.footerMainWrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footermainWrapInner {
  position: absolute;
  inset: 0%;
}

.footerWrapInnerpadding {
  padding-top: 3.5rem;
  padding-left: 5.625rem;
  padding-right: 4.375rem;
  padding-bottom: 3.5rem;
  height: 100%;
}

.footer-head {
  white-space: normal;
  width: 42rem;
  margin-left: 10.3rem;
}

p.copyright {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

/* ===================== / FOOTER SECTION ===================== */


/* ========================= FEATURES SWIPER SECTION ========================= */
.features-slider {
  position: relative;
}

.swiper {
  padding-bottom: 0;
}

/* ----- Card Blocks ----- */
.card-block {
  color: #fff;
  margin: 0 auto;
  position: relative;
}




/* ----- Slide Content ----- */
.card-content h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 45px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0px;
}

.feature-list li {
  font-size: 24px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-weight: 600;
}

.feature-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.feature-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55px;
  height: 2px;
  width: calc(100% - 46px);
  background: linear-gradient(90deg, rgb(255 255 255 / 16%) 0%, rgb(255 255 255 / 3%) 50%, rgb(237 221 83 / 0%) 100%);
}

.feature-list li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55px;
  height: 2px;
  width: calc(100% - 46px);
  background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 50%, rgb(237 221 83 / 0%) 100%);
}

/* ----- Swiper Controls ----- */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  font-weight: bold;
}




/* ======================= / END FEATURES SWIPER SECTION ====================== */


/* ===================== WHO WE ARE SECTION ===================== */
.who-section {
  background: #ffffff;
  padding-bottom: 0;
}

.who-title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 12px;
}

.who-title span {
  color: #11A15D;
}

.who-sub {
  font-size: 18px;
  line-height: 1.6;
  max-width: 530px;
  margin-bottom: 40px;
}

.who-item {
  gap: 20px;

}

.who-item:last-child {
  border: none;
  margin-bottom: 0;
}

.who-item p {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  padding-right: 17%;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
  padding-bottom: 28px;
  margin-bottom: 40px;
  line-height: 34px;
}

.who-item:nth-child(4) p {
  border-bottom: 0px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  padding-bottom: 0;
}

.who-icon {
  width: 70px;
  height: 70px;
}

/* Image Frame */
.who-img-frame {
  display: inline-block;
  position: relative;
}

.who-section .sectionWrapper p {
  padding-right: 40%;
}



.who-main-img {
  width: 100%;
}

.who-section .sectionWrapper {
  margin-bottom: 50px;
}

/* ===================== / WHO WE ARE SECTION ===================== */


/* ====================== VISION & VALUES SECTION ====================== */
.vision-values {
  /* padding: 90px 0; */
}

/* cards */
.v-card {
  border-radius: 22px;
  padding: 40px 32px;
  display: block;
  height: 100%;
}

.v-card .v-icon {
  width: 54px;
  margin-bottom: 33px;
}

.v-card h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #03312E;
}

.v-card p {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}

/* bg colors */
.peach {
  background: #FFF2E6;
}

.yellow {
  background: #F7FFBE;
}

.mint {
  background: #EAFFE4;
}

.blue {
  background: #EBFCFF;
}

/* right heading */
.vision-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 22px;
}

.vision-title span {
  color: #1EBF5C;
}

/* paragraph */
.vision-para {
  font-size: 17px;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 30px;
}

/* bullet list */
.vision-points {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 18px;
}

.vision-points li {
  position: relative;
  padding-left: 0;
  display: flex;
  align-items: start;
  gap: 23px;
}

.vision-points li p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 28px;
  position: relative;
  padding-left: 0;
  line-height: 30px;
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #00000017;
}

.vision-points li:nth-child(3) p {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid #00000017;
}

.vision-points li img {
  width: 40px;
}

.fisrt-row-padding {
  --bs-gutter-x: 2rem;
}

.fisrt-row-padding.top-row {
  margin-left: 50px;
}

.row.mt-row-30.fisrt-row-padding.second-row {
  margin-right: 50px;
}

.vision-values .sectionWrapper p {
  padding-right: 11%;
  text-transform: capitalize;
}


.mt-row-30 {
  margin-top: 32px;
}

/* ====================== / VISION & VALUES SECTION ====================== */


.innerBannerWrapper {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.innermainWrapInner {
  position: absolute;
  inset: 0%;
  display: flex;
  align-items: center;
}

.BannerInnerPadding {
  padding-left: 6rem;
  padding-right: 6rem;
}

/* ===================== ABOUT HERO SECTION ===================== */

/* Background shape container */
.about-hero {
  padding-bottom: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* green badge */
.about-badge {
  background: #00ff7f1c;
  color: #00FF7F;
  font-size: 20px;
  padding: 6px 18px;
  border-radius: 18px;
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 600;
}

/* title */
.about-title {
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-title span {
  color: #00FF7F;
}

/* subtitle */
.about-sub {
  font-size: 20px;
  color: #DCEDED;
  max-width: 860px;
  margin: auto;
  line-height: 1.6;
  font-weight: 600;
}


/* ===================== / ABOUT HERO SECTION ===================== */

/* ====================== HOW WE THINK SECTION ====================== */
.hwt-heading {
  font-size: 52px;
  font-weight: 700;
}

.hwt-heading span {
  color: #11B85B;
}

.hwt-subtext,
.hwt-highlight {
  font-size: 18px;
  color: #263238;
}

/* Left Pills */
.thinking-pill {
  background: #0DB561;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

.left-tabs {
  margin-top: 20px;
}

.thinking-pill.active {
  width: 90%;
}



.pill-peach {
  border-radius: 10px 0px 0px 10px;
}

.pill-blue {
  border-radius: 10px 0px 0px 10px;
}

.pill-yellow {
  border-radius: 10px 0px 0px 10px;
}

.pill-green {
  background: #EAFFE4;
  color: #0DB561;
  font-size: 24px;
  border-radius: 10px 0px 0px 10px;
}


/* arrow icons */
.thinking-pill .arrow {
  position: absolute;
  font-size: 18px;
  transition: 0.35s cubic-bezier(.32, .02, .41, 1.27);
}

/* default arrow */
.thinking-pill .arrow.default {
  top: 0;
  left: 0;
  opacity: 1;
}

/* hidden arrow */
.thinking-pill .arrow.hover {
  top: 18px;
  left: -18px;
  opacity: 0;
}

/* hover animation trigger */
.thinking-pill:hover .arrow.default {
  top: -22px;
  left: 22px;
  opacity: 0;
}

.thinking-pill:hover .arrow.hover {
  top: 0;
  left: 0;
  opacity: 1;
}

.pill-green i {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 600;
}

.pill-green .arrow {
  color: #0DB561;
}

.pill-blue .arrow {
  color: #00A6FF;
}

.pill-peach .arrow {
  color: #FF5924;
}

.pill-yellow .arrow {
  color: #114143;
}


.pill-blue i {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 600;
}

.pill-peach i {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 600;
}

.pill-yellow i {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 600;
}

.pill-blue {
  background: #EBFCFF;
  color: #00A6FF;
  font-size: 24px;

}

.pill-peach {
  background: #FFF2E6;
  color: #FF5924;
  font-size: 24px;

}

.pill-yellow {
  background: #F7FFBE;
  color: #114143;
  font-size: 24px;

}

/* Right Content Box */
.thinking-box {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 38px 38px 54px 38px;
  border-radius: 20px;
  position: relative;
}

.thinking-box::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background-color: #0DB561;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

.thinking-title {
  font-size: 30px;
  font-weight: 700;
  color: #114143;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

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

.thinking-ul li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  color: #000;
  padding-left: 40px;
}

.thinking-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #FFFFFF;
  border: 5px solid #0DB561;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.thinking-ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.thinking-ul li img {
  width: 24px;
  position: absolute;
  top: 20px;
  left: 0;
}

h4.sub-head {
  font-weight: bold;
  color: #000;
  margin-top: 15px;
  font-size: 22px;
}

/* ====================== / HOW WE THINK SECTION ====================== */



/* ====================== OUR JOURNEY SECTION ====================== */
.journey-section {
  background: transparent;
}

.journey-box {
  padding: 35px 65px 0px 65px;
  position: relative;
}

.journey-mainWrapInner .sectionWrapper h2 span {
  color: #F0FF4E;
}

.show-below-600 {
  display: none;
}

.journey-text {
  margin-bottom: 16px;
  max-width: 70%;
}

.journey-text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

/* Explore Button */
.explore-btn {
  background: #EFFF4C;
  color: #000;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.explore-btn i {
  transition: 0.3s ease-in-out;
}

.explore-btn:hover i {
  transform: translate(6px, -6px);
}

/* Team Image */
.journey-image-wrap {
  position: relative;
}

.journey-image-wrap .site-btn {
  padding: 18px 18px;
  inset: 0% 0% auto auto;
  position: absolute;
}

.journey-image {
  width: 100%;
  height: auto;
}

.journeyWrap {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.journey-mainWrapInner {
  position: absolute;
  inset: 0%;
}

.journey-text p:not(:last-child) {
  margin-bottom: 23px;
}

.back-element img {
  position: absolute;
  right: 120px;
  top: -18px;
  z-index: -1;
}

/* ====================== / OUR JOURNEY SECTION ====================== */


/* ====================== VALUE PROPOSITION SECTION ====================== */
.value-section {
  background: transparent;
}

.show-below-1200 {
  display: none;
}

.show-below-1100 {
  display: none;
}

.value-box {
  padding: 89px 60px 89px 60px;
  position: relative;
  overflow: hidden;
}

.hide-bydefault-1200 {
  display: none;
}

.ctaWrap {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.cta-mainWrapInner {
  position: absolute;
  inset: 0%;
}

/* Typography */
.value-tagline {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}

.value-heading {
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 10px;
}

.value-subtext {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  max-width: 100%;
}

.cta-section .site-btn {
  inset: 2% 0% auto auto;
  position: absolute;
  z-index: 1;
}

/* ====================== / VALUE PROPOSITION SECTION ====================== */
.productbgimg img {
  width: 100%;
  height: 544px;
}

.productbgWrap {
  justify-content: center;
  /* align-items: center; */
  /* display: flex; */
  position: relative;
  overflow: hidden;
  /* /* padding: 60px 60px 90px; */
}

.productInnerImg img {
  position: absolute;
  right: 90px;
  bottom: 0;
  width: 42%;
}

.productcardInner {
  position: absolute;
  inset: 0%;
  padding: 60px 60px 90px;
}

.productcardInner h2 {
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 45px;
  font-size: 40px;
}

/* CTA BUTTON STYLE */
.cta-dhol {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 32px;
  background: #FFE4EA;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #ff3366;
  transition: 0.25s ease;
  position: absolute;
  top: 0;
  right: 0;
}

.cta-dhol.kaamdham-btn {
  color: #FF6500;
  background: #ffd8be;
  padding: 20px 32px;
}

.cta-dhol.insta {
  color: #E23349;
  background: #ffc3ca;
  padding: 20px 32px;
}

.cta-dhol .cta-icon {
  width: 24px;
  height: 24px;
  background: #ff3366;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-dhol.kaamdham-btn .cta-icon {
  background: #FF6500;
}

.cta-dhol.insta-btn .cta-icon {
  background: #E23349;
}



/* Wrapper box */
.swiper-nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100px;
  height: 51px;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
}

.swiper-nav-box .swiper-button-next:after,
.swiper-nav-box .swiper-button-prev:after {
  display: none;
}

/* Reset default swiper positioning */
.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin-top: 0;
}

/* Icon size & color */
.swiper-nav-box i {
  font-size: 20px;
  transition: 0.25s ease;
  font-weight: 400;
}

/* Left (inactive grey) */
.custom-prev.swiper-button-disabled {
  opacity: 1;
}

.custom-prev.swiper-button-disabled i {
  color: #d1d1d1;
}

/* Right (active black) */
.custom-next i {
  color: #000;
}

.custom-prev i {
  color: #000;
}

/* Hover state */
.custom-prev:hover i,
.custom-next:hover i {
  color: #000;
  cursor: pointer;
}

.arrow-right {
  display: flex;
  align-items: center;
  justify-content: end;
}


.contact-modal {
  border-radius: 20px;
}

.left-box {
  color: white;
}




.left-box .subtext {
  font-size: 15px;
  color: #fff;
  padding-right: 30px;
}

.left-box .features-list {
  padding-left: 0;
}

.left-box .features-list li {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: start;
  gap: 13px;
}

.left-box .features-list li:last-child p {
  border-bottom: 0;
  padding-bottom: 0;
}

.left-box .title {
  margin-bottom: 20px;
}

.left-box .features-list li img {
  width: 20px;
  margin-top: 5px;
}


.left-box .features-list li p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
}

.left-box .info-label {
  font-size: 15px;
  color: #fff;
}

.left-box .info-value {
  font-size: 30px;
  font-weight: 600;
  color: #00FF7F;
  margin-bottom: 20px;
}

.left-box .info-value.phone {
  font-size: 26px;
}


.right-box {
  background: white;
  border-radius: 20px;
  padding: 20px;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-modal-nav .container {
  padding: 0;
}

.custom-input {
  border: none;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 13px 15px;
}

.custom-input:focus {
  background: #ececec;
  box-shadow: none;
  border: none;
}

.submit-btn {
  background: #FFF200;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 14px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.contact-modal-nav .modal-content {
  background: transparent;
  border: 0;
}

.contact-modal-nav .modal-content .modal-body {
  padding: 40px;
  background: #25797A;
  background: linear-gradient(180deg, rgba(37, 121, 122, 1) 0%, rgba(16, 64, 66, 1) 100%);
  border-radius: 20px;
}

.contact-modal-nav .modal-content .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
  --bs-btn-close-bg: none;
  opacity: 1;
  background-color: #0101014f;
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  justify-content: center;
  border-radius: 50px;
}

.custom-check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-left: 0;
  margin-bottom: 20px;
}

.custom-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  /* border: 2px solid #b7b7b7; */
  border-radius: 3px;
  background: #e4e4e4;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}

.custom-check input:checked {
  background: #0DB561;
  border-color: #267DFF;
}

.custom-check input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.custom-check input:hover {
  border-color: #267dff00;
}

.custom-check label {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.modal.fade.contact-modal-nav.show {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Hide-on-scroll & Show-on-scroll */
.nav-hide {
  transform: translateY(-120px) !important;
}

.nav-scroll.nav-show {
  transform: translateY(79px) !important;
}

.navbar.nav-show {
  transform: translateY(0px);
}



/* Underline when active */
.nav-link.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #06c167;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 0;
}

/* Arrow when active (Remixicon) */
.nav-link.active::before {
  content: "\ea70";
  /* ri-arrow-right-up-line */
  font-family: "remixicon";
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-weight: 500;
}


/* Container */
.vision-section {
  text-align: center;
  margin: 20px auto;
}

/* Semi-circle shape */
.vision-shape {
  width: 220px;
  height: 120px;
  background: #f7ff48;
  border: 2px solid #000;
  border-radius: 20px 20px 230px 230px;
  position: relative;
  margin: 0 auto;
}

/* Text */
.vision-shape span {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  position: absolute;
  top: 34px;
  left: 0;
  transform: translateX(0%);
  right: 0;
}

/* Soft inner yellow circle */
.vision-circle {
  width: 80px;
  height: 80px;
  background: #E1F137;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/* White dot */
.vision-dot {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
}

/* Arrow */
.vision-arrow i {
  font-size: 30px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 400;
  color: #000000;
}


.float-ele-1 {
  transition: transform 0.3s ease;
  animation: floatBtn 2.8s ease-in-out infinite;
  position: absolute;
  top: 86px;
  left: 45%;
}

/* Floating Animation */
@keyframes floatBtn {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.float-ele-2 {
  transition: transform 0.3s ease;
  animation: floatBtn 2.8s ease-in-out infinite;
  position: absolute;
  bottom: 0;
  left: 38%;
}


.show-only-media {
  display: none;
}

.show-only-media-small {
  display: none;
}

.hidepinkbg {
  display: none;
}

.media-show-new {
  display: none;
}

/* Swiper Pagination Styling */
.swiper-pagination {
  position: relative;
  margin-top: 27px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.25s ease;
}

/* Active bullet */
.swiper-pagination-bullet-active {
  background: #0db575;
}


.ctaWrap .cta-bg {
  position: relative;
}

.footer-bg.bottom-element {
  margin-top: -1px;
}

@keyframes fly {

  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-20%);
  }

  85% {
    transform: translateY(20%);
  }
}

.fly {
  animation: 2s fly linear infinite;
}




.privacy-policy {
  padding: 150px 0 80px 0;
}



.privacy-policy {
  background-color: transparent;
  color: #222;
  line-height: 1.8;
}

.privacy-policy h1 {
  color: #0DB561;
  text-align: start;
  margin-bottom: 10px;
  font-weight: bold;
}

.privacy-policy h2 {
  color: #0DB561;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.privacy-policy h3 {
  color: #0DB561;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

.privacy-policy p,
.privacy-policy ul {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.privacy-policy ul {
  margin-left: 0px;
  position: relative;
  padding-left: 23px;
}

.privacy-policy ul li {
  position: relative;
}

.privacy-policy ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #222;
  top: 11px;
}

.privacy-policy a {
  color: #0DB561;
  text-decoration: none;
  font-weight: 500;
}

.privacy-policy a:hover {
  text-decoration: none;
}

.privacyWrapper p {
  margin-bottom: 0;
}

.termsWrapper p {
  margin-bottom: 0;
}

.privacyWrapper p:not(:last-child) {
  margin-bottom: 20px;
}

.termsWrapper p:not(:last-child) {
  margin-bottom: 20px;
}

.terms-conditions {
  padding: 150px 0 80px 0;
}

.terms-conditions {
  background-color: transparent;
  color: #222;
  line-height: 1.8;
}

.terms-conditions h1 {
  color: #0DB561;
  text-align: start;
  margin-bottom: 10px;
  font-weight: bold;
}

.terms-conditions h2 {
  color: #0DB561;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.terms-conditions p,
.terms-conditions ul {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.terms-conditions ul {
  position: relative;
}

.terms-condition ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #222;
  top: 11px;
}

.terms-conditions a {
  color: #0DB561;
  text-decoration: none;
  font-weight: 500;
}

.terms-conditions a:hover {
  text-decoration: none;
}

.show-below-400 {
  display: none;
}

.show-above {
  display: none;
}

.logo img {
  width: 160px;
}