/* @import url('https://fonts.googleapis.com/css2?family=Days+One&family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.header {
  min-height: 100vh;
  width: 100%;
  background-color: #E9E0BD;
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav img {
  width: 95px;
  transition: width 0.3s ease;
}

nav img:hover {
  width: 100px;
}


.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  color: #606a20;
  text-decoration: none;
  font-size: 20px;
}

.nav-links ul li a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #606a20;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li a:hover::after {
  width: 100%;
}

.photo-box img {
  align-content: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 70%;

  border-radius: 30px;
}

nav .fa {
  display: none;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.team-member {
    padding: 15px;
    text-align: center;
}

.team-member img {
  border-radius: 8px;
  width: 120%; 
  height: auto;
  object-fit: cover;
}

.team-member {
  overflow: visible; 
}



.team-member h3 {
  color: #606a20;
  margin-top: 10px;
  font-size: 1.2em;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.team-member p {
  color: #606a20;
  font-size: 1.1em;
  font-family: "EB Garamond", serif;
  font-weight: 200;
  font-style: italic;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }

    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .team-member h3 {
        font-size: 1em;
    }

    .team-member p {
        font-size: 0.8em;
    }
}  */

@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  background-color:  #F3E9D5;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #F3E9D5;
} 

.header {
  width: 100%;
  background-color: #F3E9D5;
  position: relative;
}
.header {
  width: 100%;
  background-color: #F3E9D5;
  position: relative;
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav img {
  width: 95px;
}
.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  color: #606a20;
  text-decoration: none;
  font-size: 20px;
}

.nav-links ul li a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #606a20;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li a:hover::after {
  width: 100%;
}

/* .meetTeam {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  padding-left: 85px; 
} */
 
.slider h2 {
  font-family: "EB Garamond", serif;
  font-weight: 200;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  color: #606a20;
}

/* styles.css */
h1 {
    color: #606a20;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
}


.vertical-container {
  /* height: 200vh; */
  width: 100%;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: calc(100vh - 80px); /* Subtract header height */
  margin-top: 80px; /* Add space for fixed header */
  background-color: #F3E9D5;
  overflow: hidden;
  flex: 1;
}

.slider-wrapper {
  width: max-content;
  padding: 0 150px;
  display: flex;
  align-items: center;
  gap: 100px;
  height: 100%;
}

.slide {
  width: 450px;
  height: 450px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marker-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
} 

 .marker {
  position: relative;
  width: 2px;
  height: 100%;
  background: #606a20;
}
/* 
.marker:after {
  position: absolute;
  display: block;
  top: 190px;
  left: -20px;
  width: 40px;
  height: 40px;
} */


/* .group {
  height: 300px;
  width: 500px;
} */
@media (max-width: 768px) {
  .slider-wrapper {
    width: max-content;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 100px;
  }
}