@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Baloo+Bhai+2:wght@400..800&family=Poppins: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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: 'Roboto';
}

body,
html {
    width: 100vw;
    background-color: rgb(52, 35, 53);
}

/* nav */
nav {
    z-index: 5;
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(33, 33, 52);
    color: white;
    position: fixed;
}

.opt {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

button {
    width: 4rem;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 0 2px;
    transition: all 0.9s ease-in-out;
}

.opp1 {
    animation: lt 0.5s ease-out 0ms;
}

.opp2 {
    animation: lt 0.5s ease-out 200ms;
}

.opp3 {
    animation: lt 0.5s ease-out 400ms;
}

.opp4 {
    animation: lt 0.5s ease-out 600ms;
}

.opp5 {
    animation: lt 0.5s ease-out 800ms;
}

.opp6 {
    animation: lt 0.5s ease-out 1000ms;
}

.port h3 {
    animation: slideleft 0.5s ease-in-out 0.3s;
}

@keyframes slideleft {
    0% {
        transform: translateX(-250px);
    }

    100% {
        transform: translateX(0px);
    }
}
.invert{
    filter: invert(1);
}
.bar{
    visibility: hidden;
}


/* nikalna */
.uske {
    width: 100vw;
    display: flex;
    justify-content: flex-end;
}

.nikalna {
    /* z-index: 5; */
    height: 32vh;
    position: fixed;
    justify-self: center;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    border-radius: 0px 0 0 10px;
    transition: all 0.4s ease-in-out;
    transform: translatey(-420px);
}



/* home */
.home {
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.info .kivi{
    animation: slib 0.4s ease-in;
}

@keyframes slib {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.info h1 {
    animation: htop 0.5s ease-in-out;
}

.up {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 500px;
    word-break: break-all;
    animation: uleft 0.3s ease-out;
}

@keyframes uleft {
    0% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes htop {
    0% {
        transform: translatex(-150px);
    }

    100% {
        transform: translatex(0);
    }
}

.last {
    animation: lt 0.5s ease-out 0ms;
}

.blast {
    animation: lt 0.5s ease-out 200ms;
}

.bblast {
    animation: lt 0.5s ease-out 400ms;
}

.first {
    animation: lt 0.5s ease-out 600ms;
}
@keyframes lt {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.ed {
    width: 4rem;
}

@keyframes sbot {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

.info h1 {
    font-size: 35px;
}

.info span {
    color: rgb(202, 158, 243);
}

.ico {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}
label{
    transition: all 0.3s ease;
}
label:hover{
    color: black;
}

.ico i {
    width: 20px;
    height: 20px;
    text-align: center;
    transition:all 0.4s ease;
}
.ico i:hover{
    color: black;
}
.cs {
    border-radius: 10px;
    padding: 5px;
    box-shadow: 1px 2px 2px 2px rgba(1, 1, 1, 0.5);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.cs:hover{
    transform: translateY(-6px);
    color: black;
    background-color: #94b8d7;
    box-shadow: 0px 1px 25px rgb(80, 179, 218);
}
.more {
    box-shadow: 0px 1px 15px skyblue;
    font-weight: bolder;
    color: black;
    border-radius: 20px;
    display: inline-block;
    padding: 8px 23px;
    background-color: #78addc;
    cursor: pointer;
    transition: all 0.5s ease;
}

.more:hover {
    transform: scale(1.04);
    background-color: #78addc;
    box-shadow: 0px 1px 25px rgb(80, 179, 218);
}

.tran {
    animation: trant 0.5s ease-in-out;
}

@keyframes trant {
    0% {
        transform: translateX(-150px);
    }

    100% {
        transform: translateX(0);
    }
}

.oimg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 395px;
    height: 415px;
    box-shadow: 0px 0px 60px rgb(218, 126, 196);
    animation: oianimate 0.5s ease-in;
}

@keyframes oianimate {
    0%,
    50%,
    80% {
        background-color: transparent;
        box-shadow: none;
    }

    100% {
        background-color: rgb(98, 152, 199);
        box-shadow: 0px 0px 100px rgb(218, 126, 196);
    }
}

.oimg .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 390px;
    border-radius: 50%;
    animation: oanimate 0.5s ease-in;
    border-left: 6px solid purple;
    border-right: 6px solid purple;
    border-top: 6px solid purple;
    border-bottom: 6px solid purple;
}

@keyframes oanimate {
    0%,
    50%,
    80% {
        display: none;
        background-color: transparent;
        box-shadow: none;
    }
    100% {
        background-color: rgb(142, 216, 216);
        display: contents;
        box-shadow: 0px 0px 100px rgb(218, 126, 196);
    }
}

.image .img {
    background-image: url("IMG_20250715_123704.jpg");
    background-size: cover;
    width: 350px;
    height: 380px;
    border-radius: 50%;
    animation: oaanimate 0.5s ease-in;
}

@keyframes oaanimate {
    0%,
    50%,
    80% {
        display: none;
    }

    100% {
        display: contents;
    }
}

/* about */
.about {
    height: 50vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.jaank h1 {
    animation: jaanh 0.4s ease-in;
}

@keyframes jaanh {
    0% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

.jaank .p {
    width: 500px;
}

.jaank p {
    word-break: break-all;
}

.about .oimg {
    width: 240px;
    height: 250px;
    border: none;
    background-color: transparent;
    border-left: 3px solid skyblue;
    border-right: 3px solid skyblue;
    box-shadow: 0px 0px 60px rgb(218, 126, 196);
}

.simg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    border-left: 5px solid purple;
    border-right: 5px solid purple;
    border-radius: 50%;
    animation: bnone 0.5s ease-in;
}

@keyframes bnone {
    0% {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    100% {

        border-left: 5px solid purple;
        border-right: 5px solid purple;
    }
}

.about .smage {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    border: 3px solid rgb(175, 194, 247);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smanimate 0.4s ease-in;
}

@keyframes smanimate {

    0%,
    50%,
    80% {
        display: none;
        background-color: transparent;
        box-shadow: none;
    }

    100% {
        background-color: rgb(142, 216, 216);
        display: contents;
        box-shadow: 0px 0px 100px rgb(218, 126, 196);
    }
}

.about .img {
    background-image: url("IMG_20250715_123704.jpg");
    background-size: cover;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    animation: ssmanimate 0.5s ease-in;
}

@keyframes ssmanimate {

    0%,
    50%,
    80% {
        display: none;
    }

    100% {
        display: contents;
    }
}

.jaank span {
    color: rgb(202, 158, 243);
}

.full {
    margin-top: 10px;
    margin-bottom: 20px;
    animation: jaanfull 0.3s ease-in;
}

@keyframes jaanfull {
    0% {
        transform: translateX(-150px);
    }

    100% {
        transform: translateX(0px);
    }
}

.jaank p {
    margin-bottom: 40px;
    animation: jaanh 0.4s ease-in;
}

.jaank .more {
    animation: jaanfull 0.3s ease-in;
}

/* education */
.edu {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.edu h1 {
    margin-bottom: 50px;
}

span {
    text-align: center;
    color: rgb(202, 158, 243);
}

.edinfo {
    width: 36%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bte {
    padding: 20px;
    border: 1px solid rgb(72, 141, 210);
    border-radius: 20px 60px 20px 20px;
    transition: all 0.4s ease;
}
.bte:hover{
    box-shadow: 0px 1px 25px rgb(80, 179, 218);
    transform: translateY(-9px);
    color: black;
}
.bte3{
    /* background-color: #78addc; */
    box-shadow: 0px 1px 25px rgb(80, 179, 218);
    transform: translateY(-9px);
    transition: all 0.3s ease;
}
.bte3:hover{
    box-shadow: 0px 1px 25px rgb(80, 179, 218);
transform: translateY(-14px);
}
.bte p {
    margin-top: 10px;
    color: rgb(240, 235, 235);
}
.line{
    height: 2px;
    background-color: rgb(135, 135, 232);
        width: 20rem;
    position: relative;
    left: -197px;
    top: 12rem;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
}

.date,
.date i {
    color: rgb(166, 95, 232);
    margin-bottom: 7px;
}

/* skills */
.skills {
    padding-top: 99px;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.skillcontainer {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

h1 {
    font-size: 35px;
}

.skills h1 {
    text-align: center;
}

.fone i {
    width: 4px;
}

.fone {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.imgg1 i {
    color: green;
}

.fone .inf {
    width: 18rem;
    display: flex;
    justify-content: space-between;
}

.fone .range {
    width: 25em;
    height: 4px;
    border-radius: 10px;
    background-color: black;
}

.fone .perce {
    height: 100%;
    width: 70%;
    background-color: rgb(116, 189, 226);
}

.ro .perce {
    animation: rkob 0.5s ease-in;
}

.imgg2 i {
    color: rgb(60, 54, 231);
}

.sone .perce {
    height: 100%;
    width: 40%;
    background-color: rgb(116, 189, 226);
    animation: rkbb 0.5s ease-in;
}

.sone .inf {
    width: 11rem;
}

.imgg3 i {
    color: rgb(163, 228, 93);
}

.fone i {
    font-size: 20px;
}

.tone .perce {
    height: 100%;
    width: 35%;
    background-color: rgb(116, 189, 226);
    animation: rkb 0.5s ease-in-out;
}

.tone .inf {
    width: 10rem;
}
 .fuone .perce {
        height: 100%;
        width: 50%;
        background-color: rgb(116, 189, 226);
        animation: rkbc 0.5s ease-in-out;
    }
    .fuone .inf {
        width: 13rem;
    }

@keyframes rkob {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }

}

@keyframes rkbb {
    0% {
        width: 0%;
    }

    100% {
        width: 40%;
    }

}

@keyframes rkb {
    0% {
        width: 0%;
    }

    100% {
        width: 35%;
    }

}
@keyframes rkbc {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }

}

.skilsh {
    width: 290px;
}

.skilsh i {
    font-size: 35px;
    transition: all 0.4s ease;
}
.skilsh i:hover{
    cursor: pointer;
    transform: scale(1.09);
    box-shadow: 1px 1px 12px rgb(108, 108, 219);
}
.show1 {
    display: flex;
    justify-content: space-between;
}

.show1 :nth-child(1) {
    color: green;
}

.show1 :nth-child(2) {
    color: blue;
}

.show1 :nth-child(3) {
    color: rgb(174, 227, 76);
}

.show2 {
    display: flex;
    justify-content: space-around;
}

.show2 :nth-child(1) {
    color: rgb(213, 239, 196);
}

.show2 :nth-child(2) {
    color: rgb(64, 128, 21);
}

.skilsh .show1 i,
.skilsh .show2 {
    animation: visi 0.5s ease-in;
}

@keyframes visi {
    0% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

/* project */
.project {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.project h1 {
    text-align: center;
}

.cardcontainer {
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card {
    width: 300px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px rgba(1, 1, 1, 0.3);
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.imgc {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 45%;
    background-image: url("Screenshot\ 2025-08-08\ 152622.png");
    background-size: cover;
}

.dataa {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

.dataa a {
    text-decoration: none;
}

.dataa span {
    color: rgb(241, 155, 228);
}

.inform {
    height: 55%;
    padding: 20px;
    transition: all 0.3s ease;
}

.inform p {
    height: 134px;
}

.inform h3 {
    margin-bottom: 10px;
}

.card:hover {
    /* box-shadow: 1px 1px 12px rgb(108, 108, 219); */
    box-shadow: 0px 0px 18px rgba(1, 1, 1, 0.9);
    transform: scale(1.02);
}

.imgcc {
    background-image: url("screenshot-1752830957448.png");
    background-size: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 45%;
}

.imgccc {
    background-image: url("screenshot-1752831021530.png");
    background-size: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 45%;
}

.imgcccc {
    background-image: url("Screenshot\ 2025-08-08\ 152423.png");
}

.skilsh {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dataa span {
    text-decoration: underline;
}


/* contact */
.contact {
    gap: 30px;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box {
    display: flex;
    justify-content: space-between;
}

.box p {
    display: inline-block;
    padding: 15px;
}

/* footer */
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: rgb(60, 60, 76);
    box-shadow: 0px 0px 9px rgba(1, 1, 1, 0.3);
}

@media (max-width:1000px) {

    .home {
        padding-top: 74px;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .oimg {
        height: 390px;
    }

    .oimg .image {
        height: 370px;
    }

    .oimg .img {
        height: 360px;
    }

    .about {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .jaank .p {
        width: auto;
    }

    .up {
        margin-top: 30px;
        margin-bottom: 30px;
        width: auto;
        word-break: break-all;
        animation: uleft 0.3s ease-out;
    }

    .skillcontainer {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        gap: 50px;
    }

    .info {
        padding: 30px;
    }

    .jaank {
        padding: 30px;
    }

    .skill {
        gap: 0px;

    }

    .project {
        height: auto;
        padding-top: 90px;
    }

    .about {
        padding-top: 70px;
    }

    .edu {
        margin-top: 150px;
    }

}

@media (min-width:630px) and (max-width:1000px) {
    .skills {
        padding-top: 160px;
    }

    .project {
        margin-top: 40px;
        padding-top: 100px;
    }
}

@media (max-width:1215px) {
    .home {
        padding-top: 100px;
        height: 65vh;
    }

    .project {
        padding-top: 80px;
        height: auto;
    }

    .cardcontainer {
        display: grid;
        gap: 35px;
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(2, auto);
        padding: 30px;
    }
}

@media (max-width:930px) {
  
    .edu {
        margin-top: 100px;

    }

    .info {
        padding: 30px;
    }

    .jaank {
        padding: 30px;
    }

    .opt {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .edu {
        height: 80vh;
        padding-top: 90px;
    }

    .cardcontainer {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
    }
}

@media (max-width:830px) {

    .oimg {
        margin-bottom: 0 30px 50px 10px;
        width: 265px;
        ;
        height: 265px;
    }

    .oimg .image {
        width: 255px;
        height: 255px;
    }

    .oimg .img {
        width: 245px;
        height: 245px;
    }

}

@media (max-width:630px) {
    .about .smage{
        transition: all 0.4s ease;
    }
    .about .simg{
        transition: all 0.4s ease;
    }
     .about .simg:hover{
        box-shadow: 0px 0px 20px rgb(70, 167, 199);
        transform: scale(1.04);
    }
    .about .smage:hover{
        box-shadow: 0px 0px 70px rgb(70, 167, 199);
        transform: scale(1.06);
    }
    .edu {
        padding-top: 55px;
    }
 .edu h1{
    margin-bottom: 30px;
 }
    .oimg {
        display: none;
    }

    .opt a {
        display: none;
    }

    nav {
        display: flex;
        justify-content: space-around;
    }
.bar{
    visibility: visible;
    transition-delay: 0.5s;
}
.cancel{
    transition-delay: 0.7s;
}

    .edu {
        margin: 30px 0;
    }

    .edinfo {
        width: 80vw;
    }

    .skill {
        padding: 0 30px 30px 30px;
    }

    .skills {
        margin: 50px 0;
        padding-top: 63px;
    }

    .opt {
        display: flex;
        gap: 0px;
        justify-content: space-between;
    }

    .home {
        height: auto;
    }

    .about {
        height: 63vh;
    }

    .skills {
        height: auto;
    }

    .edu {
        height: auto;
    }

    .project {
        margin-top: 30px;
        height: auto;
    }

    .cardcontainer {
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: repeat(4, auto);
    }
}
@media (max-width:999px) and (min-width:630px){
    .bte{
        width: 50vw;
    }
}
@media (max-width:460px) {
    .skillcontainer {
        gap: 15px;
    }

    .cardcontainer {

        margin: 30px 0;
        padding: 30px 0;
    }

    .card {
        box-shadow: 0px 0px 18px rgba(1, 1, 1, 0.6);

        width: 250px;
        height: 330px;
    }

    .card .imgcc {
        height: 43%;
    }

    .inform {
        padding: 10px 16px 0px 16px;
    }

    .inform p {
        height: 120px;
    }

    .dataa {
        padding-top: 0px;
    }

    .fone .inf {
        width: 15rem;
        display: flex;
        justify-content: space-between;
    }

    .fone .range {
        width: 20em;
        height: 4px;
        border-radius: 10px;
        background-color: black;
    }

    .fone .perce {
        height: 100%;
        width: 70%;
        background-color: rgb(116, 189, 226);
    }

    .sone .perce {
        height: 100%;
        width: 40%;
        background-color: rgb(116, 189, 226);
        animation: rkbb 0.5s ease-in;
    }

    .sone .inf {
        width: 9rem;
    }

    .tone .perce {
        height: 100%;
        width: 35%;
        background-color: rgb(116, 189, 226);
        animation: rkb 0.5s ease-in-out;
    }

    .tone .inf {
        width: 8rem;
    }
     .fuone .perce {
        height: 100%;
        width: 50%;
        background-color: rgb(116, 189, 226);
        animation: rkbc 0.5s ease-in-out;
    }
    .fuone .inf {
        width: 11rem;
    }
}