*{
    box-sizing: border-box;
    padding: 0;
    margin: 0 ;
}
body{
     font-family: "Poppins", sans-serif !important;
}

.only-bg{
   background-color: #F6FAFF;
}
.vacation-top-heading{
    h2{
        font-size: 32px ;
        font-weight: 600 ;
        color: #303030;
    }
}

/* banner-section */
.cruise-banner-image{
    width: 100% ;
    height: 360px ;
    background-image: url(../images/cruise/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    padding-top: 100px ;
    h1{
        font-size: 40px ;
        font-weight: 700 ;
        color: #FFFFFF;
        line-height: 55px ;
        font-family: "Urbanist", sans-serif;
         text-shadow: 4px 5px 5px rgba(0, 0, 0, 0.30);
    }
}
.banner-inputs{
    margin-top:-109px;
}
.input-section-main{
    background-color: #FFFFFF;
    box-shadow: 0px 7px 12.7px 0px #00000033;
    border-radius: 15px ;
    padding: 20px ;
}
.destination-input{
    input{
        width: 100% ;
        padding: 11px ;
        border: 0.75px solid #8D8D8D;
        border-radius: 8px ;
        &:focus{
            outline: none ;
        }
    }
}
.destination-input{
    select{
        width: 100% ;
        padding: 11px ;
        border: 0.75px solid #8D8D8D;
        border-radius: 8px ;
        color:#8D8D8D ;
        &:focus{
            outline: none ;
        }
    }
}

.cruise-submit{
    button {
        width: 149px ;
        height: 50px ;
        font-size: 18px ;
        font-weight: 400 ;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px ;
        color: #FFFFFF ;
        background-color: #3A64D6;
        text-decoration: none ;
    }
}



/* banner-down-section */
.bor-not{
    border-left: none !important;
}
.banner-d-inner{
    gap: 15px ;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px ;
    border-left: 1px solid #b6c0dacc ; 
    position: relative;
  
}

.banner-d-right-text {   
    h4{
    font-size: 19px ;
    font-weight: 600;
    margin-bottom: 5px ;
    color: #303030;
}
p{
    font-size: 16px ;
    font-weight: 300 ;
    line-height: 20px ;
}
}


 /* sailing-banner */

 .cruise-sailing-image{
    width: 100% ;
    height: 420px ;
    background-image: url(../images/cruise/sailingship.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px ;
    padding-top: 120px ;
    padding-left: 80px ;
    position: relative;
    border-radius: 35px ;
    overflow: hidden;
}
.cruise-sailing-image:after{
    width: 100% ;
    height: 100% ;
    position: absolute;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    content: '';
    box-sizing: border-box;
    z-index: 10 ;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 21.37%, rgba(255, 255, 255, 0) 83.5%);

}
.sailing-text{
    color:#FFFFFF;
    position: relative;
    z-index: 20;
    h2{
        font-size: 28px ;
        font-weight: 600 ;
    }
    .sunshine {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px !important;
        padding-right: 75px ;
    }
   a{
    width: 184px ;
    height: 40px ;
    border-radius: 47px ;
    font-size: 18px ;
    font-weight: 500 ;
    color: #303030;
    text-decoration: none ;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   
}


/* second-slider */


.mid-slide1 .slide-logo{
    width: 90px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    img{
        width: 100% !important;
    }
}
.slide-text{
    padding: 15px ;
    background-color: white ;
}
.western-text{
    .west{
        font-size: 16px ;
        font-weight: 500 ;
        color: #303030;
        max-width: 200px ;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-right: 10px ;
    }
    .inside{
        font-size: 14px ;
        font-weight: 400 ;
        color: #505050;
    }
    .price{
        font-size: 20px ;
        font-weight: 600 ;
        color: #404040;
        span{
            font-size: 14px ;
            font-weight: 400 ;
        }
    }
}
.end-button{
    button{
        width: 100% ;
        height: 47px ;
        background-color: #2A52BE;
        border-radius: 0 0 15px 15px;
        border: none ;
        color: #FFFFFF;
    }
}
.slide-mainbox{
text-decoration: none ;
border-radius: 15px ;
display: inline-block;
overflow: hidden;
width: 100% ;
}
.explore-main1 .owl-item{
  box-shadow: 1px 1px 8px 0px #0000000F;
  border-radius: 15px;
}

.mid-slide1 .owl-prev, 
.mid-slide1 .owl-next{
    top: 37% !important;
}
.right-text p{
    color: #2C2C2C;
    font-size: 12px ;
    font-weight: 500 ;
}

/* journey-section */

.journey-main{
    padding: 50px 0;
}
.journey-image{
    img{
        width: 100% ;
    }
}
.seoge{
    width: 335px ;
    height: 38px ;
    img{
        width: 100% ;
    }
}
.journey-text .vacation-top-heading h2{
    max-width: 300px ;
}
.journey-text {
    p{
        font-size: 14px ;
        font-weight: 400 ;
        color: #505050;
        max-width: 457px;
    }
}


.fzt-cru-icon {
    span{
        min-width: 55px ;
        height: 55px ;
        border-radius: 50% ;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 11px ;
        background-color: #E2E9FC;
        img{
           width: 32px ;
           height: 34px ; 
        }
    }
}
.exclusive-text{
    h4{
        font-size: 20px ;
        font-weight: 500;
    }
     p{
        font-size: 14px ;
        font-weight: 400 ;
        color: #505050;
        max-width: 300px ;
    }
}
.exclusive-text{
    .call{
            font-size: 18px ;
            font-weight:500;
            span{
                font-size: 12px !important;
                display: block ;
        }
    }
}
.icon-list1 .fzt-cru-icon1 span{
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 2px solid white ;
    outline: 1px solid #2A52BE; 
   background: #2A52BE;
   display: flex;
   justify-content: center;
   align-items: center;
}
.call-query{
    width:fit-content !important;
    display: block ;
}
.object1{
    position: absolute;
    right: 0;
    top: 50px ;
}
.object2{
    position: absolute;
    right: 0;
    bottom: -20px ;
}


/* slider-section */

button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #ffffff !important;
    z-index: 9999999;
    box-shadow: 1px 1px 4px 1px #00000029;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    position: absolute;
    top: -10%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    margin: 0 5px;
}
.owl-carousel .owl-nav button.owl-prev {
    right: 30px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -18px !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    top: 50% ;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: -14px !important;
}
.alaska{
    font-size: 24px ;
    font-weight: 600 ;
    color: #FFFFFF;
    left: 30px ;
    bottom: 30px ;
}



 /* discount-section */

.discount-main{
    width: 100% ;
    padding-top: 50px;
    padding-bottom: 20px ;
}

.dis-image{
    max-width: 120px;
    border-radius: 10px ;
    overflow: hidden;
    height: 117px ;
    object-fit: contain;
img{
    width: 100% !important;
    height: 100% ;
    object-fit: cover;
}
}
.discount-inner{
    border: 1px solid #CCCCCC;
    border-radius: 15px ;
    padding: 10px ;
    gap: 15px ;
    position: relative;
    overflow: hidden;
}
.dis-text{
    width: calc(100% - 135px);
    p{
        font-size: 12px ;
        font-weight: 400 ;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
     h3{
        width: 100% ;
        font-size: 16px ;
        font-weight: 600 ;
        color: #2A52BE;
        padding-bottom: 15px ;
        text-overflow:ellipsis;
        overflow-x:hidden ;
        padding-right: 15px !important;
        white-space: nowrap ;
        margin-bottom: 5px !important;
        &:after{
            width: 60px ;
            height: 2px ;
            content: '';
            background-color: #2A52BE;
            position: absolute;
            bottom: 5px;
            left: 0 ;
        }
}
}

.enquire-button{
    a{
        width: 210px ;
        height: 60px ;
        border-radius: 15px ;
        background-color: #2A52BE;
        display: flex ;
        justify-content: center;
        align-items: center;
        text-decoration: none ;
        color: #FFFFFF;
    }
}


.dis-call-sec{
    left: 0 ;
    bottom:0 ;
    right: 0 ;
    margin: auto;
    width: 100% ;
    z-index: 10 ;
   opacity: 0;
   visibility: hidden;
   transition: 0.5s ;
}
.discount-inner:hover .dis-call-sec{
     opacity: 1;
   visibility: visible ;
}
.dis-call-sec-text{
    a{
        text-decoration: none ;
        color: white ;
        font-size: 24px ;
        font-weight: 500 ;
        background: linear-gradient(180deg, rgba(175, 197, 255, 0.2) 0%, #2A52BE 41.83%);
       padding-bottom: 5px;
       padding-top: 3px ;
        span{
            width: 29px ;
            height: 29px ;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
                width: 100% ;
            }
        }
    }
}


@media screen and (max-width:992px) {
      .cruise-banner-image {
    height: 350px;
    border-radius: 20px;
}
.banner-text {
    padding-top: 70px ;
    h1 {
        font-size: 42px;
        line-height: 52px ;
       
    }
}
.banner-inputs {
    margin-top: -120px;
}
.vacation-top-heading {
    h2 {
        font-size: 28px;
    }
}
 .alaska {
    font-size: 20px;
    left: 20px;
    bottom: 20px;
}
.banner-d-inner{
    padding-left: 0 ;
    border: none ;
    display: flex ;
}
.cruise-sailing-image {
    height: 340px;
    padding:50px;
    padding-top: 70px ;
    background-position-x: 70%, 17%;
    border-radius: 25px ;
}
.sailing-text {
    p {
        font-size: 54px;
    }
}
.sailing-text {
    & p {
        sup {
            top: -22px !important;
        }
    }
}
.object1 {
    top: 65px;
    width: 90px;
    height: 50px;
    img{
        width: 100% ;
    }
}
.object2 {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 60px;
    height: 70px;
    img{
        width: 100% ;
    }
}
}

/* .explore-main .owl-prev, .owl-next{
top: 50% !important;
} */

@media screen and (max-width:576px) {



	.header {
        position: fixed !important;
        width: 100%;
        background-color: #ffffff;
        z-index: 99 !important;
        height: 65px;
    }
	
   .banner-inputs {
        margin-top: 20px;
    }
    .banner-d-inner{
    position: relative;
    &:after{
        position: absolute;
        bottom: -13px ;
        left: 0 ;
        content: '';
        width: 100%;
        height: 1px ;
        background-color: #8D8D8D;
    }
}
    .cruise-banner-image {
        height: 160px;
    }
    .mid-slide1 .slide-logo{
        width: 50px !important;
        height: 30px ;
    }
    .right-text p{
        font-size: 8px ;
    }
    .owl-carousel .owl-item img{
        width: 100% !important;
    }
    
.slide-text{
    padding: 7px ;
}
.western-text {
    .west {
        font-size: 11px;
        margin-bottom: 5px !important;
    }
    .inside{
        font-size: 12px ;
        margin-bottom: 5px !important;
    }
    .price{
        font-size: 11px ;
         overflow: hidden;
        text-overflow: ellipsis ;
        display: -webkit-box;
        -webkit-line-clamp: 1 ;
        -webkit-box-orient: vertical;
        padding-right: 10px ;
        span{
            font-size: 11px ;
        }
    }
}
.end-button {
    button {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }
}
   
    .alaska {
        font-size: 15px !important;
        left: 10px;
        bottom: 10px;
    }
    .banner-text {
        padding-top: 38px;
    }
        .banner-text {
        p {
            font-size: 21px;
            max-width: 100% ;
            line-height: 35px;
            text-align: center;
        }
    }

    .banner-d-icons{
        min-width: 45px ;
        height: 45px ;
        img{
            width: 100% ;
        }
    }
   
    .banner-d-inner{
        padding-left: 0 ;
        border-left: none ;
    }
    .banner-d-right-text{
       h4{
         font-size:18px ;
       }
       p{
        font-size: 16px ;
       }
    }
    .cruise-banner-image {
        height: 180px;
    }
  
    .cruise-submit {
        button {
            width: 100% !important;
        }
    }
    .vacation-top-heading {
    h2 {
        font-size: 24px;
        font-weight: 600;
        color: #303030;
    }
}
  .cruise-sailing-image {
        height: 490px !important;
        padding: 20px;
        background-position-x: 84%, 0;
        border-radius: 15px;
    }
    .sailing-text {
        position: absolute ;
        left: 20px  ;
        bottom: 20px ;
        a{
            width: 120px;
            height: 35px;
            font-size: 16px;
        }
        .sunshine {
        margin-bottom: 10px;
        font-size: 13px;
       padding-right: 0 ;
        line-height: 25px !important;
    }
    h2 {
       font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 30px;
    }
           
}    



.object-image{
    display: none ;
}
.enquire-button {
    a {
        width: 100% ;
    }
}
.journey-main{
    padding: 40px 0;
}
.alaska{
    font-size: 20px ;
}
.row.scrlll {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    scrollbar-width: none;
}
.scrll-col{
    width: 90% !important;
}
.discount-main{
    padding-top: 40px ;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 23px;
    height: 23px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    top: 44% ;
}
.owl-carousel .owl-nav button.owl-next {
    right: -8px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -7px !important;
}
.support3{
    &:after{
        display: none ;
    }
}
.mid-slide1 .owl-prev, 
.mid-slide1 .owl-next{
    top: 28% !important;
}

}

