/*
Template Name: A3 Fashion - Premium Collection of Shoes
Author: codervent
Email: codervent@gmail.com
File: style.css
*/

/*
Table of index
*/

/* 
- General
- Header
- Navigation
- Page content
- breadcrumb
- Footer
- Utilitis
- Back Button
 */



/* General */

body {
  color: #797979;
  letter-spacing: 0.5px;
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
}

::placeholder {
  opacity: 0.5 !important;
}

.h1,
.h2,
.h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
}


/* loader */

.loader-wrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
}



/* Header */

.top-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0 1rem;
  z-index: 20;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.top-header .primary-menu .navbar-nav a.nav-link {
  color: #222121;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e1e1e1;
}


.top-header .primary-menu .navbar-nav a.nav-link:hover,
.top-header .primary-menu .navbar-nav a.nav-link:focus,
.top-header .primary-menu .nav-link.active,
.top-header .primary-menu .show>.nav-link {
  background-color: #ffffff;
}

.top-header .primary-menu .dropdown-menu .dropdown-item.active,
.top-header .primary-menu .dropdown-menu .dropdown-item:active {
  color: #343434;
  text-decoration: none;
  background-color: #f1f0f0
}


.top-header .secondary-menu.navbar-nav a.nav-link {
  color: #222121;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 0.6rem;
  padding-left: 0.6rem
}


.top-header .navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.top-header .secondary-menu .cart-badge {
  position: absolute;
  top: 6px;
  right: 0px;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff2c2c;
}


@-webkit-keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}


/* Navigation */

.primary-menu {
  background-color: #ffffff;
}

.primary-menu.offcanvas-body {
  padding: 0rem 0rem;
}

.offcanvas-header {
  height: 65px;
  border-bottom: 1px solid #e1e1e1;
}

.offcanvas-start {
  width: 280px;
}

.top-header .primary-menu .dropdown-large-menu {
  width: auto;
  padding: 0.5rem;
}

.top-header .primary-menu .dropdown-large-menu .large-menu-title {
  font-size: 15px;
  font-weight: 600;
  padding: 0.25rem 1rem;
}

.top-header .primary-menu .dropdown-large-menu ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


@media all and (min-width: 1200px) {


  .top-header .primary-menu .dropdown-large-menu {
    width: 630px;
    padding: 0.5rem;
  }

  .top-header .primary-menu .navbar-nav a.nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    height: 65px;
    border-bottom: 0px solid #e1e1e1;
  }


  .top-header .primary-menu .navbar-nav a.nav-link:hover,
  .top-header .primary-menu .navbar-nav a.nav-link:focus,
  .top-header .primary-menu .nav-link.active,
  .top-header .primary-menu .show>.nav-link {
    background-color: #f4f4f4;
  }

  .primary-menu {
    background-color: rgba(33, 37, 41, 0);
  }

  .primary-menu .navbar-nav .nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
  }

  .primary-menu .navbar-nav .nav-item:hover>.dropdown-menu {
    display: block;
  }


}


.footer-widget-6 .logo-img {
  width: 100px;
}

.top-header .logo-img {
  width: 100px;
}

.dropdown-toggle-nocaret:after {
  display: none
}

.mobile-menu-btn,
.mobile-menu-btn:hover {
  color: #464444;
  font-size: 1.5rem;
}



/*Page content*/

.page-content {
  padding-top: 65px;
}

@media (max-width: 767.98px) {
  
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

}

.product-tab-menu .nav-pills .nav-link {
  color: #292626;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border: 1px solid #292626;
  margin: 0 10px;
  border-radius: 0;
  white-space: nowrap;
}

.product-tab-menu .nav-pills .nav-link.active,
.product-tab-menu .nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #212529;
}


.tabular-product .card,
.product-thumbs .card,
.product-grid .card {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.product-zoom-images .img-thumb-container img {
  cursor: zoom-in;
}

.product-zoom-images img,
.tabular-product .card img,
.product-thumbs .card img,
.product-grid .card img,
.cartegory-box .card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 0;
}

.product-options {
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.65);
}

.tabular-product .card:hover .product-options,
.product-thumbs .card:hover .product-options,
.product-grid .card:hover .product-options {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.similar-products .card {
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}


.similar-products .card:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.product-short-title {
  color: #212529;
  font-size: 18px;
}

.product-short-name {
  color: #898989;
  font-size: 16px;
}

.product-count {
  color: #212529;
  font-weight: 600;
}

.product-options a,
.product-options button {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 0;
  background-color: #212529;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.btn-ecomm {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  z-index: 6;

}

.btn-ecomm:focus {
  border: 1px solid #2f3338;
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}



.separator {
  display: flex;
  align-items: center;
}

.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}

.separator h3 {
  padding: 0 1.5rem;
}

.address-info .form-check-input,
.filter-sidebar .form-check-input,
.filter-sidebar .form-check-label {
  cursor: pointer;
}

.filter-sidebar .product-number {
  color: #b7b7b7;
  margin-left: 7px;
}

.filter-sidebar .form-check-input[type=checkbox] {
  border-radius: 0;
}

.address-info .form-check-input:checked,
.filter-sidebar .form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.address-info .form-check-input:focus,
.filter-sidebar .form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}


/* width */
.filter-sidebar ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.filter-sidebar ::-webkit-scrollbar-track {
  background: #e9e9e9;
}

/* Handle */
.filter-sidebar ::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.filter-sidebar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.filter-column .offcanvas-start {
  width: 320px;
}


.filter-column .offcanvas {
  z-index: 21;
}



@media (min-width: 1200px) {

  .filter-column .offcanvas {
    z-index: 19;
  }

}

.filter-column .offcanvas-backdrop {
  z-index: 20;
}

.btn-filter-mobile {
  position: fixed;
  top: 30%;
  left: 0;
  background-color: #212529;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}


.view-type .grid-type-3 {
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #e1e2e3;
  cursor: pointer;
}

.view-type .grid-type-3 span {
  width: 7px;
  height: 16px;
  background-color: #cfcfcf;
}

.view-type .grid-type-3.active span {
  background-color: #3e3d3d;
}

.product-pagination .page-link {
  color: #4b5157;
}

.product-pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.product-pagination .page-link:focus {
  color: #212529;
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}

.product-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.product-pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}

.ribban {
  position: absolute;
  top: 16px;
  left: 0%;
  padding: 2px 7px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f50a3b;
  cursor: pointer;
  z-index: 1;
}

.depth {
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
}

.brands .brand-box {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media all and (min-width: 1024px) {

  .product-zoom-images img:hover,
  .tabular-product .card:hover img,
  .product-thumbs .card:hover img,
  .product-grid .card:hover img,
  .cartegory-box .card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  .brands .brand-box:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

}



.blog-cards .card,
.cartegory-box .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
}


.subscribe-banner {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.542), rgba(0, 0, 0, 0.73)),
    url(../images/2.webp);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

.bubscribe-control {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.119);
  border: 1px solid rgb(255 255 255 / 62%);
}

.bubscribe-control:focus {
  color: #ffffff;
  background-color: rgb(255 255 255 / 0%);
  border-color: rgba(255, 255, 255, 0.71);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25)
}

.bubscribe-control::placeholder {
  color: #ffffff !important;
}


.bubscribe-button {
  color: rgb(50, 46, 46);
  background-color: #ffffff;
  border-color: #ffffff;
}

.bubscribe-button:focus {
  border-color: rgba(255, 255, 255, 0.71);
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25)
}




/* breadcrumb */

.breadcrumb li a {
  color: #636363;
}

.breadcrumb li.active {
  color: #222121;
}


/* Footer */

.footer-section .widget-link li {
  margin-bottom: 0.3rem;
}

.footer-section .widget-link li a {
  color: #636363;
  font-size: 14px;
  text-decoration: none;
}


.footer-section .widget-link li a:hover {
  color: #262424;
  text-decoration: underline;
}


.footer-widget-6 {
  color: #636363;
  font-size: 14px;
  text-decoration: none;
}


.footer-widget-7 .widget-link li a {
  text-transform: capitalize;
}


.footer-widget-9 .social-link a {
  width: 40px;
  height: 40px;
  color: #212529;
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid #212529;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-widget-9 .social-link a:hover {
  color: #ffffff;
  background-color: #212529;
}



/* Utilitis*/


.section-padding {
   padding-top: 2rem;
   padding-bottom: 2rem !important;
}

.bg-section-1 {
  background-color: #ffffff;
}

.bg-section-2 {
  background-color: #f9f9f9;
}

.bg-green {
  background-color: #21ad61 !important;
}

.bg-pink {
  background-color: #ed4264 !important;
}

.bg-skyblue {
  background-color: #2ea5c2 !important;
}

.bg-skyblue-light {
  background-color: #b8dde9 !important;
}

.bg-red-light {
  background-color: #fdd9de !important;
}

.bg-purple {
  background-color: #723da6 !important;
}

.bg-green-light {
  background-color: #9fffd1 !important;
}

.bg-purple-light {
  background-color: #e1c4ff !important;
}

.bg-yellow {
  background-color: #fdc200 !important;
}

.bg-yellow-light {
  background-color: #feffaa !important;
}

.bg-red {
  background-color: #ff2c2c !important;
}

.bg-twitter {
  background-color: #00acee !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

.bg-linkden {
  background-color: #0072b1 !important;
}

.bg-youtube {
  background-color: #e2251f !important;
}

.bg-pinterest {
  background-color: #c8232c !important;
}

.text-purple {
  color: #723da6 !important;
}

.text-orange {
  color: #ff2c2c !important;
}

.text-brown {
  color: #ce5334 !important;
}

.text-cyane {
  color: #00FFFF !important;
}

.text-ten {
  color: #5eff00 !important;
}

.text-pink {
  color: #ff006f !important;
}

.ratings {
  font-size: 13px;
  ;
}

.width-content {
  width: fit-content
}

.rating-number {
  color: #212529;
}

.text-content {
  color: #212529;
}

.size-chart div button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  color: #222121;
  font-weight: 600;
  background-color: #ffffff;
}

.size-chart div button:hover,
.size-chart div button:focus {
  color: #ef2424;
  border: 1px solid #ef2424;
}


.more-colors .color-box {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-radius: 0%;
  color: #222121;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer;
}


.product-share .btn-social {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 0px solid #dee2e6;
  border-radius: 0%;
  color: #ffffff;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer;
}

.height-1 {
  position: relative;
  scrollbar-width: thin;
  height: 260px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.wishlist-close {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  margin: 7px;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.wrap-modal-slider .slider-for .slick-slide {
  margin: 0 0px
}

.wrap-modal-slider .slider-for .slick-list {

  margin: 0 0px
}

.wrap-modal-slider .slider-nav .slick-slide {
  margin: 0 10px
}

.wrap-modal-slider .slider-nav .slick-list {
  margin: 0 -10px
}

.modal-close-button {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 0%;
  opacity: 1;
  z-index: 1;
  box-shadow: 0 0 24px 2px rgb(0 0 0 / 20%);
}


.payment-method .nav-link {
  color: #212529;
  padding: 0.7rem 1rem;
  text-align: left;
  border-bottom: 1px solid #dedede;
  font-weight: 600;
}

.payment-method .nav-pills .nav-link.active,
.payment-method .nav-pills .show>.nav-link {
  color: #212529;
  background-color: #ffffff;
}

.account-menu .list-group-item {
  color: #212529;
}

.account-menu .list-group-item.active {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

/*Back Button */

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 12px;
  background-color: #212529;
  z-index: 5;
}

.back-to-top:hover {
  color: #fff;
}

/* main css */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
:root {
  --mry-primary-color: #F5B700;
  --mry-secondary-color: #28292C;
  --mry-secondary-color-80: #535456;
  --mry-secondary-color-70: #67686B;
  --mry-secondary-color-60: #7C7C7F;
  --mry-secondary-color-50: #919193;
  --mry-secondary-color-40: #A5A5A7;
  --mry-secondary-color-30: #B9B9BA;
  --mry-secondary-color-20: #CDCDCE;
  --mry-secondary-color-15: #DADCDE;
  --mry-secondary-color-10: #E8E8E9;
  --mry-secondary-color-5: #F3F3F4;
  --mry-light-color: #ffffff;
  --mry-light-color-80: rgba(255, 255, 255, 0.8);
  --mry-light-color-70: rgba(255, 255, 255, 0.7);
  --mry-light-color-60: rgba(255, 255, 255, 0.6);
  --mry-light-color-50: rgba(255, 255, 255, 0.5);
  --mry-light-color-40: rgba(255, 255, 255, 0.4);
  --mry-light-color-30: rgba(255, 255, 255, 0.3);
  --mry-light-color-20: rgba(255, 255, 255, 0.2);
  --mry-light-color-15: rgba(255, 255, 255, 0.15);
  --mry-light-color-10: rgba(255, 255, 255, 0.1);
  --mry-light-color-5: rgba(255, 255, 255, 0.05);
  --mry-main-font: 'Manrope', sans-serif;
  --mry-second-font: 'DM Serif Display', serif;
  --mry-transition-duration: .4s;
  --mry-transition-short-duration: .2s;
}

html {
  font-size: 16px;
}

body {
  background-color: var(--mry-secondary-color-5);
  color: var(--mry-secondary-color-60);
  font-family: var(--mry-main-font);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

.mry-app {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mry-preloader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mry-secondary-color-5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-preloader .mry-preloader-content {
  max-width: 200px;
  text-align: center;
}

.mry-preloader .mry-preloader-content .mry-logo {
  max-width: 120px;
}

.mry-preloader .mry-preloader-content .mry-loader-bar {
  margin-top: -10px;
  width: 100%;
  height: 2px;
  background-color: var(--mry-secondary-color-15);
}

.mry-preloader .mry-preloader-content .mry-loader-bar .mry-loader {
  width: 0;
  height: 100%;
  background-color: var(--mry-primary-color);
}

.mry-preloader .mry-preloader-content .mry-label {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mry-preloader.mry-active {
  opacity: 0;
  visibility: hidden;
}

.mry-magic-cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  z-index: 1000;
  pointer-events: none;
  display: none;
}

.mry-magic-cursor .mry-ball {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px var(--mry-secondary-color-50);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.mry-magic-cursor .mry-ball .mry-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.mry-magic-cursor .mry-ball .mry-loader path {
  fill: var(--mry-primary-color);
}

.mry-magic-cursor.mry-magnetic-active {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

.mry-magic-cursor.mry-magnetic-active .mry-ball {
  border-color: transparent;
  background-color: var(--mry-primary-color);
  opacity: .2;
}

.mry-magic-cursor.mry-link-active .mry-ball {
  -webkit-transform: scale(2);
          transform: scale(2);
  border-color: transparent;
  background-color: var(--mry-secondary-color);
  opacity: .2;
}

.mry-magic-cursor.mry-click-active {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.mry-magic-cursor.mry-loading .mry-ball {
  -webkit-transform: scale(2);
          transform: scale(2);
  border-color: transparent;
}

.mry-magic-cursor.mry-loading .mry-ball .mry-loader {
  opacity: 1;
}

@media (min-width: 992px) {
  .mry-magic-cursor {
    display: block;
  }
}

.mry-top-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  z-index: 100;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-top-panel .mry-logo-frame {
  width: 120px;
}

.mry-top-panel .mry-logo-frame .mry-logo {
  width: 100%;
}

.mry-top-panel .mry-menu-button-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mry-top-panel .mry-menu-button-frame .mry-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-top-panel .mry-menu-button-frame .mry-menu-btn {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.mry-top-panel .mry-menu-button-frame .mry-menu-btn .mry-burger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.mry-top-panel .mry-menu-button-frame .mry-menu-btn .mry-burger span {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--mry-secondary-color);
  left: 0;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-top-panel .mry-menu-button-frame .mry-menu-btn .mry-burger span:first-child {
  top: 8px;
}

.mry-top-panel .mry-menu-button-frame .mry-menu-btn .mry-burger span:last-child {
  bottom: 8px;
}

.mry-top-panel.mry-active .mry-menu-button-frame .mry-label {
  opacity: 0;
}

.mry-top-panel.mry-active .mry-menu-button-frame .mry-menu-btn .mry-burger span {
  background-color: var(--mry-light-color);
}

.mry-top-panel.mry-active .mry-menu-button-frame .mry-menu-btn .mry-burger span:first-child {
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mry-top-panel.mry-active .mry-menu-button-frame .mry-menu-btn .mry-burger span:last-child {
  bottom: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .mry-top-panel {
    padding: 20px;
  }
}

.mry-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mry-secondary-color);
  z-index: 99;
  padding: 120px 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-menu nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mry-menu nav ul li {
  overflow: hidden;
}

.mry-menu nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 42px;
  font-family: var(--mry-second-font);
  color: var(--mry-light-color);
  padding: 5px 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.mry-menu nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mry-primary-color);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform var(--mry-transition-duration) ease-in-out;
  transition: -webkit-transform var(--mry-transition-duration) ease-in-out;
  transition: transform var(--mry-transition-duration) ease-in-out;
  transition: transform var(--mry-transition-duration) ease-in-out, -webkit-transform var(--mry-transition-duration) ease-in-out;
}

.mry-menu nav ul li.current-menu-item > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.mry-menu nav ul li:hover > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.mry-menu nav ul li .sub-menu {
  margin-left: 40px;
}

.mry-menu nav ul li .sub-menu li a {
  font-size: 24px;
}

.mry-menu.mry-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mry-menu.mry-active nav ul li a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mry-menu.mry-active nav ul li:nth-child(1) a {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.mry-menu.mry-active nav ul li:nth-child(2) a {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.mry-menu.mry-active nav ul li:nth-child(3) a {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.mry-menu.mry-active nav ul li:nth-child(4) a {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.mry-menu.mry-active nav ul li:nth-child(5) a {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.mry-menu.mry-active nav ul li:nth-child(6) a {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.mry-menu.mry-active nav ul li:nth-child(7) a {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.mry-menu.mry-active nav ul li:nth-child(8) a {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mry-menu.mry-active nav ul li:nth-child(9) a {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.mry-menu.mry-active nav ul li:nth-child(10) a {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.mry-content-frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  overflow: hidden;
}

.mry-content-frame .mry-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mry-main-slider {
  width: 100%;
  height: 100%;
}

.mry-main-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mry-project-slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mry-project-slider-item .mry-project-frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mry-secondary-color);
  opacity: .4;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-loading-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mry-secondary-color-5);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.mry-project-slider-item .mry-project-frame .mry-main-title-frame {
  position: relative;
  width: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
  position: relative;
  z-index: 2;
}

.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h1 {
  color: var(--mry-light-color);
}

.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-text {
  color: var(--mry-light-color-80);
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
  width: 50%;
  left: 50%;
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-main-title-frame {
  padding-left: 15px;
}

.swiper-slide-active .mry-loading-curtain {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.mry-slider-pagination-frame {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: solid 1px var(--mry-secondary-color-30);
  opacity: 1;
  outline: none;
  margin: 10px 0 !important;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px var(--mry-primary-color);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--mry-primary-color);
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 1;
}

.mry-slider-nav-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.mry-slider-nav-panel .mry-slider-progress-bar-frame {
  width: 200px;
  height: 2px;
  background-color: var(--mry-secondary-color-15);
}

.mry-slider-nav-panel .mry-slider-progress-bar-frame .mry-slider-progress-bar {
  height: 100%;
}

.mry-slider-nav-panel .mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress {
  height: 100%;
  width: 0;
  background-color: var(--mry-primary-color);
  -webkit-transition: all var(--mry-transition-short-duration) ease-in-out;
  transition: all var(--mry-transition-short-duration) ease-in-out;
}

.mry-slider-nav-panel .mry-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mry-slider-nav-panel .mry-slider-arrows .mry-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mry-slider-nav-panel .mry-slider-arrows .mry-button-prev,
.mry-slider-nav-panel .mry-slider-arrows .mry-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--mry-secondary-color-5);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
}

.mry-slider-nav-panel .mry-slider-arrows .mry-button-prev i,
.mry-slider-nav-panel .mry-slider-arrows .mry-button-next i {
  color: var(--mry-secondary-color);
}

.mry-slider-nav-panel .mry-slider-arrows .mry-button-prev.swiper-button-disabled,
.mry-slider-nav-panel .mry-slider-arrows .mry-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: .5;
}

.mry-footer {
  position: relative;
  background-color: var(--mry-secondary-color-10);
  padding-top: 120px;
}

.mry-footer .mry-footer-title {
  text-align: center;
}

.mry-footer .mry-footer-title h2 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.mry-footer .mry-footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mry-footer .mry-footer-contact a {
  display: block;
  font-family: var(--mry-second-font);
  font-size: 24px;
  color: var(--mry-secondary-color);
}

.mry-footer .mry-footer-contact a:hover {
  text-decoration: underline;
}

.mry-footer .mry-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.mry-footer .mry-copyright .mry-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mry-footer .mry-copyright .mry-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mry-footer .mry-copyright .mry-social a {
  margin-left: 20px;
  color: var(--mry-secondary-color-50);
}

.mry-footer .mry-copyright .mry-social a:hover {
  color: var(--mry-secondary-color);
}

.mry-portfolio-frame {
  position: relative;
}

.mry-portfolio-frame .mry-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mry-portfolio-frame .mry-filter a {
  margin: 0 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mry-secondary-color-50);
}

.mry-portfolio-frame .mry-filter a.mry-current {
  color: var(--mry-secondary-color);
}

.mry-portfolio-frame .mry-portfolio-grid {
  position: relative;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-grid-item {
  width: 33.3333%;
  position: absolute;
  padding: 15px;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-cover-glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-cover-glitch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-cover-glitch .mry-glitch-one {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-cover-glitch .mry-glitch-two {
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover img {
  width: 100%;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mry-secondary-color);
  opacity: 0;
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-project-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all var(--mry-transition-duration) ease-in-out;
  transition: all var(--mry-transition-duration) ease-in-out;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-project-info h4 {
  color: var(--mry-light-color);
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover .mry-project-info .mry-subtitle {
  color: var(--mry-light-color-80);
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover:hover .mry-cover-overlay {
  opacity: .7;
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover:hover .mry-project-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover:hover .mry-glitch-one {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mry-portfolio-frame .mry-portfolio-grid .mry-project-cover:hover .mry-glitch-two {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mry-portfolio-frame .mry-portfolio-grid.mry-zoom .mry-project-cover:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mry-portfolio-frame .mry-portfolio-grid.mry-zoom .mry-project-cover:hover .mry-cover-overlay {
  opacity: 0;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-zoom .mry-project-cover:hover .mry-project-info {
  opacity: 0;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-grid-item {
  padding: 0;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover .mry-project-info {
  left: 100px;
  bottom: 100px;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover .mry-project-info h4 {
  font-size: 42px;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover .mry-project-info .mry-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover:hover .mry-cover-overlay {
  opacity: .2;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover:hover .mry-project-info {
  opacity: 1;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-100-0 .mry-project-cover:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-40 .mry-grid-item {
  padding: 20px;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-p-20 .mry-grid-item {
  padding: 10px;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-col-2 .mry-grid-item {
  width: 50%;
}

.mry-portfolio-frame .mry-portfolio-grid.mry-col-1 .mry-grid-item {
  width: 100%;
}

.mry-project-content {
  padding-bottom: 120px;
}

.mry-project-content .mry-project-head {
  padding: 40px;
  background-color: var(--mry-secondary-color-10);
}

.mry-project-content .mry-project-info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mry-project-content .mry-project-info-bar .mry-project-info-item {
  text-align: center;
}

.mry-project-content .mry-project-info-bar .mry-project-info-item .mry-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mry-project-content .mry-project-info-bar .mry-project-info-item .mry-value {
  font-family: var(--mry-second-font);
}

@media (min-width: 1200px) {
  .filter-column {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 80px; /* Adjust this value based on your navbar height */
    align-self: flex-start;
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
}

.page-content {
  min-height: 60vh;
}

/* Sale Strip Styles */
.sale-strip-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.sale-track {
  display: flex;
  width: 200%; /* Ensure enough space for two repetitions */
  white-space: nowrap; /* Keep content on a single line */
  animation: scroll 15s linear infinite; /* Adjust duration as needed */
}

.sale-track span {
  flex-shrink: 0;
  padding-right: 50px; /* Space between repeated text */
  white-space: nowrap;
}

@keyframes scroll {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); } /* Move by 100% of the sale-track's width */
}