*{
    padding: 0;
    margin: 0;
}


html{
    scroll-behavior: smooth;
}

.darkmode .home{
    background-color: #00332a;
}


/*Navbar--------------------------------------------------------->*/

.nav{
    background-color: #0E0F34;
    position: fixed;
    z-index: 5;
    width: 100%;
}

.nav-bar{
    display: flex;
    padding: 15px 120px;
    background-color: #0E0F34;
}

.nav-logo{      
    width: 80px;
    
}

.nav-logo a{
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

.nav-logo h1{
    font-family: 'Monoton', cursive;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.darkmode .nav-logo h1{
    color: #fff;
    border: 1px solid #fff;
}

.nav-links{
    flex: 1;
}

.nav-links ul{
    margin-left: 50px;
    display: inline;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 25px;
    color: #fff;
}

.darkmode .nav-links ul li{
    color: #fff;
}

.nav-links ul a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Dancing Script', cursive;

}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.darkmode .nav-links ul li::after{
    background: #fff;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.vertical-row{
    width: 50px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #121212;
    position: fixed;
}

.social-icons{
    width: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.social-icons:hover{
    font-size: 65px   ;
}

.share{
    width: 50px;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.fa-bars{
    color: red;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;
}


.darkmode{
    background-color: #00332a;
}




.dark button{
  width: 20px;
  height: 20px;
  border: 0;
  outline: none;
  border-radius: 100px;
  cursor: pointer;
  margin: 5px 0px;
}

.darkmode .dark button{
    background-color: #121212;
}

.darkmode .dark button .fa-sun{
    color: white;
    font-size: 20px;
}

.dark button .fa-sun{
    justify-content: center;
    text-align: center;
    transition: 0.5s;
}

.dark, .social-icons img, .share img{
    width: 25px;
    margin: 5px auto;
    cursor: pointer;
}



.nav-bar .fas{
    display: none;
}


/*hover on text---------------------------------------------->*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
    opacity: 0.5;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }


/*HOME-------------------------------------------------------->*/


.home{
    width: 100%;
    height: 100vh;
    background-color: #0E0F34;;
}

.home-image{
    width: 100%;
    background-color: #0E0F34;
}

.darkmode .home-image{
    background-color: #00332a;
}

.home-image img{
    display: block;
    padding: 60px;
    margin: 0px auto;
    width: 400px;
    height: 380px;
    border-radius: 50%;
    object-fit: cover;
}

.home-name h1{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 80px;
    font-family: 'Monoton', cursive;
    font-weight: lighter;
    color: #fff;
}

.darkmode .home-name h1{
    color: #fff;
}

.home-name p{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-family: 'Dancing Script', cursive;
    color: #fff;
}

.darkmode .home-name p{
    color: #fff;
}


/*ABOUT--------------------------------------------------------->*/

.about{
    width: 100%;
    height: 100vh;
    background-color: #0E0F34;
}

.darkmode .about{
    background-color: #00332a;
}

.title-about{
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}

.title-about h1{
    padding-top: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: lighter;
    color: #fff;
}

.darkmode .title-about h1{
    color: #fff;
}

hr{
    width: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
}

.darkmode .about hr{
    color: #fff;
}

.content-about{
    text-align: center;
    display: block;
    margin: 50px auto;
    width: 60%;
    justify-content: center;
    line-height: 2rem;
}

.content-about .hi-about{
    font-family: 'Alex Brush';
    font-size: 50px;
    line-height: 2px;
    color: #fff;
}

.darkmode .bio-about{
    color: #fff;
}

.darkmode .hi-about{
    color: #fff;
}

.darkmode .para-about{
    color: #fff;
}

.content-about .bio-about{
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    /*font-family: 'Sacramento';*/
    /*font-family: 'Cairo', sans-serif;*/
}

.content-about .bio-about p{
    color: #fff;
}

.bio-about p{
    font-size: 25px;
    /*font-family: 'Sacramento';*/
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.para-about{
    font-size: 25px;
    /*font-family: 'Sacramento';*/
    font-family: 'Raleway', sans-serif;
    margin: 8px auto;
    color: #fff;
}

.about a{
    display: block;
    margin: 0px auto;
    width: 130px;
    font-style: none;
}

/*.content-about a button{
    border: 0;
    width: 100px;
    height: 40px;
    border-radius: 20%;
    cursor: pointer;
    border: 1px solid #121212;
}

.darkmode .content-about a button{
    background-color: #fff;
}

.content-about a button:focus{
    outline: none;
}*/

.about a button {
    outline: none;
    height: 40px;
    text-align: center;
    justify-content: center;
    width: 130px;
    border-radius: 50px;
    background: #0E0F34;
    border: 2px solid #FF4081;
    color: #FF4081;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
}

.darkmode .about button{
    background-color: #00332a;
}

.about a button:hover{
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
}



/*SKILLS-------------------------------------------------------->*/

.skills{
    width: 100%;
    height: 100vh;
    background-color: #0E0F34;
}

.darkmode .skills{
    background-color: #00332a;
}

.title-skills{
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}

.darkmode .title-skills h1{
    color: #fff;
}

.title-skills h1{
    padding-top: 50px;
    font-family: 'Cairo', sans-serif;
}

hr{
    width: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
}

.darkmode hr{
    border: 1px solid #fff;
}

.row{
    width: 90%;
    background-color: #0E0F34;
    height: 80vh;
    display: block;
    margin: 0 auto;
    display: flex;
}

.darkmode .row{
    background-color: #00332a;
}

.row .column1{
    position: relative;
    flex-direction: row;
    top: 10%;
    width: 45%;
    height: 80%;
    margin: 0 20px;
    background-color: #0E0F34;
    flex: 1;
}

.darkmode .row .column1{
    background-color: #00332a;
}

.darkmode .row .column2{
    background-color: #00332a;
}

.row .column1 h3{
    font-family: 'Cairo', sans-serif;
}

.row .column2{
    flex-direction: row;
    position: relative;
    top: 30%;
    width: 45%;
    height: 40%;
    margin: 0 20px;
    background-color: #0E0F34;
}

.row .column2 h1{
    font-family: 'Caveat', cursive;
    font-weight: lighter;
    color: #fff;
}

.row .column2 li{
    font-family: 'Cairo', sans-serif;
    color: #fff;
}

.column1 li{
    list-style: none;
    padding-top: 18px;
    margin-left: 10%;
    color: #fff;
}

.column2 li{
    padding-top: 15px;
    font-size: 18px;
    list-style: none;
    text-align: center;
}

.darkmode .column1 li{
    color: #fff;
}

.darkmode .column2 li{
    color: #fff;
}

.column2 h1{
    text-align: center;
}

.darkmode .column2 h1{
    color: #fff;
}

.darkmode .column2 hr{
    border: 1px solid #fff;
}

.column2 hr{
    border: 1px solid #fff;
}

.bar{
    background: black;
    display: block;
    width: 85%;
    height: 3px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    overflow: hidden;
}

.darkmode .bar{
    background-color: #fff;
}

.darkmode .bar span{
    background: black;
    height: 5px;
}

.bar span{
    height: 3px;
    float: left;
    background: #fff;
}

.html{
    width: 98%;
    animation: html 2s;
}

.css{
    width: 85%;
    animation: css 2s;
}

.javascript{
    width: 70%;
    animation: javascript 2s;
}

.react{
    width: 45%;
    animation: react 2s;
}

.bootstrap{
    width: 90%;
    animation: bootstarp 2s;
}

.php{
    width: 35%;
    animation: php 2s;
}

.c{
    width: 85%;
    animation: c 2s;
}

.python{
    width: 65%;
    animation: python 2s;
}

.csharp{
    width: 25%;
    animation: csharp 2s;
}
@keyframes html{
    0%{
        width: 0%;
    }

    100%{
        width: 98%;
    }
}

@keyframes css{
    0%{
        width: 0%;
    }

    100%{
        width: 85%;
    }
}

@keyframes javascript{
    0%{
        width: 0%;
    }

    100%{
        width: 70%;
    }
}

@keyframes react{
    0%{
        width: 0%;
    }

    100%{
        width: 45%;
    }
}

@keyframes bootstarp{
    0%{
        width: 0%;
    }

    100%{
        width: 90%;
    }
}

@keyframes php{
    0%{
        width: 0%;
    }

    100%{
        width: 35%;
    }
}

@keyframes c{
    0%{
        width: 0%;
    }

    100%{
        width: 85%;
    }
}

@keyframes python{
    0%{
        width: 0%;
    }

    100%{
        width: 65%;
    }
}

@keyframes csharp{
    0%{
        width: 0%;
    }

    100%{
        width: 25%;
    }
}

/*PROJECT------------------------------------------------------->*/
.project{
    width: 100%;
    height: 100vh;
    background-color: #0E0F34;
}

.darkmode .project{
    background-color: #00332a;
}

.project-title{
    display: block;
    margin: 0px auto;
    text-align: center;
}

.darkmode .project-title h1{
    color: #fff;
}

.project-title h1{
    padding-top: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #fff;
}

hr{
    width: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 2px solid #121212;
    border-radius: 20%;
}

.darkmode hr{
    border: 2px solid #fff;
}

.project .container{
    display: block;
    margin: 20px auto;
    width: 80%;
    height: 70vh;
}

.row1{
    width: 100%;
    height: 35vh;
    display: block;
    display: flex;
    margin: 0 auto;
    background-color:;
    flex-direction: row;
}

.row1 .column11{
    width: 35%;
    height: 100%;
    position: relative;
}

.row1 .column11 img{
    object-fit: fill;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.row1 .column11 .middle11{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
  
.row1 .column11:hover img {
    opacity: 0.3;
}
  
.row1 .column11:hover .middle11 {
    opacity: 1;
}
  
.row1 .column11 .content11 {
    color: white;
}

.row1 .column11 .content11 h1{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.row1 .column11 .content11 p{
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
}

.row1 .column11 .content11 button{
    width: 90px;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 50px;
    background: transparent;
    font-weight: normal;
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff;
    transition: 0.2s ease;
}

.row1 .column11 .content11 button:hover{
    color: #0E0F34;
    border-color: #0E0F34;
    font-size: 25px;
}



.row1 .column12{
    width: 60%;
    height: 100%;
    margin-left: 5%;
    position: relative;
}

.row1 .column12 img{
    object-fit: fill;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.row1 .column12 .middle12{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
  
.row1 .column12:hover img {
    opacity: 0.3;
}
  
.row1 .column12:hover .middle12 {
    opacity: 1;
}
  
.row1 .column12 .content12 {
    color: white;
}

.row1 .column12 .content12 h1{
    color: #fff;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.row1 .column12 .content12 p{
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
}

.row1 .column12 .content12 button{
    width: 90px;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 50px;
    background: transparent;
    font-weight: normal;
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff;
    transition: 0.2s ease;
}

.row1 .column12 .content12 button:hover{
    color: #0E0F34;
    border-color: #0E0F34;
    font-size: 25px;
}

.row2{
    width: 100%;
    height: 35vh;
    display: block;
    display: flex;
    margin: 5% auto;
    flex-direction: row;
}

.row2 .column21{
    width: 60%;
    height: 100%;
    position: relative;
}

.row2 .column21 img{
    object-fit: fill;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.row2 .column21 .middle21{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
  
.row2 .column21:hover img {
    opacity: 0.3;
}
  
.row2 .column21:hover .middle21 {
    opacity: 1;
}
  
.row2 .column21 .content21 {
    color: #fff;
}

.row2 .column21 .content21 h1{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.row2 .column21 .content21 p{
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
}

.row2 .column21 .content21 button{
    width: 90px;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 50px;
    background: transparent;
    font-weight: normal;
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff;
    transition: 0.2s ease;
}

.row2 .column21 .content21 button:hover{
    color: #0E0F34;
    border-color: #0E0F34;
    font-size: 25px;
}

.row2 .column22{
    width: 35%;
    height: 100%;
    margin-left: 5%;
    position: relative;
}

.row2 .column22 img{
    object-fit: fill;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.row2 .column22 .middle22{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
  
.row2 .column22:hover img {
    opacity: 0.3;
}
  
.row2 .column22:hover .middle22 {
    opacity: 1;
}
  
.row2 .column22 .content22 {
    color: white;
}

.row2 .column22 .content22 h1{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.row2 .column22 .content22 p{
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
}

.row2 .column22 .content22 button{
    width: 90px;
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 50px;
    background: transparent;
    font-weight: normal;
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff;
    transition: 0.2s ease;
}

.row2 .column22 .content22 button:hover{
    color: #0E0F34;
    border-color: #0E0F34;
    font-size: 25px;
}






/*CONTACT-------------------------------------------------------->*/

.darkmode .contact{
    background-color: #00332a;
}

.contact{
    width: 100%;
    height: 80vh;
    background-color: #0E0F34;
}

.contact-title{
    display: block;
    margin: 0px auto;
    text-align: center;
}

.darkmode .contact-title h1{
    color: #fff;
}

.contact-title h1{
    padding-top: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #fff;
}

hr{
    width: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20%;
}

.darkmode hr{
    border: 2px solid #fff;
}

.contact-form{
    display: block;
    margin: 5% auto;
    width: 80%;
    justify-content: center;
    text-align: center;
    background-color: #0E0F34;
}

.darkmode .contact-form{
    background-color: #00332a;
}

.contact-form .name-message{
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    background-color: #0E0F34;
}

.darkmode .contact-form .name-message{
    background-color: #00332a;
}

.contact-form .name{
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 30%;
    background-color: #0E0F34;
}

.darkmode .contact-form .name{
    background-color: #00332a;
}

.contact-form .name label{
    font-size: 1.5rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #fff;
}

.contact-form .name input{
    width: 100%;
    height: 25px;
    border: none;
    border-bottom: 1px solid #FF4081;
    outline: none;
    padding-top: 5px;
    font-family: 'Cairo', sans-serif;
    background-color: #0E0F34;
    color: #fff;
}

.darkmode .contact-form .name input{
    background-color: #00332a;
}

.contact-form .name input::placeholder{
    text-align: center;
    justify-content: center;
    color: #fff;
}

.contact-form .mail{
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 30%;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    background-color: #0E0F34;
}

.darkmode .contact-form .mail{
    background-color: #00332a;
}

.contact-form .mail label{
    font-size: 1.5rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #fff;
}

.contact-form .mail input{
    width: 100%;
    height: 25px;
    border: none;
    border-bottom: 1px solid #FF4081;
    padding-top: 5px;
    outline: none;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    background-color: #0E0F34;
}

.darkmode .contact-form .mail input{
    background-color: #00332a;
}

.contact-form .mail input::placeholder{
    text-align: center;
    justify-content: center;
    color: #fff;
}

.contact-form .message{
    display: flex;
    margin: 2% auto;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #0E0F34;
}

.darkmode .contact-form .message{
    background-color: #00332a;
}

.contact-form .message label{
    font-size: 1.5rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #fff;
    
}

.contact-form .message textarea{
    width: 100%;
    font-family: 'Cairo', sans-serif;
    border-radius: 10px;
    outline: none;
    background-color: #0E0F34;
    color: #fff;
}

.darkmode .contact-form .message textarea{
    background-color: #00332a;
}

.contact-form .message textarea::placeholder{
    text-align: center;
    justify-content: center;
    font-size: large;
    color: #fff; 
}


.contact-form form button{
    width: 90px;
    height: 40px;
    border: 1px solid #FF4081;
    outline: none;
    border-radius: 50px;
    background-color: #0E0F34;
    font-weight: normal;
    font-size: 1.2rem;
    cursor: pointer;
    color: #FF4081;
    transition: 0.2s;
}

.darkmode form button{
    background-color: #00332a;
}
  
.contact-form form button:hover{
    color: #fff;
    border: 1px solid #fff;
    font-size: 25px;
}
  













/*RESPOSIVE----------------------------------------------------->*/


@media (max-width: 900px){
    .home-name h1{
        font-size: 60px;
    }

    .about{
        height: 140vh;
    }

    .skills{
        height: 120vh;
    }
}






@media (max-width: 700px){
    .vertical-row{
        display: none;
    }

    .fa-bars{
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 5px;
        position: fixed;
    }

    .nav-bar .fa-bars{
        display: block;
        color: black;
        margin: 10px 25px;
        font-size: 25px;
        outline: none;
    }

    .nav-links  .fa-skull-crossbones{
        display: block;
        color: white;
        margin: 20px 25px;
        font-size: 25px;
        cursor: pointer;
        outline: none;
    }


    .nav-links{
        height: 100vh;
        width: 200px;
        background: #121212;
        top: 0;
        right: -200px;
        position: absolute;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
        position: fixed;
    }
    .nav-links ul a{
        display: block;
        margin: 20px 50px;
        justify-content: center;
        text-align: center;
        color: blanchedalmond;

    }

    
    
    .nav-links ul li::after{
        background: blanchedalmond;
    }

    .home-image img{
        margin: 0px auto;
        width: 250px;
        height: 230px;
        border-radius: 50%;
    }

    .home-name h1{
        font-size: 40px;
    }

    .about{
        height: 110vh;
    }

    .about a{
        margin: 0px auto;
        display: block;
    }

    .about a button{
        margin: 0px auto;
    }

    .content-about{
        width: 80%;
        line-height: 1.4em;
    }

    .content-about .hi-about{
        font-size: 35px;
    }
    
    .content-about .bio-about{
        font-size: 23px;
        line-height: 1.3em;
    }
    
    .bio-about p{
        font-size: 23px;
        line-height: 1.3em;
    }
    
    .para-about{
        margin: 10px auto;
        font-size: 23px;
        line-height: 1.3em;
    }

    .skills{
        height: 150vh;
    }

    .row{
        flex-direction: column;
    }

    .column2 hr{
        border: 0.01em solid #fff;
    }
    .row .column1{
        width: 90%;
        background: transparent;
    }

    .darkmode .row .column1{
        background: transparent;
    }

    .row .column2{
        width: 90%;
        margin: 20% auto;
        background: transparent;
    }

    .darkmode .row .column2{
        background: transparent;
    }
    
    .contact-form .name-message{
        flex-direction: column;
    }

    .contact{
        height: 110vh;
    }

    .contact-form .name{
        width: 80%;
        margin: 20px auto;
    }

    .contact-form .mail{
        width: 80%;
        margin: 20px auto;
    }

    .contact-form .message{
        margin: 20px auto;
    }

    .contact-form .name input{
        width: 70%;
        margin: 20px auto;
        overflow: hidden;
    }

    .contact-form .mail input{
        width: 70%;
        margin: 20px auto;
        overflow: hidden;
    }

    .project{
        height: 160vh;
    }

    .row1{
        width: 100%;
        height: 70vh;
        display: block;
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .row1 .column11{
        width: 100%;
        height: 33vh;
    }
    
    .row1 .column12{
        width: 100%;
        height: 33vh;
        margin: 4vh auto;
    }

    .row2{
        width: 100%;
        height: 70vh;
        display: block;
        display: flex;
        margin: 4vh auto;
        flex-direction: column;
    }
    
    .row2 .column21{
        width: 100%;
        height: 33vh;
    }
    
    .row2 .column22{
        width: 100%;
        height: 33vh;
        margin: 4vh auto;
    }

}

@media (max-width: 480px){

    .home-image img{
        width: 220px;
        height: 210px;
    }

    .home-image{
        padding-top: 15%;
    }

    .home{
        height: 90vh;
    }

    .about{
        height: 160vh;
    }

    .skills{
        height: 140vh;
    }

    .project{
        height: 180vh;
        padding-top: 20%;
    }

    .contact{
        height: 130vh;
        padding-top: 10%;
    }


    .home-name{
        padding-top: 10%;
    }

    .home-name .intro{
        padding-top: 5%;
    }

    .home-name h1{
        font-size: 30px;
    }

    .contact-form .name{
        width: 60%;
        margin: 20px auto;
    }

    .contact-form .mail{
        width: 65%;
        margin: 20px auto;
    }
}
