@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Noto+Sans+Old+Permic&family=Open+Sans:wght@300&family=Roboto:ital,wght@0,300;0,500;1,300;1,400&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    color: white;
    margin: 0;
}

.full {
    position: relative;
    margin-bottom: 5rem;
}

.sideNav {
    display: none;
}

.navDiv {
    background: rgba(5, 15, 3, 0.75);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}

.navTextHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0px;
    margin-top: 0px;
}

.hamburger {
    display: none;
}

.pageLinks {
    text-decoration: none;
    color: white;
    margin-right: 20px;
    transition: 0.3s;
}

.one {
    transition: 0.3s;
    color: #e4cb86;
    text-decoration: none;
    margin-right: 20px;
}

.two:hover {
    transition: 0.3s;
    color: #e4cb86;
}

.three:hover {
    transition: 0.3s;
    color: #e4cb86;
}

.four:hover {
    transition: 0.3s;
    color: #e4cb86;
}

.navAImages {
    text-decoration: none;
    color: white;
    margin-right: 20px;
}

.linksImg {
    width: 20px;
    height: 21px;
    transition: 0.4s;
}

.linksImg:hover {
    transition: 0.4s;
    transform: scale(1.1);
}

.me {
    background-image: url('./Images/bac2.jpg');
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    height: 91vh;

   
}

.name {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 3.4rem;
    margin-bottom: 0;
}

.role {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 2rem;
}

/* ABOUT */

.aboutSection {
    margin-bottom: 5rem;
}

.aboutCover {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.abtHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    margin-left: 5%;
    font-size: 3.5rem;
    margin-bottom: 15px;
    border-bottom: 3px solid #e4cb86;
    width: min-content;
}

.aboutLeft {
    width: 400px;
}


.abtImg {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


.aboutRigth {
    width: 50%;
}

.aboutPara {
    font-family: 'Open Sans', sans-serif;
    width: 90%;
    word-break: keep-all;
    color: white;
    font-weight: 300;
    line-height: 150%;
    font-size: 1.3rem;
}

/* Education Part */

.educationPart {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 5rem;
}

.eduHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    margin-left: 5%;
    font-size: 3.5rem;
    margin-bottom: 10px;
    border-bottom: 3px solid #e4cb86;
    width: min-content;
}

.eduPartsCover {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    padding: 10px;
    text-align: left;
    flex-wrap: wrap;
}

.eduSubHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    text-align: left;
    font-size: 2rem;
}

.eduSubPara {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: white;
    font-size: 1.5rem;
}

.marks {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(200, 197, 197);
    font-size: 1.2rem;
}

/* Skills Section */

.skillDiv {
    margin-bottom: 5rem;
}

.skillHead {

    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    margin-left: 5%;
    font-size: 3.5rem;
    margin-bottom: 50px;
    border-bottom: 3px solid #e4cb86;
    width: min-content;
}

.skillSet {
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 12px
}

.skill1 {
    flex-basis: 25%;
    padding: 20px;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
    backdrop-filter: blur(6px) saturate(200%);
    -webkit-backdrop-filter: blur(6px) saturate(200%);
    background-color: rgba(17, 25, 40, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(255, 235, 235, 0.125);
    transition: 0.4s;

}

.skill1:hover {
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 23px 3px #666666;
    -moz-box-shadow: 0px 0px 23px 3px #666666;
    box-shadow: 0px 0px 23px 3px #666666;

}

.skiImg {
    width: 200px;
    height: 200px;
}

/* Project Section */

.projectDiv {
    margin-bottom: 5rem;
}

.projectHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    margin-left: 5%;
    font-size: 3.5rem;
    margin-bottom: 30px;
    border-bottom: 3px solid #e4cb86;
    width: min-content;
}

.projCover {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;

}

.proj {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.projImg {
    border-radius: 10px;
    cursor: pointer;
    width: 70%;
    /* width: 1000px; */
}

.projDesc {
    font-family: 'Open Sans', sans-serif;
    color: rgb(226, 223, 223);
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    width: fit-content;
    margin-left: 10%;
    margin-right: 10%;

}

/* Hobbies Section */

.hobbiesDiv {
    margin-bottom: 5rem;
}

.hobbiesHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    margin-left: 5%;
    font-size: 3.5rem;
    margin-bottom: 10px;
    border-bottom: 3px solid #e4cb86;
    width: min-content;
    margin-bottom: 5rem;
}

.hobbiesDiv {
    .swiper {
        width: 80%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        border-radius: 10px;
        display: block;
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }


    .swiper-pagination .swiper-pagination-bullet {
        background-color: rgb(196, 194, 194);
    }


    .imgg {
        width: 100%;
    }

    .swiper-slide {
        width: 80%;
    }

    .swiper-slide:nth-child(2n) {
        width: 60%;
    }

    .swiper-slide:nth-child(3n) {
        width: 40%;
    }

}



.hobPara {
    /* font-family: 'Cinzel', serif; */
    font-family: 'Open Sans', sans-serif;
    color: rgb(226, 223, 223);
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    width: fit-content;
    margin-left: 10%;
    margin-right: 10%;
}


/* Contact Section */

.contactDiv {
    margin-bottom: 5rem;
}

.contactHead {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #e4cb86;
    margin-left: 5%;
    font-size: 3.5rem;
    margin-bottom: 50px;
    border-bottom: 3px solid #e4cb86;
    width: min-content;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

input {
    display: block;
    font-family: 'Open Sans', sans-serif;
    background-color: black;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid whitesmoke;
    color: whitesmoke;
    font-size: 1.3rem;
    padding: 10px;
    width: 500px;
    outline: none;
    margin-right: 30px;
    margin-bottom: 10%;
}

textarea {
    resize: none;
    width: 95%;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    background-color: black;
    color: whitesmoke;
    font-size: 1rem;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid whitesmoke;
    margin-bottom: 10%;
}

.btn {
    border: 2px solid white;
    cursor: pointer;
    border-radius: 10px;
    width: 180px;
    background-color: black;
    color: white;
    font-weight: 600;
    padding: 10px;
    transition: 0.3s;
}

.btn:hover {
    transition: 0.3s;
    background-color: white;
    color: black;

}

.msg {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
}

.linksImg1:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

@media screen and (max-width: 1000px) {
    .aboutLeft {
        width: 339px;
        height: 540px;
    }

    .aboutPara {
        width: 100%;
        word-break: keep-all;
        color: white;
        font-weight: 300;
        line-height: 150%;
        font-size: 1.1rem;
    }

    .projImg {
        width: 85%;
    }

    .projDesc {
        font-size: 1.5;
        text-align: left;
    }

    .hobPara {
        text-align: left;
    }

    .hobbiesDiv {
        .swiper {
            width: 80%;
            height: 80%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background-color: black;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            border-radius: 10px;
            display: block;
            width: 100%;
            height: 80vh;
            object-fit: cover;
        }


        .swiper-pagination .swiper-pagination-bullet {
            background-color: rgb(196, 194, 194);
        }


        .imgg {
            width: 100%;
        }

        .swiper-slide {
            width: 80%;
            height: 450px;
        }

        .swiper-slide:nth-child(2n) {
            width: 100%;
        }

        .swiper-slide:nth-child(3n) {
            width: 100%;
        }

    }
}

@media screen and (max-width: 790px) {
    .aboutCover {
        flex-direction: column;
    }

    .aboutLeft {
        width: 400px;
    }

    .aboutRigth {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 710px) {
    .eduPartsCover {
        justify-content: left;
    }

    .skiImg {
        width: 175px;
        height: 126px;
    }

    .navLinks {
        display: none;
    }

    .projImg {
        width: 80%;
    }

    .projDesc {
        font-size: 1.3rem;
        text-align: left;
    }

    .hobPara {
        font-size: 1.3rem;
    }

    .aboutPara {
        text-align: left;
    }

    .abtHead {
        font-size: 3rem;
    }

    .eduHead {
        font-size: 3rem;
    }

    .skillHead {
        font-size: 3rem;
    }

    .projectHead {
        font-size: 3rem;
    }

    .hobbiesHead {
        font-size: 3rem;
    }

    .hobPara {
        text-align: left;
    }

    .contactHead {
        font-size: 3rem;
    }

    .navDiv {
        justify-content: space-between;
    }

    .navMe {
        display: none;
    }

    .navTextHead {
        font-size: 1.5rem;
    }

    .hamburger {
        background-color: black;
        border: none;
        outline: none;
        cursor: pointer;
        display: block;
    }

    .hmaImg {
        width: 35px;
    }

    .sideNav {
        opacity: 0;
        height: 80%;
        top: 2%;
        width: 240px;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(17, 25, 40, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.125);
        display: block;
        position: absolute;
        padding: 20px;
        right: 0;
    }

    .cross {
        cursor: pointer;
        display: block;
        width: 40px;
        margin-bottom: 20px;
        margin-left: 90%;
    }

    .one {
        font-size: 1.5rem;
    }

    .pageLinks {
        font-size: 1.5rem;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        /* width: 200px; */
    }

    .hobbiesDiv {
        .swiper {
            width: 80%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background-color: black;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            border-radius: 10px;
            display: block;
            width: 100%;
            height: 80vh;
            object-fit: cover;
        }


        .swiper-pagination .swiper-pagination-bullet {
            background-color: rgb(196, 194, 194);
        }


        .imgg {
            width: 100%;
        }

        .swiper-slide {
            width: 80%;
        }

        .swiper-slide:nth-child(2n) {
            width: 60%;
        }

        .swiper-slide:nth-child(3n) {
            width: 40%;
        }

    }
}

@media screen and (max-width: 570px) {
    .name {
        font-size: 3rem;
    }

    .role {
        font-size: 1.8rem;
    }

    input {
        width: 75%;
        padding: 4px;
    }

    textarea {
        width: 75%
    }

    .hobbiesDiv {
        .swiper {
            width: 80%;
            height: 80%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background-color: black;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            border-radius: 10px;
            display: block;
            width: 100%;
            height: 80vh;
            object-fit: cover;
        }


        .swiper-pagination .swiper-pagination-bullet {
            background-color: rgb(196, 194, 194);
        }


        .imgg {
            width: 100%;
        }

        .swiper-slide {
            width: 80%;
            height: 450px;
        }

        .swiper-slide:nth-child(2n) {
            width: 100%;
        }

        .swiper-slide:nth-child(3n) {
            width: 100%;
        }

    }
}

@media screen and (max-width:470px) {

    .sideNav {
        opacity: 0;
        height: 80%;
        top: 0;
        width: 100%;
        text-align: center;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(17, 25, 40, 0.75);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.125);
        display: block;
        position: absolute;
        padding: 20px;
        right: 0;
    }

    .two {
        text-align: center;
    }

    .name {
        font-size: 2.2rem;
    }

    .role {
        font-size: 1.3rem;
    }

    .me {
        height: 80vh;
    }

    .aboutLeft {
        width: 281px;
        height: 406px;
    }

    .abtHead {
        font-size: 2rem;
    }

    .eduHead {
        font-size: 2rem;
    }

    .skillHead {
        font-size: 2rem;
    }

    .projectHead {
        font-size: 2rem;
    }

    .hobbiesHead {
        font-size: 2rem;
    }

    .contactHead {
        font-size: 2rem;
    }

    .eduSubHead {
        font-size: 1.5rem;
    }

    .eduSubPara {
        font-size: 1.3rem;
    }

    .marks {
        font-size: 1rem;
    }

    .projDesc {
        font-size: 1.1rem
    }

    .hobbiesDiv {
        .swiper {
            width: 80%;
            height: 80%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background-color: black;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            border-radius: 10px;
            display: block;
            width: 100%;
            height: 80vh;
            object-fit: cover;
        }


        .swiper-pagination .swiper-pagination-bullet {
            background-color: rgb(196, 194, 194);
        }


        .imgg {
            width: 100%;
        }

        .swiper-slide {
            width: 80%;
            height: 450px;
        }

        .swiper-slide:nth-child(2n) {
            width: 100%;
        }

        .swiper-slide:nth-child(3n) {
            width: 100%;
        }

    }

    input {
        margin-left: 10px;
    }

    textarea {
        margin-left: 10px;
    }

    .btn {
        margin-left: 10px;
    }

    .msg {
        font-size: 1rem;
    }

}