.contact-us-container{
    /* border: 2px solid red; */
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%),url(../assets/image/contact_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.title-container{
    /* margin: auto; */
    height: 100%;
}

.wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;
}

.section-1{
    flex: 1;
    height: 100%;
    width: 100%;
}

.section-2{
    flex: 1;
    height: 100%;
    width: 100%;
}

.contact-field{
    background-color: #000000ac;
    padding: 1.5rem;
    border-radius: 10px;
}

.field-wrapper{
    padding: 10px 0 ;
    font-size: 20px ;
}

.field-wrapper input::placeholder{
    font-family: poppinslight;
}

.contact-enquires{
    font-family: poppinslight;
    color: #909399;
}
.field-wrapper input{
    color: #909399;
    width: 100%;
    border-radius: 5px;
}

.contact-field-container{
    display: flex;
    gap: 5px;
}

.option-container{
    padding: 10px 0;
    font-size: 20px;
}

.contact-section-2{
    width: 100%;
}
.contact-section-1{
    width: 100%;
}

.contact-option{
    width: 100%;
    border-radius: 10px;
    color: grey;
    font-family: poppinslight;

}

.option-value{
    background-color: #909399;
    color: #fff;
}

.field-wrapper textarea{
    font-family: poppinslight;
    color: #909399;
    width: 100%;
    border-radius: 5px;

}

.here-to-help-section-1{
    flex: 1;
    width: 100%;
    background-color: #000;
    height: 100%;
    display: flex;
}
.here-to-help-section-2{
    flex: 1;
    width: 100%;
    background-color: #141413;
    height: 100%;
    display: flex;
    justify-content: stretch;

}

.here-to-help-wrapper{
    width: 100%;
    /* display: flex; */

}

.here-to-help-text-container{
    color: #f1b90c;
    font-family: poppinsregular;
    padding-top: 50px ;
    padding-bottom: 50px ;
    font-size: 35px;
}

.here-to-help-text-container-2{
    padding-top: 50px ;
    padding-bottom: 50px ;
    height: 100%;
    font-family: poppinslight;
    font-size: 16px;
    color: #fff;
}

.contact-new-send-wrapper{
    font-size: 15px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 5px 20px;
    background-color:#f1b90c;
    color: black;
    font-family: poppinsregular;
}

.contact-new-send-button{
    display: flex;
    justify-content: end;
}

.new-contact-desc{
    text-align: center;
    color: #fff;
    font-family: poppinslight;
    font-size: 20px;
}

.new-contact-desc-container{
    margin: 50px 0px;
    margin: auto;
    width: 100%;
    max-width: 800px;
}

.contact-data-container{
    margin: 30px 0px;
}
.contact-data-title{
    font-size: 25px;
    font-family: poppinsmedium;
    color: #fff;
}

.new-contact-information-title{
    font-size: 35px;
    font-family: poppinsregular;
}

.contact-data-text{
    font-size: 15px;
    font-family: poppinslight;
    color: #fff;
}

