/* section 06  */
#x2d2 {
    width: 45%;
}
#x2hh1 {
    font-size: 50px;
}
#x2p1 {
    padding: 30px 0 45px 0;
}
.x2s1 {
    color: var(--color1);
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.x2i1 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
#x2d3 {
    flex-direction: column;
    display: flex;
    margin-top: 30px;
}

#x2d1 {
    align-items: center;
    padding: 120px 0;
}
.x2s3 {
    margin-bottom: 20px;
}

/* form  */
#x2d4 {
    width: 45%;
}
#x2f1 {
    row-gap: 15px;
    display: flex;
    flex-direction: column;
    padding: 35px;
    background-color: var(--color7);
    border-radius: 10px;
}

.x2d5 {
    flex-direction: column;
    display: flex;
}

.x2d7 {
    width: 48%;
}

.x2l1 {
    font-size: 14px;
    color: var(--color4);
    margin-bottom: 5px;
    color: white;
}

.x2s2 {
    font-size: 12px;
    color: var(--color5);
    margin-left: 5px;
    font-weight: 500;
}

.x2in1 {
    outline: none !important;
    border-radius: 4px;
    border: none;
    height: 40px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, .1);
    color: white;
}

.x2in1 > option {
    color: black;
}

.x2t1 {
    width: 100%;
    height: 130px;
    padding: 10px;
    resize: vertical;
}
#x2f1 > p {
    color: white;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: rgba(255, 255, 255, .1) !important;
}

/* responsive  */
@media screen and (max-width: 992px) {
#x2d2 {
    width: 40%;
}
#x2d4 {
    width: 52%

}
#x2f1 {
    padding: 20px;
}
}


@media screen and (max-width: 768px) {
#x2d1 {
    flex-direction: column;
}
#x2d2 , #x2d4 {
   width: 100%;
}
#x2d2 {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
#x2p1 {
    padding: 15px 0 20px 0;
}

#x2f1 {
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
.x2d6 {
    flex-direction: column;
    row-gap: 15px;
}
.x2d7 {
    width: 100%;
}
#x2f1 {
    padding: 20px;
}
#x2d1 {
    padding: 60px 0 60px 0;
}
}