/* Resetting styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gotham', 'Franklin Gothic Medium', Arial, sans-serif;
}

/* Importing Gotham font */
/* Thin (100) */
@font-face {
    font-family: 'Gotham';
    src: url('./Gotham-Font/Gotham-XLight.woff2') format('woff2'),
         url('./Gotham-Font/Gotham-XLight.woff') format('woff'),
         url('./Gotham-Font/Gotham-XLight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
.img-fluid1 {
    width: 30%;
    padding-right: 1rem;
    border-right: 2px solid #9b9a9a;
}
.img-fluid3 {
    width: 54%;
    padding-left: 1rem;
}
/* banner section */
.img-fluid {
    width: 20%;
    margin-top: 25px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.img-fluid2{
    width: 60%;
    margin-left: -18px;
}

.countdown li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.count-value {
    font-size: 5.3rem;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1;
}
/* Countdown box with gradient border */
.count-box {
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00c0fa; /* inner fill */
    z-index: 1;
}

/* Gradient border */
.count-box::before {
    content: "";
    position: absolute;
    inset: -2px; /* border thickness */
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #c5c5c5 50%,
        #262626 100%
    );
    z-index: -1;
}

/* Inner mask so gradient shows only as border */
.count-box::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #00c0fa;
    z-index: -1;
}


/* Number inside box */
.count-box span {
    font-size: 4.7rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    z-index: 1;
}

/* Label below box */
.count-label {
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown ul {
    padding: 0;
    display: flex;
    margin-top: 4rem;
}

.content {
    position: relative;
    z-index: 1;
  }

  .video-container {
    position: relative;
    height: 105vh; /* Full viewport height */
    width: 100%;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  }
  
  .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
  }

/* .bg-image{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(2 2 2)), url(../image/bannervideo.mp4);
    background-size: cover;
   background-position: center;
    padding-top: 3rem;
    height: 100vh;
} */

@media (min-width: 1200px) {
    .container {
        width: 1329px;
    }
}

.banner-row-332{
      /* justify-content: center; */
      /* align-items: center; */
      display: flex;
      margin-top: 3.5rem;  
      margin-bottom: 2rem;
}

@media screen and (max-width: 768px){
    .banner-row-332{
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 9rem;
        }
}

/* contact form */
#dietary_restrictions{
    background: none;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    outline: none;

}

.text-white {
    color: #fff;
}

input.form-control1 {
    background: none;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffff;
    outline: none;
}
label {
    color: #fff;
    font-weight: 100 !important;
    font-size: 15px;
}

h2{
    color: #fff;
}

.bg-white{
        padding: 1rem 1rem 2rem 1rem;
        overflow-y: scroll;
        height: 80vh;
        border: 1px solid #ffffff78;
        border-radius: 10px;
}

.p-445{
    color: #fff;
    padding-left: 1.2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
}
/* .col-md-6, .col-md-4, .col-md-12{
    padding-right: 5px !important;
    padding-left: 5px !important;
} */
button.square-button {
    background: linear-gradient(to right, #188ef4 0%, #7764AC 100%);
    width: 44%;
    padding: 7px;
    border: none;
    font-size: 2.2rem;
    color: #ffff;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

select {
    background-color: #000; /* Default dropdown background */
    color: #000; /* Default font color */
  }
  
  select option {
    background-color: #000; /* Background for the selected option */
    color: #fff; /* Text color for the selected option */
  }
    #paragraph {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

#paragraph.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.input-block {
    margin-bottom: 1rem;
    /* display: grid; */
}
.heading-h1{
    font-size: 4.1rem;
    font-weight: 700;
    color: #fff;
}

.heading-h4{
    font-size: 19px;
    font-weight: 800;
    color: #fff;
}

.heading-submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 3rem;
    letter-spacing: 1px;
    color: #fff;
}


.sub-style-09{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
}

.emtp-row{
    width: 100%;
    height: 20vh;
    position: relative;
    background-color: #000;
}
.emtp-row::after{
    content: "";
    position: absolute;
    top: -9rem;
    -webkit-box-shadow: inset -17px -200px 86px -41px rgba(0, 0, 0, -22.26);
    -moz-box-shadow: inset -17px -200px 86px -41px rgba(0, 0, 0, 0.74);
    box-shadow: inset -26px -200px 86px -41px rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 20vh;
}

.datetime{
    color: #fff;
}

/* carousel logo */
.gradient-heading {
    padding: 0 4px 0 15px;
    font-size: 40px;
    background: -webkit-linear-gradient(45deg, #218AEE, #7266AF 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  }

.client-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px; */
}

.item img{
  width: 100%;
  height: auto;
  /* border: 1px dashed #000; */
}
/* Style the scrollbar track */
.bg-white::-webkit-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
  }
  
  /* Style the scrollbar itself (thumb) */
  .bg-white::-webkit-scrollbar-thumb {
    background-color: #4F7AC1; /* Color of the scrollbar */
    border-radius: 10px; /* Rounded corners for the scrollbar */
  }
  
  /* Style the scrollbar when hovered */
  .bg-white::-webkit-scrollbar-thumb:hover {
    background-color: #4F7AC1; /* Darker color on hover */
  }
  
  /* Style the scrollbar track */
  .bg-white::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px; /* Rounded corners for the track */
  }
  
  /* Optional: Style the corner where both scrollbars meet */
  .bg-white::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
  }
@media screen and (max-width: 768px) {
    .img-fluid {
        width: 65%;
    }
    .col-md-4.bg-white.mt-5 {
    width: 90%;
    margin-top: 2rem;
}

.video-container {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 30.333333%;
    }
}