* {
    margin: 0;
    padding: 0;
    font-size: 20;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  
  html {
    overflow: hidden;
  }
  
  body { 
  margin: 0;
  font-size: 26px;
  height: 100%;
  color: rgb(239, 5, 5);
  perspective: 1px;
  transform-style: preserve-3d;  
  overflow-x: hidden;
  overflow-y: auto;
  }
  

  .lang{
    width: 110px;
    height: 50px;

position:fixed;
top:0;
left:1800px;
}

.lang button{
    width: 50px;
    height: 30px;
    cursor: pointer;
    transition: .5s;
}

.lang button{
    translate: 0 6px;
}

.lang button:first-child{
background-image: url(esp.png);
background-size: cover;
background-position: 0px -2px;
}


.lang button:last-child{
background-image: url(de.png);
background-size: cover;
  
}

  .navbar{
  width: 100%;
  height: 80px;
  position: fixed;
  margin-top:0px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  nav{
  width: 50%;
  height: 0;
  position: relative;
    background-color:transparent; 
}
#ch{
  width: 50%;
  height: 80px;
  position: relative;
  display: none;

}
  .logo{
  width: 100px;
  height:100px;
  margin:20px 0px;
  background-image: url(logo.png);
  background-size: cover;
  font-size: 20px;
  color: white;
  padding-top:50px;
  padding-left:30px;
  font-size: 22px;
  padding:60px 60px;
  font-family: 'Times New Roman', Times, serif;
  }

  .menu{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  }


.menu>li{
  width: 250px;
  height: 60px;
  list-style-type: none;
  font-size: 22px;
  color: rgb(220, 212, 238);

  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  padding-top: 10px;
  }

  .menu>li:hover{
  transition:.8s;
  font-size: 32px;
  color: white;
  text-shadow:0 0 5px rgb(255, 8, 243), 0 0 8px rgb(255, 8, 243);
  }

  .parallax-wraper{
  width: 100vw;
  height: 110vh;
  padding-top: 20vh;
  box-sizing: border-box;
  transform-style: preserve-3d; 
  }

  .parallax-wraper::before{
  content:'';
  width: 100vw;
  height: 110vh;
  top:0px; 
  left:0px;
  background-image: url(syd.jpg);
  background-size: cover;
  position: absolute;
  top:-40px;
  z-index: -1;
  transform: translateZ(-1px) scale(2);
  animation: prim 10s linear infinite;
  }


  .parallaxx-wraper{
  width: 100vw;
  height: 110vh;
  padding-top: 20vh;
  box-sizing: border-box;
  transform-style: preserve-3d;  
  }

  .wrap{
  width: 100vw;
  height: 150vh;
  top:0px; 
  left:0px;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transform: translateZ(-1px) scale(2);
  animation: sec 12s linear infinite;
  } 



  .wrap>div {
  width: 100%;
  height: 80%;
  position: absolute;
  animation: animat 12s infinite;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  }

  .wrap>div:nth-child(2) {
    animation-delay: 3s;
  }
  .wrap>div:nth-child(3) {
    animation-delay: 6s;
  }
  .wrap>div:nth-child(4) {
    animation-delay: 9s;
  }
  .wrap>div:nth-child(5) {
    animation-delay: 12s;
  }


  .wrap5{
  top:100px;
  left:800px;
  height: 500px;
  width: 700px;
  background-size: cover;
  position: absolute;
  animation: sec 20s linear infinite; 
  z-index: 4;
  } 

  .wrap5>div {
  width: 100%;
  height: 80%;
  position: absolute;
  animation: animat 12s infinite;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  }
  .wrap5>div:nth-child(2) {
    animation-delay: 3s;
  }
  .wrap5>div:nth-child(3) {
    animation-delay: 6s;
  }
  .wrap5>div:nth-child(4) {
    animation-delay: 9s;
  }
  .wrap5>div:nth-child(5) {
    animation-delay: 12s;
  }



  .wrap10{
  width: 150vw;
  height: 130vh;
  top:200px; 
  left:0px;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transform: translateZ(-1px) scale(2);
  animation: anim1 6s linear infinite; 
  } 
    
  .wrap10>div {
  width: 100%;
  height: 80%;
  position: absolute;
  animation: animatti 9s infinite;
  opacity: 0.8;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  }
  .wrap10>div:nth-child(2) {
   animation-delay: 3s;
  }
  .wrap10>div:nth-child(3) {
   animation-delay: 6s;
  }
  .wrap10>div:nth-child(4) {
  animation-delay: 9s;
  }

  .txt{
  font-size: 70px;
  color:#fff;
  letter-spacing: 12px;
  padding-top: 550px;
  padding-left:750px;
  font-weight: bold;
  animation: text 3s linear;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.7, 3);
  z-index: 10; 
  }

  .teext{
  font-size:30px;
  color:#ffffff;
  letter-spacing: 12px;
  padding-top: 300px;
  padding-left:60px;
  font-weight: bold;
  animation: text 3s linear;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.7, 3);
  z-index: 50;
  }

  .blanco{
  width: 650px;
  height: 80px;
  background-color:#fff;
  position: absolute;
  top:0px;
  left:500px;
  animation: wh 3s linear infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.7, 3);
  }

  .valkoinen{
  width: 650px;
  height: 80px;
  background-color:transparent;
  position: relative;
  top:-600px;
  left:650px;
  overflow: hidden;
  }

  @keyframes wh{
  from{ 
  left:-300px;
  }
  to{ 
  left:800px;
  }
  }
                  
 
  @keyframes animat {
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    40% {
      transform: scale(1);
    }
  }


  .regular-wraper{
    width: 3500px;
    height: 110vh;
    padding-top: 20vh;
    z-index: 2;
    position: relative;
    background-image: url(patt.jpg);
    background-size: cover;

  }

   .main{
    width: 1150px;
    height: 150px;
    position: absolute;
    top:130px;
    left:380px;
    z-index: 4;
 }

 #slideshow1 {
  position: relative;
  top:130px;
  text-align: center;
  overflow: hidden;
  height: 400px;
  width: 700px;
  margin: 0 auto;
  background:#332339ac;
   z-index: 2;
}

#slideshow2 {
  position: absolute;
  top:200px;
  left:1100px;
  overflow: hidden;
  height: 400px;
  width: 700px;
}

.frame{
  height: 400px;
  width: 700px;
  border:50px solid rgba(255, 255, 0, 0.47);
  position: absolute;
  top: 120px;
  left:1020px;


}
.s21_text{
  font-size: 35px;
  color:hsl(58, 96%, 49%);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 8px;
  font-style: italic;
  animation: word 2.2s linear infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}


.boxx{
  width: 600px;
  height: 500px;
  position: absolute;
  top: 120px;
  left:220px;

}
.box1{
  width: 600px;
  height: 70px;

}

.box2{
  width: 600px;
  height: 60px;
}

.title_1{
  font-size: 40px;
  color:rgb(152, 144, 144);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 20px;
  font-weight: lighter;
}

.title_1b{
  font-size: 40px;
  color:rgb(34, 31, 31);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 5px;
  font-weight: bolder;
  padding-top: 20px;
}

.title_1l{
  font-size: 25px;
  color:rgb(144, 140, 140);
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 60px;
  line-height: 35px;
  font-weight: bold;
}

 
.but1{
width: 220px;
height: 60px;
background-color:  hsl(58, 96%, 49%);
font-size: 25px;
color: rgb(18, 17, 17);
margin-top: 230px;
padding-left: 20px;
border-color: transparent;
text-align: left;
}

.but1:hover{
  background-color:  hsla(303, 19%, 38%, 0.331);
  font-size: 28px;
  color: rgb(47, 24, 58);
  transition: 0.8s;
  font-weight: bolder;
  border-radius: 10px;
  box-shadow: 10px 5px 10px 5px rgb(31, 29, 29);
  }
  
.slide-wrapper1{
  width: 3500px;
  position: absolute;
  text-align: center;
  animation: slide1 12s linear infinite;
  animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
  outline:1px solid;

}
.slide-wrapper2{
  width: 3500px;
  position: absolute;
  text-align: center;
  animation: slide2 12s linear infinite;
  animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;

}

.future_1{
  font-size: 30px;
  padding-top: 0px;
  padding-left: 230px;
  color: #fff; 
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 8px;
  font-weight: lighter;
  animation: anim1 1.4s linear infinite;

}

  .future_2{
  margin-top:300px;
  font-size: 30px;
  color: #fff; 
  padding-left: 570px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 8px;
  font-weight: lighter;
  animation: anim2 1.4s  linear infinite;
  }


.text{
  font-size: 80px;
  color:rgb(252, 164, 247);
  overflow: hidden;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  white-space: nowrap;
  animation: anim1 1.4s  steps(14);
  letter-spacing: 8px;
  font-weight: lighter;

}

.slide {
  float: left;
  height: 200px;
  width: 500px;
  margin-left:100px;
}

.slide21{
  float: left;
  height: 400px;
  width: 700px;
 }



.slide1 {
  height: 250px;
  width: 300px;
  }

.slide11 {
  background-image: url(v.png);
  background-size: cover;
  height: 250px;
  width: 300px;
  margin:50px auto;
}


.slide12 {
  background-image: url(w.png);
  background-size: cover;
  height: 250px;
  width: 400px;
  margin:50px auto;
}

.slide13{
  background-image: url(sw.png);
  background-size: cover;
  height: 250px;
  width: 450px;
  margin:50px auto;
}

.slide14{
  background-image: url(t.png);
  background-size: cover;
  height: 250px;
  width: 450px;
  margin:50px auto;
}

.slide15{
  background-image: url(z.png);
  background-size: cover;
  background-position: 0px -50px;
  height: 250px;
  width: 400px;
  margin:50px auto;
}

.slide2 {
  float: left;
  height: 400px;
  width: 700px;
}

.slide2:nth-child(1) {
  background-image: url(a.jpg);
  background-size: cover;
  z-index: 1;
}


.slide2:nth-child(2) {
  background-image: url(b.jpg);
  background-size: cover;
}

.slide2:nth-child(3) {
  background-image: url(c.jpg);
  background-size: cover;
}

.slide2:nth-child(4) {
  background-image: url(d.jpg);
  background-size: cover;
}
.slide2:nth-child(5) {
  background-image: url(e.jpg);
  background-size: cover;
}

.dates{
  width: 800px;
  height: 350px;
  position: absolute;
  top:610px;
  left:550px;  
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}

.datess{
  width: 600px;
  height: 350px;
  position: absolute;
  top:610px;
  left:650px;  
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}

.fun{
  width: 100%;
  height: 100px;
  position: absolute;
  top:20px;
  font-size: 30px;
  color: #707073;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 40px;
  letter-spacing: 12px;

}

.dates_4{
  width: 180px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  background-color: #6f6672d4;
  border-radius: 50%;
  animation: round 4s linear infinite;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);

}

.sym1{
  width: 50px;
  height: 50px;
  margin-top:0px;
  background-image: url(cub.png);
  background-size: cover;

}

.sym2{
  width: 50px;
  height: 50px;
  margin-top:0px;
  background-image: url(globe.png);
  background-size: cover;
}



.sym3{
  width: 55px;
  height: 50px;
  margin-top:0px;
  background-image: url(heart.png);
  background-size: cover;
}

.sym4{
  width:60px;
  height: 55px;
  background-image: url(tnak.png);
  background-size: cover;
}

.num{
  width: 90px;
  height: 90px;
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
  padding-top: 35px;
  color: rgb(73, 73, 72);
  font-weight: lighter ;
  text-align: center;

}
.numm{
  width: 90px;
  height: 90px;
  font-size: 50px;
  padding-top: 35px;
  color:#444248; 
  font-weight: lighter ;
  text-align: center;
    
    }

.kind{
  width: 250px;
  height: 100px;
  font-size: 20px;
  font-style: italic;
  color: rgb(248, 224, 101);
  font-weight: lighter ;
  text-align: center;
  margin-top:10px;
  font-family: Arial, Helvetica, sans-serif;

}

.ceil{
  height: 400px;
  width: 700px;
  background-image: url(ceil.jpg);
  background-size: cover;
  position: absolute;
  top: 0px;
  left:900px;
  z-index: 2;


}

.funn{
  width: 100%;
  height: 100px;
  position: absolute;
  top:20px;
  font-size: 30px;
  color: #707073;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 40px;
  letter-spacing: 8px;
  line-height: 30px;

}

.lines1{
  top:-500px;
  left:0px;
  height: 400px;
  width: 700px;
  position: absolute;
  animation: line1 3s linear infinite;
  z-index: 10;
  animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
  } 

  .lines2{
  top:20px;
  left:-800px;
  height: 400px;
  width: 700px;
  position: absolute;
  animation: line2 3s linear infinite;
  z-index: 10;
  animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
  } 
    
  .line{
  top:-400px;
  left:800px;
  height: 400px;
  width: 700px;  background-image:linear-gradient(45deg,transparent, transparent,rgb(12, 10, 10));

  position:relative;
  overflow: hidden;
  z-index: 12;
  } 
  


.vertical{
  width: 5px;
  height: 200px;
  background-color:#fff;
  position: absolute;
  left:40px;
  top:180px;
}

.horizone{
  width: 250px;
  height: 5px;
  background-color:#fff;
  position: absolute;
  left:15px;
  top:340px;
  animation: under 3s linear infinite;


}
.l_txt{
  font-size: 30px;
  color: #fff;
  padding: 300px 50px;
}

@keyframes word{
  from{
  color:transparent;
  }
  to{
    color:yellow;
  }
}


@keyframes line1{
  from{
  top:200px;
  }
  to{
   top:0px;
  }
}



@keyframes line2{
  from{
  left:-400px;
  }
  to{
   left:0px;
  }
}


@keyframes slide1 {
  0% {margin-left: 0px;}
  10% {margin-left: 0px;}
  20% {margin-left: -700px;}
  30% {margin-left: -700px;}
  40% {margin-left: -1400px;}
  50% {margin-left: -1400px;}
  60% {margin-left: -2100px;}
  70% {margin-left: -2100px;}
  80% {margin-left: -2800px;}
  90% {margin-left: -2800px;}

}

@keyframes slide2 {
  0% {margin-left: 0px;}
  10% {margin-left: 0px;}
  20% {margin-left: -2800px;}
  30% {margin-left: -2800px;}
  40% {margin-left: -2100px;}
  50% {margin-left: -2100px;}
  60% {margin-left: -1400px;}
  70% {margin-left: -1400px;}
  80% {margin-left: -700px;}
  90% {margin-left: -700px;}

}

@keyframes round{
  from{
    transform: rotateY(180deg);
  }

  to{
    transform: rotateY(0deg);

  }
}


.wrap10{
  width: 100vw;
  height: 150vh;
  top:0px; 
  left:0px;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transform: translateZ(-1px) scale(2);
  animation: sec 12s linear infinite;
  } 
  
 .wrap10>div {
   width: 100%;
  height: 80%;
  position: absolute;
  animation: anima 12s infinite;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  }

  .wrap10>div:nth-child(2) {
  animation-delay: 4s;
  }
  .wrap10>div:nth-child(3) {
   animation-delay: 8s;
  }
  .wrap10>div:nth-child(4) {
  animation-delay: 12s;
  }
  
    @keyframes anima {
      10% {
        opacity: 1;
      }
      20% {
        opacity: 1;
      }
      30% {
        opacity: 0.8;
      }
      40% {
        transform: scale(1);
      }
    }
   

    #slideshow3 {
      position: absolute;
      top:350px;
      left:620px;
      overflow: hidden;
      height: 300px;
      width: 700px;
    }
    
    .slide-wrapper3{
      width: 3500px;
      position: absolute;
      text-align: center;
      animation: slide3 25s linear infinite;
      animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1);
      z-index: 2;
    
    }
    
    .slide3 {
      float: left;
      height: 300px;
      width: 700px;     
    }
    
    .slide3:nth-child(1) {
      background:rgba(51, 45, 51, 0.549);
      z-index: 1;
    }
    
    
    .slide3:nth-child(2) {
      background:rgba(51, 45, 51, 0.549);
    }
    
    .slide3:nth-child(3) {
      background:rgba(51, 45, 51, 0.549);
    }

    .slide3:nth-child(4) {
      background:rgba(51, 45, 51, 0.549);
    }
    
    .slide3:nth-child(5) {
      background:rgba(51, 45, 51, 0.549);
    }

    
    @keyframes slide3 {
    0% {margin-left: 0px;}
    10% {margin-left: 0px;}
    20% {margin-left: -2800px;}
    30% {margin-left: -2800px;}
    40% {margin-left: -2100px;}
    50% {margin-left: -2100px;}
    60% {margin-left: -1400px;}
    70% {margin-left: -1400px;}
    80% {margin-left: -700px;}
    90% {margin-left: -700px;}
    }
    
    @keyframes anim1{
    from{
    width:200px;
    }
    to{
    width:1600px;
    }
    }
    
    @keyframes anim2{
    from{
    width:200px;
    }
    to{
    width:1800px;
    }
    }
    
      @keyframes prim{
    
    0%
    {background-image: url(hom.jpg) }
   
    0% {transform:scale(3.2)}
      
    10% {background-image: url(homm.jpg)}
        
    10% {transform:scale(1)};
    
    60%    {background-image: url(syd.jpg) } 
          
      }
      
    @keyframes sec{
    
    0%
    {background-image: url(s1.jpg) }   
      
     30%  {background-image: url(s2.jpg)}
      
    70%
    {background-image: url(s3.jpg)} 
    
    90%  {background-image: url(s4.webp)}
    
    100%  {background-image: url(s2.jpg)}
   
    }
    
    @keyframes left{
    from{left:800px}
     
    to{
    left:0px
    }
    }
    
    .regularr-wraper{
    width: 3500px;
    height:80vh;
    padding-top: 20vh;
    z-index: 2;
    position: relative;
    background-image: url(patt.jpg);
    background-size: cover;
    }

    .facts{
    position: absolute;
    top:200px;
    left:670px;
    width: 600px;
    height: 60px;
    background:rgba(51, 45, 51, 0.549);
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding:10px 0px;
    text-transform: uppercase;
  }
  
  .test_1{
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: lighter;
  padding:40px 20px;
  }
  .underline{
  width: 200px;
  height: 3px;
  background-color: #fff;
  margin:0 auto;
  }
  .last_1{
  width: 100%;
  height: 110px;
  }

.arc_1{
 font-size: 25px;
 color: #fff;
 text-align: center;
 font-style: italic;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-weight: lighter;
 padding: 40px 20px;
}

.regulary-wraper{
  width: 3500px;
  height:120vh;
  padding-top: 20vh;
  z-index: 2;
  position: relative;
  background-image:linear-gradient(#3f3a45 10%, #4c4653 10%,  #4c4653 70%,  #3f3a45 70%, #3f3a45 85%,  #27242a 85%,#27242a 100%);
  }


.l_title{
  width: 100%;
  height: 120px;
  position:absolute;
  top:0px;
  font-size: 40px;
  color: #cabfd2;
  padding: 10px 500px;
  font-style: italic;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .sp{
  width: 600px;
  height: 100px;
  font-size: 40px;
  color: #f9eb24;
  position: absolute;
  top:0px;
  left:800px;
  padding: 60px 0px;
  font-style: italic;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

  .nems{
  width: 20%;
  height: 380px;
  position:absolute;
  top:210px;
  left:570px;
  }

  label{
  font-size: 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;

  }
  #fname{
   width: 100%;
  height: 70px;
  background-color: #3f3a45;
  border:1px solid  #3f3a45;
  font-family: Arial, Helvetica, sans-serif;
  }

  #message{
   width: 100%;
  height: 180px;
  background-color: #3f3a45;
  border:1px solid  #3f3a45;
  font-family: Arial, Helvetica, sans-serif;
  }

  #sub{
   width: 100%;
  height: 70px;
  background-color: #3f3a45;
  border:1px solid  #3f3a45;
  font-size: 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
  
.ape{
  width: 30%;
  height: 190px;
  position:absolute;
  top:820px;
  left:400px;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-align: center;
}

.ape_3{
  width: 32%;
  height: 150px;
  padding-top: 30px;

}

.ape_6{

  font-size: 18px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-align: center;
  padding-top: 30px;
}
.hello{
  width: 100%;
  height: 100px;
  position:absolute;
  top:-100px;
  font-size: 30px;
  color: #f9eb24;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-style: italic;
  padding-top: 30px;
}
.net{
  width: 20%;
  height: 90px;
  position:relative;
  top:1000px;
  left:570px;
  display:flex;
  justify-content: space-around;
  align-items: center;

}
#net_5{
  appearance: none;
  width: 100px;
  height: 50px;
  position: relative;
  top:-150px;
  z-index: 3;
  background-color: transparent;
  border-color: transparent;
  font-size: 12px;
  color: rgb(149, 147, 47);
  text-align: center;
  padding-top: 10px;

}


#net_5::after{
  content: '';
  width: 100px;
  height: 2px;
  top:50px;
  left:0px;
  background-color: rgb(149, 147, 47);
  position: absolute;
}

#net_5::before{
  content: '';
  width: 100px;
  height: 2px;
  top:0px;
  left:0px;
  background-color: rgb(149, 147, 47);
  position: absolute;
}




#net_5:hover::after{
  width:72px;
  height: 1px;
  top:15px;
  left:15px;
  transition-duration: .5s;
  transform: rotateZ(45deg) translate(7px,7px);      
  cursor:pointer;

}



#net_5:hover::before{
  width:72px;
  height: 1px;
  top:25px;
  left:8px;
  transition-duration: .5s;
  transform: rotateZ(-45deg) translate(7px,7px);      
  cursor:pointer;
}



.container{
  width: 100px;
  height: 50px;
  z-index: 1;
  position:relative;
  
}

#me{
width:100vw;
margin:0 auto;
height: 200px;
background-color: #27242a;
outline: 1px solid;
font-size: 20px;
color: #fff;
text-align: center;
font-style: italic;
padding-top: 50px;

}