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

/* banner-section */
.banner-main{
    margin-top: 35px ;
}
.banner-inner{
    width: 100% ;
    background-image: url(/resources/images/pakages/mainbanner.webp) ;
    background-repeat: no-repeat; 
    background-size: cover ;
    padding: 150px 0 160px 0;
}
.banner-heading{
    font-size: 40px ;
    color: white ;
    font-weight: 600 ;
    margin-bottom: 20px ;
    
}
.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 {
    select {
        width: 100%;
        padding: 11px;
        border: 0.75px solid #8D8D8D;
        border-radius: 8px;
        color: #8D8D8D;
    }
}
.destination-input {
    & input {
        &:focus {
            outline: none;
        }
    }
}
.destination-input {
    & select {
        &:focus {
            outline: none;
        }
    }
}
.request-btn{
    button{
        width: 100% ;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FF6B00;
        height: 48px ;
        border-radius: 8px ;
        color: white ;
        border:none;
    }
}

/* usp-section */
.usp-sec-main{
    margin-top: 70px ;
}
.usp-content-main{
    display: flex;
    justify-content: flex-start;
    align-items: center ;
    background-color: #E3F6FF;
    border-radius: 10px ;
    padding: 10px ;
    gap: 10px ;
    .usp-img{
        min-width: 48px ;
        max-width: 52px ;
    }
    .usp-heading{
        font-size: 16px ;
        font-weight: 600 ;
        color: #303030 ;
        margin-bottom: 5px ;
    }
    p{
        font-size: 14px ;
        font-weight: 400 ;
        color: #505050 ;
    }
}
.usp-2{
    background-color: #FFE5E8 !important;
}
.usp-3{
    background-color: #EFF8FF !important;
}


/* hotel-destination-sec */
.hotel-dest-main{
    margin-top: 50px ;
}
.top-heading{
    .destinations{
        font-size: 34px ;
        font-weight: 600 ;
        width: fit-content;
        color: #323232 ;
        position: relative;
        margin-bottom: 15px ;
        &:after{
            position: absolute;
            left: 50%;
            right: 0;
            margin: auto;
            bottom: -10px;
            width: 249px;
            height: 1px;
            background-color: #C2C2C2;
            content: '';
            transform: translateX(-50%);
        }
    }
}
.dest-txt{
    padding: 10px ;
}
.dest-name{
    .destination-name{
        font-size: 20px ;
        font-weight: 600 ;
        color: white ;
    }
    p{
        font-size: 12px ;
        font-weight: 300 ;
        color: #FFFFFF ;
    }
}
.call-now{
    a{
        background-color: #070707;
        border: 1px solid #FFFFFF;
        width: 77px ;
        height: 33px ;
        display: flex ;
        justify-content: center;
        align-items: center;
        font-size: 14px ;
        font-weight: 500 ;
        color: #FFFFFF ;
        border-radius: 5px ;
        transition: 0.5s ;
    }
}
.large-box{
    width: 100% ;
    height: 316px ;
}
.destination-main:hover .call-now a{
    background-color: #FF6B00 ;
    border-color: #FF6B00;
}
.dest-img{
    width: 100% ;
    height: 100% ;
    border-radius: 12px ;
    overflow: hidden;
    img{
        width: 100%;
        height: 100% ;
        object-fit: cover;
    }
}
.small-box{
    width: 100% ;
    height: 158px ;
}



/* banner2-sec */

.banner2-main{
    margin-top: 50px ;
}
.banner2-inner{
    width: 100% ;
    background-image: url(/resources/images/pakages/CallBanner.webp) ;
    background-repeat: no-repeat; 
    background-size: cover ;
    padding: 70px 0 70px 50px;
    color: white ;
    border-radius: 10px ;
}
.bnr-call-btn{
    a{
        background-color: #FF6B00;
        font-size: 24px ;
        font-weight: 600 ;
        color: white ;
        padding: 5px 15px ;
        border-radius: 5px ;
        img{
            width: 24px ;
        }
        
    }
}
.banner2-txt {
    width: 45%;
    h3{
        font-size: 26px ;
        font-weight: 700 ;
    }
    p{
        font-size: 16px ;
        font-weight: 400 ;
        margin-bottom: 25px ;
    }
}



/* deals-section */
.hotel-deals-main{
    margin-top: 50px ;
}

.owl-carousel .item {
      background: white ;
      box-shadow: 0px -1px 6.4px 6px #D9D2D233;
      padding: 15px ;
      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: 20px 0;
}
.rating{
    margin-bottom: 20px ;
        .hotel{
            font-size: 16px ;
            font-weight: 400 ;
            color: #303030;
        }
        img{
            max-width: 20px ;
            min-width: 20px ;
        }
    }
    .slide-head{
        font-size: 20px ;
        font-weight: 600 ;
        color:  #303030 ;
        margin-bottom: 20px ;
    }
    .excellent{
        margin-bottom: 20px ;
        .rghft{
            font-size: 16px ;
            font-weight: 400 ;
            color: #303030 ;
            span{
                color: #767676;
                font-size: 16px;
                 font-weight: 400;
            }
        }
    }
    .border-darrk{
        border-right: 1px solid #767676;
    }
.gthr:before {
    position: absolute;
    content: '';
    border: 19px solid transparent;
    border-left-color: #ff6b00;
    top: 0;
    right: -38px;
}

.gthr {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: white;
    background-color: #FF6B00;
    position: relative;
    padding: 3px ;
}
    .slide-txt{
        padding-top:10px ;
        button{
            width: 100%;
            background-color: #1C4F7B ;
            border: none ;
            color: white ;
            padding: 5px 10px;
            border-radius: 8px ;
            font-size: 18px ;
            font-weight: 500 ;
        }
    }

    .hotel-deals-txt-main{
        margin-top: 40px ;
    }
.hotel-deal-txt{
    padding-bottom: 30px ;
    .affordable{
        font-size: 34px ;
        font-weight: 600 ;
        margin-bottom: 20px ;
        color: #323232 ;
    }
    p{
        font-size: 16px ;
        font-weight: 400 ;
        color: #000000 ;
    }
}


.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: 30px;
    }
    .banner-heading{
        font-size: 22px ;
        text-shadow: 2px 2px 2px black;
    }
    .top-heading {
    .destinations {
        font-size: 20px;
    }
}
.banner2-inner{
    padding: 20px;
    background-position: top right;
}
.banner2-txt {
    width: 100%;
}
.banner2-txt {
    h3 {
        font-size: 18px;
        text-shadow: 2px 2px 2px black;
    }
    p{
        font-size: 12px ;
        text-shadow: 2px 2px 2px black;
    }
}
.banner2-main {
    margin-top: 20px;
}
.hotel-deals-txt-main {
    margin-top: 0;
}
.hotel-deal-txt {
    .affordable {
        font-size: 18px;
    }
    p{
        font-size: 12px ;
    }
}
.top-heading{
    .destinations{
        text-align: center !important;
        &: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;
        margin-bottom: 0px !important;
    }
}
.bnr-call-btn {
    & a {
        font-size: 15px ;
        img {
            width: 16px;
        }
    }
}
.call-btn {
    a {
        width: 120px;
        height: 40px;
        font-size: 15px ;
    }
}
.banner2-txt{
    p{
        margin-bottom: 20px ;
    }
}
.usp-content-main {
    .usp-heading {
        font-size: 14px;
    }
    p{
        font-size: 12px ;
    }
}
.banner-main{
    margin-top: 0 ;
}
.banner-inner{
    padding: 40px 0 40px 0;
}
.hotel-deal-txt{
    padding-bottom: 0 ;
}
.large-box{
    height: 158px ;
}
.dest-img{
   img{
    object-fit: cover ;
   }
}
}

