@font-face {
    font-family: corbel;
    src: url(fontcorbel/corbel.ttf) format('truetype');
}
@font-face {
    font-family:corbelb;
    src: url(fontcorbel/corbelb.ttf) format('truetype');
}
@font-face {
    font-family:corbeli;
    src: url(fontcorbel/corbeli.ttf) format('truetype');
}
@font-face {
    font-family: corbell;
    src: url(fontcorbel/corbell.ttf) format('truetype');
}
@font-face {
    font-family: covesl;
    src: url(fontcorbel/CovesLight.ttf);
}
@font-face {
    font-family: covesb;
    src: url(fontcorbel/CovesBold.ttf);
}

*{padding:0 ;
    margin:0;
    box-sizing:border-box;
}

/*global tags */
h2,h1,p{
   
   font-family: corbell,sans-serif;
   font-weight:100;
}
h3,a{
    font-family: corbelb;
    
}

span{
    font-size:0.8rem;
    color:#757373;

}
h6{
    font-size:1.1rem;
    color:rgb(24,24,49);
}

/*navigation*/

nav{
    position:fixed;
    width:100%;
    background-color: #fff;
    display:flex;
    font-display: row;
    justify-content: space-between;
    align-items:baseline;
     padding:0vw 3vw ; 
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
    z-index:999;
  
}

nav img{
    align-items: baseline;
    height: auto;
    max-height: 110px;
    width:auto;
    max-width: 100%;
    cursor: pointer;
    padding-top:0px;
}
nav .navigation{
    align-items: bottom;
    display:flex;
}
#menu-btn{
    width:30px;
    height:30px;
    display: none;

}
#menu-close{
    display:none;
}
nav .navigation ul {
    display:flex;

    justify-content:baseline;
    
    align-items: bottom;


}

nav .navigation ul li{
    justify-content:baseline;
    list-style:none;
    margin-left: 30px;
    padding-top:30px;
}

nav .navigation ul li a{
    font-family: calibri;
    text-decoration: none;
    color: #111;
    font-size:16px;
    font-weight: 500;
    padding:0px;
     
    transition: 0.5s ease;
    
}

nav .navigation ul li a:hover{
    
   color:#0096cc;

}
#menu-btn{
    width:30px;
    height:30px;
    display: none;

}
#menu-close{
    display:none;
}
nav .navigation ul {
    display:flex;
    justify-content: flex-end;
    padding-top:70px;
    align-items: bottom;

}

nav .navigation ul li{
    list-style:none;
    margin-left: 30px;
}

nav .navigation ul li a{
    text-decoration: none;
    color: #111;
    font-size:16px;
    font-weight: 500;
    padding:2px;
     
    transition: 0.5s ease;
    
}

nav .navigation ul li a:hover{
    
   color:#0096cc;

}

/* hero */


  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height:90vh;
  }
  .swiper-slide:before{
    z-index:777;
    content: '';
    position: absolute;
    background: rgba(39, 39, 39, 0.501);
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
}

  .swiper-slide img {
    object-position: top;
    display: block;
    width: 100%;
    height: 100vh; 
    object-fit: cover;
    
  }
  .swiper-slide h2{
    z-index:888;
   position:absolute;
   left:45%;
   top:50%;
   align-items: center;
    justify-content: center;
    color:white;
  }
  .swiper-slide span{
   font-size: 1.5rem;
   font-family:covesl, sans-serif;
    color:#fff;
  }


#about{
    background-image: linear-gradient(rgba(9,5,54,0.3),rgba(5,4,46,0.7)),url("Images/about.jpg"); 
    background-position: 50% 100%;
    background-repeat: no-repeat;
    
    width:100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left:0; 
    top:-100px;
    right:0;
    padding-top: 100px;
}


 #about  p{
    justify-content: center;
    text-align: center;
    width:50%;
    color:white;
    font-size: 1.2rem;
    line-height: 25px;
}
#content{
    padding:5vw 8vw 0 8vw;
    text-align: center;
    
    justify-content: center;
}

#content  h3{
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding:20px;

}
#content span{
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-family: coves,sans-serif;
    font-weight: bold;
    color: #111;
}
#content  p{
  
    font-size: 1rem;
    text-align: center;
    line-height: 25px;
    padding:20px;
}
/* gallery */
.infra{
    min-height: 100vh;
     overflow-x:hidden ; 
}
.infra h3{
    text-align: center;
}
.gallery{
    width:75%;
    
    margin: 10px auto 10px ;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 2fr));
    grid-gap:4px;
    
}
.gallery img{
    padding-top:1px ;
    height:200px;
    width:100%;
    cursor: pointer;
}
/* footer */
#footer{
    padding:100px 0 20px;
    background-color:  rgb(33, 33, 60);
    
}

.footer-right{
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 30px ;
    text-align: center;
    color: #fff;
   
}

 .footer-right .fa{
    font-size:20px;
    color:#0096cc;
    margin:10px;

}
.social-links{
    color:white;
    text-align: center;
}
.social-links .fa-brands{
    height:40px;
    width:40px;
    font-size:20px;
    line-height:40px;
    border:1px solid #0096cc;
    margin: 40px 5px 0;
    color: #0096cc;
    cursor: pointer;
    transition: 0.5s;
    

}
.social-links .fa-brands:hover{
    background: rgb(21,21,100);
    color:#fff;
    transform:translateY(-7px);
    border:0;
}
.social-links p{
    font-size: 12px;
    margin-top: 20px;
}
@media(max-width:769px){
    nav{
        padding:15px 20px;

    }
    nav img {
        height: 125px;
        width: 145px;
    }
    
    #menu-btn{
        
        display:initial;
    
    }
    #menu-close{
        display:initial;
        font-size: 1.6rem;
        color:#fff;
        padding:30px 0 20px 20px;
    }
    nav .navigation ul{
        position: absolute;
        top:0;
        right:-220px;
        width:220px;
        background-color: rgba(17,20,104,0.45);
        backdrop-filter: blur(4.5px);
        border:1px solid rgba(225,225,225,0.18);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: 0.3s ease;
    }
    nav .navigation ul.active{
        right: 0;
    }
    nav .navigation ul li{
        padding: 20px 0 20px 40px;
        margin-left: 0;
    }
    nav .navigation ul li a{
        color:#fff;

    }
    .swiper-slide{
        justify-content: center;
        align-items: center;
    }
    .swiper-slide img{
        width:100%;
        

    }
    .info h2{
      display: none;
    }

    .info p{
      display:none;
    }
}

@media (max-width :475px ){
    nav img {
        height: 90px;
        width: 120px;
    }
    .swiper-slide h2 {
       
       font-size:1.3rem;
       left:20%;
        
      
    }
    #content p {
        line-height: 15px;
    
    }
    #content h3 {
        font-size: 0.8rem;
    }
    #content p {
        font-size: 0.7rem;
       
    }
    .gallery{
        width:75%;
        
        margin: 10px auto 10px ;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(150px, 2fr));
        grid-gap:4px;
        
    }

}