/*-----------------------------------------------------------------
Theme Name: Wear
Author: baysoftbdx
Author URI: https://themeforest.net/user/baysoftbdx
Version: 1.0.0 
Description: Wear - Multipurpose Html Template
-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Meanmenu
4. Intro
5. Category
6. Product
7. Feature
8. Random Product
9. Img Text
10. Img Content
11. Product Description
12. Order Summary
13. Checkout
14. Collections
15. Cart
16. Blog Details
17. Blog Standard
18. Shop Details Product
19. Shop
20. Offer
21. Sign-In
22. Sign-Up
23. Contact
24. Why Choose
25. Cta
26. Faq
27. Blog
28. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
  --theme-color1: #091527;
  --theme-color2: #EBFA9E;
  --theme-color3: #0058E0;
  --gradient-color: linear-gradient(90deg, #F52A03 0%, #FF8932 100%);
  --bg-color1: #F8FBFB;
  --bg-color2:#151F39;
  --bg-color3:#EFEFEF;
  --bg-color4:#F8F8F8;
  --bg-color5:#F7F9FB;
  --bg-color6:#F9F9F9;
  --white: #ffffff;
  --white2: #F6F6F9;
  --black: #000000;
  --black2: #111111;
  --yellow: #ffc013;
  --orange: #FF6E00;
  --text-color1: #606060;
  --text-color2: #666;
  --text-color3:#B1B1B1;
  --text-color4:#747474;
  --text-color5:#102039;
  --text-color6:#757575;
  --border-color:#D6D6D6;
  --border-color1: #dddddd;
  --border-color2: rgba(255, 255, 255, 0.10);
  --border-color3:#E4E4E4;
  --border-color4:#F7E99E;
  --border-color5:#BEBCBD;
  --border-color6:#E4E7E9;
  --border-color7:#F5F5F5;
  --icon-font: "Font Awesome 6 Pro";
  --title-font: "Jost", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
}

/*-- 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(--bg-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;
  box-shadow: none;
}

input::-moz-placeholder {
  color: #767771;
}

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(--black);
  font-family: var(--title-font);
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 104px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 38px;
    line-height: 1;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 30px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 90px;
  }
}

h3 {
  color: var(--black);
  text-align: right;
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}

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

h6 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1500px) {
  h6 {
    font-size: 18px;
  }
}

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

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

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

/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1800px) {
  .container,
  .container-xl {
    max-width: 1560px;
  }
  .container-1690 {
    max-width: 1690px;
    margin: 0 auto;
  }
  .container-1330 {
    max-width: 1330px;
    margin: 0 auto;
  }
}
/*----------------------------------------------
    # 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-100 {
    --bs-gutter-x: 100px;
  }
  .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;
  }
  .gy-30 {
    --bs-gutter-y: 30px;
  }
  .g-60 {
    --bs-gutter-y: 60px;
    --bs-gutter-x: 60px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

.gx-30 {
  --bs-gutter-x:30px;
}

/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    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%;
  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);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@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% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@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 {
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-x {
  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 {
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    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);
  }
}
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
  text-transform: capitalize;
}

.theme-btn {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 30px;
  isolation: isolate;
}
.theme-btn::before {
  content: "";
  transition: all 250ms ease-in;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  background: var(--theme-color3);
  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 {
  border-radius: 30px;
  background: var(--black2);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 40px;
}
.theme-btn.style1 span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--theme-color1);
  border-radius: 50%;
  font-size: 13px;
}
.theme-btn.style1::before {
  background: var(--yellow);
  border-radius: 100px;
}
.theme-btn.style1:is(:hover, :focus) {
  color: var(--white);
}
.theme-btn.style2 {
  border-radius: 30px;
  background: transparent;
  color: var(--white);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 30px;
  border: 1px solid var(--white);
}
.theme-btn.style2 span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--theme-color1);
  border-radius: 50%;
  font-size: 13px;
}
.theme-btn.style2::before {
  background: var(--black2);
  border-radius: 100px;
}
.theme-btn.style2:is(:hover, :focus) {
  color: var(--white);
}
.theme-btn.style3 {
  border-radius: 40px;
  background: #fff;
  color: #111;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 30px;
}
.theme-btn.style3 span {
  color: #111;
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
}
.theme-btn.style3::before {
  background: var(--black2);
  color: #fff !important;
  border-radius: 100px;
}
.theme-btn.style3:is(:hover, :focus) {
  color: var(--white);
}
.theme-btn.style3:is(:hover, :focus) span {
  color: #fff;
}
.theme-btn.style4 {
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 30px;
}
.theme-btn.style4 span {
  color: #111;
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
}
.theme-btn.style4::before {
  background: var(--Black_5, #151f39);
  color: #fff !important;
  border-radius: 5px;
}
.theme-btn.style4:is(:hover, :focus) {
  border-radius: 5px;
  color: var(--white);
}
.theme-btn.style4:is(:hover, :focus) span {
  color: #fff;
}
.theme-btn.style5 {
  padding: 13px 30px;
  border-radius: 5px;
  background: var(--white);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.theme-btn.style5 span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.theme-btn.style5::before {
  background: var(--yellow);
  color: var(--white) !important;
  border-radius: 5px;
}
.theme-btn.style5:is(:hover, :focus) {
  border-radius: 5px;
  color: var(--white);
}
.theme-btn.style5:is(:hover, :focus) span {
  color: var(--white);
}
.theme-btn.style6 {
  border-radius: 4px;
  background: var(--black2);
  color: var(--white);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 40px;
}
.theme-btn.style6::before {
  background: var(--yellow);
  border-radius: 5px;
}
.theme-btn.style6:is(:hover, :focus) {
  color: var(--white);
  border-radius: 5px;
}
.theme-btn.style7 {
  padding: 27px 0;
  border-radius: 55px;
  border: 1px solid #ddd;
  background: var(--white);
  width: 100%;
  color: #000;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.theme-btn.style7:hover {
  color: var(--white);
}
.theme-btn.style7:before {
  border-radius: 55px;
  background: var(--yellow);
}
.theme-btn.style8 {
  padding: 10px 20px;
  background: var(--white);
  color: var(--orange);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
}
.theme-btn.style8:hover {
  color: var(--white);
}
.theme-btn.style8:before {
  border-radius: 6px;
  background: var(--orange);
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
  padding: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

::-webkit-scrollbar {
  width: 15px;
  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: 80px;
  height: 80px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--white);
  animation: rippleOne 3s infinite;
}
@media (max-width: 767px) {
  .ripple::before, .ripple::after {
    width: 60px;
    height: 60px;
  }
}
.ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-padding {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 100px 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);
}

.border-bottom {
  padding: 15px 0px;
  border-bottom: 1px solid #bebcbd;
}

.border-bottom2 {
  padding: 20px 0px 30px;
  border-bottom: 1px solid #bebcbd;
}

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

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

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

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

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

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

.bg-footer {
  background: var(--bg-color2) !important;
}

img {
  max-width: 100%;
}

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

.select-dropdown {
  position: relative;
  width: 250px;
  height: 50px;
  font-family: Arial, sans-serif;
}
.select-dropdown__selected {
  position: relative;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}
.select-dropdown__selected::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.select-dropdown__selected:hover {
  background: #e9e9e9;
}
.select-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  z-index: 99;
}
.select-dropdown__list--active {
  display: block;
}
.select-dropdown__item {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.select-dropdown__item:hover {
  background: #f2f2f2;
}

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

.form-control {
  height: 62px;
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  display: inline-flex;
  padding: 18px 20px;
  align-items: center;
  gap: 10px;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

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

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-comp-container {
  position: relative;
  height: 680px;
  overflow: hidden;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .img-comp-img {
    width: 500px;
    height: 680px;
  }
}
@media (max-width: 575px) {
  .img-comp-img {
    width: 360px;
    height: 680px;
  }
}
@media (max-width: 374px) {
  .img-comp-img {
    width: 320px;
    height: 680px;
  }
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: 680px;
  height: 680px;
}
@media (max-width: 991px) {
  .img-comp-img img {
    width: 600px;
    height: 680px;
  }
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background: var(--white);
  opacity: 0.7;
  border-radius: 50%;
}

.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::-moz-placeholder, .form__group textarea::-moz-placeholder {
  color: var(--black);
}
.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-color1);
  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);
  transition: all 0.3s;
}
.back-to-top:hover {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--theme-color1);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

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

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color1);
  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-color1);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

/*----------------------------------------------
    # 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 {
  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 */
/* Pagination (BEM) */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--title-font);
  margin: 50px 0 0;
  /* small / compact modifier */
  /* responsive: stack on very small screens */
}
.pagination__list {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.pagination__item {
  display: inline-flex;
  align-items: center;
}
.pagination__item--disabled .pagination__link {
  pointer-events: none;
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
}
.pagination__item--active .pagination__link {
  background: #111827; /* dark bg for active */
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.12);
}
.pagination__item--ellipsis .pagination__ellipsis {
  display: inline-block;
  padding: 8px 12px;
  color: #6b7280;
  font-size: 15px;
}
.pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 50%;
  text-decoration: none;
  color: #111827; /* dark text */
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  box-shadow: 0 2px 6px rgba(16, 24, 40, 0.04);
  cursor: pointer;
}
.pagination__link:hover, .pagination__link:focus {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.08);
  border-color: rgba(17, 24, 39, 0.12);
  background: #f8fafc;
  color: var(--text-color1);
}
.pagination__link:active {
  transform: translateY(0);
}
.pagination--compact__link {
  min-width: 34px;
  height: 34px;
  border-radius: 6px;
  font-size: 13px;
  padding: 0 10px;
}
@media (max-width: 420px) {
  .pagination__list {
    gap: 6px;
    flex-wrap: wrap;
  }
  .pagination__link {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
  }
}

.section-top {
  margin-bottom: 45px;
  margin-top: -16px;
}
@media (max-width: 1899px) {
  .section-top {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .section-top {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .section-top {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-top {
    font-size: 20px;
    margin-top: 0;
  }
}
.section-top__subtitle {
  color: var(--black);
  text-align: center;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-top__title {
  color: var(--black2);
  font-family: var(--title-font);
  text-align: center;
  font-family: var(--title-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1899px) {
  .section-top__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-top__title {
    font-size: 30px;
  }
}
.section-top__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrumb-wrapper {
  padding: 140px 0px 165px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 220px 0px 120px;
  }
}
@media (max-width: 449px) {
  .breadcrumb-wrapper {
    padding: 163px 0px 89px;
  }
}
.breadcrumb-content {
  text-align: center;
  align-items: center;
  justify-items: center;
}
.breadcrumb-content__title {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 65px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 86.154%;
}
@media (max-width: 767px) {
  .breadcrumb-content__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 449px) {
  .breadcrumb-content__title {
    font-size: 30px;
    line-height: 42px;
  }
}
.breadcrumb-content__items {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 53px;
  margin-top: 14px;
}
.breadcrumb-content__items li {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.breadcrumb-content__items li a {
  color: var(--white);
  position: relative;
}
.breadcrumb-content__items li a::after {
  position: absolute;
  right: -40px;
  top: 56%;
  transform: translateY(-50%);
  height: 1px;
  width: 27px;
  content: "";
  background-color: var(--white);
}

.error-items {
  text-align: center;
}
.error-items__thumb {
  margin-bottom: 63px;
}
@media (max-width: 1899px) {
  .error-items__thumb {
    margin-bottom: 42px;
  }
}
@media (max-width: 1199px) {
  .error-items__thumb {
    margin-bottom: 40px;
  }
}
.error-items__thumb img {
  width: 100%;
  height: 100%;
}
.error-items__title {
  color: var(--text-color5);
  text-align: center;
  font-family: var(--title-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 114.583%;
  letter-spacing: -1.44px;
  margin-bottom: 28px;
}
@media (max-width: 1899px) {
  .error-items__title {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .error-items__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .error-items__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .error-items__title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .error-items__title {
    font-size: 25px;
  }
}
.error-items__text {
  color: #3E3E3E;
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .error-items__text {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .error-items__text {
    font-size: 15px;
  }
}
.error-items__newsletter-box {
  width: 482px;
  z-index: 5;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}
@media (max-width: 1899px) {
  .error-items__newsletter-box {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .error-items__newsletter-box {
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .error-items__newsletter-box {
    width: 315px;
  }
}
@media (max-width: 500px) {
  .error-items__newsletter-box {
    width: 289px;
  }
}
@media (max-width: 374px) {
  .error-items__newsletter-box {
    width: 300px;
  }
}
.error-items__newsletter-box input {
  width: 100%;
  border-radius: 30px;
  background: var(--white);
  color: #062E39;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15.5px 20px;
  border-radius: 5px;
  border: 1px solid var(--black2);
}
.error-items__newsletter-box button {
  color: var(--white);
  background: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--black2);
}
@media (max-width: 500px) {
  .error-items__newsletter-box button {
    padding: 14px 20px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .main-sidebar {
    margin-top: 30px;
  }
}
.main-sidebar .single-sidebar-widget {
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 449px) {
  .main-sidebar .single-sidebar-widget {
    padding: 20px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme-color3);
  width: 63px;
  height: 2px;
  z-index: 1;
}
.main-sidebar .single-sidebar-widget .wid-title::before {
  position: absolute;
  right: 57px;
  bottom: 0;
  content: "";
  background-color: var(--white);
  width: 5px;
  height: 2px;
  z-index: 3;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 12px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li i {
  color: var(--theme-color3);
  font-size: 20px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li strong {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head p {
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow .swiper-nav {
  color: var(--black2);
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow .swiper-nav:hover {
  color: var(--theme-color3);
}
.main-sidebar .single-sidebar-widget .event-schedule .schedule__item a {
  border-radius: 4px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  width: 60px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-sidebar .single-sidebar-widget .event-schedule .schedule__item a:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-ticket {
  margin-top: 24px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 0.5px solid var(--border-color1);
  background: var(--white);
  padding: 17px;
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  max-width: 150px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list__price {
  color: var(--black2);
  text-align: right;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-ticket-list .form-check-input {
  border: 1px solid var(--border-color1);
}
.main-sidebar .single-sidebar-widget .event-ticket-list .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--border-color1);
  padding: 10px 0;
  border-radius: 999px;
  margin: 24px 0 16px 0;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input p {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input input::-webkit-outer-spin-button,
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input button {
  background: var(--bg-color1);
  color: var(--theme-color3);
  font-size: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input button:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-ticket .form-control {
  display: inline-block;
  width: 12px;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 0;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 28px;
}
.main-sidebar .single-sidebar-widget .event-ticket .btn-wrapper .theme-btn {
  width: 100%;
  height: 44px;
  border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .event-ticket .btn-wrapper .theme-btn::before {
  border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .map {
  height: 222px;
  max-width: 270px;
  border-radius: 16px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .map iframe {
  width: 100%;
  height: 222px;
  border-radius: 16px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  flex-wrap: wrap;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location i {
  color: var(--theme-color3);
  font-size: 20px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location strong {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .btn-wrapper .theme-btn {
  width: 100%;
  background-color: var(--bg-color1);
  border: 1px solid var(--border-color1);
  color: var(--black2);
}
.main-sidebar .single-sidebar-widget .event-map-widget .btn-wrapper .theme-btn:hover {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-sponsor-widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px 0;
  border-bottom: 1px dashed var(--border-color1);
  margin-top: 16px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li .form-check-label {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li p {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget .form-control {
  border-radius: 10px;
  background-color: transparent;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  position: relative;
}
@media (max-width: 374px) {
  .main-sidebar .single-sidebar-widget .search-widget .form-control {
    padding: 10px 20px;
  }
}
.main-sidebar .single-sidebar-widget .search-widget .form-control i {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .search-widget input {
  border: none;
}
.main-sidebar .single-sidebar-widget .search-widget input::-moz-placeholder {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget input::placeholder {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item {
  display: flex;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 18px;
}
.main-sidebar .single-sidebar-widget .widget-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 374px) {
  .main-sidebar .single-sidebar-widget .widget-post-item {
    padding: 10px 0;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.main-sidebar .single-sidebar-widget .widget-post-item:last-child {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item__thumb {
  flex-shrink: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item__thumb img {
  height: 78px;
  width: 78px;
  border-radius: 4px;
}
@media (max-width: 374px) {
  .main-sidebar .single-sidebar-widget .widget-post-item__thumb img {
    height: 70px;
    width: 70px;
  }
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-date {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-date span {
  font-size: 12px;
  color: var(--theme-color3);
  padding-right: 5px;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content h5 {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.main-sidebar .single-sidebar-widget .single-widget-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-sidebar .single-sidebar-widget .single-widget-tag__item {
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.4s all ease-in-out;
  border: 1px solid var(--border-color1);
}
.main-sidebar .single-sidebar-widget .single-widget-tag__item:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .single-widget-tag li {
  margin-bottom: 8px;
}

.price-slider {
  position: relative;
  max-width: 280px;
  height: 50px;
}
.price-slider input[type=range] {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  z-index: 3;
}
.price-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
  background: var(--theme-color3);
  border-radius: 50%;
  -webkit-appearance: none;
          appearance: none;
  z-index: 3;
}
.price-slider .slider-track {
  position: absolute;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--border-color1);
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  z-index: 1;
}
.price-slider .tooltip {
  position: absolute;
  top: 0px;
  background: var(--theme-color3);
  color: var(--white);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 9;
  transition: 0.3s;
}

.main-sidebar-1 .single-sidebar-widget {
  padding: 0px 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .main-sidebar-1 .single-sidebar-widget {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.main-sidebar-1 .single-sidebar-widget__wid {
  margin-bottom: 15px;
}
.main-sidebar-1 .single-sidebar-widget__wid-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  text-transform: capitalize;
}
.main-sidebar-1 .single-sidebar-widget__search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar-1 .single-sidebar-widget__search-widget form input {
  padding: 20px;
  width: 100%;
  border: none;
  display: inline-flex;
  padding: 14.5px 80px 14.5px 16px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--border-color7);
  background: var(--border-color7);
  color: var(--text-color6);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-sidebar-1 .single-sidebar-widget__search-widget form input::-moz-placeholder {
  color: var(--text-color6);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-sidebar-1 .single-sidebar-widget__search-widget form input::placeholder {
  color: var(--text-color6);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range:hover {
  opacity: 1;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider input[type=number]::-webkit-outer-spin-button,
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .slider {
  height: 5px;
  position: relative;
  background: var(--black2);
  border-radius: 5px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--black2);
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .range-input {
  position: relative;
  margin-bottom: 30px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: -6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--black2);
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--black2);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--black2);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider__range-values {
  display: flex;
  justify-content: space-between;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider__range-values-price {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-top: 20px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider__range-values-price span {
  color: #7E7E7E;
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider__range-values-title {
  display: flex;
  padding: 5px 19px 5px 20px;
  justify-content: center;
  align-items: center;
  color: var(--text-color5);
  text-align: center;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  border-radius: 12px;
  background: var(--border-color7);
  margin-top: 20px;
}
.main-sidebar-1 .single-sidebar-widget__widget-categories {
  margin-top: -8px;
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li .text {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 1199px) {
  .main-sidebar-1 .single-sidebar-widget__widget-categories ul li .text {
    font-size: 14px;
  }
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li .text svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li span {
  color: var(--black);
  text-align: center;
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.main-sidebar2-widget {
  padding: 35px 36px 50px;
  border-radius: 4px;
  background: var(--bg-color5);
}
.main-sidebar2-widget.style {
  padding: 7px 35px 23px;
}
.main-sidebar2-widget:not(:last-child) {
  margin-bottom: 41px;
}
@media (max-width: 575px) {
  .main-sidebar2-widget {
    padding: 36px 32px 36px;
  }
}
@media (max-width: 470px) {
  .main-sidebar2-widget {
    padding: 33px 32px;
  }
}
.main-sidebar2-widget__heading-title {
  position: relative;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.333%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__heading-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.main-sidebar2-widget__heading-title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  border-radius: 2px;
  background: var(--black2);
  top: 130%;
  left: 0;
}
.main-sidebar2-widget__search-widget {
  margin-top: 20px;
}
.main-sidebar2-widget__search-widget form {
  display: flex;
  gap: 0px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--black2);
}
.main-sidebar2-widget__search-widget form input {
  background-color: var(--white);
  padding: 14px 20px;
  width: 80%;
  border: none;
  color: var(--black2);
  font-family: "Old Standard TT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  border-radius: 8px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__search-widget form input {
    padding: 13px 20px;
  }
}
.main-sidebar2-widget__search-widget form input::-moz-placeholder {
  color: var(--black2);
}
.main-sidebar2-widget__search-widget form input::placeholder {
  color: var(--black2);
}
.main-sidebar2-widget__search-widget form button {
  padding: 14px 15px;
  border-radius: 0 4px 4px 0;
  background: var(--black2);
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__search-widget form button {
    width: 30%;
  }
}
.main-sidebar2-widget__categories-items-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px 16px;
  color: var(--black2);
  font-family: Jost;
  border-bottom: 1px solid var(--black2);
  line-height: 152.941%;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .main-sidebar2-widget__categories-items-text {
    padding: 15px 18px 16px;
  }
}
.main-sidebar2-widget__categories-items-text a {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 152.941%;
}
@media (max-width: 575px) {
  .main-sidebar2-widget__categories-items-text a {
    font-size: 20px;
  }
}
.main-sidebar2-widget__categories-items-text span {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .main-sidebar2-widget__categories-items-text span {
    font-size: 20px;
  }
}
.main-sidebar2-widget__categories-items-text:hover a {
  margin-left: 20px;
  color: var(--orange);
}
.main-sidebar2-widget__categories-items-text:hover a-text {
  margin-left: 20px;
  color: var(--orange);
}
.main-sidebar2-widget__categories-items-text:hover span {
  margin-left: 20px;
  color: var(--orange);
}
.main-sidebar2-widget__post-items {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__post-items {
    flex-wrap: wrap;
    gap: 17px;
  }
}
.main-sidebar2-widget__post-items-thumb {
  margin-top: 22px;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__post-items-thumb {
    margin-top: 15px;
  }
}
.main-sidebar2-widget__post-items-thumb img {
  border-radius: 50%;
}
.main-sidebar2-widget__post-items-content-post {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__post-items-content-post {
    gap: 10px;
    margin-top: 10px;
  }
}
.main-sidebar2-widget__post-items-content-post-date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.main-sidebar2-widget__post-items-content-post-date svg {
  width: 15px;
}
.main-sidebar2-widget__post-items-content-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 10px;
}
.main-sidebar2-widget__post-items-content-title a {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}
.main-sidebar2-widget__tags-tagcloud {
  margin-top: 22px;
}
.main-sidebar2-widget__tags-tagcloud a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 18px 20px;
  background: var(--white);
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.333%;
  border-radius: 3px;
  border: 1px solid var(--black2);
  margin-top: 10px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .main-sidebar2-widget__tags-tagcloud a {
    padding: 16px 16px;
  }
}
.main-sidebar2-widget__tags-tagcloud a:hover {
  color: var(--white);
  background-color: var(--black2);
}
.main-sidebar2-widget__tags-tagcloud a.active {
  color: var(--white);
  background-color: var(--black2);
}

/* 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: #111;
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
@media (max-width: 1899px) {
  .header-top-section.style1 {
    padding: 14px 26px;
  }
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header-top-section.style1 .header-top-wrapper .header-top-button .theme-btn {
  padding: 8px 23px;
  border-radius: 3px;
  background: #FFF;
  color: #111;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header-top-section.style1 .header-top-wrapper .header-top-button .theme-btn span {
  color: #111;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header-top-section.style1 .header-top-wrapper p {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}

.header-middle-section .header-middle-wrapper {
  padding: 28px 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1899px) {
  .header-middle-section .header-middle-wrapper {
    padding: 28px 30px;
  }
}
@media (max-width: 1199px) {
  .header-middle-section .header-middle-wrapper {
    display: none;
  }
}
.header-middle-section .header-middle-wrapper .header-button-items {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header-middle-section .header-middle-wrapper .header-button-items .heade_button .theme-btn {
  padding: 12px 53px;
}
.header-middle-section .header-middle-wrapper .header-button-items .header-user2 .user-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBD0D0;
  transition: all 0.4s ease-in-out;
}
.header-middle-section .header-middle-wrapper .header-button-items .header-user2 .user-icon svg {
  width: 14px;
}
.header-middle-section .header-middle-wrapper .header-logo img {
  width: 150px;
}
.header-middle-section .header-middle-wrapper .col-auto .header-option .love-icon svg {
  width: 20px;
}
.header-middle-section .header-middle-wrapper .col-auto .header-option .header__icon .header__icon img {
  width: 40px;
}
.header-middle-section .header-middle-wrapper .col-auto .header-option .add-to-cart span {
  color: #606060;
  font-family: Jost;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

.header-layout1 {
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 150;
  background-color: var(--white) !important;
}
@media (max-width: 1199px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .menu-area {
  background: transparent;
  padding: 0;
}
@media (max-width: 449px) {
  .header-layout1 .menu-area {
    overflow: hidden;
  }
}
.header-layout1 .menu-area .header-logo {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
  width: 160px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1899px) {
  .header-layout1 .menu-area .header-logo a img {
    width: 140px;
  }
}
@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(--white);
  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%;
}
.header-layout1 .main-menu > ul > li > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--theme-color1);
  transition: 0.3s ease-in-out;
}
.header-layout1 .main-menu > ul > li > a:last-child:after {
  display: none;
}
.header-layout1 .main-menu > ul > li > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-layout1 .main-menu > ul > li > a.active:after {
  color: var(--white);
}
.header-layout1 .header-option {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-layout1 .header-option .love-icon .cart-icon svg {
  width: 24px;
}
.header-layout1 .header-option .header-user .user-icon svg {
  width: 24px;
}
.header-layout1 .header-option .header__icon a .header__icon img {
  width: 39px;
}
.header-layout1 .header-option .add-to-cart span {
  color: #606060;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-layout1 .header-option .nav-option-item {
  position: relative;
  padding: 0 20px;
}
.header-layout1 .header-option .nav-option-item a {
  font-size: 20px;
  color: var(--white);
}
.header-layout1 .header-option .nav-option-item.wishlist {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.header-layout1 .header-option .nav-option-item .count {
  position: absolute;
  left: 14px;
  top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #FF9924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
}
.header-layout1 .header-option .theme-btn.login {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  height: 40px;
}
.header-layout1 .header-option .theme-btn.login::before {
  background: var(--yellow);
}
.header-layout1 .header-option .theme-btn.login:is(:hover, :focus) {
  color: var(--white);
}
.header-layout1 .header-option .theme-btn.register {
  background: var(--yellow);
  color: var(--white);
  height: 40px;
}
.header-layout1 .header-option .theme-btn.register::before {
  background: var(--theme-color1);
}
.header-layout1 .header-option .theme-btn.register:is(:hover, :focus) {
  color: var(--white);
}
.header-layout1 .header-option .header-search-ber {
  border-radius: 25px;
  border: 1px solid #111;
  background: rgba(255, 255, 255, 0.2);
  width: 300px;
}
.header-layout1 .header-option .header-search-ber form {
  display: flex;
  gap: 0px;
  width: 100%;
  position: relative;
}
.header-layout1 .header-option .header-search-ber form input {
  background-color: transparent;
  padding: 13px 20px;
  width: 80%;
  border: none;
  color: var(--black2);
  font-family: "Old Standard TT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  border-radius: 8px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .header-layout1 .header-option .header-search-ber form input {
    padding: 13px 20px;
  }
}
.header-layout1 .header-option .header-search-ber form input::-moz-placeholder {
  color: var(--black2);
}
.header-layout1 .header-option .header-search-ber form input::placeholder {
  color: var(--black2);
}
.header-layout1 .header-option .header-search-ber form .header-submit {
  background: transparent;
  left: 0;
  top: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.header-layout1 .header-option .header-search-ber form .header-submit svg {
  width: 20px;
}
.header-layout1 .header-option .dark-mode img {
  width: 70px;
}

.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: 14px;
  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: 14px;
  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.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.main-menu1 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.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: 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;
  margin-top: 3px;
}
.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-wrapper1 {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper1.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-wrapper1.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-wrapper1.sticky .main-menu2 a:hover, .sticky-wrapper1.sticky .main-menu2 a.active {
  color: var(--theme-color1);
}
.sticky-wrapper1.sticky .main-menu2 > ul > li {
  margin: 0 15px;
}
.sticky-wrapper1.sticky .main-menu2 > ul > li > a {
  padding: 40px 0;
}
.sticky-wrapper1.sticky .main-menu2 > ul > li > a:hover {
  color: var(--theme-color1);
}
.sticky-wrapper1.sticky .main-menu2 ul {
  margin: 0;
  padding: 0;
}
.sticky-wrapper1.sticky .main-menu2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.sticky-wrapper1.sticky .main-menu2 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.sticky-wrapper1.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
  fill: #000;
}
.sticky-wrapper1.sticky .main-menu2 ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.sticky-wrapper1.sticky .main-menu2 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky-wrapper1.sticky .main-menu2 ul li:last-child {
  margin-right: 0 !important;
}
.sticky-wrapper1.sticky .main-menu2 ul li:first-child {
  margin-left: 0 !important;
}
.sticky-wrapper1.sticky .main-menu2 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.sticky-wrapper1.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-wrapper1.sticky .main-menu2 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.sticky-wrapper1.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-wrapper1.sticky .main-menu2 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.sticky-wrapper1.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-wrapper1.sticky .main-menu2 ul .sub-menu li a.active {
  color: var(--black);
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.sticky-wrapper1.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.sticky-wrapper1.sticky .header-button .search-icon2 {
  color: var(--black);
}
.sticky-wrapper1.sticky .header-logo .svg path {
  fill: var(--black);
}
.sticky-wrapper1.sticky .header-logo .svg path:nth-of-type(4) {
  fill: var(--theme-color1);
}

.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.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  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 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: 17px;
  line-height: 30px;
  color: var(--black);
  text-transform: uppercase;
}
.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: uppercase;
}
.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 {
  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.style2 {
  background: var(--black2);
}
.header-top-section.style2 .header-top-wrapper {
  padding: 19px 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1899px) {
  .header-top-section.style2 .header-top-wrapper {
    padding: 15px 30px;
  }
}
.header-top-section.style2 .header-top-wrapper p {
  color: #FFF;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-top-section.style2 .header-top-wrapper .header-list {
  display: flex;
  gap: 10px;
}
.header-top-section.style2 .header-top-wrapper .header-list li {
  color: var(--white);
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-top-section.style2 .header-top-wrapper .header-list li:not(:last-child) {
  padding: 0px 14px;
  border-right: 1px solid var(--white);
}
@media (max-width: 1399px) {
  .header-top-section.style2 {
    display: none;
  }
}

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

.header-bg-1 {
  background: #F8F8F8;
}

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

.header-layout1 {
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 150;
  background-color: var(--white) !important;
}
@media (max-width: 1199px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .menu-area {
  background: transparent;
  padding: 0;
}
@media (max-width: 1899px) {
  .header-layout1 .menu-area {
    padding: 0px 26px;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area {
    padding: 0px 15px;
  }
}
@media (max-width: 575px) {
  .header-layout1 .menu-area {
    overflow: hidden;
  }
}
.header-layout1 .menu-area .header-logo {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
  width: 160px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1899px) {
  .header-layout1 .menu-area .header-logo a img {
    width: 140px;
  }
}
@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(--white);
  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%;
}
.header-layout1 .main-menu > ul > li > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--theme-color1);
  transition: 0.3s ease-in-out;
}
.header-layout1 .main-menu > ul > li > a:last-child:after {
  display: none;
}
.header-layout1 .main-menu > ul > li > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-layout1 .main-menu > ul > li > a.active:after {
  color: var(--white);
}
.header-layout1 .header-option {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-layout1 .header-option .love-icon .cart-icon svg {
  width: 24px;
}
.header-layout1 .header-option .header-user .user-icon svg {
  width: 24px;
}
.header-layout1 .header-option .header__icon a .header__icon img {
  width: 39px;
}
.header-layout1 .header-option .add-to-cart span {
  color: #606060;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-layout1 .header-option .nav-option-item {
  position: relative;
  padding: 0 20px;
}
.header-layout1 .header-option .nav-option-item a {
  font-size: 20px;
  color: var(--white);
}
.header-layout1 .header-option .nav-option-item.wishlist {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.header-layout1 .header-option .nav-option-item .count {
  position: absolute;
  left: 14px;
  top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #FF9924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
}
.header-layout1 .header-option .theme-btn.login {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  height: 40px;
}
.header-layout1 .header-option .theme-btn.login::before {
  background: var(--yellow);
}
.header-layout1 .header-option .theme-btn.login:is(:hover, :focus) {
  color: var(--white);
}
.header-layout1 .header-option .theme-btn.register {
  background: var(--yellow);
  color: var(--white);
  height: 40px;
}
.header-layout1 .header-option .theme-btn.register::before {
  background: var(--theme-color1);
}
.header-layout1 .header-option .theme-btn.register:is(:hover, :focus) {
  color: var(--white);
}

.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: "\f324";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  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.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.main-menu1 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.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: 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;
  margin-top: 3px;
}
.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 .header-bg-1 {
  background: #F8F8F8;
}
.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.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  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 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 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 {
  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;
}

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

/* 4. Intro */
.intro1-content {
  padding: 230px 0px 255px;
}
@media (max-width: 767px) {
  .intro1-content {
    padding: 150px 0px 150px;
  }
}
.intro1-content__subtitle {
  color: #111;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.intro1-content__title {
  color: #333;
  font-family: Jost;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .intro1-content__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.intro2-content {
  padding: 145px 0px;
}
@media (max-width: 575px) {
  .intro2-content {
    padding: 155px 0px 117px;
  }
}
.intro2-content__subtitle {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .intro2-content__subtitle {
    font-size: 21px;
  }
}
.intro2-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .intro2-content__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .intro2-content__title {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .intro2-content__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .intro2-content__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .intro2-content__title {
    font-size: 35px;
  }
}
/* 5. Category */
.category1-card {
  position: relative;
}
.category1-card__thumb {
  position: relative;
}
.category1-card__thumb img {
  width: 100%;
}
.category1-card__title {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  left: 50%;
  padding: 14px 53px;
  border-radius: 5px;
  background: var(--white);
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.category1-card__title.style2 {
  top: 90%;
  transform: translate(-50%, -90%);
}
.category1-card__title:hover {
  background: var(--black);
  color: var(--white);
}

.category2__items {
  padding: 67px 0px 67px 102px;
}
@media (max-width: 991px) {
  .category2__items {
    padding: 67px 0px 67px 50px;
  }
}
.category2__items-content-subtitle {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 20px;
}
.category2__items-content-title {
  color: var(--Text, #FAFAFA);
  font-family: var(--title-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.92px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .category2__items-content-title {
    font-size: 30px;
  }
}
.category2__items-time {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .category2__items-time {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.category2__items-time-info {
  width: 62px;
  height: 62px;
  list-style: 62px;
  flex-shrink: 0;
  border-radius: 36px;
  text-align: center;
  background-color: var(--white);
}
.category2__items-time-info-subtitle {
  text-align: center;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 256%;
}
.category2__items-time-info-title {
  text-align: center;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 11px;
  font-weight: 400;
  line-height: 5%;
}
/* 6. Product */
.new-arrival-product .tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 50px;
  border-bottom: 0px;
}
@media (max-width: 1899px) {
  .new-arrival-product .tab-buttons {
    font-size: 40px;
  }
}
.new-arrival-product .tab-buttons .nav-item .nav-link {
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.new-arrival-product .tab-buttons .nav-item .nav-link.active, .new-arrival-product .tab-buttons .nav-item .nav-link:hover {
  border: 1px solid var(--border-color1);
  border-radius: 4px;
}

.product1-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .product1-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .product1-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product1-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .product1-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product1-card {
  border-radius: 6px;
  border: 1px solid var(--border-color1);
}
.product1-card__thumb {
  position: relative;
}
.product1-card__thumb img {
  width: 100%;
}
.product1-card__thumb-icons {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product1-card__thumb-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
  transition: all 0.3s;
}
.product1-card__thumb-icons a i {
  font-size: 13px;
}
.product1-card__thumb-icons a:hover {
  background: var(--orange);
  color: var(--white);
}
.product1-card__content {
  padding: 23px 26px;
  text-align: center;
}
@media (max-width: 1899px) {
  .product1-card__content {
    padding: 20px 16px;
  }
}
.product1-card__rating {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.product1-card__rating i {
  color: var(--yellow);
}
.product1-card__title {
  margin-bottom: 10px;
  color: var(--black);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
@media (max-width: 1899px) {
  .product1-card__title {
    font-size: 17px;
  }
}
.product1-card__price {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product1-card:hover .product1-card__thumb-icons {
  opacity: 1;
  visibility: visible;
}

.product2-cards {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .product2-cards {
    gap: 10px;
    justify-content: center;
  }
}
.product2-card {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .product2-card {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .product2-card {
    max-width: 160px;
  }
}
.product2-card__thumb {
  position: relative;
}
.product2-card__thumb img {
  width: 100%;
}
.product2-card__thumb-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 575px) {
  .product2-card__thumb-icons {
    gap: 5px;
  }
}
.product2-card__thumb-icons a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .product2-card__thumb-icons a {
    width: 24px;
    height: 24px;
  }
  .product2-card__thumb-icons a i {
    font-size: 10px;
  }
}
.product2-card__thumb-icons a i {
  font-size: 13px;
}
.product2-card__thumb-icons a:hover {
  background: var(--orange);
  color: var(--white);
}
.product2-card__thumb-button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  width: 100%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.product2-card__thumb-button .theme-btn {
  padding: 9px 87px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background: var(--black);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1899px) {
  .product2-card__thumb-button .theme-btn {
    padding: 9px 57px;
  }
}
@media (max-width: 1199px) {
  .product2-card__thumb-button .theme-btn {
    padding: 9px 47px;
  }
}
@media (max-width: 767px) {
  .product2-card__thumb-button .theme-btn {
    padding: 9px 37px;
  }
}
@media (max-width: 575px) {
  .product2-card__thumb-button .theme-btn {
    padding: 9px 20px;
  }
}
.product2-card__thumb-tag {
  flex-direction: column;
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  color: var(--Text, #fafafa);
  font-family: var(--title-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 4px;
  background: var(--black2);
}
.product2-card__content {
  padding: 23px 0px;
  transition: all 0.4s ease-in-out;
}
.product2-card__rating {
  display: flex;
  gap: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .product2-card__rating {
    font-size: 7px;
    gap: 3px;
  }
}
.product2-card__rating i {
  color: var(--yellow);
}
.product2-card__rating .color-1 {
  color: var(--black2);
  opacity: 0.25;
}
.product2-card__title {
  margin-bottom: 10px;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1899px) {
  .product2-card__title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .product2-card__title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.product2-card__price-items {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.product2-card__price-items-dollar1 {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product2-card__price-items-dollar1 {
    font-size: 7px;
    gap: 3px;
  }
}
.product2-card__price-items-dollar2 {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
@media (max-width: 767px) {
  .product2-card__price-items-dollar2 {
    font-size: 7px;
    gap: 3px;
  }
}
.product2-card:hover .product2-card__content {
  padding: 30px 0px 0px;
  transition: all 0.4s ease-in-out;
}
.product2-card:hover .product2-card__thumb-button {
  opacity: 1;
  visibility: visible;
  bottom: -18px;
  transition: all 0.4s ease-in-out;
}

.product3-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 15px;
}
.product3-card__items {
  border-radius: 3px;
  border: 1px solid var(--border-color6);
  background: var(--white);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product3-card__items-thumb {
  width: 80px;
  flex-shrink: 0;
}
.product3-card__items-content-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
.product3-card__items-content-subtitle {
  color: #F32323;
  font-family: "Public Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}

.product4-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .product4-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .product4-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product4-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .product4-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product4-card {
  border-radius: 6px;
  border: 1px solid var(--border-color1);
}
.product4-card__thumb {
  position: relative;
}
.product4-card__thumb img {
  width: 100%;
}
.product4-card__thumb-icons {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.4s ease-in-out;
}
.product4-card__thumb-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
  transition: all 0.3s;
  transition: all 0.4s ease-in-out;
}
.product4-card__thumb-icons a i {
  font-size: 13px;
}
.product4-card__thumb-icons a:hover {
  background: var(--orange);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.product4-card__content {
  padding: 23px 28px;
  text-align: center;
}
.product4-card__rating {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.product4-card__rating i {
  color: var(--yellow);
}
.product4-card__title {
  margin-bottom: 10px;
  color: var(--black);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.product4-card__price {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product4-card:hover .product4-card__thumb-icons {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

/* 7. Feature */
.feature1 {
  padding: 46px 0;
  background: var(--black2);
}
.feature1__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}
@media (max-width: 1199px) {
  .feature1__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.feature1-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
/* 8. Random Product */
.random-product .random-products {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .random-product .random-products {
    flex-direction: column;
    gap: 20px;
  }
}
.random-product .random-product-tab .nav {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.random-product .random-product-tab .nav .nav-item .nav-link {
  color: #000;
  font-family: var(--title-font3);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.random-product .random-product-tab .nav .nav-item .nav-link.active {
  border-radius: 1px;
  background: #ddd;
  border-bottom: 1px solid var(--orange);
}
.random-product .random-offer {
  position: relative;
  padding: 47px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .random-product .random-offer {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .random-product .random-offer {
    width: 100%;
  }
}
.random-product .random-offer__content {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .random-product .random-offer__content {
    margin-top: 0px;
  }
}
.random-product .random-offer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  border-radius: 8px;
}
.random-product .random-offer__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.random-product .random-offer__text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.random-product .random-offer__price {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

/* 9. Img Text */
.img-with-text__subtitle {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1899px) {
  .img-with-text__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.img-with-text__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 50px;
  padding-right: 250px;
}
@media (max-width: 1899px) {
  .img-with-text__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .img-with-text__title {
    font-size: 32px;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .img-with-text__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .img-with-text__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .img-with-text__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.img-with-text__title.title2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .img-with-text__title.title2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .img-with-text__title.title2 {
    margin-bottom: 20px;
  }
}
.img-with-text__thumb.thumb2 {
  margin-bottom: 40px;
}
@media (max-width: 1899px) {
  .img-with-text__thumb.thumb2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .img-with-text__thumb.thumb2 {
    margin-bottom: 25px;
  }
}

/* 10. Img Content */
.img-content__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 45px;
}
@media (max-width: 1899px) {
  .img-content__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .img-content__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .img-content__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.img-content__feature {
  position: relative;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media (max-width: 1899px) {
  .img-content__feature {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .img-content__feature {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.img-content__feature:last-child {
  margin-bottom: 40px;
}
@media (max-width: 1899px) {
  .img-content__feature:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .img-content__feature:last-child {
    margin-bottom: 20px;
  }
}
.img-content__feature:before {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black2);
  position: absolute;
  top: 5px;
  left: -30px;
  border-radius: 50%;
}
.img-content__thumb {
  position: relative;
}
.img-content__thumb:before {
  position: absolute;
  z-index: 5;
  content: "";
  width: 15px;
  height: 100%;
  background: var(--white);
  top: 0;
  left: 51%;
}
.img-content__img {
  border-radius: 10px;
}
.img-content__img img {
  width: 100%;
}
.img-content__arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -51%);
  width: 55px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

/* 11. Product Description */
.product-description-items .product-description-content .title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 119.643%;
  letter-spacing: 0.56px;
  position: relative;
  margin-bottom: 20px;
}
.product-description-items .product-description-content .title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: var(--black2);
  position: absolute;
  left: -12px;
  top: 7px;
  border-radius: 4px;
}
.product-description-items .product-description-content .tabs {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .product-description-items .product-description-content .tabs {
    gap: 10px;
  }
}
.product-description-items .product-description-content .tabs .tab {
  background: none;
  border: none;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.product-description-items .product-description-content .tabs .tab.active {
  color: var(--text-color5);
  border-bottom: 2px solid var(--black2);
  padding-bottom: 5px;
}
.product-description-items .product-description-content .tabs .tab .badge {
  background: var(--black2);
  color: var(--white);
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
}
.product-description-items .product-description-content .desc {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
  letter-spacing: 0.32px;
  margin-bottom: 28px;
}
.product-description-items .product-description-content .specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  opacity: 0.7;
  background: var(--white2);
  overflow: hidden;
}
.product-description-items .product-description-content .specs .spec {
  position: relative;
  border: 1px solid #eee;
  padding: 18px 14px;
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.32px;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-description-items .product-description-content .specs .spec {
    padding: 10px 10px;
    font-size: 13px;
  }
}
.product-description-items .product-description-content .specs .spec span {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.32px;
  margin-bottom: 6px;
}
.product-description-items .product-right {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.product-description-items .product-right .video-thumb {
  position: relative;
  /* Timestamp */
  /* Play button */
  /* Caption */
}
.product-description-items .product-right .video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-description-items .product-right .video-thumb .time {
  position: absolute;
  top: 12px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}
.product-description-items .product-right .video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--black2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-description-items .product-right .video-thumb .play-btn:hover {
  background: var(--black2);
  color: var(--white);
}
.product-description-items .product-right .video-thumb .caption {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  font-size: 14px;
  color: var(--white);
  text-align: left;
  font-weight: 500;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* 12. Order Summary */
.order-summary {
  background: #FFF;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.order-summary .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
  border-bottom: 1px solid #EDEEF2;
  padding: 10px 0px;
}
.order-summary .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.order-summary .item img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.order-summary .item .details {
  flex: 1;
}
.order-summary .item .details .name {
  color: #666;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}
.order-summary .item .details .color {
  color: #102039;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  margin: 3px 0 0;
}
.order-summary .item .price {
  color: #666;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}
.order-summary .summary {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.order-summary .summary .summary-items {
  display: flex !important;
  justify-content: space-between;
  font-size: 14px;
  margin: 6px 0;
}
.order-summary .summary .summary-items .title2 {
  color: #102039;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items .subtitle {
  color: #102039;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items.savings .title2 {
  color: #102039;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items.savings .subtitle {
  color: #102039;
  font-family: Caladea;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items.shipping .title2 {
  color: #102039;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items.shipping .subtitle {
  color: #102039;
  font-family: Caladea;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items.total {
  margin-top: 10px;
}
.order-summary .summary .summary-items.total .title2 {
  color: #102039;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.order-summary .summary .summary-items.total .subtitle {
  color: #102039;
  font-family: Caladea;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}

/* 13. Checkout */
.checkout .checkout-items .billing-details {
  margin-bottom: 30px;
}
.checkout .checkout-items .billing-details__title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.checkout .checkout-items .billing-details .billing-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.checkout .checkout-items .billing-details .billing-form .form-group label {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
.checkout .checkout-items .billing-details .billing-form .form-group input,
.checkout .checkout-items .billing-details .billing-form .form-group select {
  display: flex;
  width: 100%;
  padding: 13px 20px;
  align-items: center;
  border: none;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: var(--white2);
}
.checkout .checkout-items .billing-details .billing-form .form-group input::-moz-placeholder, .checkout .checkout-items .billing-details .billing-form .form-group select::-moz-placeholder {
  color: var(--text-color2);
  font-size: 14px;
}
.checkout .checkout-items .billing-details .billing-form .form-group input::placeholder,
.checkout .checkout-items .billing-details .billing-form .form-group select::placeholder {
  color: var(--text-color2);
  font-size: 14px;
}
.checkout .checkout-items .billing-details .billing-form .billing-button {
  margin-top: 40px;
}
.checkout .checkout-items .billing-details .billing-form .billing-button .theme-btn {
  border-radius: 5px;
  background: var(--black2);
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.checkout .checkout-items .billing-details .billing-form .billing-button .theme-btn span {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.checkout .checkout-items .billing-details .billing-form .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout .checkout-items .payment-method .title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 152.273%;
  letter-spacing: 0.44px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.checkout .checkout-items .payment-method .subtitle {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.checkout .checkout-items .payment-method .payment-option-items {
  border-radius: 12px;
  background: var(--white2);
  padding: 30px 40px;
  margin-bottom: 10px;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option label {
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option label span {
  display: block;
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option p {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option .hint {
  margin-left: 25px;
  font-size: 0.85rem;
  color: var(--text-color2);
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option .credit-card-form {
  margin-top: 15px;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option .credit-card-form .card-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .checkout .checkout-items .payment-method .payment-option-items .payment-option .credit-card-form .card-icons {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option .credit-card-form .card-icons img {
  width: 80px;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option .credit-card-form .form {
  display: flex;
  gap: 19px;
  margin-bottom: 10px;
}
.checkout .checkout-items .payment-method .payment-option-items .payment-option .credit-card-form .form input {
  flex: 1;
  display: flex;
  padding: 13px 20px;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #3C4242;
}

/* 14. Collections */
.collections2__content-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 1899px) {
  .collections2__content-title {
    font-size: 40px;
    margin-bottom: 13px;
  }
}
@media (max-width: 1199px) {
  .collections2__content-title {
    font-size: 30px;
  }
}
.collections2__content-subtitle {
  color: #606060;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1899px) {
  .collections2__content-subtitle {
    font-size: 15px;
  }
}
.collections2__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.collections2__content-items-list {
  display: flex;
  justify-content: space-between;
  padding: 32px 0px 34px;
}
.collections2__content-items-list:not(:last-child) {
  border-bottom: 1px solid #606060;
}
@media (max-width: 1899px) {
  .collections2__content-items-list {
    padding: 22px 0px 24px;
  }
}
@media (max-width: 1199px) {
  .collections2__content-items-list {
    padding: 13px 0px 15px;
  }
}
.collections2__content-items-list-name {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1899px) {
  .collections2__content-items-list-name {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .collections2__content-items-list-name {
    font-size: 16px;
  }
}
.collections2__content-items-list-icon svg {
  width: 40px;
  margin-left: 10px;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1899px) {
  .collections2__content-items-list-icon svg {
    width: 24px;
  }
}
.collections2__content-items-list-icon:hover {
  color: var(--white);
}
.collections2__content-items-list-icon:hover svg {
  margin-left: 10px;
  transform: rotate(0);
}
.collections2__content-items-list:hover {
  color: var(--white);
}
.collections2__content-items-list:hover svg {
  margin-left: 10px;
  transform: rotate(0);
}
.collections2__content-items-button {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .collections2__content-items-button {
    margin-top: 20px;
  }
}
.collections2__content-items-button .theme-btn {
  padding: 18px 37px;
}
@media (max-width: 1199px) {
  .collections2__content-items-button .theme-btn {
    padding: 15px 37px;
  }
}

/* 15. Cart */
.cart2-wrapper {
  display: flex;
  justify-content: center;
}
.cart2__table {
  padding: 20px 30px 20px 50px;
  border-radius: 5px;
  border: 1px solid var(--border-color1);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cart2__table {
    padding: 20px 21px 20px 7px;
  }
}
.cart2__table-col-image {
  width: 30%;
  color: var(--text-color5);
  text-align: center;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1199px) {
  .cart2__table-col-image {
    font-size: 20px;
  }
}
.cart2__table-col-quantity {
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .cart2__table-col-quantity {
    font-size: 18px;
  }
}
.cart2__table-col-shipping {
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .cart2__table-col-shipping {
    font-size: 18px;
  }
}
.cart2__table-col-price {
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .cart2__table-col-price {
    font-size: 18px;
  }
}
.cart2__table-col-remove {
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .cart2__table-col-remove {
    font-size: 18px;
  }
}
.cart2-items__info {
  padding: 40px 50px 40px 20px;
  display: flex;
  justify-content: space-between;
}
.cart2-items__info:not(:last-child) {
  border-bottom: 1px solid var(--border-color5);
}
@media (max-width: 767px) {
  .cart2-items__info {
    padding: 30px 20px 30px 10px;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.cart2-items__info-product {
  width: 30%;
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .cart2-items__info-product {
    width: 30%;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cart2-items__info-product {
    width: 100%;
    gap: 30px;
  }
}
.cart2-items__info-product-image img {
  width: 105px;
}
.cart2-items__info-product-content-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .cart2-items__info-product-content-title {
    font-size: 16px;
  }
}
.cart2-items__info-product-content-subtitle {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.cart2-items__info-product-content-subtitle2 {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart2-items__info-quantity {
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-align: center;
}
.cart2-items__info-quantity .qty-btn {
  background-color: transparent;
  color: var(--text-color5);
  padding: 0;
  width: 10px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 4px;
}
.cart2-items__info-quantity .qty-btn:hover {
  color: var(--yellow);
}
.cart2-items__info-quantity .qty-input {
  vertical-align: middle;
  border: none;
  height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  font-weight: 700;
  border-radius: 4px;
  padding: 0;
}
.cart2-items__info-quantity .qty-input::-moz-placeholder {
  color: var(--text-color5);
}
.cart2-items__info-quantity .qty-input::placeholder {
  color: var(--text-color5);
}
.cart2-items__info-quantity .qty-input::-webkit-outer-spin-button, .cart2-items__info-quantity .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart2-items__info-subtitle {
  display: flex;
  align-items: center;
  text-align: center;
}
.cart2-items__info-subtitle span {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.cart2-items__info-price {
  display: flex;
  align-items: center;
  text-align: center;
}
.cart2-items__info-price span {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .cart2-items__info-price span {
    font-size: 16px;
  }
}
.cart2-items__info-delete {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cart2-items__info-delete img {
  width: 14px;
}
.cart2-items-count {
  padding: 29px 80px 49px;
  background: var(--white2);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cart2-items-count {
    padding: 29px 20px 49px;
  }
}
@media (max-width: 767px) {
  .cart2-items-count {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.cart2__discount-codes-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .cart2__discount-codes-title {
    font-size: 20px;
  }
}
.cart2__discount-codes-subtitle {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.cart2__discount-codes-box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
  width: 375px;
  position: relative;
  z-index: 5;
  border: 1px solid var(--border-color5);
  background: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .cart2__discount-codes-box {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .cart2__discount-codes-box {
    width: 290px;
  }
}
@media (max-width: 500px) {
  .cart2__discount-codes-box {
    width: 289px;
  }
}
@media (max-width: 374px) {
  .cart2__discount-codes-box {
    width: 250px;
  }
}
.cart2__discount-codes-box input {
  width: 100%;
  border-radius: 30px;
  background: transparent;
  color: var(--white);
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 10px;
  width: 100%;
  border: 0;
  border-radius: 16px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .cart2__discount-codes-box input {
    padding: 12px 10px;
  }
}
.cart2__discount-codes-box input::-moz-placeholder {
  color: var(--white);
  font-size: 16px;
}
.cart2__discount-codes-box input::placeholder {
  color: var(--white);
  font-size: 16px;
}
.cart2__discount-codes-box button {
  position: absolute;
  z-index: 9;
  display: flex;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  background: var(--black2);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.4px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 1199px) {
  .cart2__discount-codes-box button {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .cart2__discount-codes-box button {
    padding: 8px 10px;
  }
}
.cart2__discount-codes-button .theme-btn {
  border-radius: 5px;
  border: 1px solid var(--border-color5);
  background: var(--white);
}
.cart2__discount-codes-button .theme-btn span {
  color: var(--text-color5);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart2-subtotal__totals {
  display: flex;
  gap: 100px;
}
@media (max-width: 1199px) {
  .cart2-subtotal__totals {
    gap: 80px;
  }
}
.cart2-subtotal__totals-subtitle {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
}
@media (max-width: 1199px) {
  .cart2-subtotal__totals-subtitle {
    font-size: 19px;
  }
}
.cart2-subtotal__totals-amount {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
}
@media (max-width: 1199px) {
  .cart2-subtotal__totals-amount {
    font-size: 19px;
  }
}
.cart2-subtotal__checkout {
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.cart2-subtotal__checkout .theme-btn {
  border-radius: 3px;
  background: var(--black2);
}

/* Firefox */
/* 16. Blog Details */
.blog-details-wrapper-items__thumb {
  position: relative;
}
.blog-details-wrapper-items__thumb img {
  max-width: 100%;
}
.blog-details-wrapper-items__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  margin-top: 16px;
}
@media (max-width: 1899px) {
  .blog-details-wrapper-items__title {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items__title {
    font-size: 20px;
  }
}
.blog-details-wrapper-items__post {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .blog-details-wrapper-items__post {
    margin-top: 15px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items__post {
    gap: 20px;
  }
}
.blog-details-wrapper-items__post li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-details-wrapper-items__post li svg {
  margin-right: 8px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__post li svg {
    margin-right: 6px;
  }
}
.blog-details-wrapper-items__post-date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color4);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__post-date {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .blog-details-wrapper-items__post-date {
    font-size: 12px;
  }
}
.blog-details-wrapper-items__post-date svg {
  margin-right: 8px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__post-date svg {
    margin-right: 6px;
  }
}
.blog-details-wrapper-items-content__text {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .blog-details-wrapper-items-content__text {
    margin-top: 15px;
  }
}
.blog-details-wrapper-items__client {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 41px;
}
@media (max-width: 991px) {
  .blog-details-wrapper-items__client {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items__client {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details-wrapper-items__client-thumb img {
  width: 100%;
  height: 100%;
}
.blog-details-wrapper-items__client-content-items-list {
  display: flex;
  gap: 14px;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1899px) {
  .blog-details-wrapper-items__client-content-items-list {
    gap: 8px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blog-details-wrapper-items__client-content-items-list {
    gap: 8px;
    font-size: 16px;
  }
}
.blog-details-wrapper-items__client-content-items-list:hover {
  font-weight: 700;
}
.blog-details-wrapper-items__client-content-items-list:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1899px) {
  .blog-details-wrapper-items__client-content-items-list:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .blog-details-wrapper-items__client-content-items-list:not(:last-child) {
    margin-bottom: 15px;
  }
}
.blog-details-wrapper-items__client-content-items-list-icon svg {
  width: 20px;
}
@media (max-width: 1899px) {
  .blog-details-wrapper-items__client-content-items-list-icon svg {
    width: 15px;
  }
}
@media (max-width: 991px) {
  .blog-details-wrapper-items__client-content-items-list-icon svg {
    width: 15px;
  }
}
.blog-details-wrapper-items-tag__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items-tag__title {
    font-size: 25px;
    margin-top: 16px;
  }
}
.blog-details-wrapper-items-tag__subtitle {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-details-wrapper-items-tag__subtitle {
    margin-top: 22px;
  }
}
.blog-details-wrapper-items-tag__thumb {
  margin-top: 30px;
}
.blog-details-wrapper-items-tag__thumb-img img {
  max-width: 100%;
}
.blog-details-wrapper-items-tag__thumb-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin-top: 20px;
}
.blog-details-wrapper-items-tag__thumb-subtitle {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-top: 19px;
}
.blog-details-wrapper-items-comments {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items-comments {
    margin-top: 20px;
  }
}
.blog-details-wrapper-items-comments__heading {
  position: relative;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items-comments__heading {
    font-size: 25px;
  }
}
.blog-details-wrapper-items-comments__heading::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 2px;
  background: var(--black2);
  top: 100%;
  left: 0;
}
.blog-details-wrapper-items-comments-single {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-comments-single {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details-wrapper-items-comments-single:not(:last-child) {
  margin-bottom: 32px;
  padding: 30px 0px;
  border-bottom: 1px solid var(--border-color3);
}
.blog-details-wrapper-items-comments-single__thumb {
  width: 123px;
  height: 156px;
  flex-shrink: 0;
}
.blog-details-wrapper-items-comments-single__thumb img {
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-wrapper-items-comments-single-content-head__con-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 13px;
}
.blog-details-wrapper-items-comments-single-content-head__con-date {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  line-height: 28px;
}
.blog-details-wrapper-items-comments-single-content-head__icon {
  padding: 8px 24px;
  border-radius: 3px;
  background: var(--bg-color3);
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.333%;
}
.blog-details-wrapper-items-comments-single-content__text {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-top: 6px;
}
.blog-details-wrapper-items-form {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .blog-details-wrapper-items-form {
    margin-top: 25px;
  }
}
.blog-details-wrapper-items-form__title {
  position: relative;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items-form__title {
    font-size: 25px;
  }
}
.blog-details-wrapper-items-form__title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 2px;
  background: var(--black2);
  top: 100%;
  left: 0;
}
.blog-details-wrapper-items-form__contact-clt input,
.blog-details-wrapper-items-form__contact-clt textarea {
  width: 100%;
  outline: none;
  padding: 14px 26px;
  font-weight: 400;
  color: var(--text-color3);
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: var(--bg-color4);
}
.blog-details-wrapper-items-form__contact-clt input::-moz-placeholder, .blog-details-wrapper-items-form__contact-clt textarea::-moz-placeholder {
  color: var(--text-color3);
  font-family: var(--title-font);
  font-size: 16px;
}
.blog-details-wrapper-items-form__contact-clt input::placeholder,
.blog-details-wrapper-items-form__contact-clt textarea::placeholder {
  color: var(--text-color3);
  font-family: var(--title-font);
  font-size: 16px;
}
.blog-details-wrapper-items-form__contact-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.blog-details-wrapper-items-form__button .theme-btn {
  border-radius: 4px;
  background: var(--black2);
  padding: 17px 30px;
}
@media (max-width: 1199px) {
  .blog-details-wrapper-items-form__button .theme-btn {
    padding: 16px 13px;
    font-size: 14px;
  }
}

/* 17. Blog Standard */
.blog-standard-wrapper-client-content {
  width: 856px;
  padding: 42px 80px 41px 32px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
@media (max-width: 1899px) {
  .blog-standard-wrapper-client-content {
    padding: 32px 30px 31px 32px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-standard-wrapper-client-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-standard-wrapper-client-content {
    padding: 22px 20px 21px 22px;
    width: 100%;
  }
}
.blog-standard-wrapper-client-content__icon {
  margin-bottom: 15px;
}
.blog-standard-wrapper-client-content__icon svg {
  width: 40px;
}
@media (max-width: 1899px) {
  .blog-standard-wrapper-client-content__icon svg {
    width: 33px;
  }
}
.blog-standard-wrapper-client-content__subtitle {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-standard-wrapper-client-content__subtitle {
    margin-bottom: 20px;
  }
}
.blog-standard-wrapper-client-content-name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
  margin-left: 66px;
  position: relative;
}
@media (max-width: 1899px) {
  .blog-standard-wrapper-client-content-name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-standard-wrapper-client-content-name {
    font-size: 19px;
  }
}
.blog-standard-wrapper-client-content-name::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  top: 16px;
  left: -65px;
  border-radius: 2px;
  background: var(--black2);
}
.blog-standard-wrapper-items:not(:last-child) {
  margin-bottom: 50px;
}
.blog-standard-wrapper-items__thumb {
  position: relative;
}
.blog-standard-wrapper-items__thumb img {
  max-width: 100%;
}
.blog-standard-wrapper-items__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100px;
  height: 100px;
}
.blog-standard-wrapper-items__button .video-btn {
  background-color: var(--black2);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 99;
}
.blog-standard-wrapper-items__button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid dotted !important;
  content: "";
  transform: translate(-50%, -50%);
}
.blog-standard-wrapper-items__button-dotted {
  position: absolute;
  top: -10%;
  left: -10%;
}
.blog-standard-wrapper-items__post {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .blog-standard-wrapper-items__post {
    gap: 20px;
  }
}
.blog-standard-wrapper-items__post-date {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 152.941%;
}
@media (max-width: 575px) {
  .blog-standard-wrapper-items__post-date {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .blog-standard-wrapper-items__post-date {
    font-size: 12px;
  }
}
.blog-standard-wrapper-items__post-date i {
  padding: 0px 6px;
  margin-left: 8px;
}
@media (max-width: 575px) {
  .blog-standard-wrapper-items__post-date i {
    margin-left: 6px;
  }
}
.blog-standard-wrapper-items__content-title {
  margin-top: 10px;
}
.blog-standard-wrapper-items__content-title a {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.571%;
}
@media (max-width: 1899px) {
  .blog-standard-wrapper-items__content-title a {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .blog-standard-wrapper-items__content-title a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .blog-standard-wrapper-items__content-title a {
    font-size: 20px;
  }
}
.blog-standard-wrapper-items__content-subtitle {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-top: 13px;
}
.blog-standard-wrapper-items__content-btn-button {
  margin-top: 20px;
}
.blog-standard-wrapper-items__content-btn-button .theme-btn {
  padding: 18px 35px;
  background: var(--black2);
  color: var(--white);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
}
.blog-standard-wrapper-items__content-btn-button .theme-btn svg {
  margin-left: 20px;
}

/* 18. Shop Details Product */
.shop-details-wrapper .shop-details-items .tab-content .shop-details-thumb {
  position: relative;
}
.shop-details-wrapper .shop-details-items .tab-content .shop-details-thumb .thumb {
  position: relative;
}
.shop-details-wrapper .shop-details-items .tab-content .shop-details-thumb .thumb img {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.shop-details-wrapper .shop-details-items .tab-content .shop-details-thumb .content {
  position: absolute;
  gap: 20px;
  top: 5%;
  left: 6%;
  z-index: 99;
}
.shop-details-wrapper .shop-details-items .tab-content .shop-details-thumb .content .sale {
  display: block;
  display: flex;
  padding: 2px 5.69px 3px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: var(--black2);
  color: var(--white);
  text-align: center;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
}
.shop-details-wrapper .shop-details-items .tab-content .shop-details-thumb .content .new {
  display: block;
  display: flex;
  padding: 2px 5.69px 3px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #b479d9;
  color: var(--white);
  text-align: center;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.shop-details-wrapper .shop-details-items .nav {
  margin-top: 20px;
  border: none !important;
}
.shop-details-wrapper .shop-details-items .nav:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.shop-details-wrapper .shop-details-items .nav .item a img {
  border-radius: 5px;
  opacity: 0.8;
  max-width: 100%;
}
.shop-details-wrapper .shop-details-items .nav .item a.active img {
  border-radius: 5px;
  border: 1px solid var(--black);
}
.shop-details-wrapper .shop-details-items .nav .item a:hover img {
  border-radius: 5px;
  border: 1px solid var(--black);
}
.shop-details-wrapper .product-card .price {
  margin-bottom: 8px;
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media (max-width: 1899px) {
  .shop-details-wrapper .product-card .price {
    font-size: 20px;
  }
}
.shop-details-wrapper .product-card .title {
  margin-bottom: 20px;
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1899px) {
  .shop-details-wrapper .product-card .title {
    font-size: 22px;
  }
}
.shop-details-wrapper .product-card .desc {
  margin-bottom: 20px;
  color: #7e7e7e;
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.shop-details-wrapper .product-card .product-option {
  margin-bottom: 20px;
}
.shop-details-wrapper .product-card .product-option .label {
  margin-right: 5px;
  color: var(--black);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.shop-details-wrapper .product-card .product-option .colors {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.shop-details-wrapper .product-card .product-option .colors .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
}
.shop-details-wrapper .product-card .product-option .colors .color.white {
  background: var(--white);
}
.shop-details-wrapper .product-card .product-option .colors .color.black {
  background: var(--black);
}
.shop-details-wrapper .product-card .product-option .colors .color.brown {
  background: #654321;
}
.shop-details-wrapper .product-card .product-option .colors .color.red {
  background: red;
}
.shop-details-wrapper .product-card .product-option .colors .color.yellow {
  background: yellow;
}
.shop-details-wrapper .product-card .product-option .colors .color.active {
  border: 2px solid #333;
}
.shop-details-wrapper .product-card .product-option .sizes {
  margin-top: 20px;
  display: flex;
  gap: 5px;
}
.shop-details-wrapper .product-card .product-option .sizes .size {
  cursor: pointer;
  display: flex;
  padding: 5px 15.64px 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #7e7e7e;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 226.667%;
}
.shop-details-wrapper .product-card .product-option .sizes .size.active {
  border: 2px solid var(--black2);
  background: var(--white);
}
@media (max-width: 575px) {
  .shop-details-wrapper .product-card .product-option .sizes .size {
    padding: 5px 8.64px 5px 8px;
  }
}
.shop-details-wrapper .product-card .product-option select {
  margin-top: 12px;
  padding: 8px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.shop-details-wrapper .product-card .quantity-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.shop-details-wrapper .product-card .quantity-cart .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.shop-details-wrapper .product-card .quantity-cart .quantity button {
  padding: 5px 10px;
  border: none;
  background: #eee;
  cursor: pointer;
}
.shop-details-wrapper .product-card .quantity-cart .quantity input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 14px;
}
.shop-details-wrapper .product-card .quantity-cart .theme-btn {
  flex: 1;
  background: var(--black);
  color: var(--white);
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.shop-details-wrapper .product-card .extra-actions {
  display: flex;
  margin-bottom: 15px;
  gap: 40px;
}
.shop-details-wrapper .product-card .extra-actions a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
}
.shop-details-wrapper .product-card .meta {
  font-size: 14px;
  color: #555;
}
.shop-details-wrapper .product-card .meta p {
  color: #7e7e7e;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.shop-details-wrapper .product-card .meta p:not(:last-child) {
  margin-bottom: 10px;
}
.shop-details-wrapper .product-card .meta p strong {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: capitalize;
  margin-right: 5px;
}
.shop-details-wrapper .product-card .meta a {
  margin-right: 10px;
  text-decoration: none;
}

/* 19. Shop */
.shop2 {
  padding: 80px 0 120px;
}
@media (max-width: 991px) {
  .shop2 {
    padding: 60px 0;
  }
}
.shop2-items__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .shop2-items__info {
    flex-wrap: wrap;
  }
}
.shop2-items__info-pagination-subtitle {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 380%;
}
.shop2-items__info-details {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .shop2-items__info-details {
    flex-wrap: wrap;
  }
}
.shop2-items__info-details .nav-link {
  padding: 0;
  background: transparent;
  display: inline-flex;
  padding: 0 5px;
}
.shop2-items__info-details .nav-link svg {
  width: 32px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop2-items__info-details .nav-link.active {
  padding: 0 5px;
  background: transparent;
}
.shop2-items__info-details-subtitle {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.shop2-product-card {
  border-radius: 6px;
  border: 1px solid var(--border-color1);
}
.shop2-product-card__thumb {
  position: relative;
}
.shop2-product-card__thumb img {
  width: 100%;
}
.shop2-product-card__thumb-icons {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.4s ease-in-out;
}
.shop2-product-card__thumb-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
  transition: all 0.3s;
  transition: all 0.4s ease-in-out;
}
.shop2-product-card__thumb-icons a i {
  font-size: 13px;
}
.shop2-product-card__thumb-icons a:hover {
  background: var(--black2);
  color: var(--white);
}
.shop2-product-card__content {
  padding: 23px 16px;
  text-align: center;
}
@media (max-width: 1899px) {
  .shop2-product-card__content {
    padding: 23px 7px;
  }
}
.shop2-product-card__rating {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media (max-width: 991px) {
  .shop2-product-card__rating {
    gap: 5px;
    font-size: 10px;
  }
}
.shop2-product-card__rating i {
  color: var(--yellow);
}
.shop2-product-card__title {
  margin-bottom: 10px;
  color: var(--black);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
@media (max-width: 1899px) {
  .shop2-product-card__title {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .shop2-product-card__title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .shop2-product-card__title {
    font-size: 14px;
  }
}
.shop2-product-card__price {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .shop2-product-card__price {
    font-size: 10px;
  }
}
.shop2-product-card:hover .shop2-product-card__thumb-icons {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

/* 20. Offer */
.offer1 {
  padding: 40px 0;
  background: var(--black);
}
.offer1-content {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-left: 75px;
}
@media (max-width: 991px) {
  .offer1-content {
    padding-left: 0px;
    flex-direction: column;
    text-align: center;
  }
}
.offer1-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.offer1-content__text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.offer2__card.background-image {
  padding: 70px 0px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  position: relative;
  background-position: center;
  max-width: 100%;
  height: 100%;
}
.offer2__card-content {
  margin-left: 40px;
}
.offer2__card-content-subtitle {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
.offer2__card-content-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.offer2__card-content-btn-items {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.offer2__card-content.style {
  margin-left: 250px;
}
@media (max-width: 1899px) {
  .offer2__card-content.style {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .offer2__card-content.style {
    margin-left: 50px;
  }
}

/* 21. Sign-In */
.sign-in-items {
  border-radius: 4px;
  border: 1px solid var(var(--border-color6));
  background: var(var(--white));
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
}
.sign-in-items__tab-header {
  margin-top: 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sign-in-items__tab-header {
    margin-bottom: 0;
  }
}
.sign-in-items__tab-header-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
}
.sign-in-items__tab-header-nav:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.sign-in-items__tab-header-nav-item a {
  position: relative;
  text-align: center;
  padding: 16px 96px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  background: transparent;
  border-bottom: 2px solid var(--border-color6);
  text-align: center;
  font-style: normal;
  line-height: 28px;
  display: inline-block;
  display: inline-flex;
  align-items: flex-start;
  align-items: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .sign-in-items__tab-header-nav-item a {
    padding: 9px 19px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sign-in-items__tab-header-nav-item a {
    padding: 9px 18px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .sign-in-items__tab-header-nav-item a {
    padding: 9px 14px;
    font-size: 12px;
  }
}
.sign-in-items__tab-header-nav-item a.active {
  position: relative;
  color: var(--text-color5);
  border-bottom: 2px solid #FA8232;
}
.sign-in-items__footer {
  position: relative;
  padding: 0px 32px 40px;
}
.sign-in-items__footer-signin-or {
  position: relative;
  color: #77878F;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-align: center;
  margin-bottom: 24px;
}
.sign-in-items__footer-signin-or::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 1%;
  left: 0%;
  top: 48%;
  background: var(--border-color6);
}
.sign-in-items__footer-signin-or::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 1%;
  right: 0%;
  top: 48%;
  background: var(--border-color6);
}
.sign-in-items__footer-signup-button {
  display: flex;
  padding: 12px 40px 12px 16px;
  align-items: flex-start;
  text-align: center;
  border-radius: 2px;
  border: 1px solid var(--Gray-100, var(--border-color6));
  background: var(--Gray-00, var(--white));
}
.sign-in-items__footer-signup-button-subtitle {
  color: var(--text-color2);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.sign-in .contact4-form {
  padding: 32px 32px;
}
.sign-in .contact4-form__input {
  position: relative;
}
.sign-in .contact4-form__input-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin-bottom: 100px;
}
.sign-in .contact4-form__input-field {
  position: relative;
  background: var(--white);
  padding: 12px 20px;
  width: 100%;
  outline: none;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--Gray-100, var(--border-color6));
  background: var(--white);
  resize: none;
}
.sign-in .contact4-form__input-field::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
}
.sign-in .contact4-form__input-field::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.sign-in .contact4-form__input-field::-moz-selection {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.sign-in .contact4-form__input-field::selection {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.sign-in .contact4-form__input-field:focus {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.sign-in .contact4-form__input .textarea {
  height: 180px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .sign-in .contact4-form__input .textarea {
    height: 100px;
  }
}
.sign-in .contact4-form__input-icon svg {
  position: absolute;
  top: 54%;
  right: 4%;
  width: 15px;
}
.sign-in .contact4-form-checkbox__single {
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sign-in .contact4-form-checkbox__single-area {
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sign-in .contact4-form-checkbox__single-text {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.sign-in .contact4-form-checkbox__single-text span {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.sign-in .contact4-form__button .theme-btn {
  width: 100%;
  border-radius: 4px;
  background: var(--black2);
  text-transform: uppercase;
}
.sign-in .contact4-form__button .theme-btn .style5 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 342.857%;
  letter-spacing: 0.168px;
  text-transform: uppercase;
}

/* 22. Sign-Up */
.sign-up-items {
  border-radius: 4px;
  border: 1px solid var(--border-color6);
  background: var(--Gray-00, var(--white));
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
}
.sign-up-items__tab-header {
  margin-top: 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sign-up-items__tab-header {
    margin-bottom: 0;
  }
}
.sign-up-items__tab-header-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
}
.sign-up-items__tab-header-nav:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.sign-up-items__tab-header-nav-item a {
  position: relative;
  text-align: center;
  padding: 16px 96px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-color2);
  text-align: center;
  font-family: var(--title-font);
  background: transparent;
  border-bottom: 2px solid var(--border-color6);
  text-align: center;
  font-style: normal;
  line-height: 28px;
  display: inline-block;
  display: inline-flex;
  align-items: flex-start;
  align-items: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .sign-up-items__tab-header-nav-item a {
    padding: 9px 19px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sign-up-items__tab-header-nav-item a {
    padding: 9px 18px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .sign-up-items__tab-header-nav-item a {
    padding: 9px 14px;
    font-size: 12px;
  }
}
.sign-up-items__tab-header-nav-item a.active {
  position: relative;
  color: var(--text-color5);
  border-bottom: 2px solid #fa8232;
}
.sign-up-items__footer {
  position: relative;
  padding: 0px 32px 40px;
}
.sign-up-items__footer-signin-or {
  position: relative;
  color: var(--Gray-500, #77878f);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-align: center;
  margin-bottom: 24px;
}
.sign-up-items__footer-signin-or::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 1%;
  left: 0%;
  top: 48%;
  background: var(--border-color6);
}
.sign-up-items__footer-signin-or::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 1%;
  right: 0%;
  top: 48%;
  background: var(--border-color6);
}
.sign-up-items__footer-signup-button {
  display: flex;
  padding: 12px 40px 12px 16px;
  align-items: flex-start;
  text-align: center;
  border-radius: 2px;
  border: 1px solid var(--border-color6);
  background: var(--white);
}
.sign-up-items__footer-signup-button-subtitle {
  color: var(--text-color2);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.sign-up .contact4-form {
  padding: 32px 32px;
}
.sign-up .contact4-form__input {
  position: relative;
}
.sign-up .contact4-form__input-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin-bottom: 100px;
}
.sign-up .contact4-form__input-field {
  position: relative;
  background: var(--white);
  padding: 12px 20px;
  width: 100%;
  outline: none;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--border-color6);
  background: var(--white);
  resize: none;
}
.sign-up .contact4-form__input-field::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
}
.sign-up .contact4-form__input-field::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.sign-up .contact4-form__input-field::-moz-selection {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.sign-up .contact4-form__input-field::selection {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.sign-up .contact4-form__input-field:focus {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.sign-up .contact4-form__input .textarea {
  height: 180px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .sign-up .contact4-form__input .textarea {
    height: 100px;
  }
}
.sign-up .contact4-form__input-icon svg {
  position: absolute;
  top: 54%;
  right: 4%;
  width: 15px;
}
.sign-up .contact4-form-checkbox__single {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sign-up .contact4-form-checkbox__single-area {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sign-up .contact4-form-checkbox__single-area-text {
  color: var(--text-color2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.sign-up .contact4-form-checkbox__single-area-text span {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.sign-up .contact4-form__button .theme-btn {
  gap: 5px;
  width: 100%;
  border-radius: 4px;
  background: var(--black2);
  text-transform: uppercase;
}
.sign-up .contact4-form__button .theme-btn .style5 {
  color: var(--Gray-00, var(--white));
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 342.857%;
  letter-spacing: 0.168px;
  text-transform: uppercase;
}
.sign-up .contact4-form__button .theme-btn .style5 span {
  display: flex;
  align-items: center;
}

/* 23. Contact */
.contact2-form__content {
  background: var(--bg-color6);
  display: inline-flex;
  padding: 32px 30px 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
}
.contact2-form__content-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin-bottom: 10px;
}
.contact2-form__content-text {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .contact2-form__content-text {
    margin-bottom: 18px;
  }
}
.contact2-form__input-field {
  position: relative;
  background: var(--white);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--border-color4);
  width: 100%;
  outline: none;
  border-radius: 2px;
  color: var(--text-color1);
  font-size: 16px;
  font-weight: 400;
  resize: none;
}
.contact2-form__input-field::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color1);
  resize: none;
}
.contact2-form__input-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color1);
  resize: none;
}
.contact2-form__input .textarea {
  height: 88px;
}
.contact2-form .form-group .single-select {
  border-radius: 2px;
  border: 1px solid var(--border-color4);
  background: var(--white);
  color: var(--text-color2);
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  padding: 12px 16px;
  margin-top: 7px;
  outline: none;
  box-shadow: none;
}
.contact2-form .form-group .single-select:focus {
  border-color: var(--border-color);
}
@media (max-width: 991px) {
  .contact2-form .form-group .single-select {
    margin-top: 10px;
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  .contact2-form .form-group .single-select {
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .contact2-form .form-group .single-select {
    padding: 12px 18px;
  }
}
.contact2-form__button .theme-btn {
  border-radius: 2px;
  background: var(--black2);
}

.contact3-items__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.contact3-items__subtitle {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.contact3-items__subtitle2 {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .contact3-items__subtitle2 {
    margin-bottom: 25px;
  }
}
.contact3-form__content-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.contact3-form__input-field {
  position: relative;
  background: var(--white);
  padding: 15px 20px;
  width: 100%;
  outline: none;
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background: var(--white);
  resize: none;
}
.contact3-form__input-field::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
}
.contact3-form__input-field::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.contact3-form__input-field::-moz-selection {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.contact3-form__input-field::selection {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.contact3-form__input-field:focus {
  background-color: var(--white);
  outline: none;
  box-shadow: none;
}
.contact3-form__input .textarea {
  height: 180px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact3-form__input .textarea {
    height: 100px;
  }
}
.contact3-form__button .theme-btn {
  width: 100%;
  border-radius: 4px;
  background: var(--black2);
}
.contact3-info {
  border-radius: 4px;
  background: var(--black2);
}
.contact3-info__contact {
  padding: 22px 0px 22px 15px;
}
.contact3-info__contact-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contact3-info__contact-title {
    margin-bottom: 23px;
  }
}
.contact3-info__contact-items {
  display: flex;
  gap: 8px;
}
.contact3-info__contact-items:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .contact3-info__contact-items:not(:last-child) {
    margin-bottom: 18px;
  }
}
.contact3-info__contact-items-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.contact3-info__contact-items-text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact3-info__contact-items-list {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact3-info__map-googpemap img {
  width: 100%;
  border-radius: 4px;
  height: 474px;
  height: 100%;
}

/* 24. Why Choose */
.why-choose2 {
  background: var(--black2);
}
.why-choose2-wrapper {
  padding: 70px 0px 68px;
}
.why-choose2__items {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.why-choose2__items-icon {
  width: 40px;
  flex-shrink: 0;
}
.why-choose2__items-content-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 83.333%;
  margin-bottom: 8px;
}
.why-choose2__items-content p {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 25. Cta */
.cta1 {
  padding: 120px 0px;
}
.cta1__newsletter {
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.cta1__newsletter-title {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.cta1__newsletter-subtitle {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.cta1__newsletter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
  width: 450px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .cta1__newsletter-box {
    width: 315px;
  }
}
@media (max-width: 500px) {
  .cta1__newsletter-box {
    width: 289px;
  }
}
@media (max-width: 374px) {
  .cta1__newsletter-box {
    width: 250px;
  }
}
.cta1__newsletter-box i {
  font-size: 17px;
  color: var(--white);
  margin-right: 10px;
}
.cta1__newsletter-box input {
  width: 100%;
  border-radius: 30px;
  background: transparent;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 0px;
  width: 100%;
  border: 0;
  border-radius: 16px;
  z-index: 9;
}
.cta1__newsletter-box input::-moz-placeholder {
  color: var(--white);
}
.cta1__newsletter-box input::placeholder {
  color: var(--white);
}
.cta1__newsletter-box button {
  position: absolute;
  top: 15px;
  right: 1px;
  background: transparent;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.4px;
}

.cta2 {
  position: relative;
}
.cta2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--Black_5, #151f39);
  z-index: -1;
  top: 50%;
}
.cta2-wrapper {
  padding: 35px 70px 35px 50px;
  background-color: #ff6e00;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1899px) {
  .cta2-wrapper {
    padding: 30px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .cta2-wrapper {
    padding: 35px 20px 40px 20px;
  }
}
@media (max-width: 575px) {
  .cta2-wrapper {
    padding: 28px 17px 40px 17px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.cta2__info-logo {
  width: 170px;
  margin-bottom: 25px;
}
@media (max-width: 1899px) {
  .cta2__info-logo {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .cta2__info-logo {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .cta2__info-logo {
    width: 80px;
  }
}
.cta2__info-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
  text-transform: capitalize;
}
.cta2__newsletter-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .cta2__newsletter-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta2__newsletter-title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .cta2__newsletter-title {
    font-size: 18px;
  }
}
.cta2__newsletter-box {
  width: 450px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .cta2__newsletter-box {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .cta2__newsletter-box {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .cta2__newsletter-box {
    width: 262px;
  }
}
.cta2__newsletter-box input {
  width: 100%;
  border-radius: 30px;
  background: var(--white);
  color: var(--text-color1);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 22px 20px;
  width: 100%;
  border: 0;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .cta2__newsletter-box input {
    padding: 20px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .cta2__newsletter-box input {
    padding: 18px 20px;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .cta2__newsletter-box input {
    padding: 15px 20px;
    border-radius: 8px;
  }
}
.cta2__newsletter-box button {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 115px;
  height: 46px;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 12px;
  background: var(--bg-color2);
  color: var(--white);
}
@media (max-width: 1199px) {
  .cta2__newsletter-box button {
    top: 9px;
    right: 16px;
    padding: 15px 20px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .cta2__newsletter-box button {
    top: 7px;
    right: 16px;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .cta2__newsletter-box button {
    width: 100px;
    height: 35px;
    top: 7px;
    right: 16px;
    padding: 14px 15px;
    font-size: 13px;
    border-radius: 8px;
  }
}

.cta3 {
  padding: 40px 0px;
}
.cta3__content {
  text-align: center;
}
.cta3__subtitle {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.cta3__title {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.cta3__button {
  display: inline-flex;
  padding: 11px 35px;
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 6px;
  background: #111;
}

/* 26. Faq */
.faq1__top-section-title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 30px;
}
.faq1-content {
  display: inline-flex;
  padding: 32px 30px 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  background: var(--white2);
}
.faq1-content__title {
  color: var(--text-color5);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
.faq1-content_text {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.accordion .global-accordion-item {
  border-radius: 4px;
  border: 1px solid var(--border-color6);
  background: var(--white);
  margin-bottom: 16px;
  overflow: hidden;
}
.accordion .global-accordion-item .global-accordion-header {
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion .global-accordion-item .global-accordion-button {
  position: relative;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px 12px 16px;
  border-radius: 4px 4px 0 0;
  background: var(--bg-color2);
}
@media (max-width: 1399px) {
  .accordion .global-accordion-item .global-accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .accordion .global-accordion-item .global-accordion-button {
    font-size: 15px;
    padding-top: 8px;
  }
}
@media (max-width: 374px) {
  .accordion .global-accordion-item .global-accordion-button {
    padding: 10px;
  }
}
.accordion .global-accordion-item .global-accordion-button::after {
  content: "+";
  background: transparent;
  font-family: var(--icon-font);
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--border-color6);
}
.accordion .global-accordion-item .global-accordion-button:not(.collapsed)::after {
  content: "-";
  background: transparent;
  font-family: var(--icon-font);
  font-weight: 500;
  color: var(--border-color6);
}
.accordion .global-accordion-item .global-accordion-button.collapsed {
  padding: 13px 16px 12px 17px;
  color: var(--text-color5);
  background-color: var(--white);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .accordion .global-accordion-item .global-accordion-button.collapsed {
    font-size: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 575px) {
  .accordion .global-accordion-item .global-accordion-button.collapsed {
    font-size: 16px;
    line-height: 18px;
  }
}
.accordion .global-accordion-item .global-accordion-body {
  padding: 20px 22px 18px 20px;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 20px;
  background: var(--white);
  border-radius: 4px;
  background: var(--Gray-00, var(--white));
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 449px) {
  .accordion .global-accordion-item .global-accordion-body {
    padding: 0 10px 16px 10px;
  }
}
.accordion .global-accordion-item .global-accordion-body p {
  font-family: var(--body-font);
  color: var(--text-color1);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 575px) {
  .accordion .global-accordion-item .global-accordion-body p {
    font-size: 15px;
  }
}
.accordion .global-accordion-item .global-accordion-body .global-accordion-list ul li {
  color: var(--text-color2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 15px 5px 15px 20px;
}
.accordion .global-accordion-item .global-accordion-collapse.show {
  border-radius: 4px;
}

/* 27. Blog */
.blog1-card {
  padding: 12px;
  background: var(--bg-color1);
  border-radius: 12px;
  border: 1px solid var(--bg-color1);
}
.blog1-card__thumb {
  position: relative;
}
.blog1-card__thumb img {
  border-radius: 12px;
  width: 100%;
}
.blog1-card__date {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  right: 16px;
  background: var(--black);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .blog1-card__date {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
.blog1-card__date span {
  font-size: 16px;
}
.blog1-card__content {
  padding: 30px 25px;
}
@media (max-width: 1899px) {
  .blog1-card__content {
    padding: 25px 10px;
  }
}
.blog1-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog1-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .blog1-card__author {
    font-size: 12px;
    gap: 4px;
  }
}
.blog1-card__view {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .blog1-card__view {
    font-size: 12px;
    gap: 4px;
  }
}
.blog1-card__comment {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .blog1-card__comment {
    font-size: 12px;
    gap: 4px;
  }
}
.blog1-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 24px 0;
  border-bottom: 1px dashed var(--black2);
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 1899px) {
  .blog1-card__title {
    padding: 25px 10px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .blog1-card__title {
    padding: 15px 8px;
    font-size: 16px;
  }
}
.blog1-card__link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black2);
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

/* 28. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer2-main {
  padding: 80px 0px;
}
@media (max-width: 1199px) {
  .footer2-main .row {
    display: flex !important;
    justify-content: space-between !important;
  }
}
.footer2-widget__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-bottom: 30px;
}
.footer2-widget__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  margin-bottom: 25px;
}
.footer2-widget__social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer2-widget__social-link span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 36px;
  background: #273557;
  color: #7E91C3;
  transition: all 0.4s ease-in-out;
}
.footer2-widget__social-link span:hover {
  background: #FF6E00;
  color: var(--white);
}
.footer2-widget__nav-link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  transition: all 0.4s ease-in-out;
}
.footer2-widget__nav-link:hover {
  color: #FF6E00;
}
.footer2-widget__contact-link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 187.5%;
  transition: all 0.4s ease-in-out;
}
.footer2-widget__contact-link:hover {
  color: #FF6E00;
}
.footer2-bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer2-bottom__wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer2-bottom__wrapper-circle-shape {
  position: absolute;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 14px;
  background: #FF6E00;
  top: -38%;
  left: 50%;
}
@media (max-width: 991px) {
  .footer2-bottom__wrapper-circle-shape {
    display: none;
  }
}
.footer2-bottom__copyright {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.footer2-bottom__navs {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer2-bottom__navs a {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.footer2-bottom__navs a:hover {
  color: var(--white);
}

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