@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x:hidden;
}
.main_width{
    width:1280px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0px 20px;
}
.hero{
    width:100%;
    height:100%;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/mainbanner.jpg');
    /* filter: brightness(170%); */
    background-size:cover ;
    background-position: center;
    position: relative;
    padding-bottom: 30px;
}
header{
    padding: 40px 0 30px;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

}
.logo i{
    height: 55px;
    width: 55px;
    background: transparent;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
nav .hamb{
    width: 35px;
    height: 24px;
    right: 3%;
    top: 60px;
    z-index: 5;
    background: transparent;
    position: absolute;
    cursor: pointer;
    display: none;
}
nav .hamb span{
    display:block;
    background: #2ecc71;
    width:100%;
    height:3px;
    transition: .3s;
    transition-property:transform,opacity;
}
nav .hamb span:nth-child(2){
    margin: 7px 0px;

}
nav .nav_list{
    list-style: none;
}
nav .nav_list li{
    display: inline-block;
}
nav .nav_list li a{
    display: inline-block;
    color:#eee;
    margin-left: 55px;
    font-size: 15px;
    font-weight: 600;
}
nav .nav_list li:not(:last-child) a:hover{
    color:#2ecc71;
    transition: .4s;
}
nav .nav_list li.btn a{
    display: inline-block;
    background: transparent;
    border: 2px solid #2ecc71;
    padding: 9px 28px;
    border-radius: 30px;
    line-height: 1.3;
    color:#2ecc71;
    font-weight: 500;
}
nav .nav_list li.btn:hover a{
    background: #2ecc71;
    color: white;
    border: 2px solid transparent;
    transition: .4s;
}
/* #darkmode{
    padding-left: 5px;
    font-size: 1.4 rem;
    cursor: pointer;
} */
.container{
    padding-top: 190px;
}
.container .hero_text{
    margin-bottom: 40px;
}
.container .hero_text h1{
    color: white;
    font-size: 47px;
    font-weight: 900;
    line-height: 1.2;
    margin: 20px 0px 20px;
}
span{
    color:#2ecc71;
}
.container .hero_text h3{
    color:#eee;
    font-weight: 400;
    font-size: 17px;
}
.container .hero_text p{
    width:440px;
    max-width: 100%;
    color:#eee;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;   
}
.social a{
    width: 37px;
    height:37px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color:#eee;
    cursor:pointer;
    margin-right: 20px;
    background-color: rgba(255,255,255, 0.1);
    margin-bottom: 35px;
}
.social a:hover{
    transform: scale(1.1);
    background: #2ecc71;
    transition: .4s;
}
button{
    
    color:white;
    background: #2ecc71;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 30px;
    border: 2px solid #2ecc71;
    border-radius: 30px;
    cursor: pointer;
}

button:hover{
    background: transparent;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    transition: .4s;
}


@media screen and (max-width: 930px){
    nav .hamb{
        display: initial;
    }
    .click{
        top: 46px;
    }
    .click span{
        position: absolute;
        margin-top: 12px;

    }
    .click span:first-child {
        transform: rotate(-40deg);
    }
    .click span:nth-child(2) {
        opacity: 0;
        margin: 0;
    }
    .click span:last-child {
        transform: rotate(40deg);
        top: 0;
    }
    nav .nav_list{
        position: absolute;
        top:90px;
        right:-65%;
        bottom:0;
        width:60%;
        height:50%;
        background: black;
        z-index: 2;
        padding:6% 9%;
        transition: .3s right;
        border-radius: 10px;
    }
    nav .nav_list li{
        display:block;

    }
    nav .nav_list li a{
        display:block;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-left: 0;
        margin-bottom: 30px;
    }
    nav .nav_list li.btn a{
        position: absolute;
        bottom:0%;
        right:20%;
        left: 20%;
        padding: 7px 15px;
        font-size: 14px;
    }
    nav .nav_list.open{
        right:0;
    } 
}
.about {
    width: 100%;
    padding: 100px 0px;
    background-color: #403c3c;
    display:flex;
    flex-wrap: wrap;

}

.about img{
    height: 67vh;
    width: auto;
}

.about-text{
    width: 30vw;
    padding: 10px;
}
.main{
    width:1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-text h2{
    color: white;
    font-size:47px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-text h5{
    color: white;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.about-text p{
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 45px;
}
a{ 
    color:inherit;
}
/* .about button{
    color:#eee;
    background: #2ecc71;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 30px;
    border: 2px solid #2ecc71;
    border-radius: 30px;
    cursor: pointer;
}
button:hover{
    background: transparent;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    transition: .4s;

} */

.skills{
    display:flex;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/banner3.jpg');
    filter:brightness(130%);
    flex-wrap:wrap;

}
.edu{
    width: 72vw;
    padding: 40px;    
    color: white;
    background-color: transparent;
    /* overflow-wrap: break-word; */

}
.eduskills{
    width: 26vw;
    height: auto;
    padding:40px 20px;
    background-color: blue;
    color: white;
    background-color: transparent;
}

.projects{
    background-color:#403c3c;
    width: 100%;
    padding: 100px 0px;
}
.title h2{
    color: white;
    font-size:47px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-wrap: wrap;
}
.cards{
    height: auto;
    width: 335px;
    padding: 20px 35px;
    background-color: #796c6c;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    /* overflow:scroll; */
    text-align: center;
}
.cards img{
    width: 300px;
    margin-left: -16px;
}    
h5{
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
}
.card-body p{
    /* color: */
    font-size: 16px;
    line-height: 27px;
    margin-bottom:25px;
}
.cards .button{
    color:#eee;
    background: black;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 22px;
    border: 2px solid grey;
    border-radius: 30px;
    cursor: pointer;
}
.cards .button:hover{
    
    background: grey;
    border: 2px solid black;
    color: black;
    transition: .4s;
}
.contact{
    background-image: url(images/banner3.jpg);
    filter:brightness(90%);
    padding-top: 5px;
    
}
.col{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.col1{
    color: white;
    width:80vw;
    
}
.col2{
    width:60px;
    height:auto ;
    
}
.col2 a{

    padding-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color:#eee;
    cursor:pointer;
    margin-right: 20px;
    /* background-color: rgba(255,255,255, 0.1); */
}
.bottom{
    
    padding-bottom: 40px ;
}
.contact .bottom {
    color:#a6a1a1;
    letter-spacing: 2px;
    font-size: 15px;
    
    
}







