body.dark-mode {
    background-color: #fff !important;
    color: #000 !important;
}

body.dark-mode a{
    color: #000 !important;
}
body.dark-mode p{
    color: #000 !important;
}
body.dark-mode h1,
body.dark-mode h4{
    color: #000 !important; 
}
body.dark-mode i{
    color: #000 !important; 
}


body.dark-mode #poject .porject-detail:hover{
background-color: aliceblue;
}
body.dark-mode #poject .img i{
    color: #cc7ede !important;
}
body.dark-mode #poject .img :hover{
    background-color:rgb(202, 225, 246) !important;
}

body.dark-mode #footer address{
color: gray;
}
body.dark-mode #mediya .fex-box{
background-color: #eed8f3;
}
body.dark-mode #mediya .fex-box a:hover{
color:#ffffff !important;
}
body.dark-mode #mediya .fex-box h6{
color:#ffcbf6 !important;
}
body.dark-mode #first-loding #loading-screen  {
background-color:#79767699 !important;
}

body.dark-mode .cursor {
    border: 5px solid  #cc7ede !important ;
}
body.dark-mode .expand {
    border: 1px solid yellow !important ;
}

::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: transparent
}
::-webkit-scrollbar-thumb{
    background-color:#7ed3de !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


*{
    padding: 0;
    margin: 0;
}
html{
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

body{
    background-color:rgb(17 24 39 )!important;
    min-height: 100vh;
    overflow-x: hidden;
    background: #222;
    font-family: Helvetica, sans-serif;
    cursor: none;
}
#first-loding #loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color:rgba(17, 24, 39, 0.735); /* Background color */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  #first-loding .container {
    --uib-size: 45px;
    --uib-color: #7ed3de;
    --uib-speed: 1.75s;
    --uib-bg-opacity: .1;
    height: 100px;
    width: 100px;
    transform-origin: center;
    overflow: visible;
  }

  #first-loding  .car {
    stroke: var(--uib-color);
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation:
      travel var(--uib-speed) ease-in-out infinite,
      fade var(--uib-speed) ease-out infinite;
    will-change: stroke-dasharray, stroke-dashoffset;
    transition: stroke 0.5s ease;
  }

  #first-loding .track {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--uib-color);
    opacity: var(--uib-bg-opacity);
  }

@keyframes travel {
    0% {
      stroke-dashoffset: 100;
    }
    75% {
      stroke-dashoffset: 0;
    }
  }

    @keyframes fade {
    0% {
      opacity: 0;
    }
    20%, 55% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* Hide loader with fade-out effect */
  #first-loding .hide-loader {
    opacity: 0;
    transition: opacity 0.8s ease-out;
    pointer-events: none;
  }





h1,
h4,
h6,
p{
    color: #fff !important;
}
h3{
    color: #cc7ede !important;
}
span{
    color: #cc7ede !important;
}



#header{
    display: flex;
    align-items: center;
    justify-content:space-around;
    padding:20px 0 70px 0;
}

#header img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header li{
padding-left: 30px;
list-style: none ;
position: relative;
}


#header li a{
    text-decoration: none;
    font-size: 20PX ;
    font-weight: 600;
    color: #fff;;
}

#header li i{
    text-decoration: none;
    font-size: 20PX ;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

#header li a:hover,
#header li a.active{
    color: #cc7ede;
}

#header li a.active::after,
#header li a:hover::after{ 
    content:"" ;
    width: 70%;
    height: 2px;
    background-color: #cc7ede;
    position: absolute;
    bottom: -4px;
    left: 30px;
}

#name div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
#name h1{
    font-size:100px;
}

#name h4{
font-size: 30px;
margin-top:-50px;
padding-bottom: 150px;
}

#name{
    padding-bottom: 30px;
}

#name #button a{
    text-decoration: none;
    border-style: ridge;
    background-color:rgb(31 41 55 ) ;
    color: #fff !important;
    padding: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
#name #button a:hover{
background-color: rgb(55 65 81); ;
}


/* about page */
#detels{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#info #name1{
    font-size: 50px;
font-weight: 600;
}

#info p{
    font-size: 15px;
    padding-bottom: 20px;
}

#hello{
    font-size:20px;
}

#experience{
    /* width: 50%; */
    padding: 15px;
    border-radius: 20px;
    transition:transform .2s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#experience:hover{
    background-color: #8da2fb1a;
    -ms-transform: scale(1.1);
    IE9-webkit-transform: scale(1.1);
    Safari3-8transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#experience .experience-buttons a{
    padding-left: 20px;
    text-decoration: none;
    color:rgb(180 190 254);
}

#experience .button {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: 20px
}

#btn{
    font-size: 10px;
    padding: 10px 20px;
    /* color:rgb(180 190 254); */
    text-decoration: none;
    background-color:  #8da2fb1a;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#poject{
    display: flex;
    align-items: center;
    padding-top: 50px;
}
#poject .cara i,
#poject .bca a{
    text-decoration: none;
    color:rgb(180 177 254);
}

#poject #shop{
padding-bottom: 20px
}

#poject .img {
    padding-left: 35px;
}
#poject .img span{
    padding-left: 10px;
}
#poject .img a{
    padding:10px 30px 
}

#poject .img i{
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#poject .img a:hover{
    color:#8da2fb1a ;
    border-radius:10px ;
    background-color:#8da2fb1a;
    padding:10px 30px ;
}

#poject .img a img{
    width: 20PX;
}

#poject .cara{
    width: 70%;
    flex-direction: column;
    padding: 10px 100px 30px 10px;
    background-color: #8da2fb1a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



#poject .demo h3{
    padding: 50px 0;
}

#poject .porject-detail{
    padding: 20px;
    transition:transform .2s;
}
#poject .porject-detail:hover{
    border-radius: 20px;
    background-color:rgb(31, 41, 55) ;
    -ms-transform: scale(1.1);
    /*IE9*/-webkit-transform: scale(1.1);
    /*Safari3-8*/transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:50px 0;
}
#footer .education{
    background-color: #8da2fb1a;
    padding:30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.education a{
    text-decoration: none;
}

#footer .education i{
    color:rgb(180 177 254);
    font-size: 25px;
    padding-bottom: 30px;
}
#footer span{
font-size: 20px;
color: rgb(180 177 254);
}

#footer .p{
    color: #fff;
font-size: 20px;
width: 60%;
font-weight: 600;
}

#footer .p:hover{
    color: rgb(180 177 254) !important;
}

#footer .hov{
    padding:10px ;
    transition:transform .2s;
}

#footer .hov:hover{
    background-color: #8da2fb1a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-transform: scale(1.1);
    /*IE9*/-webkit-transform: scale(1.1);
    /*Safari3-8*/transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#footer address{
    padding-top:10px;
    font-size: 15px;
    color: #fff;
}
#footer .edu{
    font-size: 13px;
    color:rgb(209 213 219)
}

#footer .skills {
    background-color: #8da2fb1a;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#footer .skill-greed{
padding: 0% ;
display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .skills .pen{
    color: rgb(180 177 254);
    font-size: 20px;
    padding-bottom: 30px;
}


#footer .skill-group a{
    text-decoration: none;
    font-size:40px;
    transition:transform .2s;
    padding:20px;
    -webkit-transition:transform .2s;
    -moz-transition:transform .2s;
    -ms-transition:transform .2s;
    -o-transition:transform .2s;
}
#footer .skill-group a:hover{
    background-color: #8da2fb1a;
    -ms-transform: scale(1.1);
    /*IE9*/-webkit-transform: scale(1.1);
    /*Safari3-8*/transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#footer .skill-group i{
    color: rgb(180 177 254) ;
}

#contact-head{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#contact-head h1{
    padding-top: 50px;
    font-size: 50PX;
    font-weight:600;
}

/* #contact-head span{
    color: #fff;
    border-bottom: 6px solid #cc7ede; */
/* } */

#contact-head p{
    padding: 20px 0;
}

#mediya{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

#mediya .fex-box{
    background-color: rgb(30, 41, 59);
    display: flex;
    flex-direction:column;
    align-items: center;
    padding: 60px 90px;
    border:2px solid #cc7ede;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#mediya .fex-box i{
font-size: 50px;
color: #fff;
padding-bottom: 10px;
}

#mediya .fex-box h1{
    padding-bottom: 10px;
}

#mediya .fex-box h6{
    color:rgb(156 163 175); 
padding-bottom: 20px;
}

#mediya .fex-box a{
    color: #fff;
    text-decoration: none;
    padding: 10px 11px;
    border: 1px solid ;
    border-radius: 20px;
}
#mediya .fex-box a:hover{
    background-color: rgb(55 65 81);
}


#mobile{
    display: none;
    align-items: center;
}

#close{
    display: none;
}


/* Define the keyframes for the bounce animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-150px);
    }
    60% {
        transform: translateY(-75px);
    }
}

/* Style the bouncing box */
.bouncing-box {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    margin: 100px auto;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}







@media (max-width:799px) {

    #name h1{
        font-size: 85px;
    }

    #navbar{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: fixed;
        top: 0%;
        right:-310px ;
        height: 50vh;
        width: 300px;
        background-color:#8e65a9 ;
        box-shadow: 0 40px 60px rgba(246, 246, 246, 0.1);
        padding: 80px 0 0 10px;
        transition:0.3s ease ;
        -webkit-transition:0.3s ease ;
        -moz-transition:0.3s ease ;
        -ms-transition:0.3s ease ;
        -o-transition:0.3s ease ;
}

    #navbar.active {
        right:0px;
    }

    #header li {
    margin-bottom: 25px;
    }

    #mobile{
        font-size: 25px;
        display: flex;
    }

    #themeToggle{
        font-size: 24px;
    }
    #bar{
        padding-left: 20px;
        font-size: 24px;
    }
    #close{
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #fff;
        font-size: 24px;
    }

}


@media (max-width:399px) {

#name h1{
    font-size: 40px;
}
#name h4{
    padding-top: 10px;
    font-size: 15px;
}

    #info{
        width: 100%;
    }

    #experience{
        width: 100%;
    }

#poject .cara{
    width: 100%;
}

    #poject .demo{
        width: 100%;
        padding-top: 90px;
    }

    #contact-head{
        font-size: 12px;
    }
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.logo:hover {
    animation: spin 1.5s linear;
    -webkit-animation: spin 1.5s linear;
}
.logo {
    transition: transform 1s ease-in-out;
}

.logo:hover {
    transform: rotate(360deg);
}


.animated-underline {
    position: relative;
    display: inline-block;
}

.animated-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; /* Adjust this to position the underline */
    width: 100%;
    height: 3px;
    background-color: #cc7ede; /* Change to desired color */
    animation: moving-underline 1.5s infinite linear;
}

@keyframes moving-underline {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}


#social{
    color: #fff;
    font-size: 50px;

}

#social i{
    margin: -6PX;
}

/* cursor style  */
.cursor {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 5px solid #fff;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .2s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid yellow;
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}