
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Playwrite+MX+Guides&display=swap');


*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    font-family: " Be Vietnam Pro",sans-serif;
    scroll-behavior: smooth;
}
:root{
    --bgOrange:#e84949
}
#wrapper{
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.container{
    margin:0 auto;
    width: 1200px;
}
/* ----NAVBAR */
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}
.logo{
    width: 60px;
}
.logo-container{
    display: flex;
    justify-content: baseline;
    align-items: center;

}
.logo-text{
    margin-left: -0.5rem;
    font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.nav-items{
    display: flex;
    gap: 2rem;
    padding: 0 4rem;
    
}
.nav-items div{
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.nav-items div a{
    color: black;
}
a{
    text-decoration: none;
}
.nav-items div a:hover{
    transition: 0.8s;
    font-weight: bold;
}

/* ----HERO SECTION */
.hero-section{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5rem;
    margin: 4rem auto;
    padding: 0 1rem;
    padding-bottom: 8rem;
}
.faded-text{
    user-select: none;
    font-size: 7em;
    color: rgb(231,231,231);
    bottom:-16%;
    left: -5%;
    font-weight: bold;
    transition: all 3s;
    position: absolute;
}
.hero-section-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}
.user-image img{
    width: 200px;
}
.hero-section-heading{
    font-size: 35px;
    color: #343d68;
    font-weight: 500;

}
.role{
    color: #4e45d5;
    font-weight: 800;
}
.hero-section-sub-heading{
    font-size: 45px;
    line-height: 45px;
}
.hero-section-description{
    margin-top: 1rem;
    width: 70%;
    font-weight: 500;
}
.btn-pink{
    width: fit-content;
    background-color: #e84949;
    padding: 0.8rem 2.3rem;
    color: white;
    font-size: 18px;
    box-shadow: 5px 5px 7px 0px #00003f;
    cursor: pointer;
    position:relative;
    z-index: 1;
    transition: all 0.5s;
    font-weight: 500;
    border: solid 3px transparent;
}
.btn-pink:before{
    content: " ";
    background-color: #fff;
    position: absolute;
    /* jab pure div ko cover karna ho */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* starting me no vector-effect: ; */
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.8s;
    z-index: -1;
}
.btn-pink:hover::before{
    transform: scaleX(1);
}
.btn-pink:hover{
    border: solid 3px var(--bgOrange);
    color: black;
}
.hero-section-right{
    position: relative;
}
.user-image{
    padding: 2.5rem;
    filter: grayscale(1);
    transition: all 0.5s;
    border-radius: 0.2rem;
    animation: scaleImage 5s linear infinite;
}
@keyframes scaleImage{
    0%{
        filter: grayscale(1);
        transform: scale(1);
    }
    50%{
        filter: grayscale(0);
        transform: scale(1.1);
        box-shadow: 3px 3px 10px black;
    }
    100%{
        transform: scale(1);
        filter: grayscale(0);
    }
}
/* --------------project */

.project-section{
    background-color: rgb(231, 231, 231);
    margin-top:4rem;
}
.page-header{
    color: var(--bgOrange);
    font-size: 50px;
    text-align: center;
    padding-top:30px;
}
.project-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;

    display:flex;
    flex-direction:column;
    gap: 120px;
}
.project-card{
    width: 90%;
    height: 550px;
    background-image: url(images/project1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* text upar chaiye isliye */
    box-shadow: 0px 0px 40px #1f1f1f;
}
.project-card::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f1f1f9a;
    z-index: 0;
    /* transform: scaleX(1); */
}.project-card::before{
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg ,#343d68,#343d68be,#343d687c);
     transform: scaleX(0);
     transform-origin: left;
     transition: all 0.3s;
     z-index: 1;
}.project-card:hover::before{
    transform: scaleX(1);
}
.project-number{
    position: absolute;
    font-size: 200px;
    font-weight: 500;
    color: white;
    z-index: 10;
    display: none;
   
}
.project-card:hover .project-number{
    display: block;
    
    
}
.project-number-left{
    right: -40px;
    top: -45px;
}
.project-number-right{
    left: -40px;
    top: -45px;
}
.project-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 2em;
    bottom: 20%;
    z-index: 2;
    gap: 1em;
    transition: all 0.4s ;
}
.project-content-left{
    left: 10%;
}
.project-content-right{
    right: -10%;
}
.project-skills-container{
    width: 60%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* sare icon ko line se rakhne kliye */
}
.project-skill{
    width: 40px;
}
.heading{
    font-size: 50px;
    font-weight: bold;
    line-height: 3rem;
}
.project-subHeading{
    width: 70%;
    font-size: 16px;
    font-style: italic;
}
.btn-grp{
    display: flex;
    gap: 2rem;
    align-items: center;
}
.btn-project:hover{
    border: none;
}
.project-card:hover .project-content{
    transform: scale(1.1);
}
#project1{
    background-image: url(images/project1.webp);
}
#project2{
    margin-left: 120px;
    background-image: url(images/project2.jpeg);
}
#project3{
    background-image: url(images/project3.webp);
}
#project4{
    margin-left: 120px;
    background-image: url(images/project4.jpeg);
}
@media(max-width:1300px){
    .page-header{
        padding-top: 30px;
        color: var(--bgOrange);
        text-align: center;
        font-size: 40px;
    }
    .project-container{
        padding: 5px;
        margin: 10px;
        gap: 60px;
    }
    .project-card{
        width: 100%;
        height: 300px;
    }.project-content{
        scale: 0.5;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    .project-content-left{
        left: 0;
    }
    .project-heading{
        font-size: 40px;
        width: 100%;
    }
    .project-subHeading{
        width: 100%;
    }
    #project2{
        margin-left: 0;

    }#project4{
        margin-left: 0;
    }
    .project-skills-container{
        width: 100%;
    }
    .project-skill{
        width: 35px;
    }
    .project-card:hover .project-number{
        display: none;
    }
    .project-card:hover .project-content{
        scale: 0.55;
    }
}
/* skills------------secction */
.skills-container{
    position: relative;
    display: flex;
    padding: 5rem;
    margin: 10rem auto;
    gap:30px;
}
.skill-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.skill-container-right{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 2rem;
    justify-content: center;
}
.skill-fade-text{
    position:absolute;
    font-size: 15em;
    font-style: bold;
    color:rgb(231, 231, 231);
    bottom: -34.5%;
    right: -20%;
    user-select: none;
    overflow-y: hidden;
}
.skills-logo{
    width: 120px;
    transition:0.5s;
}
.skills-logo:hover{
    transform: scale(1.2);
}
.blob-style{
    position:absolute;
    top:50%;
    left:50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    animation: blobanimate 3s linear infinite;
}
@keyframes blobanimate{
    50%{
        top: 54%;
        left: 46%;
    }
}
.skill-heading{
    color: var(--bgOrange);
    font-size: 50px;
    font-style: bold;
    line-height: 50px;

}
.caps{
    font-size: 90px;
}
.skill-subHeading{
    margin-top: 1rem;
    width: 85%;
    text-align: justify;

}
.skill-subHeading p{
    margin: 15px 0;
}
.contactus-form-container{
    width: 100%;
    background-color: rgb(231, 231, 231);
}
.contactus-heading{
    font-size: 5em;
    color: var(--bgOrange);
    padding-top: 2rem;
}
.contactus-sub-heading{
    font-size: 2rem;
    color: #343d6e8a;
    text-transform: capitalize;
    /* next word captial se start hoiga */
}
.contactus-form-container{
    margin-top: 25px;
    display:flex;
    align-items: center;
    justify-content: center;
}
form{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 70%;
    margin: 2rem  5rem;

}
.formfield-container{
    width: 100%;
}
.formfield{
    width: 100%;
    height: 42px;
    padding: 0 2rem;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px black;
    font-weight: 500;
    border: none;
    margin-top: 27px;
}
.formfield-textarea{
    height: auto;
    padding-top: 1rem;
}
#submit-btn{
    border: none;
    font-size: 1.4rem;
    margin: 1rem 0;
}#submit-btn:hover{
    scale: 0.9;
}

/* ---------------------------------FOOOTER */
footer{
    position: relative;
    margin-top: 1px;
    background-color: #343d68;
    padding: 5rem;
}
.footer-wrapper{
    display: flex;
    gap: 1rem;
    padding: 1.2rem;
    justify-content: space-between ;
    align-items: center;
}
.footer-faded-text{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #535c87;
    user-select: none;
    font-size:5em;
}
.link-wrapper{
    display: flex;
    gap: 1.5rem;
}
.link-wrapper div a{
    color: white;
    text-decoration: none;
    transition: all 0.6s;
}
.link-wrapper div a:hover{
    color: var(--bgOrange);
    text-decoration: none;
}
.icon-wrapper{
    display: flex;
    gap: 1rem;
}
