
.navBar{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  height: 62px;
  background-color: white;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 100;
  
  
}


.navLogo{
  margin-right: 20px;

}

.menu a{
  list-style:none;
  display: inline-block;
  
  font-weight: 500;
  text-decoration: none;

  font-size: 0.8rem;
  margin: 0 20px;
  color: black;
  padding: 20px;
  

  font-family: "Verdana", sans-serif;
  border-bottom: 3px solid white;
  transition: all 0.5s ease;

}
.sideBar a{
  list-style:none;
  display: inline-block;
  
  font-weight: 500;
  text-decoration: none;

  font-size: 18px;
  margin: 0 20px;
  color: black;
  padding: 20px;
  

  font-family: "Verdana", sans-serif;
  transition: all 0.5s ease;

}

.menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;

}


.menuLeft {
  display: flex;
  align-items: center;
  gap: 5px; 
  
}

.menuLeft a:hover{
  color:rgb(0, 0, 0);
  border-bottom: 3px solid rgb(243, 124, 124);

}

#reserve:hover{
  color: white;
  background-color: rgb(243, 124, 124);
}





#reserve{
  
  list-style:none;
  text-decoration: none;
  display: inline-block;
  
  font-weight: 500;
  text-decoration: none;

  font-size: 0.8rem;

  color: black;
  
  font-family: "Verdana", sans-serif;

}

#brandlogo{
  width: auto;
  height: 60px;
  margin-left: 50px;
  margin-right: 0px;
}




.sideBar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.716);
  box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 0;
}

#linkSide{
  width: 50%;
}





@media screen and (min-width: 921px) {
  .menu {
    display: flex;
  }

  #menuButton {
    display: none;
  }

  .sideBar {
    display: none ;
  }


}

@media screen and (max-width: 1440px) {
  .menu{
    display: none;
  }

  #menuButton{
    display: block;
  }


}

@media screen and (max-width: 920px) {
  .menu{
    display: none;
  }

  #menuButton{
    display: block;
  }


}


/* NAV BAR END */


body{
     background-image: url(../IMAGES/log_in_bg.jpg);
    background-repeat:no-repeat ;
    background-position: center;
    background-size: cover;
      background-attachment: fixed;
    
    margin: 0;
  padding: 0;

  height: 100vh;
  width: auto;
  z-index: -1;
}

/* #form{
    margin: 150px auto;
    background-color: #737b76b4;  
    width: 25%;
    padding: 50px;
    box-shadow: 10px 10px 5px #28362ed2;
    border-radius: 8px;
    color: white;
} */
/* 
#form{
    margin: 200px auto;
    background-color: #fdfbd4;
    width: 25%;
    padding: 50px;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.479);
    border-radius: 8px;
    color: black;
    font-family: Verdana, sans-serif;
}


#btn{
    padding: 5px;
    font-size: large;
}

@media screen and (max-width:700px){
    #form{
        width: 65%;
        padding: 40px
    }
} */



#form{
    margin: 120px auto;
    background-color: #fdfbd4;
    width: 25%;
    padding: 50px;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.479);
    border-radius: 8px;
    color: black;
    font-family: Verdana, sans-serif;
    align-items: center;
    margin-bottom: 50px;

}




#btn{
    padding: 5px;
    font-size: large;
    border-radius: 12px;
    border: solid rgb(255, 255, 255);
}

@media screen and (max-width:700px){
    #form{
        width: 65%;
        padding: 40px
    }
}

h1{
  

font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;

  color: black;
    font-size: 60px;
   
    text-align: center;


}


input, textarea {
    width: 60%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
 }     



@media (max-width: 800px) {
    #form {
      width: 65%;
      padding:40px;
      margin-right: 0;
      margin-left: 18%;
    }
  input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

}

@media (max-width: 400px) {
  #form {
    width: 100%;
    padding:40px;
    margin-left: 0;
    margin-right: 0;
  }


.title{
  display: none;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

}


#btn{
    background-color: #ffee00be;
    font: 4vw;
    color: black;
    border-radius: 7px;
    padding: 8px;  
    margin-top: 5px;
    width: 100px;
    
    border-width: 1px;
    transition: all ease 0.2s;
    
}

#btn:hover{
    transform: scale(1.2);

}


#btnDiv {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
   
