/* Contact us section */

.hero-section {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.hero-section .col-left {
    max-width: 646px;
    margin-left: 3.875rem;
}

.hero-section .col-left .hero-content-area {
    /* margin-left: 3.875rem; */
    width: 100%;

}

.hero-section .hero-title {
    font-family: 'PT Sans', sans-serif;
    font-size: 3.5rem;
    color: #121228;
    padding: 3rem 0 1rem 0;
}

.hero-section .hero-para {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.125rem;
    color: #A9A9A9;
}

.contact-us-container .hero-section .hero-title {
    padding-right: 15rem;
}

.contact-us-container .hero-section .hero-para {
    padding-right: 11rem;
}

.contact-us-section {
    padding: 2rem 0;
}

.contact-us-section .info-container {
    padding-right: 8rem;
}

.contact-us-section .info-container .title {
    font-size: 2rem;
}

.contact-us-section .info-container .light-text {
    color: #A9A9A9;
    font-size: 1.125rem;
    font-family: 'PT Sans', sans-serif;
    padding: 1.3rem 0;
}

.contact-us-section .info-container .subheading {
    padding-top: 1.5rem;
}

.contact-us-section .info-container .content {
    padding-top: 0.5rem;
}

.social-media-container {
    padding: 2rem 0;
    display: flex;
    align-items: center;
}

.social-media-container .social-media-wrapper {
    padding-right: 1rem;
    object-fit: contain;

}

.contact-us-form-container .upper-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-us-form-container .upper-section .form-control {
    flex: 1;
    /* padding: 0 0.2rem; */
}

.contact-us-form-container .upper-section .form-control:first-child {
    padding-right: 1rem;
}

.contact-us-form-container .form-container textarea {
    resize: none;
    background: var(--light-gray-color);
    border: none;
}

.contact-us-form-container .blue-btn {
    margin: 1rem 0;
}

.follow-rewizi-container .image-section-container {
    display: flex;
}

.contact-us-container .hero-section {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-us-container .hero-section .col-left {

    padding: 5rem 0;
}

.contact-us-container .hero-section .col-right {
    position: relative;
}

.contact-us-container .hero-section .hero-animation {
    width: 501px;
    aspect-ratio: 501/716;

    position: absolute;
    left: 44.27%;
    top: -16.2%;
    transform: rotate(37deg);
}

.contact-us-container .hero-section .hero-animation svg {
    width: 100%;
    height: 100%;
}

.contact-us-container .blog-section {
    background-color: var(--white);
}