@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root{
    /* --primarycolor:#650831;
    --primaryopacitycolor:#65083188; */
    /* --secondary-color:#2d2d2d; */
    --dark-gray:#eaeaea;
    --jost:"Jost", serif;
    --lateef:"Lateef", serif;
    --ss:sans-serif;
    --lato:"Lato", sans-serif;
    --default-transition:350ms;
}

*{padding: 0;margin: 0;box-sizing: border-box;text-decoration: none;font-family: var(--jost);}
p{margin-bottom: 0;}
body{overflow-x: hidden ;}
ul{list-style: none;margin: 0;padding: 0;}
input:focus:not(input[type=checkbox]),
textarea:focus
{
    box-shadow: 0 0 1px 3px var(--primaryopacitycolor) ;
    border-color: var(--primarycolor) !important;
}
input:user-invalid,
textarea:user-invalid
{
    box-shadow: 0 0 1px 3px #f005 !important;
    border-color: #f00 !important;
}
.sans-serif{
    font-family: var(--ss);
}
.jost{
    font-family: var(--jost);
}
.lateef{
    font-family: var(--lateef);

}
strong{
    font-family: inherit;
}
.fixed-btns .fixed-btn
{
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 45px;
    font-size: 1.75rem;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: var(--primarycolor);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.fixed-btns .fixed-btn a{
    color: inherit;
}
.fixed-btns .fixed-btn.bottomtotop
{
    left: auto;
    right: 1rem;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}
.fixed-btns .fixed-btn.bottomtotop.active{
    opacity: 1;
    pointer-events: all;
}

.grid-5{
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
@media(max-width:540px){
    .grid-5{grid-template-columns: repeat(3,1fr);}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a{color: var(--primarycolor);text-decoration: none !important;}
a:hover{color: var(--primarycolor);text-decoration: none !important;}
.btn{
    text-transform: uppercase;
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    padding: 8px 20px;
    transition: var(--default-transition);
}
.btn:has(i) i{transition: 0.75s;}
.btn:is(:hover,:active,:focus) i{transform: translateX(10px);}
.btn:is(:hover,:active,:focus,.active){background: var(--primarycolor) !important;border-color:var(--primarycolor) !important;color: #fff;}
.btn:is(:focus){box-shadow: 0 0 1px 3px var(--primaryopacitycolor);}



/* Header Style */
.top_name a{
    text-decoration: none;
  font-family: "Lato", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-right: 15px;
}
.top_name p{
  font-family: "Lato", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-right: 15px;
}
.top_name i{
    color:#cb4154;
    font-size: 16px;
}
.top_icon a{
    text-decoration: none;
  font-family: "Lato", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-right: 15px;
}
.top_icon i{
    color: #cb4154;
    font-size: 16px;
}
.top_header_so a{
    font-size: 16px;
}
.header{
    background-color: #eb030306;
    border-top: 1px solid #dedede;
}
.header{
    background-color: #f9f6f6;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.nevbar{
    height: 78px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.nevbar_con li{
    list-style: none;
}
.nevbar_con > li > a{
    text-decoration: none;
    padding: 18px 23px;
    font-size: 17px;
  font-family: "Lato", sans-serif;
    font-weight: 500;
    color: black;
    position: relative;
}
.drop_con::before{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 10px;
    background-color: #ffb6b3;
    bottom: 8px;
    transition: all 400ms ease-in-out;
}
.drop_con:is(:hover,.active):before{
    width: 50%;
}
/* .download_button{
    padding: 10px 5px;
    display: inline-block;
    background:#0C7D8D;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.download_button::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #E31E24;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1.3s;
}
.download_button:hover:after{
    transform: scaleX(1);
} */
 /* .action_btn{
  font-family: "Lato", sans-serif;
    text-align: center;
    color: #ae0003;
    font-size: 20px;
    text-decoration: none;
 } */
.drop{
    position: relative;
    z-index: 2;
}
.dropdown{
    position: absolute;
    content: "";
    top: 35px;
    left: 18px;
    width: 245px;
    border: 1px solid none;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.10);
    display: none;
    background-color:#fff8eb;
}
.drop:hover .dropdown{
     display: block;
}
.dropdown > li > a{
    font-size: 16px;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 500;
    color: black;
  font-family: "Lato", sans-serif;
}
.dropdown li:hover a{
    border-bottom: 2px solid;
}
.dropdown li{
    margin-bottom: 10px;
}
.dropdown li:hover{
    padding-left: 8px;
    transition: 0.5s;

    
}
.menu_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 1px solid;
    color: white;
    background-color: #dc3545;
    border: none;
    font-size: 24px;
}
@media (max-width:1196px){
    .top_name a{
        font-size: 12px;
    }
    .top_name p{
        font-size: 12px;
    }
} 
@media (max-width:989px){
    .top_name i{
        text-align: center;
    }
}    

@media (max-width: 992px) {
    .header_con a{
        font-size: 12px;
        /* padding: 15px 18px; */
    }
    .header_main_con{
        font-size: 9px;
        /* padding: 15px 18px; */
    }
    .drop a{
        font-size: 10px;
        padding: 10px;
        /* padding: 15px 18px; */
    }
}
.call_btn{
    background-color: #f17687;
    PADDING: 15px 37px;
    display: inline-block;
    border-radius: 5px;
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
}
.call_btn:hover{
    background-color: #cb4154;
    color: white;
}
.fa-circle-check{
    color: #cb4154;
    margin-right: 5px;
}
.faci p{
    margin-bottom: 10px;
}
.about{
    background-color: #ff8d8815;
}
.Our_rooms{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #434343;
}
.rooms_img{
    overflow: hidden;
}
.room_img{
    transition: 0.5s;
}
.room_img:hover{
    transform: scale(1.1);
    border-radius: 10px;
}
.price_box{
    background-color: #cb4154;
    text-align: center;
    border-radius: 10px;
}
.price_box a{
    display: block;
    padding: 13px 13px;
    border-top: 1px solid #fff;
    color: white;
    font-size: 22px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.tz-gallery

{
    background-color: #ff8d8815;
}
.tz-gallery .gallery
{
    position: relative;
    columns: 250px;
}
@media (max-width:556px) {
.tz-gallery .gallery   
{
    columns: 2;
}
}
.facility_img2{
    border: 1px solid #ff8e882c;
    border-radius: 10px;
}
.whatsapp{
    background-color: #ff8d8815;
}
.whatsapp_number{
    background-color: #f17687;
    color: white;
    font-size: 25px;
    padding: 10px;
    text-align: center;
}
.footer{
    /* background-color: #3d3d3d; */
    background-image: url(../img/footer_bg.jpg);
    background-attachment: fixed;
}
.footer_head{
    font-family: "Lato", sans-serif;
    font-size: 21px;
    color: rgb(255, 247, 247);
    font-weight: 700;
}
.list_style li{
    list-style: none;
    margin-bottom: 10px;
}
.list_style a{
    text-decoration: none;
    color: white;
    font-family: 'Lato';
    font-weight: 600;
    margin-bottom: 10px;
}
.fa-arrow-up-right-from-square{
    margin-left: -10px;
    opacity: 0;
    transition: 0.5s;
}
.list_style a:hover .fa-arrow-up-right-from-square{
    opacity: 1;
    margin-left: 0;
}
.last_section{
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-radius: 5px;
}
.footer_icon i{
    color: white !important;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 5px;
}
#sidemenu ul li a{
    font-size: 18px;
    border-bottom: 1px solid ;
    display:block;
    padding: 10px;
    /* margin-bottom: 13px; */
}
#sidemenu ul li:hover,
#sidemenu ul li:has(a.active)
{
    background-color: #f17687;
    color: white;
}
.bottom{
    background-color: #f17687 !important   ;
}
.bottom a i{
    color: white;
    margin-right: 5px;
}
.testimonial-box{
    background-image: linear-gradient(145deg, #eaeaea 30%, #f0f0f0 50%);
    border-radius: 10px;
    position: relative;
    z-index: -1;
}
.testimonial-quote{
    position: absolute;
    top: -34px;
    margin-right: 15px;
    right: 0;
    font-size: 70px;
}
.car{
    padding-top: 1rem;
}
.banner_text{
    background-color: #e9e9e9;
}
.our_vision h2 {
    font-weight: bold;
}
.vision-card {
    background: #fff;
    padding: 20px;
    border: 2px dashed pink;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.vision-card i {
    font-size: 24px;
    color: #a64d79;
    margin-right: 10px;
}
.vision-text h5 {
    margin-bottom: 5px;
}
.vision-img img {
    border-radius: 12px;
    max-width: 100%;
}
.vision-text i{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid pink;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-bottom: 10px;
}
.vision-text h5{
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}
.text_facili{
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.fixed_btn{
    position: fixed;
    bottom: 2rem;
    left: 1rem;
    color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: rgb(235, 50, 81);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 30px;
    z-index: 999;
}
.bg_con{
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(205.5, 205.5, 205.5, 0.5);
    border-radius: 10px;
}
.bg_con i{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 10px solid pink;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 5px;
}
.bg_con h3{
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.form-control{
    background-color: #f4f3f3;
}
.border2{
    border: none;
}
