@charset "UTF-8";
/*-----------------------------------------------------------------
Theme Name: SoftCrafty
Author: SoftCrafty
Author URI: https://themeforest.net/user/SoftCrafty
Version: 1.0.0 
Description: SoftCrafty - Creative & Digital Agency Wordpress Theme
-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Hero
4. About
5. Meanmenu
6. Title
7. Service
8. Project
9. Testimonial
10. Contact
11. Blog
12. Team
13. FAQ
14. UI/UX
15. Review
16. Award
17. Milestone
18. CTA
19. Map
20. Video
21. Subscribe
22. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&family=DM+Sans:wght@100..900&family=Outfit:wght@100..900&family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
  --white: #FFF;
  --black: #000;
  --black2: #131215;
  --title: #16171A;
  --title2: #6B7280;
  --title3: #010003;
  --title4: #010F34;
  --dark: #0D0D0D;
  --yellow: #F2D701;
  --yellow2: #FFB400;
  --border: #C1C1C1;
  --border2: #B8E451;
  --gray: #696969;
  --gray2: #727272;
  --smoke: #FAF8F7;
  --smoke2: #ECF1F5;
  --smoke3: #F4F4F4;
  --theme: #6A5ACD;
  --theme2: #F7FAFF;
  --theme3: #077CEA;
  --box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.05);
  --icon-font: "Font Awesome 6 Pro";
}

/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--white);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

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

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

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  transition: all 0.4s ease-in-out;
}

h1 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px; /* 125% */
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.49px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
}

h6 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
}

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

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

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

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

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* Diagonal float animation (45° axis) */
@keyframes float-bob-xy {
  0% {
    transform: translate(-30px, -30px);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(-30px, -30px);
  }
}
/* Animation class */
.float-bob-xy {
  animation-name: float-bob-xy;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* Optional: add vendor prefixes if needed */
  -webkit-animation-name: float-bob-xy;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

/* Diagonal float animation (45° axis - right bottom) */
@keyframes float-bob-xz {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float-bob-xz {
  animation-name: float-bob-xz;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* Optional vendor prefixes */
  -webkit-animation-name: float-bob-xz;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

.ripple-animation {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

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

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

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

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

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

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.scroll {
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
  -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.hoverRotate360 {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 10s linear;
}

.hoverRotate360:hover {
  transform: rotate(-360deg);
}

.img-shine {
  position: relative;
  overflow: hidden;
}
.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
  opacity: 0;
}
.img-shine:hover:after {
  animation: imgShine 1s;
  opacity: 1;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.moveAround {
  animation: moveAround 200s linear infinite;
  -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: translate(-100%, -100%) translate(-300px, 80px);
    -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
    -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
    -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
    -o-transform: translate(-100%, -100%) translate(-300px, 80px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, 300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
    -moz-transform: translate(50%, -60%) translate(1900px, 300px);
    -ms-transform: translate(50%, -60%) translate(1900px, 300px);
    -o-transform: translate(50%, -60%) translate(1900px, 300px);
  }
  50% {
    transform: translate(-80%, -80%) translate(-150px, 0px);
    -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
    -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
    -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
    -o-transform: translate(-80%, -80%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(1160px, 550px);
    -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
    -moz-transform: translate(50%, 50%) translate(1160px, 550px);
    -ms-transform: translate(50%, 50%) translate(1160px, 550px);
    -o-transform: translate(50%, 50%) translate(1160px, 550px);
  }
  100% {
    transform: translate(100%, 100%) translate(-800px, -50px);
    -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
    -moz-transform: translate(100%, 100%) translate(-800px, -50px);
    -ms-transform: translate(100%, 100%) translate(-800px, -50px);
    -o-transform: translate(100%, 100%) translate(-800px, -50px);
  }
}
.moveAround2 {
  animation: moveAround2 160s linear infinite;
  -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
  0% {
    transform: translate(30%, 60%) translate(1450px, 500px);
    -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
    -moz-transform: translate(30%, 60%) translate(1450px, 500px);
    -ms-transform: translate(30%, 60%) translate(1450px, 500px);
    -o-transform: translate(30%, 60%) translate(1450px, 500px);
  }
  25% {
    transform: translate(-50%, -60%) translate(-100px, -290px);
    -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
    -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
    -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
    -o-transform: translate(-50%, -60%) translate(-100px, -290px);
  }
  50% {
    transform: translate(-50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(150px, 0px);
    -o-transform: translate(-50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, -50%) translate(1160px, -50px);
    -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
    -moz-transform: translate(50%, -50%) translate(1160px, -50px);
    -ms-transform: translate(50%, -50%) translate(1160px, -50px);
    -o-transform: translate(50%, -50%) translate(1160px, -50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-80px, 50px);
    -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
    -moz-transform: translate(50%, 50%) translate(-80px, 50px);
    -ms-transform: translate(50%, 50%) translate(-80px, 50px);
    -o-transform: translate(50%, 50%) translate(-80px, 50px);
  }
}
.moveAround3 {
  animation: moveAround3 120s linear infinite;
  -webkit-animation: moveAround3 120s linear infinite;
}

@keyframes moveAround3 {
  0% {
    transform: translate(-50%, -50%) translate(400px, 300px);
    -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
    -moz-transform: translate(-50%, -50%) translate(400px, 300px);
    -ms-transform: translate(-50%, -50%) translate(400px, 300px);
    -o-transform: translate(-50%, -50%) translate(400px, 300px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, -300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
    -moz-transform: translate(50%, -60%) translate(1900px, -300px);
    -ms-transform: translate(50%, -60%) translate(1900px, -300px);
    -o-transform: translate(50%, -60%) translate(1900px, -300px);
  }
  50% {
    transform: translate(-50%, 0%) translate(-150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
    -o-transform: translate(-50%, 0%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(160px, 50px);
    -webkit-transform: translate(50%, 50%) translate(160px, 50px);
    -moz-transform: translate(50%, 50%) translate(160px, 50px);
    -ms-transform: translate(50%, 50%) translate(160px, 50px);
    -o-transform: translate(50%, 50%) translate(160px, 50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-200px, 200px);
    -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
    -moz-transform: translate(50%, 50%) translate(-200px, 200px);
    -ms-transform: translate(50%, 50%) translate(-200px, 200px);
    -o-transform: translate(50%, 50%) translate(-200px, 200px);
  }
}
.moveAround4 {
  animation: moveAround4 200s linear infinite;
  -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround4 {
  0% {
    transform: translate(50%, -50%) translate(500px, 300px);
    -webkit-transform: translate(50%, -50%) translate(500px, 300px);
    -moz-transform: translate(50%, -50%) translate(500px, 300px);
    -ms-transform: translate(50%, -50%) translate(500px, 300px);
    -o-transform: translate(50%, -50%) translate(500px, 300px);
  }
  25% {
    transform: translate(50%, 60%) translate(-100px, -300px);
    -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
    -moz-transform: translate(50%, 60%) translate(-100px, -300px);
    -ms-transform: translate(50%, 60%) translate(-100px, -300px);
    -o-transform: translate(50%, 60%) translate(-100px, -300px);
  }
  50% {
    transform: translate(50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(50%, 0%) translate(150px, 0px);
    -moz-transform: translate(50%, 0%) translate(150px, 0px);
    -ms-transform: translate(50%, 0%) translate(150px, 0px);
    -o-transform: translate(50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(760px, 550px);
    -webkit-transform: translate(50%, 50%) translate(760px, 550px);
    -moz-transform: translate(50%, 50%) translate(760px, 550px);
    -ms-transform: translate(50%, 50%) translate(760px, 550px);
    -o-transform: translate(50%, 50%) translate(760px, 550px);
  }
  100% {
    transform: translate(50%, 50%) translate(-800px, 350px);
    -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
    -moz-transform: translate(50%, 50%) translate(-800px, 350px);
    -ms-transform: translate(50%, 50%) translate(-800px, 350px);
    -o-transform: translate(50%, 50%) translate(-800px, 350px);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.bg-anime-scratch {
  animation: scratch 4s linear infinite;
  overflow: hidden;
}

@keyframes scratch {
  0% {
    height: 0;
  }
  70% {
    height: 158px;
  }
  100% {
    height: 158px;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

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

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

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

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

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

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

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

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

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

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn.style1 {
  display: inline-flex;
  height: 60px;
  padding: 20px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .theme-btn.style1 {
    height: 56px;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .theme-btn.style1 {
    height: 52px;
    padding: 16px 22px;
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .theme-btn.style1 {
    height: 48px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 16px;
  }
}
.theme-btn.style1 a {
  color: var(--white) !important;
  display: inline-block;
}
.theme-btn.style1 i {
  color: var(--white);
  font-weight: 500;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .theme-btn.style1 i {
    font-size: 15px;
  }
}
.theme-btn.style1:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: linear-gradient(270deg, #9708CC -47.61%, #43CBFF 99.88%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style1:hover {
  color: var(--white) !important;
}
.theme-btn.style1:hover:before {
  top: -96%;
}
.theme-btn.style1:hover i {
  color: var(--white);
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.theme-btn.style2 {
  display: inline-flex;
  height: 60px;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(270deg, #9708CC -47.61%, #43CBFF 99.88%);
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .theme-btn.style2 {
    height: 56px;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .theme-btn.style2 {
    height: 52px;
    padding: 16px 22px;
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .theme-btn.style2 {
    height: 48px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 16px;
  }
}
.theme-btn.style2 a {
  color: var(--white) !important;
  display: inline-block;
}
.theme-btn.style2 i {
  color: var(--white);
  font-weight: 500;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .theme-btn.style2 i {
    font-size: 15px;
  }
}
.theme-btn.style2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style2:hover {
  color: var(--white) !important;
}
.theme-btn.style2:hover:before {
  top: -96%;
}
.theme-btn.style2:hover i {
  color: var(--white);
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.theme-btn.style3 {
  display: inline-flex;
  height: 50px;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(270deg, #9708CC -47.61%, #43CBFF 99.88%);
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .theme-btn.style3 {
    padding: 15px 28px;
  }
}
.theme-btn.style3 a {
  color: var(--white) !important;
  display: inline-block;
}
.theme-btn.style3 i {
  color: var(--white);
  font-weight: 500;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.theme-btn.style3:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style3:hover {
  color: var(--white) !important;
}
.theme-btn.style3:hover:before {
  top: -96%;
}
.theme-btn.style3:hover i {
  color: var(--white);
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.theme-btn.style4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  height: 54px;
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid var(--theme);
  color: var(--white);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .theme-btn.style4 {
    padding: 15px 28px;
  }
}
.theme-btn.style4 a {
  color: var(--white) !important;
  display: inline-block;
}
.theme-btn.style4 i {
  color: var(--white);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.theme-btn.style4:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style4:hover {
  color: var(--white) !important;
}
.theme-btn.style4:hover:before {
  top: -96%;
}
.theme-btn.style4:hover i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.help-contact {
  padding: 5px 26px 5px 6px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--smoke);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.help-contact__icon {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  background: rgb(249, 245, 222);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-contact__icon i {
  color: var(--theme);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.help-contact__text {
  line-height: 1;
}
.help-contact__text-label {
  color: var(--black);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.help-contact__text-number {
  color: var(--black);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .help-contact {
    padding: 10px 16px;
  }
}

.global-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background: var(--title);
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 16px 20px 25px;
  min-width: 160px;
  cursor: pointer;
  border-radius: 12px;
}
.global-btn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.global-btn:hover {
  color: var(--theme) !important;
}
.global-btn:hover i {
  color: var(--white);
}
.global-btn:hover:before {
  top: -96%;
}

.submit-btn.style1 {
  display: inline-flex;
  height: 60px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--theme2);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .submit-btn.style1 {
    padding: 15px 28px;
  }
}
.submit-btn.style1 a {
  color: var(--white) !important;
  display: inline-block;
}
.submit-btn.style1 i {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.submit-btn.style1:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.submit-btn.style1:hover {
  color: var(--white) !important;
}
.submit-btn.style1:hover:before {
  top: -96%;
}
.submit-btn.style1:hover i {
  color: var(--white);
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.submit-btn.style2 {
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 628px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .submit-btn.style2 {
    padding: 15px 28px;
  }
}
.submit-btn.style2 a {
  color: var(--white) !important;
  display: inline-block;
}
.submit-btn.style2 i {
  color: var(--white);
  font-weight: 500;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.submit-btn.style2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.submit-btn.style2:hover {
  color: var(--white) !important;
}
.submit-btn.style2:hover:before {
  top: -96%;
}
.submit-btn.style2:hover i {
  color: var(--white);
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.submit-btn.style3 {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .submit-btn.style3 {
    padding: 15px 28px;
  }
}
.submit-btn.style3 a {
  color: var(--white) !important;
  display: inline-block;
}
.submit-btn.style3 i {
  color: var(--white);
  font-weight: 500;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.submit-btn.style3:hover {
  color: var(--white) !important;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  transition: all 0.4s ease-in-out;
}
.submit-btn.style3:hover i {
  color: var(--white);
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.section-padding {
  padding: 150px 0;
}
@media (max-width: 1399px) {
  .section-padding {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-padding2 {
  padding: 135px 0 150px;
}
@media (max-width: 1399px) {
  .section-padding2 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .section-padding2 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-padding2 {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .section-padding2 {
    padding: 60px 0;
  }
}

.section-padding3 {
  padding: 80px 0 150px;
}
@media (max-width: 1399px) {
  .section-padding3 {
    padding: 75px 0 120px;
  }
}
@media (max-width: 991px) {
  .section-padding3 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 767px) {
  .section-padding3 {
    padding: 65px 0 80px;
  }
}
@media (max-width: 575px) {
  .section-padding3 {
    padding: 40px 0 60px;
  }
}

.section-padding-110 {
  padding: 110px 0;
}
@media (max-width: 991px) {
  .section-padding-110 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-padding-110 {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .section-padding-110 {
    padding: 60px 0;
  }
}

.section-padding-footer {
  padding: 240px 0;
}
@media (max-width: 1399px) {
  .section-padding-footer {
    padding: 160px 0;
  }
}
@media (max-width: 1199px) {
  .section-padding-footer {
    padding: 60px 0;
  }
}

.section-padding-footer2 {
  padding: 180px 0;
}
@media (max-width: 1399px) {
  .section-padding-footer2 {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .section-padding-footer2 {
    padding: 30px 0;
  }
}

.fix-pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .fix-pb-50 {
    padding-bottom: 20px;
  }
}

.fix-pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .fix-pb-60 {
    padding-bottom: 40px;
  }
}

.fix-pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .fix-pb-70 {
    padding-bottom: 40px;
  }
}

.fix-pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .fix-pb-80 {
    padding-bottom: 40px;
  }
}

.fix-pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .fix-pb-90 {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .fix-pb-90 {
    padding-bottom: 20px;
  }
}

.fix-pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .fix-pb-100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .fix-pb-100 {
    padding-bottom: 40px;
  }
}

.fix-mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .fix-mb-120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .fix-mb-120 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fix-mb-120 {
    margin-bottom: 20px;
  }
}

.fix-mb-220 {
  margin-bottom: 220px;
}
@media (max-width: 1399px) {
  .fix-mb-220 {
    margin-bottom: 170px;
  }
}
@media (max-width: 1199px) {
  .fix-mb-220 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .fix-mb-220 {
    margin-bottom: 60px;
  }
}

.fix-height {
  height: 690px;
}
@media (max-width: 1199px) {
  .fix-height {
    height: 660px;
  }
}
@media (max-width: 991px) {
  .fix-height {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .fix-height {
    height: 660px;
  }
}
@media (max-width: 499px) {
  .fix-height {
    height: 640px;
  }
}
@media (max-width: 449px) {
  .fix-height {
    height: 590px;
  }
}

.mxw-405 {
  max-width: 405px;
}
@media (max-width: 1199px) {
  .mxw-405 {
    max-width: 100%;
  }
}

.mxw-636 {
  max-width: 636px;
}

.mxw-570 {
  max-width: 570px;
}

.bg-pricing2 {
  border-radius: 5px;
  background: var(--100, #FCF9EB);
  padding: 130px 90px;
}
@media (max-width: 1199px) {
  .bg-pricing2 {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .bg-pricing2 {
    padding: 30px 30px;
  }
}
@media (max-width: 499px) {
  .bg-pricing2 {
    padding: 20px 15px;
  }
}

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

.cart {
  padding-bottom: 52px;
}
@media (max-width: 991px) {
  .cart {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cart {
    padding-bottom: 0px;
  }
}
.cart__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cart__title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cart__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .cart__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.cart__table {
  margin: 0 auto;
}
.cart__header, .cart__row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .cart__header, .cart__row {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
@media (max-width: 374px) {
  .cart__header, .cart__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cart__header:last-child, .cart__row:last-child {
  border-bottom: 0;
}
.cart__col {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .cart__col {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart__col {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .cart__col {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .cart__col {
    font-size: 14px;
  }
}
.cart__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .cart__item {
    gap: 30px;
  }
}
.cart__item img {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .cart__item img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cart__item img {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart__item {
    justify-content: center;
    flex-direction: column;
  }
}
.cart__details .cart__label {
  display: block;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart__details .cart__label {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cart__details .cart__label {
    font-size: 14px;
  }
}
.cart__details .cart__name {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart__details .cart__name {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .cart__details .cart__name {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .cart__details .cart__name {
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .cart__details .cart__name {
    padding-bottom: 0;
  }
}
.cart__details .cart__link {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; /* 141.667% */
  letter-spacing: 0.36px;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .cart__details .cart__link {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .cart__details .cart__link {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .cart__details .cart__link {
    font-size: 14px;
  }
}
.cart__price, .cart__total {
  text-align: end;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; /* 141.667% */
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .cart__price, .cart__total {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart__price, .cart__total {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .cart__price, .cart__total {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .cart__price, .cart__total {
    font-size: 14px;
  }
}
.cart__price span, .cart__total span {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .cart__price span, .cart__total span {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .cart__price span, .cart__total span {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .cart__price span, .cart__total span {
    font-size: 24px;
    line-height: 32px;
  }
}
.cart__quantity {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.cart__quantity--total {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .cart__quantity--total {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .cart__quantity--total {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .cart__quantity--total {
    font-size: 24px;
    line-height: 32px;
  }
}
.cart__quantity .qty-btn {
  display: inline-flex;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--border);
}
@media (max-width: 767px) {
  .cart__quantity .qty-btn {
    padding: 10px 15px;
    height: 30px;
  }
}
@media (max-width: 449px) {
  .cart__quantity .qty-btn {
    padding: 6px 10px;
    height: 26px;
  }
}
.cart__quantity .qty-btn__numb {
  color: var(--black);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 10px;
}
@media (max-width: 499px) {
  .cart__quantity .qty-btn__numb {
    padding: 0 6px;
  }
}

.checkOut-billingCard {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--white);
}
.checkOut-billingCard__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
  padding-bottom: 15px;
}
.checkOut-billingCard__text {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 16px;
}
.checkOut-orderSummary {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--theme2);
}
.checkOut-orderSummary__title {
  border-bottom: 1px solid #C1C1C1;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.checkOut-orderSummary-info {
  display: flex;
  justify-content: space-between;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.checkOut-orderSummary-info.total {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
.checkOut-paymentCard {
  padding: 40px;
  border-radius: 20px;
  background: var(--theme2);
}
.checkOut-paymentCard__title {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.checkOut-paymentCard-info {
  display: flex;
  gap: 50px;
}

.search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 60px;
  padding: 5px 5px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--theme2);
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 20px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}

.search-btn i {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.filter-box {
  display: flex;
  border-radius: 5px;
  border: 1px solid var(--border);
  overflow: hidden;
  max-width: 470px;
  height: 60px;
  background: var(--white);
}
@media (max-width: 767px) {
  .filter-box {
    width: 100%;
    max-width: none;
  }
}

.filter-item {
  position: relative;
}
.filter-item--one {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-right: 1px solid var(--200, #E2E2E2);
  gap: 8px;
  max-width: 249px;
  width: 100%;
}
.filter-item--one select {
  padding-right: 20px;
  background-position: right 0px center;
}
@media (max-width: 991px) {
  .filter-item--one {
    padding: 12px 4px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .filter-item--one {
    padding: 12px 16px;
    gap: 8px;
  }
}
@media (max-width: 449px) {
  .filter-item--one {
    padding: 12px 6px;
    gap: 4px;
  }
}
@media (max-width: 374px) {
  .filter-item--one {
    padding: 12px 4px;
    gap: 0px;
    padding-right: 2px;
  }
}
.filter-item--two {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-right: 1px solid var(--200, #E2E2E2);
  gap: 8px;
  max-width: 220px;
  width: 100%;
}
.filter-item--two select {
  padding-right: 20px;
  background-position: right 0px center;
}
@media (max-width: 991px) {
  .filter-item--two {
    padding: 12px 4px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .filter-item--two {
    padding: 12px 16px;
    gap: 8px;
  }
}
@media (max-width: 449px) {
  .filter-item--two {
    padding: 12px 6px;
    gap: 4px;
  }
}
@media (max-width: 374px) {
  .filter-item--two {
    padding: 12px 4px;
    gap: 0px;
    padding-right: 18px;
  }
}
.filter-item:last-child {
  border-right: none;
}
.filter-item label {
  color: var(--900, #1D2128);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .filter-item label {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .filter-item label {
    font-size: 15px;
  }
}
.filter-item select {
  border: none;
  appearance: none;
  background-image: url("../images/icon/dropdown-gradient-icon.svg");
  background-repeat: no-repeat;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
@media (max-width: 991px) {
  .filter-item select {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .filter-item select {
    font-size: 15px;
  }
}
.filter-item select:focus {
  outline: none;
}

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

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

.truncate-text {
  display: block;
  max-height: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 991px) {
  .truncate-text {
    max-height: 185px;
  }
}
@media (max-width: 767px) {
  .truncate-text {
    max-height: 218px;
  }
}
@media (max-width: 449px) {
  .truncate-text {
    max-height: 180px;
  }
}
@media (max-width: 374px) {
  .truncate-text {
    max-height: 157px;
  }
}

.navigation-controls {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.navigation-controls .nav-item {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  position: relative;
}
.navigation-controls .nav-item .icon i {
  font-size: 20px;
  color: var(--title);
}
.navigation-controls .nav-item h4 {
  color: var(--title);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.preview-area {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 40px 0 40px;
}
.preview-area .preview-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 449px) {
  .preview-area .preview-item {
    gap: 4px;
  }
}
.preview-area .preview-item .icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--black);
  border: 1px solid var(--border2);
}
@media (max-width: 374px) {
  .preview-area .preview-item .icon {
    width: 60px;
    height: 50px;
  }
}
@media (max-width: 499px) {
  .preview-area .preview-item img {
    display: none;
  }
}
.preview-area .preview-item .content p {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .preview-area .preview-item .content p {
    font-size: 14px;
  }
}
.preview-area .preview-item .content h5 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
  max-width: 187px;
}
@media (max-width: 767px) {
  .preview-area .preview-item .content h5 {
    font-size: 16px;
  }
}
@media (max-width: 449px) {
  .preview-area .preview-item .content h5 {
    font-size: 14px;
    padding-right: 12px;
  }
}
.preview-area .preview-item .content h5:hover {
  color: var(--theme);
}
.preview-area .preview-item .content.text-right {
  text-align: right;
}
@media (max-width: 449px) {
  .preview-area .preview-item .content.text-right h5 {
    padding-right: 0;
  }
}

.list.style1 .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list.style1 .checklist-item {
  display: flex;
  align-items: center;
}
.list.style1 .checklist-item:not(:last-child) {
  margin-bottom: 20px;
}
.list.style1 .checklist-item__icon {
  padding-right: 10px;
}
.list.style1 .checklist-item__icon i {
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.list.style1 .checklist-item__text {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  .list.style1 .checklist-item__text {
    font-size: 18px;
  }
}
.list.style2 .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list.style2 .checklist-item {
  display: flex;
  align-items: center;
}
.list.style2 .checklist-item:not(:last-child) {
  margin-bottom: 20px;
}
.list.style2 .checklist-item__icon {
  padding-right: 10px;
}
.list.style2 .checklist-item__icon i {
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.list.style2 .checklist-item__text {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  .list.style2 .checklist-item__text {
    font-size: 18px;
  }
}
.list.style3 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1399px) {
  .list.style3 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .list.style3 {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.list.style3 .checklist-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
}
.list.style3 .checklist-item__text {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.list.style3 .checklist-item__text--bold {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}

.map-section-card {
  margin-top: 25px;
  margin-left: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  border-radius: 0px 10px 10px 0px;
  border-top: 1px dashed var(--black);
  border-right: 1px dashed var(--black);
  border-bottom: 1px dashed var(--black);
  background: rgba(106, 90, 205, 0.1);
  width: 322px;
  height: 98px;
  flex-shrink: 0;
}
@media (max-width: 499px) {
  .map-section-card {
    margin-left: 0;
  }
}
@media (max-width: 449px) {
  .map-section-card {
    width: 100%;
    margin-left: 0;
  }
}
.map-section-card__star {
  position: absolute;
  left: -50px;
}
@media (max-width: 449px) {
  .map-section-card__star {
    display: none;
  }
}
.map-section-card-info__text {
  color: var(--900, #1A1A1A);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.map-section-card-info__numb {
  color: var(--900, #1A1A1A);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}

.map-container {
  width: 100%;
  height: 428px;
  flex-shrink: 0;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container2 {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .map-container2 {
    height: 570px;
  }
}
@media (min-width: 1200px) {
  .map-container2 {
    height: 680px;
  }
}
.map-container2 iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-profile {
  position: absolute;
  left: 5%;
  top: -21%;
  max-height: 380px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  z-index: 9;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media (max-width: 1599px) {
  .social-profile {
    top: -27%;
  }
}
@media (max-width: 1399px) {
  .social-profile {
    top: -32%;
  }
}
@media (max-width: 1199px) {
  .social-profile {
    top: -40%;
  }
}
@media (max-width: 991px) {
  .social-profile {
    top: -56%;
  }
}
@media (max-width: 767px) {
  .social-profile {
    top: -48%;
  }
}
@media (max-width: 575px) {
  .social-profile {
    top: -21%;
  }
}
@media (max-width: 499px) {
  .social-profile {
    top: -25%;
  }
}
@media (max-width: 449px) {
  .social-profile {
    top: -28%;
  }
}
@media (max-width: 374px) {
  .social-profile {
    top: -35%;
  }
}
.social-profile ul {
  max-width: 50px;
  padding: 5px 0;
  margin: 0 auto;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 999px;
  background: var(--white);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-border-radius: 144px;
  -moz-border-radius: 144px;
  -ms-border-radius: 144px;
  -o-border-radius: 144px;
}
.social-profile ul li {
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.social-profile ul li:last-child {
  margin-bottom: 0px;
}
.social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-profile ul li a i {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  line-height: 44px;
  text-align: center;
  border-radius: 999px;
  background: var(--theme2);
  color: #43CBFF;
  font-size: 18px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.social-profile .plus-btn:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.social-profile .plus-btn:hover i {
  color: var(--white);
}
.social-profile:hover ul {
  transform: translateY(133%);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(133%);
  -moz-transform: translateY(133%);
  -ms-transform: translateY(133%);
  -o-transform: translateY(133%);
}

.social-profile2 {
  position: absolute;
  left: 20px;
  bottom: 12px;
  max-height: 380px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  z-index: 9;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-profile2 ul {
  max-width: 50px;
  padding: 5px 0;
  margin: 0 auto;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 144px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-border-radius: 144px;
  -moz-border-radius: 144px;
  -ms-border-radius: 144px;
  -o-border-radius: 144px;
}
.social-profile2 ul li {
  background-color: var(--black);
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.social-profile2 ul li:last-child {
  margin-bottom: 0px;
}
.social-profile2 ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-profile2 .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  background-color: var(--theme);
  color: var(--title);
  transition: all 0.4s ease-in-out;
}
.social-profile2 .plus-btn:hover {
  background-color: var(--theme);
}
.social-profile2 .plus-btn:hover i {
  color: var(--title);
}
.social-profile2:hover ul {
  transform: translateY(-10%);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
}

.video1-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  right: -20%;
  transform: translate(-50%, -50%);
  z-index: 7;
}
@media (max-width: 1599px) {
  .video1-icon {
    right: -28%;
  }
}
@media (max-width: 1199px) {
  .video1-icon {
    right: -6%;
  }
}
@media (max-width: 767px) {
  .video1-icon img {
    display: none;
  }
}

.video2-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .video2-icon img {
    width: 70%;
  }
}

.video3-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .video3-icon img {
    width: 70%;
  }
}

.global-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.global-social__item a {
  display: flex;
  width: 34.886px;
  height: 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  border: 1px solid var(--border);
  background: var(--White-Color, #FFF);
}
.global-social__item a i {
  color: var(--theme);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.global-social__item a:hover {
  background: var(--white);
}

.global-social2 {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.global-social2__item a {
  display: flex;
  width: 34.886px;
  height: 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  background: rgb(50, 50, 52);
}
.global-social2__item a i {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.global-social2__item a:hover {
  background: var(--theme);
}

.global-social3 {
  display: flex;
  gap: 10px;
}
.global-social3__item a {
  display: flex;
  width: 34.886px;
  height: 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(204, 204, 205);
  border-radius: 999px;
  background: var(--theme2);
}
.global-social3__item a i {
  color: var(--title2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.global-social3__item a:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.global-social3__item a:hover i {
  color: var(--white);
}

.global-social4 {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.global-social4__item a {
  display: flex;
  width: 34.886px;
  height: 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--smoke2);
}
.global-social4__item a i {
  color: var(--title);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.global-social4__item a:hover {
  background: var(--theme);
}
.global-social4__item a:hover i {
  color: var(--white);
}

.global-social5 {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.global-social5__item a {
  display: flex;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--smoke2);
}
.global-social5__item a i {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.global-social5__item a:hover {
  background: var(--theme);
}
.global-social5__item a:hover i {
  color: var(--white);
}

@media (max-width: 767px) {
  .form__group {
    margin-bottom: 26px !important;
  }
}
.form__group label {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
}
.form__group input,
.form__group textarea {
  border: 1px solid var(--title3);
  background-color: transparent;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
  color: var(--title2);
}
.form__group select.form__select {
  border: 1px solid var(--title3);
  background-color: transparent;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.form__group select.form__select::placeholder {
  color: var(--title2);
}
.form__group textarea {
  padding-top: 18px;
  height: 50px;
}
.form__group--large textarea {
  height: 189px;
}

.form__group2 label {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.form__group2 input,
.form__group2 textarea {
  border-radius: 5px;
  border: 1px solid rgb(204, 204, 205);
  background-color: transparent;
  padding: 17px 21px;
  width: 100%;
  height: 50px;
  outline: none;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.form__group2 input::placeholder,
.form__group2 textarea::placeholder {
  color: var(--black);
}
.form__group2 textarea {
  padding-top: 18px;
  height: 211px;
  border-radius: 5px;
}
.form__group2--large textarea {
  height: 189px;
}

.form__group3 span {
  color: var(--title);
  font-weight: 600;
  text-transform: capitalize;
}
.form__group3 input,
.form__group3 textarea {
  border: 1px solid transparent;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 10px;
  background: var(--Gray-White, #FFF);
  padding: 15px 30px;
  outline: none;
  width: 510px;
  height: 60px;
  flex-shrink: 0;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
@media (max-width: 991px) {
  .form__group3 input,
  .form__group3 textarea {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .form__group3 input,
  .form__group3 textarea {
    width: 100%;
  }
}
.form__group3 input::placeholder,
.form__group3 textarea::placeholder {
  color: var(--title2);
}
.form__group3 select.form__select {
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--smoke2);
  padding: 15px 30px;
  width: 100%;
  outline: none;
  color: var(--gray2);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  appearance: none; /* hide native arrow */
  background-image: none; /* in case you want custom arrow later */
}
.form__group3 select.form__select::placeholder {
  color: var(--gray2);
}
.form__group3 textarea {
  padding-top: 18px;
  height: 164px;
  border-radius: 10px;
}
.form__group3--large textarea {
  height: 189px;
}

.form__group4 span {
  color: var(--title);
  font-weight: 600;
  text-transform: capitalize;
}
.form__group4 input,
.form__group4 textarea {
  border: 1px solid transparent;
  border-radius: 0px;
  background: #131215;
  padding: 15px 30px;
  width: 100%;
  outline: none;
  color: var(--white);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.form__group4 input::placeholder,
.form__group4 textarea::placeholder {
  color: var(--white);
}
.form__group4 select.form__select {
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--smoke2);
  padding: 15px 30px;
  width: 100%;
  outline: none;
  color: var(--gray2);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  appearance: none; /* hide native arrow */
  background-image: none; /* in case you want custom arrow later */
}
.form__group4 select.form__select::placeholder {
  color: var(--gray2);
}
.form__group4 textarea {
  padding-top: 18px;
  height: 164px;
  border-radius: 10px;
}
.form__group4--large textarea {
  height: 189px;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray2);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  pointer-events: none;
}

.textarea-icon {
  top: 20px !important;
  transform: none !important;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--title);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
@media (max-width: 991px) {
  .back-to-top.fix-home-one {
    display: none;
  }
}

/*------------------------------------
		2.6 Mouse-cursor
----------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #B69974;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Lato", sans-serif, "Lato", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #43CBFF;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
  -webkit-animation: letters-loading 4s infinite;
}
.preloader p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #F7FAFF;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 1080px;
  height: 705px;
  padding: 40px;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid var(--P2, #E5087B);
  background: var(--theme2);
  position: relative;
}
@media (max-width: 1199px) {
  .service {
    max-width: 975px;
  }
}
@media (max-width: 991px) {
  .service {
    max-width: 600px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px;
    max-width: 500px;
  }
}
.service.service-alt .service-alt__indicator {
  position: absolute;
  bottom: -31px;
  right: 17%;
}
@media (max-width: 991px) {
  .service.service-alt .service-alt__indicator {
    display: none;
  }
}
.service.service-main .service-main__indicator {
  position: absolute;
  bottom: -31px;
  left: 30%;
}
@media (max-width: 991px) {
  .service.service-main .service-main__indicator {
    display: none;
  }
}
.service__shape1 {
  position: absolute;
  border-radius: 478px;
  opacity: 0.2;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  filter: blur(150px);
  width: 478px;
  height: 478px;
  flex-shrink: 0;
}
.service__shape2 {
  position: absolute;
  border-radius: 478px;
  opacity: 0.2;
  background: linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%);
  filter: blur(150px);
  width: 478px;
  height: 478px;
  flex-shrink: 0;
}
.service-thumb {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  max-width: 485px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .service-thumb {
    display: none;
  }
}
.service-thumb__one {
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.service-thumb__one img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.service-thumb__one:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.service-thumb__btn {
  position: absolute;
  bottom: 35%;
  left: 8%;
  display: inline-flex;
  height: 50px;
  padding: 20px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.service-thumb__btn:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  transition: all 0.4s ease-in-out;
}
.service-thumb__btn:hover a {
  color: var(--white);
}
.service-thumb-content {
  padding: 0px 20px;
}
.service-thumb-content__title {
  color: var(--black);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 18px;
}
.service-thumb-content__title:hover {
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.service-thumb-content__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
  padding-bottom: 10px;
}
.service-list {
  z-index: 5;
}
.service-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 449px) {
  .service-list-item {
    gap: 10px;
  }
}
.service-list-item__icon {
  padding-bottom: 40px;
  flex: none;
}
@media (max-width: 991px) {
  .service-list-item__icon {
    padding-bottom: 0px;
  }
}
@media (max-width: 449px) {
  .service-list-item__icon {
    width: 13%;
  }
}
@media (max-width: 449px) {
  .service-list-item-content {
    max-width: 290px;
  }
}
@media (max-width: 374px) {
  .service-list-item-content {
    max-width: 254px;
  }
}
.service-list-item-content__title {
  color: var(--black);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .service-list-item-content__title {
    padding-bottom: 5px;
  }
}
@media (max-width: 499px) {
  .service-list-item-content__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.service-list-item-content__title:hover {
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.service-list-item-content__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
@media (max-width: 499px) {
  .service-list-item-content__desc {
    font-size: 16px;
    line-height: 25px;
  }
}
.service-list-item-content__border {
  margin-top: 20px;
  margin-bottom: 25px;
  background: linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%);
  width: 405px;
  height: 1px;
}
@media (max-width: 1199px) {
  .service-list-item-content__border {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .service-list-item-content__border {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 436px;
  }
}
@media (max-width: 767px) {
  .service-list-item-content__border {
    width: 375px;
  }
}
@media (max-width: 575px) {
  .service-list-item-content__border {
    width: 385px;
  }
}
@media (max-width: 499px) {
  .service-list-item-content__border {
    width: 340px;
  }
}
@media (max-width: 449px) {
  .service-list-item-content__border {
    width: 295px;
  }
}
@media (max-width: 374px) {
  .service-list-item-content__border {
    width: 249px;
  }
}

.project-nav {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 835px;
  height: 80px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .project-nav {
    gap: 10px;
    max-width: 724px;
  }
}
@media (max-width: 767px) {
  .project-nav {
    gap: 10px;
    max-width: 567px;
  }
}
@media (max-width: 575px) {
  .project-nav {
    max-width: 469px;
  }
}
@media (max-width: 499px) {
  .project-nav {
    gap: 5px;
    max-width: 441px;
  }
}
.project-nav__btn {
  display: inline-flex;
  height: 40px;
  padding: 20px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--theme2);
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .project-nav__btn {
    font-size: 12px;
  }
}
@media (max-width: 449px) {
  .project-nav__btn {
    padding: 13px;
  }
}
@media (max-width: 374px) {
  .project-nav__btn {
    padding: 7px;
  }
}
.project-nav__btn--start {
  border-radius: 10px;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  display: inline-flex;
  height: 50px;
  padding: 8px 20px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: none;
}
@media (max-width: 575px) {
  .project-nav__btn--start {
    padding: 8px 17px;
  }
  .project-nav__btn--start span {
    display: none;
  }
}
.project-nav__btn:hover {
  color: var(--white);
}

.service-project {
  position: fixed;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  .service-project {
    bottom: 0;
  }
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  z-index: 998;
  transition: opacity 0.4s ease;
}

.blur-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.service-wrapper {
  position: relative;
}
.service-wrapper .service {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: -745px;
  z-index: 10;
}
@media (max-width: 991px) {
  .service-wrapper .service {
    top: -545px;
  }
}
@media (max-width: 767px) {
  .service-wrapper .service {
    top: -495px;
  }
}
@media (max-width: 499px) {
  .service-wrapper .service {
    top: -435px;
  }
}
@media (max-width: 449px) {
  .service-wrapper .service {
    top: -485px;
  }
}
@media (max-width: 374px) {
  .service-wrapper .service {
    top: -520px;
  }
}
.service-wrapper .project-nav__btn:hover ~ .service,
.service-wrapper .project-nav:hover ~ .service,
.service-wrapper .service:hover {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.service {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.service.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

/* =============================
   TagCloud Helper Styles
============================= */
.tag-cloud-section {
  background: var(--white);
  padding: 220px 0 0;
}
@media (max-width: 1399px) {
  .tag-cloud-section {
    padding: 190px 0 120px;
  }
}
@media (max-width: 991px) {
  .tag-cloud-section {
    padding: 170px 0 100px;
  }
}
@media (max-width: 767px) {
  .tag-cloud-section {
    padding: 150px 0 80px;
  }
}
@media (max-width: 575px) {
  .tag-cloud-section {
    padding: 130px 0 20px;
  }
}
@media (max-width: 499px) {
  .tag-cloud-section {
    padding: 130px 0 0px;
  }
}
.tag-cloud-section .section-top {
  max-width: 659px;
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .tag-cloud-section .section-top {
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .tag-cloud-section .section-top {
    max-width: 630px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .tag-cloud-section .section-top {
    max-width: 491px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tag-cloud-section .section-top {
    max-width: 415px;
    padding-bottom: 0;
  }
}

:root {
  --tagcloud-transition-user-duration: 1250ms;
  --tagcloud-transition-user-ease: ease-in-out;
  --tagcloud-transition-duration: 250ms;
  --tagcloud-transition-ease: ease-out;
  --tagcloud-bg-color-rgb: #fff;
  --tagcloud-animation-duration: 25s;
  --tagcloud-animation-direction: normal;
  --tagcloud-animation-play-state: running;
  --tagcloud-diameter: 62rem;
  --tagcloud-start-rotation: 54;
  --tagcloud-controls-diameter: 25rem;
  --tagcloud-control-bg-color: transparent;
  --tagcloud-control-bg-hover-color: transparent;
  --tagcloud-control-bg-checked-color: transparent;
  --tag-diameter: 8rem;
  --tag-font-color-rgb: 255, 255, 255;
  --tag-font-family: "Open Sans", sans-serif;
  --tag-font-size: 1rem;
}

@media (max-width: 1199px) {
  :root {
    --tagcloud-diameter: 52rem;
    --tag-diameter: 7rem;
  }
}
@media (max-width: 991px) {
  :root {
    --tagcloud-diameter: 44rem;
    --tag-diameter: 6.5rem;
  }
}
@media (max-width: 767px) {
  :root {
    --tagcloud-diameter: 33rem;
    --tag-diameter: 5rem;
  }
}
@media (max-width: 575px) {
  :root {
    --tagcloud-diameter: 28rem;
    --tag-diameter: 5rem;
  }
}
@media (max-width: 499px) {
  :root {
    --tagcloud-diameter: 26rem;
    --tag-diameter: 4rem;
  }
}
@media (max-width: 449px) {
  :root {
    --tagcloud-diameter: 22rem;
    --tag-diameter: 3.5rem;
  }
}
@media (max-width: 374px) {
  :root {
    --tagcloud-diameter: 20rem;
    --tag-diameter: 3rem;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.tagcloud-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: rgb(var(--tagcloud-bg-color-rgb));
}
@media (max-width: 1199px) {
  .tagcloud-container {
    min-height: 50vh;
  }
}
@media (max-width: 991px) {
  .tagcloud-container {
    min-height: 53vh;
  }
}
@media (max-width: 767px) {
  .tagcloud-container {
    min-height: auto;
  }
}

.tagcloud-wrapper {
  --_control-diamater: var(--tagcloud-controls-diameter);
  --_control-radius: calc(var(--_control-diamater) / 2);
  --_diameter: var(--tagcloud-diameter);
  --_radius: calc(var(--_diameter) / 2 - var(--tag-diameter) / 2);
  width: var(--control-diameter);
  aspect-ratio: 1/1;
  font-family: var(--tag-font-family);
  font-size: var(--tag-font-size);
}
.tagcloud-wrapper:has(.tagcloud-rotation:hover) {
  --tagcloud-animation-play-state: paused;
}
.tagcloud-wrapper .tagcloud-tags {
  position: absolute;
  width: var(--_diameter);
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  list-style-type: none;
  position: relative;
  transform-style: inherit;
  animation: tagcloud-rotation var(--tagcloud-animation-duration) var(--tagcloud-animation-direction) linear infinite var(--tagcloud-animation-play-state);
}
.tagcloud-wrapper .tagcloud-tag {
  --_phi: acos(calc(-1 + (2 * var(--index)) / var(--num-elements)));
  --_theta: calc(sqrt(var(--num-elements) * 3.14159) * var(--_phi));
  --_x: calc(cos(var(--_theta)) * sin(var(--_phi)));
  --_y: calc(sin(var(--_theta)) * sin(var(--_phi)));
  --_z: calc(cos(var(--_phi)));
  --_vector-length: sqrt(var(--_x) * var(--_x) + var(--_y) * var(--_y) + var(--_z) * var(--_z));
  --_normalized-x: calc(var(--_x) / var(--_vector-length));
  --_normalized-y: calc(var(--_y) / var(--_vector-length));
  --_normalized-z: calc(var(--_z) / var(--_vector-length));
  --_scaled-x: calc(var(--_normalized-x) * var(--_radius));
  --_scaled-y: calc(var(--_normalized-y) * var(--_radius));
  --_scaled-z: calc(var(--_normalized-z) * var(--_radius));
  --_final-x: calc(var(--_scaled-x) + var(--_radius));
  --_final-y: calc(var(--_scaled-y) + var(--_radius));
  --_final-z: var(--_scaled-z);
  pointer-events: none;
  width: var(--tag-diameter);
  height: var(--tag-diameter);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: opacity var(--tagcloud-transition-duration) var(--tagcloud-transition-ease);
  transform: translate3d(var(--_final-x), var(--_final-y), var(--_final-z));
  animation: tagcloud-tag-rotation var(--tagcloud-animation-duration) var(--tagcloud-animation-direction) linear infinite var(--tagcloud-animation-play-state);
}
.tagcloud-wrapper .tagcloud-tag div {
  transform: rotateZ(calc(var(--_current-rotation) * -1deg));
  transition: transform var(--tagcloud-transition-user-duration) var(--tagcloud-transition-user-ease);
}
.tagcloud-wrapper .tagcloud-tag div a {
  pointer-events: initial;
  color: rgb(var(--tag-font-color-rgb));
  text-decoration: none;
  text-shadow: 1px 1px 1px rgb(var(--tagcloud-bg-color-rgb)), 1px -1px 1px rgb(var(--tagcloud-bg-color-rgb)), -1px 1px 1px rgb(var(--tagcloud-bg-color-rgb)), -1px -1px 1px rgb(var(--tagcloud-bg-color-rgb)), 0 0 1rem rgb(var(--tagcloud-bg-color-rgb));
}
.tagcloud-wrapper .tagcloud-controls {
  width: var(--_control-diamater);
  aspect-ratio: 1/1;
  position: relative;
  --_current-rotation: var(--tagcloud-start-rotation);
  transform-style: inherit;
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-control-button {
  --_width: var(--_control-radius);
  --_height: calc(var(--_control-diamater) * 3.14159 / var(--num-elements) + 1px);
  --_theta-start: 0;
  --_theta-length: calc(2 * 3.14159);
  --_segment: calc(var(--_theta-start) + var(--index) / var(--num-elements) * var(--_theta-length));
  --_x: calc(var(--_control-radius) * cos(var(--_segment)));
  --_y: calc(var(--_control-radius) * sin(var(--_segment)) + var(--_control-radius) - var(--_height) / 2);
  --_rotation: calc(var(--index) / var(--num-elements) * 360deg);
  position: absolute;
  left: var(--_x);
  top: var(--_y);
  width: var(--_width);
  height: var(--_height);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  transform-origin: right center;
  transform: rotate(var(--_rotation));
  transition: background-color var(--tagcloud-transition-duration) var(--tagcloud-transition-ease);
  background-color: var(--tagcloud-control-bg-color);
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-control-button input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-control-button:has(input:checked) {
  background-color: var(--tagcloud-control-bg-checked-color);
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-control-button:has(input:hover) {
  background-color: var(--tagcloud-control-bg-hover-color);
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-control-button ~ .tagcloud-rotation {
  transform: translate(-50%, -50%) rotate(calc(var(--_current-rotation) * 1deg));
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-control-button ~ .tagcloud-rotation .tagcloud-tags .tagcloud-tag div {
  transform: rotateZ(calc(var(--_current-rotation) * -1deg));
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(1) input:checked) {
  --_current-rotation: 0;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(2) input:checked) {
  --_current-rotation: 18;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(3) input:checked) {
  --_current-rotation: 36;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(4) input:checked) {
  --_current-rotation: 54;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(5) input:checked) {
  --_current-rotation: 72;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(6) input:checked) {
  --_current-rotation: 90;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(7) input:checked) {
  --_current-rotation: 108;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(8) input:checked) {
  --_current-rotation: 126;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(9) input:checked) {
  --_current-rotation: 144;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(10) input:checked) {
  --_current-rotation: 162;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(11) input:checked) {
  --_current-rotation: 180;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(12) input:checked) {
  --_current-rotation: 198;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(13) input:checked) {
  --_current-rotation: 216;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(14) input:checked) {
  --_current-rotation: 234;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(15) input:checked) {
  --_current-rotation: 252;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(16) input:checked) {
  --_current-rotation: 270;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(17) input:checked) {
  --_current-rotation: 288;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(18) input:checked) {
  --_current-rotation: 306;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(19) input:checked) {
  --_current-rotation: 324;
}
.tagcloud-wrapper .tagcloud-controls:has(.tagcloud-control-button:nth-child(20) input:checked) {
  --_current-rotation: 342;
}
.tagcloud-wrapper .tagcloud-controls .tagcloud-rotation {
  position: absolute;
  width: var(--_diameter);
  aspect-ratio: 1/1;
  perspective: calc(var(--_diameter) * 2);
  transform-style: preserve-3d;
  left: 50%;
  top: 50%;
  background: radial-gradient(rgba(var(--tagcloud-bg-color-rgb), 0.75) 15%, rgba(var(--tagcloud-bg-color-rgb), 0) calc(75% - var(--tag-diameter)));
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--_current-rotation) * 1deg));
  transition: transform var(--tagcloud-transition-user-duration) var(--tagcloud-transition-user-ease);
}
.tagcloud-wrapper .tagcloud-tags:has(.tagcloud-tag div a:hover) .tagcloud-tag:not(:has(div a:hover)) {
  opacity: 0.25;
}

@keyframes tagcloud-rotation {
  from {
    transform: translate(-50%, -50%) rotateX(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateX(360deg);
  }
}
@keyframes tagcloud-tag-rotation {
  from {
    transform: translate3d(var(--_final-x), var(--_final-y), var(--_final-z)) rotateX(360deg);
  }
  to {
    transform: translate3d(var(--_final-x), var(--_final-y), var(--_final-z)) rotateX(0deg);
  }
}
.counter {
  position: relative;
}
.counter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1599px) {
  .counter-item {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .counter-item {
    justify-content: space-around;
  }
}
.counter-item-box {
  padding: 53px 0 30px;
  position: relative;
  border-radius: 5px;
  border: 1px dashed var(--200, #CCC);
  background: var(--100, #FCF9EB);
  width: 320px;
  height: 159px;
}
.counter-item-box__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border: 1px dashed var(--200, #CCC);
  background: var(--100, #FCF9EB);
  border-radius: 50px;
}
.counter-item-box__icon img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.counter-item-box__value {
  color: var(--title3);
  text-align: center;
  font-family: Marcellus;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .counter-item-box__value {
    font-size: 24px;
  }
}
.counter-item-box__value img {
  padding-right: 14px;
  padding-bottom: 7px;
}
.counter-item-box__label p {
  color: var(--title3);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.counter-item-box:hover .counter-item-box__icon {
  background: var(--theme);
  border: 1px solid var(--theme);
}

.counter2-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .counter2-item {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.counter2-item-box {
  margin-left: -50px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 320px;
  border: 1px dashed var(--white);
  width: 320px;
  height: 320px;
}
@media (max-width: 1599px) {
  .counter2-item-box {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1399px) {
  .counter2-item-box {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .counter2-item-box {
    width: 205px;
    height: 205px;
  }
}
@media (max-width: 767px) {
  .counter2-item-box {
    margin-left: 0px;
  }
}
.counter2-item-box__value {
  color: var(--white);
  font-family: Marcellus;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .counter2-item-box__value {
    font-size: 40px;
    line-height: 50px;
  }
}
.counter2-item-box__label p {
  color: var(--white);
  color: var(--white);
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .counter2-item-box__label p {
    font-size: 18px;
  }
}
.counter2-item-box:hover {
  background: var(--border2);
  border: 1px dashed var(--border2);
  transition: all 0.4s ease-in-out;
}
.counter2-item-box:hover .counter2-item-box__value {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.counter2-item-box:hover .counter2-item-box__label p {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.slider-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.slider-btn .style1 {
  display: flex;
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  background: rgb(43, 42, 44);
}
.slider-btn .style1 i {
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
}
.slider-btn .style1 img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  max-width: fit-content;
}
@media (max-width: 575px) {
  .slider-btn .style1 {
    width: 50px;
    height: 50px;
  }
}
.slider-btn .style1:hover {
  background: var(--theme);
  transition: all 0.4s ease-in-out;
}
.slider-btn .style1:hover i {
  color: var(--black);
  font-size: 17px;
  font-weight: 900;
}
.slider-btn .style2 {
  display: flex;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--100, #FCF9EB);
}
.slider-btn .style2 i {
  color: var(--border2);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.slider-btn .style2 img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  max-width: fit-content;
}
@media (max-width: 575px) {
  .slider-btn .style2 {
    width: 50px;
    height: 50px;
  }
}
.slider-btn .style2:hover {
  background: var(--theme);
  transition: all 0.4s ease-in-out;
}
.slider-btn .style2:hover i {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}

.slider-arrow.style1 {
  position: absolute;
  top: 63%;
  right: 95.5%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  line-height: 36px;
  text-align: center;
  background: var(--theme2);
  border: 1px solid var(--title);
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1399px) {
  .slider-arrow.style1 {
    right: 94.5%;
  }
}
.slider-arrow.style1:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  border: none;
}
.slider-arrow.style1:hover i {
  color: var(--white);
}
.slider-arrow.style1.slider-next {
  position: absolute;
  top: 63%;
  right: 1%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  line-height: 36px;
  text-align: center;
  z-index: 5;
  background: var(--theme2);
  border: 1px solid var(--theme);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slider-arrow.style1.slider-next:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  border: none;
}
.slider-arrow.style1.slider-next:hover i {
  color: var(--white);
}

.author-meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fancy-box1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fancy-box1-item__icon {
  position: relative;
  border-radius: 50px;
  background: white;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancy-box1-item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed black;
  box-sizing: border-box;
  animation: cir36 5s linear infinite;
  z-index: 0;
}
.fancy-box1-item__icon img {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .fancy-box1-item__icon {
    width: 50px;
    height: 50px;
    z-index: 1;
  }
  .fancy-box1-item__icon img {
    width: 50%;
  }
}
.fancy-box1-item__star {
  display: flex;
  align-items: center;
}
.fancy-box1-item__star--numb {
  color: var(--black);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
.fancy-box1-item__star i {
  color: #FFA800;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.fancy-box1-item h4 {
  color: var(--black);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 220% */
  letter-spacing: 0.36px;
}
.fancy-box1-item h4 span {
  color: var(--black);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.fancy-box1 .overlap {
  display: flex;
}
.fancy-box1 .overlap__two {
  margin-left: -14px;
}
.fancy-box1 .overlap__three {
  margin-left: -14px;
}

.fancy-box2 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.fancy-box2__item {
  position: relative;
}
.fancy-box2__item__flagIcon {
  position: absolute;
  top: 0;
  right: 0;
}
.fancy-box2__item__icon {
  border-radius: 50px;
  background: white;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed black;
}
.fancy-box2__item__star i {
  color: #FFA800;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.fancy-box2__item h6 {
  color: var(--black);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
}
.fancy-box2__item p {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}

.fancy-box3 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.fancy-box3__item h4 {
  color: var(--white);
  font-family: Marcellus;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
  padding-bottom: 10px;
}
.fancy-box3__item p {
  color: var(--white);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  opacity: 0.8;
}

.fancy-box4 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fancy-box4__item h6 {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  padding-bottom: 3px;
}
.fancy-box4__item p {
  color: var(--title3);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
}

.fancy-box5 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fancy-box5__item h4 {
  color: var(--white);
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
.fancy-box5__item p {
  color: var(--white);
  font-family: Marcellus;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.progress-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.progress-wrap:not(:last-child) {
  padding-bottom: 27px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
}
.progress-wrap .progress-meta .title {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.progress-wrap .progress-meta .title2 {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}
@media (max-width: 374px) {
  .progress-wrap .progress-meta .title2 {
    font-size: 20px;
  }
}
.progress-wrap .progress-meta .percentage {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.progress-wrap .progress-meta .percentage2 {
  color: rgba(31, 31, 31, 0.7);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 24px;
}
.progress-wrap .progress-meta.mxw-424 {
  max-width: 375px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 370px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 424px;
  }
}
.progress-wrap .progress-meta.mxw-375 {
  max-width: 340px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 325px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 375px;
  }
}
.progress-wrap .progress-box {
  width: 100%;
}
@media (max-width: 449px) {
  .progress-wrap .progress-icon {
    display: none;
  }
}
.progress-wrap .progress-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 625px;
  height: 8px;
  border-radius: 2px;
  background: rgba(31, 31, 31, 0.12);
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 6px;
  border-radius: 2px;
  background: #4D7B6B;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}

.progress-wrap2:not(:last-child) {
  padding-bottom: 27px;
}
.progress-wrap2 .progress-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
}
.progress-wrap2 .progress-meta .title {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}
.progress-wrap2 .progress-meta .title2 {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}
.progress-wrap2 .progress-meta .percentage {
  color: var(--title3);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
  text-transform: capitalize;
}
.progress-wrap2 .progress-meta .percentage2 {
  color: var(--title3);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
  text-transform: capitalize;
}
.progress-wrap2 .progress-meta.mxw-424 {
  max-width: 375px;
}
@media (min-width: 500px) {
  .progress-wrap2 .progress-meta.mxw-424 {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .progress-wrap2 .progress-meta.mxw-424 {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  .progress-wrap2 .progress-meta.mxw-424 {
    max-width: 370px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap2 .progress-meta.mxw-424 {
    max-width: 424px;
  }
}
.progress-wrap2 .progress-meta.mxw-375 {
  max-width: 340px;
}
@media (min-width: 500px) {
  .progress-wrap2 .progress-meta.mxw-375 {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .progress-wrap2 .progress-meta.mxw-375 {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .progress-wrap2 .progress-meta.mxw-375 {
    max-width: 325px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap2 .progress-meta.mxw-375 {
    max-width: 375px;
  }
}
.progress-wrap2 .progress-container {
  display: flex;
  align-items: center;
  position: relative;
  height: 8px;
  border-radius: 2px;
  background: rgba(31, 31, 31, 0.12);
  overflow: visible;
}
.progress-wrap2 .progress-container .progress-bar {
  height: 6px;
  border-radius: 10px;
  background: var(--border2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 107px;
  padding-top: 22px;
  z-index: 9;
}
.marquee-wrapper.style-1 {
  background-color: transparent;
  line-height: 55px;
}
@media (max-width: 1399px) {
  .marquee-wrapper.style-1 {
    margin-bottom: 0px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .marquee-wrapper.style-1 {
    margin-bottom: -50px;
    margin: 0px 0px;
  }
}
.marquee-wrapper.style-1.text-slider {
  height: auto;
}

.text-slider {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 767px) {
  .text-slider {
    font-size: 36px;
  }
}
.text-slider img {
  margin-bottom: 10px;
  margin-right: 8px;
  margin-left: 10px;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}
.marquee-item.style1 .text-style {
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  color: transparent;
  -webkit-text-stroke: 1px #bcb8b1;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.marquee-item.style1 .text-style:hover {
  color: var(--theme);
  background-size: 100% 3px;
  opacity: 1;
}
.marquee-item.style-2 .text-slider {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .marquee-item.style-2 .text-slider {
    font-size: 36px;
  }
}
.marquee-item.style-2 .text-style {
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(var(--title), var(--title));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  padding-right: 27px;
}
.marquee-item.style-2 .text-style:hover {
  color: var(--title);
  background-size: 100% 3px;
  opacity: 0.7;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
/*----------------------------------------------
    # Video style here
----------------------------------------------*/
.video-box-area {
  position: relative;
  z-index: 3;
}
.video-box-area .video-wrap.style1 {
  padding: 0;
}
.video-box-area .video-wrap.style1 .video-box {
  position: relative;
  z-index: 5;
  padding: 400px 0 400px;
}
@media (max-width: 991px) {
  .video-box-area .video-wrap.style1 .video-box {
    padding: 300px 0 300px;
  }
}
@media (max-width: 575px) {
  .video-box-area .video-wrap.style1 .video-box {
    padding: 250px 0 250px;
  }
}
.video-box-area .video-wrap.style1 .video-box.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-box-area .video-wrap.style1 .video-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.video-box-area .video-wrap.style1 .video-box .play-btn svg {
  width: 80px;
  height: 80px;
}
@media (min-width: 576px) {
  .video-box-area .video-wrap.style1 .video-box .play-btn svg {
    width: 120px;
    height: 120px;
  }
}
.video-box-area .video-wrap.style1 .video-box .play-btn svg :hover {
  fill: var(--title);
}

/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-group {
  margin-top: 0;
}
.faq-group .accordion-item {
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.faq-group .accordion-item .accordion-header .accordion-button {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--white);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
  padding: 0 20px;
}
@media (max-width: 1399px) {
  .faq-group .accordion-item .accordion-header .accordion-button {
    height: 75px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button {
    padding: 0 10px;
  }
}
@media (max-width: 374px) {
  .faq-group .accordion-item .accordion-header .accordion-button {
    height: 90px;
  }
}
.faq-group .accordion-item .accordion-header .accordion-button span {
  display: inline-flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  color: var(--white);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
  margin-right: 18px;
}
@media (max-width: 575px) {
  .faq-group .accordion-item .accordion-header .accordion-button span {
    font-size: 18px;
  }
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button span {
    font-size: 16px;
    padding: 8px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .faq-group .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.faq-group .accordion-item .accordion-header .accordion-button.collapsed {
  padding: 0 20px;
  background: var(--white);
  color: var(--black);
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 0 10px;
  }
}
.faq-group .accordion-item .accordion-header .accordion-button.collapsed span {
  display: inline-flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--100, #F3F5FA);
  color: var(--black);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
  margin-right: 18px;
}
@media (max-width: 575px) {
  .faq-group .accordion-item .accordion-header .accordion-button.collapsed span {
    font-size: 18px;
  }
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button.collapsed span {
    font-size: 16px;
    padding: 8px;
    margin-right: 15px;
  }
}
.faq-group .accordion-item .accordion-header .accordion-button:after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../images/icon/faq-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button:after {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
}
.faq-group .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../images/icon/faq-minus.svg);
  transform: rotate(0deg);
  width: 30px;
  height: 30px;
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
}
.faq-group .accordion-item .accordion-collapse {
  border: none;
}
.faq-group .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 78px 23px 84px;
  background-color: var(--white);
  color: var(--title2);
  text-align: start;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
@media (max-width: 1399px) {
  .faq-group .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-group .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .faq-group .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 449px) {
  .faq-group .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 37px 23px 60px;
  }
}

.faq-group2 {
  margin-top: 0;
}
.faq-group2 .accordion-item {
  margin-bottom: 25px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.faq-group2 .accordion-item .accordion-header .accordion-button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  color: var(--Text-color-Title-color, #010F34);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .faq-group2 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 449px) {
  .faq-group2 .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 18px;
  }
}
.faq-group2 .accordion-item .accordion-header .accordion-button.collapsed {
  padding: 0 30px;
}
.faq-group2 .accordion-item .accordion-header .accordion-button:after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../images/icon/faq-icon1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.faq-group2 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../images/icon/faq-icon2.svg);
  transform: rotate(0deg);
}
.faq-group2 .accordion-item .accordion-collapse {
  border: none;
}
.faq-group2 .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 30px 23px;
  background-color: var(--white);
  color: var(--gray);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .faq-group2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-group2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .faq-group2 .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}

/*----------------------------------------------
    # Popup Search style here
----------------------------------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white);
  border: 0;
}
.popup-search-box button.searchClose:hover {
  color: var(--title);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
}
@media (min-width: 992px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--white);
  border: 2px solid var(--theme);
  padding: 0 80px 0 30px;
  color: var(--title);
  border-radius: 50px;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme);
  font-size: 24px;
  right: 12px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

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

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
}
.sidemenu-wrapper .global-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme);
  border-color: var(--theme);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition: right ease 1s;
  -ms-transition: right ease 1s;
  -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
  color: var(--title);
}
.sidemenu-wrapper .widget_title {
  color: var(--title);
  margin: -0.12em 0 30px 0;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group {
  position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  height: 100%;
}
.sidemenu-wrapper .global-widget-contact .info-box_text .icon img {
  filter: none;
}
.sidemenu-wrapper .global-social {
  padding-top: 11px;
  display: flex;
  gap: 15px;
}
.sidemenu-wrapper .global-social__item a {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--title);
}
.sidemenu-wrapper .global-social__item a:hover {
  background: var(--theme);
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

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

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

.info-box_text {
  display: block;
  color: var(--title);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-self: center;
}

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

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

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

/* Style the pagination container */
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 60px;
  padding-bottom: 15px;
  height: 30px;
}
@media (max-width: 1199px) {
  .slider-pagination {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .slider-pagination {
    padding-top: 35px;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--title);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme);
  border: 4px solid var(--white);
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 2px var(--theme);
}

.page-nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-nav-wrap ul li .page-numbers {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  color: var(--theme);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.page-nav-wrap ul li .page-numbers:hover {
  color: var(--white);
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

.breadcrumb {
  overflow: hidden;
  padding: 238px 0 148px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding: 162px 0 148px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 140px 0 110px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    padding: 130px 0 85px 0;
  }
}
@media (max-width: 499px) {
  .breadcrumb {
    padding: 120px 0 70px 0;
  }
}
.breadcrumb__shape1 {
  position: absolute;
  bottom: 18%;
  left: 0;
  border-radius: 478px;
  opacity: 0.2;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  filter: blur(150px);
  width: 478px;
  height: 478px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .breadcrumb__shape1 {
    display: none;
  }
}
.breadcrumb__shape2 {
  position: absolute;
  bottom: 18%;
  right: 0;
  border-radius: 478px;
  opacity: 0.2;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  filter: blur(150px);
  width: 478px;
  height: 478px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .breadcrumb__shape2 {
    display: none;
  }
}
.breadcrumb-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 6;
  text-align: center;
}
.breadcrumb-heading__items {
  display: inline-flex;
  padding: 10px 15px;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid var(--border);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .breadcrumb-heading__items {
    padding: 7px 15px;
  }
}
.breadcrumb-heading__items li {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  letter-spacing: 0.216px;
  text-transform: capitalize;
}
.breadcrumb-heading__items li:hover {
  color: var(--theme);
}
.breadcrumb-heading__items li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--title2);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  letter-spacing: 0.216px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.breadcrumb-heading__items li a:hover {
  color: var(--theme);
}
.breadcrumb-heading__items li i {
  color: var(--black);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.breadcrumb-heading__title {
  color: var(--black);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 90px; /* 112.5% */
  letter-spacing: 0.36px;
  max-width: 1184px;
  padding-bottom: 15px;
}
.breadcrumb-heading__title span {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "liga" off, "clig" off;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .breadcrumb-heading__title {
    font-size: 64px;
    line-height: 76px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-heading__title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-heading__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-heading__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.breadcrumb-heading__title--mxw1 {
  max-width: 1075px;
}
.breadcrumb-heading__title--mxw2 {
  max-width: 1302px;
}
.breadcrumb-heading__title--mxw3 {
  max-width: 1150px;
}
.breadcrumb-heading__title--mxw4 {
  max-width: 1022px;
}
.breadcrumb-heading__desc {
  color: var(--title2);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  max-width: 794px;
}
.breadcrumb-shape1 {
  position: absolute;
  top: 0;
  z-index: 4;
}
@media (max-width: 1199px) {
  .breadcrumb-shape1 {
    display: none;
  }
}
.breadcrumb-shape2 {
  position: absolute;
  z-index: 4;
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .breadcrumb-shape2 {
    display: none;
  }
}

.widget-card {
  padding: 40px 40px;
  border-radius: 5px;
  background: var(--theme2);
}
.widget-card:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 499px) {
  .widget-card {
    padding: 30px 20px;
  }
}
.widget-card__title {
  padding-bottom: 11px;
}
.widget-card__title h6 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 146.667% */
  letter-spacing: 0.36px;
}
.widget-card-search form {
  position: relative;
}
.widget-card-search form input {
  padding: 20px 70px 20px 20px;
  height: 54px;
  width: 100%;
  border-radius: 5px;
  background: var(--black);
  border: none;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}
.widget-card-search form input::placeholder {
  color: var(--white);
}
.widget-card-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0px 5px 5px 0px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.widget-card-search form button i {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.widget-card-services ul li {
  border-radius: 6px;
  border: 1px solid rgba(38, 38, 38, 0.1);
  background: var(--white);
}
.widget-card-services ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-card-services ul li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.widget-card-services ul li a i {
  color: var(--title);
}
.widget-card-services ul li:hover {
  background: var(--theme);
}
.widget-card-services ul li:hover a {
  color: var(--white);
}
.widget-card-services ul li:hover a i {
  color: var(--white);
}
.widget-card-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-card-categories ul li a {
  border-radius: 5px;
  border: 1px solid var(--200, #CCC);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.widget-card-categories ul li a span > i {
  padding-right: 13px;
  color: var(--gray2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.widget-card-categories ul li a i {
  color: var(--gray2);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.widget-card-categories ul li:hover a {
  color: var(--white);
  border-radius: 5px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.widget-card-categories ul li:hover a i {
  color: var(--theme);
}
.widget-card-question ul li {
  border-radius: 6px;
  border: 1px solid rgba(38, 38, 38, 0.1);
  background: var(--white);
}
.widget-card-question ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-card-question ul li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.widget-card-question ul li a i {
  color: var(--title);
}
.widget-card-question ul li:hover {
  background: var(--theme);
}
.widget-card-question ul li:hover a {
  color: var(--white);
}
.widget-card-question ul li:hover a i {
  color: var(--white);
}
.widget-card-post-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.widget-card-post-items:not(:last-child) {
  padding-bottom: 20px;
}
.widget-card-post-items__thumb {
  border-radius: 10px;
}
.widget-card-post-items__thumb img {
  max-width: fit-content;
  border-radius: 10px;
}
.widget-card-post-items-content h5 {
  padding-bottom: 12px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
.widget-card-post-items-content h5:hover a {
  color: var(--theme);
}
.widget-card-post-items-content p {
  display: flex;
  gap: 10px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-top: 4px;
  padding-bottom: 10px;
}
.widget-card-tagcloud__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget-card-tagcloud__list li a {
  display: inline-flex;
  height: 40px;
  padding: 9px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--700, #1F2125);
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.widget-card-tagcloud__list li a:hover {
  background: var(--theme);
}
.widget-getTouch {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #F3604C 0%, #262626 100%);
  height: 470px;
}
@media (max-width: 499px) {
  .widget-getTouch {
    height: 430px;
  }
}
.widget-getTouch__icon {
  margin-top: 60px;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 21.336px 20.666px 20.664px 21.334px;
  align-items: center;
  border-radius: 10px;
  background: var(--white);
}
.widget-getTouch__title {
  margin-top: 25px;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .widget-getTouch__title {
    max-width: 255px;
  }
}
@media (max-width: 991px) {
  .widget-getTouch__title {
    max-width: 300px;
  }
}
.widget-getTouch__title h3 {
  color: var(--white);
  text-align: center;
}
.widget-getTouch__text {
  margin-top: 5px;
  max-width: 300px;
}
.widget-getTouch__text p {
  color: var(--theme);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.widget2-card {
  padding: 30px 30px;
  border-radius: 5px;
  background: var(--theme2);
}
.widget2-card:not(:last-child) {
  margin-bottom: 40px;
}
.widget2-card__title {
  padding-bottom: 11px;
}
.widget2-card__title h6 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; /* 141.667% */
  letter-spacing: 0.36px;
}
.widget2-card-categories {
  padding: 30px;
  border-radius: 10px;
  background: var(--white);
}
@media (max-width: 1199px) {
  .widget2-card-categories {
    padding: 0;
    background: var(--theme2);
  }
}
@media (max-width: 991px) {
  .widget2-card-categories {
    padding: 30px;
    background: var(--white);
  }
}
@media (max-width: 374px) {
  .widget2-card-categories {
    padding: 0;
    background: var(--theme2);
  }
}
.widget2-card-categories-content {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.widget2-card-categories-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
  width: 105px;
}
.widget2-card-categories-content__text {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.widget2-card-categories-content__text ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.widget2-card-categories-content__text ul li i {
  color: #D9C914;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.widget2-card-tagcloud__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget2-card-tagcloud__list li a {
  display: inline-flex;
  height: 40px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--white);
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.widget2-card-tagcloud__list li a:hover {
  background: var(--theme);
  color: var(--white);
}

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

/* 2. Header */
/*------------------------------------
		3.1 Header Style 1
----------------------------------*/
.header-pb-150 {
  padding-bottom: 150px;
}

.header-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrap .main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-wrap .main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 5px;
}
@media (max-width: 1599px) {
  .header-wrap .main-menu ul li {
    margin: 0 5px;
  }
}
@media (max-width: 1399px) {
  .header-wrap .main-menu ul li {
    margin: 0 0;
  }
}
.header-wrap .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-wrap .main-menu ul li.active, .header-wrap .main-menu ul li.current-menu-ancestor {
  position: relative;
}
.header-wrap .main-menu ul li.active > a, .header-wrap .main-menu ul li.current-menu-ancestor > a {
  color: var(--theme-color);
}
.header-wrap .main-menu ul li.dropdown > a {
  padding-right: 30px !important;
}
.header-wrap .main-menu ul li.dropdown > a:before {
  visibility: visible;
}
.header-wrap .main-menu ul li.dropdown .dropdown > a:before {
  visibility: visible;
  right: 15px;
  transform: rotate(-90deg);
  margin-top: -4px;
}
.header-wrap .main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.header-wrap .main-menu ul li a {
  display: block;
  padding: 40px 10px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  position: relative;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header-wrap .main-menu ul li a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding: 3px;
  font-size: 14px;
  top: 50%;
  right: 6px;
  line-height: 0;
  visibility: hidden;
}
.header-wrap .main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  transform: scaleY(1);
}
.header-wrap .main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.header-wrap .main-menu ul ul {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 1px solid var(--white);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
}
.header-wrap .main-menu ul ul li {
  float: none;
  min-width: 210px;
  margin: 0;
}
.header-wrap .main-menu ul ul li ul {
  visibility: hidden;
}
.header-wrap .main-menu ul ul li i {
  float: right;
}
.header-wrap .main-menu ul ul li > a {
  line-height: 120%;
  padding: 10px 20px;
  color: var(--heading-color);
  border-bottom: 1px solid #E3E3E3;
  margin-left: 0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.header-wrap .main-menu ul ul li > a:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  color: var(--black);
}
.header-wrap .main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.header-wrap .main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid var(--theme);
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
.header-1 .header-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .header-1 .header-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .header-wrap .logo {
    width: 40%;
  }
}
.header-1 .header-wrap .logo .sticky-logo {
  display: none;
}
.header-1 .header-wrap .main-menu-wrap {
  margin-right: -405px;
}
@media (max-width: 1599px) {
  .header-1 .header-wrap .main-menu-wrap {
    margin-right: 0;
  }
}
.header-1 .header-wrap .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-1 .header-wrap .header-right .search {
  margin-right: 36px;
}
@media (max-width: 575px) {
  .header-1 .header-wrap .header-right .search {
    margin-right: 30px;
    margin-top: 5px;
  }
}

.header-style-2 .header-wrap {
  margin-top: 0;
}
.header-style-2 .header-wrap .main-menu ul li a {
  padding: 35px 24px;
}
.header-style-2 .header-wrap .main-menu ul ul li > a {
  padding: 10px 20px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  transition: all 0.9s ease-in-out;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--theme2);
}
.sticky.header-1 .header-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .sticky.header-1 .header-wrap {
    padding: 14px 0;
  }
}
@media (max-width: 991px) {
  .sticky.header-1 .header-wrap {
    padding: 9px 0;
  }
}
@media (max-width: 575px) {
  .sticky.header-1 .header-wrap {
    padding: 12px 0;
  }
}
.sticky.header-1 .header-wrap .logo .primary-logo {
  display: none;
}
.sticky.header-1 .header-wrap .logo .sticky-logo {
  display: block;
}
.sticky.header-1 .header-wrap .main-menu ul li a {
  padding: 26px 10px;
}
.sticky.header-1 .header-wrap .main-menu ul ul li > a {
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .sticky.header-style-2 .header-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .sticky.header-style-2 .header-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*------------------------------------
		 Header Top Section
----------------------------------*/
.header-top-section.style1 {
  padding: 14px 0;
  position: relative;
  z-index: 999;
  background: var(--smoke);
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li a p {
  color: var(--title);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .header-top-section.style1 {
    display: none;
  }
}

/*------------------------------------
		3.2 Header Style 2
----------------------------------*/
.header-style-2 {
  padding: 0 0;
}
.header-style-2 .header-wrap {
  margin-top: 0;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(15px);
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-style-2 .header-wrap {
    padding: 13px 30px;
    margin-top: 10px;
  }
}

.line {
  position: absolute;
  width: 1px;
  height: 99%;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 1399px) {
  .line {
    display: none;
  }
}
.line-1 {
  top: 50px;
  left: 100px;
}
.line-2 {
  top: 50px;
  left: 35.1%;
}
@media (max-width: 1599px) {
  .line-2 {
    left: 513px;
  }
}
.line-3 {
  top: 50px;
  right: 35.1%;
}
@media (max-width: 1599px) {
  .line-3 {
    right: 513px;
  }
}
.line-4 {
  top: 50px;
  right: 100px;
}

/*------------------------------------
		3.4 Mobile menu
----------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

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

/* 3. Hero */
.hero1 {
  position: relative;
  overflow: hidden;
  padding: 270px 0 170px;
  background: var(--white);
}
@media (max-width: 1199px) {
  .hero1 {
    padding: 250px 0 170px;
  }
}
@media (max-width: 991px) {
  .hero1 {
    padding: 235px 0 100px;
  }
}
@media (max-width: 767px) {
  .hero1 {
    padding: 167px 0 35px;
  }
}
@media (max-width: 499px) {
  .hero1 {
    padding: 140px 0 35px;
  }
}
.hero1-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero1-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(102, 102, 102, 0.02) 1px, transparent 1px, transparent 140px);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.hero1-icon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.hero1-icon__topLayer {
  display: flex;
  justify-content: center;
  gap: 759px;
  padding-bottom: 135px;
}
@media (max-width: 1599px) {
  .hero1-icon__topLayer {
    gap: 730px;
  }
}
@media (max-width: 1199px) {
  .hero1-icon__topLayer {
    gap: 665px;
  }
}
@media (max-width: 991px) {
  .hero1-icon__topLayer {
    gap: 505px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero1-icon__topLayer {
    display: none;
  }
}
.hero1-icon__topLayer--one {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, 0.08);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .hero1-icon__topLayer--one {
    width: 75px;
    height: 75px;
  }
  .hero1-icon__topLayer--one img {
    width: 50%;
  }
}
.hero1-icon__middleLayer {
  display: flex;
  justify-content: center;
  gap: 1030px;
  padding-bottom: 135px;
}
@media (max-width: 1599px) {
  .hero1-icon__middleLayer {
    gap: 920px;
  }
}
@media (max-width: 1199px) {
  .hero1-icon__middleLayer {
    gap: 767px;
  }
}
@media (max-width: 991px) {
  .hero1-icon__middleLayer {
    gap: 578px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero1-icon__middleLayer {
    display: none;
  }
}
.hero1-icon__middleLayer--two {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, 0.08);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .hero1-icon__middleLayer--two {
    width: 75px;
    height: 75px;
  }
  .hero1-icon__middleLayer--two img {
    width: 50%;
  }
}
.hero1-icon__bottomLayer {
  display: flex;
  justify-content: center;
  gap: 759px;
}
@media (max-width: 1599px) {
  .hero1-icon__bottomLayer {
    gap: 730px;
  }
}
@media (max-width: 1199px) {
  .hero1-icon__bottomLayer {
    gap: 665px;
  }
}
@media (max-width: 991px) {
  .hero1-icon__bottomLayer {
    gap: 505px;
  }
}
@media (max-width: 767px) {
  .hero1-icon__bottomLayer {
    display: none;
  }
}
.hero1-icon__bottomLayer--three {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, 0.08);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .hero1-icon__bottomLayer--three {
    width: 75px;
    height: 75px;
  }
  .hero1-icon__bottomLayer--three img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hero1-icon {
    top: 61%;
  }
}
.hero1__shape1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 759px;
  opacity: 0.02;
  background: linear-gradient(90deg, rgba(151, 8, 204, 0.3) 0%, rgba(67, 203, 255, 0.7) 144.38%);
  width: 759px;
  height: 759px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .hero1__shape1 {
    width: 596px;
    height: 596px;
  }
}
.hero1__shape2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 557px;
  height: 557px;
  flex-shrink: 0;
  border-radius: 557px;
  opacity: 0.03;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
@media (max-width: 991px) {
  .hero1__shape2 {
    width: 457px;
    height: 457px;
  }
}
.hero1__shape3 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 397px;
  height: 397px;
  flex-shrink: 0;
  border-radius: 397px;
  opacity: 0.05;
  background: linear-gradient(90deg, rgba(151, 8, 204, 0.3) 0%, rgba(67, 203, 255, 0.7) 144.38%);
}
@media (max-width: 991px) {
  .hero1__shape3 {
    width: 297px;
    height: 297px;
  }
}
.hero1-content {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero1-content__subtitle {
  display: inline-flex;
  padding: 13px 20px 13px 25px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  color: var(--900, #0A0A0A);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 449px) {
  .hero1-content__subtitle {
    padding: 7px 10px;
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .hero1-content__subtitle {
    padding: 7px 9px;
  }
}
.hero1-content__title {
  padding-bottom: 20px;
  color: var(--black);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px;
  letter-spacing: 1px;
}
@media (max-width: 1399px) {
  .hero1-content__title {
    font-size: 76px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  .hero1-content__title {
    font-size: 63px;
  }
}
@media (max-width: 991px) {
  .hero1-content__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hero1-content__title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .hero1-content__title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 449px) {
  .hero1-content__title {
    font-size: 40px;
    line-height: 55px;
  }
}
.hero1-content__desc {
  max-width: 610px;
  color: var(--black);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.hero1-content-cta {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .hero1-content-cta {
    flex-direction: column;
  }
}

/* 4. About */
.about1 {
  position: relative;
}
.about1 .row {
  padding: 120px 68px 148px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--box-shadow);
}
@media (max-width: 1699px) {
  .about1 .row {
    padding: 68px 55px;
  }
}
@media (max-width: 1399px) {
  .about1 .row {
    padding: 30px 30px;
  }
}
@media (max-width: 1199px) {
  .about1 .row {
    padding: 30px 15px;
  }
}
.about1__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}
.about1__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
  padding-bottom: 40px;
  max-width: 689px;
}
.about1-thumb {
  position: relative;
  text-align: center;
  margin-top: 55px;
}
.about1-thumb__one {
  position: relative;
}
.about1-thumb__shape3 {
  position: absolute;
  top: 45px;
  left: -10%;
}
@media (max-width: 1599px) {
  .about1-thumb__shape3 {
    left: -50px;
  }
}
.about1-thumb__shape4 {
  position: absolute;
  bottom: -5%;
  right: -2%;
}
@media (max-width: 1599px) {
  .about1-thumb__shape4 {
    right: -9%;
  }
  .about1-thumb__shape4 img {
    width: 92%;
  }
}
@media (max-width: 1399px) {
  .about1-thumb__shape4 {
    display: none;
  }
}
.about1-thumb-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 65%;
  left: -66px;
  z-index: 4;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 25px 100px 25px 30px;
}
@media (max-width: 1599px) {
  .about1-thumb-badge {
    left: -36px;
  }
}
@media (max-width: 1199px) {
  .about1-thumb-badge {
    right: 30px;
    left: -15px;
    width: fit-content;
  }
}
.about1-thumb-badge__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--theme2);
}
.about1-thumb-badge__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed var(--black);
  box-sizing: border-box;
  animation: cir36 5s linear infinite;
  z-index: 0;
}
.about1-thumb-badge__icon img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .about1-thumb-badge__icon {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1199px) {
  .about1-thumb-badge__icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .about1-thumb-badge__icon {
    width: 65px;
    height: 65px;
  }
}
.about1-thumb-badge__icon img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 1399px) {
  .about1-thumb-badge__icon img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .about1-thumb-badge__icon img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 499px) {
  .about1-thumb-badge__icon img {
    width: 30px;
    height: 30px;
  }
}
.about1-thumb-badge__text h2 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px; /* 135.417% */
  letter-spacing: 0.49px;
}
@media (max-width: 1199px) {
  .about1-thumb-badge__text h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
.about1-thumb-badge__text p {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px; /* 120% */
}
.about1-counter {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 65px;
  row-gap: 80px;
}
.about1-counter__shape1 {
  position: absolute;
  left: 41%;
  width: 1px;
  height: 268px;
  background: #C1C1C1;
}
@media (max-width: 1599px) {
  .about1-counter__shape1 {
    left: 45%;
  }
}
@media (max-width: 1399px) {
  .about1-counter__shape1 {
    left: 46%;
  }
}
@media (max-width: 1199px) {
  .about1-counter__shape1 {
    display: none;
  }
}
.about1-counter__shape2 {
  position: absolute;
  width: 603px;
  height: 1px;
  background: #C1C1C1;
}
@media (max-width: 1399px) {
  .about1-counter__shape2 {
    width: 498px;
  }
}
@media (max-width: 1199px) {
  .about1-counter__shape2 {
    display: none;
  }
}
@media (max-width: 1699px) {
  .about1-counter {
    column-gap: 80px;
  }
}
@media (max-width: 1399px) {
  .about1-counter {
    column-gap: 40px;
    row-gap: 40px;
  }
}
.about1-counter-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 300px;
}
@media (max-width: 1699px) {
  .about1-counter-item {
    width: 280px;
  }
}
@media (max-width: 1599px) {
  .about1-counter-item {
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .about1-counter-item {
    width: 195px;
  }
}
@media (max-width: 991px) {
  .about1-counter-item {
    width: 245px;
  }
}
@media (max-width: 767px) {
  .about1-counter-item {
    width: 195px;
  }
}
@media (max-width: 499px) {
  .about1-counter-item {
    width: 245px;
  }
}
.about1-counter-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 2px dashed var(--black);
  background: var(--theme2);
}
@media (max-width: 1399px) {
  .about1-counter-item__icon {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1199px) {
  .about1-counter-item__icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 499px) {
  .about1-counter-item__icon {
    width: 65px;
    height: 65px;
  }
}
.about1-counter-item__icon img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 1399px) {
  .about1-counter-item__icon img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .about1-counter-item__icon img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 499px) {
  .about1-counter-item__icon img {
    width: 30px;
    height: 30px;
  }
}
.about1-counter-item__icon:hover {
  border: 2px dashed #E5087B;
}
.about1-counter-item-info__numb {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.49px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .about1-counter-item-info__numb {
    font-size: 34px;
    line-height: 45px;
    padding-bottom: 0;
  }
}
.about1-counter-item-info__label {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px; /* 120% */
}
.about1-feature {
  padding-bottom: 38px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .about1-feature {
    flex-wrap: wrap;
  }
}
.about1-feature-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid var(--200, #CCC);
  padding: 20px;
}
@media (max-width: 499px) {
  .about1-feature-item {
    justify-content: start;
    width: 100%;
  }
}
.about1-feature-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: var(--theme);
  border-radius: 50px;
}
@media (max-width: 499px) {
  .about1-feature-item__icon {
    width: 65px;
    height: 65px;
  }
}
.about1-feature-item__icon img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 499px) {
  .about1-feature-item__icon img {
    width: 30px;
    height: 30px;
  }
}
.about1-feature-item__title {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.about1-desc {
  color: var(--title3);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
}

.about2 {
  position: relative;
}
.about2-content__subtitle {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px; /* 135.417% */
  letter-spacing: 0.49px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .about2-content__subtitle {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .about2-content__subtitle {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .about2-content__subtitle {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .about2-content__subtitle {
    font-size: 26px;
    line-height: 38px;
  }
}
.about2-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 85px;
  letter-spacing: 0.5px;
  font-style: normal;
  font-feature-settings: "liga" off, "clig" off;
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .about2-content__title {
    font-size: 64px;
    line-height: 78px;
  }
}
@media (max-width: 1199px) {
  .about2-content__title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  .about2-content__title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .about2-content__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .about2-content__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.about2-content__title span {
  color: var(--theme);
}
.about2-content__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 20px;
}
.about2-thumb {
  position: relative;
}
.about2-thumb__img {
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .about2-thumb__img {
    text-align: center;
  }
}
.about2-thumb-feature {
  position: absolute;
  bottom: 7%;
  left: 7%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about2-thumb-feature__icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--theme2);
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.about2-thumb-feature__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed var(--black);
  box-sizing: border-box;
  animation: cir36 5s linear infinite;
  z-index: 0;
}
.about2-thumb-feature__icon img {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .about2-thumb-feature__icon {
    width: 70px;
    height: 70px;
  }
  .about2-thumb-feature__icon img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .about2-thumb-feature__icon {
    width: 60px;
    height: 60px;
  }
  .about2-thumb-feature__icon img {
    width: 32px;
    height: 32px;
  }
}
.about2-thumb-feature-content h4 {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px; /* 135.417% */
  letter-spacing: 0.49px;
  padding-bottom: 3px;
}
@media (max-width: 1199px) {
  .about2-thumb-feature-content h4 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .about2-thumb-feature-content h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .about2-thumb-feature-content h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .about2-thumb-feature-content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.about2-thumb-feature-content p {
  color: var(--white);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
}
@media (max-width: 767px) {
  .about2-thumb-feature-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .about2-thumb-feature-content p {
    font-size: 15px;
    line-height: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 6. Offcanvas */
/*------------------------------------
		2.7 Offcanvas
----------------------------------*/
.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 1px solid var(--theme-color);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 575px) {
  .offcanvas__info.info-open {
    width: 100%;
  }
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content {
    padding: 30px 0;
  }
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--title);
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  padding: 15px 28px;
  margin-top: 40px;
  width: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: var(--theme);
  padding: 25px 28px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .offcanvas__wrapper .offcanvas__content .theme-btn {
    padding: 20px 19px;
  }
}
.offcanvas__wrapper .offcanvas__content .theme-btn span {
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 1px solid #fff;
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .theme-btn span svg path {
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__content .theme-btn:hover {
  color: var(--title);
}
.offcanvas__wrapper .offcanvas__content .theme-btn:hover span svg path {
  animation: tfLeftToRight 0.5s forwards;
  fill: var(--title);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover i {
  transform: rotate(90deg);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--title);
  font-size: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--title);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a:hover {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: black;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .btn-read {
  width: 100%;
  padding: 16px 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  line-height: 42px;
  border: 1px solid #414141;
  text-align: center;
  color: var(--title);
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border: 1px solid var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
/* 7. Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-top__subtitle {
  display: inline-block;
  gap: 8px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.14px;
  margin-bottom: 12px;
}
.section-top__subtitle span {
  padding-right: 8px;
}
.section-top__subtitle2 {
  display: flex;
  gap: 8px;
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-top__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px; /* 135.417% */
  letter-spacing: 0.49px;
}
@media (max-width: 1199px) {
  .section-top__title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .section-top__title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-top__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .section-top__title {
    font-size: 26px;
    line-height: 38px;
  }
}
.section-top__title span {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "liga" off, "clig" off;
}
.section-top__title .tag-title {
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "liga" off, "clig" off;
}
.section-top__title2 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.49px;
}
@media (max-width: 1399px) {
  .section-top__title2 {
    font-size: 66px;
    line-height: 76px;
  }
}
@media (max-width: 1199px) {
  .section-top__title2 {
    font-size: 62px;
    line-height: 76px;
  }
}
@media (max-width: 991px) {
  .section-top__title2 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .section-top__title2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .section-top__title2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.section-top__title2 span {
  color: var(--theme);
}
.section-top__title3 {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.49px;
}
@media (max-width: 1199px) {
  .section-top__title3 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .section-top__title3 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-top__title3 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .section-top__title3 {
    font-size: 26px;
    line-height: 38px;
  }
}
.section-top__title3 span {
  color: var(--theme);
}
.section-top__desc {
  color: var(--title3);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.section-top__desc2 {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* 8. Service */
.service1 {
  position: relative;
  background: var(--theme2);
}
.service1__thumb {
  border-radius: 20px;
}
.service1__thumb img {
  border-radius: 20px;
}
.service1-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 57px 60px;
}
@media (min-width: 1400px) {
  .service1-content {
    margin-left: 30px;
  }
}
@media (max-width: 1399px) {
  .service1-content {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .service1-content {
    padding: 35px 20px;
  }
}
@media (max-width: 575px) {
  .service1-content {
    padding: 30px 20px;
  }
}
.service1-content::before {
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  background: #C1C1C1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.service1-content__icon {
  flex-shrink: 0;
  margin-right: 84px;
  max-width: 80px;
}
@media (max-width: 991px) {
  .service1-content__icon {
    margin-right: 60px;
    max-width: 55px;
  }
}
@media (max-width: 767px) {
  .service1-content__icon {
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .service1-content__icon {
    margin-right: 35px;
    max-width: 40px;
  }
}
.service1-content__title {
  flex: 1;
  text-align: left;
  margin: 0;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .service1-content__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .service1-content__title {
    font-size: 24px;
  }
}
@media (max-width: 449px) {
  .service1-content__title {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .service1-content__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.service1-content__link {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 40px;
  background: var(--white);
}
@media (max-width: 991px) {
  .service1-content__link {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 575px) {
  .service1-content__link {
    width: 45px;
    height: 45px;
  }
}
.service1-content__link img {
  width: 53.333px;
  height: 53.333px;
  flex-shrink: 0;
  aspect-ratio: 53.33/53.33;
}
@media (max-width: 991px) {
  .service1-content__link img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .service1-content__link img {
    width: 25px;
    height: 25px;
  }
}
.service1-content__link:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.service1-content:hover {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.service1-content:hover::before {
  background: none;
}

.no-bottom-border::before {
  display: none !important;
}

#serviceThumbImage {
  transition: all 0.4s ease-in-out;
}

.service2 {
  position: relative;
  background: var(--theme2);
}
.service2-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: var(--white);
  padding: 35px 40px;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .service2-card {
    padding: 25px 25px;
    gap: 15px;
  }
}
.service2-card-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
@media (max-width: 1199px) {
  .service2-card-item__icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .service2-card-item__icon {
    width: 100px;
    height: 100px;
  }
}
.service2-card-item__icon img {
  width: 78.252px;
  height: 90px;
  flex-shrink: 0;
  aspect-ratio: 78.25/90;
}
@media (max-width: 1199px) {
  .service2-card-item__icon img {
    width: 70px;
    height: 82px;
  }
}
@media (max-width: 767px) {
  .service2-card-item__icon img {
    width: 60px;
    height: 72px;
  }
}
.service2-card-item__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
  max-width: 211px;
}
@media (max-width: 575px) {
  .service2-card-item__title {
    font-size: 26px;
    line-height: 36px;
  }
}
.service2-card-item__desc {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
  padding-bottom: 20px;
}

.service3 {
  position: relative;
  padding-top: 110px;
}
@media (max-width: 1599px) {
  .service3 {
    padding-top: 75px;
  }
}
@media (max-width: 1399px) {
  .service3 {
    padding-top: 47px;
  }
}
@media (max-width: 1199px) {
  .service3 {
    padding-top: 0;
  }
}
.service3-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 57px 60px;
}
@media (min-width: 1400px) {
  .service3-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .service3-content {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .service3-content {
    padding: 35px 20px;
  }
}
@media (max-width: 499px) {
  .service3-content {
    padding: 35px 10px;
  }
}
.service3-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C1C1C1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service3-content__thumb {
  text-align: center;
  position: absolute;
  right: 25%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1599px) {
  .service3-content__thumb {
    right: 16%;
  }
  .service3-content__thumb img {
    width: 80%;
  }
}
@media (max-width: 1399px) {
  .service3-content__thumb {
    right: 11%;
  }
  .service3-content__thumb img {
    width: 68%;
  }
}
@media (max-width: 1199px) {
  .service3-content__thumb {
    display: none;
  }
}
.service3-content__icon {
  flex-shrink: 0;
  margin-right: 84px;
}
@media (max-width: 767px) {
  .service3-content__icon {
    margin-right: 36px;
  }
  .service3-content__icon img {
    width: 70%;
  }
}
@media (max-width: 449px) {
  .service3-content__icon {
    margin-right: 5px;
  }
  .service3-content__icon img {
    width: 56%;
  }
}
.service3-content__title {
  flex: 1;
  text-align: left;
  margin: 0;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .service3-content__title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .service3-content__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 449px) {
  .service3-content__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 374px) {
  .service3-content__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.service3-content__link {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 40px;
  background: var(--theme2);
}
.service3-content__link img {
  width: 53.333px;
  height: 53.333px;
  flex-shrink: 0;
  aspect-ratio: 53.33/53.33;
}
@media (max-width: 767px) {
  .service3-content__link {
    width: 65px;
    height: 65px;
  }
  .service3-content__link img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 374px) {
  .service3-content__link {
    width: 50px;
    height: 50px;
  }
  .service3-content__link img {
    width: 26px;
    height: 26px;
  }
}
.service3-content__link:hover {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.service3-content:hover {
  border: 1px solid rgba(193, 193, 193, 0.3);
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.service3-content:hover::before {
  background: none;
}
.service3-content:hover .service3-content__thumb {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.service4 {
  border-radius: 20px;
  background: var(--theme2);
}
.service4-card {
  position: relative;
  padding: 50px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .service4-card {
    padding: 30px 25px;
  }
}
.service4-card:hover {
  transform: scale(1.03);
  transition: all 0.4s ease-in-out;
}
.service4-card__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.service4-card__numb {
  position: absolute;
  top: 15%;
  right: 9%;
  color: #1D2027;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .service4-card__numb {
    top: 12%;
  }
}
@media (max-width: 991px) {
  .service4-card__numb {
    top: 10%;
  }
}
@media (max-width: 767px) {
  .service4-card__numb {
    font-size: 36px;
  }
}
.service4-card__title {
  color: #1D2027;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; /* 141.667% */
  letter-spacing: 0.36px;
  padding-bottom: 25px;
}
.service4-card__desc {
  padding-bottom: 50px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 20px;
}
.service4-card__link {
  color: #1D2027;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
}
.service4-card__link i {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: var(--P1, linear-gradient(90deg, #9708CC 0%, #43CBFF 144.38%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 9. Project */
.project1 {
  position: relative;
}
.project1-card {
  position: relative;
}
@media (max-width: 991px) {
  .project1-card {
    margin-bottom: 40px;
  }
  .project1-card.fix-mb {
    margin-bottom: 0;
  }
}
.project1-card-thumb {
  border-radius: 20px 20px 0px 0px;
}
.project1-card-thumb img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
}
.project1-card-thumb-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background: var(--White, #FFF);
  border-right: 1px solid rgba(193, 193, 193, 0.2);
  border-bottom: 1px solid rgba(193, 193, 193, 0.2);
  border-left: 1px solid rgba(193, 193, 193, 0.2);
  padding: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .project1-card-thumb-content {
    padding: 20px;
  }
}
.project1-card-thumb-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  .project1-card-thumb-content__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .project1-card-thumb-content__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .project1-card-thumb-content__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.project1-card-thumb-content__link {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 6.25px;
  justify-content: center;
  align-items: center;
  gap: 6.25px;
  flex-shrink: 0;
  border-radius: 25px;
  border: 1px solid var(--200, #C1C1C1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .project1-card-thumb-content__link {
    width: 40px;
    height: 40px;
  }
}
.project1-card-thumb-content__link svg {
  width: 33.333px;
  height: 33.333px;
  flex-shrink: 0;
  aspect-ratio: 33.33/33.33;
}
@media (max-width: 575px) {
  .project1-card-thumb-content__link svg {
    width: 23px;
    height: 23px;
  }
}
.project1-card-thumb-content__link img {
  width: 33.333px;
  height: 33.333px;
  flex-shrink: 0;
  aspect-ratio: 33.33/33.33;
}
@media (max-width: 575px) {
  .project1-card-thumb-content__link img {
    width: 25px;
    height: 25px;
  }
}
.project1-card-thumb-content:hover .project1-card-thumb-content__link {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.project1-card-thumb-content:hover .project1-card-thumb-content__link svg path {
  fill: var(--white);
}
.project1-card-thumb--fix-margin1 {
  margin: 180px 115px 45px 0;
}
@media (max-width: 1599px) {
  .project1-card-thumb--fix-margin1 {
    margin: 130px 90px 45px 0;
  }
}
@media (max-width: 1399px) {
  .project1-card-thumb--fix-margin1 {
    margin: 116px 65px 45px 0;
  }
}
@media (max-width: 991px) {
  .project1-card-thumb--fix-margin1 {
    margin: 0px;
  }
}
.project1-card-thumb--fix-margin2 {
  margin: 60px 0 184px 115px;
}
@media (max-width: 1599px) {
  .project1-card-thumb--fix-margin2 {
    margin: 45px 0 125px 90px;
  }
}
@media (max-width: 1399px) {
  .project1-card-thumb--fix-margin2 {
    margin: 45px 0 100px 65px;
  }
}
@media (max-width: 991px) {
  .project1-card-thumb--fix-margin2 {
    margin: 0px;
  }
}

.project2-card__thumb {
  padding-bottom: 30px;
  border-radius: 20px;
}
.project2-card__thumb img {
  border-radius: 20px;
}
.project2-card__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .project2-card__title {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
@media (max-width: 499px) {
  .project2-card__title {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
.project2-card__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 30px;
}
.project2-card__title2 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 146.667% */
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}

.project3 {
  position: relative;
}
.project3__shape1 {
  position: absolute;
  right: 23%;
}
@media (max-width: 1399px) {
  .project3__shape1 {
    display: none;
  }
}
.project3-thumb1 {
  position: relative;
  border-radius: 27.065px;
  padding-left: 36px;
}
@media (max-width: 1199px) {
  .project3-thumb1 {
    padding-left: 0;
  }
}
.project3-thumb1__shape1 {
  position: absolute;
  top: 10%;
  right: 11.5%;
}
@media (max-width: 1599px) {
  .project3-thumb1__shape1 {
    top: 6%;
    right: -7%;
  }
}
@media (max-width: 1199px) {
  .project3-thumb1__shape1 {
    display: none;
  }
}
.project3-thumb1__shape2 {
  position: absolute;
  bottom: 7%;
  left: 0;
}
@media (max-width: 1199px) {
  .project3-thumb1__shape2 {
    display: none;
  }
}
.project3-thumb1__shape3 {
  position: absolute;
  bottom: 10%;
  right: 4%;
}
@media (max-width: 1599px) {
  .project3-thumb1__shape3 {
    display: none;
  }
}
.project3-thumb1 img {
  border-radius: 27.065px;
}
.project3-thumb2 {
  position: relative;
  text-align: end;
  border-radius: 27.065px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .project3-thumb2 {
    text-align: start;
    padding-right: 0;
  }
}
.project3-thumb2__shape4 {
  position: absolute;
  top: -2.5%;
  left: 8.5%;
  z-index: 1;
}
@media (max-width: 1599px) {
  .project3-thumb2__shape4 {
    left: -3%;
  }
}
@media (max-width: 1399px) {
  .project3-thumb2__shape4 {
    top: -4.5%;
    left: -5%;
  }
}
@media (max-width: 1199px) {
  .project3-thumb2__shape4 {
    display: none;
  }
}
.project3-thumb2__shape5 {
  position: absolute;
  right: 0;
  bottom: -8.5%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .project3-thumb2__shape5 {
    display: none;
  }
}
.project3-thumb2__shape6 {
  position: absolute;
  bottom: -7%;
  left: 3%;
  z-index: 1;
}
@media (max-width: 1599px) {
  .project3-thumb2__shape6 {
    left: -9%;
  }
}
@media (max-width: 1399px) {
  .project3-thumb2__shape6 {
    display: none;
  }
}
.project3-thumb2 img {
  border-radius: 27.065px;
  position: relative;
  z-index: 3;
}
.project3-thumb3 {
  position: relative;
  border-radius: 27.065px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .project3-thumb3 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .project3-thumb3 {
    padding-left: 0;
  }
}
.project3-thumb3__shape7 {
  position: absolute;
  top: -4%;
  left: 4%;
  z-index: 1;
}
@media (max-width: 1599px) {
  .project3-thumb3__shape7 {
    display: none;
  }
}
.project3-thumb3__shape8 {
  position: absolute;
  top: -7%;
  left: 0;
  z-index: 1;
}
@media (max-width: 1599px) {
  .project3-thumb3__shape8 {
    top: -6%;
    left: 21px;
  }
}
@media (max-width: 1399px) {
  .project3-thumb3__shape8 {
    top: -6%;
    left: 10px;
  }
}
@media (max-width: 1199px) {
  .project3-thumb3__shape8 {
    display: none;
  }
}
.project3-thumb3__shape9 {
  position: absolute;
  bottom: 10%;
  right: 3%;
  z-index: 3;
}
@media (max-width: 1599px) {
  .project3-thumb3__shape9 {
    right: -12%;
  }
}
@media (max-width: 1199px) {
  .project3-thumb3__shape9 {
    display: none;
  }
}
.project3-thumb3 img {
  border-radius: 27.065px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1599px) {
  .project3-content--one {
    padding-left: 85px;
  }
}
@media (max-width: 1399px) {
  .project3-content--one {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .project3-content--one {
    padding-left: 0;
  }
}
@media (max-width: 1599px) {
  .project3-content--two {
    padding-right: 85px;
  }
}
@media (max-width: 1399px) {
  .project3-content--two {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .project3-content--two {
    padding-right: 0;
  }
}
@media (max-width: 1599px) {
  .project3-content--three {
    padding-left: 85px;
  }
}
@media (max-width: 1399px) {
  .project3-content--three {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .project3-content--three {
    padding-left: 0;
  }
}
.project3-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .project3-content__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .project3-content__title {
    font-size: 32px;
  }
}
.project3-content__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 15px;
}

/* 10. Testimonial */
.testimonial1 .section-top {
  padding-bottom: 105px;
}
@media (max-width: 1399px) {
  .testimonial1 .section-top {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .testimonial1 .section-top {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial1 .section-top {
    padding-bottom: 30px;
  }
}
.testimonial1 .swiper-wrapper {
  display: flex;
  align-items: center;
}
.testimonial1-card {
  border-radius: 12.195px;
  background: var(--theme2);
  border: 2px solid transparent;
}
.swiper-slide-active .testimonial1-card {
  border: 2px solid var(--theme);
}
.testimonial1-card-content {
  padding: 40px;
}
@media (max-width: 1199px) {
  .testimonial1-card-content {
    padding: 25px;
  }
}
.testimonial1-card-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 20px;
  max-width: 273px;
}
.testimonial1-card-content__star {
  padding-bottom: 30px;
}
.testimonial1-card-content__star i {
  color: #FFBA08;
  font-size: 24px;
}
.testimonial1-card-content__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.testimonial1-card-content__thumb {
  position: relative;
}
.testimonial1-card-content__thumb img {
  width: 100%;
}
.testimonial1-card .author-meta {
  border-top: 1px solid #C1C1C1;
  padding: 40px;
}
@media (max-width: 1199px) {
  .testimonial1-card .author-meta {
    padding: 25px;
  }
}
.testimonial1-card__quote {
  position: absolute;
  bottom: 80%;
  right: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  width: 60.976px;
  height: 60.976px;
  flex-shrink: 0;
}
.testimonial1-card__quote i {
  color: var(--white);
  font-size: 29.268px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .testimonial1-card__quote {
    bottom: 72%;
  }
}
@media (max-width: 991px) {
  .testimonial1-card__quote {
    bottom: 77%;
    width: 50.976px;
    height: 50.976px;
  }
}

.testimonial1-card-content__thumb {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.testimonial1-card-content__thumb.show-thumb {
  opacity: 1;
  visibility: visible;
}

.testimonial1-card-content__desc {
  display: block;
}

.testimonial-slider {
  position: relative;
  padding-bottom: 85px;
}
@media (max-width: 499px) {
  .testimonial-slider {
    padding-bottom: 65px;
  }
}

.testimonial-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.testimonial1-card-content {
  height: 340px;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .testimonial1-card-content {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .testimonial1-card-content {
    height: 340px;
  }
}
@media (max-width: 449px) {
  .testimonial1-card-content {
    height: 280px;
  }
}
.testimonial1-card-content.active-card {
  height: 440px;
}
@media (max-width: 991px) {
  .testimonial1-card-content.active-card {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .testimonial1-card-content.active-card {
    height: 440px;
  }
}
@media (max-width: 449px) {
  .testimonial1-card-content.active-card {
    height: 383px;
  }
}
@media (max-width: 374px) {
  .testimonial1-card-content.active-card {
    height: 360px;
  }
}

.testimonial-slider .swiper-wrapper {
  height: 584px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .testimonial-slider .swiper-wrapper {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .swiper-wrapper {
    height: 550px;
  }
}
@media (max-width: 449px) {
  .testimonial-slider .swiper-wrapper {
    height: 500px;
  }
}
.testimonial-slider .swiper-slide-prev,
.testimonial-slider .swiper-slide-next {
  display: flex !important;
  align-items: center;
}

.swiper-pagination {
  height: 30px;
}

/* 11. Contact */
.contact1 .section-fix {
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 60px;
}
@media (max-width: 767px) {
  .contact1 .section-fix {
    padding: 40px;
  }
}
@media (max-width: 449px) {
  .contact1 .section-fix {
    padding: 30px;
  }
}
.contact1-card__title {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact1-card__title {
    padding-bottom: 20px;
  }
}
.contact1-card__title h6 {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
}
@media (max-width: 1199px) {
  .contact1-card__title h6 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .contact1-card__title h6 {
    font-size: 40px;
    line-height: 45px;
  }
}
.contact1-groups {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact1-groups-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 30px 30px 77px;
  border-radius: 10.853px;
  border: 1.085px solid var(--border);
  background: var(--theme2);
  width: 100%;
  height: 159px;
  max-width: 545px;
  flex-shrink: 0;
}
@media (max-width: 449px) {
  .contact1-groups-item {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 374px) {
  .contact1-groups-item {
    padding: 30px 30px 30px 39px;
  }
}
.contact1-groups-item__icon {
  position: absolute;
  left: -40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  width: 75px;
  height: 75px;
  flex-shrink: 0;
}
@media (max-width: 449px) {
  .contact1-groups-item__icon {
    width: 60px;
    height: 60px;
  }
}
.contact1-groups-item__icon i {
  color: var(--white);
  font-size: 27.132px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.contact1-groups-item-info__text {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; /* 141.667% */
  letter-spacing: 0.36px;
  padding-bottom: 7px;
}
.contact1-groups-item-info__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}

.contactForm {
  background: var(--theme2);
}
.contactForm-card__title {
  padding-bottom: 50px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .contactForm-card__title {
    padding-bottom: 20px;
  }
}

/* 12. Blog */
.blog1-card {
  border-radius: 20px;
  background: var(--100, #F5F9FF);
  margin-bottom: 40px;
}
.blog1-card__thumb {
  border-radius: 20px 20px 0px 0px;
}
.blog1-card__thumb img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
}
.blog1-card-content {
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  .blog1-card-content {
    padding: 30px;
  }
}
.blog1-card-content-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 30px;
  padding-bottom: 11px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
@media (max-width: 1399px) {
  .blog1-card-content-meta {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .blog1-card-content-meta {
    gap: 10px;
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .blog1-card-content-meta {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blog1-card-content-meta img {
  padding-right: 6px;
}
.blog1-card-content-meta__user {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  .blog1-card-content-meta__user {
    display: none;
  }
}
.blog1-card-content-meta__skill {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog1-card-content-meta__calendar {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog1-card-content-meta__comment {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog1-card-content__title {
  padding-bottom: 15px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 110% */
  letter-spacing: 0.36px;
}
@media (max-width: 575px) {
  .blog1-card-content__title {
    font-size: 28px;
  }
}
.blog1-card-content__desc {
  padding-right: 5px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.blog1-card__quote {
  margin-bottom: 40px;
  text-align: center;
  padding: 40px 42px;
  border-radius: 20px;
  background: var(--theme2);
}
@media (max-width: 499px) {
  .blog1-card__quote {
    padding: 25px 28px 50px;
  }
}
.blog1-card__quote img {
  padding-bottom: 21px;
}
.blog1-card__quote p {
  color: var(--title2);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.blog1-card__quote h4 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
}

.blog2-card {
  background: var(--white);
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .blog2-card {
    margin-bottom: 15px;
  }
}
.blog2-card__thumb {
  border-radius: 20px;
}
.blog2-card__thumb img {
  border-radius: 20px;
}
.blog2-card-content-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 30px;
  padding-bottom: 11px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
@media (max-width: 1399px) {
  .blog2-card-content-meta {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .blog2-card-content-meta {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .blog2-card-content-meta {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blog2-card-content-meta img {
  padding-right: 6px;
}
.blog2-card-content-meta__user {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  .blog2-card-content-meta__user {
    display: none;
  }
}
.blog2-card-content-meta__skill {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog2-card-content-meta__calendar {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog2-card-content-meta__comment {
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog2-card-content__title {
  padding-bottom: 15px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 146.667% */
  letter-spacing: 0.36px;
}
@media (max-width: 575px) {
  .blog2-card-content__title {
    font-size: 26px;
  }
}
.blog2-card-content__desc {
  padding-right: 5px;
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.blog2-card-content__quote {
  text-align: center;
  padding: 50px 50px;
  border-radius: 20px;
  background: var(--theme2);
}
@media (max-width: 767px) {
  .blog2-card-content__quote {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .blog2-card-content__quote {
    padding: 20px 20px 20px;
  }
}
.blog2-card-content__quote img {
  padding-bottom: 21px;
}
.blog2-card-content__quote p {
  color: var(--title2);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 20px;
}
.blog2-card-content__quote h4 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
.blog2-card-content-profile {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog2-card-content-profile__thumb {
  border-radius: 10px;
}
.blog2-card-content-profile__thumb img {
  border-radius: 10px;
}
.blog2-card-content-profile__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 30px;
}
.blog2-card-content-profile__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.blog2-card-content-profile2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 20px;
  background: var(--theme2);
}
.blog2-card-content-profile2__thumb {
  border-radius: 10px;
}
.blog2-card-content-profile2__thumb img {
  border-radius: 10px;
}
.blog2-card-content-profile2__subtitle {
  display: inline-flex;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  width: fit-content;
  color: var(--white);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}
.blog2-card-content-profile2__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 30px;
}
.blog2-card-content-profile2__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 40px;
}
.blog2-card-content-profile2__link {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
}
.blog2-card-content__title2 {
  padding-top: 48px;
  padding-bottom: 25px;
}
.blog2-card-content__title2 h5 {
  color: var(--title);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.blog2-card-content-thumb {
  display: flex;
  gap: 30px;
  padding-bottom: 33px;
  padding-top: 30px;
}
.blog2-card-content-thumb img {
  border-radius: 20px;
}
.blog2-card-content-tagShare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
@media (max-width: 1399px) {
  .blog2-card-content-tagShare {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.blog2-card-content-tagShare-tags {
  display: flex;
  gap: 10px;
}
.blog2-card-content-tagShare-tags__title {
  color: var(--title);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 499px) {
  .blog2-card-content-tagShare-tags__title {
    font-size: 22px;
  }
}
.blog2-card-content-tagShare-tags__name a {
  height: 40px;
  display: inline-flex;
  padding: 9px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid rgba(31, 31, 31, 0.14);
  background: rgba(255, 255, 255, 0);
  color: rgba(31, 31, 31, 0.7);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog2-card-content-tagShare-tags__name a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.blog2-card-content-tagShare-shareicon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog2-card-content-tagShare-shareicon__title {
  padding-right: 5px;
  color: var(--title);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 499px) {
  .blog2-card-content-tagShare-shareicon__title {
    font-size: 22px;
  }
}
.blog2-card-comment__title {
  padding-bottom: 30px;
}
.blog2-card-comment__title h3 {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 146.667% */
  letter-spacing: 0.36px;
}
@media (max-width: 499px) {
  .blog2-card-comment__title h3 {
    font-size: 26px;
  }
}
.blog2-card-comment__title h3 i {
  color: var(--theme);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 10px;
}
.blog2-card-comment-profile {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 0 0 0;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid transparent;
  margin-bottom: 30px;
}
.blog2-card-comment-profile:last-child {
  margin-bottom: 0px;
}
@media (max-width: 499px) {
  .blog2-card-comment-profile {
    flex-direction: column;
  }
}
.blog2-card-comment-profile:nth-of-type(2) {
  padding-bottom: 35px;
  padding-right: 17px;
}
.blog2-card-comment-profile:nth-of-type(3) {
  margin-left: 78px;
}
@media (max-width: 767px) {
  .blog2-card-comment-profile:nth-of-type(3) {
    margin-left: 0px;
  }
}
.blog2-card-comment-profile__thumb {
  border-radius: 6px;
}
.blog2-card-comment-profile__thumb img {
  border-radius: 6px;
  max-width: fit-content;
}
.blog2-card-comment-profile-content__author h5 {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}
.blog2-card-comment-profile-content__date {
  padding-bottom: 17px;
}
.blog2-card-comment-profile-content__date p {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.blog2-card-comment-profile-content__desc p {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}
.blog2-card-comment-profile-content__reply {
  position: absolute;
  top: 17%;
  right: 17%;
}
.blog2-card-comment-profile-content__reply .btn {
  display: flex;
  gap: 7px;
  border-radius: 5px;
  border: 1px solid rgba(28, 28, 28, 0.1);
  background: var(--white);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
}
.blog2-card-comment-profile-content__reply .btn span i {
  padding-right: 5px;
}
.blog2-card-comment-form {
  padding-top: 78px;
}
@media (max-width: 767px) {
  .blog2-card-comment-form {
    padding-top: 40px;
  }
}
.blog2-card-comment-form__title {
  padding-bottom: 13px;
}
.blog2-card-comment-form__desc {
  padding-bottom: 30px;
}
.blog2-form {
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  .blog2-form {
    padding: 15px;
  }
}
.blog2-form__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
  padding-bottom: 30px;
}
@media (max-width: 499px) {
  .blog2-form__title {
    font-size: 35px;
  }
}
.blog2-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog2-form .form-check .form-check-label {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}

/* 13. Team */
.team1 {
  background-color: var(--white);
}
.team1-card {
  position: relative;
}
.team1-card-thumb {
  position: relative;
  overflow: hidden;
}
.team1-card-thumb__img {
  overflow: hidden;
  border-radius: 20px;
}
.team1-card-thumb__img img {
  border-radius: 20px;
  width: 100%;
}
.team1-card-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 20px 30px 20px;
  border-radius: 0px 0px 20px 20px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .team1-card-content {
    padding: 5px 15px 5px;
  }
}
.team1-card-content__title {
  color: var(--white);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; /* 141.667% */
  letter-spacing: 0.36px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .team1-card-content__title {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.team1-card-content__desc {
  color: var(--white);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .team1-card-content__desc {
    font-size: 16px;
  }
}
.team1-card:hover .team1-card-thumb__img::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.team1-card:hover .team1-card-thumb__link {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.team1-card:hover .team1-card-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

/* 14. FAQ */
.faq1 {
  position: relative;
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.faq1-box {
  box-shadow: none;
}
.faq1-content {
  text-align: center;
}
.faq1-content__title {
  color: var(--black);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 160.731px;
  font-style: normal;
  font-weight: 700;
  line-height: 192.877px;
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .faq1-content__title {
    font-size: 130.731px;
    line-height: 172.877px;
  }
}
@media (max-width: 991px) {
  .faq1-content__title {
    font-size: 80.731px;
    line-height: 95.877px;
  }
}
@media (max-width: 575px) {
  .faq1-content__title {
    font-size: 62.731px;
    line-height: 65.877px;
  }
}
@media (max-width: 991px) {
  .faq1-content__link {
    display: none;
  }
}
@media (max-width: 1399px) {
  .faq1-content__link img {
    width: 40%;
  }
}
.faq1-content .faq-group {
  max-width: 790px;
}
@media (max-width: 1399px) {
  .faq1-content .faq-group {
    max-width: 470px;
  }
}
@media (max-width: 1199px) {
  .faq1-content .faq-group {
    max-width: 100%;
  }
}

.faq2-thumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 5px;
  border: 1px dashed var(--border2);
  background: linear-gradient(0deg, #B8E451 0%, rgba(184, 228, 81, 0) 100%);
}
@media (max-width: 991px) {
  .faq2-thumb {
    margin-bottom: 30px;
  }
}
.faq2-thumb-badge {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 22%;
  left: -11%;
  border-radius: 5px;
  background: var(--white);
  padding: 17px 25px;
}
@media (max-width: 1399px) {
  .faq2-thumb-badge {
    left: -3%;
  }
}
@media (max-width: 1199px) {
  .faq2-thumb-badge {
    display: none;
  }
}
.faq2-thumb-badge__numb {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 125% */
}
.faq2-thumb-badge__text {
  color: var(--title3);
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 113.636% */
}
.faq2-content {
  width: 100%;
}

/* 15. Product */
.product1-card {
  border-radius: 5.682px;
  background: var(--white);
  box-shadow: 0px 0px 68.182px 0px rgba(0, 0, 0, 0.05);
}
.product1-card-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 11.364px 11.364px 0px 0px;
}
.product1-card-thumb img {
  width: 100%;
  border-radius: 11.364px 11.364px 0px 0px;
  transition: all 0.4s ease-in-out;
}
.product1-card-thumb img:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.product1-card-thumb__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  border-radius: 0px 10px 0px 0px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
.product1-card-thumb__badge img {
  padding-right: 5px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
.product1-card-content {
  padding: 32px 40px 40px;
}
@media (max-width: 1399px) {
  .product1-card-content {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .product1-card-content {
    padding: 30px 20px 20px;
  }
}
.product1-card-content-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .product1-card-content-meta {
    padding-bottom: 20px;
  }
}
.product1-card-content-meta__category {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 15.909px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.727px;
}
.product1-card-content-meta__sales {
  color: var(--title2);
  font-family: "Inter", sans-serif;
  font-size: 15.909px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.727px;
}
.product1-card-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 15px;
  max-width: 380px;
}
.product1-card-content__author {
  color: var(--title2);
  font-family: "Inter", sans-serif;
  font-size: 18.182px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.909px;
  padding-bottom: 35px;
}
@media (max-width: 575px) {
  .product1-card-content__author {
    padding-bottom: 20px;
  }
}
.product1-card-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product1-card-content-footer-btn {
  display: flex;
  gap: 24px;
}
@media (max-width: 1399px) {
  .product1-card-content-footer-btn {
    gap: 10px;
  }
}
.product1-card-content-footer-btn__demo {
  display: inline-flex;
  height: 45px;
  padding: 0px 20.455px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--border);
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .product1-card-content-footer-btn__demo {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .product1-card-content-footer-btn__demo {
    padding: 0px 10.455px;
    font-size: 16px;
  }
}
.product1-card-content-footer-btn__demo:hover {
  background: linear-gradient(90deg, #FF5F6D 0%, #FFC371 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: #FF5F6D;
}
.product1-card-content-footer-btn__cart {
  cursor: pointer;
}
@media (max-width: 991px) {
  .product1-card-content-footer-btn__cart img {
    width: 90%;
  }
}
.product1-card-content-footer__price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product1-card-content-footer__price .price-old {
  color: var(--800, #6B7280);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
  text-decoration: line-through;
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .product1-card-content-footer__price .price-old {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product1-card-content-footer__price .price-old {
    font-size: 16px;
  }
}
.product1-card-content-footer__price .price-new {
  color: var(--900, #000);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
}
@media (max-width: 1399px) {
  .product1-card-content-footer__price .price-new {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .product1-card-content-footer__price .price-new {
    font-size: 18px;
  }
}

/* 16. UI Feature */
.uiux {
  position: relative;
}
@media (min-width: 1200px) {
  .uiux-content--one {
    padding-left: 70px;
  }
}
@media (min-width: 1400px) {
  .uiux-content--one {
    padding-left: 109px;
  }
}
.uiux-content--two {
  max-width: 813px;
}
.uiux-content__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .uiux-content__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .uiux-content__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .uiux-content__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.uiux-content__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
  padding-bottom: 20px;
}
.uiux-thumb {
  position: relative;
}
.uiux-thumb__one {
  padding-left: 54px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .uiux-thumb__one {
    padding-left: 0;
  }
}
.uiux-thumb__two {
  position: relative;
  z-index: 3;
  text-align: end;
}
@media (max-width: 1199px) {
  .uiux-thumb__two {
    text-align: start;
  }
}
.uiux-thumb__shape1 {
  position: absolute;
  bottom: -55px;
  left: 0;
  border-radius: 26.981px;
  background: var(--theme2);
  width: 559px;
  height: 618px;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .uiux-thumb__shape1 {
    width: 465px;
    height: 485px;
  }
}
@media (max-width: 1399px) {
  .uiux-thumb__shape1 {
    width: 420px;
    height: 434px;
  }
}
@media (max-width: 1199px) {
  .uiux-thumb__shape1 {
    display: none;
  }
}
.uiux-thumb__shape2 {
  position: absolute;
  bottom: -61px;
  left: 18px;
  border-radius: 26.981px;
  background: var(--theme2);
  width: 559px;
  height: 623px;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .uiux-thumb__shape2 {
    display: none;
  }
}
.uiux-thumb-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 3%;
  bottom: -13%;
  z-index: 5;
  border-radius: 10px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  padding: 30px 40px;
}
@media (max-width: 1599px) {
  .uiux-thumb-badge {
    left: -8%;
  }
}
@media (max-width: 1399px) {
  .uiux-thumb-badge {
    padding: 30px 25px;
    bottom: -9%;
  }
}
@media (max-width: 1199px) {
  .uiux-thumb-badge {
    display: none;
  }
}
.uiux-thumb-badge__icon {
  padding-right: 10px;
}
.uiux-thumb-badge__text h4 {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  letter-spacing: 0.36px;
  padding-bottom: 20px;
}
.uiux-thumb-badge__text p {
  color: var(--white);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.16px;
  max-width: 325px;
}

/* 17. Review */
.review1 .global-slider {
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .review1 .global-slider {
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .review1 .global-slider {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .review1 .global-slider {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 374px) {
  .review1 .global-slider {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.review1-card {
  position: relative;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 65px 110px 65px 115px;
  margin-left: 50px;
  margin-right: 30px;
}
@media (max-width: 1599px) {
  .review1-card {
    padding: 65px 45px 65px 90px;
    margin-left: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 1399px) {
  .review1-card {
    padding: 50px 45px 50px 80px;
    margin-left: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .review1-card {
    margin-left: 80px;
    margin-right: 24px;
  }
}
@media (max-width: 575px) {
  .review1-card {
    margin-left: 65px;
    margin-right: 14px;
  }
}
@media (max-width: 449px) {
  .review1-card {
    padding: 35px 45px 35px 59px;
    margin-left: 47px;
    margin-right: 7px;
  }
}
@media (max-width: 374px) {
  .review1-card {
    padding: 35px 25px 35px 60px;
  }
}
.review1-card__icon {
  position: absolute;
  left: -10%;
  top: 28%;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 5px 60px 0px rgba(29, 57, 223, 0.2);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 1399px) {
  .review1-card__icon {
    left: -14%;
  }
}
@media (max-width: 449px) {
  .review1-card__icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 374px) {
  .review1-card__icon {
    left: -17%;
  }
}
.review1-card-rating {
  padding-bottom: 15px;
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
}
.review1-card-rating__star i {
  color: var(--theme);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.review1-card-rating__star i:last-child {
  color: var(--black);
}
.review1-card__source {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.36px;
  max-width: 120px;
}

/* 18. Award */
.award1 {
  background: var(--theme2);
  margin-bottom: -70px;
}
.award1-icon {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 141px;
  row-gap: 60px;
}
.award1-icon__shape1 {
  position: absolute;
  top: 16%;
}
@media (max-width: 1599px) {
  .award1-icon__shape1 {
    width: 90%;
  }
}
@media (max-width: 1399px) {
  .award1-icon__shape1 {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .award1-icon__shape1 {
    display: none;
  }
}
.award1-icon__shape2 {
  position: absolute;
  top: 76%;
}
@media (max-width: 1599px) {
  .award1-icon__shape2 {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .award1-icon__shape2 {
    display: none;
  }
}
@media (max-width: 1599px) {
  .award1-icon {
    column-gap: 90px;
  }
}
@media (max-width: 991px) {
  .award1-icon {
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .award1-icon {
    column-gap: 30px;
    row-gap: 30px;
  }
}
.award1-icon__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--theme2);
  width: 145px;
  height: 145px;
  flex-shrink: 0;
  z-index: 1;
}
.award1-icon__item::before {
  content: "";
  position: absolute;
  border: 2px dashed var(--black);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  animation: cir36 10s linear infinite;
  z-index: 0;
}
.award1-icon__item:hover {
  background: #FFF;
}
.award1-icon__item img {
  position: relative;
  z-index: 1;
  width: 79.5px;
  height: 90px;
  flex-shrink: 0;
  aspect-ratio: 79.5/90;
}
@media (max-width: 991px) {
  .award1-icon__item {
    width: 120px;
    height: 120px;
  }
  .award1-icon__item img {
    width: 59.5px;
    height: 70px;
    flex-shrink: 0;
    aspect-ratio: 79.5/90;
  }
}
@media (max-width: 767px) {
  .award1-icon__item {
    width: 100px;
    height: 100px;
  }
  .award1-icon__item img {
    width: 49.5px;
    height: 60px;
    flex-shrink: 0;
    aspect-ratio: 79.5/90;
  }
}
@media (max-width: 449px) {
  .award1-icon__item {
    width: 90px;
    height: 90px;
  }
  .award1-icon__item img {
    width: 39.5px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 79.5/90;
  }
}
.award1__location {
  color: var(--black);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.49px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1399px) {
  .award1__location {
    font-size: 44px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .award1__location {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .award1__location {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .award1__location {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .award1__location {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 449px) {
  .award1__location {
    font-size: 24px;
    line-height: 35px;
  }
}
.award1__location span {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "liga" off, "clig" off;
}
.award1-card {
  display: flex;
  width: 474px;
  height: 151.59px;
  padding: 35.62px 155.784px 36.59px 156.11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16.38px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px dashed var(--theme);
  background: var(--white);
  box-shadow: var(--box-shadow);
}
@media (max-width: 991px) {
  .award1-card {
    width: 352px;
    height: 130.59px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .award1-card {
    width: 100%;
    height: 100%;
    padding: 30px;
  }
}
.award1-card__country {
  color: var(--black);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 21.6px; /* 120% */
}

/* 19. Milestone */
.milestone1 {
  position: relative;
}
.milestone1 .swiper-slide-next {
  display: flex;
  justify-content: end !important;
}
.milestone1__shape {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1599px) {
  .milestone1__shape {
    display: none;
  }
}
.milestone1-card {
  position: relative;
  border-radius: 0px 20px 20px 20px;
  background: var(--theme2);
  padding: 80px 50px 50px;
  max-width: 640px;
  margin-top: 35px;
}
@media (max-width: 449px) {
  .milestone1-card {
    padding: 50px 30px 40px;
  }
}
.milestone1-card__badge {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-flex;
  padding: 8px 35px;
  border-radius: 10px 10px 0px 0px;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 146.667% */
  letter-spacing: 0.36px;
}
@media (max-width: 575px) {
  .milestone1-card__badge {
    padding: 8px 30px;
    font-size: 24px;
    line-height: 36px;
  }
}
.milestone1-card__icon {
  position: absolute;
  right: 6%;
  top: 20%;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 4px 48px 0px rgba(128, 0, 128, 0.3);
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 1399px) {
  .milestone1-card__icon {
    top: 15%;
  }
}
@media (max-width: 449px) {
  .milestone1-card__icon {
    top: 10%;
  }
}
.milestone1-card__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 146.667% */
  letter-spacing: 0.36px;
  padding-bottom: 30px;
}
.milestone1-card__desc {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.16px;
}

/* 20. CTA */
.cta1 {
  position: relative;
}
.cta1-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(90deg, #6A5ACD 0%, #352D67 100%);
  padding: 106px 30px;
}
@media (max-width: 767px) {
  .cta1-banner {
    padding: 75px 30px;
  }
}
@media (max-width: 575px) {
  .cta1-banner {
    padding: 50px 30px;
  }
}
.cta1-banner__shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .cta1-banner__shape1 {
    display: none;
  }
}
.cta1-banner__shape2 {
  position: absolute;
  top: 0%;
  left: 4%;
}
@media (max-width: 1399px) {
  .cta1-banner__shape2 {
    display: none;
  }
}
.cta1-banner__shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .cta1-banner__shape3 {
    display: none;
  }
}
.cta1-banner__shape4 {
  position: absolute;
  top: 0;
  right: 4%;
}
@media (max-width: 1399px) {
  .cta1-banner__shape4 {
    display: none;
  }
}
.cta1-banner__title {
  max-width: 807px;
  padding-bottom: 30px;
  color: var(--white);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px; /* 135.417% */
  letter-spacing: 0.49px;
}
@media (max-width: 767px) {
  .cta1-banner__title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .cta1-banner__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.cta1-banner__btn {
  display: inline-flex;
  height: 50px;
  padding: 20px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--white);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 100% */
  text-transform: uppercase;
  cursor: pointer;
}
.cta1-banner__btn i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.cta1-banner__btn:hover {
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.cta1-banner__btn:hover i {
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

/* 21. Map */
.map {
  position: relative;
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
}
.map__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
@media (max-width: 1599px) {
  .map__shape1 {
    display: none;
  }
}
.map__shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
}
@media (max-width: 1599px) {
  .map__shape2 {
    display: none;
  }
}
.map__shape3 {
  position: absolute;
  bottom: 23%;
  right: 20.5%;
}
@media (max-width: 1599px) {
  .map__shape3 {
    right: 10.5%;
  }
}
@media (max-width: 1399px) {
  .map__shape3 {
    display: none;
  }
}
.map__country {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 5;
  bottom: 15%;
  left: 110%;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: all 0.4s ease-in-out;
}
.map__country span {
  padding: 5px;
  border-radius: 5px;
  background: var(--P2, linear-gradient(90deg, #E5087B 0%, #FDD819 125.62%));
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
@media (max-width: 991px) {
  .map__country span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 499px) {
  .map__country span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1399px) {
  .map__country {
    left: 20%;
  }
  .map__country img {
    width: 37%;
  }
}
@media (max-width: 1199px) {
  .map__country {
    left: 126%;
  }
  .map__country img {
    display: none;
  }
}
@media (max-width: 767px) {
  .map__country {
    left: 90%;
  }
}
@media (max-width: 575px) {
  .map__country {
    left: -80%;
    bottom: 120%;
  }
}
.map-area {
  position: relative;
}
.map-area__img {
  text-align: center;
}
.map-area__icon1 {
  position: absolute;
  top: 18%;
  left: 28%;
}
@media (max-width: 1599px) {
  .map-area__icon1 {
    left: 23%;
  }
}
@media (max-width: 1399px) {
  .map-area__icon1 {
    left: 19%;
  }
}
@media (max-width: 1199px) {
  .map-area__icon1 {
    left: 15%;
  }
}
@media (max-width: 991px) {
  .map-area__icon1 img {
    width: 70%;
  }
}
.map-area__icon1:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.map-area__icon2 {
  position: absolute;
  bottom: 23%;
  left: 37%;
}
@media (max-width: 1599px) {
  .map-area__icon2 {
    left: 34%;
  }
}
@media (max-width: 1399px) {
  .map-area__icon2 {
    left: 31%;
  }
}
@media (max-width: 1199px) {
  .map-area__icon2 {
    left: 28%;
  }
}
@media (max-width: 991px) {
  .map-area__icon2 img {
    width: 70%;
  }
}
.map-area__icon2:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.map-area__icon3 {
  position: absolute;
  bottom: 2%;
  left: 47%;
}
@media (max-width: 1599px) {
  .map-area__icon3 {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .map-area__icon3 img {
    width: 70%;
  }
}
.map-area__icon3:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.map-area__icon4 {
  position: absolute;
  right: 45%;
  top: 16%;
}
@media (max-width: 991px) {
  .map-area__icon4 img {
    width: 70%;
  }
}
.map-area__icon4:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.map-area__icon5 {
  position: absolute;
  right: 35%;
  top: 31%;
}
@media (max-width: 1399px) {
  .map-area__icon5 {
    right: 28%;
  }
}
@media (max-width: 991px) {
  .map-area__icon5 img {
    width: 70%;
  }
}
.map-area__icon5:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.map-area__icon6 {
  position: absolute;
  right: 46%;
  top: 60%;
}
@media (max-width: 991px) {
  .map-area__icon6 {
    right: 42%;
  }
  .map-area__icon6 img {
    width: 70%;
  }
}
.map-area__icon6:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.map-area__icon7 {
  position: absolute;
  right: 26%;
  bottom: 17%;
}
@media (max-width: 1599px) {
  .map-area__icon7 {
    right: 20%;
  }
}
@media (max-width: 1399px) {
  .map-area__icon7 {
    right: 16%;
  }
}
@media (max-width: 1199px) {
  .map-area__icon7 {
    right: 10%;
  }
}
@media (max-width: 991px) {
  .map-area__icon7 img {
    width: 70%;
  }
}
.map-area__icon7:hover .map__country {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

/* 22. Video */
.video1 {
  position: relative;
  z-index: 1;
  margin-top: -161px;
}
@media (max-width: 1199px) {
  .video1 {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .video1 {
    margin-top: -80px;
  }
}
@media (max-width: 575px) {
  .video1 {
    margin-top: 50px;
  }
}
.video1-thumb {
  position: relative;
}
.video1-thumb__videoIcon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
}
@media (max-width: 991px) {
  .video1-thumb__videoIcon img {
    width: 70%;
  }
}

/* 23. Subscribe */
.subscribe {
  margin-bottom: -133px;
  position: relative;
  z-index: 7;
}
.subscribe-info {
  position: relative;
  display: flex;
  gap: 80px;
  padding: 90px 100px;
  border-radius: 20px;
  background: linear-gradient(90deg, #9708CC -82.71%, #43CBFF 144.38%);
  max-width: 1290px;
}
@media (max-width: 1599px) {
  .subscribe-info {
    padding: 90px 70px;
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .subscribe-info {
    padding: 65px 45px;
  }
}
@media (max-width: 1199px) {
  .subscribe-info {
    flex-direction: column;
  }
}
@media (max-width: 499px) {
  .subscribe-info {
    padding: 40px 45px;
  }
}
@media (max-width: 449px) {
  .subscribe-info {
    padding: 30px;
  }
}
.subscribe-info__shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .subscribe-info__shape1 {
    display: none;
  }
}
.subscribe-info__shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .subscribe-info__shape2 {
    display: none;
  }
}
.subscribe-info__shape3 {
  position: absolute;
  top: -64%;
  right: 3%;
}
@media (max-width: 1399px) {
  .subscribe-info__shape3 {
    top: -53%;
    right: 0%;
    text-align: center;
  }
  .subscribe-info__shape3 img {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .subscribe-info__shape3 {
    display: none;
  }
}
.subscribe-info__title {
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0.36px;
}
@media (max-width: 1399px) {
  .subscribe-info__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 374px) {
  .subscribe-info__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.subscribe-info-form {
  display: flex;
  align-items: center;
}
.subscribe-info-form-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 499px) {
  .subscribe-info-form-wrap {
    flex-direction: column;
    gap: 15px;
  }
  .subscribe-info-form-wrap .submit-btn.style1 {
    width: 100%;
  }
}

/* 24. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer1 {
  position: relative;
  background: var(--theme2);
}
.footer1-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 134px;
}
.footer1-wrapper__logo {
  padding-top: 75px;
  padding-bottom: 10px;
}
.footer1-wrapper-company {
  padding-top: 75px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .footer1-wrapper-company {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer1-wrapper-company {
    padding-top: 42px;
    padding-bottom: 5px;
  }
}
.footer1-wrapper-company__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
  padding-bottom: 27px;
}
.footer1-wrapper-company-list__item:not(:last-child) {
  padding-bottom: 20px;
}
.footer1-wrapper-company-list__item a {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.footer1-wrapper-company-list__item a:hover {
  color: var(--theme);
}
.footer1-wrapper-company-list__item img {
  padding-right: 10px;
}
.footer1-wrapper-service {
  padding-bottom: 70px;
  padding-top: 75px;
}
@media (max-width: 991px) {
  .footer1-wrapper-service {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer1-wrapper-service {
    padding-bottom: 5px;
    padding-top: 7px;
  }
}
.footer1-wrapper-service__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
  padding-bottom: 27px;
}
.footer1-wrapper-service-list__item:not(:last-child) {
  padding-bottom: 20px;
}
.footer1-wrapper-service-list__item a {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.footer1-wrapper-service-list__item a:hover {
  color: var(--theme);
}
.footer1-wrapper-service-list__item img {
  padding-right: 10px;
}
.footer1-wrapper-solution {
  padding-bottom: 70px;
  padding-top: 75px;
}
@media (max-width: 1199px) {
  .footer1-wrapper-solution {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .footer1-wrapper-solution {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer1-wrapper-solution {
    padding-bottom: 5px;
    padding-top: 7px;
  }
}
.footer1-wrapper-solution__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
  padding-bottom: 27px;
}
.footer1-wrapper-solution-list__item:not(:last-child) {
  padding-bottom: 20px;
}
.footer1-wrapper-solution-list__item a {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.footer1-wrapper-solution-list__item a:hover {
  color: var(--theme);
}
.footer1-wrapper-solution-list__item img {
  padding-right: 10px;
}
.footer1-wrapper-product {
  padding-bottom: 70px;
  padding-top: 75px;
}
@media (max-width: 1199px) {
  .footer1-wrapper-product {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .footer1-wrapper-product {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer1-wrapper-product {
    padding-bottom: 5px;
    padding-top: 7px;
  }
}
.footer1-wrapper-product__title {
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0.36px;
  padding-bottom: 27px;
}
.footer1-wrapper-product-list__item:not(:last-child) {
  padding-bottom: 20px;
}
.footer1-wrapper-product-list__item a {
  color: var(--title2);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.16px;
}
.footer1-wrapper-product-list__item a:hover {
  color: var(--theme);
}
.footer1-wrapper-product-list__item img {
  padding-right: 10px;
}
.footer1-wrapper-contact {
  padding-bottom: 50px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer1-wrapper-contact {
    padding-bottom: 30px;
    padding-top: 7px;
  }
}
.footer1-wrapper-contact__title {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  padding-bottom: 27px;
}
.footer1-wrapper-contact-list__item:not(:last-child) {
  padding-bottom: 40px;
}
.footer1-wrapper-contact-list__item a {
  display: flex !important;
  align-items: center !important;
  color: var(--black);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.05px;
}
.footer1-wrapper-contact-list__item a:hover {
  color: var(--theme);
}
.footer1-wrapper-contact-list__item a img {
  padding-right: 10px;
}
.footer1-wrapper-contact-list__item a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #C1C1C1;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.footer1-wrapper-contact-list__item a .icon i {
  background: var(--P1, linear-gradient(270deg, #9708CC -54.69%, #43CBFF 99.85%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer1-wrapper-contact-list__item a .text span:first-child {
  color: var(--title2);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.05px;
  padding-bottom: 5px;
}
.footer1-bottom {
  position: relative;
  z-index: 5;
}
.footer1-bottom-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #C1C1C1;
}
@media (min-width: 992px) {
  .footer1-bottom-info {
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 499px) {
  .footer1-bottom-info {
    padding: 10px;
  }
}
.footer1-bottom-info__links {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer1-bottom-info__links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 14px;
  }
}
.footer1-bottom-info__links p {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
  opacity: 0.8;
}
@media (max-width: 499px) {
  .footer1-bottom-info__links p {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .footer1-bottom-info__links p {
    font-size: 12px;
  }
}
.footer1-bottom-info__links a {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
  opacity: 0.8;
}
.footer1-bottom-info__links a:not(:last-child) {
  padding-right: 20px;
}
@media (max-width: 499px) {
  .footer1-bottom-info__links a:not(:last-child) {
    padding-right: 10px;
  }
}
@media (max-width: 499px) {
  .footer1-bottom-info__links a {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .footer1-bottom-info__links a {
    font-size: 12px;
  }
}
.footer1-bottom-info__links a:hover {
  color: var(--theme);
}
.footer1-bottom-info__payment {
  display: flex;
  gap: 20px;
}/*# sourceMappingURL=style.css.map */







/**  Cutsom Css add new **/


span.qty-minus {
  color: #000 !important;
  font-size: 28px;
}
span.qty-plus {
  color: #000 !important;
  font-size: 18px;
}