body {
  font-family: 'Phudu';
  display: inline-block;
}



hr {
  height: 3px;
  background-color: rgb(255, 208, 0);
  border: none;
}

html {
  scroll-behavior: smooth;
}

.content-wrap{
  display: flex;
  flex-direction: column;
}


.languageChoice {
  padding-left: 45px;
  font-size: large;
}

.fly-in-text {
  font-size: 13px;
}

.welcome-section {
  position: fixed;
  width: 100%;
  height: 900%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(199, 166, 0, 0.59), rgba(0, 0, 0, 0.8)), url(pictures/duringwork2.jpeg);
  background-size: 100%;
  overflow: hidden;
  z-index: 20;
}

.welcome-section .content-wrap {
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}

.welcome-section .content-wrap .fly-in-text {
  list-style: none;
}

.welcome-section .content-wrap .fly-in-text li {
  display: inline-block;
  font-size: 1em;
  color: #000000;
  opacity: 1;
  transition: all 1s ease;
}

.welcome-section .content-wrap .fly-in-text li:last-child {
  margin-right: 0;
}

.welcome-section .content-wrap .enter-button {
  display: block;
  text-align: center;
  font-size: 4em;
  text-decoration: none;
  text-transform: uppercase;
  color: #adff2f;
  opacity: 1;
  transition: all 1s ease 2s;
}

.lang_container {
  display: flex;
  justify-content: space-around;
}

.lang_btn {
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 25%;
}

#lang1 {
  background: url(pictures/icons/icons8-netherlands-64.png);
  background-size: 105%;
  padding-right: 2px;
}
#lang2 {
  background: url(pictures/icons/icons8-uk-flag-64.png);
  background-size: 100%;
}
#lang3 {
  background: url(pictures/icons/icons8-russia-64.png);
  background-size: 110%;
  
}


.langWrap {
  color: black;
  display: flex;
  justify-content: space-around;
  column-gap: 5px;
}
.langWrap a:hover {
  border: 4px solid black;
}
.langWrap a {
  width: 25px;
  height: 25px;
  border: 3px solid black;
  border-radius: 25%;

}

.langWrap #a1 {
  background-image: url(pictures/icons/icons8-netherlands-64.png);
  background-size: 105%;
}

.langWrap #a2 {
  background-image: url(pictures/icons/icons8-uk-flag-64.png);
  background-size: 100%;
}

.langWrap #a3 {
  background-image: url(pictures/icons/icons8-russia-64.png);
  background-size: 105%;
}
.welcome-section .content-hidden .content-wrap .fly-in-text li {
  opacity: 1;
}

.welcome-section.content-hidden .content-wrap .fly-in-text li:nth-child(1) {
  transform: translate3d(-100px, 0, 0);
}

.welcome-section.content-hidden .content-wrap .fly-in-text li:nth-child(2) {
  transform: translate3d(100px, 0, 0);
}

.welcome-section.content-hidden .content-wrap .enter-button {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}

@media (min-width: 800px) {
  .welcome-section .content-wrap .fly-in-text li {
    font-size: 4em;
  }
  .welcome-section .content-wrap .enter-button {
    font-size: 1.5em;
  }
  
}

nav {
  display: flex;
  justify-content: space-around;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  padding: 0 5%;
  height: 50px;
  background: linear-gradient(-20deg, #ffc800, #ed9e00, #d29a01, #ffb700);
  background-size: 400% 400%;
  animation: gradient 12s ease infinite;
}

.logo a {
  text-decoration: none;
  color: black;
}

.logo a:hover {
  border: 3px solid black;
  color: #ffbb00;
  border-radius: 10px;
  list-style: none;
  transition: 0.3s;
  background-color: black;
  padding-left: 5px;
  padding-right: 5px;
}
nav .logo {
  font-family: 'Phudu', cursive;
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000000;
  
}

nav .links {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
  
}

nav .links li {
  list-style: none;
}

nav .links li:hover {
  border: 3px solid black;
  color: #ffbb00;
  border-radius: 10px;
  list-style: none;
  transition: 0.3s;
}

nav .links a {
  padding: 3px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

nav .links a:hover {
  background-color: #000;
  padding: 3px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #ffc800;
  text-decoration: none;
  transition: 0.3s;
}


#nav-toggle {
  position: absolute;
  top: -100px;
}

nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #000000;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 750px)  {
  .welcome-section .content-wrap .fly-in-text li {
    font-size: 6em;
  }
  .welcome-section p {
    font-size: 1.5em;
  }

}
@media screen and (max-width: 750px) {

  nav .logo {
    float: none;
    width: auto;
    justify-content: center;
  }

  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 34px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(255, 166, 0, 0.8);
    overflow: hidden;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
  }

  nav .links a {
    font-size: 20px;
  }

  nav :checked~.links {
    bottom: 0;
  }

  nav .icon-burger {
    display: block;
  }

  nav :checked~.icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }

  nav :checked~.icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }

  nav :checked~.icon-burger .line:nth-child(2) {
    opacity: 0;
  }

}

  


