/* General */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
    
}
html{
    scroll-behavior: smooth;
}

body{
    /* background-color: rgba(0,0,0,0.2); */
    background-color: #032541;
    scroll-behavior: smooth;
    
}


.bg-light{
    background-color: #032541!important;
}

.scroll-effect{
    transition: all 1s linear;
    transform: translateX(10px);
    animation: scroll 0.5s ease;
}
@keyframes scroll{
    0%{
        opacity: 0;
        transform: translateX(10px);
    }
    100%{
        opacity: 1;
        transform: translateX(10px);
    }
}


::-webkit-scrollbar{
    width: 0.5rem;
    scroll-behavior: smooth;
}
::-webkit-scrollbar-track{
    background-color:#ff10f0;
}

::-webkit-scrollbar-thumb{
    border-radius:30px;
    background-color: #fff;
    /* box-shadow: 4px 5px 10px 5px #ccc inset; */
}

/* navbar */


.header_wrapper .navbar-toggle:focus{
    box-shadow: none;
    color: white;
}

.header_wrapper .nav-item{
    padding: 0 0.625rem;
}

.header_wrapper .nav-item .nav-link{
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.header_wrapper .nav-item .nav-link .active,
.header_wrapper .nav-item .nav-link:hover{
    transition: all 0.5s linear;
    color: #e4bbe2;
    
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    background-color: #fff;
    display: none;
}

/* nav end */
.social-media{
    display:flex;
    text-align: center;
    overflow: hidden;
    flex-wrap: wrap;
}
.social-media a{
    width: 40px;
    height: 40px;
    /* background-color: black; */
    box-shadow: 1px 4px 10px 5px #e2e0e0;
    box-shadow: 1px 4px 10px -3px #ff10f0 inset;
    border-radius: 50%;
    text-decoration: none;
    padding-left: 1.5rem;
    line-height: 1.25rem;
    margin:.625rem;
    text-align: center;
}

a i {
    font-size: 1.1rem;
    transform: translateX(-15px) translateY(11px);
    transition: all 1s linear;
}

a:hover i{
    transform: scale(1.2);
}
.fa-linkedin{
    color: #0097e6;
}

.fa-github{
    color:#000 ;
}
.fa-discord{
    color:#0097e6 ;
}
.fa-instagram{
    color:#e84393 ;
}
.fa-youtube{
    color:#e84118 ;
}
.fa-twitter{
    color: #0097e6;
}

.wrapper .cols{
    vertical-align: middle;
    align-items: center;
    transition: all .5s ease; 
}

.wrapper{
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 0 10%; */
    overflow: hidden;
    transition: all 0.5s;
}

.cols{
    width: 100%;

}
.topline{
    display: block;
    position: relative;
    font-size: 18px;
    letter-spacing: 5px;
    color: #3d535f;
}
.topline::after{
    content: " ";
    position: absolute;
    width: 45px;
    height: 4px;
    bottom: 5px;
    background-color: #ff10f0;
}

span.type{
    color: #ff10f0;
    font-weight: 600;
    /* text-transform: capitalize; */
    /* display: block; */
}
p{
    display: block;
    width: 90%;
    font-size:0.9em;
    color: #3d535f;
}
.btns{
    width: 100%;
    position: relative;
    left: 25px;
    
}
button{
    outline:none;
    border: none;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 30px 5px;
    letter-spacing: 2px;
    text-transform: capitalize;
    box-shadow: 0 5px 8px rgba(0,0,0,0.4);
    /* box-shadow: 2px 5px #ff10f0; */
    border-radius: 1rem;
    transition: all 0.5s linear;
}
button:hover{
    background-color: #ff10f0;
    color: #fff;
    border: none;
    border-radius: 1rem;
    box-shadow: none;

}

.imgbox img{
    /* width: 15rem; */
    /* height: 15rem; */
    position: relative;
    top:-5px;
    transform: rotateY(5deg);
    background-size:cover;
    z-index: 10;
    /* box-shadow: 0 0 10px 1px rgba(0,0,0,0.1); */
    
}
/* .circle-arc{
    width: 20rem;
    height: 19rem;
    background-color: #f585ee;
    border-radius:50%;
    border:1rem dashed #fff;
    z-index: -10;
    animation: rota 20s infinite;
    
    

} */
@keyframes rota{
    0%{
        opacity: 0;
        transform:rotate(360deg);
    }
    50%{
        opacity: 1;
        transform:scale(1.2);
    }
    100%{
        opacity: 0;
        transform: rotate(360deg);
    }

}
/*
.hexagon-arc{
   border:0.5rem solid #ff10f0;
   width: 500px;
   height: 500px;
   /* height: 20px; 
   text-align: center;
   /* background: linear-gradient(#ff10f0, #f585ee); 
   padding-left:5rem;
   align-items: center;
   border-radius: 50%;

}*/

.profileimg img{
    margin-left:1rem;
    width: 30rem;
    height: 30rem;
    cursor: pointer;
    

}

.profileimg img::after{
   content: " ";
   width: 30rem;
   height: 30rem;
   border: 1px solid black;
   box-shadow: 15px 15px 10px -2px #ff10f0;
   transition: all 0.5s ease;
}
.profileimg:hover .profileimg img::after{
    width: 30rem;
    height: 30rem;
    border: 1px solid black;
    box-shadow: 15px 15px 10px -2px #ff10f0;
    transition: all 0.5s ease;
}


 .hiddenEle{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-10px);
    transition: all 2s ease;
}

.show{
 opacity: 1;
 filter: blur(0px);
 transform: translateX(10px);
}

/* @media(prefers-reduced-motion){
    .hidden{
        transition: none;
    }
} */

/* scroll end */

/* about section */

/* line effect */

h4.line-effect {
    font-weight: 400;
    padding: 1rem;
    cursor: pointer;
    color: #fff;
}

h4.line-effect::after {
    content: "";
    position: absolute;
    width: 5.25rem;
    height: 0.1rem;
    background-color: #ff10f0;
    top: 47px;
    left: 46px;
    transition: all 0.5s ease-in-out;
}

h4:hover::after{
    transform: scale(1.4);
}

.portcontainer{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
}

.circle-effect{
    width:150px;
    height: 150px;
    background-color: #ff10f0;
    position: relative;
    border: 2px solid greenyellow;
    border-radius: 100%;
    
}


/* timeline start */
.timeline{
    position: relative;
    max-width: 1200px;
    margin: 1rem auto;
}

 .title-box{
    padding: 10px 15px;
    position: relative;
    width:50%;
    /* background: rgba(0,0,0,0.3); */
    animation: movedown 0.5s ease;
    /* opacity: 0; */
}

.title-box:nth-child(1){
    animation-delay: 0s;
}
.title-box:nth-child(2){
    animation-delay: 1s;
}
.title-box:nth-child(3){
    animation-delay: 1.50s;
}

@keyframes movedown{
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}


.txt-box{
    padding: 20px;
    background-color: #fff;
    position: relative;
    border-radius:5px;
    color: #000;

}

.left-box{
    left: 0;
}

.right-box{
    left:50%;
}

.title-box i{
    position: absolute;
    /* width: 100px; */
    border-radius: 50%;
    top: 43px;
    right: -10px;
    color: #ff10f0;
    font-weight:900;
    z-index: 10;
    
}


.right-box i{
    left: -5px;
}

.timeline::after{
    content: " ";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color:#fff;
    top: 0;
    left: 50%;
    margin-left: -2px;
    z-index: -1;
    animation: moveline 0.5s ease-out;
    border-radius: 50%; 
}

@keyframes moveline{
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}


.left-arrow{
    width: 0;
    height: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
}
.right-arrow{
    width: 0;
    height: 0;
    position: absolute;
    top:28px;
    z-index:1;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: -14px;
}



/* skills css */
.skill{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 2rem;
}

.percentage{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.greycircle{
    stroke-dasharray: 472px;
    stroke-dashoffset: 472px;
    animation: circle 3s forwards;
}

@keyframes circle{
    0%{
        opacity: 0;
        stroke-dashoffset: 0;
    }
    100%{
        opacity: 1;
        stroke-dashoffset: 141px;
    }
}

.greycircle1{
    stroke-dasharray: 472px;
    stroke-dashoffset: 472px;
    animation: circle1 3s forwards;

}
@keyframes circle1{
    0%{
        stroke-dashoffset: 0px;
    }
    100%{
        stroke-dashoffset: 236px;
    }
}
.greycircle2{
    stroke-dasharray: 472px;
    stroke-dashoffset: 472px;
    animation: circle2 3s forwards;

}
@keyframes circle2{
    0%{
        stroke-dashoffset: 0px;
    }
    100%{
        stroke-dashoffset: 306px;
    }
}

.greycircle3{
    stroke-dasharray: 472px;
    stroke-dashoffset: 472px;
    animation: circle3 3s forwards;

}

@keyframes circle3{
    0%{
        stroke-dashoffset: 0px;
    }
    100%{
        stroke-dashoffset: 330px;
    }
}

.title-skill{
    display: flex;
}
.mytitle{
    text-align: center;
    /* margin-top: 4rem; */
    /* font-weight: 600; */
    padding: 1rem;
    color: #fff;
    font-size: 1.25rem;
}
.edutitle{
    text-align: center;
    /* margin-top: 4rem; */
    /* font-weight: 600; */
    padding: 1rem;
    color: #fff;
    font-size: 1.25rem;
}

/*section-portfolio */
.port-section{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.porttitle {
    text-align: center;
    /* margin-top: 4rem; */
    font-weight: 600;
    padding: 1rem;
}

.box{
    height:300px;
    width: 25%;
}

.box-img{
    height: 150px;
    background-size: cover;
    
}
.box-content{
    margin: 15px;
    border-top-left-radius: 15px ;
    border-bottom-right-radius: 15px;
    transition: all 0.5s ease;
    cursor: pointer;
    
}

.box-content:hover{
    opacity: 0.5;
    /* box-shadow: 5px 10px #fff; */
    transform:translateX(5px) translateY(-5px);

}

.product-title{
    margin-top: 20px;
    padding: 10px;
}
.des{
    padding: 10px;
}


@media (max-width:768px){
    .navbar-toggler{
        display: block;
    }
    .wrapper{

        display: block;
        /* text-align: center; */
        

    }
    .cols{
        width: 100%;
        margin: 0 1.563rem;

    }
    .social-media{
        width: 100%;
    }
    .social-media a{
    /* margin: 0 auto; */
    }
    .imgbox{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-arc img{
        width: 60%;
        height: auto;
    } 
    .navbar-collapse{
        position: relative;
        background-color: #032541;

    }
    .navbar-collapse .menu-navbar-nav{
        text-align: center;
    }
    .profileimg img{
        width: 100%;
    }
    .container{
        width: 100%;
        display: block;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    p{
        /* width: 100%; */
        font-size: 1.3 rem;
    }
    /* .navbar-brand {
        margin-right: -30rem;
    } */
    /* resume responsive */
    .timeline{
        margin: 35px 2.5rem;
    }
    .timeline::after{
        left: -12px;
    }
    .container{
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;

    }
    .text-box{
        font-size: 13px;
    }

    .text-box small{
        margin-bottom: 10px;

    }
    .right-box{
        left: 0;
        width: 100%;
    }
    .left-box{
        width: 100%;
    }
    .left-arrow{
        left: -12px;
        transform: rotate(45deg);
    }
    .right-arrow{
        left: -12px;
        transform: rotate(226deg);
    }
    .title-box{
        width: 100%;
    }
    .title-box i {
        width: 100%;
        right: 18px;
        top: 3rem;
       
    }
    .right-box i {
        left: -18px;
        top: 3rem;
    }

    /* timeline end */

    /* portfolio responsive  */
    .box{
        width: 50%;
        height: auto;
    }
    /* portfolio responsive end  */
    .info {
        margin: 0 1.5rem;
    }

}

/* 500px  */
@media (max-width:500px){
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
 }
 .imgbox img {
    top: 25px;
    left: 3rem;
  }

  .btns{
    left: 1.5rem;
  }
  .timeline{
    margin: 35px 2.5rem;
}
.title-box {
    width: 100%;
}

p {
    margin: 0 1.5rem
 }
 h4 {
    margin: 0 0.5rem;
}
.info {
    margin: 0 1.5rem;
}
.profileimg {
    display: flex;
    justify-content: center;
    align-items: center;
}
button.sms-btn {
    margin: 1rem 1.5rem;
}
.circle {
    margin: 1rem;
}
.row{
    margin-right: 0;
}
.box{
    width: 100%;
}
.container{
    margin-right: 0;
}
form.my-form {
    margin: 0 1.5rem;
}
.circle-arc img {
    width: 35%;
}
}

@media (max-width:1400px){
    .para{
        font-size: 1.2rem;
    }
}