.contact-sa .box {
    margin-top: 100px;
}

.contact-hed .caption h1 {
    font-size: 8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-hed .google-map {
    height: 540px;
    width: 100%;
    filter: grayscale(50%);
    border-radius: 15px;
    overflow: hidden;
}

.contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-pg input,
.contact-pg textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    padding: 15px 0;
    transition: all 0.4s;
}

.contact-pg input:focus,
.contact-pg textarea:focus {
    border-color: #fff;
}

.contact-pg textarea {
    min-height: 180px;
}

.contact-pg .butn:hover {
    background: var(--main-color) !important;
}

@media screen and (max-width: 1280px) {
    .contact-sa .box {
        margin-top: 5rem;
    }

    .contact-hed .caption h1 {
        font-size: 100px;
    }

    .contact-hed .google-map {
        height: 480px;
    }
}

@media screen and (max-width: 767px) {
    .contact-sa .box {
        margin-top: 60px;
    }

    .contact-hed .caption h1 {
        font-size: 4rem;
    }

    .contact-hed .google-map {
        height: 400px;
    }

    .contact-pg textarea {
        min-height: 150px;
    }
}

@media screen and (max-width: 479px) {
    .contact-sa .box {
        margin-top: 2.5rem;
    }

    .contact-hed .caption h1 {
        font-size: 40px;
    }

    .contact-hed .google-map {
        height: 300px;
    }

    .contact-pg textarea {
        min-height: 120px;
    }
}
