.elementor-1295 .elementor-element.elementor-element-bb00219 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 258px 0px;}.elementor-1295 .elementor-element.elementor-element-bb00219 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-81a72bf *//* ==========================
   RESET
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f6f8fb;
    color:#222;
}


/* ==========================
   SECTION
========================== */

.cruise-section{
    padding:80px 20px;
}

.container{
    max-width:1320px;
    margin:auto;
}


/* ==========================
   HEADING
========================== */

.section-top{
    text-align:center;
    margin-bottom:45px;
}

.section-top h2{
    font-size:38px;
    font-weight:700;
    color:#0b2d5b;
}

.section-top p{
    margin-top:12px;
    color:#666;
    font-size:16px;
    line-height:28px;
}


/* ==========================
   TABS
========================== */

.tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:40px;
}

.tab{

    border:none;
    background:#fff;
    padding:14px 28px;
    border-radius:40px;

    cursor:pointer;

    font-size:15px;
    font-weight:600;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    position:relative;
}

.tab:hover{
    transform:translateY(-3px);
}

.tab.active{

    background:#e53935;

    color:#fff;

}

.tab.active::after{

    content:"";

    position:absolute;

    left:25%;

    bottom:-10px;

    width:50%;

    height:4px;

    border-radius:30px;

    background:#e53935;

}


/* ==========================
   TAB CONTENT
========================== */

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}


/* ==========================
   SLIDER
========================== */

.slider{

    display:flex;

    align-items:center;

    gap:20px;

}


/* ==========================
   ARROWS
========================== */

.arrow{

    width:50px;

    height:50px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    cursor:pointer;

    user-select:none;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

}

.arrow:hover{

    background:#e53935;

    color:#fff;

}


/* ==========================
   WRAPPER
========================== */

.cards-wrapper{

    overflow:hidden;

    width:100%;

}


/* ==========================
   CARDS
========================== */

.cards{

    display:flex;

    gap:28px;

    transition:.5s ease;

}


/* ==========================
   SINGLE CARD
========================== */

.card{

    min-width:300px;

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 45px rgba(0,0,0,.15);

}


/* ==========================
   IMAGE
========================== */

.card-image{

    height:230px;

    overflow:hidden;

}

.card-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.card:hover img{

    transform:scale(1.08);

}


/* ==========================
   BODY
========================== */

.card-body{

    padding:24px;

}

.card-body h3{

    font-size:23px;

    margin-bottom:10px;

    color:#0b2d5b;

}

.duration{

    color:#777;

    font-size:15px;

    margin-bottom:18px;

}


/* ==========================
   PRICE
========================== */

.price{

    color:#666;

    font-size:14px;

    margin-bottom:22px;

}

.price strong{

    display:block;

    color:#e53935;

    font-size:28px;

    margin-top:6px;

}


/* ==========================
   BUTTON
========================== */

.btn{

    display:inline-block;

    text-decoration:none;

    background:#0b2d5b;

    color:#fff;

    padding:12px 24px;

    border-radius:40px;

    transition:.35s;

    font-weight:600;

}

.btn:hover{

    background:#e53935;

}


/* ==========================
   COMING SOON
========================== */

.coming-soon{

    padding:90px 20px;

    background:#fff;

    border-radius:20px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.coming-soon h2{

    color:#0b2d5b;

    font-size:32px;

}


/* ==========================
   SCROLLBAR
========================== */

.cards-wrapper::-webkit-scrollbar{

    height:8px;

}

.cards-wrapper::-webkit-scrollbar-thumb{

    background:#d8d8d8;

    border-radius:20px;

}


/* ==========================
   TABLET
========================== */

@media(max-width:991px){

.section-top h2{

    font-size:32px;

}

.slider{

    gap:12px;

}

.card{

    min-width:280px;

}

.arrow{

    width:45px;

    height:45px;

}

}


/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

.cruise-section{

    padding:60px 15px;

}

.tabs{

    justify-content:flex-start;

    overflow:auto;

    flex-wrap:nowrap;

    padding-bottom:10px;

}

.tabs::-webkit-scrollbar{

    display:none;

}

.tab{

    white-space:nowrap;

}

.section-top h2{

    font-size:28px;

}

.card{

    min-width:260px;

}

.card-image{

    height:200px;

}

.arrow{

    display:none;

}

.cards{

    overflow-x:auto;

    scroll-snap-type:x mandatory;

    padding-bottom:10px;

}

.cards::-webkit-scrollbar{

    display:none;

}

.card{

    scroll-snap-align:start;

}

}


/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

.section-top h2{

    font-size:24px;

}

.card{

    min-width:230px;

}

.card-body{

    padding:18px;

}

.price strong{

    font-size:24px;

}

.btn{

    width:100%;

    text-align:center;

}

}/* End custom CSS */