@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h2,
p {
    margin: 0;
    padding: 0;
}

.main-container {
    margin-bottom: 100px;
}

.contact-section {
    margin: 100px 0;
}

.section-link {
    text-decoration: none;
}

.logo,
.img-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
    margin-top: -3.5em;
    padding: 250px 0;
}

.img-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.img-banner .content h2 {
    position: relative;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.img-banner .content h2 p {
    font-size: 42px;
    font-weight: normal;
}

button.whatsapp {
    background: #00000000;
    border: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: transform 0.3s ease-out;
    z-index: 1;
}

button.whatsapp:hover {
    transform: scale(1.1);
}

.container-one,
.container-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}

.container-one {
    border-bottom: 1px solid #fff;
}

.details_and_informatoin {
    background: #3A80FC;
    width: 689px;
    padding: 0 45px;
    border-radius: 10px;
    margin: auto;
    margin-top: -8.5em;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);

    .content {
        width: 197px;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        line-height: 110%;
    }

    .content p {
        font-weight: normal;
        font-size: 30px;
        line-height: 110%;
        padding-top: 10px;
    }
}

.land-img-gallery,
.land-videos-gallery,
.map-section,
.land360-img {
    margin: 100px 0;
    border-top: 1px solid #D9D9D9;

    .section-heading {
        background: #7D8464;
        width: 310px;
        padding: 11px 0;
        margin: -1em auto 0;
        text-align: center;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 110%;
        box-shadow: 0px 5px rgba(0, 0, 0, 0.6);
    }
}

.land-imgs {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 60px 0 100px;
}

.land-imgs-section {
    width: 295px;

    img {
        width: 100%;
    }
}

.land-videos {
    margin: 60px 0 100px;
}

.land-video {
    width: 80%;
    height: 100%;
    margin: auto;
}

.video {
    width: 100%;
    height: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #7D8464;
    border-radius: 20px;
    border: none;
}

.carousel-indicators {
    margin-bottom: -2rem;
}

.land360-imgs {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin: 60px auto 100px;
    width: 80%;
}

.land360-imgs-section {
    width: 50%;

    img {
        width: 100%;
    }
}

.phone-icon {
    background: #00000000;
    border: none;
}

.phone-icon img {
    width: 66px;
    height: 66px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.section-link {
    display: block;
    width: 590px;
    margin: auto;
    background: transparent;
    border: none;
}

.button-box {
    display: block;
    width: 590px;
    background: #264895;
    padding: 30px 50px;
    border-radius: 70px;
    margin: -20px auto 0;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.button-box:hover {
    background: #1a3982;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.6);
}

.button-text {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    font-family: "Montserrat", sans-serif;
}

.footer-container {
    background: #333333;
    padding: 60px 100px;
    margin-top: -5px;
}

.footer {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.details-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.details {
    width: 35%;
}

.address,
.contact {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact {
    margin-top: 35px;
}

h2.heading {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 110%;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

p.content {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 125%;
    font-family: "Montserrat", sans-serif;
}

.footer-button {
    width: 590px;
    background: #264895;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 25px 55px;
    border-radius: 80px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.footer-button:hover {
    background: #1a3982;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.6);
}


.land-imgs-mobile {
    display: none;
}

.address-mobile,
.contact-mobile {
    display: none;
}

.address-icon-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    gap: 15px;

    img {
        height: 20px;
        width: 20px;
    }

    h2.heading {
        margin-bottom: 0;
        font-size: 17px;
    }
}

.address-mobile {
    margin-bottom: 30px;

    .address-content .content {
        text-align: center;
        font-size: 15px;
    }
}

.contact-icon-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    gap: 15px;

    img {
        height: 20px;
        width: 20px;
    }

    h2.heading {
        margin-bottom: 0;
        font-size: 17px;
    }
}

.contact-mobile {
    .contact-content .content {
        text-align: center;
        font-size: 15px;
    }
}

.popup-form {
    background: #fff;
    border-radius: 20px;
    width: 55%;
    margin: auto;
    display: none;
    padding: 30px;
    z-index: 11;
    position: fixed;
    top: 10%;
    right: 25%;
}

h2.section-heading {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.line {
    height: 2px;
    width: 210px;
    margin: 20px auto 40px;
    background: #264895;
}

.input {
    border-radius: 10px;
    width: 100%;
    background: #F0F0F0;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #727272;
    font-weight: normal;
    margin: 10px 0 0;
}

.full-widt-button {
    width: 100%;
    background: #264895;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
    border: none;
    border-radius: 10px;
}

.form-input {
    margin: 0 0 22px;
}

.lable {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #35363A;
    font-weight: normal;

    span {
        color: #FF0000;
    }
}

.popup-active {
    display: block;
    animation: grow 0.5s ease;
}

@keyframes grow {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

button.close {
    border: none;
    background: transparent;
}

.close-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -1.25em;
    left: 1.25em;
}

.popup-form-active .main-container,
.popup-form-active .land-img-gallery,
.popup-form-active .land-videos-gallery,
.popup-form-active .contact-section,
.popup-form-active .map-section {
    position: relative;
    z-index: -1;
}

.popup-form-active {
    position: relative;
    z-index: 2;
}

.buttons > .section-link{
    margin:0 0 20px ;
}

/* ====================================================================
******************Responsive**********************
=======================================================================*/

@media only screen and (max-width: 1250px) {
    .land-imgs {
        grid-template-columns: auto auto auto;
    }

    .details {
        width: 100%;
    }

    .footer-button {
        width: 100%;
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 960px) {
    .land-imgs {
        grid-template-columns: auto auto;
    }

    .details-container {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .land-imgs {
        grid-template-columns: auto;
    }

    .footer-container {
        padding: 42px 54px;
    }

    .details_and_informatoin {
        width: 85%;
        margin-top: -8.5em;
    }

    a.section-link {
        width: 80%;
    }

    .button-box {
        width: 100%;
    }

    .details-container button.section-link {
        width: 100%;
    }

    .popup-form {
        width: 85%;
        right: 5%;
        top: 5%;
    }
}

@media only screen and (max-width: 450px) {

    .img-banner{
        padding: 120px 0;
    }

    .img-banner .content h2 {
        font-size: 15px;
    }

    .img-banner .content h2 p {
        font-size: 34px;
    }

    .details_and_informatoin {
        padding: 10px 16px;
        margin-top: -4em;

        .content {
            font-size: 12.38px;
        }

        .content p {
            font-size: 16px;
        }

    }

    .land-img-gallery,
    .land-videos-gallery,
    .land360-img {
        .section-heading {
            width: 60%;
            font-size: 22px;
        }
    }

    .container-one,
    .container-two {
        padding: 12px 0;
    }

    .land-imgs {
        display: none;
    }

    .land-imgs-mobile {
        display: block;
        width: 95%;
        margin: 60px auto 100px;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
    }

    .land-video {
        width: 95%;
    }

    .land360-imgs {
        width: 95%;
        flex-direction: column;
    }

    .land360-imgs-section {
        width: 100%;
    }

    .phone-icon img {
        width: 40px;
        height: 40px;
    }

    .button-box {
        padding: 16px;
        margin: -12px auto 0;
    }

    .button-text {
        font-size: 13px;
    }

    .footer-container {
        margin-top: 92px;
    }

    .footer {
        align-items: center;
        flex-direction: column;
        margin-top: -6.5em;
    }

    .address-mobile,
    .contact-mobile {
        display: block;
    }

    .address,
    .contact {
        display: none;
    }

    .footer-button {
        img {
            height: 27px;
            width: 27px;
        }
    }

    .popup-form {
        padding: 20px;
    }

    h2.section-heading {
        font-size: 22px;
    }

    .lable {
        font-size: 15px;
    }

    .close-container {
        top: -1em;
        left: 1em;
    }

    .input {
        padding: 10px 15px;
    }

    .details-container {
        flex-direction: column-reverse;
    }
}