* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;

}

:root {
    --primary-color: #ED3929;
    --secondary-color: #333;
    --text-color: #333;
    --text-color2: #ED3929;
    --bg-color: #f5f5f5;
    --heading-color: #ED3929;
}

a {
    text-decoration: none;
}


.text-primary {
    color: var(--text-color2) !important;
}

.button_primary {
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 500;
}

.button_primary:hover {
    background: #333;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 500;
}

.bg_theme_color {
    background: var(--primary-color);
}

.text_color {
    color: var(--primary-color);
}

.header .navbar {
    background: transparent;
    width: 100%;
    position: relative;
    z-index: 1;
}

.header .nav-link {
    color: #fff !important;
    font-size: 16px;
    padding-left: 15px;
}

.button_class {
    background: #ED3929;
    color: #fff;

}

.button_class:hover {
    background: #fff;
    color: #ED3929 !important;

}




.banner_section {
    background-image:
        linear-gradient(rgb(0 0 0 / 77%), rgba(0 0 0 / 77%)),
        /* Gradient overlay */
        url("../images/banner.png");
    /* Background image */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 95vh;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner_section h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins";


}

.banner_section .form_class {
    display: flex;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    border: 20px solid #D9D9D91A;
    border-radius: 30px;
    font-size: 18px;
    font-family: "Poppins";
}

.banner_section .form_class a {
    font-size: 18px;
    font-family: "Poppins";
    color: #FFFFFF;
}


.banner_section .button_class1 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.experience_section h2 {
    color: #08143C;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 36px;

}

.experience_section span {
    color: #ED3929;
    font-size: 36px;
    font-family: "Poppins";

}

.experience_section h6 {
    color: #ED3929;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins";

}

.experience_section p {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    color: #555353;
}


.my_class p {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    color: #333;
}


.rounded-3 {
    border-radius: 20px !important;
}

.accommodation_section .card img {
    border-radius: 20px 20px 0 0;
}


.experience_section .card_center {
    display: flex;
}

.experience_section .card_class {
    padding: 20px;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    margin: 10px;
    border-radius: 20px;

}

.experience_section .class_card {
    margin-top: 75px;
}

.experience_section .class_center {
    margin-top: 115px;
}

.card_class{transition:.3s;}
.card_class:hover{transform:translateY(-6px);}


.accommodation_section .head_but {
    display: flex;
    justify-content: space-between;
}

.accommodation_section h3 {
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    color: #142C4E;
}


.accommodation_section h5 {
    color: #142C4E;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
}

.accommodation_section .card img {
    position: relative;
}

.accommodation_section .card h4 {
    position: absolute;
    right: 0;
    bottom: 40%;
    color: #f5f5f5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;


}


.accommodation_section .card strong {
    font-size: 24px;
}



.accommodation_section .offer-card {
    background: linear-gradient(180deg, #ff4b34, #e31b1b);
    color: #fff;
    border-radius: 18px;
    padding: 40px 35px;
}

.accommodation_section .offer-card h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}

.accommodation_section .offer-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Vertical Line with Dot */
.accommodation_section .line-holder {
    border-left: 3px solid rgba(255, 255, 255, 0.9);
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.accommodation_section .line-holder::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 44px;
}

.accommodation_section .offer-text {
    font-weight: 900;
    font-size: 26px;
    margin: 0;
}


.stud_say_section .star {
    color: #ED3929;
}

.stud_say_section img {
    object-fit: cover;
}

.find_budget_section h2 {
    color: #142C4E;
    font-size: 25px;
    font-weight: 700;
}

.find_budget_section p {
    color: #142C4E;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
}

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

.find_budget_section .img_guest img {
    border: 3px solid;
    border-color: #ED3929;
    object-fit: cover;
}

.find_budget_section .img_center {
    position: relative;
    z-index: 0;
}

.find_budget_section .best_box {
    /* border: 2px solid #142C4E; */
    border-radius: 10px;
    width: 225.04px;
    /* height: 237px; */
    position: absolute;
    z-index: 2;
    left: 30px;
    background-color: #ffffff;
    font-family: "Poppins";
    align-items: center;
    padding: 20px 15px;
    bottom: 16%;

}

.find_budget_section .star {
    /* border: 2px solid #142C4E; */
    border-radius: 10px;
    color: #ED3929;
    width: 295.4px;
    /* height: 166px; */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 13%;
    background-color: #ffffff;
    font-family: "Poppins";
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.find_budget_section h6 {
    color: #142C4E;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 25px;

}


.find_budget_section .feature-box {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 45px;
}

.find_budget_section .icon-wrap {
    width: 64px;
    height: 44px;
    background: #f44336;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
}

.find_budget_section .feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #d63b2c;
    margin-bottom: 6px;
}

.find_budget_section .title-line {
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, #002047 37%, #f4b5b5 59%);
    margin-bottom: 10px;
}

.find_budget_section .feature-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    max-width: 480px;
}




.news_stories_section h2 {
    color: #142C4E;
    font-size: 36px;
    font-weight: 700;
}

.news_stories_section img {
    width: 360px;
    height: 266px;
}


.news_stories_section h4 {
    position: absolute;
    left: 0;
    color: #fff;
    top: 13px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins";

}

.news_stories_section h5 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 18px;
    color: #142C4E;

}

.news_stories_section p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    color: #142C4E;
}

.news_stories_section h6 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    color: grey;
}

.our_room_section .tab_view {
    display: flex;
    justify-content: space-between;
}

.our_room_section .nav-link.active {
    color: var(--primary-color) !important;
    background-color: #fff;
    border: 0;
}

.footer_section {
    background-color: #010916;
}

.footer_section p {
    color: #FFFFFF;
}

.footer_section h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins";
}

.footer_section iframe {
    border-radius: 8px;
}


/* ---------------------top---------------------------- */
#button {
    display: inline-block;
    background-color: var(--heading-color);
    width: 43px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    right: 24px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #FFF;
}

.bi-chevron-double-up::before {
    margin-top: 10px;
}

#button:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
}

#button:active {
    background-color: #ffffff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg)
            /* rtl:ignore */
        ;
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg)
            /* rtl:ignore */
        ;
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: -0.125em;
    border: 0.25em solid var(--primary-color);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/* .rigth-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
    z-index: 9999999;
    background:var(--primary-color)
}

.rigth-button button {
    position: absolute;
    width: max-content;
    color: #fff;
    background: #000;
    font-weight: 600
} */

.rigth-button a {
    display: none
}

@media(max-width:991px) {
    .rigth-button {
        display: flex
    }

 
    .rigth-button {
        position: fixed;
        right: 0;
        bottom: 0;
        top: unset;
        background:var(--primary-color);
        width: 100%;
        transform: unset;
        z-index: 99999
    }

    .rigth-button button {
        position: unset;
        width: 100%;
        border-radius: 0
    }

    .rigth-button a {
        display: unset
    }
}


@media(max-width:768px) {
      .rigth-button {
        position: fixed;
        right: 0;
        bottom: 0;
        top: unset;
        background :var(--primary-color);
        width: 100%;
        transform: unset;
        z-index: 99999
    }

    .rigth-button button {
        position: unset;
        width: 100%;
        border-radius: 0
    }


    .find_budget_section .star {
    border-radius: 10px;
    color: var(--primary-color);
    width: 100%;
    height: auto;
    position: unset;
}

.find_budget_section .best_box {
    width: 100%;
    height: auto;
    position: unset;
    bottom: 0;
}

.find_budget_section .img_center {
    justify-content: unset;
    display: unset;
    align-items: unset;
}

.accommodation_section .head_but {
    display: block;
    justify-content: space-between;
}

}