@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
}

body {
  font-family: "Gilroy", sans-serif !important;
}

h1,
h3,
h2 {
  font-weight: 800 !important;
}

p {
  font-weight: normal;
}

.aq-dark {
  background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.container-fluid {
  padding: 0px 40px !important;
}

.d-flex .header_icon {
  font-size: 20px;

  color: #ffffff;

  padding: 0px 10px;
}

.d-flex .header_icon:hover {
  color: #ffffff;
}

.txt_white {
  color: #ffffff;
}

.navbar-collapse {
  flex-basis: 100%;

  flex-grow: 1;

  align-items: center;

  justify-content: flex-start;
}

/* homepage */

/* section-1 */

.video-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  /* padding: 180px 0px; */
  height: 100vh;
}

/* Video Styling */
.video-container video {
  position: relative;
  /* top: 37vh; */
  /* left: 50%; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  width: 100%;
  height: 100vh;
  z-index: -2;
  /* transform: translate(-50%, -50%); */
  object-fit: cover;
}
/* Overlay using ::before */
.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%); /* Black overlay with 50% opacity */
  z-index: -1;
}

button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.button {
  transition-duration: 0.3s;
  isolation: isolate;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  border-radius: 9999rem;
  background: transparent;
  position: relative;
  & > .back {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
    &::before {
      content: "";
      width: 0;
      height: auto;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #ec4000;
      color: black;
      /* border: 2px solid transparent; */
      position: absolute;
    }
  }

  &:hover {
    color: black;

    & > .back {
      transform: scale(95%);

      &::before {
        width: 120%;
      }
    }
  }

  &:active {
    & > .back {
      transform: scale(90%);
    }
  }
}

/* Content Styling */
.content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.content h1 {
  font-size: 55px;
  font-weight: bold;
  margin: 16px 0;
}

.content h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.vid-btn {
  /* padding: 5px 20px; */
  font-size: 1rem;
  background-color: transparent;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid white;
  font-weight: 200;
  border-radius: 5px;
  margin-top: 20px;
}

/* Overlay Div */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: -1;
}

.collection-btn {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: bold;
}

.vid-btn:hover {
  /* color: var(--bs-btn-hover-color); */
  color: black;
  background-color: #ffffff;
  border-color: black;
}

.content_p {
  font-size: 20px;
}

/* section-2 */

ul#myTab {
  gap: 1rem;
}

.product_tab {
  /* padding: 2px 80px 0px 80px !important; */
  /* margin: unset !important; */

  /* max-width: 100% !important; */
}

.product_tab .tab_title {
  color: #ffffff;
  font-size: 40px !important;
  font-weight: bolder;
}

.product_tab .tab_desc {
  color: #ffffff;
  font-size: 18px !important;
}

.homeSectionTop {
  margin: 100px 0px 0px 0px !important;
}
.featureSection {
  margin: auto;
}
.featureSec {
  padding-bottom: 100px;
}

.testimonialTop {
  padding-top: 100px;
}
.testimonialContainer {
  padding-top: 60px;
  padding-bottom: 50px;
}
button.nav-link {
  padding: 3px;
}

.nav-tabs .nav-link {
  color: #ffffff;

  font-size: 1.1rem;

  border-bottom: 2px solid transparent;

  border-radius: 5px !important;
  background-color: #333;
}

.nav-tabs .nav-link:hover {
  color: #ffffff !important;
}

.nav-tabs .nav-link.active:hover {
  color: #000000 !important;
}

.nav-tabs .nav-link.active {
  color: #000000;
}

.nav-tabs {
  border-width: 0px !important;
}

.product_tab .tab_desc {
  color: #ffffff;
  font-size: 18px;
  padding: 2px 0px 0px 0px;
}
.prodName {
  font-weight: 600;
}

.tabDiv {
  padding-top: 40px;
}

/* section-2 end*/

/* section 3 */

.focus-section {
  background: url("../img/acuostic_images/bg1.png") no-repeat center center; /* Replace with your image URL */
  background-size: cover;
  color: white;
  border-radius: 20px;
  padding: 95px 0px 0px 0px;
  height: 320px;
  /* margin-top: 150px; */
}

.focus {
  font-size: 48px !important;
  font-weight: bold;
}

.focus-content p {
  font-size: 24px;
  padding: 20px 0;
}

.focus-content {
  /* padding: 100px 65px; */
  /* padding-left: 65px;
  padding-bottom: 35px; */
  border-radius: 10px;
  max-width: 50%;
  /* height: 320px; */
}

/* section-4 */

.project-card1 {
  background: url("../img/acuostic_images/column2.png") no-repeat bottom center;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-position: bottom center;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 20px;
}

.project-card2 {
  /* background: url("../img/acuostic_images/column1.png") no-repeat bottom
        center; */
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  height: 600px; /* Adjust height as needed */
  background-position: bottom center;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 20px;
}

.view-more1 {
  text-decoration: none;
  color: white;
  align-self: self-start;
  border: 1px solid white;
  padding: 5px 20px;
  border-radius: 22px;
}

.description-container {
  display: flex;

  justify-content: space-between; /* Aligns text and button on opposite sides */

  align-items: center;
}

.description-container p {
  margin-right: 15px; /* Optional: Add some spacing between text and the button */
}

.overlay {
  border-radius: 15px;

  padding: 20px;

  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;
}

.overlay h3 {
  color: #fff;

  margin-bottom: 10px;
}

.view-more {
  color: #fff;

  text-decoration: none;
}

.view-more:hover {
  text-decoration: underline;
}

.tooltip {
  display: none;

  position: absolute;

  background-color: #333;

  color: white;

  padding: 10px;

  border-radius: 5px;

  transform: translate(-50%, -100%);

  white-space: nowrap;
}

/* .hotspot {
      position: relative;
  
      display: inline-block;
  }
  
  .hotspot:hover .tooltip {
      display: block;
  }
  
  .hotspot img {
      width: 100%;
  
      height: auto;
  } */
/* Container for hotspot */
.hotspot-container {
  position: relative;
}

/* Background Image */
.hotspot-image {
  width: 100%;
  display: block;
}

/* Hotspot Positioning */
.hotspot {
  position: absolute;
  /* top: 40%; 
      left: 50%; */
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.quoteImg {
  width: 50% !important;
}

/* Circular Hotspot */
.hotspot-dot {
  width: 20px;
  height: 20px;
  background-color: #ec4000;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.2s ease-in-out;
}

/* Hotspot Expanding Effect */
.hotspot-dot:hover {
  transform: scale(1.2);
}

/* Info Box */
.hotspot-info {
  position: absolute;
  width: 200px;
  top: 22px; /* Adjust the distance from the dot */
  left: -80px;
  background: black;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
.hotspot-info2 {
  position: absolute;
  top: -130px;
  /* Adjust the distance from the dot */
  left: -80px;
  background: black;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
/* Show Info on Hover */
.hotspot:hover .hotspot-info {
  opacity: 1;
  visibility: visible;
}
.hotspot:hover .hotspot-info2 {
  opacity: 1;
  visibility: visible;
}

/* Thumbnail */
.hotspot-thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}

/* Text Details */
.hotspot-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.hotspot-price {
  font-size: 12px;
  margin: 0;
}

/* Arrow */
.hotspot-arrow {
  font-size: 18px;
  font-weight: bold;
}

.hotspot-container img {
  width: 100%;
}

/* section-5 */

.focus-section1 {
  background: url("../img/acuostic_images/bg2.png") no-repeat center center; /* Replace with your image URL */
  background-size: cover;
  color: white;
  border-radius: 20px;
  padding: 100px 0px !important;
}

.focus-content1 {
  padding: 30px;

  border-radius: 10px;

  max-width: 485px;
}

.btn-outline-white {
  border: 1px solid white !important;

  color: #ffffff !important;

  background-color: transparent;
}

.btn-outline-white:hover {
  background-color: white;

  color: #ffffff;
}

/* product-list-section-1 */

#product_listing {
  background-color: #121212;
  /* padding-right: 100px !important;
    padding-left: 100px !important; */
}

.acoustic-panel-section {
  background-color: #212121;
  padding: 0px 40px;
  border-radius: 10px;
  max-height: 850px;
}

.acoustic-panel-section h1 {
  font-size: 3rem;

  font-weight: bold;
}

.acoustic-panel-section p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .acoustic-panel-images img {
      max-width: 100%;
      border-radius: 10px;
  } */
/* .acoustic-panel-images{
      background-image: url('../img/acuostic_images/acme_Post_2.jpg');
      background-size: cover;      
      background-position:center;   
      background-repeat: no-repeat;
      width: 100%;                   
      height: 390px;  
      display: flex;                 
      align-items: center;             
      justify-content: center;
      border-radius: 10px; 
  } */
.acoustic-panel-images {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.product_list_aq {
  padding: 25px !important;
  padding-bottom: 0px !important;
}

/* section-2 product_list_page */

.product-container {
  background-color: #fff;

  padding: 30px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-container h1 {
  font-size: 2rem;

  font-weight: bold;

  text-align: center;
}

.product-item {
  text-align: center;

  padding: 20px;

  /* border: 1px solid #e0e0e0; */

  margin-bottom: 20px;
}

.product-item img {
  max-width: 100%;

  height: auto;

  margin-bottom: 15px;
}

.product-item h5 {
  font-size: 18px;
  display: flex;
  font-weight: 100 !important;
  justify-content: space-between;
  padding: 0 15px;
}

.product-item span {
  font-size: 18px;

  color: #ffffff;
}

.list {
  padding: 20px 0;
}

.content-container {
  width: 992px;

  margin: 0 auto;
}

.title {
  font-size: 2rem;

  font-weight: bold;
}

.subtitle {
  font-size: 1.5rem;

  font-weight: bold;

  margin-top: 30px;
}

.description {
  font-size: 1rem;

  margin-top: 10px;
}

.content2-container {
  padding: 30px 0;

  width: 800px;

  margin: 0 auto;
}

/* product-details */

#product_details {
  background-color: #121212;
}

.product-title {
  font-size: 2rem;

  font-weight: bold;
}

.product-price {
  font-size: 18px;
  padding: 10px;
  border: 2px solid white;
  background-color: unset;
  color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}

.product-description {
  margin-top: 20px;

  font-size: 20px;
}

.image-gallery {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.main-image {
  width: 100%;

  height: 755px;
}

.thumb {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 20px;
  object-fit: cover;
}
.galCol {
  padding: 3px !important;
  justify-content: center;
}
.product-price {
  width: 100%;
  padding: 10px;
}
.prodLabel {
  font-weight: 900;
  margin-bottom: 10px;
}
.add-to-cart {
  margin-top: 20px;
}
.add-to-cart > p {
  font-weight: 800;
  margin: unset;
}

.exploreImg {
  padding: 5px;
  border-radius: 15px;
  width: 100%;
}

.exploreCol {
  padding: unset !important;
}

.btn {
  background-color: #ffffff !important;
}

.btns {
  color: #ffffff !important;

  background-color: transparent !important;
}

.prod_listvideo {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
/* .proDetailRow{
      
  } */
.prod_listvideo video {
  position: absolute;

  top: 50%;

  left: 50%;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: translate(-50%, -50%);
}

.video-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.play-button {
  background: transparent;

  border: 2px solid #fff;

  color: #fff;

  font-size: 2rem;

  padding: 10px 20px;

  border-radius: 50%;

  cursor: pointer;

  transition: background 0.3s;
}

.play-button img {
  width: 80px; /* Adjust the size of the PNG */

  height: auto;
}

/* testimonial */

.testimonial {
  background-color: #343434;
  border-radius: 10px;
}
.testimonialHead,
.testimonial {
  width: 75%;
}

.carousel-indicators {
  position: absolute;

  bottom: 20px; /* Adjust this value to position dots higher or lower */

  left: 50%;

  transform: translateX(-50%);
}

.author-container {
  display: flex;

  align-items: center;

  padding: 40px 0;
}

.author-image {
  margin-right: 15px;
}

.author-image img {
  width: 50px;

  height: 50px;

  border-radius: 50%;
}

.author-info {
  display: flex;

  flex-direction: column;
}

.author-name {
  color: white;

  font-weight: bold;
}

.author-designation {
  color: white;
}

/* footer */

.footer {
  /* background-color: #000; */
  /* background-color: #000; */
  color: #fff;
  background-image: url(https://static.vecteezy.com/system/resources/previews/045/929/280/large_2x/abstract-futuristic-dark-black-background-with-modern-design-realistic-wallpaper-with-luxurious-flowing-lines-elegant-background-for-posters-websites-brochures-cards-banners-apps-etc-vector.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.footer h5 {
  font-size: 16px;

  margin-bottom: 20px;
}
.footerContainer {
  /* background-color: #000000cf !important; */
  padding: 70px 0px 0px 0px !important;
}
.footer p,
.footer a {
  color: #fff;

  text-decoration: none;
}

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

.footer .newsletter input {
  padding: 10px;

  width: 100%;

  background-color: transparent;

  border: 1px solid #ffffff;

  color: #ffffff !important;
}

input#subscribeCheck {
  width: unset;
  /* background-color: #ffffff; */
}
#subscribeCheck {
  padding: 5px;
}

.footer .newsletter button {
  border: none;

  background-color: transparent;

  color: #ffffff;

  padding: 10px 20px;

  cursor: pointer;

  border: 1px solid #ffffff;
}

.footer .newsletter button:hover {
  background-color: #ddd;
  color: #090b0a;
}

.footer label {
  font-size: 10px !important;
}

.fab {
  margin-right: 5px;
}

/* .headerNav {
    padding: 0px 0px !important;
} */
#navbarNav {
  padding: 0px 50px;
}

@media only screen and (max-width: 600px) {
  #navbarNav {
    padding: 0px 10px !important;
  }
  #banneerText {
    left: 1rem !important;
  }
}

.footerContainer > .row {
  display: flex;
  justify-content: space-around;
  padding: 0px 20px;
}
.footerText {
  width: 100%;
  font-size: 125px;
  text-align: center;
  display: block;
  border-bottom: 0.5px solid #ffffff52;
  color: #ec40003d;
  font-weight: 200 !important;
  padding: 25px;
}

.footerPara {
  line-height: 55px;
}
.footerLogoCol {
  position: relative;
  bottom: 31px;
}
.tab-pane > .row {
  gap: 5px;
}
.tab-pane > .row > .col-md-3 > a > img {
  border-radius: 15px;
}

.projCard {
  padding: 0px 15px !important;
}
.featuresSVG {
  fill: white;
  height: 100px;
  width: 100px;
}
.listing_ban {
  width: 60%;
}
.prodListingImg {
  border-radius: 20px;
}

.fixed-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white; /* Add background to prevent overlap */
}

/* .lastSectionImg{
      position: absolute;
      bottom: 5%;
      z-index: 99;
  } */
/* end of footer */

/* Media query for mobile devices */

@media (max-width: 768px) {
  .col-md-4.social {
    margin-top: 30px !important;
  }
  .form-check {
    margin-top: 10px !important;
  }
  .main-image {
    width: 100%;
    height: 440px;
  }

  .container-fluid {
    padding: 10px !important;
  }

  .content h1 {
    font-size: 24px; /* Adjusted font size for mobile */

    margin: 12px 0; /* Adjusted margin for mobile */
  }

  .product_tab {
    padding: 20px !important;
  }

  .focus-content h1 {
    font-size: 24px;
  }

  .focus-content p {
    font-size: 14px;
  }

  .content-box h1 {
    font-size: 24px;
  }

  .content-box p {
    font-size: 14px;
  }

  .product_list_aq .acoustic-panel-section {
    padding: 5px !important;
  }

  .content-container {
    width: 351px;

    margin: 0 auto;
  }

  .content2-container {
    width: 351px;

    margin: 0 auto;
  }

  .gal {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 1rem;
  }
}

#belowVedio > img {
  border-radius: 25px;
}

.nav-link:hover,
.nav-link.active {
  color: #ec4000 !important;
}

.footerLogoCol > img {
  padding-bottom: 30px;
}

@media screen and (min-width: 2600px) and (max-width: 3400px) {
  .footer p,
  .footer a,
  .nav-link {
    font-size: 26px;
  }
}

.hotspot-info {
  border: 1.8px solid white;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

/* ---------- CSS added for prod_listing -------- */
button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.button {
  transition-duration: 0.3s;
  isolation: isolate;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  border-radius: 9999rem;
  position: relative;

  & > .back {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
    background: white;

    &::before {
      content: "";
      width: 0;
      height: auto;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #ec4000;
      color: black;
      /* border: 2px solid transparent; */
      position: absolute;
    }
  }

  &:hover {
    color: white;

    & > .back {
      transform: scale(95%);

      &::before {
        width: 120%;
      }
    }
  }

  &:active {
    & > .back {
      transform: scale(90%);
    }
  }
}

.tab_desc {
  text-decoration: none;
}

.productImageContainer {
  overflow: hidden;
}

.productNameContainer {
  display: flex;
  align-items: end;
  height: 177px;
  background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 4%));
  /* backdrop-filter: blur(3px); */
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0px 20px;
  color: white;
  padding-bottom: 30px;
}

.productImageContainer:hover a img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  /* Smooth animation */
}

/* -------- css for nav bar cart ---------- */
.navbar-expand-md .dropdown:hover > .dropdown-menu {
  height: unset;
}

@media (min-width: 768px) {
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    display: block;
    border: 2px;
    -webkit-animation: slide-up 0.25s ease-in-out;
    animation: slide-up 0.25s ease-in-out;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu {
    margin-top: 0;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
      0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
}
.navbar-tool .dropdown-menu {
  margin-top: 0.5rem !important;
}
.dropdown-menu {
  margin-left: -8px !important;
}
.__w-20rem {
  min-width: 315px !important;
}

.dropdown-menu {
  min-width: 150px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  /* left: 0; */
  z-index: 990;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4b566b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e9ef;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03),
    0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 1280px) {
  .dropdown-menu {
    right: -12px;
    /* min-width: 137px !important; */
  }
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
[data-simplebar] {
  overflow-y: auto;
  padding-right: 0px !important;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content {
  padding-right: 0px !important;
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.widget-cart-item {
  position: relative;
  overflow: hidden;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.widget-cart-item:hover .close {
  visibility: visible;
  opacity: 1;
}
.widget-cart-item .close {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.text-danger {
  color: #cb3727 !important;
}
.close {
  -webkit-margin-start: auto !important;
  margin-inline-start: auto !important;
  -webkit-margin-end: -10px !important;
  margin-inline-end: -10px !important;
}
.close {
  margin: -20px -10px -1rem auto !important;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #4b566b;
  text-shadow: none;
  opacity: 0.5;
}
button,
[type="button"] {
  -webkit-appearance: button;
}

.widget-cart-item:hover .media {
  transform: translateX(1.125rem);
}
.widget-cart-item .media {
  transition: all 0.25s ease-in-out;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mr-2,
.mx-2 {
  -webkit-margin-end: 0.5rem !important;
  margin-inline-end: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.widget-product-title {
  position: relative;
}
.widget-product-title {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.widget-product-title > a {
  color: #373f50;
}
.__text-14px {
  font-size: 14px;
}

.widget-product-meta {
  font-size: 0.875rem;
}
.text-muted {
  color: #7d879c !important;
}
.text-accent {
  color: #ec4000 !important;
}
.text-accent {
  font-weight: 700;
  font-size: 16px;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
[data-simplebar]:hover .simplebar-track {
  opacity: 1;
}
.simplebar-track.simplebar-horizontal {
  height: 0.1875rem !important;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track {
  transition: opacity 0.25s ease-in-out;
  background-color: #e9edf4;
  opacity: 0;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 0.1875rem !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track .simplebar-scrollbar {
  border-radius: 0.09375rem;
  background-color: #aeb4be;
}
.simplebar-scrollbar {
  position: absolute;
}
[data-simplebar]:hover .simplebar-track {
  opacity: 1;
}
.simplebar-track.simplebar-vertical {
  width: 0.1875rem !important;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track {
  transition: opacity 0.25s ease-in-out;
  background-color: #e9edf4;
}

.font-size-sm {
  font-size: 0.875rem !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-outline-secondary {
  border-color: #dae1e7;
}
.btn-outline-secondary {
  color: #4b566b !important;
}

.navbar-tool {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-tool.dropdown::before {
  position: absolute;
  bottom: -1rem;
  left: -10%;
  width: 120%;
  height: 1rem;
  content: "";
}
.navbar-light .navbar-tool-icon-box {
  color: #cb3727;
}
.navbar-light .navbar-tool-icon-box {
  color: #4b566b;
}
.navbar-tool-icon-box {
  position: relative;
  /* width: 2.875rem; */
  /* height: 2.875rem; */
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2rem;
  text-align: center;
}

.navbar-tool .navbar-tool-label {
  background-color: #ec4000 !important;
}
.navbar-tool .navbar-tool-label {
  position: absolute;
  top: -0.2rem;
  right: 0.3rem;
  width: 0.9rem;
  height: 1.1rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}
.navbar-tool-icon {
  font-size: 1.25rem;
  line-height: 2.875rem;
  width: 15px;
}
[class^="czi-"],
[class*=" czi-"] {
  display: inline-block;
  font-family: "sixvalley-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: unset !important;
}

#belowVedio {
  height: 100vh;
}
.vedio {
  border-radius: 25px;
}

@media screen and (min-width: 1400px) and (max-width: 2600px) {
  .footerText {
    font-size: 20vh;
  }
}

@media screen and (min-width: 2600px) and (max-width: 3400px) {
  .footerText {
    font-size: 20vh;
  }
}
