/*-----------------------------------------------------------------
Theme Name: EcomArts
Author: namespace-it
Author URI: https://themeforest.net/user/namespace-it
Version: 1.0.0 
Description: EcomArts - Multipurpose Ecommerce HTML Template <

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

    01.Mixins
    02.Variables
    03.Typography
    04.Buttons 
    05.Gutter 
    06.Container 
    07.Animation 
    08.Helping 
    09.MeanMenu 
    10.Preloader
    11.Title 
    12.Common 
    13.Header
    14.Breadcumb
    15.Footer
    16.Intro 
    17.Brand 
    18.About
    19.Work Process 
    20.Advantage
    21.Wcu
    22.Counter
    23.Faq
    24.Testimonial
    25.Feature
    26.Pricing 
    27.Cta
    28.Blog
    29.Services
    30.Project 
    31.Team
    32.Team Extra
    33.Sidebar
    34.Contact
    35.Input
------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #FF4035;
  --theme2: #685EE1;
  --theme3: #FF4035;
  --theme4: #80B501;
  --theme5: #C97F5F;
  --theme6: #1CA8CB;
  --theme7: #CB8161;
  --theme8: #FFB22C;
  --theme9: #00C9D5;
  --title: #0A111E;
  --title2: #1E1E1E;
  --orange: #e78c45;
  --orange2: #F39F5F;
  --orange3: #FFA31A;
  --text: #555555;
  --text2: #cbcbcb;
  --text3: #5F5F5F;
  --border: rgba(0, 0, 0, 0.20);
  --border-2: rgba(255, 255, 255, 0.20);
  --border-3: #E5E5E5;
  --border-4: #E0E0E0;
  --border-5: #565656;
  --border-6:#E6E6E6;
  --bg-1: #FFF5F4;
  --bg-2: #F6F6F6;
  --bg-3: #FFF5F4;
  --bg-6: #FCF7EE;
  --bg-7: rgba(10, 17, 30, 0.65);
  --bg-8: #F3F3F3;
  --bg-9: #F7DDD6;
  --bg-10: #FFECEB;
  --green-gray: #002603;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

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

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

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albert Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--title);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

.info-text-style {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.04px;
}

.form-contl {
  position: relative;
  margin-top: 30px;
}
.form-contl input {
  position: relative;
  padding: 17px 20px;
  height: 60px;
  background: var(--theme2);
  width: 100%;
  border: 1px solid #6e6e6e;
  opacity: 0.8;
}
.form-contl input::placeholder {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.08px;
}
.form-contl input.style2 {
  border: none;
}
.form-contl button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--theme);
  color: var(--white);
}
.form-contl button.style2 {
  background: transparent;
  color: var(--theme);
}

input.form-control,
textarea.form-control {
  outline: none;
  box-shadow: none;
  background-color: var(--white);
  border: 1px solid var(--border);
  padding: 17px 10px;
  font-size: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

input.form-control:focus,
textarea.form-control:focus {
  background-color: var(--white);
  border: 1px solid var(--border);
  outline: none;
  box-shadow: none;
}

label {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.04px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 13px;
  font-size: 16px;
  color: var(--text);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}

input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  line-height: 30px;
}

input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3.5px;
  background: var(--white);
  border: 1px solid var(--border-2);
  height: 20px;
  width: 20px;
  text-align: center;
  z-index: 9;
}

input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  background: var(--theme);
  height: 8px;
  width: 8px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 9;
}

input[type=checkbox].style2 ~ label {
  color: #8b929c;
  padding-left: 23px;
  margin-bottom: -0.5em;
}

input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid #f7ccd7;
  height: 14px;
  width: 14px;
  line-height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 6px;
}

input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-weight: 700;
  background: var(--white);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=radio]:checked ~ label::before {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

/* 04.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  gap: 10px;
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: var(--theme3);
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .theme-btn {
    font-size: 12px;
    padding: 12px 13px;
  }
}
.theme-btn i, .theme-btn svg {
  margin-left: 6px;
}
.theme-btn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style2 {
  border: none;
  border-radius: 22px;
  background: var(--bg-3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style2 i, .theme-btn.style2 svg, .theme-btn.style2 img {
  margin-right: 6px;
}
.theme-btn.style2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style2:hover svg path {
  fill: var(--white);
}
.theme-btn.style3 {
  padding: 15px 20px;
  border: none;
  color: var(--theme3);
  font-weight: 600;
  border-radius: 22px;
  background: var(--bg-3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style3 i, .theme-btn.style3 svg, .theme-btn.style3 img {
  margin-right: 6px;
}
.theme-btn.style3:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style3:hover svg path {
  fill: var(--white);
}
.theme-btn.style4 {
  padding: 15px 30px;
  border: none;
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 22px;
  background: var(--theme4);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style4 i, .theme-btn.style4 svg, .theme-btn.style4 img {
  margin-right: 6px;
}
.theme-btn.style4:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style4:hover svg path {
  fill: var(--white);
}
.theme-btn.style6 {
  border: none;
  text-transform: capitalize;
  color: var(--white);
  font-weight: 600;
  border-radius: 22px;
  background: var(--theme3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style6 i, .theme-btn.style6 svg, .theme-btn.style6 img {
  margin-right: 6px;
}
.theme-btn.style6 svg path {
  fill: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style6:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--bg-3);
  color: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style6:hover {
  color: var(--title) !important;
}
.theme-btn.style6:hover svg path {
  fill: var(--title);
}
.theme-btn.style7 {
  border: none;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 100px;
  background-color: var(--title);
}
.theme-btn.style7 i, .theme-btn.style7 svg, .theme-btn.style7 img {
  margin-right: 6px;
}
.theme-btn.style7 svg path {
  fill: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn.style7:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--bg-3);
  color: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style7:hover {
  color: var(--title) !important;
}
.theme-btn.style7:hover svg path {
  fill: var(--title);
}
.theme-btn.style9 {
  padding: 10px 15px;
  border: 1px solid rgba(10, 17, 30, 0.25);
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 100px;
  background: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.theme-btn.style9 i, .theme-btn.style9 svg, .theme-btn.style9 img {
  margin-right: 6px;
}
.theme-btn.style9:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style9:hover svg path {
  fill: var(--white);
}
.theme-btn.style10 {
  padding: 8px 10px;
  border: 1px solid var(--theme5);
  color: var(--theme5);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 100px;
  background: transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.theme-btn.style10 i, .theme-btn.style10 svg, .theme-btn.style10 img {
  margin-right: 6px;
}
.theme-btn.style10:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style10:hover svg path {
  fill: var(--white);
}
.theme-btn.style11 {
  padding: 15px 30px;
  border: none;
  color: var(--title);
  font-weight: 600;
  border-radius: 22px;
  background: var(--bg-3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style11 i, .theme-btn.style11 svg, .theme-btn.style11 img {
  margin-right: 6px;
}
.theme-btn.style11:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style11:hover svg path {
  fill: var(--white);
}
.theme-btn.style12 {
  padding: 15px 30px;
  border: none;
  color: var(--white);
  font-weight: 500;
  border-radius: 22px;
  font-size: 16px;
  background: var(--title);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style12 i, .theme-btn.style12 svg, .theme-btn.style12 img {
  margin-right: 6px;
}
.theme-btn.style12:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  color: var(--title);
  background: var(--white);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style12:hover {
  color: var(--title) !important;
}
.theme-btn.style12:hover svg path {
  fill: var(--white);
}
.theme-btn.style13 {
  padding: 15px 35px;
  border: none;
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 22px;
  background: var(--orange3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style13 i, .theme-btn.style13 svg, .theme-btn.style13 img {
  margin-right: 6px;
}
.theme-btn.style13:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style13:hover svg path {
  fill: var(--white);
}
.theme-btn.style14 {
  padding: 15px 30px;
  border: none;
  color: var(--theme4);
  font-weight: 600;
  border-radius: 22px;
  background: var(--bg-3);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.theme-btn.style14 i, .theme-btn.style14 svg, .theme-btn.style14 img {
  margin-right: 6px;
}
.theme-btn.style14:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.theme-btn.style14:hover svg path {
  fill: var(--white);
}
.theme-btn.color {
  background-color: var(--theme8);
}
.theme-btn.style15 {
  font-weight: 500;
  color: var(--theme8);
  background: var(--white);
  border: none;
  padding: 0;
}
.theme-btn.style15:before {
  background-color: var(--white);
}
.theme-btn.style15:hover {
  color: var(--theme8) !important;
}
.theme-btn.style15 i {
  margin-left: 12px;
  color: var(--theme8);
}
.theme-btn:hover {
  color: var(--white) !important;
}
.theme-btn:hover:before {
  top: -96%;
}

.link-btn.style1 {
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
@media (max-width: 1899px) {
  .link-btn.style1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.link-btn.style2 {
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background-color: var(--white);
}

/* 05.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-35 {
    --bs-gutter-x: 35px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-47 {
    --bs-gutter-x: 47px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-64 {
    --bs-gutter-x: 64px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-95 {
    --bs-gutter-x: 95px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
  .gx-114 {
    --bs-gutter-x: 114px;
  }
  .gx-85 {
    --bs-gutter-x: 85px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

/* 06.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
@media (min-width: 1400px) {
  .header-1 .container {
    max-width: 1830px;
  }
  .header-4 .container {
    max-width: 1790px;
  }
  .marquee-section1 .container {
    max-width: 1800px;
  }
  .intro-container-wrapper.style1 .container, .intro-container-wrapper.style2 .container, .intro-container-wrapper.style4 .container {
    max-width: 1800px;
  }
  .offer-container-wrapper.style2 .container {
    max-width: 1530px;
  }
  .cart-wrapper .container {
    max-width: 1200px;
  }
  .order-tracking-section .container {
    max-width: 1170px;
  }
  .contact-section .container {
    max-width: 1230px;
  }
}
/* 07.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.video-container .video-box .play-btn:after, .video-container .video-box .play-btn:before {
  animation-duration: var(--ripple-ani-duration, 3s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple2;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.ripple-effect {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  animation: rippleOne 2s infinite;
  -webkit-animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
  width: 66px;
  height: 66px;
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-shine2:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
}

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

@keyframes imgShine {
  100% {
    left: 125%;
  }
}
.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;
}

.water-wave {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.water-wave::before {
  content: attr(data-text);
  position: absolute;
  color: var(--theme);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme);
}

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

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

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  color: #666;
  background: #fff;
}
.pagination a.active {
  background: #ff4d4d;
  color: #fff;
  border-color: #ff4d4d;
}
.pagination a:hover {
  background: #ff4d4d;
  color: #fff !important;
}
.pagination a.prev, .pagination a.next {
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mb-md-100 {
    margin-bottom: 100px;
  }
}
.pb-262 {
  padding-bottom: 262px !important;
}
@media (max-width: 767px) {
  .pb-262 {
    padding-bottom: 80px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-color4 {
  background-color: rgba(128, 181, 1, 0.06);
}

.bg-color5 {
  background-color: rgb(247, 251, 240);
}

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

.bg-color7 {
  background-color: #FEDFDC;
}

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

.section-bg-5 {
  background: rgba(203, 129, 97, 0.1);
}

.section-bg {
  background: #EDF2EE;
}

.section-bg-7 {
  background: rgba(87, 196, 227, 0.06);
}

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

.text-title {
  color: var(--title);
}

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

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

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

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

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

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

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

.bg-transparent {
  background: transparent;
}

.border-theme {
  border: 1px solid var(--theme);
}

.border-dark {
  border-bottom: 1px solid #54595F;
}

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

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

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

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

.border-line-left-hidden {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.border-line-right-hidden {
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.border-line-top-hidden {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.border-line-bottom-hidden {
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.border-line-top-left-hidden {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.border-line-bottom-hidden {
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.border-line-top-left-hidden {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.border-line-top-left-bottom-hidden {
  border-right: 1px solid var(--border);
}

.border-line-top-right-hidden {
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.border-line-top-right-bottom-hidden {
  border-left: 1px solid var(--border);
}

.border-line-top-right-left-hidden {
  border-bottom: 1px solid var(--border);
}

.padding-top-right-45 {
  padding-top: 45px;
  padding-right: 45px;
}
@media (max-width: 1199px) {
  .padding-top-right-45 {
    padding: 0px 0px;
  }
}

.padding-bottom-right-45 {
  padding-bottom: 45px;
  padding-right: 45px;
}
@media (max-width: 1199px) {
  .padding-bottom-right-45 {
    padding: 0px 0px;
  }
}

.padding-top-left-45 {
  padding-top: 45px;
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .padding-top-left-45 {
    padding: 0px 0px;
  }
}

.padding-bottom-left-45 {
  padding-bottom: 45px;
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .padding-bottom-left-45 {
    padding: 0px 0px;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

img {
  max-width: 100%;
}

.checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.checkbox-single .checkbox-area {
  display: flex;
  align-items: center;
}
.checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid var(--orange3);
  top: 5px;
}
.checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--orange3);
}
.checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -10px;
  left: 1px;
  color: var(--theme);
  font-size: 13px;
}
.checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}

.item-border {
  border: 1px solid #E6E6E6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 11.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-title .subtitle {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.857;
  margin-bottom: 15px;
}
.section-title .subtitle.style1 {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--white);
  color: var(--theme3);
  font-family: var(--title);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid rgba(255, 64, 53, 0.2);
}
.section-title .subtitle.style2 {
  display: inline-block;
  padding: 3px 10px;
  background-color: #FFF5F4;
  color: var(--theme3);
  font-family: var(--title);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid rgba(255, 64, 53, 0.2);
}
.section-title .subtitle.style3 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #E4EBCF;
  border: none;
  color: var(--theme4);
  font-family: var(--title);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.section-title .subtitle.style4 {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid var(--theme5);
  color: var(--theme5);
  font-family: var(--title);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.section-title .title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.section-title .title.style3 {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 53.782px;
  font-style: normal;
  font-weight: 600;
  line-height: 60.504px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .section-title .title.style3 {
    font-size: 40px;
    line-height: 1;
  }
}
.section-title .title.style4 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.44px;
}
.section-title.style-5 .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme7);
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.section-title.style-5 .subtitle::before {
  position: absolute;
  left: -75px;
  top: 15px;
  height: 1px;
  width: 64px;
  content: "";
  background-color: var(--theme7);
}
.section-title.style-5 .subtitle.before-none::before {
  display: none;
}
.section-title.style-5 .subtitle::after {
  position: absolute;
  right: -75px;
  top: 15px;
  height: 1px;
  width: 64px;
  content: "";
  background-color: var(--theme7);
}
.section-title.style-5 .title {
  font-size: 30px;
  font-weight: 500;
}
.section-title.style-7 .subtitle {
  display: inline-block;
  padding: 5px 10px;
  color: var(--theme9);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid var(--theme9);
}
.section-title.style-7 h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0A111E;
}
.section-title.style-6 .subtitle {
  color: var(--theme8);
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid var(--theme8);
  color: var(--theme8);
  font-family: var(--title);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 100px;
}
.section-title.style-6 .subtitle.color {
  color: var(--theme9);
  border: 1px solid var(--theme9);
}

/* 12.Common */
.bg-1 {
  background-color: var(--bg-1);
}

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

.star {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.star li {
  color: var(--theme3);
}

.social-media {
  display: flex;
  align-items: center;
}
.social-media li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
  background-color: var(--white);
  color: var(--title);
  border: 1px solid var(--border-2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.social-media li a:hover {
  background-color: var(--theme);
  color: var(--white) !important;
}

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

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

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

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

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

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

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

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.marque-section-2 {
  position: relative;
}

.progress-wrap {
  margin-bottom: 15px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.progress-wrap .progress-meta .title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.progress-wrap .progress-meta .percentage {
  color: var(--theme);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 500px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 470px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  max-width: 504px;
  height: 7px;
  background-color: #D9DDFF !important;
  border-radius: 10px;
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 7px;
  background-color: var(--theme2);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 575px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}
.progress-wrap .progress-container.style2:before, .progress-wrap .progress-container.style2:after {
  background-color: var(--theme2);
}

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

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

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

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  padding: 25px 0;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm.style1 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
  color: var(--title);
}
.scrolling-wrap .comm.style1 .dot {
  -webkit-text-stroke: 1px var(--title);
  -webkit-text-fill-color: transparent;
  font-family: "Albert Sans", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
  text-transform: uppercase;
}
.scrolling-wrap .comm.style1 .cmn-textslide {
  font-family: "Albert Sans", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
  text-transform: uppercase;
}
.scrolling-wrap .comm.style1 .cmn-textslide.style2 {
  font-weight: 500;
  -webkit-text-stroke: 1px var(--title);
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap .comm.style1 .cmn-textslide.style3 {
  font-weight: 600;
}
.scrolling-wrap .comm.style2 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}
.scrolling-wrap .comm.style2 .dot {
  -webkit-text-stroke: 1px var(--title);
  -webkit-text-fill-color: transparent;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}
.scrolling-wrap .comm.style2 .cmn-textslide {
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}
.scrolling-wrap .comm.style2 .cmn-textslide.style1 {
  color: var(--title);
}
.scrolling-wrap .comm.style2 .cmn-textslide.style2 {
  color: var(--title);
}
@media (max-width: 1899px) {
  .scrolling-wrap .comm.style2 .cmn-textslide {
    font-size: 130px;
  }
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm.style2 .cmn-textslide {
    font-size: 100px;
  }
}
.scrolling-wrap.style3 {
  border: 1px solid var(--title);
  background-color: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  transform: rotate(1.847deg);
  margin-top: -214px;
}
.scrolling-wrap.style4 {
  border: 1px solid var(--title);
  background-color: var(--title);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  transform: rotate(-3.111deg);
}
.scrolling-wrap .brand-scroll {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .brand-scroll .brand-logo-marquee {
  padding: 48px 79px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.scrolling-wrap .brand-scroll.style1 {
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
}
.scrolling-wrap .brand-scroll.style2 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}
.scrolling-wrap .brand-scroll.style3 {
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
}
.scrolling-wrap .brand-scroll.style3 .text {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.scrolling-wrap .brand-scroll.style4 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}
.scrolling-wrap .brand-scroll.style4 .text {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

.section-padding2 {
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .section-padding2 {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-padding2 {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .section-padding2 {
    padding: 50px 0;
  }
}

.section-padding3 {
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .section-padding3 {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-padding3 {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .section-padding3 {
    padding: 50px 0;
  }
}

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

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.feature-flex-tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-6);
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .feature-flex-tab-wrapper {
    border-top: 0;
  }
}
.feature-flex-tab-wrapper .single-select {
  height: 40px;
  width: 200px !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.feature-flex-tab-wrapper .single-select:focus {
  border: 1px solid var(--border-6);
}
.feature-flex-tab-wrapper .single-select:after, .feature-flex-tab-wrapper .form-select:after, .feature-flex-tab-wrapper select:after {
  border-bottom: 1px solid var(--theme3);
  border-right: 1px solid var(--theme3);
  right: 20px;
  height: 7px;
  width: 7px;
}
.feature-flex-tab-wrapper .nav-link {
  padding: 5px !important;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  border: 1px solid var(--border-6);
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s;
  width: 110px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
}
.feature-flex-tab-wrapper .nav-link .badge {
  display: none;
}
.feature-flex-tab-wrapper .nav-link:before {
  display: none;
}
.feature-flex-tab-wrapper .nav-link.active,
.feature-flex-tab-wrapper .show > .nav-link {
  padding: 5px !important;
  position: relative;
  background-color: var(--theme3) !important;
  color: var(--white) !important;
  width: 110px;
  height: 40px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 100px;
}

.best-seller-tab-btn-wrapper {
  padding-bottom: 10px;
}
.best-seller-tab-btn-wrapper .theme-btn {
  padding: 12px 30px;
  border: 1px solid var(--border-6);
}
.best-seller-tab-btn-wrapper .single-select {
  height: 40px;
  width: 116px !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}
.best-seller-tab-btn-wrapper .single-select:focus {
  border: 1px solid var(--border-6);
}
.best-seller-tab-btn-wrapper .nav-link {
  padding: 5px !important;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  border: 1px solid var(--border-6);
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s;
  width: 110px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #E6E6E6;
}
.best-seller-tab-btn-wrapper .nav-link .badge {
  display: none;
}
.best-seller-tab-btn-wrapper .nav-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.best-seller-tab-btn-wrapper .nav-pills .nav-link.active,
.best-seller-tab-btn-wrapper .nav-pills .show > .nav-link {
  padding: 5px !important;
  position: relative;
  background-color: var(--theme3);
  width: 110px;
  height: 40px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 100px;
}
.best-seller-tab-btn-wrapper .nav-pills .nav-link.active .badge,
.best-seller-tab-btn-wrapper .nav-pills .show > .nav-link .badge {
  position: absolute;
  display: block;
  width: 40px;
  height: 24px;
  top: -20px;
  right: 0;
  background-color: var(--theme4);
  color: var(--white);
}
.best-seller-tab-btn-wrapper .nav-pills .nav-link.active .badge .shape,
.best-seller-tab-btn-wrapper .nav-pills .show > .nav-link .badge .shape {
  position: absolute;
  bottom: -6px;
  right: 1px;
}
.best-seller-tab-btn-wrapper .nav-pills .nav-link.active:before,
.best-seller-tab-btn-wrapper .nav-pills .show > .nav-link:before {
  display: none;
}

.nav-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .nav-pills {
    margin: 35px 0 30px;
  }
}
.nav-pills .nav-link {
  padding: 5px !important;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}
.nav-pills .nav-link .badge {
  display: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  padding: 5px !important;
  position: relative;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  transition: all 0.3s;
}
.nav-pills .nav-link.active .badge,
.nav-pills .show > .nav-link .badge {
  position: absolute;
  display: block;
  width: 40px;
  height: 24px;
  top: -20px;
  right: 0;
  background-color: var(--theme4);
  color: var(--white);
}
.nav-pills .nav-link.active .badge .shape,
.nav-pills .show > .nav-link .badge .shape {
  position: absolute;
  bottom: -6px;
  right: 1px;
}
.nav-pills .nav-link.active:before,
.nav-pills .show > .nav-link:before {
  position: absolute;
  content: "";
  top: 38px;
  width: 95%;
  height: 2px;
  background-color: var(--theme4);
}
.nav-pills.style-5 .nav-link {
  padding: 5px !important;
  background-color: transparent;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}
.nav-pills.style-5 .nav-link .badge {
  display: none;
}
.nav-pills.style-5 .nav-link.active,
.nav-pills.style-5 .show > .nav-link {
  padding: 5px !important;
  position: relative;
  background-color: transparent;
  color: var(--theme7);
  font-size: 16px;
  transition: all 0.3s;
}
.nav-pills.style-5 .nav-link.active .badge,
.nav-pills.style-5 .show > .nav-link .badge {
  position: absolute;
  display: block;
  width: 40px;
  height: 24px;
  top: -20px;
  right: 0;
  background-color: var(--theme5);
  color: var(--white);
  border-radius: 0;
}
.nav-pills.style-5 .nav-link.active:before,
.nav-pills.style-5 .show > .nav-link:before {
  background-color: var(--theme5);
}
.nav-pills.style-5 .shape {
  position: absolute;
  bottom: -8px !important;
  right: 0px !important;
}

@media (min-width: 1400px) {
  .gap-xxl-20 {
    gap: 5rem !important;
  }
  .gap-xxl-19 {
    gap: 4.75rem !important;
  }
  .gap-xxl-18 {
    gap: 4.5rem !important;
  }
  .gap-xxl-17 {
    gap: 4.25rem !important;
  }
  .gap-xxl-16 {
    gap: 4rem !important;
  }
  .gap-xxl-15 {
    gap: 3.75rem !important;
  }
  .gap-xxl-14 {
    gap: 3.5rem !important;
  }
  .gap-xxl-13 {
    gap: 3.25rem !important;
  }
  .gap-xxl-12 {
    gap: 3rem !important;
  }
  .gap-xxl-11 {
    gap: 2.75rem !important;
  }
  .gap-xxl-10 {
    gap: 2.5rem !important;
  }
  .gap-xxl-9 {
    gap: 2.25rem !important;
  }
  .gap-xxl-8 {
    gap: 2rem !important;
  }
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
}
/* 13.Header */
/*----------------------------------------------
    # Header style here
----------------------------------------------*/
.header-top-one {
  position: relative;
  z-index: 999;
  padding: 14px 80px;
  background-color: var(--title);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-one .language {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-one .language .single-select {
  border: none;
  display: block;
  width: 100%;
  line-height: 5px;
  height: 100%;
  padding: 0px 45px 0px 0px;
  background-image: none;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
  background-color: transparent;
}
.header-top-one .language .single-select.open {
  color: var(--text);
  background-color: var(--title);
}
.header-top-one .language .single-select:after {
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
  right: 20px;
  height: 7px;
  width: 7px;
}
.header-top-one .language .nice-select.open .list {
  width: fit-content;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(8%);
  -ms-transform: scale(1) translateY(8%);
  transform: scale(1) translateY(8%);
  -moz-transform: scale(1) translateY(8%);
  -o-transform: scale(1) translateY(8%);
}
@media (max-width: 1600px) {
  .header-top-one {
    padding: 15px 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-one {
    padding: 15px 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-one {
    padding: 15px 30px;
  }
}
.header-top-one .phone-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-one .phone-icon i {
  color: var(--white);
}
.header-top-one .phone-icon i:hover {
  color: #5e5ef6;
}
.header-top-one .phone-icon a {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
  text-transform: lowercase;
}
.header-top-one .subtitle {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.42px;
  text-transform: lowercase;
}
.header-top-one .subtitle svg {
  margin-right: 5px;
  margin-bottom: 3px;
}
.header-top-one .subtitle .color-text {
  color: var(--theme3);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  text-transform: lowercase;
}
.header-top-one .subtitle .color-text.style3 {
  color: var(--theme4);
}
.header-top-one .subtitle .color-text.color-2 {
  color: var(--theme5);
}
.header-top-one .lang {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
.header-top-one .lang .language {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #8E8E8E;
}
.header-top-one .lang .user {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-top-one .lang .user a {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}
.header-top-one .lang .user a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .header-top-one {
    display: none;
  }
}

.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1600px) {
  .header-1 .header-left {
    gap: 20px;
  }
}
.header-1 .header-left .categories {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid rgba(142, 142, 142, 0.3);
  background: var(--white);
  padding: 5px 5px 5px 15px;
}
.header-1 .header-left .categories .single-select {
  border: none;
  display: block;
  width: 100%;
  line-height: 5px;
  height: 100%;
  padding: 0px 45px 0px 0px;
  background-image: none;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.header-1 .header-left .categories .nice-select.open .list {
  width: fit-content;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(8%);
  -ms-transform: scale(1) translateY(8%);
  transform: scale(1) translateY(8%);
  -moz-transform: scale(1) translateY(8%);
  -o-transform: scale(1) translateY(8%);
}
@media (max-width: 767px) {
  .header-1 .header-left .categories {
    display: none;
  }
}
.header-1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1.header-5 {
  background-color: var(--white);
}
.header-1.header-5 .header-main {
  padding: 0;
}
@media (max-width: 1600px) {
  .header-1.header-5 .header-main {
    padding: 20px 0;
  }
}
.header-1.header-5 .header-right {
  gap: 30px;
}
.header-1.header-5 .header-right .menu-cart, .header-1.header-5 .header-right .wishlist {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}
.header-1.header-5 .header-right .cart-icon {
  position: relative;
}
.header-1.header-5 .header-right .cart-icon::before {
  background-color: var(--theme5);
}
.header-1.header-5 .category-oneadjust {
  display: flex;
  align-items: center;
  position: relative;
  padding: 25px 0;
}
@media (max-width: 1600px) {
  .header-1.header-5 .category-oneadjust {
    display: none !important;
  }
}
.header-1.header-5 .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme5);
}
.header-1.header-5 .category-oneadjust .single-select, .header-1.header-5 .category-oneadjust .form-select, .header-1.header-5 .category-oneadjust select {
  max-width: 190px;
  border-radius: 100px 0px 0px 100px;
  padding-left: 40px !important;
  padding-right: 10px !important;
}
.header-1.header-5 .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 16px 30px !important;
  border-radius: 100px 0px 0px 100px;
  border-right: none !important;
  padding-left: 50px;
}
.header-1.header-5 .category-oneadjust .nice-select::after {
  position: initial;
  margin-top: 0;
}
.header-1.header-5 .category-oneadjust .nice-select span {
  font-weight: 500;
}
.header-1.header-5 .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--title);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-1.header-5 .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-1.header-5 .category-oneadjust .search-toggle-box {
  width: 315px;
}
@media (max-width: 1600px) {
  .header-1.header-5 .category-oneadjust .search-toggle-box {
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-5 .category-oneadjust .search-toggle-box {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-5 .category-oneadjust .search-toggle-box {
    width: 60px;
  }
}
.header-1.header-5 .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-1.header-5 .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border: 1px solid rgba(92, 112, 126, 0.3);
  background-color: var(--white);
  padding: 14px 20px;
  width: 100%;
  border-radius: 0px 100px 100px 0px;
  color: #808080;
  font-weight: 500;
  font-family: "Albert Sans";
}
.header-1.header-5 .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: #808080;
  font-weight: 500;
}
.header-1.header-5 .category-oneadjust .search-toggle-box .input-area .cmn-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: var(--title);
}
.header-1.header-7 .header-right .cart-icon {
  position: relative;
}
.header-1.header-7 .header-right .cart-icon::before {
  background-color: var(--theme9);
}
.header-1.header-7 .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--theme9);
}
.header-1.header-7 .header-top-one {
  background-color: var(--theme9);
}
.header-1.header-7 .header-top-one .subtitle .color-text {
  color: var(--white);
}
.header-1.header-7 .header-top-one .language {
  border-right: 1px solid #fff;
}
.header-1.header-7 .header-main .main-menu ul li a:hover, .header-1.header-7 .header-main .main-menu ul li a.active {
  color: var(--theme9) !important;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li a.active, .header-1.header-7 .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme9);
  color: var(--title) !important;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme9) !important;
  color: var(--white) !important;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme9) !important;
}
.header-1.header-7 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme9) !important;
}
.header-1.header-7 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  background-color: var(--theme9) !important;
}
.header-1.header-7 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-1.header-7 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--title);
}
.header-1.header-7 .header-main .main-menu ul li:hover > a {
  color: var(--title);
}
.header-1.header-7 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme9) !important;
}

.header-section-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-4 {
  background-color: transparent;
  border-bottom: 1px solid #86BDD0;
}
.header-4 .header-main {
  padding: 35px 0;
}
.header-4 .header-main .header-right {
  gap: 30px;
}
.header-4 .header-main .header-right .mean__menu-wrapper {
  margin-right: -80px;
}

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

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

.header-1 {
  position: relative;
  background-color: transparent;
  z-index: 9;
  width: 100%;
}
.header-1.sticky-bg-dark .header-main .main-menu ul li a {
  color: var(--white) !important;
}
.header-1 .mega-menu-wrapper {
  position: relative;
  z-index: 9;
}
@media (max-width: 470px) {
  .header-1 .mega-menu-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 0;
  }
  .header-1 .mega-menu-wrapper .header-main .header-logo img {
    max-width: 100%;
  }
}
@media (max-width: 1399px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 10px;
  }
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
    font-size: 14px;
  }
}
.header-1 .header-right .header-button {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .header__hamburger.style4 {
  display: block;
  color: var(--theme5);
}
.header-1 .header-right .header__hamburger.style4 .sidebar__toggle {
  color: var(--theme5);
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header__hamburger.style4 .sidebar__toggle {
    color: var(--theme);
  }
}
.header-1 .header-right .sidebar__toggle {
  color: var(--white);
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .sidebar__toggle {
    color: var(--theme);
  }
}
@media (max-width: 767px) {
  .header-1 .header-right .sidebar__toggle {
    margin-left: 5px;
  }
}

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

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

.header-1 {
  z-index: 999;
}
.header-1.style-theme-color-3 .header-main .main-menu ul li a:hover, .header-1.style-theme-color-3 .header-main .main-menu ul li a.active {
  color: var(--theme4) !important;
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .submenu li a.active, .header-1.style-theme-color-3 .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme4);
  color: var(--title) !important;
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme4);
  color: var(--white) !important;
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme4);
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme4);
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  background-color: var(--theme4);
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-1.style-theme-color-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--title);
}
.header-1.style-theme-color-3 .header-main .main-menu ul li:hover > a {
  color: var(--title);
}
.header-1.style-theme-color-3 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme4);
}
.header-1.style-theme-color-4 .header-main .main-menu ul li a:hover, .header-1.style-theme-color-4 .header-main .main-menu ul li a.active {
  color: var(--theme5) !important;
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .submenu li a.active, .header-1.style-theme-color-4 .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme5);
  color: var(--title) !important;
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme5);
  color: var(--white) !important;
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme5);
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme5);
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  background-color: var(--theme5);
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-1.style-theme-color-4 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--title);
}
.header-1.style-theme-color-4 .header-main .main-menu ul li:hover > a {
  color: var(--title);
}
.header-1.style-theme-color-4 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme5);
}
.header-1 .menu-cart {
  position: relative;
}
@media (max-width: 1199px) {
  .header-1 .menu-cart {
    display: none;
  }
}
.header-1 .menu-cart .cart-box {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  padding: 5px 20px 0px;
  position: absolute;
  left: -250px;
  top: 200%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: 9999;
}
.header-1 .menu-cart .cart-box ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-1 .menu-cart .cart-box ul li a {
  padding: 0;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
}
.header-1 .menu-cart .cart-box ul li a::after {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  top: 15px;
  right: -88px;
  color: var(--white);
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 30px;
  background-color: var(--theme);
  text-align: center;
}
.header-1 .menu-cart .cart-box ul li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--title);
}
.header-1 .menu-cart .cart-box ul li img {
  width: 90px;
  border-radius: 10px;
}
.header-1 .menu-cart .cart-box .shopping-items {
  margin-top: 10px;
}
.header-1 .menu-cart .cart-box .shopping-items span {
  font-size: 16px;
  font-weight: 600;
  color: var(--title);
  text-transform: capitalize;
}
.header-1 .menu-cart .cart-box .cart-button {
  margin-top: 20px;
}
.header-1 .menu-cart .cart-box .cart-button .theme-btn {
  padding: 16px 28px;
  font-size: 14px;
}
.header-1 .menu-cart .cart-icon {
  position: relative;
}
.header-1 .menu-cart .cart-icon::before {
  position: absolute;
  top: -7px;
  right: -8px;
  content: "2";
  width: 16px;
  line-height: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.header-1 .menu-cart .cart-icon i {
  color: var(--title);
  font-size: 20px;
}
.header-1 .menu-cart:hover .cart-box {
  transform: rotateX(0deg);
  visibility: visible;
}
.header-1 .header-cataegory-item {
  position: relative;
}
@media (max-width: 991px) {
  .header-1 .header-cataegory-item {
    display: none;
  }
}
.header-1 .header-cataegory-item .left-icon {
  color: var(--theme);
}
.header-1 .header-cataegory-item .header-cataegory {
  border: 1px solid rgba(142, 142, 142, 0.3);
  padding: 12px 24px;
  border-radius: 100px;
  min-width: 190px;
}
.header-1 .header-cataegory-item .header-cataegory li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--title);
  width: 100%;
  text-transform: capitalize;
}
.header-1 .header-cataegory-item .header-cataegory li a .left-icon {
  display: inline-block;
  margin-right: 10px;
}
.header-1 .header-cataegory-item .header-cataegory li a .right-icon {
  display: inline-block;
  margin-left: 10px;
}
.header-1 .header-cataegory-item .sub-cataegory {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--title);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-1 .header-cataegory-item .sub-cataegory li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-1 .header-cataegory-item .sub-cataegory li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title);
  text-align: left;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 11;
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-1 .header-cataegory-item .sub-cataegory li .sub-cataegory {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-1 .header-cataegory-item .sub-cataegory li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.header-1 .header-cataegory-item .sub-cataegory li:hover > a::after {
  color: var(--theme);
}
.header-1 .header-cataegory-item .sub-cataegory li:hover > .sub-cataegory {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-1 .header-cataegory-item .sub-cataegory .sub-has-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-1 .header-cataegory-item:hover .sub-cataegory {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-1 .header-cataegory-item.color-2 .left-icon {
  color: var(--theme4);
}
.header-1 .header-cataegory-item.color-2 .sub-cataegory li:hover > a {
  background: var(--theme4);
  color: var(--white) !important;
}
.header-1 .header-cataegory-item.color-2 .sub-cataegory li:hover > a::after {
  color: var(--theme4);
}
.header-1 .header-cataegory-item.color-3 .left-icon {
  color: var(--theme5);
}
.header-1 .header-cataegory-item.color-3 .sub-cataegory li:hover > a {
  background: var(--theme5);
  color: var(--white) !important;
}
.header-1 .header-cataegory-item.color-3 .sub-cataegory li:hover > a::after {
  color: var(--theme5);
}

.header-section-1.style-66 {
  position: relative;
  z-index: 999;
}
.header-section-1.style-66 .header-top-one {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}
.header-section-1.style-66 .header-top-one .language .single-select {
  color: var(--title);
}
.header-section-1.style-66 .header-top-one .language .single-select.open {
  color: var(--text);
  background-color: var(--title);
}
.header-section-1.style-66 .header-top-one .language .single-select:after {
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
}
.header-section-1.style-66 .header-top-one .phone-icon .icon-telephone:before {
  content: "\e92e";
  color: var(--title) !important;
}
.header-section-1.style-66 .header-top-one .phone-icon i {
  color: var(--title) !important;
}
.header-section-1.style-66 .header-top-one .phone-icon a {
  color: var(--title);
}
.header-section-1.style-66 .header-top-one .subtitle {
  color: #5F5F5F;
}
.header-section-1.style-66 .header-top-one .subtitle .color-text {
  color: var(--theme8);
}
.header-section-1.style-66 .header-top-one .lang {
  color: #5F5F5F;
}
.header-section-1.style-66 .header-top-one .lang .user a {
  color: #5F5F5F;
}
.header-section-1.style-66 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1600px) {
  .header-section-1.style-66 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-section-1.style-66 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-section-1.style-66 .container-fluid {
    padding: 0 30px;
  }
}

.header-top-wrapper {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .header-top-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 1399px) {
  .header-top-wrapper {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header-top-wrapper {
    display: none;
  }
}
.header-top-wrapper .menu-cart {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}
@media (max-width: 1199px) {
  .header-top-wrapper .menu-cart {
    display: none;
  }
}
.header-top-wrapper .menu-cart .cart-box {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  padding: 5px 20px 0px;
  position: absolute;
  left: -250px;
  top: 200%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: 9999;
}
.header-top-wrapper .menu-cart .cart-box ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-top-wrapper .menu-cart .cart-box ul li a {
  padding: 0;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
}
.header-top-wrapper .menu-cart .cart-box ul li a::after {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  top: 15px;
  right: -88px;
  color: var(--white);
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 30px;
  background-color: var(--theme);
  text-align: center;
}
.header-top-wrapper .menu-cart .cart-box ul li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--title);
}
.header-top-wrapper .menu-cart .cart-box ul li img {
  width: 90px;
  border-radius: 10px;
}
.header-top-wrapper .menu-cart .cart-box .shopping-items {
  margin-top: 10px;
}
.header-top-wrapper .menu-cart .cart-box .shopping-items span {
  font-size: 16px;
  font-weight: 600;
  color: var(--title);
  text-transform: capitalize;
}
.header-top-wrapper .menu-cart .cart-box .cart-button {
  margin-top: 20px;
}
.header-top-wrapper .menu-cart .cart-box .cart-button .theme-btn {
  padding: 16px 28px;
  font-size: 14px;
}
.header-top-wrapper .menu-cart .cart-icon {
  position: relative;
}
.header-top-wrapper .menu-cart .cart-icon::before {
  position: absolute;
  top: -7px;
  right: -8px;
  content: "2";
  width: 16px;
  line-height: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.header-top-wrapper .menu-cart .cart-icon i {
  color: var(--title);
  font-size: 20px;
}
.header-top-wrapper .menu-cart:hover .cart-box {
  transform: rotateX(0deg);
  visibility: visible;
}
.header-top-wrapper .menu-cart-items {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid rgba(79, 83, 107, 0.3);
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .header-top-wrapper .menu-cart-items {
    display: none;
  }
}
.header-top-wrapper .menu-cart-items .cart-icon {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(79, 83, 107, 0.3);
}
.header-top-wrapper .menu-cart-items .cart-icon::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "2";
  width: 18px;
  line-height: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: var(--theme8);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.header-top-wrapper .menu-cart-items .cart-icon i {
  color: var(--title);
}
.header-top-wrapper .menu-cart-items .sidebar__toggle .bar-icon-2 {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(79, 83, 107, 0.3);
}
.header-top-wrapper .category-oneadjust {
  display: flex;
  align-items: center;
  position: relative;
}
.header-top-wrapper .category-oneadjust .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: var(--theme8);
}
.header-top-wrapper .category-oneadjust .category {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 16px 30px;
  border-radius: 100px 0px 0px 100px;
  border-right: none !important;
  padding-left: 50px;
}
.header-top-wrapper .category-oneadjust .category::after {
  position: initial;
  margin-top: 0;
}
.header-top-wrapper .category-oneadjust .category span {
  font-weight: 500;
}
.header-top-wrapper .category-oneadjust .category .list {
  max-height: 15vh;
  background: var(--title);
  width: 180px;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}
.header-top-wrapper .category-oneadjust .category .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}
.header-top-wrapper .category-oneadjust .search-toggle-box {
  width: 550px;
}
@media (max-width: 1600px) {
  .header-top-wrapper .category-oneadjust .search-toggle-box {
    width: 330px;
  }
}
@media (max-width: 1399px) {
  .header-top-wrapper .category-oneadjust .search-toggle-box {
    width: 270px;
  }
}
@media (max-width: 1199px) {
  .header-top-wrapper .category-oneadjust .search-toggle-box {
    width: 300px;
  }
}
.header-top-wrapper .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.header-top-wrapper .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border: 1px solid rgba(92, 112, 126, 0.3);
  background-color: var(--white);
  padding: 14px 20px;
  width: 100%;
  border-radius: 0px 100px 100px 0px;
  color: var(--title);
  font-weight: 500;
}
.header-top-wrapper .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: var(--text);
  font-weight: 400;
}
.header-top-wrapper .category-oneadjust .search-toggle-box .input-area .cmn-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: var(--title);
}
.header-top-wrapper .header-top-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-wrapper .header-top-right .author-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-top-wrapper .header-top-right .author-icon .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--theme8);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  position: relative;
}
.header-top-wrapper .header-top-right .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme8);
  content: "";
  transform: translate(-50%, -50%);
}
.header-top-wrapper .header-top-right .author-icon .content h5 {
  font-weight: 600;
  font-size: 18px;
}
.header-top-wrapper .header-top-right .author-icon .content h5 a {
  color: var(--title);
}
.header-top-wrapper .header-top-right .author-icon .content span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 5px;
}

.header-top-section .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1899px) {
  .header-top-section .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}

.header-6 {
  background-color: var(--black);
}
.header-6 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1899px) {
  .header-6 .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1600px) {
  .header-6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-6 .container-fluid {
    padding: 0 30px;
  }
}
.header-6 .header-main {
  padding: 0;
}
@media (max-width: 1899px) {
  .header-6 .header-main {
    padding: 0;
  }
}
.header-6 .logo {
  display: none;
}
.header-6 .logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-6 .logo-2 {
    display: block !important;
  }
}
.header-6 .header-left {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-6 .header-left .bd-header__category-nav {
    display: none !important;
  }
}
.header-6 .header-left .bd-header__category-nav .category__items {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 370px;
  background-color: var(--white);
  border: 1px solid #E5E5E5;
}
.header-6 .header-left .bd-header__category-nav .category__items-2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 370px;
  background-color: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 0 0 8px 8px;
}
.header-6 .header-left .bd-header__category-nav:not(items-open) .category__items {
  display: block;
}
.header-6 .header-left .bd-header__category-nav:not(items-open) .category__items-2 {
  display: none;
}
.header-6 .header-left .bd-category__click {
  height: 60px;
  background: var(--theme8);
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: var(--white);
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  gap: 15px;
  width: 370px;
  cursor: pointer;
}
.header-6 .header-left .bd-category__click span {
  font-weight: 500;
}
.header-6 .header-left .bd-category__click span i {
  margin-right: 10px;
}
.header-6 .header-left .bd-category__click.style-2 {
  background-color: var(--theme8);
}
.header-6 .header-left .bd-category__click:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  right: 20px;
}
.header-6 .header-left .bd-category__click.items-open::before {
  transform: rotate(180deg);
}
.header-6 .header-left .category-item ul li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.header-6 .header-left .category-item ul li a {
  display: flex;
  color: var(--title);
  align-items: center;
  gap: 10px;
  padding: 17px 20px;
  line-height: 1;
  font-weight: 500;
  justify-content: space-between;
}
.header-6 .header-left .category-item ul li a span {
  font-size: 16px;
}
.header-6 .header-left .category-item ul li a:hover {
  color: var(--theme8);
}
.header-6 .header-left .category-item ul li a:hover i {
  color: var(--theme8);
}
@media (max-width: 1199px) {
  .header-6 .header-main {
    padding: 15px 0;
  }
}
.header-6 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-6 .header-main .main-menu ul li a i {
  margin-left: 4px;
}
.header-6 .header-main .main-menu ul li a:hover {
  color: var(--theme8) !important;
}
.header-6 .header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--title);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-6 .header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-6 .header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--title);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-6 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme8) !important;
}
.header-6 .header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-6 .header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-6 .header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme8);
  color: var(--white) !important;
}
.header-6 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme8);
}
.header-6 .header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-6 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme8);
}
.header-6 .header-main .main-menu ul li:hover > a {
  color: var(--theme8);
}
.header-6 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme8);
}
.header-6 .header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-6 .header-main .sidebar__toggle {
  cursor: pointer;
}
.header-6 .header-right {
  gap: 50px;
}
@media (max-width: 575px) {
  .header-6 .header-right {
    gap: 20px;
  }
}
.header-6 .header-right .list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .header-6 .header-right .list {
    gap: 10px;
  }
}
@media (max-width: 470px) {
  .header-6 .header-right .list {
    display: none;
  }
}
.header-6 .header-right .list li {
  font-weight: 500;
}
.header-6 .header-right .list li i {
  color: var(--white);
  margin-right: 10px;
}
.header-6 .header-right .list li a {
  color: var(--white);
}
.header-6 .header-right .list li button {
  color: var(--white);
}
@media (max-width: 1199px) {
  .header-6 .header-right .sidebar__toggle {
    color: var(--white) !important;
  }
}

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

.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  z-index: 99;
}
@media (max-width: 1899px) {
  .header-main {
    padding: 20px 10px;
  }
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
@media (max-width: 1899px) {
  .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  padding: 20px 0;
  text-align: left;
  position: relative;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li a {
    letter-spacing: 1px;
  }
}
.header-main .main-menu ul li a i {
  margin-left: 5px;
  font-size: 15px;
}
.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a.active {
  color: var(--theme3) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 113%;
  inset-inline-start: 0;
  width: max-content;
  background: var(--white);
  z-index: 99999;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--title);
  border-top: 6px solid var(--theme);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 999;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: var(--title);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li a.active, .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme3);
  color: var(--title) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme3);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme3);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme3);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 10px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme3);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--title);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--title);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme3);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .header-right {
  gap: 60px;
}
.header-main .header-right .mean__menu-wrapper {
  margin-right: 80px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-main .header-right {
    gap: 15px;
  }
}
.header-main .header-right .search-icon {
  color: var(--title);
  font-size: 18px;
}
@media (max-width: 767px) {
  .header-main .header-right .search-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-main .header-right .wishlist {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-main .header-right .cart {
    display: none;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--title);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.sticky-bg-dark {
  background-color: #161921;
}
.sticky .header-top-one {
  display: none;
}
.sticky.header-1 {
  padding: 0 10px;
}
.sticky.header-1 .logo {
  display: block;
}
@media (max-width: 450px) {
  .sticky.header-1 {
    padding: 0;
  }
}
.sticky.header-6 .logo {
  display: block;
}
@media (max-width: 1199px) {
  .sticky.header-6 .logo-2 {
    display: none !important;
  }
}
.sticky.header-6 .header-left .bd-header__category-nav {
  display: none;
}
.sticky.header-6 .header-main .main-menu ul li a {
  color: var(--title);
  padding: 30px 0;
}
.sticky.header-6 .header-main .sidebar__toggle {
  cursor: pointer;
  color: var(--title) !important;
}
.sticky.header-6 .header-right .list li i {
  color: var(--title);
}
.sticky.header-6 .header-right .list li a {
  color: var(--title);
}
.sticky.header-6 .header-right .list li button {
  color: var(--title);
}

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

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 133vh;
  padding: 30px 30px;
  background-color: var(--title);
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme3);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--theme3);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme3);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--theme3);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white) !important;
}
.offcanvas__wrapper .header-cataegory-item {
  position: relative;
  z-index: 99;
  display: none;
}
@media (max-width: 991px) {
  .offcanvas__wrapper .header-cataegory-item {
    display: block;
  }
}
.offcanvas__wrapper .header-cataegory-item .left-icon {
  color: var(--theme);
}
.offcanvas__wrapper .header-cataegory-item .header-cataegory {
  border: 1px solid rgba(142, 142, 142, 0.3);
  padding: 12px 24px;
  border-radius: 100px;
  min-width: 190px;
}
.offcanvas__wrapper .header-cataegory-item .header-cataegory li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  width: 100%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .offcanvas__wrapper .header-cataegory-item .header-cataegory li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.offcanvas__wrapper .header-cataegory-item .header-cataegory li a .left-icon {
  display: inline-block;
  margin-right: 10px;
}
.offcanvas__wrapper .header-cataegory-item .header-cataegory li a .right-icon {
  display: inline-block;
  margin-left: 10px;
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--title);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .offcanvas__wrapper .header-cataegory-item .sub-cataegory {
    width: 100%;
  }
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title);
  text-align: left;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 11;
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory li .sub-cataegory {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .offcanvas__wrapper .header-cataegory-item .sub-cataegory li .sub-cataegory {
    inset-inline-start: 0%;
    top: 50px;
    width: 100%;
  }
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory li:hover > a::after {
  color: var(--theme);
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory li:hover > .sub-cataegory {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.offcanvas__wrapper .header-cataegory-item .sub-cataegory .sub-has-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas__wrapper .header-cataegory-item:hover .sub-cataegory {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

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

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
/* 15.Footer */
.footer-widgets-wrapper {
  padding: 30px 0 60px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 40px;
  content: "";
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3.style1::before {
  background-color: var(--theme3);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3.style1::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3.style3::before {
  background-color: #FFB22C;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3.style3::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3.style4::before {
  background-color: var(--theme5);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3.style4::after {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.69);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
  font-size: 22px;
  transform: rotate(-40deg);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.85);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme3);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a.style3:hover {
  background-color: #FFB22C;
  color: var(--white) !important;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a.style4:hover {
  background-color: var(--theme5);
  color: var(--white) !important;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme3);
  color: rgba(255, 255, 255, 0.8);
  bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn.style3 {
  background-color: #FFB22C;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn.style4 {
  background-color: var(--theme5);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 24px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a.style1 {
  color: var(--theme3) !important;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a.style3 {
  color: #FFB22C !important;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a.style4 {
  color: var(--theme5) !important;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .widget-head h3::before {
  background-color: #FFB22C !important;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.85);
}
.footer-widgets-wrapper.style-6 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #FFB22C !important;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .footer-content .footer-input .newsletter-btn {
  background-color: #FFB22C;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper.style-6 .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper.style-6 .single-footer-widget .list-area li:hover a {
  margin-left: 5px;
  color: #FFB22C !important;
}
.footer-widgets-wrapper.style-7 .single-footer-widget .widget-head h3::before {
  background-color: var(--theme9) !important;
}
.footer-widgets-wrapper.style-7 .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.85);
}
.footer-widgets-wrapper.style-7 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme9) !important;
}
.footer-widgets-wrapper.style-7 .single-footer-widget .footer-content .footer-input .newsletter-btn {
  background-color: var(--theme9);
}
.footer-widgets-wrapper.style-7 .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper.style-7 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper.style-7 .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper.style-7 .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper.style-7 .single-footer-widget .list-area li:hover a {
  margin-left: 5px;
  color: var(--theme9) !important;
}

.footer-bottom {
  position: relative;
  z-index: 9;
  background: #0A111E;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
  }
}
.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-bottom .footer-wrapper p a {
  color: var(--white);
  font-weight: 600;
}
.footer-bottom .footer-wrapper .credit-card-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom .footer-wrapper .credit-card-logo li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 7px;
  border-radius: 6px;
}

.contact-info-area {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  position: relative;
  border: 2px dotted var(--white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--white);
}
.contact-info-area .contact-info-items .content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
  text-transform: initial;
}
.contact-info-area .contact-info-items .content h3 a {
  color: var(--white);
}
.contact-info-area .contact-info-items .content h3 a.style3:hover {
  color: #FFB22C;
}
@media (max-width: 1899px) {
  .contact-info-area .contact-info-items .content h3 {
    font-size: 16px;
  }
}

/* 35.Input */
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border);
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: "Jost", sans-serif;
  transition: 0.4s ease-in-out;
  border-radius: 0px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme);
  background-color: var(--white);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--text);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
}
.single-select:after,
.form-select:after,
select:after {
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  right: 20px;
  height: 7px;
  width: 7px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
  display: block;
  border-radius: 0;
}
.single-select.style2,
.form-select.style2,
select.style2 {
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 24px 12px;
}
.single-select.style2:after,
.form-select.style2:after,
select.style2:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 6px;
  border-top: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: rotate(0);
  border-bottom: 0;
  margin-top: -2px;
  z-index: 9;
}
.single-select.style2.open:after,
.form-select.style2.open:after,
select.style2.open:after {
  border-top: 0;
  border-bottom: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: none;
}
.single-select.style3,
.form-select.style3,
select.style3 {
  background: var(--border);
  padding: 0 20px;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 50px 10px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2,
.form-select.style-white2,
select.style-white2 {
  background: var(--white);
  border-color: var(--white);
  padding: 0 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 70px 12px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2:after,
.form-select.style-white2:after,
select.style-white2:after {
  right: 30px;
}

.single-select {
  background-image: none !important;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 105px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--text);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--text);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group .input-icon {
  display: inline-block;
  position: absolute;
  right: 42px;
  top: 19px;
  font-size: 16px;
  color: var(--text);
}
.form-group .input-icon:hover {
  color: var(--theme);
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-white .form-control {
  background: var(--white);
}
.form-group.style-white2 .form-control {
  background: var(--white);
  border-color: var(--white);
  padding: 0 45px 0 30px;
}
.form-group.style-white2 textarea.form-control {
  padding: 16px 45px 30px 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme);
  color: var(--white);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3.5px;
  background: var(--white);
  border: 1px solid var(--border);
  height: 20px;
  width: 20px;
  text-align: center;
}
input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  background: var(--theme3);
  height: 8px;
  width: 8px;
  opacity: 0;
  transition: 0.4s;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme3);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme3);
  background-color: var(--theme3);
  color: var(--white);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid red !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: green;
  display: block;
}
.form-messages.error {
  color: red;
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/* 35.Modal */
.common-newsletter-modal {
  border-radius: 0;
}
.common-newsletter-modal .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
}
.common-newsletter-modal .modal-content {
  border-radius: 10px;
}
.common-newsletter-modal .offer-modal-right {
  text-align: center;
  padding: 30px 30px 20px 0;
}
@media (max-width: 500px) {
  .common-newsletter-modal .offer-modal-right {
    padding-right: 0;
  }
}
.common-newsletter-modal .offer-modal-right h3 {
  color: var(--black);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 500px) {
  .common-newsletter-modal .offer-modal-right h3 {
    font-size: 30px;
  }
}
.common-newsletter-modal .offer-modal-right p {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 14px 8px 30px 0;
}
@media (max-width: 500px) {
  .common-newsletter-modal .offer-modal-right p {
    padding: 8px 0px 20px 0;
  }
}
.common-newsletter-modal .offer-modal-right p span {
  color: var(--theme3);
}
.common-newsletter-modal .offer-modal-right .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.common-newsletter-modal .offer-modal-right .input-group .form-control {
  height: 47px;
  border-radius: 100px !important;
  padding-left: 20px;
}
.common-newsletter-modal .offer-modal-right .input-group .input-group-append {
  position: absolute;
  right: 0;
}
@media (max-width: 1399px) {
  .common-newsletter-modal .offer-modal-right .input-group .input-group-append {
    top: 4px;
    right: 5px;
  }
}
.common-newsletter-modal .offer-modal-right .input-group .input-group-append .theme-btn {
  border: 1px solid transparent;
  z-index: 9;
}
.common-newsletter-modal .offer-modal-right .input-group .input-group-append .theme-btn:hover {
  border: 1px solid var(--black);
}
.common-newsletter-modal .offer-modal-right .check_boxed_modal {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .common-newsletter-modal .offer-modal-right .check_boxed_modal {
    margin-top: 30px;
  }
}

/* 37.Featured Item */
.featured_item_one {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  background-color: var(--theme);
}
.featured_item_one__content--title {
  color: var(--white);
  margin-bottom: 5px;
}
.featured_item_one__content--text {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.16px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
.featured_item_one__thumb {
  margin-bottom: -68px;
}
.featured_item_one__thumb img {
  width: 152px;
  height: 169px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .featured_item_one__thumb img {
    max-width: 100%;
  }
}
.featured_item_one__thumb--shape {
  border-radius: 75px;
  background: rgba(255, 227, 225, 0.2);
}

.featured_item_two {
  padding: 40px 8px 36px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 15px;
  background-color: var(--theme3);
}
.featured_item_two__content--subtitle {
  color: var(--white);
  margin-bottom: 5px;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}
.featured_item_two__content--title {
  color: var(--white);
  margin-bottom: 5px;
  font-family: "Albert Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.featured_item_two__content--text {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.16px;
  text-transform: lowercase;
  margin-bottom: 16px;
}
.featured_item_two__thumb {
  margin-bottom: -50px;
}
.featured_item_two__thumb img {
  width: 186px;
  height: 179px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .featured_item_two__thumb img {
    max-width: 100%;
  }
}
.featured_item_two__thumb--shape {
  border-radius: 75px;
  background: rgba(255, 227, 225, 0.2);
}

.video-container {
  padding: 44px 52px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .video-container {
    padding: 36px 10px;
  }
}
.video-container .video-box {
  position: relative;
  z-index: 5;
}
.video-container .video-box .play-btn {
  position: absolute;
  top: -60px;
  left: 60px;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.video-container .video-box .play-btn > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--title);
  border: 1px solid #dad2d2;
  font-size: 55px;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.video-container .video-box .play-btn > i.fa-play {
  padding-right: -1.82em;
  font-size: 18px;
  color: var(--white);
}
.video-container .video-box .play-btn:after, .video-container .video-box .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(246, 248, 240);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.video-container .video-box .play-btn:after {
  animation-delay: 2s;
}
.video-container .video-box .play-btn:hover i {
  color: var(--theme3);
}
.video-container .video-box .play-btn:hover:after, .video-container .video-box .play-btn:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.video-container .video-box .video-content {
  padding-left: 100px;
}
.video-container .video-box .video-content .section-title h3 {
  color: var(--white);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .video-container .video-box .video-content .section-title h3 {
    max-width: 260px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  .video-container .video-box .video-content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .video-container .video-box .video-content {
    padding-left: 30px;
    margin-top: 75px;
    position: absolute;
  }
}
.video-container .video-content {
  padding-top: 90px;
}
.video-container .video-content h3 {
  color: var(--white);
  font-family: "Albert Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .video-container .video-content h3 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .video-container .video-content h3 {
    font-size: 30px;
  }
}

.blog_card_one__thumb img {
  max-width: 100%;
}
.blog_card_one__content--date {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .blog_card_one__content--date {
    font-size: 14px;
  }
}
.blog_card_one__content h4 {
  color: var(--title2);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.blog_card_two {
  margin-top: 30px;
  justify-content: space-between;
}
.blog_card_two__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog_card_two__content {
  padding: 25px;
  background-color: var(--bg-3);
  box-shadow: var(--box-shadow);
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
@media (max-width: 1899px) {
  .blog_card_two__content {
    padding: 18px;
  }
}
.blog_card_two__content--post-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 16px;
  margin-left: 50px;
}
@media (max-width: 1899px) {
  .blog_card_two__content--post-list {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .blog_card_two__content--post-list {
    gap: 8px;
  }
}
.blog_card_two__content--post-list li {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.blog_card_two__content h3 {
  margin-left: 50px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  margin-top: 17px;
}
@media (max-width: 1899px) {
  .blog_card_two__content h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.blog_card_two__content .theme-btn-2 {
  display: block;
  margin-left: 50px;
  margin-top: 26px;
}
@media (max-width: 1899px) {
  .blog_card_two__content .theme-btn-2 {
    margin-top: 10px !important;
  }
}
.blog_card_two__content--date {
  position: absolute;
  background-color: var(--theme3);
  border-radius: 36px;
  transform: rotate(90deg);
  margin: 24px -55px 0;
  padding: 5px 10px;
  text-align: center;
}
.blog_card_two__content--date ul li {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.blog-card-items-four__thumb {
  position: relative;
}
.blog-card-items-four__thumb img {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.blog-card-items-four__content {
  padding: 55px 50px;
  background-color: #F7F7F7;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .blog-card-items-four__content {
    padding: 20px;
  }
}
.blog-card-items-four__content .meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-card-items-four__content .meta .date {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog-card-items-four__content .meta .date {
    font-size: 12px;
  }
}
.blog-card-items-four__content .meta .date i {
  color: var(--theme5);
  margin-right: 9px;
}
.blog-card-items-four__content .meta .tag {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog-card-items-four__content .meta .tag {
    font-size: 12px;
  }
}
.blog-card-items-four__content .meta .tag i {
  color: var(--theme5);
  margin-right: 9px;
}
.blog-card-items-four__content h3 {
  margin-top: 9px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-card-items-four__content h3 {
    margin-bottom: 20px;
  }
}
.blog-card-items-four__content h3 a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog-card-items-four__content h3 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
  }
}
.blog-card-items-four__content a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.blog-card-items-four__content a i, .blog-card-items-four__content a svg {
  margin-left: 14px;
  transition: all 0.3s linear;
  color: var(--title);
}
.blog-card-items-four__content a:hover {
  color: var(--theme5);
}
.blog-card-items-four__content a:hover svg path {
  fill: var(--theme5);
}
.blog-card-items-four.style-2 .blog-card-items-four__thumb img {
  border-radius: 0;
}

.blog-card-items-four__content.style-two {
  background-color: var(--white);
  border-radius: 0;
  margin-bottom: 33px;
}
.blog-card-items-four__content.style-two span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
}
.blog-card-items-four__content.style-two a {
  line-height: 1;
}
.blog-card-items-four__content.style-two h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px;
}
.blog-card-items-four__content.style-two p {
  font-size: 18px;
  color: #5F5F5F;
  font-weight: 400;
}
.blog-card-items-four__content.style-two .theme-btn {
  border-radius: 0;
  background-color: var(--theme7);
  color: var(--white);
  margin-top: 30px;
}

.blog-page-section .pagination {
  padding-top: 40px;
}

.news-box-items-5 {
  margin-top: 60px;
}
.news-box-items-5 .thumb {
  position: relative;
}
.news-box-items-5 .thumb img {
  width: 100%;
  height: 100%;
}
.news-box-items-5 .thumb .post-date {
  background: var(--white);
  position: absolute;
  top: -30px;
  left: 30px;
  padding: 20px 25px;
  text-align: center;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.news-box-items-5 .thumb .post-date .date {
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
}
.news-box-items-5 .thumb .post-date .month {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.news-box-items-5 .content {
  margin-top: 30px;
}
.news-box-items-5 .content .post-box {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme7);
  border: 1px solid var(--theme7);
  border-radius: 30px;
  line-height: 1;
  padding: 8px 24px;
  margin-bottom: 15px;
  display: inline-block;
}
.news-box-items-5 .content .post-box:hover {
  background-color: var(--theme7);
  color: var(--white);
}
.news-box-items-5 .content h3 {
  font-weight: 500;
  font-size: 24px;
}
.news-box-items-5 .content h3 a:hover {
  color: var(--theme7);
}
.news-box-items-5 .content .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme7);
  margin-top: 15px;
}
.news-box-items-5:hover .thumb .post-date {
  background-color: var(--theme7);
}
.news-box-items-5:hover .thumb .post-date .date {
  color: var(--white);
}
.news-box-items-5:hover .thumb .post-date .month {
  color: var(--white);
}

.blog-card-items2 {
  margin-top: 30px;
}
.blog-card-items2 .blog-image {
  position: relative;
}
.blog-card-items2 .blog-image img {
  width: 100%;
  height: 100%;
}
.blog-card-items2 .blog-image .post {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background-color: var(--theme8);
  line-height: 1;
  padding: 10px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.blog-card-items2 .blog-image .post li {
  font-weight: 500;
  color: var(--white);
}
.blog-card-items2 .blog-image .post.fashion-post {
  color: var(--white);
  background: var(--title);
  border-radius: 6px;
  padding: 11px 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
  display: inline-block;
  left: initial;
}
.blog-card-items2 .blog-content {
  margin-top: 25px;
}
.blog-card-items2 .blog-content .post-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 6px;
}
.blog-card-items2 .blog-content .post-meta li {
  font-size: 14px;
}
.blog-card-items2 .blog-content .post-meta li i {
  color: var(--theme8);
  margin-right: 6px;
}
.blog-card-items2 .blog-content .post-meta.style-2 li {
  color: rgba(63, 68, 75, 0.7);
}
.blog-card-items2 .blog-content .post-meta.style-2 li i {
  color: rgba(63, 68, 75, 0.7);
}
.blog-card-items2 .blog-content h3 a:hover {
  color: #FFB22C;
}
.blog-card-items2 .blog-content .theme-btn-2 {
  color: var(--theme8);
  text-decoration: underline;
}
.blog-card-items2 .blog-content .theme-btn-2.style-2 {
  color: var(--title);
  margin-top: 25px;
  display: inline-block;
}
.blog-card-items2 .blog-content .theme-btn-2.style-2 i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: var(--title);
  border-radius: 50px;
  text-align: center;
  color: var(--white);
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}
.blog-card-items2 .blog-content .theme-btn-2.style-2:hover {
  color: var(--theme9);
}
.blog-card-items2 .blog-content .theme-btn-2.style-2:hover i {
  background-color: var(--theme9);
}
.blog-card-items2.style-2 .blog-content h3 a:hover {
  color: var(--theme9);
}

.testimonial-card-items-one {
  margin-top: 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .testimonial-card-items-one {
    padding: 25px;
  }
}
.testimonial-card-items-one .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card-items-one .client-info .client-img {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card-items-one .client-info .client-img .icon {
  position: absolute;
  left: -25px;
  bottom: -35px;
}
.testimonial-card-items-one .client-info .client-img .icon .shape {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.testimonial-card-items-one .client-info .content h3 {
  color: #121315;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .testimonial-card-items-one .client-info .content h3 {
    font-size: 18px;
  }
}
.testimonial-card-items-one p {
  font-weight: 500;
  margin-bottom: 30px;
}
.testimonial-card-items-one .star {
  color: var(--theme3);
}

@media (min-width: 1400px) {
  .testimonial-slider-one {
    margin-right: -250px;
  }
}
.testimonial-slider-one .swiper-slide {
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
}
.testimonial-slider-one .swiper-slide-active .testimonial-card-items-one {
  border-top: 3px solid var(--theme3);
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(51, 39, 39, 0.06);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.testimonial-slider-one .swiper-slide-active .testimonial-card-items-one .client-info .client-img .icon .shape {
  filter: invert(23%) sepia(96%) saturate(2210%) hue-rotate(170deg) brightness(95%) contrast(103%);
}

.testimonial-card-items-two {
  background-color: var(--white);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 40px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .testimonial-card-items-two {
    padding: 25px;
  }
}
.testimonial-card-items-two__star-wrapper {
  margin-bottom: 20px;
}
.testimonial-card-items-two__star-wrapper i {
  color: var(--orange3);
}
.testimonial-card-items-two__contentt {
  color: "Albert Sans", sans-serif;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.testimonial-card-items-two__contentt__content--text {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 7px;
}
.testimonial-card-items-two__client-info {
  margin-top: 30px;
}
.testimonial-card-items-two__client-info__thumb {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card-items-two__client-info__thumb__client-content {
  margin-top: 30px;
}
.testimonial-card-items-two__client-info__thumb__client-content h6 {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-card-items-two__client-info__thumb__client-content p {
  font-size: 16px;
  font-weight: 400;
}
.testimonial-card-items-two__client-info i {
  font-size: 40px;
}

.testimonial-card-items-three {
  padding: 40px;
  border-radius: 0px 50px;
  border: 1px solid var(--border-3);
  background-color: var(--white);
  margin-top: 60px;
}
.testimonial-card-items-three__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-card-items-three__header--thumb {
  position: relative;
  margin-top: -100px;
}
.testimonial-card-items-three__header--thumb::before {
  position: absolute;
  content: "";
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  border: 1px solid var(--theme4);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card-items-three__header--thumb img {
  position: relative;
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card-items-three__header--star-wrap {
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonial-card-items-three__header--star-wrap i {
  color: var(--theme4);
}
.testimonial-card-items-three p {
  margin-top: 30px;
  color: var(--border-5);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.testimonial-card-items-three__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.testimonial-card-items-three__footer--profile-details h6 {
  color: #232323;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.testimonial-card-items-three__footer--profile-details p {
  color: var(--border-5);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 5px;
}
.testimonial-card-items-four {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-card-items-four_thumb {
  position: relative;
  text-align: center;
  max-width: 200px;
  margin: 40px auto 0;
}
.testimonial-card-items-four_thumb::before {
  position: absolute;
  content: "";
  top: 35px;
  left: -350px;
  width: 369px;
  height: 1px;
  background-color: #E6E6E6;
  z-index: 8;
}
.testimonial-card-items-four_thumb::after {
  position: absolute;
  content: "";
  top: 35px;
  right: -344px;
  width: 369px;
  height: 1px;
  background-color: #E6E6E6;
  z-index: 8;
}
@media (max-width: 1899px) {
  .testimonial-card-items-four_thumb::after {
    right: -329px;
  }
}
.testimonial-card-items-four_thumb img {
  position: relative;
  z-index: 8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card-items-four_thumb .bg {
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 6;
}

@media (min-width: 1400px) {
  .testimonial-slider-three {
    margin-right: -320px;
  }
}

.testimonial-container-wrapper.style3 .arrow-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-container-wrapper.style3 .slider-prev,
.testimonial-container-wrapper.style3 .slider-next {
  width: 56px;
  height: 56px;
  background-color: var(--white);
  border: 1px solid var(--theme4);
  color: var(--theme4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.testimonial-container-wrapper.style3 .slider-prev:hover,
.testimonial-container-wrapper.style3 .slider-next:hover {
  background-color: var(--theme4);
  color: var(--white);
}

.testimonialSliderFour {
  position: relative;
}
@media (max-width: 1199px) {
  .testimonialSliderFour .arrow-btn {
    display: none;
  }
}
.testimonialSliderFour .slider-prev,
.testimonialSliderFour .slider-next {
  width: 56px;
  height: 56px;
  background-color: var(--white);
  border: 1px solid var(--theme5);
  color: var(--theme5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.testimonialSliderFour .slider-prev:hover,
.testimonialSliderFour .slider-next:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.testimonialSliderFour .slider-prev {
  position: absolute;
  z-index: 8;
  top: 10%;
  left: 0;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
}
.testimonialSliderFour .slider-next {
  position: absolute;
  z-index: 8;
  top: 10%;
  right: 0;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
}

.brand-logo {
  margin: 20px;
  padding: 26px 36px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.brand-logo img {
  max-width: 100%;
}

.brand-logo-slider-wrapper-four {
  padding: 100px 0;
}
.brand-logo-slider-wrapper-four .swiper-slide {
  text-align: center;
}

.brand-wrappper-two.style1 .swiper .brand-img-two {
  text-align: center;
}

.best-seller-one {
  padding: 14px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--white);
}
.best-seller-one__thumb {
  border-radius: 10px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
}
.best-seller-one__star-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
.best-seller-one__star-wrap .star {
  gap: 2px;
}
.best-seller-one__star-wrap .star i {
  font-size: 13px;
  color: var(--orange3);
}
.best-seller-one__star-wrap span {
  color: #a1a1a1;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.best-seller-one__content-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 7px;
}
.best-seller-one__content-price .offer-price {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.best-seller-one__content-price .original-price {
  color: #a1a1a1;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
  text-transform: capitalize;
}
.best-seller-one__content-title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.best-seller-one__content-title a:hover {
  color: #ff4035 !important;
}
.best-seller-one__icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.best-seller-one__icons a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  font-size: 13px;
  transition: all 0.3s;
  border-radius: 50%;
}
.best-seller-one__icons a i:hover {
  background-color: #ffeceb;
  color: var(--theme3);
}

.best-seller-product-items-two {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--white);
  position: relative;
  border: 3px solid transparent;
  transition: all 0.4s ease-in-out;
}
.best-seller-product-items-two .icon-box2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.best-seller-product-items-two__badge1 {
  position: absolute;
  top: 17px;
  left: 20px;
  border-radius: 36px;
  color: var(--white);
  text-align: center;
  padding: 10px 12px;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--theme3);
  text-transform: uppercase;
}
.best-seller-product-items-two__thumb {
  text-align: center;
}
.best-seller-product-items-two__thumb img {
  max-width: 100%;
}
.best-seller-product-items-two__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.best-seller-product-items-two__details--subtitle {
  color: #a1a1a1;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.best-seller-product-items-two__details--title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .best-seller-product-items-two__details--title {
    font-size: 16px;
    line-height: 26px;
  }
}
.best-seller-product-items-two__details--price .original-price {
  color: #a1a1a1;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: line-through;
}
@media (max-width: 1399px) {
  .best-seller-product-items-two__details--price .original-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.best-seller-product-items-two__details--price .offer-price {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-right: 15px;
}
@media (max-width: 1399px) {
  .best-seller-product-items-two__details--price .offer-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.best-seller-product-items-two__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd9d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.best-seller-product-items-two__icon i {
  color: var(--theme3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.best-seller-product-items-two__icon:hover {
  background-color: var(--theme3);
}
.best-seller-product-items-two__icon:hover i {
  color: var(--white);
}
.best-seller-product-items-two:hover {
  border: 3px solid #ff4035;
}
.best-seller-product-items-two:hover .icon-box2 {
  opacity: 1;
  visibility: visible;
}
.best-seller-product-items-two.style-seller-3:hover {
  border: 3px solid var(--theme5);
}
.best-seller-product-items-two.style-seller-3 .icon-box2 a:hover,
.best-seller-product-items-two.style-seller-3 .icon-box2 button:hover {
  color: var(--white);
  background: var(--theme5);
}
.best-seller-product-items-two.style-seller-3 .best-seller-product-items-two__badge1 {
  background-color: var(--theme5);
}
.best-seller-product-items-two.style-seller-3 .best-seller-product-items-two__details--price .offer-price {
  color: var(--theme5);
}
.best-seller-product-items-two.style-seller-3 .best-seller-product-items-two__details--title {
  padding: 5px 0;
}
.best-seller-product-items-two.style-seller-3 .best-seller-product-items-two__details--title a:hover {
  color: var(--theme5);
}
.best-seller-product-items-two.style-seller-3.style-border {
  border: 1px solid #e6e6e6;
}
.best-seller-product-items-two.style-5 {
  border-radius: 0;
  margin-top: 24px;
}
.best-seller-product-items-two.style-5 .best-seller-product-items-two__badge1 {
  background-color: var(--theme7);
}
.best-seller-product-items-two.style-5__badge1 {
  background: var(--theme7);
  border: 1px solid var(--theme7);
}
.best-seller-product-items-two.style-5 .best-seller-product-items-two__details--title a:hover {
  color: var(--theme7);
}
.best-seller-product-items-two.style-5 .offer-price {
  color: var(--theme7) !important;
}
.best-seller-product-items-two.style-7 {
  border-radius: 0;
  margin-top: 24px;
  padding: 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .best-seller-product-items-two.style-7 .best-seller-product-items-two__thumb img {
    width: 100%;
    height: 100%;
  }
}
.best-seller-product-items-two.style-7 .best-seller-product-items-two__badge1 {
  background-color: var(--theme9);
}
.best-seller-product-items-two.style-7__badge1 {
  background: var(--theme9);
  border: 1px solid var(--theme9);
}
.best-seller-product-items-two.style-7 .best-seller-product-items-two__details--title {
  font-size: 20px;
}
.best-seller-product-items-two.style-7 .best-seller-product-items-two__details--title a:hover {
  color: var(--theme9);
}
.best-seller-product-items-two.style-7 .offer-price {
  color: var(--theme9) !important;
}
.best-seller-product-items-two.style-7 .star i {
  color: #ff8a00;
}
.best-seller-product-items-two.style-7 .star i.color-2 {
  color: #5f5f5f;
}
.best-seller-product-items-two.style-7 .icon-box2 {
  top: 30px;
  right: 30px;
  display: grid;
  left: initial;
  transform: initial;
}
.best-seller-product-items-two.style-7 .icon-box2 a,
.best-seller-product-items-two.style-7 .icon-box2 button {
  border: 1px solid var(--theme9);
}
.best-seller-product-items-two.style-7 .icon-box2 a i,
.best-seller-product-items-two.style-7 .icon-box2 button i {
  color: var(--theme9);
}
.best-seller-product-items-two.style-7 .icon-box2 a:hover,
.best-seller-product-items-two.style-7 .icon-box2 button:hover {
  background-color: var(--theme9);
}
.best-seller-product-items-two.style-7 .icon-box2 a:hover i,
.best-seller-product-items-two.style-7 .icon-box2 button:hover i {
  color: var(--white) !important;
}
.best-seller-product-items-two.style-11 {
  border: 1px solid var(--border-6);
  padding: 20px;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
}
.best-seller-product-items-two.style-11 .badge2 {
  position: absolute;
  top: 17px;
  left: 20px;
  border-radius: 4px;
  color: var(--white);
  text-align: center;
  padding: 10px 12px;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--theme3);
  text-transform: uppercase;
}
.best-seller-product-items-two.style-11 .product-content .product-details .subtitle {
  color: #4d4d4d;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.best-seller-product-items-two.style-11 .product-content .product-details .pricee {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best-seller-product-items-two.style-11 .product-content .product-details .pricee .text .original-price {
  color: #a1a1a1;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: line-through;
}
@media (max-width: 1399px) {
  .best-seller-product-items-two.style-11 .product-content .product-details .pricee .text .original-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.best-seller-product-items-two.style-11 .product-content .product-details .pricee .text .offer-price {
  color: #1a1a1a;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .best-seller-product-items-two.style-11 .product-content .product-details .pricee .text .offer-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.best-seller-product-items-two.style-11 .product-content .product-details .pricee .icon {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background-color: #f2f2f2;
  color: #1a1a1a;
}
.best-seller-product-items-two.style-11 .product-content .star i {
  color: var(--theme8);
}
.best-seller-product-items-two.style-11 .product-content .star i.color {
  color: #cccccc;
}
.best-seller-product-items-two.style-11:hover {
  border: 1px solid var(--theme8);
}

.best-seller-items-three {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.best-seller-items-three__thumb {
  padding: 18px 25px;
  background-color: var(--bg-2);
}
.best-seller-items-three__thumb img {
  width: 118px;
  height: 85px;
  object-fit: contain;
}
.best-seller-items-three__content h6 {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .best-seller-items-three__content h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.best-seller-items-three__content h6 a:hover {
  color: #80b501;
}
.best-seller-items-three__content p {
  color: var(--theme4);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.best-seller-items-three__content--star-wrap {
  margin-top: 10px;
}
.best-seller-items-three__content--star-wrap i {
  color: #e8c54a;
  font-size: 14px;
}

.icon-box2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-box2 a,
.icon-box2 button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--theme3);
  border: 1px solid #f0bab7;
  transition: all 0.3s linear;
  border-radius: 50%;
}
.icon-box2 a i,
.icon-box2 button i {
  color: var(--title);
}
.icon-box2 a svg path,
.icon-box2 button svg path {
  fill: var(--theme3);
  stroke: var(--theme3);
}
.icon-box2 a:hover,
.icon-box2 button:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.icon-box2 a:hover i,
.icon-box2 button:hover i {
  color: var(--white);
}
.icon-box2 a:hover svg path,
.icon-box2 button:hover svg path {
  fill: var(--white);
  stroke: var(--white);
}
.product-card-items .product-image {
  position: relative;
  height: 339px;
}
.product-card-items .product-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.product-card-items .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-items .product-image .product-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.product-card-items .product-image .product-content .subtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-card-items .product-image .product-content h2 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
}
.product-card-items .product-image .product-content h2 span {
  color: var(--theme8);
}

.product-wrapper {
  max-width: 1230px;
  margin: 0 auto;
}
.product-wrapper .product-animal-items {
  padding: 60px;
  background-color: var(--theme9);
  border-radius: 10px;
  position: relative;
  height: 492px;
}
.product-wrapper .product-animal-items .product-content {
  position: relative;
  z-index: 9;
}
.product-wrapper .product-animal-items .product-content .text {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.product-wrapper .product-animal-items .product-content .text h6 {
  color: var(--white);
  font-weight: 800;
}
.product-wrapper .product-animal-items .product-content .text span {
  color: var(--white);
}
.product-wrapper .product-animal-items .product-content h2 {
  color: var(--white);
  margin-bottom: 24px;
}
.product-wrapper .product-animal-items .product-content p {
  color: var(--white);
  margin-bottom: 20px;
}
.product-wrapper .product-animal-items.style-2 {
  background: #cb8161;
  position: relative;
  padding: 30px 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 234px;
  max-width: 430px;
  overflow: hidden;
}
.product-wrapper .product-animal-items.style-2 .animal-image3 {
  margin-bottom: -10px;
}
.product-wrapper .product-animal-items.style-2 .product-content h6 {
  font-weight: 700px;
  margin-bottom: 15px;
  color: var(--white);
}
.product-wrapper .product-animal-items.style-2 .product-content h2 {
  margin-bottom: 10px;
}
.product-wrapper .product-animal-items.style-2 .product-content span {
  color: var(--white);
  font-weight: 600;
  display: block;
}
.product-wrapper .product-animal-items.style-2 .product-content .theme-btn {
  margin-top: 10px;
  border: none;
  padding: 10px;
  background-color: var(--theme9);
  color: var(--white);
}
.product-wrapper .product-animal-items.style-2 .product-content .theme-btn::before {
  background-color: var(--white);
}
.product-wrapper .product-animal-items.style-2 .product-content .theme-btn:hover {
  color: var(--title) !important;
}
.product-wrapper .product-animal-items.style-2 .animal-image3 img {
  width: 100%;
  height: 100%;
}
.product-wrapper .product-animal-items.style-2.bg-color {
  background: #ccdfe3;
  padding: 30px 10px 0px 30px;
}
.product-wrapper .product-animal-items .theme-btn {
  margin-top: 10px;
  border: none;
  background-color: var(--white);
  color: var(--title);
}
.product-wrapper .product-animal-items .theme-btn::before {
  background-color: var(--theme3);
}
.product-wrapper .product-animal-items .theme-btn:hover {
  color: var(--white) !important;
}
.product-wrapper .product-animal-items .animal-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-wrapper .product-animal-items .animal-image img {
  width: 100%;
  height: 100%;
}
.product-wrapper .product-animal-items .animal-image2 {
  position: absolute;
  right: 30px;
  top: 30px;
  bottom: 30px;
}
.product-wrapper .product-animal-items .animal-image2 img {
  width: 100%;
  height: 100%;
}

.cta-wrapper.style1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px 0 40px 0;
  position: relative;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.cta-wrapper.style1 .cta-main-content {
  text-align: center;
}
.cta-wrapper.style1 .cta-main-content h2 {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .cta-wrapper.style1 .cta-main-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper.style1 .cta-main-content h2 {
    font-size: 30px;
  }
}
.cta-wrapper.style1 .cta-main-content p {
  font-family: "Albert Sans", sans-serif;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cta-wrapper.style1 .cta-main-content p br {
    display: none;
  }
}
.cta-wrapper.style1 .shape-1 {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .cta-wrapper.style1 .shape-1 {
    left: 0;
  }
}
@media (max-width: 991px) {
  .cta-wrapper.style1 .shape-1 {
    display: none;
  }
}
.cta-wrapper.style1 .shape-1 .thumb {
  position: relative;
}
.cta-wrapper.style1 .shape-1 .thumb img {
  border-radius: 12px;
  width: 100%;
}
.cta-wrapper.style1 .shape-1 .thumb .badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  background-color: var(--theme3);
  padding: 10px 12px;
  border-radius: 100px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .cta-wrapper.style1 .shape-1 .thumb {
    display: none;
  }
}
.cta-wrapper.style1 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 53px;
}
@media (max-width: 991px) {
  .cta-wrapper.style1 .shape-2 {
    display: none;
  }
}
@media (max-width: 1399px) {
  .cta-wrapper.style1 .shape-2 .thumb {
    width: 250px;
  }
}

.cta-bg-wrapper {
  position: relative;
}
.cta-bg-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #FFF 100%);
}

.cta-wrapper-two h2 {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: 20px;
}
.cta-wrapper-two p {
  color: var(--p, #555);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.cta-wrapper-two .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.cta-content-four__subtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta-content-four h2 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
.cta-content-four p {
  color: var(--border-5);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 476px;
  margin-bottom: 30px;
}
.cta-content-four.style-12 {
  position: relative;
}
@media (max-width: 1199px) {
  .cta-content-four.style-12 {
    text-align: center;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.cta-content-four.style-12 .subtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .cta-content-four.style-12 p {
    margin: 30px auto 30px;
  }
}
.cta-content-four.style-12 h2 {
  font-size: 56px;
  font-weight: 700;
}
.cta-content-four.style-12 h2 span {
  color: var(--theme8);
}

.cta-collection-wrapper h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.cta-collection-wrapper .cta-collection-image {
  margin-top: 30px;
  height: 401px;
  position: relative;
}
.cta-collection-wrapper .cta-collection-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.cta-collection-wrapper .cta-collection-image .content {
  padding: 40px;
  position: relative;
  z-index: 9;
}
.cta-collection-wrapper .cta-collection-image .content h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.cta-collection-wrapper .cta-collection-image .content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 138%;
  margin-bottom: 20px;
}
.cta-collection-wrapper .cta-collection-image .content p {
  max-width: 210px;
  color: #0A111E;
}
.cta-collection-wrapper .cta-collection-image .theme-btn {
  background-color: var(--theme7);
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.cta-collection-wrapper .cta-collection-image .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  color: var(--theme7);
}
.cta-collection-wrapper .cta-collection-image .icon:hover {
  background-color: var(--theme7);
  color: var(--white);
}

.banner-shop-7 {
  background-color: #57C4E3;
  padding: 60px 40px;
  border-radius: 15px;
  position: relative;
  height: 300px;
}
.banner-shop-7 .dog-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-shop-7 h3 {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.banner-shop-7 p {
  color: var(--white);
  margin-top: 5px;
  position: relative;
  z-index: 9;
}
.banner-shop-7 .box {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.banner-shop-7 .box .number {
  background: var(--white);
  color: var(--theme9) !important;
  line-height: 15px !important;
}
.banner-shop-7 .box .text {
  color: var(--white) !important;
}
.banner-shop-7.bg-2 {
  background-color: #F8B948;
}
.banner-shop-7.bg-2 h3 {
  font-size: 24px;
}
.banner-shop-7.bg-2 .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--white);
  font-family: "Albert Sans";
  margin-top: 15px;
}
.banner-shop-7.bg-3 {
  background-color: #00C9D5;
}

.cta-card-items .cta-image {
  position: relative;
  height: 360px;
}
.cta-card-items .cta-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.cta-card-items .cta-image .cta-content {
  padding: 80px 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .cta-card-items .cta-image .cta-content {
    padding: 50px 30px;
  }
}
.cta-card-items .cta-image .cta-content .subtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta-card-items .cta-image .cta-content h2 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.cta-card-items .cta-image .cta-content .starting {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.cta-card-items .cta-image .cta-content .starting span {
  font-family: 14px;
  font-weight: 400;
  color: var(--text3);
}
.cta-card-items .cta-image .cta-content .starting .post {
  padding: 8px;
  line-height: 1;
  color: var(--white);
  background-color: var(--theme8);
  font-weight: 500;
}
.cta-card-items .cta-image .cta-content .timer-box {
  margin-bottom: 24px;
  gap: 0;
  justify-content: start;
}
.cta-card-items .cta-image .cta-content .timer-box .box {
  border: none;
  padding: 10px;
  background: transparent;
  min-width: 0px;
}
.cta-card-items .cta-image .cta-content .timer-box .box .number {
  border-bottom: none;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--title);
}

.vedio-area {
  padding: 250px 0;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 575px) {
  .vedio-area {
    padding: 200px 0;
  }
}

.video-box-2 .play-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--white);
  color: var(--theme9);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}

.cta-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--theme9);
  border-radius: 30px;
  padding: 70px 100px;
}
@media (max-width: 1199px) {
  .cta-wrapper-4 {
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 40px;
  }
}
.cta-wrapper-4 .cta-items2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-wrapper-4 .cta-items2 .content h4 {
  color: var(--white);
}
.cta-wrapper-4 .cta-items2 .content p {
  color: var(--white);
}

.cta-section-3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .cta-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .cta-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .cta-section-3 .container-fluid {
    padding: 0 30px;
  }
}

.food-collection-section .array-button {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
.food-collection-section .array-button .array-prev, .food-collection-section .array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.food-collection-section .array-button .array-prev {
  border: 1px solid var(--theme9);
  color: var(--theme9);
}
.food-collection-section .array-button .array-prev:hover {
  background-color: var(--theme9);
  color: var(--white);
}
.food-collection-section .array-button .array-next {
  border: 1px solid var(--theme9);
  color: var(--white);
  background-color: var(--theme9);
}
.food-collection-section .array-button .array-next:hover {
  background-color: var(--title);
  border: 1px solid var(--title);
}

.popular-product-wrapper.style1 {
  display: flex;
  align-items: end;
  gap: 30px;
}
@media (max-width: 1899px) {
  .popular-product-wrapper.style1 {
    flex-wrap: wrap;
  }
}

.card-items-wrapper.style2 {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .card-items-wrapper.style2 {
    flex-wrap: wrap;
  }
}

.popular-product-card-item-one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  width: 100%;
}
.popular-product-card-item-one__content {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .popular-product-card-item-one__content {
    padding-right: 39px;
  }
}
@media (max-width: 767px) {
  .popular-product-card-item-one__content {
    padding-right: 10px;
  }
}
.popular-product-card-item-one__content .offer {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 4px;
  background-color: var(--title);
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
.popular-product-card-item-one__content .subtitle {
  margin-top: 22px;
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.popular-product-card-item-one__content p {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.popular-product-card-item-one__content h3 {
  position: relative;
  z-index: 4;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 22px;
}
.popular-product-card-item-one__content .product-btn-wrapper {
  display: flex;
  width: 100%;
  gap: 16px;
  margin-top: 7px;
}
.popular-product-card-item-one__content .product-btn-wrapper .theme-btn.style6 {
  padding: 8px 25px;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .popular-product-card-item-one__content .product-btn-wrapper {
    flex-wrap: wrap;
  }
}
.popular-product-card-item-one__thumb {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.popular-product-card-item-one__thumb img {
  width: 105px;
  height: 137px;
  object-fit: contain;
}
.popular-product-card-item-one__thumb.child2 {
  top: 20px;
  right: -45px;
}
.popular-product-card-item-one__thumb.child2 img {
  width: 249px;
  height: 155px;
  object-fit: contain;
}

.popular-product-card-item-two {
  padding: 40px 26px 20px;
  border-radius: 10px;
  background-color: var(--white);
  text-align: center;
  width: 100%;
  height: 100%;
}
.popular-product-card-item-two__thumb {
  width: 143px;
  height: 165px;
  margin: 0 auto;
}
.popular-product-card-item-two.child3 {
  padding: 40px 10px 20px;
}
.popular-product-card-item-two__content h6 {
  color: #0a111e;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popular-product-card-item-two__content .star {
  margin-bottom: 24px;
}
.popular-product-card-item-two__content .star i {
  color: #ff6500;
}
.popular-product-card-item-two__content .text .color-text {
  color: var(--theme3);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.popular-product-card-item-two .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: all 0.3s linear;
  margin-top: 22px;
}
.popular-product-card-item-two .icon a i,
.popular-product-card-item-two .icon a,
.popular-product-card-item-two .icon button {
  width: 36px;
  height: 36px;
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  color: var(--title);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.popular-product-card-item-two .icon a i svg,
.popular-product-card-item-two .icon a svg,
.popular-product-card-item-two .icon button svg {
  width: 17px;
  height: 17px;
  transition: all 0.3s linear;
}
.popular-product-card-item-two .icon a i svg path,
.popular-product-card-item-two .icon a svg path,
.popular-product-card-item-two .icon button svg path {
  stroke: var(--title);
  transition: all 0.3s linear;
}
.popular-product-card-item-two .icon a i:hover,
.popular-product-card-item-two .icon a:hover,
.popular-product-card-item-two .icon button:hover {
  background-color: #f5b4a6;
  color: var(--theme3);
}
.popular-product-card-item-two .icon a i:hover svg path,
.popular-product-card-item-two .icon a:hover svg path,
.popular-product-card-item-two .icon button:hover svg path {
  stroke: var(--white);
}

.popular-product-timer-box .box {
  display: inline-block;
}
.popular-product-timer-box .box .number {
  padding: 17px 11px;
  border-radius: 10px;
  background: #fff5f4;
  margin-bottom: 5px;
  color: var(--theme3);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: 50px;
  height: 50px;
}
.popular-product-timer-box .box .text {
  color: var(--title);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}
.price .discount-price {
  color: #f85c0e;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.price .original-price {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.timer-box-2 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 16px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
  min-width: 160px;
}
@media (max-width: 1399px) {
  .timer-box-2 {
    padding: 8px 13px;
  }
}
.timer-box-2 i {
  margin-right: 3px;
}
.timer-box-2 .sec {
  color: var(--theme3);
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 20px;
}
.icon-box a,
.icon-box button {
  display: inline-flex;
  width: 64px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: var(--white);
  color: var(--title);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.3s linear;
}
.icon-box a i,
.icon-box button i {
  color: var(--title);
}
.icon-box a svg,
.icon-box button svg {
  opacity: 0.7;
}
.icon-box a svg path,
.icon-box button svg path {
  fill: var(--title);
}
.icon-box a svg path,
.icon-box button svg path {
  stroke: var(--title);
}
.icon-box a:hover,
.icon-box button:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.icon-box a:hover i,
.icon-box button:hover i {
  color: var(--white);
}
.icon-box a:hover svg,
.icon-box button:hover svg {
  opacity: 1;
}
.icon-box a:hover svg path,
.icon-box button:hover svg path {
  fill: var(--white);
}
.icon-box a:hover svg path,
.icon-box button:hover svg path {
  stroke: var(--white);
}

.feature-box-item-two {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .feature-box-item-two {
    justify-content: center;
  }
}
.feature-box-item-two__content h6 {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.feature-box-item-two__content--text {
  color: #555;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.feature-box-item-three {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-shop-wrapper {
  background-color: #0A111E;
}
@media (max-width: 1899px) {
  .feature-shop-wrapper {
    padding: 40px;
  }
}
.feature-shop-wrapper .feature-shop-thumb img {
  width: 100%;
  height: 100%;
}
.feature-shop-wrapper .feature-shop-wrapper {
  margin-right: -15%;
  margin-left: 20px;
}
@media (max-width: 1899px) {
  .feature-shop-wrapper .feature-shop-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .feature-shop-wrapper .feature-shop-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.featured-product-item-one__thumb {
  position: relative;
  padding: 70px;
  border-radius: 20px;
  background: #F6F6F6;
  text-align: center;
  margin-bottom: 23px;
  border: 1px solid transparent;
  object-fit: cover;
}
.featured-product-item-one__thumb img {
  max-width: 100%;
  width: 150px;
  height: 185px;
}
.featured-product-item-one__thumb .badge {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px;
  border-radius: 100px;
  background: #FC461E;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.featured-product-item-one__thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.featured-product-item-one__thumb .icon a i,
.featured-product-item-one__thumb .icon a, .featured-product-item-one__thumb .icon button {
  width: 43px;
  height: 43px;
  background-color: var(--white);
  color: var(--title);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.featured-product-item-one__thumb .icon a i svg,
.featured-product-item-one__thumb .icon a svg, .featured-product-item-one__thumb .icon button svg {
  width: 17px;
  height: 17px;
  transition: all 0.3s linear;
}
.featured-product-item-one__thumb .icon a i svg path,
.featured-product-item-one__thumb .icon a svg path, .featured-product-item-one__thumb .icon button svg path {
  stroke: var(--title);
  transition: all 0.3s linear;
}
.featured-product-item-one__thumb .icon a i:hover,
.featured-product-item-one__thumb .icon a:hover, .featured-product-item-one__thumb .icon button:hover {
  background-color: #f5b4a6;
  color: var(--theme3);
}
.featured-product-item-one__thumb .icon a i:hover svg path,
.featured-product-item-one__thumb .icon a:hover svg path, .featured-product-item-one__thumb .icon button:hover svg path {
  stroke: var(--white);
}
.featured-product-item-one__content--details-wrapper .price {
  display: block;
  color: var(--theme3);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.featured-product-item-one__content--details-wrapper .price small {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.featured-product-item-one__content--details-wrapper .price h6 {
  text-transform: capitalize;
}
.featured-product-item-one__content--details-wrapper .price h6 a:hover {
  color: var(--theme3) !important;
}
.featured-product-item-one__content--details-wrapper .star-wrapper {
  margin-top: 10px;
}
.featured-product-item-one__content--details-wrapper .star-wrapper span {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.featured-product-item-one__content--details-wrapper .star-wrapper i {
  color: var(--orange3);
}
.featured-product-item-one__content--details-wrapper .star-wrapper i:last-child {
  color: #A1A1A1;
}
@media (max-width: 1399px) {
  .featured-product-item-one__content--details-wrapper .star-wrapper i {
    font-size: 14px;
  }
}
.featured-product-item-one__content .btn-wrapper {
  width: 100%;
  margin-top: 40px;
}
.featured-product-item-one__content .btn-wrapper .theme-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-product-item-one:hover .featured-product-item-one__thumb {
  border: 1px solid var(--theme3);
}
.featured-product-item-one:hover .featured-product-item-one__thumb .badge {
  opacity: 1;
  visibility: visible;
}
.featured-product-item-one:hover .featured-product-item-one__thumb .icon {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.feature-product-items-two {
  border-radius: 20px;
  background-color: var(--white);
  position: relative;
}
.feature-product-items-two__thumb {
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, #FF4035 0%, rgba(255, 64, 53, 0.1) 100%);
  padding-top: 60px;
}
.feature-product-items-two__thumb img {
  max-width: 100%;
}
.feature-product-items-two__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0px 30px 30px;
}
.feature-product-items-two__details--subtitle {
  color: #A1A1A1;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.feature-product-items-two__details--title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .feature-product-items-two__details--title {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature-product-items-two__details--price .original-price {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: line-through;
}
@media (max-width: 1399px) {
  .feature-product-items-two__details--price .original-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature-product-items-two__details--price .offer-price {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-right: 15px;
}
@media (max-width: 1399px) {
  .feature-product-items-two__details--price .offer-price {
    font-size: 16px;
    line-height: 26px;
  }
}

.featured-product-items-three {
  position: relative;
}
.featured-product-items-three__thumb {
  position: relative;
  padding: 75px 40px 90px;
  background-color: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-product-items-three__thumb img {
  width: 224px;
  height: 168px;
  object-fit: contain;
}
.featured-product-items-three__thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.featured-product-items-three__thumb .icon a, .featured-product-items-three__thumb .icon button {
  width: 43px;
  height: 43px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.featured-product-items-three__thumb .icon a i, .featured-product-items-three__thumb .icon button i {
  color: var(--title);
}
.featured-product-items-three__thumb .icon a svg, .featured-product-items-three__thumb .icon button svg {
  width: 18px;
  height: 18px;
}
.featured-product-items-three__thumb .icon a svg path, .featured-product-items-three__thumb .icon button svg path {
  stroke: var(--title);
  transition: all 0.3s linear;
}
.featured-product-items-three__thumb .icon a:hover, .featured-product-items-three__thumb .icon button:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.featured-product-items-three__thumb .icon a:hover i, .featured-product-items-three__thumb .icon button:hover i {
  color: var(--white);
}
.featured-product-items-three__thumb .icon a:hover svg path, .featured-product-items-three__thumb .icon button:hover svg path {
  stroke: var(--white);
}
.featured-product-items-three__content {
  margin-top: 30px;
}
.featured-product-items-three__content h6 {
  margin-bottom: 10px;
}
.featured-product-items-three__content h6 a:hover {
  color: #80B501;
}
.featured-product-items-three__content--star-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.featured-product-items-three__content--star-wrap i {
  font-size: 16px;
  color: #E8C54A;
}
.featured-product-items-three__content p {
  color: var(--theme4);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.featured-product-items-three:hover .featured-product-items-three__thumb .icon {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

@media (max-width: 1199px) {
  .featured-item-three {
    margin-bottom: 30px;
  }
}

.featured-product-banner-three {
  padding: 40px 24px 32px;
  text-align: start;
  width: 100%;
  height: 255px;
  margin: auto 0;
  border-radius: 20px;
}
.featured-product-banner-three .feature-product-banner-three-content {
  max-width: 180px;
}
.featured-product-banner-three .feature-product-banner-three-content.right-content {
  margin: auto 0 auto auto;
}
@media (max-width: 500px) {
  .featured-product-banner-three .feature-product-banner-three-content.right-content {
    text-align: end;
  }
}
.featured-product-banner-three .feature-product-banner-three-content h2 {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .featured-product-banner-three .feature-product-banner-three-content h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.featured-product-banner-three .feature-product-banner-three-content .prices {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.featured-product-banner-three .feature-product-banner-three-content .prices span {
  color: var(--white);
  font-size: 20px;
}
.featured-product-banner-three .feature-product-banner-three-content .btn-wrapper {
  margin-top: 16px;
}
.featured-product-banner-three .feature-product-banner-three-content h6 {
  color: #002603;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.featured-product-banner-three .feature-product-banner-three-content h3 {
  color: var(--Gren-Gray-Scale-900, #002603);
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 500px) {
  .featured-product-banner-three .feature-product-banner-three-content h3 {
    font-size: 26px;
  }
}

.offer-card-items-one {
  padding: 90px 40px;
  border-radius: 20px;
}
.offer-card-items-one h6 {
  color: var(--theme4);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
}
.offer-card-items-one h4 {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 5px;
  max-width: 238px;
}
.offer-card-items-one .btn-wrapper {
  margin-top: 40px;
}

.offer-card-items-two {
  padding: 74px 40px;
  border-radius: 20px;
}
.offer-card-items-two h6 {
  color: var(--theme4);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
}
.offer-card-items-two h4 {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 5px;
  max-width: 238px;
}
.offer-card-items-two .btn-wrapper {
  margin-top: 40px;
}

.offer-wrapper.style2 .thumb {
  width: 100%;
  height: 100%;
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .offer-wrapper.style2 .thumb {
    margin-left: 0;
  }
}
.offer-wrapper.style2 .thumb img {
  width: 100%;
  height: 100%;
}
.offer-wrapper.style2 .offer-content {
  padding: 85px 0;
}
.offer-wrapper.style2 .offer-content h6 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.offer-wrapper.style2 .offer-content h2 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.offer-wrapper.style2 .offer-content p {
  color: #666;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.offer-wrapper.style2 .offer-content .timer-box2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 40px;
}
.offer-wrapper.style2 .offer-content .timer-box2 .box {
  background-color: var(--white);
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.offer-wrapper.style2 .offer-content .timer-box2 .box .number {
  color: #000;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
}
.offer-wrapper.style2 .offer-content .timer-box2 .box .text {
  color: #A1A1A1;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.offer-wrapper.style2 .offer-content .btn-wrapper {
  margin-top: 40px;
}
.offer-wrapper.style2 .offer-content .bottom-text {
  margin-top: 20px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.offer-wrapper.style2 .offer-content .bottom-text .date {
  padding: 8px 12px;
  background-color: var(--theme3);
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1 {
  background-color: var(--bg-8);
  position: relative;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .offer-card-items-fashon-two .offer-card-items-fashon-two1-info1 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__thumb {
  margin-left: -60px;
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  .offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__thumb {
    margin-left: 0;
  }
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__thumb img {
  max-width: 100%;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content {
  margin-left: 20px;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content--subtitle {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 14px;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content--title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
  text-transform: capitalize;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content--title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content--title span {
  font-family: "Albert Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 14px;
}
@media (max-width: 1399px) {
  .offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content--title span {
    font-size: 20px;
    line-height: 1.3;
  }
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1__content--btn-wrapper .theme-btn {
  margin-top: 10px;
  border: 1px solid var(--title);
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1.style2 {
  margin-top: 10px;
  background-color: var(--bg-9);
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1.style2 .offer-card-items-fashon-two1-info1__content--subtitle {
  color: var(--theme5);
}
.offer-card-items-fashon-two .offer-card-items-fashon-two1-info1.style2 .offer-card-items-fashon-two1-info1__content--btn-wrapper .theme-btn {
  margin-top: 10px;
  border: none;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2 {
  position: relative;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__thumb {
  position: relative;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__thumb img {
  height: 640px;
  object-fit: cover;
  border-radius: 20px;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content {
  position: absolute;
  bottom: 70px;
  left: 45px;
  align-items: center;
  justify-content: center;
  max-width: 370px;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--subtitle {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--title {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .offer-card-items-fashon-two .offer-card-items-fashon-two2__content--title {
    font-size: 20;
    line-height: 1.3;
  }
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--text {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
  max-width: 270px;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--btn-wrapper {
  margin-top: 10px;
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--btn-wrapper .theme-btn {
  margin-top: 10px;
  border: none;
  background-color: var(--white);
  color: var(--title);
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--btn-wrapper .theme-btn::before {
  background-color: var(--theme3);
}
.offer-card-items-fashon-two .offer-card-items-fashon-two2__content--btn-wrapper .theme-btn:hover {
  color: var(--white) !important;
}

.cta-discount-wrapper {
  padding: 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-discount-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cta-discount-wrapper {
    padding: 35px;
  }
}
.cta-discount-wrapper .girl-image {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media (max-width: 1199px) {
  .cta-discount-wrapper .girl-image {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cta-discount-wrapper .content {
    position: relative;
    z-index: 9;
  }
}
.cta-discount-wrapper .content span {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme7);
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cta-discount-wrapper .content span {
    color: var(--title);
  }
}
.cta-discount-wrapper .content h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
}
.cta-discount-wrapper .content p {
  font-size: 16px;
  font-weight: 400;
  color: #5F5F5F;
  max-width: 435px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cta-discount-wrapper .content p {
    color: var(--title);
  }
}
.cta-discount-wrapper .content .theme-btn {
  border-radius: 0;
  background-color: var(--theme7);
}

.trendy-product-items-three {
  margin-top: 40px;
}
.trendy-product-items-three__thumb {
  position: relative;
  padding: 75px 40px 90px;
  background-color: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}
.trendy-product-items-three__thumb img {
  width: 224px;
  height: 168px;
  object-fit: contain;
}
.trendy-product-items-three__thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.trendy-product-items-three__thumb .icon a, .trendy-product-items-three__thumb .icon button {
  width: 43px;
  height: 43px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.trendy-product-items-three__thumb .icon a i, .trendy-product-items-three__thumb .icon button i {
  color: var(--title);
}
.trendy-product-items-three__thumb .icon a svg, .trendy-product-items-three__thumb .icon button svg {
  width: 18px;
  height: 18px;
}
.trendy-product-items-three__thumb .icon a svg path, .trendy-product-items-three__thumb .icon button svg path {
  stroke: var(--title);
  transition: all 0.3s linear;
}
.trendy-product-items-three__thumb .icon a:hover, .trendy-product-items-three__thumb .icon button:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.trendy-product-items-three__thumb .icon a:hover i, .trendy-product-items-three__thumb .icon button:hover i {
  color: var(--white);
}
.trendy-product-items-three__thumb .icon a:hover svg path, .trendy-product-items-three__thumb .icon button:hover svg path {
  stroke: var(--white);
}
.trendy-product-items-three__content {
  margin-top: 30px;
}
.trendy-product-items-three__content h6 {
  margin-bottom: 10px;
}
.trendy-product-items-three__content h6 a:hover {
  color: #80B501;
}
.trendy-product-items-three__content--star-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.trendy-product-items-three__content--star-wrap i {
  font-size: 16px;
  color: #E8C54A;
}
.trendy-product-items-three__content p {
  color: var(--theme4);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.trendy-product-items-three:hover .trendy-product-items-three__thumb .icon {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.product-box-items-one {
  padding: 30px;
  border: 1px solid rgba(22, 22, 22, 0.08);
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s;
}
.product-box-items-one__icon {
  max-width: 66px;
  margin: 0px auto 15px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffeceb;
  border-radius: 50%;
  border: 1px dashed var(--theme3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-box-items-one__icon svg path {
  fill: var(--theme3);
  transition: all 0.3s;
}
.product-box-items-one__content h6 {
  color: #161616;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.product-box-items-one__content p {
  color: #555;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.product-box-items-one:hover {
  background-color: var(--theme3);
}
.product-box-items-one:hover .product-box-items-one__icon {
  background-color: transparent;
  border: 1px dashed var(--white);
}
.product-box-items-one:hover .product-box-items-one__icon svg path {
  fill: var(--white);
}
.product-box-items-one:hover .product-box-items-one__content h6 {
  color: var(--white);
}
.product-box-items-one:hover .product-box-items-one__content p {
  color: var(--white);
}

.product-box-items-three {
  padding: 30px;
  border: 1px solid rgba(22, 22, 22, 0.08);
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.product-box-items-three:hover {
  border-color: var(--theme4);
  box-shadow: var(--box-shadow);
}
.product-box-items-three__icon {
  max-width: 66px;
  margin: 0px auto 15px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaefdd;
  border-radius: 50%;
  border: 1px dashed var(--theme4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-box-items-three__content h6 {
  color: #161616;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.product-box-items-three__content p {
  color: #555;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}

.product-contianer-wrapper.style1 {
  position: relative;
}
.product-contianer-wrapper.style1 .arrow-btn .slider-prev,
.product-contianer-wrapper.style1 .arrow-btn .slider-next {
  width: 56px;
  height: 56px;
  background-color: var(--white);
  border: 1px solid var(--theme3);
  color: var(--theme4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .product-contianer-wrapper.style1 .arrow-btn .slider-prev,
  .product-contianer-wrapper.style1 .arrow-btn .slider-next {
    width: 40px;
    height: 40px;
  }
}
.product-contianer-wrapper.style1 .arrow-btn .slider-prev i,
.product-contianer-wrapper.style1 .arrow-btn .slider-next i {
  color: var(--theme3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-contianer-wrapper.style1 .arrow-btn .slider-prev:hover,
.product-contianer-wrapper.style1 .arrow-btn .slider-next:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.product-contianer-wrapper.style1 .arrow-btn .slider-prev:hover i,
.product-contianer-wrapper.style1 .arrow-btn .slider-next:hover i {
  color: var(--white);
}
.product-contianer-wrapper.style1 .arrow-btn .slider-prev {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 215px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1899px) {
  .product-contianer-wrapper.style1 .arrow-btn .slider-prev {
    left: 30px;
  }
}
@media (max-width: 1399px) {
  .product-contianer-wrapper.style1 .arrow-btn .slider-prev {
    left: 10px;
  }
}
.product-contianer-wrapper.style1 .arrow-btn .slider-next {
  position: absolute;
  z-index: 8;
  top: 50%;
  right: 215px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1899px) {
  .product-contianer-wrapper.style1 .arrow-btn .slider-next {
    right: 30px;
  }
}
@media (max-width: 1399px) {
  .product-contianer-wrapper.style1 .arrow-btn .slider-next {
    right: 10px;
  }
}
.product-contianer-wrapper.style3 {
  position: relative;
}
.product-contianer-wrapper.style3 .arrow-btn .slider-prev,
.product-contianer-wrapper.style3 .arrow-btn .slider-next {
  width: 56px;
  height: 56px;
  background-color: var(--white);
  border: 1px solid var(--theme4);
  color: var(--theme4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.product-contianer-wrapper.style3 .arrow-btn .slider-prev i,
.product-contianer-wrapper.style3 .arrow-btn .slider-next i {
  color: var(--theme4);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-contianer-wrapper.style3 .arrow-btn .slider-prev:hover,
.product-contianer-wrapper.style3 .arrow-btn .slider-next:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.product-contianer-wrapper.style3 .arrow-btn .slider-prev:hover i,
.product-contianer-wrapper.style3 .arrow-btn .slider-next:hover i {
  color: var(--white);
}
.product-contianer-wrapper.style3 .arrow-btn .slider-prev {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 215px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1899px) {
  .product-contianer-wrapper.style3 .arrow-btn .slider-prev {
    left: 30px;
  }
}
@media (max-width: 1399px) {
  .product-contianer-wrapper.style3 .arrow-btn .slider-prev {
    left: 10px;
  }
}
.product-contianer-wrapper.style3 .arrow-btn .slider-next {
  position: absolute;
  z-index: 8;
  top: 50%;
  right: 215px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1899px) {
  .product-contianer-wrapper.style3 .arrow-btn .slider-next {
    right: 30px;
  }
}
@media (max-width: 1399px) {
  .product-contianer-wrapper.style3 .arrow-btn .slider-next {
    right: 10px;
  }
}

.intro-wrapper.style1 {
  position: relative;
  padding: 120px 74px 70px;
  border-radius: 40px;
  border: 1px solid rgba(10, 17, 30, 0.1);
  background: #ffeceb;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .intro-wrapper.style1 {
    padding: 100px 20px;
  }
}
.intro-wrapper.style1 .thumb-slider {
  position: relative;
}
.intro-wrapper.style1 .thumb-slider .introThumbShape {
  position: absolute;
  z-index: 2;
  top: -280px;
  left: -350px;
}
@media (max-width: 1899px) {
  .intro-wrapper.style1 .thumb-slider .introThumbShape {
    top: -100px;
    left: -145px;
  }
}
.intro-wrapper.style1 .thumb-slider .introThumbShape img {
  width: 100%;
}
.intro-wrapper.style1 .thumb-slider .intro-thumb {
  position: relative;
  z-index: 6;
}
.intro-wrapper.style1 .thumb-shape-wrapper {
  position: absolute;
  z-index: 8;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .intro-wrapper.style1 .thumb-shape-wrapper {
    right: 6px;
  }
}
.intro-wrapper.style1 .thumb-shape-wrapper .thumbShape {
  width: 114px;
  height: 114px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1399px) {
  .intro-wrapper.style1 .thumb-shape-wrapper .thumbShape {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style1 .thumb-shape-wrapper .thumbShape {
    display: none;
  }
}
.intro-wrapper.style1 .intro-content .subtitle .color-text {
  color: var(--theme3);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  text-transform: lowercase;
}
.intro-wrapper.style1 .intro-content h1 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.44px;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.intro-wrapper.style1 .intro-content p {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: lowercase;
  max-width: 430px;
}
.intro-wrapper.style1 .intro-content .pricing-card {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
  max-width: 454px;
  background-color: var(--white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 991px) {
  .intro-wrapper.style1 .intro-content .pricing-card {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.intro-wrapper.style1 .intro-content .pricing-card .price-box {
  padding-right: 30px;
  border-right: 1px solid rgba(142, 142, 142, 0.25);
}
@media (max-width: 991px) {
  .intro-wrapper.style1 .intro-content .pricing-card .price-box {
    padding-right: 0;
    border-right: 0;
  }
}
.intro-wrapper.style1 .intro-content .pricing-card .price-box .price {
  color: #8e8e8e;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.intro-wrapper.style1 .intro-content .pricing-card .price-box h6 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.24px;
  text-transform: lowercase;
}
.intro-wrapper.style1 .intro-content .pricing-card .color-box {
  margin-left: 30px;
  margin-right: 110px;
}
@media (max-width: 991px) {
  .intro-wrapper.style1 .intro-content .pricing-card .color-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.intro-wrapper.style1 .intro-content .pricing-card .color-box .color {
  color: #8e8e8e;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.intro-wrapper.style1 .intro-content .pricing-card .color-box .color-plate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-wrapper.style1 .intro-content .btn-wrapper {
  position: relative;
  display: flex;
  z-index: 8;
  max-width: 290px;
  margin-top: 40px;
  gap: 25px;
}
@media (max-width: 767px) {
  .intro-wrapper.style1 .intro-content .btn-wrapper {
    max-width: 100%;
    gap: 15px;
    flex-wrap: wrap;
  }
}

.intro-container-wrapper.style2 {
  background-color: rgba(255, 64, 53, 0.07);
  padding: 100px 0 30px;
}
.intro-container-wrapper.style3 {
  position: relative;
}
.intro-container-wrapper.style3 .shape1 {
  position: absolute;
  bottom: 36px;
  left: 60px;
}
.intro-container-wrapper.style3 .shape2 {
  position: absolute;
  bottom: 24px;
  left: 302px;
}
.intro-container-wrapper.style3 .shape3 {
  position: absolute;
  top: 0px;
  left: 87px;
}
.intro-container-wrapper.style3 .shape4 {
  position: absolute;
  bottom: -20px;
  right: 621px;
}
.intro-container-wrapper.style3 .shape5 {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 767px) {
  .intro-container-wrapper.style3 .shape5 {
    display: none;
  }
}
.intro-container-wrapper.style3 .shape6 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 767px) {
  .intro-container-wrapper.style3 .shape6 {
    display: none;
  }
}
.intro-container-wrapper.style3 .intro-second-thumb {
  position: relative;
}
@media (min-width: 768px) {
  .intro-container-wrapper.style3 .intro-second-thumb {
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .intro-container-wrapper.style3 .intro-second-thumb {
    max-height: auto;
  }
}
.intro-container-wrapper.style3 .intro-second-thumb .thumb {
  height: 100% !important;
}
.intro-container-wrapper.style3 .intro-second-thumb .thumb img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
@media (min-width: 768px) {
  .intro-container-wrapper.style3 .intro-second-thumb .thumb img {
    max-height: 500px;
  }
}
.intro-container-wrapper.style3 .intro-second-thumb .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro-container-wrapper.style3 .intro-second-thumb .content h6 {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .intro-container-wrapper.style3 .intro-second-thumb .content h6 {
    text-align: center;
  }
}
.intro-container-wrapper.style3 .intro-second-thumb .content h4 {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .intro-container-wrapper.style3 .intro-second-thumb .content h4 {
    text-align: center;
  }
}
.intro-container-wrapper.style3 .intro-second-thumb .content p {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .intro-container-wrapper.style3 .intro-second-thumb .content p {
    text-align: center;
  }
}
.intro-container-wrapper.style3 .intro-second-thumb .content .btn-wrapper .theme-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 8px 20px;
}
@media (min-width: 1200px) {
  .intro-container-wrapper.style3 .intro-second-thumb .content .btn-wrapper .theme-btn {
    font-size: 12px;
  }
}
.intro-container-wrapper.style3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b4ccb4 !important;
  opacity: 1;
  margin: 0 10px !important;
}
.intro-container-wrapper.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: inline-block;
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #00b207 !important;
  z-index: 7;
  opacity: 1;
}
.intro-container-wrapper.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  display: none;
}
.intro-container-wrapper.style4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 0 45px 0;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left {
  position: relative;
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left {
    margin-bottom: 40px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left h3 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.8px;
  text-transform: capitalize;
  padding-bottom: 16px;
}
@media (max-width: 1399px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left p {
  color: var(--text);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 30px;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left .thumb {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left .thumb {
    position: absolute;
    right: 10%;
    top: -100%;
  }
}
@media (max-width: 991px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-left .thumb {
    display: none;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper {
    margin-bottom: 40px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb {
  position: relative;
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb {
    margin-left: -10px;
  }
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb {
    margin-left: 0px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb img {
    width: 100%;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
  background-color: var(--white);
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 28%;
  top: 50%;
}
@media (max-width: 1600px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
    right: 13%;
  }
}
@media (max-width: 1399px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
    right: -4%;
  }
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
    right: 10%;
  }
}
@media (max-width: 991px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
    right: 31%;
  }
}
@media (max-width: 767px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
    right: 10%;
  }
}
@media (max-width: 500px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge {
    right: 0;
    top: 82%;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge h5 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .thumb .intro-badge h5 span {
  display: block;
  color: var(--text);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .intro-middle-shape {
  position: absolute;
  left: -211px;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-middle-thumb-wrapper .intro-middle-shape {
    left: -75px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right {
  position: relative;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .title {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.8px;
  text-transform: capitalize;
  padding-bottom: 24px;
}
@media (max-width: 1600px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .title {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 1399px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-content-flexbox {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-content-flexbox .content h6 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-content-flexbox .content h4 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-content-flexbox .content .btn-wrapper .theme-btn {
  font-size: 16px;
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-bottom-avatar {
  margin-top: 175px;
  text-align: center;
}
@media (max-width: 1600px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-bottom-avatar {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-bottom-avatar {
    margin-top: 20px;
  }
}
.intro-container-wrapper.style4 .intro-wrapper.style4 .intro-content-right .intro-bottom-avatar p {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.intro-wrapper.style2 .intro-subtitle {
  color: var(--theme3);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5.4px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .intro-wrapper.style2 .intro-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 2.4px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style2 .intro-subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.intro-wrapper.style2 .intro-title {
  color: var(--title);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -4px;
  text-transform: capitalize;
  max-width: 836px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .intro-wrapper.style2 .intro-title {
    font-size: 55px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .intro-title {
    font-size: 53px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .intro-wrapper.style2 .intro-title {
    font-size: 53px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style2 .intro-title {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
.intro-wrapper.style2 .intro-thumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -30px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .intro-thumbs {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style2 .intro-thumbs {
    gap: 1rem;
    margin-bottom: 60px;
  }
}
.intro-wrapper.style2 .intro-thumbs img {
  border-radius: 117px;
}
.intro-wrapper.style2 .intro-thumbs .thumb1 {
  margin-top: -540px;
}
.intro-wrapper.style2 .intro-thumbs .thumb1 img {
  border-radius: 171px;
}
@media (max-width: 991px) {
  .intro-wrapper.style2 .intro-thumbs .thumb1 {
    margin-top: -200px;
  }
}
.intro-wrapper.style2 .intro-thumbs .thumb2 {
  padding: 28px 22px;
  border-radius: 117px 117px 0px 117px;
  background: #eee;
  margin-top: -87px;
}
@media (max-width: 767px) {
  .intro-wrapper.style2 .intro-thumbs .thumb2 {
    padding: 5px;
  }
}
.intro-wrapper.style2 .intro-thumbs .thumb2 img {
  border-radius: 171px;
}
.intro-wrapper.style2 .intro-thumbs .thumb3 {
  margin-top: 57px;
}
.intro-wrapper.style2 .intro-thumbs .thumb3 img {
  border-radius: 171px;
}
.intro-wrapper.style2 .intro-thumbs .thumb4 {
  margin-top: -57px;
  padding: 23px 18px;
  border-radius: 117px 117px 117px 0px;
  background: #eee;
}
.intro-wrapper.style2 .intro-thumbs .thumb4 img {
  border-radius: 171px;
}
@media (max-width: 767px) {
  .intro-wrapper.style2 .intro-thumbs .thumb4 {
    padding: 5px;
  }
}
.intro-wrapper.style2 .intro-thumbs .thumb5 {
  margin-top: -540px;
}
.intro-wrapper.style2 .intro-thumbs .thumb5 img {
  border-radius: 171px;
}
@media (max-width: 991px) {
  .intro-wrapper.style2 .intro-thumbs .thumb5 {
    margin-top: -200px;
  }
}
.intro-wrapper.style2 .collections {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-wrapper.style2 .collections .summer-collections {
  max-width: 165px;
  margin-top: -230px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .collections .summer-collections {
    margin-top: 0;
  }
}
.intro-wrapper.style2 .collections .summer-collections .subtitle {
  color: var(--theme3);
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.intro-wrapper.style2 .collections .summer-collections .title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .collections .summer-collections .title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.intro-wrapper.style2 .collections .summer-collections a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}
.intro-wrapper.style2 .collections .summer-collections a i {
  color: var(--theme3);
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .collections .summer-collections a {
    font-size: 12px;
  }
}
.intro-wrapper.style2 .collections .summer-collections a:hover {
  color: var(--theme3) !important;
}
.intro-wrapper.style2 .collections .winter-collections {
  max-width: 165px;
  margin-top: -230px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .collections .winter-collections {
    margin-top: 0;
  }
}
.intro-wrapper.style2 .collections .winter-collections .subtitle {
  color: var(--theme3);
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.intro-wrapper.style2 .collections .winter-collections .title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .collections .winter-collections .title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.intro-wrapper.style2 .collections .winter-collections a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}
.intro-wrapper.style2 .collections .winter-collections a i {
  color: var(--theme3);
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style2 .collections .winter-collections a {
    font-size: 12px;
  }
}
.intro-wrapper.style3 {
  padding: 140px 0 157px;
}
.intro-wrapper.style3 .intro-content .intro-subtitle {
  color: var(--theme4);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.intro-wrapper.style3 .intro-content .intro-title {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
  text-transform: capitalize;
  margin-top: 18px;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style3 .intro-content .intro-title {
    font-size: 52px;
    line-height: 57px;
  }
}
@media (max-width: 500px) {
  .intro-wrapper.style3 .intro-content .intro-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.intro-wrapper.style3 .intro-content p {
  color: #555;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.intro-wrapper.style3 .intro-content .btn-wrapper {
  margin-top: 50px;
}
@media (max-width: 500px) {
  .intro-wrapper.style3 .intro-content .btn-wrapper {
    margin-top: 30px;
  }
}
.intro-wrapper.style3 .intro-thumb {
  position: relative;
}
.intro-wrapper.style3 .intro-thumb img {
  max-width: 100%;
}

#introSliderOne .slider-pagination {
  margin-left: 220px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #introSliderOne .slider-pagination {
    margin: auto;
    text-align: center;
  }
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #0a111e !important;
  opacity: 0.7;
  margin: 0 10px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: inline-block;
  width: 7px;
  height: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--theme3) !important;
  z-index: 7;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  z-index: 2;
  border: 1px solid var(--theme3);
}

.intro-section-3 {
  position: relative;
}
.intro-section-3 .introSliderThree .slider-pagination {
  display: inline-block;
  position: absolute;
  z-index: 99;
  top: 90%;
  left: 45%;
}
.intro-section-3 .introSliderThree .slider-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #0a111e !important;
  opacity: 0.7;
  margin: 0 10px !important;
}
.intro-section-3 .introSliderThree .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: inline-block;
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e4f0ca !important;
  z-index: 7;
  opacity: 1;
  top: 8px;
}
.intro-section-3 .introSliderThree .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme4);
  border-radius: 50%;
  z-index: 2;
  border: 1px solid var(--theme4) !important;
}

#introSliderFour .slider-pagination {
  margin-left: 220px;
  margin-top: 23px;
}
@media (max-width: 767px) {
  #introSliderFour .slider-pagination {
    margin: auto;
    text-align: center;
  }
}

.hero-5 {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .hero-5 {
    padding: 130px 0 0;
  }
}
@media (max-width: 767px) {
  .hero-5 {
    padding: 100px 0 0;
  }
}
.hero-5 .discount-shape {
  position: absolute;
  bottom: 40px;
  left: 38%;
}
.hero-5 .array-button {
  display: grid;
  gap: 20px;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
@media (max-width: 1199px) {
  .hero-5 .array-button {
    display: none;
  }
}
.hero-5 .array-button .array-prev,
.hero-5 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.hero-5 .array-button .array-prev {
  border: 1px solid var(--theme5);
  color: var(--theme5);
}
.hero-5 .array-button .array-prev:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.hero-5 .array-button .array-next {
  border: 1px solid var(--white);
  color: var(--theme5);
  background-color: var(--white);
}
.hero-5 .array-button .array-next:hover {
  background-color: var(--theme5);
  color: var(--white);
}
.hero-5 .hero-content {
  position: relative;
  z-index: 9;
  opacity: 0;
  transform: translateY(-150px);
}
.hero-5 .hero-content span {
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 400;
  color: var(--title);
  display: inline-block;
  margin-bottom: 15px;
}
.hero-5 .hero-content h1 {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .hero-5 .hero-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-5 .hero-content .theme-btn {
  border-radius: 0;
  background-color: var(--theme7);
  margin-top: 50px;
}
.hero-5 .hero-image {
  margin-right: -100px;
  transform: translateX(400px);
  opacity: 0;
  position: relative;
  z-index: 99;
  visibility: hidden;
}
@media (max-width: 991px) {
  .hero-5 .hero-image {
    margin-right: 0;
  }
}
.hero-5 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}
.hero-5 .swiper-slide.swiper-slide-active .hero-image {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 3500ms ease;
}
.hero-5 .swiper {
  overflow: initial;
}

.hero-7 {
  background-position: bottom !important;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-7 {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .hero-7 {
    padding: 100px 0 0;
  }
}
.hero-7 .hero-content span {
  font-size: 16px;
  font-weight: 500;
  color: #0a111e;
}
.hero-7 .hero-content h1 {
  color: #0a111e;
  font-size: 64px;
  font-weight: 800;
}
@media (max-width: 575px) {
  .hero-7 .hero-content h1 {
    font-size: 50px;
  }
}
.hero-7 .hero-content p {
  max-width: 580px;
}
.hero-7 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.hero-7 .hero-content .hero-button .theme-btn {
  border: 1px solid #0a111e;
  background-color: #0a111e;
}
.hero-7 .hero-content .hero-button .theme-btn::before {
  background-color: var(--white);
}
.hero-7 .hero-content .hero-button .theme-btn:hover {
  color: var(--title) !important;
  border: 1px solid var(--white);
}
.hero-7 .hero-content .hero-button .theme-btn.style-2 {
  border: 1px solid #0a111e;
  background-color: transparent;
  color: var(--title);
}
.hero-7 .hero-content .hero-button .theme-btn.style-2::before {
  background-color: var(--title);
}
.hero-7 .hero-content .hero-button .theme-btn.style-2:hover {
  color: var(--white) !important;
}
.hero-7 .hero-image {
  padding-top: 80px;
  margin-bottom: 70px;
  position: relative;
  z-index: 9;
}
.hero-7 .food-shape {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.hero-6 {
  padding: 60px 0 100px;
  margin-left: calc((-43vw + 100%) / 2);
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-6 {
    margin-top: 0;
    margin-left: 0;
  }
}
.hero-6 .hero-content {
  max-width: 430px;
}
.hero-6 .hero-content span {
  font-size: 16px;
  font-weight: 500;
  color: #0a111e;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-6 .hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hero-6 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-6 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .hero-6 .hero-content .hero-button {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.hero-6 .hero-content .hero-button .theme-btn {
  background-color: var(--theme8);
}
.hero-6 .hero-content .hero-button .theme-btn.style-2 {
  background-color: var(--title);
}
.hero-6 .hero-content .hero-button .theme-btn.style-2::before {
  background-color: var(--theme8);
}

.offer-timer-content .btn-wrapper {
  margin-top: 50px;
}

.timer-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .timer-box {
    gap: 5px;
  }
}
.timer-box .box {
  border: 1px solid rgba(22, 22, 22, 0.15);
  background-color: var(--white);
  text-align: center;
  min-width: 90px;
}
.timer-box .box .number {
  padding: 13px 20px;
  color: var(--theme4);
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.15);
}
@media (max-width: 767px) {
  .timer-box .box .number {
    font-size: 26px;
  }
}
.timer-box .box .text {
  color: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.timer-box.style-7 .box {
  border-radius: 6px;
  border: none;
  padding: 10px;
  margin-top: 30px;
  background-color: var(--white) !important;
}
.timer-box.style-7 .box .number {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
  color: var(--theme8);
}

.popular-category-items-four {
  text-align: center;
}
.popular-category-items-four__thumb {
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
}
.popular-category-items-four__thumb img {
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
}
.popular-category-items-four__content {
  margin-top: 30px;
}
.popular-category-items-four__content--title {
  color: var(--title);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.popular-category-items-four p {
  color: #A1A1A1;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.jewelry-category-box {
  text-align: center;
}
.jewelry-category-box .thumb {
  margin-bottom: 20px;
}
.jewelry-category-box .thumb img {
  width: 100%;
  height: 100%;
}
.jewelry-category-box h4 {
  font-size: 20px;
  font-weight: 500;
}
.jewelry-category-box h4 a {
  color: var(--black);
}
.jewelry-category-box h4 a:hover {
  color: var(--theme7);
}

.beauty-care-product-items-four {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--white);
}
@media (max-width: 1899px) {
  .beauty-care-product-items-four {
    padding: 20px;
  }
}
.beauty-care-product-items-four__badge {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--theme5);
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.beauty-care-product-items-four__thumb {
  text-align: center;
}
.beauty-care-product-items-four__thumb img {
  max-width: 100%;
}
.beauty-care-product-items-four__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.beauty-care-product-items-four__details p {
  color: #A1A1A1;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1899px) {
  .beauty-care-product-items-four__details p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.beauty-care-product-items-four__details--title {
  color: #0A111E;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1899px) {
  .beauty-care-product-items-four__details--title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.beauty-care-product-items-four__details--price .original-price {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: strikethrough;
}
@media (max-width: 1899px) {
  .beauty-care-product-items-four__details--price .original-price {
    font-size: 16px;
    line-height: 1.2;
  }
}
.beauty-care-product-items-four__details--price .offer-price {
  color: #2B6377;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1899px) {
  .beauty-care-product-items-four__details--price .offer-price {
    font-size: 16px;
    line-height: 1.2;
  }
}
.beauty-care-product-items-four__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5E0E4;
  border-radius: 50%;
  transition: all 0.3s;
}
.beauty-care-product-items-four__icon i {
  color: var(--theme5);
  transition: all 0.3s;
}
.beauty-care-product-items-four__icon:hover {
  background-color: var(--theme5);
}
.beauty-care-product-items-four__icon:hover i {
  color: var(--white);
}

.brand-title {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.brand-title b {
  color: var(--theme);
}

.brand-section .mycustom-marque {
  position: relative;
}
.brand-section .mycustom-marque .left-shape {
  position: absolute;
  top: 0;
  left: 0px;
  width: 175.149px;
  height: 68px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 30.38%, #FFF 100%);
  z-index: 3;
}
.brand-section .mycustom-marque .right-shape {
  position: absolute;
  top: 0;
  right: 0px;
  width: 175.149px;
  height: 68px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30.38%, #FFF 100%);
  z-index: 3;
}
.brand-section .style-border {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, rgba(139, 144, 150, 0.05) 14.72%, #D8DFE9 44%, rgba(121, 125, 131, 0.05) 85%);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
  padding-bottom: 45px;
}

.brand-title-2 {
  padding: 10px 20px;
  line-height: 1;
  background-color: var(--white);
  display: inline-block;
  border-radius: 46px;
  box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .brand-title-2 {
    padding: 10px 8px;
  }
}
.brand-title-2 h6 {
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@media (max-width: 575px) {
  .brand-title-2 h6 {
    font-size: 13px;
  }
}

.brand-wrapper.style4 {
  position: relative;
  padding: 60px 40px 50px;
  border: 1px solid #EEE3FA;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.brand-wrapper.style4 .brand-title-2 {
  position: absolute;
  top: -17px;
  left: 67px;
}
@media (max-width: 767px) {
  .brand-wrapper.style4 .brand-title-2 {
    position: absolute;
    top: -17px;
    left: 8px;
  }
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: #141415;
  padding: 30px 0;
  border-radius: 40px;
  background: linear-gradient(90deg, #FF4035 0%, #E9CF10 100%);
}
.scrolling-wrap.bg-2 {
  background-color: var(--theme2);
}
.scrolling-wrap.bg-3 {
  background-color: #F1EAFF;
}
.scrolling-wrap.bg-3 .comm .cmn-textslide {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--title);
}
.scrolling-wrap.style-2 {
  background-color: transparent;
  padding: 0;
  justify-content: space-between;
  gap: 70px;
}
.scrolling-wrap.style-2 .comm {
  gap: 70px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.top-rated-product-items-four {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background-color: var(--white);
}
@media (max-width: 1899px) {
  .top-rated-product-items-four {
    padding: 20px;
  }
}
.top-rated-product-items-four__badge {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--theme5);
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.top-rated-product-items-four__thumb {
  text-align: center;
}
.top-rated-product-items-four__thumb img {
  max-width: 100%;
}
.top-rated-product-items-four__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.top-rated-product-items-four__details p {
  color: #A1A1A1;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1899px) {
  .top-rated-product-items-four__details p {
    font-size: 12px;
    line-height: 1.2;
  }
}
.top-rated-product-items-four__details--title {
  color: #0A111E;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1899px) {
  .top-rated-product-items-four__details--title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.top-rated-product-items-four__details--price .original-price {
  color: #A1A1A1;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: strikethrough;
}
@media (max-width: 1899px) {
  .top-rated-product-items-four__details--price .original-price {
    font-size: 16px;
    line-height: 1.2;
  }
}
.top-rated-product-items-four__details--price .offer-price {
  color: #2B6377;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .top-rated-product-items-four__details--price .offer-price {
    font-size: 16px;
    line-height: 1.2;
  }
}
.top-rated-product-items-four__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5E0E4;
  border-radius: 50%;
}
.top-rated-product-items-four__icon i {
  color: var(--theme5);
  transition: all 0.3s;
}
.top-rated-product-items-four__icon:hover {
  background-color: var(--theme5);
}
.top-rated-product-items-four__icon:hover i {
  color: var(--white);
}

.product-gallery-items-four {
  position: relative;
}
.product-gallery-items-four__thumb {
  position: relative;
  height: 363px;
}
.product-gallery-items-four__thumb img {
  object-fit: cover;
}
.product-gallery-items-four__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.product-gallery-items-four__content {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 30px;
  background-color: var(--white);
  max-width: 305px;
}
.product-gallery-items-four__content h2 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 5px;
}
@media (max-width: 1899px) {
  .product-gallery-items-four__content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.product-gallery-items-four__content a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.product-gallery-items-four__content a svg {
  margin-left: 10px;
}
@media (max-width: 1899px) {
  .product-gallery-items-four__content a {
    font-size: 14px;
    line-height: 1.2;
  }
}
.product-gallery-items-four__content a:hover {
  color: var(--theme5);
}
.product-gallery-items-four__content a:hover svg path {
  color: var(--theme5);
}
.product-gallery-items-four.style-2 {
  margin-bottom: 24px;
}
.product-gallery-items-four.style-1 .product-gallery-items-four__thumb {
  height: 750px;
}
@media (max-width: 767px) {
  .product-gallery-items-four.style-1 .product-gallery-items-four__thumb {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .product-gallery-items-four.style-1 .product-gallery-items-four__thumb {
    height: 450px;
  }
}
.product-gallery-items-four.style-1 .product-gallery-items-four__thumb img {
  object-fit: cover;
}

.gallerySliderTwo .swiper {
  overflow: visible;
}
.gallerySliderTwo .gallery-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 117px;
}
.gallerySliderTwo .gallery-thumb:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(239, 40, 83, 0.7) 0%, rgba(255, 163, 26, 0.7) 100%);
  transition: all 0.3s linear;
  border-radius: 199px;
}
.gallerySliderTwo .gallery-thumb img {
  width: 100%;
  border-radius: 20px;
}
.gallerySliderTwo .gallery-thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.gallerySliderTwo .gallery-thumb .icon i {
  font-size: 40px;
  color: var(--white);
}
.gallerySliderTwo .gallery-thumb:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallerySliderTwo .gallery-thumb:hover .icon {
  opacity: 1;
  visibility: visible;
  z-index: 7;
}

.gallerySliderFour .swiper {
  overflow: visible;
}
.gallerySliderFour .gallery-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.gallerySliderFour .gallery-thumb:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(239, 40, 83, 0.7) 0%, rgba(255, 163, 26, 0.7) 100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.gallerySliderFour .gallery-thumb img {
  width: 100%;
  border-radius: 20px;
}
.gallerySliderFour .gallery-thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.gallerySliderFour .gallery-thumb .icon i {
  font-size: 40px;
  color: var(--white);
}
.gallerySliderFour .gallery-thumb:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallerySliderFour .gallery-thumb:hover .icon {
  opacity: 1;
  visibility: visible;
  z-index: 7;
}
.gallerySliderFour .gallery-thumb2 {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.gallerySliderFour .gallery-thumb2:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(239, 40, 83, 0.7) 0%, rgba(255, 163, 26, 0.7) 100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.gallerySliderFour .gallery-thumb2 img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.gallerySliderFour .gallery-thumb2 .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.gallerySliderFour .gallery-thumb2 .icon i {
  font-size: 40px;
  color: var(--white);
}
.gallerySliderFour .gallery-thumb2:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallerySliderFour .gallery-thumb2:hover .icon {
  opacity: 1;
  visibility: visible;
  z-index: 7;
}

.faq-content .accordion-item {
  border: 0;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  border: 1px solid var(--border);
}
.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--title);
  letter-spacing: -0.2px;
  font-family: "Albert Sans", sans-serif;
  border: 0;
  box-shadow: none;
  background-color: var(--white);
  padding: 25px 30px 0;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid transparent;
  font-style: normal;
}
.faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--title);
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  color: var(--theme3);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 150px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text);
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

table {
  width: 100%;
}

.table-responsive {
  position: relative;
  z-index: 1;
}

.table_page table thead tr th {
  color: var(--title);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .table_page table thead tr th {
    font-size: 18px;
  }
}

.table_page table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
  height: 110px;
}

.table-responsive table tbody tr td {
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  min-width: 150px;
}
@media (max-width: 1199px) {
  .table-responsive table tbody tr td {
    min-width: 120px;
  }
}

.product_stock h6 {
  font-size: 16px;
}

.table_page table tbody tr td.product_remove {
  min-width: 100px;
  font-size: 20px;
}

.table_page table tbody tr td.product_thumb {
  max-width: 400px;
  overflow: hidden;
  padding-left: 0;
  text-align: left;
}
.table_page table tbody tr td.product_thumb .product-name {
  color: var(--title);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .table_page table tbody tr td.product_thumb .product-name {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
  }
}
.table_page table tbody tr td.product_thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.table_page table tbody tr td.product-price {
  min-width: 170px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.table_page table tbody tr td.product_quantity {
  min-width: 220px;
  margin: 0 auto;
  text-align: center;
}

.table_page table tbody tr td.product_quantity label {
  font-weight: 600;
  margin-right: 5px;
}

.table_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 63px;
  padding: 0 5px 0 20px;
  background: none;
  border: 1px solid #ededed;
}

.coupon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .coupon-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.coupon-inner .coupon-left h4 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.coupon-inner input {
  border: 1px solid #ededed;
  height: 50px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #333;
  width: 268px;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .coupon-inner input {
    height: 40px;
  }
}
.coupon-inner .cart_submit {
  text-align: right;
}
@media (max-width: 991px) {
  .coupon-inner .cart_submit {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .coupon-inner .cart_submit {
    text-align: left;
    width: 100%;
  }
}

.plus-minus-input {
  position: relative;
}
.plus-minus-input input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 51px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: var(--theme3);
}
@media (max-width: 1399px) {
  .plus-minus-input input {
    left: 42px;
  }
}
@media (max-width: 1199px) {
  .plus-minus-input input {
    left: 24px;
  }
}

.plus-minus-input input::-webkit-outer-spin-button,
.plus-minus-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.plus-minus-input input[type=number] {
  -moz-appearance: textfield;
}

.plus-minus-input button {
  font-size: 10px;
  width: 34px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  border: 1px solid var(--border-6);
  border-radius: 0;
}

.cart-checkout-wrapper {
  max-width: 350px;
  margin-left: auto;
  margin-top: 60px;
}
.cart-checkout-wrapper h3 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-6);
}
.cart-checkout-wrapper .cart-subtotal {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 26px;
}
.cart-checkout-wrapper .cart-subtotal p {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
.cart-checkout-wrapper .cart-subtotal .cart_amount {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
.cart-checkout-wrapper .cart_subtotal p {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.cart-checkout-wrapper .cart_subtotal .cart-location {
  color: var(--text);
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.cart-checkout-wrapper .checkout-btn .theme-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.wishlist_table {
  border: 1px solid var(--border-2);
  margin-bottom: 45px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.wishlist_table thead {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wishlist_table thead th {
  border: none !important;
}
.wishlist_table .cart_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wishlist_table td:before,
.wishlist_table th {
  font-family: "Albert Sans", sans-serif;
  color: var(--title);
  font-weight: 800;
  border: none;
  padding: 27px 15px;
  text-align: start;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
.wishlist_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.wishlist_table td {
  border: none;
  font-family: "Albert Sans", sans-serif;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
  text-align: start;
}
.wishlist_table td .stock {
  color: #0cd92a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.wishlist_table td .stock_out {
  color: #ef2853;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.wishlist_table td.product {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wishlist_table td.product i {
  color: #5c6574;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid #5c6574;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.wishlist_table .product-quantity {
  color: var(--title);
}
.wishlist_table .product-quantity input {
  position: relative;
  top: -2px;
}
.wishlist_table .cart-productname {
  font-family: "Albert Sans", sans-serif;
  color: var(--title);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
}
.wishlist_table .cart-productimage {
  display: inline-block;
}
.wishlist_table .remove {
  color: var(--theme);
  font-size: 18px;
}
.wishlist_table .quantity {
  display: inline-flex;
  align-items: center;
}
.wishlist_table .qty-btn {
  border: 1px solid var(--border-2) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 4px;
}
.wishlist_table .qty-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  border-color: var(--theme) !important;
}
.wishlist_table .qty-input {
  vertical-align: middle;
  border: 1px solid var(--border-2);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--theme);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}
.wishlist_table .qty-input::placeholder {
  color: var(--title);
}
.wishlist_table .qty-input::-webkit-outer-spin-button, .wishlist_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wishlist_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.wishlist_table .actions {
  text-align: right;
  vertical-align: middle;
}
.wishlist_table .actions > .global-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}
.wishlist_table .actions > .global-btn:last-child {
  margin-right: 0;
}
.wishlist_table .global-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.wishlist_table .global-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.wishlist_table .global-cart-coupon .global-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: max-content;
}

@media (max-width: 991px) {
  .wishlist_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .wishlist_table .cart-productname {
    font-size: 14px;
  }
  .wishlist_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
  .wishlist_table .actions {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wishlist_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .wishlist_table thead {
    display: none;
  }
  .wishlist_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .wishlist_table td::before {
    display: block;
  }
  .wishlist_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .wishlist_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .wishlist_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .wishlist_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }
  .wishlist_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .wishlist_table .th-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: -35px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--text);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.woocommerce-checkout .nice-select:active, .woocommerce-checkout .nice-select.open, .woocommerce-checkout .nice-select:focus {
  border-color: none !important;
}
.woocommerce-checkout .nice-select {
  border: 1px solid var(--border);
  font-size: 16px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid var(--border-2);
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .as-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--theme3);
}
.checkout-ordertable input[type=hidden] ~ label {
  color: var(--theme);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout-payment {
  text-align: left;
}
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type=radio] ~ label {
  margin-bottom: 17px;
  color: var(--text);
}
.woocommerce-checkout-payment ul input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.checkout-ordertable th, .checkout-ordertable td {
  border: 1px solid var(--border);
}

@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}
.order-tracking-form p {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.order-tracking-form form {
  margin-top: 0px;
}
.order-tracking-form form button {
  margin-top: 15px;
}

.breadcumb-section {
  overflow: hidden;
}

.breadcumb-container-wrapper {
  position: relative;
}
.breadcumb-container-wrapper .shape1 {
  position: absolute;
  bottom: 0;
  left: 87px;
}
.breadcumb-container-wrapper .shape2 {
  position: absolute;
  bottom: 0;
  left: 67px;
}
.breadcumb-container-wrapper .shape3 {
  position: absolute;
  top: 0;
  right: 58px;
}
.breadcumb-container-wrapper .shape4 {
  position: absolute;
  top: 0;
  right: 97px;
}

.breadcumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .breadcumb-wrapper {
    gap: 8px;
  }
}
.breadcumb-wrapper li:nth-last-child(1) {
  color: var(--theme3);
}

.dashboard-navigation-sidebar {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.dashboard-navigation-sidebar h3 {
  padding: 20px;
  color: var(--Theme-Color-2, #0a111e);
  font-family: "Albert Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dashboard-navigation-sidebar .nav-pills {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 16px;
}
.dashboard-navigation-sidebar .nav-pills .nav-link {
  padding: 16px 20px !important;
  text-align: start;
  width: 100%;
  color: #5f5f5f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.dashboard-navigation-sidebar .nav-pills .nav-link i {
  margin-right: 10px;
  opacity: 0.5;
  transition: all 0.3s;
}
.dashboard-navigation-sidebar .nav-pills .nav-link.active {
  background-color: #fff5f4;
  box-shadow: 3px 0px 0px 0px #ed0006 inset;
  color: #0a111e;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.dashboard-navigation-sidebar .nav-pills .nav-link.active i {
  opacity: 1;
}
.dashboard-navigation-sidebar .nav-pills .nav-link.active:before {
  display: none;
}

.dashboard-wrapper .dashboard-top .dashboard-profile {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: var(--white);
  text-align: center;
}
.dashboard-wrapper .dashboard-top .dashboard-profile .thumb img {
  border-radius: 50%;
}
.dashboard-wrapper .dashboard-top .dashboard-profile h3 {
  color: var(--title);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile p {
  color: #808080;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile a {
  color: var(--theme3);
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: var(--white);
  padding-bottom: 40px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info h6 {
  color: #999;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info h5 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info .address {
  display: block;
  color: #666;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
  max-width: 265px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info .email {
  display: block;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info .phone {
  display: block;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}
.dashboard-wrapper .dashboard-top .dashboard-profile-info .edit {
  display: block;
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dashboard-wrapper .order-history {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
.dashboard-wrapper .order-history .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.dashboard-wrapper .order-history .header h2 {
  font-size: 18px;
  color: #333;
}
.dashboard-wrapper .order-history .header .view-all {
  color: #ff4d4d;
  text-decoration: none;
  font-size: 14px;
}
.dashboard-wrapper .order-history .header .view-all:hover {
  text-decoration: underline;
}
.dashboard-wrapper .order-history table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard-wrapper .order-history table thead th {
  text-align: left;
  padding: 10px;
  background: #fff5f5;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eaeaea;
}
.dashboard-wrapper .order-history table tbody tr:hover {
  background: #f5f5f5;
}
.dashboard-wrapper .order-history table tbody tr td {
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.dashboard-wrapper .order-history table tbody tr td .status {
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
}
.dashboard-wrapper .order-history table tbody tr td .status.processing {
  background: #ffe8e8;
  color: #ff6b6b;
}
.dashboard-wrapper .order-history table tbody tr td .status.on-the-way {
  background: #fff4d6;
  color: #ffa502;
}
.dashboard-wrapper .order-history table tbody tr td .status.completed {
  background: #d8f7d8;
  color: #2ecc71;
}
.dashboard-wrapper .order-history table tbody tr td a {
  color: #ff4d4d;
  text-decoration: none;
  font-size: 14px;
}
.dashboard-wrapper .order-history table tbody tr td a:hover {
  text-decoration: underline;
}

.order-history2 {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.order-history2 .header {
  text-align: center;
  margin-bottom: 10px;
}
.order-history2 .header h2 {
  font-size: 18px;
  color: #333;
}
.order-history2 table {
  width: 100%;
  border-collapse: collapse;
}
.order-history2 table thead th {
  text-align: left;
  padding: 10px;
  background: #fff5f5;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eaeaea;
}
.order-history2 table tbody tr:hover {
  background: #f5f5f5;
}
.order-history2 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.order-history2 table tbody tr td .status {
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
}
.order-history2 table tbody tr td .status.processing {
  background: #ffe8e8;
  color: #ff6b6b;
}
.order-history2 table tbody tr td .status.on-the-way {
  background: #fff4d6;
  color: #ffa502;
}
.order-history2 table tbody tr td .status.completed {
  background: #d8f7d8;
  color: #2ecc71;
}
.order-history2 table tbody tr td a {
  color: #ff4d4d;
  text-decoration: none;
  font-size: 14px;
}
.order-history2 table tbody tr td a:hover {
  text-decoration: underline;
}
.order-history2 .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}
.order-history2 .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  color: #666;
  background: #fff;
}
.order-history2 .pagination a.active {
  background: #ff4d4d;
  color: #fff;
  border-color: #ff4d4d;
}
.order-history2 .pagination a:hover {
  background: #ff4d4d;
  color: #fff;
}
.order-history2 .pagination a.prev, .order-history2 .pagination a.next {
  border-radius: 8px;
}

.order-details {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
  background: var(--white);
}
.order-details .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.order-details .header h2 {
  font-size: 18px;
  color: #333;
}
.order-details .header h2 span {
  color: #888;
  font-size: 14px;
}
.order-details .header .back-to-list {
  text-decoration: none;
  font-size: 14px;
  color: #ff4d4d;
}
.order-details .header .back-to-list:hover {
  text-decoration: underline;
}
.order-details .details-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.order-details .details-wrapper .address-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .order-details .details-wrapper .address-section {
    flex-direction: column;
  }
}
.order-details .details-wrapper .box {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  width: 48%;
}
@media (max-width: 767px) {
  .order-details .details-wrapper .box {
    width: 100%;
  }
}
.order-details .details-wrapper .box h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
  font-family: "Albert Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding: 15px 18px;
  border-bottom: 1px solid #eaeaea;
}
.order-details .details-wrapper .box .content {
  padding: 15px;
}
.order-details .details-wrapper .box .content h5 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.order-details .details-wrapper .box .content p {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
}
.order-details .details-wrapper .box .content p a {
  text-decoration: none;
  color: #ff4d4d;
}
.order-details .details-wrapper .summary-section {
  text-align: right;
}
.order-details .details-wrapper .summary-section h4 {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.order-details .details-wrapper .summary-section p {
  font-size: 14px;
  margin: 5px 0;
}
.order-details .details-wrapper .summary-section p .total-amount {
  color: #ff4d4d;
  font-weight: bold;
}
.order-details .progress-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin: 40px 65px;
  position: relative;
  z-index: 9;
}
.order-details .progress-bar::before {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: #fff5f4;
  content: "";
  z-index: -1;
  border-radius: 30px;
}
.order-details .progress-bar::after {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: var(--theme);
  content: "";
  z-index: -1;
  border-radius: 30px;
  width: 50%;
}
.order-details .progress-bar .step {
  text-align: center;
  font-size: 12px;
}
.order-details .progress-bar .step .circle {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px dashed #ff4d4d;
  border-radius: 50%;
  margin-bottom: 5px;
  color: #ff4d4d;
  text-align: center;
  margin: 0 auto;
}
.order-details .progress-bar .step .text {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-top: 5px;
  display: inline-block;
}
.order-details .progress-bar .step .text.color-2 {
  color: #ff4d4d !important;
}
.order-details .progress-bar .step.completed .circle {
  border: none;
  background: #ff4d4d;
  color: #fff;
}
.order-details .progress-bar .step.active .circle {
  background: #ff4d4d;
  color: #fff;
  font-weight: bold;
}
.order-details .product-table table {
  width: 100%;
  border-collapse: collapse;
}
.order-details .product-table table thead th {
  text-align: left;
  padding: 10px;
  background: #fff5f5;
  font-size: 14px;
  color: #666;
}
.order-details .product-table table tbody tr td {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
}
.order-details .product-table table tbody tr td img {
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 4px;
}

.account-settings {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.account-settings .section-title {
  padding: 16px 24px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--white);
  box-shadow: 0px 1px 0px 0px #e5e5e5;
}
.account-settings .form-wrapper {
  padding: 24px;
}

.billing-address {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.billing-address .section-title {
  padding: 16px 24px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--white);
  box-shadow: 0px 1px 0px 0px #e5e5e5;
}
.billing-address .form-wrapper {
  padding: 24px;
}

.change-password {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.change-password .section-title {
  padding: 16px 24px;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--white);
  box-shadow: 0px 1px 0px 0px #e5e5e5;
}
.change-password .form-wrapper {
  padding: 24px;
}

.profile-image-wrapper {
  text-align: center;
}
.profile-image-wrapper img {
  max-width: 150px;
  border: 2px solid #ddd;
}
.profile-image-wrapper button {
  margin-top: 1rem;
}

button {
  border-radius: 5px;
}

.shop-details .product-big-img {
  text-align: center;
  padding-top: 50px;
  background-color: #fff5f4;
  border-radius: 20px;
}
.shop-details .product-about .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-details .product-about .product-price {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: start;
  margin-top: 16px;
  margin-bottom: 20px;
}
.shop-details .product-about .product-title {
  margin-bottom: 25px;
}
.shop-details .product-about .text {
  margin-bottom: 35px;
  max-width: 570px;
}
.shop-details .product-about .product-details {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.shop-details .product-about .product-details .size {
  margin-bottom: 30px;
}
.shop-details .product-about .product-details .size .title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  margin-right: 19px;
}
.shop-details .product-about .product-details .size .size-number {
  display: inline-block;
  padding: 7px 10px;
  color: #5f5f5f;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--white);
  margin-right: 16px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .shop-details .product-about .product-details .size .size-number {
    margin-right: 5px;
  }
}
.shop-details .product-about .product-details .size .size-number.active {
  border-color: var(--theme3);
  color: var(--theme3);
  box-shadow: var(--box-shadow);
}
.shop-details .product-about .product-details .color {
  display: flex;
  align-items: center;
}
.shop-details .product-about .product-details .color h6 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  margin-right: 18px;
}
.shop-details .product-about .product-details .color .selectable-color.active {
  border: 2px solid var(--theme3);
  box-shadow: var(--box-shadow);
}
.shop-details .product-about .product-details .color .color1 {
  background-color: #0a111e;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 15px;
}
.shop-details .product-about .product-details .color .color2 {
  background-color: #1de925;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 15px;
}
.shop-details .product-about .product-details .color .color3 {
  background-color: #fc791a;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 15px;
}
.shop-details .product-about .product-details .color .color4 {
  background-color: #f10101;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 15px;
}
.shop-details .product-about .product-details .color .color5 {
  background-color: #f0a003;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 15px;
}
.shop-details .product-about .product-details .color .color6 {
  background-color: #a46810;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.shop-details .product-about .product-details-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop-details .product-about .product-details-footer {
    gap: 20px;
  }
}
.shop-details .product-about .product-details-footer .theme-btn {
  margin-right: 20px;
}
.shop-details .product-about .product-details-footer .share {
  margin-left: 20px;
}
.shop-details.style2 .product-big-img {
  text-align: center;
  padding-top: 50px;
  background-color: #fff5f4;
  border-radius: 20px;
}
.shop-details.style2 .product-about .product-title {
  margin-bottom: 25px;
}
.shop-details.style2 .product-about .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.shop-details.style2 .product-about .rating .color-text {
  color: #ffb22c;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.shop-details.style2 .product-about .product-price {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: start;
  margin-top: 16px;
  margin-bottom: 20px;
}
.shop-details.style2 .product-about .actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.shop-details.style2 .product-about .actions .quantity {
  margin-bottom: 0;
}
.shop-details.style2 .product-about .actions .quantity input {
  background: transparent;
}
.shop-details.style2 .product-about .qty-wrapper {
  padding: 5px 20px;
  width: 135px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  background-color: var(--white);
}
.shop-details.style2 .product-about .more-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop-details.style2 .product-about .more-actions {
    gap: 15px;
  }
}
.shop-details.style2 .product-about .more-actions a {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-details.style2 .product-about .more-actions a i {
  margin-right: 10px;
}
.shop-details.style2 .product-about .more-actions .right {
  display: flex;
  gap: 30px;
}
.shop-details.style2 .product-about .credit-cards {
  position: relative;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: var(--white);
  text-align: center;
}
.shop-details.style2 .product-about .credit-cards h6 {
  position: absolute;
  display: inline-block;
  background-color: var(--white);
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.shop-details.style2 .product-about .credit-cards .card-logo {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .shop-details.style2 .product-about .credit-cards .card-logo {
    padding: 40px 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 0;
  }
}
.shop-details.style2 .product-about .credit-cards .card-logo img {
  padding: 5px 10px;
  margin-right: 12px;
  border: 1px solid #e6e6e6;
}
.shop-details.style2 .product-about .product-details-footer2 .policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.shop-details.style2 .product-about .product-details-footer2 .policy h6 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-details.style2 .product-about .product-details-footer2 .policy h6 span {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.shop-details.style2 .product-about .product-details-footer2 .product-info {
  margin-top: 30px;
}
.shop-details.style2 .product-about .product-details-footer2 .product-info h6 {
  color: #5f5f5f;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
.shop-details.style2 .product-about .product-details-footer2 .product-info h6 span {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.shop-details.style2 .product-description {
  padding: 40px 0 0;
  margin-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  margin-bottom: 0;
}

.actions {
  margin-bottom: 15px;
}
.actions .quantity {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.actions .quantity p {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.actions .quantity input {
  padding: 0 5px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--border-2);
  background: var(--white);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.actions .quantity .btn-wrapper {
  display: flex;
  flex-direction: column;
}
.actions .quantity .qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 40, 83, 0.05);
  background-color: var(--white);
}
.actions .quantity .qty-wrapper .btn-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(239, 40, 83, 0.05);
  background-color: var(--white);
}
.actions .quantity .qty-btn {
  width: 34px;
  height: 30px;
  border-radius: 0px 5px 0px 0px;
  border: 1px solid var(--border-2);
  background: var(--white);
  color: var(--text);
  -webkit-border-radius: 0px 5px 0px 0px;
  -moz-border-radius: 0px 5px 0px 0px;
  -ms-border-radius: 0px 5px 0px 0px;
  -o-border-radius: 0px 5px 0px 0px;
}

.product-description {
  padding: 50px 0 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-description h3 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-description .desc p {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product-review h3 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 45px;
}

.comment-list .comment-item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-2);
}
.comment-list .comment-item .post-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.comment-list .comment-item .post-comment .comment-avater img {
  border-radius: 50%;
}
.comment-list .comment-item .post-comment .comment-content .name {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.comment-list .comment-item .post-comment .comment-content .commented-on {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .comment-list .comment-item .post-comment .comment-content .commented-on {
    margin-bottom: -10px;
  }
}
.comment-list .comment-item .post-comment .comment-content .star {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 575px) {
  .comment-list .comment-item .post-comment .comment-content .star {
    position: relative;
    margin: 0px 0 25px 12px;
  }
}
.comment-list .comment-item .post-comment .comment-content .theme-btn {
  padding: 5px 10px;
  text-transform: capitalize;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .comment-list .comment-item .post-comment {
    display: flex;
    flex-direction: column;
  }
}

.comment-form {
  margin-top: var(--blog-space-y, 50px);
  padding: 60px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: var(--bg-2);
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.comment-form .inner-title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.comment-form .rating {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 20px;
  }
}

.modal-common-wrap {
  position: relative;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 100vh;
}
.modal-common-wrap .modal-content {
  background: transparent;
  border: unset;
}
.modal-common-wrap .modal-header {
  border-radius: 0;
  padding: 0 0;
  margin-left: auto;
  border: unset;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  background: var(--white);
  color: var(--white);
  border-radius: 50%;
}
.modal-common-wrap .modal-header .btn-close {
  margin: 0 0;
  padding: 0 0;
  outline: none;
  width: 40px;
  height: 40px;
  color: var(--white);
}
.modal-common-wrap .modal-header i {
  color: var(--white);
}
.modal-common-wrap .modal-body {
  background: var(--white);
  box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .modal-common-wrap .modal-body {
    padding: 30px;
  }
}
.modal-common-wrap .modal-body .modal-common-content {
  padding: 50px 65px;
  width: 538px;
}
.modal-common-wrap .modal-body .modal-common-content h2 {
  font-size: 40px;
  color: var(--black);
  margin-bottom: 65px;
}
.modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
  margin-bottom: 30px;
}
.modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
  border: unset;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  color: #4f536c;
  width: 100%;
}
.modal-common-wrap .modal-body .modal-common-content .login-from .form-grp ::placeholder {
  color: #4f536c;
}
.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
  margin-top: 14px;
}
.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-input {
  margin-top: 0;
}
.modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner .form-check-label {
  font-size: 14px;
  color: var(--title);
  line-height: 18px;
}
.modal-common-wrap .modal-body .modal-common-content .orting-badge {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #445375;
  margin: 28px 0;
}
.modal-common-wrap .modal-body .modal-common-content .orting-badge::before {
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 44%;
  background: #d9d9d9;
}
.modal-common-wrap .modal-body .modal-common-content .orting-badge::after {
  position: absolute;
  right: 0;
  content: "";
  height: 1px;
  width: 44%;
  background: #d9d9d9;
}
.modal-common-wrap .modal-body .modal-common-content .theme-btn {
  border-radius: 0px;
}
.modal-common-wrap .modal-body .modal-common-content .forgot {
  font-size: 14px;
  color: var(--theme);
}
.modal-common-wrap .modal-body .modal-common-content .cmn-social {
  display: flex;
  align-items: center;
  gap: 69px;
  border: 1px solid #e5e5e5;
  padding: 17px 30px;
  text-transform: capitalize;
  font-weight: 600;
}
.modal-common-wrap .modal-dialog {
  max-width: 1410px;
}
.modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(90deg);
  position: absolute;
  top: 45%;
  left: -80px;
}
.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-btn {
  border-radius: 0;
  padding: 14px 24px;
  min-width: initial;
  font-size: 16px;
  font-weight: 400;
}
.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create {
  padding: 6px 24px;
  border: 1px solid var(--white);
  font-size: 16px;
  transition: all 0.4s;
  text-transform: capitalize;
  color: var(--white);
}
.modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.modal-common-wrap .from-customradio {
  margin-top: 20px;
}
.modal-common-wrap .from-customradio .form-check-input {
  margin-top: 0;
}
.modal-common-wrap .from-customradio .form-check-label {
  color: #181818;
  font-size: 14px;
}
@media screen and (max-width: 1399px) {
  .modal-common-wrap .modal-body .modal-common-content {
    padding: 30px 30px;
    width: 538px;
    min-width: 400px;
  }
  .modal-common-wrap .modal-body .modal-common-content h2 {
    margin-bottom: 34px;
  }
  .modal-common-wrap .modal-body .modal-common-content .login-from .cmn-mb {
    margin-bottom: 20px;
  }
  .modal-common-wrap .modal-body .modal-common-content .login-from .form-grp input {
    padding-bottom: 12px;
  }
  .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area {
    margin-top: 10px;
  }
  .modal-common-wrap .modal-body .modal-common-content .forgot-inner-area .checkmark-inner {
    gap: 8px;
  }
  .modal-common-wrap .modal-body .modal-common-content .orting-badge {
    margin: 15px 0;
  }
  .modal-common-wrap .modal-body .modal-common-content .cmn-social {
    gap: 18px;
    padding: 12px 20px;
  }
  .modal-common-wrap .from-customradio {
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .modal-common-wrap .modal-body .modal-common-content {
    padding: 24px 16px;
    width: 538px;
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .modal-common-wrap .modal-body .modal-common-content {
    padding: 24px 16px;
    width: 100%;
    min-width: initial;
  }
  .modal-common-wrap .modal-right-thumb {
    width: 100%;
  }
  .modal-common-wrap .modal-right-thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .modal-common-wrap .modal-right-thumb .signlogin-btnwrap {
    gap: 7px;
    flex-wrap: wrap;
    transform: rotate(0deg);
    top: initial;
    left: 15px;
    bottom: 10px;
  }
}

.look-book-section .vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .look-book-section .vertical-text {
    writing-mode: initial;
    transform: rotate(0);
  }
}
.look-book-section .collection-text {
  font-size: 1rem;
  color: #e63946;
  font-weight: 500;
  margin-top: 1rem;
}
.look-book-section .collection-text span {
  font-size: 1.2rem;
  font-weight: bold;
}
.look-book-section .image-wrapper {
  position: relative;
}
.look-book-section .image-wrapper .look-book-product-wrapper {
  max-width: 380px;
  height: 100%;
  position: relative;
}
.look-book-section .image-wrapper .look-book-product-wrapper .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 25px;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: var(--white);
  width: 100px;
  height: 55px;
}
.look-book-section .image-wrapper .look-book-product-wrapper .arrow-btn .slider-prev {
  font-size: 18px;
  font-weight: 600;
}
.look-book-section .image-wrapper .look-book-product-wrapper .arrow-btn .slider-prev:hover {
  color: var(--theme3);
}
.look-book-section .image-wrapper .look-book-product-wrapper .arrow-btn .slider-next {
  font-size: 18px;
  font-weight: 600;
}
.look-book-section .image-wrapper .look-book-product-wrapper .arrow-btn .slider-next:hover {
  color: var(--theme3);
}
.look-book-section .image-wrapper .look-book-product-wrapper.style2 .arrow-btn {
  left: 0;
}
.look-book-section .image-wrapper img {
  border-radius: 8px;
  max-width: 100%;
}
.look-book-section .image-wrapper .discount-label {
  position: absolute;
  top: 67px;
  right: -30%;
  transform: rotate(-90deg);
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .look-book-section .image-wrapper .discount-label {
    transform: rotate(0);
    top: -30px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .look-book-section .image-wrapper .discount-label {
    transform: rotate(-90deg);
    top: 77px;
    right: -58px;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .look-book-section .image-wrapper .discount-label {
    right: 0;
  }
}
@media (max-width: 575px) {
  .look-book-section .image-wrapper .discount-label {
    right: -58px;
  }
}
.look-book-section .image-wrapper .discount-label span {
  color: var(--theme3);
}
.look-book-section .text-container {
  display: flex;
  justify-content: left;
}
@media (max-width: 991px) {
  .look-book-section .text-container {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .look-book-section .text-container {
    display: block;
  }
  .look-book-section .text-container h4 {
    padding: 10px 0;
  }
}
.look-book-section .text-container h4 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .look-book-section .text-container h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.look-book-section .text-container a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 10px 0 20px;
}
@media (max-width: 991px) {
  .look-book-section .text-container a {
    padding: 0;
  }
}
.look-book-section .text-container a span {
  color: var(--theme3);
}
.look-book-section .text-container.style2 {
  display: flex;
  justify-content: right;
  align-items: start;
}
.look-book-section .text-end .vertical-text {
  text-align: right;
}
@media (max-width: 767px) {
  .look-book-section .thumb img {
    max-width: 100%;
  }
}

.main-sidebar-1 .single-sidebar-widget {
  padding: 25px 30px;
  border-radius: 10px;
  background: var(--bg-1);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .main-sidebar-1 .single-sidebar-widget {
    padding: 15px;
  }
}
.main-sidebar-1 .single-sidebar-widget__wid-title {
  margin-bottom: 15px;
}
.main-sidebar-1 .single-sidebar-widget__wid-title--title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  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 {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid #F7F4EF;
  background: var(--white);
}
.main-sidebar-1 .single-sidebar-widget__search-widget form button {
  position: absolute;
  right: 15px;
  top: 1px;
  width: 20px;
  font-size: 18px;
  height: 100%;
  color: var(--theme3);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sidebar-1 .single-sidebar-widget__search-widget form button:hover {
  color: var(--title);
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range {
  background: linear-gradient(90deg, #FF4035 50%, #e0e0e0 50%);
  height: 8px;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none; /* Necessary for Safari and Chrome */
  appearance: none;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range::-webkit-slider-runnable-track {
  background: inherit; /* Use the dynamically updated background */
  height: 8px;
  border-radius: 5px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range::-moz-range-track {
  background: inherit;
  height: 8px;
  border-radius: 5px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .form-range::-ms-track {
  background: inherit;
  height: 8px;
  border-radius: 5px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .range-values span {
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
}
.main-sidebar-1 .single-sidebar-widget__filter-price-widget-categories .range-slider .range-values span.active {
  background-color: var(--theme4);
  color: #fff;
}
.main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
}
.main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li a {
  color: var(--border-5);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li a {
    font-size: 14px;
  }
}
.main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li a i {
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li a i {
    font-size: 12px;
  }
}
.main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar-1 .single-sidebar-widget__shop-widget-categories ul li:hover a {
  color: var(--theme3);
}
.main-sidebar-1 .single-sidebar-widget__widget-categories {
  margin-top: -8px;
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li {
  padding: 5px 0px;
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li a {
  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 a .text {
  color: var(--border-5);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .main-sidebar-1 .single-sidebar-widget__widget-categories ul li a .text {
    font-size: 14px;
  }
}
.main-sidebar-1 .single-sidebar-widget__widget-categories ul li a .text svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .checkbox-area {
  display: flex;
  align-items: center;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid var(--orange3);
  top: 5px;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--orange3);
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -10px;
  left: 1px;
  color: var(--theme);
  font-size: 13px;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .star {
  margin-left: 8px;
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .star a i {
  font-size: 18px;
  color: var(--orange3);
}
@media (max-width: 1399px) {
  .main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .star a i {
    font-size: 12px;
  }
}
.main-sidebar-1 .single-sidebar-widget__categories-list .checkbox-single .text-color {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #676666;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.main-sidebar-2 .single-sidebar-widget__wid-title {
  margin-top: 25px;
}
.main-sidebar-2 .single-sidebar-widget__wid-title--title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar-2 .single-sidebar-widget__search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar-2 .single-sidebar-widget__search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.main-sidebar-2 .single-sidebar-widget__search-widget form input::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar-2 .single-sidebar-widget__search-widget form button {
  position: absolute;
  right: 20px;
  top: 1px;
  width: 20px;
  font-size: 18px;
  height: 100%;
  color: var(--text3);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sidebar-2 .single-sidebar-widget__search-widget form button:hover {
  color: var(--theme3);
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area {
  padding: 30px 24px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--white);
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items--recent-thumb img {
  width: 135px;
  height: 80px;
  object-fit: cover;
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items--recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items--recent-content ul li {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items--recent-content ul li i {
  color: var(--theme3);
  margin-right: 5px;
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items--recent-content h6 {
  font-weight: 700;
}
.main-sidebar-2 .single-sidebar-widget__recent-post-area__recent-items--recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar-2 .single-sidebar-widget__blog-widget-categories {
  padding: 30px 24px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--white);
}
.main-sidebar-2 .single-sidebar-widget__blog-widget-categories--tagcloud a {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-flex;
  padding: 13px 15px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: inline-block;
  border-radius: 50px;
  background: #FAFAFA;
  margin-top: 10px;
}
.main-sidebar-2 .single-sidebar-widget__blog-widget-categories--tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar-2 .single-sidebar-widget__blog-widget-categories--tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar-2 .single-sidebar-widget__blog-thumb {
  margin-top: 30px;
}
.main-sidebar-2 .single-sidebar-widget__blog-thumb img {
  width: 100%;
  height: 100%;
}

.shop-section {
  background-color: var(--white);
}
.shop-section .pagination {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.shop-items-one {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--white);
  position: relative;
  border: 1px solid #e6e6e6;
}
.shop-items-one .icon-box2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.shop-items-one__badge1 {
  position: absolute;
  top: 17px;
  left: 20px;
  border-radius: 36px;
  color: var(--white);
  text-align: center;
  padding: 10px 12px;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--theme3);
}
.shop-items-one__thumb {
  text-align: center;
}
.shop-items-one__thumb img {
  max-width: 100%;
}
.shop-items-one__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.shop-items-one__details--subtitle {
  color: #a1a1a1;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-items-one__details--title {
  color: #0a111e;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .shop-items-one__details--title {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-items-one__details--price {
  margin-top: 5px;
}
.shop-items-one__details--price .original-price {
  color: #a1a1a1;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: line-through;
}
@media (max-width: 1399px) {
  .shop-items-one__details--price .original-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-items-one__details--price .offer-price {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .shop-items-one__details--price .offer-price {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-items-one__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd9d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.shop-items-one__icon i {
  color: var(--theme3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.shop-items-one__icon:hover {
  background-color: var(--theme3);
}
.shop-items-one__icon:hover i {
  color: var(--white);
}
.shop-items-one:hover .icon-box2 {
  opacity: 1;
  visibility: visible;
}

.shop-section-filter .order-by {
  width: max-content;
}
.shop-section-filter .order-by .shop-order-by-select {
  width: 180px;
}

.blog-classic-wrapper .blog-classic-items__blog-thumb {
  position: relative;
}
.blog-classic-wrapper .blog-classic-items__blog-thumb img {
  width: 100%;
  height: 100%;
}
.blog-classic-wrapper .blog-classic-items__blog-thumb__post-date {
  background-color: var(--theme3);
  position: absolute;
  top: 45px;
  left: 30px;
  border-radius: 10px;
  display: flex;
  width: 59px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.blog-classic-wrapper .blog-classic-items__blog-thumb__post-date--title {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.blog-classic-wrapper .blog-classic-items__blog-thumb__post-date--title span {
  color: #FFF;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.blog-classic-wrapper .blog-classic-items__blog-content {
  padding: 10px 0px 36px 0px;
}
.blog-classic-wrapper .blog-classic-items__blog-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .blog-classic-wrapper .blog-classic-items__blog-content ul {
    gap: 20px;
  }
}
.blog-classic-wrapper .blog-classic-items__blog-content ul li {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.blog-classic-wrapper .blog-classic-items__blog-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.blog-classic-wrapper .blog-classic-items__blog-content--title {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin-top: 8px;
}
.blog-classic-wrapper .blog-classic-items__blog-content--title a:hover {
  color: var(--theme3);
}
.blog-classic-wrapper .blog-classic-items__blog-content--subtitle {
  color: var(--text3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 14px;
}
.blog-classic-wrapper .blog-classic-items__blog-content--btn-wrapper {
  margin-top: 30px;
}

.blog-post-details .single-blog-post__title {
  color: #000;
  font-family: "Albert Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
}
.blog-post-details .single-blog-post__blog-thumb {
  position: relative;
  margin-top: 40px;
}
.blog-post-details .single-blog-post__blog-thumb img {
  width: 100%;
  height: 100%;
}
.blog-post-details .single-blog-post__blog-thumb--post-date {
  background-color: var(--theme3);
  position: absolute;
  top: 45px;
  left: 30px;
  border-radius: 10px;
  display: flex;
  width: 59px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.blog-post-details .single-blog-post__blog-thumb--post-date ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .blog-post-details .single-blog-post__blog-thumb--post-date ul {
    gap: 20px;
  }
}
.blog-post-details .single-blog-post__blog-thumb--post-date ul li {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.blog-post-details .single-blog-post__blog-thumb--post-date ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.blog-post-details .single-blog-post__title {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
}
.blog-post-details .single-blog-post__title a:hover {
  color: var(--theme3);
}
.blog-post-details .single-blog-post__thumb {
  position: relative;
  margin-top: 30px;
}
.blog-post-details .single-blog-post__thumb img {
  width: 100%;
  height: 100%;
}
.blog-post-details .single-blog-post__thumb--post-date {
  position: absolute;
  top: 45px;
  right: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 11px 20px;
  align-items: center;
  gap: 24px;
  text-align: center;
  border-radius: 5px;
  background: var(--theme3);
}
.blog-post-details .single-blog-post__thumb--post-date ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .blog-post-details .single-blog-post__thumb--post-date ul {
    gap: 20px;
  }
}
.blog-post-details .single-blog-post__thumb--post-date ul li {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
.blog-post-details .single-blog-post__thumb--post-date ul li i {
  color: var(--white);
  margin-right: 5px;
}
.blog-post-details .single-blog-post__blog-details-content--subtitle {
  color: var(--text);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 30px;
}
.blog-post-details .single-blog-post__blog-details-content--texttitle {
  color: var(--text);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 30px;
}
.blog-post-details .single-blog-post__blog-details-content--details-image {
  margin-top: 50px;
}
.blog-post-details .single-blog-post__blog-details-content--details-image img {
  width: 100%;
  height: 100%;
}
.blog-post-details .single-blog-post__blog-details-content--hilight-text {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}
.blog-post-details .single-blog-post__blog-details-content--hilight-text .icon svg {
  width: 44.004px;
  height: 38px;
}
.blog-post-details .single-blog-post__blog-details-content--hilight-text p {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}
.blog-post-details .single-blog-post__blog-details-content--subtitle {
  color: var(--text);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  border-radius: 50px;
  background: #FAFAFA;
  margin-right: 8px;
  text-transform: capitalize;
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  border: 1.211px solid var(--border);
  background-color: var(--white);
  width: 43px;
  height: 43px;
  line-height: 43px;
  padding: 9px 14px;
  border-radius: 35px;
}
.blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.blog-post-details .tag-share-wrap .social-share a:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1.211px solid var(--theme3);
}
.blog-post-details__comments-area {
  margin-top: 18px;
  padding: 50px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-post-details__comments-area__comments-heading--title {
  color: var(--title);
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--Somoke-Color, #FFF5F4);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
}
.blog-post-details__comments-area__blog-single-comment {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.blog-post-details__comments-area__blog-single-comment--content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-post-details__comments-area__blog-single-comment--content .head .con h5 {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}
.blog-post-details__comments-area__blog-single-comment--content .head .con span {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
.blog-post-details__comments-area__blog-single-comment--content .head .star i {
  color: var(--theme3);
  font-size: 14px;
}
.blog-post-details__comments-area__blog-single-comment--content p {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}
.blog-post-details__comments-area__blog-single-comment--content .reply {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  border-radius: 100px;
  background: var(--theme3);
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.blog-post-details__comment-form-wrap {
  padding: 50px 0px;
}
.blog-post-details__comment-form-wrap--title {
  color: var(--black);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 10px;
}
.blog-post-details__comment-form-wrap .form-clt input,
.blog-post-details__comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  padding: 16px 20px;
  font-weight: 500;
  margin-top: 30px;
}
.blog-post-details__comment-form-wrap .form-clt input::placeholder,
.blog-post-details__comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.blog-post-details__comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.login-wrapper {
  border-radius: 50px;
  background: var(--bg-1);
  position: relative;
}
.login-wrapper .contact-info-area {
  padding: 100px 10px 70px 100px;
}
@media (max-width: 1199px) {
  .login-wrapper .contact-info-area {
    padding: 50px 30px;
  }
}
.login-wrapper .contact-info-area .contact-content__title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.login-wrapper .contact-info-area .contact-content__subtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 24px;
}
.login-wrapper .contact-info-area .contact-content .contact-form-items {
  margin-top: 26px;
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt span {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input,
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 18px 20px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  background: var(--bg-3);
  color: var(--text3);
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 767px) {
  .login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input,
  .login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input,
  .login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input::placeholder,
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text3);
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 70px;
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  padding-top: 6px;
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-check input {
  color: var(--title);
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-check .form-check-label {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  gap: 10px;
  margin-left: 14px;
}
@media (max-width: 500px) {
  .login-wrapper .contact-info-area .contact-content .contact-form-items .form-check .form-check-label {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.login-wrapper .contact-info-area .contact-content .contact-form-items .form-check .form-check-label span {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.login-wrapper .contact-info-area .contact-content .or-border {
  margin-top: 35px;
}
.login-wrapper .contact-info-area .contact-content .or-border .border {
  height: 1px;
  width: 100%;
  content: "";
  background-color: #E6E6E6;
}
.login-wrapper .contact-info-area .contact-content .or-border p {
  background-color: var(--bg-1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}
.login-wrapper .contact-info-area .contact-content .theme-btn {
  width: 100%;
  border-radius: 5px;
  height: 56px;
}
.login-wrapper .contact-info-area .contact-content .button-items-1 {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login-wrapper .contact-info-area .contact-content .button-items-1__google-button {
  padding: 16px 80px 16px 20px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  background: var(--bg-3);
}
@media (max-width: 991px) {
  .login-wrapper .contact-info-area .contact-content .button-items-1__google-button {
    padding: 12px 18px;
  }
}
.login-wrapper .contact-info-area .contact-content .button-items-1__google-button img {
  width: 20px;
  height: 20px;
}
.login-wrapper .contact-info-area .contact-content .button-items-1__google-button P {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.login-wrapper .contact-info-area .contact-content .button-items-1__apple-button {
  padding: 16px 80px 16px 20px;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  background: var(--bg-3);
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .login-wrapper .contact-info-area .contact-content .button-items-1__apple-button {
    padding: 12px 18px;
  }
}
.login-wrapper .contact-info-area .contact-content .button-items-1__apple-button img {
  width: 20px;
  height: 20px;
}
.login-wrapper .contact-info-area .contact-content__logtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 34px;
}
.login-wrapper .contact-info-area .contact-content__logtitle a {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-left: 4px;
}
.login-wrapper .login-thumb {
  margin-left: 10px;
}
.login-wrapper .login-thumb img {
  width: 100%;
  border-radius: 55px;
}

.register-wrapper {
  border-radius: 50px;
  background: var(--bg-1);
  position: relative;
}
.register-wrapper .contact-info-area {
  padding: 100px 10px 70px 100px;
}
@media (max-width: 1199px) {
  .register-wrapper .contact-info-area {
    padding: 50px 30px;
  }
}
.register-wrapper .contact-info-area .contact-content__title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.register-wrapper .contact-info-area .contact-content__subtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 24px;
}
.register-wrapper .contact-info-area .contact-content .contact-form-items {
  margin-top: 26px;
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt span {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input,
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 18px 20px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  background: var(--bg-3);
  color: var(--text3);
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 767px) {
  .register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input,
  .register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input,
  .register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt input::placeholder,
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text3);
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 70px;
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  padding-top: 6px;
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-check input {
  color: var(--title);
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-check .form-check-label {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  gap: 10px;
  margin-left: 14px;
}
@media (max-width: 500px) {
  .register-wrapper .contact-info-area .contact-content .contact-form-items .form-check .form-check-label {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.register-wrapper .contact-info-area .contact-content .contact-form-items .form-check .form-check-label span {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.register-wrapper .contact-info-area .contact-content .or-border {
  margin-top: 35px;
}
.register-wrapper .contact-info-area .contact-content .or-border .border {
  height: 1px;
  width: 100%;
  content: "";
  background-color: #E6E6E6;
}
.register-wrapper .contact-info-area .contact-content .or-border p {
  background-color: var(--bg-1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}
.register-wrapper .contact-info-area .contact-content .theme-btn {
  width: 100%;
  border-radius: 5px;
  height: 56px;
}
.register-wrapper .contact-info-area .contact-content .button-items-1 {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.register-wrapper .contact-info-area .contact-content .button-items-1__google-button {
  padding: 16px 80px 16px 20px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  background: var(--bg-3);
}
@media (max-width: 991px) {
  .register-wrapper .contact-info-area .contact-content .button-items-1__google-button {
    padding: 12px 18px;
  }
}
.register-wrapper .contact-info-area .contact-content .button-items-1__google-button img {
  width: 20px;
  height: 20px;
}
.register-wrapper .contact-info-area .contact-content .button-items-1__google-button P {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.register-wrapper .contact-info-area .contact-content .button-items-1__apple-button {
  padding: 16px 80px 16px 20px;
  border-radius: 5px;
  border: 1px solid var(--border-6);
  background: var(--bg-3);
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .register-wrapper .contact-info-area .contact-content .button-items-1__apple-button {
    padding: 12px 18px;
  }
}
.register-wrapper .contact-info-area .contact-content .button-items-1__apple-button img {
  width: 20px;
  height: 20px;
}
.register-wrapper .contact-info-area .contact-content__logtitle {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 34px;
}
.register-wrapper .contact-info-area .contact-content__logtitle a {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-left: 4px;
}
.register-wrapper .register-thumb {
  margin-left: 10px;
}
.register-wrapper .register-thumb img {
  width: 100%;
  border-radius: 55px;
}

.contact-section-wrapper {
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  background: var(--bg-1);
  position: relative;
}
.contact-section-wrapper .contact-info {
  position: relative;
}
.contact-section-wrapper .contact-info__contact {
  padding: 40px 0px 36px 45px;
  background-color: var(--theme3);
  border-radius: 10px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-section-wrapper .contact-info__contact {
    padding: 20px;
  }
}
.contact-section-wrapper .contact-info__contact--title {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-section-wrapper .contact-info__contact--subtitle {
  color: var(--bg-1);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
}
.contact-section-wrapper .contact-info__contact--contact-items .contact-info-items {
  margin-top: 110px;
  position: relative;
  z-index: 9;
}
.contact-section-wrapper .contact-info__contact--contact-items .contact-info-items li {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.contact-section-wrapper .contact-info__contact--contact-items .contact-info-items li i {
  color: var(--white);
  font-size: 15px;
  margin-right: 20px;
}
.contact-section-wrapper .contact-info__contact--contact-items .contact-info-items li a {
  color: var(--white);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-section-wrapper .contact-info__contact--contact-items .contact-info-items li a:hover {
  color: var(--white);
}
.contact-section-wrapper .contact-info__contact--social-icon {
  margin-top: 150px;
  gap: 24px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .contact-section-wrapper .contact-info__contact--social-icon {
    margin-top: 20px;
  }
}
.contact-section-wrapper .contact-info__contact--social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--white);
}
.contact-section-wrapper .contact-info__contact--social-icon a i {
  color: var(--theme3);
}
.contact-section-wrapper .contact-info__contact--social-icon a:hover {
  background-color: var(--theme2);
}
.contact-section-wrapper .contact-info__icon .icon-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.contact-section-wrapper .contact-info__icon .icon-1 img {
  width: 100%;
  height: 100%;
}
.contact-section-wrapper .contact-info__icon .icon-2 {
  position: absolute;
  right: 50px;
  top: 350px;
}
.contact-section-wrapper .contact-info__icon .icon-2 img {
  width: 100px;
  height: 100px;
}
.contact-section-wrapper .contact-info__icon .icon-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.contact-section-wrapper .contact-info__icon .icon-2 img {
  width: 100%;
  height: 100%;
}
.contact-section-wrapper .contact-form-items-1 {
  padding: 40px 40px;
}
@media (max-width: 1199px) {
  .contact-section-wrapper .contact-form-items-1 {
    padding: 20px;
  }
}
.contact-section-wrapper .contact-form-items-1 .form-clt-1 input,
.contact-section-wrapper .contact-form-items-1 .form-clt-1 textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  margin-top: 8px;
  height: 30px;
  padding-left: 0;
  cursor: pointer;
}
.contact-section-wrapper .contact-form-items-1 .form-clt-1 input:hover,
.contact-section-wrapper .contact-form-items-1 .form-clt-1 textarea:hover {
  border-bottom: 1px solid var(--title);
  border-image-slice: 2;
}
.contact-section-wrapper .contact-form-items-1 .form-clt-1 textarea {
  padding-bottom: 10px;
  cursor: pointer;
}
.contact-section-wrapper .contact-form-items-1 .subjects h6 {
  margin-bottom: 15px;
}
.contact-section-wrapper .contact-form-items-1 .subjects .checkbox {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-section-wrapper .contact-form-items-1 .subjects .checkbox {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.contact-section-wrapper .contact-form-items-1 .subjects .checkbox .checkbox-area .text {
  color: var(--title);
  font-family: "Albert Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
}

.map-items {
  margin-bottom: -10px;
}
.map-items .googpemap {
  filter: grayscale(100%) invert(7%) contrast(83%);
}
.map-items .googpemap iframe {
  width: 100%;
  height: 675px;
}

.about-page-thumb1 {
  margin-left: -252px;
}
@media (max-width: 1899px) {
  .about-page-thumb1 {
    margin-left: 0;
  }
}
.about-page-thumb1 img {
  max-width: 100%;
}

.about-page-thumb2 img {
  max-width: 100%;
}

.about-page-content h1 {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.44px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .about-page-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.about-page-content p {
  color: var(--text3);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.team-section-1-card {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .team-section-1-card {
    margin-top: 50px;
  }
}
.team-section-1-card__thumb {
  position: relative;
  overflow: hidden;
  border-top: 5px solid transparent;
  border-radius: 170px;
  transition: all 0.3s linear;
}
.team-section-1-card__thumb-img {
  position: relative;
  border-radius: 170px;
  width: 100%;
}
.team-section-1-card__thumb-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 9px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.team-section-1-card__thumb-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  border: 1px solid var(--white);
  background: rgb(199, 157, 128);
  transition: all 0.3s linear;
}
.team-section-1-card__thumb-social a:hover {
  background-color: var(--theme3);
}
.team-section-1-card__thumb-social a i {
  color: var(--white);
}
.team-section-1-card__content {
  margin-top: 15px;
  text-align: center;
}
.team-section-1-card__content-name {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.team-section-1-card__content-designation {
  color: var(--text3);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.team-section-1-card:hover .team-section-1-card__thumb {
  border-top: 5px solid var(--theme3);
}
.team-section-1-card:hover .team-section-1-card__thumb-social {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

.promo-wrapper.style1 .promo-card {
  border-radius: 20px;
  background: #ffdedc;
  padding: 60px 40px;
  height: 100%;
}
@media (max-width: 500px) {
  .promo-wrapper.style1 .promo-card {
    padding: 30px 20px;
  }
}
.promo-wrapper.style1 .promo-card.promo-card_1 .thumb {
  padding-bottom: 54px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .promo-wrapper.style1 .promo-card.promo-card_1 .thumb {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .promo-wrapper.style1 .promo-card.promo-card_1 {
    margin-bottom: 30px;
  }
}
.promo-wrapper.style1 .promo-card.promo-card_2 {
  background: #ccd9eb;
}
.promo-wrapper.style1 .promo-card .thumb {
  text-align: center;
}
.promo-wrapper.style1 .promo-card .promo-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.promo-wrapper.style1 .promo-card .promo-content .offer-text {
  color: var(--theme3);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
}
.promo-wrapper.style1 .promo-card .promo-content .promo-title {
  color: #161616;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  padding-top: 10px;
}

.package-shop-one {
  padding: 14px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--white);
}
@media (max-width: 1600px) {
  .package-shop-one {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.package-shop-one__thumb {
  border-radius: 10px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
}
.package-shop-one__star-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
.package-shop-one__star-wrap .star {
  gap: 2px;
}
.package-shop-one__star-wrap .star i {
  font-size: 13px;
  color: var(--orange3);
}
.package-shop-one__star-wrap span {
  color: #A1A1A1;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.package-shop-one__content-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 7px;
}
.package-shop-one__content-price .offer-price {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.package-shop-one__content-price .original-price {
  color: #A1A1A1;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
  text-transform: capitalize;
}
.package-shop-one__content-title {
  color: var(--title);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.package-shop-one__icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.package-shop-one__icons a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  font-size: 13px;
  transition: all 0.3s;
  border-radius: 50%;
}
.package-shop-one__icons a i:hover {
  background-color: #FFECEB;
  color: var(--theme3);
}

.package-shop-preview {
  position: relative;
  padding: 51px 75px;
  border-radius: 20px;
  border: 1px solid var(--theme3);
  background-color: var(--white);
}
.package-shop-preview img {
  border-radius: 20px;
}
.package-shop-preview .packges-thumb {
  position: relative;
}
.package-shop-preview .packges-thumb .content {
  position: absolute;
  top: 0;
  left: 0;
}
.package-shop-preview .packges-thumb .content h4 {
  font-size: 22px;
}
.package-shop-preview .packges-thumb .content p {
  font-size: 18px;
  color: var(--theme);
  margin-top: 7px;
}
.package-shop-preview .arrow-btn .slider-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--title);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.3s;
}
.package-shop-preview .arrow-btn .slider-arrow:hover {
  background-color: var(--theme3);
}
.package-shop-preview .arrow-btn .slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.package-shop-preview .arrow-btn .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

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