@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
/*HEADER*/
.logo {
  height: 80px;
  width: 50px;
}

.name a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.name a:hover {
  text-decoration: none;
  color: pink;
}

.logo:hover {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.name {
  position: absolute;
  font-size: 25px;
  text-align: center;
  padding: 0px;
  font-family: "Italiana", serif;
}

.a .name:hover {
  color: palevioletred;
}

svg {
  position: absolute;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 0px 0px;
  padding-right: -60px;
  display: flex;
  animation-name: slideIn;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  /*animation-play-state: paused;*/
}

@keyframes slideIn {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.svg1 {
  width: 50px;
  position: absolute;
  /*padding-right: calc(-200px);*/
  padding: 0px 0px;
  margin-left: 15px;
  margin-top: 25px;
  animation-name: slideAt;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes slideAt {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    width: 100vw;
  }
}
header {
  height: 80px;
  width: 100vw;
  display: flex;
  position: relative;
  color: black;
  background-color: rgba(124, 54, 27, 0.1);
  justify-content: space-between;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 0px 0px;
}

.nav {
  width: 30vw;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  align-items: center;
  line-height: 1.6%;
}

header li {
  list-style: none;
}

li a {
  color: rgb(0, 0, 0);
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  text-decoration: none;
}

li a:hover {
  background-color: #000000;
  border-radius: 4px;
  color: white;
}

.subMenu {
  display: none;
  position: absolute;
  width: 320px;
}

.course:hover .subMenu {
  display: block;
  box-shadow: 10px 10px 8px gray;
  padding: 15px;
  background-color: rgba(255, 251, 251, 0.75);
  line-height: 30px;
  border-radius: 20px;
}

.sb {
  position: relative;
}

.subMenu3 {
  display: none;
  position: absolute;
  width: 350px;
  right: 30px;
}

.course3:hover .subMenu3 {
  display: block;
  box-shadow: 10px 10px 8px gray;
  padding: 15px;
  background-color: rgba(255, 251, 251, 0.75);
  line-height: 35px;
  border-radius: 20px;
}

.sb3 {
  position: relative;
}

.course4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.course4 svg {
  margin-top: -15px;
  margin-left: -15px;
  width: 28px;
  height: 28px;
  animation: none;
  transition: none;
}

.course4:hover {
  background-color: transparent;
  border-radius: 0;
}

.navigation svg {
  position: relative;
  top: 0;
}

.navigation_svg {
  width: 50px;
  height: 50px;
  background-color: none;
}

li a svg:hover {
  background-color: white;
  border-radius: 4px;
  padding: 5px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/* Mobile Styles */
@media screen and (max-width: 768px) {
  header {
    background-color: transparent;
    box-shadow: none;
  }
  .nav {
    width: 20vw;
    flex-direction: column;
    background-color: rgba(255, 243, 243, 0.9);
    position: absolute;
    top: 0px;
    left: 80%;
    padding-top: 10px;
    box-shadow: none;
  }
  .nav li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  /* Hide submenus by default */
  .subMenu, .subMenu3 {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 0;
  }
  .course:hover .subMenu, .course3:hover .subMenu3 {
    display: block;
    padding-left: 0;
  }
  /* Hamburger Menu (Mobile Navigation Toggle) */
  .hamburger {
    display: block;
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    border: none;
  }
  .hamburger .bar {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: #000;
    border-radius: 5px;
  }
  /* Toggle Menu Visibility */
  .nav.active {
    display: block;
  }
  .nav li a {
    font-size: 16px;
    padding: 15px 0;
  }
  /* Sign-in Icon */
  .course4 svg {
    width: 25px;
    height: 25px;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: rgba(124, 54, 27, 0.1);
  line-height: 1.8;
}

/* Main heading */
.mainHeading {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff5f0;
  border-bottom: 4px solid #7c3621;
}

h1 {
  font-family: "Italiana", serif;
  font-size: 3rem;
  color: #7c3621;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Content section for both budget and family suits */
.content1, .content2 {
  font-family: "Italiana", serif;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Flexbox for each section (budget/family) */
.section1, .section2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

/* Flex for each hotel item */
.section1 > div, .section2 > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  flex: 1;
  max-width: 48%;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease-in-out;
}

.section1 > div:hover, .section2 > div:hover {
  transform: translateY(-5px); /* Subtle lift effect on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Image styling */
.section1 img, .section2 img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.section1 img:hover, .section2 img:hover {
  transform: scale(1.05); /* Zoom-in effect on image hover */
}

/* Hotel title styling */
h2 {
  font-family: "Italiana", serif;
  font-size: 2rem;
  color: #333;
  margin: 0;
  padding: 15px;
  padding-bottom: 12px;
  font-weight: 600;
  border-bottom: 2px solid #7c3621;
  display: inline-block;
}

/* Paragraph text styling */
p {
  font-size: 1.1rem;
  margin: 0;
  color: #555;
  font-weight: 500;
  line-height: 1.6;
}

/* Price styling (highlight price) */
p span {
  font-weight: bold;
  font-size: 1.3rem;
  color: #7c3621;
}

/* Button styling */
button {
  font-family: "Italiana", serif;
  padding: 14px 24px;
  font-size: 1.1rem;
  background-color: #7c3621;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s ease-in-out;
  align-self: flex-start;
  margin-top: 15px;
}

button:hover {
  background-color: #592518;
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 1250px) {
  .section1, .section2 {
    flex-direction: column;
    padding: 15px;
  }
  .section1 > div, .section2 > div {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section1, .section2 {
    flex-direction: column;
    padding: 15px;
  }
  .section1 img, .section2 img {
    width: 100%;
    height: auto;
  }
  .section1 > div, .section2 > div {
    gap: 12px;
  }
  h2 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1rem;
  }
  button {
    font-size: 1rem;
    padding: 12px 18px;
  }
}/*# sourceMappingURL=stayin.css.map */