@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");
@import url('https://fonts.cdnfonts.com/css/jano-sans-pro?styles=84948,84940,84938');
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

body {
    color: #11235A;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


.banner-logo{
    width: 180px;
    height: 150px;
}

.link-style{
    text-decoration: none;
    color: white;
}

.link-style:hover{
    text-decoration: none;
    color: white;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000; /* Adjust the z-index as needed */
}

.navbar.sticky {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#bg-container-js {
    transition: background-position 1s ease-in-out;
}


.foodeffect-card-container{
    background-color: #fbfbfe;
    width: 60%;
    height: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
}

.effect-about{
    background-color: white;
    border-color: #e5eaf4;
    border-radius: 18px;
    width: 200%;
    margin-left: 100px;
}

#foodeffect{
    width: 400px;
    height: 400px;
    margin-bottom: 20px;
}
#app {
    text-align: center;
    background-color: #f56b01;
    background-clip: border-box;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: textclip 2s linear infinite;
  }
  
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  
  .bg-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/work/about2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    height: 100vh; 
    overflow: hidden;
    position: relative; 
}




#logoText {
    font-weight: bold;
    font-family: 'Jano Sans Pro', sans-serif;
}

#nav-link1 {
    color: #11235A;
    font-family: "roboto";
    font-weight: 700;
}

#nav-link2 {
    color: #11235A;
    font-family: "Exo";
    font-weight: 700;
}

#nav-link3 {
    color: #11235A;
    font-family: "Exo";
    font-weight: 700;
}

#nav-link4 {
    color: #11235A;
    font-family: "Exo";
    font-weight: 700;
}

#nav-link5 {
    color: #11235A;
    font-family: "Exo";
    font-weight: 700;
}

#nav-link6 {
    color: #11235A;
    font-family: "Exo";
    font-weight: 700;
}

.navbar-logo {
    height: 99px;
    width: 110px;
    background-image: url("../images/logo.jpg");
    background-size: cover;
    border-radius: 50%;
}

.banner-heading {
    margin-top: -250px;
    color: #11235A;
    font-size: 70px;
    text-align: center;
    font-family: 'Jano Sans Pro', sans-serif;
    font-weight: 900;
}

.banner-heading h1{
    margin-top: 50px;
    font-size: 70px;
    text-align: center;
    font-family: 'Jano Sans Pro', sans-serif;
    font-weight: 900;
}

.banner-order-button {
    margin-top: 20px;
    height: 50px;
    width: 200px;
    background-color: #F57D1F;
    border-radius: 9px;
    color: white;
    border-width: 0px;
    font-weight: bold;
}

.banner-para {
    color: white;
    font-size: 25px;
    font-family: 'Jano Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
    padding: 50px;
    font-weight: bold;
    font-family: "bree serif";

}



.wcu-section {
    background-color: #fbfbfe;
    margin-bottom: 60px;
    text-align: center;
    height: 100%;
    width: 100%;
    margin-top: -40px;
    background-size: cover;

}

.wcu-heading {
    font-size: 30px;
    text-align: left;
    font-weight: 850;
    font-family: "roboto";
    color: #183b56;
    padding-top: 20px;
    padding-bottom: 10px;
}

.wcu-para {
    font-family: "roboto";
    font-size: 20px;
    color: #11235A;
    padding-bottom: 20px;
    text-align: left;
}


.wcu-card {
    background-color: white;
    border-style: solid;
    border-color: #e5eaf4;
    border-width: 1px;
    border-radius: 18px;
}

.wcu-card-image {
    height: 100px;
    width: 120px;
    text-align: center;
    padding-top: 8px;
}



.wcu-card-title {
    color: #F57D1F;
    font-size: 30px;
    margin-top: 30px;
    padding: 3px;
    text-align: center;
    font-family: 'Jano Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;

}

.wcu-card-image-partners {
    height: 60px;
    width: 80px;
    text-align: center;
    padding-top: 8px;

}

.wcu-card-partners {
    color: #11235A;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    font-family: 'Jano Sans Pro', sans-serif;
    font-weight: 700;
}

.wcu-card-description {
    font-size: 20px;
    font-family: 'Jano Sans Pro', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: justify;

}


.explore-menu-section {
    background-color: #ffffff;
    padding: 16px;
    text-align: center;

}

.explore-heading {
    font-size: 28px;
    font-weight: 800;
    font-family: "roboto";
    color: #183b56;
    text-align: left;
    padding-left: 7px;
}

.menu-card-container {
    background-color: #fbfbfe;
    border-radius: 30px;
    margin-bottom: 10px;
}

.menu-card-image {
    border-radius: 45px;
    background-size: cover;
}

.menu-card-title {
    font-size: 23px;
    text-align: center;
    font-family: "Caveat";
    color: #11235A;
    font-weight: bold;
}

.menu-card-link {
    color: #F57D1F;
    font-family: "roboto";
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}

.healthy-food-section {
    background-color: #f9fbfe;
    padding-top: 50px;
}


.healthy-food-image {
    width: 100%;
    border-radius: 12px;
}

.healthy-food-heading {
    color: #11235A;
    font-family: "roboto";
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.healthy-food-para {
    color: #5a7184;
    font-family: "roboto";
    font-size: 17px;
}

.button {
    height: 40px;
    width: 120px;
    background-color: #F57D1F;
    border-radius: 9px;
    color: white;
    border-width: 0px;
    font-weight: bold;
}



.custom-button {
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
}

.map {
    flex-basis: 100%;
    margin: 10px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    text-align: center;
}

.map h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #F57D1F;
}


@media screen and (max-width: 600px) {

    .map iframe {
        height: 250px; /* Adjust the height for mobile view */
    }
    
    .wcu-card-image-partners {
        height: 50px;
        width: 50px;
        text-align: center;
    }
    
    .wcu-card-partners {
        font-size: 10px;
        padding: 10px;
        text-align: center;
        font-family: 'Jano Sans Pro', sans-serif;
        font-weight: 700;
    }

    .healthy-food-banner {
        background-color: #f9fbfe;
        padding-top: 50px;
    }
    
   
    .navbar-logo {
        height: 80px;
        width: 90px;
    }

    .bg-container {
        margin: 0px auto;
        height: 100vh;
        width: 100%;
    }

    #logoText {
        font-size: 10px;
        font-family: 'Jano Sans Pro', sans-serif;
    }

    .banner-heading {
        margin-top: -400px;
        color: #11235A;
        text-align: center;
        font-family: 'Jano Sans Pro', sans-serif;
        font-weight: 900;
    }

    .banner-logo{
        width: 190px;
        height: 70px;
    }

    .banner-heading h1 {
        margin-top: 0px;
        text-align: center;
        font-family: 'Jano Sans Pro', sans-serif;
        font-size: 25px;
        letter-spacing: 2px;
    }

    .banner-para {
        font-size: 12px;
        text-align: center;
        font-family: 'Jano Sans Pro', sans-serif;
        padding: 1px;
        letter-spacing: 2px;

    }

    .banner-order-button {
        height: 60px;
        width: 120px;
    }

    .wcu-heading {
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .wcu-section {
        margin-top: -40px;
    }


    .explore-menu-section {
        width: 100%;
    }

    .healthy-food-section {
       width: 100%;
    }
    
    .foodeffect-card-container{
        background-color: #fbfbfe;
        width: 100%;
        height: 90%;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    #foodeffect {
        position: absolute;
        top: -390px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        height: 280px;
    }
    
    
    .effect-about{
        background-color: white;
        border-color: #e5eaf4;
        border-radius: 18px;
        width: 100%;
        margin: 0px auto;
    }

}
@media screen and (min-width: 601px) {


    .banner-logo{
        width: 250px;
        height: 100px;
    }

    .banner-heading h1 {
        margin-top: 10px;
        text-align: center;
        font-family: 'Jano Sans Pro', sans-serif;
        font-size: 40px;
        letter-spacing: 2px;
    }

    .banner-para {
        font-size: 20px;
        text-align: center;
        font-family: 'Jano Sans Pro', sans-serif;
        padding: 5px;
        letter-spacing: 2px;

    }

    .banner-order-button {
        height: 70px;
        width: 150px;
    }

    .banner-heading {
        font-size: 50px;
        letter-spacing: 2px;
    }


    .foodeffect-card-container{
        background-color: #fbfbfe;
        width: 100%;
        height: 90%;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    #foodeffect{
        width: 350px;
        height: 350px;
    }
    
    .effect-about{
        background-color: white;
        border-color: #e5eaf4;
        border-radius: 18px;
        width: 100%;
        margin: 0px auto;
    }

}

@media screen and (min-width: 768px) {
    .foodeffect-card-container{
        background-color: #fbfbfe;
        width: 100%;
        height: 90%;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    #foodeffect{
        width: 350px;
        height: 350px;
    }
    
    .effect-about{
        background-color: white;
        border-color: #e5eaf4;
        border-radius: 18px;
        width: 190%;
        margin-left: 100px;
    }

}
