
@media (max-width:500px){
    #yulik{
        position: relative !important;
        display: block;
        max-width: 100%;
    }

    .header_hero_shape::before {
        display:none;
    }

    .social{
        display: none;
    }
    .navbar-nav{
        position:absolute;
        top:70px;
        flex-direction: column;
        left:0;
        right:0;
        text-align: center;
        background-color: #00A78E;
        overflow: hidden!important;
    }
    nav{
        background-color: #00A78E;
    }
    #navi{
        overflow: hidden!important;
    }
}

#test{
    height:100vh;
}

 .card.animated#first-card{
    animation: fadeInUpBig 1.3s 0.3s;
    
 }

 .card.animated#second-card{
    animation: fadeInUpBig 1.3s 0.5s;
  
 }

 .card.animated#third-card{
    animation: fadeInUpBig 1.3s 0.7s;
 }

 .card.animated#forth-card{
    animation: fadeInUpBig 1.3s 0.9s;
 }





 @keyFrames fadeInUpBig{
    from{
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0) !important;
        transform: translate3d(0, 100px, 0);
    }
    to{
        opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
 }

 .experience-number span{
    border: 2px solid #00a78e;
    border-radius: 20px;
    padding:9px 15px;

}

 /*.work-experience::before{
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1;
    width: 2px;
    height: 100%;
    background-color: #00A78E;
 }
    */

    .proffesional{
        font-size: 25px;
    }
    .company{
        font-size:18px;
       color: #00A78E;
        margin-top: 10px;
    }
    .date{
        color:darkgrey;
    }
    .description:hover{
        background-color: #00A78E;
    }
    .card{
        box-shadow: 5px 5px 7px grey;
        min-height: 275px;
    }
    .greeting h5{
        font-family:'Courier New', Courier, monospace;
        font-size: 30px;
        font-weight: 600;
        color:#61c0bf;
    }
    .greeting h2{
        font-weight:600;
        font-family:'Courier New', Courier, monospace;
        font-size: 50px;
    }
    .greeting span {
        font-weight: 300;
        font-size: 20px;
        font-family:'Courier New', Courier, monospace;
    }
    .greeting p{
        font-size: 16px;
        font-family:'Courier New', Courier, monospace;
    }
    body{
        overflow-x: hidden!important;
        font-family:'Courier New', Courier, monospace;
    }

    html{
        overflow-x: hidden;
    }
    .title{
        font-family:'Courier New', Courier, monospace;
        font-size: 40px;
        font-weight: 600;
        color:#00a78e; 
    }

    .social{
        min-width:100px;
        ul{
            li{
                padding-left: 10px;
                i{
                    font-size:20px;
                    color:aliceblue;
                }
                i:hover{
                    opacity: 0.8;
                }
            }
        }
    }
    

.header_hero_shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    
}

.header_hero_shape::before {
    position: absolute;
    content: '';
    width:1000%;
    height: 100%;
    background-color: #61c0bf;
    transform: skewX(20deg);
    top: 0;
    left: 0;
}


#start{
    min-height: 100vh;
    position: relative;
}

#yulik{
    position:absolute;
    bottom: 0;
    right:0;
}


.nav-link{
    color: aliceblue!important;
   
}

.nav-link.active{

    position:relative;

}

.sticky .nav-link.active{
    color:#61c0bf!important;
}


.navbar-brand{
    
    font-weight: 600;
}


section{
    height: 100vh;
    width: 100vw;
    position: relative; 
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

/*
.testing::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #00A78E;
}

.testing{
    position: relative;
    z-index: -1;
}
*/

.nav-link:hover{
    opacity: 0.8;
}

.sticky{
    position: fixed;
    z-index: 99;
    background-color: white;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.header-navbar {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar a{
    color: black !important;;
}
.sticky .navbar .social a i{
    color: black !important;;
}

.sticky .navbar a:hover{
    opacity: 0.8;
}
.sticky .navbar .social a i{
    opacity: 0.8;
}

.navbar .navbar-nav .nav-link.active span{
    background-color: white;
    width:90%;
    height: 3px;
    position:absolute;
    bottom:5px;
    left:5px;
    border-radius: 50px;
    transition: all 0.3s ease-out 0s;
    right:0;
}

.navbar-nav .nav-link.active > a span, .navbar-nav .nav-link:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%!important;
}

