/*body {*/


/*  background: var(--wcolor) url(../img/bg_holiday.jpg) no-repeat;*/
/*  background-position: right top;*/
/*  background-attachment: fixed;*/
/*  width:100%;*/
/*  height:100%;*/
/*}*/

.new-cards {
    background-color: transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 9px;

}

/* .new-cards:hover{
  
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} */

.new-cards .item-content {
    padding: 4px 8px;
}

.new-cards .image img {
    border-radius: 15px;
}


.new-cards .book-now {
    background-color: #2DB2FF;
    /* background-color:#1653AC; */
    padding: 4px 15px;
    color: #fefefe;
    border-radius: 8px;
}


.new-cards .item-bot {
    margin-bottom: 15px;
}

.new-cards .image {
    position: relative;
}

.new-cards .label-rate {
    background: #31568d;
    color: #fff;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    text-transform: capitalize;
    position: absolute;
    top: 10px;
    left: -5px;
}

.new-cards .label-rate i {
    background: #1d3456;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.new-cards .label-hot {
    background: #ff5454;
    color: #fff;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    text-transform: capitalize;
    position: absolute;
    top: 10px;
    left: 5px;
}

.new-cards .label-hot i {
    background: #ff2929;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.new-cards .label-rate2 {
    position: absolute;
    background-color: #e7e7e7;
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 400;
    bottom: 10px;
    right: 4px;
    border-radius: 8px;
    padding: 1px 7px;
}

.image {
    overflow: hidden;
    border-radius: 15px;
}

.img-a {
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}

.img-a:hover img {
    transform: scale(1.1) !important;
    transition: 0.4s ease-in-out;
    border-radius: 15px;

}

.price label {
    font-weight: 500;
    font-size: 17px;

}

.disc {
    background-color: #094770;

}

.disc p {
    color: #fefefe;
    padding: 10px 0;
}


#reviews {
    position: relative;
    top: -57px;

}

.rewviewwww {
    background-color: #fefefe;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: relative;
    bottom: -15px;
    z-index: 1;
    padding: 25px 0;
    border-radius: 10px;
}


#idxOfBan {}

#idxOfBan img {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

}