 .sllfull-box {
        width: 100%;
        }

.destination-input {
    select {
        width: 100%;
        padding: 10.5px 0 10.5px 10px;
        border: 1px solid #dee2e6;
        border-radius: 8px 8px 8px 8px;
        height: 44px;
        color: #8D8D8D;
        font-size: 14px;
    }
}

.double-input {
    position: relative;
}

.double-input {
    .first {
        border-radius: 8px 0 0 8px !important;
        padding-left: 33px;
        padding-right: 5px !important;
        width: 100% !important;
    }
}

.destination-input {
    input {
        width: 100%;
        padding: 11px;
        border: 0.75px solid #dee2e6;
        height: 44px;
        border-radius: 8px;
    }
}



.error-msg {
    font-size: 12px;
    color: red;
    display: block;
    margin-top: 4px;
}

/****************calender css in top********************/

.booking-form{
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}

.booking-form .form-control{
    height: 44px;
    font-size: 14px;
}

.request-btn{
    height: 44px;
    background: #2f95f7;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
}


@media(max-width:767px){

    .hero-section{
        min-height: auto;
        padding: 20px 0 40px;
    }

    .booking-form{
        padding: 12px;
    }

   
}

/******************
khkjhjkhkj
****************/

.crui-banner{
    max-width:1200px;
    margin:auto;
    border-radius:20px;
    overflow:hidden;
    position:relative;
    padding:30px;
    min-height:380px;

    /* Ocean background */
    background:
        linear-gradient(
            to bottom,
            rgba(50,60,70,.65),
            rgba(50,60,70,.15)
        ),
        url("../images/cruisepage/Rectangle2282.webp");
    background-size:cover;
    background-position:center;
}

/* .banner-content{
    position:relative;
    z-index:2;
} */

.banner-content a {text-decoration: none; color: #000;}

.bner-title{
    color:#fff;
    font-size:clamp(2rem,4vw,3rem);
    margin-bottom:8px;
    font-family: 'Birdy Script', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;

}

.banr-subtitle{
    color:#fff;
    font-size:clamp(1rem,2vw,1.3rem);
    margin-bottom:40px;
}

.cruis-gride{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    max-width:900px;
    margin-left:auto;
}

.crise-cared{
    background:#FFF3DE;
    overflow:hidden;
    /* box-shadow:0 4px 10px rgba(0,0,0,.15); */
    box-shadow: 0px 7px 4px 0px #00000094;

}

.crise-cared img{
    width:100%;
    height:160px;
    object-fit:cover;
    display:block;
}

.crise-cared p{
    text-align:center;
    padding:14px 10px;
    color:#102B40; 
    margin-bottom: 0;
    background: #fff;
    font-weight: 500;
    font-family: Onest;
    font-size: 17px;
    
}

/* Tablet */
@media (max-width: 992px){
    .cruis-gride{
        grid-template-columns:repeat(2,1fr);
        max-width:100%;
        margin:0;
    }
}

/* Mobile */
@media (max-width: 576px){
    .crui-banner{
        padding:20px;
    }

    .banr-subtitle{
        margin-bottom:20px;
    }

    .cruis-gride{
        grid-template-columns:1fr;
    }

    .crise-cared img{
        height:200px;
    }
}


/***********************************
Hot Cruise Deals
**********************************/

.hotcruise-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.hotcruise-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.hlarge-card {
    height: 500px;
}

.hosmall-card {
    height: 242px;
}

.hoverla {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.8),
        rgba(0,0,0,.15)
    );
}

.hocard-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    color: #fff;
    z-index: 2;
}

.hlocation {
    color: #ffc857;
    font-size: 14px;
    font-weight: 600;
}

.hocard-content h3 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 600;
    font-family: Onest;
    
}

.details {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 15px;

font-family: Onest;
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;

}

.hbottomcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.3);
    padding-top: 15px;
}

.hbottomcontent h2,
.hbottomcontent h4 {
    margin: 0;
    font-weight: 700;
}

.hbottomcontent small {
    font-size: 15px;
    font-weight: 400;
}

.hbcruise-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: .4s;
    width: 150px;
}

/* Hover Effects */
.hotcruise-card:hover img {
    transform: scale(1.08);
}

.hotcruise-card:hover .hbcruise-btn {
    background: linear-gradient(90.37deg, #FFA500 29.33%, rgba(255, 243, 222, 0.74) 99.58%);
    border-color: #FFA500;
    color: #000;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hlarge-card,
    .hosmall-card {
        height: 350px;
    }

    .hocard-content h3 {
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {
    .hlarge-card,
    .hosmall-card {
        height: 300px;
    }

    .hocard-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .hocard-content h3 {
        font-size: 1.4rem;
    }

    .hbottomcontent {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hbcruise-btn {
        width: 100%;
        text-align: center;
    }
}

/**********************
Cruising Around The World
********************/

.caround-card{
    position:relative;
    overflow:hidden;
    height:100%;
    border-radius:8px;
}

.caround-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Content */
.card-content{
    position:absolute;
    left:20px;
    bottom:-40px;
    z-index:2;
    transition:0.4s ease;
}

.caround-title{
    color:#fff;
    font-size:25px;
    font-weight:500;
    margin-bottom: 20px;
}

.cabtn-title{
    margin-top:12px;
    padding:10px 18px;
    border:none;
    border-radius:8px;
    background: linear-gradient(90.37deg, #FFA500 28.25%, rgba(255, 243, 222, 0.74) 63.36%);
    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
    text-decoration: none !important;
    color: #333;
}

/* Price Circle */
.ca-price{
    position:absolute;
    top:25px;
    right:25px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:green;
    opacity:0;
    transform:scale(.7);
    transition:.4s;
}

.ca-price-small{
    position:absolute;
    top:10px;
    right:10px;
    width:25px;
    height:25px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:normal;
    color:green;
    opacity:0;
    transform:scale(.7);
    transition:.4s;
    font-size: 11.5px;
}

/* Hover Effect */
.caround-card:hover .card-content{
    bottom:10px; /* title + button upar move */
}

.caround-card:hover .cabtn-title{
    opacity:1;
    visibility:visible;
}

.caround-card:hover .ca-price{
    opacity:1;
    transform:scale(1);
}

.caround-card:hover .ca-price-small{
    opacity:1;
    transform:scale(1);
}


/******************
summer Deals
*******************/
.sumsection-title{
    font-size:28px;
    font-weight:600;
    margin-bottom:40px;
}

.sumsection-title span{
    color:#d32f2f;
}

.sumseason-card{
    margin-bottom:30px;
}

.sumseason-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:0.4s;
}

/* .sumseason-card:hover img{
    transform:scale(1.01);
} */

.sumseason-card h3{
    font-size:23px;
    font-weight:600;
    margin-top:20px;
}

.sumseason-card p{
    color:#666;
    font-size:14px;
    line-height:1.7;
    min-height:90px;
}

.sumbook-btn{
    background: linear-gradient(90.37deg, #FFA500 29.33%, rgba(255, 243, 222, 0.74) 99.58%);
    color:#000;
    border:none;
    padding:10px 18px;
    border-radius:5px;
    font-size:14px;
    font-weight:500;
    transition:.3s;
    text-decoration: none;
}

.sumbook-btn:hover{
    background:#000;
    color:#fff;
}

@media(max-width:991px){
    .sumsection-title{
        font-size:32px;
    }

    .sumseason-card h3{
        font-size:28px;
    }
}

@media(max-width:767px){
    .sumsection-title{
        font-size:26px;
        text-align:center;
    }

    .sumseason-card img{
        height:220px;
    }

    .sumseason-card h3{
        font-size:24px;
    }
}