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

.allegra-hero-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -218.7%, #482022 100%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.allegra-hero-content img {
    max-width: 350px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.allegra-hero-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FAFAFA;
}

.allegra-hero-content-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

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

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

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

.allegra-hero-content-links svg {
    font-size: 16px;
    font-weight: 400;
    color: #BABABA;
    line-height: 1.5;
}

.allegra-mouse {
    position: absolute;
    bottom: 2rem;
    z-index: 100;
    left: 50%;
}

.allegra-mouse img {
    width: 44px;
    height: auto;
    object-fit: contain;
}

.allegra-about {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.allegra-about-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -26.4%, rgba(0, 0, 0, 0.7) 90.5%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}

.allegra-about-content {
    position: relative;
    z-index: 2;
}

.allegra-about-content-image img {
    max-width: 350px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 2rem;
}

.allegra-about-content-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #F2F2F2;
}

.allegra-about-bg {
    background: linear-gradient(270deg, #77393C 0%, #DD6A6F 102.03%);
    clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 45% 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.allegra-about-bg-a {
    background-image: url('../../img/a.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}

.allegra-amenities {
    /* background-color: #F2F2F2; */
    position: relative;
    top: -2rem;
}

.allegra-amenities-content {
    padding: 1rem;
    box-shadow: 0px 20px 26px 0px #00000014;
    border-radius: 10px;
    background: #FFF;
}

.allegra-amenities-header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
    margin-bottom: 2rem;
}

.allegra-amenities-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.allegra-amenities-item img {
    /* width: 50px;
    height: 50px; */
    object-fit: contain;
}

.allegra-amenities-item h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    margin-bottom: 0;
}

.allegra-map {
    /* background-color: #F2F2F2; */
    padding: 5rem 0;
}

.allegra-map-content {
    background-color: #fff;
    box-shadow: 0px 20px 26px 0px #0000000F;
    padding: 2rem;
    border-radius: 24px;
}

.allegra-map-content-image img {
    max-width: 100%;
    width: 100%;
    /* min-height: 400px; */
    height: auto;
    object-fit: contain;
    border-radius: 24px;
}

.allegra-map-content-text {
    /* padding: 2rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* align-items: center; */
    /* gap: 1rem; */
}

.allegra-map-content-text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
    margin-bottom: 1rem;
}

.allegra-map-content-text h2 span {
    color: #BA5E63;
}

.allegra-map-content-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
}

.allegra-map-content-text-links {
    margin-top: 2rem;
}

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

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

.allegra-gallery-content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
}

.allegra-gallery-content h2 span {
    color: #BA5E63;
}

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

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

.allegra-gallery-button {
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

.allegra-gallery-swiper-pagination {
    width: fit-content !important;
}

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

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

.allegra-contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 3rem 0;
}

.allegra-contact-form {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0px 20px 26px 0px #0000000F;
}

.allegra-contact-form h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #111;
}

.allegra-contact-form .form-group {
    margin-bottom: 1rem;
}

.allegra-contact-form .form-group input,
.allegra-contact-form .form-group textarea {
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: .6rem;
}

















@media (max-width: 768px) {
    .allegra-about-bg-a {
        width: 100%;
    }
    .allegra-amenities {
        top: 0;
        padding: 2rem 0;
    }
    .allegra-amenities-item {
        margin-bottom: 2rem;
    }
    .allegra-map-content-image {
        margin-top: 2rem;
    }
    .allegra-gallery-content h2 {
        font-size: 20px;
    }
}
