/**** FONTS ****/
#header-django *:not(i),
#cms-content *:not(i) {
    font-family: 'Nunito', sans-serif !important;
}

/*** BUTTONS ***/

.offer-btn {
    background-color: #e75d28;
    border-radius: 50px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    padding: 0.3rem 2rem !important;
    transition: all .2sease !important;
    cursor: pointer;
}

.offer-btn:hover {
    background-color: #fff !important;
    color: #e75d28 !important;
    border: 2px solid #e75d28 !important;
}

.btn-tb-blue {
    background-color: #214478;
    color: #fff;
    border: 1px solid transparent;
    padding: .3rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-tb-blue:hover {
    background-color: #fff;
    color: #214478;
    border: 1px solid #214478;
    text-decoration: none;
}

.btn-tb-cian {
    background-color: #5AA0C2;
    color: #fff;
    border: 1px solid transparent;
    padding: .3rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-tb-cian:hover {
    background-color: #fff;
    color: #5AA0C2;
    border: 1px solid #5AA0C2;
    text-decoration: none;
}

.container-fluid p.cms-plugin:has(.btn-tb-blue){
    align-self: end;
}

.container-fluid p:has(.btn-tb-blue){
    align-self: end;
}
/*** HERO ***/
@media (min-width: 990px) {
    .hero-new-xl h1 {
        font-size: 70px;
    }
}

/*** DESTINATIONS ***/
.destinations-bg {
    background: url('/media/filer_public/81/57/81574668-e199-4097-8707-f3c0457ce23b/image_3.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.destination-pill {
    height: 320px;
}

.destination-pill img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(.8);
    transition: all 0.3s ease;
    width: 100%;
}

.destination-pill img:hover {
    transform: scale(1.05)
}

.destination-pill .destination-name {
    transform: rotate(270deg);
    position: absolute;
    bottom: 135px;
    right: -96px;
}

@media (max-width: 400px) {
    .destination-pill .destination-name {
        bottom: 164px;
        right: -115px;
    }
    
}

@media (min-width: 400px) and (max-width: 776px) {
    .destination-pill .destination-name {
        bottom: 268px;
        right: -173px;
    }
    
}

@media (min-width: 776px) and (max-width: 991px) {
    .destination-pill .destination-name {
        bottom: 170px;
        right: -129px;
    }
    
}

.destination-pill .destination-name h3 {
    font-size: 30px;
    color: #fff;
}

@media (min-width: 990px) {
    .destinations-bg h2 {
        font-size: 40px;
    }
}

/*** CTA BANNER ***/
.banner-cta {
    background: url('/media/filer_public/d5/74/d574a076-0a93-4113-8709-8e0e26188aed/111_11zon.webp');
    background-size: cover;
    background-position: 0 -129px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}

.banner-cta h2 {
    color: white;
    font-size: 1.5rem;
}

.banner-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/*** RECOMENDATIONS ***/

@media (min-width: 990px) {
    .recommendations-container h2 {
        font-size: 40px;
    }
}

/*** SHIP OWNER BANNER ***/
.ship-owner-banner {
    background-color: #5AA0C2; 
    border-radius: 20px; 
    overflow: hidden; 
    padding: 0; 
    margin: 0;
}

@media (min-width: 990px) {
    .ship-owner-banner {
        height: 500px;
    }

    .ship-owner-banner div.row {
        height: 100%;
    }

    .ship-owner-banner h2 {
        font-size: 40px;
    }
}

/*** WHY CHOOSE US ***/
.why-choose-us {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: box-shadow .3s ease-in;
}

.why-choose-us h3 {
    font-size: 1.1rem;
}

.why-choose-us:hover {
    box-shadow: 0 0 10px #5AA0C2d6;
}

/*** DESTINATIONS ***/
.hero-new-md::after,
.hero-new-xl::after {
    background: #00000060;
}

.destination-carousel .carousel-inner {
    border-radius: 20px;
    height: 300px !important;
}

.destination-carousel .carousel-control-prev, 
.destination-carousel .carousel-control-next {
    align-items: center;
    padding-bottom: 0;
}

.destination-carousel .carousel-control-next-icon, 
.destination-carousel .carousel-control-prev-icon {
    border-radius: 25px;
}

.destination-carousel .carousel-indicators li,
.destination-carousel .carousel-indicators li::after {
    height: 10px;
    width: 10px;
}

/*** BOAT OWNER ***/
.anchor-list ul {
    font-size: .8rem;
    list-style: none;
    padding-inline-start: 0;
}

.anchor-list li {
    padding-bottom: 1rem;
}

.anchor-list li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/media/filer_public/94/a7/94a751d6-4874-4eaf-9ee9-7136ee345c5a/9bd4e008f9d95e104923565c5a794ddf.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    }

/*** FISHIN BOATS TOYS ***/  
div.toys-section div.row div h3{
    display: none;
}
div.toys-section div.row div{
    color: #fff !important;
}

.boat-product .location-info div {
    display: none;
}

body { overflow-x: hidden; }