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

.oval-hero-overlay {
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(179.55deg, rgba(0, 0, 0, 0) 21.25%, rgba(0, 0, 0, 0.9) 99.61%),linear-gradient(0deg, rgba(0, 0, 0, 0) 43.08%, rgba(0, 0, 0, 0.9) 100%), url('../../img/oval-bg.png');
    background-size: 100% 100%, 100% 100%, 80% 60%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5rem 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.oval-hero-content img {
    /* width: 100%;
    height: 100%; */
    max-width: 500px;
    max-height: 100%;
    object-fit: contain;
}

.oval-hero-content p {
    font-size: 18px;
    font-weight: 400;
    color: #FAFAFA;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
    max-width: 700px;
}

.oval-hero-content-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.oval-hero-content-links-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oval-hero-content-links-item a {
    font-size: 18px;
    font-weight: 400;
    color: #BABABA;
}

.oval-hero-content-links-item a.active {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.oval-hero-content-links-item svg {
    font-size: 18px;
    font-weight: 400;
    color: #BABABA;
}

.oval-hero-mouse {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oval-hero-mouse img {
    object-fit: contain;
}

.oval-about {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.oval-about-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.oval-about-content h2 {
    font-size: 42px;
    font-weight: 400;
    color: #151515;
}

.oval-about-content h2 span {
    font-weight: 700;
}

.oval-about-content p {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}

.oval-about-content-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #FFFFFF;
    border: 11px solid #F8F8F8;
    padding: .5rem 1rem;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    left: -50%;
}

.oval-about-content-number-item span {
    font-size: 20px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 0;
}

.oval-about-content-number-item p {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    margin: 0;
}

.oval-about-image {
    width: 40%;
    height: 100%;
    min-height: 500px;
    /* height: calc(100% - 10rem); */
    /* object-fit: contain; */
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
}

.oval-about-image img {
    width: 100%;
    /* min-height: 500px; */
    height: calc(100% - 5rem);
    margin: 2.5rem 0;
    border-radius: 0 24px 24px 0;
    object-fit: cover;
}

.oval-gallery {
    padding: 5rem 0;
}

.oval-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.oval-gallery-header h2 {
    font-size: 42px;
    font-weight: 400;
    color: #151515;
}

.oval-gallery-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.oval-gallery-swiper-button-prev svg,
.oval-gallery-swiper-button-next svg {
    font-size: 20px;
    font-weight: 400;
    color: #151515;
}

.oval-gallery-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

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

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

.oval-gallery-swiper {
    position: relative;
}   


.oval-gallery-swiper {
    padding: 0 5rem;
}

.oval-gallery-swiper .swiper-slide {
    height: 100%;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.oval-gallery-swiper .swiper-slide-prev {
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.oval-gallery-swiper .swiper-slide-next {
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.oval-gallery-swiper .swiper-slide-active {
    transform: scale(1);
    transition: all 0.3s ease;
}

.oval-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 450px;
    border-radius: 24px;
    object-fit: cover;
}

.oval-map {
    padding: 5rem 0;
}

.oval-map-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 10px;
}

.oval-map-content h2 {
    font-size: 42px;
    font-weight: 400;
    color: #151515;
}

.oval-map-content h2 span {
    font-weight: 700;
}

.oval-map-content p {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
}

.oval-map-content-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oval-map-image {
    width: 100%;
    max-height: 500px;
    height: 100%;
    background-color: #FFF;
    border-radius: 24px;
    overflow: hidden;
    padding: 1rem;
}

.oval-map-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.oval-amenities {
    padding: 5rem 0;
    background-color: #fff;
}

.oval-content {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0px 20px 26px 0px #00000014;
}

.oval-amenities-header {
    margin-bottom: 2rem;
}

.oval-amenities-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #151515;
}

.oval-amenities-header p {
    font-size: 18px;
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 32px;
}

.oval-amenities-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.oval-amenities-item {
    padding-bottom: 1rem;
    min-width: 32%;
    display: flex;
    align-items: center;
}

.oval-amenities-item-image img {
    margin-inline-end: .5rem;
    object-fit: cover;
}

.oval-amenities-item h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #6E6E6E;
}

.oval-amenities-image {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.oval-amenities-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oval-contact {
    padding: 5rem 0;
    background-image: url('../../img/bbbbbbbbbbbbb\ 1.png');
    background-size: 90% 60%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.oval-contact-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.oval-contact-image img {
    width: 100%;
    height: 80%;
    margin: 10% 0;
    object-fit: cover;
}

.oval-contact-content {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 2rem;
    /* box-shadow: 0px 20px 26px 0px #00000014; */
}

.oval-contact-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #151515;
}

.oval-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: .5rem 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #151515;
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    color: #151515;
}















































@media (max-width: 768px) {
    .oval-hero-overlay {
        background: linear-gradient(179.55deg, rgba(0, 0, 0, 0) 21.25%, rgba(0, 0, 0, 0.9) 99.61%),linear-gradient(0deg, rgba(0, 0, 0, 0) 43.08%, rgba(0, 0, 0, 0.9) 100%);
    }
    .oval-hero-content img {
        max-width: 100%;
    }
    .oval-about-content-number {
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .oval-about-image {
        position: unset;
        border-radius: 24px;
        width: 100%;
        height: 100%;
    }
    .oval-about-image img {
        border-radius: 24px;
    }
    .oval-gallery-header h2 {
        font-size: 22px;
    }
    .oval-gallery-swiper .swiper-slide img {
        height: 300px;
    }
    .oval-map-content {
        margin-top: 2rem;
    }
}
