@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root{
    --main-color:rgb(210, 228, 52);
}

*{
    font-family: 'Roboto', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
    line-height: 1.5;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    background: #222;
    padding-left: 30rem;
}

 body.active .home .content .text{
    background:transparent;
    border: 2px solid #fffb0d;
    background-image: linear-gradient(to right, #26f8b9 0%, #F7BB97 51%, #DD5E89 100%); 
    border-radius: 7px;
    color: black
}
body.active .heading{
    color: #009688
}
body.active .home .content h3{
    color:#009688
}
body.active .about .content h3{
    color: #009688
}
body.active .about .skills .progress h3{
    color: black
}
body.active .education .box-container .box h3{
    color: black
}

body.active .education .box-container .box p{
    color: black
}

#theme-toggler{
    position: fixed;
    top:1rem; right: 6rem;
    z-index: 1000;
    height: 3.5rem;
    width: 3.5rem;
    line-height:3.5rem;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: var(--main-color);
    text-align: center;
    color:var(--black);
    background: whitesmoke;
}

#theme-toggler:hover{
    color:#009688;
    box-shadow: var(--box-shadow-inset);
}
.dark-mode {
     background-color: white; 
  
    
}

section{
    padding:1rem 5%;
    min-height: 100vh;
}

.heading{
    font-size: 4rem;
    padding-bottom: 1rem;
    color:whitesmoke;
    text-transform: uppercase;
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}

.btn{
    display: inline-block;
    background:transparent;
    border: 2px solid #009688;
    margin-top: 1rem;
    padding:.8rem 3rem;
    background:#111; 
    color:whitesmoke;
    cursor: pointer;
    font-size: 1.7rem;
    border-radius: 5rem;
    
    
}

.btn i{
    padding: 0 .7rem;
    font-size: 1.9rem;
}

.btn:hover{
    /* background:var(--main-color); */
    background: linear-gradient(to right, #d3eceb 0%, #78eccf 51%, #db074e 100%);
    letter-spacing: .2rem;
    
}

/* .btn {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.btn:hover { background-position: right center; } */

.btn01 {
    display: inline-block;
    margin-top: 1rem;
    padding:.8rem 3rem;
    background:#111;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    color: #FFF;
    transition: 0.5s;
    cursor: pointer;
    font-size: 1.7rem;
    border-radius: 25px;
    margin: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    /* font-family: "Arial Black", Gadget, sans-serif; */
    /* font-size: 17px;
    padding: 8px;
    text-align: center;
    /* text-transform: uppercase; `
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 150px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px; */
    
}
.btn01:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
    background-image: linear-gradient(to right, #88f0eb 0%, #1bffc6 51%, #db074e 100%);
}
.btn-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.btn-1:hover { background-position: right center; }



header{
    position: fixed;
    top:0; left:0; bottom:0;
    background:#222;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    flex-flow: column;
    padding:8rem 2rem;
    width:30rem;
    text-align: center; 
}
header .user img{
    height: 17rem;
    width: 17rem;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: .7rem solid var(--main-color);
}
header .btn{
    font-size: large;
    height: 5rem;
    width: 22rem;
    border-radius: 25%;
    object-fit: cover; 
    margin-bottom: 0rem;
    border: .4rem solid rgb(255, 24, 24);
}
header .btn span{
    color:rgb(255, 7, 7);
}
header .logo{
    text-transform: uppercase;
    color:#fff;
    font-size: 1.9rem;
    font-weight: bolder;
}

header .logo span{
    text-transform: uppercase;
    color:var(--main-color);
}
header .navbar{
    width:65%;
}
header .navbar a{
    list-style: none;
    padding: 1rem 3rem;
  
}
header .navbar a{
    display: block;
    padding: 0.6rem;
    margin:1rem 0;
    background:transparent;
    border: 2px solid #009688;
    /* background: linear-gradient(to right, #d3eceb 0%, #ff9797 51%, #ff3333 100%); */
    /* background: #333; */
    color: #fff;
    font-size: 1.8rem;
    border-radius: 5rem; 
 }

header .navbar a:hover{
    letter-spacing: .2rem;
    background: linear-gradient(to right, #d3eceb 0%, #78eccf 51%, #db074e 100%);
    /* color:var(--main-color); */
}

header .follow a{
    font-size: 2.5rem;
    color:#fff;
    margin:0 .7rem;
} 
header .follow a:nth-child(1) {
    color: #21acd6;
  }
header .follow a:nth-child(2) {
    color: #23dddd;
  }
header .follow a:nth-child(3) {
    color: #fd538ce5;
  }
  header .follow a:nth-child(4) {
    color: #3275f1;
  }
header .follow a:hover{
    color:var(--main-color);
}

#menu-bars{
    position: fixed;
    top:1rem; right: 1rem;
    z-index: 10000;
    background:var(--main-color);
    color:#fff;
    border-radius: .5rem;
    padding:1rem 1.5rem;
    font-size: 1.8rem;
    cursor:pointer;
    display: none;
}

.cursor-1{
    position: absolute;
    top:0; left:0;
    height:1rem; width:1rem;
    background: var(--main-color);
    pointer-events: none;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 10000;
}

.cursor-1.active{
    height:7rem;
    width:7rem;
    opacity: .3;
}

.cursor-2{
    position: absolute;
    top:0; left:0;
    height:4rem; width:4rem;
    border:.1rem solid var(--main-color);
    pointer-events: none;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 10000;
    transition: .3s linear;
}

.cursor-2.active{
    display: none;
}

.home{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:1.5rem;
}
.home #particles-js{
    position:absolute;
    top:0;left:0;
    height: 100%;
    width: 1050;
}
.home ::before{
    content:'';
    position:absolute;
    top:0;left:0;
    height: 100%;
    width: 1050;
}
/* .home .image{
    flex:1 1 10rem;
}

.home .image img{
    width:100%;
} */
.home .user img{
    height: 40rem;
    width: 40rem;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: .7rem solid var(--main-color);

}


.home .content{
    flex:1 1 40rem;
}

.home .content .hi{
    font-size: 2.8rem;
    color:var(--main-color);
}

.home .content h3{
    font-size: 4.5rem;
    color:whitesmoke;
    text-transform: uppercase;
}

.home .content h3 span{
    color:var(--main-color);
    text-transform: uppercase;
}

.home .content .info{
    font-size: 2.5rem;
    color:white;
    padding:.5rem 0;
}

.home .content .text{
    font-size: 1.7rem;
    color:whitesmoke;
    padding:.5rem 0;
}

.about .row-1{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding-bottom: 2rem;
}

.about .row-1 .image{
    flex:1 1 25rem;
}

.about .row-1 .image img{
    height: 100%;
    width:100%;
    object-fit: cover;
    border:1rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.about .row-1 .content{
    flex:1 1 50rem;
}

.about .row-1 .content h3{
    color:whitesmoke;
    font-size: 3.5rem;
}
.about .row-1 .content span{
   
    color:var(--main-color);
}


.about .row-1 .content p{
    color:#666;
    font-size: 1.7rem;
    padding:.5rem 0;
}

.about .row-1 .content .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding: 0.5rem 0;
}

.about .row-1 .content .box-container .box{
    flex:1 1 20rem;
}

.about .row-1 .content .box-container .box span{
    color:var(--main-color);
}

.about .row-2{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    align-items: center;
}

.about .row-2 .skills{
    flex:1 1 40rem;
}

.about .row-2 .skills .progress{
    padding:1rem 0;
}

.about .row-2 .skills .progress h3{
    display: flex;
    justify-content: space-between;
    padding:.7rem 0;
    font-size: 1.7rem;
    color:whitesmoke;
    font-weight: 400;
}

.about .row-2 .skills .progress .bar{
    width:100%;
    background:#ccc;
    overflow:hidden;
    height:1rem;
    border-radius: 50rem;
}

.about .row-2 .skills .progress .bar span{
    display:block;
    height:100%;
    /* background:rgb(253, 5, 5); */
       border-radius: 50rem;
}

.about .row-2 .skills .progress:nth-child(1) .bar span{
    width:60%;
    background:rgb(253, 5, 5);
}

.about .row-2 .skills .progress:nth-child(2) .bar span{
    width:60%;
    background:rgb(57, 231, 22);
}

.about .row-2 .skills .progress:nth-child(3) .bar span{
    width:80%;
    background:rgb(5, 253, 220);
}

.about .row-2 .skills .progress:nth-child(4) .bar span{
    width:70%;
    background:rgb(253, 249, 5);
}

.about .row-2 .box-container{
    flex:1 1 40rem;
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.about .row-2 .box-container .box{
    flex:1 1 15rem;
    background:#fff;
    padding:2rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.about .row-2 .box-container .box h3{
    color:var(--main-color);
    font-size: 3rem;
}

.about .row-2 .box-container .box p{
    color:#666;
    font-size: 1.7rem;
    padding-top: .5rem;
}

/* .service .box-container{ 
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.service .box-container .box{
    flex:1 1 30rem;
    text-align: center;
    padding:2rem;
    background:#fff;
    border-radius: .5rem;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

.service .box-container .box i{
    height:6rem;
    width:6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    color:#fff;
    background:var(--main-color);
    border-radius: 50%;
}

.service .box-container .box h3{
    color:#444;
    font-size: 2.2rem;
    padding-top: 1rem;
}

.service .box-container .box p{
    color:#666;
    font-size: 1.7rem;
    padding-top: .5rem;
}P*/
.education{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
} 
.education .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 0;
    padding-left: 0rem;
} 
.education .box-container .box{
    width: 27rem;
    margin: 4rem 1rem;
    padding-left: 2rem;
    border-left: .2rem solid rgb(255, 8, 8);
    position: relative;
}
.education .box-container .box span{
    font-size: 1.3rem;
    background: rgb(88, 88, 88);
    color: #fff;
    border-radius: 5rem;
    padding: .3rem 2.5rem;
}
.education .box-container .box h3{
    font-size: 2rem;
    color: #fff;
    padding-top: 1.5rem;
}
.education .box-container .box p{
    font-size: 1.4rem;
    color: #eee;
    padding: 1rem 0;
}
.education .box-container .box i{
    position: absolute;
    top: -1.5rem; left: -2.5rem;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    line-height: 5rem;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background:var(--main-color);;
}

/* .experience .box-container{
    display: flex;
    flex-wrap: wrap;
}
    
.experience .box-container .box{
    position: relative;
    flex:1 1 33rem;
    border-left: .2rem solid var(--main-color);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;    
}

.experience .box-container .box::before{
    content: '';
    position: absolute;
    top:0; left:-1rem;
    height:2rem;
    width:2rem;
    border-radius: 50%;
    background:var(--main-color);
}

.experience .box-container .box .content{
    background:#fff;
    padding:1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.experience .box-container .box .content span{
    color:#fff;
    font-size: 1.7rem;
    background:var(--main-color);
    border-radius: 50rem;
    padding:.4rem 1rem;
}

.experience .box-container .box .content h3{
    font-size: 2.5rem;
    padding:.5rem 0;
    color:#111;
}

.experience .box-container .box .content p{
    font-size: 1.5rem;
    color:#666;
} */

.portfolio .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.portfolio .box-container .box{
    flex:1 1 30rem;
    height:25rem;
    position: relative;
    overflow:hidden;
    border:1rem solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    background:#fff;
    border-radius: .5rem;
}

.portfolio .box-container .box img{
    height:100%;
    width:100%;
    object-fit: cover;
    border-radius: .5rem;
    position: relative;
    z-index: 1;
}

.portfolio .box-container .box:hover img{
    height:75%;
    width:75%;
}

.portfolio .box-container .box h3{
    position: absolute;
    bottom:.5rem; left:1rem;
    font-size: 2.5rem;
    color:#333;
    text-transform: uppercase;
}

.portfolio .box-container .box .icons{
    position: absolute;
    top:1rem; right:1rem;
}

.portfolio .box-container .box .icons a{
    display: block;
    height:4rem;
    width:4rem;
    border-radius: .5rem;
    background: #eee;
    color:#333;
    font-size: 1.7rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: 1rem;
}

.portfolio .box-container .box .icons a:hover{
    background:var(--main-color);
    color:#fff;
}

.contact .icons-container{
    display: flex;
    gap:1.5rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.contact .icons-container .icons{
    flex:1 1 25rem;
    text-align: center;
    padding:2rem;
    background:#fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.contact .icons-container .icons i{
    height:5rem;
    width:5rem;
    line-height: 5rem;
    font-size: 2rem;
    background: var(--main-color);
    color:#fff;
    border-radius: 50%;
}

.contact .icons-container .icons h3{
    color:#111;
    font-size: 2rem;
    padding:.5rem 0;
    padding-top: 1rem;
}

.contact .icons-container .icons p{
    color:#666;
    font-size: 1.7rem;
}

.contact .row{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.contact .row form{
    flex:1 1 55rem;
    background:#fff;
    padding:0 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.contact .row .map{
    flex:1 1 25rem;
    border:1rem solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
    width: 100%;
}

.contact .row form .box,
.contact .row form textarea{
    width: 100%;
    border-bottom: .1rem solid #333;
    color:#333;
    text-transform: none;
    font-size: 1.7rem;
    padding:1rem 0;
    margin:1rem 0;
}

.contact .row form .box:focus,
.contact .row form textarea:focus{
    border-color: var(--main-color);
}

.contact .row form .box::placeholder,
.contact .row form textarea::placeholder{
    text-transform: capitalize;
}

.contact .row form textarea{
    height: 20rem;
    resize: none;
}

.contact .row form .btn{
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.footer{
    margin-top: 2rem;
    font-size: 2rem;
    padding:2.5rem;
    text-align: center;
    color:#666;
    background: #fff;
}

.footer span{
    color:var(--main-color);
}


















/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }
    
    body{
        padding: 0;
    }

    #menu-bars{
        display: initial;
    }

    header{
        left:-120%;
    }

    header.active{
        left:0%;
    }

    .cursor-1,
    .cursor-2{
        display: none;
    }

}

@media (max-width:350px){

    html{
        font-size: 50%;
    }

    header{
        width:100%;
    }

    .experience .box-container .box{
        padding-right: 0;
    }

}