.page-wrapper{
    background-color: #121212;
}
section{
    margin: 4rem;
    position: relative;
}
input{
    width: 10rem;
    height: 2rem;
    padding: 3px;
    color: white;

}

.landingpage{
    flex-wrap: wrap;
}
.landingpageRight h2{
    color:white;
    font-weight:500;
    font-size:1.9rem;
    line-height:2.3rem;
    text-align:center;
}

.landingpageRightInfo img{
    width: 2.2rem;
    height: 2.2rem;
}

.landingpageRightInfo p{
    margin-bottom: 0;
    line-height: 1.5rem;
}

label{
    color: #FFFFFF;
    font-size: 14px;
}

 h2{
    color: #FEC63F;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 2.4rem;
}

.section3Left h2{
    line-height: 2.9rem;
}


/* .section3Right{
    flex-wrap: wrap;
} */



.webDevImgSecTitle{
    position: absolute;
    top:3%;
    left: 2%;
    right: 2%;
    text-align:center;
    font-size:1.1rem;
    color:#FFDFF4;
    font-weight: 600;
}





/* .imgS3 {
   // width: 18rem;
    height: 20rem;
    position: relative;
} */

.webDevImgSec {
    /* width: 18rem; */
    height: 17rem;
    position: relative;
}

.s4Leftlines{
    background-color: #FEC63F;
    border-radius: 2rem;
    height: 2.2rem;
    margin-right: 1rem;
    width:fit-content;
    padding: 0.1rem 1.2rem 0.5rem 1.2rem;
}
.s4Leftlines p{
    color: black;
}
/* .paraS5 p{
    line-height: 1.6rem;
} */


/* .section5Content h3{
    line-height: 1.4rem;
    color: #383838;
} */


.section5ImgContent{
    flex-wrap: wrap;
}

.imgS5{
    width: 15rem;
    height: 15rem;
}
.section5ImgContent h6{
    color: white;
    font-weight: 200;
    font-size: 1rem;
    margin: 0.6rem 0 0 0;
}
.contentRight{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contentLeft{
    display:flex;
    flex-direction: column;
    align-items: start;
}
.landingScrollingSection img{
    width: 2rem;
    height: 2rem;
}
.landingScrollingSection {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    overflow-y: scroll;
    height: 24rem;
    margin-top: 4rem;
    background: #FFFFFF17;
    padding: 3rem;
    gap: 1rem;
}
.landingScrollingSection p{
    margin-bottom: 0;
    line-height: 1.8rem;
}
.pos-relative{
    position: relative;
}
.temp::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 7px; 
    padding: 1px; 
    background:linear-gradient(153.17deg, rgba(255, 255, 255, 0.4) 2.35%, rgba(255, 255, 255, 0.0001) 38.22%, rgba(255, 255, 255, 0.0001) 53.13%, rgba(255, 255, 255, 0.1) 90.77%); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
}

.leftS6{
    margin-top: -4rem;
}

.leftS6 h2{
    font-size: 1.7rem;
}

.rightS6{
    margin-top: -6rem;
}

.rightS6 h2{
    font-size: 1.7rem;
}
/* 
#logo{
    margin-top: -1.7rem;
    width: 8.5rem ;
    height: 8.5rem;
} */
.s6Heading{ 
    line-height: 1rem; 
    font-size: 2.1rem;
}
.s6 p{
    color: #C6C6C6;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5rem;
    margin-top: -0.8rem;
}

#imga{
    width: 30rem;
}

@media (max-width:500px) {
    .scrolimg{
        display: none;
    }
    .innerS6{
        margin-top: 4rem;
        gap: 6rem;
    }
    .leftS6{
        margin-top: -4rem;
    }
    .rightS6{
        margin-top: -4rem;
    }
    .s6Heading{
        font-size: 1px;
    }
    .logo img{
        display: none;
    }
}