@media only screen and (max-width: 1156px) {
  .nav-links ul {
    position: fixed;
    width: 100%;
    height: 110svh;
    background-color: #6096b4;
    top: 50px;
    left: -100%; /* Hide offscreen by default */
    text-align: center;
    transition: all 0.5s;
    display: block;
  }

  .nav-links ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  .nav-links ul li a {
    font-size: 20px;
    color: #ffffff;
  }

  .nav-links button {
    display: none;
  }

  .nav-links #check:checked ~ ul {
    left: 0; /* Slide in the menu when checked */
  }

  .nav-links .auth-link {
    display: block;
  }
  .nav-links .checkbtn {
    display: block;
    font-size: 32px;
    color: #ffffff;
    float: right;
    line-height: 80px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 634px) {
  .nav-links ul {
    position: fixed;
    width: 100%;
    height: 110svh;
    background-color: #6096b4;
    top: 50px;
    left: -100%; /* Hide offscreen by default */
    text-align: center;
    transition: all 0.5s;
    display: block;
  }

  .nav-links ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  .nav-links ul li a {
    font-size: 20px;
    color: #ffffff;
  }

  .nav-links button {
    display: none;
  }

  .nav-links #check:checked ~ ul {
    left: 0; /* Slide in the menu when checked */
  }

  .nav-links .auth-link {
    display: block;
  }
  .nav-links .checkbtn {
    display: block;
    font-size: 26px;
    color: #ffffff;
    float: right;
    line-height: 80px;
    cursor: pointer;
  }

  .header-navbar {
    height: 50px;
    z-index: 1000;
  }

  .header-navbar img {
    width: 30px;
    height: 30px;
  }

  .logo-nav h3 {
    display: none;
  }

  .nav-links #dropdownBars {
    display: block;
    background-color: transparent;
    border: none;
  }

  .nav-links #dropdownBars i {
    float: right;
    font-size: 32px;
    display: block;
    color: #ffffff;
  }

  .nav-links ul li {
    display: block;
    margin: 50px 0;
    line-height: 20px;
  }

  .nav-links ul li a {
    font-size: 16px;
    color: #ffffff;
  }

  .nav-links button {
    display: none;
  }

  .accomodationSection {
    background-image: url(../assets/galleryRes.jpg);
    background-size: cover;
    padding: 20px 0;
  }

  .accomodationSection h1 {
    font-size: 28px;
  }

  .accomodationSection p {
    width: 100%;
    font-size: 12px;
  }

  .accomodationPackage {
    align-items: center;
    justify-items: center;
    width: 100%;
    display: block;
    margin: 30px 0;
    padding: 0;
  }

  .accomodationPackage img {
    width: 300px;
    height: 270px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .accomodationDetails {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 300px;
    padding: 20px;
    position: relative;
    top: -10px;
  }

  .accomodationDetails h3 {
    font-size: 18px;
  }

  .accomodationDetails span {
    font-size: 14px;
  }

  .poolsSection {
    background-image: url(../assets/aboutRes.jpg);
    padding: 20px 10px;
  }

  .poolsSection h1 {
    font-size: 28px;
    padding: 20px 0;
  }

  .poolsSection p {
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
  }

  .poolAccomodation {
    justify-items: center;
    align-items: center;
    padding: 0;
    width: 100%;
    display: block;
    margin: 20px 0;
  }

  .poolAccomodation img {
    width: 300px;
    height: 270px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .poolDetails {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -10px;
    padding: 20px;
    width: 300px;
  }

  .poolDetails h1 {
    font-size: 18px;
  }

  .poolDetails span {
    font-size: 12px;
  }

  .poolsSection #slide {
    font-size: 16px;
    padding: 5px 0;
  }

  .cottageSection {
    padding: 20px;
  }

  .cottageSection h1 {
    font-size: 28px;
    padding: 20px 0;
  }
  .cottageSection p {
    width: 100%;
    font-size: 14px;
  }

  .cottageContainer {
    justify-items: center;
    align-items: center;
    padding: 0;
    width: 100%;
    display: block;
    margin: 20px 0;
  }

  .cottageContainer img {
    margin-right: 0;
    width: 300px;
    height: 270px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cottageContainer .cottageDetails {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -10px;
    width: 300px;
    padding: 20px;
    height: auto;
  }

  .cottageContainer .cottageDetails h3 {
    font-size: 18px;
  }

  .cottageContainer .cottageDetails h4 {
    font-size: 18px;
  }

  .cottageContainer .cottageDetails span {
    font-size: 14px;
  }

  .cottageContainer #thirdChild {
    padding-top: 20px;
  }

  .tableSection {
    background-image: url(../assets/tableRes.jpg);
    padding: 20px;
  }

  .tableSection h1 {
    padding: 20px 0;
    font-size: 28px;
  }

  .tableSection p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
  }

  .tableContainer {
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    justify-items: center;
    align-items: center;
  }

  .tableContainer img {
    width: 300px;
    height: 270px;
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tableContainer .tableDetails {
    width: 300px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    margin-top: 0;
    top: -10px;
    padding: 30px 0;
    height: auto;
  }

  .tableContainer .tableDetails h3 {
    font-size: 18px;
  }

  .tableContainer .tableDetails h4 {
    font-size: 18px;
  }

  .tableContainer .tableDetails span {
    font-size: 14px;
  }

  .roomSection {
    background-image: url(../assets/roomRes.jpg);
    padding: 30px;
  }

  .roomSection h1 {
    font-size: 28px;
    padding: 20px 0;
  }

  .roomSection p {
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
  }

  .roomsContainer {
    padding: 5px 0;
    display: block;
    width: 100%;
    justify-items: center;
    align-items: center;
  }

  .roomsContainer img {
    width: 300px;
    height: 270px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .roomsContainer .roomsDetails {
    padding: 20px;
    width: 300px;
    height: auto;
    margin-top: 0;
    position: relative;
    top: -10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .roomsDetails h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .roomsDetails h4 {
    font-size: 18px;
  }

  .roomsDetails span {
    font-size: 14px;
  }
}
