/*-----------------------------------------------------------------
Theme Name: Aliyo
Author: themewolfs
Author URI: https://themeforest.net/user/themewolfs
Version: 1.0.0 
Description: Aliyo - Personal Portfolio/CV Html Template
-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Hero
4. Video
5. Brand
6. About
7. Meanmenu
8. Title
9. Service
10. Project
11. Testimonial
12. Contact
13. Blog
14. Pricing
15. WCU
16. Team
17. FAQ
18. Work Process
19. Error
20. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
  --theme-color1: #0B0C0F;
  --theme-color2:#1a569b;
  --gradient-color: linear-gradient(90deg, #F52A03 0%, #FF8932 100%);
  --bg-color1: #FFFF00;
  --white: #ffffff;
  --white2: #FFFBF5;
  --black: #000000;
  --black2: #1A1919;
  --blue: #883EFF;
  --text-color1: #666666;
  --text-color2: #999999;
  --border-color1: #1F1F1F;
  --border-color2: rgba(255, 255, 255, 0.10);
  --icon-font: "Font Awesome 6 Pro";
  --title-font: "Plus Jakarta Sans", serif;
  --body-font: "Manrope", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: var(--text-color1);
  background-color: var(--theme-color1);
  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-color1);
  outline: none;
}

input::placeholder {
  color: #767771;
}

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

h1 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 600;
  line-height: 216px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 120px;
  }
}

h2 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: 140px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 110px;
    line-height: 1;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 90px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

h3 {
  color: var(--white);
  text-align: right;
  font-family: var(--title-font);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 110px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 70px;
  }
}

h4 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 40px;
  }
}

h5 {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}

h6 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 1500px) {
  h6 {
    font-size: 21px;
    line-height: 1.4;
  }
}

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

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

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

/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1800px) {
  .container, .container-xl {
    max-width: 1794px;
  }
  .project2 .container {
    max-width: 100%;
  }
  .breadcumb1 .container {
    max-width: 1664px;
  }
  .pricing1 .container {
    max-width: 1600px;
  }
  .team1 .container {
    max-width: 1600px;
  }
  .blog-details .container {
    max-width: 1320px;
  }
}
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-64 {
    --bs-gutter-x: 64px;
  }
  .gx-47 {
    --bs-gutter-x: 47px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-120 {
    --bs-gutter-x: 120px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-140 {
    --bs-gutter-x: 140px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
  .gy-60 {
    --bs-gutter-y: 60px;
  }
  .g-60 {
    --bs-gutter-y: 60px;
    --bs-gutter-x: 60px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/*----------------------------------------------
    # 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-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;
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.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));
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
  text-transform: uppercase;
}

.theme-btn {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  background: var(--white);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 28px;
  border-radius: 66px;
  display: inline-block;
  isolation: isolate;
}
.theme-btn::before {
  content: "";
  transition: all 250ms ease-in;
  width: 100%;
  height: 100%;
  border-radius: 66px;
  position: absolute;
  inset: 0;
  background: var(--theme-color2);
  z-index: -1;
  transform: rotateX(90deg);
  opacity: 0;
}
.theme-btn:is(:hover, :focus) {
  color: var(--white);
}
.theme-btn:is(:hover, :focus)::before {
  transition: all 250ms ease-out;
  transform: rotateX(0deg);
  opacity: 1;
}
.theme-btn.style1 {
  background: var(--theme-color2);
  color: var(--white);
}
.theme-btn.style1::before {
  background: var(--bg-color1);
}
.theme-btn.style1:is(:hover, :focus) {
  color: var(--black);
}
.theme-btn.style2 {
  background: var(--black);
  border: 1px solid var(--theme-color1);
  color: var(--white);
  text-align: center;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 50%;
}
.theme-btn.style2 span {
  transform: rotate(-45deg);
  font-size: 25px;
}
.theme-btn.style2::before {
  background:rgb(130, 185, 248);
  border-radius: 50%;
}
.theme-btn.style2:is(:hover, :focus) {
  color: var(--white);
  border: 1px solid var(--theme-color2);
}
.theme-btn.style3 {
  background: var(--theme-color2);
  color: var(--white);
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 50%;
}
.theme-btn.style3 span {
  transform: rotate(-45deg);
  font-size: 25px;
}
.theme-btn.style3::before {
  background: var(--black);
  border-radius: 50%;
}
.theme-btn.style3:is(:hover, :focus) {
  color: var(--white);
}

.get-touch-btn {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 22px;
  border-radius: 300px;
  background: linear-gradient(98deg, #F52A03 25.28%, #FF8932 88.29%);
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  padding: 48px;
}
.get-touch-btn:hover {
  color: var(--white);
}
@media (max-width: 1799px) {
  .get-touch-btn {
    font-size: 35px;
    padding: 30px 35px;
  }
}
@media (max-width: 1199px) {
  .get-touch-btn {
    font-size: 26px;
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .get-touch-btn {
    font-size: 18px;
    padding: 5px 20px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .get-touch-btn {
    font-size: 16px;
    padding: 0px 15px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .get-touch-btn {
    font-size: 16px;
    padding: 0px 14px;
    gap: 0px;
  }
}
@media (max-width: 500px) {
  .get-touch-btn {
    font-size: 16px;
    padding: 0px 40px;
    gap: 15px;
    margin-top: 30px;
  }
}
.get-touch-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1799px) {
  .get-touch-btn span img {
    max-width: 65%;
  }
}
@media (max-width: 1199px) {
  .get-touch-btn span img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .get-touch-btn span img {
    max-width: 40%;
  }
}
@media (max-width: 575px) {
  .get-touch-btn span img {
    max-width: 30%;
  }
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  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: 180px;
  height: 180px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--theme-color2);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
@media (max-width: 1199px) {
  .ripple::before, .ripple::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .ripple::before, .ripple::after {
    width: 60px;
    height: 60px;
  }
}
.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;
}

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

.project1-padding {
  padding: 75px;
}
@media (max-width: 1199px) {
  .project1-padding {
    padding: 15px;
  }
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .fix-header {
    padding-top: 45px;
  }
}
.mt-60 {
  margin-top: 60px;
}

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

@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px;
  }
}

.mb-xl-130 {
  margin-bottom: 130px;
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 100px;
  }
}

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

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

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-105 {
  padding-bottom: 105px;
}
@media (max-width: 1399px) {
  .pb-105 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .pb-105 {
    padding-bottom: 40px;
  }
}
@media (max-width: 374px) {
  .pb-105 {
    padding-bottom: 15px;
  }
}

.pb-130 {
  padding-bottom: 80px !important;
}
@media (min-width: 768px) {
  .pb-130 {
    padding-bottom: 130px !important;
  }
}

.pl-500 {
  padding-left: 350px;
}
@media (min-width: 1400px) {
  .pl-500 {
    padding-left: 500px;
  }
}

.pr-380 {
  padding-right: 200px;
}
@media (min-width: 1400px) {
  .pr-380 {
    padding-right: 380px;
  }
}

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

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

.pt-60 {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pt-70 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pt-70 {
    padding-top: 70px;
  }
}

.pt-77 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pt-77 {
    padding-top: 77px;
  }
}

.pt-128 {
  padding-top: 25px;
}
@media (min-width: 1400px) {
  .pt-128 {
    padding-top: 128px;
  }
}

.px-80 {
  padding: 0 80px;
}
@media (max-width: 991px) {
  .px-80 {
    padding: 0 30px;
  }
}

.px-140 {
  padding: 0 140px;
}
@media (max-width: 991px) {
  .px-140 {
    padding: 0 30px;
  }
}

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

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

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

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

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

.truncate-text {
  display: block;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  white-space: normal;
  word-break: break-word;
}

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

.preview-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  padding: 40px 0 0;
}
.preview-area .preview-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 449px) {
  .preview-area .preview-item {
    gap: 4px;
  }
}
.preview-area .preview-item .icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--black);
  background: var(--text-color1);
}
.preview-area .preview-item .content p {
  color: #262626;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .preview-area .preview-item .content p {
    font-size: 14px;
  }
}
.preview-area .preview-item .content h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .preview-area .preview-item .content h5 {
    font-size: 16px;
  }
}
@media (max-width: 449px) {
  .preview-area .preview-item .content h5 {
    font-size: 14px;
  }
}
.preview-area .preview-item .content.text-right {
  text-align: right;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist-item {
  display: flex;
  align-items: center;
}
.checklist-item:not(:last-child) {
  margin-bottom: 10px;
}
.checklist-item__icon {
  padding-right: 8px;
}
.checklist-item__text {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.map-container {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .map-container {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .map-container {
    height: 700px;
  }
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.global-social2 {
  padding-top: 11px;
  display: flex;
  gap: 15px;
}
.global-social2__item a {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--white);
  border: 1px solid var(--black);
}
.global-social2__item a svg path {
  fill: var(--black);
}
.global-social2__item a i {
  color: var(--black);
}
.global-social2__item a:hover {
  background: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}
.global-social2__item a:hover svg path {
  fill: var(--white);
}
.global-social2__item a:hover i {
  color: var(--white);
}

.background-image {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

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

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

.pt-xl-30 {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .pt-xl-30 {
    padding-top: 30px;
  }
}

.pb-xl-30 {
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .pb-xl-30 {
    padding-bottom: 30px;
  }
}

.z-9 {
  z-index: 9;
}

.pin-spacer {
  overflow: hidden !important;
}

.form__group span {
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}
.form__group input,
.form__group textarea {
  border: 1px solid rgba(38, 38, 38, 0.1);
  color: var(--black);
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 6px;
  width: 100%;
  outline: none;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
  color: var(--black);
}
.form__group textarea {
  padding-top: 18px;
  height: 178px;
  border-radius: 5px;
}
.form__group--large textarea {
  height: 189px;
}

.back-to-top {
  border-radius: 50%;
  background: var(--theme-color2);
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background: var(--gradient-color);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  color: var(--white);
}

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

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color2);
  -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(--text-color2);
  opacity: 0.3;
}

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0f0f0f 0%, #121212 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s ease;
}

.loader-container {
  position: relative;
  width: 140px;
  height: 140px;
  perspective: 800px;
  transform-style: preserve-3d;
}

.cube {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: cubeRotate 4s infinite ease-in-out;
}

.cube-face {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  backface-visibility: visible;
  transform-style: preserve-3d;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
}

.front {
  transform: translateZ(40px);
  background: linear-gradient(45deg, #ff4b04, #fa6060);
}

.back {
  transform: rotateY(180deg) translateZ(40px);
  background: linear-gradient(45deg, #8b5cf6, #a78bfa);
}

.right {
  transform: rotateY(90deg) translateZ(40px);
  background: linear-gradient(45deg, #ec4899, #f472b6);
}

.left {
  transform: rotateY(-90deg) translateZ(40px);
  background: linear-gradient(45deg, #14b8a6, #2dd4bf);
}

.top {
  transform: rotateX(90deg) translateZ(40px);
  background: linear-gradient(45deg, #f59e0b, #fbbf24);
}

.bottom {
  transform: rotateX(-90deg) translateZ(40px);
  background: linear-gradient(45deg, #ffffff, #b8b8b9);
}

.progress-bar {
  position: absolute;
  bottom: -50px;
  left: -30px;
  width: 200px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  transition: width 0.2s ease;
}

.loading-text {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes cubeRotate {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: rotateX(90deg) rotateY(90deg);
  }
  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(270deg) rotateY(270deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}
.preloader-done {
  transform: translateY(-100%);
  opacity: 0;
}

.counter1-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .counter1-item {
    justify-content: start;
  }
}
.counter1-item-box h1 {
  padding-bottom: 27px;
}
@media (max-width: 1199px) {
  .counter1-item-box h1 {
    line-height: 150px;
  }
}
.counter1-item-box__label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 66px;
  border: 1px solid var(--white);
  background: rgba(255, 251, 245, 0);
  padding: 20px 40px;
  width: 437px;
}
.counter1-item-box__label img {
  padding-right: 15px;
}
.counter1-item-box__label a {
  color: var(--white);
}
.counter1-item-box__label a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1399px) {
  .counter1-item-box__label {
    font-size: 20px;
    padding: 20px 20px;
    width: 385px;
  }
}
@media (max-width: 991px) {
  .counter1-item-box__label {
    width: 325px;
  }
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.element-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.element-controls__arrowLeft {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  background-color: var(--theme-color1);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.element-controls__arrowLeft svg path {
  stroke: var(--white);
}
.element-controls__arrowLeft:hover {
  border: 1px solid var(--bg-color1);
}
.element-controls__arrowLeft:hover svg path {
  stroke: var(--bg-color1);
}
.element-controls__arrowRight {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  background-color: var(--theme-color1);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.element-controls__arrowRight svg path {
  stroke: var(--white);
}
.element-controls__arrowRight:hover {
  border: 1px solid var(--bg-color1);
}
.element-controls__arrowRight:hover svg path {
  stroke: var(--bg-color1);
}

.progress-wrap {
  width: 100%;
}
.progress-wrap:not(:last-child) {
  padding-bottom: 27px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  max-width: 430px;
  padding-bottom: 10px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta {
    max-width: 470px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta {
    max-width: 575px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta {
    max-width: 415px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta {
    max-width: 480px;
  }
}
.progress-wrap .progress-meta .title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.progress-wrap .progress-meta .title2 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.progress-wrap .progress-meta .percentage {
  color: var(--white);
  font-family: var(--title-font);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.progress-wrap .progress-meta .percentage2 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.progress-wrap .progress-meta.mxw-424 {
  max-width: 375px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 370px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 424px;
  }
}
.progress-wrap .progress-meta.mxw-375 {
  max-width: 340px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 325px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 375px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 2px;
  background: var(--border-color2);
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 10px;
  border-radius: 2px;
  background: var(--blue);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: var(--theme-color1);
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 456px;
  padding-top: 118px;
}
.marquee-wrapper.style1 {
  height: 456px;
  padding-top: 118px;
  padding-bottom: 118px;
}
@media (max-width: 991px) {
  .marquee-wrapper.style1 {
    height: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .marquee-wrapper.style1 {
    height: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.marquee-wrapper.style3 {
  height: 113px;
  padding-top: 0px;
  border-bottom: 0;
  background-color: var(--black);
}
.marquee-wrapper.style4 {
  padding: 30px 0;
  height: 130px;
  border-bottom: 0;
  background-color: var(--bg-color1);
}
.marquee-wrapper.style4 .marquee-item {
  display: inline-flex;
  align-items: center;
}
.marquee-wrapper.style4 .marquee-item__one {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1399px) {
  .marquee-wrapper {
    height: 350px;
    padding-top: 68px;
  }
}
@media (max-width: 767px) {
  .marquee-wrapper {
    height: 280px;
    padding-top: 35px;
  }
}
.marquee-wrapper .text-slider img {
  border-radius: 10px;
  margin-bottom: 42px;
  margin-right: 10px;
  margin-left: 21px;
}
@media (max-width: 1399px) {
  .marquee-wrapper .text-slider img {
    max-width: 100%;
  }
}

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

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

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}
.marquee-item.style-1 .text-slider {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 700;
  line-height: 216px;
  text-transform: uppercase;
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .marquee-item.style-1 .text-slider {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .marquee-item.style-1 .text-slider {
    font-size: 50px;
    line-height: 1;
  }
}
.marquee-item.style-1 .text-slider.bg {
  background: linear-gradient(0deg, #FF8932 9.26%, #F52A03 79.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marquee-item.style-1 .text-style {
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(var(--text-color1), var(--text-color1));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  padding-right: 27px;
}
.marquee-item.style-1 .text-style:hover {
  background-size: 100% 3px;
  opacity: 0.7;
  background: linear-gradient(0deg, #FF8932 9.26%, #F52A03 78.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.marquee-box2 {
  height: 380px;
  padding: 120px 0 120px;
  position: relative;
  overflow: hidden;
  position: relative;
}
.marquee-box2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -40%;
  left: 0;
  background: var(--black);
}
@media (max-width: 767px) {
  .marquee-box2 {
    padding: 240px 0;
    height: 168px;
  }
}
@media (max-width: 575px) {
  .marquee-box2 {
    padding: 147px 0;
  }
}
.marquee-box2__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 310px;
  height: 310px;
  border-radius: 310px;
  border: 1px solid var(--border-color1);
  background: var(--white2);
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  z-index: 8;
}
@media (max-width: 1199px) {
  .marquee-box2__button {
    width: 190px;
    height: 190px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .marquee-box2__button {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  .marquee-box2__button {
    width: 148px;
    height: 148px;
  }
}
.marquee-box2 .marquee-wrapper {
  padding-top: 0 !important;
}
.marquee-box2 .marquee-wrapper.style2 {
  transform: rotate(-7deg);
  height: 140px;
  z-index: 5;
  margin-left: -5%;
  margin-right: -5%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-box2 .marquee-wrapper.style2 {
    height: 80px;
    transform: rotate(-17deg);
    margin-left: -90%;
    margin-right: -10%;
  }
}
@media (max-width: 500px) {
  .marquee-box2 .marquee-wrapper.style2 {
    transform: rotate(-21deg);
  }
}
.marquee-box2 .marquee-wrapper.style2 .marquee-wrapper__text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .marquee-box2 .marquee-wrapper.style2 .marquee-wrapper__text {
    font-size: 30px;
  }
}
.marquee-box2 .marquee-wrapper.style2 .marquee-item {
  background-color: var(--theme-color2);
  padding: 35px 0;
}
@media (max-width: 767px) {
  .marquee-box2 .marquee-wrapper.style2 .marquee-item {
    padding: 6px;
  }
}
.marquee-box2 .marquee-wrapper.style3 {
  height: 140px;
  transform: rotate(7deg);
  z-index: 1;
  margin-top: -140px;
  margin-left: -5%;
  margin-right: -5%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-box2 .marquee-wrapper.style3 {
    height: 80px;
    transform: rotate(15.5deg);
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media (max-width: 500px) {
  .marquee-box2 .marquee-wrapper.style3 {
    transform: rotate(21deg);
  }
}
.marquee-box2 .marquee-wrapper.style3 .marquee-wrapper__text {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .marquee-box2 .marquee-wrapper.style3 .marquee-wrapper__text {
    font-size: 30px;
  }
}
.marquee-box2 .marquee-wrapper.style3 .marquee-item {
  background-color: var(--bg-color1);
  padding: 35px 0;
}
@media (max-width: 767px) {
  .marquee-box2 .marquee-wrapper.style3 .marquee-item {
    padding: 6px;
  }
}

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

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

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

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

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

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

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

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

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

/* Style the pagination container */
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  padding-bottom: 5px;
}

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

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

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 60px;
}
.pagination a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
}
.pagination a:hover, .pagination a.active {
  background-color: var(--bg-color1);
  color: var(--black);
}

.breadcumb1 {
  position: relative;
  background-color: var(--white);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .breadcumb1 {
    background-color: var(--theme-color2);
  }
}
.breadcumb1-title {
  position: relative;
  z-index: 5;
  padding: 278px 0 130px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .breadcumb1-title {
    padding: 180px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .breadcumb1-title {
    padding: 180px 15px 80px;
  }
}
.breadcumb1-title__one {
  display: block;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: 140px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .breadcumb1-title__one {
    font-size: 35px;
    line-height: 1;
  }
}
.breadcumb1-title__two {
  display: block;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: 140px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .breadcumb1-title__two {
    font-size: 35px;
    line-height: 1;
  }
}
.breadcumb1-title__three {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: 140px;
  text-transform: uppercase;
}
.breadcumb1-title__three-button {
  padding: 20px 36px;
  border-radius: 66px;
  border: 1px solid var(--theme-color1);
  background: var(--bg-color1);
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .breadcumb1-title__three-button {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding: 15px 26px;
  }
}
@media (max-width: 1399px) {
  .breadcumb1-title__three {
    font-size: 125px;
    line-height: 1;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .breadcumb1-title__three {
    font-size: 35px;
    line-height: 1;
    flex-wrap: wrap;
  }
}
.breadcumb1__thumb {
  overflow: hidden;
}
.breadcumb1__thumb-line {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 30px;
  background-color: var(--bg-color1);
}
.breadcumb1__thumb img {
  width: 100%;
}

.image-full {
  position: relative;
}
.image-full__scroll {
  position: relative;
  width: 100%;
  height: 100vh;
  clip-path: polygon(25% 0%, 75% 0%, 75% 100%, 25% 100%);
}
.image-full__scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-fill > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 100%;
}

.black-title > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.5);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#0B0C0F, #0B0C0F);
  background-size: 0% 100%;
}

.reveal {
  overflow: hidden;
  opacity: 0; /* this is what autoAlpha will animate */
}

.ui-drag-element {
  z-index: 9;
}

/* 2. Header */
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 10px;
  background: var(--black);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style3 .line:first-child {
  width: 17px;
  margin-right: 8px;
}
.sidebar-btn.style3 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style3 .line:nth-child(3) {
  width: 17px;
  margin-left: 8px;
}
.sidebar-btn.style3:hover .line:first-child {
  width: 32px;
  margin-right: 3px;
}
.sidebar-btn.style3:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style3:hover .line:nth-child(3) {
  width: 32px;
  margin-left: 3px;
}

.header-top-section.style1 {
  padding: 14px 0;
  position: relative;
  z-index: 999;
  background: #FFF;
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li p {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}

.global-header {
  position: relative;
  z-index: 41;
}

.header-bg-1 {
  background-color: transparent !important;
}

.header-border {
  border-bottom: 1px solid rgba(38, 38, 38, 0.05) !important;
}

.header-layout1 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: transparent !important;
}
@media (max-width: 1199px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .menu-area {
  background: transparent;
  padding: 0;
}
.header-layout1 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--black);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}

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

.main-menu1 a {
  display: block;
  position: relative;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.main-menu1 a:hover, .main-menu1 a.active {
  color: var(--theme-color2);
}
.main-menu1 .menu-nav {
  padding: 0 40px !important;
  position: relative;
  padding: 2px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  .main-menu1 .menu-nav {
    padding: 0 75px !important;
  }
}
.main-menu1 .menu-nav:hover {
  background-color: #FFF;
  transition: all 0.4s ease-in-out;
}
.main-menu1 .menu-nav:hover li a {
  color: var(--theme-color1);
}
.main-menu1 .menu-nav:hover li a.active {
  color: var(--theme-color2);
}
.main-menu1 .menu-nav:hover li a:hover {
  color: var(--theme-color2);
}
.main-menu1 .menu-nav:hover li a:hover:before {
  visibility: visible;
  color: var(--theme-color2);
  opacity: 1;
  left: 0;
}
.main-menu1 > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu1 > ul li {
  display: inline-block;
  position: relative;
}
.main-menu1 > ul li a {
  display: inline-block;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.main-menu1 > ul li a:hover {
  color: var(--theme-color2);
}
.main-menu1 > li {
  margin: 0 15px;
}
.main-menu1 > li > a {
  padding: 40px 0;
}
.main-menu1 > li > a:hover {
  color: var(--theme-color1);
}
.main-menu1 ul {
  margin: 0;
  padding: 0;
}
.main-menu1 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu1 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.main-menu1 ul li:last-child {
  margin-right: 0 !important;
}
.main-menu1 ul li:first-child {
  margin-left: 0 !important;
}
.main-menu1 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu1 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0px 0px 10px 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
  margin-top: 1.4px;
}
.main-menu1 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.main-menu1 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu1 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu1 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.main-menu1 ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu1 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu1 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu1 ul .sub-menu li a.active {
  color: var(--theme-color2);
}
.main-menu1 ul .sub-menu li a:hover {
  color: var(--theme-color2);
  padding-left: 27px;
}
.main-menu1 ul .sub-menu li a:hover:before {
  visibility: visible;
  color: var(--theme-color2);
  opacity: 1;
  left: 0;
}
.main-menu1 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu1 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1899px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
  .main-menu1 > ul > li {
    margin: 0 13px;
  }
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu1 > ul > li {
    margin: 0 10px;
  }
}
.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color1);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}

.sticky-wrapper2 {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper2.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}
.sticky-wrapper2.sticky .main-menu2 a {
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.sticky-wrapper2.sticky .main-menu2 a:hover, .sticky-wrapper2.sticky .main-menu2 a.active {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 > ul > li {
  margin: 0 15px;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
  padding: 40px 0;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a:hover {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 ul {
  margin: 0;
  padding: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
  fill: #000;
}
.sticky-wrapper2.sticky .main-menu2 ul li:last-child {
  margin-right: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:first-child {
  margin-left: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a.active {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.sticky-wrapper2.sticky .header-button .search-icon2 {
  color: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path {
  fill: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path:nth-of-type(4) {
  fill: var(--theme-color1);
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-button .search-icon {
  color: var(--black);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .search-icon2 {
  color: var(--white);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .simple-icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 36px;
  text-align: center;
  color: var(--black);
}
.header-button .simple-icon.sidebar-btn {
  border-radius: 6px;
  border: 1px solid #262626;
}

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

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

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

@media (max-width: 400px) {
  .global-menu-wrapper .global-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .global-mobile-menu > ul {
    padding: 0 20px;
  }
}
.header1 {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.header1-social {
  display: flex;
  gap: 10px;
}
.header1-social__item a {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header1-social__item a svg path {
  fill: var(--white);
}
.header1-social__item a:hover {
  background: var(--white);
  border: 1px solid var(--white);
}
.header1-social__item a:hover svg path {
  fill: var(--theme-color1);
}
.header1__button {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.header1__button span {
  padding-left: 15px;
}

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

.header-top-section.style1 {
  padding: 14px 0;
  position: relative;
  z-index: 999;
  background: #FFF;
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li p {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}

.global-header {
  position: relative;
  z-index: 41;
}

.header-bg-1 {
  background-color: transparent !important;
}

.header-border {
  border-bottom: 1px solid rgba(38, 38, 38, 0.05) !important;
}

.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: var(--black);
  border-bottom: 1px solid var(--border-color2);
}
@media (max-width: 1199px) {
  .header-layout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout2 .menu-area {
  background: transparent;
  padding: 0;
}
.header-layout2 .menu-area .header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
  border-right: 1px solid var(--border-color2);
}
.header-layout2 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout2 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout2 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--black);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  width: 100%;
}

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

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

@media (max-width: 1899px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
  .main-menu2 > ul > li {
    margin: 0 13px;
  }
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu2 > ul > li {
    margin: 0 10px;
  }
}
.sticky-wrapper2 {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper2.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color1);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}
.sticky-wrapper2.sticky .main-menu2 a {
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.sticky-wrapper2.sticky .main-menu2 a:hover, .sticky-wrapper2.sticky .main-menu2 a.active {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 > ul > li {
  margin: 0 15px;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
  padding: 40px 0;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a:hover {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 ul {
  margin: 0;
  padding: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
  fill: #000;
}
.sticky-wrapper2.sticky .main-menu2 ul li:last-child {
  margin-right: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:first-child {
  margin-left: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a.active {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.sticky-wrapper2.sticky .header-button .search-icon2 {
  color: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path {
  fill: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path:nth-of-type(4) {
  fill: var(--theme-color1);
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0 20px 35px;
  border-left: 1px solid var(--border-color2);
}
@media (max-width: 767px) {
  .header-button {
    border-left: 0px;
    padding: 25px 15px;
  }
}
.header-button .theme-btn {
  text-transform: inherit;
}
.header-button .search-icon {
  color: var(--black);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .search-icon2 {
  color: var(--white);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .simple-icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 36px;
  text-align: center;
  color: var(--black);
}
.header-button .simple-icon.sidebar-btn {
  border-radius: 6px;
  border: 1px solid #262626;
}

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

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

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

@media (max-width: 400px) {
  .global-menu-wrapper .global-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .global-mobile-menu > ul {
    padding: 0 20px;
  }
}
/* 3. Hero */
.hero1 {
  position: relative;
  background: var(--white2);
  padding-bottom: 950px;
}
@media (max-width: 1199px) {
  .hero1 {
    padding-bottom: 120px;
  }
}
.hero1 .video {
  padding-left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero1 .video {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero1 .video {
    padding-left: 0;
  }
}
.hero1 .video .title-video {
  max-width: 410px;
  width: 100%;
  height: 140px;
  border-radius: 150px;
  object-fit: cover;
  transform: translate(0, 13px);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero1 .video .title-video {
    max-width: 250px;
    height: 80px;
    border-radius: 100px;
  }
}
@media (max-width: 575px) {
  .hero1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
.hero1-content {
  padding-top: 236px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .hero1-content {
    padding-top: 159px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.hero1-content__desc {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  max-width: 485px;
}
.hero1-content__desc span {
  padding-left: 94px;
}
@media (max-width: 767px) {
  .hero1-content__desc span {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero1-content__desc {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .hero1-content__desc {
    color: var(--theme-color1);
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .hero1-content__desc {
    font-size: 16px;
    max-width: 239px;
  }
}
@media (max-width: 500px) {
  .hero1-content__desc {
    line-height: 1.3;
  }
}
.hero1-content__thumb {
  background-color: var(--white);
  margin-right: 70px;
}
@media (max-width: 991px) {
  .hero1-content__thumb {
    margin-right: 45px;
    background-color: var(--theme-color1);
  }
}
@media (max-width: 575px) {
  .hero1-content__thumb {
    margin-right: 20px;
  }
}
.hero1-content-time p {
  text-align: right;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero1-content-time p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hero1-content-time p {
    color: var(--theme-color1);
  }
}
@media (max-width: 500px) {
  .hero1-content-time p {
    color: var(--white);
  }
}
.hero1-content-time__date {
  text-align: right;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
  padding-top: 18px;
}
@media (max-width: 1399px) {
  .hero1-content-time__date {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .hero1-content-time__date {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .hero1-content-time__date {
    color: var(--theme-color1);
    font-size: 45px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .hero1-content-time__date {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (max-width: 500px) {
  .hero1-content-time__date {
    padding-top: 10px;
  }
}
.hero1-titleArea {
  position: relative;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .hero1-titleArea {
    padding-top: 55px;
  }
}
.hero1-titleArea__lists {
  position: absolute;
  left: 0px;
  bottom: -10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.hero1-titleArea__btn1 {
  position: relative;
  z-index: 9;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 66px;
  border: 1px solid var(--theme-color1);
  background: var(--white2);
  display: inline-flex;
  padding: 20px 47px;
  align-items: center;
  gap: 15px;
  transform: rotate(-40deg);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .hero1-titleArea__btn1 {
    display: none;
  }
}
.hero1-titleArea__btn2 {
  position: relative;
  top: 4%;
  right: -2%;
  z-index: 9;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 66px;
  border: 1px solid var(--theme-color1);
  background: var(--white2);
  display: inline-flex;
  padding: 20px 47px;
  align-items: center;
  gap: 15px;
  transform: rotate(-40deg);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .hero1-titleArea__btn2 {
    display: none;
  }
}
.hero1-titleArea__title {
  padding-right: 200px;
  padding-bottom: 10px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 800;
  line-height: 216px;
  /* 100% */
  text-transform: uppercase;
  text-align: end;
}
@media (max-width: 1799px) {
  .hero1-titleArea__title {
    font-size: 145px;
  }
}
@media (max-width: 1599px) {
  .hero1-titleArea__title {
    font-size: 145px;
  }
}
@media (max-width: 1399px) {
  .hero1-titleArea__title {
    font-size: 107px;
    line-height: 150px;
    padding-right: 243px;
  }
}
@media (max-width: 1199px) {
  .hero1-titleArea__title {
    padding-right: 90px;
  }
}
@media (max-width: 991px) {
  .hero1-titleArea__title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .hero1-titleArea__title {
    font-size: 60px;
    line-height: 90px;
    text-align: end;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .hero1-titleArea__title {
    font-size: 45px;
    line-height: 50px;
  }
}
.hero1-titleArea__title2 {
  padding-left: 214px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 800;
  line-height: 216px;
  text-transform: uppercase;
}
@media (max-width: 1799px) {
  .hero1-titleArea__title2 {
    font-size: 145px;
  }
}
@media (max-width: 1599px) {
  .hero1-titleArea__title2 {
    font-size: 145px;
  }
}
@media (max-width: 1399px) {
  .hero1-titleArea__title2 {
    font-size: 107px;
    line-height: 150px;
  }
}
@media (max-width: 1199px) {
  .hero1-titleArea__title2 {
    padding-left: 90px;
  }
}
@media (max-width: 991px) {
  .hero1-titleArea__title2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .hero1-titleArea__title2 {
    font-size: 60px;
    line-height: 90px;
    padding-left: 30px;
  }
}
@media (max-width: 500px) {
  .hero1-titleArea__title2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.hero2 {
  position: relative;
}
.hero2__shape {
  position: absolute;
  top: 36%;
  right: 4%;
  z-index: 1;
}
@media (max-width: 1599px) {
  .hero2__shape {
    opacity: 0.3;
  }
}
.hero2-title {
  margin-top: 130px;
}
.hero2-title__one {
  display: flex;
  align-items: center;
  gap: 50px;
}
.hero2-title__one-text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 800;
  line-height: 216px;
}
@media (max-width: 1500px) {
  .hero2-title__one-text {
    font-size: 120px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .hero2-title__one-text {
    font-size: 50px;
    line-height: 1;
  }
}
.hero2-title__one-circle {
  position: relative;
}
.hero2-title__one-name {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .hero2-title__one-name {
    font-size: 16px;
    line-height: 1;
  }
}
.hero2-title__two {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 17px;
}
@media (max-width: 991px) {
  .hero2-title__two {
    flex-wrap: wrap;
  }
}
.hero2-title__two-tag {
  padding: 20px 40px;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  background-color:#1a569b;
  border-radius: 66px;
  transform: rotate(-35deg);
}
@media (max-width: 1500px) {
  .hero2-title__two-tag {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .hero2-title__two-tag {
    transform: rotate(-5deg);
  }
}
.hero2-title__two-text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 216px;
}
@media (max-width: 1500px) {
  .hero2-title__two-text {
    font-size: 120px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .hero2-title__two-text {
    font-size: 50px;
    line-height: 1;
  }
}
.hero2-desc {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  max-width: 1369px;
  margin: 60px auto 130px;
}
@media (max-width: 1500px) {
  .hero2-desc {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  .hero2-desc {
    font-size: 16px;
    line-height: 1.4;
  }
}
.hero2-thumb {
  position: relative;
  z-index: 3;
  padding: 60px;
  border-radius: 35px 35px 0px 0px;
  background: transparent;
}
@media (max-width: 1199px) {
  .hero2-thumb {
    padding: 20px;
    border-radius: 15px 15px 0px 0px;
    background: var(--white);
  }
}
.hero2__bottom-line {
  position: relative;
  z-index: 9;
  width: 1920px;
  height: 60px;
  background-color:#1a569b;
  margin-top: -60px;
}

.hero3 {
  position: relative;
  background: var(--white2);
}
@media (max-width: 1599px) {
  .hero3 {
    background: var(--theme-color2);
  }
}
.hero3-content {
  padding-top: 236px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hero3-content {
    flex-wrap: wrap;
    padding-top: 180px;
  }
}
.hero3-content__title h1 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 800;
  line-height: 216px;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .hero3-content__title h1 {
    font-size: 116px;
  }
}
@media (max-width: 1399px) {
  .hero3-content__title h1 {
    font-size: 80px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hero3-content__title h1 {
    font-size: 40px;
  }
}
.hero3-content__thumb {
  border-radius: 10px;
  border: 2px dashed var(--white);
}
.hero3-content__thumb img {
  border-radius: 10px;
}
.hero3-content__desc {
  max-width: 440px;
}
.hero3-content__desc span {
  padding-left: 153px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-align: start;
}
@media (max-width: 1599px) {
  .hero3-content__desc span {
    font-size: 16px;
    line-height: 1.2;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .hero3-content__desc span {
    color: var(--theme-color1);
  }
}
.hero3-content__title2 {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 800;
  line-height: 216px;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .hero3-content__title2 {
    font-size: 116px;
    color: var(--white);
  }
}
@media (max-width: 1399px) {
  .hero3-content__title2 {
    font-size: 80px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hero3-content__title2 {
    font-size: 50px;
    color: var(--theme-color1);
  }
}
.hero3-numbArea {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
}
@media (max-width: 1399px) {
  .hero3-numbArea {
    flex-wrap: wrap;
    padding-top: 150px;
  }
}
.hero3-numbArea__btn1 {
  position: absolute;
  left: 28.5%;
  top: 18%;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 66px;
  border: 1px solid var(--theme-color1);
  background: var(--white2);
  display: inline-flex;
  padding: 20px 47px;
  align-items: center;
  gap: 15px;
  transform: rotate(-40deg);
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .hero3-numbArea__btn1 {
    font-size: 14px;
    padding: 20px 20px;
    left: 80%;
    bottom: 95%;
  }
}
.hero3-numbArea__btn1 a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1199px) {
  .hero3-numbArea__btn1 {
    display: none;
  }
}
.hero3-numbArea__btn2 {
  position: absolute;
  right: 0%;
  bottom: 51%;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 66px;
  border: 1px solid var(--theme-color1);
  background: var(--white2);
  display: inline-flex;
  padding: 20px 47px;
  align-items: center;
  gap: 15px;
  transform: rotate(-40deg);
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .hero3-numbArea__btn2 {
    font-size: 14px;
    padding: 20px 20px;
    right: 0%;
    bottom: 55%;
  }
}
.hero3-numbArea__btn2 a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1199px) {
  .hero3-numbArea__btn2 {
    display: none;
  }
}
.hero3-numbArea-item {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 117px;
}
@media (max-width: 1599px) {
  .hero3-numbArea-item {
    padding-top: 100px;
  }
}
@media (max-width: 1399px) {
  .hero3-numbArea-item {
    padding-right: 0px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .hero3-numbArea-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .hero3-numbArea-item {
    padding-top: 50px;
    gap: 40px;
  }
}
.hero3-numbArea-item-numb h2 {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 416px;
  font-style: normal;
  font-weight: 600;
  line-height: 216px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero3-numbArea-item-numb h2 {
    font-size: 216px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .hero3-numbArea-item-numb h2 {
    font-size: 110px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .hero3-numbArea-item-numb h2 {
    font-size: 85px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .hero3-numbArea-item-content img {
    width: 40%;
  }
}
.hero3-numbArea-item-content h6 {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  padding-top: 18px;
}
@media (max-width: 991px) {
  .hero3-numbArea-item-content h6 {
    font-size: 20px;
  }
}
.hero3-numbArea__desc2 {
  padding-top: 122px;
}
@media (max-width: 991px) {
  .hero3-numbArea__desc2 {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .hero3-numbArea__desc2 h4 {
    font-size: 30px;
    line-height: 45px;
  }
}
.hero3-numbArea__desc2 span {
  padding-right: 240px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.hero3-numbArea__desc2 span img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .hero3-numbArea__desc2 span {
    font-size: 20px;
    padding-right: 125px;
  }
}

/* 4. Video */
.video1 {
  position: relative;
}
.video1-content {
  position: relative;
  z-index: 1;
}
.video1-content-item__one {
  display: inline-flex;
  padding: 20px 41px;
  align-items: center;
  gap: 15px;
  border-radius: 66px;
  border: 1px solid #1F1F1F;
  background: rgba(255, 251, 245, 0);
}
.video1-content-item__one span {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .video1-content-item__one span {
    font-size: 16px;
    line-height: 1.3;
  }
}
.video1-item {
  width: 1400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}
@media (max-width: 1399px) {
  .video1-item {
    width: 100%;
  }
}
.video1-item__thumb {
  position: relative;
  text-align: center;
  padding: 45px;
  border-radius: 35px;
  background: var(--white2);
}
@media (max-width: 1199px) {
  .video1-item__thumb {
    padding: 15px;
    border-radius: 5px;
  }
}
.video1__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video1__video-btn {
  width: 180px;
  height: 180px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .video1__video-btn {
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .video1__video-btn {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 1.3;
  }
}

/* 5. Brand */
.brand1 {
  overflow: hidden;
}
.brand1__title h6 {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 60px;
}
.brand1__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 112px 40px;
  border-radius: 10px;
  border: 1px solid #1F1F1F;
  background: #000;
}
@media (max-width: 575px) {
  .brand1__logo {
    margin: 0 15px;
  }
}
.brand1__logo img {
  width: 169px;
  height: 65px;
}
.brand1 .swiper-slide.odd .brand1__logo {
  transform: rotate(-5deg);
}
.brand1 .swiper-slide.even .brand1__logo {
  transform: rotate(5deg);
}

.brand2 {
  overflow: hidden;
}
.brand2-title {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.brand2-logo {
  padding: 112px 40px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--black);
  text-align: center;
}
@media (max-width: 1599px) {
  .brand2-logo {
    padding: 60px 25px;
  }
}
@media (max-width: 575px) {
  .brand2-logo {
    margin: 0 15px;
  }
}
.brand2-logo img {
  width: 180px;
  height: 65px;
  object-fit: contain;
}

/* 6. About */
.about1__desc {
  max-width: 1260px;
}
.about1__desc h4 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about1__desc h4 {
    font-size: 30px;
    line-height: 45px;
  }
}
.about1-item {
  padding-top: 151px;
  padding-right: 200px;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 117px;
}
@media (max-width: 1599px) {
  .about1-item {
    padding-top: 100px;
  }
}
@media (max-width: 1399px) {
  .about1-item {
    padding-right: 0px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .about1-item {
    padding-top: 50px;
    gap: 40px;
  }
}
.about1-item-numb h2 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 416px;
  font-style: normal;
  font-weight: 600;
  line-height: 216px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about1-item-numb h2 {
    font-size: 216px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .about1-item-numb h2 {
    font-size: 85px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .about1-item-content img {
    width: 40%;
  }
}
.about1-item-content h6 {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .about1-item-content h6 {
    font-size: 20px;
  }
}
.about1__desc2 {
  padding-top: 122px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about1__desc2 {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .about1__desc2 h4 {
    font-size: 30px;
    line-height: 45px;
  }
}
.about1__desc2-lowercase {
  padding-right: 240px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.about1__desc2-lowercase img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .about1__desc2-lowercase {
    font-size: 20px;
    padding-right: 125px;
  }
}

.about2 {
  overflow: hidden;
  position: relative;
}
.about2__shape {
  position: absolute;
  z-index: 1;
  left: 15%;
  top: 20%;
}
.about2 .section-top {
  margin-top: -580px;
}
@media (max-width: 991px) {
  .about2 .section-top {
    margin-top: -100px;
  }
}
.about2__thumb {
  border-radius: 840px;
  display: flex;
  justify-content: center;
}
.about2__thumb img {
  border-radius: 840px;
}
.about2__text1 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 59px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  max-width: 1484px;
  text-align: start;
  margin: 60px auto;
}
@media (max-width: 1500px) {
  .about2__text1 {
    font-size: 25px;
    line-height: 1.3;
  }
}
.about2__text2 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  max-width: 1314px;
  text-align: center;
  margin: 0px auto 60px;
}
@media (max-width: 1500px) {
  .about2__text2 {
    font-size: 20px;
  }
}
.about2-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.about2-tab__exp .nav-item .nav-link {
  position: relative;
  width: 207.342px;
  height: 207.342px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 45px;
  margin-bottom: 156px;
  transition: all 0.4s ease-in-out;
}
.about2-tab__exp .nav-item .nav-link.active {
  background-color: var(--white);
  color: var(--black);
}
.about2-tab__exp .nav-item .nav-link .shape1 {
  position: absolute;
  bottom: -73%;
  left: 0%;
}
.about2-tab__exp .nav-item .nav-link .shape2 {
  position: absolute;
  bottom: -73%;
  right: 0%;
}
.about2-tab-another {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about2-tab-stack .nav-item .nav-link {
  position: relative;
  width: 207.342px;
  height: 207.342px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 45px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1599px) {
  .about2-tab-stack .nav-item .nav-link {
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .about2-tab-stack .nav-item .nav-link {
    width: 65px;
    height: 65px;
    font-size: 10px;
    line-height: 1.3;
  }
}
.about2-tab-stack .nav-item .nav-link.active {
  background-color: var(--white);
  color: var(--black);
}
.about2-tab-awards .nav-item .nav-link {
  position: relative;
  width: 207.342px;
  height: 207.342px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 45px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1599px) {
  .about2-tab-awards .nav-item .nav-link {
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .about2-tab-awards .nav-item .nav-link {
    width: 65px;
    height: 65px;
    font-size: 10px;
    line-height: 1.3;
  }
}
.about2-tab-awards .nav-item .nav-link.active {
  background-color: var(--white);
  color: var(--black);
}
.about2-tab-details-exp {
  padding: 45px 0;
  border-top: 1px solid var(--border-color1);
  border-bottom: 1px solid var(--border-color2);
}
.about2-tab-details-exp__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about2-tab-details-exp__title span {
  color: var(--bg-color1);
}
.about2-tab-details-exp__time {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 35px;
}
.about2-tab-details-exp__desc {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 35px;
  text-align: start;
}
.about2-tab-details-exp__skill {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .about2-tab-details-exp__skill {
    flex-wrap: wrap;
  }
}
.about2-tab-details-exp__skill span {
  padding: 7px 20px;
  border-radius: 65px;
  border: 1px solid var(--border-color1);
  background: var(--black);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.about2-tab-details-stack {
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 10px;
  border: 1px solid var(--border-color2);
  background: #0F0F0F;
}
.about2-tab-details-stack__logo {
  padding: 19px;
  border-radius: 6px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  flex: none;
}
.about2-tab-details-stack__logo img {
  width: 32px;
  height: 32px;
}
.about2-tab-details-award-list .award1-content-list {
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2) !important;
}
.about2-tab-details-award-list .award1-content-list__name {
  color: var(--white);
}
.about2-tab-details-award-list .award1-content-list__date {
  color: var(--white);
}

/* 7. 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(--text-color2);
    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(--text-color1) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-color1);
}

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

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

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

/* 8. Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-top {
  position: relative;
  z-index: 9;
  text-align: center;
}
.section-top__title1 {
  color: var(--theme-color1);
  text-align: start;
  padding-top: 127px;
}
@media (max-width: 991px) {
  .section-top__title1 {
    padding-top: 70px;
  }
}
.section-top__title2 {
  color: var(--theme-color1);
  text-align: end;
  font-weight: 400;
  padding-top: 20px;
  padding-right: 150px;
}
@media (max-width: 991px) {
  .section-top__title2 {
    padding-right: 0px;
  }
}
.section-top__title3 {
  color: var(--theme-color1);
  text-align: start;
  margin-bottom: 20px;
}
.section-top__title4 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--theme-color1);
  text-align: end;
}
.section-top__title5 {
  color: var(--white);
  text-align: start;
  margin-bottom: 20px;
}
.section-top__title6 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
  text-align: end;
}

/* 9. Service */
.service1 .section-top {
  margin-bottom: 130px;
}
.service1 .swiper {
  margin-left: -70px;
  max-width: 1360px;
}
@media (max-width: 1199px) {
  .service1 .swiper {
    margin-left: 0px;
  }
}
.service1-card {
  padding: 60px;
  background-color: var(--white2);
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .service1-card {
    flex-wrap: wrap;
    padding: 30px;
    gap: 10px;
  }
}
.service1-card__thumb {
  flex: none;
}
@media (max-width: 991px) {
  .service1-card__thumb {
    flex: auto;
  }
}
.service1-card__thumb img {
  width: 100%;
  height: 100%;
}
.service1-card-content__meta {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .service1-card-content__meta {
    margin-bottom: 5px;
  }
}
.service1-card-content__title {
  color: var(--theme-color1);
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 1500px) {
  .service1-card-content__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 1199px) {
  .service1-card-content__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.service1-card-content-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid var(--theme-color1);
  border-bottom: 1px solid var(--theme-color1);
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .service1-card-content-tags {
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 10px;
  }
}
.service1-card-content-tags li a {
  position: relative;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .service1-card-content-tags li a {
    font-size: 14px;
  }
}
.service1-card-content-tags li a:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  opacity: 0.8;
  background: var(--theme-color1);
}
.service1 .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.service2-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 42px 0;
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2);
}
@media (max-width: 991px) {
  .service2-item {
    flex-wrap: wrap;
    padding: 30px 20px;
    justify-content: flex-start;
  }
}
.service2-item__number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  border: 1px solid var(--border-color1);
  border-radius: 50%;
}
.service2-item__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  width: 33%;
}
@media (max-width: 1199px) {
  .service2-item__title {
    font-size: 30px;
    line-height: 1.5;
    width: auto;
  }
}
.service2-item__text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .service2-item__text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.service-page {
  border-bottom: 1px solid var(--border-color2);
}
.service-page-item {
  margin-bottom: 100px;
}
.service-page-item__number {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-family: var(--title-font);
  font-size: 350px;
  font-style: normal;
  font-weight: 600;
  line-height: 280px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .service-page-item__number {
    font-size: 150px;
    line-height: 1.4;
  }
}
.service-page-item__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-page-item__title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.service-page-item__desc {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
  margin-bottom: 30px;
  max-width: 664px;
}
.service-page-item__feature {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color1);
}
.service-page-item__thumbs {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.service-page-item__thumb img {
  border-radius: 10px;
  width: 100%;
}

/* 10. Project */
.project1 {
  position: relative;
}
.project1-titleArea {
  margin-bottom: 130px;
  background-color: var(--white);
}
.project1-card {
  border-radius: 10px;
  border: 1px solid #1F1F1F;
  background: var(--black);
}
.project1-card-meta {
  position: relative;
  padding: 20px 30px 20px;
  display: flex;
  justify-content: end;
  gap: 15px;
  z-index: 6;
}
@media (max-width: 767px) {
  .project1-card-meta {
    padding: 20px 8px 20px;
    gap: 5px;
  }
}
.project1-card-meta__item {
  display: inline-flex;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 65px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(217, 217, 217, 0);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1399px) {
  .project1-card-meta__item {
    padding: 5px 10px;
    font-size: 16px;
    background-color: var(--black);
  }
}
.project1-card__thumb {
  position: relative;
  margin-top: -75px;
}
@media (max-width: 1399px) {
  .project1-card__thumb {
    mask-image: none !important;
  }
}
.project1-card__thumb img {
  width: 100%;
  border-radius: 4px;
}
.project1-card__thumb-link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project1-card__thumb-link {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  .project1-card__thumb-link a svg {
    width: 50px;
    height: 50px;
  }
}
.project1-card__thumb-link:hover svg path {
  stroke: var(--theme-color2);
  transition: all 0.4s ease-in-out;
}
.project1-card__thumb-link:hover circle {
  fill: var(--theme-color1);
  transition: all 0.4s ease-in-out;
}
.project1-card__thumb:hover .project1-card__thumb-link {
  opacity: 1;
  visibility: visible;
}
.project1-card-content {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 767px) {
  .project1-card-content {
    padding: 15px;
  }
}
.project1-card-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .project1-card-content__title {
    font-size: 17px;
    line-height: 1.2;
  }
}
.project1-card-content__button {
  display: inline-flex;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 65px;
  background: #FFF;
  color: var(--theme-color1);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.project1 .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0 130px;
}

.project2 .section-top {
  margin-bottom: 130px;
}
.project2-card {
  position: relative;
  padding: 75px;
  border: 1px solid var(--theme-color1);
}
@media (max-width: 991px) {
  .project2-card {
    padding: 30px;
  }
}
.project2-card__thumb img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.project2-card-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px;
  border-radius: 100px;
  border: 1px solid var(--theme-color1);
  background-color: var(--white2);
  margin-top: -90px;
  z-index: 6;
}
@media (max-width: 991px) {
  .project2-card-content {
    flex-wrap: wrap;
  }
}
.project2-card-content__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 1500px) {
  .project2-card-content__title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.project2-card-content__tag {
  position: relative;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1500px) {
  .project2-card-content__tag {
    font-size: 15px;
    line-height: 1.4;
  }
}
.project2-card-content__tag::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: var(--black2);
  top: 15px;
  left: -70px;
}
@media (max-width: 1500px) {
  .project2-card-content__tag::before {
    top: 10px;
  }
}
@media (max-width: 1199px) {
  .project2-card-content__tag::before {
    display: none;
  }
}
.project2-card__year {
  position: absolute;
  top: 75px;
  right: 75px;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 65px;
  background: var(--theme-color1);
  color: var(--white2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  z-index: 5;
}
.project2 .btn-wrapper {
  margin-top: 75px;
}

.project-details-info {
  margin-top: -140px;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-details-info {
    margin-top: 0;
  }
}
.project-details-info-list {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid var(--border-color1);
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-info-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-details-info-list__item {
  padding: 35px;
}
@media (max-width: 1399px) {
  .project-details-info-list__item {
    padding: 15px;
  }
}
.project-details-info-list__item-title {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.project-details-info-list__item-text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}
.project-details-info-list__line {
  width: 1px;
  height: 140px;
  background-color: var(--border-color1);
}
@media (max-width: 1399px) {
  .project-details-info-list__line {
    width: 100%;
    height: 1px;
  }
}

.project-details-item {
  margin-bottom: 60px;
}
.project-details-item-left__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
@media (max-width: 767px) {
  .project-details-item-left__title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.project-details-item-right__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .project-details-item-right__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.project-details-item-right__text {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .project-details-item-right__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.project-details-item-right__thumb {
  overflow: hidden;
}
.project-details-item-right__thumb img {
  border-radius: 10px;
}

.project-details-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.project-details-gallery__thumb {
  overflow: hidden;
}
.project-details-gallery__thumb img {
  border-radius: 10px;
}

/* 11. Testimonial */
.testimonial1 {
  position: relative;
  text-align: center;
}
.testimonial1-slider {
  position: relative;
}
.testimonial1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.testimonial1-card {
  position: relative;
  max-width: 1136px;
  margin: 0 auto;
  padding: 90px 145px;
  background: #FFF;
}
@media (max-width: 1199px) {
  .testimonial1-card {
    padding: 90px;
  }
}
@media (max-width: 991px) {
  .testimonial1-card {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .testimonial1-card {
    padding: 30px;
  }
}
.testimonial1-card__quote {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .testimonial1-card__quote {
    padding-bottom: 30px;
  }
}
.testimonial1-card__desc {
  color: var(--theme-color1);
  text-align: center;
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .testimonial1-card__desc {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial1-card__desc {
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 1.3;
    font-weight: 400;
  }
}
.testimonial1-card__name {
  color: var(--theme-color1);
  text-align: center;
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 13px;
}
@media (max-width: 991px) {
  .testimonial1-card__name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testimonial1-card__name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
  }
}
.testimonial1-card__designation {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .testimonial1-card__designation {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial1-card__designation {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
  }
}
.testimonial1-card-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-top: 1px solid var(--theme-color1);
  border-bottom: 1px solid var(--theme-color1);
  position: absolute;
  z-index: 9;
  width: 100%;
  max-width: 845px;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .testimonial1-card-controls {
    padding: 9px 15px;
  }
}
.testimonial1-card-controls__numb {
  position: relative;
  padding-top: 11px;
  color: var(--theme-color1);
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.testimonial2 .section-top {
  margin-bottom: 130px;
}
.testimonial2-cards {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1399px) {
  .testimonial2-cards {
    flex-wrap: wrap;
  }
}
.testimonial2-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 45px 35px;
  border-radius: 10px;
  border: 1px solid var(--theme-color1);
  background-color: var(--white2);
  width: 117px !important;
  height: 660px;
  transition: all 0.4s ease-in-out;
}
.testimonial2-card.active {
  width: 1314px !important;
}
@media (max-width: 991px) {
  .testimonial2-card.active {
    flex-wrap: wrap;
  }
}
.testimonial2-card.active .testimonial2-card {
  width: 1314px;
}
@media (max-width: 991px) {
  .testimonial2-card.active .testimonial2-card-content__desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .testimonial2-card.active .testimonial2-card-details {
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
  }
}
@media (max-width: 991px) {
  .testimonial2-card.active .testimonial2-card-details__quote {
    position: relative;
  }
}
@media (max-width: 991px) {
  .testimonial2-card.active .testimonial2-card-details__name {
    position: relative;
    transform: rotate(0deg);
    font-size: 14px;
  }
}
.testimonial2-card.active .testimonial2-card__thumb {
  display: block;
}
@media (max-width: 991px) {
  .testimonial2-card.active .testimonial2-card__thumb {
    width: 50%;
  }
}
.testimonial2-card.active .testimonial2-card-content {
  display: block;
}
.testimonial2-card-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100px;
  height: 100%;
}
.testimonial2-card-details__quote {
  position: absolute;
  top: 40px;
  left: 35px;
}
.testimonial2-card-details__quote img {
  width: 47.074px;
  height: 42px;
}
.testimonial2-card-details__name {
  position: absolute;
  bottom: 100px;
  left: -15px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  transform: rotate(-90deg);
}
.testimonial2-card__thumb {
  flex: none;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.testimonial2-card-content {
  transition: all 0.4s ease-in-out;
}
.testimonial2-card-content__stars {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FF9500;
  margin-bottom: 35px;
}
.testimonial2-card-content__desc {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: start;
}
.testimonial2-card__thumb {
  display: none;
}
.testimonial2-card-content {
  display: none;
}

/* 12. Contact */
.contact-form1 {
  position: relative;
  z-index: 5;
  padding: 90px 60px;
  border-radius: 10px 0px 0px 10px;
  background: var(--white2);
}
.contact-form1__title {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 60px;
}
.contact-form1 input {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 90px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--theme-color1);
  background-color: transparent;
}
.contact-form1 input::placeholder {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-form1 button {
  width: 160px !important;
  height: 160px !important;
}
.contact-form1-thumb {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .contact-form1-thumb {
    mask-image: none !important;
  }
}
.contact-form1-thumb img {
  width: 110%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  object-fit: cover;
}

.contact-info {
  background: var(--bg-color1);
  margin-top: 55px;
}
.contact-info__text {
  padding: 35px 0px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
@media (max-width: 991px) {
  .contact-info__text {
    font-size: 25px;
    line-height: 1.4;
  }
}

.contact-content {
  position: relative;
  height: 100%;
}

.contact-social {
  position: absolute;
  z-index: 5;
  top: 45%;
  right: 0;
  transform: translateY(-45%);
  display: inline-block;
  padding: 25px;
  border-radius: 10px 0px 0px 10px;
  background: var(--white2);
  border-left: 30px solid var(--black);
  border-top: 30px solid var(--black);
  border-bottom: 30px solid var(--black);
}
@media (max-width: 1599px) {
  .contact-social {
    border: none;
  }
}
@media (max-width: 991px) {
  .contact-social {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .contact-social {
    top: 98%;
    transform: translateY(-98%);
    border-radius: 10px;
  }
}
.contact-social__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .contact-social__item {
    flex-direction: row;
  }
}
.contact-social__item a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border-color1);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .contact-social__item a {
    width: 30px;
    height: 30px;
  }
}
.contact-social__item a:hover {
  background: var(--theme-color2);
  color: var(--white);
  border: 1px solid var(--theme-color2);
}
.contact-social__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .contact-social__title {
    margin-top: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contact-social__title {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .contact-social__title svg {
    position: absolute;
    transform: rotate(90deg);
  }
}
.contact-social__title-text {
  position: absolute;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transform: rotate(-90deg);
  bottom: 25px;
  left: -15px;
}
@media (max-width: 991px) {
  .contact-social__title-text {
    font-size: 14px;
    left: -10px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact-social__title-text {
    position: relative;
    transform: rotate(0deg);
    left: -5px;
  }
}

.comment-form1 {
  padding: 60px;
  border-radius: 10px;
  border: 1px solid var(--border-color2);
  background: var(--black);
}
@media (max-width: 1199px) {
  .comment-form1 {
    padding: 30px;
  }
}
.comment-form1__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}
.comment-form1__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
  margin-bottom: 35px;
}
.comment-form1 input {
  padding: 19px 35px;
  border-radius: 95px;
  border: 1px solid var(--border-color2);
  background: rgba(217, 217, 217, 0);
  width: 100%;
}
.comment-form1 input::placeholder {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.comment-form1 textarea {
  padding: 19px 35px;
  border-radius: 25px;
  border: 1px solid var(--border-color2);
  background: rgba(217, 217, 217, 0);
  width: 100%;
  outline: none;
  margin-top: 20px;
  height: 189px;
  margin-bottom: 20px;
}
.comment-form1 textarea::placeholder {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 13. Blog */
.blog1 .section-top {
  margin-bottom: 130px;
}
.blog1-card {
  padding: 45px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(217, 217, 217, 0);
}
.blog1-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color2);
}
.blog1-card-meta__item {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog1-card__title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--white);
  font-weight: 700;
}
.blog1-card__link {
  display: block;
  margin-top: 30px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .blog1-card__link {
    font-size: 15px;
    line-height: 1.4;
  }
}

.blog-details-top {
  padding: 278px 10px 130px;
  text-align: center;
}
@media (max-width: 1199px) {
  .blog-details-top {
    padding: 180px 10px 80px;
  }
}
.blog-details-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 8px 30px;
  border-radius: 90px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(217, 217, 217, 0);
}
.blog-details-meta__divider {
  width: 1.5px;
  height: 20px;
  background: var(--white);
}
.blog-details-meta__tag {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .blog-details-meta__tag {
    font-size: 18px;
    line-height: 1;
  }
}
.blog-details-meta__date {
  color: var(--white);
  text-align: center;
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .blog-details-meta__date {
    font-size: 14px;
    line-height: 1;
  }
}
.blog-details__title {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-details__title {
    font-size: 40px;
    line-height: 1.3;
  }
}
.blog-details-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .blog-details-profile {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-details-profile-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details-profile-item__thumb img {
  border-radius: 50%;
}
.blog-details-profile-item__content {
  text-align: start;
}
.blog-details-profile-item__content-title {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-details-profile-item__content-name {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.blog-details__thumb1 {
  margin-bottom: 60px;
}
.blog-details__text {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
}
.blog-details__text-title {
  margin-top: 60px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 35px;
}
.blog-details__thumb2 {
  margin-bottom: 60px;
}
.blog-details__thumb2 img {
  border-radius: 10px;
}
.blog-details__quote {
  padding-left: 35px;
  border-left: 1px solid var(--white);
}
.blog-details__quote-icon {
  margin-bottom: 35px;
}
.blog-details__quote-text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: start;
}
.blog-details__quote-speaker {
  position: relative;
  display: inline-flex;
  margin-top: 35px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.blog-details__quote-speaker:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -80px;
  width: 60px;
  height: 1.5px;
  background: var(--white);
}
.blog-details__thumb3 img {
  border-radius: 10px;
}
.blog-details__thumb4 img {
  border-radius: 10px;
}
.blog-details__thumb5 {
  margin-bottom: 60px;
}
.blog-details__thumb5 img {
  border-radius: 10px;
}
.blog-details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 38px 0;
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2);
}
@media (max-width: 1199px) {
  .blog-details__bottom {
    padding: 30px 10px;
  }
}
.blog-details__tag {
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .blog-details__tag {
    gap: 10px;
  }
}
.blog-details__tag-link a {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blog-details__share {
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .blog-details__share {
    gap: 10px;
  }
}
.blog-details__share-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__share-link a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--black);
  border: 1px solid var(--white);
}
.blog-details__share-link a:hover {
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}

/* 14. Pricing */
.pricing1-card {
  position: relative;
  padding: 45px 35px;
  border-radius: 15px;
  border: 1px dashed var(--theme-color2);
  background-color: var(--white2);
  overflow: hidden;
}
.pricing1-card__badge {
  position: absolute;
  top: 2.8%;
  right: -5.5%;
  background-color: var(--theme-color2);
  padding: 3px 15px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  transform: rotate(-90deg);
}
.pricing1-card__badge2 {
  position: absolute;
  top: 3.5%;
  right: -8%;
  background-color: var(--theme-color2);
  padding: 3px 15px;
  color: #FFF;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  transform: rotate(-90deg);
}
.pricing1-card__title {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px;
}
.pricing1-card__desc {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 45px;
}
.pricing1-card__price {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid var(--border-color2);
  background: var(--bg-color1);
  margin-bottom: 45px;
}
.pricing1-card__price-title {
  color: #000;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
  text-transform: uppercase;
}
.pricing1-card__price-value {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 116.667% */
  text-transform: uppercase;
}
.pricing1-card__price-feature {
  list-style-type: square;
  margin-left: 25px;
}
.pricing1-card__price-feature li {
  color: #000;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
.pricing1-card__button {
  padding: 23px;
  border-radius: 66px;
  background: #0B0C0F;
  color: #FFF;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  width: 100%;
}
.pricing1-card__button2 {
  padding: 23px;
  border-radius: 66px;
  background: var(--theme-color2);
  color: #FFF;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  width: 100%;
}

/* 15. WCU */
.award1 {
  position: relative;
}
@media (min-width: 1200px) {
  .award1 {
    background: var(--white);
  }
}
.award1__shape1 {
  background: var(--white2);
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.award1__shape1 img {
  width: 100%;
}
@media (max-width: 991px) {
  .award1__shape {
    display: none;
  }
}
@media (max-width: 1399px) {
  .award1__shape img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .award1__thumb {
    margin-bottom: 50px;
  }
}
.award1 .row {
  position: relative;
  z-index: 1;
}
.award1__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 130px;
  text-transform: uppercase;
  text-align: start;
}
@media (max-width: 1799px) {
  .award1__title {
    font-size: 76px;
  }
}
@media (max-width: 1399px) {
  .award1__title {
    font-size: 65px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .award1__title {
    font-size: 54px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .award1__title {
    font-size: 45px;
    line-height: 74px;
  }
}
@media (max-width: 575px) {
  .award1__title {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 500px) {
  .award1__title {
    font-size: 35px;
    line-height: 60px;
  }
}
@media (max-width: 449px) {
  .award1__title {
    font-size: 30px;
    line-height: 56px;
  }
}
@media (max-width: 374px) {
  .award1__title {
    font-size: 26px;
    line-height: 45px;
  }
}
.award1-content {
  position: relative;
}
.award1-content__title {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 54px;
}
@media (max-width: 1399px) {
  .award1-content__title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .award1-content__title {
    color: var(--white);
  }
}
@media (max-width: 1199px) {
  .award1-content__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .award1-content__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .award1-content__title {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .award1-content__title {
    font-size: 32px;
    padding-bottom: 25px;
  }
}
@media (max-width: 449px) {
  .award1-content__title {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .award1-content__title {
    font-size: 22px;
    padding-bottom: 25px;
  }
}
.award1-content-list {
  position: relative;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--theme-color1);
}
.award1-content-list:last-child {
  border-bottom: 1px solid var(--theme-color1);
}
@media (max-width: 500px) {
  .award1-content-list {
    padding: 15px 0;
  }
}
.award1-content-list__name {
  display: flex;
  align-items: center;
  gap: 50px;
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .award1-content-list__name {
    color: var(--white);
  }
}
@media (max-width: 575px) {
  .award1-content-list__name {
    font-size: 22px;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .award1-content-list__name {
    font-size: 20px;
    gap: 7px;
  }
}
@media (max-width: 449px) {
  .award1-content-list__name {
    font-size: 18px;
    gap: 0px;
  }
}
.award1-content-list__name span {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-right: 10px;
  min-width: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .award1-content-list__name span {
    color: var(--white);
  }
}
.award1-content-list__date {
  color: var(--theme-color1);
  text-align: right;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .award1-content-list__date {
    color: var(--white);
  }
}
@media (max-width: 449px) {
  .award1-content-list__date {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .award1-content-list__date {
    font-size: 18px;
  }
}
.award1-content-list__thumb2 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .award1-content-list__thumb2 {
    bottom: -20px;
  }
  .award1-content-list__thumb2 img {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .award1-content-list__thumb2 img {
    width: 70%;
  }
}
@media (max-width: 374px) {
  .award1-content-list__thumb2 {
    bottom: -14px;
    right: 17%;
    left: 36%;
  }
  .award1-content-list__thumb2 img {
    width: 100%;
  }
}
.award1-content-list:hover .award1-content-list__thumb2 {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

/* 16. Team */
.team1-card {
  position: relative;
  background-color: var(--theme-color2);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.team1-card__thumb {
  border-radius: 10px;
}
.team1-card__thumb img {
  border-radius: 10px;
  width: 100%;
}
.team1-card-content {
  position: absolute;
  bottom: 30px;
  left: 60px;
  right: 60px;
  padding: 25px 0;
  border-radius: 6px;
  background: var(--white2);
  text-align: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team1-card-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px 0;
  }
}
.team1-card-content__desig {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.team1-card-content__name {
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .team1-card-content__name {
    font-size: 20px;
    line-height: 1.3;
  }
}
.team1-card-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  overflow: hidden;
  transform: translateX(-100%);
  left: 100%;
}
.team1-card-social a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color1);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team1-card-social a:hover {
  background-color: var(--theme-color2);
}
.team1-card:hover .team1-card-content {
  background-color: var(--bg-color1);
}
.team1-card:hover .team1-card-social {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
  left: 50%;
}

/* 17. FAQ */
.faq1 {
  position: relative;
}
.faq1-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.faq1-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.faq1-title__square {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: var(--theme-color2);
}
.faq1-title__text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.faq1-card .accordion .global-accordion-item {
  border-bottom: 1px solid var(--border-color1);
}
.faq1-card .accordion .global-accordion-item .global-accordion-header {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq1-card .accordion .global-accordion-item .global-accordion-button {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 410px;
  padding: 30px 0 30px 0px;
}
@media (max-width: 1599px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button {
    gap: 30px;
  }
}
.faq1-card .accordion .global-accordion-item .global-accordion-button .number {
  color: var(--white);
}
.faq1-card .accordion .global-accordion-item .global-accordion-button__question {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button {
    font-size: 16px;
    padding-top: 8px 0;
  }
}
.faq1-card .accordion .global-accordion-item .global-accordion-button .icon2 {
  z-index: 11;
}
.faq1-card .accordion .global-accordion-item .global-accordion-button .icon2 i {
  border-radius: 50%;
  color: var(--white);
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 575px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button .icon2 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq1-card .accordion .global-accordion-item .global-accordion-button .icon {
  z-index: 11;
  transition: 0.4s all ease-in-out;
  display: none;
}
.faq1-card .accordion .global-accordion-item .global-accordion-button .icon i {
  color: var(--white);
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 575px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button .icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq1-card .accordion .global-accordion-item .global-accordion-button.collapsed {
  background-color: transparent;
  border-radius: 0px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 767px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button.collapsed {
    font-size: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 374px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-button.collapsed {
    font-size: 16px;
    line-height: 20px;
  }
}
.faq1-card .accordion .global-accordion-item .global-accordion-button.collapsed .icon2 {
  display: none;
}
.faq1-card .accordion .global-accordion-item .global-accordion-button.collapsed .icon {
  display: block;
}
.faq1-card .accordion .global-accordion-item .global-accordion-button.collapsed .number {
  color: var(--white);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.faq1-card .accordion .global-accordion-item .global-accordion-body {
  padding: 0 120px 30px 440px;
  color: var(--white);
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  background-color: transparent;
  border-radius: 0;
  text-align: start;
}
@media (max-width: 1599px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-body {
    padding: 0 50px 30px 130px;
  }
}
@media (max-width: 767px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-body {
    padding: 0 50px 30px 50px;
  }
}
@media (max-width: 374px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-body {
    padding: 0 16px 0px 0px;
  }
}
.faq1-card .accordion .global-accordion-item .global-accordion-body p {
  font-family: var(--body-font);
  color: var(--white);
  color: var(--text-color2);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
}
@media (max-width: 575px) {
  .faq1-card .accordion .global-accordion-item .global-accordion-body p {
    font-size: 15px;
  }
}
.faq1__thumb img {
  width: 100%;
}

/* 18. Work Process */
.work-process1 {
  overflow: hidden;
}
.work-process1-card {
  padding: 60px;
  border-radius: 10px;
  background: var(--white2);
  display: flex;
  align-items: flex-start;
  gap: 90px;
  position: relative;
}
@media (max-width: 1399px) {
  .work-process1-card {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.work-process1-card__number {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 300;
  line-height: 140px;
  position: absolute;
  transform: rotate(-90deg);
}
@media (max-width: 1399px) {
  .work-process1-card__number {
    position: relative;
    font-size: 80px;
    line-height: 1.4;
  }
}
.work-process1-card-content {
  margin-left: 230px;
  max-width: 426px;
}
@media (max-width: 1399px) {
  .work-process1-card-content {
    margin-left: 0;
  }
}
.work-process1-card-content__step {
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: start;
}
.work-process1-card-content__title {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 30px;
  text-align: start;
}
@media (max-width: 1599px) {
  .work-process1-card-content__title {
    font-size: 40px;
    line-height: 1;
  }
}
.work-process1-card-content__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
}
@media (max-width: 1399px) {
  .work-process1-card-content__text {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* 19. Error */
.error {
  position: relative;
  background-color: var(--black);
  overflow: hidden;
  padding: 278px 0 130px;
}
.error__shape {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.error-box__thumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 100%;
}
.error-box__title {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .error-box__title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.error-box__text {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.error-box .btn-wrapper {
  text-align: center;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}

/* 20. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer1 {
  position: relative;
  overflow: hidden;
}
.footer1__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer1__shape1 img {
  width: 100%;
}
.footer1-content {
  position: relative;
  z-index: 5;
  padding: 0 64px;
  padding-bottom: 76px;
}
@media (max-width: 1799px) {
  .footer1-content {
    padding: 0 0 76px;
  }
}
.footer1-content__title1 {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  padding-bottom: 13px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 600;
  line-height: 216px;
  text-transform: uppercase;
  font-size: 216px;
}
.footer1-content__title1 img {
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .footer1-content__title1 {
    flex-direction: column;
  }
}
@media (max-width: 1799px) {
  .footer1-content__title1 {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .footer1-content__title1 {
    font-size: 135px;
    line-height: 190px;
  }
}
@media (max-width: 1199px) {
  .footer1-content__title1 {
    font-size: 120px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  .footer1-content__title1 {
    font-size: 90px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  .footer1-content__title1 {
    font-size: 58px;
    line-height: 80px;
  }
}
@media (max-width: 500px) {
  .footer1-content__title1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .footer1-content__title1 img {
    width: 15%;
    height: 15%;
  }
}
@media (max-width: 500px) {
  .footer1-content__title1 img {
    width: 20%;
    height: 20%;
  }
}
@media (max-width: 374px) {
  .footer1-content__title1 img {
    width: 30%;
    height: 30%;
  }
}
.footer1-content__title2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 216px;
  font-style: normal;
  font-weight: 600;
  line-height: 216px;
  text-transform: uppercase;
  font-size: 216px;
}
@media (max-width: 500px) {
  .footer1-content__title2 {
    flex-direction: column;
  }
}
@media (max-width: 1799px) {
  .footer1-content__title2 {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .footer1-content__title2 {
    font-size: 135px;
    line-height: 190px;
  }
}
@media (max-width: 1199px) {
  .footer1-content__title2 {
    font-size: 120px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  .footer1-content__title2 {
    font-size: 90px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  .footer1-content__title2 {
    font-size: 58px;
    line-height: 80px;
  }
}
@media (max-width: 500px) {
  .footer1-content__title2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.footer1-content-socialBtn {
  position: absolute;
  left: 0px;
  bottom: -60%;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: flex;
  align-items: center;
  overflow: visible;
  justify-content: center;
  gap: 19px;
}
@media (max-width: 991px) {
  .footer1-content-socialBtn {
    height: 80%;
  }
}
@media (max-width: 767px) {
  .footer1-content-socialBtn {
    flex-wrap: wrap;
    gap: 10px;
    bottom: -40%;
    height: 50%;
  }
}
@media (max-width: 374px) {
  .footer1-content-socialBtn {
    gap: 15px;
  }
}
.footer1-content-socialBtn__item {
  position: relative;
  color: #FFF;
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 66px;
  border: 1px solid #FFFBF5;
  background: rgba(255, 251, 245, 0);
  display: inline-flex;
  padding: 20px 41px;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1399px) {
  .footer1-content-socialBtn__item {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .footer1-content-socialBtn__item {
    font-size: 20px;
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .footer1-content-socialBtn__item {
    font-size: 15px;
    padding: 7px 14px;
    gap: 11px;
  }
}
.footer1-content-socialBtn__item:nth-child(odd) {
  transform: rotate(-10deg);
}
.footer1-content-socialBtn__item:nth-child(even) {
  transform: rotate(10deg);
}
.footer1-content-socialBtn__item a {
  color: #FFF;
}
.footer1-content-socialBtn__item a:hover {
  color: var(--theme-color2);
}
.footer1-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
  margin-top: 240px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
@media (max-width: 1399px) {
  .footer1-bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .footer1-bottom {
    margin-top: 250px;
  }
}
.footer1-bottom-item {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer1-bottom-item {
    font-size: 12px;
  }
}
.footer1-bottom-item__menu {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .footer1-bottom-item__menu {
    padding-bottom: 0px;
  }
}
.footer1-bottom-item__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer1-bottom-item__menu ul li {
  display: inline-block;
  margin-right: 12px;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .footer1-bottom-item__menu ul li {
    margin-right: 38px;
  }
}
.footer1-bottom-item__menu ul li a {
  display: inline-block;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer1-bottom-item__menu ul li a {
    font-size: 12px;
  }
}
.footer1-bottom-item__menu ul li a i {
  margin-left: 8px;
}
.footer1-bottom-item__menu ul li a:hover {
  color: var(--theme-color2);
}

/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer2 {
  position: relative;
  overflow: hidden;
}
.footer2-cta-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin-right: 275px;
}
@media (max-width: 1599px) {
  .footer2-cta-text {
    flex-wrap: wrap;
    margin-right: 30px;
  }
}
.footer2-cta-text__one {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: 140px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .footer2-cta-text__one {
    font-size: 50px;
    line-height: 1.3;
  }
}
.footer2-cta-text__one-thumb img {
  border-radius: 50%;
}
.footer2-cta-text__two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin-top: 20px;
  margin-left: 180px;
}
@media (max-width: 1599px) {
  .footer2-cta-text__two {
    flex-wrap: wrap;
    margin-left: 30px;
    margin-top: 35px;
  }
}
.footer2-cta-text__two-email {
  padding: 20px 40px;
  border-radius: 66px;
  background-color: var(--bg-color1);
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .footer2-cta-text__two-email {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.footer2-cta-text__two-text {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
  font-family: var(--title-font);
  font-size: 140px;
  font-style: normal;
  font-weight: 800;
  line-height: 140px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer2-cta-text__two-text {
    font-size: 50px;
  }
}
.footer2-bottom {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .footer2-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.footer2-bottom__item {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer2-bottom__item {
    font-size: 14px;
    line-height: 1.3;
  }
}
.footer2-bottom__item-link {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer2-bottom__item-link a {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer2-bottom__item-link a {
    font-size: 14px;
    line-height: 1.3;
  }
}

/*====== Components End ======*//*# sourceMappingURL=main.css.map */