/* Bannner CSS */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.banner-image-box {
    position: relative;
    width: 100%;
}

.banner-image-box img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.Banner_Swiper .banner-image-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 110px;
    text-align: center;
}

.banner-content h1 {
    letter-spacing: 0.08em;
    font-weight: 900;
}

.banner-content span {
    display: inline-block;
    width: 100%;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.Banner_Swiper .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}

.Banner_Swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.Banner_Swiper .swiper-horizontal>.swiper-pagination-bullets, .Banner_Swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-content: end;
    flex-wrap: wrap;
    right: 30px;
    bottom: 30px;
    left: auto;
}

/* Marina Spotlights */

.marina-spotlight-title {
    margin-bottom: 36px;
}

.marina-spotlight-title p{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 24px;
}

.marina-spotlight-title a {
    vertical-align: bottom;
}

.image-box img {
    width: 412px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 3/2;
}

.card-content h3 {
    margin-top: 12px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.card-content .map-location {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #83A7B2;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.08em;
}

.card-content a{
    position: relative;
}

.image-box > a {
    vertical-align: bottom;
    width: 100%;
}

.card-content > a::after {
    content: "";
    position: absolute;
    background: #D4EEF0;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    right: 0;
}
  
/* How it works */
.how-it-works p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 auto;
    max-width: 563px;
}

.how-work-text-block h4 {
    margin-bottom: 12px;
}

.how-work-text-block > p {
    margin-bottom: 30px;
    max-width: 563px;
}

.how-work-text-block ul li {
    display: flex;
    gap: 16px;
}

.work-small-image {
    width: 30px;
    height: 30px;
}

.how-work-text-block .work-title-dark {
    line-height: 20px;
    margin-bottom: 4px;
}

.how-work-text-block .work-subtitle-regular {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.how-work-text-block ul {
    margin-bottom: 30px;
}

.how-work-text-block ul li {
    margin-bottom: 16px;
}

.how-work-image-block img{
    border-radius: 24px;
    width: 628px;
    height: auto;
    object-fit: cover;
}

.how-work-image-block + .how-work-text-block {
    padding-left: 77px;
}

/* Download app */
.download-app ul {
    gap: 20px;
}

.download-app img {
    width: 100%;
    height: auto;
}


/* Responsive CSS */
@media only screen and (max-width: 1399px) {
    /* How it works */
    .how-work-image-block + .how-work-text-block {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .Banner_Swiper .swiper-horizontal>.swiper-pagination-bullets, 
    .Banner_Swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        flex-direction: row;
        gap: 0;
        right: 0;
        left: 0;
        justify-content: center;
        bottom: 10px;
    }

    .banner-content {
        bottom: 0;
    }

    .homepage .search-section {
        padding: 20px 12px;
        width: 96%;
        max-width: none;
        margin: 0 auto;
        border-radius: 10px;
        position: relative;
        z-index: 0;
        background: #fff;
        box-shadow: none;
        top: 12px;
        border: 1px solid #D4EEF0;
    }

    .how-work-text-block ul {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-image-box img {
        height: 375px;
    }

    .banner-content {
        bottom: 50px;
    }

    /* Marina Spotlights */
    .marina-spotlight-title p {
        font-size: 16px;
        line-height: 20px;
    }

    /* How it works */
    .how-it-works p {
        font-size: 16px;
        line-height: 20px;
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    /* How it works */
    .how-work-image-block img {
        width: 100%;
    }

    .how-work-text-block > p {
        max-width: none;
    }
}

@media only screen and (max-width: 575px) {
    .how-work-text-block ul {
        margin-bottom: 10px;
    }
    .banner-content {
        bottom: 30px;
    }

    .image-box img {
        width: 100%;
    }

    .card-content h3 {
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .card-content span {
        margin-bottom: 6px;
    }

    .image-card {
        padding-bottom: 20px;
    }

    .image-card:last-child {
        padding-bottom: 0;
    }

    /* how it works */
    .explore-marina-block {
        text-align: center;
    }
   
}

@media only screen and (max-width: 480px) {
    .get-started {
        text-align: center;
    }

    .download-app h2 {
        font-size: 20px;
    }

    /* .homepage .search-section {
        width: 100%;
    } */
}

.loader {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
    background: url("../../../assets/dashboard/images/Loader.gif") 50% 50% no-repeat rgb(249,249,249);
    background-size: 100px;
}
