

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


    header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
}


.logo a{
    font-family: 'rango';
    color: #ffffff;
    display: block;
    white-space: nowrap;
}
.logo img{
    width: 187px;
}

.wd50{
    width: 40%;
}

.navigation_lists{
   
}

.wd-left .main_nav_menu{
    justify-content: end;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.leftrr img{width: 100%;}
.flipimg{transform: scaleX(-1);}
.list_nav_a{
    display: block;
    margin: 0px 15px;
    color: #ffffff;
    font-family: 'DM Sans';
    font-size: 15px;
    transition: .3s ease;
    text-transform: capitalize;
    padding: 11px 20px;
    border-radius: 100px;
}


.list_nav_a:hover{
    color: #ffffff98;
}

.dtppress{
    position: relative;
}

.submenu{
    position: absolute;
    top: 64px;
    left: 0;
    background: #fff;
    width: 200px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease;
    z-index: 5;
}
.leftrr{
    position: relative;
    top: -10px;
    pointer-events: none;
}
.submenu ul{
    padding: 20px 0px;
    margin: 0px;
    list-style: none;
}

.submenu ul li a{
    display: block;
    padding: 6px 20px;
    font-family: 'DM Sans';
    font-size: 15px;
    color: #000;
}

.dtppress:hover>.submenu{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    top: 48px;
}

.chat_flex_box{
    display: flex;

}



.home-h{
    position: relative;
}


.home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'DM Sans';
 font-size: 13px;
 color: #fffc;
}

.call-icon-sprt{
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg{
    width: 100%;
    height: auto;
}

.contact-support a{
    color: #ffffff;
    font-family: 'DM Sans';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}



.chat_box{
    font-family: DM Sans,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #0f1681;
    padding: 14px 27px;
    border-radius: 100px;
}


.ham{
    width: 33px;
    height: 33px;
    display: none;
}

.ham svg{
    width: 100%;
    height: auto;
}

.container-port {
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}


.swiperbanner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiperbanner .image-container {
  height: 100vh;
  width: 100%;
}

.swiperbanner .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 10s ease-out;
  transform: scale(1);
}

.swiperbanner .swiper-slide.swiper-slide-active .image-container img {
  transform: scale(1.1);
}

.bx-wrprm img {
    width: 100%;
    height: 300px;
    object-fit: cover !important;
}


header{
        background-color: #28a745;
}
        .rm-bk-section{
            background: #fff;
            /* padding-top: 130px; */
        padding-bottom: 0px;

        }

        .box-wrp-all-cd{
        background: radial-gradient(circle, rgba(203, 151, 70, 1) 29%, rgba(133, 94, 33, 1) 100%);
        padding-top: 150px;
        padding-bottom: 46px;
            /* background: radial-gradient(circle, rgba(203, 151, 70, 1) 29%, rgba(133, 94, 33, 1) 100%); */
            background-position: center;
            background-size: cover;
            position: relative;
        }
        .box-wrp-all-cd::before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            backdrop-filter: blur(14px);
            background: #00000061;
        }
        .box-wrp-all-cd .container-port{
            position: relative;
            z-index: 8;
        }
        .rosabnr{
            background-image: url('../img/slider_04.jpg');

        }

        .header-frim-pr{
            margin-bottom: 10px;
        }

        .header-frim-pr h3{
            color: #fff;
        font-size: 25px;
        font-weight: 600;
        }

        .header-frim-pr p{
            color: #fff;
        }
        .inp-grp{
            height: 100%
        }
        .inp-grp select{
            width: 100%;
        height: 100%;
        padding: 10px;
        border-radius: 5px;
        background: none;
        border: 1px solid #ffffff8f;
        color: #fff;
        font-size: 14px;
        font-family: 'DM Sans';
        }

        .inp-grp select option{
            color:#000;
        }

        .an-grp{
            border: 1px solid #ffffff8f;
            border-radius: 5px;
            padding: 10px;
        }

        .an-grp label{
            margin: 0;
        color: #fff;
        font-family: 'DM Sans';
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        }
        .an-grp input{
    width: 100%;
    padding: 0px;
    border-radius: 5px;
    background: none;
    color: #fff;
    outline: none !important;
    border: none;
        }

        .col-bx-in-p{
            padding: 5px;
        }

        .wd100{
            width: 100%;
        }

        .flex-prp-btn{
            display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        height: 100%;
        padding: 5px 10px;
        border: 1px solid #ffffff8f;
        border-radius: 5px;
        }

        .flex-prp-btn button{
            font-family: 'DM Sans';
            width: 100%;
            height: 45px;
            text-transform: uppercase;
        }

        .avl-btn button{
         background: #ff9800;
        color: #fff;
        border: none;
        border-radius: 5px;
        width: 100%;
        height:45px;
        }

        .clr-btn button{
            background: #cb9034;
        color: #fff;
        border: none;
        border-radius: 5px;
        }

        .pdeq{
            padding: 5px;
        }
        .pdeq0{
            padding: 0px;
        }

        .pdeq0 .row{
            width: 100%;
            margin: auto;
        }

        .inpgrp-child input{
            width: 100%;
        height: 45px;
        border: 1px solid #d1d1d1;
        padding: 0px 10px;
        border-radius: 5px;
        font-size: 14px;
        }

        .inpgrp-child select{
            width: 100%;
        height: 45px;
        border: 1px solid #d1d1d1;
        padding: 0px 10px;
        border-radius: 5px;
        font-size: 14px;
        }

        .col-bx-fm-ch{
            margin-bottom: 12px;
            padding: 5px;
        }

        .floor-frm-fill-section{
            padding: 50px 0px;
        }

        .inpgrp-child textarea{
            width: 100%;
        height: 105px;
        border: 1px solid #d1d1d1;
        padding: 10px 10px;
        border-radius: 5px;
        font-size: 14px;
        }

        .header-frim-chd-pr h4{
            color: #000;
        font-weight: 600;
        margin-bottom: 10px;
        }

        .rowmt-30{
            margin-top: 30px;
        }

        .success{
            background: #c58c3b;
        position: relative;
        z-index: 60;
        font-size: 16px;
        color: #fff;
        display: block;
        max-width: fit-content;
        padding: 5px 10px;
        border-radius: 7px;
        margin: auto;
        }
        .error{
                background: #ef1100;
        position: relative;
        z-index: 60;
        font-size: 16px;
        color: #fff;
        display: block;
        max-width: fit-content;
        padding: 5px 10px;
        border-radius: 7px;
        margin: auto;
        }
        .resultbx{
            width: 400px;
            height: 40px;
            background-color: #d3d3d357;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
        }
        @media screen and (max-width:991px) {
            .flex-prp-btn{
                padding: 10px 5px;
            }
            .inp-grp select{
                height: 45px;
            }
        }

        @media screen and (max-width:575px) {
            .avl-btn button{
                font-size: 12px;
            }
        }
        .result_error{
            color: red;
        }
         .result_success{
            color: green;
        }

        .rm-display img{
            width: 100%;
            border-radius: 10px;
        }

        .row-bx{
            transition: .3s ease;
    border: 1px solid #f1f1f1;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.row-bx:hover{
    box-shadow: 4.0px 8.0px 8.0px hsla(0, 0%, 0%, 0.11);
}

.rm-bk-ddt h3{

    font-family: 'DM Sans';
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.rm-bk-ddt p{
    font-family: 'DM Sans';
    margin-bottom: 27px;
}

.rm-bk-ddt h4{
    font-size: 17px;
    color: #000;
    margin-bottom: 16px;
}

.bk-prc a{
    background: #855e21;
    color: #fff;
    padding: 10px 33px;
    display: block;
    max-width: fit-content;
    border-radius: 100px;

}

.rowmb30{
    margin-bottom: 30px;
}
.bk-prc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.price{
    font-family: 'DM Sans';
    color: #000000;
    font-size: 17px;
}

.price span{
    font-size: 28px;
    color: #a97627;
    font-weight: 600;
    padding-left: 6px;
}

@media screen and (max-width:991px) {
    .rm-bk-ddt{
        margin-top: 30px;
    }
}

@media screen and (max-width:991px) {
    .rowmb30{
        padding: 10px;
    }
}

.rm-display{
    position: relative;
}

.pshide{
    width: 100%;
    opacity: 0;
}

.absdis{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
}

.slider-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    width: 100%;
    z-index: 57;
}

.arrowleft{
    transform: scaleX(-1);
}

.arrowsld{
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
    background-color: #fff;
    cursor: pointer;
    transition: .3s ease;
}
.arrowleft:active{
    transform:  scaleX(-1) scale(.9);
}

.arrowright:active{
    transform:  scale(.9);
}
.arrowsld svg{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:575px) {
    .bk-prc{
        flex-direction: column-reverse;
    align-items: baseline;
    gap: 20px;
    }
}


[data-testid="facility-icon2"] {
    display: block;
    width: 20px;
    height: 20px;
}

[data-testid="facility-icon2"] svg {
    width: 100%;
    fill: #855e21;
}

.rm-bk-ddt ul{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap: 0px 38px;
}
.rm-bk-ddt ul li{
        display: block;
    margin-bottom: 16px;
}
.rm-bk-ddt ul li div div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.book-now {
    display: inline-block;
    padding: 8px 15px;
    background-color: #ff5a5f; /* change color as needed */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 10px; /* space between icons and button */
}

.book-now:hover {
    background-color: #e04848;
}
