/* ----- POPPINS FONT Link ----- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* ----- VARIABLES ----- */
:root{
    --body-color: radial-gradient(circle, rgba(70,239,252,1) 0%, rgba(208,61,183,1) 49%, rgba(51,133,163,1) 100%);;
    --color-white: rgb(255, 255, 255);

    --text-color-second: #1189ff;
    --text-color-third: rgb(30, 159, 171);

    --first-color: white;
    --first-color-hover: rgb(40, 91, 212);

    --second-color: rgb(110, 87, 224);
    --third-color: rgb(192, 166, 49);
    --first-shadow-color: rgba(0, 0, 0, 0.1);

}

/* ----- BASE ----- */
*{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* ----- SMOOTH SCROLL ----- */
html{
    scroll-behavior: smooth;
}

/* ----- CHANGE THE SCROLL BAR DESIGN ----- */
::-webkit-scrollbar{
    width: 10px;
    border-radius: 25px;
    background: #ffffff;
}
::-webkit-scrollbar-track{
}
::-webkit-scrollbar-thumb{
    background: var(--body-color);
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover{
    background: #ff00f2;
}


/* ---##-- REUSABLE CSS --##--- */

/* ----- GLOBAL BUTTON DESIGN ----- */
.btn{
    font-weight: 500;
    padding: 12px 20px;
    background: #efefef;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
}
.btn>i{
    margin-left: 10px;
}
.btn:hover{
    background: yellow;
    color: var(--color-white);
}

/* ----- GLOBAL ICONS DESIGN ----- */
i{
    font-size: 16px;
}

/* ------- BASE -------- */
body,.project100{
    background: var(--body-color);
}

.project100{

    height: 400vh;
}
.container{
    width: 100%;
    position: relative;
    overflow-x: hidden; /* not mandatory */
}
.p100{
    /* position: absolute; */
    /* bottom: 0; */
}

/* ----- NAVIGATION BAR ----- */
nav{
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: var(--body-color);
    padding-inline: 9vw;
    transition: .3s;
    z-index: 100;
    
}
.nav-logo{
    position: relative;
    
}
.nav-name{
    font-size: 27px;
    font-weight: 600;
    color: #2d4e77;
}
.nav-logo span{
    position: absolute;
    top: -15px;
    right: -20px;
    font-size: 5em;
    color: var(--text-color-second);
}
.nav-menu, .nav_menu_list{
    display: flex;
}
.nav-menu .nav_list{
    list-style: none;
    position: relative;
}
.nav-link{
    text-decoration: none;
    font-weight: 500;
    padding-inline: 15px;
    margin-inline: 20px;
}
.nav-menu-btn{
    display: none;
}
.nav-menu-btn i{
    font-size: 28px;
    cursor: pointer;
}
.active-link{
    position: relative;
    color: var(--first-color);
    transition: .3;
}
.active-link::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: var(--first-color);
    border-radius: 50%;
}


/* ----- WRAPPER DESIGN ----- */
.wrapper{
    padding-inline: 10vw;
}

/* ----- FEATURED BOX ----- */
.featured-box{
    position: relative;
    display: flex;
    height: 100vh;
    min-height: 700px;
}

/* ----- FEATURED TEXT BOX ----- */
.featured-text{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 80vh;
    flex-direction: column;
    width: 50%;
    padding-left: 20px;
}
.featured-text-card span{
    background: var(--third-color);
    color: var(--color-white);
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 5px;
}
.featured-name{
    font-size: 50px;
    font-weight: 600;
    color: var(--text-color-second);
    margin-block: 20px;
    text-shadow:-5px 5px 5px #1e0303;
    color:#ff00e4;
}
.typedText{
    text-transform: capitalize;
    color: yellow;
    font-size: 29px;
}
.featured-text-info{
    font-size: 15px;
    margin-bottom: 30px;
    color: #4c19a7;
}
.featured-text-btn{
    display: flex;
    gap: 20px;
    align-items: baseline;
    /* background: ; */
}

.featured-text-btn>.blue-btn{
    background: #362a70;
    color: var(--color-white);
}

.featured-text-btn button{
    transition: all 0.5s ease-in-out;
}
 .btn:hover , .featured-text-btn button:hover{
    background: linear-gradient(125deg, #623fc4, #bd01ab);
    transform: scale(0.9);
}
.social_icons{
    display: flex;
    margin-top: 5em;
    gap: 30px;
}
a .icon{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.2 s ease-in-out
}
.icon:hover{
    color: var(--first-color);
    transform: scale(1.3);
    
}

/* ----- FEATURED IMAGE BOX ----- */
.featured-image{
    display: flex;
    justify-content: right;
    align-content: center;
    min-height: 80vh;
    width: 60%;
    drop-shadow(16px 16px 20px black);
}
.image{
    margin: auto 0;
    width: 480px;
    height: 480px;
    animation: imgFloat 7s ease-in-out infinite;
   filter:  drop-shadow(10px 10px 10px rgb(167, 7, 148));;
}
.image img{
    width: 480px;
    height: 480px;
    object-fit: contain;
}
@keyframes imgFloat {
    50%{
        transform: translateY(15px);
    }
}
.scroll-btn{
   position: absolute;
   bottom: 0;
   left: 50%;
   translate: -50%;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 150px;
   height: 50px;
   gap: 5px;
   text-decoration: none;
   color: var(--text-color-second);
   background: var(--color-white);
   border-radius: 30px;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.scroll-btn i{
    font-size: 20px;
}

/* ----- MAIN BOX ----- */
.section{   
    padding-block: 5em;
}
.row{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
    
}
.col{
    display: flex;
    width: 50%;
}

/* -- ## --- RESUABLE CSS -- ## -- */
.top-header{
    text-align: center;
    margin-bottom: 5em;
}
.top-header h1{
    font-weight: 600;
    color: var(--text-color-second);
    margin-bottom: 10px;
    text-shadow:1px 0px 2px rgb(0, 0, 0);

    font-weight: bold;
}
.top-header span{
    color: #1f2f54;
}
h3{
    font-size: 20px;
    font-weight: 600;
    color: blue;
    margin-bottom: 15px;
}

/* ----- ABOUT INFO ----- */
.about-info{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-block: 30px 70px;
    padding-inline: 20px;
    width: 100%;
    background: var(--color-white);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 20px;
}
.about-info p{
    text-align: center;
    font-size: 15px;
    color: #777;
}
.about-btn button{
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: var(--first-color);
    color: var(--color-white);
    border-radius: 30px;
}
.about-btn button:hover{
    background: var(--first-color-hover);
}

/* ----- ABOUT / SKILLS BOX ----- */
.skills-box{
    margin: 10px;
}
.skills-header{
    margin-bottom: 30px;
}
.skills-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    overflow: scroll;
}
.skills-list::-webkit-scrollbar {
    display: none;
  }
  
.skills-list span{
    font-size: 14px;
    background: #362a70;
    color: var(--color-white);
    padding: 2px 10px;
    border-radius: 5px;
}

/* ----- PROJECTS BOX ----- */
.project-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}
.project-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 250px;
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    overflow: hidden;
}
.project-box>i{
    font-size: 50px;
    color: #00B5E7;
    margin-bottom: 25px;
}
.project-box label{
    font-size: 15px;
    color: #777;
}
.project-box::after, .contact-info::after{
    content: "";
    position: absolute;
    bottom: -100%;
    background: var(--body-color);
    width: 100%;
    height: 100%;
    transition: .4s;
    z-index: 1;
    opacity: 0.9;
}

.project-box:hover.project-box::after,
.contact-info:hover.contact-info::after{
    bottom: 0;
}
.project-box:hover.project-box i,
.project-box:hover.project-box>h3,
.project-box:hover.project-box>label{
    color: var(--color-white);
    z-index: 2;
    
}

/* ----- CONTACT BOX ----- */
.contact-info{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    width: 100%;
    height: 315px;
    background: var(--second-color);
    border-radius: 10px;
    box-shadow: 1px 8px 10px 2px var(--first-shadow-color);
    overflow: hidden;
}
.contact-info>h2{
    color: var(--color-white);
    margin-bottom: 20px;
}
.contact-info>p{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    margin-block: 5px;
}
.contact-info p>i{
    font-size: 18px;
}
.contact-info::after{
    background: var(--color-white);
}
.contact-info:hover.contact-info h2,
.contact-info:hover.contact-info p,
.contact-info:hover.contact-info i{
    color: #777;
    z-index: 2;
}

/* ----- CONTACT FORM ----- */
.form-control{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.form-inputs{
    display: flex;
    gap: 10px;
    width: 100%;
}
.input-field{
    width: 50%;
    height: 55px;
    background: transparent;
    border: 2px solid #AAA;
    border-radius: 10px;
    padding-inline: 20px;
    outline: none;
}
textarea{
    width: 100%;
    height: 250px;
    background: transparent;
    border: 2px solid #AAA;
    border-radius: 10px;
    padding: 15px 20px;
    outline: none;
    resize: none;
}
.form-button>.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
    color: var(--color-white);
}
.form-button>.btn:hover{
    background: #00B5E7;
}
    font-size: 18px;
    rotate: -45deg;
}

/* ----- FOOTER BOX ----- */
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    background: #3385a3;
    padding-block: 40px 60px;
}
.top-footer p{
    font-size: 25px;
    font-weight: 600;
}
.middle-footer .footer-menu{
    display: flex;
}
.footer_menu_list{
    list-style: none;
}
.footer_menu_list a{
    text-decoration: none;
    color: var(--text-color-second);
    font-weight: 500;
    margin-inline: 20px;
}
.footer-social-icons{
    display: flex;
    gap: 30px;
}
.bottom-footer{
    font-size: 14px;
    margin-top: 10px;
}


/* ----- MEDIA QUERY == 1024px / RESPONSIVE ----- */
@media only screen and (max-width: 1024px){
    .featured-text{
        padding: 0;
    }
    .image, .image img{
        width: 420px;
        height: 420px;
    }
}

/* ----- MEDIA QUERY == 900px / RESPONSIVE ----- */
@media only screen and (max-width: 900px) {
    .nav-button{
        display: none;
    }
    .nav-menu.responsive{
        left: 0;
    }
    .nav-menu{
        position: fixed;
        top: 80px;
        left: -100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        width: 100%;
        min-height: 450px;
        height: 90vh;
        transition: .3s;
    }
    .nav_menu_list{
        flex-direction: column;
    }
    .nav-menu-btn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .featured-box{
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }
    .featured-text{
        width: 100%;
        order: 2;
        justify-content: center;
        align-content: flex-start;
        min-height: 60vh;
    }
    .social_icons{
        margin-top: 2em;
    }
    .featured-image{
        order: 1;
        justify-content: center;
        min-height: 150px;
        width: 100%;
        margin-top: 65px;
    }
    .image, .image img{
        width: 150px;
        height: 150px;
    }
    .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
  overflow: visible;
    height: 100%;

    }
    .col{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .about-info, .contact-info{
        width: 100%;
    }
    .project-container{
        justify-content: center;
    }
    .project-box{
        width: 80%;
    }

}

/* ----- MEDIA QUERY == 540px / RESPONSIVE ----- */

@media only screen and (max-width: 540px){
    .featured-name{
        font-size: 40px;
    }
    .project-box{
        width: 100%;
    }
    .form-inputs{
        flex-direction: column;
    }
    .input-field{
        width: 100%;
    }
}

.focusing{
    font-size: 32px;
    font-weight: 500;
    text-shadow:-5px 5px 5px #1e0303;
    color:white

}

@media (max-width:500px) {
    .focusing{
        font-size: 25px;
    }
    .skills-header h3{
        font-size: 17px;
    }
    
}


.prNetflix{
    background: url(./images/NetflixGPT.jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}
.prNetflix_label{
    text-align: center;
}
.pr1{
    background: url(./images/2modeclock.jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}
.pr3{
    background: url(./images/sheetify\(googlesheetclone\).jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}
.pr2{
    background: url(./images/reipebook.jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}
.pr4{
    background: url(./images/YoutubeClone.jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}

.pr5{
    background: url(./images/post_office.jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}

.pr6{
    background: url(./images/Crypto_data.jpg);
    /* background-attachment:    fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}

h3 a:hover{
    text-decoration:underline !important;
    color: rgb(51, 0, 255) !important; 
    background: rgb(26, 156, 217);
    border-radius: 10px;
    padding-inline: 10px;
}
h3 a:active{
    text-decoration:underline !important;
    color: rgb(255, 0, 0) !important;
    transform: scale(0.9) !important;    
}

.project_name{
    max-width: 95%;
    text-align: center;
    background: black;
    text-shadow: 2px 2px 10px white;
    color: white;
    padding: 2px 9px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.project_name:hover{
    background: transparent;
    text-shadow: 2px 2px 10px white;
    color: white;
    transform: scale(0.9);
}
.project_name a{
    background: transparent;

    color: white;
    text-decoration: none;
  
}
.project_label{
    background: rgba(0, 0, 0, 0.4);
    color: rgb(0, 255, 30) !important;
    padding: 10px;
    text-shadow: 2px 2px 10px rgb(16, 15, 15);
    font-weight: 500;
    text-decoration: underline !important;
}
day
::placeholder{
    color: rgb(225, 212, 212);
}



.days{
    color: white;
    background: transparent;
    text-shadow: 2px 2px 5px rgb(46, 43, 43);
    z-index: 2;
}















section{
    position: relative;
    width: 100%;
    /* height: 100vh; */
    /* overflow: hidden; */
}

.wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg");
    background-size: 1600px 198;
}

.wave1{
    animation: animate-wave-1 10s linear infinite; 
    z-index: 1000;
    opacity: 1; 
    animation-delay: 0s;
    bottom: 0;
}

.wave2{
    animation: animate-wave-2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}
.wave3{
    animation: animate-wave-3 10s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.wave4{
    animation: animate-wave-4 2s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px; 
}

@keyframes animate-wave-1{0% {background-position-x: 0;}
    100% {background-position-x: 1600px;}
}

@keyframes animate-wave-2{0% {background-position-x: 0;}
    100% {background-position-x: -1600px;}
}

@keyframes animate-wave-3{0% {background-position-x: 0;}
    100% {background-position-x: 1600px;}
}

@keyframes animate-wave-4{0% {background-position-x: 0;}
    100% {background-position-x: -1600px;}
}