*{
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
}

body{
     font-family: "Poppins", sans-serif !important;
}

/* banner-section */
.banner-main{
    margin-top: 45px ;
}
.banner-inner{
    width: 100% ;
    height: 378px ;
    background: url(/assets/images/pakages/banner_img.webp) 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 {
    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: #029e9d ;
        height: 48px ;
        border-radius: 8px ;
        color: white ;
        border:none;
    }
}

/* usp-section */
.usp-sec-main{
    margin-top: 40px;
    background: #9fdada12;
    padding: 30px 0;
}
.usp-content-main:hover {
    .usp-img {
        transform: rotateY(360deg);
    }
}
.usp-content-main{
    display: flex;
    justify-content: center ;
    flex-direction: column ;
    align-items: center ;
    border-radius: 10px ;
    padding: 20px ;
    gap: 10px ;
    height: 192px ;
    .usp-img{
        width: 64px ;
        transition: 0.9s ;
    }
    .usp-heading{
        font-size: 14px ;
        font-weight: 600 ;
        color: #424242 ;
        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 ;
}
.top-heading{
       .destinations {
        font-size: 36px;
        font-weight: 600;
        width: fit-content;
        color: #026f6e;
        font-family: "Lato", sans-serif;
    }
    .explore {
        font-size: 16px;
        font-weight: 400;
        color: rgba(74, 85, 101, 1);
    }
}
.dest-txt{
    padding: 10px ;
    display: flex ;
    bottom: 0 ;
    left: 0 ;
    position: absolute ;
    justify-content: space-between ;
    align-items: center ;
    width: 100% ;
}
.dest-name{
    .destination-name{
        font-size: 22px ;
        font-weight: 700 ;
        color: white ;
    }
    p{
        font-size: 12px ;
        font-weight: 300 ;
        color: #FFFFFF ;
    }
}
.call-now{
    opacity: 0 ;
    visibility: hidden ;
    transition: 0.5s ;
    a{
        background: #029e9d ;
        width: 98px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        border-radius: 39px;
        transition: 0.5s;
    }
}

.destination-main:hover .call-now{
    opacity: 1 ;
    visibility: visible;
}
.dest-img{
    width: 100% ;
    height: 100% ;
    border-radius: 12px ;
    overflow: hidden;
    img{
        width: 100%;
        height: 100% ;
        object-fit: cover;
    }
}



/* banner2-sec */

.banner2-main{
    margin-top: 50px ;
}
.banner2-inner{
    width: 100% ;
    background-image: url(/assets/images/pakages/banner2.png) ;
    background-repeat: no-repeat; 
    background-size: cover ;
    padding: 60px 0px 60px 70px;
    color: white ;
    border-radius: 10px ;
}
.bnr-call-btn{
    a{
        font-size: 24px ;
        font-weight: 600 ;
        color: white ;
        img{
            width: 24px ;
            margin-right: 10px ;
        }
        
    }
}
.banner2-txt {
    width: 45%;
    h3{
        font-size: 30px ;
        font-weight: 700 ;
    }
    p{
        font-size: 16px ;
        font-weight: 400 ;
        margin-bottom: 25px ;
    }
}



/* deals-section */

.hotel-deals-txt-main{
    margin-top: 40px ;
    position: relative ;
}
.pkg-list{
    li{
        font-size: 16px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
    margin-bottom: 10px ;
    }
}
.hotel-deal-txt{
    padding-bottom: 30px ;
    .affordable{
        font-size: 30px ;
        font-weight: 600 ;
        margin-bottom: 20px ;
        color: #026f6e ;
        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(/assets/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;
    }
  
.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;
     display: none !important;
}
.hotel-deals-txt-main {
    margin-top: 20px ;
}
.hotel-deal-txt {
    .affordable {
        font-size: 18px;
    }
    p{
        font-size: 12px ;
    }
}


.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;
    }
}
.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;
        text-align: left !important;
    }
    p{
        font-size: 12px ;
        text-align: left ;
    }
}
.banner-main{
    margin-top: 0 ;
}
.banner-inner{
    padding: 40px 0 40px 0;
}
.hotel-deal-txt{
    padding-bottom: 0 ;
}
}


/* new-packages-page */

.featured-packages{
    box-shadow: 0px 0px 11.7px 2px rgba(0, 0, 0, 0.07);
    background: rgba(249, 250, 251, 1) ;
    padding: 30px 0;
}
.all-packages{
    font-size: 16px ;
    font-weight: 500 ;
    color: rgba(248, 43, 87, 1) ;
    border: none ;
    background: none ;
    text-decoration: underline ;
    text-underline-offset: 5px ;
}
.feature-txt{
    padding: 15px ;
}
.ftr-name{
    font-size: 20px ;
    font-weight: 600 ;
    color: rgba(10, 10, 10, 1) ;
}
.fairmount{
    font-size: 12px ;
    font-weight: 400 ;
    color: rgba(74, 85, 101, 1) ;
}

.rating-list{
    gap: 10px ;
    li{
        display: flex ;
        justify-content: flex-start ;
        align-items: center ;
        gap: 8px ;
        font-size: 12px ;
        font-weight: 400 ;
        span{
            color: rgba(153, 161, 175, 1);
        }
    }
}
.ftr-price-sec{
    padding-top: 15px ;
    border-top: 1px solid rgba(245, 245, 245, 1);
    margin-top: 15px ;
}
.feature-main{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1) ;
    border-radius: 14px ;
    overflow: hidden ;
}
.feature-img{
    width: 100% ;
    position: relative ;
    img{
        width: 100% ;
    }
}
.cad-top{
    font-size: 12px ;
    font-weight: 400 ;
    color: rgba(106, 114, 130, 1) ;
    text-decoration: line-through ;
}
.ftr-cad{
    font-size: 20px ;
    font-weight: 700 ;
    color: rgb(2 158 157) ;
}
.ftr-call{
    a{
        background: #029e9d ;
        padding: 7px 21px;
        color: rgba(255, 255, 255, 1) ;
        font-size: 12px ;
        font-weight: 500 ;
        border-radius: 8px ;
    }
}
.note-txt {
    p {
        font-size: 13px;
        font-weight: 600;
        color: rgba(71, 71, 71, 1);
    }
}
.pkg-cad{
    font-size: 22px ;
    font-weight: 600 ;
    text-align: center ;
    color: rgba(255, 255, 255, 1) ;
}
.memory-name{
    top: 50% ;
    left: 50% ;
    transform: translate(-50% , -50%);
    &:after{
        position: absolute ;
        top: 50% ;
        left: -30px ;
        width: 18px ;
        height: 3px ;
        background: rgba(255, 225, 0, 1) ;
        content: '';
    }
    &:before{
        position: absolute ;
        top: 50% ;
        transform: translateY(-50%);
        right: -30px ;
        width: 18px ;
        height: 3px ;
        background: rgba(255, 225, 0, 1) ;
        content: '';
    }
    p{
        font-size: 17px ;
        font-weight: 700 ;
		text-transform: uppercase;
        color: rgba(255, 255, 255, 1) ;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.62);
        position: relative;
         &:after{
            position: absolute ;
            left: 50% ;
            top: -30px ;
            width: 3px ;
            height: 18px ;
            background: rgba(255, 225, 0, 1) ;
            content: '';
        }
        &:before{
            position: absolute ;
            left: 50% ;
            bottom: -30px ;
            width: 3px ;
            height: 18px ;
            background: rgba(255, 225, 0, 1) ;
            content: '';
        }
    }
}
.memories-img{
    width: 100% ;
    img{
        width: 100% ;
    }
}
.hot-deal{
    width: 98px ;
    height: 24px ;
    background: rgba(251, 44, 54, 1) ;
    border-radius: 40px ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    top: 15px ;
    left: 15px ;
    position: absolute ;
    img{
        min-width: 75px ;
        max-width: 75px ;
    }
}
.selling-name{
    position: absolute ;
    left: 10px ;
    bottom: 10px ;
    p{
        font-size: 18px ;
        font-weight: 600 ;
        color: rgba(255, 255, 255, 1) ;
    }
}
.top-sec{
    display: flex ;
    justify-content: space-between;
    align-items: center ;
}


@media screen and (max-width:768px) {
    .pkg-list{
        li{
            font-size: 12px;
            margin-bottom: 7px ;
        }
    }
    .usp-content-main {
        padding: 15px ;
        flex-direction: row ;
        height: auto ;
        .usp-img {
            width: 45px;
        }
        p {
            font-size: 12px;
        }
        .usp-content{
            width: calc(100% - 45px);
        }
    }
    .top-heading{
            .destinations {
            font-size: 22px;
        }
        .explore {
            font-size: 12px;
        }
    }
    .scroll-main{
        flex-wrap: nowrap !important;
        overflow-x: scroll ;
        .col-lg-3 , .col-lg-2 {
            width: 90% ;
        }
        .col-6{
            width: 55%;
        }
    }
    .ftr-name {
        font-size: 18px;
    }
    .fairmount {
        font-size: 12px;
    }
    .ftr-cad {
        font-size: 18px;
    }
    .top-sec{
        .top-heading{
            width: 60% ;
        }
        .all-packages {
            font-size: 12px;
        }
    }
    .selling-name {
        p {
            font-size: 16px;
        }
    }
    .memory-name {
        &:before {
            right: -25px;
            width: 15px;
        }
        &:after {
            left: -25px;
            width: 15px;
        }
        p {
            font-size: 11px;
         &:after {
            top: -25px;
            height: 15px;
        }
        &:before {
            bottom: -25px;
            height: 15px;
        }
        }
    }
    .pkg-cad {
       font-size: 16px;
   }
   .call-now {
        a {
            width: 80px;
            height: 30px;
        }
    }
    .hotel-deals-txt-main{
        margin-top: 40px ;
        position: relative ;
        &:after {
            display: none;
    }
    }
    .memories-sec{
        margin-top: 20px ;
    }
    .call-now{
        opacity: 1 ;
        visibility: visible ;
    }
}