@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');

.img-responsive {
    width:100%;
    height:auto;
}
/*Top Bar Section*/
.top-bar {
    padding:8px 0;
    background:#4D48BC;
    color:#fff;
}
.top-bar p {
    margin-bottom:0;
    font-weight:500;
}
/*Navigation Section*/
.logo{
    font-family: "Anta", sans-serif;
}
span.site-title {
    font-family: "Anta", sans-serif;
}
a.menu-link {
    color: #000 !important;
    font-size: 19px;
    font-weight: 400;
}
a.menu-link:hover {
    color: #4D48BC !important;
}

/*Slider Section*/
.item1 {
    padding-top:150px;
    background-image:url('../images/560825.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:650px;
}
.item2 {
    padding-top:150px;
    background-image:url('../images/gdfgdgzxc');
    background-size:cover;
    background-repeat:no-repeat;
    height:650px;
}
.item3 {
    padding-top:150px;
    background-image:url('../images/560823.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:650px;
}
.item4 {
    padding-top:150px;
    background-image:url('../images/MotleyFool-TMOT-e1198597-cruising-couples.webp');
    background-size:cover;
    background-repeat:no-repeat;
    height:650px;
        background-position-y: -200px;
}
.slider h1 {
    font-size: 46px;
    margin-bottom:10px;
}
.slider h3 {
    font-size: 24px;
    margin-bottom:25px
}
.item1 .col-md-6,
.item2 .col-md-6,
.item3 .col-md-6,
.item4 .col-md-6{
    color: #fff;
    background: #00000091;
    padding: 20px 20px 33px;
    border-radius: 35px;
}
.item1 h1,
.item1 h3,
.item2 h1,
.item2 h3,
.item3 h1,
.item3 h3,
.item3 h4,
.item4 h1,
.item4 h3,
.item4 h4{
    color:#fff;
    z-index:999;
}
.owl-nav {
    display: none;
}
.cust-btn {
    background: #4D48BC;
    padding: 11px 27px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
}
.cust-btn:hover {
    color:#fff;
    background:#000;
}

/*Deals Section*/
.deals {
    padding: 60px 0;
}
.main-deal {
    padding: 15px;
}
.custom-deal {
    padding: 15px;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 25%);
}
.custom-deal h5 {
    color: #4D48BC;
}
.custom-deal.text-center p {
    margin-bottom: 20px;
}

/*Save Section*/
.save {
    padding: 30px 0;
    background-color: #4D48BC;
    color: #fff;
}
.save h3 {
    color:#fff;
}

/*Lowest Section*/
.lowest {
    padding: 60px 0 30px;
}
.lowest .col-md-3 {
    padding: 10px;
}
.carnival {
    background-image: url(../images/250x200-cc-hp-dests-top1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.alaska {
    background-image: url(../images/250x200-cc-hp-dests-top2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.caribbean {
    background-image: url(../images/250x200-cc-hp-dests-top3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.hawaii {
    background-image: url(../images/250x200-cc-hp-dests-top4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.europe {
    background-image: url(../images/250x200-cc-hp-dests-btm1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.new-york {
    background-image: url(../images/250x200-cc-hp-dests-btm2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.transatlantic {
    background-image: url(../images/250x200-cc-hp-dests-btm3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.world {
    background-image: url(../images/250x200-cc-hp-dests-btm4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.carnival:before, 
.alaska:before, 
.caribbean:before, 
.hawaii:before, 
.europe:before, 
.new-york:before, 
.transatlantic:before, 
.world:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
    border-radius: 25px;
}
.lowest h4 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-weight: 600;
}

/*Planning Section*/
.planning {
    padding-bottom: 60px;
    padding-top: 30px;
    background:#E2E7ED;
}
.planning .col-md-6 {
    padding: 10px;
}
.family {
    background-image: url(../images/femily.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    background-position-y: -50px;
}
.honeymoon {
    background-image: url(../images/depositphotos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    background-position-y: -65px;
}
.river {
    background-image: url(../images/1140-boat-europe-european-river-crusing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.luxury {
    background-image: url(../images/mundy-cruising-ai-created.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.group {
    background-image: url(../images/Group-cruise-friends-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    background-position-x: -210px;
}
.planning h4 {
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
}
.family:before,
.honeymoon:before,
.river:before,
.luxury:before,
.group:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.3;
    z-index:-1;
    border-radius: 25px;
}

/*Partners Section*/
.partners {
    padding:40px 0;
}

/*Footer Section*/
footer .logo {
    font-size:25px;
}
footer .logo:hover {
    color:#fff;
}
footer {
    padding:60px 0;
    background:#4D48BC;
    color:#fff;
}
footer h3 span {
    color:#00ffdc;
}
footer h5,
footer h3,
footer h4{
    color:#fff;
}
footer h4 {
    padding-bottom:10px;
}
footer a {
    display:block;
    color:#fff;
    font-size:18px;
    margin-bottom:10px;
}
footer a:hover {
    color:#00ffdc;
}
footer p {
    margin-bottom:0;
}

@media (max-width:768px) {
    .top-bar {
        text-align: center;
    }
    .item4 {
        background-position-y: 0px; 
    }
    .item1,
    .item2,
    .item3,
    .item4{
        padding-top: 30px;
        height: 450px;
    }
    .slider h1 {
        font-size: 33px;
    }
    .slider h3 {
        font-size: 22px;
    }
    .lowest h4 {
        display: block;
        text-align: center;
        width: 100%;
    }
    .group {
        display: none;
    }
    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 60px !important;
    }
}

/*Cruise Lines Page*/
/*Lines Banner Section*/
.lines-banner {
    padding:60px 0;
    background:#4D48BC;
    color:#fff;
}
.lines-banner h1 {
    font-size:45px;
    color:#fff;
}
.lines-banner p {
    font-size:19px;
}

/*Lines List Section*/
.lines-list {
    padding:60px 0;
}
.main-list {
    padding:20px;
}
.custom-list {
    padding:20px;
    border:1px solid #e9e9e9;
}
.custom-list p {
    margin-bottom:6px;
    margin-top:10px;
}

/*Cruise Destinations Page*/
/*Destination List Section*/
.destinations-list {
    padding:40px 0
}
.destinations-list a {
    display:block;
    padding:6px 0;
}

main#main {
    max-width: 1280px;
    margin: 0 auto;
}