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

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

.error-message {
    font-size: 10px !important;
}

/* banner-section */
.banner-tt{padding-top: 150px;}    
.bestf{
    font-size: 53px;
    font-weight: 600;
    color: #ffffff;
    line-height: 66px;
    max-width: 733px;
    text-shadow: 1px 2px black;
}
.cruise-banner-image {
    width: 100%;
    height: 500px;
    background-image: url(/resources/images/cruise_new/main_loogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
}

/*.deal-banner-image {
    width: 100%;
    height: 500px;
    background-image: url(/resources/images/cruise_new/deal-bnr.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
}*/

.nbrss {
    font-size: 21px;
}

.banner-text {
    padding-top: 100px;

    p {
        font-size: 42px;
        /* font-weight: 700; */
        color: #262261;
        line-height: 66px;
        font-style: italic;
        max-width: 479px;
        text-shadow: 1px 2px black;
    }

    .call-button {
        a {
            color: white;
            width: 119px;
            height: 47px;
            border: 1px solid #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            font-weight: 600;
            border-radius: 10px;
        }
    }
}

.banner-inputs {
    margin-top: -109px;
}

.input-section-main {
    background: #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: #444343;

        &:focus {
            outline: none;
        }
    }
}

.cruise-submit {
    a {
        width: 149px;
        height: 50px;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        color: #FFFFFF;
        background: #3A64D6;
        text-decoration: none;
    }
}

/* vacation-offer */
.vacation-top-heading {
    h2 {
        font-size: 27px;
        font-weight: 600;
        color: #383838;
    }
}

.offer-image {
    border-radius: 8px;
    overflow: hidden;

    img {
        width: 100%;
    }
}

.cruise-list {
    li {
        font-size: 12px;
        font-weight: 500 !important;
        color: #FFFFFF;
        margin-bottom: 10px;

        span {
            width: 18px;
            height: 18px;
            display: flex;
            justify-content: center;
            align-items: center;

            img {
                width: 100%;
            }
        }
    }
}

.offer-text {
    left: 20px;
    top: 48%;

    p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;

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

.fzt-cru-call-btn {
    left: 0;
    bottom: 13px;

    p {
        border-radius: 0 20px 20px 0;
        margin: 0;
        background: white;
        color: #ee4137;
        width: 127px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        border: none;

        span {
            width: 19px;
            height: 19px;
            margin-right: 5px;

            img {
                width: 100%;
            }
        }
    }
}

/* sailing-banner */
.cruise-sailing-image {
    width: 100%;
    height: 420px;
    background-image: url(/resources/images/cruise_new/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
    padding: 100px 80px;
}

.sailing-text {
    color: #FFFFFF;

    h2 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 600;
    }

    .sunshine {
        font-size: 13px;
        font-weight: 500;
        max-width: 521px;
        line-height: 20px !important;
    }

    p {
        font-size: 64px;
        font-weight: 700;
        line-height: 70px;

        sup {
            font-size: 22px !important;
            top: -30px !important;
            text-transform: uppercase;
        }

        sub {
            font-size: 22px !important;
            text-transform: uppercase;
        }
    }

    .sail-call-btn {
        a {
            font-size: 32px;
            font-weight: 700;
            color: #FFFFFF;
            text-decoration: none;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;

            span {
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                img {
                    width: 100%;
                }
            }
        }
    }
}
.iysieee {
    border: none !important;
    background: linear-gradient(270deg, #262261 13.78%, #ee4036 100%);
    padding: 12px 102px !important;
    border-radius: 10px !important;
    color: white !important;
    position: relative;
    overflow: hidden;
    font-weight: 600 !important;
}
.iysieee::after{
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}
/* journey-section */
.journey-main {
    background: rgb(238 245 255 / 43%);
    padding: 50px 0;
}

.journey-image {
    img {
        width: 100%;
    }
}

.seoge {
    width: 335px;
    height: 38px;

    img {
        width: 100%;
    }
}

.journey-text .vacation-top-heading h3 {
    max-width: 300px;
}

.journey-text {
    p {
        font-size: 16px;
        font-weight: 400;
        color: #505050;
        max-width: 457px;
    }
}

.fzt-cru-icon {
    span {
        min-width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 50px;
        }
    }
}

.exclusive-text {
    h4 {
        font-size: 20px;
        font-weight: 500;
    }

    p {
        font-size: 16px;
        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 #262261;
    background: linear-gradient(270deg, #36225d 13.78%, #e63e4a 100%);
    transition: 0.5s;
    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;
}

/* explore-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;
}

.journey-text .vacation-top-heading h3 {
    color: #000000;
}

/* discount-section */
.discount-main {
    background: rgb(248 251 255);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.discount-inner:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.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 {
    background-color: #eef5ff91;
    border: 1px solid #4763e442;
    border-radius: 15px;
    padding: 10px;
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.iysie {
    border: none !important;
    background: linear-gradient(270deg, #262261 13.78%, #ee4036 100%);
    padding: 8px 24px !important;
    border-radius: 10px !important;
    color: white !important;
    position: relative;
    overflow: hidden;

}

.iysie::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.dis-text {
    width: calc(100% - 135px);

    p {
        color: #7a7a7a;
        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: #262261;
        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: #262261;
            position: absolute;
            bottom: 5px;
            left: 0;
        }
    }
}

.enquire-button {
    a {
        width: 210px;
        height: 60px;
        border-radius: 15px;
        background: linear-gradient(270deg, #262261 13.78%, #e43e38 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #FFFFFF !important;
    }
}

footer {
    overflow: hidden;
}

@media screen and (max-width:992px) {
    .cruise-banner-image {
        height: 400px;
        border-radius: 20px;
    }

    .banner-text {
        padding-top: 70px;

        p {
            font-size: 32px;
            max-width: 340px;
        }
    }

    .banner-text {
        & .call-button {
            a {
                color: white;
                width: 119px;
                height: 47px;
                font-size: 20px;
            }
        }
    }

    .banner-inputs {
        margin-top: -100px;
    }

    .cruise-sailing-image {
        height: 340px;
        padding: 50px 50px;
        background-position-x: 41%, 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%;
        }
    }
}

@media screen and (max-width:576px) {
    .ihik {
        font-size: 12px;
    }

    .iysie {
        width: 100%;
    }

    .banner-inputs {
        margin-top: 20px;
    }

    .cruise-banner-image {
        height: 180px;
    }

    .banner-text {
        padding-top: 20px;
    }

    .banner-text {
        p {
            font-size: 25px;
            max-width: 250px;
            line-height: 35px;
        }
    }

    .banner-text {
        & .call-button {
            a {
                color: white;
                width: 110px;
                height: 40px;
                font-size: 18px;
            }
        }
    }

    .cruise-submit {
        a {
            width: 100%;
        }
    }

    .vacation-top-heading {
        h3 {
            font-size: 25px;
            font-weight: 600;
            color: #303030;
        }
    }

    .cruise-sailing-image {
        height: 250px;
        padding: 20px;
        background-position-x: 54%, 0;
        border-radius: 15px;
        height: 100%;
    }

    .sailing-text {
        .sunshine {
            margin-bottom: 10px;
            font-size: 11px;
            line-height: 17px !important;
        }

        h2 {
            font-size: 18px;
            font-weight: 600;
        }

        p {
            font-size: 30px;
            line-height: 30px;

            sup {
                top: -11px !important;
                font-size: 15px !important;
            }

            sub {
                font-size: 15px !important;
            }
        }
    }

    .sailing-text {
        & .sail-call-btn {
            & a {
                font-size: 20px;

                span {
                    min-width: 30px;
                    height: 30px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }

    .cruise-ccc {
        background: rgba(255, 255, 255, 0.25);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        padding: 10px;
    }

    .sail-call-btn.mt-4 {
        margin-bottom: 10px;
    }

    .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: 30px;
        height: 30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -8px !important;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -7px !important;
    }
}

/****************/
/* -----UNOCRUISE DEALS PAGE STYLE STARTS--- */
/* 1.Last min -section starts*/
.last-minn {
    .kfede {
        border-right: 1px solid #d2d2d296;

        .lasr {
            h3 {
                font-size: 32px;
                font-weight: 600;
                color: #0F2367;
            }

            .juht {
                font-size: 20px;
                color: #262261;
            }

            .embar {
                color: #464646;
                font-size: 16px;
                line-height: 30px;
            }

        }
    }
.lopqw{
    border: none !important;
    background-color: #201A51;
    box-shadow: 0 6px 20px #201a514d;
    font-weight: 600;
    padding: 8px 24px !important;
    border-radius: 10px !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}
.lopqw:hover{
    background-color: #201A51;
    box-shadow: 0 6px 20px #201a514d;
    font-weight: 600;
}
.lopqw::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}
    .fefrg {
        p {
            color: #464646;
           font-size: 26px;
            font-weight: 400;
        }

        a {
            font-size: 26px;
            font-weight: 600;
            color: #0F2367;
        }
    }
}
.iyrfsie{
        border: none !important;
    background: linear-gradient(270deg, #262261 13.78%, #ee4036 100%);
    padding: 12px 24px !important;
    border-radius: 10px !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}
.iyrfsie::after{
        content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}

/* Last min -section ends*/

/* 2.deals -section starts*/
.del-sehs {
    .carrdd {
        border-radius: 10px !important;
        box-shadow: 0px 4px 7.3px 0px #00000026;

        .carrdd-title {
            font-size: 16px;
            color: #303030;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .carrdd-body {
            padding: 10px;
        }

        .carrdd img {
            width: 100%;
            object-fit: cover;
        }

        .btn-book {
            margin-left: 3px;
            padding: 12px;
            background-color: #201A51 !important;
            color: white !important;
            font-weight: 400 !important;
            font-size: 12px !important;
            border-radius: 4px;
        }

        .fgfgk {
            img {
                width: 43px;
            }
        }

        .span-hh {
            font-size: 13px;
            font-weight: 600;
            color: #303030;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .span-p {
            font-size: 14px;
            font-weight: 400;
            color: #303030;
        }

        .sp-box {
            display: flex;
            gap: 15px;
            justify-content: space-between;
        }

        .hrrr {
            color: #C2BDBD;
        }
        .pr-ce{
           p{
             font-weight: 600;
            font-size: 20px;
            color: #303030;
           }
        }
    }
}

/* deals -section ends*/
/* Package -section starts*/
.packe {
    .embar {
        color: #464646;
        font-size: 16px;
        line-height: 30px;
    }

}

/* Package -section ends*/

/* Choose -section starts*/
.cruiss {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    left: 30px;
    bottom: 30px;
}
.gr{
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.06);
}
/* Choose -section ends*/

/* call-bnr section starts */
.cal-imgf {
    width: 100%;
    height: auto ;
    background-image: url(/resources/images/cruise_new/cl-bnrr.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;

    .grfaa {
        padding: 42px 0;

        .ghkl {
            font-size: 24px;
        }

        .gtfll {
            .ultii {
                font-size: 30px;
                text-transform: uppercase;
                margin-top: 21px;
            }

            span {
                font-weight: 700;
                font-size: 54px;
            }
        }

        .setg {
            font-size: 16px;
            max-width: 445px;
        }

        .mngv {
            text-decoration: none;
            color: white;
            font-size: 30px;
            font-weight: 700;
        }

    }
}

/* MODEL POPUP CLASS STARTS */
.dii-imgg {
    img {
        width: 50px;
        height: 50px;
    }
}

.dd-conm {
    h4 {
        font-size: 12px;
        font-weight: 600;
        color: #303030;
    }

    .premm {
        font-size: 16px;
        font-weight: 600;
        color: #303030;
    }

    .cremm {
        font-size: 14px;
        font-weight: 400;
        color: #303030;
        text-decoration: line-through;
    }

    .grenm {
        font-size: 10px;
        font-weight: 400;
        color: #177200;
        background-color: #E2F5E8;
        border-radius: 5px;
        padding: 5px;

    }
}

.full-nb {
    font-size: 12px;
    left: 12px;
    background-color: #ffffff;
    top: -7px;
    padding: 0 5px;
    color: #9E9E9E;

    span {
        color: #E93F37;
    }
}

.kjilo {
    box-shadow: 0px 2px 3.4px 0px #00000040;
    width: 12px !important;
    height: 12px !important;
    color: #9E9E9E !important;
    padding: 10px !important;
    border-radius: 50% !important;
}

.loxs {
    border: none !important;
    background: linear-gradient(270deg, #262261 13.78%, #ee4036 100%);
    padding: 8px 24px !important;
    border-radius: 6px !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}

.loxs::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
}

.colka {
    height: 45px;
}

.colka:focus {
    box-shadow: none !important;
    border-color: #2622618a !important;
}

.cus-select {
    background-image: url('/resources/images/cruise_new/po-down.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 12px center;
    padding-right: 40px;
    cursor: pointer;

}

.modal-dialog-centered {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 430px !important;
    /* Ensures it's vertically centered */
    textarea{
        height: 70px;
    }
}

.modell-co {
    border-radius: 10px;
}

/*.date-input {
    background-image: url('/resources/images/grey-callender.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    cursor: pointer;
}*/

/* MODEL POPUP CLASS ENDS*/
/* call-bnr section ends*/

@media screen and (max-width:768px) {

    /* Last min media  */
    .iysieee{
        width: 100%;
    }
    .last-minn {
        .kfede {
            border-right: 1px solid #d2d2d200;

            .lasr {
                h3 {
                    font-size: 23px;
                }

                .juht {
                    font-size: 14px;
                }

                .embar {
                    font-size: 12px;
                    text-align: justify;
                    line-height: 25px;
                }
            }
        }

        .fefrg {
            p {
                
            border-top: 1px solid #C2BDBD;
                font-size: 23px;
            }

            a {
                font-size: 23px;
            }
           
        }
        .kitgb{
            text-align: center;
        }
        .lopqw {
  width: 100%;
  padding: 7px 0px !important;
}
    }

    /* deals-section media */
    .dbghf {
        font-size: 23px;
    }
    .pr-ce{
            font-size: 18px !important;
        }

    /* package-section media */
    .packe {
        .embar {
            font-size: 14px;
            line-height: 28px;
            text-align: justify;
        }
    }

    /* call-bnr section media*/
    .cal-imgf {
        height: 280px;
        background-size: cover;

        .grfaa {
            padding: 50px 0;

            .ghkl {
                font-size: 16px;
            }

            .gtfll {
                span {
                    font-size: 30px;
                }

                .ultii {
                    font-size: 20px;
                    margin-top: 9px;
                }
            }

            .setg {
                font-size: 14px;
                max-width: 445px;

            }

            .mngv {
                text-decoration: none;
                color: white;
                font-size: 26px;
                font-weight: 700;
            }
        }
    }

    .xplorwe {
        width: 100%;
    }
       .bght .row {
        display: flex;
        flex-wrap: nowrap;   
        overflow-x: auto;     
        gap: 10px;            
        padding-bottom: 10px;        
     -ms-overflow-style: none;   
        scrollbar-width: none; 
    }
}


/* -----UNOCRUISE DEALS PAGE STYLE ENDS--- */

