
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html{
    scroll-behavior: smooth
  }

  .head{
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .burger{
    color: #3e5a4a;
  }

  #menu{
    opacity: 0;
  }

  .menu-button{
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;

    cursor: pointer;
    z-index: 1;
  }

  .menu-button > span,
  .menu-button > span::before,
  .menu-button > span::after{
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #3e5a4a;
  }
  .menu-button > span::before{
    content: '';
    top: -8px;
  }
  .menu-button > span::after{
    content: '';
    top: 8px;
  }

  .menu-box{
    display: block;
    position: fixed;
    visibility: hidden;
    top:0;
    left: -100%;

    width: 300px;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    background-color: #ffffff;
    /*box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);*/
  }

  .menu-item{
    display: block;
    padding: 12px 24px;

    color: #929292;

    font-family: 'PT Sans Caption', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
  }

  .menu-item:hover{
    color: #3e5a4a;
  }

  #menu:checked ~ .menu-button > span {
    transition: 0.5s;
    transform: rotate(45deg);
  }
  #menu:checked ~ .menu-button > span::before {
    transition: 0.5s;
    top: 0;
    transform: rotate(0);
  }
  #menu:checked ~ .menu-button > span::after {
    transition: 0.5s;
    top: 0;
    transform: rotate(90deg);
  }
  #menu:checked ~ .menu-box{
    transition: 0.5s;
    visibility: visible;
    left: 0;
  }

.header{
    /*display: flex;*/
}
.Contacts {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  text-align:justify;
}
.Contacts li{
    color: rgb(255, 255, 255);
    list-style: none;
    margin: 50px 0 50px;
    padding: 25px 0px 25px;
    /*text-align: center;*/
    background-color: rgb(255, 255, 255);
    bottom: 50%;
    padding: 20px;
  }
.Contacts a {
  text-align: center;
  text-decoration: none;
  font-family: 'PT Sans Caption', sans-serif;
  letter-spacing: 10px;
  padding-bottom: 20px;
  margin: 3px 3px;
  font-size: 20px;
  text-transform: uppercase;
  color:#929292;
  border: 3px solid #ffffff;
  padding: 20px 20px 20px 20px;

}
.Contacts a:hover{
    transition: 0.5s;
    border:  3px solid #3e5a4a;
    color: #3e5a4a;
}

.col{
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    width: 20%;
}


/*___________________________*/
.cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.card{
  text-transform: uppercase;
 position: relative;
margin: 10px ;
padding: 10px;
font-family: 'Roboto', sans-serif;
display: block;
text-decoration: none;
color: #929292;
border: 3px solid #929292;
border-radius: 1%;
}

.cards a:hover{
  transition: 0.5s;
  color: #3e5a4a;
  border: 3px solid #3e5a4a;
}
/*----------------------*/
.projects-container{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.picture-link{
  display: block;
}

.main{
    margin-left: 25%;
    margin-right: 25%;
}
.round{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
    border-radius: 300px;
    border: 10px solid #3e5a4a;
}
h1{
    font-size: 40px;
    color:#3e5a4a ;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'PT Sans Caption', sans-serif;
}
h2{
    /*color:#3e5a4a ;*/
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'PT Sans Caption', sans-serif;
}
h3{
    
  color: #929292;
    font-family: 'PT Sans Caption', sans-serif;
    list-style: none;
    margin:  5px;
    padding: 25px 0 5px;
    text-align: center;
    letter-spacing: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
h3:hover{
  transition: 0.5s;

  color: #3e5a4a;
}


.video_cv{
  position: relative;
padding-bottom: 53.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video_cv, .video_cv iframe {
  max-width:1280px;
  max-height: 720px;
}

.video_cv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  

/*.card-text{
  text-align: justify;
    margin: 10px 30px;
    font-size: 22px;
    line-height: 30px;
    font-family: 'PT Sans Caption', sans-serif;
}*/

p{
    text-align: justify;
    margin: 10px 30px;
    font-size: 22px;
    line-height: 30px;
    font-family: 'PT Sans Caption', sans-serif;
    
}
.skills{
  display: flex;
  flex-wrap: wrap;
    justify-content: space-around;
}
.skills li{
    color: #3e5a4a;
    font-family:'PT Sans Caption', sans-serif ;
    background-color: #e0e0e0;
    font-size: 24px;
    margin: 20px 41px;
    display: inline;
    
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
}

.title{
    color:rgb(255, 255, 255);
    background-color:#3e5a4a;
    padding: 10px;
    border-radius: 10px;
}
pre {
    font-family: monospace;
    border-radius: 10px;
    font-size: 16px;
    display: block;
}
.lng li{
    list-style-type: none;
    color: #000000;
    font-family:'PT Sans Caption', sans-serif ;
    font-size: 24px;
    margin: 20px 52px;
    padding: 10px;
}
footer{
    font-family:'PT Sans Caption', sans-serif ;
    letter-spacing: 6px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 2;
    color: #000000ec;
}
footer a{
    text-decoration: none;
    color: #929292;
}
footer a:hover{
    transition: 0.1s;
    border:  3px solid #3e5a4a;
    color: #3e5a4a;
}
.logo{
    display: block;
    float: right;
}

iframe{
  border: none;
}