.wanas-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100vh - 70px);
}

.wanas-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -20.14%, #4279bcb8 90.32%);
    width: 100%;
    height: 100%;
}

.wanas-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.wanas-hero-content-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wanas-hero-content-links a {
    text-decoration: none;
    color: #BABABA;
    font-size: 16px;
    font-weight: 400;
}

.wanas-hero-content-links svg {
    color: #BABABA;
    font-size: 16px;
    font-weight: 400;
    margin: 0 12px;
}

.wanas-hero-content-links a:hover {
    color: #fff;
}

.wanas-hero-content-links a.active {
    color: #fff;
}

.wanas-hero-content p {
    font-size: 16px;
    font-weight: 400;
    color: #FAFAFA;
    text-align: center;
    margin: 12px 0;
    max-width: 600px;
    line-height: 24px;
}

.wanas-hero-content img {
    width: auto;
    max-width: 100%;
    height: 230px;
    max-height: 230px;
    object-fit: contain;
}

.about-wanas {
    /* background: linear-gradient(180deg, #353535 0%, #202020 100%); */
}

.city-amenities {
    background: linear-gradient(360deg, #4279bc3a 0%, rgba(135, 135, 135, 0) 100%) !important;
    padding: 5rem 0;
    backdrop-filter: blur(40px);
}   

.about-wanas-overlay {
    background-image: url('../../img/dots-wanas.png'), url('../../img/c-wanas.png');
    background-size: 40%, contain;
    background-position: top right, center left;
    background-repeat: no-repeat, no-repeat;
    padding: 5rem 0;
}

.about-wanas-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #252525;
    padding: 1rem 2rem;
    border-radius: 8px;
    margin: 3rem 0;
    z-index: 1;
    position: relative;
}

.about-wanas-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.about-wanas-content p {
    font-size: 16px;
    font-weight: 400;
    color: #B2B2B2;
    margin-bottom: 1rem;
}

.about-wanas-number {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.5rem;
}

.about-wanas-number-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-wanas-number-item h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.about-wanas-number-item p {
    font-size: 16px;
    font-weight: 400;
    color: #D2D2D2;
}

.about-wanas-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-wanas-image img {
    width: 130%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    position: relative;
    left: -15%;
    z-index: 0;
}

.wanas-map {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wanas-map-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -68.32%, rgba(0, 0, 0, 0.95) 108.32%);
    width: 100%;
    height: 100%;
    padding: 5rem 0;
}

.wanas-map-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.wanas-map-content-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 20%;
}

.wanas-map-content-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wanas-map-content-text {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    max-width: 70%;
}

.wanas-map-content-text h2 {
    font-size: 38px;
    font-weight: 700;
    color: #EEEEEE;
    margin-bottom: 1.5rem;
}

.wanas-map-content-text p {
    font-size: 16px;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 30px;
}

.wanas-amenities {
    /* background-color: #222222; */
    padding: 5rem 0;
}

.wanas-amenities h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.wanas-amenities .col-md-4 {
    height: 100%;
}

.wanas-amenities-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1rem;
    height: 100%;
    border-radius: 8px;
    background-color: #323232;
}

.wanas-amenities-item-image {
    display: flex;
    margin-bottom: .6rem;
    height: 100%;
}

.wanas-amenities-item-image h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.wanas-amenities-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-inline-end: 1rem;
}

.wanas-amenities-item-text p {
    font-size: 18px;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 30px;
    text-align: justify;
}

.wanas-gallery {
    /* background-color: #1C1C1C; */
    padding: 5rem 0;
}

.wanas-gallery-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.wanas-gallery-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #4278BC;
}

.wanas-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    object-fit: cover;
}

.gallery-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.gallery-button .swiper-wanas-gallery-button-prev svg {
    color: #000;
}

.gallery-button .swiper-wanas-gallery-button-next svg {
    color: #000;
}

.gallery-button .swiper-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.gallery-button .swiper-pagination-bullet {
    background-color: #5c5b5b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.gallery-button .swiper-pagination-bullet-active {
    background-color: #4278BC;
    width: 25px;
    height: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.wanas-contact {
    /* background-color: #222222; */
    padding: 5rem 0;
}

.wanas-contact-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    background-color: #Fff;
    padding: 2rem;
    border-radius: 8px;
}

.wanas-contact-form h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}

.wanas-contact-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.wanas-contact-form .form-group input,
.wanas-contact-form .form-group textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #3A3A3A;
    background-color: transparent;
    padding: .6rem;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.wanas-contact-form .form-group textarea::placeholder,
.wanas-contact-form .form-group input::placeholder {
    color: #000;
}

.wanas-contact-image {
    position: relative;
    width: 100%;
    height: 80%;
    margin: 10% 0;
}

.wanas-contact-image .img-contact {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.wanas-contact-image-overlay {
    background: linear-gradient(0deg, #d9d9d92c, #d9d9d91c),linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.wanas-contact-image-overlay img {
    /* max-width: 80%;
    max-height: 80%; */
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}




























@media (max-width: 768px) {
    .about-wanas-image img {
        width: 100%;
        left: 0;
    }
    .about-wanas-number {
        gap: 1rem;
    }
    .wanas-gallery-content h2 {
        font-size: 24px;
    }
    .wanas-map-content {
        flex-direction: column;
    }
    .wanas-map-content-image {
        max-width: 50%;
    }
    .wanas-map-content-text {
        max-width: 100%;
    }
    .wanas-contact-image {
        height: 100%;
        margin: 0;
        margin-top: 1rem;
    }
    .wanas-contact-image .img-contact {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

