html {
    scroll-behavior: smooth;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #082440;
    background-color: #fff;
    max-width: 100%;
    overflow-x: hidden;
}
.footer-call-now{
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 888;
    overflow-x: hidden;
    max-width: 100vw;
}
.same-w-c{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f00606;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
}
.same-w-c svg{
    fill: #fff;
    width: 18px;

}
@media(max-width:991px) {
    body {
        font-size: 1rem !important;
    }
    .position_text {
        font-size: 30px !important;
        top: 45% !important;
        display: block;
    }
    div#carouselExampleCaptions {
        height: 40vh;
    }
    .carousel-item,.carousel-inner, .carousel-item img{
        height: 100%;
    }
    .position_text span {
        font-size: 24px !important;
    }
    .heading-same {
        font-size: 32px !important;
    }
    .name_testi {
        font-size: 22px !important;
    }
    .testi_cont {
        font-size: 1rem !important;
    }
    .about_para {
        font-size: 1rem !important;
    }
    .card_form_heading {
        font-size: 33px !important;
    }
    .dropdown.menu-dropdown button {
        margin: 5px 14px;
    }
    .same_btn-banner {
        font-size: 10px !important;
    }
}

html {
    scroll-behavior: smooth
}

a {
    color: #201847;
    text-decoration: none;
}

a:hover {
    color: #002706;
}


/*start-header*/
.navbar-nav .nav-item .nav-link {
    margin: 5px 14px;
    transition: 0.3s;
    font-weight: 700;
    font-size: 18px;
    color: #082440;
    border-bottom: 2px solid transparent;
}

nav.navbar.navbar-expand-lg.navbar-light {
    border-bottom: 1px solid #082440;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #201847;
    border-bottom: 2px solid #201847;
}

@media(max-width:991px) {
    .navbar-nav .nav-item .nav-link {
        margin: 5px 14px;
        padding: 2px 0;
    }
}


/*start-header*/

.list-circle li {
    position: relative;
}

.list-circle li a {
    text-decoration: none;
    color: #3f3e3e;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.5s;
}

.list-circle li a:hover {
    color: rgb(19, 121, 216);
}

.list-circle li::before {
    position: absolute;
    left: -15px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #615d5d;
    content: '';
}

.menu-p {
    background-color: #fff;
    color: #443f35;
    padding: 4px 8px;
}

.menu-p:hover {
    background-color: #daebfa;
    color: #443f35;
}

/*end-header*/


.box-shadow {
    border-radius: 20px;
    box-shadow: rgba(17, 25, 46, 0.1) 0px 0px 0px 2px inset;
    border: 1px solid #e1e3e8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background: rgb(249, 250, 254);
    transition: all 300ms linear 0s;
}

.box-shadow:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.green {
    background: linear-gradient(115deg, #37b04a, #0d841f);
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(9, 90, 235, 0.15) !important;
}

.green:hover {
    background: linear-gradient(115deg, #0d841f, #37b04a);
}

.radius15 {
    border-radius: 15px;
}


/*Start Footer*/
footer {
    background-color: #060089;
    color: #fff;
}

footer .copyright {
    background: #002706;
    color: #fff;
}
.heading-same{
    font-size: 52px;
    color: #070b34;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.position_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.position_text span{
    color: #fff;
    font-size: 45px;
}

footer a {
    color: #ffffffdb;
}

footer a:hover {
    color: #95ffa6;
}

.social-media a {
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: .6rem !important;
    border: 1px solid #fff;
    margin: 0 5px;
}

.social-media .fb:hover {
    background: #3f64ac;
}

.social-media .twitter:hover {
    background: #080808;
}

.social-media .linkedin:hover {
    background: #0077b5;
}

.social-media .utube:hover {
    background: #f7343d;
}

ul.list_footer {
    list-style: none;
    padding: 0;
}

ul.list_footer li {
    margin-right: 0;
    font-size: 16px;
    /*font-weight: 500;*/
    color: #6a737c;
    margin: 5px 0;
}


.gotoTop {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 0;
    border-radius: 10px;
    background-color: #167926;
    text-align: center;
    z-index: 999 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #002706;
    color: #fff;
}

.gotoTop:hover {
    color: #fff;
    background: #002706;
}



.fadeinup {
    animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}




.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}

.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.flex-list {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-list li {
    padding: 3px 15px;
    background: #ebe8eb;
    border-radius: 50px;
    list-style: none;
    margin-right: 10px;
}

.btn {
    border-radius: 30px;
    padding: 10px 50px;
}

.btn-green {
    background: linear-gradient(115deg, #37b04a, #0d841f);
    color: #fff;
    border: 2px solid #37b04a;
}

.btn-green:hover {
    background: linear-gradient(115deg, #0d841f, #37b04a);
    border: 2px solid #37b04a;
    color: #ffffff;
}

.btn-green-outline {
    background: #fff;
    color: #37b04a;
    border: 2px solid #37b04a;
}

.btn-green-outline:hover {
    background: linear-gradient(115deg, #37b04a, #0d841f);
    border: 2px solid #4e2fda;
    color: #ffffff;
}


.title {
    border-left: 5px solid #37b04a;
    padding-left: 10px;
}

.text-green {
    color: #37b04a
}

.bg-green {
    background-color: #37b04a
}

.bg-green30 {
    background-color: #d9ffe0
}



.accordion-item {
    border: none;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #37b04a;
    /*background-image: linear-gradient(to right, #08165b 0%, #121133 100%) !important;*/
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
    margin-bottom: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button {
    font-weight: bold;
    background: #054ada;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
    /*margin-bottom: 25px;*/
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255,255,255)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-body {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, .06);
    /*margin-bottom: 25px;*/
    background: #EAFFED;
}

.same_btn-banner {
    padding: 10px 25px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.same_btn-banner i {
    font-size: 15px;
    color: #fff;
}

.same_btn-banner.whatsapp {
    background: #0d841f;
    color: #fff;
}

.same_btn-banner.whatsapp i {
    font-size: 22px;
}

.same_btn-banner.call_now {
    background: #030a3c;
    color: #fff;
}

.about_para {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: justify;
}

.custom_card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
    width: 100%;
    padding-bottom: 10px;
}

.room_type {
    margin: 50px auto 20px auto;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.book_now_btn {
    text-align: center;
    margin: 15px auto 15px auto;
}

.book_now_btn a {
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #030a3c;
    border-radius: 4px;
}

.about_heading {
    font-family: Aboreto;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3.75rem;
}

.testimonial_card {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.avtar_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.testi_cont {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

.amenties_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenties_img img {
    filter: invert(1);
}

.amenties_text {
    font-family: Aladin;
    margin: 30px auto 0;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.form_wrapper form {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #ced0ff;
}
.submit_btn input {
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #030a3c;
    border-radius: 4px;
}
.form_card{
    padding: 15px;
    background: #dae9ff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
    border-radius: 10px;
}
.locactionform{
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
}
.locactionform i{
    color: #0b8b21;
}
.call_card a{
    color: #080808;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.call_card a i{
    color: rgb(206, 72, 23);
    font-size: 18px;
}
.call_card a i.fa-whatsapp{
    color: #0d841f;
}
.card_form_heading{
    font-weight: 500;
    font-size: 42px;
}
.form_wrapper .form-label{
    font-weight: 600;
}
.amenties_card {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border-top: none;
    border-left: none;
    border-right: 4px solid #070f5f;
    border-bottom: 4px solid #070f5f;
}

.name_testi {
    font-size: 32px;
    font-weight: 600;
}

.carousel button {
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    background-color: #070b34;
}

.carousel-indicators .active {
    background-color: #070b34;
}

.form-wrapper {
    background-color: #d9ffe0;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #167926;
}

.radius-15 {
    border-radius: 15px;
}

.dropdown.menu-dropdown button {
    background: none;
    color: #737373;
    font-weight: 600;
    padding: 0px;
    font-size: 18px;
    outline: none;
    border: none;
    margin: 5px 14px;
}

.dropdown.menu-dropdown button.show:focus,
.dropdown.menu-dropdown button:active:focus {
    box-shadow: none !important;
}

.dropdown.menu-dropdown button:focus {
    box-shadow: none !important;
}