*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
    height: 100%;
}
section{
    background-color: rgb(60, 60, 70);
    height: auto;
    width: 100%;
    position: absolute;
}
.sect-header{
    padding-top: 50px;
    padding-left: 20px;
    background: url('soft.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.all{
    background-color: rgba(0, 0, 0, .5);
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
.intro{
    margin-top: 100px;
    margin-left: 50px;
}
.intro h2{
    color: white;
    font-family: "Segoe UI";
    font-size: 50px;
    font-weight: 650;
}
.intro p{
    font-family: "Segoe UI";
    font-size: 25px;
    font-weight: 600;
    color: white;
}
.hire-btn{
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.hire-btn a{
    font-family: "Segoe UI";
    font-size: 20px;
    color: white;
    padding: 10px 25px;
    box-shadow: 3px 3px 10px 1px rgba(10, 10, 10, .5);
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid rgb(105, 105, 105);
}
.hire-btn a:hover{
    background-color: rgb(40, 40, 40);
    transition: 0.5s;
    box-shadow: 1px 1px 5px 1px rgba(10, 10, 10, .5);
    border: 0;
}
.desc{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 100px;
}
.card{
    /*background-color: rgb(60, 60, 65);*/
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 15px 1px rgba(10, 10, 10, .5);
    transition: 0.5s;
}
.card:hover{
    box-shadow: 2px 1px 10px 1px rgba(10, 10, 10, .5);
    transition: 0.5s;
}
.card-title{
    text-align: center;
    margin: 10px 0;
}
.card-description{
    text-align: center;
    margin: 10px 10px;
}
.card-description p{
    color: white;
    font-weight: 500;
    font-size: 17px;
    font-family: "Segoe UI";
}
.card-title h3{
    font-family: "Segoe UI";
    font-size: 25px;
    color: whitesmoke;
}
.bottom{
    background-color: rgb(40, 40, 40);
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    padding: 3px;

    padding: 10px
}
.tasks{
    text-align: center;
    width: 100%;
}
.tasks ul li{
    display: inline;
    margin: 5px;
}
.tasks ul li a{
    color: white;
    font-size: 25px;
    padding: 10px;
}
.left-menu{
    padding: 3px;
    background-color: rgb(30, 30, 40);
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 10px;
    margin-left: 10px;
    z-index: 3;
}
.left-menu div{
    background-color: white;
    height: 3px;
    display: block;
    margin: 5px;
    width: 20px;
}
.nav-bar{
    position: fixed;
    left: -500px;
    width: 30%;
    height: 100%;
    background-color: rgb(35, 35, 35);
    transition: left 0.5s ease-in;
}
.nav-bar.display{
    left: 0;
}
.nav-content ul li{
    border-top: 1px solid rgb(105, 105, 105);
    padding: 15px 10px;
}
.nav-content ul{
    margin-top: 50px;
}
.nav-content ul li a{
    color: white;
    padding: 10px 10px;
    width: 100%;
    font-family: "Segoe UI";
    font-size: 20px;

}
.hire-form{
    margin: 60px 30%;
}
.h-f{
    height: 450px;
    margin-bottom: 50px;
}
.hire-form form{
    display: flex;
    flex-direction: column;
}
.form-fields{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 5px 0;
    border-radius: 5px;
}
.login-form-fields{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 5px 0;
    border-radius: 5px;
}
.form-title{
    text-align: center;
    color: white;
    font-family: "Segoe UI";
    font-size: 20px;
}
.submit{
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
    font-family: 'Segoe UI';
    background: rgb(55, 55, 50);
    border: 0;
    outline: 0;
    color: white;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
}
.form-fields input{
    padding: 5px 5px;
    outline: 0;
    border: 0;
    font-size: 15px;
}
.form-fields label{
    font-family: "Segoe UI";
    color: white;
}
.login-form-fields input{
    padding: 5px 5px;
    outline: 0;
    border: 1px solid rgba(10, 10, 10, .2);;
    font-size: 15px;
}
.login-form-fields label{
    font-family: "Segoe UI";
    color: white;
}
.form-fields textarea{
    resize: none;
    height: 100px;
    outline: 0;
    border: 0;
    padding: 10px 10px;
    font-family: "Segoe UI";
}
.login-form{
    margin: 20px 30%;
    padding: 20px 20px;
    box-shadow: 2px 2px 5px 1px rgba(10, 10, 10, .3);
}
.login-form-title h3{
    color: black;
    font-family: "Segoe UI";
    text-align: center;
}
.login-form label{
    color: black;
    font-family: "Segoe UI";
}
.login-form-fields textarea{
    height: 200px;
    resize: none;
    outline: 0;
}
.err-feedback{
    color: red;
    font-family: "Segoe UI";
    font-size: 12px;
}
.all-hires{
    margin: 100px 30%;
}
.all-hires ul li{
    list-style: none;
    box-shadow: 2px 2px 5px 1px rgba(20, 20, 20, .4);
    padding: 10px 15px;
    margin: 20px 0;
}
.hire-name{
    font-family: "Segoe UI";
    font-size: 30px;
    color: rgb(30, 30, 30);
}
.email, .phone{
    font-family: "Segoe UI";
    font-size: 17px;
    color: rgb(30, 30, 30);
    font-weight: 650;
}
.hire-description p{
    font-size: 15px;
    font-family: "Segoe UI";
}
.visitors{
    display: flex;
    justify-content: space-between;
}
.hire-description{
    padding: 10px 10px;
}
.timestamp{
    font-family: "Segoe UI";
    font-size: 12px;
    color: rgb(30, 30, 30);
    display: flex;
    gap: 4px;
}
.get-in{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.get-in a{
    padding: 15px 25px;
    color: white;
    font-family: "Segoe UI";
    font-size: 15px;
    background-color: rgb(50, 50, 50);
    border-radius: 5px;
}
.posts{
    margin: 30px 30%;
}
.single-post{
    margin: 30px 20%;
}
.posts ul li{
    list-style: none;
    box-shadow: 2px 2px 5px 1px rgba(20, 20, 20, .4);
    padding: 10px 15px;
    margin: 20px 0;
}

.post-title h4{
    font-size: 25px;
    font-family: Tahoma;
}
.content{
    margin: 10px 10px;
}
.read-btn{
    text-align: center;
    margin: 20px 0;
}
.views p{
    font-size: 12px;
    font-family: Tahoma;
    color: grey;
}
.read-btn a{
    color: white;
    background-color: rgb(45, 45, 45);
    padding: 6px 15px;
    font-size: 15px;
    font-family: "Segoe UI";
}
.content p{
    font-family: "Segoe UI";
    font-size: 17px;
    white-space: pre-wrap;
}
.no-posts{
    text-align: center;
}
.no-posts p{
    font-size: 25px;
    font-family: Tahoma;
    color: grey;
}
.back a{
    color: black;
    font-size: 15px;
    font-family: Tahoma;
}
@media (max-width: 700px){
    .desc{
        grid-template-columns: 1fr;
    }
    section{
        height: auto;
    }
    .intro h2{
        font-size: 35px;
    }
    .intro p{
        font-size: 15px;
    }
    .intro{
        margin-top: 50px;
        margin-left: 20px;
    }
    .nav-bar{
        width: 60%;
    }
    .hire-form, .login-form, .all-hires, .posts, .single-post{
        margin: 60px 10%;
    }
    .post-title h4{
        font-size: 20px;
    }
    .content p{
        font-size: 15px;
    }
}