@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');



*, *::before, *::after {
    box-sizing: border-box;
  }

  * {
    margin: 0;
    padding: 0;
  }
  
  body {
    line-height: 1.5;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(34, 34, 34);
    color: white;
    -webkit-font-smoothing: antialiased;
  }

  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }

  input, button, textarea, select {
    font: inherit;
  }

  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }

  #root, #__next {
    isolation: isolate;
  }



  CSS Variables

  :root{
    --li-dark: #1F1E1E;
    --light: white;

    /* Padding Values */   
}

/* -------------------------------------------------------------------------------------- */


/* CSS RULESETS */

.bd{
    margin-inline: 2.4rem;

}


/* THIS IS FOR THE NAVBAR */



.logo{
    width: 50px;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    transform: translateX(0px);
    /* opacity: ; */
   

}

nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.3rem;
}

nav ul li a{
    text-decoration: none;
    color: white;
    font-weight: 200;
    transition: ease-in-out 2.9ms;
}



nav ul li a:hover{
    border-bottom: 2px solid white;
}


.hide{
    display: none;
}



.nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-block: 2rem;
}






/* END OF NAVBAR */

.hey{
    font-size: 2.2rem;
    font-weight: 200;
}

.name {
    font-size: 5rem;
    font-weight: 600;
    animation: animate 5s linear infinite;
    background-image: linear-gradient(135deg, #ade367 0%, #33D2FF 25%, #6057dd 50%, #e02972 75%, #9845E8 100%);
    background-size: 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* Hide the text color */
    z-index: -1;
}

@keyframes animate {
    100% {
        background-position: 100%;
    }
}


.me{
    font-weight: 300;
    line-height: 1.9rem;
}


.about-me{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    opacity: 0;
    transform: translateY(100px);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.about{
    max-width: 1000px;
}


.btn{
    padding: 12px 26px;
    /* background-color: red; */
    width: 190px;
    text-align: center;
    /* margin-left: 20px; */
    border: solid 2px;
    border-radius: 40px;
    font-size: 1.rem;
    font-weight: 200;
}

.email{
    border: 2px solid transparent; /* Set the border to a transparent color */
    border-image: linear-gradient(135deg, #e02972, #33D2FF) 1;
    border-image-slice: 1;
    border-image-width: 1.3px; /* Adjust the width to match the border width */
}

.linkedin{
    border: 2px solid transparent; /* Set the border to a transparent color */
    border-image: linear-gradient(135deg, #e8a745, #33D2FF) 1;
    border-image-slice: 1;
    border-image-width: 1.3px; /* Adjust the width to match the border width */

}
  
.behance{
    border: 2px solid transparent; /* Set the border to a transparent color */
    border-image: linear-gradient(135deg, #9845E8, #e02972) 1;
    border-image-slice: 1;
    border-image-width: 1.3px; /* Adjust the width to match the border width */

}
.github{
    border: 2px solid transparent; /* Set the border to a transparent color */
    border-image: linear-gradient(-23deg, #e02972, #ffb133) 1;
    border-image-slice: 1;
    border-image-width: 1.3px; /* Adjust the width to match the border width */

}

.links{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}



/* These are utility clasess for font awesome do not touch these */
.fa-brands{
    font-size: 1.1rem;
    display: inline-block;
    padding-right: 10px;
}

.fa-solid{
    font-size: 1.1rem;

    display: inline-block;
    padding-right: 10px;
}
/* Do not touch the code above */


.exp{
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    font-weight: 300;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;

}

.exp :first-child{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
}

.exp :nth-child(2){
    background-color: grey;
}



.exp p{
    padding: 15px 5px;
    border-radius: 6px;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}


.exp p:hover{
    background-color:rgb(90, 90, 90);
    /* width: 120px; */
    /* text-align: center; */
    padding: 15px 5px;

}



.role{
    font-size: 2.3rem;
    font-weight: 200;
}

.date{
    font-size: 1.2rem;
    font-weight: 700;
    color: #33D2FF;
    
}

.w-exp{
    display: flex;
    align-items: center;
    gap: 8rem;
    flex-wrap: wrap;
}

.blue{
    color: #33D2FF;
    font-weight: 400;
}

.jd{
    font-weight: 200;
}

.jd-grid{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.experience{
    display: flex;
    gap: 9rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-block: 8rem;
}

.featured{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 200;
    margin-block: 2rem;
    border-bottom: 4px solid;
    width: fit-content;
    margin-left: 4.7rem;

    border-bottom: 4px solid transparent; /* Set the border to a transparent color */
    border-image: linear-gradient(-23deg, #e02972, #ffb133) 1;

}
  

.image-card {
    width: 344px;
    height: 237px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    transition: background-size 3.3s ease-in; /* Adjust duration and easing as needed */
  }
  

.one{
    background-image: url(/assets/Image51.jpg);
}


.zoom{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease-in-out 0.6s;
}

.zoom:hover{
    transform: scale(1.2);

}



.img2{
    background-image: url(/assets/Image55.jpg);
}

.img3{
    background-image: url(/assets/Image56.jpg);
}
.img4{
    background-image: url(/assets/Image59.jpg);
}
.img5{
    background-image: url(/assets/Image90.jpg);
}
.img6{
    background-image: url(/assets/Image71.jpg);
}
.img7{
    background-image: url(/assets/Image78.jpg);
}
.img8{
    background-image: url(/assets/Image86.jpg);
}
.img9{
    background-image: url(/assets/Image88.jpg);
}


.proj-name{
    font-size: 1.1rem;
    font-weight: 300;
}

.proj-desr{
    font-size: 0.8rem;
    font-weight: 100;
}



.card-grid{
    display: flex;
    flex-direction: column;
    width: 344px;
    gap: 1.3rem;
}

.port{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-bottom: 4rem;
}


.showcase{
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 200;
    margin-block: 3rem;
}


.big{
    font-size: 3rem;
}

.brands{
    /* width: 600px; */
    display: grid;
    max-width: 600px;
    margin: 0 auto;
    grid-template-columns: repeat(6, 1fr);
    place-items: center;
    gap: 3rem;
    
}




/* Section Testimonial */

.testimonial{
    margin-bottom: 4rem;
}

.testimonial h2{
    text-align: center;
    margin-block: 5rem;

}

.person{
    font-size: 1.3rem;
}


.words{
    font-size: 1rem;
    font-weight: 100;
}



.gold{
    color: #ffb133;
}

.fa-star{
    font-size: 0.6rem;

}


.img-container{
    width:65px;
    height: 65px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid rgb(255, 54, 104);

}


.kate{
    background-image: url(/assets/faces/face4.jpg);
    background-size: cover;
}
.alison{
    background-image: url(/assets/faces/face5.jpg);
    background-size: cover;
}
.christopher{
    background-image: url(/assets/faces/face2.jpg);
    background-size: cover;
}
.frank{
    background-image: url(/assets/faces/face1.jpg);
    background-size: cover;
}





.prof-name{
    display: flex;
    gap: 2rem;
    align-items: center;

}

.review{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    place-items: center;  
}

/* This is the dropdown section */

.dropdown{
    max-width: 700px;
    width: 100%;
}


.dropdown-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 2rem;
    flex-direction: column;
    
    

    
}


.dropdown::part(base){
    background-color: rgba(54, 54, 54, 0.434);
    border: none;
    width: 100%;
    margin-block: 1rem;

}

.dropdown::part(header){
    font-size: .8rem;
    font-weight: 500;
    gap: 8rem;
}

.dropdown::part(summary){
    padding: .5rem;
    border-radius: 10px;
    width: 100%;


}















/* This is the form section  */

.reach-me{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    margin-bottom: 3rem;

}

.form-h2{
    text-align: center;
    font-size: 1.8rem;
}


.my-form{
    max-width: 500px;
  
    /* background-color: #6057dd; */
}

.field{
    width: 100%;
    height: 40px;
    background-color: none;
    color:rgb(249, 249, 249);
    background-color: rgb(34, 34, 34);
    border: none;
    border-bottom: 0.5px solid white;
    outline: none;
}



label{
    /* position: absolute; */
    left: 0;
    top: -30%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
    outline: none;


}

.input-wrap{
    margin-top: 2rem;
}

.sub-btn{
    width: 80%;
    padding: 5px 20px;
    margin-top: 1rem;
    border-radius: 5px;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    margin-inline: 2rem;
    

}

.my-picture{
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 2rem;
    border: 2px solid rgb(108, 233, 255);
    

}

.my-picture img{
    object-fit: contain;
    filter: grayscale();
}



/* THIS IS THE FOOTER SECTION AREA */


.footer p{
    margin-block: 1rem;
    font-weight: 200;
}


.footer{
    margin-top: 2.3rem;
    background-color: #19191998;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    gap: 13rem;
    padding-block: 2rem;
    flex-wrap: wrap;
    
}


.footer h4{
    font-size: 1.3rem;
    font-weight: 500;
    animation: animate 5s linear infinite;
    background-image: linear-gradient(135deg, #ade367 0%, #33D2FF 25%, #6057dd 50%, #e02972 75%, #9845E8 100%);
    background-size: 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* Hide the text color */
    z-index: -1;

}







/* MEDIA QUERIES START HERE. DO NOT WRITE ANY CODE BEYOND THIS LINE */


@media (max-width: 880px){
    body{
        font-size: 12px;
    }

    .name{
        font-size: 3rem;
    }


    .w-exp{
        gap: 2rem;
    }
    .image-card{
        width: 261px;
        height: 170px;
    }
    .card-grid{
        width: 261px;
        gap: 0.8rem;
    }
    .port{
        gap: 2.3rem;
    }
 
}

@media (max-width: 1183px){
    .review{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .brands{
        /* width: 600px; */
        display: flex;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .img-container{
        max-width: 50px;
        max-height: 50px;
        width: 80%;
    }
    .prof-name{
        gap: 1rem;
    }
    .star{
        display: none;
    }

    .my-picture{
        width: 80%;
        height: 80%;
    }

    .reach-me{
        gap:2rem;
    }
    nav{
        display: none;
    }
    .hide{
        display: block;
        font-size: 1.3rem;
        /* width: 50px; */
    }
    .exp{
        gap: 0.3rem;
    }
   
    .role{
        font-size: 1.7rem;
    }

    .person{
        font-size: 1rem;
    }
    .words{
        font-size: 0.8rem;
    }

    .footer{
        padding-inline: 2rem;
        gap: 4rem;
        align-items:start;
        justify-content: left;
    }

    .featured{
        text-align: left;
        margin: 0;
        margin-block: 2rem;
    }

    .exp{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .exp p{
       
        margin: 0;
        text-align: center;
    }

    .exp :nth-child(1){
        grid-column: span 3;
    }
  
}