@import url('https://fonts.googleapis.com/css2?family=Cursive');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,200&family=Poppins:wght@300&display=swap');
.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #19357B;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Added softer shadow */
    border: 4px solid #fff;
    transition: all 0.3s ease;
    position: relative;
    /* Added relative positioning */
    overflow: hidden;
    /* Hide overflowing content */

}

/* Create a gradient overlay */
.circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #19357B, #121212);
    /* Adjust gradient colors */
    opacity: 0.1;
    /* Adjust opacity */
    z-index: 1;
    /* Ensure overlay is behind text */
    color: white !important;
}

/* Adjust text color on hover */
.circle:hover {
    color: #19357B;
}

/* Adjust text size and shadow on hover */
.circle:hover span {
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: white;
}

/* Ensure text is above gradient overlay */
.circle span {
    position: relative;
    z-index: 2;
}


.content {
    padding: 20px;
}

.content p {
    line-height: 30px;
    font-family: 'EB Garamond', sans-serif;
    color: #19357B;
    font-weight: 200;
    font-size: 20px;
    text-align: justify;
}

/* form */
main {
    /* height: 100vh; */
    /* background: url('https://images.unsplash.com/photo-1477346611705-65d1883cee1e?dpr=0.800000011920929&auto=format&fit=crop&w=1199&h=800&q=80&cs=tinysrgb&crop=') fixed no-repeat; */
    background-size: cover;
}

#container-form {
    width: 430px;
    height: 450px;
    
    background: inherit;
    position: absolute;
    overflow: hidden;
    top: 50%;
    /* left: 50%; */
    /* margin-left: -175px; */
    margin-top: -180px;
    border-radius: 8px;
}

#container-form:before {
    width: 550px;
    height: 550px;
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: 0;
    right: 0;
    background: inherit;
    box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.2);
       /* box-shadow: inset 0 0 0 200px rgba(18, 16, 16, 0.2); */
    filter: blur(10px);
}



form {
    text-align: center;
    position: absolute;
    padding: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

input {
    background: 0;
    width: 350px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}

input[type="submit"] {
    border: 0;
    border-radius: 8px;
    padding-bottom: 0;
    height: 60px;
    background: #19357B;
    color: white;
    cursor: pointer;
    transition: all 600ms ease-in-out;
}

input[type="submit"]:hover {
    background: #19357B;
}

span a {
    color: rgba(255, 255, 255, 0.8);
}

.white-placeholder::placeholder {
    color: white;
}
.contact-us-now{
color:white;
margin-bottom:12px
}
@media (max-width: 990px) {
    #container-form {
        display: none;
        /* Hide the form on screens smaller than 990px */
    }
}


.marquee {
    width: 100%;
    overflow: hidden;

    color: white;
    position: relative;
    background:#201E52;
    font-size: 25px;
    line-height: 2em;
}

.marquee:before {
    content: 'News';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    padding: 0 0.5em;
}

.marquee ul {
    visibility: hidden;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    display: inline;

}

.marquee li {
    padding-left: 1em;
    text-indent: -1em;
    display: inline;
    font-family: 'EB Garamond', sans-serif;
}

.marquee li:before {
    content: " ";
    padding-right: 5px;
    width: 1em;
    height: 1.4em;
    display: inline-block;
    width: 100px;
    background: url("https://tinypic.host/images/2023/05/14/ModernXP-73-Globe-icon1.png") no-repeat center;
    background-size: 1em;
    position: relative;
    bottom: -0.3em;
    margin-right: 1em;
    opacity: 0.6;
    font-family: 'EB Garamond', sans-serif;
}

/* universities */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.cdnfonts.com/css/proxima-nova-condensed");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.uni-body {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

.card-slider {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 10px;
    gap: 30px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.card-slider::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.label-container {
    display: flex;
    align-items: center;
}


.label-container {
    display: flex;
    align-items: center;
}

.label-container h2 {
    color: #111;
    font-family: Poppins, serif;
    margin-right: auto;
    font-weight: 600;
}

.label-container .bi {
    font-size: 18px;
}

.label-container button {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #111;
    cursor: pointer;
    padding: 10px;
    width: fit-content;
    margin-left: 5px;
}

.label-container button:disabled {
    background-color: whitesmoke;
    cursor: not-allowed;
    border: none;
}

.restaurant-card {
    transition: transform 0.3s ease-in-out;
    font-family: 'EB Garamond', sans-serif;
    background: transparent;
}

.restaurant-card:hover {
    cursor: pointer;
    /* transform: scale(0.95); */
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 350px;
    height: 240px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    image-rendering: pixelated;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0 0 20px 20px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100%);
}

.discount-badge {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 10px;
    padding: 3px;
    z-index: 2;
    font-weight: bold;
    font-size: 22px;
    font-family: "Proxima Nova Condensed", sans-serif;
}

.restaurant-name {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.rating {
    display: flex;
    align-items: start;
    margin-top: 5px;
    font-weight: semi-bold;
}

.review-count {
    margin-left: 5px;
    font-weight: semi-bold;
}

.delivery-info {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.bi-star-fill {
    color: green;
}

.bi-dot {
    font-size: 26px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {

    .container {
        max-width: 350px;
        margin: auto;
        padding: 10px;
    }

    /* Card Slider */

    .label-container h2 {
        color: #111;
        font-family: Poppins, serif;
        margin-right: auto;
        font-size: 18px;
        font-weight: bold;
    }

    .label-container i {
        font-size: 14px;
    }

    /* Card Slider */

    /* Restaurant Card */
    .card-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: fit-content;
        gap: 10px;
        margin-top: 10px;
    }

    .image-container img {
        width: 180px;
        height: 140px;
        display: block;
        border-radius: 20px;
        object-fit: cover;
        image-rendering: pixelated;
    }

    .image-container::after {
        content: "";
        position: absolute;
        top: 80%;
        left: 0;
        right: 0;
        border: none;
        border-radius: 0 0 20px 20px;
        bottom: 0;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.8) 100%);
    }

    .discount-badge {
        position: absolute;
        color: #fff;
        bottom: 0;
        left: 10px;
        padding: 5px;
        z-index: 2;
        font-weight: bold;
        font-size: 12px;
        font-family: 'EB Garamond', sans-serif;
    }

    .restaurant-name {
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }

    .info-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 10px;
    }

    .rating {
        display: flex;
        align-items: start;
        margin-top: 3px;
        font-weight: semi-bold;
    }

    .review-count {
        margin-left: 3px;
        font-weight: semi-bold;
    }

    p {
        font-size: 10px;
    }

    .delivery-info {
        display: flex;
        font-size: 10px;
        align-items: center;
    }

    .bi-dot {
        font-size: 16px;
    }

    /* Restaurant Card */
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}