*, *:before,*:after{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body{
    height: 100%;
    font-family: Inter;
    background-color: #fafcf6;
}

h1{
    font-weight: 400;
}
a{
    text-decoration: none;
    color: inherit;
}

.about{
    text-align: left;
    padding: 150px 10px 10px 10px;
}











.wrapper{
 
}

.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0f0f0f;
    z-index: 2;
    
}
.header-body{
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 115px;
    align-items: center;
}

.header-logo{
    color: #fff;
    z-index: 3;
    font-size: 28px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}
.header-burger{
    display: none;
}
.header-menu{
    
}
.header-list{
    display: flex;
    position: relative;
    z-index: 2;
}
.header-list li{
    list-style: none;
    margin:0px 0px 0px 40px ;
}
.header-link{
    color: #fff;
    font-size: 18;
    text-decoration: none;
    
}




   .container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 40px;
} 




 

footer {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    width: auto;
    height: 300px;
    
    padding: 30px 10%;
    color: #a6a6a6;
}
.a-footer{

    color: #878787;
}
.foot-menu{
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    width: auto;
    height: 200px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 0.1px solid rgb(220, 220, 220);
    border-bottom: 0.1px solid rgb(220, 220, 220);
    color: #000000;
}
.copyright{
   
}

/* .content1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
} */

.about li{
    padding: 10px 10px 10px 10px;
}
@media (max-width:1080px) and (min-width:768px){
  
    
    
 
}
@media (max-width:767px) {
    .post{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        align-items: ;
        padding: 0;
        
    }
    .title{
        font-size: 25px;
        padding-top: 250px;
        padding-bottom: 30px;
        font-weight: 600;}
        .about{
            padding-top:100px;
        }
    .post-text{
        display: block;
        max-width: ;}
        
    .images{
        max-width: 100px;
        padding: 10px 10px 10px 0;
        
    }

    .header-burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
      
    }
    .header-burger:before,
    .header-burger:after{
        content: '';
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0px;
        transition: all 0.3s ease 0s  ;
    }
    .header-burger:before{
        top: 0;
    }
    .header-burger span{
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        height: 2px;
        left: 0px;
        top: 10px;
        transition: all 0.3s ease 0s  ;
    }
    .header-burger:after{
        bottom: 0;
    }
    .header-logo{
        font-size: 16px;
    }
    .header-menu{
        
        position: fixed;
        top: -100%;
        
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0f0f0f;
        padding: 0px 10px 20px 10px;
    }
    .header-list{
        display: block;
        padding: 100px 90px;
    }
    .header-list li{
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .header-burger.active:after{
        transform: rotate(45deg);
        bottom: 10px;
    }
    .header-burger.active:before{
        transform: rotate(-45deg);
        top: 8px;
    }
    .header-burger.active span{
        transform: scale(0);
    }
   
    .header-menu.active{
        top: 0;
        transition: all 0.3s ease 0s  ;
    }
    .header-body{
        height: 50px;
    }
    .content-wrap{
        width: ;
        display: block;
        justify-content: space-between;
    padding: 80px 0;
    }
    
    .section1{
        padding: 0 0;
        
    }
    .header{}
    
    
    .section2{
        width: auto;
        max-width: none;
        padding: 0 0;
    
    }
    .section2 h1{
        
        padding: 0px 10px;
    
    }
    .form{
        padding: 0 10px;
    }
    .policy-not{
        padding: 0px 10px;
    }
    body.lock{
        overflow: hidden; 
    }
}