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

/* banner-section */
.banner-main{
    margin-top: 35px ;
}
.banner-inner{
    width: 100% ;
    background-image: url(/resources/images/cruise/Mainbanner.webp) ;
    background-repeat: no-repeat; 
    background-size: cover ;
    padding: 150px 0 200px 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: 1px solid #8D8D8D;
        border-radius: 8px;
    }
    select {
        width: 100%;
        padding: 10.5px;
        border: 0.75px solid #8D8D8D;
        border-radius: 8px;
        color: #8D8D8D;
        &:focus{
            outline: none ;
        }
    }
}
.destination-input {
    & input {
        &: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: #DFFFED !important;
}
.usp-3{
    background-color: #EFF8FF !important;
}


/* hotel-destination-sec */

.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%);
        }
    }
}




/* banner2-sec */

.banner2-main{
    margin-top: 50px ;
}
.banner2{
    width: 100% ;
    background-image: url(/resources/images/cruise/callbanner.webp) ;
    background-repeat: no-repeat; 
    background-size: cover ;
    padding: 90px 0 90px 0px;
    color: white ;
}
.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 ;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 1px 1px 8px 0px #0000000F;
    }
.owl-carousel .owl-stage-outer{
    padding: 10px 0;
}
.owl-nav .owl-prev {
      left: -15px;
    }
.owl-nav .owl-next {
      right: -15px;
    }
.owl-nav button{
      position: absolute;
      top: 52%;
    width: 40px ;
    height: 40px ;
    border-radius: 50% ;
    box-shadow: 0px 1px 2.3px 0px #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    img{
        width: 6px ;
        height: 10px ;
    }
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0 !important;
    border-radius: 50%  !important;
}
.slide-txt{
    padding: 15px  10px 10px 10px ;
}
.slide-heading{
    font-size: 16px ;
    font-weight: 600 ;
}
.locate-txt{
    p{
        font-size: 12px  ;
        font-weight: 400 ;
        span{
            font-weight: 600 !important;
        }
    }
}

.locate-img{
    min-width: 20px ;
    max-width: 20px ;
    img{
        width: 100% ;
    }
}
.call-book{
    a{
        width: 100% ;
        height: 47px ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        background-color: #09265B ;
        text-decoration: none  ;
        color: white ;
        font-size: 16px ;
        font-weight: 500 ;
    }
}
    .hotel-deals-txt-main{
        margin-top: 50px ;
    }
.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 ;
    }
    .caribben-head{
       font-size: 22px ;
        font-weight: 600 ;
        margin-bottom: 20px ;
        color: #323232 ; 
    }
}


/* onboard-experience-section */
.onboard-inner{
    display: flex ;
    justify-content: flex-start ;
    align-items: center ;
    gap: 10px ;
}
.accomodate{
    bottom: 20px ;
    left: 0 ;
    right: 0 ;
    margin: auto;
    .accomodate-heading{
        color: white ;
        font-size: 18px ;
        font-weight: 600 ;
        width: fit-content;
        &:after{
            width: 60px ;
            height: 1px ;
            position: absolute ;
            bottom: 0px ;
            left: 50% ;
            transform: translateX(-50%);
            background-color: #FFFFFF ;
            content: '';
        }
    }
}
.accomodate-mid-txt{
    width: 90% ;
    position: absolute;
    top: 50%;
    left: 50% ;
    transform: translate(-50% , 125%);
    transition: 0.9s ;
}
.accomodation-main{
    overflow: hidden;
    width: 48.4%;
}
.accomodation-main:hover .accomodate-mid-txt{
   transform: translate(-50% , -50%);
}
.accomodation-main:hover .accomodate{
    opacity: 0 ;
    visibility: hidden ;
}
.mid-txt{
    width: 100% ;
    background-color: #D9D9D9E5 ;
    padding: 10px ;
    margin: auto ;
  p{
     font-size: 12px ;
    font-weight: 500 ;
    color: #3B1D05 ;
  }
}
.accom-mid-head{
    background-color: #FF7C00 ;
    font-size: 22px ;
    font-weight: 600 ;
    color: white ;
    padding: 5px 0;
}


@media screen and (max-width:576px) {
    .banner-inputs{
        margin-top: 0px ;
    }
    .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;
        text-align: center !important;
    }
}
.banner2-inner{
    padding: 20px 0;
    background-position: top right;
}
.banner2{
    padding: 0 !important;
}
.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-deal-txt {
    .affordable {
        font-size: 18px;
    }
    p{
        font-size: 12px ;
    }
    .caribben-head{
       font-size: 18px ;
    }
}
.top-heading{
    .destinations{
        &:after{
            width: 160px ;
        }
    }
}
.hotel-deals-main {
    margin-top: 10px;
}

.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 ;
}
.onboard-inner{
           display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0 14px;
   }
   .slide-heading{
    font-size: 14px ;
   }
   .locate-txt{
    p{
        font-size: 11px ;
    }
   }
   .accomodate{
    .accomodate-heading{
        font-size: 15px ;
    }
   }
   .accom-mid-head{
    font-size: 13px ;
    margin: 0 ;
   }
   .mid-txt{
    p{
        font-size: 10px ;
        margin: 0 ;
    }
   }
   .hotel-deal-txt{
    .caribben-head{
    font-size: 16px ;
   }
   }
   .call-book{
    a{
        font-size: 14px ;
    }
   }
   .owl-nav .owl-prev {
      left: -10px;
    }
.owl-nav .owl-next {
      right: -10px;
    }
}

