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

body{
     font-family: "Poppins", sans-serif !important;
}

section.banner-main {
    margin-bottom: 0px;
	margin-top: 72px;
}
/* banner-section */
.banner-inner{
    width: 100% ;
    height: 378px ;
    background: url(/resources/images/hotel/banner_img.png) no-repeat top center;
    padding-top: 100px ;
}
.banner-heading{
    font-size: 28px ;
    color: white ;
    font-weight: 600 ;
    margin-bottom: 20px ;
    text-transform: capitalize;
}
.call-btn{
    a{
        font-size: 20px ;
        font-weight: 500 ;
        width: 130px ;
        height: 44px ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        background-color: #3695E5 ;
        font-size: 20px ;
        font-weight: 500 ;
        color: white ;
        border-radius: 5px ;
    }
}

.banner-inputs {
    margin-top: -76px;
}
.input-section-main {
    background-color: #FFFFFF;
    box-shadow: 3px 7px 17.3px 4px #6E6E6E40;
    border-radius: 15px;
    padding: 20px;
}
.destination-input {
    input {
        width: 100%;
        padding: 11px;
        border: 0.75px solid #8D8D8D;
        border-radius: 8px;
    }
}
.destination-input {
    & input {
        &:focus {
            outline: none;
        }
    }
}
.request-btn{
    button{
        width: 100% ;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px ;
        border-radius: 8px ;
        color: white ;
        border: none;
        background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
    }
}

/* usp-section */
.usp-sec-main{
    margin-top: 112px ;
}
.usp-content-main{
    display: flex;
    justify-content: center ;
    flex-direction: column ;
    align-items: center ;
    background-color: rgba(255, 255, 255, 1) ;
    border-radius: 10px ;
    padding: 20px 10px;
    gap: 10px ;
    box-shadow: 0px 0px 4px 0.55px rgba(0, 0, 0, 0.1);

    .usp-img{
        width: 64px ;
    }
    .usp-heading{
        font-size: 13px ;
        font-weight: 600 ;
        color: rgba(10, 45, 114, 1) ;
        margin-bottom: 10px ;
        text-align: center !important;
    }
    p{
        font-size: 12px ;
        font-weight: 400 ;
        color: rgba(70, 70, 70, 1) ;
        text-align: center ;
    }
}



/* hotel-destination-sec */
.hotel-dest-main{
    margin-top: 30px ;
   
}
.destination-main{
     .col-lg-3{
        width: 25% ;
    }
    .col-lg-6{
        width: 49.5% ;
    }
}
.top-heading{
       .destinations {
        font-size: 36px;
        font-weight: 600;
        width: fit-content;
        color: rgba(10, 45, 114, 1);
        font-family: "Lato", sans-serif;
    }
        .explore {
        font-size: 16px;
        font-weight: 400;
        color: rgba(74, 85, 101, 1);
    }
}
.dest-txt{
    padding: 10px ;
}
.dest-name{
    .destination-name{
        font-size: 18px ;
        font-weight: 600 ;
        color: rgba(255, 255, 255, 1);
    }
}
.call-now{
    p{
        font-size: 20px ;
        font-weight: 700 ;
        color: rgba(255, 255, 255, 0.9) ;
        margin-bottom: 0 ;
		white-space: nowrap;
        span{
            font-size: 10px ;
            font-weight: 400 ;
        }
    }
}


.dest-img{
    width: 100% ;
    height: 100% ;
    border-radius: 4px ;
    overflow: hidden;
    img{
        width: 100%;
        height: 100% ;
    }
}




/* banner2-sec */

.banner2-main{
    margin-top: 30px ;
}
.banner2-inner{
    width: 100% ;
    img{
        width: 100% ;
    }
}
.bnr-call-btn{
    button{
        width: auto ;
        padding: 7px 21px;
        border-radius: 8px ;
        border: none ;
        font-size: 14px ;
        font-weight: 500 ;
        color: rgba(0, 0, 0, 1) ;
        display: flex ;
        justify-content: flex-start ;
        align-items: center ;
        gap: 10px ;
        img{
            min-width: 16px ;
            max-width: 16px ;
        }
    }
}
.banner2-txt {
    width: 100%;
    position: absolute ;
    left: 0 ;
    bottom: 0 ;
    padding: 20px ;
      h3 {
        font-size: 30px;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
    }
    p{
        font-size: 18px ;
        font-weight: 400 ;
        margin-bottom: 25px ;
        color: rgba(255, 255, 255, 0.9) ;
    }
}



/* deals-section */

.feature-slide{
.hotel-deals-main{
    margin-top: 50px ;
}
.owl-theme .owl-nav {
    position: absolute ;
    top: 35% ;
    transform: translateY(-50%);
    button{
        width: 45px ;
        height: 85px ;
        border-radius: 50px 0 0 50px;
    }
    button.owl-prev{
        display: none ;
    }
}
.owl-nav{
    width: 100% ;
}
.owl-carousel .item {
      background: white ;
      box-shadow: 0px -1px 6.4px 6px #D9D2D233;
      border-radius: 12px;
    }

.owl-nav .owl-prev {
      left: 0px;
    }
.owl-nav .owl-next {
      right: 0px;
    }
.owl-nav button{
      position: absolute;
      top: 25%;
    width: 31px ;
    height: 45px ;
    box-shadow: 0px 1px 2.3px 0px #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    img{
        width: 11px ;
        height: 20px ;
    }
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0 !important;
}
.owl-carousel .owl-stage-outer{
    padding: 0 !important;
}
}

    .hotel-deals-txt-main{
        margin-top: 40px ;
    }
.hotel-deal-txt{
    padding-bottom: 30px ;
    position: relative ;
    &:before{
        position: absolute ;
        top: 50% ;
        transform: translateY(-50%);
        right: -50px ;
        content: '';
        width: 500px ;
        height: 500px ;
        background: url(../../images/hotel/textbtm.png);
    }
    .affordable{
        font-size: 30px ;
        font-weight: 600 ;
        margin-bottom: 20px ;
        color: rgba(10, 45, 114, 1) ;
        font-family: "Lato", sans-serif;
    }
    .affordable-small{
         font-size: 26px ;
        font-weight: 600 ;
        margin-bottom: 15px ;
        color: rgba(10, 45, 114, 1) ;
        font-family: "Lato", sans-serif;
    }
    p{
        font-size: 16px;
        font-weight: 400;
        color: rgba(48, 48, 48, 1);
    }
}

.calendar{
    position: relative;
    &:before{
            width: 20px ;
            height: 20px ;
            position: absolute;
            top: 14px ;
            right: 10px ;
            background-image: url(/resources/images/hotel/calendar.png);
            content: '';
        }
}

@media screen and (max-width:576px) {
    .banner-inputs{
        margin-top: 20px ;
    }
    .banner-inner{
        background-position: top right;
    }
    .usp-sec-main{
       margin-top: 30px;
    }
    .hotel-dest-main {
      margin-top: 20px;
    }
    .banner-heading{
        font-size: 22px ;
        text-shadow: 2px 2px 2px black;
    }
    .top-heading {
    .destinations {
        font-size: 22px;
    }
    .explore {
        font-size: 12px;
    }
}

.banner2-txt {
    width: 100%;
}
.banner2-txt {
    h3 {
        font-size: 20px;
    }
    p{
        font-size: 12px ;
    }
}
.banner2-main {
    margin-top: 20px;
}
.hotel-deals-txt-main {
    margin-top: 0;
}
.hotel-deal-txt {
     &:before{
        display: none;
    }
    .affordable {
        font-size: 20px;
    }
    .affordable-small {
        font-size: 17px;
    }
    p{
        font-size: 12px ;
    }
}
.top-heading{
    .destinations{
        &:after{
            width: 160px ;
        }
    }
}
.hotel-deals-main {
    margin-top: 30px;
}
.slide-head{
    font-size: 15px ;
    margin-bottom: 15px ;
}
.rating{
    .hotel{
        font-size: 13px ;
    }
}
.rating {
    margin-bottom: 15px ;
    img {
        max-width: 14px;
        min-width: 16px;
    }
}
.excellent{
    p{
        font-size: 12px ;
    }
}
.slide-txt {
    button {
        font-size: 15px ;
    }
}
.dest-name {
    .destination-name {
        font-size: 17px;
    }
}

.call-btn {
    a {
        width: 120px;
        height: 40px;
        font-size: 15px ;
    }
}
.banner2-txt{
    p{
        margin-bottom: 20px ;
    }
}
.usp-content-main {
    .usp-heading {
        font-size: 14px;
        text-align: left !important;
        margin-bottom: 5px ;
    }
    p{
        font-size: 12px ;
        text-align: left !important;
    }
}
.banner-main{
    margin-top: 0 ;
}
.banner-inner{
    padding: 40px 0 40px 0;
}
.hotel-deal-txt{
    padding-bottom: 0 ;
}
}




/* new-page-css */

.weekend-spl{
    position: absolute ;
    top: 20px ;
    right: 20px ;
    p{
        font-size: 12px ;
        font-weight: 500 ;
        color: rgba(255, 255, 255, 1) ;
        text-transform: uppercase ;
        width: fit-content;
        background: rgba(229, 28, 32, 1) ;
        border-radius: 30px ;
        padding: 4px 12px;
        margin-bottom: 0 ;
    }
}
.exl-cad{
    bottom: 10px ;
    right: 10px ;
    p{
        font-size: 22px ;
        font-weight: 700 ;
         color: rgba(255, 255, 255, 0.9) ;
        span{
            font-size: 10px ;
            font-weight: 400 ;
        }
    }
}
.exl-img{
    width: 100% ;
    img{
        width: 100% ;
    }
}
.reservebtn{
    width: 114px ;
    height: 50px ;
    border-radius: 8px ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    border: 1px solid rgba(48, 48, 48, 1);
    background: none ;
    transition: 0.5s ;
    font-size: 14px ;
    font-weight: 400 ;
    color: rgba(48, 48, 48, 1) ;
}
.exl-txt{
    padding: 10px 0;
}
.hotel{
    font-size: 14px ;
    font-weight: 300 ;
}
.hotel-name{
    font-size: 20px ;
    font-weight: 600 ;
    color: rgba(0, 0, 0, 1) ;
}
.hotel-place{
    font-size: 20px ;
    font-weight: 400 ;
    color: rgba(74, 85, 101, 1) ;
}
.review{
    font-size: 14px ;
    font-weight: 600 ;
    color: rgba(10, 10, 10, 1) ;
    span{
        font-size: 14px ;
        font-weight: 400 ;
        color: rgba(106, 114, 130, 1);
    }
}
.lorem{
    font-size: 14px ;
    font-weight: 400 ;
    color: rgba(106, 114, 130, 1);
	height:105px; 
}
.exclusive-main:hover{
    .reservebtn{
    border-color: #f620527c ;
    background: linear-gradient(180deg, #FD5D68 0%, #F62053 100%);
    color: rgba(255, 255, 255, 1) ;
    font-weight: 600 ;
}
}
.half-moon{
    width: 100% ;
    position: absolute ;
    top: 50% ;
    left: 50% ;
    transform: translate(-50% , -50% );
    img{
        width: 100% ;
    }
}
.make-reservation{
    button{
        padding: 10px 30px ;
        border-radius: 8px ;
        border: 1px solid rgba(48, 48, 48, 1);
        font-size: 14px ;
        font-weight: 400 ;
        color: rgba(48, 48, 48, 1);
        background: none ;
    }
}
.ramadan-lft-sec{
    display: flex ;
    justify-content: space-between ;
    align-items: start ;
    flex-direction: column ;
    width: 100% ;
    height: 100% ;
}
.content-list{
    li{
        color: rgba(48, 48, 48, 1) ;
    }
   
}
.condition{
    p{
        font-size: 14px ;
        font-weight: 400 ;
        color: rgba(0, 0, 0, 1) ;
        margin-bottom: 0 ;
    }
}

.ramadan-txt{
    p{
       font-size: 14px ;
       font-weight: 400 ;
       color: rgba(48, 48, 48, 1) ;
       span{
        width: 6px ;
        height: 6px ;
        border-radius: 50% ;
        background: rgba(48, 48, 48, 1) ;
        display: inline-block ;
        margin-right: 5px ;
       }
    }
}

.ramadan-img{
    width: 100% ;
    img{
        width: 100% ;
    }
}

.ramadan-txt{
    .ramadan-img{
    width: 360px ;
    img{
        width: 100% ;
    }
}
}

@media screen and (max-width:768px) {
    .half-moon{
        display: none ;
    }
    .ramadan-txt{
    .ramadan-img{
    width: 100% ;
    img{
        width: 100% ;
    }
}
}
.dest-img.mid-img{
    height: 90% ;
}
.condition{
    p{
        font-size: 12px ;
    }
}
     .usp-content-main {
        padding: 15px ;
        flex-direction: row ;
        height: auto ;
        .usp-img {
            min-width: 45px;
            max-width: 45px;
            img{
                width: 100% ;
            }
        }
        p {
            font-size: 12px;
        }
        .usp-content{
            width: calc(100% - 45px);
        }
    }
    .destination-main{
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
    .col-lg-3 {
        width: 50% ; 
    }
    .col-lg-6{
        width: 100% ;
    }
    .col-lg-4{
        width: 90% ;
    }
    }
    .weekend-spl{
    top: 10px ;
    right: 10px ;
    p{
        font-size: 10px ;
    }
}
.banner2-txt{
    padding: 10px ;
}
.bnr-call-btn{
   button {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        gap: 5px;
    }
}
.feature-slide {
    .owl-theme .owl-nav {
        top: 28% ;
        button {
            width: 25px;
            height: 50px;
            border-radius: 50px 0 0 50px;
            img{
                width: 10px ;
                height: 18px ;
            }
        }
    }
}

.banner2-inner{
    margin-top: 15px ;
}
.exl-cad {
    p {
        font-size: 18px;
    }
}
.hotel {
    font-size: 12px;
}
.hotel-name {
    font-size: 20px;
    line-height: 24px;
}
.hotel-place {
    font-size: 13px;
}
.review {
    font-size: 12px;
}
.lorem {
    font-size: 12px;
	height:85px;
}
.reservebtn {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    font-size: 12px ;
}
.ramadan-img{
    width: 100% ;
    img{
        width: 100% ;
    }
}

.ramadan-txt {
    
    p {
        font-size: 12px;
    }
}
.dest-txt {
    padding: 5px;
}
.call-now {
    p {
        font-size: 16px;
    }
}
    .dest-name {
        .destination-name {
            font-size: 14px;
        }
    }


}
