@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Staatliches&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
:root{
   --mainbg : #f00;
   --maintextColor: #fcfcff;
   --blackcolor:#010101;
   --orange:#F68E46;
   --fontone:'Staatliches', cursive;
   --fonttwo:'PT Sans Narrow', sans-serif;;
   --purple:#240046;
}

html {
    scroll-behavior: smooth;
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.projContainer{
    width: 100%;
    height: fit-content;
    display:flex;
    overflow-x: scroll;
    padding: 10px  20px;
    padding-top: 30px;
}
.projcard{
    width: 250px;
    height: 350px;
    border-radius: 20px;
    background-color: var(--orange);
    margin: 10px 20px;
    min-width: 250px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 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;
}
.projcard:hover{
    transform: translateY(-2rem);
}

.skill-img{
    color: var(--orange);
    font-size: 70px;
    padding: 10px;
}
.skill-details{
    color: var(--maintextColor);  
}
.skill-details h3{
 font-family: var(--fonttwo);
 text-align: center;
 letter-spacing: 1.3px;
 font-weight: 200;
 margin-bottom: 10px;
}

.skill-details br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 15px; /* change this to whatever height you want it */
}
.skill-details h4{
    font-family: var(--fontone);
    letter-spacing: 2px;
    font-weight: 200;
}
.img{
    color: var(--purple);
    font-size: 70px;
    padding: 10px;
}
.dets{
    color: var(--maintextColor);  
}
.dets h3{
 font-family: var(--fontone);
 font-size: 1.5rem;
 text-align: center;
 letter-spacing: 1.3px;
 font-weight: 200;
 margin-bottom: 10px;
}
.dets p{
    padding: 10px;
    font-family: var(--fonttwo);
}


.dets br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 15px; /* change this to whatever height you want it */
}
.dets h4{
    font-family: var(--fontone);
    letter-spacing: 2px;
    font-weight: 200;
}
.pbar{
    height: 5px;
    width: 100%;
    background-color: white;
}
.pbarlevel{
    height: 100%;
    background-color: var(--orange);
}
.pbartext{
    text-align: right;
    font-size: 13px;
    font-family: var(--fonttwo);
}
/* progress bar levels */
.pbarlevel.html{
    width: 99%;
}
.pbarlevel.css{
    width: 98%;
}
.pbarlevel.js{
    width: 99%;
}
.pbarlevel.nextjs{
    width: 20%;
}
.pbarlevel.android{
    width: 70%;
}
.pbarlevel.flutter{
    width: 20%;
}
.pbarlevel.unity{
    width: 75%;
}
.pbarlevel.construct2{
    width:80%;
}
.pbarlevel.buildbox{
    width:80%;
}
.pbarlevel.console{
    width:90%;
}
.pbarlevel.winform{
    width:90%;
}
.pbarlevel.arduino{
    width:30%;
}
.pbarlevel.ads{
    width:95%;
}
.pbarlevel.git{
    width:95%;
}

.pbarlevel.spotify{
    width:101%;
}
.pbarlevel.nodejs{
    width:80%;
}
/* progress bar levels */
.navBar{
    padding: 20px 10px;
    padding-bottom: 5px;
    width: 100%;
    height: fit-content;
    position: fixed;
    z-index: 100;
    /* background-color: rgba(255, 255, 255, 0.2); */
    backdrop-filter: blur(5px);
    display: flex;
 
}

.navBar ul{
    display: flex;
    list-style: none;
    justify-content: end;
    width: 40%;
    font-family: var(--fontone);
    font-size: 20px;
    margin-left: auto;
}
.navBar ul li{
    margin:0 10px;
    transition: all 0.4s ease;
    height: fit-content;
    
}
.navBar ul li:hover
{
    border-bottom: 1px solid var(--orange);
    
}
.navBar ul li a{
    color: var(--orange);
    text-decoration: none;
}
.bgMain{
    background: var(--purple);
    height: 100vh;
    width: 100%;
    display: flex;
    overflow: hidden;
    
    position: relative;
    /* background: url(bg.jpg);
    background-size: cover; */
    justify-content: center;
    align-items: center;
}
.skills-section{
    margin-bottom: 50px;
    background: var(--maintextColor);
}
.Main{
    position:absolute;
    background: #fff;
    height: 50%;
    width: 100%;
    margin: 0;
    bottom: 0px;
    border-radius: 100vw 100vw 0 0;
    background:var(--maintextColor);
}
.bgMain img{
    width: 200px;
    height: auto;
   
   
    border-radius: 50%;
}
.intro{
    z-index: 10;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.2); */
    flex-direction: column;
    height: fit-content;
    padding: 60px 0;
    margin-top: 10%;
}
.introtxt{
    font-size: 20px;
    color: var(--orange);
    font-family: var(--fonttwo);
}
.introtxt a{
    text-decoration: none;
    color: var(--orange);
}
.sub{
    color: var(--purple);
    font-size: 50px;
    font-family: var(--fontone);
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li i{
   
    color: rgba(255, 255, 255, 0.2) ;
}
.circles li ion-icon{
   
    color: rgba(255, 255, 255, 0.2) ;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    font-size: 40px;
}


.circles li:nth-child(2){
    left: 10%;
    width: 90px;
    height: 90px;
    animation-delay: 2s;
    animation-duration: 12s;
    font-size: 50px;
}

.circles li:nth-child(3){
    left: 70%;
    width: 60px;
    height: 60px;
    animation-delay: 4s;
    font-size: 33px;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    font-size: 33px;
}

.circles li:nth-child(5){
    left: 65%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    font-size: 25px;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    font-size: 50px;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    font-size: 70px;
}

.circles li:nth-child(8){
    left: 50%;
    width: 75px;
    height: 75px;
    animation-delay: 15s;
    animation-duration: 45s;
    font-size: 35px;
   
}

.circles li:nth-child(9){
    left: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 35s;
    font-size: 25px;
    
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    font-size: 100px;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.contact{
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: var(--purple);
    color: var(--maintextColor);
    width: 180px;
    height: 50px;
    font-size: 15px;
    font-family: var(--fonttwo);
    letter-spacing: 2px;
    transition: all ease 0.3s;
}
.contact:hover{
    background-color: none;
    background: none;
    color: var(--purple);
    border: 1px solid var(--purple);
}
.resume{
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color:var(--orange);
    width: 180px;
    height: 50px;
    font-size: 15px;
    font-family: var(--fonttwo);
    letter-spacing: 2px;
    color: var(--purple);
    transition: all ease 0.3s;
}
.resume:hover{
    background-color: none;
    background: none;
    color: var(--purple);
    border: 1px solid var(--orange);
}
.skills,.proj-title
{
    font-family: var(--fontone);
    margin-left: 50px;
    font-size: 50px;
    letter-spacing: 2px;
    color: var(--purple);
    text-align: center;
}
.skills ex,.proj-title ex{
    color: var(--orange);
}
.skillContainer{
    width: 100%;
    height: fit-content;
    display:flex;
    overflow-x: scroll;
    padding: 10px  20px;
    padding-top: 30px;
   
}
div.card{
    width: 250px;
    height: 350px;
    border-radius: 20px;
    background-color: var(--purple);
    margin: 10px 20px;
    min-width: 250px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 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;
}
div.card:hover{
    transform: translateY(-2rem);
}

  
  /* Track */
   ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
 ::-webkit-scrollbar-thumb {
    background: var(--purple);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--orange);
  }
 /* Buttons */
::-webkit-scrollbar-button:single-button {
    background-color: var(--orange);
    display: block;
    border-style: solid;
    width: 10px;

  }
  /* Up */
  ::-webkit-scrollbar-button:single-button:horizontal:decrement {
   background-color: var(--orange);
  }
  
  ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-color: var(--orange);
  }
  /* Down */
  ::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-color: var(--orange);
  }
  
  ::-webkit-scrollbar-button:horizontal:increment:hover {
    background-color: var(--orange);
  }
::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
 
  .arrowholder{
    width: 80px;
    height:80px;
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: jumpInfinite 1.2s linear infinite;
  }
  .down-arrow {
    font-size: 50px;
    color: var(--purple);
    padding: 0;
    margin: 0;
/*     
     */
  }
  @keyframes jumpInfinite {
    0%,100% {
      padding-top: 0;
    }

    50% {
      padding-top: 30px;
    }
  
  }
  .navbutons{
    display: none;
  }
  @media screen and (max-width: 780px)
  {
    
    .navBar{
        backdrop-filter: blur(0);
    }
    .navBar ul{
        display: none;
    }
    .navbutons{
        margin-left: auto;
        display: initial;
    }
    .navbutons i{
        font-size: 40px;
        color: var(--orange);
    }
    .intro{
        margin-top: 0;
        margin-bottom: 100px;
    }
    .sub{
        color: var(--purple);
        font-size: 30px;
        font-family: var(--fontone);
    }
    .actionbuttons{
        margin-top: 15px;
        display: flex;
        width: 100vw;
        padding: 2px 0;
        justify-content: center;
        align-items: center;
    }
    .contact{
    
        width: 170px;
        height: 50px;
        margin-right: 15px;
    }
    .resume{
       
        width: 170px;
        height: 50px;
      
    }
    .Main{
        height: 70%;
        border-radius: 20vw 20vw 0 0;
    }
  }
.mobilenav{
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background-color: rgba(5, 0, 8, 0.8);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    color: var(--orange);
    font-family: var(--fontone);
    justify-content: center;
}

.mobilenav i{
    color: var(--orange);
    font-size: 40px;
    position: absolute;
    padding: 20px;
    top: 0;
    right: 0;
}
.mobilenav p {
    font-size: 35px;
    text-align: center;
    margin: 10px 0;
}

.mobilenav p a{
    text-decoration: none;
    color: var(--orange);
}

.wrapper{
    width:100%;
    height:100%;
    position: absolute;
    left:50%;
    z-index: 103;
    top:50%;
    background-color: #010101;
    transform: translate(-50%, -50%);
}
.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}

