@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=El+Messiri:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200&display=swap');

body{

    background-color: rgb(251, 242, 235);
    font-family: 'Aboreto', cursive;

}

html{
    scroll-behavior: smooth;
}

header{

    /* height: 100vh; */
    height: 90%;
    padding-bottom: 20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.439) ;
    margin: -8px;
    background-color: black;
    box-shadow: 1px 3px 37px 0px rgba(0, 0, 0, 0.79); 

}

nav{

    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: black;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.zienab-logo img {
   
    padding: 170px 0 0 0 ;
    width: 50%;
    height: 50%;

}

.zienab-logo{

    display: flex;
    justify-content: center;
    position: relative;
  
    
}

.logo img{

    width: 100px;
    height: 100px;
    padding: 0px 70px;
    margin: 20px 0 ;

}

.max-width a{

    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    

}

.max{

    float: right;
    margin: -80px 10% 0px 0px;

}

.max-width{

    display: inline;
}

.container-menu {
    display: inline-block;
    cursor: pointer;
    display: none;
    
}
  
.bar {
    height: 5px;
    background-color: rgb(241, 241, 241);
    margin: 6px 0;
    transition: 0.4s;
}

.bar1{

    width: 35px;
}

.bar2{

    width: 25px;
    margin-left: 5px;
}
  
.change .bar1 {
    transform: translate(4px, 1px) rotate(-45deg);
    
}
  
.change .bar2 {
    transform: translate(0, -11px) rotate(45deg);
    width: 35px;
}


.container1 {

    display: flex;
    flex-wrap: wrap; 

}

.container {

    display: block;
    margin: 0 auto;
    width: 46%;
    height: 46%;
    justify-content: center;
    text-decoration: none;
    top: 30px;
    position: relative;

}
.sec-01{

    top: 100px;
    position: relative;
}

.container img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    box-shadow: 1px 3px 37px 0px rgba(0, 0, 0, 0.79); 
}

.content h1{

    text-align: center;
    font-size: 25px;
    

}

.blurBackground{

    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 150px;
    transform: translateY(0);
    opacity: 0;
    transition: 0.5s;
   
}

.container:hover .blurBackground{

    transform: translateY(-150px);
    opacity: 1;
   
}

.content p{

    text-align: center;
    font-family: 'Fahkwang', sans-serif;
   
}

.black{

    color: black;
}

footer{

    background-color: black;
    margin: 0px 0px -8px 0px ;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.footerBox{

    bottom: 10px ;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 50px;


}

.logo-footer img{

    width: 100px;
    
}

a{

    text-decoration: none;
    color: #fff;

}

.social_media div{

    display: block;
    padding: 10px 0;
    
}

.social_title{

    text-align: center;
    opacity: 0.5;
    font-size: 100%;
}

.social_link{

    font-family: 'Fahkwang', sans-serif;
    padding: 0 10px;
}


.email div{

    display: block;
    padding: 10px 0;
}


@media (max-width: 1000px) {

    .container-menu{

        display: inline;

    }

    .links-inline{

        display: none;

    }

    .links-block{

        display: inline;

    }

    .min{

        display: block;
          
    }
    .min-screen {

        display: block;
        margin: -30px 0px 0px -135px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        padding: 20px 40px 100px 40px;
        position: fixed;
        z-index: 2;
      
    }

    .min-width{

        display:block;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.439) ;
        
    }
    .min-width a{

        color: black;
    }

    .footerBox{

        flex-direction: column;
    } 

    .social_title{
            
        text-align: left;

    }

}




 
