*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root{
    --clr-neutral-900:hsl(207,19%, 9%);
    --clr-neutral-100:hsl(0,0%, 100%);
    --clr-accent-400:hsl(142, 90%, 61%)
}

.sectionA{
    background-color: teal;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   
    color: #fff;
    font-size:2.8ch;
    padding: 10px;
    
}


.mailDiv{ 
    width:100%;
    display: flex;
  
   justify-content: space-evenly;
    align-items: center;

}

.loginDiv{
    background-color: rgb(115, 218, 218);
    width: 100vw;
    display: flex;
    height: 40px;
    justify-content: space-around;
    align-items: center;
   padding-right: 10px;
   flex-wrap: wrap;
   font-size: 20px;

   
}
.applcatn{
    width: 7rem;
   
    background-color: maroon;
    color: whitesmoke;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 3px;
}




.sectionB{
    width: 100vw;
    padding: 0 25px;
    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
    font-size: larger;
}
img{
    height: 250px;
    width: 250px;

}








.sectionC{
    background-color:skyblue;
    height: 100px;
    font-size:10px;
    font-weight: bolder;
    width: 100vw;
    display: flex;
   
    justify-content: space-around;
    align-items: center;

    padding: 10px;
}

.nav ul {
    
    display:flex;
    justify-content: space-around;
    list-style-type: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    flex-wrap: wrap;
    
}
a{
    font-size: 25ch;
}
.nav ul li{
    display:inline-flexbox;
    font-size: 23px;
    margin: 10px;
    padding: 10px;
    
}
.nav ul li:hover{
    background-color: #fff;
    color:#000;
    font-weight: bolder;
      
}

.subnav1{
    display: none;
    list-style: none;
    font-size: 1.5rem;
    font-weight: bolder;
    
}
.nav ul li:hover  .subnav1{
    color: tomato;
    display: block;
    position: absolute;
    background-color: inherit;
    margin-left: -10px;
    opacity: 0.7;
    
}
.nav ul li:hover .subnav1 ul{
    display: block;
    margin: 10px;
   
}
.navBar ul li:hover .subnav1 ul li{
    width: 150px;
    padding: 5px;
   
    background: transparent;
    border-radius: 5px;
    border-bottom: 2px dashed black;
    
}
.navBar ul li:hover .subnav1 ul li:last-child{
border-bottom: none;
}

a{
    font-size: 1.5rem;
    font-weight: bolder;
    text-decoration: none;
    color: black;
}




.bar{

    
}

.sectionD{
    
    min-height:80vh;
    width: 100vw;
    background:linear-gradient(to right,rgba(9, 2, 2, 0.3),rgba(193, 214, 136, 0)), url(../img/IMG_20201004_145133~2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    background-attachment: fixed;
    
}
.jt{
    height: 5vh;
    width: 100vw;
}
.picturemessage{
    line-height: 2;
   width: 100%;
    color: #fff;
    font-size: 2ch;
    font-family:cursive;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
    padding-left: 5rem;
    padding-right: 5rem;

}

.picturecontent{
    width: 100%;
    background: hsl(0 0% 0%/ 0);
    padding: 10rem 0 0 0;
    margin: 30px;
   
}

.cslink{
    color:red;
}
#object{
   
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
   
   
}
.mapDiv{
   line-height: 1;
    width:350px;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    border: 5px;
    border-style: groove;
    border-radius: 2rem; 
    margin: 20px;
    flex-wrap: wrap;
   
    
}
.objDiv{
    width: 100%;
   height:490px;
    display: flex;
    flex-direction: column;
   gap: 5px;
    align-items: center;
   padding:0 10px;
   
}
.bd{
    font-size: large;
   /* line-height: 2; */
   width: 100vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title{
    width: 70%;
    font-size:1.525rem;
    font-weight: bolder;
}
.desc{
   max-width: 425px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
}

.images{
    padding-top: 35px;
    padding-right: 5.2rem;
    width: 120%;
    max-height:200px ;
    object-fit: fill;
}
.ReadMore{
   
    background-color: whitesmoke;
    font-weight: bold;
    font-size: 1rem;
    color:black;
    margin-bottom: 25rem;
}

.footer{
    
    width: 100vw;
    background-color:#000;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 1.2rem;
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
    
}
.Address{
    
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    
}
.header{
    color: gold;
    font-weight: bolder;
   font-size: larger;
   margin-bottom: 10px;
    
}

.Pages{
  
    width: 30vw;
    flex-direction: column;
    justify-content:center;
    margin-top: 40px;
   

}
.followus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    color: #fff;
    margin-left: 2rem;
    bottom: 0;
}
.flinks{
    color: #fff;
}

@media(max-width: 570px) {

.sectionA{
   
        font-size:2ch;
            
}
 
.bar{
   
  opacity: 1;
    color: #fff;
    font-size: 50px;
    width: 15px;
    padding-right: 7px;

    
}

.applcatn{   
        width: 5rem;
        
    }



 .sectionB{

     width: 100vw;
    justify-content: space-around;
   flex-direction: column;
   }
   
/* .SN{
    font-size: 14px;
}

img{
    height: 100px;
    width: 70px;

} */
.nigFlag{
    margin-right: 30px;
}

.sectionC{

    max-height: 600px;
    height: 100%;
    font-size:6rem;
    font-weight: bolder;
    width: 100vw;
    display: flex;
    flex-direction:column;
    justify-content:left;
    align-items: center;
}
.nav ul {

    
}
/* ul.active {
    visibility: visible;
  
     font-size:35px;
     display:flex;
     flex-direction: column;
     align-items: center;
     list-style-type: none;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     flex-wrap: wrap;
     
 } */


.nav {
   
    font-size: larger;
    display:flex;
    flex-direction: column;
    list-style-type: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    flex-wrap: wrap;
    
}
.nav.active {
    display:block;
    font-size: larger;
    display:flex;
    flex-direction: column;
    list-style-type: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    flex-wrap: wrap;
    
}  
/* .nav ul.active{
    
    color: tomato;
    display: block;
    position: absolute;
    background-color: inherit;
    margin-left: -10px;
    opacity: 0.7;
    
} */
#object{
  
   height: 100%;
   /*margin-left: 30px;*/
   border: 2px solid greenyellow;
   
}
.mapDiv{

   width: 500px;
   
   /* padding-left: 50px; */
}

.bd{
    font-size: large;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title{
   
    font-size:2rem;
    font-weight: bold;
}
.desc{
    min-height: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.images{
    padding-right: 14rem;
    max-height:300px ;
    object-fit: fill;
}
/* .sectionD{
    max-height: 100vh;
    background-image: url(../alhijrahsitess/Images/IMG_20201004_145133~2.jpg);
    background-position: 50%;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
} */
.picturemessage{
 
    height: 70%;
    width: 100vw;
     color: #fff;
     font-size:small;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 }
.picturecontent{
   
    
}
.latdiv{
    font-size: 10px;
    line-height: 2.5;
    display: flex;
   flex-direction: column;
   align-items: center;
    justify-content: center;
    width: 100vw;
   border: 3px solid palevioletred;
    font-family: Georgia, 'Times New Roman', Times, serif;

  
}

.mapDiv{
   
    width:25rem;
   
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    border: 5px;
    border-style: groove;
    border-radius: 5rem; 
    margin: 20px;
    flex-wrap: wrap;
    border-color: darkred;
   
    
}
.objDiv{
    max-width:25rem;
    width: 100vw;
   min-height:550px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
   
   
}
.bd{
    font-size: small;
   
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title{
    width: 68%;
    font-size:1.8rem;
    font-weight: bold;
}
.desc{
    line-height: 2;
   font-size: 17px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
}

img{
   
  margin-left: 4rem;
   min-height: 200px;
    object-fit: fill;
   
}

.cslink{

    font-size:1rem;
}
.footer{
    
    width: 100vw;
    line-height: 1.5;
    display: flex;
    font-size: 12px;
   
    padding: 20px;
    
}
.Address{
    
    width: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.header{
    color: whitesmoke;
    font-weight: bolder;
   font-size: larger;
   margin-bottom: 10px;
    
}

.Pages{
  
    width: 25vw;
    flex-direction: column;
    justify-content:center;
    margin-top: 40px;
    margin-left: 6rem;
   

}
.followus{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    margin-left: 2.5rem;
}
.flinks{
    font-size: 13px;
 
   
}
}