:root{
    --main-width:100%;
    --main-height:100vh;
    --main-color:#c9ff00;
    --second-color:#ffffff;
    --third-color:#000000FF;
}
html, body {
    overflow-x: hidden;
}
body{
    background: var(--third-color);
    margin: 0;
    padding: 0;
    position: relative;
}
header {
    width: var(--main-width);
    height: 55px;
    background: var(--third-color);
}
.nav{
    display: flex;
    border-bottom: 1px solid var(--main-color);
    width: var(--main-width);
    height: 55px;
    position: fixed;
    z-index: 11;
    justify-content: space-between;
    backdrop-filter: blur(5px);
}
.myicon{
    width: 80px;
    height: 70px;
}
.navmenu{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-right: 30px;
}
.navmenu li{
    list-style: none;
    font-size: 14px;
}
.navmenu li a{
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: var(--main-color);
    transition: 0.3s ease;
    position: relative;
}
.navmenu li a:hover {
    color: var(--second-color);
    transform: scale(1.1);
    text-shadow: 0px 0px 10px var(--main-color);
}
.navmenu li a:before{
    content: '';
    position: absolute;
    background: var(--main-color);
    width: 0;
    height: 2px;
    bottom: -7px;
    left: 0;
    transition: 0.7s ease;
}
.navmenu li a:hover:before{
    width: var(--main-width);
}
.fa-bars{
    position: absolute;
    font-size: 15px;
    right: -50px;
    top: 20px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.herosection{
    /*width: var(--main-width);*/
    height: 94vh;
    position: relative;
    overflow: hidden;
}
.socialmedia a img{
    width: 30px;
    height: 30px;
}
.socialbar{
    z-index: 10;
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: fixed;
    top: 0;
    bottom: 70px;
    margin: auto;
    transform: translate(-60px, 0);
}
.socialmedia a{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    backdrop-filter: blur(5px);
    display: block;
    padding: 10px;
    width: 90px;
    text-align: right;
    transition: 1s;
    transition-property: transform;
}
.socialmedia a:hover{
    transform: translate(30px, 0);
}
#facebook:hover{
    background: #1877F2;
}
#facebookimg{
    transition: 0.3s ease;
}
#facebookimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px var(--second-color);
}
#github:hover{
    background:  #181717;
}
#githubimg{
    transition: 0.3s ease;
}
#githubimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px var(--second-color);
}
#instergram:hover{
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
#instergramimg{
    transition: 0.3s ease;
}
#instergramimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px var(--second-color);
}
#linkedin:hover{
    background: #0A66C2;;
}
#linkedinimg{
    transition: 0.3s ease;
}
#linkedinimg:hover{
    transform: scale(1.1);
    text-shadow: 0px 0px 10px var(--second-color);
}
/*/////////////////////////////////////////////////////////////////////////////*/

.section{
    position: relative;
}
.profile{
    position: absolute;
    top: 0px;
    width: var(--main-width);
    height: 1100px;
    display: grid;
    grid-template-columns:repeat(2, 1fr) ;
}
.profile>div{
    border: 1px solid transparent;
}
.mainpic{
    position: relative;
}
.mypic{
    z-index: 0;
    width: 650px;
    height: 755px;
    position: absolute;
    left: 3px;
    bottom: 390px;
}
/*.description{*/
/*    position: relative;*/
/*}*/
.description > div:first-child {
    width: fit-content;
    font-size: 40px;
    font-weight: bold;
    font-family: "Baloo Da 2", sans-serif;
    background-size: 400% 100%;
    background-image: linear-gradient(90deg,
    #8CFF32, #D4FF32, #E9FF32, #FDFF32, #FFFFFF,
    #00d1ab, #0088d1, #344daf, #0b3157, white
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    position: absolute;
    right: 475px;
    top: 95px;
    animation: animate 70s linear infinite;
}
.description>div:nth-child(2){
    color: var(--second-color);
    font-weight: bold;
    font-family: Dubai;
    font-size: 60px;
    position: absolute;
    top: 143px;
    right: 40px;
    letter-spacing: 5px;
    word-spacing: 10px;
}
.words{
    height: 60px;
    overflow: hidden;
    align-items: center;
}
.words>span{
    padding-bottom: 10px;
    display: block;
    line-height: 60px;
    animation: spin_words 30s infinite;
}
.p1{
    color: #9b9b99;
    font-size: 20px;
    position: absolute;
    top: 200px;
    right: 170px;
    padding: 10px;
    font-family: Dubai;
    border-radius: 30px;
    box-shadow: rgb(21, 21, 21) 0px -23px 25px 0px inset, rgb(23, 23, 23) 0px -36px 30px 0px inset, rgb(17, 17, 17) 0px -79px 40px 0px inset, rgb(22, 23, 19) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    overflow: hidden;
}
.p1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200px;
    height: 200px;
    background: linear-gradient(120deg, transparent, rgba(115, 114, 114, 0.6), transparent);
    transform: skewX(-40deg);
    animation: shine 10s infinite linear;
    animation-direction: normal;
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.fa-hands-clapping{
    font-size: 30px;
    position: absolute;
    right: 650px;
    top:100px;
    animation: clapAnimation 1s infinite;
}
@keyframes clapAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
#name{
    z-index: 1;
    color: #5bdc0b;
    font-family: "Monoton", sans-serif;
    font-size: 120px;
    white-space: nowrap;
    position: absolute;
    top: 490px;
    letter-spacing: 20px;
    animation: scrollText 50s linear infinite;
    word-spacing: 70px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/
.wrapper{
    background: #111111;
    height: 94vh;
    position: relative;
    display: flex;
    justify-content: center;
}
.wrapper>h1{
    align-self: start;
    position:absolute;
    top: 5%;
    color: #c7c3c3;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 20px;
    font-family: Dubai;
}
.container{
    position:absolute;
    top: 135px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    gap: 30px;
}
.get{
    position: absolute;
    align-self: end;
    width: 170px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    font-family: "Baloo Da 2", sans-serif;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 3;
    overflow: hidden;
}
.get::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
    height: 70px;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.64), transparent);
    transform: skewX(-40deg);
    transition: left 3s ease-in-out;
}
.get:hover::before {
    left: 170%;
}
.get:hover{
    transform: scale(1.07);
    transition: left 20s ease-in-out;
}
.get:not(:hover)::before {
    left: -100px;
    transition: left 0.8s ease-in-out;
}
.card{
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
}
.card> .row{
    color: white;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.card> .row>.icon{
    background: #223;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    position: absolute;
    bottom: 0;
}
.desc{
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 350px;
    margin-left: 20px;
    opacity: 0;
    margin-bottom: 10px;
    padding-right: 30px;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}
.desc h4{
    font-weight: bold;
    font-family: Dubai;
    font-size: 30px;
    letter-spacing: 11px;
    position: absolute;
    border-radius: 10px;
    border-top: 1px solid #cad100;
    border-bottom: 1px solid #cad100;
    backdrop-filter: blur(5px);
    right: 0;
    left: 0px;
    margin: auto;
    color: white;
}
.desc p{
    color: #cecec9;
    font-family: Dubai;
    position: absolute;
    top: 50px;
    backdrop-filter: blur(5px);
    padding-left: 20px;
    border-radius: 20px;
}
.desc button{
    padding: 17px 20px;
    border: none;
    outline: none;
    position: absolute;
    top: 297px;
    right: 3px;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    font-family: Dubai;
}
.btn1{
    letter-spacing: 2px;
    color: var(--second-color);
    position: relative;
    cursor: pointer;
    z-index: 0;
}
.btn1::after{
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222233;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.btn1::before{
    content: "";
    background: linear-gradient(45deg,
    #8CFF32, #D4FF32, #E9FF32, #FDFF32, #FFFFFF,
    #ffffff , #0088d1, #344daf, #515bd4,
    #2c0942,#cecec9
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(2.3px);
    border-radius: 30px;
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
input{
    display: none;
}
input:checked + label{
    width: 500px;
}
input:checked + label .desc{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.card[for="c1"]{
    background-image: url("../assets/image/image1.jpg");
}
.card[for="c2"]{
    background-image: url("../assets/image/image2.jpg");
}
.card[for="c3"]{
    background-image: url("../assets/image/image3.jpg");
}
.card[for="c4"]{
    background-image: url("../assets/image/image4.jpg");
}
.card[for="c5"]{
    background-image: url("../assets/image/image5.jpg");
}
.circle1{
    position: absolute;
    top: 250px;
    right: 970px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #28282a, #494747, #7d7f81,
    #C1C9D9, #494747);
    filter: blur(40px);
    animation-name: circle1_animate;
    animation-duration: 10s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle1_animate {
    from{
        width: 320px;
        height: 320px;
        top: 100px;
    }
    to{
        width: 150px;
        height: 150px;
        right: 1300px;
    }
}
.circle2{
    position: absolute;
    top: 30px;
    right:50px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #21214f, #1f4f4f, #491754,
    #911775, #494747);
    filter: blur(80px);
    animation-name: circle2_animate;
    animation-duration: 30s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle2_animate {
    from{
        width: 80px;
        height: 80px;
    }
    to{
        width: 300px;
        height: 300px;
    }
}
.circle3{
    position: absolute;
    top: 100px;
    right: 750px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #21214f, #1f4f4f, #491754,
    #911775, #494747);
    filter: blur(20px);
    animation-name: circle3_animate;
    animation-duration: 10s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle3_animate {
    from{
        top: 250px;
    }
    to{
        right: 970px;
    }
}
.circle4{
    position: absolute;
    top: 350px;
    right: 500px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #111111, #28282a, #494747, #7d7f81,
    #C1C9D9, #494747);
    filter: blur(20px);
    animation-name: circle4_animate;
    animation-duration: 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle4_animate {
    from{
        top: 350px;
        right: 500px;
    }
    to{
        top: 200px;
        right: 300px;
    }
}
.circle5{
    position: absolute;
    top: 350px;
    right: 700px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #5a138a, #be206a, #b90e38,
    #f3759c, #e7c1c1);
    filter: blur(50px);
    animation-name: circle5_animate;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle5_animate {
    from{
        top: 350px;
        right: 700px;
    }
    to{
        top: 400px;
        right: 800px;
    }
}
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
.assignment{
    background: #111111;
    width: 100%;
    height: var(--main-height);
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.assignment>h1{
    text-transform: uppercase;
    align-self: start;
    position:absolute;
    top: 5%;
    color: #c7c3c3;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 20px;
    font-family: Dubai;
}
.mainslider{
    z-index: 4;
    justify-self: center;
    height: 450px;
    width: 100%;
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.silder{
    z-index: 4;
    height: 420px;
    width: 100%;
    position: relative;
}
.item{
    z-index: 4;
    position: absolute;
    width: 250px;
    height: 350px;
    background: linear-gradient(0deg, rgba(61, 67, 80, 0.44) 0%, rgba(52, 4, 94, 0.28) 100%);
    box-shadow: 0 7px 20px 5px #00000088;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: 0.5s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    grid-template-columns:repeat(1, 3fr) ;
    overflow: hidden;
}
.item::before{
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 185px;
    height: 400px;
    background: linear-gradient(120deg, transparent, rgba(115, 114, 114, 0.27), transparent);
    transform: skewX(40deg);
    transition: left 1s ease-in-out;
}
.item::after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 120px;
    height: 400px;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(40deg);
    transition: left 1s ease-in-out;
}
item:hover::before {
    left: 170%;
}
.item:hover::after {
    left: 170%;
}
.item:not(:hover)::before {
    left: -330px;
    transition: left 0.8s ease-in-out;
}
.item:not(:hover)::after {
    left: -330px;
    transition: left 0.8s ease-in-out;
}
.item>div{
    border: 1px solid transparent;
}
.item>div:first-child{
    position: relative;
    height: 215px;
}
.item>div:first-child>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 180px;
    border-radius: 8px;
}
.item>div:nth-child(2){
    position: relative;
    height: 90px;
}
.item>div:nth-child(2)>h1{
    position: absolute;
    top: -10px;
    left: 13px;
    font-family: Dubai , "SansSerif";
    font-size: 30px;
    color: white;
}
.item>div:nth-child(2)>p1{
    position: absolute;
    left: 13px;
    bottom: 2px;
    font-family: Dubai , "SansSerif";
    font-size: 13px;
    font-weight: bold;
    color: #888585;
    width: 224px;
    height: 30px;
    border-bottom: 2px solid #71fd00;
}
.item>div:nth-child(3){
    height: 50px;
    position: relative;
}
.item-btn{
    position: absolute;
    top: 0;
    left: 13px;
    bottom: 13px;
    margin: auto;
    width: 80px;
    height: 25px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #71fd00;
    font-family:  Dubai , "SansSerif";
    font-size: 15px;
    color: white;
}
.item-btn:hover{
    border: none;
    background-color: white;
    color: #000000;
    font-weight: bold;
}
#next , #prev{
    width: 40px;
    height: 40px;
    position: absolute;
    color: #000000;
    background: rgba(255, 255, 255, 0.22);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100px;
    font-weight: bold;
    border: 1px solid #4c0c54;
    border-radius: 100%;
    font-size: medium;
}
#next{
    left: unset;
    right: 100px;
}
.getmore{
    position: relative;
    align-self: end;
    width: 170px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    font-family: "Baloo Da 2", sans-serif;
    margin-bottom: 14px;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color:var(--second-color);
    cursor: pointer;
    z-index: 3;
    overflow: hidden;
}
.getmore::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
    height: 70px;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.64), transparent);
    transform: skewX(-40deg);
    transition: left 3s ease-in-out;
}
.getmore:hover::before {
    left: 170%;
}
.getmore:hover{
    transform: scale(1.07);
    transition: left 20s ease-in-out;
}
.getmore:not(:hover)::before {
    left: -100px;
    transition: left 0.8s ease-in-out;
}
.circle6 {
    z-index: 1;
    position: absolute;
    top: 250px;
    right: 970px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #b9b9da, #1f4188, #7722c7,
    #d40fda, #d90b72);
    filter: blur(40px);
    animation-name: circle6_animate;
    animation-duration: 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes circle6_animate {
    from{
        width: 150px;
        height: 150px;
        top: 590px;
    }
    to{
        width: 150px;
        height: 150px;
        top: 100px;
        right: 1100px;
    }
}
.circle7 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #cad100, #71fd00, #0cc270, #157ba8);
    filter: blur(80px);
    animation-name: circle7_animate;
    animation-duration:5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle7_animate {
    from{
        width: 40px;
        height: 40px;
    }
    to{
        width: 100px;
        height: 100px;
    }
}
.circle8 {
    z-index: 0;
    position: absolute;
    top: 500px;
    right: 100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(45deg,
    #8CFF32, #D4FF32, #E9FF32, #FDFF32, #FFFFFF,
    #ffffff, #0088d1, #344daf, #515bd4,
    #2c0942, #cecec9
    );
    filter: blur(50px);
}
.circle0{
    z-index: 0;
    position: absolute;
    top: 550px;
    right: 200px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #cad100, #71fd00, #0cc270, #157ba8);
    filter: blur(20px);
}
.circle9 {
    position: absolute;
    top: 350px;
    right: 500px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #111111, #28282a, #797373, #a4a9ad,
    #C1C9D9, #beb7b7);
    filter: blur(40px);
    animation-name: circle9_animate;
    animation-duration: 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle9_animate {
    from{
        top: -30px;
        right: 100px;
    }
    to{
        top: 350px;
        right: 500px;
    }
}
.circle10 {
    position: absolute;
    top: 350px;
    right: 700px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #5a138a, #be206a, #b90e38,
    #f3759c, #e7c1c1);
    filter: blur(50px);
    animation-name: circle10_animate;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle10_animate {
    from{
        top: 200px;
        right: 700px;
    }
    to{
        top: 50px;
        right: 800px;
    }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.skill{
    background: #111111;
    width: var(--main-width);
    height: var(--main-height);
    overflow: hidden;
    position: relative;
}
#javaimg{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 120px;
    height: 70px;
}
#javaimg1{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 120px;
    height: 70px;
}
#htmlimg{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 120px;
    height: 70px;
}
#cimg{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 120px;
    height: 70px;
}
#reactimg{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 120px;
    height: 70px;
}
#cssimg{
    padding-top: 25px;
    padding-bottom: 10px;
    width: 120px;
    height: 70px;
}
#phythonimg{
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 6px;
    width: 120px;
    height: 70px;
}
.languages{
    position: relative;
    width: 100%;
    height: var(--main-height);
    display: grid;
    grid-template-columns:repeat(2, 1fr) ;
}
.languages>div{
    border: 1px solid transparent;
    position: relative;
}
.languages>div:first-child{
    transform: skewX(30deg);
    z-index: 8;
}
.languagebar {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.languagebar>span {
    transform: skewY(-10deg);
    border-radius: 30px;
    background: liner-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    display: block;
    animation: scrollImages 60s infinite ease-in-out;
}
.know{
    color: white;
    font-size:70px;
    z-index: 9;
    font-weight: bold;
    font-family: Dubai;
    position: absolute;
    top: 100px;
}
.lang-namebar{
    position: absolute;
    top: 250px;
    left: -50px;
}
.languages-name{
    position: relative;
    margin-left: 15px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}
.languages-name li {
    list-style: none;
    font-size: 45px;
    font-weight: bold;
    color: var(--main-color);
    position: relative;
    top: 0;
    font-family: "Baloo Da 2", sans-serif;
    animation: namescroll 18s steps(4) infinite;
}
@keyframes namescroll {
    100%{
        top: -360px;
    }
}
.languages-name li span{
    position: relative;
}
.languages-name li span::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #111111;
    border-left: 2px solid  var(--main-color);
    left: 0;
    animation: texttyping 4.5s steps(6) infinite;
}
@keyframes texttyping {
    100%{
        left: 100%;
        margin: 0 -35px 0 35px;
    }
}
.toolsbar{
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    margin:auto;
    border-radius: 40px;
    width: 330px;
    height: 150px;
    background: transparent;
    border: 3px solid white;
    background-size: cover;
}
.blur{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    width: 330px;
    height: 150px;
    gap: 30px;
    background: transparent;
    backdrop-filter: blur(30px);
}
.tool-desc{
    padding: 0;
    margin: 0;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    font-size: 22px;
    font-family: Dubai;
    font-weight: bold;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.tools img{
    padding-left: 15px;
    padding-right: 15px;
    width: 50px;
    height: 50px;
}
.tools img:hover{
    transform: scale(1.1);
    transition-timing-function: ease;
    transition-duration: 0.5s;
}
.circle11{
    position: absolute;
    top: 250px;
    width: 120px;
    height: 120px;
    right: 970px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #b9b9da, #1f4188, #7722c7,
    #d40fda, #d90b72);
    filter: blur(40px);
    animation-name: circle11_animate;
    animation-duration: 15s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes circle11_animate {
    from{
        top: 300px;
    }
    to{
        top: 100px;
        right: 1100px;
    }
}
.circle12{
    position: absolute;
    top: 500px;
    right: 700px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #111111, #28282a, #494747, #7d7f81,
    #C1C9D9, #494747);
    filter: blur(50px);
}
.circle13{
    z-index: 0;
    position: absolute;
    top: 350px;
    right: 700px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-image: linear-gradient(45deg,
    #8CFF32, #D4FF32, #E9FF32, #FDFF32, #FFFFFF,
    #ffffff , #0088d1, #344daf, #515bd4,
    #2c0942,#cecec9
    );
    filter: blur(20px);
    animation-name: circle13_animate;
    animation-duration: 20s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle13_animate {
    0%{
        top: 200px;
        right: 300px;
    }
    100%{
        top: 500px;
        right: 100px;
    }
}
.circle14{
    position: absolute;
    top: 95px;
    right: 100px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #111111, #28282a, #797373, #a4a9ad,
    #C1C9D9, #beb7b7);
    filter: blur(40px);
}
.circle15{
    position: absolute;
    top: 350px;
    right: 700px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: linear-gradient(200deg, #111111, #5a138a, #be206a, #b90e38,
    #f3759c, #e7c1c1);
    filter: blur(30px);
    animation-name: circle15_animate;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes circle15_animate {
    from{
        top: 150px;
        right: 730px;
    }
    to{
        top: 80px;
        right: 800px;
    }
}
.circle16{
    position: absolute;
    top: 530px;
    right: 400px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #273673, #1616d2, #247496, #9f2e90);
    filter: blur(10px);
}

/*////////////////////////////////////////gallery//////////////////////////////////////*/
.gallery{
    background: #111111;
    width: 100%;
    height: var(--main-height);
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr) ;
    overflow: hidden;
}
.gallery div{
    border: 1px solid transparent;
}
.gallery-left{
    position: relative;
}
.gallery-left h2{
    color: #9b9595;
    font-size: 50px;
    position: absolute;
    left: 70px;
    top: 55px;
    letter-spacing: 20px;
    font-family: "Baloo Da 2", sans-serif;
}
.gallery-left h1{
    position: absolute;
    left: 130px;
    top: 80px;
    background-image: linear-gradient(144deg,#AF40FF, #12e17a,#5B42F3 50%);
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Dubai;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.gallery-left>div{
    position: absolute;
    top: 330px;
    right: -180px;
    width: 800px;
    height: 325px;
    display: flex;
    gap: 30px;
    overflow: hidden;
}
.left-gallerybar>span{
    width: 245px;
    height: 320px;
    border: 1px solid white;
    border-radius: 30px;
    animation-name: animate_leftgallerybar;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes animate_leftgallerybar {
    0%{
        transform: translateX(30%)
    }
    100%{
        transform: translateX(-120%)
    }
}
.left-gallerybar>span:first-child{
    background-image: url('../assets/image/mypic1.jpg');
    background-size: cover;
    backdrop-filter: blur(40px);
}
.left-gallerybar>span:nth-child(2){
    background-image: url('../assets/image/mypic2.jpg');
    background-size: cover;
    backdrop-filter: blur(40px);
}
.left-gallerybar>span:nth-child(3){
    background-image: url('../assets/image/mypic4.jpg');
    background-size: cover;
    backdrop-filter: blur(40px);
}
.left-gallerybar>span:last-child{
    background-image: url('../assets/image/mypic5.jpg');
    background-size: cover;
    backdrop-filter: blur(40px);
}
.blurdiv:hover{
    backdrop-filter: blur(0);
}
.blurdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 245px;
    height: 320px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
}
.gallery-right{
    position: relative;
}
.gallery-right>div{
    position: absolute;
    top: 30px;
    left: 20px;
    width: 600px;
    height: 272px;
    display: flex;
    gap: 30px;
    overflow: hidden;
}
.right-gallerybar>span{
    width: 200px;
    height: 270px;
    border: 1px solid white;
    border-radius: 30px;
    animation-name: animate_rightgallerybar;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes animate_rightgallerybar {
    0%{
        transform: translateX(-120%)
    }
    100%{
        transform: translateX(10%)
    }
}
.blurdiv1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 270px;
    border-radius: 30px;
    backdrop-filter: blur(20px);
}
.right-gallerybar>span:first-child{
    background-image: url('../assets/image/mypic1.jpg');
    background-size: cover;
}
.right-gallerybar>span:nth-child(2){
    background-image: url('../assets/image/mypic3.jpg');
    background-size: cover;
}
.right-gallerybar>span:nth-child(3){
    background-image: url('../assets/image/mypic4.jpg');
    background-size: cover;
}
.right-gallerybar>span:last-child{
    background-image: url('../assets/image/mypic5.jpg');
    background-size: cover;
}
.blurdiv1:hover{
    backdrop-filter: blur(0);
}
/*////////////////////////////////////////contact//////////////////////////////////////*/
.contact{
    background: #161821;
    width: 100%;
    height: var(--main-height);
    position: relative;
    overflow: hidden;
}
.contact>div:first-child{
    position: absolute;
    bottom: 0;
    border-top-right-radius: 100%;
    width: 300px;
    height: 250px;
    background-color: #292b36;
    animation-name: increase_scale;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes increase_scale {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}
.contact>div:nth-child(2){
    position: absolute;
    left: 120px;
    bottom: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    width: 400px;
    height: 200px;
    background-color: #292b36;
    animation-name: increase_scale;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(3){
    position: absolute;
    left: -60px;
    bottom: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    width: 500px;
    height: 200px;
    background-color: #4c4f5e;
    animation-name: increase_scale;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(4){
    position: absolute;
    right: 0px;
    bottom: 0;
    border-top-left-radius: 100%;
    width: 230px;
    height: 500px;
    background-color: #292b36;
    animation-name: increase_scale;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(5){
    position: absolute;
    right: 150px;
    bottom: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 80%;
    width: 200px;
    height: 280px;
    background-color: #292b36;
    animation-name: increase_scale;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(6){
    position: absolute;
    left: 330px;
    bottom: 0;
    border-top-left-radius: 130%;
    border-top-right-radius: 70%;
    width: 500px;
    height: 230px;
    background-color: #4c4f5e;
    animation-name: increase_scale;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(7){
    position: absolute;
    left: 730px;
    bottom: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 70%;
    width: 500px;
    height: 260px;
    background-color: #4c4f5e;
    animation-name: increase_scale;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(8){
    position: absolute;
    right: -10px;
    bottom: 0;
    border-top-left-radius: 100%;
    width: 250px;
    height: 280px;
    background-color: #4c4f5e;
    animation-name: increase_scale;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.contact>div:nth-child(9){
    width: 100%;
    height: 510px;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.contact>div>div:first-child{
    width: 650px;
    height: 500px;
}
.contact h1{
    font-size: 130px;
    font-family: Dubai;
}
.contact>div>div>h1:first-child{
    word-spacing: 20px;
    color: transparent;
    position: relative;
    -webkit-text-stroke: 1.5px #9d9d9b;
}
.contact>div>div>h1:first-child::before{
    width: 20%;
    height: 100%;
    content: "Let's work";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
    white-space: nowrap;
    -webkit-text-stroke: 0px #9d9d9b;
    border-right: 2px solid var(--main-color);
    overflow: hidden;
    animation: typingcursor_animate 6s linear infinite;
}
@keyframes typingcursor_animate {
    0%,10%,100%{
        width: 0;
    }
    50% {
        width: 50%;
    }
    90% {
        width: 100%;
    }
}
.contact>div>div>h1:nth-child(2){
    position: absolute;
    top: 150px;
    font-family: Arial, sans-serif;
    -webkit-text-stroke: 1.5px #9d9d9b;
    animation: colorchange_animate 6s infinite;
    animation-timing-function: ease-in-out;
}
@keyframes colorchange_animate {
    from{
        color: transparent;
    }
    to{
        color: #9d9d9b;
    }
}
.contact-image{
    align-self: center;
    position: relative;
    width: 280px;
    height: 280px;
    margin-bottom: 0px;
    border-radius: 100%;
    background-image: url("../assets/image/picture.jpg");
    background-size: cover;
}
.contact-image>div{
    width: 280px;
    height: 280px;
    border-radius: 100%;
    backdrop-filter: blur(10px);
    position: relative;
}
.contact-image>div>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background-image: url("../assets/image/picture.jpg");
    background-size: cover;
}
.contact>div:nth-child(10){
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 380px;
    margin:auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.contact>div:nth-child(10)>div:first-child{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
}
.scale-circle>div{
    position: absolute;
}
.scale-circle>div:first-child{
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background-color: rgba(255, 255, 255, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-family: Dubai , "SansSerif";
    font-weight: bold;
    color: white;
}
.scale-circle>div:nth-child(2){
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    animation-name: send_animate;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.scale-circle>div:nth-child(3){
    width: 190px;
    height: 190px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    animation-name: send_animate;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes send_animate {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.5);
        border: none;
    }
}
.contact>div:nth-child(10)>div:nth-child(2){
    width: 900px;
    height: 1px;
    border-radius: 100%;
    background-color: white;
    margin-right: 100px;
}
@keyframes animate {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}
@keyframes scrollImages{
    0%{
        transform: translateY(400%) skewY(-10deg);
    } 50%{
          transform: translateY(-250%) skewY(-10deg);
      }
    100%{
        transform: translateY(400%) skewY(-10deg);
    }
}
@keyframes spin_words {
    10% {
        transform: translateY(-112%);
    }
    25% {
        transform: translateY(-100%);
    }
    35% {
        transform: translateY(-212%);
    }
    50% {
        transform: translateY(-200%);
    }
    60% {
        transform: translateY(-312%);
    }
    75% {
        transform: translateY(-300%);
    }
    85% {
        transform: translateY(-412%);
    }
    100% {
        transform: translateY(-400%);
    }
}
@keyframes scrollText {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-30%);
    }
}

@media all and (max-width: 1024px){
    .nav{
        height: 45px;
    }
    .myicon{
        width: 65px;
        height: 55px;
    }
    .navmenu li{
        font-size: 12px;
    }
    .socialmedia a img{
        width: 23px;
        height: 23px;
    }
    .socialbar{
        height: 40vh;
        gap: 8px;
        top: 0;
        bottom: 0px;
        margin: auto;
        transform: translate(-70px, 0);
    }
    .herosection{
        height: 91vh;
    }
    .mypic{
        width: 600px;
        height: 705px;
        left: 0px;
        bottom: 450px;
    }
    #name{
        font-size: 110px;
        top: 340px;
    }
    .description > div:first-child {
        font-size: 27px;
        right: 327px;
        top: 78px;
    }
    .description>div:nth-child(2){
        font-size: 40px;
        top: 108px;
        right: 67px;
        letter-spacing: 2px;
        word-spacing: 3px;
    }
    .words{
        height: 30px;
    }
    .words>span{
        padding-bottom: 10px;
        line-height: 30px;
    }
    .p1{
        font-size: 13px;
        top: 132px;
        right: 120px;
        border-radius: 10px;
        box-shadow: none;
    }
    .fa-hands-clapping{
        z-index: 5;
        font-size: 20px;
        right: 445px;
        top:80px;
        animation: clapAnimation 1s infinite;
    }
    .wrapper{
        height: 100vh;
    }
    .wrapper>h1{
        top: 5%;
        font-size: 20px;
        letter-spacing: 17px;
    }
    .container{
        top: 105px;
        width: 780px;
        height: 280px;
        gap: 15px;
    }
    .card{
        width: 80px;
    }
    .card> .row>.icon{
        width: 30px;
        height: 30px;
        bottom: -8px;
        left: -10px;
    }
    input:checked + label{
        width: 280px;
        height: 370px;
    }
    .wrapper>button{
        bottom:-17px;
        width: 120px;
        height: 50px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .assignment>h1{
        top: 20px;
        font-size: 20px;
        letter-spacing: 10px;
    }
    .getmore{
        width: 120px;
        height: 50px;
        font-size: 14px;
    }
    #javaimg{
        width: 100px;
        height: 100px;
    }
    #javaimg1{
        width: 100px;
        height: 100px;
    }
    #htmlimg{
        width: 100px;
        height: 100px;
    }
    #cimg{
        width: 100px;
        height: 100px;
    }
    #reactimg{
        width: 100px;
        height: 100px;
    }
    #cssimg{
        width: 100px;
        height: 100px;
    }
    #phythonimg{
        width: 100px;
        height: 100px;
    }
    .languages>div:first-child{
        transform: skewX(15deg);
    }
    .know{
        font-size:50px;
        top: 100px;
        left: -20px;
    }
    .lang-namebar{
        top: 260px;
        left: -75px;
    }
    .languages-name{
        height: 50px;
        line-height: 70px;
    }
    .languages-name li {
        font-size: 26px;
        top: 0;
    }
    @keyframes namescroll {
        100%{
            top: -280px;
        }
    }
    .languages-name li span::after{
        top: 4px;
    }
    .toolsbar{
        top: 400px;
        border-radius: 35px;
        width: 160px;
        height: 80px;
    }
    .blur{
        border-radius: 35px;
        width: 160px;
        height: 80px;
        gap: 5px;
    }
    .tool-desc{
        padding: 0;
        margin: 0;
        font-size: 10px;
    }
    .tools img{
        padding-left: 10px;
        padding-right: 10px;
        width: 20px;
        height: 20px;
    }
    .gallery-left h2{
        font-size: 37px;
        left: 50px;
    }
    .gallery-left h1{
        font-size: 80px;
    }
    .gallery-left>div{
        top: 260px;
        right: -40px;
        width: 500px;
        height: 265px;
        gap: 20px;
    }
    .left-gallerybar>span{
        width: 190px;
        height: 263px;
        border: 1px solid white;
    }
    .blurdiv{
        width: 190px;
        height: 263px;
    }
    .gallery-right{
        position: relative;
    }
    .gallery-right>div{
        left: 70px;
        width: 380px;
        height: 210px;
        gap: 20px;
    }
    .right-gallerybar>span{
        width: 170px;
        height: 208px;
        border: 1px solid white;
    }
    .blurdiv1{
        width: 170px;
        height: 208px;
    }
    .contact>div:first-child{
        width: 230px;
        height: 270px;
    }
    .contact>div:nth-child(2){
        left: 90px;
        width: 320px;
        height: 200px;
    }
    .contact>div:nth-child(3){
        left: -60px;
        width: 280px;
        height: 200px;
    }
    .contact>div:nth-child(4){
        width: 210px;
        height: 350px;
    }
    .contact>div:nth-child(5){
        right: 150px;
        width: 260px;
        height: 180px;
    }
    .contact>div:nth-child(6){
        left: 150px;
        width: 290px;
        height: 160px;
    }
    .contact>div:nth-child(7){
        left: 380px;
        width: 360px;
        height: 150px;
    }
    .contact>div:nth-child(8){
        right: 0px;
        width: 300px;
        height: 290px;
    }
    .contact>div:nth-child(9){
        width: 100%;
        height: 410px;
    }
    .contact>div>div:first-child{
        position: relative;
        left: 20px;
        width:600px;
        height: 410px;
    }
    .contact h1{
        font-size: 105px;
    }
    .contact>div>div>h1:nth-child(2){
        top: 110px;
    }
    .contact-image{
        left: 10px;
        width: 180px;
        height: 180px;
    }
    .contact-image>div{
        width: 180px;
        height: 180px;
        border-radius: 100%;
        backdrop-filter: blur(10px);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .contact-image>div>div{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 165px;
        height: 165px;
        border-radius: 100%;
        background-image: url("../assets/image/picture.jpg");
        background-size: cover;
    }
    .contact>div:nth-child(10){
        height: 300px;
        top: 330px;
        justify-content: left;
    }
    .contact>div:nth-child(10)>div:first-child{
        width: 130px;
        height: 130px;
    }
    .scale-circle>div:first-child{
        width: 95px;
        height: 95px;
        font-size: 14px;
    }
    .scale-circle>div:nth-child(2){
        width: 110px;
        height: 110px;
    }
    .scale-circle>div:nth-child(3){
        width: 100px;
        height: 100px;
    }
    .contact>div:nth-child(10)>div:nth-child(2){
        width: 750px;
        margin-right: 0;
        margin-left: 30px;
    }
}
@media all and (max-width: 915px){
    .contact>div:nth-child(10)>div:nth-child(2){
        width: 600px;
        margin-right: 0;
        margin-left: 30px;
    }
}
@media all and (max-width: 768px){
    .myicon{
        width: 65px;
        height: 55px;
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .navmenu {
        display: none;
    }
    .nav{
        border-bottom: 1px solid transparent;
        backdrop-filter: blur(0);
    }
    .socialmedia a img{
        width: 20px;
        height: 20px;
    }
    .socialbar{
        height: 40vh;
        gap: 10px;
        top: 0;
        bottom: 40px;
        transform: translate(-70px, 0);
    }
    .fa-bars{
        position: absolute;
        font-size: 15px;
        right: 30px;
        top: 25px;
    }
    .herosection{
        height: 91vh;
    }
    #name{
        z-index: 2;
        font-size: 110px;
        top: 340px;
    }
    .mypic{
        z-index: 1;
        width: 500px;
        height: 600px;
        left: -50px;
        right: 0;
        bottom: 600px;
        top: 0px;
        margin:auto;
    }
    .description > div:first-child {
        z-index: 2;
        font-size: 23px;
        right: 220px;
        top: 80px;
    }
    .description>div:nth-child(2){
        z-index: 2;
        font-size: 32px;
        top: 110px;
        right: 15px;
        letter-spacing: 2px;
        word-spacing: 3px;
    }
    .words>span{
        padding-bottom: 10px;
        line-height: 25px;
    }
    .p1{
        z-index: 2;
        font-size: 10px;
        top: 130px;
        right: 67px;
        border-radius: 10px;
        box-shadow: none;
    }
    .fa-hands-clapping{
        font-size: 16px;
        right: 320px;
        top:80px;
    }
    .wrapper>h1{
        top: 5%;
        font-size: 15px;
        letter-spacing: 15px;
    }
    .container{
        top: 120px;
        width: 600px;
        height: 300px;
        gap: 5px;
    }
    .card{
        width: 50px;
    }
    .card> .row>.icon{
        width: 20px;
        height: 20px;
        bottom: -8px;
        left: -10px;
    }
    input:checked + label{
        width: 280px;
        height: 300px;
    }
    .wrapper>button{
        bottom: 5px;
        width: 100px;
        height: 43px;
        font-size: 13px;
    }
    .desc{
        width: 200px;
        height: 290px;
        top: 12px;
        margin-left: 13px;
        margin-bottom: 10px;
        padding-right: 30px;
    }
    .desc h4{
        font-size: 16px;
        letter-spacing: 7px;
        border-radius: 7px;
    }
    .desc p{
        font-size: 10px;
        margin: 10px;
        padding-left: 16px;
        border-radius: 10px;
    }
    .desc button{
        padding: 0px 0px;
        top: 252px;
        width: 80px;
        height: 30px;
        font-size: 7px;
    }
    .circle1{
        top: 50px;
        right: 400px;
    }
    @keyframes circle1_animate {
        from{
            width: 110px;
            height: 110px;
        }
        to{
            width: 80px;
            height: 80px;
            right: 300px;
        }
    }
    .circle2{
        top: 30px;
        right:50px;
        filter: blur(20px);
        animation-duration: 10s;
        animation-direction: alternate-reverse;
    }
    @keyframes circle2_animate {
        from{
            width: 70px;
            height: 70px;
        }
        to{
            width: 70px;
            height: 70px;
            top: 200px;
            right: 250px;
        }
    }
    .circle3{
        right: 180px;
        width: 100px;
        height: 100px;
        background-image: linear-gradient(200deg, #111111, #21214f, #1f4f4f, #54174a,
        #91173c, #ea0ac5);
    }
    @keyframes circle3_animate {
        from{
            top: 250px;
        }
        to{
            right: 450px;
        }
    }
    .circle4{
        width: 120px;
        height: 120px;
    }
    @keyframes circle4_animate {
        from{
            top: 350px;
            right: 500px;
        }
        to{
            top: 200px;
            right: 330px;
        }
    }
    .circle5{
        right: 10px;
        width: 120px;
        height: 120px;
        animation-duration: 8s;
    }
    @keyframes circle5_animate {
        from{
            top: 300px;
        }
        to{
            top: 200px;
            right: 200px;
        }
    }
    .assignment>h1{
        top: 30px;
        font-size: 15px;
        letter-spacing: 10px;
    }
    .mainslider{
        height: 250px;
    }
    .silder{
        height: 320px;
    }
    .item{
        width: 180px;
        height: 300px;
    }
    .item::before{
        left: 180%;
        width: 100px;
        height: 310px;
    }
    .item::after {
        left: 180%;
        width: 70px;
        height: 310px;
    }
    item:hover::before {
        left: 420%;
    }
    .item:hover::after {
        left: 220%;
    }
    .item:not(:hover)::before {
        left: -220px;
    }
    .item:not(:hover)::after {
        left: -220px;
    }
    .item>div{
        border: 1px solid transparent;
    }
    .item>div:first-child{
        position: relative;
        height: 180px;
    }
    .item>div:first-child>img{
        width: 150px;
        height: 140px;
    }
    .item>div:nth-child(2){
        height: 60px;
    }
    .item>div:nth-child(2)>h1{
        font-size: 20px;
    }
    .item>div:nth-child(2)>p1{
        font-size: 9px;
        width: 148px;
        height: 20px;
    }
    .item>div:nth-child(3){
        height: 40px;
    }
    .item-btn{
        bottom: 9px;
        width: 60px;
        height: 20px;
        font-size: 12px;
    }
    #next , #prev{
        width: 30px;
        height: 30px;
        top: 350px;
        left: 170px;
        font-size: x-small;
    }
    #next{
        left: unset;
        right: 170px;
    }
    .getmore{
        width: 100px;
        height: 43px;
        font-size: 13px;
    }
    .circle6 {
        right: 200px;
        filter: blur(30px);
        animation-duration: 25s;
    }
    @keyframes circle6_animate {
        from{
            width: 70px;
            height: 70px;
            top: 590px;
        }
        to{
            width: 80px;
            height: 80px;
            top: 100px;
            right: 250px;
        }
    }
    .circle8 {
        width: 70px;
        height: 70px;
    }
    .circle9 {
        width: 100px;
        height: 100px;
    }
    .circle10 {
        width: 60px;
        height: 60px;
        filter: blur(30px);
    }
    @keyframes circle10_animate {
        from{
            top: 500px;
            right: 250px;
        }
        to{
            top: 50px;
            right: 100px;
        }
    }
    .circle11{
        width: 80px;
        height: 80px;
        right: 300px;
    }
    @keyframes circle11_animate {
        from{
            top: 150px;
        }
        to{
            top: 100px;
            right: 350px;
        }
    }
    .circle12{
        top: 400px;
        right: 100px;
        width: 50px;
        height: 50px;
        filter: blur(30px);
    }
    .circle13{
        width: 70px;
        height: 70px;
    }
    @keyframes circle13_animate {
        0%{
            top: 200px;
            right: 30px;
        }
        100%{
            top: 450px;
            right: 100px;
        }
    }
    .circle14{
        width: 60px;
        height: 60px;
    }
    .circle15{
        width: 70px;
        height: 70px;
        animation-duration: 10s;
    }
    @keyframes circle15_animate {
        from{
            top: 150px;
            right: 500px;
        }
        to{
            top: 80px;
            right: 80px;
        }
    }
    .circle16{
        left: 30px;
        top: 480px;
    }
    .gallery-left h2{
        font-size: 35px;
        left: 220px;
        top: 30px;
    }
    .gallery-left h1{
        left: 270px;
        top: 60px;
        font-size: 70px;
    }
    .gallery-left>div{
        top: 210px;
        right: -230px;
        width: 470px;
        height: 325px;
    }
    .left-gallerybar>span{
        width: 210px;
        height: 322px;
        border-radius: 35px;
    }
    @keyframes animate_leftgallerybar {
        0%{
            transform: translateX(30%)
        }
        100%{
            transform: translateX(-230%)
        }
    }
    .blurdiv{
        width: 210px;
        height: 322px;
        border-radius: 35px;
    }
    .gallery-right{
        display: none;
    }
    .contact>div:first-child{
        width: 170px;
        height: 270px;
    }
    .contact>div:nth-child(2){
        left: 40px;
        width: 280px;
        height: 200px;
    }
    .contact>div:nth-child(3){
        left: -60px;
        width: 240px;
        height: 200px;
    }
    .contact>div:nth-child(4){
        width: 170px;
        height: 350px;
    }
    .contact>div:nth-child(5){
        right: 100px;
        width: 230px;
        height: 180px;
    }
    .contact>div:nth-child(6){
        left: 100px;
        width: 260px;
        height: 160px;
    }
    .contact>div:nth-child(7){
        left: 320px;
        width: 280px;
        height: 150px;
    }
    .contact>div:nth-child(8){
        right: 0px;
        width: 200px;
        height: 290px;
    }
    .contact>div:nth-child(9){
        width: 100%;
        height: 410px;
        flex-direction: column;
    }
    .contact>div>div:first-child{
        position: relative;
        left: 35px;
        width:450px;
        height: 500px;
    }
    .contact h1{
        font-size: 95px;
    }
    .contact>div>div>h1:nth-child(2){
        top: 110px;
    }
    .contact-image{
        left: 150px;
        width: 180px;
        height: 180px;
    }
    .contact>div:nth-child(10)>div:nth-child(2){
        width: 500px;
        margin-right: 0;
        margin-left: 30px;
    }
}
@media all and (max-width: 425px){
    .herosection{
        height: 91vh;
    }
    #name{
        font-size: 100px;
        top: 380px;
    }
    .mypic{
        width: 500px;
        height: 600px;
        left: -50px;
        right: 0;
        bottom: 600px;
        top: 0;
        margin:auto;
    }
    .description > div:first-child {
        font-size: 15px;
        right: 150px;
        top: 15px;
    }
    .description>div:nth-child(2){
        font-size: 20px;
        top: 35px;
        right: 10px;
    }
    .p1{
        font-size: 7px;
        top: 50px;
        right: 35px;
    }
    .fa-hands-clapping{
        font-size: 12px;
        right: 218px;
        top:17px;
    }
    .wrapper>h1{
        top: 40px;
        font-size: 11px;
        letter-spacing: 10px;
    }
    .container{
        top: 110px;
        width: 350px;
        height: 370px;
        gap: 30px;
        display: grid;
        grid-template-columns:repeat(1, 5fr) ;
    }
    .card{
        border: 1px solid white;
        width: 330px;
        border-radius: .45rem;
        border-radius: 1rem;
        transition: 0.6s cubic-bezier(.28, 0.03, 0, .99);
    }
    .card> .row>.icon{
        width: 18px;
        height: 18px;
        font-size: 9px;
        bottom: -8px;
        left: -10px;
    }
    input:checked + label{
        width: 330px;
        height: 120px;
    }
    .wrapper>button{
        bottom: -30px;
        width: 80px;
        height: 30px;
        font-size: 9px;
        padding-top: 5px;
        margin-bottom: 30px;
    }
    .desc{
        width: 50px;
        height: 185px;
        top: 6px;
        margin-left: 10px;
    }
    .desc h4{
        font-size: 6px;
        letter-spacing: 2.2px;
        border-radius: 1px;
    }
    .desc p{
        top: 20px;
        font-size: 6px;
        margin: 4px;
        padding-left: 5px;
        border-radius: 7px;
    }
    .desc button{
        padding: 2px 0px;
        top: 168px;
        left: 33px;
        border-radius: 7px;
        width: 45px;
        height: 15px;
        font-size: 4px;
    }
    .circle1{
        top: 50px;
        right: 400px;
    }
    @keyframes circle1_animate {
        from{
            width: 110px;
            height: 110px;
        }
        to{
            width: 80px;
            height: 80px;
            right: 300px;
        }
    }
    .circle2{
        top: 30px;
        right:50px;
        filter: blur(20px);
        animation-duration: 10s;
        animation-direction: alternate-reverse;
    }
    @keyframes circle2_animate {
        from{
            width: 70px;
            height: 70px;
        }
        to{
            width: 70px;
            height: 70px;
            top: 200px;
            right: 250px;
        }
    }
    .circle3{
        right: 180px;
        width: 100px;
        height: 100px;
        background-image: linear-gradient(200deg, #111111, #21214f, #1f4f4f, #54174a,
        #91173c, #ea0ac5);
    }
    @keyframes circle3_animate {
        from{
            top: 250px;
        }
        to{
            right: 450px;
        }
    }
    .circle4{
        width: 120px;
        height: 120px;
    }
    @keyframes circle4_animate {
        from{
            top: 350px;
            right: 500px;
        }
        to{
            top: 200px;
            right: 330px;
        }
    }
    .circle5{
        right: 10px;
        width: 120px;
        height: 120px;
        animation-duration: 8s;
    }
    @keyframes circle5_animate {
        from{
            top: 300px;
        }
        to{
            top: 200px;
            right: 200px;
        }
    }
    .assignment>h1{
        top: 30px;
        font-size: 11px;
        letter-spacing: 10px;
    }
    .mainslider{
        height: 250px;
    }
    .silder{
        height: 320px;
    }
    .item{
        width: 180px;
        height: 300px;
    }
    .item::before{
        left: 180%;
        width: 100px;
        height: 310px;
    }
    .item::after {
        left: 180%;
        width: 70px;
        height: 310px;
    }
    item:hover::before {
        left: 420%;
    }
    .item:hover::after {
        left: 220%;
    }
    .item:not(:hover)::before {
        left: -220px;
    }
    .item:not(:hover)::after {
        left: -220px;
    }
    .item>div{
        border: 1px solid transparent;
    }
    .item>div:first-child{
        position: relative;
        height: 180px;
    }
    .item>div:first-child>img{
        width: 150px;
        height: 140px;
    }
    .item>div:nth-child(2){
        height: 60px;
    }
    .item>div:nth-child(2)>h1{
        font-size: 20px;
    }
    .item>div:nth-child(2)>p1{
        font-size: 9px;
        width: 148px;
        height: 20px;
    }
    .item>div:nth-child(3){
        height: 40px;
    }
    .item-btn{
        bottom: 9px;
        width: 60px;
        height: 20px;
        font-size: 12px;
    }
    #next , #prev{
        width: 30px;
        height: 30px;
        top: 350px;
        left: 170px;
        font-size: x-small;
    }
    #next{
        left: unset;
        right: 170px;
    }
    .getmore{
        width: 100px;
        height: 40px;
        font-size: 13px;
    }
    .circle6 {
        right: 200px;
        filter: blur(30px);
        animation-duration: 25s;
    }
    @keyframes circle6_animate {
        from{
            width: 70px;
            height: 70px;
            top: 590px;
        }
        to{
            width: 80px;
            height: 80px;
            top: 100px;
            right: 250px;
        }
    }
    .circle8 {
        width: 70px;
        height: 70px;
    }
    .circle9 {
        width: 100px;
        height: 100px;
    }
    .circle10 {
        width: 60px;
        height: 60px;
        filter: blur(30px);
    }
    @keyframes circle10_animate {
        from{
            top: 500px;
            right: 250px;
        }
        to{
            top: 50px;
            right: 100px;
        }
    }
    #javaimg{
        width: 80px;
        height: 80px;
    }
    #javaimg1{
        width: 80px;
        height: 80px;
    }
    #htmlimg{
        width: 80px;
        height: 80px;
    }
    #cimg{
        width: 80px;
        height: 80px;
    }
    #reactimg{
        width: 80px;
        height: 80px;
    }
    #cssimg{
        width: 80px;
        height: 80px;
    }
    #phythonimg{
        width: 80px;
        height: 80px;
    }
    .languages>div:first-child{
        transform: skewX(0deg);
    }
    .know{
        font-size:44px;
    }
    .lang-namebar{
        top: 250px;
        left: -75px;
    }
    .languages-name{
        height: 50px;
        line-height: 70px;
    }
    .languages-name li {
        font-size: 30px;
        top: 0;
    }
    @keyframes namescroll {
        100%{
            top: -280px;
        }
    }
    .languages-name li span::after{
        top: 6px;
    }
    .circle11{
        width: 80px;
        height: 80px;
        right: 300px;
    }
    @keyframes circle11_animate {
        from{
            top: 300px;
        }
        to{
            top: 100px;
            right: 200px;
        }
    }
    .circle12{
        top: 400px;
        right: 100px;
        width: 50px;
        height: 50px;
        filter: blur(30px);
    }
    .circle13{
        width: 70px;
        height: 70px;
    }
    @keyframes circle13_animate {
        0%{
            top: 200px;
            right: 300px;
        }
        100%{
            top: 450px;
            right: 100px;
        }
    }
    .circle14{
        width: 60px;
        height: 60px;
    }
    .circle15{
        width: 70px;
        height: 70px;
        animation-duration: 10s;
    }
    @keyframes circle15_animate {
        from{
            top: 150px;
            right: 500px;
        }
        to{
            top: 80px;
            right: 80px;
        }
    }
    .circle16{
        top: 480px;
    }
    .gallery-left h2{
        left: 70px;
    }
    .gallery-left h1{
        left: 100px;
    }
    .gallery-left>div{
        right: -170px;
        width: 330px;
    }
    .contact>div:first-child{
        width: 120px;
        height: 190px;
    }
    .contact>div:nth-child(2){
        left: 25px;
        width: 200px;
        height: 140px;
    }
    .contact>div:nth-child(3){
         left: -110px;
         width: 200px;
         height: 150px;
     }
    .contact>div:nth-child(4){
        width: 100px;
        height: 260px;
    }
    .contact>div:nth-child(5){
        right: 70px;
        width: 170px;
        height: 130px;
    }
    .contact>div:nth-child(6){
        left: 15px;
        width: 200px;
        height: 120px;
    }
    .contact>div:nth-child(7){
        left: 150px;
        width: 200px;
        height: 110px;
    }
    .contact>div:nth-child(8){
        right: 0px;
        width: 80px;
        height: 220px;
    }
    .contact>div:nth-child(9){
        width: 100%;
        height: 410px;
        flex-direction: column;
    }
    .contact>div>div:first-child{
        position: relative;
        left: 35px;
        width: 370px;
        height: 500px;
    }
    .contact h1{
        font-size: 75px;
    }
    .contact>div>div>h1:nth-child(2){
        top: 110px;
    }
    .contact-image{
        left: 80px;
        width: 180px;
        height: 180px;
    }
    .contact-image>div{
        width: 180px;
        height: 180px;
        border-radius: 100%;
        backdrop-filter: blur(10px);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .contact-image>div>div{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 165px;
        height: 165px;
        border-radius: 100%;
        background-image: url("../assets/image/picture.jpg");
        background-size: cover;
    }
    .scale-circle>div:first-child{
        font-size: 16px;
    }
    .contact>div:nth-child(10)>div:nth-child(2){
        width: 200px;
    }
}
@media all and (max-width: 375px){
    .wrapper>h1{
        font-size: 9px;
    }
    .container{
        width: 300px;
    }
    .card{
        width: 280px;
    }
    input:checked + label{
        width: 280px;
    }
    .wrapper>button{
        width: 70px;
        height: 25px;
        font-size: 8px;
    }
    .desc{
        width: 50px;
        height: 185px;
        top: 6px;
        margin-left: 10px;
    }
    .desc h4{
        font-size: 6px;
        letter-spacing: 2.2px;
        border-radius: 1px;
    }
    .desc p{
        top: 20px;
        font-size: 6px;
        margin: 4px;
        padding-left: 5px;
        border-radius: 7px;
    }
    .desc button{
        padding: 2px 0px;
        top: 168px;
        left: 33px;
        border-radius: 7px;
        width: 45px;
        height: 15px;
        font-size: 4px;
    }
    .assignment>h1{
        top: 50px;
        font-size: 9px;
    }
    .mainslider{
        height: 200px;
    }
    .silder{
        height: 300px;
    }
    .item{
        width: 160px;
        height: 270px;
    }
    .item>div:first-child{
        height: 160px;
    }
    .item>div:first-child>img{
        width: 130px;
        height: 120px;
    }
    .item>div:nth-child(2){
        height: 60px;
    }
    .item>div:nth-child(2)>p1{
        width: 130px;
    }
    #next , #prev{
        left: 120px;
        font-size: x-small;
    }
    #next{
        left: unset;
        right: 120px;
    }
    .getmore{
        width: 70px;
        height: 25px;
        font-size: 8px;
    }
    #javaimg{
        width: 60px;
        height: 60px;
    }
    #javaimg1{
        width: 60px;
        height: 60px;
    }
    #htmlimg{
        width: 60px;
        height: 60px;
    }
    #cimg{
        width: 60px;
        height: 60px;
    }
    #reactimg{
        width: 60px;
        height: 60px;
    }
    #cssimg{
        width: 60px;
        height: 60px;
    }
    #phythonimg{
        width: 60px;
        height: 60px;
    }
    .languages>div:first-child{
        transform: skewX(0deg);
    }
    .know{
        font-size:36px;
    }
    .lang-namebar{
        top: 190px;
    }
    .languages-name li {
        font-size: 22px;
    }
    .languages-name li span::after{
        top: 6px;
    }
    .toolsbar{
        top: 350px;
        border-radius: 22px;
        width: 130px;
        height: 50px;
        right: 30px;
    }
    .blur{
        border-radius: 22px;
        width: 130px;
        height: 50px;
        gap: 2px;
        right: 30px;
    }
    .tool-desc{
        font-size: 8px;
    }
    .tools img{
        padding-top: 5px;
        width: 17px;
        height: 17px;
    }
    .gallery-left h2{
        font-size: 30px;
        left: 60px;
        top: 30px;
    }
    .gallery-left h1{
        left: 80px;
        top: 50px;
        font-size:60px;
    }
    .contact>div>div:first-child{
        left: 35px;
        width: 350px;
        height: 500px;
    }
    .contact h1{
        font-size: 60px;
    }
    .contact>div>div>h1:nth-child(2){
        top: 100px;
    }
    .contact-image{
        left: 80px;
        width: 160px;
        height: 160px;
    }
    .contact-image>div{
        width: 160px;
        height: 160px;
    }
    .contact-image>div>div{
        width: 145px;
        height: 145px;
    }
    .contact>div:nth-child(10)>div:first-child{
        width: 115px;
        height: 115px;
    }
    .scale-circle>div:first-child{
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .contact>div:nth-child(10)>div:nth-child(2){
        width: 180px;
    }
}
@media all and (max-width: 375px){
    #name{
        font-size: 97px;
    }
    .mypic{
        width: 465px;
        height: 565px;
    }
    .wrapper>h1{
        font-size: 7px;
        letter-spacing: 7px;
    }
    .container{
        width: 300px;
    }
    .card{
        width: 280px;
    }
    input:checked + label{
        width: 280px;
    }
    .wrapper>button{
        width: 70px;
        height: 25px;
        font-size: 8px;
    }
    .assignment>h1{
        font-size: 7px;
        letter-spacing: 7px;
    }
    #next , #prev{
        left: 100px;
        font-size: x-small;
    }
    #next{
        left: unset;
        right: 100px;
    }
    .languagebar {
        left: -20px;
    }
    .gallery-left h2{
        font-size: 28px;
        top: 15px;
    }
    .gallery-left h1{
        top: 40px;
        font-size:50px;
    }
    .gallery-left>div{
        top: 190px;
        right: -130px;
        width: 260px;
        height: 310px;
    }
    .left-gallerybar>span{
        width: 170px;
        height: 300px;
        border-radius: 30px;
    }
    .blurdiv{
        width: 170px;
        height: 300px;
        border-radius: 30px;
    }
    .contact>div>div:first-child{
        left: 35px;
        width: 290px;
        height: 500px;
    }
    .contact h1{
        font-size: 55px;
    }
    .contact>div>div>h1:nth-child(2){
        top: 100px;
    }
    .contact-image{
        left: 50px;
        top: -50px;
        width: 130px;
        height: 130px;
    }
    .contact-image>div{
        width: 130px;
        height: 130px;
    }
    .contact-image>div>div{
        width: 115px;
        height: 115px;
    }
    .contact>div:nth-child(10){
        left: -40px;
    }
    .contact>div:nth-child(10)>div:first-child{
        width: 115px;
        height: 115px;
    }
    .scale-circle>div:first-child{
        width: 80px;
        height: 80px;
        font-size: 11px;
    }
    .contact>div:nth-child(10)>div:nth-child(2){
        width: 165px;
    }
}


