/* .site-header { background-color: transparent; box-shadow: none;} */
.home-banner-section {
    margin: 0;
    padding: 0;
}
.home-banner-slider {
    margin: 0 !important;
    position: relative;
}
.home-banner-section-mobile { display: none;}

/* Slick Slider Custom Styles */
.home-banner-slider .slider-item {
}
.home-banner-slider .slider-img-wrapper {
    position: relative;
    padding-top: 57.5%;
}
.home-banner-slider .slider-item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home-banner-slider .slick-dots {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.home-banner-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}
.home-banner-slider .slick-dots li button {
    font-size: 0px;
    color: #fff;
    opacity: 1;
    background-color: var(--white);
    width: 18px;
    height: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.home-banner-slider .slick-dots li.slick-active button {
    width: 36px;
    background-color: var(--secondary);
}
.home-banner-slider .slick-dots li button:before {
    display: none;
}

/* ======================================================================
======================= banner section start =============================
====================================================================== */
.home-banner-section{position: relative;}
.home-banner-section .heading-style-1{color: white; white-space: nowrap; margin-bottom: 60px; font-size: 50px; text-transform: uppercase;}
.home-banner-section .home-banner-form{position: absolute; bottom: 250px; max-width: 760px;right: 175px;z-index: 3;}
.home-banner-section .home-banner-form .home-filter-field { position: relative;}
.home-banner-section .home-banner-form .inner-banner-form{ /*max-width: 367px; margin-left: auto; */display: flex;flex-direction: column;gap: 17px;}
.home-banner-section .home-banner-form .inner-banner-form input{outline: none;border: 1px solid #2D4E5F17;background-color: var(--white-45);border-radius: 100px;font-size: 20px;color: var(--white);padding-left: 54px;padding-right: 16px;width: 100%;padding-block: 16px;}
.home-banner-section .home-banner-form .inner-banner-form input::placeholder{color: var(--white);text-transform: uppercase;}
.home-banner-section .home-banner-form .inner-banner-form .btn-box{width: fit-content;margin-left: auto;}
.home-banner-section .home-banner-form .inner-banner-form .btn-box button{outline: none;border: 1px solid var(--white);border-radius: 100px;background-color: transparent;color: var(--white);font-size: 20px;font-weight: 500;padding-block: 10px;padding-inline: 22px;line-height: 20px;letter-spacing: 2.0px;transition: all ease-in-out 0.3s;cursor: pointer;}
.home-banner-section .home-banner-form .inner-banner-form .btn-box button:hover{background-color: var(--white);color: var(--primary);}
/* for date range picker  */

.location-dropdown-wrapper .select2-container .select2-selection--single{
    background-color: var(--white-45);
    border: 1px solid #2D4E5F17;
    border-radius: 30px;
    font-size: 20px;
    color: var(--white);
    width: 100%; 
    padding-block: 13px;  
}
.location-dropdown-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--white);
    padding: 0;
    width: 100%;
    line-height: 29px;
    padding-inline: 54px !important;
}
.location-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--white);
}
.location-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-size: 18px auto;
    right: 30px;
    filter: brightness(100) contrast(100);
}
.location-dropdown-wrapper .select2-container {width: 100% !important;}


/* ======================================================================
======================= banner section ended =============================
====================================================================== */

/* ======================================================================
======================= categories section start ===========================
====================================================================== */
.categories-section{display: flex;flex-direction: column;gap: 16px;}
.categories-section .yacht-name-image{display: flex;line-height: 0;}
/* .categories-section .yacht-name-image:first-child .yacht-image{border-top-left-radius: 0 !important;border-top-right-radius: 0 !important;} */
.categories-section .yacht-name-image:nth-child(even){flex-direction: row-reverse;}
.categories-section .yacht-name-image > div{width: 50%;}
.categories-section .yacht-name-image .yacht-name{display: flex; align-items: center;justify-content: center;}
.categories-section .yacht-name-image .yacht-image{border-radius: 10px;overflow: hidden;box-shadow: 0px 4px 4px 0px #00000040;}
.categories-section .yacht-name-image .yacht-image img{aspect-ratio: 720/518;width: 100%;object-fit: cover;object-position: center;height: 100%;}

.categories-mobile-header { text-align: center; padding: 100px 0 60px;}
/* ======================================================================
======================= categories section ended ===========================
====================================================================== */
/* ======================================================================
======================= explore section start ===========================
====================================================================== */
/* .inner-explore-section img{aspect-ratio: 1192/781;width: 100%;height: 100%;object-fit: cover;object-position: center;} */
/* ======================================================================
======================= explore section ended  ===========================
====================================================================== */

.event-section .bdp-slider-wrapper .event-slide{/*box-shadow: 0px 3px 6px 0px #00000099;*/ filter: drop-shadow( 0px 3px 6px #00000099); position: relative;overflow: hidden;}
.event-section .bdp-slider-wrapper .event-slide:hover .event-slide-image img{scale: 1.01;}
.event-section .inner-event-section > .btn-box{display: none;}
.event-section .bdp-slider-wrapper .event-slide .event-slide-image{position: relative;}
.event-section .bdp-slider-wrapper .event-slide .event-slide-image::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--black-40);}
.event-section .bdp-slider-wrapper .event-slide .event-slide-image img{width: 100%;height: 100%;object-fit: cover;object-position: center;aspect-ratio: 379/599;transition: all ease-in 0.3s;}
.event-section .bdp-slider-wrapper .event-slide .heading-style-9{position: absolute;width: 100%;padding-inline: 20px;top: 50%;transform: translateY(-50%);left: 0;text-align: center;color: var(--white);z-index: 2;text-transform: uppercase;line-height: 45px;}
/* for slider */
.event-section .bdp-slider-wrapper .slick-slide{margin-inline: 8px;}
.event-section .bdp-slider-wrapper .slick-list{overflow: visible;margin-inline: -8px;}
.event-section .bdp-slider-wrapper .slick-prev, .event-section .bdp-slider-wrapper .slick-next{width: 62px;height: 62px;box-shadow: 0px 4px 4px 0px #00000040;border-radius: 50%;z-index: 3;background: var(--white) url(../images/event-slider-right-arrow.svg) no-repeat center /22px 16px;transition: all ease-in 0.3s;}
.event-section .bdp-slider-wrapper .slick-prev{left: -40px;transform: rotate(-180deg) translateY(50%);}
.event-section .bdp-slider-wrapper .slick-next{right: -40px;}
.event-section .bdp-slider-wrapper .slick-prev:hover, .event-section .bdp-slider-wrapper .slick-next:hover{background-color: var(--secondary);}
.event-section .bdp-slider-wrapper .slick-prev:before, .event-section .bdp-slider-wrapper .slick-next:before{display: none;}

#customModal {
    display: none;           /* hidden by default */
    /* any other modal styles here */
}


/* HOME BDP SECTION */
.bdp-section {
    background: #719BA5;
    padding: 65px 0 75px;
    margin-top: 140px;
}
.bdp-section .common-title {
    color: var(--white);
    margin-bottom: 55px;
}
.bdp-section .reflection-heading::after {
    background: linear-gradient(180deg, #719BA5 28.11%, #dce3e526 71.62%, #a6c2c8 100%);
    -webkit-background-clip: text;
}
.bdp-section .bdp-logo {
    max-width: 184px;
    margin:0px auto 35px;
}
.bdp-section .event-slide {
    border-radius: 15px !important;
}

@media(max-width:1399px) {
    .home-banner-section .home-banner-form { bottom: 150px;}
    .event-section .bdp-slider-wrapper .slick-prev, .event-section .bdp-slider-wrapper .slick-next{width: 58px;height: 58px;}
}
@media(max-width:1199px) {
   
    .categories-mobile-header { padding: 80px 0 40px;  }
    .home-banner-section .home-banner-form { right: 54px; bottom: 75px;}

    .bdp-section { margin-top: 100px; }
    .event-section .bdp-slider-wrapper .slick-prev, .event-section .bdp-slider-wrapper .slick-next{width: 52px;height: 52px;background-size: 18px 12px;}
    .event-section .bdp-slider-wrapper .slick-prev{left: -30px;}
    .event-section .bdp-slider-wrapper .slick-next{right: -30px;}
    
}
@media(max-width:991px) {
    .home-banner-section .heading-style-1 { margin-bottom: 30px; font-size: 40px;}
    .home-banner-slider .slick-dots { bottom: 40px;}
    .home-banner-section .home-banner-form { right: 40px;   bottom: 45px;}
    .home-banner-section .home-banner-form .inner-banner-form input {    padding-block: 12px;     padding-left: 44px;}
    .location-dropdown-wrapper .select2-container .select2-selection--single {padding-block: 9px;}
    .location-dropdown-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
     padding-inline: 44px !important;
     font-size: 20px;
    }

    .bdp-section { padding: 65px 20px 75px;}
    .bdp-section .common-title {
        margin-bottom: 25px;
    }
    .bdp-section .common-title .heading-style-5{
        font-size: 30px;
    }
    .event-section .bdp-slider-wrapper .slick-prev, .event-section .bdp-slider-wrapper .slick-next{width: 48px;height: 48px;}
    .event-section .bdp-slider-wrapper .slick-prev{left: -40px;}
    .event-section .bdp-slider-wrapper .slick-next{right: -40px;}
    
}
@media(max-width:767px) {

    .home-banner-section { display: none;}
    .home-banner-section-mobile { display: block;}
    .home-banner-section-mobile img { width: 100%;}
   .search-section-col{ width: auto; white-space: nowrap; flex: auto;}
   .location-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
        letter-spacing: 0.06em;
        color: #2D4E5F;
        font-size: 15px;
   }
   .location-dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        filter: brightness(0);
    }
    .location-dropdown-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        letter-spacing: 0.06em;
        color: #2D4E5F;
        font-size: 15px;
    }
   

    .categories-section{padding-inline: 36px;}
    .categories-section .yacht-name-image{position: relative;display: block;}
    .categories-section .yacht-name-image > div{width: 100%;}
    .categories-section .yacht-name-image .yacht-name{position: absolute;bottom: 20px;}
    .categories-section .yacht-name-image .yacht-image{border-radius: 24px;overflow: hidden;}
    .categories-section .yacht-name-image .yacht-image::after{content: ""; position: absolute;width: 100%;height: 100%;background: linear-gradient(180.03deg, rgba(0, 0, 0, 0) 0.03%, rgba(28, 72, 79, 0.7) 98.99%);top: 0;left: 0;border-radius: 24px;}
    .categories-section .yacht-name-image:first-child .yacht-image{border-top-left-radius: 24px !important;border-top-right-radius: 24px !important;}
    .reflection-disabled.reflection-text span::after{display: none;}
    .reflection-text-white.reflection-text span{color: #FFFFFF;z-index: 2;}

    .categories-mobile-header { display: block; text-align: center; padding: 0px 0 20px;}
      
    .bdp-section { padding: 50px 20px 50px;  margin-top: 50px;}
    
    .bdp-section .bdp-logo {
        max-width: 114px;
        margin: 0 auto 30px;
    }
    .bdp-section .reflection-heading::after { display: none;}
    .bdp-section .common-title { margin-bottom: 35px;}
    .bdp-section .common-title .heading-style-5 {
        font-size: 20px;
    }

    .bdp-section .inner-event-section {
        margin-bottom: 50px;
    }
    .bdp-section .btn-outline {
        padding: 11px 40px;
    }

    .event-section .bdp-slider-wrapper .event-slide .event-slide-image {border-radius: 15px !important;}
    .event-section .bdp-slider-wrapper .event-slide .event-slide-image img {aspect-ratio: 379 / 599 !important;}
    .event-section .bdp-slider-wrapper .event-slide .event-slide-image::after {
        background-color: var(--black-40) !important;
    }
    .event-section .bdp-slider-wrapper.event-slider-wrapper .event-slide .heading-style-9 {
        position: absolute;
        transform: translateY(-50%);
        text-align: center;
        color: var(--white);
    }
    .event-section .bdp-slider-wrapper .slick-prev {
        left: -35px !important;
    } 
    .event-section .bdp-slider-wrapper .slick-next {
        right: -35px !important;
    }
}

@media(max-width:420px) {
    
    .categories-section { padding: 0 16px;}
    .bdp-section { padding: 50px 35px 50px;}
    /* .search-section-col{ width: auto; white-space: nowrap; flex: auto;} */
}
