body {
  margin: 0;
  padding: 0px;
  font-family: Poppins;
}
.section-container {
  margin: 0 auto;
  max-width: 1330px;
}
/*section CSS*/
h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bolder;
  padding-top: 50px;
}

h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

h4 {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 15px;
}

section {
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
}

section p {
  font-family: "Times New Roman";
  font-size: 16px;
}

section li {
  font-family: "Times New Roman";
  font-size: 16px;
}

section button {
  background-color: #b83239;
  border: 0;
  color: white;

  text-align: center;
  margin: 0px;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

button:hover {
  background-color: black;
}

/*content css*/

.bookandcalendar {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.bookandcalendar button {
  width: 100%;
}
.calendar {
  padding-top: 20px;
}

.booking-restaurant {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.booking-restaurant img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.booking-tours {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  padding-bottom: 50px;
  padding-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.booking-tours img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.booking-stay {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  padding-bottom: 50px;
  padding-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.booking-stay img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.booking-stay2 {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  padding-bottom: 50px;
  padding-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.booking-stay2 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.column {
  flex: 50%;
  padding: 2%;
  justify-content: center;
}

.column1 {
  flex: 50%;
  padding: 2%;
  justify-content: center;
}

.column1 button {
  width: 49%;
}

.column button {
  width: 100%;
}

.column img {
  padding-bottom: 4px;
}

.rest-img {
  display: flex;
  flex-wrap: wrap;
}

.rest-img img {
  padding: 0 4px 0 0;
  width: 50%;
  height: 150px;
  object-position: center;
}

.otr-img {
  display: flex;
  flex-wrap: wrap;
}

/*booking form*/

.bookingform {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}

.bookingform select {
  background-color: white;
  border: 3px solid #b83239;
  font-size: 16px;
  padding: 15px;
  font-family: Poppins;
}

.bookingform option {
  background-color: #b83239;
  color: white;
  border: none;
  font-family: Poppins;
}

.bookingform label {
  padding-bottom: 5px;
  padding-top: 5px;
}

.bookingform input {
  background-color: rgb(180, 180, 180);
  padding: 15px;
  border: none;
}

.book-button {
  text-align: center;
  margin-top: 20px;
}

.bookingform button {
  width: 100%;
}

/*CALENDAR TEST*/

/* Month header */
.month {
  padding: 50px 25px;
  width: 100%;
  background: #b83239;
  text-align: center;
}

.month h4 {
  color: white;
  font-weight: lighter;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #b83239;
}

.weekdays li {
  display: inline-block;
  width: 11.6%;
  color: black;
  text-align: center;
  font-family: Poppins;
}

/* Days (1-31) */
.days {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  margin: 0;
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 12.2%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
  color: gray;
  font-family: Poppins;
}

/* Highlight the "current" day */
.days li:hover {
  background: #b83239;
  color: white !important;
}

@media (max-width: 720px) {
  .booking-tours {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .booking-restaurant {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .booking-stay {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 10px;
  }

  .booking-stay2 {
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 10px;
  }

  .bookingform button {
    width: 100%;
  }

  .column {
    padding-top: 25px;
  }
  .bookandcalendar {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .bookandcalendar button {
    width: 100%;
  }

  .calendar {
    padding-top: 15px;
  }

  .otr-img img {
    padding: 0 4px 0 0;
    width: 50%;
    height: 150px;
    object-position: center;
  }
}
