﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

@charset "UTF-8";

/* Global */

body {
    overflow-x: hidden;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}


* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* Dropdown - languages */

.dropdown {
    position: relative;
    display: inline-block;
}

.svg-image {
    background-size: cover;
    height: 2em;
    width: 1em;
    margin-left: 1em;
    display: inline-block;
}

.dropdown-button {
    border: none;
    cursor: pointer;
    background-color: #40826D;  
    margin: 0;
    transform: scale(1.5);
    margin-top: 4px;
    width: 3em;
    height: 1em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dae6e2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -10px;
}

.dropdown-content a {
    color: #40826e;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content a {
    color: black;
}

.dropdown-content div {
    display: flex;
    align-items: center;
}

/* Page Footer */

.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 2em;
    font-style: normal;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    gap: 0;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-section p, .footer-section ul, .footer-section form {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.social-media-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    gap: 0.5em;
}

.social-media-list .icons-container{
    display: flex;
    justify-content: center;
    gap: 2em;
}

.social-media-list li {
    display: inline-block;
}

.icons-container i {
    transform: scale(1.3);
}

.email-container {
    display: flex;
    justify-content: center;
}

.email-container li{
    display: flex;
}

.copy-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.copy-button {
    cursor: pointer;
    margin-left: 1em;
    padding: 0.2em;
    background: none;
    color: white;
    border: 0;
}

.copy-button:hover {
    animation: slide-bottom 0.6s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

.copy-message {
    margin-left: 10px;
    color: #669b89;
    font-weight: bold;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.copy-message.show {
    display: inline;
    opacity: 1;
}

/* Header */

.pageHeader {
    background-color: #40826e;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
}

.pageHeader .headerHyperlink:hover {
    color: #3bff95;
    animation: slide-bottom 0.6s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

.pageHeader .headerHyperlink {
    color: white;
    font-weight: 400;
}

.house-logo {
    transform: scale(1.4);
    border-radius: 6px;
    border: 0.2px solid black;
    box-shadow: 10px 10px 112px -7px rgba(0,0,0,0.13);
    margin-right: auto;
    max-height: 50px;
    max-width: 100%;
    height: auto;
}

.hamburger-icon {
    display: none;
}

.hamburger-icon:hover{
    cursor: pointer;
}
   
/* NavBar in header */

.navBarList {
    list-style: none;
    display: flex;
    gap: 3em;
    padding: 0 3em;
    align-items: center;
}

.navBarContainer, .navBarContainerDiv {
    display: flex;
    margin: 0;
}

.navBarContainer {
    vertical-align: middle;
    justify-content: right;
    padding: 0 6em 0 3em;
}

.navBarContainerDiv {
    gap: 3em;
    align-items: center;
}

.navBarList a {
    display: flex;
    align-items: center;
}

.list-element-logo-container{
    margin-right: auto;
}

.navBar {
    width: 100%;
    margin: 2em;
}

.navBar .dropdown-content a {
    animation: none;
}

.navBar a {
    font-size: 1.5em;
    transition: color 0.6s ease;
}

/* Main */

.mainContainer {
    padding: 1em 0 0 0;
    color: #ba9043;
}

.pageCard {
    margin: 5em;
    background-color: #d9e6e2;
    color: #40826e;
    padding: 6em;
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    gap: 2em;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.15);
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

.pageCard.active {
    opacity: 1;
    transform: translateY(0);
}

.pageCard:focus {
    animation: myAnim 0.5s linear 0s 1 normal forwards;
}

.pageCardTitle {
    font-size: 2em;
}

.pageCardSubTitle {
    font-size: 1.5em;
}

.pageDescription{
    margin-top: 1em;
    font-size: 1.3em;
}

.pageCardImage, .pageCardSubImage {
    width: 100%;
    border: 1px solid #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.thirdCardImageBorder{
    border: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.pageCardImage.firstCardImage {
    background-image: url('https://res.cloudinary.com/dfgsvkacx/image/upload/img3c_t6wo2h');
}

.pageCardImage.secondCardImage {
    background-image: url('https://res.cloudinary.com/dfgsvkacx/image/upload/img6c_q549eq');
}

.pageCardSubImage.thirdCardImage {
    background-image: url('https://res.cloudinary.com/dfgsvkacx/image/upload/img9c_w7ws44');
}

.pageCardSubImage.thirdCardImage2 {
    background-image: url('https://res.cloudinary.com/dfgsvkacx/image/upload/img7c_ma3253');
}

.pageCardImage.fourthCardImage {
    background-image: url('https://res.cloudinary.com/dfgsvkacx/image/upload/img25c_mmhf9f');
}

.pageCard:nth-child(even) .pageCardImage {
    grid-column: 1;
}

.pageCard:nth-child(even) .pageCardInfo {
    grid-column: 2;
}

/* Admin Pages */

.add-room-page-container,
.edit-room-page-container,
.add-image-page-container,
.reserve-page-container {
    background-color: #2dc284;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-weight: 200;
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 2em 4em 4em 4em;
    animation: fadeIn 1s ease-in-out;
}

.add-room-page-container > p,
.edit-room-page-container > p {
    text-align: center;
    font-size: 2em;
}

.add-room-page-container input,
.edit-room-page-container input,
.reserve-page-container input,
.add-room-page-container textarea,
.edit-room-page-container textarea {
    padding: 1em;
    margin-top: 1em;
}

.add-room-page-container div,
.edit-room-page-container div {
    margin-top: 0.5em;
}

.add-room-page-submit-btn,
.edit-room-page-submit-btn,
.add-image-page-submit-btn,
.reserve-page-container #submitReserveBtn,
#backToRoomsReserveBtn {
    margin-top: 1em;
    padding: 0.5em;
    border: none;
    background-color: #10e08a;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
}

.add-room-page-container span,
.edit-room-page-container span,
.add-image-page-images span {
    color: red;
    font-weight: 500;
}

.add-image-page-container > p {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;
}

.add-image-page-container input {
    font-size: 1em;
    margin-bottom: 1em;
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 1em;
}

.add-image-page-container {
    justify-content: center;
    align-items: center;
}

input[type="datetime-local"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    position: relative;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #333;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: none;
}

.reserve-page-container {
    gap: 1em;
}

.reserve-page-container > h2 {
    text-align: center;
}

.reserve-page-container #backToRoomsReserveBtn {
    text-align: center;
}

.all-rooms-container {
    font-family: "Inter", sans-serif;
}

.current-room-container{
    padding: 2em;
    margin: 3em;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.no-rooms-available-p {
    color: red;
    font-size: 2em;
    text-align: center;
    font-family: "Inter", sans-serif;
    padding: 2em;
}

.room-details-container {
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
}

.room-details-container h1{
    text-align: center;
}

.room-details-container .current-room-container{
    margin: 0;
    padding-bottom: 0;
}

.room-details-container p{
    font-size: 2em;
}

.room-details-container span{
    font-weight: bolder;
}

/* Calendar */

.calendar-container {
    display: flex;
    flex-direction: column;
    padding: 2em;
    overflow-x: auto;
    white-space: nowrap;
}

.months-scroller {
    display: flex;
    overflow-x: auto;
    margin-bottom: 10px;
}

.months {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.month {
    min-width: 200px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.month.selected {
    font-weight: bold;
    color: #1d9934;
}

.calendar-wrapper {
    overflow-x: auto;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.day {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

.reserved {
    background-color: #ffcccc;
}

.available {
    background-color: white;
}

.no-reservations{
    color: red;
}

.legend-div{
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.legend-div div{
    padding: 0em 1em;
}

/* Carousel */

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1em;
    box-sizing: border-box;
}

.carousel-image {
    width: 100%;
    height: auto;
    max-height: 80vh; 
    object-fit: contain; 
    border-radius: 10px;
    z-index: 2;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
}

.carousel-image {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-image.visible {
    opacity: 1;
}

.carousel-button-previous {
    left: 10px;
    z-index: 2;
}

.carousel-button-next {
    right: 10px;
    z-index: 2;
}

#removeImgBtn{
    color: white;
    font-weight: 500;
    background-color: red;
    padding: 1em;
    border-radius: 12px;
    margin-top: 1em;
}

.buttons-container{
    margin-top: 1em;
}

/* FAQ Page */

.btn {
    background-color: #8cb5a7;
    cursor: pointer;
    margin-right: 2em;
    margin-top: 2em;
    padding: 1em;
    border-radius: 16px;
    font-weight: 600;
    color: white;
}

.faq-page-container {
    animation: fadeIn 1s ease-in-out;
    background-color: #b3ccc4;
    margin: 3em;
    margin-top: 5em;
    padding: 3em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-title {
    text-align: center;
    margin-bottom: 1em;
    color: #40826e;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background-color: #8cb5a7;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #669b89;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #dae6e2;
    border-radius: 0 0 4px 4px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer{
    margin: 15px 0;
}

/* Amenities */

.amenities-container {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background-color: #fff;
    padding: 1.5em 3em 3em 3em;
    margin: 0 3em 3em 3em;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

.amenities-description:hover p {
    color: #007BFF;
}

.amenities-container h1, h2 {
    margin-bottom: 20px;
}

.amenities-container p {
    margin-bottom: 20px;
}

.amenity {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #2dc455;
    transition: transform 0.3s;
    text-align: center;
}

.amenities-container > p{
    font-size: 1.3em;
}

.amenities-container > h1{
    font-size: 2.4em;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 2em;
}

.amenity:hover {
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.amenity i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #40826e;
}

.amenity h3 {
    margin: 10px 0;
    font-size: 1.4em;
}

.amenity p {
    margin: 0;
    font-size: 1.3em;
}

/* Surroundings */

.surroundings-container, .for-us-icons-container {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background-color: #fff;
    padding: 1.5em 3em 3em 3em;
    margin: 0 3em 3em 3em;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

.surroundings-container h1, h2 {
    margin-bottom: 20px;
}

.surroundings-container p {
    margin-bottom: 20px;
}

.surroundings-description:hover p {
    color: #007BFF;
}

.for-us-icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    justify-content: center;
}

.surrounding {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s;
    border: 2px solid #2dc455;
    text-align: center;
}

.surroundings-container > p{
    font-size: 1.3em;
}

.surroundings-container > h1{
    font-size: 2.4em;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 2em;
}

.surrounding:hover {
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.surrounding i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #40826e;
}

.surrounding h3 {
    margin: 10px 0;
    font-size: 1.4em;
}

.surrounding p {
    margin: 0;
    font-size: 1.3em;
}

/* Privacy policy page */

.privacy-politics-container {
    margin: 0 auto 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
}

.privacy-politics-container h1,
.privacy-politics-container h2,
.privacy-politics-container h3 {
    color: #ba9043;
    margin-top: 2em;
}

.privacy-politics-container p {
    margin: 10px 0;
}

.privacy-policy-list li{
    margin-left: 2em;
}

/* Usage policy page */

.usage-terms-container {
    padding: 1rem;
    background: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0 auto 0 auto;
    max-width: 800px;
}

.usage-terms-container h1,
.usage-terms-container h2 {
    color: #ba9043;
    margin-top: 2em;
}

.usage-terms-container p,
.usage-terms-container ul {
    color: #ba9043;
    line-height: 1.6;
}

.usage-terms-container ul {
    list-style-type: disc;
    margin-left: 2rem;
}

/* Gallery page */

.gallery-images-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 2em;
    padding: 0 1em;
    justify-content: center;
    animation: fadeIn 1s ease-in-out;
}

.gallery-navigation {
    text-align: center;
}

.gallery-navigation button {
    margin: 5px;
    padding: 10px;
    font-size: 16px;
}

.gallery-current-image-container {
    cursor: pointer;
    width: auto;
    height: 20em;
    background-color: #ccc;
    border: 2px solid black;
    transition: 0.6s ease;
    border-radius: 4px;
}

.gallery-current-image-container:hover{
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.prevBtn, .nextBtn {
    cursor: pointer;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
}

.nextBtn {
    border-radius: 0 3px 3px 0;
}

.prevBtn {
    border-radius: 3px 0 0 3px;
}

.prevBtn:hover, .nextBtn:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
}

/* Call us button */

.call-button {
    background-color: #40826e;
    border: none;
    color: white;
    padding: 2em 5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    margin: auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s linear 0s;
}

.call-button:hover{
    background-color: #b3ccc4;
    color: #40826e;
}

/* Class for removing margin */

.margin-btn{
    margin:0;
}

/* Identity account pages */

.log-in-page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
    font-size: 1.5em;
    background-color: aqua;
    margin: 3em 10em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 2em;
    border-radius: 12px;
}

.log-in-form div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.log-in-form div div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}

.log-in-form div span{
    color: red;
    margin-left: 0.2em;
}

.log-in-form input{
    padding: 0.3em;
}

#login-submit{
    padding: 1em;
    margin-top: 2em;
    font-size: 1em;
    background-color: cornflowerblue;
    border: none;
    border-radius: 8px;
    font-weight: 500;
}

#login-submit:hover{
    cursor: pointer;
    background-color: mediumpurple;
}

/* Contacts page */

.contacts-page-container {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
    margin: 3em;
    margin-top: 1em;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 1s ease-in-out;
    font-size: 1.4em;
    word-break: break-word;
}

.contacts-page-container ul{
    list-style: none;
}

.contacts-page-container a{
    color: #ba9043;
}

.contacts-page-container a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.contact-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2em;
    gap: 2em;
}

.contact-info-sub{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 2em;
}

.connectWithUs {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

/* Phone icon */

.phoneIconContainer{
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.phoneIcon {
    font-size: 1.5em;
    cursor: pointer;
}

.phoneIconContainer p {
    cursor: pointer;
    font-size: 1.5em;
}

/* Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design queries */

@media only screen and (max-width: 2500px and min-width: 1600px){
    .pageCardImage {
        height: 800px;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 2000px){
    .pageHeader {
        padding: 0.1em;
        height: auto;
        text-align: center;
        position: relative;
        max-width: 100%;
    }

    .mainContainer{
        padding-top: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .hamburger-icon {
        display: flex;
        transform: scale(3);
    }

    .fa-bars {
        margin: auto;
    }

    .logo-container {
        display: flex;
        justify-content: space-between;
        gap: 2em;
        align-items: center;
        flex-wrap: wrap;
    }

    .list-element-logo-container{
        width: 100%;
    }

    .navBarContainer {
        width: 100%;
        padding: 0;
    }

    .navBarContainer .navBarContainerDiv {
        margin-top: 2em;
        padding-top: 0;
    }

    .navBar {
        width: auto;
    }

    .house-logo-link {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-decoration: none;
        border-radius: 6px;
        border: 0.2px solid black;
        transform: scale(1.5);
    }

    .house-logo {
        max-height: 40px;
        width: auto;
    }

    .call-button {
        padding: 10px 18px;
        font-size: 15px;
    }

    .pageHeader {
        padding: 0.1em;
        height: auto;
        text-align: center;
        position: relative;
        max-width: 100%;
    }

    .navBarList {
        flex-direction: column;
        gap: 1em;
        padding: 1em;
        display: none;
    }

    .navBar a {
        font-size: 1.2em;
    }

    .list-element-logo-container{
        margin: 0;
    }

    .pageCard {
        margin: 2em;
        padding: 2em;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .pageCardImage {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .thirdCardImageBorder {
        height: 800px;
        width: 100%;
        object-fit: cover;
    }

    .pageCardSubImage {
        height: 1000px;
        width: 100%;
        object-fit: cover;
    }

    .footer-section {
        margin-bottom: 1em;
        padding: 0.5em;
        margin: 0.2em;
        word-break: break-all;
    }

    .footer-section h3 {
        font-size: 16px;
    }

    .social-media-list {
        gap: 5px;
    }

    .add-room-page-container,
    .edit-room-page-container,
    .reserve-page-container {
        margin: 1em;
        padding: 1em;
        font-size: 1.2em;
    }

    .add-room-page-submit-btn,
    .edit-room-page-submit-btn,
    .reserve-page-container #submitReserveBtn {
        font-size: 1em;
        padding: 0.5em;
    }

    .custom-file-upload {
        font-size: 1em;
        padding: 5px 10px;
    }

    .carousel-image {
        max-height: 60vh;
    }

    .carousel-button {
        padding: 8px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .buttons-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2em;
    }

    .buttons-container .btn{
        margin: 0;
    }

    .hamburger-icon {
        display: flex;
        transform: scale(3);
    }

    .fa-bars {
        margin: auto;
    }

    .logo-container {
        display: flex;
        justify-content: space-between;
        gap: 2em;
        align-items: center;
        flex-wrap: wrap;
    }

    .list-element-logo-container {
        width: 100%;
    }

    .navBarContainer {
        width: 100%;
        padding: 0;
    }

    .navBar {
        width: auto;
    }

    .house-logo-link {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-decoration: none;
        border-radius: 6px;
        border: 0.2px solid black;
        transform: scale(1.5);
    }

    .navBar a {
        font-size: 1em;
    }

    .pageCard {
        margin: 1em;
        padding: 1em;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .pageHeader {
        padding: 0.1em;
        height: auto;
        text-align: center;
        position: relative;
        max-width: 100%;
    }

    .pageCardTitle {
        font-size: 1.5em;
    }

    .pageCardSubTitle {
        font-size: 1.2em;
    }

    .pageDescription {
        font-size: 1em;
    }

    .footer-section h3 {
        font-size: 14px;
    }

    .add-room-page-container,
    .edit-room-page-container,
    .reserve-page-container {
        margin: 0.5em;
        padding: 0.5em;
        font-size: 1em;
    }

    .add-room-page-submit-btn,
    .edit-room-page-submit-btn,
    .reserve-page-container #submitReserveBtn {
        font-size: 0.9em;
        padding: 0.5em;
    }

    .custom-file-upload {
        font-size: 0.9em;
        padding: 4px 8px;
    }

    .carousel-image {
        max-height: 50vh;
    }

    .carousel-button {
        padding: 5px;
        font-size: 24px;
    }

    .gallery-current-image-container{
        height: 10em;
    }
}

@media only screen and (max-width: 600px) {
    .call-button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .gallery-current-image-container {
        height: 10em;
    }

    .pageHeader {
        padding: 0.1em;
        height: auto;
        text-align: center;
        position: relative;
        max-width: 100%;
    }
}

@media only screen and (max-width: 750px){
    .contact-info{
        display: flex;
        flex-direction: column;
    }

    .contact-info div{
        display: flex;
        flex-direction: column;
    }

    .pageHeader {
        padding: 0.1em;
        height: auto;
        text-align: center;
        position: relative;
        max-width: 100%;
    }
}