@media (min-width: 1400px) {
   main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.header{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-sizing: border-box;
    padding-right: 60px;
    margin-top: 100px;
    position: relative;
    background-color: #9d459c;
}

main>section.header>div:nth-of-type(1){
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(1)>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
main>section.header>div:nth-of-type(2){
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(2)>h3{
    width: 100%;
    height: 60px;
    font-size: 25px;
    font-family: Portada-bold;
    color: white;
    direction: rtl;
    text-align: center;
}
main>section.header>div:nth-of-type(2)>h3::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-thin;
    color: white;
    direction: rtl;
    text-align: center;
}

main>section.alerts{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #5F5468;
    flex-wrap: wrap;
    gap: 30px;
}
main>section.alerts>div.one{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #F3BC3B;
    background-color: #f3ce61;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.one>h3{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.one>p{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.two{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #3c3244;
    background-color: #5F5468;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.two>h3{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.two>p{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.three{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #6c0314;
    background-color: crimson;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.three>h3{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.three>p{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.top-student{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
    border-bottom: 1px solid #5F5468;
}
main>section.top-student>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.top-student>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 20px;
}
main>section.top-student>div>div{
    width: 250px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.top-student>div>div>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 20px solid #B547B4;
}
main>section.top-student>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.top-student>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}



main>section.suggest-courses{
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    gap: 20px;
}
main>section.suggest-courses>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
}
main>section.suggest-courses>h2::selection{
    background-color: #B547B4;
    color: white;
}
main>section.suggest-courses>div{
    width: 350px;
    min-height: 430px;
    displa: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #B547B4;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    box-sizing: border-box;
    padding: 7px;
}
main>section.suggest-courses>div>button{
    width: 100%;
    height: 50px;
    border-radius: 2.5px;
    background-color: rgba(181, 71, 180, 0.48);
    border: none;
}
main>section.suggest-courses>div>button>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: Lalezar;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
main>section.suggest-courses>div:hover{
    box-shadow: 0 0 10px #B547B4;
}
main>section.suggest-courses>div>a{
    width: 100%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
main>section.suggest-courses>div>a>img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
main>section.suggest-courses>div>a>p{
    width: 100%;
    min-height: 10px;
    color: #3c3244;
    font-weight: bolder;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 18px;
    font-family: Portada-thin;
}
main>section.suggest-courses>div>a>small{
    width: 100%;
    height: 40px;
    display: flex;
    color: black;
    font-family: Lalezar;
    font-size: 25px;
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}


main>section.teachers{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
}
main>section.teachers>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.teachers>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 20px;
}
main>section.teachers>div>div{
    width: 250px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.teachers>div>div>img{
    width: 150px;
    height: 150px;
    border: 10px solid #B547B4;
    border-radius: 3px;
}
main>section.teachers>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.teachers>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}
}
@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: 20px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.header{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-sizing: border-box;
    padding-right: 60px;
    margin-top: 100px;
    position: relative;
    background-color: #9d459c;
}
main>section.header>div:nth-of-type(1){
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(1)>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
main>section.header>div:nth-of-type(2){
    width: 50%;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(2)>h3{
    width: 100%;
    min-height: 60px;
    font-size: 20px;
    font-family: Portada-bold;
    color: white;
    direction: rtl;
    text-align: center;
}
main>section.header>div:nth-of-type(2)>h3::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-thin;
    color: white;
    text-align: center;
    direction: rtl;
}

main>section.alerts{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #5F5468;
    flex-wrap: wrap;
    gap: 30px;
}
main>section.alerts>div.one{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #F3BC3B;
    background-color: #f3ce61;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.one>h3{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.one>p{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.two{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #3c3244;
    background-color: #5F5468;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.two>h3{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.two>p{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.three{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #6c0314;
    background-color: crimson;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.three>h3{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.three>p{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.top-student{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
    border-bottom: 1px solid #5F5468;
}
main>section.top-student>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.top-student>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 20px;
}
main>section.top-student>div>div{
    width: 250px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.top-student>div>div>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 20px solid #B547B4;
}
main>section.top-student>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.top-student>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}



main>section.suggest-courses{
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    gap: 20px;
}
main>section.suggest-courses>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
}
main>section.suggest-courses>h2::selection{
    background-color: #B547B4;
    color: white;
}
main>section.suggest-courses>div{
    width: 350px;
    min-height: 430px;
    displa: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #B547B4;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    box-sizing: border-box;
    padding: 7px;
}
main>section.suggest-courses>div>button{
    width: 100%;
    height: 50px;
    border-radius: 2.5px;
    background-color: rgba(181, 71, 180, 0.48);
    border: none;
}
main>section.suggest-courses>div>button>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: Lalezar;
    font-size: 20px;
    cursor: pointer;
     text-decoration: none;
}
main>section.suggest-courses>div:hover{
    box-shadow: 0 0 10px #B547B4;
}
main>section.suggest-courses>div>a{
    width: 100%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
main>section.suggest-courses>div>a>img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
main>section.suggest-courses>div>a>p{
    width: 100%;
    min-height: 10px;
    color: #3c3244;
    font-weight: bolder;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 18px;
    font-family: Portada-thin;
}
main>section.suggest-courses>div>a>small{
    width: 100%;
    height: 40px;
    display: flex;
    color: black;
    font-family: Lalezar;
    font-size: 25px;
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}


main>section.teachers{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
}
main>section.teachers>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.teachers>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 20px;
}
main>section.teachers>div>div{
    width: 250px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.teachers>div>div>img{
    width: 150px;
    height: 150px;
    border: 10px solid #B547B4;
    border-radius: 3px;
}

main>section.teachers>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.teachers>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}
}
@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: 20px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.header{
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 100px;
    position: relative;
    flex-wrap: wrap;
    background-color: #9d459c;
}
main>section.header>div:nth-of-type(1){
    width: 100%;
    min-height: 250px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(1)>img{
    width: 100%;
    height: 100%;
}
main>section.header>div:nth-of-type(2){
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(2)>h3{
    width: 100%;
    min-height: 60px;
    font-size: 20px;
    font-family: Portada-bold;
    color: white;
    direction: rtl;
    text-align: center;
}
main>section.header>div:nth-of-type(2)>h3::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-thin;
    color: white;
    text-align: center;
    direction: rtl;
}

main>section.alerts{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #5F5468;
    flex-wrap: wrap;
    gap: 30px;
}
main>section.alerts>div.one{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #F3BC3B;
    background-color: #f3ce61;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.one>h3{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.one>p{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.two{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #3c3244;
    background-color: #5F5468;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.two>h3{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.two>p{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.three{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #6c0314;
    background-color: crimson;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.three>h3{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.three>p{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.top-student{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
    border-bottom: 1px solid #5F5468;
}
main>section.top-student>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.top-student>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 20px;
}
main>section.top-student>div>div{
    width: 250px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.top-student>div>div>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 20px solid #B547B4;
}
main>section.top-student>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.top-student>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}



main>section.suggest-courses{
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    gap: 20px;
}
main>section.suggest-courses>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
}
main>section.suggest-courses>h2::selection{
    background-color: #B547B4;
    color: white;
}
main>section.suggest-courses>div{
    width: 350px;
    min-height: 430px;
    displa: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #B547B4;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    box-sizing: border-box;
    padding: 7px;
}
main>section.suggest-courses>div>button{
    width: 100%;
    height: 50px;
    border-radius: 2.5px;
    background-color: rgba(181, 71, 180, 0.48);
    border: none;
}
main>section.suggest-courses>div>button>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: Lalezar;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
main>section.suggest-courses>div:hover{
    box-shadow: 0 0 10px #B547B4;
}
main>section.suggest-courses>div>a{
    width: 100%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
main>section.suggest-courses>div>a>img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
main>section.suggest-courses>div>a>p{
    width: 100%;
    min-height: 10px;
    color: #3c3244;
    font-weight: bolder;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 18px;
    font-family: Portada-thin;
}
main>section.suggest-courses>div>a>small{
    width: 100%;
    height: 40px;
    display: flex;
    color: black;
    font-family: Lalezar;
    font-size: 25px;
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}


main>section.teachers{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
}
main>section.teachers>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.teachers>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 20px;
}
main>section.teachers>div>div{
    width: 250px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.teachers>div>div>img{
    width: 150px;
    height: 150px;
    border: 10px solid #B547B4;
    border-radius: 3px;
}
main>section.teachers>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.teachers>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}
}
@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: 20px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.header{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 100px;
    position: relative;
    flex-wrap: wrap;
    background-color: #9d459c;
}
main>section.header>div:nth-of-type(1){
    width: 100%;
    min-height: 250px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(1)>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
main>section.header>div:nth-of-type(2){
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(2)>h3{
    width: 100%;
    min-height: 60px;
    font-size: 20px;
    font-family: Portada-bold;
    color: white;
    direction: rtl;
    text-align: center;
}
main>section.header>div:nth-of-type(2)>h3::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-thin;
    text-align: center;
    direction: rtl;
    color: white;
}

main>section.alerts{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #5F5468;
    flex-wrap: wrap;
    gap: 30px;
}
main>section.alerts>div.one{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #F3BC3B;
    background-color: #f3ce61;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.one>h3{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.one>p{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.two{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #3c3244;
    background-color: #5F5468;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.two>h3{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.two>p{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.three{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #6c0314;
    background-color: crimson;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.three>h3{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 30px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.three>p{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 17px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.top-student{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
    border-bottom: 1px solid #5F5468;
}
main>section.top-student>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.top-student>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 10px;
}
main>section.top-student>div>div{
    width: 200px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.top-student>div>div>img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #B547B4;
}
main>section.top-student>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.top-student>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}



main>section.suggest-courses{
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    gap: 20px;
}
main>section.suggest-courses>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
}
main>section.suggest-courses>h2::selection{
    background-color: #B547B4;
    color: white;
}
main>section.suggest-courses>div{
    width: 350px;
    min-height: 430px;
    displa: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #B547B4;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    box-sizing: border-box;
    padding: 7px;
}
main>section.suggest-courses>div>button{
    width: 100%;
    height: 50px;
    border-radius: 2.5px;
    background-color: rgba(181, 71, 180, 0.48);
    border: none;
}
main>section.suggest-courses>div>button>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: Lalezar;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none
}
main>section.suggest-courses>div:hover{
    box-shadow: 0 0 10px #B547B4;
}
main>section.suggest-courses>div>a{
    width: 100%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none
}
main>section.suggest-courses>div>a>img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
main>section.suggest-courses>div>a>p{
    width: 100%;
    min-height: 10px;
    color: #3c3244;
    font-weight: bolder;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 18px;
    font-family: Portada-thin;
}
main>section.suggest-courses>div>a>small{
    width: 100%;
    height: 40px;
    display: flex;
    color: black;
    font-family: Lalezar;
    font-size: 25px;
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}


main>section.teachers{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
}
main>section.teachers>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.teachers>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 10px;
}
main>section.teachers>div>div{
    width: 200px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.teachers>div>div>img{
    width: 150px;
    height: 150px;
    border: 10px solid #B547B4;
    border-radius: 3px;
}
main>section.teachers>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.teachers>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}
}
@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: -30px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.header{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 100px;
    position: relative;
    flex-wrap: wrap;
    background-color: #9d459c;
}
main>section.header>div:nth-of-type(1){
    width: 100%;
    min-height: 250px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(1)>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
main>section.header>div:nth-of-type(2){
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(2)>h3{
    width: 100%;
    min-height: 60px;
    font-size: 18px;
    font-family: Portada-bold;
    color: white;
    direction: rtl;
    text-align: center;
}
main>section.header>div:nth-of-type(2)>h3::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article::selection{
    background-color: #1052ea;
    color: white;
}
main>section.header>div:nth-of-type(2)>article{
    width: 100%;
    min-height: 10px;
    font-size: 17px;
    font-family: Portada-thin;
    color: white;
    direction: rtl;
    text-align: center;
}

main>section.alerts{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #5F5468;
    flex-wrap: wrap;
    gap: 30px;
}
main>section.alerts>div.one{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #F3BC3B;
    background-color: #f3ce61;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.one>h3{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 25px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.one>p{
    width: 100%;
    height: 50px;
    color: #6c0314;
    font-size: 15px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.two{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #3c3244;
    background-color: #5F5468;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.two>h3{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 25px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.two>p{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 15px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.three{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #6c0314;
    background-color: crimson;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.three>h3{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 25px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.three>p{
    width: 100%;
    height: 50px;
    color: #F3BC3B;
    font-size: 15px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.top-student{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
    border-bottom: 1px solid #5F5468;
}
main>section.top-student>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.top-student>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 10px;
}
main>section.top-student>div>div{
    width: 200px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.top-student>div>div>img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #B547B4;
}
main>section.top-student>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.top-student>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}



main>section.suggest-courses{
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    gap: 20px;
}
main>section.suggest-courses>h2{
    width: 100%;
    height: 60px;
    font-size: 27px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
}
main>section.suggest-courses>h2::selection{
    background-color: #B547B4;
    color: white;
}
main>section.suggest-courses>div{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #B547B4;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    box-sizing: border-box;
    padding: 7px;
}
main>section.suggest-courses>div>button{
    width: 100%;
    height: 50px;
    border-radius: 2.5px;
    background-color: rgba(181, 71, 180, 0.48);
    border: none;
}
main>section.suggest-courses>div>button>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: Lalezar;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none
}
main>section.suggest-courses>div:hover{
    box-shadow: 0 0 10px #B547B4;
}
main>section.suggest-courses>div>a{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    direction: rtl;
    flex-wrap: wrap;
    text-decoration: none
}
main>section.suggest-courses>div>a>img{
    width: 30%;
    height:200px;
    object-fit: contain;
}
main>section.suggest-courses>div>a>p{
    width: 70%;
    min-height: 10px;
    color: #3c3244;
    font-weight: bolder;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 18px;
    font-family: Portada-thin;
}
main>section.suggest-courses>div>a>small{
    width: 100%;
    height: 40px;
    display: flex;
    color: black;
    font-family: Lalezar;
    font-size: 25px;
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}


main>section.teachers{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
}
main>section.teachers>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.teachers>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 10px;
}
main>section.teachers>div>div{
    width: 200px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.teachers>div>div>img{
    width: 130px;
    height: 130px;
    border: 10px solid #B547B4;
    border-radius: 3px;
}
main>section.teachers>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.teachers>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}
}
@media (max-width: 576px) {
   main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -30px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.header{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 100px;
    position: relative;
    flex-wrap: wrap;
    background-color: #9d459c;
}
main>section.header>div:nth-of-type(1){
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(1)>img{
    width: 100%;
    height: 100%;
}
main>section.header>div:nth-of-type(2){
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: transparent;
}
main>section.header>div:nth-of-type(2)>h3{
    width: 100%;
    min-height: 60px;
    font-size: 18px;
    font-family: Portada-bold;
    color: white;
    direction: rtl;
    text-align: center;
}
main>section.header>div:nth-of-type(2)>h3::selection{
    background-color: #B547B4;
    color: white;
}
main>section.header>div:nth-of-type(2)>article::selection{
    background-color: #B547B4;
    color: white;
}
main>section.header>div:nth-of-type(2)>article{
    width: 100%;
    min-height: 10px;
    font-size: 15px;
    font-family: Portada-thin;
    color: white;
    direction: rtl;
    text-align: center;
}

main>section.alerts{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #5F5468;
    flex-wrap: wrap;
    gap: 30px;
}
main>section.alerts>div.one{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #F3BC3B;
    background-color: #f3ce61;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.one>h3{
    width: 100%;
    min-height: 50px;
    color: #6c0314;
    font-size: 25px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.one>p{
    width: 100%;
    min-height: 50px;
    color: #6c0314;
    font-size: 15px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.two{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #3c3244;
    background-color: #5F5468;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.two>h3{
    width: 100%;
    min-height: 50px;
    color: white;
    font-size: 25px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.two>p{
    width: 100%;
    min-height: 50px;
    color: white;
    font-size: 15px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.alerts>div.three{
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    outline: 5px solid #6c0314;
    background-color: crimson;
    box-sizing: border-box;
    padding: 5px;
}
main>section.alerts>div.three>h3{
    width: 100%;
    min-height: 50px;
    color: #F3BC3B;
    font-size: 25px;
    font-family: Lalezar;
    direction: rtl;
}
main>section.alerts>div.three>p{
    width: 100%;
    min-height: 50px;
    color: #F3BC3B;
    font-size: 15px;
    font-family: Portada-bold;
    direction: rtl;
}
main>section.top-student{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
    border-bottom: 1px solid #5F5468;
}
main>section.top-student>h2{
    width: 100%;
    min-height: 60px;
    font-size: 25px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.top-student>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 10px;
}
main>section.top-student>div>div{
    width: 200px;
    height: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.top-student>div>div>img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #B547B4;
}
main>section.top-student>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 17px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.top-student>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.top-student>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}



main>section.suggest-courses{
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    gap: 20px;
}
main>section.suggest-courses>h2{
    width: 100%;
    min-height: 60px;
    font-size: 25px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
}
main>section.suggest-courses>h2::selection{
    background-color: #B547B4;
    color: white;
}
main>section.suggest-courses>div{
    width: 100%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #B547B4;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    box-sizing: border-box;
    padding: 7px;
}
main>section.suggest-courses>div>button{
    width: 100%;
    height: 50px;
    border-radius: 2.5px;
    background-color: rgba(181, 71, 180, 0.48);
    border: none;
}
main>section.suggest-courses>div>button>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-family: Lalezar;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none
}
main>section.suggest-courses>div:hover{
    box-shadow: 0 0 10px #B547B4;
}
main>section.suggest-courses>div>a{
    width: 100%;
    min-height: 280px;
    display: flex;
    justify-content: center;
    direction: rtl;
    flex-wrap: wrap;
    text-decoration: none
}
main>section.suggest-courses>div>a>img{
    width: 100%;
    height:200px;
    object-fit: contain;
}
main>section.suggest-courses>div>a>p{
    width: 100%;
    min-height: 10px;
    color: #3c3244;
    font-weight: bolder;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 18px;
    font-family: Portada-thin;
    margin-bottom: 15px;
}
main>section.suggest-courses>div>a>small{
    width: 100%;
    height: 40px;
    display: flex;
    color: black;
    font-family: Lalezar;
    font-size: 20px;
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}


main>section.teachers{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #5F5468;
}
main>section.teachers>h2{
    width: 100%;
    min-height: 60px;
    font-size: 25px;
    font-family: Lalezar;
    color: #B547B4;
    text-align: center;
    line-height: 60px;
}
main>section.teachers>div{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
    gap: 10px;
}
main>section.teachers>div>div{
    width: 200px;
    height: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 5px;
}
main>section.teachers>div>div>img{
    width: 150px;
    height: 150px;
    border: 10px solid #B547B4;
    border-radius: 3px;
}

main>section.teachers>div>div>h4{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Lalezar;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
}
main>section.teachers>div>div>h4::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5::selection{
    background-color: #1052ea;
    color: white;
}
main>section.teachers>div>div>h5{
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: black;
    text-shadow: none;
    font-family: Lalezar;
    text-align: center;
    line-height: 50px;
}
}