/*Updated 30-5-25*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Englebert&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /*font-family: "Poppins", sans-serif;*/
    /*font-family: "Cormorant Upright", serif;*/
    font-family: "Englebert", cursive;
    
   
}

html{
    /* font-size: 60%;*/
    overflow-x: hidden;
}

body{
    height:fit-content;
    background: #1f2020;
    padding: 50px 50px;
}

.container {
    position: relative;
    height: fit-content;
    padding:0px;
    /* background: linear-gradient(90deg, rgba(115, 222, 215, 1) 24%, rgba(126, 205, 224, 1) 54%); */
    background: linear-gradient(110deg, #f5c5b6f3 34%, #31b7c2 84%);
    border: 2px solid  white;
    box-shadow: 0 0 20px palevioletred;
    border-radius: 30px;
    opacity:85%;
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*z-index: 100;*/
}

.logo {
    margin-top: 7px;
    font-size: 25px;
    color:black;
    text-decoration: none;
    font-weight: 600;
    font-family: "poppins", sans-serif;
}

.navbar{
    align-items: center;
}

.navbar a {
    font-family: "poppins", sans-serif;
    font-size: 18px;
    color: black;
    text-decoration:none;
    font-weight: 500;
    padding: 16px;
    border-bottom: 2px solid transparent;
    transition: .5s;
}

.navbar a:hover,
.navbar a.active {
    border-color: black
}

.home {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 8%;
    padding: 100px 6% 0;
    color: black;
}

.home-detail {
    margin-top: 10%;
    margin-bottom: 10%;
}

.home-detail h1 {
    font-size: 55px;
    line-height: 1.5;
    
}

.home-detail h2 {
    font-size: 32px;
}

.home-detail p {
    margin: 10px 0 20px;
    font-size: 20px;
    text-align: justify;
    text-justify: inter-word;
    font-family: "poppins", sans-serif;    
}

.home-detail .download-social {
    padding: 10px;
    display: flex;
}

.btn {
    display: inline-block;
    padding: 10px 40px;
    background: rgb(228, 156, 180);
    border: 0px solid;
    border-radius: 10px;
    box-shadow: 0 0px 8px white;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;

}

.btn:hover {
    background: #5aabb3;
    box-shadow: none;
    color: white;
}

.home-detail .social-icons a {
    margin-left: 28px;
}

.home-detail .social-icons a {
    display: inline-flex;
    padding: 10px;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin: 30 1px 8px;
    transition: .5s;
}

.home-detail .social-icons a:hover {
    background: white;
    box-shadow: 0 0 10px white;
    color: black;
}

.home-img .img-box {
    position: relative;
    width: 25vw;
    height: 25vw;
    background: palevioletred;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 20px white;
    overflow: hidden;
}

.home-img .img-box img {
    position: absolute;
    top: -35%;
    left: -44%;
    display: block;
    width: 190%;
    object-fit: fill;    
}

/* ======ABOUT ME page styling====== */

.me {
    display:flex;
    align-items: center;
    height: 100%;
    padding: 100px 6% 0;
    color: black;
}

.me-detail {
    margin-top: 10%;
    margin-bottom: 10%;
}

.me-detail h1 {
    font-size: 55px;
    line-height: 1.5; 
}

.me-detail h2 {
    font-size: 32px;
}

.me-detail p {
    margin: 10px 0 20px;
    font-size: 20px;
    text-align: justify;
    text-justify: inter-word;
    font-family: "poppins", sans-serif;
}

.icons {
    display: grid;
    grid-template-columns: repeat(3,0fr);
    padding: 40px 30% 0;
    justify-content: space-evenly;
    /*overflow: auto;*/
}

.me-img .img-box {
    position: relative;
    width: 100px;
    height: 100px;
    background: palevioletred;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 5px white;
    overflow: hidden;
}

.me-img .img-box img {
    position: absolute;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
    object-fit: fill;    
}

.me-img .img-box img {
    position: absolute;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
    object-fit: fill;    
}

.icon-text p {
    position:relative;
    text-align: center;
    padding: 20px 10% 0;
    font-size: 14px;
}

/* ======PROJECTS page styling====== */

.projects {
    display:flex;
    align-items: center;
    padding: 0px 6% 0;
    color: black;
}

.project-detail {
    margin-top: 10%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.project-detail h1 {
    font-size: 55px;
    line-height: 1.5;
    text-align: center;
}

.project-detail h2 {
    font-size: 20px;
    font-family: "poppins", sans-serif;
    font-weight: 100;
}

.disclaimer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 2%;
}

.wip-text p {
    font-size: 15px;
    font-family: "poppins", sans-serif;
    font-style: italic;
}


.project-detail dl {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 5%;
}

.project-detail a {
    font-family: "poppins", sans-serif;
}

.project-detail dd {
    display:flex;
    align-items: center;
    text-align: justify;
    font-size: 18px;
    font-family: "poppins", sans-serif;
    display: list-item;
    margin-left: 50px;
}

.project-detail dl dt {
    margin: 10px 0 10px;
    font-size: 25px;
    text-align: justify;
    text-justify: inter-word;
    font-family: "poppins", sans-serif;
    font-weight: 500;
}

.amazon {
    display: grid;
    grid-template-columns: repeat(3,0fr);
    padding: 50px 15% 0;
    justify-content: space-evenly;
    margin-bottom: 10px;
    /*overflow: auto;*/
}

.badge-img .badge-box {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.badge-img .badge-box img {
    position: absolute;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
}

.wip-img .img-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: palevioletred;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 5px white;
    overflow: hidden;
}

.wip-img .img-box img {
    position: absolute;
    top: 0;
    left: 0%;
    display: block;
    width: 70%;
    top: 15%;
    left: 15%;
    object-fit: fill;    
}



/* ======ART WORK page styling====== */

.main-container {
    position: relative;
    height: fit-content;
    background: linear-gradient(110deg, #f5c5b6f3 34%, #31b7c2 84%);
    border: 2px solid  white;
    box-shadow: 0 0 20px palevioletred;
    border-radius: 30px;
    opacity:85%;
}

.art-detail {
    /*gap: 8%;*/
    margin-top: 170px;
    margin-bottom: 30px;
    color: black;
}

.art-detail h1 {
    font-size: 55px;
    line-height: 2;
    text-align: center;
    letter-spacing: 1px;
    
}

.art-detail p {
    font-size: 20px;
    font-family: "poppins", sans-serif;
    text-align: center;
    align-self: center;
    text-justify: inter-word;
}

.art-gallery {
    display:grid;
    grid-template-columns: repeat(3,0fr);
    grid-auto-rows: 26vw 26vw;
    padding: 40px 7% 0;
    justify-content: space-evenly;
    /*overflow: auto;*/
    margin-bottom: 100px;
}

.gallery-item {
    width: 100%;
    height: 100%;
    position: relative;

}

.gallery-item .image {
    width: 100%;
    height: 100%;
    overflow: hidden;

    
}

.gallery-item .image img {
    object-fit: cover;
    object-fit: 50% 50%;
    width: 100%;
    height: 100%;

}

.gallery-container .gallery-item {
    position: relative;
    width: 25vw;
    height: 25vw;
    border: 2px solid white;
    border-radius: 3%;
    box-shadow: 0 0 15px grey;
    overflow: hidden;
}


/* ======SHOP page styling====== */

.shop-detail {
    /*gap: 8%;*/
    margin-top: 170px;
    margin-bottom: 30px;
    color: black;
}

.shop-detail h1 {
    font-size: 55px;
    line-height: 2;
    text-align: center;
    letter-spacing: 1px;    
}

.shop-detail p {
    font-size: 20px;
    font-family: "poppins", sans-serif;
    text-align: center;
    align-self: center;
    margin-left: 20%;
    margin-right: 20%;
    text-justify: inter-word;
    font-style: italic;
}

.nc-logo {
    position: relative;

}
.nc img {
    width: 40%;
    height: 40%;
    object-fit: scale-down;
    display: block;
    margin:auto;
}

.banner {
    position:relative;
}

.banner img {
    display: block;
    margin:auto; 
}

    /* mobile styling */
    
@media(max-width:768px) {

    body{
        padding: 20px 20px;
    }

    .container {
        text-align: center;
        height:fit-content;
        width: 100%;
        border-radius: 15px;
    }

    header {
        padding: 20px;
        align-items: center;
        justify-content: space-evenly;
        /*z-index: 100;*/
    }

    .logo {
        top: 5%;
        align-items: center;
        position:absolute;
        font-size: 12px;
    }
    
    .navbar {
        text-align: center;
        padding: 10px;
        align-items: center;
    }

    .navbar a {
        padding: 5px;
        font-size: 9px;
        text-align: center;
    }

    .home {
        display: flex;
        flex-direction:column-reverse;
        padding: 80px 6% 0;
    }


    .home-detail .download-social {
        margin:auto;
        justify-content: center; 
    }

    .home-detail {
        margin-top: 10%;
    }

    .home-detail h1 {
        font-size: 25px;
    }

    .home-detail p {
        font-size: 12px;
        
    }

    .home-img .img-box {
        width: 45vw;
        height: 45vw;
    }

    .home-detail .download-social .btn .social-icons {
        margin-left: 20%;
    }

    .btn {
        padding: 8px 30px;
        border-radius: 6px;
        box-shadow: 0 0px 6px white;
        font-size: 10px;
        font-weight: 300;
    }

    .home-detail .social-icons a {
        margin-left: 28px;
    }
 
    .home-detail .social-icons a {

        padding: 8px;
        border: 1px solid white;
        border-radius: 50%;
        font-size: 15px;
        color: white;
        margin: 3 1px 8px;
    }
    
    .home-detail .social-icons a:hover {
        box-shadow: 0 0 8px white;
    }

/* ======ART WORK mobile styling====== */

    .main-container {
        border-radius: 15px;
    }

    .art-detail {
        /*gap: 8%;*/
        margin-top: 70px;
        margin-bottom: 20px;
        padding: 10px;
        color: black;
    }
    
    .art-detail h1 {
        font-size: 22px;
        line-height: 2;
        font-weight: 600;

    }

    .art-detail p {
        font-size: 12px;
    }

    .art-gallery {
        display: grid;
        grid-template-columns: repeat(2,0fr);
        grid-auto-rows: 37vw 37vw;
        padding: 0px 6% 0;
        margin-bottom: 30px;

    }

    .gallery-container .gallery-item {
        width: 35vw;
        height: 35vw;
        border: 1px solid white;
        border-radius: 3%;
        box-shadow: 0 0 7px grey;

    }

/* ======ABOUT ME mobile styling====== */

.me {
    display: flex;
    flex-direction:column-reverse;
    padding: 50px 6% 0;
    }

.me-detail {
    margin-top: 5%;
    margin-bottom: 10%; 
    }

.me-detail h1 {
    font-size: 22px;
    line-height: 2;
    font-weight: 600;    
    }

.me-detail p {
    font-size: 12px;
    }

.icons {
    padding: 10px 7% 0;
    }

.me-img .img-box {
    width: 50px;
    height: 50px;
    }

.icon-text p {
    position:relative;
    padding: 5px 10% 0;
    font-size: 8px;
    }

/* ======PROJECTS mobile styling====== */

.projects {
    padding: 80px 0% 0;
    margin-left: 0px;
    margin-right: 0px;
    align-content: center;
    }

.project-detail {
    margin-top: 0%;
    margin-bottom: 10%;
    text-align: center;
    }

.project-detail h1 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 0%;   
    }

.project-detail h2 {
    font-size: 13px;
    }

.project-detail dl {
    margin-left: 30px;
    margin-right: 30px;
    }

.project-detail dd {
    font-size: 12px;
    margin-left: 20px;
    text-align: left;
    }

.project-detail dl dt {
    font-size: 13px;
    font-weight: 500;
    }

.disclaimer {
    width: 90%;
    display: flex;
    align-items: center;
    margin-top: 2px;
    gap: 2%;
    }

.amazon {
    grid-template-columns: repeat(3,0fr);
    padding: 0px 0% 0;
    justify-content: space-evenly;
    margin-bottom: 10px;
    }

.badge-img .badge-box {
    position: relative;
    width: 100px;
    height: 100px;
    }

.badge-img .badge-box img {
    position: absolute;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
    }

.wip-text p {
    font-size: 7px;
    font-family: "poppins", sans-serif;
    font-style: italic;
    }

.wip-img .img-box {
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    box-shadow: 0 0 1px white;
    }

.wip-img .img-box img {
    width: 70%;
    top: 15%;
    left: 15%;
    object-fit: fill;    
    }

/* ======SHOP mobile styling====== */

.shop-detail {
    /*gap: 8%;*/
    margin-top: 60px;
    margin-bottom: 10px;
    }

.shop-detail h1 {
    font-size: 22px;
    }
    
.shop-detail p {
    font-size: 9px;
    margin-left: 10%;
    margin-right: 10%;
    }

.banner {
    position:relative;
    }

.banner img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin:auto; 
    }

}