@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Cairo', sans-serif;
    background-color: transparent;
    transition: 500ms;
    /* overflow: hidden; */
}


:root {
    --color01: #FBE11B;
    --color02: #5C28D9;
}

.padding-t-b {
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}


/* Header */
header .navbar{
    padding: 0;
}

header figure {
    margin: 0;
    /* width: 80px; */
    height: auto;
}

header figure img {
    width: 100%;
    height: 100%;
}

header{
    padding: 10px 0px;
    border: 1px solid #70707052;
    border-width: 0px 0px 1px 0px;
}

header .nav-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

html[dir='rtl'] header .nav-links ul li:not(:last-child) {
    margin-left: 20px;
}

html[dir='ltr'] header .nav-links ul li:not(:last-child) {
    margin-right: 20px;
}

header .nav-links ul li a {
    color: #000;
    font-size: 20px;
    position: relative;
}

header li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: var(--color01);
    left: 0;
    transition: 300ms ease-in-out;
    transform: scale(0);
    transform-origin: right;

}

header li a:hover::after {
    transform: none;
}

header .search a {
    color: #000;
    border: 1px solid #152235;
    border-radius: 50px;
    padding: 10px 40px;
    margin-left: 30px;
    font-size: 16px;
    transition: 300ms;
}

header .search a:hover{
    color: #fff;
    background-color: #000;
}

header .search i {
    font-size: 25px;
}

#btn-mobile {
    display: none;
}

#nav-content{
    display: contents;
}

#nav-content .logo-mobile{
    display: none;
}
#search-mobile{
    display: none !important;
}




/* Section-join-us */
.section-join-us {
    padding: 50px 0px;
}

.section-join-us .head {
    margin-bottom: 110px;
}

.section-join-us .head h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-join-us .head p {
    width: 985px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
}

.section-join-us form h1 {
    font-size: 24px;
    color: #2C2E30;
    font-weight: bold;
    margin-bottom: 45px;
}

.section-join-us .form-con {
    margin-bottom: 22px;
}


input[type="text"] {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    padding: 10px;
}

input[type="email"] {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    padding: 10px;
}

#car-n {
    align-items: center;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 22px;
    background-color: #Fff;
}

#car-n input[type="text"] {
    border: 0;
    margin: 0;
    padding: 0;
    padding-right: 2px;
    outline: none;
    max-width: 220px;
}

#id-n {
    align-items: center;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 22px;
    background-color: #Fff;
}

#id-n input[type="text"] {
    border: 0;
    margin: 0;
    padding: 0;
    padding-right: 2px;
    outline: none;
    max-width: 220px;
}

input[type="file"] {
    border: 1px solid #D8D8D8;
    border-width: 0px 1px 0px 0px;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background-image: url(../images/logo.svg);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
  }

  .section-join-us form {
    background-color: #F7F7F7;
    padding: 40px;
    }

  .d-f {
    display: flex;
    align-items: center;
}
.d-f label {
        
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    border: 2px solid #D8D8D8;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

html[dir='rtl'] .d-f label{
    border-width: 0px 1px 0px 0px;
}

html[dir='ltr'] .d-f label{
    border-width: 0px 0px 0px 1px;
}

#file-chosen{
    margin-left: 0.3rem;
}

    


#q {
    margin-bottom: 30px !important;
}

#q .yes {
    display: flex;
    align-items: center;
}

html[dir='rtl'] #q .yes {
    margin-left: 130px;
}

html[dir='ltr'] #q .yes {
    margin-right: 130px;
}

#q .no {
    display: flex;
    align-items: center;
}

button[type="submit"] {
    border: 0;
    border-radius: 50px;
    padding: 10px 55px;
    background-color: var(--color01);
    color: #152235;
    font-size: 18px;
    display: flex;
    
    
}
html[dir='rtl'] button[type="submit"]{
    margin-right: auto;
}


html[dir='ltr'] button[type="submit"]{
    margin-left: auto;
}

#q label {
    font-size: 20px;
    font-weight: 400;

}

html[dir='rtl'] #q label {
    margin-right: 5px;
}

html[dir='ltr'] #q label {
    margin-left: 5px;
}

.d-f span {
    font-size: 17px;
    font-weight: 400;
}


/* .section-join-us input[type="radio" i]{
    accent-color: blue;
} */

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #707070;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  
  input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  input[type="radio"]:checked{
    border: 2px solid #F2C81C;
  }
  
  input[type="radio"]:checked:before {

    background-color: #F2C81C; 
  }
  
  .radio-label {
    margin-left: 10px;
  }


/* Footer */
footer{
    background-color: #152235;
    padding: 15px 0px;
}
.footer p {
    margin: 0;
    color: #fff;
}


html[dir='rtl'] .footer a:not(:first-child){
    margin-right: 15px;
}

html[dir='ltr'] .footer a:not(:first-child){
    margin-left: 15px;
}

.footer i {
    font-size: 25px;
    background-color: #fff;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #152235;
    transition: 300ms;
}

.footer i:hover {
    background-color: var(--color01);
}

footer figure {
    margin: 0;
    width: 80px;
    height: auto;
}

footer figure img {
    width: 100%;
    height: 100%;
}


@media(max-width:992px){

    #nav-content figure {
        margin-bottom: 20px;
    }

    #nav-content .logo-mobile{
        display: flex;
    }
    #search-mobile{
        display: flex !important;
        margin-top: 15px;
    }

    #search-main{
        display: none !important;
    }

    header .nav-links ul {
        flex-direction: column;
    }

    header .nav-links ul li {
        margin: 0;
        margin-bottom: 10px;
    }
    
    html[dir='rtl'] header .search a {
        margin-left: 25px;
    }

    html[dir='ltr'] header .search a {
        margin-left: 0;
    }

    

    header figure {
        margin: 0;
        width: 65px;
        height: auto;
    }

    #nav-content {
        display: flex;
        margin: 0;
        position: fixed;
        height: 100vh;
        background-color: #fff;
        width: 250px;
        top: 0;
        flex-direction: column;
        box-shadow: 1px 1px 9px rgb(0 0 0 / 15%);
        padding: 10px 15px;
        opacity: 0;
        transition: 300ms;
        visibility: hidden;
        z-index: 999;
    }

    html[dir='rtl'] #nav-content {
        transform: translateX(250px);
        right: 0;
    }

    html[dir='ltr'] #nav-content {
        transform: translateX(-250px);
        left: 0;
    }

    html[dir='ltr'] #nav-content.active {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    html[dir='rtl'] #nav-content.active {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    #btn-mobile {
        display: flex;
        position: relative;
        width: 32px;
        height: 32px;
        cursor: pointer;
        font-size: 40px;
        color: var(--color01);
    }

    html[dir='rtl'] #btn-mobile {
        margin-right: auto;
    }

    html[dir='ltr'] #btn-mobile {
        margin-left: auto;
    }

    #bg-mobile {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0;
        transition: 0.3s;
        visibility: hidden;
        left: 0;
        top: 0;
        z-index: 11;
    }

    #bg-mobile.active {
        opacity: 0.5;
        visibility: visible;
    }
    
    .section-join-us .head p {
        width: auto;
    }

    footer figure {
        width: 65px;
    }
}

@media(max-width:768px){

    #id-n input[type="text"] {
        max-width: 150px;
    }
    
    #car-n input[type="text"] {
        max-width: 150px;
    }
    
    .d-f span {
        font-size: 12px;
    }
    
    .section-join-us form {
        padding: 20px;
    }
    
    .footer i {
        width: 32px;
        height: 32px;
        font-size: 17px;
    }
    
    footer figure {
        margin: 0;
        width: 65px;
        height: auto;
    }
    
    footer figure a img {
        width: 100%;
        height: 100%;
    }
    
    .footer p {
        font-size: 13px;
    }
    
    footer {
        padding: 5px 0px;
    }
    
}

@media(max-width:576px){

    header figure {
        width: 65px;
        height: auto;
        margin: 0;
    }
    
    header figure img {
        width: 100%;
        height: 100%;
    }
    
    header {
        padding: 10px 0px;
    }

    .footer a:not(:first-child){
        margin-right: 5px;
    }

    .footer i {
        width: 17px;
        height: 17px;
        border-radius: 5px;
        font-size: 12px;
    }
    
    footer figure {
        width: 65px;
    }
    
    .footer p {
        font-size: 10px;
    }
    
    .section-join-us .head {
        margin-bottom: 50px;
    }

    #car-n input[type="text"] {
        max-width: 110px;
        font-size: 12px;
    }

    #id-n input[type="text"] {
        max-width: 110px;
        font-size: 12px;
    }

    .d-f span {
        font-size: 10px;
    }
    
    .d-f label {
        padding: 0px 5px;
    }
}



