.city-hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.city-hero-overlay {
    background: linear-gradient(270deg, rgba(188, 163, 125, 0) -36.85%, #8C7A5F 100%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-hero-content {
    
}

.city-hero-content p {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 500px;
}

.city-hero-content-links {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
}

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

.city-hero-content-links span {
    color: #F0F0F0;
}   

.city-hero-content-links svg {
    color: #F0F0F0;
}

.city-hero-content-links a:hover {
    color: #F0F0F0;
}

.city-hero-content-links a.active {
    color: #fff;
    font-weight: 600;
}

.city-hero-mouse {
    margin-top: 3rem;
}

.city-about {
    position: relative;
}

.city-about-content-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5rem 0;
    padding-inline-end: 2rem;

}

.city-about-content-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #151515;
}

.city-about-content-title h2 span {
    color: #EA9860;
}

.city-about-content-title p {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2rem;
}

.city-about-content-title-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.city-about-content-title-number-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* gap: 20px; */
}

.city-about-content-title-number-item span {
    font-size: 28px;
    font-weight: 600;
    color: #161616;
}

.city-about-content-title-number-item p {
    font-size: 18px;
    font-weight: 400;
    color: #161616;
}

.city-about-content-image {
    height: 100%;
    width: 100%;
}

.city-about-content-image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 50vw;
    object-fit: cover;
    border-radius: 8px;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}

.city-map {
    background-color: #72C5C3;
}

.city-map-overlay {
    background-image: url('../../img/dark-1.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.city-map-image {
    height: 100%;
    width: 100%;
}

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

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

.city-map-content h2 {
    font-size: 42px;
    font-weight: 600;
    color: #3D3D3D;
}

.city-map-content h2 span {
    color: #fff;
}

.city-map-content p {
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.city-map-content-btn {
    margin-top: 2rem;
}

.city-cozy {
    background-image: url('../../img/c-green.png');
    /* background-size: cover; */
    background-position: right;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.city-cozy-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.city-cozy-header-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.city-cozy-header-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #151515;
}

.city-cozy-header-title p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.city-cozy-slider-item {
    background-color: #fff;
    border-radius: 24px;
    padding: 1rem;
}

.city-cozy-slider-item-title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #3D3D3D;
}

.city-cozy-slider-item-title p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.city-cozy-slider-item-image {
    height: 100%;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    height: 400px;
    margin-top: 2rem;
}

.city-cozy-slider-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-cozy-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.city-cozy-swiper-button-prev svg, .city-cozy-swiper-button-next svg {
    color: #151515;
}

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

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

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

.city-amenities-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

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

.city-amenities-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.city-amenities-content-item {
    margin-bottom: 1rem;
    min-width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.city-amenities-content-item-image {
    object-fit: contain;
    margin-bottom: 1rem;
}

.city-amenities-content-item-title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
}

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

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

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

.city-gallery-slider {
    height: 100%;
    width: 100%;
}

.city-gallery-slider img {
    width: 100%;
    height: 320px;
    border-radius: 24px;
    object-fit: cover;
}

.city-gallery-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.city-gallery-swiper-button-prev svg, .city-gallery-swiper-button-next svg {
    color: #151515;
}

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

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

.city-contact {
    padding: 5rem 0;
    background-color: #fff;
    background-image: url('../../img/image-city.png');
    /* background-size: cover; */
    background-position: left;
    background-repeat: no-repeat;
}

.city-contact-image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.city-contact-image-logo {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #d9d9d930, #d9d9d934), linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-contact-image-logo img {
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
}


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

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

.form-group input, .form-group textarea {
    border: 1px solid #D2D2D2;
    border-radius: 12px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
}

.city-construction {
    padding: 5rem 0;
}

.city-construction-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.city-construction-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #151515;
}   

.city-construction-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.city-construction-swiper-button-prev svg, .city-construction-swiper-button-next svg {
    color: #151515;
}

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

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

.city-construction-slider {
    height: 100%;
    width: 100%;
}

.city-construction-slider img {
    width: 100%;
    height: 380px;
    border-radius: 24px;
    object-fit: cover;
}

.city-construction-slider-item {
    position: relative;
}

.city-construction-slider-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff; 
    padding: 1rem;
    border-radius: 0 0 12px 12px ;
}

.city-construction-slider-item-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #151515;
}

.city-construction-slider-item-title p {
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
}








































@media (max-width: 768px) {
    .city-about-content-image img {
        position: unset;
        max-width: 100%;
        border-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .city-about {
        padding: 2rem 0;
    }
    .city-about-content-title {
        padding-inline-end: 0;
    }
    .city-map-content {
        margin-top: 2rem;
    }
    .city-gallery-header h2 {
        font-size: 24px;
    }
    .city-contact {
        padding: 2rem 0;
        background-image: none;
    }
    .city-contact-form {
        margin-top: 2rem;
    }
}


