/*--------------Global------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
} 
body{
    font-family: 'Poppins', sans-serif;
} 
.wrapper{
    width: 70%;
    margin: 0 auto;

}
nav {
    width: 100%;
    background: white;
    height: 70px;
    position: static;
    z-index: 1;
}
nav #brand {
    float: left;
    display: block;
    margin-top: 50px;
}
nav #barnd a {
    color: #000;
    transition:  all 0.3s ease-out;
}
nav #menu {
    float: right;
    position: relative;
}
nav #menu li {
    display: inline-block;
    padding: 0px 0px 0px 70px;
    cursor: pointer;
    line-height: 150px;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease-out;
}
nav #menu li a {
    color: grey;
}
#menu li a {
    transition: all 0.3s ease 0s;
}
#menu li a:hover{
    color: black;
}
.home{
    color: black;
}
.lock-scroll {
    overflow: hidden;
}
#toggle{
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}
#toggle .span{
    height: 3px;
    background: rgb(0, 0, 0);
    margin: 5px auto;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
}
#toggle.on #one {
    transform: rotate(45deg) translateX(2px) translateY(4px);
}
#toggle.on #two {
    opacity: 0;
}
#toggle.on #three {
    transform: rotate(-45deg) translateX(8px) translateY(-10px);
}
#resize {
    z-index: 1;
    top: 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
#resize #menu {
    justify-content: center;
    align-items: center;
}
#resize #menu li{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    
}
#resize #menu li a {
    color: rgb(121, 121, 121);
    letter-spacing: -2px;
    font-size: 35px;
    
    text-align: center;
    transition: all 0.3s ease 0s;
    justify-content: center;
    align-items: center;
}
#resize #menu li a:hover{
    color: black;
}
#brand2 {
   position: absolute;
   top: 30px;
   left: 5%;
}
.projects{
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 5%;
}
.abouts{
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 42%;
    left: 5%; 
}
.contacts{
    font-weight: 700;
    position: absolute;
    top: 49%;
    left: 5%;
}
.menusocial{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    bottom: 140px;
    left: 5%;
}
.IG{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 110px;
    color: #000;
    left: 5%;
}
.Behance{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 80px;
    color: #000;
    left: 5%;
}
.Medium{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    color: #000;
    left: 5%;
}
#resize h2{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    top: 33%;
    left: 5%;
}
#resize h4{
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    padding-top: 1em;
    position: absolute;
    bottom: 55px;
    right: 5%;
}
#resize.active {
    visibility: visible;
    opacity: 0.99;
}

.section1{
    align-items: left;
    text-align: left;
    margin-top: -200px;
}
h1{
    color: white;
    font-weight: 800;
    font-size: 40px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color:black;
    -webkit-text-stroke-width: 1px;
}
.line{
    width: 11.5em;
    margin: 300px auto 0px auto;
    border-right: 2px solid black;
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;transform: translateY(0);
}
.anim-typewriter{
    animation: typewriter 3s steps(19) 1s 1 normal both,
    blinkTextCursor 500ms steps(19) infinite normal;
}
@keyframes typewriter{
    from {
        width: 0;
    }
    to {
        width: 11.5em;
    }
}
@keyframes blinkTextCursor {
    from{
        border-right-color:black;
    }
    to{
        border-right-color: transparent;
    }
}
.aboutme{
    font-size: 35px;
    color: black;
    margin: 20px auto 0px auto;
    font-weight: 700;
    width: 55%;
    letter-spacing: -1px;
    text-align: center;
}
.over{
    font-size: 20px;
    font-weight: 500;
    color: rgb(80, 80, 80);
    letter-spacing: 0px;
    width: 40%;
    margin: 30px auto 0px auto;
    text-align: center;
}
.selfportrait{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 50px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.forte{
    font-size: 20px;
    font-weight: 300;
    margin-top: 70px;
    text-align: center;
    letter-spacing: 7px;
    color: rgb(53, 53, 53);
}
.icons{
    display: flex;
    align-items: center;
    align-self: center;
   justify-content: space-evenly;
   width: 50%;
   margin: 20px auto 0px auto;
}
.learning{
    font-size: 20px;
    font-weight: 300;
    margin-top: 70px;
    text-align: center;
    letter-spacing: 7px;
    color: rgb(53, 53, 53);
}
.icons2{
    display: flex;
    align-items: center;
    align-self: center;
   justify-content: space-evenly;
   width: 40%;
   margin: 20px auto;
}
.clients{
    font-size: 20px;
    font-weight: 300;
    margin-top: 100px;
    text-align: center;
    letter-spacing: 7px;
    color: rgb(53, 53, 53);
}
.brands{
    font-size: 35px;
    color: black;
    margin: 20px auto 0px auto;
    font-weight: 800;
    width: 55%;
    text-align: center;
}
.over2{
    font-size: 20px;
    font-weight: 500;
    color: rgb(85, 85, 85);
    letter-spacing: 0px;
    width: 45%;
    margin: 10px auto 0px auto;
    text-align: center;
}
.linkedin{
    font-size: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    border-bottom: 2px solid white;
    transition: 0.4s;
}
.linkedin:hover{
    border-bottom: 2px solid black;
    color: rgb(0, 0, 0);
}
.clientslogo1{
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 50px auto 0px auto;
}
.clientslogo2{
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 20px auto 0px auto;
}
.unilag, .msa, .nuasa, .wecare, .watchman, .nxd, .bistro, .ggalley{
    width: 200px;
    height: 200px;
}
.cv{
    margin-top: 50px;
    margin-bottom: -150px;
    text-align: center;
}
.resume{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.butt{
    margin-bottom: 0px;
    border: 2px solid black;
    padding: 12px 50px;
    background: white;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    -webkit-text-fill-color: black;
    transition: 0s ease 0s;
}
.butt1{
    -webkit-text-fill-color: black
}
.butt1:hover{
    -webkit-text-fill-color:white;
    background: black;
}
.mobile{
    display: none;
}



/*---footer---*/
.footer1{
    align-items: center;
    width: 70%;
    margin: 200px auto 200px auto;
    height: 15vh;
    border-top: 1px solid lightgray;
    padding: 10em 0;
}
.hire{
    font-size: 15px;
    font-weight: 300;
    color: rgb(150, 150, 150);
    letter-spacing: 5px;
    text-align: center;
    padding-bottom: 1em;
}
.together{
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    transition: 0.5s;
    cursor: pointer;
    border-bottom: 10px solid white;
    width: 50%;
    color: #000;
}
.together a{
    color: #000;
}
.together:hover{
    width: 50%;
    border-bottom: 10px solid black;
}
.footer2{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: -30px auto 80px auto;
    border-top: 1px solid lightgray;
    padding-top: 5em;
  
}
.contact{
    width: 30%;
    font-size: 15px;
}
.contact1{
    padding-top: 1.5em;
    font-size: 15px;
    color: rgb(100, 100, 100);
}
.Email{
    font-size: 15px;
    color: rgb(100, 100, 100);
    padding-top: 1.5em;
    width: 100%;
}
.mailto{
    font-size: 15px;
    color: black;
    border-bottom: 2px solid white;
    transition: 0.4s;
}
.mailto:hover{
    border-bottom: 2px solid black;
}
.phone{
    font-size: 15px;
    color: rgb(100, 100, 100);
}
.no{
    color: black;
    font-weight: 400;
}
.latest{
    width: 25%;
    font-size: 15px;
}
.latestprojects{
    list-style: none;
    padding-top: 1.5em;
}
.proj{
    font-size: 15px;
    color: black;
}
.latestprojects li a {
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid white;
}
.latestprojects li a:hover {
    border-bottom: 2px solid black;
}
.available{
    font-size: 15px;
    width: 20%;
    margin-left: -150px;
}
.available1{
    color: rgb(100, 100, 100);
    padding-top: 1.5em;
}
.social{
    font-size: 15px;
}
.social1{
    list-style: none;
    padding-top: 1em;
}
.sociall{
    font-size: 15px;
    color: black;
}
.social1 li a {
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid white;
}
.social1 li a:hover{
    border-bottom: 2px solid black;
}
.footer3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: -30px auto;
    margin-bottom: 50px;
}
.ftlogo{
    width: 20px;
    opacity: 0.7;
}
.signoff{
    color: rgb(70, 70, 70);
    font-size: 12px;
    font-weight: 400;
    padding-left: 0.5em;
}
.mclientslogo{
    display: none;
}

/*-----Responsive-----*/
@media screen and (max-width: 1440px){
    .mlogo{
        width: 50px;
    }
    li, a{
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: 15px;;
    }
    .line{
        font-size:30px;
    }
    .aboutme{
        font-size: 25px;
        width: 60%;
    }
    .over{
        font-size: 15px;
        width: 45%;
    }
    .forte, .learning{
        font-size: 15px;
    }
    .lr, .ps, .ai, .xd, .sk{
        width: 30px;
    }
    .fg{
        width: 20px;
    }
    .html, .css, .js{
        width: 35px;
    }
    .clients{
        font-size: 15px;
    }
    .over2, .linkedin{
        font-size: 15px;
    }
    .clientslogo1, .clientslogo2{
        width: 65%;
    }
    .unilag, .msa, .nuasa, .wecare, .watchman, .nxd, .bistro, .ggalley{
        width: 100px;
        height: 100px;
    }
    .resume{
        font-size: 15px;
    }
    .butt{
        font-size: 12px;
        padding: 10px 40px;
    }
    .footer2{
        margin: -80px auto 80px auto;
    }
    .hire{
        font-size: 10px;
    }
    .together{
        font-size: 50px;
        font-weight: 700;
        width: 60%;
    }
    .together a{
        color: #000;
        font-size: 50px;
        font-weight: 700;
        width: 60%;
    }
    .together:hover{
        width: 60%;
        border-bottom: 10px solid black;
    }
    .available{
        margin-left: -15px;
        font-size: 15px;
    }
    .contact{
        width: 23%;
    }
    .latest{
        width: 16%;
    }
    .social{
        width: 10%;
    }
    .ftlogo{
        width: 20px;
    }
    .signoff{
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px){
    h1{
        font-size: 30px;
    }
    .line{
        font-size: 30px;
    }
    .aboutme{
        font-size: 20px;
        width: 65%;
    }
    .over{
        width: 55%;
        font-size: 15px;
    }
    .forte, .learning{
        font-size: 12px;
    }
    .lr, .ps, .ai, .xd, .sk{
        width: 25px;
    }
    .fg{
        width: 17px;
    }
    .html, .css, .js{
        width: 30px;
    }
    .clients{
        font-size: 12px;
        margin-top: 50px;
    }
    .brands{
        font-size: 25px;
    }
    .over2, .linkedin{
        font-size: 15px;
        width: 60%;
    }
    .clientslogo1, .clientslogo2{
        width: 55%;
    }
    .unilag, .msa, .nuasa, .wecare, .watchman, .nxd, .bistro, .ggalley{
        width: 100px;
        height: 100px;
    }
    .resume{
        font-size: 12px;
    }
    .butt{
        font-size: 10px;
        padding: 8px 25px;
    }
    .footer1{
        height: 15vh;
    }
    .hire{
        margin-top: -35px;
    }
    .together{
        font-size: 45px;
        font-weight: 700;
        width: 70%;
    }
    .together a{
        font-size: 40px;
        width: 60%
    }
    .together:hover{
        width: 60%;
    }
    .footer2{
        margin: -170px auto 80px auto;
    }
    .contact, .latest, .available, .social{
        font-size: 12px;
    }
    .available{
        margin-left: 0px;
    }
    .available1{
        font-size: 15px;
    }
    .social{
        width: 12%;
    }
    .contact{
        width: 26%;
    }
    .Email{
        font-size: 13px;
    }
    .mailto{
        font-size: 13px;
    }
    .phone{
        font-size: 13px;
    }
    .ftlogo{
        width: 20px;
    }
}
@media screen and (max-width: 850px){
    .wrapper{
        width: 100%;
    }
    .mlogo{
        width: 40px;
    }
    #toggle{
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }
  nav #brand{
      margin-left: 5%;
      margin-top: 30px;
    }
  #menu a{
      font-family: Poppins;
      font-weight: 700;
      font-size: 30px;
    }

  nav #menu{
      display: none;
    }
    .line{
        display: none;
    }
    .mobile{
        display: contents;
    }
    .mbit{
        font-size: 25px;
        margin-left: 5%;
        margin-top: 30px;
    }
    .aboutme{
        text-align: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 210px;
        font-size: 25px;
    }
    .over{
        text-align: left;
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
    }
    .selfportrait{
        display: flex;
        flex: 1;
        width: 100%;
        margin: 30px 0px 0px 0px;
        align-items: center;
    }
    .forte{
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 3px;
        text-align: center;
        margin-top: 20px;
    }
    .lr, .ps, .ai, .xd, .sk{
        width: 30px;
        justify-content: space-around;
    }
    .fg{
        width: 20px;
        justify-content: space-around;
    
    }
    .icons{
        width: 90%;
        justify-content: space-around
    }
    .learning{
        font-size: 15px;
        font-weight: 400;
        margin-top: 30px;
        text-align: center;
        letter-spacing: 5px;
    }
    .icons2{
        width: 60%;
        justify-content: space-around
    }
    .html, .css, .js{
        width: 30px;
    }    
    .clients{
        font-size: 15px;
        font-weight: 300;
        margin-top: 70px;
        text-align: left;
        letter-spacing: 7px;
        margin-left: 5%;
        color: rgb(53, 53, 53);
    }
    .brands{
        font-size: 25px;
        color: black;
        margin: 10px auto 0px 5%;
        font-weight: 800;
        width: 60%;
        letter-spacing: -1px;
        text-align: left;
    }
    .over2{
        font-size: 15px;
        font-weight: 500;
        color: rgb(85, 85, 85);
        letter-spacing: 0px;
        width: 86%;
        margin: 10px auto 0px 5%;
        text-align: left;
    }
    .linkedin{
        font-size: 15px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);   
    }
    .clientslogo1, .clientslogo2{
        display: none;
    }
    .mclientslogo{
        display: contents;
    }
    .mclientslogo1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        width: 100%;
        margin: 30px auto 0px auto;
    }
    .mclientslogo2, .mclientslogo3, .mclientslogo4{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin: 5px auto 0px auto; 
    }
    .unilag, .msa, .nuasa, .wecare, .watchman, .nxd, .bistro, .ggalley{
        width: 120px;
        height: 120px;
    }
    .resume{
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: -20px;
    }
    .butt{
        margin-bottom: 0px;
        border: 2px solid black;
        padding: 10px 20px;
        background: white;
        transition: 0s ease 0s;
        font-size: 12px;
    }
    .footer1{
        align-items: center;
        width: 90%;
        margin: 200px auto 50px auto;
        height: 15vh;
        border-top: 1px solid lightgray;
        padding: 0em 0;
    }
   
   .hire{
       text-align: left;
       margin-top: 50px;
       font-size: 10px;
       letter-spacing: 1px;
       padding-bottom: 0em;
   }
   .together{
       font-size: 28px;
       text-align: left;
       width: 100%;   
    }
    .together a{
        font-size: 28px;
       text-align: left;
       width: 100%; 
       transition: none;
    }
    .together:hover{
        width: 100%;
        font-size: 28px;
        text-align: left;
        border-bottom: 0px solid black;
    }
    .footer2{
        display: inline;
    }
    .contact{
        width: 90%;
        margin-left: 5%;
        margin-top: 0px;
        border-top: 1px solid lightgray;
        padding-top: 4em;
        }
    
    .latest, .available, .social{
        width: 90%;
        margin-left: 5%;
        margin-top: 30px
    }
    .Email, .phone, .mailto{
        font-size: 15px;
    }
    .footer3{
        width: 75%;
        margin-left: 5%;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: left;
    }
    .ftlogo{
        width: 30px;
    }
    .signoff{
        font-size: 12px;
    }
 }
 @media screen and (min-width: 850px){
    #resize{
        visibility: hidden !important;
    }
} 
@media screen and (max-height: 480px){
    #resize h2{
        top: 32.5%;
    }
    #resize #menu li a {
        color: rgb(121, 121, 121);
        letter-spacing: -2px;
        font-size: 30px;
    }    
    .IG, .Behance, .Medium{
        font-size: 20px;
    }
    .IG{
        bottom: 21.5%;
    }
    .Behance{
        bottom: 16%;
    }
    .menusocial{
        bottom: 28%;
    }
}