  @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}




/* Hero Image Section */

.hero-image {
  height: 65vh;                 /* cover-style hero */
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


body {
  background-color: #370617 ;
  
  color: #370617;
  

}






.text-animation {
  background: #370617;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-wrapper {
  position: relative;
}

.text-wrapper h2 {
  z-index: 4;
  color: #fff;
  font-size: 10vw;
  white-space: nowrap;
  position: absolute;
  transform: translate(-50%, -62%);
}

.text-wrapper h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.text-wrapper h2:nth-child(2) {
  color: #fff;
  animation: wave 4s ease-in-out infinite;
}

@keyframes wave {
  /* start point */
  0%,
  100% {
    clip-path: polygon(
      0% 46%,
      17% 45%,
      34% 50%,
      56% 61%,
      69% 62%,
      86% 60%,
      100% 51%,
      100% 100%,
      0% 100%
    );
  }
  /* Mid point */
  50% {
    clip-path: polygon(
      0% 59%,
      16% 64%,
      33% 65%,
      52% 61%,
      70% 52%,
      85% 47%,
      100% 48%,
      100% 100%,
      0% 100%
    );
  }
}

/* ********************* Image Waves ************************ */
.waveDiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.wave-content-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: -1px;
  background-image: linear-gradient(to top, #80002d 30%, #370617 90%);
}
.first-wave {
  z-index: 3;
  opacity: 0.5;
}
.second-wave {
  z-index: 2;
  opacity: 0.75;
}
.third-wave {
  z-index: 1;
}
.wave-image {
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.first-image {
  background-size: 50% 100px;
}
.animation-wave .first-image {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.second-image {
  background-size: 50% 120px;
}
.animation-wave .second-image {
  animation: waves 10s linear infinite;
}
.third-image {
  background-size: 50% 140px;
}
.animation-wave .third-image {
  animation: waves 15s linear infinite;
}

@keyframes waves {
  0% {
    transform: translateX(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) scaleY(1);
  }
}

.container {
  width: 95%;
  
  margin: 0 auto;
}



.section-two {
  margin: 1rem 0;
}

/* Navigation Styles */

header {
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1rem;
  position: relative;
  z-index: 1000;
}






nav {
  grid-column: 1 / -1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: none;
  padding: 1.5rem 0;
}


.nav-toggle {
  display: none;
}

.nav-toggle-label {
  grid-column: 1;
  justify-self: start;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}

.logo {
  grid-column: 2;
  justify-self: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.nav-toggle:checked ~ nav {
  display: block;
}



nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  margin-bottom: 1.5em;
  margin-left: 1em;
}

nav a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  background-color: #370617;
  color: white;
}

.nav-toggle:checked ~ nav {
  display: block;
}






/* Section One */

.section-one {
  margin: 7rem 2rem 0;
}

.header {
  font-family: "Duke";
  font-weight: 600;
  font-style: normal;
  color: #370617;
  font-size: 2.5rem;
  text-align: center;
}

.header1 {
  font-family: "Baskervville SC", serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  margin-top: 3rem;
}

.header2 {
  font-family: "Baskervville SC", serif;
  font-weight: 500;
  font-style: normal;
  color: #355070;
  font-size: 1.7rem;
  text-align: center;
}

.section-one-paragraph {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  width: 90%;
  
  line-height: 1.5rem;
  font-weight: bold;
}

.section-two-paragraph {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  width: 90%;
  
  max-width: 1200px;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 3rem 25rem;
}

.service-link-btn {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 2rem;
  text-decoration: none;
  color: #370617;
  display: flex;
  justify-content: center;
  width: 35%;
  margin: 0rem 40rem;
}

.service-link-btn:hover {
  background: #370617;
  color: white;
  transition: 0.5s;
  
}



@media (min-width: 900px) {
    .nav-toggle-label {
      display: none;
    }
    
    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      background: #ffffff;
    }
    
    nav {
      all: unset;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-right: 1em;
    }
    
    nav ul {
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    
     nav li { 
      margin-bottom: 0;
      padding: 0;
    }

    .section-one-paragraph {
        margin: 3rem 12rem;
    }
    
    
  
  }



  @media (max-width: 900px) {
    

    .section-one-paragraph {
        margin: 2rem;
    }

    .service-link-btn {
        margin: 3rem;
        width: 75%;
    }
  }