html{
    font-size: 10px;
}
body{
    direction: rtl;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Dana-Regular";
    overflow-x: hidden;
}
*{
    box-sizing: border-box !important;
}
:root{
    --text-color:#373A40;
    --main-color:#4C3BCF;
}
/*

-- Reset Styles

*/
a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

/*

/*

-- Components

*/
.app-btn {
    width: 18rem;
    height: 5.2rem;
    border-radius: 4rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-bottom{
    border-bottom: 3px solid blue;
}
/*

/*


NAVBAR


*/
.nav{
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo{
    font-size: 3rem;
    color: black;
    font-family: "Dana-Bold";
}
.menu{
    display: flex;
    align-items: center;
    gap: 4rem;
    z-index: 99;
}
.menu__item{
  
}
.menu__link{
    font-family: "Dana-Medium";
    font-size: 2rem;
    transition: all 120ms ease-in;
    color: var(--text-color);
}
.menu__link:hover{
    color:var(--main-color);
}
.nav__link{
    background-color: var(--main-color);
    font-size: 1.8rem;
    transition: all 170ms ease-in;
}
.nav__link:hover{
    background-color: #6554e8;
    transform: scale(0.95);
}
.nav__link-mobile{
    display: none;
    background-color: var(--main-color);
    font-size: 1.8rem;
    transition: all 120ms ease-in;
    line-height: 5.2rem;
    text-align: center;
}
.toggle-menu{
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    display: none;
}
.nav__logo-img{
    width: 7rem;
    height: 7rem;
}

/*


Header


*/

.header{
    background: linear-gradient(rgba(0,0,0,0.70),rgba(0,0,0,0.70)), url(../../images/Header-BG.jpg);
    width: 100%;
    height: 55rem;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius:5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__wrapper{
    text-align: center;
    color: #fff;
}
.header__title{
    font-family: "Dana-Bold";
    font-size: 4rem;
    margin-top: -5rem;
}
.header__caption{
    font-family: "Dana-Medium";
    margin-top: 1.2rem;
    font-size: 2rem;
}
.header__register-link{
    background-color: #fff;
    color: black;
    font-family: "Dana-Bold";
    margin: 2rem auto;
    width: 20rem;
    height:6rem;
}

/*


Main(boxes)


*/
.boxes{
    margin-top: -7rem;
}
.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    height: 17rem;
    border: 1px solid blue;
    border-radius: 2rem;
    padding: 0 1rem;
   
}
.box__icon{
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.5rem;
}
.box__title{
    margin-bottom: 0.5rem;
    font-family: "Dana-Bold";
    font-size: 2rem;
}
.box__caption{
    font-family: "Dana-Medium";
    font-size: 1.6rem;
    width: 26.8rem;
}

/*


Socail Media


*/

.socialmedia{
    background: rgb(3,81,37);
    background: linear-gradient(90deg, rgba(3,81,37,1) 14%, rgba(5,180,90,1) 100%);
    padding: 2rem 2rem;
    width: 70%;
    margin: 3rem auto 0 auto;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.socialmedia__link{
    background-color: #fff;
    color: black;
    margin-top: 2rem;
    font-family: "Dana-Medium";
    margin: 0.5rem auto;
}
.socialmedia__title{
    font-family: "Dana-Bold";
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}

/*


Map


*/

.map{
    background: rgb(81,3,3);
    background: linear-gradient(90deg, rgba(81,3,3,1) 14%, rgba(180,93,5,1) 100%);
    padding: 2rem 2rem;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.map__wrapper,
.socialmedia__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map__title-wrapper{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: "Dana-Bold";
    font-size: 3.5rem;
}
.map__title{
    
}
.map__links-wrapper{

}
.map__school-icon{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.5rem;
}
.map__icon{
    width: 2.5rem;
    height: 2.5rem;
    color: red;
}
.addres__link{
    background-color: #fff;
    color: black;
    font-family: "Dana-Medium";
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

/*


Footer


*/

.footer{
    width: 100%;
    height: auto;
    line-height: 8rem;
    margin-top: 2rem;
    background-color: #111931;
}
.footer__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__caption{
    color: #fff;
    font-size: 2rem;
    font-family: "Dana-Medium";
}
.footer__social-wrapper{
    margin-top: 1rem;
    flex-wrap: wrap;
    text-align: center;
}
.footer__link{

}
.footer__icon--bale{
    fill: #fff;
}
.footer__icon{
    width: 3rem;
    height: 3rem;
    color: #fff;
    margin-right: 1rem;
}



