@charset "UTF-8";
/*-----------------------------------------------------------------
Theme Name: SEOnic
Author: Code Your Way
Author URI: https://themeforest.net/user/codeurway
Version: 1.0.0 
Description: SEOnic - SEO & Digital Marketing Agency html Template. <

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

01.Mixins
02.Variables
03.Typography
04.Extend
05.Helping
06.Animation
07.Accordion
08.Buttons
09.Card
10.Common
11.Container
12.Form
13.Gutter
14.Meanmenu
15.Preloader
16.Sidebar
17.slider 
18.Text Slider
19.Title
20.Widget
21.Header
22.Footer
23.About
24.Blog
25.Case Study
26.Contact
27.CTA
28.Faq
29.Intro
30.Pricing
31.Project
32.Services
33.Team
34.Testimonial
35.Work process
------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #FC50B9;
  --theme2: #5D56EF;
  --theme3: #F750BB;
  --header: #241442;
  --title: #131313;
  --orange: #F74F22;
  --gray1: #F6F8F0;
  --text: #4B4B4B;
  --border: #D0D0D0;
  --border-2: #D4DCED;
  --bg: #EAECF3;
  --bg2: #EBEDE2;
  --btn-text: #252525;
  --pra-text: #737373;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  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(--text);
  outline: none;
}

input::placeholder {
  color: #767771;
}

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

h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 75px;
    line-height: 75px;
  }
}

h2 {
  font-family: "Figtree", serif;
  color: var(--black);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 450px) {
  h2 span {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}

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

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

h2 a {
  font-family: "Figtree", serif;
  font-size: 59.766px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  display: inline-block;
}
@media (max-width: 767px) {
  h2 a {
    font-size: 45px !important;
  }
}
@media (max-width: 575px) {
  h2 a {
    font-size: 28px !important;
  }
}

h3 a {
  font-family: "Figtree", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  display: inline-block;
}

h4 a {
  font-family: "Figtree", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

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

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

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

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.27px;
  text-transform: capitalize;
}

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

span a {
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.27px;
  text-transform: capitalize;
}

/* 04.Extend */
.intro__customar .customar {
  box-shadow: 0px 2.53px 5.061px -0.633px rgba(64, 64, 64, 0.1), 0px 1.265px 2.53px -0.633px rgba(64, 64, 64, 0.06);
  background: var(--white);
}

.flex-key-1, .testimonial__card--clint .clint-review ul, .team__item--title, .services .filter-buttons .filter-btn, .services__category--item button, .contact__card--item, .blog-details__comment .comment__item, .blog-details__tag .social-link ul, .blog-details__tag .list ul, .blog__post--meta .date, .blog__post--meta .person, .about__thumbbox, .footer__bottom--menu ul, .footer__social ul, .footer__content ul li {
  display: flex;
  align-items: center;
}

.flex-key-2, .testimonial__wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-key-3 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.flex-key-4, .testimonial2__thumb, .testimonial__card--clint, .team__item, .contact__thumb--2, .case-study .case-study__card--meta, .blog-details__tag, .blog__post--meta, .footer__bottom--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fd-column, .faq .col-xl-6:first-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 100%;
  justify-content: center;
}

.tran-key-1, .services__icon, .about__thumb--right .thumb__vactor, .about__thumb--left .thumb__vactor {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--orange);
  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;
}

.mega-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

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

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

.page-nav-wrap ul li {
  display: inline-block;
  text-align: center;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid #E3E3E3;
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.box-shadow {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

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

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

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

.margin-top-5 {
  margin-top: -5px;
}

.margin-top-60 {
  margin-top: -65px;
}
@media (max-width: 1399px) {
  .margin-top-60 {
    margin-top: -25px;
  }
}
@media (max-width: 1199px) {
  .margin-top-60 {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .margin-top-60 {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .margin-top-60 {
    margin-top: -65px;
  }
}

.margin-top-8 {
  margin-top: -10px;
}

.mt-n30 {
  margin-top: -30px !important;
}

.mt-n50 {
  margin-top: -50px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-7 {
  margin-right: 7px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-44 {
  margin-right: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

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

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

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

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

.text-dark2 {
  color: #838387 !important;
}

.text-bg-color2 {
  color: var(--bg2) !important;
}

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

.text-theme-color2 {
  color: var(--theme2) !important;
}

.text-orange-color {
  color: var(--orange) !important;
}

/* 06.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-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);
  }
}
.ripple-effect {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F3E7E0;
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
  box-shadow: 0 0 0 0 rgb(255, 217, 196);
  animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
  width: 19px;
  height: 24px;
}

/*img-animation**********************/
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw3 {
  0% {
    stroke-dashoffset: 800;
    /* Hidden */
  }
  100% {
    stroke-dashoffset: 0;
    /* Fully visible */
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawPath {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.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 2s forwards;
  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;
  }
}
.img-custom-fix {
  opacity: 0;
  /* Start invisible */
  animation: img-anim-tops 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes img-anim-tops {
  0% {
    opacity: 0;
    transform: translateY(30px);
    /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.move-directions {
  -webkit-animation: move-directions 2s infinite;
  animation: move-directions 2s infinite;
}

@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-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);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@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);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -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-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
.img-shine {
  position: relative;
}

.img-shine: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);
}

.img-shine:hover:after {
  animation: imgShine 1s;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

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

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

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

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

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

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scalePause {
  animation-duration: 2.5s;
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 2s;
  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;
}

.scalePause {
  --animation-name: scalePause;
}

.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.2);
  }
}
@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);
  }
}
@keyframes scalePause {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}

.cwFadeInUp {
  opacity: 0;
  animation: cwFadeInUp 2s ease-out forwards;
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-7 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.ripple-key-1 {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple-key-1;
}

@keyframes ripple-key-1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.svg-icon {
  display: inline-block;
  animation: rotateAnimation 5s infinite ease-in-out;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes dash-move {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes drawPath {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.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);
  }
}
.moveAround5 {
  animation: moveAround4 200s linear infinite;
  -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround5 {
  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(60%, 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(49%, 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);
  }
}
.moveAround {
  animation: moveAround 200s linear infinite;
  -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround6 {
  0% {
    transform: translate(-10%, -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(-90%, -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);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* 07.Accordion */
.accordion.style3 .accordion-item .accordion-header button:after {
  display: none;
}
.accordion.style3 .accordion-item .accordion-button[aria-expanded=false]::before {
  content: "+";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #EFEFEF;
  border-radius: 50%;
  color: var(--theme);
}
.accordion.style3 .accordion-item .accordion-button[aria-expanded=true]::before {
  content: "−";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90deg, #5D56EF 0%, #F350BC 100%);
  border-radius: 50%;
  color: var(--white);
}
.accordion.style3 .accordion-item {
  margin-bottom: 25px;
  background: transparent;
  border: 1px solid transparent;
}
.accordion.style3 .accordion-item.active {
  border: 1px solid var(--theme);
}
.accordion.style3 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion.style3 .accordion-item .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion.style3 .accordion-item button {
  gap: 20px;
  border-bottom: 1px dashed var(--theme);
  background: transparent;
  padding: 0 0 16px 0 !important;
}
.accordion.style3 .accordion-item button span {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
}
@media (max-width: 1199px) {
  .accordion.style3 .accordion-item button span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .accordion.style3 .accordion-item button span {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .accordion.style3 .accordion-item button span {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .accordion.style3 .accordion-item button span {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .accordion.style3 .accordion-item button span {
    font-size: 13px;
  }
}
.accordion.style3 .accordion-item button span span {
  margin-right: 20px;
}
@media (max-width: 450px) {
  .accordion.style3 .accordion-item button span span {
    margin-right: 10px;
  }
}
.accordion.style3 .accordion-item button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px dashed transparent;
  background: linear-gradient(to right, var(--theme) 50%, transparent 50%) repeat-x;
  background-size: 10px 1px;
  animation: dash-move 15s linear infinite;
}
.accordion.style3 .accordion-item button:not(.collapsed) .icon-box {
  background-color: var(--theme);
}
.accordion.style3 .accordion-item button .accordion-button.collapsed {
  background: var(--white);
}
.accordion.style3 .accordion-item button .accordion-button.collapsed:after {
  display: none;
}
.accordion.style3 .accordion-item .accordion-collapse .accordion-body {
  padding: 32px 0 !important;
}
.accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
  color: var(--text);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.27px;
}
@media (max-width: 500px) {
  .accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
    font-size: 12px;
  }
}

/* 08.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn.style2 {
  display: inline-flex;
  gap: 10px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 12px 30px;
  border: none;
  border-radius: 48px;
  background: linear-gradient(87deg, #5D56EF 34.43%, #FC50B9 96.88%);
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style2 svg path {
  fill: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style2::before, .theme-btn.style2::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(87deg, #FC50B9 34.43%, #5D56EF 96.88%);
  transition: 1s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.theme-btn.style2::before {
  top: -1em;
  left: -1em;
}
.theme-btn.style2::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}
.theme-btn.style2:hover {
  color: var(--black);
}
.theme-btn.style2:hover svg path {
  fill: var(--black);
}
.theme-btn.style2:hover svg {
  transform: rotate(180deg);
}
.theme-btn.style2:hover::before, .theme-btn.style2:hover::after {
  width: 410px;
  height: 410px;
}
.theme-btn.style2:active {
  filter: brightness(0.8);
}
.theme-btn.style3 {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  background: #fff;
  color: #F051BD;
  border-radius: 48px;
  overflow: hidden;
}
.theme-btn.style3::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  background: linear-gradient(45deg, #FC50B9, #5D56EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.theme-btn.style3::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px;
  padding: 3px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 4s ease-in-out infinite;
}
.theme-btn.style3:hover svg {
  transform: rotate(180deg);
}
@keyframes borderAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.theme-btn.style4 {
  display: inline-flex;
  gap: 10px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.27px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--black);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style4 svg path {
  fill: var(--black);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style4::before {
  top: -1em;
  left: -1em;
}
.theme-btn.style4::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}
.theme-btn.style4:hover {
  color: var(--white) !important;
  text-decoration-color: rgb(159, 83, 216);
  background: linear-gradient(90deg, #5D56EF 0%, #FC50B9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-btn.style4:hover svg path {
  fill: #FC50B9;
}
.theme-btn.style4:hover svg {
  transform: rotate(45deg);
}
.theme-btn.style4:hover::before, .theme-btn.style4:hover::after {
  width: 410px;
  height: 410px;
}
.theme-btn.style4:active {
  filter: brightness(0.8);
}
.theme-btn.style5 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  background: #fff;
  color: #F051BD;
  border-radius: 16px;
  overflow: hidden;
}
.theme-btn.style5::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  background: linear-gradient(45deg, #FC50B9, #5D56EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.theme-btn.style5::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 4s ease-in-out infinite;
}
.theme-btn.style5:hover {
  background: linear-gradient(90deg, #5D56EF 0%, #F350BC 100%);
  color: var(--white);
}
.theme-btn.style5:hover svg {
  transform: rotate(180deg);
}
.theme-btn.style5:hover svg path {
  fill: var(--white);
}
@keyframes borderAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.theme-btn.style6 {
  display: inline-flex;
  gap: 10px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  background: var(--theme3);
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style6 svg path {
  fill: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style6::before, .theme-btn.style6::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background: var(--theme2);
  transition: 1s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.theme-btn.style6::before {
  top: -1em;
  left: -1em;
}
.theme-btn.style6::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}
.theme-btn.style6:hover {
  color: var(--black);
}
.theme-btn.style6:hover svg path {
  fill: var(--black);
}
.theme-btn.style6:hover svg {
  transform: rotate(180deg);
}
.theme-btn.style6:hover::before, .theme-btn.style6:hover::after {
  width: 410px;
  height: 410px;
}
.theme-btn.style6:active {
  filter: brightness(0.8);
}
.theme-btn.style7 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  background: #fff;
  color: var(--black);
  border-radius: 32px;
  border: 1px solid var(--black);
  overflow: hidden;
}
.theme-btn.style7 svg path {
  fill: var(--black);
}
.theme-btn.style7:hover {
  background: var(--theme2);
  color: var(--white);
}
.theme-btn.style7:hover svg {
  transform: rotate(180deg);
}
.theme-btn.style7:hover svg path {
  fill: var(--white);
}
@keyframes borderAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.theme-btn.style8 {
  display: inline-flex;
  gap: 10px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.27px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--black);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style8 svg path {
  fill: var(--black);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style8::before {
  top: -1em;
  left: -1em;
}
.theme-btn.style8::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}
.theme-btn.style8:active {
  filter: brightness(0.8);
}

.btn-wrapper {
  position: relative;
  z-index: 99;
}

/* 09.Card */
/* 10.Common */
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.star ul li i {
  color: var(--orange);
}

.progress-wrap {
  margin-bottom: 15px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.progress-wrap .progress-meta .title {
  color: var(--theme);
  font-family: "Figtree", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.progress-wrap .progress-meta .percentage {
  color: var(--theme);
  font-family: "Figtree", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 500px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 470px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #D9DDFF !important;
  border-radius: 10px;
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 5px;
  background-color: var(--theme);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 575px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}
.progress-wrap .progress-container:before, .progress-wrap .progress-container:after {
  position: absolute;
  top: -4px;
  content: "";
  width: 8px;
  height: 12px;
  background-color: var(--theme);
  z-index: 3;
  border-radius: 2px;
}
.progress-wrap .progress-container:before {
  left: 0;
}
.progress-wrap .progress-container:after {
  right: 30%;
}
.progress-wrap .progress-container.style2:before, .progress-wrap .progress-container.style2:after {
  background-color: var(--orange);
}

.arrow-button {
  position: absolute;
  z-index: 9;
}
.arrow-button .arrow-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 8px;
  background-color: var(--white);
  color: var(--title);
  border: 1px solid var(--title);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.arrow-button .arrow-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--title);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.arrow-button .arrow-next:hover,
.arrow-button .arrow-prev:hover {
  background-color: var(--title);
  color: var(--white);
  border: 1px solid var(--title);
}

.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(--orange);
  -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: var(--orange);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--orange);
  -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;
}

.fix-visible {
  overflow: visible;
}

.py-120 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .py-120 {
    padding: 70px 0;
  }
}
@media (max-width: 450px) {
  .py-120 {
    padding: 40px 0;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .pb-120 {
    padding-bottom: 40px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 50px;
  }
}
@media (max-width: 450px) {
  .pt-120 {
    padding-top: 40px;
  }
}

.mt-40 {
  margin-top: 40px;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mask-content {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center center;
  -webkit-mask-position: center center;
  width: 100%;
}

.checklists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checklists li {
  display: flex;
  align-items: center;
  color: var(--title);
  font-family: "Figtree", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.checklists li svg {
  margin-right: 20px;
}

.checklists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checklists li {
  display: flex;
  align-items: center;
  color: var(--pra-text);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.checklists li .icon {
  width: 16px;
  height: 16px;
  line-height: 14px;
  margin-right: 15px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checklists li .icon i {
  font-size: 10px;
  color: var(--theme2);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal,
.swiper-pagination-fraction {
  left: 0 !important;
  bottom: -62px !important;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal,
  .swiper-pagination-fraction {
    left: 0;
    bottom: 40px !important;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: inline-block;
  background-color: #5D56EF;
  transition: background-color 0.3s;
  margin: 0 8px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme) !important;
  position: relative;
}
.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  background: transparent;
  width: 12px;
  height: 12px;
  padding: 8px;
  border-radius: 100%;
  border: 1px solid var(--theme);
  display: block;
}

.brand {
  background: var(--black);
}

/* 11.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
/* 12.Form */
form.style1 .row {
  margin-bottom: 30px;
}
form.style1 .row .col-md-6 {
  margin-bottom: 30px;
}
form.style1 input.form-control,
form.style1 .form-control {
  border-radius: 999px;
  color: #565969;
  font-family: "Poppins", serif;
  color: #565969;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 30px;
  background: var(--white);
  position: relative;
  border: 1px solid var(--theme2);
}
form.style1 input.form-control::placeholder,
form.style1 .form-control::placeholder {
  color: #565969;
}
form.style1 input[type=file].form-control::file-selector-button {
  padding: 5px 15px;
  border-radius: 15px;
  color: #565969;
  font-family: "$title-font";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 10px;
  cursor: pointer;
}
form.style1 textarea.form-control {
  border-radius: 20px;
  color: var(--white);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.2px;
  letter-spacing: -0.36px;
  padding: 12px 30px;
  max-height: 214px;
}
form.style1 input.form-control:focus,
form.style1 textarea.form-control:focus {
  border-color: var(--theme);
  outline: 0;
  box-shadow: none;
}
form.style1 .btn-wrapper {
  margin-top: 20px;
  display: inline-block;
}

/* 13.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-10 {
    --bs-gutter-x: 10px;
  }
  .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-74 {
    --bs-gutter-x: 74px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-97 {
    --bs-gutter-x: 97px;
  }
  .gx-120 {
    --bs-gutter-x: 120px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-140 {
    --bs-gutter-x: 140px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

/* 14.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(--white) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

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

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

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

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

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

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

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

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

/* 15.Preloader */
/*----------------------------------------------
    # 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: 999999;
}
.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 "Figtree", serif, "Poppins", 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: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Figtree", serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  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: var(--bg);
  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;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

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

/* 16.Sidebar */
/* 17.slider */
.arrow-btn.style1 {
  position: absolute;
  top: 94px;
  right: 308px;
}
@media (max-width: 1199px) {
  .arrow-btn.style1 {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .arrow-btn.style1 {
    display: none;
  }
}
.arrow-btn.style1 .slider-prev,
.arrow-btn.style1 .slider-next {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  color: var(--white);
  margin-right: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style1 .slider-prev:last-child,
.arrow-btn.style1 .slider-next:last-child {
  margin-right: 0;
}
.arrow-btn.style1 .slider-prev:hover,
.arrow-btn.style1 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style2 {
  position: relative;
}
.arrow-btn.style2 .slider-prev {
  position: absolute;
  left: -48px;
  bottom: 158px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: transparent;
  color: var(--theme);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .arrow-btn.style2 .slider-prev {
    left: -11px;
  }
}
@media (max-width: 575px) {
  .arrow-btn.style2 .slider-prev {
    display: none;
  }
}
.arrow-btn.style2 .slider-prev:hover svg path {
  fill: var(--theme);
}
.arrow-btn.style2 .slider-next {
  position: absolute;
  right: -48px;
  bottom: 158px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: transparent;
  color: var(--white);
}
@media (max-width: 1199px) {
  .arrow-btn.style2 .slider-next {
    right: -11px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style2 .slider-next {
    right: -34px;
  }
}
@media (max-width: 575px) {
  .arrow-btn.style2 .slider-next {
    display: none;
  }
}
.arrow-btn.style2 .slider-next:hover svg path {
  fill: var(--theme);
}
.arrow-btn.style3 {
  position: absolute;
  left: 614px;
  bottom: 100px;
}
.arrow-btn.style3 .slider-prev,
.arrow-btn.style3 .slider-next {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: #F5F5F5;
  color: #CCCCCC;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style3 .slider-prev:hover,
.arrow-btn.style3 .slider-next:hover {
  background: #E5E5E5;
  color: #111111;
}
.arrow-btn.style4 .slider-prev {
  position: absolute;
  left: -25px;
  top: 70%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: transparent;
  color: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style4 .slider-prev:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style4 .slider-next {
  position: absolute;
  right: -25px;
  top: 70%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: transparent;
  color: var(--theme);
  border: 1px solid var(--theme);
  transform: translateY(-70%);
  transition: all 0.4s;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style4 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style5 .slider-prev {
  position: absolute;
  right: 98px;
  bottom: -60px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--white);
  color: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style5 .slider-prev:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style5 .slider-next {
  position: absolute;
  right: 30px;
  bottom: -60px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--white);
  color: var(--theme);
  border: 1px solid var(--theme);
  transform: translateY(-70%);
  transition: all 0.4s;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style5 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style6 {
  position: absolute;
  top: 94px;
  left: 76.6%;
}
@media (max-width: 767px) {
  .arrow-btn.style6 {
    display: none;
  }
}
.arrow-btn.style6 .slider-prev,
.arrow-btn.style6 .slider-next {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(252, 90, 17, 0.1);
  filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  color: var(--black);
  margin-right: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style6 .slider-prev:last-child,
.arrow-btn.style6 .slider-next:last-child {
  margin-right: 0;
}
.arrow-btn.style6 .slider-prev:hover,
.arrow-btn.style6 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style7 {
  position: relative;
  z-index: 99;
}
@media (max-width: 500px) {
  .arrow-btn.style7 {
    display: none;
  }
}
.arrow-btn.style7 .slider-prev {
  position: absolute;
  left: 0;
  bottom: -120px;
  z-index: 9;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fad1cb;
  color: var(--title);
  filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .arrow-btn.style7 .slider-prev {
    bottom: -85px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style7 .slider-prev {
    bottom: -54px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style7 .slider-prev {
    bottom: -80px;
  }
}
.arrow-btn.style7 .slider-prev::after {
  content: "";
  width: 1175px;
  height: 1px;
  border: 1px dashed #D0D0D0;
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .arrow-btn.style7 .slider-prev::after {
    width: 994px;
  }
}
@media (max-width: 1199px) {
  .arrow-btn.style7 .slider-prev::after {
    width: 816px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style7 .slider-prev::after {
    width: 574px;
  }
}
@media (max-width: 767px) {
  .arrow-btn.style7 .slider-prev::after {
    width: 396px;
  }
}
.arrow-btn.style7 .slider-prev:hover {
  background: var(--theme);
  color: var(--black);
}
.arrow-btn.style7 .slider-next {
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fad1cb;
  color: var(--title);
  filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .arrow-btn.style7 .slider-next {
    bottom: -85px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style7 .slider-next {
    bottom: -54px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style7 .slider-next {
    bottom: -80px;
  }
}
.arrow-btn.style7 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}

/* 18.Text Slider */
.scrolling-wrap.style1 {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: var(--black);
  padding: 60px 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1399px) {
  .scrolling-wrap.style1 {
    padding: 30px 0;
  }
}
.scrolling-wrap.style1 .comm {
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap.style1 .comm .cmn-textslide-1 {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .scrolling-wrap.style1 .comm .cmn-textslide-1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.scrolling-wrap.style1 .comm .cmn-textslide-2 {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .scrolling-wrap.style1 .comm .cmn-textslide-2 {
    font-size: 34px;
    line-height: 34px;
  }
}
.scrolling-wrap.style1:hover .comm {
  animation-play-state: paused;
}
.scrolling-wrap.style2 {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 105px;
  background-color: var(--black);
  position: relative;
  z-index: -1;
}
.scrolling-wrap.style2 .comm {
  display: flex;
  align-items: center;
  animation: scroll 40s linear infinite;
  gap: 105px;
  cursor: pointer;
}
.scrolling-wrap.style2 .comm .cmn-textslide-1 {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  padding: 80px 48px;
  border-left: 0.5px solid #353535;
  border-right: 0.5px solid #353535;
}
@media (max-width: 575px) {
  .scrolling-wrap.style2 .comm .cmn-textslide-1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.scrolling-wrap.style2 .comm .cmn-textslide-2 {
  padding: 80px 48px;
  color: var(--white);
  font-family: "DM Sans";
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  border-left: 0.5px solid #353535;
  border-right: 0.5px solid #353535;
}
@media (max-width: 575px) {
  .scrolling-wrap.style2 .comm .cmn-textslide-2 {
    font-size: 34px;
    line-height: 34px;
  }
}
.scrolling-wrap.style2:hover .comm {
  animation-play-state: paused;
}
.scrolling-wrap.style3 {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: var(--white);
  padding: 20px 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 1399px) {
  .scrolling-wrap.style3 {
    padding: 30px 0;
  }
}
.scrolling-wrap.style3 .comm {
  display: flex;
  align-items: center;
  animation: scroll 30s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap.style3 .comm h2 {
  color: var(--black);
  font-family: "Figtree", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .scrolling-wrap.style3 .comm h2 {
    font-size: 45px;
  }
}
.scrolling-wrap.style3 .comm .cmn-textslide-2 {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .scrolling-wrap.style3 .comm .cmn-textslide-2 {
    font-size: 34px;
    line-height: 34px;
  }
}
.scrolling-wrap.style3:hover .comm {
  animation-play-state: paused;
}

/* 19.Title*/
.section__heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section__heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .section__heading {
    margin-bottom: 30px;
  }
}
.section__heading--2 .section__heading--title {
  color: var(--white);
}
.section__heading--3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .section__heading--3 {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
  }
}
.section__heading--title {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  .section__heading--title {
    font-size: 40px;
  }
}
.section__heading--title span {
  background: linear-gradient(90deg, #5D56EF -11.03%, #ED51BE 123.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(159, 83, 216);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section__heading--title span {
    font-size: 40px;
  }
}
.section__heading--title b {
  color: #F750BB;
}
.section__heading--title p {
  color: #F750BB;
  font-family: Figtree;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.151px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.section__heading .sub__title {
  color: var(--theme3);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 10px;
}
.section__heading--title2 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.151px;
}
@media (max-width: 767px) {
  .section__heading--title2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section__heading--title2 {
    font-size: 40px;
  }
}
.section__heading--title2 span {
  font-style: italic;
  font-weight: 500;
}
.section__heading--highlight {
  color: var(--text);
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .section__heading--highlight {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .section__heading--highlight {
    font-size: 12px;
  }
}
.section__heading--faq-1 {
  width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section__heading--faq-1 {
    max-width: 100%;
  }
}

/* 20.Widget*/
.sidebar__widget--search {
  margin-bottom: 48px;
}
.sidebar__widget--search .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 82px;
  border-radius: 12px;
  background: #fff;
  position: relative;
  color: #868181;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.065px;
  text-transform: capitalize;
  padding: 2px;
}
.sidebar__widget--search .search-form::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
  pointer-events: none;
}
.sidebar__widget--search .search-form input {
  flex: 1;
  padding: 14px 16px;
  padding-right: 40px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  color: #654c4c;
  z-index: 1;
}
.sidebar__widget--search .search-form input::placeholder {
  color: #868181;
  opacity: 1;
}
.sidebar__widget--search .search-form .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #654c4c;
  cursor: pointer;
  z-index: 2;
}
.sidebar__widget--catagory .title h3 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.108px;
  margin-bottom: 20px;
}
.sidebar__widget--catagory .single__items {
  position: relative;
  margin-bottom: 16px;
}
.sidebar__widget--catagory .single__items:last-child {
  margin-bottom: 0;
}
.sidebar__widget--catagory .single__items h3 a {
  padding: 19px 24px;
  width: 100%;
}
.sidebar__widget--catagory .single__items::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
  pointer-events: none;
}
.sidebar__widget--post .tittle {
  border-bottom: 1px solid var(--black);
  padding: 12px;
  margin: 40px 0 32px 0;
}
.sidebar__widget--post .tittle h3 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.086px;
}
.sidebar__widget--post .blog__thumb img {
  width: 100%;
}

.contact-bar {
  margin-top: 64px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.contact-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1;
}
.contact-bar .contact-info {
  text-align: center;
  padding: 64px 0;
  position: relative;
  z-index: 9;
}
.contact-bar .contact-info .icon {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 48px;
  text-align: center;
  background: #FC50B9;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-bar .contact-info .icon i {
  font-size: 20px;
  color: var(--white);
}
.contact-bar .contact-info .title {
  margin-bottom: 16px;
}
.contact-bar .contact-info .title h3 {
  color: #FBFBFF;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.9px;
  margin-bottom: 20px;
}
.contact-bar .contact-info .title p {
  color: var(--white);
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-bar .contact-info .contact-no h3 a {
  color: #FBFBFF;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.9px;
}

/* 21.Header*/
/*----------------------------------------------
    # Header style here
----------------------------------------------*/
.header-section-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header-section-1 {
    overflow: hidden;
  }
}

.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.main-header-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1899px) {
  .main-header-wrapper {
    gap: 70px;
  }
}
@media (max-width: 1600px) {
  .main-header-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header-wrapper {
    padding: 15px 0;
  }
}
.main-header-wrapper .main-header-items {
  width: 100%;
}
.main-header-wrapper .main-header-items .header-contact-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border: 1px solid #d4dced;
}
@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    gap: 30px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
  border-right: 1px solid #d4dced;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
    border-right: none;
    padding-right: 0;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media (max-width: 1399px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(30, 32, 35, 0.1);
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
    width: 54px;
    height: 54px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p {
  color: var(--text);
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
  font-size: 20px;
  color: var(--title);
  text-transform: initial;
}
@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
    font-size: 18px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a {
  color: var(--title);
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2 {
  border: none;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn {
    font-size: 14px;
    padding: 24px 27px;
  }
}

.header-1 {
  background-color: transparent;
}
.header-1.sticky-bg-dark .header-main .main-menu ul li a {
  color: var(--white) !important;
}
.header-1 .mega-menu-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  background: transparent;
}
@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 0;
  }
}
@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1899px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
    left: -50px;
  }
}
.header-1 .header-right {
  gap: 5px !important;
}
@media (max-width: 1399px) {
  .header-1 .header-right {
    gap: 3px !important;
  }
}
@media (max-width: 450px) {
  .header-1 .header-right {
    gap: 5px !important;
  }
}
.header-1 .header-right .header-button {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right .header__canvas__hamburger .sidebar__toggle {
    display: none;
  }
}
.header-1 .header-right .header__canvas__hamburger .sidebar__toggle svg path {
  fill: var(--white);
}
.header-1 .header-right .sidebar__toggle {
  margin-left: 30px;
}
.header-1 .header-right .sidebar__toggle svg path {
  fill: var(--white);
}

.header-2 {
  background-color: transparent;
}
.header-2 .mega-menu-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  background: transparent;
}
.header-2 .mega-menu-wrapper .header-main .main-menu ul {
  margin-bottom: 0;
}
.header-2 .mega-menu-wrapper .header-main .main-menu ul li a {
  color: var(--black) !important;
}
.header-2 .mega-menu-wrapper .header-main .main-menu ul li a i {
  color: var(--white);
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.header-2 .mega-menu-wrapper .header-main .main-menu ul li a:hover, .header-2 .mega-menu-wrapper .header-main .main-menu ul li a.active {
  color: var(--theme) !important;
}
.header-2 .header-right {
  gap: 5px !important;
}
@media (max-width: 1399px) {
  .header-2 .header-right {
    gap: 3px !important;
  }
}
@media (max-width: 450px) {
  .header-2 .header-right {
    gap: 5px !important;
  }
}
.header-2 .header-right .header-button {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .header-2 .header-right .header-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-2 .header-right .header__canvas__hamburger .sidebar__toggle {
    display: none;
  }
}
.header-2 .header-right .sidebar__toggle {
  color: var(--white);
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .header-2 .header-right .sidebar__toggle {
    color: var(--theme);
  }
}

.header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-right {
    gap: 5px;
  }
  .header-right .theme-btn {
    display: none;
  }
}
.header-right .search-icon {
  color: var(--title);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--title);
  font-size: 20px;
  font-weight: 900;
  border-right: 1px solid var(--white);
  padding-right: 25px;
}
.header-right .header__cart {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header-right .header__cart {
    padding: 0px 10px;
  }
}
.header-right .header__cart:hover > a {
  color: var(--theme);
}
.header-right .header__cart:hover .header__right__dropdown__wrapper {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: 0.3s;
}
.header-right .header__cart > a {
  font-size: 18px;
  color: var(--text);
  padding: 15px 0;
  position: relative;
}
.header-right .header__cart > a::before {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  padding: 0 4px;
  content: "3";
  text-align: center;
  border-radius: 100%;
  background: var(--theme);
  color: var(--white);
}
@media (max-width: 991px) {
  .header-right .header__cart > a::before {
    top: 7px;
    right: 11px;
  }
}
.header-right .header__cart .header__right__dropdown__wrapper {
  position: absolute;
  width: 300px;
  max-height: 700px;
  padding: 20px;
  border-bottom: 3px solid var(--border);
  background-color: var(--white);
  box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
  top: 100%;
  left: -235px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
@media (max-width: 767px) {
  .header-right .header__cart .header__right__dropdown__wrapper {
    left: -220px;
  }
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close {
  position: absolute;
  right: 0;
  top: -10px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close a :hover {
  color: var(--theme2);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner {
  border-bottom: 1px solid var(--border-2);
  margin-bottom: 30px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img {
  width: 30%;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img a {
  display: inline-block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content {
  text-align: left;
  width: 70%;
  margin-left: 15px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--title);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a:hover {
  color: var(--theme2);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p {
  color: var(--title);
  font-size: 14px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p span {
  color: var(--theme);
}
.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
}
.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price span {
  float: right;
  color: var(--theme);
  font-weight: 700;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color {
  border: 1px solid var(--theme2);
  margin-bottom: 20px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color:hover {
  background: var(--theme2);
  color: var(--white);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color {
  background: var(--title);
  color: var(--white);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color:hover {
  background: var(--theme2);
}

.sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--text);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  height: 90px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 25px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  padding: 18px 0;
  text-align: left;
  position: relative;
  color: var(--white);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li a {
    letter-spacing: 1px;
  }
}
.header-main .main-menu ul li a i {
  color: var(--white);
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a.active {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: max-content;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--title);
  border-top: 6px solid var(--theme);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 999;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--title);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "\f83e";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li a.active, .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme2);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--white);
  color: var(--theme) !important;
  padding: 11px 35px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  opacity: 1;
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 565px;
  padding: 30px 24px 10px 24px;
  opacity: 0;
  left: -100px;
  visibility: hidden;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--theme2);
}
.header-main .main-menu ul li .has-homemenu .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: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .search-icon {
  color: var(--white);
  font-size: 24px;
}
@media (max-width: 470px) {
  .header-main .header-right .search-icon {
    display: none;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--title);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.sticky-bg-dark {
  background-color: #161921;
}
.sticky.sticky-bg-dark .header-main .main-menu ul li a {
  color: var(--white) !important;
}
.sticky.header-1 {
  padding: 0 10px;
  background: #141414;
}
.sticky.header-1 .logo {
  display: block;
}
.sticky.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--title);
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--white);
}
.sticky.header-1 .header-main .main-menu ul li a.active, .sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
@media (max-width: 450px) {
  .sticky.header-1 {
    padding: 0;
  }
}
.sticky.header-1 .theme-btn {
  background: var(--white);
  color: var(--title);
}
.sticky.header-2 {
  padding: 0 10px;
  background: var(--white);
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid var(--theme2);
}
.sticky.header-2 .logo {
  display: block;
}
.sticky.header-2 .header-main {
  padding-top: 0;
}
.sticky.header-2 .header-main .main-menu ul li .submenu li a {
  color: var(--title);
}
.sticky.header-2 .header-main .main-menu ul li a {
  color: var(--title);
}
.sticky.header-2 .header-main .main-menu ul li a.active, .sticky.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
@media (max-width: 450px) {
  .sticky.header-2 {
    padding: 0;
  }
}

.offcanvas__info {
  background: var(--title) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  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);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
  background-color: transparent;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--theme2);
}
.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(--white);
}
.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: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
  justify-content: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--title) !important;
}

.header-top-area {
  background: var(--theme2);
}
.header-top-area .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.header-top-area .header-top-wrapper .content ul {
  display: flex;
  gap: 69px;
  align-items: center;
}
.header-top-area .header-top-wrapper .content ul li {
  color: #737373;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.header-top-area .header-top-wrapper .content ul li i {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.header-top-area .header-top-wrapper .social-content ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
  color: var(--title);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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;
  }
}
.search-form-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.search-form-wrapper.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.search-form-wrapper .search-form-inner {
  width: 768px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 1199px) {
  .search-form-wrapper .search-form-inner {
    width: 320px;
  }
}
.search-form-wrapper .search-form-inner .search-content-filed {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
  cursor: pointer;
  font-size: 30px;
  color: var(--white);
}
.search-form-wrapper .search-form-inner .search-form {
  background: #FFFFFF;
  box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
  padding: 15px 30px;
  border-radius: 15px;
  flex: 1;
}
@media (max-width: 1199px) {
  .search-form-wrapper .search-form-inner .search-form {
    padding: 15px 15px;
  }
}
.search-form-wrapper .search-form-inner .search-form .search-form-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .theme-btn {
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 12px 40px;
  background: var(--theme);
  border-radius: 10px;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon {
  display: flex;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input button.submit-search-btn {
  padding: 15px 24px !important;
}
.search-form-wrapper .search-form-inner .search-form input[type=search] {
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 15px 12px !important;
  flex-grow: 1;
}

.breadcumb__wrapper {
  padding: 220px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
}
@media (max-width: 767px) {
  .breadcumb__wrapper {
    padding: 150px 0;
  }
}
.breadcumb__wrapper::before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.59) 31%, rgba(117, 117, 120, 0.59) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.breadcumb__title {
  margin-bottom: 8px;
}
.breadcumb__title h2 {
  color: #F5F5F5;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .breadcumb__title h2 {
    font-size: 56px;
  }
}
.breadcumb__menu {
  position: relative;
  z-index: 9;
  text-align: center;
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcumb__menu a {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .breadcumb__menu a {
    font-size: 20px;
  }
}
.breadcumb__menu a::after {
  content: "\f101";
  position: absolute;
  top: 0;
  right: -27px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  color: var(--theme);
}
.breadcumb__menu span {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 767px) {
  .breadcumb__menu span {
    font-size: 20px;
  }
}

/* 22.Footer*/
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer {
  background: #141414;
  padding-top: 200px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer--s2 {
  padding-top: 60px;
}
.footer__wrapper {
  margin-bottom: 60px;
}
.footer__shape--1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple-key-1;
}
.footer__shape--2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple-key-1;
}
.footer__shape--3 {
  position: absolute;
  top: 50%;
  left: 50%;
}
.footer__shape--4 {
  position: absolute;
  top: 60%;
  left: 60%;
}
.footer__shape--4 {
  position: absolute;
  top: 60%;
  left: 60%;
}
.footer__shape--5 {
  position: absolute;
  top: 60%;
  left: 60%;
}
.footer__shape--6 {
  position: absolute;
  top: 40%;
  left: 30%;
}
.footer__shape--6 {
  position: absolute;
  top: 16%;
  left: 9%;
}
.footer__shape--8 {
  position: absolute;
  top: 10%;
  left: 20%;
}
.footer__shape--9 {
  position: absolute;
  top: 10%;
  left: 20%;
}
.footer__shape--10 {
  position: absolute;
  top: 10%;
  right: 20%;
}
.footer__shape--11 {
  position: absolute;
  bottom: 10%;
  right: 20%;
}
.footer__shape--11 {
  position: absolute;
  bottom: 50%;
  right: 60%;
}
.footer__shape--12 {
  position: absolute;
  bottom: 40%;
  right: 30%;
}
.footer__shape--13 {
  position: absolute;
  bottom: 30%;
  right: 5%;
}
.footer__heading h3 {
  color: var(--white);
  margin-bottom: 24px;
}
.footer__content p {
  color: #F5F5F5;
  margin: 24px 0 32px 0;
  width: 364.769px;
}
.footer__content ul li {
  margin-bottom: 15px;
  gap: 8px;
}
.footer__content ul li i {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.footer__content ul li a {
  color: #F5F5F5;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.27px;
}
.footer__content ul li span {
  color: #F5F5F5;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.27px;
}
.footer__content form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-left: 70px;
}
@media (max-width: 991px) {
  .footer__content form {
    margin-left: 0;
  }
}
.footer__content form input {
  padding: 18px;
  width: 100%;
  border-radius: 20px;
  color: #B6B6B6;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1399px) {
  .footer__content form input {
    font-size: 12px;
  }
}
.footer__content form input::placeholder {
  color: #888;
}
.footer__content form button {
  padding: 18px 32px;
  border-radius: 20px;
  background: linear-gradient(90deg, #5D56EF 0%, #F150BD 100%);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  color: var(--white);
  cursor: pointer;
  position: absolute;
  right: -1px;
  top: 2px;
  transition: background-color 0.3s;
}
@media (max-width: 1399px) {
  .footer__content form button {
    padding: 14px 32px;
  }
}
.footer__content form button:hover {
  background-color: #45a049;
}
.footer__social ul {
  gap: 12px;
}
.footer__bottom {
  padding: 32px 0;
  border-top: 1px solid #8A8A8A;
}
@media (max-width: 767px) {
  .footer__bottom--wrapper {
    flex-direction: column;
  }
}
.footer__bottom--copyright p {
  color: #F5F5F5;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.footer__bottom--copyright p a {
  color: var(--theme);
}
.footer__bottom--menu ul {
  gap: 10px;
}
.footer__bottom--menu ul li a {
  color: #F5F5F5;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/* 23.About*/
/*----------------------------------------------
    # About style here
----------------------------------------------*/
.about .col-xl-7 {
  margin-top: 132px;
}
@media (max-width: 1399px) {
  .about .col-xl-7 {
    margin-top: 60px;
  }
}
.about .section__heading {
  margin-bottom: 60px;
}
.about .section__heading--title {
  max-width: 713px;
  text-align: left;
}
.about__list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  margin-bottom: 48px;
  row-gap: 20px;
}
@media (max-width: 500px) {
  .about__list {
    grid-template-columns: 1fr;
  }
}
.about__list li {
  color: var(--black);
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .about__list li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .about__list li {
    font-size: 14px;
  }
}
.about .btn-wrapper {
  gap: 20px !important;
}
@media (max-width: 450px) {
  .about .btn-wrapper a span {
    font-size: 12px;
  }
}
.about__thumbbox {
  gap: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .about__thumbbox {
    justify-content: center;
  }
}
.about__shape--1 {
  width: 448.746px;
  height: 755.914px;
  border-radius: 20px;
  background: #F3F7FF;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .about__shape--1 {
    height: 690.914px;
  }
}
@media (max-width: 1199px) {
  .about__shape--1 {
    left: 50%;
    transform: translate(-50%);
    top: 40px;
  }
}
.about__shape--2 {
  position: absolute;
  z-index: -2;
  right: -82px;
  bottom: -112px;
}
@media (max-width: 1600px) {
  .about__shape--2 {
    right: -37px;
  }
}
@media (max-width: 1199px) {
  .about__shape--2 {
    right: 127px;
    bottom: -60px;
  }
}
.about__thumb--left {
  margin-top: 100px;
}
.about__thumb--left .thumb {
  position: relative;
}
.about__thumb--left .thumb img:first-child {
  border-radius: 50px 17.21px 17.21px 17.21px;
  margin-bottom: 20px;
  max-width: 100%;
}
.about__thumb--left .thumb img:last-child {
  border-radius: 17.21px;
  max-width: 100%;
}
.about__thumb--left .thumb__vactor {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.about__thumb--left .thumb__vactor img {
  width: 48px;
  height: 48px;
}
.about__thumb--left .thumb:hover .thumb__vactor {
  opacity: 1;
  visibility: visible;
}
.about__thumb--right .thumb {
  position: relative;
}
.about__thumb--right .thumb img:first-child {
  border-radius: 50px 50px 17.21px 17.21px;
  margin-bottom: 20px;
  max-width: 100%;
}
.about__thumb--right .thumb img:last-child {
  border-radius: 17.21px 17.21px 50px 17.21px;
}
.about__thumb--right .thumb__vactor {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.about__thumb--right .thumb:hover .thumb__vactor {
  opacity: 1;
  visibility: visible;
}

/* 24.Blog*/
.blog .section__heading--title {
  max-width: 500px;
  margin: auto auto 60px auto;
}
.blog .section__heading--title2 {
  max-width: 700px;
  margin: 0 auto 60px auto;
}
.blog__card {
  position: relative;
}
.blog__thumb img {
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .blog__thumb img {
    width: 100%;
  }
}
.blog__post {
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
  width: 385px;
  position: relative;
  z-index: 9;
  margin: -70px auto 0 auto;
}
.blog__post--2 {
  width: 80% !important;
}
@media (max-width: 1399px) {
  .blog__post {
    width: 328px;
    margin: -130px auto 0 auto;
  }
}
@media (max-width: 991px) {
  .blog__post {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .blog__post {
    width: 412px;
  }
}
@media (max-width: 767px) {
  .blog__post {
    width: 312px;
  }
}
@media (max-width: 450px) {
  .blog__post {
    width: 300px;
    padding: 10px;
  }
}
.blog__post::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
}
.blog__post--meta {
  margin-bottom: 18px;
}
.blog__post--meta .person p {
  color: #000;
}
.blog__post--meta .date p {
  color: #000;
}
.blog__post--content {
  position: relative;
  z-index: 99;
}
.blog__post--content h3 {
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .blog__post--content h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .blog__post--content h3 {
    font-size: 18px;
  }
}
.blog__post--content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.blog__post--content p {
  color: var(--text);
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .blog__post--content p {
    font-size: 14px;
  }
}

.blog-details__thumb img {
  border-radius: 12px;
  max-width: 100%;
}
.blog-details .blog__post--meta {
  margin: 8px 20px 32px 8px;
}
@media (max-width: 450px) {
  .blog-details .blog__post--meta {
    margin: 8px 0 32px 0;
  }
}
.blog-details__content--title {
  margin-bottom: 16px;
}
.blog-details__content--title h2 {
  color: var(--black);
  font-family: "Figtree", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.108px;
}
@media (max-width: 767px) {
  .blog-details__content--title h2 {
    font-size: 23px !important;
  }
}
.blog-details__content--pra p {
  color: #4B4B4B;
  font-family: "Figtree", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.054px;
}
@media (max-width: 767px) {
  .blog-details__content--pra p {
    font-size: 16px !important;
  }
}
.blog-details__content--pra .highlight {
  margin: 24px 0;
}
.blog-details__tag {
  padding: 32px 0;
  margin: 32px 0;
  border-top: 1px solid #C2BDBD;
  border-bottom: 1px solid #C2BDBD;
}
@media (max-width: 767px) {
  .blog-details__tag {
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
  }
}
.blog-details__tag .list ul {
  gap: 8px;
}
.blog-details__tag .list ul li:first-child {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.054px;
}
.blog-details__tag .list ul li a {
  position: relative;
  padding: 8px;
  display: inline-block;
  color: #A5A5A5;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.043px;
}
.blog-details__tag .list ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
}
.blog-details__tag .social-link ul {
  gap: 8px;
}
.blog-details__comment .title {
  margin-bottom: 32px;
}
.blog-details__comment .title h3 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.065px;
}
.blog-details__comment .comment__item {
  margin-bottom: 16px;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blog-details__comment .comment__item {
    flex-direction: column;
    align-items: start;
  }
}
.blog-details__comment .comment__item:last-child {
  margin-bottom: 0;
}
.blog-details__comment .comment__item .thumb img {
  border-radius: 12px;
}
.blog-details__comment .content h3 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.065px;
  margin-bottom: 12px;
}
.blog-details__comment .content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.043px;
  margin-bottom: 12px;
  width: 413px;
}
@media (max-width: 575px) {
  .blog-details__comment .content p {
    width: 100%;
  }
}
.blog-details__comment .comment__form {
  border-top: 1px solid #C2BDBD;
  padding-top: 32px;
  margin-top: 32px;
}
.blog-details__comment .comment__form .contact-form .form-group {
  margin-bottom: 20px;
}
.blog-details__comment .comment__form .contact-form .form-group input,
.blog-details__comment .comment__form .contact-form .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
}
.blog-details__comment .comment__form .contact-form .form-group input:focus,
.blog-details__comment .comment__form .contact-form .form-group textarea:focus {
  border-color: #007bff;
  outline: none;
}
.blog-details__comment .comment__form .contact-form .form-group input::after,
.blog-details__comment .comment__form .contact-form .form-group textarea::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
  pointer-events: none;
}

/* 25.Case Study*/
.case-study .section__heading--title {
  width: 622.19px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case-study .section__heading--title {
    max-width: 100%;
  }
}
.case-study .case-study__card {
  margin-bottom: 100px;
}
.case-study .case-study__card:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .case-study .case-study__card {
    margin-bottom: 40px;
  }
}
.case-study .case-study__card--thumb img {
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .case-study .case-study__card--thumb img {
    width: 100%;
  }
}
.case-study .case-study__card--meta {
  margin: 24px 28px 24px 0;
}
.case-study .case-study__card--content h3 {
  color: var(--black);
  margin-bottom: 16px;
}
.case-study .case-study__card--content p {
  color: var(--text);
}

/* 26.Contact*/
.contact .contact-form h2 {
  color: var(--title);
  margin-bottom: 40px;
}
.contact__thumb img {
  border-radius: 12px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .contact__thumb img {
    width: 100%;
  }
}
.contact__thumb--2 {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .contact__thumb--2 {
    display: none;
  }
}
.contact__thumb--2 img {
  border-radius: 12px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .contact__thumb--2 img {
    max-width: 49%;
  }
}
.contact__card {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .contact__card {
    margin-top: 20px;
  }
}
.contact__card--item {
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #D0D0D0;
  background: #EFEFEF;
  padding: 30px 0 30px 30px;
}
@media (max-width: 1399px) {
  .contact__card--item {
    max-width: 100%;
  }
}
.contact__card--icon {
  width: 80px;
  height: 80px;
  line-height: 86px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #FC50B9 0%, #5D56EF 100%);
}
.contact__card--icon i {
  color: var(--white);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.contact__card--content h3 {
  color: var(--text);
  font-family: "DM Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.9px;
}
.contact__card--content a {
  color: #565969;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .contact__card--content a {
    font-size: 16px;
  }
}
.contact__card--content p {
  color: #565969;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .contact__card--content p {
    font-size: 16px;
  }
}
.contact__map iframe {
  width: 100%;
}

/* 27.CTA*/
.cta {
  margin-bottom: -125px;
}
.cta__card {
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  position: relative;
  padding: 63px 0 35px 0;
  overflow: hidden;
  z-index: 9;
}
.cta__shape--1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple-key-1;
}
.cta__shape--2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple-key-1;
}
.cta__shape--3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cta__shape--3 path {
  fill: #6356ED;
  stroke: rgba(235, 80, 191, 0.2);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawPath 10s ease forwards infinite;
}
.cta__content {
  margin-bottom: 32px;
  position: relative;
  z-index: 9;
}
.cta__content h2 {
  color: var(--black);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  width: 546.244px;
  margin: 0 auto 16px auto;
}
@media (max-width: 767px) {
  .cta__content h2 {
    font-size: 20px;
    width: 100%;
  }
}
.cta__content p {
  color: var(--text);
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  width: 654.035px;
  margin: auto;
}
@media (max-width: 767px) {
  .cta__content p {
    width: 100%;
    font-size: 16px;
  }
}

/* 28.Faq*/
/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq__content {
  margin-left: 32px;
}
@media (max-width: 1199px) {
  .faq__content {
    margin-left: 0;
  }
}
.faq__content--thumb {
  margin-bottom: 24px;
}
.faq__content--thumb img {
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .faq__content--thumb img {
    width: 100%;
  }
}
.faq__content--cta {
  border-radius: 20px;
  background: #FFF;
  padding: 32px;
  position: relative;
  border: 1px solid var(--theme3);
}
.faq__content--cta h3 {
  color: var(--black);
  margin-bottom: 16px;
}
.faq__content--cta p {
  color: var(--text);
  margin-bottom: 24px;
}

/* 29.Intro*/
.intro {
  background: #141414;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}
.intro--2 {
  background: var(--white);
  padding: 250px 0 294px 0;
}
@media (max-width: 1399px) {
  .intro--2 {
    padding: 170px 0 294px 0;
  }
}
@media (max-width: 500px) {
  .intro--2 {
    padding: 135px 0 200px 0;
  }
}
.intro__shape--1 {
  border-radius: 350px;
  background: linear-gradient(90deg, rgba(93, 86, 239, 0.7) 0%, rgba(252, 80, 185, 0.7) 100%);
  filter: blur(200px);
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.intro__shape--2 {
  border-radius: 350px;
  background: linear-gradient(90deg, rgba(93, 86, 239, 0.7) 0%, rgba(252, 80, 185, 0.7) 100%);
  filter: blur(200px);
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.intro__shape--3 {
  position: absolute;
  top: 220px;
  left: 178px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .intro__shape--3 {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .intro__shape--3 {
    top: 300px;
  }
}
.intro__shape--4 {
  position: absolute;
  top: 220px;
  right: 210px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .intro__shape--4 {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .intro__shape--4 {
    top: 300px;
  }
}
.intro__title {
  margin-bottom: 30px;
}
.intro__title--2 .sub-tittle p {
  color: var(--theme);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 450px) {
  .intro__title--2 .sub-tittle p {
    font-size: 15px;
  }
}
.intro__title--2 h2 {
  color: var(--black);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.216px;
  position: relative;
  z-index: 9;
  margin-bottom: 32px;
}
@media (max-width: 1399px) {
  .intro__title--2 h2 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .intro__title--2 h2 {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  .intro__title--2 h2 {
    font-size: 54px;
  }
}
@media (max-width: 500px) {
  .intro__title--2 h2 {
    font-size: 46px;
  }
}
@media (max-width: 470px) {
  .intro__title--2 h2 {
    font-size: 45px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 450px) {
  .intro__title--2 h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
}
.intro__title--2 h2 span svg {
  position: absolute;
  left: -4px;
  bottom: 84px;
  z-index: -1;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw 5s ease-in-out infinite alternate;
}
@media (max-width: 991px) {
  .intro__title--2 h2 span svg {
    max-width: 36%;
  }
}
@media (max-width: 767px) {
  .intro__title--2 h2 span svg {
    bottom: 60px;
  }
}
@media (max-width: 500px) {
  .intro__title--2 h2 span svg {
    bottom: 38px;
  }
}
@media (max-width: 470px) {
  .intro__title--2 h2 span svg {
    bottom: 27px;
  }
}
.intro__title h2 {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-transform: capitalize;
  width: 1050px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .intro__title h2 {
    width: 100%;
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .intro__title h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .intro__title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .intro__title h2 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .intro__title h2 {
    font-size: 32px !important;
  }
}
.intro__title h2 span {
  background: linear-gradient(90deg, #5D56EF 56.65%, #FC50B9 114.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(159, 83, 216);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .intro__title h2 span {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .intro__title h2 span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .intro__title h2 span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .intro__title h2 span {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .intro__title h2 span {
    font-size: 32px;
  }
}
.intro__title h2 span.text-2 {
  background: linear-gradient(90deg, #5D56EF -4.63%, #FC50B9 73.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(159, 83, 216);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .intro__title h2 span.text-2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .intro__title h2 span.text-2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .intro__title h2 span.text-2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .intro__title h2 span.text-2 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .intro__title h2 span.text-2 {
    font-size: 32px;
  }
}
.intro__title h2 a {
  position: relative;
}
.intro__title h2 a .icon {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .intro__title h2 a .icon {
    top: 22%;
    transform: translate(-50%, -41%);
  }
}
.intro__title h2 a .icon i {
  color: var(--white);
  font-size: 40px;
}
@media (max-width: 991px) {
  .intro__title h2 a .icon i {
    font-size: 30px;
    color: var(--white);
  }
}
.intro__title h2 a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  transform: rotate(-5.446deg);
  z-index: 5;
}
@media (max-width: 991px) {
  .intro__title h2 a .overlay {
    display: none;
  }
}
.intro__title h2 a .video-border {
  transform: rotate(-5.446deg);
}
@media (max-width: 991px) {
  .intro__title h2 a .video-border {
    max-width: 120px;
    height: 45px;
  }
}
.intro__title p {
  color: #F5F5F5;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.3px;
  width: 692px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .intro__title p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .intro__title p {
    width: 100%;
    font-size: 17px;
  }
}
.intro__thumb {
  position: relative;
  z-index: 9;
  margin-top: 20px;
}
.intro__thumb img {
  max-width: 100%;
}
@media (max-width: 450px) {
  .intro__thumb img {
    width: 100%;
  }
}
.intro__thumb .thumb {
  text-align: center;
}
.intro__thumb .thumb img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.intro__thumb .thumb:hover ~ .intro__shape--5 {
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple-key-1;
}
.intro__shape--s1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .intro__shape--s1 {
    left: 25%;
    transform: translateX(-25%);
  }
}
@media (max-width: 991px) {
  .intro__shape--s1 {
    left: 19%;
    transform: translateX(-19%);
  }
}
@media (max-width: 767px) {
  .intro__shape--s1 {
    left: 0;
  }
}
.intro__shape--s2 {
  position: absolute;
  top: 23px;
  left: -107px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .intro__shape--s2 {
    top: 0px;
    left: -27px;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .intro__shape--s2 {
    left: 207px;
  }
}
@media (max-width: 1199px) {
  .intro__shape--s2 {
    display: none;
  }
}
.intro__shape--s3 {
  position: absolute;
  bottom: -125px;
  right: 169px;
  z-index: -1;
}
.intro__shape--s3 {
  position: absolute;
  bottom: -116px;
  right: 128px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .intro__shape--s3 {
    bottom: -102px;
    right: 55px;
  }
}
@media (max-width: 1199px) {
  .intro__shape--s3 {
    bottom: -55px;
    right: 252px;
  }
}
@media (max-width: 767px) {
  .intro__shape--s3 {
    bottom: -70px;
    right: 150px;
  }
}
.intro__shape--s4 {
  position: absolute;
  bottom: -71px;
  left: 0;
  z-index: -2;
}
@media (max-width: 1199px) {
  .intro__shape--s4 {
    left: 50%;
    transform: translateX(-50%);
  }
}
.intro__shape--s5 {
  position: absolute;
  top: 29px;
  right: 118px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .intro__shape--s5 {
    right: 261px;
  }
}
.intro__shape--s6 {
  position: absolute;
  bottom: -28px;
  left: -27px;
  z-index: 1;
  fill: none;
  stroke: #F750BB;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 1s linear infinite;
}
@media (max-width: 1199px) {
  .intro__shape--s6 {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 450px) {
  .intro__shape--s6 {
    bottom: -88px;
  }
}
@media (max-width: 450px) {
  .intro__shape--s6 svg {
    max-width: 337px;
  }
}
.intro__shape--s7 {
  position: absolute;
  bottom: 29px;
  left: 0px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .intro__shape--s7 {
    left: 239px;
  }
}
.intro__shape--5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro__shape--5 img {
  max-width: 100%;
}
.intro__shape--6 {
  position: absolute;
  left: -95px;
  top: -177px;
  z-index: 9;
}
@media (max-width: 1600px) {
  .intro__shape--6 {
    left: -40px;
    top: -260px;
  }
}
@media (max-width: 1399px) {
  .intro__shape--6 {
    left: -22px;
    top: -122px;
  }
}
@media (max-width: 991px) {
  .intro__shape--6 {
    top: -40px;
    left: 25px;
  }
}
@media (max-width: 767px) {
  .intro__shape--6 {
    top: -50px;
    left: 8px;
  }
}
@media (max-width: 450px) {
  .intro__shape--6 {
    top: -20px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .intro__shape--6 img {
    width: 150px;
    height: 155px;
  }
}
@media (max-width: 450px) {
  .intro__shape--6 img {
    width: 135px;
    height: 110px;
  }
}
.intro__shape--7 {
  position: absolute;
  left: 140px;
  top: -24px;
  z-index: 9;
}
@media (max-width: 1399px) {
  .intro__shape--7 {
    left: 182px;
    top: 54px;
  }
}
@media (max-width: 991px) {
  .intro__shape--7 {
    left: 129px;
    top: 69px;
  }
}
@media (max-width: 767px) {
  .intro__shape--7 {
    display: none;
  }
}
.intro__shape--8 {
  position: absolute;
  left: -105px;
  bottom: 40px;
  z-index: 9;
}
@media (max-width: 1600px) {
  .intro__shape--8 {
    left: -23px;
  }
}
@media (max-width: 991px) {
  .intro__shape--8 {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .intro__shape--8 {
    display: none;
  }
}
.intro__shape--9 {
  position: absolute;
  left: 120px;
  bottom: 230px;
  z-index: 9;
}
@media (max-width: 991px) {
  .intro__shape--9 {
    left: 82px;
    bottom: 188px;
  }
}
@media (max-width: 767px) {
  .intro__shape--9 {
    display: none;
  }
}
.intro__shape--10 {
  position: absolute;
  right: 125px;
  top: -65px;
  z-index: 9;
}
@media (max-width: 1399px) {
  .intro__shape--10 {
    top: 42px;
  }
}
@media (max-width: 991px) {
  .intro__shape--10 {
    top: 150px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .intro__shape--10 {
    top: 80px;
    right: 25px;
  }
}
@media (max-width: 500px) {
  .intro__shape--10 {
    top: 18px;
    right: 0px;
  }
}
@media (max-width: 450px) {
  .intro__shape--10 {
    top: 8px;
    right: -30px;
  }
}
.intro__shape--11 {
  position: absolute;
  right: 150px;
  bottom: 100px;
  z-index: 9;
}
@media (max-width: 767px) {
  .intro__shape--11 {
    display: none;
  }
}
.intro__shape--counter {
  border-radius: 14.742px;
  background: #FBFCFF;
  box-shadow: 0px 12px 16px -4px rgba(64, 64, 64, 0.08), 0px 4px 6px -2px rgba(64, 64, 64, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px;
  position: absolute;
  right: -151px;
  top: -151px;
  z-index: 9;
}
@media (max-width: 1700px) {
  .intro__shape--counter {
    right: -70px;
    top: -200px;
  }
}
@media (max-width: 1600px) {
  .intro__shape--counter {
    right: 50px;
    top: -200px;
  }
}
@media (max-width: 1399px) {
  .intro__shape--counter {
    top: -88px;
  }
}
@media (max-width: 991px) {
  .intro__shape--counter {
    top: 0;
    right: 30px;
  }
}
@media (max-width: 500px) {
  .intro__shape--counter {
    display: none;
  }
}
.intro__shape--counter .icon {
  width: 34.398px;
  height: 34.398px;
}
.intro__shape--counter span {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 24.57px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.246px;
}
.intro__shape--counter p {
  color: var(--Neutral-2, #3E4557);
  font-family: "Poppins", serif;
  font-size: 19.656px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.197px;
}
@media (max-width: 767px) {
  .intro__shape--counter p {
    font-size: 12.656px;
  }
}
.intro__shape--counter2 {
  border-radius: 14.742px;
  background: #FBFCFF;
  box-shadow: 0px 12px 16px -4px rgba(64, 64, 64, 0.08), 0px 4px 6px -2px rgba(64, 64, 64, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px;
  position: absolute;
  right: 261px;
  top: 474px;
  z-index: 9;
}
@media (max-width: 1399px) {
  .intro__shape--counter2 {
    right: 182px;
  }
}
@media (max-width: 470px) {
  .intro__shape--counter2 {
    right: 227px;
    top: 430px;
  }
}
@media (max-width: 450px) {
  .intro__shape--counter2 {
    right: 116px;
    top: 362px;
  }
}
.intro__customar {
  position: absolute;
  bottom: 32px;
  right: 45px;
}
@media (max-width: 450px) {
  .intro__customar {
    bottom: 30px;
    right: 12px;
  }
}
.intro__customar .customar {
  border-radius: 10.121px;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 8px;
}
@media (max-width: 991px) {
  .intro__customar .customar {
    top: -10px;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .intro__customar .customar {
    top: 5px;
    right: -20px;
  }
}
.intro__customar .customar__profile--thumb2 {
  margin-left: -15px;
}
.intro__customar .customar__profile--thumb3 {
  margin-left: -15px;
}
.intro__customar .customar__profile--thumb4 {
  margin-left: -15px;
}
.intro__customar .customar p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 15.182px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.152px;
  margin-left: 8px;
}
@media (max-width: 450px) {
  .intro__customar .customar p {
    font-size: 12.182px;
  }
}

/* 30.Pricing*/
.pricing__swice {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.pricing__swice .filter-switch {
  border: 2px solid var(--theme);
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  width: 282px;
  overflow: hidden;
}
.pricing__swice .filter-switch input {
  display: none;
}
.pricing__swice .filter-switch label {
  flex: 1;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  font-weight: 500;
  font-size: 18px;
}
.pricing__swice .filter-switch .background {
  position: absolute;
  width: 49%;
  height: 55px;
  border-radius: 20px;
  background: linear-gradient(90deg, #5D56EF 0%, #F150BD 100%);
  top: 4px;
  left: 4px;
  border-radius: 30px;
  transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pricing__swice #option2:checked ~ .background {
  left: 50%;
}
.pricing__swice #option1:checked + label[for=option1] {
  color: var(--white);
  font-weight: bold;
}
.pricing__swice #option2:checked + label[for=option2] {
  color: var(--white);
  font-weight: bold;
}
.pricing__swice #option1:not(:checked) + label[for=option1],
.pricing__swice #option2:not(:checked) + label[for=option2] {
  color: #7d7d7d;
}
.pricing__card {
  position: relative;
  background: var(--white);
  padding: 32px;
  border-radius: 28px;
  border-top: 8px solid transparent;
}
@media (max-width: 1399px) {
  .pricing__card {
    padding: 30px 10px;
  }
}
.pricing__card::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  background: linear-gradient(45deg, #FC50B9, #5D56EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.pricing__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
}
.pricing__card--style2 {
  padding: 40px;
  border: 1px solid transparent;
}
@media (max-width: 1199px) {
  .pricing__card--style2 {
    padding: 15px;
  }
}
.pricing__card--style2::after {
  display: none;
}
.pricing__card--style2:hover {
  border-radius: 16px;
  border: 1px solid var(--theme3) !important;
}
@media (max-width: 450px) {
  .pricing__card--style2 {
    padding: 15px;
  }
}
.pricing__card--package {
  text-align: center;
  margin-bottom: 24px;
}
.pricing__card--package h3 {
  color: #000;
  margin-bottom: 5px;
}
.pricing__card--package p {
  color: #4B4B4B;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
}
.pricing__card--package2 {
  text-align: start;
  margin-bottom: 110px;
}
@media (max-width: 1199px) {
  .pricing__card--package2 {
    margin-bottom: 45px;
  }
}
.pricing__card--price {
  text-align: center;
  margin-bottom: 24px;
}
.pricing__card--price h2 {
  color: #000;
  font-family: Figtree;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.pricing__card--price h2 span {
  color: #4B4B4B;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
}
.pricing__card--price2 {
  text-align: start;
}
.pricing__card--services {
  margin-bottom: 48px;
  padding: 0 26.5px;
}
.pricing__card--services h4 {
  color: var(--black);
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .pricing__card--services h4 {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .pricing__card--services ul.list__s2 li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .pricing__card--services ul.list__s2 li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .pricing__card--services ul.list__s2 li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .pricing__card--services ul.list__s2 li {
    font-size: 16px;
  }
}
.pricing__card--services ul li {
  color: var(--text);
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
  margin-bottom: 16px;
}
@media (max-width: 450px) {
  .pricing__card--services ul li {
    font-size: 12px;
  }
}
.pricing__card--services ul li:last-child {
  margin-bottom: 0;
}
.pricing__card--services2 {
  padding: 0;
}
.pricing__card:hover {
  border-radius: 28px;
  border-top: 8px solid #5D56EF;
}

/* 31.Project*/
.project .section__heading {
  width: 470px;
}
@media (max-width: 450px) {
  .project .section__heading {
    width: 100%;
  }
}
.project__thumb img {
  margin-bottom: 24px;
  max-width: 100%;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .project__thumb img {
    width: 100%;
  }
}
.project__btn {
  text-align: center;
}
.project__btn a {
  color: #060606;
  font-family: "Figtree", serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  padding: 165px 0 142px 0;
  transform: rotate(-35.761deg);
  position: relative;
}
@media (max-width: 450px) {
  .project__btn a {
    font-size: 30px;
  }
}
.project__btn a::after {
  content: "";
  position: absolute;
  right: -53px;
  top: 50%;
  transform: translateY(-50%);
  width: 488.807px;
  height: 94.226px;
  background: #F750BB;
  filter: blur(60px);
  z-index: 1;
}

/* 32.Services*/
.services .section__heading--title {
  width: 943.517px !important;
  margin: auto auto 60px auto;
}
@media (max-width: 767px) {
  .services .section__heading--title {
    max-width: 100%;
  }
}
.services .section__heading--title2 {
  max-width: 600px;
}
.services__card {
  position: relative;
  background: #fff;
  padding: 24px;
}
@media (max-width: 991px) {
  .services__card {
    padding: 20px 15px;
  }
}
.services__card::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  background: linear-gradient(45deg, #FC50B9, #5D56EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.services__card:hover .services__icon {
  background: linear-gradient(0deg, rgba(93, 86, 239, 0.8) 0%, rgba(241, 80, 189, 0.8) 100%);
  border: 1px solid transparent;
}
.services__card:hover .services__icon svg path {
  fill: var(--white);
}
.services__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(45deg, #FC50B9, #5D56EF, #FC50B9, #5D56EF);
  background-size: 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderAnimation 10s ease-in-out infinite;
}
@keyframes borderAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.services__icon {
  border-radius: 37.5px;
  border: 1px solid #5D56EF;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 15px;
  margin-bottom: 32px;
}
.services__content h3 {
  color: var(--black);
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .services__content h3 {
    font-size: 22px;
  }
}
.services__content p {
  color: var(--text);
  margin-bottom: 32px;
}
.services__category--item button {
  gap: 40px;
  border-bottom: 0.983px solid #DCDCDC;
  padding: 40px 24px;
}
.services__category--item button span {
  color: var(--black);
  font-family: "Figtree", serif;
  font-size: 31.445px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.services__category--item button .title h3 {
  color: var(--black);
  font-family: var(--black);
  font-size: 26.532px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.services .filter-buttons {
  margin-bottom: 20px;
}
.services .filter-buttons .filter-btn {
  padding: 39px 24px;
  background-color: var(--white);
  gap: 40px;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1399px) {
  .services .filter-buttons .filter-btn {
    padding: 30px 24px;
  }
}
@media (max-width: 1199px) {
  .services .filter-buttons .filter-btn {
    gap: 15px;
    padding: 20px 24px;
  }
}
@media (max-width: 450px) {
  .services .filter-buttons .filter-btn {
    gap: 10px;
    padding: 20px 0px;
  }
}
.services .filter-buttons .filter-btn span {
  color: var(--black);
  font-family: "Figtree", serif;
  font-size: 31.445px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .services .filter-buttons .filter-btn span {
    font-size: 22.532px;
  }
}
@media (max-width: 500px) {
  .services .filter-buttons .filter-btn span {
    font-size: 20px;
  }
}
.services .filter-buttons .filter-btn svg path {
  fill: var(--black);
}
.services .filter-buttons .filter-btn .title {
  color: var(--black);
  font-family: var(--black);
  font-size: 26.532px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .services .filter-buttons .filter-btn .title {
    font-size: 22.532px;
  }
}
@media (max-width: 500px) {
  .services .filter-buttons .filter-btn .title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .services .filter-buttons .filter-btn .title {
    font-size: 16px;
  }
}
.services .filter-buttons .filter-btn.active {
  background-color: var(--theme3);
}
.services .filter-buttons .filter-btn.active span {
  color: #fff;
}
.services .filter-buttons .filter-btn.active svg path {
  fill: #fff;
}
.services .filter-buttons .filter-btn.active h3 {
  color: #fff;
}
.services .filter-buttons .filter-btn:hover {
  background-color: var(--theme3);
  color: #fff;
}
.services__thumb img {
  max-width: 100%;
  border-radius: 20px;
}

.service-details__thumb img {
  border-radius: 12px;
  max-width: 100%;
}
.service-details__thumb2 {
  margin-bottom: 16px;
}
.service-details__thumb2 img {
  border-radius: 12px;
  margin-top: 24px;
  max-width: 100%;
}
.service-details__content .title h2 {
  color: #131313;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .service-details__content .title h2 {
    font-size: 30px;
  }
}
.service-details__content .title p {
  color: #4B4B4B;
  font-family: "Figtree", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.27px;
  text-transform: capitalize;
}
.service-details__content .title h3 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.54px;
  margin: 16px 0;
}
.service-details__content .items {
  margin-top: 18px;
}
.service-details__content .items ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  row-gap: 24px;
  column-gap: 103px;
}
@media (max-width: 767px) {
  .service-details__content .items ul {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
}
.service-details__content .items ul li {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .service-details__content .items ul li {
    font-size: 15px;
  }
}

.services {
  position: relative;
}

/* 33.Team*/
.team .section__heading--title {
  max-width: 605.256px;
  margin: 0 auto;
  text-align: center;
}
.team .section__heading--title2 {
  max-width: 550px;
}
.team__slider {
  position: relative;
}
.team__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team__card--thumb img {
  border-radius: 24px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .team__card--thumb img {
    width: 100%;
  }
}
.team__card--content {
  position: absolute;
  bottom: 35px;
  left: 30%;
  transform: translate(-50%) scale(0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s ease, left 0.5s ease, transform 0.5s ease;
}
.team__card--content h3 {
  color: var(--white);
  text-align: center;
}
.team__card--content p {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
}
@media (max-width: 991px) {
  .team__card--content p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .team__card--content p {
    font-size: 16px;
  }
}
.team__card::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(243, 80, 188, 0.1) 45.65%, #5D56EF 100%);
  position: absolute;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.team__card--socail-icon {
  position: absolute;
  bottom: 109px;
  left: 70%;
  transform: translate(-50%) scale(0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s ease, left 0.5s ease, transform 0.5s ease;
}
.team__card--socail-icon ul {
  display: flex;
  gap: 12px;
}
.team__card--socail-icon ul li a:hover svg path {
  fill: var(--theme);
}
.team__card:hover .team__card--content {
  opacity: 1;
  visibility: visible;
  left: 50%;
  transform: translate(-50%) scale(1);
}
.team__card:hover .team__card--socail-icon {
  opacity: 1;
  visibility: visible;
  left: 50%;
  transform: translate(-50%) scale(1);
}
.team__card:hover::before {
  opacity: 1;
  visibility: visible;
}
.team__leader--thumb img {
  border-radius: 24px;
  width: 100%;
}
.team__leader--content h2 {
  color: #000;
  font-family: "Figtree", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  .team__leader--content h2 {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .team__leader--content h2 {
    font-size: 28px;
  }
}
.team__leader--content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.054px;
}
@media (max-width: 1399px) {
  .team__leader--content p {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .team__leader--content p {
    font-size: 16px;
  }
}
.team__leader--info {
  margin-top: 88px;
}
@media (max-width: 1399px) {
  .team__leader--info {
    margin-top: 50px;
  }
}
.team__leader--info .name h3 {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.097px;
  margin-bottom: 8px;
}
.team__leader--info .title p {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.065px;
}
.team__item {
  border-bottom: 1px solid #1D1D1D;
  padding: 60px 24px;
  background: var(--white);
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 450px) {
  .team__item {
    padding: 40px 0px;
  }
}
.team__item--title {
  gap: 15px;
}
.team__item--title span {
  color: var(--black);
  font-family: "Poppins", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .team__item--title span {
    font-size: 20px;
  }
}
.team__item--title h3 {
  color: var(--black);
  font-family: "Poppins", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .team__item--title h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .team__item--title h3 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .team__item--title h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .team__item--title h3 {
    font-size: 17px;
  }
}
.team__item--title h3 span {
  color: var(--black);
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 575px) {
  .team__item--title h3 span {
    display: none;
  }
}
.team__item--thumb {
  position: absolute;
  right: 279px;
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1399px) {
  .team__item--thumb {
    right: 191px;
  }
}
@media (max-width: 1199px) {
  .team__item--thumb {
    right: 53px;
  }
}
@media (max-width: 991px) {
  .team__item--thumb {
    right: -84px;
  }
}
.team__item--thumb img {
  border-radius: 12px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .team__item--thumb img {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .team__item--thumb img {
    max-width: 40%;
  }
}
.team__item:hover {
  background: var(--theme3);
  border-bottom: none;
}
.team__item:hover .team__item--title span {
  color: var(--white);
}
.team__item:hover .team__item--title h3 {
  color: var(--white);
}
.team__item:hover .team__item--title h3 span {
  color: var(--white);
}
.team__item:hover .team__item--thumb {
  opacity: 1;
  visibility: visible;
}
.team__item:hover .btn-wrapper a .theme-btn {
  color: var(--white) !important;
}
.team__item:hover .btn-wrapper a .theme-btn svg path {
  fill: var(--white);
}

/* 34.Testimonial*/
.testimonial {
  background: #141414;
  position: relative;
}
.testimonial--s2 {
  background: var(--white);
}
@media (max-width: 767px) {
  .testimonial .section__heading {
    margin-bottom: 0;
  }
}
.testimonial__shape--1 {
  position: absolute;
  top: -30px;
  right: -50px;
}
.testimonial__shape--2 {
  position: absolute;
  top: 159px;
  right: 140px;
}
.testimonial__shape--3 {
  position: absolute;
  top: -24px;
  right: 105px;
}
.testimonial__shape--4 {
  position: absolute;
  top: 122px;
  right: -41px;
}
.testimonial__shape--5 {
  position: absolute;
  bottom: -30px;
  left: -50px;
}
.testimonial__shape--6 {
  position: absolute;
  bottom: 159px;
  left: 140px;
}
.testimonial__shape--7 {
  position: absolute;
  bottom: -24px;
  left: 105px;
}
.testimonial__shape--8 {
  position: absolute;
  bottom: 122px;
  left: -41px;
}
.testimonial__wrapper {
  width: 1018px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .testimonial__wrapper {
    width: 100%;
  }
}
.testimonial__wrapper .swiper {
  height: 410px;
  padding-top: 30px !important;
}
.testimonial__wrapper .swiper-slide {
  gap: 20px;
}
.testimonial__thumb {
  max-width: 100%;
}
@media (max-width: 991px) {
  .testimonial__thumb {
    display: none;
  }
}
.testimonial__card {
  width: 732.792px;
  height: 327.928px;
  border-radius: 203px;
  background: #FFF;
  padding: 64px 45px 66px 112px;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial__card {
    width: 650.792px;
    height: 300.928px;
    padding: 40px 70px;
  }
}
@media (max-width: 767px) {
  .testimonial__card {
    width: 460px;
    height: 250px;
  }
}
@media (max-width: 500px) {
  .testimonial__card {
    width: 415px;
    height: 230px;
  }
}
@media (max-width: 450px) {
  .testimonial__card {
    width: 286px;
    height: 381px;
    padding: 90px 32px;
  }
}
.testimonial__card--shape {
  width: 731.305px;
  height: 328.853px;
  transform: rotate(7.28deg);
  border-radius: 203px;
  background: linear-gradient(277deg, rgba(166, 162, 246, 0.8) 9.7%, rgba(246, 162, 220, 0.8) 90.3%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial__card--shape {
    width: 650.792px;
    height: 300.928px;
  }
}
@media (max-width: 767px) {
  .testimonial__card--shape {
    width: 460px;
    height: 250px;
  }
}
@media (max-width: 500px) {
  .testimonial__card--shape {
    width: 415px;
    height: 230px;
  }
}
@media (max-width: 450px) {
  .testimonial__card--shape {
    width: 286px;
    height: 381px;
  }
}
.testimonial__card--content p {
  color: var(--text);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .testimonial__card--content p {
    font-size: 14px;
  }
}
.testimonial__card--clint .clint-profile h4 {
  color: var(--black);
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .testimonial__card--clint .clint-profile h4 {
    font-size: 16px;
  }
}
.testimonial__card--clint .clint-profile span {
  color: var(--text);
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767px) {
  .testimonial__card--clint .clint-profile span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .testimonial__card--clint .clint-review {
    display: none;
  }
}
.testimonial__card--clint .clint-review ul {
  margin-right: 45px;
}

.testimonial2__card {
  border-radius: 16px;
  border: 1px solid #CECECE;
  padding: 32px;
}
.testimonial2__thumb {
  width: 424px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .testimonial2__thumb {
    width: 100%;
  }
}
.testimonial2__thumb img {
  max-width: 100%;
  border-radius: 100%;
}
.testimonial2__content p {
  color: #747474;
  font-family: "Poppins", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 24px;
}
@media (max-width: 450px) {
  .testimonial2__content p {
    font-size: 12px;
  }
}
.testimonial2__content h3 {
  color: #CECECE;
  font-family: "Poppins", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.testimonial2__content h4 {
  color: #747474;
  font-family: "Poppins", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.testimonial2__content h4 span {
  color: #F750BB;
  font-family: "Poppins", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

/* 35.Work process*/
@media (max-width: 1399px) {
  .wp .section__heading {
    margin-bottom: 16px;
  }
}
.wp .section__heading--title {
  width: 501px;
}
@media (max-width: 1199px) {
  .wp .section__heading--title {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .wp .section__heading--title {
    max-width: 100%;
  }
}
.wp .section__heading--highlight {
  text-align: start;
  width: 501px;
}
@media (max-width: 1399px) {
  .wp .section__heading--highlight {
    font-size: 17px;
  }
}
.wp__thumb img {
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .wp__thumb img {
    width: 100%;
  }
}
.wp__card {
  margin-top: 60px;
  position: relative;
}
.wp__card--icon {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  border-radius: 75px;
  background: linear-gradient(0deg, #7F78F2 0%, #F173CB 100%);
  max-width: 100%;
  margin: 0 auto;
}
.wp__card--icon img {
  align-items: center;
}
.wp__card--content {
  text-align: center;
  margin-top: 28px;
}
.wp__card--content h3 {
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .wp__card--content h3 {
    font-size: 20px;
  }
}
.wp__card--content p {
  color: var(--text);
}
.wp__card--svg {
  position: absolute;
  top: 0;
  right: -116px;
}/*# sourceMappingURL=main.css.map */