/*-----------------------------------------------------------------
Theme Name: Pyrion
Author: 
Author URI: 
Version: 1.0.0 
Description: Pyrion - Factory & Industry Html Templatee  <

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

01.Mixins
02.Variables
03.Typography
04.Buttons 
05.Gutter 
06.Container 
07.Animation 
08.Helping 
09.MeanMenu 
10.Preloader
11.Title 
12.Common 
13.Header 
14.Footer 
15.Contact 
16.Service 
17.Intro
18.About
19.Testimonial 
20.Blog 
21.Blog Extra
22.Sidebar
23.Card
24.Feature
25.Form
26.Index
27.Index-2
28.Video
29.Faq
30.simple section
31.Counter section
32.slider
33.Text Slider
34.widge
35.blog page 
36.Project page
37.services page
38.Bento
39.Cta
40.Message
41.Service Details
42.Project Details
43 Team Single

------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here Dorable.ttf Kinetika Regular.ttf Claston.otf
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
@font-face {
  font-family: Claston;
  src: url(../webfonts/Kinetika/Claston.otf);
}
@font-face {
  font-family: LuxeUno-Bold;
  src: url(../webfonts/Kinetika/LuxeUno-Bold.otf);
}
@font-face {
  font-family: LuxeUno-SemiBold;
  src: url(../webfonts/Kinetika/LuxeUno-SemiBold.otf);
}
@font-face {
  font-family: LuxeUno-Regular;
  src: url(../webfonts/Kinetika/LuxeUno-Regular.otf);
}

@font-face {
  font-family: Kinetika;
  src: url("../webfonts/Kinetika/Kinetika Regular.ttf");
  src: url("../webfonts/Kinetika/Kinetika Semi Bold.ttf");
}


:root {
  --body: #fff;
  --black: #2F3B69;
  --white: #fff;
  --theme: #50bc8e;
  --theme2: #FAF8F3;
  --header: #241442;
  --title: #131313;
  --orange: #50bc8e;
  --gray1: #F6F8F0;
  --text: #525252;
  --border: #BABBC1;
  --border-2: #D4DCED;
  --bg: #EAECF3;
  --bg2: #EBEDE2;
  --btn-text: #252525;
  --btn-bg: #232323;
  --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: "Kinetika";
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--theme2);
  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: "Claston";
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Claston";
  /*letter-spacing: -2.592px;*/
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 75px;
  }
}

h2 {
  font-family: "LuxeUno-SemiBold";
  font-size: 50px; 
  font-weight: 500;
  line-height: 50px;
  /*letter-spacing: -2.592px;*/
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "LuxeUno-SemiBold";
  font-size: 31.75px;
  font-weight: 500;
  line-height: 32px;
  /*letter-spacing: -0.864px;*/
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-family: "Kinetika";;
  font-size: 23.625px;
  font-weight: 700;
  line-height: 28.8px;
  /*letter-spacing: -0.648px;*/
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Claston";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}

h2 a {
  font-family: "Claston";
  font-size: 95.25px;
  font-weight: 500;
  line-height: 96px;
  /*letter-spacing: -2.592px;*/
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 a {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h2 a {
    font-size: 28px;
  }
}

h3 a {
  font-family: "LuxeUno-SemiBold";
  font-size: 31.75px;
  font-weight: 500;
  line-height: 32px;
  /*letter-spacing: -0.864px;*/
  text-transform: uppercase;
}
h3 a span{
  font-family: "LuxeUno-Regular";
  font-size: 31.75px;
  font-weight: 500;
  line-height: 32px;
  /*letter-spacing: -0.864px;*/
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 a {
    font-size: 16px;
  }
}

h4 a {
  font-family:"Kinetika";;
  font-size: 23.625px;
  font-weight: 700;
  line-height: 28.8px;
  /*letter-spacing: -0.648px;*/
}

h5 a {
  font-family: "Claston";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

h6 a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}

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: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: 0.8px;
}

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

span a {
  font-family: "Kinetika";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 04.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.gt-btn.style1 {
  display: inline-block;
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-family: "Kinetika";
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 999px;
  background: var(--btn-bg);
  padding: 18px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 450px) {
  .gt-btn.style1 {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
.gt-btn.style1 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style1 i {
  margin-left: 6px;
}
.gt-btn.style1:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style1:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style1:hover.gt-btn-icon-1::after {
  color: var(--white);
}
.gt-btn.style1:hover:before {
  top: -96%;
}
.gt-btn.style2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Kinetika";
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 999px;
  background: var(--theme2);
  padding: 20px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 450px) {
  .gt-btn.style2 {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
.gt-btn.style2 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style2 i {
  margin-left: 6px;
}
.gt-btn.style2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style2:hover {
  color: var(--black) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style2:hover.gt-btn-icon-2::after {
  color: var(--black);
}
.gt-btn.style2:hover:before {
  top: -96%;
}
.gt-btn.style3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Kinetika";
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 999px;
  background: var(--black);
  padding: 20px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 450px) {
  .gt-btn.style3 {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
.gt-btn.style3 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style3 i {
  margin-left: 6px;
}
.gt-btn.style3:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style3:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style3:hover.gt-btn-icon-2::after {
  color: var(--black);
}
.gt-btn.style3:hover:before {
  top: -96%;
}
.gt-btn.style4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Kinetika";
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 999px;
  background: #fff;
  padding: 20px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 450px) {
  .gt-btn.style4 {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
.gt-btn.style4 a {
  color: #000 !important;
  display: inline-block;
}
.gt-btn.style4 i {
  margin-left: 6px;
}
.gt-btn.style4:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--black);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style4:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style4:hover.gt-btn-icon-2::after {
  color: var(--white);
}
.gt-btn.style4:hover:before {
  top: -96%;
}
.gt-btn.style5 {
  color: var(--white);
  font-family: "Kinetika";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 450px) {
  .gt-btn.style5 {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
.gt-btn.style5:hover {
  color: var(--theme) !important;
}
.gt-btn.style5:hover.gt-btn-icon-1::after {
  color: var(--theme) !important;
}
.gt-btn.style5:hover.gt-btn-icon-3::before {
  color: var(--theme) !important;
}
.gt-btn.style6 {
  color: var(--black);
  font-family: "Kinetika";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 450px) {
  .gt-btn.style6 {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
.gt-btn.style6:hover {
  color: var(--theme) !important;
}
.gt-btn.style6:hover.gt-btn-icon-2::after {
  color: var(--theme) I !important;
}
.gt-btn-icon-1::after {
  content: "\e3d5";
  position: relative;
  color: var(--white);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  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;
}
.gt-btn-icon-2::after {
  content: "\e3d5";
  position: relative;
  color: var(--black);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  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;
}
.gt-btn-icon-3::before {
  content: "\e3d4";
  position: relative;
  color: var(--white);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 10px;
  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;
}

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

/* 06.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
  .causes-wrapper.style1 .container {
    max-width: 1352px;
  }
}
@media (min-width: 1600px) {
  .footer-widgets-wrapper.style1 .container {
    max-width: 1338px;
  }
}
/* 07.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 scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-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 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;
  }
}
.video-box-area .video-box .play-btn:after, .video-box-area .video-box .play-btn:before {
  animation-duration: var(--ripple-ani-duration, 3s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple2;
}

.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, 10%, 0);
    transform: translate3d(0, 10%, 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);
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes infiniteZoom {
  0% {
    transform: scale(1);
    /* Start at original size */
  }
  25% {
    transform: scale(1.2);
    /* Zoom in slightly */
  }
  50% {
    transform: scale(1);
    /* Return to original size */
  }
  75% {
    transform: scale(1.2);
    /* Zoom in slightly again */
  }
  100% {
    transform: scale(1);
    /* Return to original size */
  }
}
/* Applying the animation */
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.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.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);
  }
}
/* 08.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;
}

/* 09.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;
}

/* 10.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: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em  "LuxeUno-SemiBold", "Kinetika";
  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: "LuxeUno-SemiBold";
  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);
}

/* 11.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.title-section.style1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .title-section.style1 {
    margin-bottom: 35px;
  }
}
.title-section.style1 .title-content {
  text-align: center;
}
.title-section.style1 .title-content h2 {
  color: var(--black);
}
@media (max-width: 991px) {
  .title-section.style1 .title-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .title-section.style1 .title-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .title-section.style1 .title-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .title-section.style1 .title-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .title-section.style1 .title-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.title-section.style2 {
  margin-bottom: 30px;
}
.title-section.style2 .title-content {
  text-align: start;
}
.title-section.style2 .title-content h2 {
  color: var(--black);
  margin-bottom: 10px;
}

.blog-card.style1 .title-content1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Kinetika";
}
@media (max-width: 991px) {
  .title-section.style2 .title-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .title-section.style2 .title-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .title-section.style2 .title-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .title-section.style2 .title-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .title-section.style2 .title-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.title-section.style2 .title-content p {
  color: rgba(0, 0, 0, 0.7);
}
.title-section.style3 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .title-section.style3 {
    margin-bottom: 35px;
  }
}
.title-section.style3 .title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1199px) {
  .title-section.style3 .title-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.title-section.style3 .title-content h2 {
  color: var(--black);
  font-size: 56px;
  line-height: 66px;
}
@media (max-width: 991px) {
  .title-section.style3 .title-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .title-section.style3 .title-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .title-section.style3 .title-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .title-section.style3 .title-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .title-section.style3 .title-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.title-section.style3 .title-content p {
  color: rgba(0, 0, 0, 0.7);
}
.title-section.style4 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .title-section.style4 {
    margin-bottom: 35px;
  }
}
.title-section.style4 .title-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .title-section.style4 .title-content {
    flex-direction: column;
  }
}
.title-section.style4 .title-content h2 {
  color: var(--black);
}
@media (max-width: 991px) {
  .title-section.style4 .title-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .title-section.style4 .title-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .title-section.style4 .title-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .title-section.style4 .title-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .title-section.style4 .title-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.title-section.style4 .title-content p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 485px;
}
@media (max-width: 991px) {
  .title-section.style4 .title-content p {
    max-width: 700px;
  }
}

/* 12.Common */
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.fancy-box.style1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.fancy-box.style1 .item .icon {
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.fancy-box.style1 .item .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style1 .item h5 {
  color: var(--title);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: start;
}
.fancy-box.style1 .item p {
  color: var(--text);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
.fancy-box.style2 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
.fancy-box.style2 .item img {
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style2 .item h4 {
  color: var(--title);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 30px;
}
.fancy-box.style2 .item span {
  color: var(--text);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-right: 5px;
}
.fancy-box.style2 .item i {
  padding: 12px 0px 12px 30px;
  text-align: center;
  color: var(--theme);
  border-left: 2px solid var(--border);
}
.fancy-box.style3 .item img {
  margin-bottom: 15px;
}
.fancy-box.style3 .item h6 {
  color: var(--title);
  font-family: "Kinetika";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}
.fancy-box.style3 .item span {
  color: var(--title);
  font-family: "Kinetika";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.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: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.progress-wrap .progress-meta .percentage {
  color: var(--theme);
  font-family: "Space Grotesk", sans-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;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
}

.section-padding1 {
  padding: 200px 0 110px;
}
@media (max-width: 1199px) {
  .section-padding1 {
    padding: 180px 0 90px;
  }
}
@media (max-width: 991px) {
  .section-padding1 {
    padding: 170px 0 80px;
  }
}

.section-padding2 {
  padding: 110px 0 270px;
}
@media (max-width: 1199px) {
  .section-padding2 {
    padding: 90px 0 240px;
  }
}
@media (max-width: 991px) {
  .section-padding2 {
    padding: 60px 0 230px;
  }
}
@media (max-width: 767px) {
  .section-padding2 {
    padding: 40px 0 190px;
  }
}

.section-padding-3 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .section-padding-3 {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-3 {
    padding: 40px 0;
  }
}

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

.margin-top120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .margin-top120 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .margin-top120 {
    margin-top: 50px;
  }
}

.padding-bottom240 {
  padding-bottom: 240px;
}
@media (max-width: 1199px) {
  .padding-bottom240 {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .padding-bottom240 {
    padding-bottom: 100px;
  }
}

.section-py-120 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .section-py-120 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .section-py-120 {
    padding: 50px 0;
  }
}

.section-bg {
  background-color: #EFEFEF;
}

.section-bg-black {
  background-color: #000000;
}

.section-bg-white {
  background-color: #FFF;
}

.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: "Space Grotesk", sans-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: "Kinetika";
  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);
}

.about-counter-box.style1 {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 25px;
  margin-top: 15px;
  border-radius: 21.484px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%);
  max-width: 265px;
}
.about-counter-box.style1 .content .counter {
  color: var(--title);
  font-family: "Space Grotesk", sans-serif;
  font-size: 37.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.307px;
}
.about-counter-box.style1 .content .text {
  color: var(--text);
  font-family: "Kinetika";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.text-load {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* 13.Header */
/*----------------------------------------------
    # Header style here
----------------------------------------------*/
.header-section-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.header-section-3 {
  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: var(--black);
}
.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;
  background: var(--black);
}
@media (max-width: 470px) {
  .header-1 .mega-menu-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 350px) {
  .header-1 .mega-menu-wrapper {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
}
@media (max-width: 350px) {
  .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: 5px;
  }
}
@media (max-width: 1399px) and (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
@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: 350px) {
  .header-1 .header-right {
    gap: 5px !important;
  }
}
.header-1 .header-right .header-button {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-social-icon {
    display: none;
  }
}
.header-1 .header-right .header-social-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-1 .header-right .header-social-icon ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-1 .header-right .header-social-icon ul li a i {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.header-1 .header-right .header-social-icon ul li:hover a {
  background: var(--theme);
}
@media (max-width: 1199px) {
  .header-1 .header-right .header__canvas__hamburger {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  color: var(--white);
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .sidebar__toggle {
    color: var(--theme);
  }
}

.header-3.sticky-bg-dark .header-main .main-menu ul li a {
  color: var(--white) !important;
}
.header-3 .mega-menu-wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
}
@media (max-width: 470px) {
  .header-3 .mega-menu-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 350px) {
  .header-3 .mega-menu-wrapper {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
}
@media (max-width: 350px) {
  .header-3 .mega-menu-wrapper .header-main {
    gap: 0;
  }
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .main-menu ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1899px) {
  .header-3 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
    left: -50px;
  }
}
.header-3 .header-right {
  gap: 5px !important;
}
@media (max-width: 1399px) {
  .header-3 .header-right {
    gap: 3px !important;
  }
}
@media (max-width: 350px) {
  .header-3 .header-right {
    gap: 5px !important;
  }
}
.header-3 .header-right .header-button {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .header-3 .header-right .header-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-3 .header-right .header-social-icon {
    display: none;
  }
}
.header-3 .header-right .header-social-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-3 .header-right .header-social-icon ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-3 .header-right .header-social-icon ul li a i {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.header-3 .header-right .header-social-icon ul li:hover a {
  background: var(--theme);
}
@media (max-width: 1199px) {
  .header-3 .header-right .header__canvas__hamburger {
    display: none;
  }
}
.header-3 .header-right .sidebar__toggle {
  color: var(--white);
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .header-3 .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(--text);
  font-size: 18px;
}
.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: self-end;
  justify-content: space-between;
  z-index: 99;
  padding: 9px 0 15px 0;
  height: 100px;
}
.header-main .header-middle {
  margin-left: 58px;
}
.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: 22px;
}
.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: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0.8px;
}
@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 a:hover i, .header-main .main-menu ul li a.active i {
  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;
  color: var(--title);
  font-family: "Kinetika";
  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.active, .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme2);
  color: var(--title) !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(--theme2);
  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 > .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 30px 10px 30px;
  opacity: 0;
  left: -100px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.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(--title) !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(--title);
  font-size: 18px;
}
.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;
  /* Removed: transition and animation properties */
}

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

.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(--title) !important;
}

@media (max-width: 350px) {
  .sticky.header-1 {
    padding: 0;
  }
}
.sticky.header-1 .theme-btn {
  background: var(--white);
  color: var(--title);
}
.sticky.header-3 {
  background: var(--black);
}

.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: var(--black);
}
.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: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 30px;
}
.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;
  justify-content: space-evenly;
}
.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: "Kinetika";
  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;
  }
}
.breadcumb {
  background-color: var(--black);
  padding: 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .breadcumb {
    padding-bottom: 100px;
  }
}
.breadcumb .breadcumb-bg {
  position: absolute;
  right: 379.87px;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 1199px) {
  .breadcumb .breadcumb-bg {
    right: 57px;
  }
}
.breadcumb .svg-shape {
  position: absolute;
  right: 315.16px;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 1199px) {
  .breadcumb .svg-shape {
    right: -7.16px;
  }
}
.breadcumb #paint0_linear_1755_98 stop {
  animation: gradientAnimation 2s infinite alternate;
}
.breadcumb .page-heading {
  position: relative;
  z-index: 99;
}
.breadcumb .page-heading h2 {
  color: var(--white);
  margin-bottom: 14px;
}
@media (max-width: 1399px) {
  .breadcumb .page-heading h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 991px) {
  .breadcumb .page-heading h2 {
    font-size: 54.25px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .breadcumb .page-heading h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 500px) {
  .breadcumb .page-heading h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .breadcumb .page-heading h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .breadcumb .page-heading h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.breadcumb .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  gap: 19px;
}
.breadcumb .page-heading .breadcrumb-items li {
  color: var(--white);
  font-family: "Kinetika";
  font-size: 23.625px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.648px;
}
.breadcumb .page-heading .breadcrumb-items li a {
  color: var(--white);
  font-family: "Kinetika";
  font-size: 23.625px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.648px;
  transition: all 0.4s ease-in-out;
}
.breadcumb .page-heading .breadcrumb-items li a:hover {
  color: var(--theme2);
}
.breadcumb .page-heading .breadcrumb-items li i {
  color: var(--theme);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 19px;
}
.breadcumb .thumb {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .breadcumb .thumb {
    display: none;
  }
}
.breadcumb .thumb img {
  max-width: 100%;
}

/* 14.Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-section .footer-widgets-wrapper.style1 {
  padding-bottom: 60px;
}
@media (max-width: 500px) {
  .footer-section .footer-widgets-wrapper.style1 {
    padding-bottom: 30px;
  }
}
.footer-section .footer-widgets-wrapper.style1 .widget {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-section .footer-widgets-wrapper.style1 .widget {
    flex-direction: column;
    row-gap: 25px;
  }
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .title h2 {
  color: var(--black);
  font-size: 56px;
  font-style: normal;
  text-transform: capitalize;
  max-width: 600px;
  margin-top: 26px;
  line-height: 66px;
}
@media (max-width: 767px) {
  .footer-section .footer-widgets-wrapper.style1 .widget .single-widget .title h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .footer-section .footer-widgets-wrapper.style1 .widget .single-widget .title h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .header-main {
  padding: 0;
  height: 41px;
}
@media (max-width: 991px) {
  .footer-section .footer-widgets-wrapper.style1 .widget .single-widget .header-main {
    display: none;
  }
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .header-main .header-middle {
  margin-left: 0;
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .main-menu ul li a {
  color: var(--black);
  padding: 10px;
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .main-menu ul li a i {
  color: var(--black);
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .footer-contact-menu .contact-item {
  margin-bottom: 20px;
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .footer-contact-menu .contact-item p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .footer-contact-menu .contact-item p i {
  margin-right: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--black);
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .footer-contact-menu .contact-item h4 {
  color: var(--black);
}
.footer-section .footer-widgets-wrapper.style1 .widget .single-widget .footer-contact-menu .contact-item a {
  color: var(--black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 23.625px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.648px;
}
.footer-section .footer-widgets-wrapper.style2 {
  padding: 60px 0 80px 0;
  background: var(--black);
}
.footer-section .footer-widgets-wrapper.style2 .footer-top-part {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-section .footer-widgets-wrapper.style2 .footer-top-part .content {
  margin-top: 30px;
}
.footer-section .footer-widgets-wrapper.style2 .footer-top-part .content h2 {
  color: var(--white);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 500px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 470px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.footer-section .footer-widgets-wrapper.style2 .footer-top-part .content p {
  color: var(--white);
  margin-bottom: 20px;
  width: 731px;
  margin: 0 auto 20px auto;
}
@media (max-width: 991px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content p {
    width: 531px;
  }
}
@media (max-width: 500px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content p {
    width: 448px;
  }
}
@media (max-width: 470px) {
  .footer-section .footer-widgets-wrapper.style2 .footer-top-part .content p {
    display: none;
  }
}
.footer-section .footer-widgets-wrapper.style2 .middle-part {
  padding-top: 40px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .row .col-xl-4 .single-widget {
  margin-left: 45px;
}
@media (max-width: 1199px) {
  .footer-section .footer-widgets-wrapper.style2 .middle-part .row .col-xl-4 .single-widget {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .row .col-xl-3:last-child .single-widget {
  margin-left: 45px;
}
@media (max-width: 1199px) {
  .footer-section .footer-widgets-wrapper.style2 .middle-part .row .col-xl-3:last-child .single-widget {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .title {
  margin-bottom: 28px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .title h3 {
  color: var(--white);
  font-size: 31.75px;
  /*letter-spacing: -0.864px;*/
  text-transform: uppercase;
  padding-top: 30px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content nav ul li {
  margin-bottom: 8px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content nav ul li:last-child {
  margin-top: 0;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content nav ul li a {
  color: var(--white);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content nav ul li a:hover {
  color: var(--theme);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item {
  padding-bottom: 20px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item:last-child {
  padding: 0px 0 0 0;
  border: none;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item .post-meta {
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item .post-meta p {
  color: var(--white);
  
  letter-spacing: 1.5px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item .post-title h4 {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .center-border {
  width: 226px;
  height: 1px;
  opacity: 0.2;
  background: #FFF;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .highlight {
  color: var(--white);
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .social-icon ul {
  display: flex;
  gap: 9.5px;
  align-items: center;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .social-icon ul li a {
  width: 39.906px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #232323;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .social-icon ul li a i {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .social-icon ul li a:hover {
  background-color: var(--theme);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .social-icon ul li a:hover i {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item {
  margin-bottom: 20px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item p {
  color: var(--white);
  margin-bottom: 10px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item p i {
  margin-right: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item h4 {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item a {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  letter-spacing: 1.5px;
}
.footer-bottom{
    background: #fff;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 {
  border-top: 1px solid #E1E1E1;
  padding: 30px 0 32px 0;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 P {
  color: var(--black);
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 P a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 450px) {
  .footer-section .footer-bottom .footer-bottom-wrapper.style1 P a {
    font-size: 14px;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 .footer-services {
  display: flex;
  gap: 18px;
}
@media (max-width: 450px) {
  .footer-section .footer-bottom .footer-bottom-wrapper.style1 .footer-services {
    gap: 19px;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 .footer-services li a {
  color: var(--black);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 450px) {
  .footer-section .footer-bottom .footer-bottom-wrapper.style1 .footer-services li a {
    font-size: 13px;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper.style2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 32px 0;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style2 P {
  color: #000;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style2 P a {
  color:#000;
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style2 .footer-services {
  display: flex;
  gap: 18px;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style2 .footer-services li a {
  color: #000;
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style2 .footer-services li a:hover{
    color: #2f3b69;
}

/* 15.Contact  */
.contact-wrapper.style1 .contact-inner {
  border-radius: 40px;
  background: #FAF8F3;
  padding: 80px 60px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .contact-wrapper.style1 .contact-inner {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .contact-wrapper.style1 .contact-inner {
    padding: 30px 20px;
  }
}
.contact-wrapper.style1 .contact-inner .contact-left-part .title-section.style2 {
  margin-bottom: 30px;
}
.contact-wrapper.style1 .contact-inner .contact-left-part .title-section.style2 .title-content {
  max-width: 510px;
}
.contact-wrapper.style1 .contact-inner .contact-left-part .title-section.style2 .title-content h2 {
  color: var(--black);
  font-size: 75.25px;
  font-weight: 700;
  line-height: 76px;
  /*letter-spacing: -2.592px;*/
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 450px) {
  .contact-wrapper.style1 .contact-inner .contact-left-part .title-section.style2 .title-content h2 {
    font-size: 42.25px;
    line-height: 42px;
  }
}
.contact-wrapper.style1 .contact-inner .contact-left-part .title-section.style2 .title-content P {
  color: var(--black);
}
.contact-wrapper.style1 .contact-inner .contact-left-part .map iframe {
  max-width: 100%;
}
.contact-wrapper.style1 .contact-info {
  margin-top: 20px;
}
.contact-wrapper.style1 .contact-info .single-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0 30px 30px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
}
@media (max-width: 1399px) {
  .contact-wrapper.style1 .contact-info .single-item {
    gap: 15px;
    padding: 28px 10px 30px 18px;
  }
}
.contact-wrapper.style1 .contact-info .single-item .icon i {
  color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--black);
}
.contact-wrapper.style1 .contact-info .single-item .content h4 {
  color: var(--black);
  margin-bottom: 10px;
}
.contact-wrapper.style1 .contact-info .single-item .content p {
  color: rgba(0, 0, 0, 0.7);
}

/* 17.Intro */
/*----------------------------------------------
    # Intro style here
----------------------------------------------*/
.intro-section {
  position: relative;
}
.intro-section .intro-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .intro-section .intro-bg-shape {
    top: 0;
    right: 0;
  }
}
.intro-section .intro-bg-shape img {
  animation: jump2 18s infinite linear;
}
.intro-section .intro-wrapper.style1 {
  padding-top: 192px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style1 {
    padding-top: 70px;
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style1 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style1 {
    padding-bottom: 20px;
  }
}
.intro-section .intro-wrapper.style1 .intro-left-part {
  margin-top: 88px;
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style1 .intro-left-part {
    margin-top: 65px;
  }
}
.intro-section .intro-wrapper.style1 .intro-left-part .intro-title {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 79.632px;
  font-style: normal;
  font-weight: 700;
  line-height: 88.852px;
  letter-spacing: -1.63px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
    font-size: 63.632px;
    line-height: 60.852px;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
    font-size: 46.632px;
    line-height: 60.852px;
  }
}
@media (max-width: 500px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
    font-size: 40.632px;
    line-height: 55.852px;
  }
}
@media (max-width: 470px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
    font-size: 34.632px;
    line-height: 45.852px;
  }
}
@media (max-width: 470px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
    font-size: 34.632px;
    line-height: 45.852px;
  }
}
@media (max-width: 450px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 {
    font-size: 30.632px;
    line-height: 40.852px;
    margin-bottom: 15px;
  }
}
.intro-section .intro-wrapper.style1 .intro-left-part .intro-title h2 span {
  color: var(--theme);
}
.intro-section .intro-wrapper.style1 .intro-left-part .intro-title p {
  color: var(--white);
  margin-bottom: 40.48px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title p {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title p {
    margin-bottom: 25.48px;
  }
}
@media (max-width: 470px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-title p {
    max-width: 360px;
  }
}
.intro-section .intro-wrapper.style1 .intro-left-part .intro-btn-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style1 .intro-left-part .intro-btn-content {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.intro-section .intro-wrapper.style1 .intro-right-part {
  position: relative;
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style1 .intro-right-part {
    position: absolute;
    bottom: 0;
    right: -290px;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style1 .intro-right-part {
    right: -397px;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style1 .intro-right-part {
    right: -447px;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style1 .intro-right-part {
    right: -495px;
  }
}
@media (max-width: 470px) {
  .intro-section .intro-wrapper.style1 .intro-right-part {
    right: -515px;
  }
}
@media (max-width: 450px) {
  .intro-section .intro-wrapper.style1 .intro-right-part {
    right: -545px;
  }
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style1 .intro-right-part img {
    max-width: 60%;
    max-height: 60%;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style1 .intro-right-part img {
    max-width: 45%;
    max-height: 45%;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style1 .intro-right-part img {
    max-width: 36%;
    max-height: 36%;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style1 .intro-right-part img {
    max-width: 30%;
    max-height: 30%;
  }
}
@media (max-width: 470px) {
  .intro-section .intro-wrapper.style1 .intro-right-part img {
    max-width: 26%;
    max-height: 26%;
  }
}
@media (max-width: 450px) {
  .intro-section .intro-wrapper.style1 .intro-right-part img {
    max-width: 22%;
    max-height: 22%;
  }
}
.intro-section .intro-wrapper.style2 {
  position: relative;
  overflow: hidden;
}
.intro-section .intro-wrapper.style2 .intro-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.intro-section .intro-wrapper.style2 .intro-shape img {
  max-width: 100%;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style2 .intro-shape img {
    width: 30vh;
  }
}
@media (max-width: 450px) {
  .intro-section .intro-wrapper.style2 .intro-shape img {
    width: 16vh;
  }
}
.intro-section .intro-wrapper.style2 .social-icon {
  position: absolute;
  top: 370px;
  right: 123px;
  z-index: 2;
}
@media (max-width: 1399px) {
  .intro-section .intro-wrapper.style2 .social-icon {
    top: 430px;
  }
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style2 .social-icon {
    top: 417px;
    right: 62px;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style2 .social-icon {
    top: 520px;
    right: 300px;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style2 .social-icon {
    top: 516px;
    right: 205px;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style2 .social-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style2 .social-icon ul {
    display: flex;
    gap: 30px;
  }
}
.intro-section .intro-wrapper.style2 .social-icon ul li {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style2 .social-icon ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style2 .social-icon ul li {
    margin-bottom: 0;
  }
}
.intro-section .intro-wrapper.style2 .social-icon ul li i {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.intro-section .intro-wrapper.style2 .intro-slider-content {
  padding: 247px 0 227px 0 ;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  /*height:100vh;*/
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content {
    padding: 150px 0 125px 0;
  }
}
@media (max-width: 1199px) and (max-width: 500px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content {
    padding: 150px 0 25px 0;
  }
}
.intro-section .intro-wrapper.style2 .intro-slider-content .overlay-bg {
  border: 1px solid #000;
  opacity: 0.6;
  background: var(--Gray-900, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-section .intro-wrapper.style2 .intro-slider-content .intro-title {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title {
    margin-bottom: 26px;
  }
}
.intro-section .intro-wrapper.style2 .intro-slider-content .intro-title .sub-title {
  margin-bottom: 16px;
}
.intro-section .intro-wrapper.style2 .intro-slider-content .intro-title .sub-title h6 {
  color: var(--white);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
  color: var(--white);
  margin: 0 auto;
  max-width: 1129px;
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
    font-size: 81px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
    font-size: 55px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
    margin-bottom: 26px;
  }
}
@media (max-width: 500px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
.intro-section .intro-wrapper.style2 .intro-slider-content .intro-title p {
  color: var(--white);
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title p {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .intro-section .intro-wrapper.style2 .intro-slider-content .intro-title p {
    display: none;
  }
}
.intro-section .intro-wrapper.style2 .intro-slider-content .intro-btn-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}

/* 18.About*/
/*----------------------------------------------
    # About style here
----------------------------------------------*/
.about-wrapper.style1 .about-video-content {
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper.style1 .title-section .title-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style1 .title-section .title-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .title-section .title-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .about-wrapper.style1 .title-section .title-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .about-wrapper.style1 .title-section .title-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.about-wrapper.style1 .about-widget {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper.style1 .about-widget {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 991px) {
  .about-wrapper.style1 .about-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-wrapper.style1 .about-widget {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .about-wrapper.style1 .about-widget {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 450px) {
  .about-wrapper.style1 .about-widget {
    row-gap: 15px;
    margin-bottom: 20px;
  }
}
.about-wrapper.style1 .about-widget .single-widget {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper.style1 .about-widget .single-widget .icon-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme);
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .about-wrapper.style1 .about-widget .single-widget .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.about-wrapper.style1 .about-widget .single-widget .icon-box img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 450px) {
  .about-wrapper.style1 .about-widget .single-widget .icon-box img {
    width: 50%;
    height: 50%;
  }
}
@media (max-width: 1399px) {
  .about-wrapper.style2 .title-section .title-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .about-wrapper.style2 .title-section .title-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 450px) {
  .about-wrapper.style2 .title-section .title-content h2 {
    font-size: 30px;
  }
}
.about-wrapper.style2 .thumb {
  display: flex;
  align-items: start;
  gap: 30px;
}
.about-wrapper.style2 .thumb img {
      border-radius: 0px;
    width: 100%;
    height: 45vh;
    object-fit: cover;
}
@media (max-width: 1399px) {
  .about-wrapper.style2 .thumb img {
    max-width: 100%;
  }
}
.about-wrapper.style2 .right-content {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .about-wrapper.style2 .right-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style2 .right-content {
    margin-left: 0;
  }
}
.about-wrapper.style2 .right-content .title {
  margin-bottom: 30px;
}
.about-wrapper.style2 .right-content .title h4 {
  color: var(--black);
}
.about-wrapper.style2 .right-content ul li {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 30px;
}
.about-wrapper.style2 .right-content ul li:last-child {
  margin-bottom: 0;
}
.about-wrapper.style2 .right-content ul li::before {
  content: "\f101";
  position: relative;
  color: var(--black);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  margin-right: 15px;
}

/* 19.Testimonial  */
/* 21.Blog Extra */
/* 22.Sidebar */
/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
  padding: 20px;
  background-color: var(--bg2);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .arrow-btn {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -32px;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background: transparent;
  border: none;
  color: var(--title);
  text-align: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: var(--theme2);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li {
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a span {
  transition: all 0.4s ease-in-out;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover {
  background: var(--theme2);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover a {
  color: var(--title) !important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active {
  background: var(--theme2);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active a {
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background: var(--theme2);
  color: var(--title) !important;
}

.recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.recent-post-area .recent-items:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E5;
}
.recent-post-area .recent-items .recent-thumb img {
  width: 78px;
  height: 79px;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.recent-post-area .recent-items .recent-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.recent-post-area .recent-items .recent-content ul li {
  color: var(--theme);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.recent-post-area .recent-items .recent-content h6 a {
  color: var(--title);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme) !important;
}

@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
/* 23.Card */
/*----------------------------------------------
    # Card style here
----------------------------------------------*/
.testimonial-card.style1 {
  background: var(--black);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-card.style1 .card-top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-card.style1 .card-top-part .content h4 {
  color: var(--white);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-card.style1 .card-top-part .content p {
  color: var(--white);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-card.style1 .card-top-part .icon SVG path {
  stroke: var(--theme);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-card.style1 .highlight p {
  color: var(--white);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-card.style1:hover {
  background: var(--theme);
}
.testimonial-card.style1:hover .card-top-part .content h4 {
  color: var(--black);
}
.testimonial-card.style1:hover .card-top-part .content p {
  color: var(--black);
}
.testimonial-card.style1:hover .card-top-part .icon SVG path {
  stroke: black;
}
.testimonial-card.style1:hover .highlight p {
  color: var(--black);
}
.testimonial-card.style2 .card-top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-card.style2 .card-top-part .content h4 {
  color: var(--white);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 35px;
    line-height: 45px;
}
.testimonial-card.style2 {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}
.title-section.style2 .title-content h4{
    padding: 15px 0;
}
.testimonial-card.style2 .card-top-part .content p {
  color: var(--white);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-card.style2 .highlight p {
  color: var(--white);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 991px) {
  .testimonial-card.style2 .highlight p {
    font-size: 15px;
    line-height: 32px;
  }
}
.service-card.style2 {
  padding: 10px 10px;
  border-radius: 0px;
  background: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.service-card.style1 {
  padding: 40px 30px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.service-card.style1 .content h3 {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .service-card.style1 .content h3 {
    margin-bottom: 20px;
  }
}
.service-card.style1 .content h3 a {
  color: var(--black);
}
@media (max-width: 1399px) {
  .service-card.style1 .content h3 a {
    font-size: 25px;
  }
}
.service-card.style1 .content .icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .service-card.style1 .content .icon-box {
    margin-bottom: 20px;
  }
}
.service-card.style1 .content .icon-box img {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card.style1 .content .icon-box span {
  color: rgba(0, 0, 0, 0.1);
  font-family: "Space Grotesk", sans-serif;
  font-size: 31.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.864px;
  text-transform: uppercase;
}
.service-card.style1 .content p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
}
.service-card.style1:hover .content .icon-box img {
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card.style2 {
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  .service-card.style2 {
    margin-bottom: 30px;
  }
}
.service-card.style2:last-child {
  margin-bottom: 0;
}
.service-card.style2 .icon-box {
  position: relative;
}
.service-card.style2 .icon-box .icon {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme);
  margin-bottom: 30px;
}
.service-card.style2 .icon-box .icon img{
  filter: invert(1);
}
.service-card.style2 .icon-box .line-shape {
  position: absolute;
  top: 50%;
  left: 70px;
  z-index: 99;
}
.service-card.style2 .content {
  margin-bottom: 33px;
}
.service-card.style2 .content h3 {
  margin-bottom: 20px;
}
.service-card.style2 .content h3 a {
  color: var(--black);
}
.service-card.style2 .content p {
  color: rgba(0, 0, 0, 0.7);
}
.service-card.style2:hover .content .icon-box img {
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project-card.style1 {
  margin-bottom: 30px;
}
.project-card.style1 .thumb-box {
  position: relative;
}
.project-card.style1 .thumb-box .thumb {
  position: relative;
}
.project-card.style1 .thumb-box .thumb img {
  border-radius: 0px;
  max-width: 100%;
  height: 40vh;
  object-fit: cover;
}
.project-card.style1 .thumb-box .thumb-content {
  position: absolute;
  bottom: 30px;
  left: 10px;
  background: var(--white);
  border-radius: 20px;
  /* text-align: center; */
  display: inline-block;
  padding: 20px 30px 20px 30px;
}
@media (max-width: 1199px) {
  .project-card.style1 .thumb-box .thumb-content {
    padding: 20px 33px 23px 33px;
  }
}
@media (max-width: 575px) {
  .project-card.style1 .thumb-box .thumb-content {
    padding: 20px 10px 23px 10px;
  }
}
@media (max-width: 470px) {
  .project-card.style1 .thumb-box .thumb-content {
    padding: 20px 60px 23px 60px;
  }
}
@media (max-width: 450px) {
  .project-card.style1 .thumb-box .thumb-content {
    padding: 20px 30px 23px 30px;
  }
}
.project-card.style1 .thumb-box .thumb-content h4 a {
  color: var(--black);
}
.project-card.style1:hover .thumb-content {
  visibility: visible;
  opacity: 1;
}



.team-card.style1 .thumb-box {
  position: relative;
  margin-bottom: 20px;
}
.team-card.style1 .thumb-box .thumb {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.team-card.style1 .thumb-box .thumb img {
    width: 100%;
    max-width: 100%;
    height: 30vh;
  border-radius: 0px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .team-card.style1 .thumb-box .thumb img {
    width: 100%;
  }
}
.team-card.style1 .thumb-box .thumb-social-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s ease;
  -o-transition: visibility 0s 0.5s, opacity 0.5s ease;
  transition: visibility 0s 0.5s, opacity 0.5s ease;
}
.team-card.style1 .thumb-box .thumb-social-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  background: rgba(255, 178, 110, 0.8);
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 991px) {
  .team-card.style1 .thumb-box .thumb-social-info ul {
    gap: 35px;
  }
}
.team-card.style1 .thumb-box .thumb-social-info ul li {
  padding: 20px 0;
}
.team-card.style1 .thumb-box .thumb-social-info ul li a i {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.team-card.style1 .icon {
  text-align: center;
  margin-bottom: 20px;
}
.team-card.style1 .icon i {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-card.style1 .icon i:hover {
  background: var(--theme);
}
.team-card.style1 .content {
  text-align: center;
}
.team-card.style1 .content h4 {
  margin-bottom: 10px;
}
.team-card.style1 .content h4 a {
  color: var(--black);
}
.team-card.style1 .content p {
  color: rgba(0, 0, 0, 0.7);
}
.team-card.style1:hover .thumb-box .thumb img {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.team-card.style2 {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  justify-content: space-between;
  cursor: pointer;
}
.team-card.style2 .content {
  padding: 36px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 9;
}
.team-card.style2 .content .title {
  position: relative;
  width: 402px;
  text-align: center;
}
.team-card.style2 .content .title img{
    padding-bottom: 15px;
}
@media (max-width: 991px) {
  .team-card.style2 .content .title {
    width: 545px;
  }
}
@media (max-width: 767px) {
  .team-card.style2 .content .title {
    width: 345px;
  }
}
@media (max-width: 500px) {
  .team-card.style2 .content .title {
    width: 330px;
  }
}
@media (max-width: 450px) {
  .team-card.style2 .content .title {
    width: 250px;
  }
}
.team-card.style2 .content .title h4 {
  color: var(--black);
  margin-bottom: 10px;
}
.team-card.style2 .content .title h6 {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  width: 178px;
}
.team-card.style2 .content .title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background: #E1E1E1;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .team-card.style2 .content .title::after {
    display: none;
  }
}
.team-card.style2 .content p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 700px;
  padding-left: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .team-card.style2 .content p {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .team-card.style2 .content p {
    display: none;
  }
}
.team-card.style2 .content p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background: #E1E1E1;
  left: 0;
  top: -8px;
}
@media (max-width: 991px) {
  .team-card.style2 .content p::before {
    display: none;
  }
}
.team-card.style2 .icon a {
  color: var(--black);
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.team-card.style2 .team-profile {
  position: absolute;
  top: 30px;
  z-index: 99;
  right: 112px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.team-card.style2 .team-profile .thumb-box {
  position: relative;
}
.team-card.style2 .team-profile .thumb-box .thumb {
  position: relative;
}
.team-card.style2 .team-profile .thumb-box .thumb img {
  max-width: 100%;
  border: 5px;
}
.team-card.style2 .team-profile .thumb-box .thumb-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-card.style2 .team-profile .thumb-box .thumb-content ul {
  display: flex;
  gap: 20px;
  border-radius: 0px 0px 5px 5px;
  background: var(--theme);
  padding: 0 26px 0 23px;
}
.team-card.style2 .team-profile .thumb-box .thumb-content ul li i {
  color: var(--black);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.team-card.style2:hover .icon a {
  background-color: var(--theme);
}
.team-card.style2:hover .team-profile {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.blog-card.style1 .thumb-box {
  position: relative;
  margin-bottom: 20px;
}
.blog-card.style1 .thumb-box .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.blog-card.style1 .thumb-box .thumb a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .blog-card.style1 .thumb-box .thumb a img {
    width: 100%;
  }
}
.blog-card.style1 .thumb-box .thumb-content {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-card.style1 .thumb-box .thumb-content h4 {
  color: var(--black);
  padding: 10px 20px;
  background: var(--theme);
  display: inline-block;
  border-radius: 5px;
}
.blog-card.style1 .meta-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-card.style1 .meta-content .meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card.style1 .meta-content .meta a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 991px) {
  .blog-card.style1 .meta-content .meta a {
    font-size: 12px;
  }
}
.blog-card.style1 .meta-content .meta i {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.blog-card.style1 .title-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 470px) {
  .blog-card.style1 .title-content {
    align-items: center;
  }
}
.blog-card.style1 .title-content h3 {
  max-width: 340px;
}
@media (max-width: 1399px) {
  .blog-card.style1 .title-content h3 {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style1 .title-content h3 {
    max-width: 215px;
  }
}
@media (max-width: 991px) {
  .blog-card.style1 .title-content h3 {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .blog-card.style1 .title-content h3 {
    max-width: 350px;
  }
}
@media (max-width: 470px) {
  .blog-card.style1 .title-content h3 {
    max-width: 300px;
  }
}
@media (max-width: 450px) {
  .blog-card.style1 .title-content h3 {
    max-width: 275px;
  }
}
.blog-card.style1 .title-content h3 a {
  color: var(--black);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .blog-card.style1 .title-content h3 a {
    font-size: 22px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .blog-card.style1 .title-content h3 a {
    font-size: 15px;
    line-height: 10px;
  }
}
@media (max-width: 767px) {
  .blog-card.style1 .title-content h3 a {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .blog-card.style1 .title-content h3 a {
    font-size: 25px;
  }
}
.blog-card.style1 .title-content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog-card.style1 .title-content .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.blog-card.style1 .title-content .icon i {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 991px) {
  .blog-card.style1 .title-content .icon i {
    font-size: 16px;
  }
}
.blog-card.style1:hover .thumb-box .thumb img {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.blog-card.style1:hover .title-content .icon {
  transform: rotate(0deg);
}
.blog-card.style2 .thumb-box {
  position: relative;
  margin-bottom: 20px;
}
.blog-card.style2 .thumb-box .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-card.style2 .thumb-box .thumb a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.blog-card.style2 .thumb-box .thumb-content {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-card.style2 .thumb-box .thumb-content h4 {
  color: var(--black);
  padding: 10px 20px;
  background: var(--theme);
  display: inline-block;
  border-radius: 5px;
}
.blog-card.style2 .meta-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-card.style2 .meta-content .meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card.style2 .meta-content .meta a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}
.blog-card.style2 .meta-content .meta i {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.blog-card.style2 .title-content {
  margin-bottom: 33px;
}
.blog-card.style2 .title-content h3 {
  margin-bottom: 20px;
}
.blog-card.style2 .title-content h3 a {
  color: var(--black);
  text-transform: capitalize;
}
.blog-card.style2 .title-content p {
  color: rgba(0, 0, 0, 0.7);
}
.blog-card.style2:hover .thumb-box .thumb img {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.blog-card.style3 {
  margin-bottom: 80px;
}
.blog-card.style3:last-child {
  margin-bottom: 0;
}
.blog-card.style3 .thumb-box {
  position: relative;
  margin-bottom: 20px;
}
.blog-card.style3 .thumb-box .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-card.style3 .thumb-box .thumb a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .blog-card.style3 .thumb-box .thumb a img {
    width: 100%;
  }
}
.blog-card.style3 .thumb-box .thumb-content {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-card.style3 .thumb-box .thumb-content h4 {
  color: var(--black);
  padding: 10px 20px;
  background: var(--theme);
  display: inline-block;
  border-radius: 5px;
}
.blog-card.style3 .meta-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-card.style3 .meta-content .meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card.style3 .meta-content .meta a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 991px) {
  .blog-card.style3 .meta-content .meta a {
    font-size: 12px;
  }
}
.blog-card.style3 .meta-content .meta i {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.blog-card.style3 .title-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 470px) {
  .blog-card.style3 .title-content {
    align-items: center;
  }
}
.blog-card.style3 .title-content h2 {
  width: 701px;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  color: var(--black);
}
@media (max-width: 1199px) {
  .blog-card.style3 .title-content h2 {
    width: 502px;
  }
}
@media (max-width: 470px) {
  .blog-card.style3 .title-content h2 {
    width: 385px;
  }
}
.blog-card.style3 .title-content h2 a {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  font-family: "Claston";
  text-transform: capitalize;
  color: var(--black);
}
@media (max-width: 1199px) {
  .blog-card.style3 .title-content h2 a {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .blog-card.style3 .title-content h2 a {
    font-size: 26px;
    line-height: 25px;
  }
}
.blog-card.style3 .title-content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog-card.style3 .title-content .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.blog-card.style3 .title-content .icon i {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 991px) {
  .blog-card.style3 .title-content .icon i {
    font-size: 16px;
  }
}
.blog-card.style3:hover .thumb-box .thumb img {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.blog-card.style3:hover .title-content .icon {
  transform: rotate(0deg);
  background: var(--theme);
}

/* 25.Form */
.message-right-part .contact-form {
  background: var(--black);
  border-radius: 20px;
  padding: 40px 69px 30px 40px;
  border: 2px solid var(--theme);
}
@media (max-width: 767px) {
  .message-right-part .contact-form {
    padding: 20px;
  }
}
.message-right-part .contact-form h3 {
  color: var(--white);
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .message-right-part .contact-form h3 {
    font-size: 38px;
  }
}
.message-right-part .contact-form form input[type=text],
.message-right-part .contact-form form input[type=email],
.message-right-part .contact-form form select {
  width: 100%;
  padding: 15px 30px 17px 30px;
  border-radius: 999px;
  border: 1px solid #232323;
  color: var(--white);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  background: #232323;
  appearance: none;
}
.message-right-part .contact-form form input[type=text]::placeholder,
.message-right-part .contact-form form input[type=email]::placeholder,
.message-right-part .contact-form form select::placeholder {
  color: var(--white);
  font-size: 16px;
}
.message-right-part .contact-form form select {
  margin-top: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M2 0l6 6 6-6' fill='none' stroke='%23FF9C55' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 16px;
}
.message-right-part .contact-form form textarea {
  margin: 30px 0 23px 0;
  padding: 15px 0 0 30px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #232323;
  color: var(--white);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  background: #232323;
  outline: none;
  resize: none;
  min-height: 135px;
}
.message-right-part .contact-form form textarea::placeholder {
  color: var(--white);
  font-size: 16px;
}

.contact-right-part .contact-form {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 69px 30px 40px;
}
@media (max-width: 450px) {
  .contact-right-part .contact-form {
    padding: 40px 20px 30px 20px;
  }
}
.contact-right-part .contact-form h3 {
  color: var(--black);
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 27px;
}
@media (max-width: 450px) {
  .contact-right-part .contact-form h3 {
    font-size: 28px;
    line-height: 23px;
  }
}
.contact-right-part .contact-form form input[type=text],
.contact-right-part .contact-form form input[type=email],
.contact-right-part .contact-form form select {
  width: 100%;
  padding: 15px 30px 17px 30px;
  border-radius: 999px;
  border: 1px solid #232323;
  color: var(--black);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  background: transparent;
  appearance: none;
}
.contact-right-part .contact-form form input[type=text]::placeholder,
.contact-right-part .contact-form form input[type=email]::placeholder,
.contact-right-part .contact-form form select::placeholder {
  color: var(--black);
  font-size: 16px;
}
.contact-right-part .contact-form form select {
  margin-top: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M2 0l6 6 6-6' fill='none' stroke='%23FF9C55' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 16px;
}
.contact-right-part .contact-form form textarea {
  margin: 30px 0 23px 0;
  padding: 15px 0 0 30px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #232323;
  color: var(--black);
  font-family: "Kinetika";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  background: transparent;
  outline: none;
  resize: none;
  min-height: 135px;
}
.contact-right-part .contact-form form textarea::placeholder {
  color: var(--black);
  font-size: 16px;
}

.blog-details-wrapper .contact-form {
  margin-top: 60px;
}
.blog-details-wrapper .contact-form h3 {
  color: var(--title);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}
.blog-details-wrapper .contact-form form {
  display: flex;
  flex-direction: column;
}
.blog-details-wrapper .contact-form form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .blog-details-wrapper .contact-form form .form-row {
    flex-direction: column;
  }
}
.blog-details-wrapper .contact-form form .form-row .input-field {
  flex: 1;
  border-radius: 999px;
  background: #faf8f3;
  padding: 19px 30px;
  font-size: 16px;
  border: none;
  outline: none;
}
.blog-details-wrapper .contact-form form .form-row .input-field::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.blog-details-wrapper .contact-form form .form-row .select-field {
  position: relative;
  flex: 1;
}
.blog-details-wrapper .contact-form form .form-row .select-field select.input-field {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  cursor: pointer;
  z-index: 1;
}
.blog-details-wrapper .contact-form form .form-row .select-field .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.blog-details-wrapper .contact-form form .form-row .select-field .icon i {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.blog-details-wrapper .contact-form form .form-row .textarea-field {
  width: 100%;
  height: 124px;
  border-radius: 20px;
  background: #faf8f3;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  outline: none;
}
.blog-details-wrapper .contact-form form .form-row .textarea-field::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* 26.Index */
/*----------------------------------------------
    # Services style here
----------------------------------------------*/
@media (max-width: 1199px) {
  .service-wrapper.style1 .row .col-xl-3:nth-child(1) {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .service-wrapper.style1 .row .col-xl-3:nth-child(1) {
    margin-bottom: 30px;
  }
}
.service-wrapper.style1 .row .col-xl-3:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .service-wrapper.style1 .row .col-xl-3:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-wrapper.style1 .row .col-xl-3:nth-child(2) {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.service-wrapper.style1 .row .col-xl-3:nth-child(4) {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .service-wrapper.style1 .row .col-xl-3:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .service-wrapper.style1 .row .col-xl-3:nth-child(4) {
    margin-top: 30px;
  }
}

/*----------------------------------------------
    # Barnd Logo style here
----------------------------------------------*/
.brand-logo-wrapper.style1 .slider-area {
  background: #E5E4E2;
  border-radius: 0px;
  padding: 57px 60px;
}
.brand-logo{
  text-align: center;
}
.brand-logo img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
.header-logo IMG{
  width: 100px
}
.foter-logo img{
  width: 100px
}
/*----------------------------------------------
    # Project style here
----------------------------------------------*/
.project-wrapper.style1 .title-section.style2 .highlight {
  max-width: 475px;
}

/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-wrapper.style1 .title-section.style2 .title-content {
  max-width: 400px;
}
.faq-wrapper.style1 .title-section.style2 .highlight {
  max-width: 550px;
}

/* 27.Index2 */
/*----------------------------------------------
    # Services style here
----------------------------------------------*/
.service-wrapper.style2 .right-side {
  text-align: end;
}
@media (max-width: 991px) {
  .service-wrapper.style2 .right-side {
    text-align: start;
  }
}
.service-wrapper.style2 .right-side .icon-box {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .service-wrapper.style2 .right-side .icon-box {
    justify-content: start;
  }
}
.service-wrapper.style2 .right-side .icon-box .right-line-shape {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .service-wrapper.style2 .right-side .icon-box .right-line-shape {
    left: 70px;
    top: 30px;
  }
}
.service-wrapper.style2 .thumb {
  text-align: center;
  position: relative;
  z-index: 99;
}
.service-wrapper.style2 .thumb img {
  border-radius: 0px;
  max-width: 100%;
  height: 70vh;
  object-fit: cover;

}
/* .thumb img{
  width: 100%;
} */
.service-wrapper.style3 .row .col-xl-3 {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.about-wrapper .title-content p{
  width: fit-content;
}
/*----------------------------------------------
    # Testimonial Section  style here
----------------------------------------------*/
.testimonial-wrapper.style2 {
  padding: 60px 80px;
  background: var(--black);
  border-radius: 40px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper.style2 {
    padding: 40px 40px;
  }
}
@media (max-width: 470px) {
  .testimonial-wrapper.style2 {
    padding: 0;
  }
}
.testimonial-wrapper.style2 .testimonial-inner {
  padding: 40px;
  border: 1px solid var(--theme);
  display: flex;
  gap: 40px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .testimonial-wrapper.style2 .testimonial-inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 470px) {
  .testimonial-wrapper.style2 .testimonial-inner {
    padding: 30px;
    border-radius: 40px;
  }
}
.testimonial-wrapper.style2 .testimonial-inner .thumb img {
  border: 2PX solid var(--theme);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .testimonial-wrapper.style2 .testimonial-inner .thumb img {
    width: 100%;
  }
}

/*----------------------------------------------
    # Project Section  style here
----------------------------------------------*/
@media (max-width: 575px) {
  .project-wrapper.style2 .title-section.style4 .title-content h2 {
    font-size: 44.25px;
    line-height: 47px;
  }
}

/* 28.Video */
.video-box-area {
  position: relative;
  z-index: 3;
}
.video-box-area .video-box {
  position: relative;
  z-index: 5;
}
.video-box-area .video-box .video-thumb {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .video-box-area .video-box .video-thumb {
    margin-right: 0;
  }
}
.video-box-area .video-box .video-thumb img {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
.video-box-area .video-box .video-thumb .overlay {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 0.5;
  background: var(--Gray-900, #000);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.video-box-area .video-box h3 {
  position: absolute;
  left: 50%;
  bottom: 233px;
  letter-spacing: 19.14px;
  color: var(--white);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
@media (max-width: 1399px) {
  .video-box-area .video-box h3 {
    bottom: 195px;
    letter-spacing: 10.14px;
  }
}
@media (max-width: 1199px) {
  .video-box-area .video-box h3 {
    left: 50%;
    bottom: 40%;
    transform: translate(-40%, 50%);
  }
}
@media (max-width: 500px) {
  .video-box-area .video-box h3 {
    display: none;
  }
}
.video-box-area .video-box .play-btn {
      position: absolute;
    bottom: 125px;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
@media (max-width: 1399px) {
  .video-box-area .video-box .play-btn {
    bottom: 225px;
  }
}
@media (max-width: 1199px) {
  .video-box-area .video-box .play-btn {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.video-box-area .video-box .play-btn > i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  background: var(--theme);
  color: var(--black);
  font-size: 30px;
  border: 5px solid rgba(35, 35, 35, 0.8);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.video-box-area .video-box .play-btn > i.fa-play {
  padding-right: -1.82em;
}
.video-box-area .video-box .play-btn:after, .video-box-area .video-box .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.video-box-area .video-box .play-btn:after {
  animation-delay: 2s;
}
.video-box-area .video-box .play-btn:hover i {
  background-color: var(--theme);
  color: var(--black);
}
.video-box-area .video-box .play-btn:hover:after, .video-box-area .video-box .play-btn:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.video-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-btn a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--theme);
  border-radius: 50%;
}
@media (max-width: 450px) {
  .video-btn a span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.video-btn a h4 {
  color: var(--white);
}
@media (max-width: 450px) {
  .video-btn a h4 {
    font-size: 16px;
  }
}

/* 29.Faq */
/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.accordion.style1 .accordion-item {
  border: none;
  margin-bottom: 25px;
  background: transparent;
}
.accordion.style1 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion.style1 .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion.style1 .accordion-item .accordion-button .title span {
  color: var(--Gray-900, #000);
  font-family: "Space Grotesk";
  font-size: 31.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.864px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .accordion.style1 .accordion-item .accordion-button .title span {
    font-size: 20.75px;
  }
}
@media (max-width: 575px) {
  .accordion.style1 .accordion-item .accordion-button .title span {
    font-size: 18.75px;
  }
}
@media (max-width: 500px) {
  .accordion.style1 .accordion-item .accordion-button .title span {
    font-size: 16.75px;
  }
}
@media (max-width: 350px) {
  .accordion.style1 .accordion-item .accordion-button .title span {
    font-size: 13.75px;
  }
}
.accordion.style1 .accordion-item .accordion-button .title span:first-child {
  margin-right: 30px;
}
.accordion.style1 .accordion-item .accordion-button a {
  color: var(--Gray-900, #000);
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: normal;
}
@media (max-width: 350px) {
  .accordion.style1 .accordion-item .accordion-button a {
    font-size: 10px;
  }
}
.accordion.style1 .accordion-item .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion.style1 .accordion-item button {
  gap: 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D0D0D0;
  background: transparent;
}
.accordion.style1 .accordion-item button:after {
  display: none;
}
.accordion.style1 .accordion-item button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
}
.accordion.style1 .accordion-item button:not(.collapsed) .icon-box {
  background-color: var(--theme);
}
.accordion.style1 .accordion-item button .accordion-button.collapsed {
  background: var(--white);
}
.accordion.style1 .accordion-item button .accordion-button.collapsed:after {
  display: none;
}
.accordion.style1 .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.accordion.style1 .accordion-item .accordion-collapse .accordion-body img {
  max-width: 100%;
  border-radius: 20px;
}
.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: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--title);
}
.accordion.style3 .accordion-item .accordion-button[aria-expanded=true]::before {
  content: "-";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  position: absolute;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--title);
}
.accordion.style3 .accordion-item {
  margin-bottom: 25px;
  background: transparent;
  border: 1px solid transparent;
}
.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;
  padding: 0 0 20px 0 !important;
  border-bottom: 1px solid #D0D0D0;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 767px) {
  .accordion.style3 .accordion-item button {
    font-size: 17px;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .accordion.style3 .accordion-item button {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .accordion.style3 .accordion-item button {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .accordion.style3 .accordion-item button {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .accordion.style3 .accordion-item button span {
    margin-right: 10px;
  }
}
.accordion.style3 .accordion-item button:not(.collapsed) {
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
}
.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: 20px 0px 0 30px !important;
}
.accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-left: 47px;
}
@media (max-width: 767px) {
  .accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .accordion.style3 .accordion-item .accordion-collapse .accordion-body p {
    font-size: 10px;
  }
}

/* 30.simple section */
.accordion.style1 .accordion-items {
  background: transparent;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 40px;
}
.accordion.style1 .accordion-items:last-child {
  margin-bottom: 0;
}
.accordion.style1 .accordion-items.active .accordion-content {
  max-height: 302px;
  padding-top: 1rem;
}
.accordion.style1 .accordion-items .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 30px;
}
.accordion.style1 .accordion-items .accordion-header span {
  color: var(--Gray-900, #000);
  font-family: "Space Grotesk", sans-serif;
  font-size: 31.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.864px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .accordion.style1 .accordion-items .accordion-header span {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .accordion.style1 .accordion-items .accordion-header span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .accordion.style1 .accordion-items .accordion-header span {
    font-size: 15px;
  }
}
.accordion.style1 .accordion-items .accordion-header span:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .accordion.style1 .accordion-items .accordion-header span:first-child {
    margin-right: 10px;
  }
}
.accordion.style1 .accordion-items .accordion-header .view-more {
  color: var(--title);
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 470px) {
  .accordion.style1 .accordion-items .accordion-header .view-more {
    visibility: hidden;
    position: relative;
  }
}
.accordion.style1 .accordion-items .accordion-header .view-more i {
  margin-left: 10px;
}
@media (max-width: 470px) {
  .accordion.style1 .accordion-items .accordion-header .view-more i {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.accordion.style1 .accordion-items .accordion-header .view-more:hover {
  text-decoration: underline;
}
.accordion.style1 .accordion-items .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  border-radius: 20px;
}
.accordion.style1 .accordion-items .accordion-content a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.accordion.style2 .accordion-items {
  background: transparent;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 40px;
}
.accordion.style2 .accordion-items:last-child {
  margin-bottom: 0;
}
.accordion.style2 .accordion-items:last-child .preview-thumb {
  margin-right: 172px;
}
.accordion.style2 .accordion-items:nth-child(4) .preview-thumb {
  margin-right: 56px;
}
@media (max-width: 1199px) {
  .accordion.style2 .accordion-items .preview-thumb {
    display: none;
  }
}
.accordion.style2 .accordion-items .preview-thumb .thumb img {
  border-radius: 20px;
}
.accordion.style2 .accordion-items.active .accordion-content {
  max-height: 302px;
  padding-top: 1rem;
}
.accordion.style2 .accordion-items .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 30px;
}
.accordion.style2 .accordion-items .accordion-header span {
  color: var(--Gray-900, #000);
  font-family: "Space Grotesk", sans-serif;
  font-size: 31.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.864px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .accordion.style2 .accordion-items .accordion-header span {
    font-size: 25.75px;
  }
}
@media (max-width: 767px) {
  .accordion.style2 .accordion-items .accordion-header span {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .accordion.style2 .accordion-items .accordion-header span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .accordion.style2 .accordion-items .accordion-header span {
    font-size: 15px;
  }
}
.accordion.style2 .accordion-items .accordion-header span:first-child {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .accordion.style2 .accordion-items .accordion-header span:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .accordion.style2 .accordion-items .accordion-header span:first-child {
    margin-right: 10px;
  }
}
.accordion.style2 .accordion-items .accordion-header .view-more {
  color: var(--title);
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 767px) {
  .accordion.style2 .accordion-items .accordion-header .view-more {
    visibility: hidden;
    position: relative;
  }
}
.accordion.style2 .accordion-items .accordion-header .view-more i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .accordion.style2 .accordion-items .accordion-header .view-more i {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.accordion.style2 .accordion-items .accordion-header .view-more:hover {
  text-decoration: underline;
}
.accordion.style2 .accordion-items .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  border-radius: 20px;
}
.accordion.style2 .accordion-items .accordion-content a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.skill .title h3 {
  color: var(--black);
  margin-bottom: 30px;
}
.skill .progress-bar-wrapper .progress-info {
  margin-bottom: 40px;
  position: relative;
}
.skill .progress-bar-wrapper .progress-info .progress-title {
  flex: 1;
  color: var(--black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 23.625px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.648px;
  margin-bottom: 20px;
  display: inline-block;
}
.skill .progress-bar-wrapper .progress-info .progress-title:last-child {
  margin-bottom: 0;
}
.skill .progress-bar-wrapper .progress-info .progress {
  flex: 3;
  position: relative;
  background-color: #f5f5f5;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.skill .progress-bar-wrapper .progress-info .progress .progress-bar {
  height: 100%;
  transition: width 0.4s ease;
  background: var(--theme);
  border-radius: 10px;
}
.skill .progress-bar-wrapper .progress-info .progress-percent {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 1199px) {
  .skill .progress-bar-wrapper .progress-info .progress-percent {
    display: none;
  }
}
.skill .progress-bar-wrapper .progress-info:nth-child(1) .progress-percent {
  position: absolute;
  right: 370px;
  bottom: 40px;
}
.skill .progress-bar-wrapper .progress-info:nth-child(2) .progress-percent {
  position: absolute;
  right: 241px;
  bottom: 40px;
}
.skill .progress-bar-wrapper .progress-info:nth-child(3) .progress-percent {
  position: absolute;
  right: 120px;
  bottom: 40px;
}

/* 31.Counter section */
.counter-wrapper.style1 .counter-inner-wrapper {
  padding: 40px;
  background: var(--black);
  border-radius: 0px;
text-align: center;
color: #fff;
}
@media (max-width: 1199px) {
  .counter-wrapper.style1 .counter-inner-wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(1) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box {
  border-left: 1px solid var(--black);
  text-align: center;
  padding-left: 20px
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
  right: 0px;
}
@media (max-width: 1199px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 0px;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box {
  border-left: 1px solid var(--black);
  text-align: center;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
  right: 0px;
}
@media (max-width: 1199px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 0px;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box {
  border-left: 1px solid var(--black);
  text-align: center;
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
  right: 0px;
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style1 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
    right: 0px;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .contain-box {
  position: relative;
}
.counter-wrapper.style1 .counter-inner-wrapper .contain-box .main-counter span {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(255 255 255);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 2.592px;
  text-transform: uppercase;
  /*opacity: 0.75;*/
}
@media (max-width: 1199px) {
  .counter-wrapper.style1 .counter-inner-wrapper .contain-box .main-counter span {
    font-size: 80.25px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style1 .counter-inner-wrapper .contain-box .main-counter span {
    font-size: 50px;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .contain-box .title {
  text-align: center;
  position: relative;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .counter-wrapper.style1 .counter-inner-wrapper .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style1 .counter-inner-wrapper .contain-box .title {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style1 .counter-inner-wrapper .contain-box .title {
    right:0px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style1 .counter-inner-wrapper .contain-box .title {
    right: 0px;
  }
}
.counter-wrapper.style1 .counter-inner-wrapper .contain-box .title h6 {
  color: #fff;
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.counter-wrapper.style2 .counter-inner-wrapper {
  padding: 60px;
  background: var(--black);
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .counter-wrapper.style2 .counter-inner-wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(1) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box {
  border-left: 1px solid var(--theme);
  text-align: center;
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
  right: 65px;
}
@media (max-width: 1199px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 99px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 153px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(2) .contain-box .title {
    right: 90px;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box {
  border-left: 1px solid var(--theme);
  text-align: center;
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
  right: 72px;
}
@media (max-width: 1199px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 105px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 173px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(3) .contain-box .title {
    right: 95px;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box {
  border-left: 1px solid var(--theme);
  text-align: end;
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box {
    border: none;
    text-align: center;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
  right: 30px;
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
    right: 102px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
    right: 161px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style2 .counter-inner-wrapper .row .col-xl-3:nth-child(4) .contain-box .title {
    right: 100px;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .contain-box {
  position: relative;
}
.counter-wrapper.style2 .counter-inner-wrapper .contain-box .main-counter span {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
  font-family: "Space Grotesk", sans-serif;
  font-size: 95.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -2.592px;
  text-transform: uppercase;
  opacity: 0.15;
}
@media (max-width: 1199px) {
  .counter-wrapper.style2 .counter-inner-wrapper .contain-box .main-counter span {
    font-size: 80.25px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style2 .counter-inner-wrapper .contain-box .main-counter span {
    font-size: 95px;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .contain-box .title {
  text-align: center;
  position: absolute;
  right: 97px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .counter-wrapper.style2 .counter-inner-wrapper .contain-box .title {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper.style2 .counter-inner-wrapper .contain-box .title {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper.style2 .counter-inner-wrapper .contain-box .title {
    right: 166px;
  }
}
@media (max-width: 470px) {
  .counter-wrapper.style2 .counter-inner-wrapper .contain-box .title {
    right: 100px;
  }
}
.counter-wrapper.style2 .counter-inner-wrapper .contain-box .title h6 {
  color: var(--white);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

/*32.slider */
.arrow-btn.style1 {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.arrow-btn.style1 .slider-prev,
.arrow-btn.style1 .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.style2 {
  position: relative;
}
.arrow-btn.style2 .slider-prev {
  position: absolute;
  left: 500px;
  bottom: -120px;
  z-index: 9;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1px solid #E1E1E1;
  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: 1399px) {
  .arrow-btn.style2 .slider-prev {
    left: 430px;
  }
}
@media (max-width: 1199px) {
  .arrow-btn.style2 .slider-prev {
    left: 325px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style2 .slider-prev {
    left: 208px;
    bottom: -75px;
  }
}
@media (max-width: 767px) {
  .arrow-btn.style2 .slider-prev {
    left: 113px;
    bottom: -85px;
  }
}
@media (max-width: 450px) {
  .arrow-btn.style2 .slider-prev {
    width: 50px;
    height: 50px;
    left: 100px;
  }
}
@media (max-width: 350px) {
  .arrow-btn.style2 .slider-prev {
    left: 80px;
  }
}
.arrow-btn.style2 .slider-prev:hover {
  background: var(--theme);
  color: var(--black);
  border: 1px solid var(--theme);
}
.arrow-btn.style2 .slider-next {
  position: absolute;
  right: 500px;
  bottom: -120px;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1px solid #E1E1E1;
  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: 1399px) {
  .arrow-btn.style2 .slider-next {
    right: 402px;
  }
}
@media (max-width: 1199px) {
  .arrow-btn.style2 .slider-next {
    right: 325px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style2 .slider-next {
    right: 208px;
    bottom: -75px;
  }
}
@media (max-width: 767px) {
  .arrow-btn.style2 .slider-next {
    right: 113px;
    bottom: -85px;
  }
}
@media (max-width: 450px) {
  .arrow-btn.style2 .slider-next {
    width: 50px;
    height: 50px;
    right: 100px;
  }
}
@media (max-width: 350px) {
  .arrow-btn.style2 .slider-next {
    right: 80px;
  }
}
.arrow-btn.style2 .slider-next::before {
  content: "";
  width: 130px;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .arrow-btn.style2 .slider-next::before {
    display: none;
  }
}
.arrow-btn.style2 .slider-next:hover {
  background: var(--theme);
  color: var(--black);
  border: 1px solid var(--theme);
}
.arrow-btn.style3 {
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .arrow-btn.style3 {
    display: none;
  }
}
.arrow-btn.style3 .slider-prev {
  position: absolute;
  left: 0;
  bottom: 108px;
  z-index: 9;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1px solid 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.style3 .slider-prev {
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style3 .slider-prev {
    bottom: 35px;
  }
}
.arrow-btn.style3 .slider-prev::after {
  content: "";
  width: 1170px;
  height: 1px;
  background: var(--white);
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .arrow-btn.style3 .slider-prev::after {
    width: 994px;
  }
}
@media (max-width: 1199px) {
  .arrow-btn.style3 .slider-prev::after {
    width: 816px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style3 .slider-prev::after {
    width: 574px;
  }
}
@media (max-width: 767px) {
  .arrow-btn.style3 .slider-prev::after {
    width: 396px;
  }
}
.arrow-btn.style3 .slider-prev:hover {
  background: var(--theme);
  color: var(--black);
  border: 1px solid var(--theme);
}
.arrow-btn.style3 .slider-next {
  position: absolute;
  right: 0;
  bottom: 108px;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1px solid 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.style3 .slider-next {
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .arrow-btn.style3 .slider-next {
    bottom: 35px;
  }
}
.arrow-btn.style3 .slider-next:hover {
  background: var(--theme);
  color: var(--black);
  border: 1px solid var(--theme);
}
.arrow-btn.style4 {
  position: relative;
}
@media (max-width: 1199px) {
  .arrow-btn.style4 {
    display: none;
  }
}
.arrow-btn.style4 .slider-prev {
  position: absolute;
  left: 155px;
  bottom: -86px;
  z-index: 9;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1px solid #E1E1E1;
  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.style4 .slider-prev:hover {
  background: var(--theme);
  color: var(--black);
  border: 1px solid var(--theme);
}
.arrow-btn.style4 .slider-next {
  position: absolute;
  right: 185px;
  bottom: -86px;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1px solid #E1E1E1;
  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.style4 .slider-next::before {
  content: "";
  width: 130px;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow-btn.style4 .slider-next:hover {
  background: var(--theme);
  color: var(--black);
  border: 1px solid var(--theme);
}

.project-wrapper.style2 {
  position: relative;
  padding-bottom: 60px;
}
.project-wrapper.style2 .pf-slider {
  padding-bottom: 90px;
}
@media (max-width: 450px) {
  .project-wrapper.style2 .pf-slider {
    padding-bottom: 45px;
  }
}
.project-wrapper.style2 .slider-pagination {
  position: absolute !important;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 10px;
  background-color: #EBEDFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -98%);
  -moz-transform: translate(-50%, -98%);
  -ms-transform: translate(-50%, -98%);
  -o-transform: translate(-50%, -98%);
}
.project-wrapper.style2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  display: inline-block;
  background-color: #EBEDFF;
  transition: background-color 0.3s;
  margin: 0 5px;
  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;
}
.project-wrapper.style2 .swiper-pagination-bullet-active {
  width: 100px;
  height: 10px;
  background-color: var(--theme);
}

/*33.Text Slider */
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: var(--black);
  padding: 40px 0;
  position: relative;
  z-index: -1;
}
@media (max-width: 470px) {
  .scrolling-wrap {
    padding: 20px 0;
  }
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide-1 {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 95.25px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -2.592px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .scrolling-wrap .comm .cmn-textslide-1 {
    font-size: 60.25px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap .comm .cmn-textslide-1 {
    font-size: 45.25px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm .cmn-textslide-1 {
    font-size: 35.25px;
  }
}
.scrolling-wrap .comm .cmn-textslide-2 {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 95.25px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -2.592px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .scrolling-wrap .comm .cmn-textslide-2 {
    font-size: 60.25px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap .comm .cmn-textslide-2 {
    font-size: 45.25px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm .cmn-textslide-2 {
    font-size: 35.25px;
  }
}
.scrolling-wrap .comm .cmn-textslide-2 img {
  max-width: 100%;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

/*34.widget */
.widget.style1 .single-widget {
  background: var(--black);
  display: inline-block;
  padding: 20px 30px;
  border-radius: 20px;
  background: #000;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .widget.style1 .single-widget {
    padding: 15px 15px;
  }
}
.widget.style1 .single-widget .wid-title {
  border-radius: 999px;
  opacity: 0.7;
  background: var(--theme);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 19px 93px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .widget.style1 .single-widget .wid-title {
    padding: 5px 34px;
  }
}
@media (max-width: 767px) {
  .widget.style1 .single-widget .wid-title {
    margin-bottom: 10px;
  }
}
.widget.style1 .single-widget .wid-title h3 {
  color: var(--black);
}
.widget.style1 .single-widget .widget-categories {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 19px 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .widget.style1 .single-widget .widget-categories {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .widget.style1 .single-widget .widget-categories {
    padding: 7px 20px;
    margin-bottom: 10px;
  }
}
.widget.style1 .single-widget .widget-categories:last-child {
  margin-bottom: 0;
}
.widget.style1 .single-widget .widget-categories ul li a {
  display: flex;
  gap: 108px;
  justify-content: space-between;
  align-items: center;
  color: var(--white, #FFF);
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .widget.style1 .single-widget .widget-categories ul li a {
    gap: 40px;
  }
}
@media (max-width: 350px) {
  .widget.style1 .single-widget .widget-categories ul li a {
    gap: 32px;
  }
}
.widget.style1 .single-widget .widget-categories:hover {
  cursor: pointer;
}
.widget.style1 .single-widget .widget-categories:hover li a {
  color: var(--theme) !important;
}

.sidebar-widget .single-widget {
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  padding: 20px 40px;
  margin-bottom: 40px;
}
.sidebar-widget .single-widget:nth-child(2) {
  padding: 20px 30px;
}
.sidebar-widget .single-widget:nth-child(3) {
  padding: 20px 20px;
}
.sidebar-widget .single-widget:nth-child(4) {
  padding: 20px 22px 20px 40px;
}
.sidebar-widget .single-widget .title {
  margin-bottom: 30px;
}
.sidebar-widget .single-widget .title h3 {
  text-transform: capitalize;
  color: var(--black);
}
.sidebar-widget .single-widget .search-container .search-box {
  position: relative;
  display: inline-block;
}
.sidebar-widget .single-widget .search-container .search-box input {
  width: 330px;
  height: 57px;
  border-radius: 999px;
  background: #FAF8F3;
  border: none;
  padding: 18px 30px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .sidebar-widget .single-widget .search-container .search-box input {
    width: 275px;
  }
}
@media (max-width: 450px) {
  .sidebar-widget .single-widget .search-container .search-box input {
    width: 250px;
  }
}
.sidebar-widget .single-widget .search-container .search-box input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.sidebar-widget .single-widget .search-container .search-box input:focus {
  outline: none;
}
.sidebar-widget .single-widget .search-container .search-box .search-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.sidebar-widget .single-widget .search-container .search-box .search-icon i {
  pointer-events: none;
}
@media (max-width: 1199px) {
  .sidebar-widget .single-widget .recent-post {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
  }
}
.sidebar-widget .single-widget .recent-post .post-item {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-widget .single-widget .recent-post .post-item:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-widget .recent-post .post-item .thumb {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .sidebar-widget .single-widget .recent-post .post-item .thumb {
    left: -15px;
  }
}
.sidebar-widget .single-widget .recent-post .post-item .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.sidebar-widget .single-widget .recent-post .post-item .content {
  border-radius: 10px;
  background: #FAF8F3;
  padding: 15px 20px 15px 77px;
  width: 317px;
}
@media (max-width: 500px) {
  .sidebar-widget .single-widget .recent-post .post-item .content {
    width: 275px;
  }
}
.sidebar-widget .single-widget .recent-post .post-item .content .meta {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 450px) {
  .sidebar-widget .single-widget .recent-post .post-item .content h4 {
    font-size: 18px;
  }
}
.sidebar-widget .single-widget .recent-post .post-item .content h4 a {
  color: var(--black);
}
@media (max-width: 450px) {
  .sidebar-widget .single-widget .recent-post .post-item .content h4 a {
    font-size: 18px;
  }
}
.sidebar-widget .single-widget .category .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 999px;
  background: rgba(250, 248, 243, 0.4);
  padding: 19px 30px;
  margin-bottom: 20px;
}
.sidebar-widget .single-widget .category .category-item:last-child {
  margin-bottom: 0;
}
.sidebar-widget .single-widget .category .category-item a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.sidebar-widget .single-widget .category .category-item .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #FFB26E;
  text-align: center;
  border-radius: 50%;
}
.sidebar-widget .single-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-row-gap: 20px;
  column-gap: 14px;
  -webkit-column-gap: 14px;
}
.sidebar-widget .single-widget .tagcloud .tagcloud-item {
  border-radius: 999px;
  background: #FAF8F3;
  padding: 5px 10px;
}
.sidebar-widget .single-widget .tagcloud .tagcloud-item a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.sidebar-widget .contact-bar {
  border-radius: 20px;
  background: var(--theme);
  padding: 40px 65px;
}
.sidebar-widget .contact-bar .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.sidebar-widget .contact-bar .icon i {
  width: 96px;
  height: 96px;
  line-height: 96px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  color: var(--black);
  font-size: 36px;
}
.sidebar-widget .contact-bar .title {
  margin-bottom: 20px;
}
.sidebar-widget .contact-bar .title h3 {
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 31.75px;
}
.sidebar-widget .contact-bar .title p {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.sidebar-widget .contact-bar .contact-no h3 {
  text-align: center;
}
.sidebar-widget .contact-bar .contact-no h3 a {
  color: var(--black);
  font-size: 31.75px;
}
@media (max-width: 450px) {
  .sidebar-widget .contact-bar .contact-no h3 a {
    font-size: 22.75px;
  }
}

/*35.blog page */
.blog-page-wrapper .page-pagination {
  display: flex;
  justify-content: center;
}
.blog-page-wrapper .page-pagination span {
  margin-inline-end: 10px;
}
.blog-page-wrapper .page-pagination span a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--Gray-900, #000);
  font-family: "Space Grotesk";
  font-size: 23.625px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.648px;
  background: transparent;
  border: 1px solid #E1E1E1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-page-wrapper .page-pagination span a:hover {
  background: var(--theme);
}

.blog-details-wrapper .thumb {
  margin-bottom: 30px;
}
.blog-details-wrapper .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper .thumb img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .blog-details-wrapper .thumb img {
    flex-direction: column;
  }
}
.blog-details-wrapper .content .content-text h2 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .blog-details-wrapper .content .content-text h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.blog-details-wrapper .content .content-text h3 {
  color: #000;
}
.blog-details-wrapper .content .content-text p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}
.blog-details-wrapper .list-cloud {
  margin-bottom: 20px;
}
.blog-details-wrapper .list-cloud ul li {
  margin-bottom: 20px;
}
.blog-details-wrapper .list-cloud ul li:last-child {
  margin-bottom: 0px;
}
.blog-details-wrapper .testimonial {
  background: var(--black);
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.blog-details-wrapper .testimonial .testimonial-inner {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details-wrapper .testimonial .testimonial-inner .content h4 {
  color: var(--white);
  margin-bottom: 10px;
}
.blog-details-wrapper .testimonial .testimonial-inner .content p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.blog-details-wrapper .testimonial p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.blog-details-wrapper .tag-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-details-wrapper .tag-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.blog-details-wrapper .tag-content .tag-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 450px) {
  .blog-details-wrapper .tag-content .tag-list {
    flex-direction: column;
  }
}
.blog-details-wrapper .tag-content .tag-list h3 {
  color: var(--black);
}
.blog-details-wrapper .tag-content .tag-list ul {
  display: flex;
  align-items: center;
}
.blog-details-wrapper .tag-content .tag-list ul li a {
  border-radius: 999px;
  background: #FAF8F3;
  padding: 5px 10px;
  display: inline-block;
}
.blog-details-wrapper .tag-content .socail-icon ul {
  display: flex;
  align-items: center;
  gap: 18px;
}
.blog-details-wrapper .tag-content .socail-icon ul li a {
  background: var(--black);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.blog-details-wrapper .tag-content .socail-icon ul li a i {
  color: var(--theme);
}
.blog-details-wrapper .side-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  margin-top: 30px;
}
.blog-details-wrapper .side-pagination .slide-btn {
  display: flex;
  align-items: center;
  gap: 19px;
}
.blog-details-wrapper .side-pagination .slide-btn .icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  background: #FAF8F3;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.blog-details-wrapper .side-pagination .slide-btn .icon:hover {
  background: var(--theme);
}
.blog-details-wrapper .side-pagination .slide-btn h4 {
  color: var(--black);
  max-width: 110px;
}
@media (max-width: 450px) {
  .blog-details-wrapper .side-pagination .slide-btn h4 {
    display: none;
  }
}
.blog-details-wrapper .comment-content {
  margin-top: 60px;
}
.blog-details-wrapper .comment-content h3 {
  color: var(--black);
  margin-bottom: 30px;
}
.blog-details-wrapper .comment-content .comment-content-wrap {
  background: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 40px 30px 30px;
}
.blog-details-wrapper .comment-content .comment-content-wrap .comment-inner {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}
.blog-details-wrapper .comment-content .comment-content-wrap .comment-inner .content {
  display: flex;
  gap: 20px;
}
.blog-details-wrapper .comment-content .comment-content-wrap .comment-inner .content .thumb {
  margin-bottom: 0;
}
.blog-details-wrapper .comment-content .comment-content-wrap .comment-inner .content .thumb img {
  border-radius: 999px;
  max-width: 100%;
}
.blog-details-wrapper .comment-content .comment-content-wrap .comment-inner .content .profile-info h4 {
  color: var(--black);
  margin-bottom: 10px;
}
.blog-details-wrapper .comment-content .comment-content-wrap .comment-inner .content .profile-info p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.blog-details-wrapper .comment-content .comment-content-wrap p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

/*36.Project page */
/*37.services page */
/*38.Bento*/
.bento-wrapper.style1 .bento-left-part {
  margin-top: 14px;
}
.bento-wrapper.style1 .bento-left-part .counter {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  background: var(--theme);
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .bento-wrapper.style1 .bento-left-part .counter {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }
}
.bento-wrapper.style1 .bento-left-part .counter .counter-item span {
  color: var(--black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}
.bento-wrapper.style1 .bento-left-part .counter .counter-item p {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}
.bento-wrapper.style1 .bento-left-part .bento-service {
  padding: 40px 0 160px 40px;
  background: var(--black);
  border-radius: 20px;
  position: relative;
}
.bento-wrapper.style1 .bento-left-part .bento-service .bg-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .bento-wrapper.style1 .bento-left-part .bento-service .bg-thumb {
    right: -80px;
  }
}
@media (max-width: 470px) {
  .bento-wrapper.style1 .bento-left-part .bento-service .bg-thumb {
    right: -120px;
  }
}
.bento-wrapper.style1 .bento-left-part .bento-service .bg-thumb img {
  max-width: 100%;
  max-height: auto;
}
@media (max-width: 767px) {
  .bento-wrapper.style1 .bento-left-part .bento-service .bg-thumb img {
    width: 76%;
  }
}
@media (max-width: 470px) {
  .bento-wrapper.style1 .bento-left-part .bento-service .bg-thumb img {
    width: 60%;
  }
}
.bento-wrapper.style1 .bento-left-part .bento-service .content .sub-title p {
  color: var(--white);
  margin-bottom: 20px;
}
.bento-wrapper.style1 .bento-left-part .bento-service .content h3 {
  color: var(--white);
  margin-bottom: 20px;
}
.bento-wrapper.style1 .bento-left-part .bento-service .content p {
  color: var(--white);
  margin-bottom: 33px;
  max-width: 385px;
}
.bento-wrapper.style1 .bento-right-part .thumb-box {
  position: relative;
}
.bento-wrapper.style1 .bento-right-part .thumb-box .thumb {
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .bento-wrapper.style1 .bento-right-part .thumb-box .thumb {
    margin-top: 56px;
  }
}
.bento-wrapper.style1 .bento-right-part .thumb-box .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .bento-wrapper.style1 .bento-right-part .thumb-box .thumb img {
    width: 100%;
  }
}
.bento-wrapper.style1 .bento-right-part .thumb-box .thumb .overlay {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.5;
  background: var(--Gray-900, #000);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.bento-wrapper.style1 .bento-right-part .thumb-content {
  position: absolute;
  z-index: 99;
  top: 50%;
  text-align: center;
  left: 117px;
  right: 118px;
}
@media (max-width: 470px) {
  .bento-wrapper.style1 .bento-right-part .thumb-content {
    left: 80px;
    right: 80px;
  }
}
@media (max-width: 450px) {
  .bento-wrapper.style1 .bento-right-part .thumb-content {
    left: 55px;
    right: 55px;
  }
}
.bento-wrapper.style1 .bento-right-part .thumb-content h3 {
  color: var(--white);
  margin-bottom: 30px;
  text-align: center;
}

/*39.Cta*/
.cta-wrapper.style1 .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black);
  padding: 66px 80px;
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .cta-wrapper.style1 .cta-inner {
    padding: 66px 40px;
  }
}
@media (max-width: 1199px) {
  .cta-wrapper.style1 .cta-inner {
    padding: 40px 10px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper.style1 .cta-inner {
    flex-direction: column;
    -webkit-row-gap: 30px;
    -moz-row-gap: 30px;
    row-gap: 30px;
  }
}
.cta-wrapper.style1 .cta-inner .contact-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-wrapper.style1 .cta-inner .contact-content .icon {
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  background: var(--theme);
  border-radius: 50%;
}
@media (max-width: 500px) {
  .cta-wrapper.style1 .cta-inner .contact-content .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.cta-wrapper.style1 .cta-inner .contact-content .icon i {
  color: var(--black);
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 500px) {
  .cta-wrapper.style1 .cta-inner .contact-content .icon i {
    font-size: 22px;
  }
}
.cta-wrapper.style1 .cta-inner .contact-content .contact-meta p {
  color: var(--white);
}
.cta-wrapper.style1 .cta-inner .contact-content .contact-meta h4 a {
  color: var(--white);
}
.cta-wrapper.style1 .cta-inner .cta-title {
  border-left: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  padding: 0 16px 0 54px;
  max-width: 547px;
}
@media (max-width: 1199px) {
  .cta-wrapper.style1 .cta-inner .cta-title {
    padding: 0 16px 0 16px;
    max-width: 447px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper.style1 .cta-inner .cta-title {
    border: none;
    max-width: 100%;
  }
}
.cta-wrapper.style1 .cta-inner .cta-title h3 {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  max-width: 447px;
}
@media (max-width: 1199px) {
  .cta-wrapper.style1 .cta-inner .cta-title h3 {
    padding: 0 16px 0 16px;
    max-width: 345px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper.style1 .cta-inner .cta-title h3 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .cta-wrapper.style1 .cta-inner .cta-title h3 {
    font-size: 23px;
    line-height: 30px;
  }
}

/*40 Message*/
.message-wrapper.style1 .message-inner {
  border-radius: 40px;
  background: var(--black);
  padding: 80px 60px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .message-wrapper.style1 .message-inner {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .message-wrapper.style1 .message-inner {
    padding: 40px 30px;
  }
}
@media (max-width: 450px) {
  .message-wrapper.style1 .message-inner {
    padding: 20px 0;
    background: transparent;
  }
}
.message-wrapper.style1 .message-inner .message-left-part .title-section.style2 {
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 {
    margin-bottom: 0;
  }
}
.message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content {
  max-width: 510px;
}
.message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content h2 {
  color: var(--white);
  font-size: 75.25px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: -2.592px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content P {
  color: var(--white);
}
@media (max-width: 450px) {
  .message-wrapper.style1 .message-inner .message-left-part .title-section.style2 .title-content P {
    display: none;
  }
}
@media (max-width: 470px) {
  .message-wrapper.style1 .message-inner .message-left-part .map {
    display: none;
  }
}
@media (max-width: 1199px) {
  .message-wrapper.style1 .message-inner .message-left-part .map iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .message-wrapper.style1 .message-inner .message-left-part .map iframe {
    max-width: 100%;
  }
}

/*41 Service Details*/
.service-details-wrapper .thumb-box {
  position: relative;
}
.service-details-wrapper .thumb-box .thumb {
  position: relative;
}
.service-details-wrapper .thumb-box .thumb img {
  max-width: 100%;
  border-radius: 20px;
}
.service-details-wrapper .thumb-box .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 991px) {
  .service-details-wrapper .thumb-box .content {
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 450px) {
  .service-details-wrapper .thumb-box .content {
    position: relative;
    margin-top: 30px;
  }
}
.service-details-wrapper .details-content {
  margin-top: 30px;
}
.service-details-wrapper .details-content h2 {
  color: var(--black);
  font-size: 95.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -2.592px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .details-content h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .details-content h2 {
    font-size: 54.25px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .details-content h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 500px) {
  .service-details-wrapper .details-content h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .service-details-wrapper .details-content h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .service-details-wrapper .details-content h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.service-details-wrapper .details-content p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}
.service-details-wrapper .details-items {
  margin-bottom: 30px;
}
.service-details-wrapper .details-items .content ul li {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 20px;
}
.service-details-wrapper .details-items .content ul li:last-child {
  margin-bottom: 0;
}
.service-details-wrapper .details-items .content ul li img {
  margin-right: 16px;
}
.service-details-wrapper .details-items .thumb img {
  border-radius: 20px;
  max-width: 100%;
}
.service-details-wrapper .details-items .heighlight p {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .manufacture-details {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .manufacture-details {
    flex-direction: column;
    gap: 20px;
  }
}
.service-details-wrapper .manufacture-details .content {
  margin-bottom: 30px;
}
.service-details-wrapper .manufacture-details .content h2 {
  color: var(--Gray-900, #000);
  font-family: "Space Grotesk";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.service-details-wrapper .manufacture-details .content p {
  color: rgba(0, 0, 0, 0.7);
}
.service-details-wrapper .manufacture-details .faq-wrapper .title-section.style1 {
  margin-bottom: 0;
}
.service-details-wrapper .manufacture-details .faq-wrapper .title-section.style1 .title-content h3 {
  color: var(--black);
  text-align: start;
}
.service-details-wrapper .manufacture-details .details-card {
  padding: 30px 40px 30px 40px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
.service-details-wrapper .manufacture-details .details-card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #FAF8F3;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 16px;
}
.service-details-wrapper .manufacture-details .details-card .title {
  margin-bottom: 28px;
}
.service-details-wrapper .manufacture-details .details-card .title h4 {
  color: black;
}

/*42 Project Details*/
.project-details-wrapper .project-details-info .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-info .thumb img {
    width: 100%;
  }
}
.project-details-wrapper .project-details-info .main-content {
  margin-bottom: 30px;
}
.project-details-wrapper .project-details-info .main-content h2 {
  color: var(--black);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .project-details-wrapper .project-details-info .main-content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.project-details-wrapper .project-details-info .main-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.project-details-wrapper .project-details-info .sub-content {
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-info .sub-content:last-child {
  margin-bottom: 0;
}
.project-details-wrapper .project-details-info .sub-content h4 {
  color: var(--black);
  font-size: 23.625px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.648px;
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-info .sub-content p {
  color: rgba(0, 0, 0, 0.7);
}
.project-details-wrapper .project-details-info .sub-content ul li {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.project-details-wrapper .project-details-info .sub-content ul li img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-info .sub-content ul li img {
    margin-right: 5px;
  }
}
.project-details-wrapper .project-details-info .sub-content .social-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-details-wrapper .project-details-info .sub-content .social-icon ul li {
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-details-wrapper .project-details-info .sub-content .social-icon ul li a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 999px;
  border: 1px solid #E1E1E1;
  background: var(--white);
  display: inline-block;
  text-align: center;
}
.project-details-wrapper .project-details-info .sub-content .social-icon ul li a i {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.project-details-wrapper .project-details-info .sub-content .social-icon ul li a:hover {
  background: var(--theme);
}
.project-details-wrapper .project-details-info .sub-content .social-icon ul li svg {
  margin-right: 0;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-info .sub-content .social-icon ul li svg {
    margin-right: 5px;
  }
}
.project-details-wrapper .project-details-info .manufacture-details {
  margin-top: 80px;
}
.project-details-wrapper .project-details-info .manufacture-details .title-section.style1 {
  margin-bottom: 30px;
}
.project-details-wrapper .project-details-info .manufacture-details .thumb {
  margin-bottom: 40px;
}
.project-details-wrapper .project-details-info .manufacture-details .thumb img {
  max-width: 100%;
  max-width: auto;
  border-radius: 20px;
}
.project-details-wrapper .project-details-info .manufacture-details .content-items h3 {
  color: var(--black);
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-info .manufacture-details .content-items p {
  color: var(--black);
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-info .manufacture-details .content-items ul li {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Kinetika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-info .manufacture-details .content-items ul li img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-info .manufacture-details .content-items ul li img {
    margin-right: 5px;
  }
}
.project-details-wrapper .project-details-info .manufacture-details .content-items ul li:last-child {
  margin-bottom: 0;
}
.project-details-wrapper .project-details-info .slider-btn {
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  margin-top: 40px;
}
.project-details-wrapper .project-details-info .slider-btn .btn-wrapper {
  padding: 22px 40px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-info .slider-btn .btn-wrapper {
    padding: 22px 10px;
  }
}
@media (max-width: 450px) {
  .project-details-wrapper .project-details-info .slider-btn .btn-wrapper {
    padding: 22px 0px;
  }
}

/*43 Team Single*/
.team-single-wrapper .team-member-profile {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 30px 0;
}
.team-single-wrapper .team-member-profile .thumb-box {
  position: relative;
}
.team-single-wrapper .team-member-profile .thumb-box .thumb {
  position: relative;
}
@media (max-width: 1199px) {
  .team-single-wrapper .team-member-profile .thumb-box .thumb {
    text-align: center;
  }
}
.team-single-wrapper .team-member-profile .thumb-box .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
.team-single-wrapper .team-member-profile .thumb-box .social-icons {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
.team-single-wrapper .team-member-profile .thumb-box .social-icons ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-single-wrapper .team-member-profile .thumb-box .social-icons ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--black);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-single-wrapper .team-member-profile .thumb-box .social-icons ul li a i {
  color: var(--theme);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.team-single-wrapper .team-member-profile .thumb-box .social-icons ul li:hover a {
  background: var(--white);
}
@media (max-width: 1199px) {
  .team-single-wrapper .team-member-profile .profile-info {
    text-align: center;
  }
}
.team-single-wrapper .team-member-profile .profile-info .person-name h2 {
  color: var(--black);
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .team-single-wrapper .team-member-profile .profile-info .person-name h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 991px) {
  .team-single-wrapper .team-member-profile .profile-info .person-name h2 {
    font-size: 65.25px;
  }
}
@media (max-width: 767px) {
  .team-single-wrapper .team-member-profile .profile-info .person-name h2 {
    font-size: 48.25px;
    line-height: 75px;
  }
}
@media (max-width: 500px) {
  .team-single-wrapper .team-member-profile .profile-info .person-name h2 {
    font-size: 39.25px;
    line-height: 47px;
  }
}
@media (max-width: 470px) {
  .team-single-wrapper .team-member-profile .profile-info .person-name h2 {
    font-size: 34.25px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .team-single-wrapper .team-member-profile .profile-info .person-name h2 {
    font-size: 30.25px;
    line-height: 35px;
  }
}
.team-single-wrapper .team-member-profile .profile-info .title p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  border-bottom: none;
}
.team-single-wrapper .team-member-profile .profile-info p {
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.team-single-wrapper .team-member-profile .contact-info {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .team-single-wrapper .team-member-profile .contact-info {
    display: flex;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .team-single-wrapper .team-member-profile .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}
.team-single-wrapper .team-member-profile .contact-info .single-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .team-single-wrapper .team-member-profile .contact-info .single-item {
    gap: 10px;
  }
}
.team-single-wrapper .team-member-profile .contact-info .single-item:last-child {
  margin-bottom: 0;
}
.team-single-wrapper .team-member-profile .contact-info .single-item .icon i {
  color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--black);
}
.team-single-wrapper .team-member-profile .contact-info .single-item .content h4 {
  color: var(--black);
  margin-bottom: 10px;
}
.team-single-wrapper .team-member-profile .contact-info .single-item .content p {
  color: rgba(0, 0, 0, 0.7);
}
.team-single-wrapper .biography-content {
  margin-bottom: 30px;
}
.team-single-wrapper .biography-content h2 {
  margin-bottom: 30px;
  color: var(--black);
  font-size: 56px;
  font-style: normal;
  line-height: 66px;
  margin-bottom: 20px;
}
.team-single-wrapper .biography-content p {
  color: rgba(0, 0, 0, 0.7);
}
.team-single-wrapper .tab-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.team-single-wrapper .highlight {
  padding: 30px 0;
}
.team-single-wrapper .highlight p {
  color: rgba(0, 0, 0, 0.7);
}
.team-single-wrapper .highlight-text {
  margin-top: 20px;
}
.team-single-wrapper .highlight-text p {
  color: rgba(0, 0, 0, 0.7);
}/*# sourceMappingURL=main.css.map */

.scrolling-wrap .comm .cmn-textslide-1{
  letter-spacing: 2.592px;
}
.scrolling-wrap .comm .cmn-textslide-2{
  letter-spacing: 2.592px;
}


.gt-btn.style4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 999px;
  background: #fff;
  padding: 12px 15px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn-icon-2::after {
  content: "\e3d5";
  position: relative;
  color: #000;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  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;
}
.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);
    border: 1px solid #fff !important;
}
.project-card.style1 .thumb-box .thumb-content {
    position: absolute;
    bottom: 30px;
    left: 10px;
    background: var(--white);
    border-radius: 20px;
    /* text-align: center; */
    display: inline-block;
    padding: 10px 30px 10px 30px !important;
    font-size: 15px;
}
.project-card.style1 .thumb-box .thumb-content h4{
 font-size: 20px !important;    
}
.lion_pic img{
    width: 70%;
    margin: auto;
    padding-top: 20px;

}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item .post-title h4 {
    color: var(--white);
    font-family: "Kinetika";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item h4 {
    color: var(--white);
    font-family: "Kinetika" !important; 
    font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: 0.8px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item a {
    color: var(--white);
     font-family: "Kinetika" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.8px;
}


@media only screen and (max-width: 767px) {
    
    .footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item a {
    font-size: 16px;
}

.project-img img{
    height: 35vh;
    object-fit: cover;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1400px){
    .footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item a {
    font-size: 11px !important;
    }
    .footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item h4 {
    font-size: 13px !important;
    letter-spacing: 0.8px;
    line-height: 25px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item .post-title h4{
     font-size: 13px !important;
    letter-spacing: 0.8px;
    line-height: 25px;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    .footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item a {
    font-size: 13px !important;
    }
    .footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .contact-item h4 {
    font-size: 15px !important;
    letter-spacing: 0.8px;
    line-height: 25px;
}
.footer-section .footer-widgets-wrapper.style2 .middle-part .single-widget .content .post-item .post-title h4{
     font-size: 15px !important;
    letter-spacing: 0.8px;
    line-height: 25px;
}
}

.facilities{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
    padding: 20px 0;
}
.faciliti{
    display: flex;
    flex-direction: column;
    align-items: start
}
.faciliti p{
    color: #000;
}
.faciliti span{
    font-size:13px;
}
.faciliti img{
    padding-bottom: 10px;
}

.key-feature{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
}
.key-data{
    text-align: center;
}
.key-data img{
    padding-bottom: 20px;
}

.grid-services{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
}

.popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.96);
        z-index: 1000;
        display: none;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(2px);
         margin: 0; 
        /* padding: 20px; */
    }
    
    .popup-container {
        width: 100%;
        max-width: 1500px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        display: flex;
        animation: popIn 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        height: 600px;
         margin: 0; 
    }
    
    .popup-image {
        flex: 1;
        min-height: 500px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .popup-content {
        flex: 1;
        padding: 40px;
        overflow-y: auto;
        position: relative;
    }
    
    .popup-title {
        font-size: 32px;
        margin-bottom: 20px;
        color: #222;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
    }
    
    .popup-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #4CAF50, #8BC34A);
        border-radius: 2px;
    }
    
    .popup-description {
        color: #555;
        line-height: 1.8;
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    .popup-features {
        margin: 30px 0;
    }
    
    .popup-features h4 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
    }
    
    .popup-features ul {
        list-style: none;
        padding: 0;
    }
    
    .popup-features li {
        margin-bottom: 12px;
        padding-left: 30px;
        position: relative;
        color: #666;
    }
    
    .popup-features li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 18px;
        height: 18px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234CAF50'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") no-repeat center;
    }
    
    .popup-close {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 45px;
        height: 45px;
        background: rgba(0,0,0,0.8);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s;
        border: none;
        z-index: 10;
    }
    
    .popup-close:before {
        content: '×';
        font-size: 28px;
        color: #fff;
        font-weight: 300;
    }
    
    .popup-close:hover {
        background: rgba(0,0,0,0.2);
        transform: rotate(90deg);
    }
    
    @keyframes popIn {
        from {
            opacity: 0;
            transform: translateY(50px) scale(0.95);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
    
    /* Responsive */
    @media (max-width: 992px) {
        .popup-container {
            flex-direction: column;
            width: 90%;
        }
        
        .popup-image {
            min-height: 300px;
            flex: none;
        }
    }
    
    @media (max-width: 576px) {
        .popup-content {
            padding: 25px;
        }
        
        .popup-title {
            font-size: 26px;
        }
    }