@import url('https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Ubuntu:wght@300&display=swap');

button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #5c7055;
  font-family: Ubuntu;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  cursor: url(RickAstley-ad2022.png), pointer;
 }
 
 button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #8d8873;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
 }
 
 button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }
 
 button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 17px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }
 
 button:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
 }
 
 @keyframes scaleUp {
  0% {
   transform: scale(1);
  }
 
  50% {
   transform: scale(0.95);
  }
 
  100% {
   transform: scale(1);
  }
 }
 

body{
  background-image: url(pexels-photo-1072179.jpeg);
  background-attachment: fixed;
	background-size: cover;
}

h1{
  font-size: 52px;
  font-family: Ubuntu;
  padding-top: 0%;
  padding-bottom: 0%;
}

h2{
  font-size: 35px;
  font-family: Ubuntu;
  margin-bottom: 0px;
  padding-top: 3%;
  padding-bottom: 3%;
}

h3{
  content: justify;
  font-size: 15px;
  font-family: Ubuntu;
}

h4{
  font-style: underline;
  font-size: 35px;
  font-family: Ubuntu
}

h5{
  color : #ffffff;
  font-size: 10px;
  font-family: Ubuntu
}

.ntm{
  background: red;
  border: 2px solid blue;
  border-radius: 12;

}

a{
  text-decoration: none;
  content: justify;
  font-size: 15px;
  font-family: Ubuntu;
  color: #505050;
}

.header{
  background: #DED6AC;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu{
  background: beige;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#banier1{
  background-color: #6b8363;
  border-radius: 7px;
  width: 75%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

#banier2{
  background-color: #c4bea5;
  border-radius: 12px;
  width: 75%;
  height: auto;
  padding-bottom: 2%;
}

.flip-image {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.flipped {
  transform: rotate(180deg);
}

.flipp-image {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.flippped {
  transform: rotate(180deg);
}

.flippp-image {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.flipppped {
  transform: rotate(180deg);
}

.flipppp-image {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.flippppped {
  transform: rotate(180deg);
}

.flippppp-image {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.flipppppped {
  transform: rotate(180deg);
}

.flipppppp-image {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.flippppppped {
  transform: rotate(180deg);
}

#menu {
  width: 75%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#menu-header {
  position: relative;
  text-align: right;
}

#menu-header h1 {
  margin: 0;
}

#arrow {
  position: absolute;
  top: 0;
  right: 0;
  cursor: url(RickAstley-ad2022.png), pointer;
}

.arrow1{
  max-width: 50px;
  max-height: 30px;
}

#menu-content {
  display: flex;
  justify-content: space-between;
  }
  
  #menu-content img {
  max-width: 30%;
  width: auto;
  height: auto;
  margin: 20px;
  }
  
  #menu-content p {
  width: 60%;
  margin-right: -8%;
  }

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 

  #menu1 {
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  #menu1-header {
    position: relative;
    text-align: right;
  }
  
  #menu1-header h1 {
    margin: 0;
  }
  
  #arroww {
    position: absolute;
    top: 0;
    right: 0;
    cursor: url(RickAstley-ad2022.png), pointer;
  }
  
  
  .arroww1{
    max-width: 50px;
    max-height: 30px;
  }
  
  #menu1-content {
    display: flex;
    justify-content: space-between;
    }
    
    #menu1-content img {
    width: 30%;
    height: auto;
    margin: 20px;
    }
    
    #menu1-content p {
    width: 60%;
    margin-right: -8%;
    }

    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 

  #menu2 {
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  #menu2-header {
    position: relative;
    text-align: right;
  }
  
  #menu2-header h1 {
    margin: 0;
  }
  
  #arrowww {
    position: absolute;
    top: 0;
    right: 0;
    cursor: url(RickAstley-ad2022.png), pointer;
  }
  
  
  .arrowww1{
    max-width: 50px;
    max-height: 30px;
  }
  
  #menu2-content {
    display: flex;
    justify-content: space-between;
    }
    
    #menu2-content img {
    width: 30%;
    height: auto;
    margin: 20px;
    }
    
    #menu2-content p {
    width: 60%;
    margin-right: -8%;
    }
    
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 

  #menu3 {
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  #menu3-header {
    position: relative;
    text-align: right;
  }
  
  #menu3-header h1 {
    margin: 0;
  }
  
  #arrowwww {
    position: absolute;
    top: 0;
    right: 0;
    cursor: url(RickAstley-ad2022.png), pointer;
  }
  
  
  .arrowwww1{
    max-width: 50px;
    max-height: 30px;
  }
  
  #menu3-content {
    display: flex;
    justify-content: space-between;
    }
    
    #menu3-content img {
    width: 30%;
    height: auto;
    margin: 20px;
    }
    
    #menu3-content p {
    width: 60%;
    margin-right: -8%;
    }

    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 

  #menu4 {
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  #menu4-header {
    position: relative;
    text-align: right;
  }
  
  #menu4-header h1 {
    margin: 0;
  }
  
  #arrowwwww {
    position: absolute;
    top: 0;
    right: 0;
    cursor: url(RickAstley-ad2022.png), pointer;
  }
  
  
  .arrowwwww1{
    max-width: 50px;
    max-height: 30px;
  }
  
  #menu4-content {
    display: flex;
    justify-content: space-between;
    }
    
    #menu4-content img {
    width: 30%;
    height: auto;
    margin: 20px;
    }
    
    #menu4-content p {
    width: 60%;
    margin-right: -8%;
    }
    
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 

  #menu5 {
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  
  #menu5-header {
    position: relative;
    text-align: right;
  }
  
  #menu5-header h1 {
    margin: 0;
  }
  
  #arrowwwwww {
    position: absolute;
    top: 0;
    right: 0;
    cursor: url(RickAstley-ad2022.png), pointer;
  }
  
  
  .arrowwwwww1{
    max-width: 50px;
    max-height: 30px;
  }
  
  #menu5-content {
    display: flex;
    justify-content: space-between;
    }
    
    #menu5-content img {
    width: 30%;
    height: auto;
    margin: 20px;
    }
    
    #menu5-content p {
    width: 60%;
    margin-right: -8%;
    }
  
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 

    #menu6 {
      width: 75%;
      height: auto;
      margin: 0 auto;
      text-align: center;
      position: relative;
    }
    
    #menu6-header {
      position: relative;
      text-align: right;
    }
    
    #menu6-header h1 {
      margin: 0;
    }
    
    #arrowwwwwww {
      position: absolute;
      top: 0;
      right: 0;
      cursor: url(RickAstley-ad2022.png), pointer;
    }
    
    
    .arrowwwwwww1{
      max-width: 50px;
      max-height: 30px;
    }
    
    #menu6-content {
      display: flex;
      justify-content: space-between;
      }
      
      #menu6-content img {
      width: 30%;
      height: auto;
      margin: 20px;
      }
      
      #menu6-content p {
      width: 60%;
      margin-right: -8%;
      }