/* CSS for IICA Memeber Registeration */
html ,body{
    padding: 0px;
    margin: 0px;
}
body{

    background-image: url('back.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.Header{
    text-align: center;
    width: max-content;
    font-family: 'yekan';
    text-align: center;
    width: auto;
    height: 45px;
    border-radius: 10px;
    color: #285096;
    font-size: 100%;
    font-family: 'yekan';
}
.iicalogo{
    margin: 0 auto;
    display: block;
    height: max-content;
    width: max-content;
    
     
}
.iicafooter{
    font-family: 'yekan';
    font-size: 12px;
    font-family: 'yekan';
    padding:10px auto;
    margin:0px auto;
    color: #FFFFFF;
    text-shadow: rgb(45,45,45);
    direction: rtl;
    text-align:center;
    display: block;
}

.RegisterForm{
    text-align: center;
    font-family: 'yekan';
    margin:3px auto;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(13, 47, 213, 0.507);
    font-size: 1.8rem;;
    
}

.WorkshopTitle{
    text-align: center;
    font-family: 'yekan';
    margin:3px auto;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(13, 47, 213, 0.507);
    font-size: 1rem;;
    
}

#Container_logo{
    width: max-content;
    height: max-content;
    padding: 10px auto;
    margin: 10px auto 0 auto;
}

#myForm{
    border-radius: 15px;
    background-color:rgba(223, 222, 222, 0.44);
    box-shadow: 3px 3px 10px #285096, -3px -3px 10px #28509681;
    width: max-content;
    height: max-content;
    padding: 30px;
    margin: 0.2rem auto 0 auto;
    transition: all 0.7s ease-in-out;
    direction: rtl;
    font-family: 'yekan';
}
#myForm:hover{
    transform: scale(1.02);
}
.input:hover{
    transform: scale(1.05);
    box-shadow: 0px 4px 10px #285096;
}
.input:focus{
    transform: scale(1.05);
}
.btn , #Submit_btn{
    border: none;
    width: 150px;
    height: max-content;
    margin-top: 20px;
    padding: 7px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    animation: MoveUpDown 5s ease-in-out infinite;
    background: #285096;
    font-size: 16px;
    color: white;
    font-family: 'yekan';
}
.btn:hover , #Submit_btn:hover{
    background-color: #0070FA;
    box-shadow: 0px 4px 10px #285096;
}
#btn_Box{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.input::placeholder{
    color: rgba(142, 142, 142, 0.5);
    font-style: italic;
}
.input, select {
    border: none;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 7px;
    margin: 7px;
    width: 200px;
    transition: all 0.3s ease-in-out;
    font-family: 'yekan';
    color: #285096;
}
#Gender{
    width: 215px;
}
.item {
    width: 20px;
    height: 20px;
    accent-color: #0070FA;
    cursor: pointer;
}
#checkbox_container{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.input:hover, select:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px #285096;
}
.input:focus, select:focus {
    transform: scale(1.05);
}
label {
    font-weight: bold;
    color: #285096;
    font-size: 18px;
}
#btn_Box {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.input::placeholder{
    color: rgba(142, 142, 142, 0.5);
    font-style: italic;
}
h3{
    text-align: center;
    font-family: 'yekan';
}
#preview{
    border-radius: 15px;
    background:rgba(223, 222, 222, 0.44);
    box-shadow: 3px 3px 10px #285096, -3px -3px 10px #28509681;
    width: max-content;
    height: max-content;
    padding: 30px;
    margin: 25px auto 0 auto;
    transition: all 0.7s ease-in-out;
    font-family: 'yekan';
    font-weight: bold;
    font-size: 20px;
    direction: rtl;
}
.btn{
    border: none;
    width: 150px;
    height: max-content;
    margin-top: 20px;
    padding: 7px;
    border-radius: 10px;
    border: none;
    font-family: 'yekan';
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    background: #285096;
    font-size: 16px;
}
.btn:hover{
    background-color: #0070FA;
    box-shadow: 0px 4px 10px #285096;
}
.btn_Back{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Status{
    border-radius: 15px;
    background:rgba(223, 222, 222, 0.44);
    box-shadow: 3px 3px 10px #285096, -3px -3px 10px #28509681;
    max-width: max-content;
    height: max-content;
    padding: 30px;
    margin: 1rem auto;
    transition: all 0.7s ease-in-out;
    font-family: 'yekan';
    font-weight: bold;
    font-size: 16px;
    animation: MoveBox 5s ease-in-out infinite;
    text-align: center;
    direction: rtl;
}
.BackBtn{
    border: none;
    width: 150px;
    height: max-content;
    margin-top: 20px;
    padding: 7px;
    border-radius: 10px;
    font-family: 'yekan', Geneva, Verdana, sans-serif;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    background: #285096;
    color: #FFFFFF;
    font-size: 16px;
}
#BackBtn:hover{
    background-color: #0070FA;
    box-shadow: 0px 4px 10px #285096;
}
#btn_Box{
    display: flex;
    justify-content: center;
    gap: 20px;
}
@keyframes MoveUpDown {
    0% { transform: translateY(-5px); }
    50% { transform: translateY(5px); }
    100% { transform: translateY(-5px); }
}
@keyframes MoveBox {
    0%{ transform: translateY(-5px); }
    50%{ transform: translateY(5px); }
    100%{ transform: translateY(-5px); }
}
@keyframes ChangeHeader{
    0%{ transform: scale(1.05); }
    50%{ transform: scale(1); }
    100%{ transform: scale(1.05); }
}
@media screen and (max-width: 600px) {
    .Status{
        width: 70%;
    }
    .WorkshopTitle{
        font-size: small;
        margin-bottom: 1rem;
    }
    #myForm{
        margin-top: 2rem;
    }
}