*{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.side-bar {
    width: 20%;
    background-color: #00C4CC;
    height: 100vh;
    height: 100vh;
    position: fixed;
}

.main {
    margin-left: 20%;
    height: auto;
    width: 100%;
}
.cont{
    width: 100%;
    height: auto;
   display: flex; 
   align-items: flex-start;
}
 
.links:hover {
    background-color: white;
    border: 1px solid black;
    width: 100%;
    border-right-width: 10px;
    border-top: none;
    border-bottom: none;
    border-bottom-right-radius: 10px;
    color: black;
} 
.links a:hover  {
    color: black;
}

.logo-cont {
    width: 100%;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.links_cont{
    width: 100%;
    white-space: nowrap;
}
  
  .links{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 30px;
  }
  
  .links span{
    margin-top: 3px;
  }
  
  .links p{
    margin-left: 8px;
  }
  .links a{
    text-decoration: none;
    color: white;
  }


 body{
    height: 100%;
    background-color: #181717;

}
 .post{
    width: 90%;
    margin:  auto;
}
.container{
    background-image: url(images/Vector\ 3.png);
    background-size: auto;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 63%;
    margin: 0 auto;
    /* background-attachment: fixed; */
}
nav{
    margin: 20px auto ;
    padding-right: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.left-child{
    white-space: 12px;
    display: inline-flex;
    margin-left: 0.75rem; 
    align-items: center;
    font-size: 16px;
    color:white;
    gap:30px
}
.left-child button{
    margin-left: 10px;
    padding:3px 20px;
    border-radius: 7px;
    background-color: #00C4CC;
    color: whitesmoke;
    font-size: 16px;
}
.left-child button:hover {
    background-color: #00c5cca5;
}

.left-child img {
    width: 60px;
}
.pict-sect {
    display: flex;
    align-items:center;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    margin-top: 5px;
    margin-left: 400px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    filter: grayscale(50%);
}
.pict-sect:hover{
    filter: grayscale(0);
}
.pict-sect img {
    max-width: 28rem; 
    height: 320px;
    
}
.checkbox {
    color : white;
    text-decoration: none;
}
.checkbox ul li {
    padding-bottom: 20px;

}
/* .checkbox ul li label{
    padding-left: 10px;
} */
  .checkbox ul {
    font-size: 15px;
    text-decoration: none; 
    list-style: none;
}
.checkbox .check{
    width: 30px;
    
}
.post span {
    display: flex;
    align-items: center;
    color: #000;
    background: white;
    font-size: 16px;
    width: 180px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 20px;
}
.post span img{
    height: 32px;
}
header{
    background-color: white;
    display:flex;
    gap:60px;
    padding: 10px 24px;
}
.pics{
    border-radius: 100%;
    width:70px;
}

input{
    outline: none;
    border:none;
    background-color: transparent;
}

.search{
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    gap: 10px;
    color: #000;
    width: 80%; 
    margin:80px auto;
   
}
 .icon{
    width: 20px;
}
 .box{
    background-color: #fff;
    margin: 0 auto;
    width: 80%;
    padding: 50px;
    margin-top:50px;

}
.flex-box{
    display: flex;
    gap: 20px;
    align-items: center;
    color: #00C4CC;

}
.flex-box input{
    background-color: #D9D9D9;
    padding: 30px;
    width:100%;
    font-size: 16px;
    border-radius: 10px;
}

.remix-i{
    display: flex;
    align-content: center;
    margin-left: 100px;
    gap: 30px;
    padding-top: 30px ;
}
.green-butt{
    background-color: #00C4CC;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000000;
    border: none;
    float:right;
    
}
.cont .fas{
    display:none;
}
@media (max-width: 480px) {
    .left-child{
        gap:10px;
    }
    nav{
        padding-right: 10px;
    }
    
    .main{
        margin-left: 0;
    }
    .side-bar {
        display: none;
        z-index:10px;
        width: auto;
    } 
    .cont .fas{
        display:block;
        font-size:25px;
        color: white;
    }
    
    .container{
        object-fit: contain;
        margin-top: 70px;
        
    }
    .pict-sect{
        display:block ;
    }
    .pict-sect img {
        max-width: 20rem; 
        height: 350px;
        margin: auto;
        object-fit: cover;
    }
   
    
    .flex-box{
        display:block; 
    } 
    .box, .search{
        width: 90%;
    }   
         
  }
  