@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quattrocento:wght@400;700&display=swap');

:root{
    --text-dark:#171717;
    --text-light:#525252;
    --extra-light:#a3a3a3;
    --white:#fff;
    --max-width: 1200px;
    --header-font: "Cormorant Garamond", serif;
    --p-font: 'Quattrocento', serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.btn {
    padding: .75rem 1.5rem;
    outline: none;
    border:none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    background-color: var(--text-dark);
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--text-light);
}

img {
    display: flex;
    width: 100%;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

html,
body {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--header-font);
    background-color: #f9f4e8;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeSlideshow 35s infinite;
  -webkit-animation: fadeSlideshow 35s infinite;
}

/* Delay each slide */
.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 5s; }
.slide:nth-child(3) { animation-delay: 10s; }
.slide:nth-child(4) { animation-delay: 15s; }
.slide:nth-child(5) { animation-delay: 20s; }
.slide:nth-child(6) { animation-delay: 25s; }
.slide:nth-child(7) { animation-delay: 30s; }

@keyframes fadeSlideshow {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadeSlideshow {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}




img {
    width: 100%;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.nav_header {

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
    background-color: transparent;
}

.nav_logo img {
    max-width: 70px;
    margin: 0;
}

.nav_menu_btn {
    position: absolute;
    font-size: 1.5rem;
    color: var(--text-dark);
    cursor: pointer;
    right: 1rem;
}

.nav_links {
    list-style: none;
    position: absolute;
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    background-color: transparent;
    transform: translateY(-150%);
    transition: .5s;
    z-index: -1;
}

.nav_links.open {
    transform:translateY(0);
    background-color: var(--text-dark);
}


.nav_links .nav_logo {
    display: none;
}

.nav_links a {
    padding-bottom: 5px;
    font-weight: 500;
    color: var(--white);
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.nav_links a:hover {
    border-color: var(--white);
}



.section_container {
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 2rem;
}

.section_header {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--header-font);
    color: var(--text-dark);
    text-align: center;
}

.name_container {
    position: relative;
    display: flex;
    width: 100%;
    height: 80px;
    margin-top: .25rem;
    margin-bottom: 1rem;
    text-align: center;
    padding: 1rem;
}

  .about-section {
    max-width: 1200px;
    margin: auto;
    font-family: var(--header-font);
  }

     h2 {
    text-align: center;
    }

  .collage-content {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 12px;
  }

  .images-left {
    position: relative;
    width: 200px;
    height: 300px;
  }

    .images-right {
      position: relative;
      width: 300px;
      height: 400px;
    }

  .images-left img, 
  .images-right img {
    position: absolute;
    width: 180px;
    object-fit: cover;
  }

  .top {
    top: 10px;
    left: 110px;
    z-index: -1;
    border: 2px solid #000;
  }

  .bottom {
    top: 220px;
    left: 0;
    z-index: 1;
    border: 2px solid #000;
  }

  .bio-text {
    flex: 1;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
  }

   .images-right img {
    width: 200px;
    object-fit: cover;

   }

  .right-img {
    margin-top: 40px;
    right: 30px;
    border: 2px solid #171717;
  }


  .mobile-img-row {
    all: unset;
    display: none;
  }


.love-notes {
    width: 100%;
    background-image: url(images/flowerprint.jpg);
    background-repeat: repeat-x;
}

.testimonials {
    padding: 50px 0;
}

.testimonials-item {
    background-color: transparent;
    padding: 30px;
    border-radius: 30px;
}

.testimonials-item img {
    max-width: 150px;
    border-radius: 10%;
    margin: 0 auto;
}

.testimonials-item .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    text-align: center;
    font-family: var(--header-font)
}

.testimonials-item p{
    margin-top: 10px;
    color: #000;
    font-family: var(--p-font)
}

.swiper-pagination-bullet {
    background: #000; /* change this to your brand color */
    opacity: 0.3;
    transition: 0.3s;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }




@media (width > 768px) {
    .header {
        position: relative;
        height: 650px;
    }

  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .nav_header,
  .nav_links {
    max-width: var(--max-width);
    margin: auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav_links {
    flex-direction: row;
    position: static;
    transform: none;
    background-color: transparent;
  }

    .nav_links .nav_logo {
        display: block;
    }

    .nav_links .nav_logo img {
        min-width: 150px;
        margin-left: 0%;
    }

      .nav_header,
  .nav_menu_btn {
    display: none;
  }

  .about-section {
    max-width: 1200px;
    margin: auto;
    font-family: var(--header-font);
  }

  .collage-content {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 120px;
  }

  .images-left {
    position: relative;
    width: 200px;
    height: 300px;
  }

    .images-right {
    position: relative;
    width: 300px;
    height: 400px;
  }

  .images-left img, 
  .images-right img {
    position: absolute;
    width: 180px;
    object-fit: cover;
  }

  .top {
    top: 10px;
    left: 110px;
    z-index: -1;
  }

  .bottom {
    top: 210px;
    left: 0;
    z-index: 1;
  }


  .bio-text {
    flex: 1;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    padding: 1rem 2rem 6rem 2rem;
  }

   .images-right img {
    width: 180px;
    object-fit: cover;

   }

  .images-right {
    margin-top: 40px;
    right: 90px;
  }

}



@media (min-width: 600px) {
    .name_container {
        width: 100%;
    }
}

@media (max-width: 768px) {

  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    margin: 0;
    z-index: 10;
  }


    .collage-content {
    flex-direction: column;
    align-items: center;
}

.images-left, .images-right {
    all: unset;
    display: none;
}

.bio-text {
    text-align: center;
    width: 90%;
    padding: 2rem;
}


.mobile-img-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.mobile-img-row img {
    width: 30%;
    object-fit: cover;
}


}
