/* default styling */

html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}

.navbar {
  position:sticky;
  top:0;
  z-index:999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background: #fff;
}

.logo {
  margin-left:30px;
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 50%;
}

nav {
  display: flex;
  gap: 3rem;
}

nav a {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
}

.book-button {
  background: #ededed;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  color: black;
  transition:0.3s ease;
}

.book-button:hover {
  background-color:#2d314c;
  color:#fff;
  transition:0.3s ease;
  transform: scale(1.1);
}

.hero {
  background: #2d314c;
  text-align: center;
  color: white;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position:relative;
}

.brand-name {
  font-family: 'Nata Sans', sans-serif;
  color:#fff;
  font-size: 1.8rem;
  margin-top:0px;
  letter-spacing: 2px;
}

.tagline {
  font-family: 'Georgia Pro', serif;
  font-size: 6rem;
  letter-spacing:1px;
  font-style: italic;
  color:#fff;
  margin: 0;
  font-weight:0;
  white-space: pre-wrap;
}

.discover {
  font-family: 'Nata Sans', sans-serif;
  letter-spacing:1px;
  display: inline-block;
  margin-top: 5rem;
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  transition:all 0.5s ease;
}

.discover:hover {
  color:#fff;
  transition:all 0.5s ease;
  transform:scale(1.1);
  font-weight:600;
}

.cta {
  margin-bottom:30px;
}

.discover-arrow {
  position:absolute;
  opacity: 0;
  bottom:20px;
  top:50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 30px;
  height: 30px;
}

.first-arrow {
  animation: arrow-animation 2s ease-in-out infinite;
}
.second-arrow {
  animation: arrow-animation 2s 1s ease-in-out infinite;
}

.discover-arrow:before,
.discover-arrow:after {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  width: 30px;
}

.discover-arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}

.discover-arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}


@keyframes arrow-animation {
  0% {
    opacity: 0;
    top: 45%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.content {
  display: flex;
  padding: 6rem 10rem;
  gap: 3rem;
  background: #ffffff;
  scroll-margin-top: 90px;
  scroll-behavior: smooth;
  min-height:65vh;
}

.content#services {
  background:#ededed;
}

.text-left {
  flex: 1;
  font-style: italic;
  font-size: 2.5rem;
  font-family:'Georgia',serif;
  font-weight:0;
  align-content: center;
}

.text-right {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  align-content: center;
}

.text-top {
  flex: 1;
  align-content: start;
  margin-top:10px;
  font-style: italic;
  font-size: 2.5rem;
  font-family:'Georgia',serif;
}

.services-grid {
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 4rem;
  padding: 2rem;
}

.services-content {
  box-sizing:content-box;
  align-items:center;
  max-width:300px;
  max-height:400px;
  flex: 1 0 50px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.services-content img {
  flex: 0 0 auto;
  margin-top:10px;
  object-fit: cover!important;
  width:300px;
  height:300px!important;
  margin-bottom: 15px;
  padding:0px!important;
  border-bottom:1px solid #000;
}

.services-content h3 {
  font-size:2rem;
}

.hero-video {
  position: relative;
  width: 100%;
  min-height: 100vh; /* full height hero */
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill without distortion */

  /* hide default controls unless hovered */
}

.hero-video video::-webkit-media-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-video video:hover::-webkit-media-controls {
  opacity: 1;
}

.footer {
  background-color: #fff;
  padding: 20px 20px;
  margin-top:auto;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap:100px;
}

.footer-column {
  flex: 1;
  margin: 20px;
}

.footer-column.second-column {
  margin-top:60px;
}

.footer-title h2 {
  margin-top:30px;
  color: #2d314c;
  font-weight:bold;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.38);
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #333333;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #838383;
  text-decoration: none;
}

.copyright{
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.footer {
  background-color: #fff;
  padding: 20px 20px;
  margin-top:auto;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap:100px;
}

.footer-column {
  flex: 1;
  margin: 20px;
}

.footer-column.second-column {
  margin-top:60px;
}

.footer-title h2 {
  margin-top:30px;
  color: #2d314c;
  font-weight:bold;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.38);
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #333333;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #838383;
  text-decoration: none;
}

.copyright{
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

body {
  min-height: 100vh; 
}

main.main {
  flex: 1 0 auto; 
}

.footer-heading {
  flex-shrink: 0;
  width: 100%;
  padding: 2rem;
  background: #fff;
  margin-top: auto;
  position: relative;
}