@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

/* all */

html, body{
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
}

.body{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: auto;
    position: relative;
}

* {
    padding: 0%;
    margin: 0;
    box-sizing:border-box;
    font-family: 'Inter', sans-serif ;
    background-color: #29282c;
    color: #F5F5F4;
    max-width: 100%;
}

*::selection{
    background: #E4DDCF;
    color: #1E1E1E;
}

::-webkit-scrollbar{
    width: 1rem;
}
::-webkit-scrollbar-track{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: #F5F5F4;
    border-style: solid;
    outline: 2px solid #1E1E1E;
    outline-offset: -3px;
}

/* header */

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    width: 100vw;
    position: fixed;
    border-bottom-style: solid;
    border-width: 1px;

    z-index: 100;
    max-width:100%;
}

nav .firstname{ 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}

nav .surname{
    position: absolute;
    text-transform: uppercase;
    top: 4rem;
    left: 1rem;
    letter-spacing: 1rem;
    font-size: small;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}

nav ul{
    list-style: none;
    position: absolute;
    right: 1rem;
    top: 3.5rem;background: transparent;
}

nav ul li{
    font-size: 1.1rem;
    margin: 0.5rem;
    margin-right: 0rem;
    text-transform: uppercase;
    background: transparent;
}

nav ul li a{
    text-decoration: none;
    background: transparent;
}

nav img{
    width: 1.5rem;
    height: 1.5rem;
}

header{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width:100%;
}

header .content{
    width: 100vw;
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .content h1{
    padding: 0.1vw 1rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    font-size: clamp(30px,500%,100px);
    text-align: center;
    
}

.content h1:nth-child(2){
    padding-right:15vw;
}

.content .text{
    text-align: center;
    white-space: nowrap;
    font-size: 5.3vw;
    margin: 0.5rem 0rem;
    letter-spacing: 1.5vw;
    font-weight: 900;
    color: #E4DDCF;
    text-shadow: #F5F5F4;
    border-style: solid;
    border-width: 1px;
    max-width: 100%;
}

.content .text:hover{
    background-color: #E4DDCF;
    color: #1E1E1E;
}

.content h1:nth-child(5){
    padding-right: 5vw;
}

.content h1:nth-child(6){
    padding-right: 13vw;
}

.content h1:nth-child(7){
    padding-left: 30vw;
}

header p{
    font-size: 0.9rem;
    position: absolute;
    bottom: 3vh;
    left: 3vh;
    text-transform: uppercase;
    border-style: solid;
    padding: 0.5rem;
    border-width: 1px;
}

header p:hover, .contact div button:hover, .resume p:hover{
    background-color: #F5F5F4;
    color: #1E1E1E;
    box-shadow: 5px 5px 0px #F5F5F4;
    cursor: pointer;
}

header p:active, .contact div button:active, .resume p:active{
    background-color: #F5F5F4;
    color: #1E1E1E;
    box-shadow: 0px 0px 0px #F5F5F4;
}

/* main */

.oneforall{
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width:100%;
}

.titlemain,.titlemain-active,.aboutmain,.aboutmain-active,.titlemain-active2,.titlemain2{
    font-size: 2rem;
}

.titlemain{
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 1rem;
    border-width: 1px;
    transition: all 1s ease;
    outline: 1px solid #F5F5F4;
    outline-offset: -5px;
    max-width: 100%;
}

.aboutmain{
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 1rem;
    border-width: 1px;
    transition: all 1s ease;
    outline: 1px solid #F5F5F4;
    outline-offset: -5px;
    max-width: 100%;
}

.titlemain2{
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 1rem;
    border-width: 1px;
    transition: all 1s ease;
    outline: 1px solid #F5F5F4;
    outline-offset: -5px;
    max-width: 100%;
}

.titlemain-active{
    background-color: #F5F5F4;
    color: #1E1E1E;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 1rem;
    border-width: 1px;
    transition: all 1s ease;
    outline: 1px solid #1E1E1E;
    outline-offset: -5px;
    max-width: 100%;
}

.aboutmain-active{
    background-color: #F5F5F4;
    color: #1E1E1E;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 1rem;
    border-width: 1px;
    transition: all 1s ease;
    outline: 1px solid #1E1E1E;
    outline-offset: -5px;
    max-width: 100%;
}

.titlemain-active2{
    background-color: #F5F5F4;
    color: #1E1E1E;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 1rem;
    border-width: 1px;
    transition: all 1s ease;
    outline: 1px solid #1E1E1E;
    outline-offset: -5px;
    max-width: 100%;
}

main .projcontained{
    display: flex;
    flex-direction: column;
    width: 65%;
    height: 62rem;
    margin: 2rem 0rem;
}

main .projcontained .col1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50%;
}

main .projcontained .col1 .one{
    display: flex;
    flex-direction: column;
    width: 48%;
    height: 97%;
    border-style: solid;
    border-width: 1px;
}

main .projcontained .col1 .one .imgset1{
    width: 100%;
    height: 250%;
    background-image: url(./resource2/assessme.png);
    background-position: center;
    background-size: cover;
    border-bottom-style: solid;
    border-width: 1px;
    background-repeat: no-repeat;
    cursor: pointer;
}

main .projcontained .col1 .one .imgset2{
    width: 100%;
    cursor: pointer;
    height: 250%;
    background-image: url(./resource2/SearchEngine.png);
    background-position: start;
    background-size: cover;
    border-bottom-style: solid;
    border-width: 1px;
    background-repeat: no-repeat;
}

main .projcontained .col1 .one .imgset3{
    width: 100%;
    height: 250%;
    background-image: url(./resource3/R.png);
    background-position: center;
    background-size: cover;
    border-bottom-style: solid;
    border-width: 1px;
    cursor: pointer;
}

main .projcontained .col1 .one .imgset4{
    width: 100%;
    height: 250%;
    background-image: url(./resource2/self.png);
    background-position: center;
    background-size: cover;
    border-bottom-style: solid;
    border-width: 1px;
    cursor: pointer;
}

main .projcontained .col1 .one .containedtext{
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.15rem;
}

.containedtext:hover {
    outline:1px solid #E4DDCF;
    outline-offset: -3px;
}

main .projcontained .col1 .one h2{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0rem 1rem;
}

main .projcontained .col1 .one details{
    padding: 0rem 1.2rem;
    height: auto;
}

@media only screen and (max-device-width:1000px){
    main .projcontained {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        height: auto;
        row-gap: 1rem;
    }

    main .projcontained .col1 .one .containedtext{
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0.15rem;
    }

    main .projcontained .col1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 1rem;
    width: 100%;
    height: auto;
    }

    main .projcontained .col1 .one{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

        width: 60%;
        height: 40vh;
        border-style: solid;
        border-width: 1px;
    }
}

@media only screen and (max-device-width:550px){
    main .projcontained {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        height: auto;
        row-gap: 1rem;
    }

    main .projcontained .col1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 1rem;
    width: 100%;
    height: auto;
    }

    main .projcontained .col1 .one{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

        width: 100%;
        height: 40vh;
        border-style: solid;
        border-width: 1px;
    }
}

.one details summary{
    list-style-type:'@ ';
}

.one details[open] summary{
    list-style-type: '@ ';
}

summary::marker{
    animation: circle;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

@keyframes circle{
    50%{color: #000000;}
}

.one details[open] a{
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    opacity: 0.7;
    margin-left: 1.3rem;
    
}

.github{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top-style: solid;
    padding: 1rem;
    width: 100%;
    border-width: 1px;
    height: 11.5rem;
    position: relative;
}

.github .twogit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.github .me{
    width: 9.4rem;
    height: 9.4rem;
    margin-right: 3.3rem;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    z-index: 0;
    object-fit: cover;
}

.github .twogit p{
    rotate: 90deg;
    position: absolute;
    right: -35px;
    top: 66px;
    width: fit-content;
    height: fit-content;
    font-size: rem;
    padding: 1rem 0.3rem;
    color: #F5F5F4;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    background-color: #F5F5F4;
    color: #1E1E1E;
}

.twogit p:hover{
    background-color: #1E1E1E;
    color: #F5F5F4;
    outline: 1px solid #F5F5F4;
    outline-offset: -1.5px;
    cursor: pointer;
}

.github .onegit{
    z-index: 1;
    padding-right: 1rem;
}

.github .onegit h2{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.5rem; 
}

.github .onegit img{
    position: absolute;
    bottom: 1rem;
}

.github:hover{
    outline: 1px solid #E4DDCF;
}

/* about */

.about{
    width: 100vw;
    height: auto;
    row-gap: 4rem;
    max-width:100%;
}

.about .aboutpage{
    display: flex;
    width: 100vw;
    height: 105vh;
    flex-direction: row;
}

@media only screen and (max-device-width:1000px){
    .about .aboutpage{
        display: flex;
        width: 100vw;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
}

.aboutpage form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
    border-width: 1px;
}

.about .aboutpage .message{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2rem 2rem;
    width: 100%;
    height: 40%;
    border-bottom-style: solid;
    border-width: 1px;
}

.message label{
    font-size: 2rem;
    text-transform: capitalize;
    letter-spacing: 2.5px;
    padding-bottom: 1rem;
    opacity: 0.7;
    cursor: pointer;
}

.contact label{
    font-size: 2rem;
    text-transform: capitalize;
    letter-spacing: 2.5px;
    opacity: 0.7;
    cursor: pointer;
}

.message textarea, textarea::placeholder{
    border-style: none;
    outline: none;
    width: 100%;
    height: 70%;
    font-family: 'Inter', sans-serif ;
    resize: none;
    font-size: 1.25rem;
    color: #F5F5F4;
    overflow: hidden;
}

.about .aboutpage .contact{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 60%;
    padding: 2rem;
    padding-bottom: 0px;
}

.contact input, input::placeholder{
    font-size: 1.5rem;
    padding: 1.5rem;
    padding-left: 0px;
    outline: none;
    border-bottom-style: solid;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    color: #F5F5F4;
    border-color: #F5F5F4;

    margin: 1.5rem 0rem;
}

.contact .padit{
    margin-bottom: 0rem;
}

.contact div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.contact div button{
    font-size: 1.5rem;
    padding: 0.5rem 2rem;
    margin: 1rem 0rem;
    margin-bottom: 1rem;
    border-style: solid;
    border-width: 1px;
}

.sechalf{
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    border-left-style: solid;
    border-width: 1px;
}

.sechalf .excepttext{
    display: flex;
    flex-direction: column;
}

.sechalf .link{
    font-size: 1.5rem;
    border-bottom-style: solid;
    border-width: 1px;
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 2rem 2rem;
}

.sechalf .link div{
    margin: 1rem 0rem;
    white-space: nowrap;
}

.sechalf .link div a{
    margin: 1rem;
}

.sechalf .link div svg{
    width: 1.5rem;
    height: 1.5rem;
}

.sechalf .link div img{
    rotate: 90deg;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.25rem;
    text-decoration: underline;
}

.sechalf .myself{
    padding: 2rem;
    display: flex;
    flex-direction: row;
    overflow: scroll;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}

.sechalf .myself::-webkit-scrollbar-track{
    background-color: transparent;
}

.sechalf .myself img{
    width: 15rem;
    height: 15rem;
    border-style: solid;
    border-width: 1px;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}

.sechalf .myself img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sechalf .myself h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.sechalf .myself .alltexthere{
    display: flex;
    flex-direction: column;
}

.sechalf .myself p{
    margin-top: 2rem;
    font: 1rem;
    letter-spacing: 1px;
    word-spacing: 1px;
    width: 100%;
    text-align: justify;
}

@media only screen and (max-device-width: 1000px) {

    .about .aboutpage{
        display: flex;
        width: 100vw;
        height: auto;
        flex-direction: column;
    }
    

    .aboutpage form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-right-style: none;
        border-width: 1px;
    }
    
    .about .aboutpage .message{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 2rem 2rem;
        width: 100%;
        height: 40%;
        border-bottom-style: solid;
        border-width: 1px;
    }

    .about .aboutpage .contact{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        padding: 2rem;
        padding-bottom: 0rem;
    }

    .contact .padit{
        margin-bottom: 1rem;
    }

    .sechalf{
        margin-top: 1rem;
        border-left-style: none;
        border-top-style: solid;
        display: flex;
        width: 100%;
        height: 100%;
        border-width: 1px;
        flex-direction: column;
    }

    .sechalf .link{
        font-size: 1.5rem;
        border-bottom-style: solid;
        border-width: 1px;
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        padding: 1.5rem 2rem;
    }

    .sechalf .myself{
        padding: 2rem;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
    }

    .sechalf .link div{
        margin: 1rem 0rem;
        font-size: 1.25rem;
    }

    .sechalf .link div svg{
        width: 1.25rem;
        height: 1.25rem;
    }

    .sechalf .myself p{
        margin-top: 2rem;
        font: 1rem;
        letter-spacing: 1px;
        word-spacing: 1px;
        width: 100%;
        text-align: justify;
    }
}

@media only screen and (max-device-width: 400px){
    .sechalf .link div{
        margin: 1rem 0rem;
        font-size: 1rem;
    }
}

/*skills and resume*/

.skills{
    width: 100vw;
    height: auto;
    row-gap: 4rem;
    max-width:100%;
    border-bottom-style: solid;
    border-width: 1px;
}

.skills .all{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width:1000px) {
    .skills .all{
        flex-direction: column;
    }
}

.skills .all .resume{
    width: 49%;
    height: auto;
}

.skills .all .allskill{
    width: 51%;
    height: auto;
    min-height: 100%;  
    border-left-style: solid;
    border-width: 1px;
}

@media only screen and (max-device-width:1000px) {
    
    .skills .all{
        flex-direction: column;
    }

    .skills .all .resume{
        width: 100%;
        height: 100vh;
        
    }

    .skills .all .allskill{
        width: 100%;
        height: auto;
        min-height: 100%;
        border-left-style: none;  
        border-top-style: solid;
        border-width: 1px;
    }
}

.skills .all .allskill div{
    display: flex;
    flex-direction: column;
}

.all .allskill div div h2{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem;
}

.skills .all .allskill .oneof .problemsolving{
    display: flex;
    justify-content: flex-start;
    align-items: left;
}

.skills .all .allskill .oneof .frontend{
    display: flex;
    justify-content: flex-start;
    align-items: left;
}

.skills .all .allskill .twoof .backend{
    display: flex;
    justify-content: flex-start;
    align-items: left;
}

.skills .all .allskill .twoof .tools{
    display: flex;
    justify-content: flex-start;
    align-items: left;
}

.skills .all .allskill .oneof .problemsolving div{
    display: flex;
    flex-direction: row;
    border-width: 1px;
    flex-wrap: wrap;
    margin: 0rem 1rem;
}

.skills .all .allskill .oneof .frontend div{
    display: flex;
    flex-direction: row;
    border-width: 1px; 
    flex-wrap: wrap;
    margin: 0rem 1rem;
}

.skills .all .allskill .twoof .backend div{
    display: flex;
    flex-direction: row;
    border-width: 1px;
    flex-wrap: wrap;
    margin: 0rem 1rem;
    margin-bottom: 1rem;
}

.skills .all .allskill .twoof .tools div{
    display: flex;
    flex-direction: row;
    border-width: 1px;
    flex-wrap: wrap;
    margin: 0rem 1rem;
    
}

.skills .all .allskill div div{
    display: flex;
    flex-direction: column;
    height: 50%;
}

.skills .all .allskill div div div img{
    width: auto;
    height: 95.61px;
    border-style: solid;
    border-width: 1px;
    flex-wrap: wrap;
    padding: 1rem;
    margin: 10px;
    background-color: #4b4463;
    transition: all 0.3s ease;
}

.skills .all .allskill div div div img:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 10px #E4DDCF;
    cursor: pointer;
}

.skills .all .allskill .oneof .frontend div img{
    width: auto;
    height: 95.61px;
    border-style: solid;
    border-width: 1px;
    flex-wrap: wrap;
    background-color: #4b4463;
}

.skills .all .allskill div div div{
    width: auto;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media only screen and (max-device-width:380px) {
    
    .skills .all .allskill .oneof .problemsolving div, .skills .all .allskill .oneof .frontend div, .skills .all .allskill .twoof .tools div{
        display: flex;
        flex-direction: row;
        border-width: 1px;
        flex-wrap: wrap;
        margin: 0rem 1rem;
        justify-content: space-evenly;
    }

    .skills .all .allskill .twoof .backend div{
        display: flex;
        flex-direction: row;
        border-width: 1px;
        flex-wrap: wrap;
        margin: 0rem 1rem;
        justify-content: space-evenly;
        margin-bottom: 1rem;
    }
}

/*resume*/

.resume{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
}

.resume h2{
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 300;
    padding: 1rem;
    opacity: 0.7;
    letter-spacing: 3px;
}

.resume p{
    font-size: 1rem;
    margin: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    padding: 1rem;
    border-style: solid;
    border-width: 1px;
    width: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

/*footer*/

footer{
    width: 100vw;
    min-height: 100vh;
    height: auto;
    max-width:100%;
    border-top-style: solid;
    border-width: 1px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer .part1{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 4rem 0rem;
}

footer .part2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    margin: 4rem 0rem;
}

footer .part2 img{
    min-width: 30%;
    height: 40rem;
    box-shadow: 20px 20px 0px #d8ceba;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    animation: hoverit 2s infinite ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.part2 img:hover{
    box-shadow: 20px 20px 0px #29282c;
}

@keyframes hoverit {
    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(20px);
    }
}

@keyframes hovered {
    0%{
        box-shadow: 20px 20px 0px #c4c4c4;
    }

    50%{
        box-shadow: 0px 0px 0px #1E1E1E;
    }
}

footer .part1 .oneoflast h2{
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 1rem;
    border-width: 1px;
    max-width: 100%;
    white-space: nowrap;
}

footer .part1 .twooflast{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer .twooflast{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    height: 100px;
    white-space: nowrap;
}

footer .twooflast img{
    width: 3rem;
    height: 3rem;
    border-style: solid;
    border-width: 1px;
    flex-wrap: wrap;
    padding: 0.5rem;
    margin: 10px 15px;
    background-color: #4b4463;
    transition: all 0.3s ease;
}

footer .part1 .twooflast img:hover{
    transform: scale(1.3);
    box-shadow: 0px 0px 10px #E4DDCF;
    cursor: pointer;
}

@media only screen and (max-device-width:1000px) {
    footer{
        width: 100vw;
        height: auto;
        max-width:100%;
        border-top-style: solid;
        border-width: 1px;
    
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }

    footer .part1{
        display: flex;
        flex-direction: column;
        margin: 4rem 0rem;
        margin-bottom: 0rem;
        width: 100%;
    }

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

    footer .part2 img{
        object-fit: cover;
        max-width: auto;
        max-height: 70vh;
        box-shadow: 20px 20px 0px #c4c4c4;
        border-bottom-style: solid;
        border-color: #000000;
        border-width: 2px;
        animation: hoverit 2s infinite ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }
}

@media only screen and (max-device-width:400px) {
    footer .part1 .oneoflast h2{
        width: 100vw;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.4rem;
        letter-spacing: 2px;
        font-weight: 300;
        padding: 1rem;
        border-width: 1px;
        max-width: 100%;
        white-space: nowrap;
    }
}

/*part3*/

.part3{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-style: solid;
    border-width: 1px;
    text-align: center;
}

.part3 h1{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem 1rem; 
}

/*logo*/

.logo{
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;

    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem;
    background: transparent; 
    letter-spacing: 2px;
}

.containlogo{
    width: 100vw;
    height: 100svh;
}

/*proj page*/

.sem {
    min-width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    flex-wrap: nowrap;
}

.myself span{
    background: #E4DDCF;
    color: #1E1E1E;
    padding: 0px 4px;
}

.thanksbody{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    position: relative;
}

.containthanks{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    border-style: solid;
    border-width: 1px;
    row-gap: 1rem;
    
}

.containthanks h1{
    white-space: nowrap;
}

.containthanks p{
    text-align: center;
}

@media only screen and (max-device-width:500px) {
    .containthanks h1{
        white-space: nowrap;
        font-size: 1.5rem;
    }
}

.linkthanks{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.allforone{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    height: 100lvh;
    
}

.allforone div{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: 100lvh;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sections1{
    width: 70vw;
    height: 70lvh;
    border-style: solid;
    border-width: 1px;
    background-image: url(./resource3/4.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;

    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.sections1:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.sections1 p{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-style: solid;
    padding: 1vw 2vw; 
    z-index: 1;
    border-width: 1px;
    background: #29282c8e;
}

.sections2{
    width: 70vw;
    height: 70lvh;
    border-style: solid;
    border-width: 1px;
    background-image: url(./resource2/gfg.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;

    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.sections2:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.sections2 p{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-style: solid;
    padding: 1vw 2vw; 
    z-index: 1;
    border-width: 1px;
    background: #29282c8e;
}

.sections3{
    width: 70vw;
    height: 70lvh;
    border-style: solid;
    border-width: 1px;
    background-image: url(./resource2/sih.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.sections3:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.sections3 p{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-style: solid;
    padding: 1vw 2vw; 
    z-index: 1;
    border-width: 1px;
    background: #29282c8e;
    
}

.sections3 span{
    padding: 1rem;
}

.sections4{
    width: 70vw;
    height: 70lvh;
    border-style: solid;
    border-width: 1px;
    background-image: url(./resource2/dtv.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;

    filter: grayscale(1);
    -webkit-filter: grayscale(1);

    position: relative;
}

.sections4:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.sections4 p{
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-style: solid;
    padding: 1vw 2vw; 
    z-index: 1;
    border-width: 1px;
    background: #29282c8e;
}

.sections4 span{
    margin: 1rem;
    font-size: 1.1rem;
    background: transparent;
    white-space: nowrap;
    text-align: center;
    font-style: italic;
}

.suggest{
    position: absolute;
    bottom: -6%;
    text-transform: capitalize;
    white-space: nowrap;
    background: transparent;
}
