@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* ====Top Bar Section=== */
.top-bar {
    padding: 6px 0;
    background-color: #f0f8ff;
}
.top-bar a {
    color: #f26419;
    font-weight: 700;
    font-size: 17px;
}

/* ====Navigation Section==== */
nav {
    padding: 10px 0;
    border-bottom: 3px #3175c0 solid;
    background-color: #fff;
    z-index: 999;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
}
.logo {
    font-family: 'Courgette', cursive;
    font-size: 26px;
    color: #3175c0;
}
.logo:hover {
    text-decoration: none;
    color: #3175c0;
}
.main-menu {
    padding: 0;
    padding-top: 10px;
}
.main-menu li {
    list-style: none;
}
.main-menu > li {
    float: left;
    padding: 0 10px;
}
.main-menu:before,
.main-menu:after {
    content: '';
    display: block;
    clear: both;
}
.main-menu > li > a {
    color: #022944;
    font-weight: 500;
    font-size: 18px;
}
.main-menu > li > a:hover {
    text-decoration: none;
    border-bottom: 3px solid #3175C1;
}
.call-num {
    font-size: 21px;
    color: #f26419;
    font-weight: 700;
}
.call-num:hover {
    color: #f26419;
    text-decoration: none;
}
nav img {
    width: 27px;
    height: auto;
}
.fa-bars {
    display: none;
}

@media (max-width:768px) {
    .fa-bars {
        display: block;
        position: absolute;
        top: 19px;
        right: 5%;
        font-size: 29px;
        color: #0770BB;
        cursor: pointer;
        z-index: 999;
    }
    .num-col {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .main-menu li {
        float: none;
        text-align: center;
        line-height: 38px;
    }
}

.parent-dropdown {
    position: relative;
}
.child-dropdown {
    padding: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
    padding: 10px;
    display: none;
    width: 190%;
}
.child-dropdown a {
    color: #00f;
}
.child-dropdown li {
    line-height: 37px;
}
.parent-dropdown:hover .child-dropdown {
    display: block;
}

/* ===Banner Section=== */
.banner {
    padding: 200px 0;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -220px;
    position: relative;
    z-index: 1;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.1;
}
.banner h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

/* ===Deals Section==== */
.deals {
    padding: 60px 0;
}
.cust-btn {
    background-color: #F26419;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
}
.cust-btn:hover {
    background-color: #d95a16;
    color: #fff;
    text-decoration: none;
}
.main-deal {
    padding: 15px;
}
.custom-deal {
    padding: 15px;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 25%);
}
.custom-deal h5 {
    color: #003276;
}
.with {
    margin-top: 15px;
    background: #fff;
    padding: 20px;
    border: 2px dotted #f5b741;
}
.with ul {
    padding:0;
}
.with li {
    list-style:none;
}

/* ===Save Section=== */
.save {
    padding: 30px 0;
    background-color: #0770BB;
    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 h5 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 600;
}

/* ===Planning Section=== */
.planning {
    padding-bottom: 60px;
    padding-top: 30px;
}
.planning .col-md-6 {
    padding: 10px;
}
.family{
    background-image: url('../images/400x200-cp-img-top1a.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.honeymoon{
    background-image: url('../images/400x200-cp-img-top2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.river{
    background-image: url('../images/400x200-cp-img-btm1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.luxury{
    background-image: url('../images/400x200-cp-img-btm2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.group{
    background-image: url('../images/250x425-cp-img-large.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.family:before,
.honeymoon:before,
.river:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 25px;
}
.planning h5 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
}

/* ===Strip Section=== */
.strip {
    padding: 10px 0;
    background-color: #FAFAFA;
    border-top: 2px solid #0770BB;
}

/* ===Footer Section=== */
footer {
    padding: 60px 0;
    background-color: #0770BB;
    color: #fff;
}
footer .logo {
    color: #fff;
}
footer .logo:hover {
    color: #fff;
}
footer a {
    display: block;
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer p {
    font-size: 15px;
}

@media (max-width:768px) {
    .banner {
        background-position-y: 0;
    }
    .strip,
    .group {
        display: none;
    }
}

/* ====Privacy Policy Page=== */
.policy-content {
    padding: 60px 0;
}
.policy-content h4 {
    color: #0770BB;
}

/*====cELEBRITY Cruises Page===*/
/*==Celebrity Banner Section==*/
.celebrity {
    padding:150px 0;
    background-image:url('../images/458508.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:600px;
    color:#fff;
    position:relative;
    z-index:1;
}
.celebrity:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}
.custom-credit {
    border:1px solid silver;
    padding-bottom:15px;
}

/*==Celebrity Content Section==*/
.celebrity-content {
    padding: 20px 0 60px;
}
.celebrity-content h3 {
    color:#0770BB;
}

/*===Princess Cruises Page===*/
.princess {
    padding:150px 0;
    background-image:url('../images/princess-cruises-unveils-next-generation-761100452.webp');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
}
.princess:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*===Norwegian Cruise Page===*/
.norwegian {
    padding:150px 0;
    background-image:url('../images/221129103455-06-body-cruise-critic-editors-picks-2022-norwegian-prima.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
}
.norwegian:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*===Virgin Voyages Page====*/
.virgin-voyages {
    padding:150px 0;
    background-image:url('../images/valiant-lady-sunset.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -120px;
}
.virgin-voyages:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*===Regent Seven Seas Page===*/
.regent-banner {
    padding:150px 0;
    background-image:url('../images/VOY_DSC4282_SamAdjusted_2022-01-17_14-10-13.webp');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -195px;
}
.regent-banner:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*====Royal Caribbean Page===*/
.royal-banner {
    padding:150px 0;
    background-image:url('../images/photo-1548574505-5e239809ee19.jpeg');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -195px;
}
.royal-banner:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*====Carnival Cruise Page====*/
.carnival-banner {
    padding:150px 0;
    background-image:url('../images/High_resolution_wallpaper.webp');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -358px;
}
.carnival-banner:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*====Viking Cruise Page====*/
.viking-banner {
    padding:150px 0;
    background-image:url('../images/Viking_Mississippi_Autumn_teaser.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -150px;
}
.viking-banner:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}


/*====Disney Cruise Page====*/
.disney-banner {
    padding:150px 0;
    background-image:url('../images/nassau-bahamas-disney-dream-cruise-ship-3fbb0sbv7b489x2d.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:640px;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -150px;
}
.disney-banner:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.2;
    z-index:-1;
}

/*====Cruise Deals Page===*/
/*==Promotion Section==*/
.promotion {
    padding:30px 0;
}
.ribbon-inner h3 {
    background:#f5b741;
    padding:10px 0;
    border-radius: 20px;
}
.promotion .exclusive {
    padding:10px;
    background:#FCF8F0;
    border:2px dotted #f5b741;
}

/*==Roundtrip Section==*/
.roundtrip {
    padding:30px 0;
    
}
.roundtrip .container {
    border:1px solid #000;
    padding:15px 0;
}

/*====Request Info Page===*/
.custom-form {
    background-image: url(../images/6017502-tropics-cruise-ship-coast-queen-mary-2-beach-ocean.jpg);
    background-size: cover;
    padding:60px 0;
}
form {
    color:#fff;
}
.back-design {
    background: #3a3636a6;
    padding: 15px 0;
    border-radius: 140px;
}
.form-group {
    margin-bottom: 20px;
}
h2.heading {
    font-size: 29px;
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align:center;
}
.heading:after {
    content: '';
    display: block;
    width: 150px;
    height: 3px;
    background-color: red;
    margin: 8px auto 0;
}
.controls {
    margin: 5px 0;
    padding: 5px;
    position:relative;
}
.controls label {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 25px;
}
.controls input {
    display: inline-block;
    width: 70%;
    position: relative;
    right: -75px;
}
.controls textarea{
    width: 70%;
    height: 130px;
    position: relative;
    right: -75px;
}
.controls select{
    width: 70%;
    position: relative;
    right: -75px;
}
label.label-date {
    position: static;
}
input#arrive {
    position: static;
}
input#depart {
    position: static;
}

@media (max-width:768px) {
    .child-dropdown {
        width:100%;
        position:relative;
    }
    .top-bar .col-md-6 {
        text-align:center !important;
    }
}

/*====PopUp Section===*/
    .main-pop-contact {
        display: none;
    }
    .pop-contact.col-md-4 {
    transform: translate(-50%, -50%);
    background: #fff;
    position: fixed;
    top: 52%;
    left: 50%;
    padding: 20px;
    border: 2px solid;
    z-index: 99;
    -webkit-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.75);
}
.pop-contact.col-md-4 p {
    margin-bottom: 0;
    margin-top: 9px;
    font-weight: 500;
    font-size:17px;
}
.pop-contact.col-md-4 p a {
    color: #f26419;
}
span.pop-close {
    position: absolute;
    top: 5px;
    right: 6px;
    background: #000000;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    font-size: 24px;
    width: 23px;
    border-radius: 5px;
}
.pop-contact.col-md-4 input {
    width: 100%;
    display: block;
}
.pop-contact.col-md-4 textarea {
    width: 100% !important;
    display: block !important;
    height: 80px;
}
.pop-contact label {
    color: #000;
}

/*===Partner Section===*/
.partner {
    padding:60px 0;
    background:#E2E7ED;
}
.partner img {
    width: auto !important;
    height: 33px;
}