*{
  margin: 0;
  padding: 0;
}

body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background: #3589a1;
}

nav{
  background: linear-gradient(#3589a1 20%,black 80%);
  height: 80px;
  width: 100%;
}

label img{
  width: 10%;
  height: 75px;
  margin-top: 3px;
  margin-bottom: 10px;
}

label.logo{
  height: 80px;
  width: 100px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}

nav ul{
  float: right;
  margin-right: 20px;
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

nav ul li a:hover{
  border-bottom: 3px solid #3589a1;
  color: #5ec2d4 ;
  transition: .5s;
}

nav ul li a{
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 7px;
  border-radius: 3px;
  text-transform: uppercase;
}

a.active,a.hover{
  background: #3589a1;
  transition: .5s;
}


.checkbtn{
  font-size: 30px;
  color: black;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check{
  display: none
}

@media (max-width:854px) {
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }

  nav ul li a{
    font-size: 16px;
  }
}

@media (max-width:900px) {
  .checkbtn{
    display: block;
  }

  ul{
    position: fixed;
    background: #1e1e1e;
    width: 100%;
    height: 100vh;
    top: 80px;
    right: -100%;
    text-align: center;
    transition: all .5s;
  }

  nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
  }

  nav ul li a{
    color: grey;
    font-size: 15px;
  }

  a:hover,a.active{
    background: #3589a1;
    transition: .5s;
  }

  #check:checked ~ ul{
    left: 0;
  }


}

.contanier{
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.contanier::after{
  clear: both;
  display: table;
  content: '';
}

.contanier h1{
  color: white;
  border-bottom: 3px solid white;
  text-align: center;
  font-size: 100px;
  padding-top: 50px;
  width: 90%;
  margin-left: 5%;
}

.home{
  width: 100%;
  height: 650px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.home h1{
  width: 80%;
  margin-left: 10%;
  text-shadow: 0 0 20px #5ec2d4;
  font-size: 100px;
  padding-top: 150px;
  color: white;
}

.home h2{
  width: 80%;
  margin-left: 10%;
  font-size: 70px;
  border-top: 3px solid #5ec2d4;
  border-bottom: 3px solid #5ec2d4;
  color: white;
  text-shadow: 0 0 20px #5ec2d4;
}

.box{
  width: 30%;
  float: left;
}

.box img{
  width: 90%;
  margin-left: 5%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.inbox{
  width: 70%;
  float: right;
}

.inbox h1{
  color: white;
  font-size: 40px;
  width: 80%;
  margin-left: 10%;
  padding-top: 100px;
  border-bottom: 3px solid #5ec2d4;
  text-align: center;
}

.inbox h2{
  color: white;
  font-size: 30px;
  width: 80%;
  margin-left: 20%;
  padding-top: 200px;
  padding-bottom: 150px;
}

.inbox p{
  color: white;
  font-size: 30px;
  width: 80%;
  margin-left: 10%;
  padding-top: 50px;

}

.nat{
  width: 100%;
  height: 600px;
}

.ret{
  display: inline-block;
  width: 30%;
  margin-left: 2%;
  margin-top: 100px;
  border: 3px solid #5ec2d4;
  text-align: center;
  border-radius: 5px;
}

.ret:hover{
  background: linear-gradient(#3589a1 20%,black 80%);
  box-shadow: 0 0 20px white;
  transition: .5s;
}

.ret i{
  font-size: 50px;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rox{
  width: 30%;
  text-align: center;
  margin-left: 2%;
  background: linear-gradient(#5ec2d4 20%,#3589a1 80%);
  color: lightgreen;
  height: 150px;
  display: inline-block;
  margin-top: 150px;
  padding-bottom: 150px;
  border-radius: 5px;
  box-shadow: 0 0 20px #5ec2d4;
}

.rox:hover{
  background: linear-gradient(#3589a1 20%,#5ec2d4 80%);
  box-shadow: 0 0 20px white;
  transition: .5s;
}

.rox h1{
  text-align: center;
  padding-top: 20px;
  border-bottom: 2px solid lightgreen;
  font-size: 50px;
}

.rox p{
  text-align: center;
  font-size: 25px;
  padding-top: 10px;
}

.rox i{
  font-size: 100px;
  margin-top: 30px;
}

.rox img{
  width: 80%;
  margin-left: 9%;
  padding-top: 20px;
  height: 280px;
}

.po{
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 2px solid #5ec2d4;
  box-shadow: 0 0 20px #5ec2d4;
  border-radius: 10px;
}

.po::after{
  content: '';
  clear: both;
  display: table;
}

.jo {
  width: 30%;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

.jo img{
  width: 90%;
  margin-left: 5%;
  margin-top: 30px;
}

.qpo {
  width: 70%;
  float: right;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: sans-serif;
}

.qpo h1{
  text-align: center;
  color: white;
  border-bottom: 3px solid white;
  margin-bottom: 20px;
  font-size: 40px;
  width: 90%;
  margin-left: 5%;
}

.qpo p{
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  width: 90%;
  margin-left: 5%;
}

.qpo a{
  color: white;
  background: #5ec2d4;
  width: 120px;
  text-decoration: none;
  width: 90%;
  margin-left: 5%;
  border: 2px solid #5ec2d4;
  border-radius: 4px;
  font-size: 25px;
}

.qpo a:hover{
  background: linear-gradient(#5ec2d4 20%,lightblue 80%);
  transition: .5s;
  font-size: 30px;
  border: 2px solid #5ec2d4;
  border-radius: 4px;
  box-shadow: 0 0 20px #5ec2d4;
}

.qpo input{
  background: white;
  border: 2px solid #5ec2d4;
  color: #5ec2d4;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 30px;
}

.qpo input:hover{
  background: linear-gradient(#5ec2d4 20%,#3589a1 80%);
  color: white;
  border-radius: 5px;
  box-shadow: 0 0 20px #5ec2d4;
  transition: .5s;
}

.qpo textarea{
  background: white;
  font-size: 30px;
  height: 130px;
  color: #5ec2d4;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
  border: 2px solid #5ec2d4;
  font-family: sans-serif;
}

.qpo textarea:hover{
  background: linear-gradient(#5ec2d4 20%,#3589a1 80%);
  color: white;
  border-radius: 5px;
  box-shadow: 0 0 20px #5ec2d4;
  transition: .5s;
}

.qpo button{
  background: #5ec2d4;
  border: 2px solid #5ec2d4;
  color: white;
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 30px;
}

.qpo button:hover{
  box-shadow: 0 0 20px #5ec2d4;
  border-radius: 10px;
  transition: .5s;
}


.room{
  width: 80%;
  margin-left: 5%;
  margin-top: 50px;
  display: inline-block;
}

.room a{
  color: white;
  text-decoration: none;
  margin-left: 7%;
  font-size: 25px;
}

.room a:hover{
  text-shadow: 0 0 20px white;
  border-bottom: 2px solid #5ec2d4;
  transition: .5s;
}

.trex{
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.trex h1{
  width: 80%;
  margin-left: 10%;
  border-bottom: 2px solid #5ec2d4;
  text-align: center;
  color: white;
}

.trex details{
  width: 80%;
  margin-left: 10%;
  background: linear-gradient(#5ec2d4 20%,#3589a1 80%);
  color: white;
  border: 2px solid #5ec2d4;
  margin-top: 100px;
  font-size: 60px;
  border-radius: 5px;
}

.trex details:hover{
  box-shadow: 0 0 20px #5ec2d4;
  transition: .5s;
}

.trex details li{
  font-size: 15px;
  margin-top: 20px;
}

.rip{
  color: red;
  width: 100;
}

#slider {
  overflow:hidden;
}

#slider figure{
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  animation: 20s slider infinite;
}

#slider figure img{
  float: left;
  width: 20%;
}

@keyframes slider{
    0% {
      left: 0;
    }
    20%{
      left: 0;
    }
    25%{
      left: -100%;
    }
    40%{
      left: -100%;
    }
    50%{
      left: -200%;
    }
    70%{
      left: -200%;
    }
    75%{
      left: -300%;
    }
    90%{
      left: -300%;
    }
    100%{
      left: -400%;
    }
}

.shret{
  width: 100%;
}

.shret h1{
  width: 90%;
  margin-left: 5%;
  margin-top: 100px;
  color: white;
  border-bottom: 3px solid #5ec2d4;
  text-align: center;
  font-size: 40px;
}

.shret h1 img{
  width: 40px;
}

.flett{
  width: 90%;
  margin-left: 5%;
  margin-top: 100px;
  margin-bottom: 100px;
  background: blue;
  color: white;
  border-radius: 5px;
  border: 2px solid #5ec2d4;
  box-shadow: 0 0 20px #5ec2d4;
}

.flett::after{
  content: '';
  clear: both;
  display: table;
}

.flex{
  width: 50%;
  float: right;
}

.flex li{
  margin-top: 20px;
  border-bottom: 2px solid white;
  list-style: none;
}

.flix{
  width: 50%;
  float: left;
}

.flix li{
  margin-top: 20px;
  border-bottom: 2px solid white;
  list-style: none;
}

.friui button{
  width: 100px;
  background: #5ec2d4;
  color: white;
  border: #5ec2d4;
}

.friui button:hover{
  box-shadow: 0 0 20px #5ec2d4;
  border-radius: 4px;
  transition: .5s;
}






//footter menuu

.rat{
  width: 100%;
  background: #1e1e1e;
  font-family:Sans-serif;
}

.rat::after{
  content: '';
  clear: both;
  display: table;
}

.root{
  width: 100%;
  margin-top: 50px;
}

.root li{
  list-style: none;
  width: 80%;
  margin-left: 10%;
}

.root li a{
  text-decoration: none;
  color: darkblue;
}

.root li a:hover{
  text-decoration: underline;
  color: blue;
  transition: .5s;
}

.left{
  width: 30%;
  float: left;
}

.look{
  width: 96%;
  margin-left: 2%;
  margin-top: 20px;
  margin-bottom: 70px;
}

.look img{
  width: 80%;
  margin-left: 10%;
  background: darkgrey;
}

.social{
  width: 100%;
  margin-top: 10px;
}

.social li{
  list-style: none;
  font-size: 40px;
}

.social li a{
  margin-left: 20px;
  color: lightgrey;
}


.right{
  width: 70%;
  float: right;
}

.right::after{
  content: '';
  clear: both;
  display: table;
}

.men{
  width: 100%;
  margin-top: 25px;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #5ec2d4;
  color: white;
}

.men h2 i{
  color: #5ec2d4;
  text-shadow: 0 0 20px #5ec2d4;
}

.met{
  float: left;
  width: 50%;
  margin-top: 50px;
}

.met li{
  list-style: none;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.met li a{
  color: white;
  text-decoration: none;
}

.met li a:hover{
  text-decoration: underline;
  color: #5ec2d4;
  text-shadow: 0 0 20px #5ec2d4;
  transition: .5s;
}

.mat{
  float: right;
  width: 50%;
  margin-top: 50px;
}

.mat li{
  list-style: none;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.mat li a{
  color: white;
  text-decoration: none;
}

.mat li a:hover{
  text-decoration: underline;
  color: #5ec2d4;
  text-shadow: 0 0 20px #5ec2d4;
  transition: .5s;
}

.mat p{
  color: white;
  margin-top: 30px;
  font-size: 25px;
}

.mat p:hover{
  color: #5ec2d4;
  text-shadow: 0 0 20px grey;
  transition: .5s;
}
