*{
    padding: 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
}
header{
    width: 100%;
    height: 100vh;
    background-image: url(bg1.jpg);
    background-size: cover;
}
.header-menu{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    background: #060405;
    box-shadow: 0px 5px 10px rgba(85, 83, 83, 0.4);
}
.iconbar{
    color: #fff;
    font-size: 2rem;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
}
.iconbar:hover{
  color: #0fffb7;
}
.logo h1{
    width: 20%;
    text-align: center;
    color: #0fffb7;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 5px;
    padding-left: 100px;
    padding-top: 15px;
}
.menu-list{
    width: 80%;
    text-align: right;
    padding-right:50px; 
}
.menu-list li{
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
    letter-spacing: 2px;
    padding-left: 32px;
}
.menu-list li a{
    color:#fff;
    text-decoration: none;
    font-size: 15px;
}
.menu-list li a:hover{
    color: #0fffb7;
    font-weight: bold;
}
.header-content{
    text-transform: uppercase;
    padding-top:300px;
    width: 100%;
    height: 100vh;
    text-align: center;

}
.header-content h1{
    color:#fff;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.7em; 
}
.header-content h2{
    color:#0fffb7; 
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.3em;
}
/* About section */
.about{
    margin: 0;
    padding: 70px 0 10px;
    background: #060405;
    width: 100%;
}

.about-box{
    margin-top: 100px;
    margin:auto; 
    background:#0b090a;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 30px rgba(85, 83, 83, 0.4);
}
.about-box h2{
    padding: 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sub-box{
    background: #0b090a;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pic{
    width: 36%;

}
.pic img{
    height: 500px;
    width: 400px;
    margin: 10px;
    border: 1px solid #0fffb7;
    border-radius: 10%;
}
.story{
    width: 70%;
    color:  #0fffb7;
    float:right;
}
.story p{
    font-weight: 300;
    padding-left: 120px;
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 40px;
    text-align: justify;
}
.resume{
    text-align: center;
    padding: 20px;
}
.btn{
    padding: 5px;
    border: none; 
    background: #fff;
    width: 140px;
    height: 45px;
    cursor: pointer;
    border:2px solid #0fffb7;
    border-radius: 4px;
}
.btn:hover{
    color: #000;
    background: rgb(173, 171, 171);
}
/*  Skills_section */
.main{
    width: 100%;
    background: #060405;
    padding: 70px 0 10px;
    margin: 0;
}

.center{
    margin:auto; 
    width: 80%;
    padding: 20px;
    background: #0b090a;
    box-sizing: border-box;
    box-shadow: 0 20px 30px rgba(85, 83, 83, 0.4);
}
.center h2{
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.skill-box{
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0px;
}
.skill-box p{
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
    /* font-weight: bold; */
    letter-spacing: 1px;
}
.skill-box p:nth-child(2){
    float: right;
    position: relative;
    top: -25px;

}
.skill{
    background: #060405;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #0fffb7;
    border-radius: 2px;
}
.skill-level{
    background: #0fffb7;
    width: 100%;
    height: 8px;
}
/*  Project_section */
.project-area{
    margin: 0;
    padding-top: 90px;
    background: #060405;
    width: 100%;
}
.project{
    margin-top: 10px;
    margin-bottom: 20px;
    margin:auto; 
    background:#0b090a;
    width: 80%;
    padding-left: 20px;
    box-shadow: 0 20px 30px rgba(85, 83, 83, 0.4);
    
}
.project h2{
    padding-left: 30px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.card{
    background: #0b090a;
    padding: 10px;
    margin: 10px 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.slider{
   width: 26.66%;
   height: 200px;
   box-shadow: 1px 2px 10px 2px #0fffb7;
   margin-right: 100px;
   margin-top: 5px;
   background-image: url(img/e1.jpg);
   animation:img-slider 10s infinite linear;
   background-size: 100% 100%;
}
@keyframes img-slider{
    0% {  background-image: url(img/e1.jpg); }
    35% {  background-image: url(img/e2.jpg); }
    75% { background-image: url(img/e3.jpg); }
}
.slider2{
    width: 26.66%;
    height: 200px;
    box-shadow: 1px 2px 10px 2px #0fffb7;
    margin-right: 100px;
    margin-top: 5px;
    background-image: url(img/old1.jpg);
    animation:img-slider2 10s infinite linear;
    background-size: 100% 100%;
 }
 @keyframes img-slider2{
     0% {  background-image: url(img/old1.jpg); }
     35% {  background-image: url(img/old2.jpg); }
     75% { background-image: url(img/old3.jpg); }
 }
.slider3{
    width: 26.66%;
    height: 200px;
    box-shadow: 1px 2px 10px 2px #0fffb7;
    margin-right: 100px;
    margin-top: 5px;
    background-image: url(img/h1.jpg);
    animation:img-slider3 10s infinite linear;
    background-size: 100% 100%;
 }
 @keyframes img-slider3{
     0% {  background-image: url(img/h1.jpg); }
     35% {  background-image: url(img/h2.jpg); }
     75% { background-image: url(img/h3.jpg); }
 }
.slider4{
    width: 26.66%;
    height: 200px;
    box-shadow: 1px 2px 10px 2px #0fffb7;
    margin-right: 100px;
    margin-top: 5px;
    background-image: url(img/b1.jpg);
    animation:img-slider4 10s infinite linear;
    background-size: 100% 100%;
 }
 @keyframes img-slider4{
     0% {  background-image: url(img/b1.jpg); }
     50% {  background-image: url(img/b2.jpg); }
 }
.slider5{
    width: 26.66%;
    height: 200px;
    box-shadow: 1px 2px 10px 2px #0fffb7;
    margin-right: 100px;
    margin-top: 5px;
    background-image: url(img/chatBot.png);
    animation:img-slider5 9s infinite linear;
    background-size: 100% 100%;
 }
 /* @keyframes img-slider5{
     0% {  background-image: url(img/o1.jpg); }
     35% {  background-image: url(img/o2.jpg); }
     75% { background-image: url(img/o3.jpg); }
 } */
.slider6{
    width: 26.66%;
    height: 200px;
    box-shadow: 1px 2px 10px 2px #0fffb7;
    margin-right: 100px;
    margin-top: 5px;
 }
 .slider6  img{
    width: 100%;
    height: 200px;
 }
.slider-title{
    width: 26.66%;
    margin-right: 100px; 
    height: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #0fffb7;
}
.slider-title p{
    letter-spacing: 1px;
}
.slider-title p a{
    color:#0fffb7;
    text-decoration: none;
}

/*  Contact_section */
.contact{
    width: 100%;
    background: #060405;
    padding: 70px 0 10px;
}
.contact-box{
    margin:auto; 
    width: 80%;
    padding: 20px;
    background: #0b090a;
    box-sizing: border-box;
    box-shadow: 0 20px 30px rgba(85, 83, 83, 0.4);
}
.contact-box h2{
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-box h4{
    color: #fff;
    text-align: center;
    letter-spacing: 1.5px;
}
.sub-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.left{
    width: 50%;
    height: 500px;
}
.right{
    width: 50%;
    height: 500px;
    border-left: 3px dotted #0fffb7;
}
.form{
    padding-right: 10px;
    margin-right: 10px;
}
.form-col{
    display: flex;
    flex-direction: column;
    align-items:left;
    color: #0fffb7;
    margin-top: 20px;
    letter-spacing: 1px;
}
.f-input{
   width: 100%;
   height: 30px;
   border: none;
   outline: none;
   font-weight: bold;
   letter-spacing: 1px;
   font-size: 20px;
   box-shadow: 1px 2px 10px 1px #0fffb7;
   border-radius: 5px;
}
.m-input{
    border: none;
    outline: none;
    height: 200px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    box-shadow: 1px 2px 10px 1px #0fffb7;
    border-radius: 5px;
}
.f-btn{
    width: 100%;
   height: 40px;
   margin-top: 5px;
    border: none;
    outline: none;
    border: 2px solid #0fffb7;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    background: #fff;
    cursor: pointer;
}
.f-btn:hover{
    background: #0fffb7;
}
.level{
    font-size: 20px;
}
.add{
    width: 100%;
    height: 200px;
    margin-top: 50px;
    padding: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.detail{
    color: #0fffb7;
}
.social-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s-icon{
    padding: 0px;
    margin: 10px;
}
.social-icons{
    padding: 21px 15px 15px 15px;
    margin: 5px;
    border: 2px solid #0fffb7;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}
.social-icons:hover{
    color: #fff;
    background: #0fffb7;
    border: 2px solid #fff;
}
.fb{
    background-color: #0b090a;
    color:#0fffb7;
}
.tw{
    background-color:#0b090a;
    color:#0fffb7;
}
.yt{
    background-color: #0b090a;
    color:#0fffb7;
}
.ins{
    background-color: #0b090a;
    color:#0fffb7;
}
.lnk{
    background-color: #0b090a;
    color:#0fffb7;
}
.footer{
    color: #0fffb7;
    letter-spacing: 1.5px;
    text-align: center;
    background: #060405;
    padding-bottom: 10px;
}
.social-link{
    text-decoration: none;
}
/* //// ========================================================media quries responsive======================================  // */
@media (max-width:1200px){

}

@media (max-width:990px){
    .header-menu{
        width: 100%;
        height: 150px;
        flex-direction: none;
    }
    .logo h1{
        text-align: left;
        padding: 50px;
        margin: 0;
        font-size: 60px;
        padding-top: 80px;
    }
    .menu-list li {
        opacity: 0;
        visibility: hidden;
    }
    .menu-list li:hover{
        border: 1px solid #0fffb7;
    }
    .iconbar{
        font-size: 5rem;
        opacity: 1;
        visibility: visible;
        padding: 50px;
        padding-left: 90%;
        position: absolute;  
    }
    .menu-list.responsive{
        width: 100%!important;
        height: 50vh!important;
        margin-top: 0px;
        top: 140px;
        background: #060405;
        padding-top: 20px;
        position: absolute;
        border: 0.5px solid #0fffb7;
        transition: .5s;
    }
    .menu-list.responsive li {
        display: block;
        text-align: center;
        padding: 30px 0;
    }
    .menu-list.responsive li a{
        font-size: 45px;
        letter-spacing: 10px;
    }
    .menu-list.responsive li {
        opacity: 1;
        visibility: visible;
    }
    .header-content h1{
        padding-top: 400px;
         font-size: 70px;
        letter-spacing: 30px;
    }
    .header-content h2{
        font-size: 40px;
        letter-spacing: 10px;
    }
    .about-box{
        margin:0;
        padding-top:120px;
        width: 100%;
        height: auto;
    }
    .sub-box{
        background: #0b090a;
        display: flex;
        flex-direction:column;
        align-items: center;
    }
    .pic{
        width: 100%;
        text-align: center;
    }
    .pic img{
        height: 700px;
        width: 550px;
        margin: 10px;
    }
    .story{
        width: 100%;
        text-align:center;
        margin: auto;
    }
    .story p{
        justify-content: center;
        font-weight:none;
        padding: 5px;
        letter-spacing: 2px;
        font-size: 1.2rem;
        line-height: 30px;
    }
    .btn{
        padding: 5px;
        background: #fff;
        width: 170px;
        height: 80px;
        cursor: pointer;
        font-size: 25px;
    }
    .main{
        width: 100%;
        padding-top:180px;
    }
    .center{
        margin:auto; 
        width: 100%;
    }
    .skill-box p{
        margin:10px 0 10px;
        /* letter-spacing: 2px; */
        text-transform: capitalize;
        font-size: 25px;
    }
    .skill-box p:nth-child(2){
        float: right;
        top: -45px;

        font-size: 25px;
    }
    .project-area{
        margin: 0;
        padding-top: 200px;
    }
    .project{
        margin: auto;
        width: 100%;
        padding: 0px;
    }
    .slider-title p{
    letter-spacing: 2px;
}
    .contact{
        width: 100%;
        background: #060405;
        padding-top: 180px;
    }
    .contact-box{
        margin:auto; 
        width: 100%;
        padding: 20px;
        background: #0b090a;
        box-sizing: border-box;
        box-shadow: 0 20px 30px rgba(85, 83, 83, 0.4);
    }
    .contact-box h2{
        padding: 0;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .contact-box h2{
        letter-spacing: 2px;
        font-size: 35px;
    }
    .sub-contact{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .left{
        width: 100%;
        height: 500px;
        font-size: 30px;
    }
    .right{
        width: 100%;
        height: 500px;
        border-left:none;
        padding-top: 280px;
        font-size: 30px;
    }
    .form{
        padding-right: 10px;
        margin-right: 10px;
    }
    .form-col{
        display: flex;
        flex-direction: column;
        align-items:left;
        color: #0fffb7;
        margin-top: 30px;
        letter-spacing: 1px;
    }
    .f-input{
       width: 100%;
       height: 60px;
       border: none;
       outline: none;
       font-weight: bold;
       letter-spacing: 1px;
       font-size: 40px;
       box-shadow: 1px 2px 10px 1px #0fffb7;
       border-radius: 5px;
    }
    .m-input{
        border: none;
        outline: none;
        height: 300px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 40px;
        box-shadow: 1px 2px 10px 1px #0fffb7;
        border-radius: 5px;
    }
    .f-btn{
        width: 100%;
       height: 60px;
       margin-top: 5px;
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .f-btn:hover{
        background: #0fffb7;
    }
    .level{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .add{
        width: 100%;
        height: 200px;
        margin-top: 50px;
        padding: 10px;
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .detail{
        color: #0fffb7;
    }
    .social-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .s-icon{
        padding: 10px;
        margin: 10px;
    }
    .social-icons{
        padding: 35px 20px 20px 25px;
        margin: 20px;
        border: 2px solid #0fffb7;
        border-radius: 50%;
        cursor: pointer;
        text-align: center;
        font-size:30px;
    }
    .social-icons:hover{
        color: #fff;
        background: #0fffb7;
        border: 2px solid #fff;
    }
    .footer{
        color: #0fffb7;
        letter-spacing: 2px;
        text-align: center;
        background: #060405;
        padding: 20px;
        font-size: 15px;
    }
    .social-link{
        text-decoration: none;
    }
}


@media (max-width:800px){
}

@media (max-width:600px){
}


@media (max-width:480px){
}