*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#wrapper{
    display: none;
}

body{
    color: #031a2b !important; 
    background: whitesmoke !important;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 5px; 
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background: #031a2b; 
    height: 60px;
}

.logo{
    text-align: center;
    position: relative;
    font-size: 25px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    margin-left: 20px;
    animation: slideRight 1s ease forwards;
}

.logo span{
    color: rgb(7, 229, 245);

}

.logo span:hover{
    color: #fff;
}

.logo:hover{
    color: rgb(7, 229, 245);
}

.header ul li{
    display: inline-block;
}


.header ul li a{
    margin-top: 10px; 
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font-weight: 500;
    margin-right: 60px;
    transition: .3s;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));
}

.header ul{
    text-decoration: none !important;
}

.header li a:hover{
    color: rgb(7, 229, 245);
}

#check{
    display: none;
}

.menu-btn{
    display: none;
}

#active{
    display: none;
}

a.active a:hover{
    color: black;
    transition: .5s;
} 

.intro, .intro-img{
    display: inline-block;
    width: 45%;
}

.intro{
    margin-top: 150px; 
    align-items: center;
    padding: 0 10%;
}

.intro-text h3{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .7s;
}

.intro-text h3:nth-of-type(2){
    animation: slideTop 1s ease forwards;
    animation-delay: .7s;
}

.intro-text span{
    color: rgb(7, 229, 245);
    text-transform: uppercase;
    font-size: 15px;
}

.intro-text p{
    font-size: 15px;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.intro-social a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #031a2b;
    border-radius: 50%;
    font-size: 20px;
    color: #031a2b;
    text-decoration: none !important;
    margin: 20px 15px 30px 0;
    transition: .5s ease;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(.2s * var(--i));
}

.intro-social a:hover{
    background: #031a2b;
    color: #fff;
    box-shadow: 0 0 20px #031a2b;
    border: 5px solid white;
}

.intro-btn{
    margin-top: -100px;
    padding: 12px 28px;
    background: transparent;
    border: 2px solid #031a2b;
    border-radius: 40px;
    font-size: 16px;
    color: #081b29;
    letter-spacing: 1px;
    text-decoration: none !important;
    font-weight: 700;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 2s;
}

.intro-btn:hover{
    background: #031a2b;
    /* box-shadow: 0 0 2px #031a2b, 0 0 10px #031a2b, 0 0 15px #031a2b, 0 0 20px #031a2b, 0 0 30px #031a2b; */
    box-shadow: 0 0 20px #031a2b;
    color: #fff;
    border: 5px solid white;
}

@keyframes slideRight{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }

    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideLeft{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }

    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideTop{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }

    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideBottom{
    0%{
        transform: translateY(-100px);
        opacity: 0;
    }

    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

.intro-img img{
    height: 500px; 
    width: 500px; 
    margin-top: -350px;
    margin-left: 50px;
    border-radius: 500px 500px; 
    border: 4px solid #fff;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b;
}

.about, .about-text{
    display: inline-block;
    width: 48%;
}

.about img{
    margin-top: 120px; 
    margin-left: 100px; 
    width: 500px;
    height: 500px; 
    border-radius: 500px 500px;
    border: 4px solid #fff;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b;
}

.about-text{
    position: absolute;
    margin-top: 250px; 
    margin-left: 0px; 
}
.about-text h2{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
}

.about-text span{
    color: cyan;
}
.about-text h4{
    font-size: 20px;
    font-weight: 900;
}

.about-text p{
    font-size: 15px;
}

.service-text h2{
    text-align: center;
    padding-top: 200px;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    /* position: relative;
    text-decoration: none !important;
    cursor: default;
    opacity: 0;
    animation: slideRight 1s ease forwards; */
    
}

.service-text span{
    color: cyan;
}

.service1 h2{
    font-size: 25px;
    font-weight: 900;
    margin: 10px 0 20px 0;
}

.service1 span{
    color: cyan;
}

.service2 h2{
    font-size: 25px;
    font-weight: 900;
    margin: 10px 0 20px 0;
}

.service2 span{
    color: cyan;
}

.service3 h2{
    font-size: 25px;
    font-weight: 900;
    margin: 10px 0 20px 0;
}

.service3 span{
    color: cyan;
}

#front{
    color: cyan;
    font-size: 25px;
}

#back{
    color: cyan;
    font-size: 25px;
}

#figma{
    color: cyan;
    font-size: 25px;
}

/* .service1{
        position: relative;
        text-decoration: none !important;
        cursor: default;
        opacity: 0;
        margin-left: 20px;
        animation: slideLeft 1s ease forwards; 
}

.service2{
    position: relative;
    text-decoration: none !important;
    cursor: default;
    opacity: 0;
    margin-left: 20px;
    animation: slideRight 1s ease forwards; 
}

.service3{
    position: relative;
    text-decoration: none !important;
    cursor: default;
    opacity: 0;
    margin-left: 20px;
    animation: slideLeft 1s ease forwards; 
} */

.service1, .service2, .service3{
    display: inline-block;
    width: 30%;
    color: #031a2b;
    height: 60%;
    margin-top: 15px;
    text-align: center;
    background: #fff;
    border: 5px #fff solid;
    border-radius: 10px;
    padding: 15px 15px;    
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b;
    margin-left: 2.3%;
    line-height: 25px;
}

.skill-header h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 200px;
    font-size: 25px;
}

.skill-header span{
    color: #0ef;
    padding-left: 5px;
}

.container-progress, .circle-wrapper{
    display: inline-block;
    width: 49%;
}

.container-progress{
    overflow: hidden;  
    align-content: first baseline; 
    padding-top: 50px;
}

.progress-title{
    font-size: 16px;
    color: #031a2b;
    margin: 0 0 20px;
    font-weight: 700;
}

.progress-width{
    width: 100%;
    background: #fff;
}

.progress{
    background:#fff;
    height: 2px;
    overflow: visible !important;
    margin-bottom: 30px;
    position: relative;
    border-radius:20px !important;
    box-shadow: none;
	border:1px solid #fff; 
}

.progress-bar{
    animation: animate-positive 2s;
    position: relative;
    box-shadow: none;
	border-radius: 20px !important;
}

.html{
    content:"";
    position: absolute;
    right: 0px;
    width: 5%;
    font-weight: 900;
    padding-right: 13%;
}

.css{
    content:"";
    position: absolute;
    right: 0;
    width: 5%;
    font-weight: 900;
    padding-right: 15%;
}

.js{
    content:"";
    position: absolute;
    right: 0;
    width: 5%;
    font-weight: 900;
    padding-right: 21%;
}

.jquery{
    content:"";
    position: absolute;
    right: 0;
    width: 5%;
    font-weight: 900;
    padding-right: 21%;
}

.php{
    content:"";
    position: absolute;
    right: 0;
    width: 5%;
    font-weight: 900;
    padding-right: 26%;
}

.bootstrap{
    content:"";
    position: absolute;
    right: 0;
    width: 5%;
    font-weight: 900;
    padding-right: 21%;
}

.progress-bar:after {
    content:"";
    position: absolute;
    top: 0;
    right: 0px;
    height: 35px;
    width: 20px;
    border-radius: 20%;
}
		
.progress .progress-value{
    position: absolute;
    padding: 3px 7px;
    top: 0;
    right:-20px;
    font-size:14px;
    background-color: #000000;
}

.progress .progress-value:after{
    content: "";
    position: absolute;
    bottom:-6px;
    left: 35%;
    border-top: 7px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

@keyframes animate-positive {
            0% { width: 0%; }  
} 

  .circle-wrapper{
    margin-top: 20px;
    float: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .circle-wrapper h4{
    font-size: 12px;
    font-weight: 900;
  }
  .single-chart {
    width: 100%;
    justify-content: space-around ;
    margin:0 0;
  }
  
  .circ1{
    text-align: center;
  }
  .circular-chart {
    display: block;
    margin: 10px auto; 
    max-width: 70%;
    max-height: 70%;
  }
  
  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  .circular-chart.background .circle {
    stroke: #081b29;
  }

  .percentage {
    fill: #031a2b;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }

.project1, .project2, .project3{
    display: inline-block;
    width: 30%;
    margin-left: 2.3%;
    margin-top: 100px;
}
.projects h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    margin-top: 150px; 
    /* position: relative;
    text-decoration: none !important;
    cursor: default;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    */
  }

  .projects span{
    color: cyan;
  }

  .project1 img{
    /* position: relative;
    text-decoration: none !important;
    cursor: default; */
    /* opacity: 0; */
    /* animation: slideRight 1s ease forwards;  */
    width: 100%;
    height: 40vh;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b;
  }

  .project2 img{
    /* position: relative;
    text-decoration: none !important;
    cursor: default; */
    /* opacity: 0; */
    /* animation: slideLeft 1s ease forwards;  */
    width: 100%;
    height: 40vh;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b;
  }

  .project3 img{
    /* position: relative;
    text-decoration: none !important;
    cursor: default; */
    /* opacity: 0 */
    /* animation: slideRight 1s ease forwards;  */
    width: 100%;
    height: 40vh;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b;
  }

.contacts, form{
    display: inline-block;
    width: 45%;
    text-align: center;
    margin-bottom: 30px;
}

.contacts{
    margin-left: 10%;
}

.contacts h2{
    /* position: relative;
    text-decoration: none !important;
    cursor: default;
    opacity: 0;
    animation: slideLeft 1s ease forwards;  */
    text-align: center;
    font-weight: 900;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 25px;
}

.contacts span{
    color: #0ef;
}

.contact1{
    text-align: center;
    margin-top: 100px;
}

.contact-me{
    display: inline-flex;
}

.contact-me a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 2px solid #031a2b;
    border-radius: 50%;
    font-size: 20px;
    color: #031a2b;
    text-decoration: none !important;
    margin: 30px 15px 30px 0;
}

.contact-me a:hover{
    background: #031a2b;
    color: #fff;
    box-shadow: 0 0 20px #031a2b;
    border: 5px solid white;
}

/* form{    
    position: relative;
    text-decoration: none !important;
    cursor: default;
    opacity: 0;
    animation: slideLeft 1s ease forwards;  
} */

form{
    max-height: 80%; 
    margin-top: 250px;
    align-items: center;
    width: 25%;
    flex-direction: column;
    background: transparent;
    padding: 2vw 4vw;
    margin-left: 10%;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b; 
}

form input, form textarea{
    border: 1px solid #031a2b;
    border-radius: 8px;
    margin: 10px 0;
    padding: 10px;
    outline: none;
    background: #f5f5f5;
    font-size: 16px;
    color: black;
    width: 100%;
}

form button{
    padding: 12px;
    background: transparent;
    border: 2px solid #031a2b;
    color: #000000;
    font-size: 18px;
    /* border: 0; */
    outline: none;
    cursor: pointer;
    width: 100%; 
    margin-top: 20px; 
    border-radius: 30px;
    align-items: center; 
}

form button:hover{
    color: #fff;
    border: 5px solid #fff;
    background: #031a2b;
    box-shadow: 0 0 5px #031a2b, 0 0 10px #031a2b, 0 0 20px #031a2b, 0 0 20px #031a2b; 
}

#button{
    font-weight: 600;
}

.top a{
    font-size: 40px;
    display: inline-block;
    position: absolute;
    color: cyan;
    text-align: center;
}
.copy{
    text-align: center;
    font-weight: 100;
    margin: 40px 20px;
}

@media only screen and (max-width: 320px){
    .header{
        display: none;
    }

    .logo{
        font-size: 25px;
        top: 2px;
        color: #031a2b;
        /* margin: 0 30%; */
    }

    #wrapper{
    display: inline-block;
    } 

    .header-wrapper, .menu-btn{
        width: 50%;
    }

    .header-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        padding: 20px 5px; 
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
        /* background: #031a2b;  */
        border-top: 2px solid #031a2b;
        border-bottom: 2px solid #031a2b;
        border-left: 2px solid #031a2b;
        background: #fff;
        height: 50px;
    }

     
            #active{
        display: none;
        }
        
        #wrapper{
            display: block;
            z-index: 1; 
            /* right: 20px; */
        bottom: 0px; 
            /* top: 0px;  */
        position: fixed;
        text-align: center;
        height: 100vh;
        width: 100%;
        /* background: linear-gradient(-135deg, #c850c0, #4158d8); */
        background: #dddbdb;
        /* color: whitesmoke; */
        border: 2px solid #031a2b;
        transition: all 0.3s ease-in-out;
        clip-path: circle(5px at calc(100% - 5px) 5px);
        }
        
        #active:checked ~ #wrapper{
        clip-path: circle(75%);
        }
        
        .menu-btn{
            display: inline;
            position: absolute;
        position: fixed;
        float: right;
        /* right: 20px; */
        /* top: 62px; */
        margin-top: -150px;
        left: 50%;
        padding-left: 90px;
        z-index: 100;
        text-align: center;
        line-height: 50px;
        height: 50px;
        width: 50%;
        /* border-radius: 50%; */
        /* color: cyan; */
        border-top: 2px solid #031a2b;
        border-bottom: 2px solid #031a2b;
        border-right: 2px solid #031a2b;
        color: #031a2b;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        /* background: linear-gradient(-135deg, #c850c0, #4158d8); */
        /* background: #031a2b;  */
        background: #fff;
        }
        
        #active:checked ~ .menu-btn{
        background: #fff;
        color: #031a2b;
        }
        
        #active:checked ~ .menu-btn i:before{
        content: "\f00d";
        }

        #wrapper ul{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        }
        
        #wrapper ul li{
        margin: 15px 0;
        }
        
        #wrapper ul li a{
        color: #031a2b;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        /* padding: 5px 50px; */
        position: relative;
        line-height: 50px;
        transition: all 0.3s ease;
        }
        
        /* .wrapper ul li a:after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        border-radius: 50px;
        transform: scaleY(0);
        z-index: -1;
        transition: tranform 0.3s ease;
        } */
        
        /* .wrapper ul li a:hover:after{
        transform: scaleY(1);
        }
        
        .wrapper ul li a:hover{
        color: #c850c0;
        }
          */
               
.intro, .intro-img{
    display: block;
    width: 100%;
    text-align: center;
}

.intro-text h3{
    font-size: 18px;
} 

.intro-text h3:nth-of-type(2){
   font-size: 18px;
}

.intro-text span{
    font-size: 15px;
}

.intro-text p{
    font-size: 12px;
}

.intro-img img{
    width: 80%;
    margin: 40px 10%;
}

.about, .about-text{
    display: block;
    width: 100%;
    text-align: center;
}

.about img{
    width: 80%;
    margin: 90px 10%; 
}

.about-text{
    text-align: center;
}

.about-text h2{
    margin-top: -250px;
    font-size: 20px;
    font-weight: 900;
}

.about-text span{
    color: cyan;
}

.about-text h4{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.about-text p{
    font-size: 12px;
    text-align: center;
    margin: 0 10%;
}

.wrapper{
    margin-top: 100px;
}

.service1, .service2, .service3{
    display: block;
    width: 80%;
    margin: 30px 10%;
}

.skills h2{
    margin-top: 100px;   
}

.container-progress, .circle-wrapper{
    display: grid;
    width: 80%;
    margin: -10px 10% ;
}

.container-progress{  
    margin-top: -50px;
}

.circle-wrapper{
    margin-top: 30px;
    font-size: 20px;
}

.projects{
    padding-top: 250px;
}

.projects h2{
    margin-bottom: 20px;
}

.project1, .project2, .project3{
    display: block;
    width: 80%;
    margin: 0 10%;
    padding: 15px 0;
}

.contacts h2{
    text-align: center;
    margin-top: 100px;
}

.contact1{
    margin-top: 55px;
}

.contacts, form{
    display: block;
    width: 80%;
    height: 100%;
    text-align: center;
}

form{
    margin-top: -10px;
}
.contact1 h4{
    text-align: center;
}
}

    @media only screen and (max-width: 600px){
        .header{
            display: none;
        }
    
        .logo{
            font-size: 25px;
            top: 2px;
            color: #031a2b;
            /* margin: 0 30%; */
        }

        #wrapper{
        display: inline-block;
        } 

        .header-wrapper, .menu-btn{
            width: 50%;
        }

        .header-wrapper{
            position: fixed;
            top: 0;
            left: 0;
            width: 50%;
            padding: 20px 5px; 
            background: transparent;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 100;
            /* background: #031a2b;  */
            border-top: 2px solid #031a2b;
            border-bottom: 2px solid #031a2b;
            border-left: 2px solid #031a2b;
            background: #fff;
            height: 50px;
        }

         
                #active{
            display: none;
            }
            
            #wrapper{
                display: block;
                z-index: 1; 
                /* right: 20px; */
            bottom: 0px; 
                /* top: 0px;  */
            position: fixed;
            text-align: center;
            height: 100vh;
            width: 100%;
            /* background: linear-gradient(-135deg, #c850c0, #4158d8); */
            background: #dddbdb;
            /* color: whitesmoke; */
            border: 2px solid #031a2b;
            transition: all 0.3s ease-in-out;
            clip-path: circle(5px at calc(100% - 5px) 5px);
            }
            
            #active:checked ~ #wrapper{
            clip-path: circle(75%);
            }
            
            .menu-btn{
                display: inline;
                position: absolute;
            position: fixed;
            float: right;
            /* right: 20px; */
            /* top: 62px; */
            margin-top: -150px;
            left: 50%;
            padding-left: 90px;
            z-index: 100;
            text-align: center;
            line-height: 50px;
            height: 50px;
            width: 50%;
            /* border-radius: 50%; */
            /* color: cyan; */
            border-top: 2px solid #031a2b;
            border-bottom: 2px solid #031a2b;
            border-right: 2px solid #031a2b;
            color: #031a2b;
            font-size: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            /* background: linear-gradient(-135deg, #c850c0, #4158d8); */
            /* background: #031a2b;  */
            background: #fff;
            }
            
            #active:checked ~ .menu-btn{
            background: #fff;
            color: #031a2b;
            }
            
            #active:checked ~ .menu-btn i:before{
            content: "\f00d";
            }

            #wrapper ul{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            list-style: none;
            text-align: center;
            }
            
            #wrapper ul li{
            margin: 15px 0;
            }
            
            #wrapper ul li a{
            color: #031a2b;
            text-decoration: none;
            font-size: 20px;
            font-weight: 600;
            /* padding: 5px 50px; */
            position: relative;
            line-height: 50px;
            transition: all 0.3s ease;
            }
            
            /* .wrapper ul li a:after{
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 50px;
            background: #fff;
            border-radius: 50px;
            transform: scaleY(0);
            z-index: -1;
            transition: tranform 0.3s ease;
            } */
            
            /* .wrapper ul li a:hover:after{
            transform: scaleY(1);
            }
            
            .wrapper ul li a:hover{
            color: #c850c0;
            }
              */
                   
    .intro, .intro-img{
        display: block;
        width: 100%;
        text-align: center;
    }

    .intro-text h3{
        font-size: 18px;
    } 
    
    .intro-text h3:nth-of-type(2){
       font-size: 18px;
    }

    .intro-text span{
        font-size: 15px;
    }

    .intro-text p{
        font-size: 12px;
    }

    .intro-img img{
        width: 80%;
        margin: 40px 10%;
    }
    
    .about, .about-text{
        display: block;
        width: 100%;
        text-align: center;
    }

    .about img{
        width: 80%;
        margin: 90px 10%; 
    }
    
    .about-text{
        text-align: center;
    }

    .about-text h2{
        margin-top: -250px;
        font-size: 20px;
        font-weight: 900;
    }
    
    .about-text span{
        color: cyan;
    }

    .about-text h4{
        font-size: 20px;
        font-weight: 900;
        text-align: center;
    }
    
    .about-text p{
        font-size: 12px;
        text-align: center;
        margin: 0 10%;
    }

    .wrapper{
        margin-top: 100px;
    }

    .service1, .service2, .service3{
        display: block;
        width: 80%;
        margin: 30px 10%;
    }

    .skills h2{
        margin-top: 100px;   
    }

    .container-progress, .circle-wrapper{
        display: grid;
        width: 80%;
        margin: -10px 10% ;
    }

    .container-progress{  
        margin-top: -50px;
    }

    .circle-wrapper{
        margin-top: 30px;
        font-size: 20px;
    }

    .projects{
        padding-top: 250px;
    }

    .projects h2{
        margin-bottom: 20px;
    }

    .project1, .project2, .project3{
        display: block;
        width: 80%;
        margin: 0 10%;
        padding: 15px 0;
    }

    .contacts h2{
        text-align: center;
        margin-top: 100px;
    }

    .contact1{
        margin-top: 55px;
    }

    .contacts, form{
        display: block;
        width: 80%;
        height: 100%;
        text-align: center;
    }
 
    form{
        margin-top: -10px;
    }
    .contact1 h4{
        text-align: center;
    }
}

@media only screen and (max-width: 1200px){
    .header{
        display: none;
    }

    .logo{
        font-size: 25px;
        top: 2px;
        color: #031a2b;
        /* margin: 0 30%; */
    }

    #wrapper{
    display: inline-block;
    } 

    .header-wrapper, .menu-btn{
        width: 50%;
    }

    .header-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        padding: 20px 5px; 
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
        /* background: #031a2b;  */
        border-top: 2px solid #031a2b;
        border-bottom: 2px solid #031a2b;
        border-left: 2px solid #031a2b;
        background: #fff;
        height: 50px;
    }

     
            #active{
        display: none;
        }
        
        #wrapper{
            display: block;
            z-index: 1; 
            /* right: 20px; */
        bottom: 0px; 
            /* top: 0px;  */
        position: fixed;
        text-align: center;
        height: 100vh;
        width: 100%;
        /* background: linear-gradient(-135deg, #c850c0, #4158d8); */
        background: #dddbdb;
        /* color: whitesmoke; */
        border: 2px solid #031a2b;
        transition: all 0.3s ease-in-out;
        clip-path: circle(5px at calc(100% - 5px) 5px);
        }
        
        #active:checked ~ #wrapper{
        clip-path: circle(75%);
        }
        
        .menu-btn{
            display: inline;
            position: absolute;
        position: fixed;
        float: right;
        /* right: 20px; */
        /* top: 62px; */
        margin-top: -150px;
        left: 50%;
        padding-left: 90px;
        z-index: 100;
        text-align: center;
        line-height: 50px;
        height: 50px;
        width: 50%;
        /* border-radius: 50%; */
        /* color: cyan; */
        border-top: 2px solid #031a2b;
        border-bottom: 2px solid #031a2b;
        border-right: 2px solid #031a2b;
        color: #031a2b;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        /* background: linear-gradient(-135deg, #c850c0, #4158d8); */
        /* background: #031a2b;  */
        background: #fff;
        }
        
        #active:checked ~ .menu-btn{
        background: #fff;
        color: #031a2b;
        }
        
        #active:checked ~ .menu-btn i:before{
        content: "\f00d";
        }

        #wrapper ul{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        }
        
        #wrapper ul li{
        margin: 15px 0;
        }
        
        #wrapper ul li a{
        color: #031a2b;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        /* padding: 5px 50px; */
        position: relative;
        line-height: 50px;
        transition: all 0.3s ease;
        }
        
        /* .wrapper ul li a:after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        border-radius: 50px;
        transform: scaleY(0);
        z-index: -1;
        transition: tranform 0.3s ease;
        } */
        
        /* .wrapper ul li a:hover:after{
        transform: scaleY(1);
        }
        
        .wrapper ul li a:hover{
        color: #c850c0;
        }
          */
               
.intro, .intro-img{
    display: block;
    width: 100%;
    text-align: center;
}

.intro-text h3{
    font-size: 18px;
} 

.intro-text h3:nth-of-type(2){
   font-size: 18px;
}

.intro-text span{
    font-size: 15px;
}

.intro-text p{
    font-size: 12px;
}

.intro-img img{
    width: 80%;
    margin: 40px 10%;
}

.about, .about-text{
    display: block;
    width: 100%;
    text-align: center;
}

.about img{
    width: 80%;
    margin: 90px 10%; 
}

.about-text{
    text-align: center;
}

.about-text h2{
    margin-top: -250px;
    font-size: 20px;
    font-weight: 900;
}

.about-text span{
    color: cyan;
}

.about-text h4{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.about-text p{
    font-size: 12px;
    text-align: center;
    margin: 0 10%;
}

.wrapper{
    margin-top: 100px;
}

.service1, .service2, .service3{
    display: block;
    width: 80%;
    margin: 30px 10%;
}

.skills h2{
    margin-top: 100px;   
}

.container-progress, .circle-wrapper{
    display: grid;
    width: 80%;
    margin: -10px 10% ;
}

.container-progress{  
    margin-top: -50px;
}

.circle-wrapper{
    margin-top: 30px;
    font-size: 20px;
}

.projects{
    padding-top: 250px;
}

.projects h2{
    margin-bottom: 20px;
}

.project1, .project2, .project3{
    display: block;
    width: 80%;
    margin: 0 10%;
    padding: 15px 0;
}

.contacts h2{
    text-align: center;
    margin-top: 100px;
}

.contact1{
    margin-top: 55px;
}

.contacts, form{
    display: block;
    width: 80%;
    height: 100%;
    text-align: center;
}

form{
    margin-top: -10px;
}
.contact1 h4{
    text-align: center;
}
}

