﻿.Homepagebanner {
    background-image: url('../../images/home/imagehomebanner.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 629px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.Booking-Banner-cnt {
    display: flex;
    max-width: 1200px;
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}

.Home-Banner-cnt {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.HomeBannerTitle {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 4, 38, 0.20);
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Home-Banner-Area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.Banner-eTicketCnt {
    display: flex;
    width: 450px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 8px;
    background: #FFF;
}

.Banner-eTicket-title {
    color: #000426;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Banner-eTicket-Cnt-Desc {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}


.Banner-eTicketCntText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
}

.Banner-eTicketDescription {
    color: #4D4D4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .Banner-eTicketDescription p {
        margin: 0;
    }

.Banner-eTicket-QR-Code-Icon {
    /*background-image: url('../../images/home/banner_qr_code_icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 92px;
    height: 95px;
}

.Banner-free-Icon {
    background-image: url('../../images/home/banner_free_icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 87px;
}

.Banner-eTicketButtonText, a.Banner-eTicketButtonText:link, a.Banner-eTicketButtonText:active a.Banner-eTicketButtonText:hover, a.Banner-eTicketButtonText:visited {
    min-width: 125px;
    min-height: 34px;
    border-radius: 5px;
    border: 1px solid #000426;
    color: #000426;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: underline;
}
.search-box-submit{
    border: none;
}

.port-inputs-wrapper {
    gap: 17px !important;
}

/* pods css start*/
section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb) {
    padding: 60px 40px 0;
}

.component-main.row.listing.listing_basic-grid.listing-pods {
    gap: 0 50px;
}

.row:not(.slides):not(.listing_window-mosaic) .item.items-3 {
    max-width: 30%;
}

.pod-image .inner a {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.pod-image p.link {
    margin-top: 20px;
}
p.heading{
    font-weight: 400;
}

/* pods css end*/


.ship-icon {
    width: 20px;
    height: 20px;
    background-image: url('../../images/shared/ship-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.change-ticket {
    width: 22px;
    height: 24px;
    background-image: url('../../images/shared/changeTicket.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ship-icon-text, .change-ticket-text {
    color: #000426;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 991px) {
    .Booking-Banner-cnt {
        width: 100%;
        max-width: 100%;
    }

    .Home-Banner-cnt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        justify-content: space-between;
        width: 100%;
    }

    .HomeBannerTitle {
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(0, 4, 38, 0.20);
        font-size: calc(15vw);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        align-self: self-start;
    }

    .Banner-eTicketCnt {
        width: 100%;
    }

    /* pods css start*/
    section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb) {
        padding: 0;
    }
    .row:not(.slides):not(.listing_window-mosaic) .item.items-3 {
        max-width: 100%;
    }
    .component-main.row.listing.listing_basic-grid.listing-pods {
        padding: 50px 20px 10px 20px !important;
    }
    /* pods css start*/

    .port-inputs-wrapper {
        gap: 20px !important;
    }
}
