.parent-content-contact-us {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 2;
    gap: 30px;
}
@media (min-width: 992px) {
    .parent-content-contact-us {
        flex-direction: row;
    }
}
.parent-top-contact-us-section {
    /* background-image: url('../../assets/file/bg\ square.png');
    */
}
.contact-us-content-title h1 {
    font-family: Raleway;
    font-size: 40px;
    font-weight: 800;
    line-height: 46.96px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ece5d3;
}
.contact-us-content-title p {
    font-family: Gabarito;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #ece5d3;
}
.content-contact-us-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 50px;
    margin-left: 30px;
}
@media (min-width: 992px) {
    .content-contact-us-left {
        width: 50%;
    }
}
.form-parent-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 93%;
    margin-left: 26px;
}
.form-child-contact {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.form-child-contact button {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16.5457px 16px;
    gap: 10.34px;
    height: 51px;
    background: linear-gradient(
            0deg,
            rgba(208, 152, 9, 0.4),
            rgba(208, 152, 9, 0.4)
        ),
        #ece5d3;
    border-radius: 16px;
    color: white;
}
@media (min-width: 992px) {
    .form-child-contact {
        flex-wrap: nowrap;
    }
}
.form-double {
    width: 100%;
    height: 51px;
    padding: 16.55px 16px 16.55px 16px;
    gap: 10.34px;
    border-radius: 16px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    opacity: 0px;
    border: 1.03px solid;
    border-image-source: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    color: white;
    outline: none;
}
.form-single {
    width: 100%;
    height: 51px;
    padding: 16.55px 16px 16.55px 16px;
    gap: 10.34px;
    border-radius: 16px;
    opacity: 0px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    border: 1.03px solid;
    border-image-source: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    color: white;
    outline: none;
}
.textarea-contact {
    width: 100%;
    height: 173px;
    gap: 20px;
    border-radius: 16px;
    opacity: 0px;
    padding: 16.55px 16px 16.55px 16px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    border: 1.03px solid;
    border-image-source: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    color: white;
    outline: none;
}
.images-contact-us {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 25px;
}
.images-contact-us img {
    width: 100%;
    top: 0;
    position: absolute;
}
.contact-us-email {
    width: 100%;
    padding: 16.55px 30px 16.55px 30px;
    gap: 10.34px;
    border-radius: 16px;
    border: 1.03px;
    opacity: 0px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0) 100%
    );
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ece5d3;
}
.contact-me-group {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 15px;
    width: 73%;
    position: relative;
    height: 370px;
    margin-left: 60px;
}
@media (min-width: 375px) {
    .contact-me-group {
        height: 400px;
    }
}
@media (min-width: 475px) {
    .contact-me-group {
        height: 500px;
    }
}
@media (min-width: 524px) {
    .contact-me-group {
        height: 600px;
    }
}
@media (min-width: 624px) {
    .contact-me-group {
        height: 700px;
    }
}
@media (min-width: 843px) {
    .contact-me-group {
        height: 800px;
    }
}
@media (min-width: 992px) {
    .contact-me-group {
        height: 700px;
    }
}
