@import url('https://fonts.googleapis.com/css2?family=Alexandria&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #3f3d56 rgba(0, 0, 0, 0.0);
    -webkit-tap-highlight-color: transparent !important
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    border-radius: 20px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
    border: 3px solid #3f3d56
}


body,html{
    overflow-x: hidden;
    font-family: 'Alexandria', sans-serif;    
}
nav ul{
    direction: rtl;   
}
body{
  
 
}
header{
   width: 100vw; 
   display: flex;
   align-items: center;
   justify-content: center;
   background-size: cover;

}
.info{
    width: 100vw; 
    height: 100vh;
    display: flex;
justify-content: space-between; 
align-items: center;
flex-direction: column-reverse;

}
.info div{
    flex: 1;
}
.imgg{
    scale: 0.8;
    z-index: -99;
}
a{
    text-decoration: none;

}
li{
    list-style: none;
}
.header-content{
    margin-top: 100px;
    color: #121212;
    text-align: center;
    
}
.header-content h2{
    font-size: 4.5vmin;
    
}
.line{
    width: 90%;
    height: 4px;
    background-color:#22292a;
    margin: 30px auto;
    border-radius: 4px;
}
.header-content h1{
    font-size: 3.5vmin;
    margin-top: 20px;
    margin-bottom: 30px;
   
}
.ctn{
    padding: 15px 30px;
    background-color: #394546 ;
    color: #fff;
    border-radius: 7px;
    min-width: 130px;
    min-height: 63px;
    text-align: center;
    display: flex;
justify-content: center;
align-items: center;
}
.ctn1{
    padding: 15px 30px;
    background-color: #394546 ;
    color: #fff;
    border-radius: 7px;
    min-width: 130px;
    min-height: 63px;
    text-align: center;
}

.navbar{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background-color: #394546;
    
}
ul{
    list-style: none;
}
.nav-links{
    display: flex;
    align-items: center;
}
.nav-links li,a{
    margin: 0 30px;
    cursor: pointer;
text-decoration: none;
color: #fff;

}

.menu-btn {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    cursor:pointer
}
/*media resposnive*/
@media screen and (max-width: 480px) {
.navbar{
    padding: 0;
    transition: all 0.5 ease;
}
.imgg{
    flex-direction: column;
    scale: 0.40;}
.info{
    flex-direction: column-reverse;
    height: 75vh;
}
.logo{
    position: absolute;
    top: 30px;
    left: 30px;
}
.nav-links{
    margin: 2rem;
    flex-direction: column;
    width: 100%;
    height: 47vh;
    justify-content: center;
    background-color:#394546;
    display: none;
    
    
}
.mobile-menu{
    display: flex;

}
.header-content{
}
.line{
    width: 90%;

}
 #mbt{
    fill: #678b8d;
}

.nav-links li,a{
    margin: 20px auto;
    font-size: 1rem;

}
.menu-btn{
    display: flex;
}
.row{
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100vh;
    justify-content: center;
flex-wrap: wrap;
}

section{
width:90%;

}
.icons{
    min-width: 100vw;
    min-width: 50%;

    flex-direction: column;
    flex-wrap: wrap;
height: 100%;
}
.icons div{
    display: flex;
    flex-direction: column;
flex-wrap: wrap;
font-size: 1.2rem;
}

.card{
    /* min-width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 95vw;
flex-direction: row;
border-radius: 20px;
flex-wrap: wrap;
font-size: 0.825rem;
max-width: 393px;

}
.card div{
    display: flex;
    flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
flex: 1;

}
.img{
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    max-width: 114px;
height: 114px;}
.card .details{
}
.icons{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 2rem;
    flex-direction: row;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(238, 238, 238, 0.445);
    color: #1f1f1f;
width: 100%;
height: 100%;
}

}
@media screen and (max-width: 767px) {
.navbar{
    padding: 0;
    transition: all 0.5 ease;
}
.imgg{
    flex-direction: column;
    scale: 0.40;}
.info{
    flex-direction: column-reverse;
    height: 75vh;

}
.logo{
    position: absolute;
    top: 30px;
    left: 30px;
}
.nav-links{
    margin: 2rem;
    flex-direction: column;
    width: 100%;
    height: 47vh;
    justify-content: center;
    background-color:#394546;
    display: none;
    
    
}
.mobile-menu{
    display: flex;

}
.header-content{
}
.line{
    width: 90%;

}
 #mbt{
    fill: #678b8d;
}

.nav-links li,a{
    margin: 20px auto;
    font-size: 1rem;

}
.menu-btn{
    display: flex;
}
.row{
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100vh;
    justify-content: center;
flex-wrap: wrap;
}

section{
width:90%;

}
.icons{
    min-width: 100vw;
    min-width: 50%;

    flex-direction: column;
    flex-wrap: wrap;
height: 100%;
}
.icons div{
    display: flex;
    flex-direction: column;
flex-wrap: wrap;
font-size: 1.2rem;
}

.card{
    /* min-width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
flex-direction: row;
border-radius: 20px;
flex-wrap: wrap;
font-size: 1rem;
width: 400px;

}
.card div{
    display: flex;
    flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
flex: 1;

}
.img{
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    max-width: 114px;
height: 114px;}
.card .details{
}
.icons{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 2rem;
    flex-direction: row;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(238, 238, 238, 0.445);
    color: #1f1f1f;
width: 100%;
height: 100%;
}

}
@media only screen and (min-width: 767px) {

    .card{
        /* min-width: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 420px;    height: 246px;
    flex-direction: row;
    border-radius: 20px;
    
    
    }
    .card div{
        display: flex;
        flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    .card img{
        scale: 1.1;
    }
    #baseer .img img{
        scale: 1.5;
    }
    .icons{
        width: 70%;
        height: 246px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 2rem;
        flex-direction: row;
        text-align: center;
        border-radius: 20px;
        background-color: rgba(238, 238, 238, 0.445);
        color: #1f1f1f;
      }
  
    }
    
section{
    width: 80%;
    margin: 10px auto;
    direction: rtl;
    
}

.title{
    text-align: center;
    font-size: 3vmin;
    color: #333;
}
.row{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
flex-wrap: wrap;
font-size: 0.925rem;

}
.col{
    max-width: 350px;
}
    
    .events{
        min-height: 80vh;
        margin: 1rem auto;
    }
    .events .row{
        margin-top: 20px;

    }
    h4{
        font-size: 1.2rem;
        margin: 20px auto;
    }
    p{
        padding: 0px 40px;
    }
    .events .ctn{
        margin-top: 30px;
    }
    .image{
        max-width: 300px;
    }

  
.icons span{
    font-size: 1rem;
    display: block;
    text-align: center;
    margin: 1rem;
}
.icons ul{
    margin-top: 1rem;
}
#social-icons i{
    font-size: 1.5rem;
}
#social-icons a{
    margin: 1rem;
    color: #394546;

}
.ctn a li{
margin: 10px;
}
#pp{
    font-size: 1.1rem;
}
#social-icons a:hover{
    color:#322d49;
}
#disabled,#disabled:hover{
cursor: not-allowed;
opacity: 1;}

.nav-links a:hover,.ctn:hover{
opacity: 0.9;}
footer{
    display: flex;
    background-color: #3f3d56;
    justify-content: space-between;
    align-items: center;
}
footer a{
    padding: 0 0.5rem 0 0.5rem;
    margin: 0 0.875rem 0 0.875rem;
}

#almofrredon{
    background-color: #6f937c;
    color: #fff;

}
#almofrredon h4 {
    color: #fff;
}
#almofrredon p{
    color: #fff;
}
#almofrredon .ctn{
    color: #6f937c;
    background-color: #fff;
    border-radius: 30px;
}
.row .card{
    margin: 0.852rem auto;

}



#noth{
    background-color: #fdf7f1;

}
#noth .details p,h4{
    color: #4f4d4d;
}
#noth .ctn{
    color: #4f4d4d;
    background-color: #fff;
    border-radius: 30px;
}
#noth .ctn:hover{
    color: #fff;
    background-color: #4f4d4d;
    border-radius: 30px;
}





#sbh{
    background-color: #eeeeee;

}
#sbh.details.p.h4{
    color: #1f1f1f;
}

#sbh .ctn{
    color: #fcc869;
    background-color: #fff;
    border-radius: 30px;
}
#sbh .ctn:hover{
    color: #fff;
    background-color: #fcc869;
    border-radius: 30px;
}



#baseer{
    background-color:#ff4553c2;

}
#baseer p {
    color: #fff;
}
#baseer h4 {
    color: #fff;
}
#baseer .ctn{
    color: #ff4553c2;
    background-color: #fff;
    border-radius: 30px;
}
#baseer .ctn:hover{
    color: #ff4553c2;
    background-color: #fff;
    border-radius: 30px;
}

#zwrna{
    background-color:#008370;

}
#zwrna p {
    color: #fff;
}
#zwrna h4 {
    color: #fff;
}
#zwrna .ctn{
    color: #008370;
    background-color: #fff;
    border-radius: 30px;
}
#zwrna .ctn:hover{
    color: #008370;
    background-color: #fff;
    border-radius: 30px;
    opacity: 0.9;
}

#alkhf{
    background-color:#fff8ee;

}
#alkhf p {
    color:#4f4d4d;
}
#alkhf h4 {
    color:#4f4d4d;
}
#alkhf .ctn:hover{
    color:#ffffff;
    background-color: #b3a38f;
    border-radius: 30px;
}
#alkhf .ctn{
    color: #b3a38f;
    background-color: #fff;
    border-radius: 30px;
}


#mshtt{
    background-color:#2c2d2b;
    display: none;

}
#mshtt p {
    color:#f1f1f1;
}
#mshtt h4 {
    color:#f1f1f1;
}
#mshtt .ctn:hover{
    color:#2c2d2b;
    background-color: #f1f1f1;
    border-radius: 30px;
}
#mshtt .ctn{
    color: #2c2d2b;
    background-color: #fff;
    border-radius: 30px;
}


#mhamsh{
    background-color:#1c2237;
    display: none;

}
#mhamsh p {
    color:#f1f1f1;
}
#mhamsh h4 {
    color:#f1f1f1;
}
#mhamsh .ctn:hover{
    color:#f1f1f1;
    background-color: #d4f1c7;
    border-radius: 30px;
}
#mhamsh .ctn{
    color: #1c2237;
    background-color: #fff;
    border-radius: 30px;
}


p{
    color: #4f4d4d;
}
.card{
}

.ctn  i{
    font-size: 1.1rem;
}
.contact .icons{
    margin-top: 2rem;
    margin-bottom: 2rem;

}
.details{
    display: flex;
}
.details p{
    min-width: 100%;
    text-align: center;
}