/* Custom Styles */

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goldman';
    src: url('../fonts/Goldman-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Figtree';
}

.small_t {
    color: rgba(138, 56, 245, 1);
    font-size: 12px;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/backgorund.png') no-repeat center center/cover;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-family: 'Goldman';
}

.hero-section p {
    font-size: 1.2rem;
    margin-top: 1rem;
}

#mainNavbar {
    transition: top 0.3s;
}

.card {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.lead-mt-3 {
    font-size: 14px !important;
}

.mt-3 {
    font-size: 14px !important;
}

.btn {
    background-color: rgba(112, 190, 19, 1);
}

.img-fluid {
    height: 112px;
    width: 189px;
}

.image_banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hostel_details {
    font-size: 12px;
}

.about_hostels {
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
}

.lt-12 {
    margin-top: 50px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.hostels_image {
    width: 100%;
    height: 641px;
}

.facilities_image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.headings {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

.headings-small {
    color: rgba(255, 0, 0, 1);
    font-size: 18px;
    text-align: center;
}

.testimony-small {
    font-style: italic;
    font-size: 12px;
}

.custom-section {
    background-color: rgba(229, 224, 255, 1);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(0);
}

.logo-title {
    /* height: 12px; */
    width: 150px;
}

.shadow-sm {
    box-shadow: none !important;
}

footer .headings {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.text-muted {
    color: grey !important;
}

.btn-success {
    background-color: #6cc24a;
    border-color: #6cc24a;
    border-radius: 10px;
    padding: 9px 10px;
    font-size: 12px;
}

.nav_btn {
    padding: 9px 9px;
    font-size: 10px;
    margin-right: 10px;
}

.btn-success:hover {
    background-color: #5bb03e;
    border-color: #5bb03e;
}

.navbar-toggler-icon {
    width: 20px;
    height: 12px;
    color: white;
}

.custom_card {
    border-color: rgba(229, 224, 255, 1) !important;
}


/* Mobile */

@media (max-width: 767px) {
    .hero-section h1 {
        text-align: center;
    }
    .hero-section p {
        text-align: center;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .card img {
        display: block;
        margin-bottom: 25px !important;
    }
    .apply_details {
        font-size: 14px;
    }
    .bottom_custom {
        margin-top: 90px;
    }
    footer small {
        font-size: 13px;
        color: rgba(255, 255, 255, 1);
    }
    .custom-reserve {
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .reserve_btn {
        margin-top: 32px;
    }
}


/* Desktop */

@media (min-width: 768px) {
    .hero-section h1 {
        text-align: left;
    }
    .hero-section p {
        text-align: left;
    }
    .custom-reserve {
        align-items: left !important;
    }
    .justify-content-md-start {
        justify-content: right !important;
    }
    .hero-section {
    height: 145vh;
    }
}

html {
  scroll-behavior: smooth;
}
