/* Reset & Base */

/* Reset & Base */
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('./fonts/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('./fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lagency';
  src: url('./Lagency-Regular.woff2') format('woff2'),
       url('./fonts/Lagency-Regular.woff') format('woff'),
       url('.Lagency-Regular.ttf') format('truetype'),
       url('.Lagency-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
    font-family: 'HelveticaNeueMedium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

/* Main Wrapper */
#main {
  width: 100%;
  overflow: hidden;
}

/* Hero Section */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-image: url('./images/PreciousMomentsStory-1300x800.jpeg');
  border-bottom: 20px;
  background-size: cover
}
.ero h1 {
  font-size: 3em;
  font-weight: bold;
  max-width: 900px;
  margin: auto;
  line-height: 1.3;
  font-family: 'Lagency', serif;
  color: white;

 
}


.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  border-end-end-radius: 10%

  ;
}


/* Navigation */
nav {
  padding: 2vw 4vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.logo {
  width: 120px;
  height: auto;
}

#nav-part2 {
  display: flex;
  align-items: center;
  gap: 1vw;
}

#nav-part2 h4 {
  padding: 10px 20px;
  border: 1px solid #ffffff3c;
  border-radius: 50px;
  font-weight: 500;
  color: #ffffffd4;
  transition: all ease 0.4s;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
}

#nav-part2 h4::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #d4a94f;
  left: 0;
  bottom: -100%;
  border-radius: 50%;
  transition: all ease 0.4s;
  z-index: 1;
}

#nav-part2 h4:hover::after {
  bottom: 0;
  border-radius: 0;
}

#nav-part2 h4 a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

#nav-part2 h4:hover a {
  color: #fff;
}

.btn-top {
  background-color: #d4a94f;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}

.hero-content h1{
  font-size: 3.5em;
  margin-left: 60%;
  margin-top: 10%;
  text-align: center;
  margin-right: 2%;
  color: white;
      font-family: 'Lagency', serif;

}footer {
  background-color: #000;
  color: white;
  padding: 60px 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
    color: white;

}

.footer-col ul li {
  padding: 6px 0;
  font-size: 15px;
    color: white;

}

.footer-col p {
  font-size: 15px;
  line-height: 1.6;
  color: white;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}
footer a {
  color: #ffffff; /* or your brand color like #F4A261 or #E9C46A */
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #F4A261; /* Example hover color */
  text-decoration: underline;
}

#page1 {
    min-height: 30vh;
    width: 100%;
    /* background-color: #111; */
    background-color: #fff;
    padding: 10vh 10vw;
}

#page1 > h1 {
    font-size: 2vw;
    color: #000;
    /* background-color: red; */

    line-height: 5vw;
    padding-bottom: 1vh;
    
    text-align: center;
    
}
#page1 > h2 {
    font-size: 5vw;
    
    /* background-color: red; */

    line-height: 3vw;
    border-bottom: 1px solid #000000;
     padding-bottom: 5vh;
    text-align: center;
    
}

#page1-content {
    /* background-color: red; */
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4vh 0;
}

#page1-content #right-1 {
    width: 90%;
    color: #000;
}

#page1-content #right-1 p {
    font-size: 1.5vw;
    color: #000;
    margin-bottom: 5vh;
    width: 80%;
    text-align: center;
    align-items: center;
    margin-left: 15%;
}
   ody{
      font-family: 'Arial', sans-serif;
      background: #f6f6f6;
      padding: 40px;
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }


    .photo-card {
      width: 240px;
      background: #fffaf0;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      border-radius: 6px;
      padding: 10px;
      text-align: center;
      transform: rotate(-2deg);
      margin-bottom: -60px;
      margin-top: -90px;
    }

    .photo-card:nth-child(2) {
      transform: rotate(2deg);
    }

    .photo-card:nth-child(3) {
      transform: rotate(-1.5deg);
    }

    .photo-card:nth-child(4) {
      transform: rotate(1.5deg);
    }

    .photo-card:nth-child(5) {
      transform: rotate(-1deg);
    }

    .photo-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 4px;
      transition: transform 0.3s ease;
    }

    .photo-card p {
      margin-top: 10px;
      font-weight: 500;
      color: #333;
    }

/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}





.tailor-hero {
  position: relative;
  height: 400px;
  background: url('https://images.pexels.com/photos/5858977/pexels-photo-5858977.jpeg') no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.tailor-overlay {
  width: 100%;
  max-width: 1200px;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tailor-content h1 {
  font-size: 36px;
  color: #d4a94f;
  margin-bottom: 10px;
}

.tailor-content p {
  font-size: 16px;
  max-width: 600px;
}

.book-button {
  background-color: #d4a94f;
  color: white;
  padding: 12px 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 20px;
  height: fit-content;
}


/* Footer */
footer {
  background-color: #000;
  color: white;
  padding: 60px 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  padding: 6px 0;
  font-size: 15px;
}

.footer-col p {
  font-size: 15px;
  line-height: 1.6;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.ero{
      background-image: url('https://images.pexels.com/photos/4003477/pexels-photo-4003477.jpeg');
      color: white;
      text-align: center;
      padding: 150px 20%;
      background-position: center;
      background-size: cover;
      background-size: cover;
    }
    .ero h1 {
      font-size: 3rem;
      margin-bottom: 0px;
      align-items: center;
      text-align: center;
    }
   


    #page h1 {
    font-size: 14svw;
    text-transform: uppercase;
    font-family: futura;
    line-height: 14vw;
    letter-spacing: -8px;
    text-align: center;
    align-items: center;
    color: #d4a94f;
    
}

#page #video-container {
    height: 80vh;
    width: 100%;
    background-color: grey;
    margin-top: 1vw;
    position: relative;
    border-radius: 20%;
}

#page #video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}

#page #video-container #play {
    padding: 3vw 2.2vw;
    background-color: black;
    color: #fff;
    font-size: 1.3vw;
    position: fixed;
    text-transform: uppercase;
    font-family: futura;
    border-radius: 50%;
    opacity: 0;
    scale: 0;

}