.contact-page {
    position: absolute;
    width: 50vw;
    height: 100vh;
    left: 510%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    z-index: 0;
}

.contact-title {
    font-family: saman;
    font-size: 60px;
    color: white;
}

.contact {
    padding: 4%;
    border-radius: 40px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    background: rgba(130, 170, 116, 0.4);
    backdrop-filter: blur(5px);
    width: fit-content;
}

.contact-inputs {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

.inputFeedback {
    z-index: 2000;
    margin: 2%;
    border-radius: 22px;
    padding: 3%;
}

input[type=text],
input[type=email] {
    border-radius: 22px;
}

@media screen and (max-width:800px) {
    .nit-text {
        display: none;
    }
    .nits img {
        width: 75px;
    }
}

.footer-Wrapper {
   margin: 1% 0 3% 0;
    padding: 3% 3% 0 3%;
    border-radius: 40px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    background: rgba(130, 170, 116, 0.4);
    backdrop-filter: blur(5px);
}

.footer {
    margin-bottom: 3%;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: space-around;
}

.quickLinksTitle,
.socials-title {
    font-family: 'Playfair Display';
}

@media screen and (max-width:800px) {
    .nit-text {
        display: none;
    }
    .nits img {
        width: 75px;
    }
    .contact-page {
        left: 1300%;
        width: 100vw;
    }
}

.phone-title,
.email-title,
.address-title {
    font-size: 24px;
}

@media screen and (min-width:800px) {
    .address-body p,
    .phone-1 p,
    .phone-2 p {
        font-size: 18px;
    }
}