@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");


.food-munch-logo {
    width: 90px;
    height: 65px;
}

#navItem1 {
    color: #323f4b;
    font-family: "Roboto";
}

#navItem2 {
    color: #323f4b;
    font-family: "Roboto";
}

#navItem3 {
    color: #323f4b;
    font-family: "Roboto";
}

#navItem4 {
    color: #323f4b;
    font-family: "Roboto";
}

.banner-section-bg-container {
    background-image: url("https://i.postimg.cc/j5jWw63n/1489135693php7-FNBk-K-2.png");
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-heading {
    font-size: 30px;
    font-family: oswald;
    font-weight: 600;
    color: #fdfdfe;
    text-shadow: 0px 0px 5px #b393d3, 0px 0px 10px #b393d3, 0px 0px 10px #b393d3,
        0px 0px 20px #b393d3;
}

.banner-caption {
    font-size: 24px;
    font-weight: 600;
    color: #de7575; /* Corrected color code */
    font-family: Caveat;
    text-shadow: 0px 0px 5px #b393d3, 0px 0px 10px #b393d3, 0px 0px 10px #b393d3,
        0px 0px 20px #b393d3;
}


.custom-button {
    color: white;
    background-color: #d0b200;
    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;
}

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

.about-us {
    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-color: #d0b2001a;
}

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

.follow-us-section {
    background-color: white;
}

.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-color: #0d2436;
}

.footer-section-mail-id {
    color: #959ead;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.footer-section-address {
    color: #959ead;
    font-family: "Roboto";
    font-size: 14px;
}







.nine-card-banner-section-bg-container {
    background-image: url("https://images.pexels.com/photos/9242834/pexels-photo-9242834.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    height: 100vh;
    background-size: cover;
}

.nine-card-banner-heading {
    color: #ffffff;
    font-weight: bold;
    font-family: Roboto;
}

.nine-card-banner-caption {
    color: #ffffff;
    font-style: italic;
}



.nine-card-thanking-customers-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.nine-card-thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 18px;
}

.nine-card-thanking-customers-section-img {
    width: 360px;
    margin-bottom: 20px;
}

.nine-card-custom-button {
    color: white;
    background-color: #d0b200;
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
}

.nine-card-thanking-customers-section {
    background-color: #d0b2001a;
}

.nine-card-explore-menu-section {
    background-color: white;
}

.nine-card-menu-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.nine-card-menu-item-image {
    border-radius: 16px;
}

.nine-card-menu-card-title {
    color: #323f4b;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
}

.nine-card-menu-item-link {
    color: #d0b200;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
}

.nine-card-menu-item-card {
    border-radius: 16px;
}

.nine-card-healthy-food-section-img {
    width: 300px;
}

.nine-card-healthy-food-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.nine-card-healthy-food-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.nine-card-about-us {
    background-color: #f9fbfe;
}

.nine-card-btn-decoy {
    text-align: right;
}







.inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-photo/abstract-grunge-decorative-relief-navy-blue-stucco-wall-texture-wide-angle-rough-colored-background_1258-28311.jpg?w=900&t=st=1673672226~exp=1673672826~hmac=a5f8ca65ddca7a27c32298ab0323483748854ce427c6a3c8b5e45bd9487f11aa');
    background-size: cover;
    height: 100vh;
}

.ieee-innercard-banner-head {
    font-family: Caveat;
    font-weight: bold;
    font-size: 120px;
    color: #EFEEEE;
}

.ieee-innercard-banner-para {
    color: #E2D3D3;
    font-family: Caveat;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
}

.ieee-brief-sec {
    background-color: #FFe4e1;
    text-align: center;
    padding: 30px;
}

.ieee-brief-logo {
    height: 80px;
    width: 100px;
}

.ieee-depth-sec {
    background-color: #F8F8FF;
}

.ieee-brief-head {
    color: #4f5166;
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
}

.ieee-brief-list {
    color: #272d33;
    font-family: Roboto;
    text-align: left;
}

.ieee-depth-head {
    color: #99588a;
    font-family: Roboto;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    ;
}

.ieee-depth-ol {
    color: #552255;
    font-family: Roboto;
    text-align: left;
    padding-top: 25px;
}



.ieee-innercard-healthy-food-section-img {
    width: 270px;
    border-radius: 10px;
}

.ieee-innercard-healthy-food-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.ieee-innercard-healthy-food-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}


.ieee-innercard-thanking-customers-section {
    background-color: #d0b2001a;
}

.ieee-innercard-thanking-customers-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.ieee-innercard-thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.ieee-innercard-thanking-customers-section-img {
    width: 300px;
    margin-bottom: 20px;
    height: 200px;
    border-radius: 10px;
}

.ieee-innercard-decoy-btn {
    text-align: right;
}

.ieee-innercard-btn {
    border-radius: 5px;
    border-radius: 10px;
}

.nine-card-social-banner-section-bg-container {
    background-image: url("https://img.freepik.com/free-photo/closeup-diverse-people-joining-their-hands_53876-96081.jpg?w=826&t=st=1673687157~exp=1673687757~hmac=77ff9f012886342830b9a691a6a74a7fbd03efbf3fa9a886985c57136f6032df");
    height: 100vh;
    background-size: cover;
}

.nine-card-communicative-banner-section-bg-container {
    background-image: url("https://img.freepik.com/free-photo/businesswoman-thinking-about-idea-her-partner_1098-3767.jpg?w=740&t=st=1673632058~exp=1673632658~hmac=157dcb8f9b1709087edaa0e08d5087b868bde134770b199dbadbf9385996eeb6");
    height: 100vh;
    background-size: cover;
}

.ieee-wcu-card-image {
    width: 160px;
    height: 90px;
}

.ieee-healthy-food-section-img {
    width: 290px;
    border-radius: 10px;
    height: 190;
}

.hb-about-us {
    background-color: #EEEEFF;
}

.banner-soft-it {
    background-image: url('https://img.freepik.com/premium-photo/hand-touching-virtual-world-with-connection-network_50039-1565.jpg');
    background-size: cover;
    height: 100vh;
}

.soft-it-banner-head {
    color: #BBFF9E;
    font-family: Roboto;
    font-weight: bold;
}

.job-container {
    background-color: #01295C;
    padding: 20px;
}

.branch-img {
    width: 60%;
    height: 400px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.branch-img-container {
    background-color: #F1C27D;
    text-align: center;
}

.cse-effect-img {
    width: 70%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    ;
}

.skyblue-container {
    background-color: #01D5F7;
    border-radius: 25px;
}

.ul-list {
    color: black;
    font-family: Roboto;
    font-style: italic;
    font-weight: bold;
}

.banner-hard {
    background-image: url('https://img.freepik.com/free-vector/circuits-blue-red-gradient-digital-background_23-2148821701.jpg?w=740&t=st=1673715975~exp=1673716575~hmac=c8f893fffa5c5bdc4c60fb923c14dcd1162e2c1023c273ebffdd438eec208cb2');
    background-size: cover;
    height: 100vh;
}

.banner-onsite {
    background-image: url('https://as2.ftcdn.net/v2/jpg/03/33/09/45/1000_F_333094597_8WdnUbpBaNg0HPLlXe9BFVhQzAnQPV6O.jpg');
    background-size: cover;
    height: 100vh;
}

.onsite-it-banner-head {
    font-family: oswald;
    font-weight: bold;
    color: #FF0000;
}

.cc-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-photo/weathered-blue-page_53876-88602.jpg?w=740&t=st=1673797516~exp=1673798116~hmac=105956d1fa0c0b67516bd69fc55b38743c4ff48a09cc548211966ef1b05d4012');
    background-size: cover;
    height: 100vh;
}

.cie-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-photo/red-black-brush-stroke-banner-background-perfect-canva_1361-3597.jpg?w=740&t=st=1673795867~exp=1673796467~hmac=4daa3af1c9cb22c39d50609a2f8ee2deb73cb2ec50147e80b97ceaea8a8ef2b8');
    background-size: cover;
    height: 100vh;
}

.code-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-vector/abstract-curve-overlapping-red-background_8829-2769.jpg?w=740&t=st=1673796531~exp=1673797131~hmac=304c3dc786f7233ac12d961343d73f9cd5abdb937502c15dde776370a3ca2f52');
    background-size: cover;
    height: 100vh;
}

.vcs-inner-club-vcs-banner-sec {
    background-image: url('https://img.freepik.com/free-vector/abstract-orange-background-with-lines-halftone-effect_1017-32107.jpg?w=826&t=st=1673704335~exp=1673704935~hmac=998fb3b202f820a1ea43a2cf9438908e5a98997f70562926b3e6249e1dc71cf6');
    background-size: cover;
    height: 100vh;
}

.vcs-ieee-innercard-banner-head .bhuvana-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-photo/weathered-blue-page_53876-88602.jpg?w=740&t=st=1673799948~exp=1673800548~hmac=b1f616c6a9cb9f7e70a1e0ae6c1c66ca5899dff3b81a5541aa38f5d3e3dabf05');
    background-size: cover;
    height: 100vh;
}

.bhuvana-ieee-innercard-banner-head {
    font-family: Meta;
    font-weight: bold;
    font-size: 80px;
    color: #EFEEEE;
}

.bhuvana-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-photo/weathered-blue-page_53876-88602.jpg?w=740&t=st=1673799948~exp=1673800548~hmac=b1f616c6a9cb9f7e70a1e0ae6c1c66ca5899dff3b81a5541aa38f5d3e3dabf05');
    background-size: cover;
    height: 100vh;
}

.Tnp-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-vector/blue-copy-space-digital-background_23-2148821698.jpg?w=740&t=st=1673800411~exp=1673801011~hmac=4d2f09dc7c96654a67fcd796d614abce47895bef7a678f254deca4e0f1558ccc');
    background-size: cover;
    height: 100vh;
}

.Tnp-ieee-innercard-banner-head {
    font-family: Meta;
    font-weight: bold;
    font-size: 80px;
    color: #EFEEEE;
}

.eng-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-vector/blue-abstract-background_52683-78779.jpg?w=740&t=st=1673800899~exp=1673801499~hmac=c6a3e202008be2d58a04d73fc76157cc705873a0762db3cbe945c1dc3d4cdeb7');
    background-size: cover;
    height: 100vh;
}

.eng-ieee-innercard-banner-head {
    font-family: Meta;
    font-weight: bold;
    font-size: 130px;
    color: #EFEEEE;
}

.Cad-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-vector/blue-copy-space-digital-background_23-2148821698.jpg?t=st=1673800899~exp=1673801499~hmac=a3296cd7619cb4b4d1c3571e4583a3b6ca3ef6463aa2ef7a6a79f29a164a8c13');
    background-size: cover;
    height: 100vh;
}

.Cad-ieee-innercard-banner-head {
    font-family: Meta;
    font-weight: bold;
    font-size: 80px;
    color: #EFEEEE;
}

.nss-inner-club-banner-sec {
    background-image: url('https://img.freepik.com/free-photo/red-yellow-watercolor_95678-448.jpg?w=740&t=st=1673801418~exp=1673802018~hmac=8cd9725aa3cf50fb5854a7c89210a9fd3f2a656acbc835b0294933b6025c920d');
    background-size: cover;
    height: 100vh;
}

.nss-ieee-innercard-banner-head {
    font-family: Meta;
    font-weight: bold;
    font-size: 130px;
    color: #EFEEEE;
}

.names-list {
    list-style-type: square;
}

@import url("https://fonts.googleapis.com/css2?family=Asap&family=Roboto:ital,wght@0,500;0,900;1,500&display=swap");

.main-map-bg-container {
    background-color: #2d545e;
    height: 100vh;
    background-size: cover;
}

/*.main-map-head {
    font-size: 40px;
    font-weight: bold;
    background-image: radial-gradient(circle, #553c9a, #ee4b2b);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}-->*/
header {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

header h1 {
    text-decoration: underline;
    position: absolute;
    width: 90%;
    font-size: 40px;
    padding-top: 20px;
    font-weight: 600;
    color: transparent;
    background-image: linear-gradient(to right, #553c9a, #ee4b2b, #00c2cb, #ff7f50, #553c9a);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200%;
    background-position: -200%;
    animation: animated-gradient 2s infinite alternate-reverse;

}

@keyframes animated-gradient {
    to {
        background-position: 200%;
    }
}


.design-img {
    width: 80%;
    height: 80%;
    border-radius: 20px;
    background-position: center;
    margin-left: 10%;
}

.btn-container {
    background-color: #fff5d7;
    background-size: cover;
    padding: 10px;
}

.btn-cont-heading {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #b393d3;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #957dad,
        1px 2px 0px #957dad,
        1px 3px 0px #957dad,
        1px 4px 0px #957dad,
        1px 5px 0px #957dad,
        1px 6px 0px #957dad,
        1px 10px 5px rgba(16, 16, 16, 0.5),
        1px 15px 10px rgba(16, 16, 16, 0.4),
        1px 20px 30px rgba(16, 16, 16, 0.3),
        1px 25px 50px rgba(16, 16, 16, 0.2);
    margin-top: 10px;
}

.btn-btn {
    background-color: #feb300;
    border-radius: 25px;
    width: 150px;
    color: black;
    font-weight: bold;
    font-family: oswald;
    border-width: 1px;

}

.btn-back {
    border-radius: 20px;
    width: 75px;
    height: 30px;
}

.decoy-inner {
    text-align: right;
}

.adm-det-blo-head {
    color: #FAF9F6;
    font-family: Georgia;
    font-size: 47px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}

.adm-crsl-img {
    height: 80vh !important;
    border-radius: 4px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;

}

.adm-block-det-card {
    background-color: #FEF8DD;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.adm-details-block-bg-container {
    height: 100vh;
    background-size: cover;
    background-image: url('https://media.istockphoto.com/id/1339787499/photo/empty-dark-blue-studio-room-with-light-and-shadow-abstract-background-copy-space-studio-room.jpg?b=1&s=170667a&w=0&k=20&c=sEYFpHbrxOugC-NlO4vh1AQurJAsR-RnLbg_KHgj3kM=');
}

.block-det-card-head {
    padding-left: 35px;
    padding-top: 20px;
    font-family: Tahoma;
    font-weight: bold;
    color: #000080;
    font-size: 30px;
}

.block-det-card-txt-para {
    font-size: 18px;
    margin-left: 40px;
}

.block-det-card-txt-head {
    color: #343434;
    font-family: Georgia;
    font-size: 25px;
    padding-left: 30px;
    font-weight: bold;

}

.block-det-btn {
    background-color: blue;
    color: #ffffff;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    width: 90px;
    border-width: 1px;
}

.block-det-btn-decoy {
    text-align: right;
}

.don-banner-container {
    background-image: url('https://img.freepik.com/premium-photo/god-s-helping-hand-with-white-cross-sunset-background_34200-323.jpg?w=740');
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.don-banner-head {
    font-family: oswald;
    font-weight: bold;
    color: #003366;
    text-align: center;
}

.don-thanking-customers-section {
    background-color: #d0b2001a;
}

.don-thanking-customers-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.don-thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.don-thanking-customers-section-img {
    width: 270px;
    margin-bottom: 20px;
    border-radius: 15px;

}

#para-don-banner {
    color: #551a8b;
}

.don-about-us {
    background-color: #f9fbfe;
}

.don-healthy-food-section-img {
    width: 340px;
    border-radius: 15px;
    height: 240px;
}

.don-healthy-food-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.don-healthy-food-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.don-custom-button {
    color: white;
    background-color: #d0b200;
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
}

#books {
    background-color: #EEEEFF;
}

.span-piece {
    color: #2B2D2F;
}

.gprec-food-munch-logo {
    width: 130px;
    height: 65px;
}

.dont-img-cont {
    background-color: #F8F8FF;
    height: 100vh;
    background-size: cover;
}