@media (min-width: 1400px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 1400px) and (min-width: 1200px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 992px) and (min-width: 768px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 768px) and (min-width: 576px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 576px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 20px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 15px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}