/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --darkbg : url("../images/matefinish.png");
    --lightbg : url("../images/white_matfinish.jpg");
    --lightcolor : black;
    --darkcolor : white;
}

html {
    scroll-behavior: smooth;
}

button{
    font-style: normal;
}

*{
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
    margin: 0px;
}


body{
    box-sizing: border-box;
    overflow-x: hidden;
    height: 100vh; 
}


.darkmode{
    /* background-image: var(--darkbg); */
    background-color: black;
    color: var(--darkcolor);
    transition: ease-in .5s;
    background-attachment: fixed;
}

.darkmode .contactIcon a #leetcodeBlack{
    display: none;
}

.darkmode #moon{
    display: none;
}

.leetcodewhite{
    border-radius: 5px solid white;
}

/* light mode trigger */
.lightmode{
    /* background-image: var(--lightbg); */
    background-color: white;
    color: var(--lightcolor);
    transition: ease-in .5s;
    background-attachment: fixed;
}

.lightmode .techStack{
    background-color: rgb(219, 219, 219);
}

.lightmode .buttonDiv button{
    background-color: black;
    color: white;
}
.lightmode .generalIconStyle img{
    background-color: rgb(219, 219, 219);
}
.lightmode .line{
    background-color: black;
}

.lightmode .educationContentSection {
    border-left: 2px solid black;
}

.lightmode .contactIcon a i{
    color: black;
}
.lightmode .contactIcon a #leetcodewhite{
    display: none;
}
.lightmode .aboutMeContentButtonSection button{
    background-color: black;
    color: white;
}

.lightmode .degreeSvg{
    border: 2px solid black;
}

.lightmode #sun{
    display: none;
}

.lightmode #moon{
    display: flex;
}

.lightmode .crossIcon .bi {
    color: white;
}



/* light mode trigger end */

/* navigator with buttons */
.mode{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 10px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 5;
}
.slider_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100px;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid white;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}

.turnOn{
    background-color: rgb(0, 0, 0);
    transition: ease-out 1s;
    justify-content: flex-end;
    justify-content: space-between;
    border: 2px solid rgb(0, 208, 176);
}

.circle{
    height: 90%;
    width: 28%;
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 0px 0px 2px gray;
    cursor: pointer;
}

.mainScreen{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* profileTopDiv section */
.profile{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    flex-wrap: wrap;
    gap: 40px;
}


/* content div starts here */
.contentDiv{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    flex-direction: column;
}
.nameDegree{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: red;
}
.buttonDiv{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contentDiv .buttonDiv button{
    display: block;
    border: none;
    padding: 5px 10px 5px 10px;
}
.contentDiv a{
    text-decoration: none;
}
/* content div ends here */

/* picture div starts here */
.picture{
    background-image: url("../images/splash.svg");
    background-repeat:repeat-x;
    background-size:auto;
    background-position-y: 40px;
    background-position-x: 130px;
    height: 300px;
    width: 300px;
    border-radius: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
}



.image{
    height: 70%;
    /* border-radius: 100px; */
    width: 70%;
    position: absolute;
    top:100px;
    mix-blend-mode:normal;
    position: absolute;
    bottom: 40px;

    right: 50px;

}
/* pciture div ends here */

/* moves the profile icon to the top while scrolling */

/* scroll animation ends here */

/* now skill desiing */
.technologyAnimation{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    bottom: 0%;
    flex-direction: row;
    max-width: 100%;
    overflow: scroll;
    height: 100%;
    opacity: 1;
    transition: ease-in 1s;
}
.technologyAnimation::-webkit-scrollbar{
    display: none;
}
.techStack{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    min-width: 80px;
    background-color: white;
    border-radius: 2px;
    position: relative;
    bottom: 0px;
    left: 0px;
    transition: ease-in 1s;
}

.techStackImage{
    height: 60%;
    width: 60%;
    /* filter: drop-shadow(1px 1px 1px black); */
}
/* .techStackImage:hover{
    filter: drop-shadow(0px 0px 0px black);
} */

.animateTechBox{
    transition: ease 1s;
    position: relative;
    bottom: 200px;
    left: 0px;
    transition: ease-in 1s;
    opacity: 0;
}

/* make animation div display none */
.techDivNone{
    bottom: 100%;
    opacity: 0;
    transition: ease-in 1s;
}


/* scroll pointer navigation THis is for pointer that points to scroll down*/
.scrollDownPointer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
}

.pointerDown{
    display: flex;
    gap: 10px;
}


.pointerDownLeft{
    height:20px;
    width: 5px;
    background-color: transparent;
    transform: rotate(-55deg);
    border-radius: 10px 0px 10px 0px;
    
}
.pointerDownRight{
    height:20px;
    width: 5px;
    background-color: transparent;
    transform: rotate(55deg);
    border-radius: 0px 10px 0px 10px;
}

.animatePointerDark{
    height:20px;
    width: 5px;
    background-color: var(--darkcolor);
    transition: ease-in ;
}

.animatePointerLight{
    height:20px;
    width: 5px;
    background-color: var(--lightcolor);
    transition: ease-in ;
}


.scrollDownPointer .mouse{
    font-size: 60px;
}

/* scroll pointer ends */


/* screen after main screen starts here*/

/* summary screen starts here */
.summaryScreen{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    opacity: 0;
}
.supportingIcons{
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 0px;
    right: 0px;
    height: 300px;
}
.SupporingText{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
    position: absolute;
    top: 240px;
    transition: ease-in 1s;
    opacity: 0;
}
.supporttextAnimation{
    opacity: 1;
}

.generalIconStyle{
    height: 70px;
    position: relative;
    bottom: 0px;
    transition: ease-in 1s;
}
.generalIconStyle img{
    width: 100%;
    height: 100%;
    color: white;
    background-color: white;
    border-radius: 3px;
    padding: 5px;
}

.expandself{
    position: relative;
    bottom: 100px;
    transition: ease-in 1s;
}


/* summary screen ends here */


/* Education screen starts here */
.educationScreen{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}
.education{
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 100px;
}
.educationSectionIdentifer{
    padding-bottom: 150px;
}
.educationSectionIdentifer h3{
    border-left:2px solid red;
    position: absolute;
    font-style: normal;
}
.educationContentSection{
    border-left: 2px solid white;
    padding-left: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.educationContentSection .degree h3{
    padding-top: 0px;
}

.degreeSvg{
    position: absolute;
    top: 120px;
    padding: 7px;
    border: 2px solid white;
    margin-left: 40px;
    border-radius: 100%;
}
.line{
    height: 2px;
    width: 83px;
    background-color: white;
    position: absolute;
    left: -84px;
    bottom: 25px;
}
.degreeShiva::before{
    position: absolute;
    left:2px;
    content: '';
    height: 40px;
    width: 40px;
    border-left: 4px solid red;
}

.juniorcollege::before{
    position: absolute;
    left:2px;
    content: '';
    height: 40px;
    width: 40px;
    border-left: 4px solid red;

}

.school::before{
    position: absolute;
    left:2px;
    content: '';
    height: 40px;
    width: 40px;
    border-left: 4px solid red;
}
/* Education screen ends here */


/* skills screen starts here */

.skillsScreen{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}


/* skills section ends here */

/* projects sectoin starts here */
.projectsScreen{
    min-height: 100vh;
    width: 100%;   
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: ease-in 1s;
    padding-bottom: 40px;
}

/* prjects section ends here */



/* contacts section starts here */
.contactScreen{
    display: flex;
    min-height: 100vh;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transition: ease-in .5s;
    flex-direction: column;
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 200px;
}


.connectionLink{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.connectionLink a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.connectionLink a i{
   display: flex;
}


.contactIcon{
    font-size: 40px;
}
/* contact section ends here */



/* this animates the sections */
.animateSection{
    opacity: 1;
    transition: ease-in .5s;
}


/* constat section ends here */

.contactIcon a{
    color: white;
}

/* contacts section ends here */
/* second screen  ends*/

/* hidden content goes here */
.hiddenContent{
    display: none;
}

.showContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-top: 100px;
}
.showContent p, .showContent h4, .showContent h5{
    font-style: normal;
    color: white;
    text-align: center;
}


/* hidden content ends here */

/* show project details starts here */

.hideShowProject{
    display: none;
}

.showProjectDetails{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: red;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: black;
}
.showProjectDetails .leftScroll{
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    cursor: pointer;
}
.leftScroll .bi, .rightScroll .bi, .crossIcon .bi{
    display: flex;
    justify-content: center;
}
.showProjectDetails .rightScroll{
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    cursor: pointer;
}

.showProjectDetails .crossIcon{
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    cursor: pointer;
}

/* show project detial ends here */


/* media screen */
/*
    small : 320px
    medium : 768px
    large : 1200px
*/ 

@media screen and (max-width:320px){
    .profile{
        flex-direction: column-reverse;
    }
    .slider_button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30px;
        width: 70px;
        border-radius: 30px;
        margin: 0px;
        padding: 5px 5px 5px 5px;
    }
    #moon {
        font-size: 15px;
    }
    
    #sun{
        font-size: 20px;
        font-family: sans-serif;
    }

    /* second screen for small and large device */
    /* this is the container where content is scrolled it is visible from second */
    .scrollContainer{
        width: 100%;
        position: absolute;
        right: 0px;
    }
    /* scroll content */


    /* css to design the display of active div at the top */
    /* displaying the current active div at the top */
    .identifier{
        display: flex;
        justify-content: flex;
        align-items: center;
        position: fixed;
        top: 7px;
        left: 15px;
        width: 100%;
        z-index: 3;
        /* background-color: black; */
    }
    .identifier h1{
        font-size: 0px;
        letter-spacing: 3px;
        transition: ease .5s;
    }


    .animateIdentifier{ 
        transition: ease .5s;
    }

    .animateIdentifier h1{
        font-size: 30px;
        transition: ease .5s;
    }
    /* displaying the active div at the end here */

    /* making contacts to align vertically  */


    /* aliginging the main screen position in the begining */
    .mainScreen{
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* animation division */
    .technologyAnimation{
        display: flex;
        overflow: hidden;
        max-width: 100%;
    }

    .contentDiv{
        width: 90%;
    }

    /* summary section */
    .generalIconStyle{
        height: 50px;
        width: 50px;
    }
    .aboutMeIntroduction{
        width: 80%;
        padding-bottom: 80px;
        margin-top: 100px;   
    }
    .aboutMeContentDiv{
        display: flex;
        gap: 40px;
        width: 80%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .aboutMeContent{
        display: flex;
        width: 100%;
        gap: 40px;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .aboutLeft{
        width: 90%;
    }
    .aboutRight{
        width: 90%;
    }
    .aboutMeIntroduction h3{
        font-style: normal;
        border-top: 2px solid red;
        position: absolute;
    }

    .aboutMeContentButtonSection{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .aboutMeContentButtonSection button{
        background-color: white;
        border: none;
        padding: 5px 10px 5px 10px;
    }
    
    /* education section in small device */
    .eductionDivision{
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid white;
        width: 90%;
        height: 100px;
        border-radius: 5px;
    }
    .mainHighlighterEducation{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;        
    }
    .eductionDivision h3{
        font-size: 20px;
    }


    /* skills section design starts here */
    .skillMainContiner{
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .skillsContentContainer{
        width: 80%;
        display: flex;
        gap: 50px;
        flex-direction: column;
    }
    .skillHeader{
        width: 80%;
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .skillHeader h3{
        position: absolute;
        border-bottom: 2px solid red;
        font-style: normal;
    }
    .skillBox h1{
        color: red;
        font-style: normal;
    }
    .skillBox h3{
        font-style: normal;
    }
    .skillBox ul{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0px;

    }
    .skillBox ul li{
        list-style: inside;
    }
    /* skills sections design ends here */

    /* project section starts here */
    .projectSection{
        width: 80%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .projectHeading{
        margin-bottom: 100px;
        padding-bottom: 120px;
    }
    .projectHeading h3{
        position: absolute;
        top: 100px;
        border-top: 2px solid red;
        font-style: normal;
    }
    .projectContainer{
        display: flex;
        width: 100%;    
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .projectCard{
        box-sizing: content-box;
        width: 90%;
        height: 300px;
        background-color: rgb(216, 216, 216);
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 5px;
        box-shadow: 0px 0px 1px gray;
        cursor: pointer;
    
    }
    .iframeClass{
        width: 90%;
        height: 70%;
    }

    .projectCard h6{
        color: black;
        font-style: normal;
        margin: 0px;
        padding-top: 0px;
        margin-top: 10px;
    }
    .projectCard p{
        color: black;
        font-style: normal;
        font-weight: light;
    }

    .showProjectDetails .leftScroll, .showProjectDetails .rightScroll{
        display: none;
    }
    /* project section ends here */

    /* contact screen  for small device*/
    .getInTouch{
        width: 80%;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        padding-bottom: 40px;
        position: absolute;
        top: 100px;
    }
    .getInTouch h3{
        border-bottom: 2px solid red ;
        position: absolute;
        font-style: normal;
    }

    .contactContainer{
        width: 80%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .contactMailMe a{
        text-decoration: none;
        color: red;
        padding-left: 10px;
        font-style: normal;
    }
    .socialContactSection{
        display: flex;
        flex-direction: column;
        gap:5px;
    }

    .contactIcon i{
        font-size: 30px;
    }

    .contactIcon a svg{
        margin-bottom: 0px;
        height: 30px;
        font-family: sans-serif;
    }

    .connectionLink{
        gap: 15px;
    }
    .designAndDeveloped{
        display: flex;
        min-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 40%;
        gap: 20px;
    }
    .scrollTop{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 40px;
        min-width: 40px;
        background-color: red;
        position: relative;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    .scrollTop i{
        font-size: 25px;
        font-family: sans-serif;
        margin-bottom: 0px;
    }

    .designAndDeveloped p{
        font-style: normal;
        font-size: 14px;
        margin: auto;
        text-align: center;
    }
    .rotatetext{
        position: absolute;
        top: 100px;
        min-width: 200px;
        transform: rotate(270deg);
        font-weight: lighter;
    }
    /* contact screen for small device starts here */
    
}

@media screen and (min-width:321px) and (max-width:768px){
    .profile{
        flex-direction: column-reverse;
    }
    /* .picture{
        height: 250px;
        width: 250px;   
    } */
    .slider_button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 35px;
        width: 80px;
        border-radius: 30px;
        margin: 0px;
        padding: 5px 5px 5px 5px;
    }
    #moon {
        font-size: 15px;
    }
    
    #sun{
        font-size: 20px;
        font-family: sans-serif;
    }

    /* css to design the display of active div at the top */
    /* displaying the current active div at the top */
    .identifier{
        display: flex;
        justify-content: flex;
        align-items: center;
        position: fixed;
        top: 10px;
        left: 50px;
        width: 100%;
        z-index: 3;
        /* background-color: black; */
    }
    .identifier h1{
        font-size: 0px;
        letter-spacing: 3px;
        transition: ease 1s;
    }


    .animateIdentifier{ 
        transition: ease 1s;
    }

    .animateIdentifier h1{
        font-size: 30px;
        transition: ease 1s;
    }


    /*  main screen and animation div */
    .mainScreen{
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* animation division */
    .technologyAnimation{
        display: flex;
        overflow: hidden;
        max-width: 100%;
    }
    /* displaying the active div at the end here */

    /* summary section starts here */
    .generalIconStyle{
        height: 60px;
        width: 60px;
    }
    .aboutMeContent{
        display: flex;
        width: 100%;
        gap: 40px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .aboutMeContentDiv{
        display: flex;
        justify-content: center;
        width: 80%;
        flex-wrap: wrap;
    }
    .aboutLeft{
        width: 100%;
    }
    .aboutRight{
        width: 100%;
    }
    .aboutMeIntroduction{
        width: 80%;
        padding-bottom: 80px;
        margin-top: 100px;
    }
    .aboutMeIntroduction h3{
        font-style: normal;
        border-top: 2px solid red;
        position: absolute;
    }
    .aboutMeContentButtonSection{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .aboutMeContentButtonSection button{
        background-color: white;
        border: none;
        padding: 5px 10px 5px 10px;
    }
    /* summary section ends here */




    /* education section for mid devices */
    .eductionDivision{
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid white;
        width: 90%;
        height: 100px;
        border-radius: 5px;
    }
    .mainHighlighterEducation{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;        
    }
    .eductionDivision h3{
        font-size: 20px;
    }
    .contentDiv{
        width: 80%;
    }

    /* skill section improving in mobile */
    .skillMainContiner{
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .skillsContentContainer{
        width: 80%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .skillHeader{
        width: 80%;
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .skillHeader h3{
        position: absolute;
        border-bottom: 2px solid red;
        font-style: normal;
    }
    .skillBox h1{
        color: red;
        font-style: normal;
    }
    .skillBox h3{
        font-style: normal;
    }
    .skillBox ul{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0px;
    }
    .skillBox ul li{
        list-style: inside;
    }
    /* skills ends here */

    /* project section */

    .projectSection{
        width: 80%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .projectHeading{
        margin-bottom: 100px;
        padding-bottom: 120px;
    }
    .projectHeading h3{
        position: absolute;
        top: 100px;
        border-top: 2px solid red;
        font-style: normal;
    }
    .projectContainer{
        display: flex;
        width: 100%;    
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .projectCard{
        /* box-sizing: content-box; */
        width: 90%;
        height: 300px;
        background-color: rgb(216, 216, 216);
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 5px;
        box-shadow: 0px 0px 1px gray;
        cursor: pointer;
    
    }
    .iframeClass{
        width: 90%;
        height: 70%;
    }

    .projectCard h6{
        color: black;
        font-style: normal;
        margin: 0px;
        padding-top: 0px;
        margin-top: 10px;
    }
    .projectCard p{
        color: black;
        font-style: normal;
        font-weight: light;
    }
    .showProjectDetails .leftScroll, .showProjectDetails .rightScroll{
        display: none;
    }
    /* project section */

    /* contact screen  for small device*/
    .getInTouch{
        width: 80%;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        padding-bottom: 40px;
        position: absolute;
        top: 100px;
    }
    .getInTouch h3{
        border-bottom: 2px solid red ;
        position: absolute;
        font-style: normal;
    }

    .contactContainer{
        width: 80%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .contactMailMe a{
        text-decoration: none;
        color: red;
        padding-left: 10px;
        font-style: normal;
    }
    .socialContactSection{
        display: flex;
        flex-direction: column;
        gap:5px;
    }

    .contactIcon i{
        font-size: 30px;
    }

    .contactIcon a svg{
        margin-bottom: 0px;
        height: 30px;
        font-family: sans-serif;
    }

    .connectionLink{
        gap: 15px;
    }
    .designAndDeveloped{
        display: flex;
        min-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 40%;
        gap: 20px;
    }
    .scrollTop{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 40px;
        min-width: 40px;
        background-color: red;
        position: relative;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    .scrollTop i{
        font-size: 25px;
        font-family: sans-serif;
        margin-bottom: 0px;
    }

    .designAndDeveloped p{
        font-style: normal;
        font-size: 14px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .rotatetext{
        position: absolute;
        top: 50px;
        min-width: 200px;
        transform: rotate(270deg);
        font-weight: lighter;
    }
    /* contact screen for small device starts here */
    
}

@media screen and (min-width:769px){
    .identifier{
        display: flex;
        width: 10%;
        height: 100%;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        transform: rotate(270deg);
    }
    .scrollContainer{
        width: 90%;
        background-color: transparent;
        position: absolute;
        right: 0px;
        z-index:1;
    }
    .identifier h1{
        font-size: 0px;
        transition: ease 1s;
    }
    .animateIdentifier{ 
        letter-spacing: 3px;
        transition: ease 1s;
    }
    .animateIdentifier h1{
        font-size: 70px;
        transition: ease 1s;
    }
    #moon {
        font-size: 25px;
    }
    #sun{
        font-size: 30px;
        font-family: sans-serif;
    }

    /* main screen setup */
    .mainScreen{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        padding-bottom: 100px;
    }
    /* main screen ends here */


    /* mysummary section */
    .aboutMeContent{
        display: flex;
        width: 100%;
        gap: 40px;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
    .aboutMeContentDiv{
        display: flex;
        gap: 2%;
        width: 100%;
        justify-content: center;
    }
    .aboutLeft{
        width: 39%;
    }
    .aboutRight{
        width: 39%;
    }
    .aboutMeIntroduction{
        width: 80%;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        padding-bottom: 80px;
        margin-top: 100px;
    }

    .aboutMeIntroduction h3{
        font-style: normal;
        border-top: 2px solid red;
        position: absolute;
    }
    .aboutMeContentButtonSection{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 50px;
    }

    .aboutMeContentButtonSection button{
        background-color: white;
        border: none;
        padding: 5px 10px 5px 10px;
    }

    /* about content ends here */

    
    /* skill section improving in mobile */
    .skillMainContiner{
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .skillsContentContainer{
        width: 80%;
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }
    .skillHeader{
        width: 80%;
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .skillHeader h3{
        position: absolute;
        border-bottom: 2px solid red;
        font-style: normal;
    }
    .skillBox h1{
        color: red;
        font-style: normal;
    }
    .skillBox{
        min-width: 300px;
    }
    .skillBox h3{
        font-style: normal;
    }
    .skillBox ul{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0px;
    }
    .skillBox ul li{
        list-style: inside;
    }
    /* skills ends here */

    /* project section  */

    .projectSection{
        width: 80%;
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .projectHeading{
        margin-bottom: 100px;
        padding-bottom: 120px;
    }
    .projectHeading h3{
        position: absolute;
        top: 100px;
        left: 0px;
        border-top: 2px solid red;
        font-style: normal;
    }

    .projectContainer{
        display: flex;
        width: 80%;    
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .projectCard{
        box-sizing: content-box;
        width: 350px;
        height: 350px;
        background-color: rgb(216, 216, 216);
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        cursor: pointer;
    }
    .iframeClass{
        width: 70%;
        height: 70%;
    }

    .projectCard h6{
        color: black;
        font-style: normal;
        margin: 0px;
        padding-top: 0px;
        margin-top: 10px;
    }
    .projectCard p{
        color: black;
        font-style: normal;
        font-weight: light;
    }

    /* project section ends */

    
    /* contact screen  for small device*/
     .getInTouch{
        width: 80%;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        padding-bottom: 40px;
        position: absolute;
        top: 100px;
    }
    .getInTouch h3{
        border-bottom: 2px solid red ;
        position: absolute;
        font-style: normal;
    }

    .contactContainer{
        width: 80%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .contactContainer .introText h6, .contactContainer .socialContactSection .seeMeOnSocial h6 {
        font-size: 20px;
    }
    .contactMailMe a{
        text-decoration: none;
        color: red;
        padding-left: 10px;
        font-style: normal;
    }
    .socialContactSection{
        display: flex;
        flex-direction: column;
        gap:5px;
    }

    .contactIcon i{
        font-size: 40px;
    }

    .contactIcon a svg{
        margin-bottom: 0px;
        height: 40px;
        font-family: sans-serif;
    }

    .connectionLink{
        gap: 20px;
    }

    .designAndDeveloped{
        display: flex;
        min-width: 100%;
        margin-top: 20%;
        gap: 40px;
        justify-content: center;
        align-content: center;
    }
    .designAndDeveloped p{
        font-style: normal;
        margin-top: auto;
        margin-bottom: auto;
    }
    .scrollTop{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        background-color: red;
        position: relative;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    .scrollTop i{
        font-size: 25px;
        font-family: sans-serif;
        margin-bottom: 0px;
    }
    .rotatetext{
        position: absolute;
        bottom: 150px;
        min-width: 200px;
        transform: rotate(270deg);
        font-weight: lighter;
    }
    /* contact screen for small device starts here */
}