/*

Theme Name: Liya

Theme URI: 

Author: Liya

Author URI: 

Description: Simple and Responsive Wordpress theme.

*/


@font-face {
  font-family: "Inter-Medium";
  src: url("fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Matcha-Latte-Personal-Use-Only";
  src: url("fonts/Matcha-Latte-Personal-Use-Only.ttf");
}
@font-face {
  font-family: "DMSans-Light";
  src: url("fonts/DMSans-Light.ttf");
}
@font-face {
  font-family: "DMSanst-Regular";
  src: url("fonts/DMSanst-Regular.ttf");
}
@font-face {
  font-family: "DMSans-Italic";
  src: url("fonts/DMSans-Italic.ttf");
}
@font-face {
  font-family: "SF-Pro-Text-Regular";
  src: url("fonts/SF-Pro-Text-Regular.otf");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "IInter-Regular";
  src: url("fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "DMSans-Medium";
  src: url("fonts/DMSans-Medium.ttf");
}
/* -- style for common -- */
:root {
  --primary-color: #1A1A1A;
  --white-color: #ffffff;
  --black-color: #000000;
--btn-color: #A57C00;
}
body {
 font-family: "DMSanst-Regular";
  overflow-x: hidden;
  color: var(--primary-color);
  font-size: 18px;	
  line-height: 28px;
 
  }
  a,
  input,
  textarea,
  button,
  select {
  outline: none;
  }
  a:hover,
  a:focus,
  input:focus,
  textarea:focus,
  button:focus,
  select:focus {
  outline: none;
  text-decoration: none;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active{
    -webkit-box-shadow: none;
    -webkit-text-fill-color: var(--primary-color);
  }
  input:-webkit-autofill { 
      -webkit-background-clip: text;
    -webkit-text-fill-color: var(--primary-color);
  }
  
  a {
     color: var(--primary-color);
  }
  a:hover {
    color: var(--btn-color);
  }
  p {
  color: var(--primary-color);
  font-size: 18px;	
  line-height: 28px;
  margin-bottom: 16px;
  }
  
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type="password"],
  select, textarea {
  width: 100%;
  padding: 0px 0px !important;
  color: var(--primary-color);
  
  font-size: 14px !important;
  box-shadow: none !important;
  background-color: var(--white-color) !important;
  border: 0px solid #000 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #665858 !important;
  }
  select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./images/down-arrow.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 35% !important;
    background-size: 14px;
    cursor: pointer;
    padding-right: 36px;
    }
  input:focus, select:focus
  {
   border: 0px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #665858 !important;
  }
  textarea {
  height: 134px !important;
  max-height: 134px !important;
  }
  label {
  font-size: 18px !important;
  color: #000 !important;
}
  textarea:focus
  {
    border: 0px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #665858 !important;
  }
  label {
  color: #665858 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  padding: 0px !important;
  font-family: "DMSanst-Regular" !important; 
}
/*   
  header,
  section,
  footer {
  float: left;
  width: 100%;
  } */
  .container {
  width: 1528px;
    max-width: 100%;
    padding: 0px 70px;
  }
  
  img {
    max-width: 100%; 
  height: auto;
  }
  
  h1, h2, h3, h4, h5, h6
  {
    font-family: "Matcha-Latte-Personal-Use-Only";
    color: var(--black-color);
  font-weight: initial;
  }
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  h1 {
    font-size: 36px;
  line-height: 46px;
  }
  h2 {
    font-size: 32px;
  line-height: 42px;
  }
  h3 {
    font-size: 28px;
  line-height: 38px;
  }
  h4 {
    font-size: 26px;
  line-height: 36px;
  }
  h5 {
    font-size: 24px;
  line-height: 34px;
  }
  h6 {
    font-size: 22px;
  line-height: 30px;
  }
  
  /* .full-width {
    width: 100%;
    float: left;
  } */

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  box-shadow: none !important;
}
p:last-child {
  margin-bottom: 0px;
}

header, footer, .full-width {
  width: 100%;
}

header ul, footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex
}
.header-top-sec {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #0000001f;
  padding: 14px 239px;
  align-items: center;
  z-index: 99999;
  transition: 0.5s;
}
header ul li, header ul li a {
  color: var(--white-color);
  font-size: 18px;
  line-height: 28px;
}
#main-menu {
  gap: 55px;
}
.outline-shop-btn, .outline-btn {
  min-width: 178px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--white-color);
  font-size: 16px;
  border-radius: 55px;
  color: var(--white-color);
  transition: 0.5s;
  line-height: 26px;
}
.outline-btn {
  min-width: 200px !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.filled-btn {
  border: 1px solid var(--btn-color);
  background-color: var(--btn-color);
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 55px;
  border-radius: 55px;
}
.header-list {
  display: inline-flex;
  gap: 21px;
}
.banner-padding-top {
  padding-top: 115px;
}
.banner-content_sec h1 {
  color: #fff;
  font-size: 150px;
  line-height: 160px;
}
.banner-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px 0px;
}
.banner-text {
  font-size: 24px;
  line-height: 34px;
  color: var(--white-color);
}

.btn-sec {
  display: flex;
  gap: 15px;
  margin-top: 51px;
}
footer {
  background-color: var(--black-color);
  color: #8F9FA3;
  font-size: 16px;
  line-height: 26px;
}
.footer-btm-lft span a {
  color: var(--btn-color);
}
.footer-btm-lft {
  font-size: 12px;
}
.footer-btm-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 42px 0px 37px 0px;
}
.footer-btm-rgt, .footer-btm-lft {
  font-size: 12px;
  line-height: 22px;
  font-family: "SF-Pro-Text-Regular";
}
.footer-top-sec ul li a, .footer-top-sec ul li, .footer-location p  {
  color: #8F9FA3;
}
.foot-list li a, .footer-location p {
  font-size: 14px;
  line-height: 24px;
}
#footer-right li a {
  font-size: 16px;
  line-height: 26px;
}
.footer-top-sec {
  display: flex;
  padding: 61px 0px;
}
.foot-list {
  flex-direction: column;
}
.social-media-links {
  gap: 27px;
  justify-content: center;
  display: inline-flex;
}
#footer-right {
  gap: 65px;
  display: inline-flex;
}
.footer-menu-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 53px;
}
.footer-top-sec h4 {
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  font-family: "Inter-Medium";
  margin-bottom: 30px;
}
footer .container {
  width: 1581px;
}
.footer-logo {
  width: 16%;
  text-align: center;
}
.footer-menu-sec {
  width: 46%;
  padding: 0px 15px;
}
.footer-contact-sec {
  width: 19%;
  padding-left: 40px;
  padding-right: 15px;
}
.footer-location {
  width: 19%;
}
.collections-list {
  display: flex;
  gap: 30px; /* spacing between items */
}

.collection-item {
  flex: 1; /* default flex-grow */
}

.collection-item:first-child {
  flex: 0 0 calc(50% - 20px); /* adjust for gap */
}
.collection-item:nth-child(2),
.collection-item:nth-child(3) {
  flex: 0 0 calc(25% - 20px);
}

.collection-item {
  position: relative;
}
.collection-item img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.collection-item h3 {
  position: absolute;
  bottom: 46px;
  left: 51px;
  font-size: 66px;
  line-height: 76px;
  color: var(--white-color);
}
.padding-115 {
  width: 100%;
  padding-top: 115px;
}
.common-heading {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 55px;
  text-align: center;
}
.sub-title {
  color: #A57C00;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  font-family: "DMSanst-Regular";
  text-transform: uppercase;
}
.embassy-of-styling-lft-sec .common-heading {
  color: var(--white-color);
  text-align: left;
}
.about-content {
  color: var(--white-color);
  width: 689px;
  max-width: 100%;
}
.embassy-of-styling-image.full-width {
  margin-bottom: 59px;
}
.embassy-of-styling-sub-sec {
  display: flex;
  gap: 100px;
  align-items: center;
}
.embassy-of-styling-sec .container {
  width: 1584px;
}
.embassy-of-styling-rgt-sec {
  width: 44%;
}
.embassy-of-styling-lft-sec {
  width: 56%;
}
.embassy-of-styling-rgt-sec img {
  border-radius: 30px;
  border: 7px solid #D0A549;
}
.embassy-img2 {
  width: 401px;
  height: 542px;
  object-fit: cover;
  z-index: 9;
}
.embassy-img1 {
  position: absolute;
  height: 355px;
  width: 259px;
  object-fit: cover;
  top: 0px;
  left: 0px;
  
}
.embassy-of-styling-rgt-sub-sec {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 100px 0px;
}
.embassy-img3 {
 position: absolute;
  height: 309px;
  width: 354px;
  object-fit: cover;
  bottom: -38px;
  left: 0px;
  z-index: 9999;
}
.lifestyle-item img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 161px;
}
.lifestyle-item h3 {
  font-size: 26px;
  line-height: 29px;
  text-align: center;
  margin: 0px;
}
.lifestyle-btm-margin {
  margin-bottom: 25px !important;
}
.lifestyle-top-margin {
  margin-top: 25px !important;
}

#carousel1 .owl-nav {
  display: inline-flex !important;
justify-content: center;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  gap: 23px;
}
.owl-stage-outer {
  padding-bottom: 62px;
}
.owl-prev {
  background-image: url(./images/left-arrow.svg);
}
.owl-next {
  background-image: url(./images/right-arrow.svg);
}
.owl-prev, .owl-next {
  font-size: 0px;
width: 70px;
  height: 19px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-slide-label {
  text-transform: uppercase;
  color: var(--btn-color);
}
.lifestyle-sec .container {
  width: 1597px;
}
.affordable-mid-sec {
  width: 38%;
  background-color: #F3EFE4;
  padding: 0px 15px;
}
.affordable-lft-sec {
  width: 33%;
}
.affordable-rgt-sec {
  width: 29%;
}
.affordable-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  overflow-x: hidden;
}
.affordable-lft-sec, .affordable-mid-sec, .affordable-rgt-sec {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  min-height: 853px; 
}
.affordable-lft-sec, .affordable-rgt-sec {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.affordable-mid-sub-sec {
  width: 545px;
  text-align: center;
  max-width: 100%;
}
.affordable-mid-sub-sec h2 {
  font-size: 48px;
  line-height: 58px;
}
.affordable-btn-sec.full-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
.affordable-content.full-width {
  margin-top: 35px;
}
.affordable-btn-sec.full-width .outline-shop-btn {
  border: 1px solid var(--black-color);
  color: var(--black-color);
}
.gallery-title-sec.full-width h2 {
  text-align: left;
  margin-bottom: 0px;
}
.gallery-title-sec.full-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 69px;
}
.modula-item {
  border-radius: 16px !important;
}
.gallery-sec .container {
  width: 1578px;
}
.testimonial-image img {
  width: 40px !important;
  border-radius: 50%;
  height: 40px !important;
  object-fit: cover;
}
.testimonial-rgt-sec img {
  width: 24px !important;
}
.testimonial-title h5 {
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}
.testimonial-date {
  font-family: "IInter-Regular";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.testimonial-top-sec {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  align-items: center;
}
.testimonial-mid-sec {
  width: calc(100% - 100px);
}
.testimonial-rgt-sec {
  display: flex;
  align-items: center;
}
.testimonial-review-count {
  width: 100%;
  padding: 16px 0px;
}
.testimonial-content {
  font-size: 16px;
  line-height: 20px;
}
.testimonial-item {
  box-shadow:  0px 28px 11px rgba(0, 0, 0, 0.01);
  border: 0.5px solid rgba(1, 1, 1, 0.2);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 
  0px 2px 4px rgba(0, 0, 0, 0.1),
  0px 7px 7px rgba(0, 0, 0, 0.09),
  0px 16px 9px rgba(0, 0, 0, 0.05),
  0px 28px 11px rgba(0, 0, 0, 0.01),
  0px 43px 12px rgba(0, 0, 0, 0.0);
  min-height: 250px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
}
.owl-dot.active {
  background-color: var(--black-color);
}
.owl-dots {
  display: flex;
  gap: 16px;
  align-content: center;
  justify-content: center;
}
.testimonial-item-main {
  padding: 0px 13px;
}
.testimonial-sec .container {
  width: 1605px;
}
.header-top-sec.fixed {
  background-color: var(--black-color);
}
.header-list.mobile-header-list {
  display: none;
}
.res-icon {
  display: none;
}
/* hamber menu */
#nav-icon1 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.embassy-of-styling-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.filled-btn:hover {
  color: var(--white-color);
}
.padding-top-130 {
  padding-top: 130px;
}
.color-white {
  color: var(--white-color);
}
.banner-section.inner-page-banner {
  min-height: 330px;
}
.banner-sec, .banner-inner-page-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.breadcrumb-sec, .breadcrumb-sec p {
  text-align: center;
  color: var(--white-color);
}
.breadcrumb-sec a {
  color: var(--btn-color);
}
.banner-section.inner-page-banner .common-heading {
  margin-bottom: 45px;
}
.contact-list label {
  font-family: "DMSans-Medium" !important;
  font-size: 24px !important;
  line-height: 34px !important;
  text-transform: uppercase !important;
  color: #333 !important;
  margin: 0px;
}
.contact-list li {
  width: 100%;
  margin-bottom: 43px;
}
.contact-list p {
 font-size: 22px;
  line-height: 32px;
  color: #333;
  text-decoration: underline;
}
.contact-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.frm_button_submit {
border: 1px solid var(--btn-color) !important;
  background-color: var(--btn-color) !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 178px !important;
  min-height: 55px !important;
  border-radius: 55px !important;
}
.contact-lft-sec h2 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 48px;
}
.contact-sec.full-width .container {
  width: 1577px;
}
.contact-sub-sec {
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
}
.contact-rgt-sec {
  width: 67%;
  display: flex;
  justify-content: end;
}
.contact-lft-sec {
  width: 33%;
}
#frm_form_1_container {
  width: 626px;
  max-width: 100%;
}
 .tab-titles {
 list-style: none;
  display: inline-flex;
  column-gap: 11px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin-bottom: 92px;
  row-gap: 35px;
}    
    .tab-content { display:none; margin-top:15px; }
    .tab-content.active { display:block; }
    .tab-titles li {
  font-family: "DMSans-Medium";
  font-size: 18px !important;
  line-height: 21px !important;
  color: #000;
  text-align: center;
  position: relative;
}
.tab-titles li::before {
  content: "";
  position: absolute;
   background-image: url(./images/flower.svg);
   width: 37px;
  height: 22px;
  background-size: contain;
  background-position: center;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.tab-titles li.active::before {
  display: block;
}
.tab-titles li.active {
  color: var(--btn-color);
}
.tab-titles li {
  max-width: 138px;
}
.with_frm_style .frm_inside_container > label {
  left: 0px !important;
}
.fld-top-padding {
  margin-top: 30px !important;
}
.nt_page {
  width: 100%;
  text-align: center;
}
.common-heading.color-white.not-found-title {
  margin: 0px;
}
.nt_page h2 {
  font-family: "DMSans-Medium";
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}
.back_to_hm.full-width {
  margin-top: 30px;
}
.outline-shop-btn, .outline-btn, .filled-btn, .affordable-lft-sec img, .collection-item img,  .header-top-sec .header_logo img, .frm_button_submit {
  transition: 0.5s;
}
.outline-shop-btn:hover, .outline-btn:hover, .filled-btn:hover, .frm_button_submit:hover {
  transform: scale(1.05);
  color: #fff;
}
.affordable-lft-sec:hover img, .collection-item:hover img {
   transform: scale(1.05) rotate(1deg);
}
.collection-item {
  overflow: hidden;
  border-radius: 25px;
}
/* .lifestyle-item:hover img {
transform: scale(1.01) rotate(0.5deg);
} */
 .thank-you-sec.full-width {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

 /* .header-top-sec.fixed .header_logo img {
  width: 100px;
} */

.footer-top-sec a:hover {
  color: var(--btn-color);
}
.footer-btm-lft a:hover {
  color: var(--white-color);
}
.frm_error {
  color: #F04438 !important;
}
.frm_button_submit {
  margin-top: 32px !important;
  margin-bottom: 0px !important;
}
.outline-shop-btn:hover {
  background: linear-gradient(45deg, #FBE18A, #FCBB45, #F75274, #D53692, #8F39CE, #5B4FE9);
  border: transparent;
}
#wpfront-scroll-top-container img {
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px solid #0000001D;
  width: 70px !important;
  height: 70px !important;
}
.header-top-sec.fixed {
  background-color: var(--white-color);
  box-shadow: 0px 1px 8px -2px #cbbeb5ba;
}
.header-top-sec.fixed #main-menu li a {
  color: #000;
}
.header-list .black-bag {
  display: none;
}
.header-top-sec.fixed .header-list .black-bag {
  display: block;
}
.header-top-sec.fixed .header-list .while-bag {
  display: none;
}
.header-top-sec.fixed .header-list .outline-shop-btn, .header-top-sec.fixed .header-list .outline-btn {
border: 1px solid var(--black-color);
  color: var(--black-color);
}
.header-top-sec.fixed .header-list .outline-shop-btn:hover {
  border: transparent;
  color: #fff !important;
}
.header-top-sec.fixed .header-list .outline-shop-btn:hover .black-bag {
   display: none;
}
.header-top-sec.fixed .header-list .outline-shop-btn:hover .while-bag {
   display: block;
}
.black-logo {
  display: none;
}
.header-top-sec.fixed .black-logo {
  display: block;
}
.header-top-sec.fixed .white-logo {
  display: none;
}
.header-top-sec.fixed #nav-icon1 span {
  background: #000;
}
.header-top-sec.open.fixed ul li a {
  color: #fff !important;
}
.header-top-sec.open.fixed #nav-icon1 span {
  background: #fff;
}
.header-top-sec.open.fixed .header-list .outline-shop-btn, .header-top-sec.open.fixed .header-list .outline-btn {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.embassy-of-styling-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #023630BA;
  left: 0px;
  top: 0px;
}
.embassy-of-styling-sec .container {
  position: relative;
}
.affordable-white {
  display: none;
}
.affordable-btn-sec .outline-shop-btn:hover {
  border: transparent;
  color: #fff;
}
.affordable-btn-sec .outline-shop-btn:hover .affordable-white {
 display: block;
}
.affordable-btn-sec .outline-shop-btn:hover .affordable-black {
 display: none;
}
.testimonial-sec .common-heading {
  font-size: 48px;
  line-height: 58px;
}
 .map-sec.full-width iframe {
    width: 100%;
    margin-bottom: -8px;
  }
  .owl-item.cloned .lifestyle-item.odd-total {
  flex-direction: column-reverse;
  display: flex;
}
/* .owl-item.cloned .lifestyle-item.even-slide {
  flex-direction: column-reverse;
  display: flex;
} */
 #main-menu li.active a {
  color: var(--btn-color);
}
.header_logo {
  padding-left: 100px;
}
.header-rgt-sec, .header-lft-sec, .header_logo {
  position: relative;
}
.header-top-sec::before {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 0;
}
.header-top-sec.fixed::before {
  display: none;
}
.header-top-sec.fixed #main-menu li.active a {
  color: var(--btn-color);
}
.header-top-sec.fixed #main-menu li a:hover {
  color: var(--btn-color);
}
.affordable-mid-sec {
  position: relative;
}
.affordable-btm, .affordable-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.affordable-top {
   bottom: 0px;
 
}
.affordable-btm {
  top: 0px;
}
.owl-item.cloned .lifestyle-item.even-slide.odd-total .lifestyle-btm-margin {
  margin-bottom: 0px !important;
  margin-top: 25px !important;
}
.owl-item.cloned .lifestyle-item.odd-slide.odd-total .lifestyle-top-margin {
  margin-bottom: 25px !important;
  margin-top: 0px !important;
}
.map-sec.full-width iframe {
  height: 550px;
}
.footer-location a {
  color: #8F9FA3;
}
.owl-next.disabled, .owl-prev.disabled {
  opacity: 0.6;
}