
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
    h1{
        /* color: #E8A700;s */
        font-weight: 800;
        text-transform: uppercase;
        /* text-shadow: 2px 2px 20px #E8A700 ; */
    }
}

html,body{
    width: 100%;
    height: 100%;
}

.main{
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.home{
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #000000;
}

.navbar{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    margin: 1px 1px;
    justify-content: space-evenly;
    background-color: #fff;
}

.nav-left{
    width: 5.1%;
    height: 90%;
    border-radius: 50%;
    background-color: #e13c3c;
    background-image: url();
    background-position: center;
    background-size: cover;
}

.nav-center{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #805f5f; */
}

.nav-center>ul{
    display: flex;
    gap: 60px;
}

.nav-center>ul>li{
    list-style: none;
}

.nav-center>ul>li>a{
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 600;
}

.nav-center>ul>li>a:hover{
    color: #E8A700;
    font-weight: 700;
    /* -webkit-text-stroke: 0.5px black; */
    text-shadow: 2px 0px 10px rgb(240, 187, 11);
}

.hero-section{
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #000000;
}

.hero1{
    width: 42.5%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* background-color: #e13c3c; */
}

.hero1>h1{
    font-size: 55px;
    text-transform: uppercase;
    font-family: Poppins;
    color: #fff;
    font-weight: 700;
    /* margin: 4px 4px; */
}

.hero1>h2{
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
}

.hero1>p{
    margin-top: 20px;
    color: #a89c9c;
    text-transform: capitalize;
    font-family: Poppins;
}


.btn1{
    width: 50%;
    height: 10%;
    border-radius: 50px;
    margin-top: 30px;
    font-family: Poppins;
    background-color: #E8A700;
    border: 1px solid black;
    cursor: pointer;
    /* box-shadow: 2px 2px 10px #E8A700, inset -2px -2px 10px rgb(255, 255, 255); */
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.479), inset 0.4px 0.4px 10px rgba(255, 255, 255, 0.521);
}

.hero-fot{
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000000;
}

.hero-fot>h1{
    text-transform: uppercase;
    color: #E8A700;
    font-family: Poppins;
    text-shadow: 4px 4px 40px #E8A700;
}

.hero-fot>h6{
    color: #fff;
    font-family: Poppins;
    text-transform: capitalize;
}

.hero2{
    width: 35%;
    height: 95%;
    margin-top: 20px;
    background-image: url(bg3.png);
    background-position: center;
    background-size: cover;
}


.about-me{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.about1{
    width: 500px;
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    height: 320px;
    /* background-color: #63f104; */
}

.abt-cir1{
    width: 250px;
    height: 260px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    background-color: #E8A700;
}
.abt-cir2{
    width: 250px;
    height: 260px;
    border-radius: 50%;
    position: absolute;
    left: 30.2%;
    background-color: #E8A700;
}
.abt-cir3{
    width: 250px;
    height: 260px;
    border-radius: 50%;
    position: absolute;
    left: 15%;
    top: 15%;
    background-image: url(bg2.jpg);
    background-position: center;
    background-size: cover;
}

.about2{
    width: 410px;
    height: 320px;
    padding: 5px 10px;
    margin-left: 30px;
    margin-top: 10px;
    display: flex;
    align-items: start;
    justify-content: stretch;
    flex-direction: column;
    /* background-color: #fff; */

}

.about2>h1{
    font-size: 50px;
    margin-top: 3px;
    text-transform: uppercase;
    font-family: Poppins;
    color: #E8A700;
    text-shadow: 1px 1px 20px #E8A700 ;
}

.about2>h6{
    font-size: 15px;
    font-family: Poppins;
    color: #777070;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: capitalize;
}

.education{
    width: 100%;
    height: 70%;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000000;
}

.edu1{
    width: 100%;
    height: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #8e20d8; */
}

.edu1>h1{
    font-size: 31.55px;
    color: #E8A700;
    line-height: 30px;
    text-shadow: 1px 1px 20px #E8A700 ;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 700;
}

.edu1>h6{
    font-weight: Poppins;
    /* font-size: 17.53px; */
    text-transform: capitalize;
    margin-top: 10px;
    color: #fff;
}

.edu2{
    width: 90%;
    height: 80%;
    display: flex;
    align-items: last baseline;
    justify-content: space-evenly;
    /* background-color: #fff; */
}


.card1{
    width: 28%;
    height: 75%;
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #E8A700;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.479), inset 0.4px 0.4px 10px rgba(255, 255, 255, 0.521);
    /* box-shadow:  1px 1px 20px #42423f,inset -0.4px -0.4px 100px #ffffff2d; */
}

.circle{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 110px;
    top: -40px;
    border-radius: 50%;
    background-color: #ba5454;
}

.card1>h1{
    margin-top: 40px;
    font-size: 18px;
    color: #141212;
}

.card1>h2{
    font-size: 15px;
    margin-bottom: 3px;
    color: #ffffffde;
}

.card1>p{
    width: 90%;
    margin-top: 3px;
    font-size: 13px;
    text-align: center;
    color: #42423fdf;
    line-height: 18px;
    font-family: Poppins;
}

.skill{
    width: 100%;
    height: 68%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: #000000;
}

.ski-1{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #a89c9c; */
}

.ski-1>h1{
    color: #E8A700;
    text-shadow: 1px 1px 10px #ebd50d93;
}

.ski-1>h6{
    text-transform: capitalize;
    color: #fff;
}

.card2{
    width: 60%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 4px 4px;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.479), inset 0.4px 0.4px 10px rgba(255, 255, 255, 0.521);
    background-color: #E8A700;
}

.box{
    width: 49%;
    height: 100%;
    
    /* background-color: #caa8a8; */
}
.box1{
    width: 49%;
    height: 100%;
    /* background-color: #7a4c4c; */
}

.sm-box{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    margin-top: 11.5px;
    margin-bottom: 10px;
    /* background-color: #3b3838; */
}

.sm-box>h2{
    font-size: 17px;
    margin-left: 15px;
    font-weight: 500;
    cursor: pointer;
}

.sm-cir{
    width: 10%;
    height: 70%;
    margin: 8px 8px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.sm-cir>img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.experience{
    width: 100%;
    height: 60%;
    background-color: #000000;
}

.expe-1{
    width: 100%;
    height: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #777070; */
}

.expe-1>h1{
    color: #E8A700;
    text-shadow: 1px 1px 6px #e8a6008d;
}

.expe-1>h6{
    color: #fff;
}

.expe-2{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    /* background-color: #a89c9c; */
}

.expe-2>p{
    margin-top: 20px;
    width: 1000px;
    margin-bottom: 10px;
    text-align: center;
    font-family: Poppins;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

.footer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: #000000;
}

.feedback{
    width: 100%;
    height: 18%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

    /* background-color: #a89c9c; */
}

.fed1{
    width: 30%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #E8A700;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.516), inset -0.5px -0.5px 5px rgba(255, 255, 255, 0.105);
}
.fed2{
    width: 40%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8A700;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.516), inset -0.5px -0.5px 5px rgba(255, 255, 255, 0.105);
}

.fed-h6{
    text-transform: capitalize;
}

.feedback2{
    width: 90%;
    height: 15%;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #2B2923;
}




.btn{
    width: 40%;
    height: 10%;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    /* background-color: #e13c3c; */
}

.btn>button{
    width: 50%;
    height: 70%;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 20px;
    background-color: #E8A700;
    border: none;
    border-radius: 100px;
    box-shadow: 0px 0px 20px #e8a6002c, inset -0px -0px 20px #ffffff28;
    cursor: pointer;
    font-family: Poppins;
}

.footer1{
    width: 100%;
    height: 44%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #161511;
}

.fot1{
    width: 25%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.516), inset -0.5px -0.5px 5px rgba(255, 255, 255, 0.105);
    background-color: #2B2923;
}

.profile{
    width: 60px;
    height: 60px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.fot1>h2{
    margin-top: -10px;
    color: #E8A700;
}

.fot1>h6{
    text-align: center;
    width: 80%;
    color: #dbcbcb;
    text-transform: capitalize;
    margin-top: -20px;
}


.fot2{
    width: 25%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #ba5491; */
}

.fot2>ul>li{
    font-family: Poppins;
    list-style: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    margin-top: 6px;
    color: #dbcbcb;
}

.fot2>ul>li:hover{
    color: #E8A700;
    text-shadow: 0.5px 0.5px 20px rgba(205, 194, 190, 0.648);
}


.fot3{
    width: 20%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    /* background-color: #ba5476; */
}

.fot3-1{
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #777070; */
}
.fot3-1>h6{
    text-transform: capitalize;
    color: #dbcbcb;
}

.fot3-2{
    width: 100%;
    height: 40%;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #2B2923;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.516), inset -0.5px -0.5px 5px rgba(255, 255, 255, 0.105);
}

.fot3-2>i{
    font-size: 25px;
}

.fot3-2>i:hover{
    background-color: #E8A700;
    border-radius: 50px;
    box-shadow: 0.5px 0.50px 10px #e8a6009d, inset -0.5px -0.5px 1-px #eadfc1a6;
}

.footer2{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2B2923;
}

.footer2>h6{
    font-size: 14px;
    font-weight: 450;
    color: #dbcbcb;

}
