:root{
    --primary-color : #6918ff;
    --secondary-color : #0f1922;
    --normal-color : #fff;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
html{
    scroll-behavior: smooth;
    font-size: 1vw;
    width: 100%;
}
body{
    background-color: #fff;

}
.main{
    width: 100%;
    outline: none;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: var(--normal-color);
}
header{
    width: 100%;
    z-index: 1000;
    top: 0;
    position: sticky;
}

.flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.nav-background{
    transition-duration: .5s;
    width: 100%;
    height: 5.1rem;
    position: absolute;
}
.bg-transparent{
    background-color: transparent;
}
.bg-neutrals-900\/80{
    background-color: #0f1922cc;
}
.backdrop-blur-\[8px\] {
    backdrop-filter: blur(8px);
}
.primary{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 83.333333%;
    right: 50%;
    position: absolute;
}
.logocon{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    position: relative;
}
.logocon a{
    align-items: center;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.duration-500 {
    transition-duration: .5s;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[2\.4rem\] {
    --tw-translate-y: -2.4rem;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.w-full {
    width: 100%;
}
.flex{
    display: flex;
}
nav{
    margin-top: 15px;
    background-color: transparent;
    color: var(--normal-color);
}
.navA{
    width: 83.333333%;
    margin-left: auto;
    margin-right: auto;
}
.navB{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.Pnav{
    align-items: center;
    display: flex;
}
.space-x-8:not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.Snav{
    align-items: center;
    display: flex;
}
.text-xxs {
    font-size: 1.15rem;
    line-height: 1.1;
}
.space-x-1:not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
nav a{
    transition: 0.5s;
    opacity: .5;
}
nav ul{
    list-style-type: none;
    display: flex;
    gap: 1.9rem;

}
 nav a:hover{
    opacity: 1;
    filter:blur(0px);
}
.primary h1{
    font-family: 'Roboto Condensed', sans-serif;

}
.primary h1 strong{
    font-family: 'Montserrat Alternates', sans-serif;
}

.home{
    padding-bottom: 25.65px;
    background-color: var(--primary-color);
    align-items: center;
    box-sizing: border-box;

}
.inner-content{

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
@media (min-width: 581px){
    .inner-content{
        margin-top: calc(2.12em + 2em);
    }
    .article h1{
        font-size: 4.4em;
    }

}   
@media (min-width: 701px) and (max-width: 1500px){
    .inner-content{
        max-width: 1500px;
    }
    html {
        font-size: 0.9rem;
    }
}
@media(min-width: 701px){

    .article{
        margin-top: -3.5em;
    }
    .main{
        touch-action: none;
        scroll-snap-type: y mandatory;
    }
    .article h1{
        max-width: 30vw;
        transition-delay: 200ms;
    }
    .flex{
        align-items: center;
    }
    .nav-background{
        --tw-translate-y: -.9rem;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .logocon{
        align-items: center;
    }

    nav{
        background-color:transparent;
        margin-right: 8.3333335%;
        margin-left: auto;
        margin-top: 20px;
    }
    .navA{
        width: auto;
        margin-bottom: 15px;
    }
    .navB{
        padding-top: 0;
        padding-bottom: 0;
    }

    .md\:text-xs {
    font-size: 1.2rem;
    line-height: 1rem;
    }


    .md\:opacity-100 {
        opacity: 1;
    }
    .md\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:hidden {
        display: none;
    }
}
@media (min-width: 581px) and (max-width: 700px){

    .inner-content {
        padding: 0 7rem;
    }
    .article h1{
        font-size: 3rem;
    }

}
@media(min-width: 701px) and (max-width: 855px){
    .inner-content{
        padding: 0 4rem;
    }
    .article h1{
        font-size: 4rem;
    }

}
@media(min-width: 856px) and (max-width: 1029px){
    .inner-content{
        padding: 0 10rem;
    }
}
@media(min-width: 1030px){
    .inner-content{
        padding: 0 13rem;
    }
}


.article{
    text-align: left;
    position: relative;
    font-size: 10.41px;
    font-weight: 400;
    font-family: "SF UI Text", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
}
.text-content{
    position: relative;

}
.article h1{
    font-size: 5em;
    font-family: "SF UI Text", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    transform: translate3d(0, 0, 0);

    max-width: 311.7px;
    letter-spacing: -0.03em;
}
.color-white{
    color: #fff;
}
.article p{
    font-size: 13px;
    margin: 9.217px 0px;
    color: #fff;
    letter-spacing: 0.05rem;
}
.figure{
    margin-right: 103.9px;
    z-index: 1;
    width: 243.438px;
    height: 256.32px;
    position: relative;
    border: 0.115rem solid #fff;
    border-radius: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    box-sizing: border-box;
    border-radius: 50%;
}
.svg{
    top: -63.5781px;
    width: 415.594px;
    z-index: -1;
    height: 320.438px;
    right: -56.106px;
    position: absolute;
    box-sizing: border-box;
}
.pic{
    margin-left: -17px;
    margin-top: -18.7px;
    background-color: #fff;
    width: 179.9px;
    height: 190.2px;
}
.myimg{
    width: 240px;
    height: 250px;
    border-radius: 50%;
    margin-top: 2px;
}
.highlights{
    display: flex;
    justify-content: space-between;
    color: #ccf381;
    line-height: 1.5;
}
@media (min-width: 701px){
    .highlights {
        width: 55%;
        font-size: 0.865em;
    }
}
.highlights li {
    width: calc(50% - 1.731em);
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (max-width: 581px){
    .inner-content{
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .figure{
        margin-right: 25px;
        margin-top: 20px;
    }
    html{

        font-size: 3vw;

    }
    .article h1{
        margin-left: 20px;
    }
    .article p{
        margin: 15px;
    }
    .home{
        height: 100vh;
        width: 100%;
    }
    @media (min-height: 800px){
        .inner-content{
            margin-top: 50px;
        }
        .article{
            font-size: 12px;
        }
        .article p{
            font-size: 14px;
            margin: 15px;
        }
        .figure{
            margin-top: 40px;
        }
        .highlights{
            font-size: 17px ;
        }
    }
    @media (max-height: 660px){
        .article{
            font-size: 8px;
        }
        .article p{
            font-size: 9px;
        }
        .article h1{
            margin-right: 8px;
            margin-left: 10px;
        }
        .figure{
            margin-right: 0px;
            width: 168px;
            height: 170px;
        }
        .figure img{
            width: 164px;
            height: 165px;
            margin-left: 1.5px;
        }
        .inner-content.bottom{
            margin-top: 50px;
        }
        .highlights{
            font-size: 13px;
        }
    }
}


/*------------second section---------*/
.color-blue{
    color: var(--primary-color);
}

.flex-column{
    display: flex;
    flex-direction: column;
}
.secondp{
    max-width: 701px;
    width: 32vw;
}
.justify{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.cursor-pointer{
    cursor: pointer;
}
.button, [type=button],[type=reset], [type=submit]{
    background-image: none;
    border: none;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: #fff;
    margin: 0;
    padding: 0;
}
.w-6{
    width: 2.2rem;
}
.h-6{
    height: 2.2rem;
}
.rotate{
    transform: rotate(180deg);
}
.hidden{
    display: none;
}
.transition{
    transition: 1s;
}



.resume-button{
    border: 2px solid white;
    font-size: 20px;
    border-radius: 5px;
    width: 120px;
    height: 30px;
    margin-left: 15px;
    padding-left: 12px;
    display: flex;
}
.resume-button svg{
    padding-left: 2px;
    width: 300px;
    height: 22px;
    
}
.resume-button:hover{
    background-color: #4915aa;
}
.skill-sec{
    padding: 10px 0;
    height: 100vh;
    width: 100%;
    background-color: #ccf381;
}
.skills-container{
    padding: 10px 5%;
    margin-top: 10%;
    transition:  opacity 20;
}
.skills{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 40px;
}
.skill:hover{
    border-style: solid;
    border-width: 0 0 0.15rem 0;
    border-color: rgba(212, 57, 49, 0.3);
    border-bottom-width: 0;
    border-right-width: 0.14999999999999858rem;
    transform: translate(10px, -10px);
    box-shadow: 0px 1px #0f1922;
}
.skill{
    background-color: #c6ee7b;
    padding: 40px;
    font-size: 20px;
    border-radius: 10px;
    text-align: left;
    font-weight: 300;
    transition: background 0.5s, transform 0.5s, border-width 0.5s, box-shadow 0.5s;
}
.skill h2{
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    color: #0f1922;
}
.skill p{
    margin-top: 30px;
    text-align: center;
}
.skill h3{
    text-align: center;
    margin-top: 15px;
}
.border {
    width: 100px;
    height: 5px;
    background: #e100ff;
    margin: 12px auto;
}
.lang-row{
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
}
@media (max-width: 701px){
    .resume-button{
        display: none;
    }
    .skill-sec{
        height: fit-content;
    }
}
@media (min-width: 701px) and (min-height: 1020px)
{
    .skill-sec{
        height: fit-content;
        
    }
    .skills-container{
        margin: 10% 0;
    }
}
@media (max-width: 280px)
{
    .skill h2{
        font-size: 30px;
    }
    .skill{
        font-size: 15px ;
    }
}


/*projects section*/
.projects{
    margin-top: 30px;
}

.projects h2{
    text-align: center;
    font-size: 40px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .slider{
    overflow-x: hidden;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
    width: 100%;
    text-align: center;
    
  }
  .text a{
    color: #000;
    font-size: 18px;
  }

  .text:hover{
    color: #cbcbcb;
  }

  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.6s ease;
  }
  
  .active, .dot:hover {
    background: #717171;
    transform: translateX();
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 8.01s;
  }
  
  @keyframes fade {
    0% {transform: translate(-1016px)}
    15% {transform: translate(0px)}
    90% {transform: translate(0px)}
    100% {transform: translate(1200px)}
  }

  /* contact section */
  
  .contact{
    background-color: rgb(15 25 34 / 1);
    padding-top: 7rem;
    padding-bottom: 7rem;
    align-items: center;
    width: 100%;
    display: flex;
    z-index: 10;
    position: relative;
  }
  .inner{
        width: 83.333333%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
  }
  .flexes{
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    }

    .textSec{
        flex-basis: 100%;
        
    }
    .textSec h2{
        margin-bottom: 1rem;
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
        color:rgb(105 25 255 /1);
    }
    .textSec h3{
        margin-bottom: 2rem;
        font-weight: 700;
        color: #fff;
       
    }
    .textSec p{
        color: #c6ee7b;
        line-height: 1.625;
        max-width: 65ch;
        margin-bottom: 3rem;
    }
    .textSec a{
        max-width: 65ch;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 3.5rem;
        line-height: 1.625;
        display: flex;
    }
    .textSec svg{
        display: inline;
        
    }
    .emailtext{
        margin-bottom: 5px;
    }
  @media (min-width: 1024px)
    {
        .flexes{
            flex-direction: row;
        }
        .textSec{
            align-items: center;
            padding-top: 80px;
        }
        .textSec h2{
            font-size: 1.25rem;
            line-height: 1.75rem;
            
        }
        .textSec h3{
            font-size: 3em;
            line-height: 1;
        }
    }
    







  .contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
  }
  .contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .contact-col div .fa{
    font-size: 35px;
    color: #e100ff;
    margin: 10px;
    margin-right: 30px;
  }
  .contact-col div p{
    padding: 0;
  }
  .contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
  }
  .contact-col input, .contact-col textarea{
    width: 100%;
    border-width: 1.5px;
    padding: 15px;
    margin-bottom: 15px;
    outline: none;
    background-color: rgb(15 25 34 / 1);
    color: var(--normal-color);
    border-radius: 0.37rem;
    box-sizing: border-box;
    border: 2px solid #263847;
  }
  .contact-col input:focus, .contact-col textarea:focus{
    border: 2px solid #6918ff;
  }
  .red-btn{
    display: inline-block;
    text-decoration: none;
    color: #6918ff;
    border: 1px solid #6918ff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 1s;
    margin: 50px auto; 
  }
  .red-btn:hover{
    border: 1px solid #6918ff;
    background: #6918ff;
    color: #fff;
    transition: 1s;
  }

  .footer{
    background-color: rgb(15 25 34 / 1);
    
  }
  .footercon{
    
    border-top-width: calc(2px * calc(1 - 0));
    border-top: 2px solid rgba(66, 83, 97, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .copyright{
    justify-content: flex-start;
    color: #fff;
    font-size: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-basis: 33.333333%;
    margin-right: 20rem;
  }
  .icons{
    display: flex;
    gap:  1.7rem;
    padding-right: 35px ;
  }
  .icons i{
    font-size: 1.56rem;
    color: #fff;
    flex-direction: row;
    transition: 0.5s;
  }

  .icons i:hover{
        transform: translateY(-10px) ;
  }
   
  @media (max-width: 581px)
  {
    .copyright{
        margin-right: 2rem;
        font-size: 15px;
    }
    .footercon{
        gap: 2rem;
    }
  }

  