* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Kumbh Sans', sans-serif;
  scroll-behavior: smooth;
  background-color: #000;
}

 
.navbar {
  background: #131313;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar__container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1;
  width: 100%;
  padding: 0 50px;
}

.navbar__container img {
  width: 110px ; height: 60px 
}
#navbar__logo {
  background: #FDC830;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

.navbar__menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.navbar__item {
  height: 80px;
}

.navbar__links {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease;
}

.navbar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #FDC830;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  background-size: 100%;
  color: #fff;
  transition: all 0.3s ease;
}

.navbar__links:hover {
  color:  #FDC830;
  transition: all 0.3s ease;
}




/* Hero image on Desktop */
.img-responsive {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 150px;
  max-height: 100%;
  max-width: 100%;
}
 
  

  
/* contact Section */
.contact__container {
 
  /* align-items: center; */
  padding-top: 100px;
  color: #fff;
  height: 800px;
  display: grid;

}


.contact__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  padding-left: 10%;
  /* padding-top: 50px; */
  padding-bottom: 350px;
}


.contact__form {
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  color: #fff;
  /* padding-left: 100px; */
}

.contact__form h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;

}


.hotel-address h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.address__box {
  display: flex;
  /* justify-content: center; */
  padding-left: 200px;
}

.contact__form ::placeholder{
  display: flex;
  background-color: #fff;
}


#name {
  border-top-left-radius: 10px ;
  border-top-right-radius: 10px ;
}
input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  outline: none;
  padding: 10px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}


textarea {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  background-color: #fff;
  border-radius: 2px;
  padding-bottom: 100px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 250px;
  padding: 10px 10px;
}


#send-button{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  /* padding: 10px 20px; */
  height: 10%;
  width: 20%;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #FDC830;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  background-size: 100%;
  color: #fff;
  transition: all 0.3s ease;
}



@media screen and (max-width: 768px) {
  .address__box {
    padding-top: 40px;
    padding-left: 0px;
  }
}


/* Mobile Responsive */
@media screen and (max-width: 1100px) {
  .main__container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
  }

  .main__img--container {
    display: flex;
    justify-content: center;
  }

  .main__img--card {
    height: 425px;
    width: 425px;
  }

  .main__content {
    text-align: center;
    margin-bottom: 4rem;
  }

  .main__content h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .main__content h2 {
    font-size: 3rem;
  }

  .main__content p {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .main__img--card {
    width: 250px;
    height: 250px;
  }

  .fa-users,
  .fa-layer-group {
    font-size: 4rem;
  }

  .main__content h1 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .main__content h2 {
    font-size: 2rem;
  }

  .main__content p {
    margin-top: 2rem;
  }

  .main__btn {
    padding: 12px 36px;
    margin: 2.5rem 0;
  }
}



.rooms-pics {
  width: 100%;
 
}

/* rooms Section */
.rooms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 825px;
  /* padding-bottom: 40px; */
}


.rooms h1 {
  background: #FDC830;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 3.5rem;
  padding-bottom:25px;
}


.rooms__wrapper {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}


.rooms__card h2, p{
 color: #fff;
 text-align: center;
}


.rooms__card button:hover {
  cursor: pointer ;
}

.rooms__card:hover {
  transform: scale(1.075);
  transition: 0.3s ease-in;
  cursor: pointer;
}



.close {
  color: #fff;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




/* @media screen and (max-width: 1300px) {
  .rooms__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} */



.map {
  width:85%; 
  height:79%;
  border:0; 
  padding-left: 60px;
}


/* Footer CSS */

/* 
.footer__container {
  background-color: #131313;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer__logo {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

.footer__links {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}

.footer__link--wrapper {
  display: flex;
}

.footer__link--items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px;
  text-align: left;
  width: 160px;
  box-sizing: border-box;
}

.footer__link--items h2 {
  margin-bottom: 16px;
  color: #fff;
}

.footer__link--items a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3 ease-out;
}

.footer__link--items a:hover {
  color: #e9e9e9;
  transition: 0.3 ease-out;
}

.social__icon--link {
  color: #fff;
  font-size: 24px;
}

.social__media {
  max-width: 1000px;
  width: 100%;
}

.social__media--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

.social__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
}

.website__rights {
  color: #fff;
}

@media screen and (max-width: 820px) {
  .footer__links {
    padding-top: 2rem;
  }

  #footer__logo {
    margin-bottom: 2rem;
  }

  .website__rights {
    margin-bottom: 2rem;
  }

  .footer__link--wrapper {
    flex-direction: column;
  }

  .social__media--wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .footer__link--items {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
} */
