* {
    scroll-behavior: smooth;
}



.main {
    margin: auto;
    width: 80vw;
    display: flex;
    flex-direction: column;
}

.abtMeSection {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid rgb(126, 34, 206,0.1);
    border-radius: 10px;
}

.abtMeSection p,.abtMeSection a,.abtMeSection span {
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.imgBox {
    width: 40%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgBox img {
    width: 100%;
}

.paraBox {
    width: 50%;
    height: 80%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

.abtMeLine {
    margin: 5%;
    width: 50%;
    height: 1%;
    background: #7e22ce;
    border-radius: 50px;
}

.mySigImg {
    margin-top: 5%;
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mySigImg img {
    height: 100%;
}

.mySigLine {
    display: none;
}


.allArtImg {
    width: 80vw;
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#artHeading {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artImgGallery {
    padding: 1%;
    height: 90%;
    display:flex;
    gap: 0.5%;
    border-radius: 10px;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.artImgBox {
    height: 49.5%;
}

.artImgBox img {
    height: 100%;
}


#imgDisplayer {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 105;
}

.imgDisplayerInner {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#displaydImgr {
    height: 100%;
}

.mySkillBox {
    margin-top: 5%;
    width: 80vw;
    height: 35vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 1%;
}


.mySkillText {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mySkills {
    width: 80%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.mySkillBox img {
    height: 100%;
}


 .skillPython, .skillHTML, .skillHTML, .skillCSS, .skillJS {
    aspect-ratio: 1/1;
    height: 100%;
}


.allQuoteBox {
    margin-top: 5%;
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quote1, .quote2 {
    width: 49%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    text-align: justify;
    border: 1px solid rgb(227, 227, 227);
    background: #dedade;
}

.allQuoteBox  p {
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    color: rgb(87, 87, 87);
}

.crossLine {
    display: none;
}


footer {
    margin-top: 5vh;
    width: 100%;
    margin-bottom: 5vh;
    border-top: 1px solid rgb(174, 174, 174);
}

.mainFooter {
    padding-top: 2%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footerline {
    margin: 2vh;
    width: 50%;
    height: 0.5vh;
    background: #7e22ce;
    border-radius: 50px;
}

#footerProfileContainer {
    width: 20%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mainFooter a,.mainFooter p{
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: rgb(68, 68, 68); 
}

#footerProfileContainer i {
    font-size: 2.3em;
    color: rgb(68, 68, 68); 
}

#footerProfileContainer i:hover {
    filter: drop-shadow(0 0 20px #8a5db1);
}

#owenLine {
    color: #7e22ce;
}



@media screen and (max-width: 1000px) {
    
    .main {
        margin-top: 5vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .abtMeSection {
        width: 95%;
        height: auto;
        flex-direction: column-reverse;
        border: none;
    }
    
    .imgBox {
        width: 90%;
        overflow: hidden;
        padding: 0.5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .imgBox img {
        width: 100%;
    }
    
    .paraBox {
        width: 90%;
        height: 70%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }
    
    .abtMeLine {
        width: 30%;
        padding:0.5% ;
        margin: 5%;
        background: #7e22ce;
        border-radius: 50px;
    }

    .mySigLine {
        width: 90%;
        height: 1%;
        background: #000000;
        display: flex;
    }
    
    .mySigImg {
        width: 100%;
        height: 10vh;
        justify-content: center;
        gap: 1%;
    }
    
    .mySigImg img {
        height: 20%;
    }
    

    .allArtImg {
        width: 90vw;
        margin-bottom: 10%;
        height: auto;
    }

    #art3 {
        display: none;
    }

    #artHeading {
        width: 100%;
        margin-top: 10%;
    }
    
    .artImgGallery {
        padding: 0;
        margin-top: 5%;
        height: 90%;
        width: 100%;
        border: none;
        gap: 1%;
    }
    
    .artImgBox {
        height: auto;
        width: 49.5%;
        margin-bottom: 0.5%;
    }

    #art6 {
        width: 100%;
    }
    
    .artImgBox img {
        width: 100%;
    }
    
    
    #imgDisplayer {
        top: 0;
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
        z-index: 105;
    }
    
    .imgDisplayerInner {
        width: 95%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1%;
        background: white;

    }
    
    #displaydImgr {
        width: 100%;
        height: auto;
    }


    .mySkillBox {
        margin-top: 2%;
        width: 100vw;
        height:auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 5%;
    }
    
    
    .mySkillText {
        width: 100%;
        height: 10vh;
    }
    
    
    .mySkills {
        width: 100%;
        display:flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    
     .skillPython, .skillHTML, .skillCSS, .skillJS {
        width: 20%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .crossLine {
        display: flex;
        width: 85%;
        height: 5vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
    }

    .crossLine p {
        font-family: "Edu AU VIC WA NT Hand", cursive;
        font-optical-sizing: auto;
        font-weight: 450;
        font-style: normal;
        color: #7b7b7b;
    }

    .crossLineB {
        width: 100%;
        height: 0.5%;
        background: #7b7b7b;
    }

    .allQuoteBox {
        height: auto;
        flex-direction: column;
        gap: 2vh;
    }
    
    .quote1, .quote2 {
        width: 85%;
        height: 100%;
        padding: 7%;
        border: 1px solid rgb(227, 227, 227);
        background: #dedade;
    }

    footer {
        border: none;
        margin-top: 3%;
    }

    footer p, footer a {
        font-size: 0.9em;
    }
    
    
    .mainFooter {
        padding-top: 5%;
    }
    
    .footerline {
        width: 80%;
        height: 0.3vh;
    }
    
    #footerProfileContainer {
        width: 70%;
        height: 7vh;
    }
    
    
    #footerProfileContainer i {
        font-size: 2em;
    }

    
    
    
    

}


































