* {
  padding: 0: margin:0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

        ::selection {
            background-color: #f66e09; 
            color: white;
            animation: pulsate 1s infinite alternate;
        }
        @keyframes pulsate {
            0% {
                background-color: #3399ff;
                color: white;
            }
            50% {
                background-color: #66ccff;
                color: #336699;
            }
            100% {
                background-color: #3399ff;
                color: white;
            }
        }
        body {
            font-family: "Poppins", sans-serif;
            font-weight: normal;
            background: #fbf4ef !important;
        }
        nav {
            background: #fbf4ef;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        }
        .navbar .container {
            justify-content: space-between;
        }
        .nav-link {
            color: #6b6866 !important;
        }
        .navbar-nav .nav-link:hover {
            transform: scale(1.1); 
            color: #f66e09 !important;
            transition: 0.3s;
        }
        .logo {
            height: 60px;
            width: auto;
        }
        @media screen and (max-width: 1200px) {
            .nav-item a .fa-brands {
                display: none;
            }
            nav{
                border-bottom:1px solid #fff !important;
            }
            .phn{
                display: none !important;
            }
                 .nav-item.social-icons {
                display: none;
            }
        }
        @media screen and (max-width: 992px) {
            nav {
                border-bottom: 1px solid #fbf4ef;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            }
            .nav-item.social-icons {
                display: none;
            }
             .navbar-nav .nav-link:hover {
            transform: none; 
        }
        .phg{
            padding-top: 20px;
        }
        .navbar-nav{
            padding-bottom: 20px;
        }
        }
        .phn:hover {
            transform: none !important;
        }
        .phon:hover {
            background: #000;
        }
        .phon {
            padding: 8px;
            border-radius: 25px;
            color: #fff;
            background: #7B3500;
            transition: 0.5s;
        }
        .navbar-toggler:focus {
            outline: none !important;
            box-shadow: none !important;
            border: none !important;
        }
        .topbar-top {
            display: flex;
            align-items: center;
        }
        .top-info {
            display: flex;
            align-items: center;
            width: 100%;
        }
        .top-info .pe-2 {
            display: flex;
            align-items: center;
        }
        .overflow-hidden {
            display: flex;
            align-items: center;
            flex-grow: 1;
        }
        #note marquee {
            display: flex;
            align-items: center;
        }
        img {
            max-width: 100%; 
            height: auto;
        }
        /* Back to top button */
        #scroll {
            position: fixed;
            right: 20px;
            bottom: 20px;
            display: none;
            width: 50px;
            height: 50px;
            border:1px solid #f66e09 !important;
            background:  rgba(246, 110, 9, 0.1);
            color: #f66e09;
            border: none;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 24px;
            cursor: pointer;
            z-index: 1000;
/*          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*         transition: box-shadow 0.3s ease-in-out;*/
         transition:1.1s;
        }
        #scroll:hover {
/*    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);*/
    transform: rotate(360deg);
}
                  .sbm {
    background-color: #6c3104!important;
    border-radius: 30px !important;
    color: #fff !important;
    transition: 0.5s !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
  }

  .sbm:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  
  
      .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }


  /* Hero Video */
  .outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  @media (max-width: 767px) {
    .outter.hero-video {
      height: 325px;
    }
  }

  .hero-video .video-container {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  @media (max-width: 767px) {
    .hero-video .video-container {
      height: 325px;
    }
  }

  .hero-video video {
    object-fit: cover;
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
  }

  @media (max-width: 767px) {
    .hero-video video {
      height: 325px;
    }
  }

  .hero-video .video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
      background: rgb(0,0,0,0.6);
    z-index: 1;
  }

  .hero-video h1 {
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1;
    color: white;
  }

  @media (max-width: 767px) {
    .hero-video h1 {
      font-size: 32px;
    }
  }

  @media (min-width: 768px) {
    .hero-video h1 {
      font-size: 52px;
    }
  }

  .hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
  }

  .hero-video .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
  }

  @media (max-width: 767px) {
    .hero-video .callout {
      width: 90%;
    }
     .mbt{
    font-size: 13px !important;
  }
  }

  .hero-video .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #82bb00;
    padding: 15px 30px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }


  @media (max-width: 767px) {
    .hero-video .button {
      padding: 10px 20px;
    }

  }

  .hero-video .button:hover {
    cursor: pointer;
    background-color: #6e9e01;
  }

  .quinn_card_short_video {
    border-radius: 30px;
  }
    .quinn-cards {
      padding-top: 0px;
      padding-bottom: 0px;
  }
  .quinn-cards-1 {
      position: relative;
      cursor: grab;
      white-space: nowrap;
      display: flex;
      flex-wrap: inherit;
      overflow: scroll;
      overflow-y: hidden;
    justify-content: center;
  }
  .quinn-cards-1::-webkit-scrollbar {
      width: 0px;
    height: 0px;
  }
  .quinn_card {
      display: block !important;
      overflow: hidden;
      margin: 6px 0;
      scroll-snap-align: start;
      cursor: pointer;
      flex-shrink: 0;
      position: relative;
      border-radius: 4px;
      padding: 0px 0px 0px 0px;
  }
  .product-single__media img {
      width: 100%;
  }
    .quinn_card:not(:last-of-type) {
      margin-right: 20px;
  }
  .quinn-cards-1 .quinn_card {
      width: 19%;
  }
    .q-instance-104416578 {
      position: relative;
      border-radius: 0px;
      width: 100%;
      aspect-ratio: 9/15;
      height: auto;
  }
    video.q-rectangle-i1044165788926.quinn_card_short_video {
      height: 100%;
      width: 100%;
  }
    .q-instance-104416579 {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 6px;
      border-radius: 0px;
      padding: 20px 5px 10px 5px;
      width: 100%;
      height: auto;
  }
  p.q-text-i1044165798405279.quinn_product_title {
      margin: 0 !important;
      text-align: left;
      font-size: 14px;
      line-height: normal;
      font-weight: 600;
      letter-spacing: 0px;
     color: #000;
  }
  .quinn-cards-1 span.price-item.price-item--sale.price-item--last, .quinn-cards-1 span.price-item.price-item--regular {
      font-weight: 600;
      letter-spacing: 0px;
      font-size: 14px;
  }
    .q-frame-i104416579145260 {
      position: relative;
      border-radius: 0px;
      padding: 0px 0px 0px 0px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 100%;
      height: 17px;
  }
.q-instance-104416580 {
    position: relative;
}
    .q-instance-104416580 img {
      display: block;
      height: 75px;
      width: 50px;
      object-fit: contain;
  }
      .quinn_lightbox {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0,0,0,0.7);
      z-index: 3;
  }
    .quinn_ligtbox_inner {
      position: fixed;
      display: flex !important;
      z-index: 1;
      height: 614px;
      width: 690px;
      overflow: hidden;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .video_part, .product_detail_part {
      width: 50%;
      background: #fff;
  }
  .product_detail_part {
      padding: 15px;
      overflow-y: scroll;
      position: relative;
      padding-bottom: 80px;
  }
  .ligthbox_media {
      display: flex;
      gap: 10px;
      white-space: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      padding-bottom: 10px;
  }
    .ligthbox_media .product-single__media {
      flex: 0 0 10vw;
      max-width: 100%;
  }
  .ligthbox_media::-webkit-scrollbar {
      display: none;
  }
  h3.lightbox_title {
    font-size: 12px;
    text-align: center;
    padding: 10px;
  font-family: "Poppins", sans-serif !important;
}
  .product_detail_part .product-form .payment-and-quantity {
      flex-wrap: nowrap;
      gap: 10px;
  }
  .lightbox_form {
      position: fixed;
      padding-top: 10px;
      bottom: 0;
      background: #fff;
  }
    .lightbox_form form {
      width: 100% !important;
      padding: 0 !important;
  }
  .lightbox_detais {
      white-space: normal;
      font-size: 12px;
      color: #000;
      letter-spacing: 0px;
  }
  button.quinn_overlay_close_btn {
      position: fixed;
      top: 20px;
      right: 20px;
      border-radius: 0px;
      z-index: 9;
      background: transparent;
      border: none;
  }
    button.quinn_overlay_close_btn svg {
      fill: #fff;
  }
    .lightbox_form button {
      background: #000;
      color: #ffff;
      width: 100%;
  }
    .quinn_card img {
      width: 100%;
  }
  @media screen and (max-width: 900px){
    .product_detail_part .ligthbox_media {
      display: none;
  }
  .imn{
   margin-top: 30px;
  }
    .product_detail_part .lightbox_detais {
      display: none;
  }
    .product_detail_part .quantity {
      display: none;
  }
  .product_detail_part {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
  }
  .video_part, .product_detail_part {
      width: 100%;
      padding: 15px;
  }
  .quinn_ligtbox_inner {
      height: 100vh;
      width: 100%;
  }
  .lightbox_form {
      position: relative;
  }
  .lightbox_form form {
      margin: 0 !important;
  }
  button.quinn_overlay_close_btn {
      background: transparent;
      border: none;
  }
   span.payment-and-quantity__add {
      margin: 0 !important;
  }
.container {
    padding: 0px 15px;
}
    .quinn-cards-1 {
    justify-content: flex-start;
}
  button.quinn_overlay_close_btn svg {
      fill: #000;
  }
    .quinn-cards-1 .quinn_card {
    width: 70%;
}
  }
  
  .image-container {
  position: relative;
  overflow: hidden;
}

.zoom-btn {
  position: absolute;
  top: 10px; /* Adjust this value as needed */
  right: 10px; /* Adjust this value as needed */
  background-color: rgba(255, 255, 255, 0.7);
  padding:5px 10px;
  border-radius: 50%;
  display: none;
  color: #558d3f;
  font-size: 20px;
}
.image-container:hover .zoom-btn {
  display: block;
}

.full-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.full-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

p{
  color: #000;
}
     .item-desc p {
            font-size: 14px;
            color: #fff !important;
        }
          .sbm {
    background-color: #6c3104!important;
    border-radius: 30px !important;
    color: #fff !important;
    transition: 0.5s !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
  }
    .hea {
    font-size: 25px !important;
    color: #8A4510;
    text-align: center;
  }
.fa-angle-left,.fa-angle-right{
  border: 2px solid #fff ;
  background-color:rgb(255, 255, 255, 0.5);
  padding: 10px 13px;
  border-radius: 50%;
 opacity: 1 !important;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


@media (max-width: 576px) {
  .hng {
    color: #7B3500 !important;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    text-decoration: underline;
  }

  .sbm {
    background-color: #6c3104 !important;
    border-radius: 30px !important;
    color: #fff !important;
    transition: 0.5s !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
  }

  .sbm:hover {
            background-color: #542401 !important;
        }

  .intl-tel-input,
  .iti {
    width: 100%;
  }

  .social-icon2 i:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    transition: 0.5s ease;
  }

  .sri {
    background: #25d366 !important;
    color: #fff !important;
  }

  .sri2 {
    background: #1b87d5 !important;
    color: #fff !important;
  }

  .sri3 {
    background: #ea4335 !important;
    color: #fff !important;
  }

  .hea {
    font-size: 25px !important;
    color: #8A4510;
  }

  /* -------- title style ------- */
  .line-title {
    position: relative;
    width: 400px;
    color: #f66e09;
    font-size: 25px !important;
  }

  .line-title::before,
  .line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 4px;
    border-radius: 2px;
  }

  .line-title::before {
    width: 100%;
    background: #f2f2f2;
  }

  .line-title::after {
    width: 50px;
    background: #7B3500;
  }

  .social-icon2 i {
    height: 45px;
    width: 45px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  .social-icon2 i:hover {
    background-color: #ffa500;
    color: #fff !important;
    transition: 0.5s;
    font-weight: normal;
    box-shadow: 1px 5px 20px red;
  }