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

body {
  
  background-size: contain;
  background-position: center center; 
  background-repeat: no-repeat;  
  height: 100vh;  
  background-color: black;

}

.main-container {

  padding-bottom: 250px;
}

#notification.success {
  color: green;
}

#notification.error {
  color: red;
}

#notification {
  
  padding: 10px;
  display: none; 
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
  

}


.hidden { display: none; }

.rental-heading  {

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  color: white;
}
.tag {
  background-color: #758694; 
  color: white;
  padding: 20px 16px;
  margin: 5px;
  border-radius: 16px; 
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  text-align: center;
}

.tag:hover {
  background-color: rgba(221, 174, 54, 0.9);
  color: #000435;
  text-shadow: none;
  
}

@media (max-width: 600px) {

  .rental-heading {

    padding: 2px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: center;
    font-weight: 200;
    font-family: "Roboto Slab", serif;
    color: #ccc;
    
  
  }
  .tag {
    padding: 8px 16px;
    font-size: 16px !important;
    
  }
  .comingsoon-text .coming-soon {

    font-size: 24px !important;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 3.5px;
  }

  .instagram-link {

    padding: 5px 10px !important; 
    bottom: 10px;
  }
  .instagram-link img {
     margin-right: 5px;
     width: 18px;
     height: 18px;
  }

  .logo-img {

    height: 25px;
    width: 25px;
  }

}

.comingsoon-text {

  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  height: 40%;
}

.comingsoon-text .coming-soon {

  font-size: 48;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  color: white;
  letter-spacing: 3.5px;
} 

.in-loop {

  padding: 10px;
  color: white; 
  font-size: 20px;
  letter-spacing: 0.5px;
}
.in-loop-container {

  display: flex;
  flex-direction: column;
  font-family: "Roboto Slab", serif;
  font-weight: 200;
  margin: 0 auto; 

}

form input {

  width: 100%;
  border: solid 4px black;
  height: 35px;
  border-radius: 15px;
  font-size: 16px
}
::placeholder {
  font-size: 20PX;
}

input {

  padding: 20px;
  
}

/*
.whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #200f7c;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  z-index: 1000;
}
.whatsapp-button img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
*/

.instagram-link {

  position: fixed;
  right: 20px;
  bottom: 30px;
  background-color: gold;
  color: #000435;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  align-items: center;
  z-index: 1000;
}
.instagram-link img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
form {

  display: flex;
  gap: 5px;
  align-items: center;

}

form button {
  background:rgba(221, 174, 54, 0.9);  
  border: solid black 4px;         
  cursor: pointer;   
  padding: 10px;
  color: black;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px; 
  font-family: "Roboto Slab", serif;
  min-width: 120px;
  line-height: 1.4; 
}
.premier-logo {

  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  font-family: "Roboto Slab", serif;
  color: white;
  text-decoration: none;
  font-style: normal;
  border-radius: 15px;
  
}
.logo-with-rental {

  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 20px;
  flex-wrap: wrap;
  gap: 20px;
  background: black;
  color: white;
  font-family: "Roboto Slab", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px; 
  line-height: 1.4;
  max-width: 960px;
 
}
.services-offer {

  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  gap: 20px;
  background: black;
  color: rgb(88, 85, 68);
  font-family: "Roboto Slab", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px; 
  line-height: 1.4;
  border-top:  rgba(221, 174, 54, 0.9) solid 1px;

}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.arrow {
  animation: bounce 2s infinite;
}


.arrow {
  display: inline-block; 
  cursor: pointer; 
}

.logo-img {

  border-radius: 20px;
  
}