*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: var(--primary-clr);
    /* border-bottom: 2px solid #f50; */
    border-color: var(--primary-clr);
}
.nav-link{
    color: rgb(33, 33, 33)!important;
    border-bottom: 1.3px solid gray;
    margin-right: 5px;
    font-weight:550;
} 

.navbar-nav i{
    font-size:25px;
    display: flex;
    align-items: center;
    color: var(--primary-clr);
}
.cart i{
    color:#000!important;
}
.banner-box{
    /* position: absolute;
    top: 0; */
    background-color: #fff;
    width: 100%;
    padding: 23px 10px;
    border-radius: 23px;
}
.main-banner-box {
    width: 100%;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translatex(-50%);
}

.mainbanner-box{
 
}
.mainbanner-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mainbanner-box h2 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.clr-room-txt{
    color: var(--primary-clr);
}
.banner-caption p{
    color: #fff;
}
.calender-icon{
    font-size: 30px;
    color: var(--primary-clr);
    /* display: flex;
    align-items: center; */
}
.lbl-dgn {
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: bold;
}
.cus-date-form{
    border: 0;
    padding: 5px 10px;
}
.date-box{
    border-right: 1px dotted #000;
}

.chack-btn{
    padding: 10px 40px;
    background-color: var(--primary-clr);
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    font-weight:600;
    text-transform: uppercase;
}


/* roomsbox */

.main-room-box{
    padding: 50px 0px;
    background-color:#eeeded;
}
.heading-box h2 {
    color: #232426;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.17px;
}
.hotal-room-caption{
    color: #232426;
}
.hotal-room-caption h2 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.hotal-room-caption h6 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
.hotal-room-caption .description > p {
    color: #444E59;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 34px;
}
.hotal-room-caption .description > strong {font-weight: 600;}

.cus-card {
    background-color: #ffffff;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    padding: 30px 20px;
    border-radius: 20px;
}
.rupay-within-box{
    display: flex;
    align-items: center;
}
.rupay-within-box i{
    font-size:40px;
    color: var(--primary-clr);
}
.price{
    color: var(--primary-clr);
    font-size: 34px;
    line-height: 1;
    font-family: Sora;
    font-weight: 600;
    letter-spacing: 0.17px;
}
.shift-style{
    color: #B5B5B5;
    font-size: 24px;
    line-height: 1;
    font-family: Sora;
    font-weight: 600;
    letter-spacing: 0.12px;
}
.hotal-img{
    position: relative;
    top: 0;
    width: 100%;
    height:100%;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s;
}
.hotal-img img{
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    border-radius: 20px;
    transition: all 0.5s;
}
.hotal-img:hover img{
    transform: scale(1.1);
}
.hotal-img i{
    position: absolute;
    top:5%;
    left:5%;
    font-size:25px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.hotal-img i:hover{
    background-color: var(--primary-clr);
}

.cus-card-owl{
    position: relative;
    top:0;
    border-radius: 20px;
    width: 100%;
    height:270px;
    transition: all 0.4s;
    overflow: hidden;

}
.owl-img-box{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0,3s;
    /* border:2px solid var(--primary-clr); */
    border-radius: 20px;
}
.owl-img-box img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border:2px solid #eeeded;
    transition: all 0.4s;
}
.cus-card-owl .heart{
    position: absolute;
    top:5%;
    left:5%;
    font-size:25px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color:transparent;
    transition: all 0.4s;
}
.bookbox-icon-arrow i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-left: -14px;
}
.owl-bookbox {
    position:absolute;
    bottom:3%;
    background-color: #212121;
    width: 90%;
    left: 5%;
    padding: 16px 20px;
    border-radius: 50px;
    transition: all 0.4s;
}

 /* active */
.cus-card-owl.active .heart{
    position: absolute;
    top:5%;
    left:5%;
    font-size:25px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--primary-clr);
}
.cus-card-owl.active .owl-bookbox {
    position:absolute;
    bottom:3%;
    background-color:var(--primary-clr);
    width: 90%;
    left: 5%;
    padding: 16px 20px;
    border-radius: 50px; 
    
}
.cus-card-owl.active img{
    border-color:var(--primary-clr);
    transition:all 0.3s;
    /* transform:scale(1.1); */
}


/* active end */

/* hover */
.cus-card-owl:hover .heart{
    position: absolute;
    top:5%;
    left:5%;
    font-size:25px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--primary-clr);
}
.cus-card-owl:hover .owl-bookbox {
    position:absolute;
    bottom:3%;
    background-color: var(--primary-clr);
    width: 90%;
     left: 5%;
     padding: 16px 15px;
    border-radius: 50px; 
    
}
/* .cus-card-owl:hover img{
  
} */
.cus-card-owl img:hover{
    border-color:#eeeded;
    transition: all 0.4s;
    transform: scale(1.1);
}

/* hover-end */


/* .owl-bookbox p{
    margin-bottom: 0;
    color: #fff;
} */
.owl-bookbox p:nth-child(1){
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    font-weight:600;
}
.owl-bookbox p:nth-child(2){
    color:#f2efef;
    margin-bottom: 0;
    font-weight:100;
    font-size: 14px;
}
.owl-price {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80%);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 18px 4px 18px;
    height: 28px;
    border-radius: 50px;
    color: var(--primary-clr);
    font-size: 14px;
    font-family: Sora;
    font-weight: 600;
    letter-spacing: 0.07px;
    line-height: 1;
}
.owl-price i{
    font-size: 18px;
    background-color: transparent;
    width: auto;
    height: auto;
    margin-top: -2px;
}
