
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tsukimi+Rounded:wght@300&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%);
	border-collapse: collapse;
  } 
  
	th,
	td {
	  border: 1px solid black;
	  padding: 10px;
	}
	
	th:first-child,
	td:first-child {
	  font-weight: bold;
	}
	
	.available {
	  background-color: white;
	}
	
	.selected {
	  background-color: green;
	  cursor: pointer;
	}
	
	.unavailable {
	  background-color: gray;
	  pointer-events: none;
	}
	
	.full {
	  background-color: red;
	}
  

  #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(255, 255, 255, 1) !important;
  height: 100vh !important;;
  width: 100vw !important;;
}

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

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

.modal-content{
  background-color: rgba(0, 0, 0, 0) !important;
   z-index: 2147483643;
   overflow-y: hidden !important;
   max-height: 100vh !important;
}

modal-header {
    border-bottom: 0px !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;
}


  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;
  }
  
/*
@media (min-width: 720px) and (max-width: 1079px) {
  #special_card {
    padding-left: 300px;
    padding-right: 300px;
  }
}*/

@media (min-width: 1480px) {
  #special_card {
    padding-left: 300px;
    padding-right: 300px;
  }
}

@media (min-width: 1480px) {
  #special_swiper {
    padding-left: 500px;
    padding-right: 500px;
  }
}

.swiper-container {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 10px; /* Adjust the value as per your preference */
}

.swiper-button-prev {
  left: 10px; /* Adjust the value as per your preference */
}

.swiper-pagination {
  position: absolute;
  left: -12% !important;
  /* transform: translateX(-50%); */
  bottom: -75px !important; /* Adjust the value as per your preference */
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.swiper-pagination-bullet {
  margin: 0 5px; /* Adjust the spacing between the bullets */
  background-color: rgb(85, 85, 85);
  width: 8px; /* Adjust the size of the bullets */
  height: 8px; /* Adjust the size of the bullets */
  opacity: 1; /* Ensure full visibility of the bullets */
}

.swiper-pagination-bullet-active {
  background-color: black !important; /* Customize the active bullet color if needed */
}
  
  .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: url("img/espejon.png") no-repeat center center;
  background-size: cover;
  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: rgba(0, 0, 0, 0.6);
    min-width: 100px;
    min-height: 40px;
    color:  #D4AF37;
    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.2);
            opacity: 0.7;
            }
            100% {
            transform: scale(1);
            opacity: 1;
            }
        }

        .offcanvas-size-xl {
            --bs-offcanvas-width: min(95vw, 600px) !important;
        }
		
	.offcanvas {
	  position: fixed;
	  top: 0;
	  left: 0;
	  height: 100%;
	  min-height: 100vh !important;
	  overflow-x:hidden;
	}
	
	.offcanvas-header, .offcanvas-footer {
	    height: 10vh; /* Adjust based on your design */
	    overflow: hidden;
	}
	
	.offcanvas-footer {
		position: fixed;
	    bottom: 2px !important;
		z-index: 999999999;	
	}

	.offcanvas-body {
		width: 100vw;
	    height: 100vh; /* Adjust based on your design */
	    overflow-y: scroll;
	    overflow-x: hidden;
}

	
	

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

  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 208, 0, 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: 40px;
    right: 20px;
    background-color: rgb(0, 0, 0, 0.6);
    color: #d4af37 ;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  

      .float_2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    background-color: rgb(0, 0, 0, 0.6);
    color: #d4af37 ;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .float_3 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 200px;
    right: 20px;
    background-color: rgb(0, 0, 0, 0.6);
    color: #d4af37 ;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

    .float_4 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 440px;
    right: 20px;
    /* background-color: rgba(255, 255, 255, 1); */
    color: #d4af37 ;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .float_5 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 280px;
    right: 20px;
    background-color: rgb(0, 0, 0, 0.6);
    color: #d4af37 ;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .float_6 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 360px;
    right: 20px;
    background-color: rgb(0, 0, 0, 0.6);
    color: #d4af37 ;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.float_4:active {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 440px;
    right: 20px;
    background-color: rgba(0, 183, 255, 0.2);
    /* color: #d29d00; */
    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;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    }

  #collapse-toggler {
      position:fixed;
      width: 60px;
      height: 60px;
      border-radius: 50px;
      top: 30px;
      right: 20px;
      color: #d29d00;
      font-size: 38px;
      z-index: 9990 !important;
      animation: pulse-animation 2s infinite;
      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: #d29d00A;
    }

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

    #collapse-toggler {
        color: #d29d00;
    }

    .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;
}

.center_title {
	top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	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;
}

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

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

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

.scroll-indicator-up {
  display: block;
  position: fixed;
  color:rgba#fff2d57;
  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;
}
