*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin: 15px;
  scroll-snap-align: start;
  font: 14px/1.5 Arial, Helvetica, sans-serif;
  transition: .75s ease-out;
}

:root{
  --text-color: #162839c2;
}

/* ======== General Start ========= */
li, a {
  text-decoration: none;
  list-style: none;
  color: #162839;
  font-size: 1rem;

}



h4, h1, h3, h2{
  text-align: center;
  background-image: linear-gradient(90deg, orange,orangered);
  background-clip: text;
  color: transparent;
}

i{
  color: white;
  padding: 20px 15px;
  font-size: 1.4rem;
}

p, label, span, a{
  color: var(--text-color);
  font-weight: 500;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
}


button {
  background: linear-gradient(to right, orange, orangered);
  border: none;
  cursor: pointer;
  font-weight: 800;
  

  a{
    color: white;
  }
}

section {
   padding:4rem 2rem;   

  h1 {
    text-align: center;
    margin-top: 5px;
  }
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  width: 100%;
  height: 50px;
  background: linear-gradient(orange, orangered);
  border-radius: 100%;
  margin-bottom: 30px;
  }
/* ======== General End ========= */

.title-list {
  margin-bottom: 30px;
  margin-top: 6rem;
  text-align: center;
  padding: 10px;

  h4{
  color: rgb(255, 157, 0);
  text-align: center;
}
  
}

html {
  width: 100%;
}

header {
  width: 100%;
}

/* ======== Nav Start ========  */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #ffffffbb;
  height: 80px;
  position: fixed;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 100;

  label {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

nav:hover{
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

nav .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;

  
  label {
    color: #162839;
  }

  .icon {
    display: flex;
    margin-top: 20px;
  }
  span {
  font-weight: 700;
  font-size: 1.5em;
  margin-right: 8px;
}
i {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  color: #ffffff; 
  margin-left: -17px;
  padding: 13px 25px;
  background: linear-gradient(to right, orange, orangered);
  border-radius: 50%;
}
h2 {
  margin-left: 20px;
  font-weight: 900;
}
}

 .toggle-sidebar .nav-icons {
  display: none;
  color: orange;
}

nav ul {
  position: relative;
  display: flex;
  list-style: none;
}

nav ul li {
  margin-left: 15px;
  list-style: none;
  width: auto;
}

nav ul li a {
  position: relative;
  display: flex;
  color: #162839;
  font-weight: 400;
  border-radius: 50px;
  font-size: .8rem;
  text-transform: uppercase;
  transition: all .5s;
  z-index: 999;
}

nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -5px;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.5);
  transition: .5s;
}

nav ul li:hover ::after{
  width: 100%;
  transform: scale(1);
}

nav ul li a:focus{
  color: orange;
}
nav .cta-button{

button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  min-width: 120px;
  width: 100%;
  height: 30px;
  color: white;
  border-radius: 20px;
}
}

.sidebar-btn {
  display: none;
}
/*  ======= Nav End ====== */

/*  ======== Hero Section Start ======= */
#home {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.716)50%, rgba(0, 0, 0, 0.716)50%), url('https://images.unsplash.com/photo-1695129734899-3f5819dc55ea');
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  transition: opacity .5s ease;
  filter: opacity(50);
  color: rgba(255, 255, 255, 0.7);

  
  h1 {
    margin-top: -20px;
    text-align: left;
    font-size: 6vw;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.815);
    line-height: 1.2;
    font-family: 'Times New Roman', Times, serif;
  }
  p{
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    /* width: 80%; */
    line-height: 30px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
  }
  span {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, orange, orangered);
    font-weight: 800;
    font-size: 8vw;
    transition: .75s;
    font-family: 'Times New Roman', Times, serif
  }
}

.hero-section {
  padding: 10px;

}

.sub-hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin: 30px 0;
  font-family: 'Times New Roman', Times, serif;
  i{
    color: orange;
    margin-right: 8px;
  }

  .subp{
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, orange, orangered);
    font-size: 20px;
    
  }
}

.hero-cta {
  margin-bottom: 8px;

button {
  padding: 8px 4rem;
  margin: 10px;
  border-radius: 15px;

  
}


a{
  color: white;
}

.cta-expolre {
  border: 2px solid white;
  background: transparent;
  height: auto;
  flex-grow: 0;

  i {
    padding: 3px;
  }
}
}

.cursor {
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  transition: .75s ease-in-out;
  animation: pointer .7s infinite 0s alternate ;

  i{
    font-size: 2.5rem;
  }

  
}

@keyframes pointer {
  50%{
    transform: translateY(3px);
  }
  }

/* ====== About Section Start ======= */
#about {
  display: flex;
  flex-wrap: wrap;
  background: #FCF8F8;
  padding: 10px;
  transition: .5s ease;
}

h1 {
  margin-bottom: 20px;
  font-size: 3rem;
}

.about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;


  img {
    float: right;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
  }
  .about-text{
    display: block;
    width: 100%;
  }

  p {
    line-height: 2;
    font-size: 1.2em;
    float: left;
  }
}

.about-cards {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.about-cards .card {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.205);
  background-color: #fdfdfd3d;
  border-radius: 10px;
  padding: 10px;

  .icon {
    background: linear-gradient(orange, orangered);
    padding: 15px 20px;
    
    
    i {
      margin-left: -25px;
    }

    
  }
  h2 {
    margin-bottom: 20px;
    text-align: left;
  }
}

.about-cards .card:hover {
  transform: scale(1.02);

}
/* ====== About Section End ======= */

#rooms {
  margin-bottom: 40px;
  transition: .5s ease;


  p {
    text-align: center;
  }
}

.room-cards {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  padding: 10px;
  gap: 10px;
  margin: 0;
  overflow: hidden;


  .card {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.205);
    border-radius: 5px;
    transition: .5s ease-in;
    overflow: hidden;

    img {
      max-width: 380px;
      width: 100%;
    }

    img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 5px;
  }
  }
  li {
    font-size: 14px;
    line-height: normal;

    i{
      color: orange;
      margin-right: 20px;
      line-height: normal;
      font-size: 18px;
      border-radius: 10px;
      padding: 10px;
    }
  }
}

.mostpopu {
  display: none;
}

.room-items{ 
  padding: 5px;
  padding-bottom: 20px;

  button {
    width: 100%;
    padding: 6px;
    margin-top: 10px;
    border-radius: 5px;
}
}


.rooms-price {
  position: relative;
  text-align: left;
  margin-top: -90px;
  color: #fff;
  margin-left: -13rem;
  padding: 0 10px;
  margin-bottom: 25px;
  font-weight: 800;

  p {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
  }

  span {
    font-size: 1.4rem;
    color: #fff;
  }
}

/* ======== Services Section Start ====== */

#service {
  background-color: #1111;
  text-align: center;
}

.service-card {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  padding: 10px;
  gap: 15px;
}

.cards {
  padding: 10px;
  background-color: #ffff;
  border-radius: 8px;
  box-shadow: 0px 3px 2px #ffffff;
  padding: 10px;
  
  i {
    margin-left: -24px;
  }
  h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.cards:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 1px #000000;
  }

/* =========== Services Section End ======= */

/* ========= Gallery Start ================= */
#gallery {
  padding: 10px;
  background-color: #e0dac9;
  /* transition: .5s ease; */

  .title-list{
    text-align: center;
  }

  img{
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid orange;

  }
  img:hover {
    transform: translateY(-6px);
  }

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

.gallery-section {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 30px;
}
/* ========= Gallery End ================= */

/* ========= Booking Start =========== */
  #booking {
    background: #ededed;
    padding: 10px;
    transition: opacity .5s ease;
  }

 

    h4{
      text-align: center;
      margin-top: 3rem;
    }

  .booking-list {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 30px 0;

    h1 {
      color: rgba(255, 166, 0, 0.446);
      margin-left: 35px;
      font-size: 6rem;
      background: transparent;
    }
  }

  .box-list-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin-top: 30px;
    padding: 10px;
    column-gap: 10px;
    margin: 10px;

    label {
      color: #162839;
      font-size: 20px;
    }

    .icon {
      max-width: 80px;
      width: 100%;
      height: 80px;
      border-radius: 100%;
      margin-left: 40px;
    }

    i {
      margin-left: -20px;
      font-size: 2em;
    }

    
  }

  .booking-box {
    text-align: center;
    margin: auto;
    max-width: 900px;
    width: 100%;
  }

  .box-cards {
    box-shadow: 0 0 1px #fff;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;

    h2 {
      margin-bottom: 30px;
    }
  }

  .box-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    .box {
      margin: 30px;
      width: 560px;
      background: rgba(0, 0, 0, .1);
      border-radius: 10px;
      padding: 15px;

      i {
        color: orange;
        margin-right: 25px;
      }

      span{
        color: #162839;
      }
    }
  }

  .booking-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    

    button{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 40px;
      font-size: 16px;
      margin: 8px;
      text-align: center;
      border-radius: 8px;
    }

    i {
      margin-right: 20px;
    }


    .trns-bg-bodr {
      background: transparent;
      border: 2px solid orange;
      color: orange;

      a{
        color: hsla(0, 0%, 0%, 0.5);
      }
      a:hover{
        color: white;
      }

      i{
        color: orange;
      }
      i:hover{
        color: white;
      }
    }
    

.trns-bg-bodr:hover{
      background: linear-gradient(orange, orangered);
      color: white;
    }
  }

  .cancel-policy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid skyblue;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: rgba(197, 234, 248, 0.247);

    i {
      color: blue;
      margin-right: 20px;
    }

    span {
      color: #162839;
      margin-bottom: 15px;
    }

    label {
      font-size: 16px;
      margin-top: -10px;
      line-height: 25px;
      text-align-last: left;
    }
  }

/* ========= Booking End =========== */


/* ========== Contact Start ========= */
#contact {
  display: flex;
  justify-content: center;
  background: #f7f7e8;
  transition: opacity .5s ease;

  
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  gap: 18px;
  
  
  .card {
    max-width: 290px;
    width: 100%;
    padding: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #efe7e3b6;

    h3{
      margin: 30px;
      text-align: left;
      font-size: 1.3rem;
    }

    .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      background: linear-gradient(orange, orangered);
      margin-bottom: 30px;

  }

  i {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
}

/* ===== Form ====== */
.form-section {
  padding: 10px;


}
  
form input, textArea  {
    padding: 5px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2)
  }
 
  input:focus{
    border-color: hsl(16, 100%, 50%);
  }
  textarea:focus{
    border-color: hsl(16, 100%, 50%);
  }

.form-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  
  button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
  }
  
  label{
    margin: 20px 0;
  }
  
}

/* ========== Contact End ========= */


/* ======= Location Start ========== */
#location {
  padding: 10px;
  margin-bottom: 30px;
}
.location-map{
  display: flex;
  justify-content: center;
  align-items: center;

   iframe{
      width:100%;
      border:0;
      height:300px;
      border-radius:6px
    }
}
/* ======= Location End ========== */

/* ======= Footer ======== */
footer {
  background: hwb(0 2% 97% / 0.815);
  color: #fff;
  padding: 20px 30px;


  p, a, li {
    color: white;
  }

  h3 {
    text-align: left;
    color: transparent;
    font-size: 1.4rem;
    font-weight: 600;
    background-clip: text;
    background-image: linear-gradient(90deg, orange, orangered);
  }
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 10px;

  i{
    margin-right: 20px;
    color: orange;
    padding: 8px 0;
  }
}

.guest {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.guesthouse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  i{
    margin-right: 20px;
    color: orange;
  }

  h3{
    text-align: left;
    font-size: 2em;
  }

  i{
    color: white;
    font-size: 1em;
  }
}

.social-icons p{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;

  i {
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }
  .facebook {
    color: hsl(240, 85%, 66%);
    padding: 10px 24px;
    background: hsl(19, 20%, 34%);
    border-radius: 100%;
  }
  .youtube {
    color: red;
    padding: 10px 24px;
    background: hsl(19, 20%, 34%);
    border-radius: 100%;
  }
  .insta {
    color: #D7C097;
    padding: 10px 24px;
    background: hsl(19, 20%, 34%);
    border-radius: 100%;
  }
  .twitter {
    color: #50bee3;
    padding: 10px 24px;
    background: hsl(19, 20%, 34%);
    border-radius: 100%;
  }
  .whatsapp {
    color: rgb(89, 255, 89);
    padding: 10px 24px;
    background: hsl(19, 20%, 34%);
    border-radius: 100%;
  }
}

.foot {
  display: flex;
  gap: 30px;margin-top: 20px;
  padding: 10px;

  span{
    color: orange;
  }
}

.contact-info{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  

p{
  line-height: 1.5;
}
}

.footer-line {
  height: 2px;
  width: 100%;
  background: #ffa60034;
}

.foot {
  margin: auto;
  padding-bottom: 30px;
}

.toggle-sidebar {
  display: flex;
}

.open-sidebar, #sidebarActive {
  display: none;

  div {
    width: 25px;
    height: 2px;
    background: #000;
    margin: 3px;
    border-radius:5px;
  }
}




/* ========= Media Queries / Mobile Responsives ================ */
@media (max-width: 768px) {
.toggle-sidebar {
  position: fixed;
  top: 5em;
  right: -100%;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  /* flex-direction: column; */
  justify-content: center;
  align-items: flex-start;
  margin: auto 0;
  backdrop-filter: blur(5px);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: .5s ease-in-out;
  overflow: hidden;
  z-index: 999;

  a{
    color: #ffffff;
  }
}

ul {
  display: flex;
}

nav ul li {
  width: auto;
  margin: auto 0;
  padding: 8px;
}

nav ul li a::after {
  background-color: white;
}

ul li:hover ::after {
  width: auto;
}

nav a {
  position: relative;
  display: flex;
  padding: 0 0;
  margin: auto 0;
  margin-left: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.toggle-sidebar .nav-icons {
  position: absolute;
  margin-left: -10px;
  display: block;
  margin-top: -20px;
  color: #ffffff;

}

.toggle-sidebar {
    display: flex;
 }

nav .cta-button button {
  display: none;
  padding: 10px 2em;
  color: white;
}

.open-sidebar {
  position: absolute;
  cursor: pointer;
  display: block;
  right: 10px;
  z-index: 111;
}

.sidebar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  bottom: 0;
  right: 10px;

  button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    
    a{
      font-weight: 600;
    }
    a:hover{
      transform: translateX(0);
    }
    
  }
}

#sidebarActive:checked ~ ul .toggle-sidebar{
  right: 0;
}

#sidebarActive:checked ~ .open-sidebar{
  transition: 0s ease;

  div {
    background-color: #000;
  }
  
  .bar2{
    display: none;
  }
  .bar1{
    transform: rotate(35deg);
  }
  .bar3 {
    transform: rotate(-35deg);
    position: absolute;
    bottom: 0;
  }
}
#sidebarActive:checked ~ #overlay{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.contact-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.about-content {
  display: flex;
  flex-direction: column;
}

.rooms-price p {
  margin-left: 20px;
}

}




@media (max-width: 435px) {

 .toggle-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 200px;
    height: 100vh;
    background-color: #162839b4;
    flex-direction: column;
    backdrop-filter: blur(5px);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    transition: .5s ease-in-out;
    z-index: 100;

  li {
    padding: 16px 0;
    width: auto;
  }
  i{
    font-size: 18px;
  }
  a{
    font-size: 12px;
  }
} 

  .logo {
    padding-left: 10px;
  }

nav li {
  padding: 20px;
}

nav li a {
  font-size: 14px;
}

.sidebar-btn {
  margin-top: 30px;
}

.open-sidebar {
  position: absolute;
  cursor: pointer;
  right: 20px;
  z-index: 111;

  div {
    border-radius: 5px;
    height: 2px;
    background: #000;
  }
}

#sidebarActive:checked ~ ul .toggle-sidebar{
  right: 0;
}

#sidebarActive:checked ~ .open-sidebar{
  transition: 0s ease;

  div {
    background-color: #fff;
  }
  
  .bar2{
    display: none;
  }
  .bar1{
    transform: rotate(35deg);
  }
  .bar3 {
    transform: rotate(-35deg);
    position: absolute;
    bottom: 0;
  }
}

#sidebarActive:checked ~ #overlay{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

p, li, a, span{
  font-size: 18px;
}

h2, h3, h4 {
  font-size: 20px;
}

nav {
  max-width: 435px;
  padding: 0;
}

section {
  padding: 10px;
}

.sub-hero {
  margin-top: 50px;

  p{
    font-size: 18px;
  }
}

.about-content {
  display: flex;
  flex-direction: column;
}

.room-cards .card {
  min-width: fit-content;
  width: 100%;
}


.booking-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.box-list-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-cards {
  padding: 10px;
}

.box-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  .box {
  width: 250px;
}
}
.booking-btn {
  display: flex;
  flex-direction: column;
}

.contact-content {
  display: flex;
  flex-direction: column;
}

 .contact-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} 

footer {
  padding: 10px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;

}

} 

@media (max-width: 335px){

  html {
    width: 100%;
  }

  *{
    box-sizing: border-box;
  }

  p, li, a, span{
  font-size: 14px;
}

h2, h3, h4 {
  font-size: 20px;
}

nav {
  
  min-width: 320px;
  width: 100%;

.logo h2 {
  font-size: 16px;
}
}

.title-list {

  h1{
    font-size: 3em;
  }
}

.hero-cta {
  padding: 5px;
}

.cta-expolre {
  padding: 3px;
}

 .sub-hero .subp {
  font-size: 18px;
  margin-top: 30px;
  font-family: 'Times New Roman',;
  background: rgba(255, 135, 60, 0.268);
  padding: 5px;
  border-radius: 7px;
}

.rooms-price {


  p{
    margin-left: 5.8rem;
    font-style: 25px;
  }
}

  .contact-cards {

    .card {
      max-width: 430px;
      width: 100%;
    }
  }

  footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: auto 0;
  }

  .footer-content{
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto 0;
  
  li, p, h3 {
    max-width: fit-content;
    width: 100%;
  }
}

  .guesthouse {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
    font-size: 13px;
    max-width: 300px;

    h3{
      font-size: 1.5em;
    }
}

.guest {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 315px;
  width: 100%;
  padding: 0;
}

.contact-info{
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;

p{
  line-height: 1.5;
}
}

.social-icons {
  text-align: left;
  p {
  text-align: left;
  max-width: 310px;
}

  a {
    width: 30px;
    margin: 0 12px;

  }
}


}