
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

* {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
    background-color: #000;
    overflow: hidden;
  }

  table {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } 

  #summary-table tbody tr td:first-child {
    margin-right: -50px;
  }
  

  #summary-table tbody tr td:nth-child(2) {
    margin-right: 11px;
    margin-left: 50px
  }


.modal-backdrop {
  background-color: rgba(0, 0, 0, 1) !important;
  height: 100vh !important;;
  width: 100vw !important;;
}

.modal-dialog {
max-height: 100vh !important;
border: none !important;
}

.modal {
  background-color: rgba(0, 0, 0, 1) !important;
  overflow: hidden !important;
  height: 100vh !important;
  max-height: none !important;
  border: none !important;
  color:white;
}

.modal-content{
  background-color: rgba(0, 0, 0, 0) !important;
   z-index: 2147483643;
 
   max-height: 100vh !important;
   border: none !important;
   box-shadow: none !important;
}

.modal-header {
  border: none !important;
    
}

.modal-white-bg .modal-backdrop {
  background-color: rgba(255, 255, 255, 1) !important;
}

.modal-white-bg .modal {
  background-color: rgba(255, 255, 255, 1) !important;
}

.modal-white-bg .modal-content{
  background-color: rgba(255, 255, 255, 1) !important;
  overflow-y: hidden !important;
}


  p {
    font-size: small;
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #label1 {

    position: absolute;
    max-width: 70%;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 901;
  }

  #myVideo {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    min-height: 100%;
    object-fit: cover;
    z-index:1!important;
  }


  .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#c21a1a00 30%, rgba(172, 172, 172, 0.5) 72%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    animation: pulse-animation 2s infinite;
  }

  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #000000;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.69);
  }

  .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 3s;
    animation: pulsate-btn 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(130, 197, 255, 0.7);
    top: -15%;
    left: -15%;
    /* background: rgba(198, 16, 0, 0); */
  }

  .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #c0c0c0;
    width: 100%;
    padding: 20px;
  }

  #myBtn {
    background-color: rgb(230, 217, 198);
    min-width: 100px;
    min-height: 40px;
    color: #d29d00; 
    position: fixed;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 903;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

  #myBtn:hover {
    background: rgb(107, 74, 44);
    color: rgb(255, 255, 255);
  }

#framyframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
}




        .pulse {
            animation: pulse-animation 2s infinite;
        }


        @keyframes pulse-animation {
            0% {
            transform: scale(1);
            opacity: 1;
            }
            50% {
            transform: scale(1.1);
            opacity: 0.7;
            }
            100% {
            transform: scale(1);
            opacity: 1;
            }
        }

        .offcanvas-size-xl {
            --bs-offcanvas-width: min(95vw, 600px) !important;
        }

        .pulse {
    animation: pulse-animation 2s infinite;
  }

  /* @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(170, 169, 173, 0.589);
    }

    100% {
      box-shadow: 0 0 0 20px rgba(255, 243, 132, 0.1);
    }
  } */



@keyframes pulse-red-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.719);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 154, 154, 0.144);
  }
}



      .profile-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        margin: 20px;
        bottom: 10px;
        right: 10px;
        z-index: 904;
      }

      .profile-circle img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

        .iframe-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; 
        height: 0;
        }
        .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        }


    .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 220px;
    right: 20px;
    background-color: rgb(230, 217, 198);
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
    }

    .float_1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 20px;
    background-color: rgb(230, 217, 198);
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
    }
  

      .float_2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 290px;
    right: 20px;
    background-color: rgb(230, 217, 198);
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
  }

    .float_3 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 360px;
    right: 20px;
    background-color: rgb(230, 217, 198);
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
  }

  .float_3.open {
  animation: pulse-red-animation 2s infinite;
}

    .float_4 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 420px;
    right: 20px;
    /* background-color: rgba(255, 255, 255, 1); */
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
  }

    .float_5 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 430px;
    right: 20px;
    background-color: rgb(230, 217, 198);
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
  }

    .float_6 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 510px;
    right: 20px;
    background-color: rgb(230, 217, 198);
    color: #B17313;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px!important;
    border: 0.25px solid purple !important;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.3) !important;
  }

.float_4:active {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 440px;
    right: 20px;
    background-color: rgba(0, 183, 255, 0.2);
    /* color: #B17313; */
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

   .float_1_2 {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2147483647 !important;
    
    display: flex;
    justify-content: center;
    align-items: center;
    }

  #collapse-toggler {
      position:fixed;
      width: 60px;
      height: 60px;
      border-radius: 50px;
      top: 30px;
      right: 20px;
      color: #B17313;
      font-size: 38px;
      z-index: 9990 !important;
      
      justify-content: center;
      align-items: center;
  }

  .hidden {
  display: none !important;
}

#collapse-toggler.hidden {
  display: none;
}


/* overlay summary of items */

  #display_items_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0);
  z-index: 2147483646;
  display: none;
  overflow: hidden;
}

#close_me_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2147483647;
}

/* end overlay summary of items */

.overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
}

#closeOverlay {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#overlay {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1); 
  z-index: 2147483647; 
  cursor: pointer; 
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  
}


.swiper-container {
  width: 100%;
  z-index: 2147483645 !important;
}

.swipe-animation {
  display: flex;
  align-items: center;
}

.video-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 2147483647;
      overflow: hidden;
    }

.video-container video {
    min-width: 75%;
    min-height: 75%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#share-collapse {
    position: absolute;
    top: 200px;
    right: calc(100% - 60px);
}

    .bi_x {
      font-size: 48px;
      cursor: pointer;
      margin-left: 1rem;
    }

    .fullscreen-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 1030;
      display: none;
      align-items: center;
      background-color:#B17313;
      opacity:50%;
    }

    .fullscreen-collapse.show {
      display: flex;
    }

    #collapse-toggler {
        color: #B17313;
    }

    .card_price {
        position: relative;
        max-width: 300px;
        height: auto;
        background: linear-gradient(-45deg, #797979, #feae3f);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        margin: 0 auto;
        padding: 40px 20px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        overflow: hidden;
    }


.swiper-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-form {
    width: 100%;
}

@media (min-width: 768px) { /* Medium screens and up */
    .custom-form {
        max-width: 50vw;
    }
}

@media (max-width: 767px) { /* Mobile screens */
    .custom-form {
        max-width: 75vw;
    }
}


     .form-check-input:checked {
    background-color: #ffc107 !important; 
  }
  .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important; 
  }
  .form-check-input:not(:checked) {
    background-color: #343a40 !important; 
  }
  .form-check-input:not(:checked) + .form-check-label {
    color: #6c757d; 
  }
  .form-check-input:not(:checked):before,
  .form-check-input:checked:before {
    background-color: #6c757d !important; 
  }

  ul {
  font-size: 1rem;
  list-style-type: none;
  padding: 0; 
  margin: 0; 
}

ul li label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul li label div:nth-child(1) {
    padding: 0;
    margin-left: 0px;
    font-size: 0.85rem;
}

ul li label div:nth-child(2) {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

/* Increase the size of the switch */
.form-check-input[type="checkbox"] {
  width: 52px !important;
  height: 25px !important;
  margin-top: 6px;
  margin-right: 10px;
}

/* Increase the size of the switch knob */
.form-check-input[type="checkbox"]::before {
  width: 24px !important;
  height: 24px !important;
}

.table-caption {
  caption-side: top;
  margin-bottom: 1rem;
}

/* Increase the size of the special in overlay switch */
#special[type="checkbox"] {
  width: 26px !important;
  height: 26px !important;
  margin-top: 3px;
  margin-right: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.card_body_product_1 {
  font-family: Poppins;
  font-size: 0.85rem;
  color: #c0c0c0;
  /* white-space: nowrap; */
  line-height: 1.5;
}

.no-scroll {
  overflow: hidden !important;
}

.scrollable-text {
  display:block;
  width:100%;
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-text2 {
  display:block;
  width:100%;
  height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable-text2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollable-text2 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scrollable-text::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollable-text {
  scrollbar-width: none; /* Firefox */
}

.scrollable-text {
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}


.obese-text {
  font-family: 'Varela Round', sans-serif;
  font-weight: bolder;
}

.scrollable-wrapper {
  max-height: 45vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.scrollable-wrapper::-webkit-scrollbar {
  display: none;
}

.scrollable-wrapper2 {
  max-height: 45vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.scrollable-wrapper2::-webkit-scrollbar {
  display: none;
}

.scroll-indicator {
  display: block;
  position: absolute;
  color:#fff2d5;
  font-size: 2rem;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  animation: fadeInOut 2s linear infinite;
  opacity: 0;
}

.scroll-indicator-up {
  display: block;
  position: fixed;
  color:#fff2d5;
  font-size: 2rem;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  animation: fadeInOut 2s linear infinite;
  opacity: 0;
}

 @keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
}

#order_mail {
  display:none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.fullscreen-collapse {
    display: none;
  }


#fullscreen-box.fullscreen-collapse {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 166, 0, 0.863);
  z-index: 990;
}

#fullscreen-box_mail.fullscreen-collapse_mail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 166, 0, 0.863);
  z-index: 990;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px; /* or whatever max width you prefer */
    padding: 20px;
    box-sizing: border-box;
}

.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grecaptcha-badge {
  visibility: hidden;
}

#loading {
  position: fixed;
  max-width: 100vw;
  top: 50vh;
  z-index: 1000;
  background-color:black;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading img {
  width: 180px;
  height: 180px;
}

#main-content {
  display: none;
}

.btn-close { 
  animation: pulse-animation 2s infinite;
  background-color: white;
  margin-right:20px;
}

.scrolla_me_this {
  max-height: 1000px !important;        /* Define a max-height to allow more content */
  overflow-y: auto !important;  /* Force overflow-y to auto */
  position: relative !important; /* Ensure position is relative */
}
.swiper-slide img {
min-height: 65vh !important;
width: auto;
object-fit: contain;
box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;"
}

.swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh!important; /* or any height that you want */
}

.swiper-wrapper {
  height: auto;
}

/* Base styling for the badges */
.float_6::after,
.float_5::after {
  content: ""; /* Overridden below */
  position: absolute;
  top: -15px;
  right: -15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff00de, 0 0 30px #ff00de, 0 0 40px #ff00de;
  z-index: 10; /* Ensures badges are on top */
  animation: burst 0.8s ease-out forwards; /* Initial burst on load */
}

/* Specific content and colors */
.float_6::after {
  content: "1";
  background-color: #560079; /* Red */
}

.float_5::after {
  content: "2";
  background-color: #9e3a00; /* Blue */
}

/* Burst animation on hover */
.float_6:hover::after,
.float_5:hover::after {
  animation: burst 0.6s ease-out infinite; /* Faster burst on hover */
}

/* Burst animation keyframes */
@keyframes burst {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Accessibility: Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .float_6::after,
  .float_5::after {
    animation: none; /* No animation on load */
  }
  .float_6:hover::after,
  .float_5:hover::after {
    animation: none; /* No animation on hover */
  }
}
