@import url("https://fonts.googleapis.com/css2?family=Alice&family=Karla:ital,wght@0,200..800;1,200..800&family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #6096b4;
}

/* 
NAVBAR
NAVBAR
NAVBAR
NAVBAR
*/

.header-navbar {
  top: 0;
  align-items: center;
  position: sticky;
  z-index: 1000;
  width: 100%;
  height: 80px;
  padding: 10px;
  background-color: #6096b4;
  display: flex;
  justify-content: space-between;
}

.logo-nav {
  display: flex;
  align-items: center;
}

.logo-nav h3 {
  cursor: default;
  margin-left: 20px;
  color: white;
}

.header-navbar img {
  width: 60px;
  margin-left: 20px;
  height: 60px;
  border-radius: 50%;
}

.nav-links {
  padding: 20px;
  align-items: center;
  display: flex;
}

.nav-links #dropdownBars {
  display: none;
}

.header-navbar ul {
  list-style: none;
}

.header-navbar ul li a {
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 20px;
}

.nav-links #dropdownButton {
  cursor: pointer;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
}

.nav-links ul {
  display: flex;
}

.nav-links .auth-link {
  display: none;
}

.nav-links button img {
  width: 40px;
  height: 40px;
  position: relative;
  left: -15px;
}

.checkbtn {
  font-size: 22px;
  color: #ffffff;
  display: none;
}

#check {
  display: none;
}

.hidden {
  display: none;
}

.dropdown {
  position: absolute;
  top: 70px;
  right: 0px;
  background-color: #6096b4;
  border: none;
  width: 150px;
  border-radius: 5px;
  z-index: 1000;
}

.dropdown ul {
  list-style: none;
}

.dropdown ul li {
  margin-bottom: 10px;
}

.dropdown a {
  text-decoration: none;
  color: #ffffff;
}

/* 
ACCOMODATIONc
ACCOMODATIONc
ACCOMODATIONc
ACCOMODATIONc
*/

.accomodationSection {
  background-image: url(../assets/galleryBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
}

.accomodationSection h1 {
  font-size: 42px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}

.accomodationSection p {
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  width: 900px;
}

.accomodationPackage {
  padding: 20px 60px;
  width: 80%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.accomodationPackage img {
  width: 450px;
  height: 370px;
  border-radius: 20px;
}

.accomodationDetails {
  border-radius: 20px;
  padding: 40px;
  width: 450px;
  background-image: url(../assets/accomodationDetails.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accomodationDetails h3 {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  padding-bottom: 20px;
}

.accomodationDetails span {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  color: #ffffff;
}

/* 
POOL
POOL
POOL
POOL
 */

.poolsSection {
  justify-items: center;
  padding: 60px 20px;
  background-image: url(../assets/poolBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.poolsSection h1 {
  text-transform: uppercase;
  color: #eaf5f7;
  text-align: center;
  font-size: 42px;
  padding: 30px 0;
}

.poolsSection p {
  margin-bottom: 60px;
  font-size: 20px;
  width: 900px;
  text-align: center;
  color: #eaf5f7;
  font-weight: 600;
}

.poolAccomodation {
  padding: 20px 50px;
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.poolAccomodation img {
  width: 450px;
  height: 370px;
  border-radius: 20px;
}

.poolDetails {
  border-radius: 20px;
  padding: 40px;
  align-self: center;
  width: 450px;
  background-image: url(../assets/accomodationDetails1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.poolDetails h1 {
  text-align: center;
  color: #eaf5f7;
  font-size: 28px;
  padding-bottom: 20px;
}

.poolDetails span {
  text-align: center;
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  color: #eaf5f7;
  font-weight: 500;
}

.poolsSection #slide {
  font-size: 28px;
  padding: 10px 0;
}

/* 
COTTAGE
COTTAGE
COTTAGE
COTTAGE
*/

.cottageSection {
  background-image: url(../assets/cottageBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.cottageSection h1 {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  padding: 30px 0;
}

.cottageSection p {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

.cottageContainer {
  padding: 30px 60px;
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.cottageContainer img {
  width: 450px;
  height: 300px;
  border-radius: 20px;
  margin-right: 40px;
}

.cottageContainer .cottageDetails {
  padding: 40px;
  width: 400px;
  height: 300px;
  background: url(../assets/accomodationDetails.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
}

.cottageContainer .cottageDetails h3 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 24 px;
}

.cottageContainer .cottageDetails h4 {
  padding-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
}

.cottageContainer .cottageDetails span {
  display: block;
  font-size: 20px;
}

.cottageDetails span:last-child {
  font-weight: bold;
}

.cottageContainer #thirdChild {
  font-size: 20px;
  padding-top: 100px;
}

.cottageContainer #lastChild {
  font-size: 18px;
  padding-top: 80px;
}

/* 
TABLES
TABLES
TABLES
TABLES
*/

.tableSection {
  width: 100%;
  background-image: url(../assets/tableBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

.tableSection h1 {
  padding: 30px 0;
  text-align: center;
  color: #eaf5f7;
  font-size: 42px;
  text-transform: uppercase;
}

.tableSection p {
  margin-bottom: 70px;
  text-align: center;
  color: #eaf5f7;
  font-size: 20px;
}

.tableContainer {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 50px auto;
  padding: 0 50px;
}

.tableContainer img {
  width: 450px;
  height: 300px;
  border-radius: 20px;
  margin-right: 30px;
}

.tableContainer .tableDetails {
  border-radius: 20px;
  width: 400px;
  height: 250px;
  background: url(../assets/accomodationDetails1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: 60px 0;
  margin-top: 30px;
}

.tableContainer .tableDetails h3 {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tableContainer .tableDetails h4 {
  font-size: 20px;
}

.tableContainer .tableDetails span {
  font-size: 20px;
  font-weight: bold;
}

/* 
ROOMS
ROOMS
ROOMS
ROOMS
ROOMS
*/

.roomSection {
  padding: 40px 0;
  justify-items: center;  background-image: url(../assets/roomBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.roomSection h1 {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  padding: 30px 0;
}

.roomSection p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  width: 1000px;
}

.roomsContainer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}

.roomsContainer img {
  border-radius: 20px;
  width: 400px;
  height: 350px;
}

.roomsContainer .roomsDetails {
  border-radius: 20px;
  width: 400px;
  height: 250px;
  background:
    url(../assets/accomodationDetails.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 40px;
}

.roomsDetails h3 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 30px;
}

.roomsDetails h4 {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.roomsDetails span {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  display: block;
  font-weight: bold;
}

.roomsDetails #pax,
.roomsDetails #price {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
