/* Section-01 */

.section-01 {
    background-image: url(../images/section_01_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 185px;
    padding: 25px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

#ar-lang {
    display: none;
}

html[dir="rtl"] #en-lang {
    display: none;
}

html[dir="rtl"] #ar-lang {
    display: block;
}

html[dir="ltr"] #ar-lang {
    display: none;
}

html[dir="ltr"] #en-lang {
    display: block;
}

.section-01::after {
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_01_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 15%;
    right: 15%;
    opacity: 0.7;
}

.section-01 h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
}

.section-01 small {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}


/* Section-02 */
.section-02 {
    padding: 50px 0px;
    position: relative;
}

.section-02::before {
    content: '';
    position: absolute;
    width: 89px;
    height: 92px;
    background-image: url(../images/section_02_icon01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 40%;
    left: 1%;
    animation-name: anim_up_down;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: -1;
}

.section-02::after {
    content: '';
    position: absolute;
    width: 89px;
    height: 92px;
    background-image: url(../images/section_02_icon01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 5%;
    right: 1%;
    animation-name: anim_up_down;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: -1;
}

.section-02 h2 {
    font-size: 23px;
    margin: 0;
    margin-bottom: 20px;
}

.section-02 p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 30px;
}

.section-02 .section-02-btn {
    text-align: center;
    border: 2px solid var(--color01);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: 300ms;
}

.section-02 .section-02-btn a {
    font-size: 14px;
    color: var(--color01);
    transition: 300ms;
}


.section-02 figure {
    margin: 0;
    border-radius: 15px;
    width: auto;
    height: auto;

}

.section-02 figure img {
    border-radius: 15px;
    width: 100%;
    /* height: 100%; */
}

.section-02 form {
    background-color: #FAFAFA;
    padding: 40px;
    border-radius: 15px;
}

.section-02 label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.section-02 input {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    /* margin-bottom: 40px; */
    color: #7A7A7A;
}

.section-02 textarea {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #7A7A7A;
}

.section-02 .form-select {
    padding: 10px;
}

.section-02 .section-02-btn:hover {
    background-color: var(--color01);
    cursor: pointer;
}

.section-02 .section-02-btn:hover a {
    color: #fff;
}

.d-f {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 12px;
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #7A7A7A;
}

.d-f label {
    margin: 0;
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;

}

#f-2 h1 {
    font-size: 23px;
    color: var(--color01);
}

#f-2 h2 {
    font-size: 17px;
}



/* input {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
form {
padding: 40px;
min-width: 400px;
margin: 0 auto;
} */

fieldset {
    position: relative;
}

.form-title {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #6F6F6F;
    line-height: 33px;
}

legend {
    display: block;
    color: #c1c1c1;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 3px;
    font-size: 20px;

}

/* label {
display: block;
font: 16px;
color: #6F6F6F;
padding: 5px;
background-position: right center;
} */


/* 
input[type=submit]:hover {
background: #4D7267;
color: white;
} */

a.next,
a.back {
    background-color: var(--color01);
    display: inline-block;
    border-radius: 10px;
    padding: 10px 25px;
    color: #fff !important;
    transition: 500ms;
    border: 0;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
}

a.next {
    float: right;
}

a.back {
    float: left;
}

input[type="submit"] {
    background-color: var(--color01);
    display: inline-block;
    border-radius: 10px;
    padding: 10px 25px;
    color: #fff !important;
    transition: 500ms;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}






/* Animations */

.animate {
    animation-name: anim_up_down;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes anim_up_down {
    0% {
        transform: translateY(0);

    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}


@media (max-width:1200px) {}

@media (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 960px;
    }

    .section-01::after {
        right: 8%;
    }

}

@media(max-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 710px;
    }

    .section-02 figure {
        margin-bottom: 30px;
    }

}

@media (max-width: 575.98px) {



    .section-02 form {
        padding: 20px;
    }

    .section-01::after {
        top: 40%;
    }

}

@media(max-width:455px) {}

@media(max-width:375px) {

    .section-01::after {
        right: 5px;
        top: 50%;
    }

}

label.error {
    font-size: 8px;
    color: red !important;
}