@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");


html,body{
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.SKI-logo{
   height:60px;
   width: 80px;
}

@media screen and (max-width: 421px) {
 .SKI-logo {
    width: 100px !important;
    height: 90px !important;
}
}
.navbar{
    background-color: black !important;
    color: white;
}

#navItem1, #navItem2, #navItem3, #navItem4 {
    color:white;
    font-family: "Roboto";
}
.navbar-toggler{
    background-color: white;
    height: 40px;
    width: 40px;
    padding: 0;
}

.banner-section-bg-container {
   height:100vh;
   padding: 0!important;
}
.banner-section-bg-container .row{
    margin: 0;
    height:100%;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to right, #c7ced4,#c7ced4, #fed8ab);
}

.text_container{
    
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.208);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  color: white;
}
.image_container{
    background-image: url("img/iso.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.banner-heading {
    color: black;
    font-family: "Roboto";
    font-size: 45px;
    font-weight: 300;
}

.banner-caption {
    color: #f5f7fa;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
}

.custom-button {
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
}

.custom-outline-button {
    color: #d0b200;
    background-color: transparent;
    width: 130px;
    height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #d0b200;
    border-radius: 8px;
}

.wcu-section {
    background-color: #f9fbfe;
    text-align: center;
}

.wcu-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.wcu-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.wcu-card {
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaf4;
    border-radius: 16px;
}

.wcu-card-image {
    width: 87px;
    height: 90px;
}

.wcu-card-title {
    color: #323f4b;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 500;
}

.wcu-card-description {
    color: #7b8794;
    font-family: "Roboto";
    font-size: 16px;
}

.offers {
    color: #323f4b;
    font-style: italic;
    font-weight: 600;
}

.explore-menu-section {
    background-color: white;
}

.menu-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.menu-item-image {
    border-radius: 16px;
}

.menu-card-title {
    color: #323f4b;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
}

.menu-item-link {
    color: #d0b200;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
}

.menu-item-card {
    border-radius: 16px;
}

.healthy-food-section {
    text-align: center;
    background-color: #f9fbfe;
}

.healthy-food-section-img {
    width: 270px;
}

.healthy-food-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.healthy-food-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.delivery-and-payment-section {
    background-color: white;
}

.delivery-and-payment-section-img {
    width: 270px;
}

.delivery-and-payment-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.delivery-and-payment-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.payment-card-img {
    width: 50px;
    height: 50px;
    margin-right: 28px;
}

.thanking-customers-section {
    background-image: radial-gradient(#fff8db, #fae38c);
}

.thanking-customers-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.thanking-customers-section-img {
    width: 270px;
    margin-bottom: 20px;
}

.thanking-customers-section-modal-title {
    color: #d0b200;
    font-weight: 800;
}

.follow-us-section h1,h2 {
    background-color:inherit;
    color: #183b56;
    font-family:"Roboto";
    font-size: 28px;
    font-weight: 700;
   
}

.follow-us-section-heading {
    text-align: center;
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.follow-us-icon-container {
    background-color: #faf7e8;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 15px;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 22px;
}

.icon {
    color: #d0b200;
    font-size: 35px;
}

.footer-section {
    background-image: linear-gradient(to top left,#424478, #ffffff);
}

.footer-section-mail-id {
    color: #1a1e24;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.footer-section-address {
    color: #1a1e24;
    font-family: "Roboto";
    font-size: 14px;
}
.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh );
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .video-background-holder h1{
    position: absolute;
    top: 40%;
    left: 20%;
    right: 20%;
   
    z-index: 1;
    color: papayawhip;
    font-size:  55px;;
    font-family: "Geologica", sans-serif;
    font-weight: 170;
    text-align: center;
  }
  @keyframes fadeInUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  .fadeInUp-animation {
    font-size:3rem !important;
    font-style: oblique;
    
    animation: 1.5s fadeInUp;
  }
  
  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }
  
  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   
    z-index: 1;
  }
  .w-container{
    background-color:none;
  }
  .footer-section-1{
    border-bottom: 1px solid blue;
  }
 

.form-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}



label {
    display: block;
    margin-bottom: 5px;
    font-family: "Roboto";
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Roboto";
}

.form-button {
    width: 100%;
    padding: 10px;
    background-image: linear-gradient(#d0b200, #a58d00);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Roboto";
}

button:hover {
    background-color: gray;
}
.claim-btn{
    font-family: "Roboto";
    width: 272px;
    height: 52px;
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    border-width: 0;
    border-radius: 8px;
    
}

.carousel-control-prev,.carousel-control-next{
    background-color:black;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    }
.carousel-control-prev span,
.carousel-control-next span{
width: 1.5rem;
height: 1.5rem;
}
.card{
    border: none;
    border-radius: 2px;
    box-shadow: 2px 6px 8px rgba(22, 22, 26, 0.18);
    }
.carousel-control-prev2,
.carousel-control-next2 {
    position: absolute;
    top: 100%;
    transform: translateY(50%);
}
.carousel-indicators li{
    height: 8px;
    width: 8px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: linear-gradient(#d0b200, #a58d00);
    border:0.25px solid black;
    border-radius: 50%;
}
.carousel-indicators{
    position: absolute;
   
    top: 118%;
    transform: translateY(60%);
}
.carousel-control-prev2 {
    left: 40%;
}

.carousel-control-next2 {
    right:40%;
}

.carousel-AutoScrollingItems {
    margin: 0 auto;
    padding: 20px 0px 3cm 0px;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    background-image: linear-gradient(rgba(227, 121, 34, 0.738),rgb(58, 52, 52));
  }

  .card-AutoScrollingItems {
    width: 100%;
    color: white;
    border: none;
    
    padding: 20px;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    max-height: 200px;
  }

  .carousel-AutoScrollingItems > * {
    flex: 0 0 100%;
  }

  /* Group the cards for better structure. */
  .group-AutoScrollingItems {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    will-change: transform;
    animation: scrolling 15s linear infinite;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .thanking-customers-section {
    background-image: linear-gradient(to bottom right,#FC806F, #ffffff);

}


.thanking-customers-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 700;
}

.thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 23px;
}

.thanking-customers-section-img {
    width: 500px;
    margin-bottom: 20px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}

.thanking-customers-section-modal-title {
    color: #d0b200;
    font-weight: 800;
}
.hero-section-podcost{
    padding : 0px 0px 20px 0px;
}
.footer_div{
    text-align: start;
}
.review-user-icon{
    border-radius: 50%;
    background-color:black;
}
.footer_logo{
  height: 30px;
  width: 30px;
}
.user-review-header {
    font-family:Lobster;
    
    font-size: 30px;
    
}

.food-munch-logo{
height: 80px;
width: 80px;
}


.carousel-img {
  width: 50%;
  height: 90vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Responsive fix for smaller screens */
@media (max-width: 768px) {
  .carousel-img {
    width: 90%;
    height: auto;
  }
}

/* Optional padding for better spacing */
.carousel-inner {
  padding: 10px;
}
