@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background: #c9ebf26d;
    min-height: 100vh;
    /* overflow-x: hidden; */
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px ;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 100;
    height: 80px;

}



.logo{
    /* font-size: 2em;
    color: #359381;
    pointer-events: none;
   
     /* width: 80px; */
  
       /* circle shape */
    object-fit: cover;
    transform: translate(-27px,0px);
  

   
    /* crop image to fit nicely */
    /* border: 2px solid #359381; */
    /* margin-right: 175px; */

}


.navigation a {
    text-decoration: none;
    color: #359381;
    padding: 15px 25px;
    border-radius: 20px;
    max-width: 0 10px;
    font-weight: 600;
    


}
.navigation a:hover,
.navigation a.active {
    background: #359381;
    color: #fff;

}
.parallax{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    

}




.parallax img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    pointer-events: none;
    height: 100vh;
    object-fit: cover;
}
.sec{
    position: relative;
    background: #032925;
    padding: 50px;
    height: 32vh;
}
.sec p {
    font-size: 1.85em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    /* display: flex;
    flex-wrap: wrap;
    align-content: center; */
}
.founders-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.founder-card {
  background: white;
  border-radius: 12px;
  padding: 25px 20px;
  width: 260px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.founder-card:hover {
  transform: translateY(-5px);
}
.founder-img {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
 margin: 0 auto 18px auto;
  display: block;
  box-shadow: 3px 3px 15px rgb(0, 0, 0);
}
.founder-name {
  font-size: 1.3rem;
  color: #111827;
  text-align: center;
}
.founder-role {
  font-size: 0.95rem;
  color: #2563eb;
  margin-bottom: 10px;
  text-align: center;
}
.founder-bio {
  font-size: 0.9rem;
  color: #4b5563;
}
.founders-section{
 .founders-section {
  background: #f5f7fa;
  padding: 100px 20px;
  text-align: center;
}
}
.section-title{
    
    width: 70 vh;
   align-items: center;
    
}
/* #section-subtitle{
  text-item: center;
  width: 70 vh;
      height: 10px; */

#text{
    position: relative;
    font-size: 3em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#text-image {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  object-fit: contain;
  max-height: 40vh;
  min-height: 25vh;
  height: auto;
  pointer-events: none;
  width: 40vw;
  max-width: 90vw;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}
.get-start-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  padding: 14px 40px;
  background-color: #359381;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 3;
  max-width: 80vw;
  word-wrap: break-word;
  text-align: center;
  box-shadow: 0 4px 16px rgba(53,147,129,0.18);
}
.get-start-btn:hover {
  background-color: #267261;
  transform: translate(-50%, 50%) scale(1.05);
}
.section-title {
  font-size: 2.5rem;
  color: #111827;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}



.founder-card {
  border-top: 5px solid rgb(151, 140, 119);
  border-bottom: 5px solid  rgb(151, 140, 119);
  
  background: rgb(224, 218, 218);
  border-radius: 16px;
  padding: 30px 25px;
  width: 280px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}


.main-header {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(37,99,235,0.45) 0%, rgba(53,147,129,0.45) 100%);
  color: #fff;
  height: 64px;
  padding: 0 1.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1001;
}
.menu-toggle {
  transform: translate(-12px,0px);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1101;
}
.menu-icon {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
  display: block;
}
.menu-icon::before,
.menu-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.menu-icon::before { top: -9px; }
.menu-icon::after { top: 9px; }
.menu-toggle.open .menu-icon { background: transparent; }
.menu-toggle.open .menu-icon::before {
  transform: rotate(45deg) translate(5px, 5px);
  top: 0;
}
.menu-toggle.open .menu-icon::after {
  transform: rotate(-45deg) translate(5px, -5px);
  top: 0;
}
.site-title {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: auto;
  text-shadow: 1px 2px 8px rgba(0,0,0,0.08);
}
.navigation {
  display: flex;
  gap: 8px;
  margin-right: 16px;
}
.navigation a {
  text-decoration: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 18px;
  font-weight: 600;
  font-size: 1em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
}
.navigation a:hover, .navigation a.active {
  background: #fff;
  color: #224597;
  box-shadow: 0 2px 8px rgba(37,99,235,0.10);
}
.nav-drawer {
  position: fixed;
  top: 0;
  left: -260px;
  width: 220px;
  height: 100vh;
  background: linear-gradient(135deg, rgba(37,99,235,0.45) 60%, rgba(53,147,129,0.45) 100%);
  box-shadow: 2px 0 24px rgba(53,147,129,0.12);
  z-index: 1100;
  padding-top: 80px;
  transition: left 0.35s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
}
.nav-drawer.open {
  left: 0;
}
.nav-drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-drawer li {
  margin-bottom: 1.2rem;
}
.nav-drawer a {
  color: #359381;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 8px 0 0 8px;
  display: block;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.nav-drawer a:hover,
.nav-drawer a.active {
  background: linear-gradient(90deg, #359381 0%, #2563eb 100%);
  color: #fff;
  transform: translateX(8px) scale(1.05);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.18);
  z-index: 1099;
  display: none;
  animation: fadeInOverlay 0.3s;
}
.nav-overlay.show {
  display: block;
}
@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (max-width: 900px) {
  .main-header .navigation {
    display: none;
  }
  .main-header .menu-toggle {
    display: flex;
  }
}
@media (min-width: 901px) {
  .nav-drawer,
  .nav-overlay {
    display: none !important;
  }
  .main-header .menu-toggle {
    display: none;
  }
  .main-header .navigation {
    display: flex !important;
  }
}

@media (max-width: 600px) {
  #text-image {
    width: 90vw;
    max-height : 50vh;
  }

  #text span {
    font-size: 1.2rem;
  }

  .get-start-btn {
    font-size: 0.95rem;
    padding: 10px 20px;
    margin-top: 16px;
  }
}

/* semslider css */

.collection{
    height: 100vh;
    background-color: #042a1b;
    display: flex;
    justify-content: center;
    align-items: center;
    
  
}
.collection .content{
    height: 28rem;
    width: 80%;
    color: #fff;
    max-width: 20rem;
    background-color: #274a4b;
    border: .3rem solid rgba(255, 255, 255, 0);
    border-radius: .7rem;
    border-bottom: .6rem solid #d55a35;
    border-top: .6rem solid #e04714;
    overflow: hidden;
    cursor: pointer;
}

.content img{
    width: 100%;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}
.text-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-content h3{
    font-size: 1.7rem;
    font-weight: 500;
}
.text-content p{
    max-width: 22rem;
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
}
.btn{
    background-color:#407d6d;
    padding: .2rem;
    border: 2px solid #9f9ca3;
    outline: none;
    font-size: .8rem;
    border-radius: .5rem;
    margin: 1rem 0;
    cursor: pointer;
}

/* about section on home page ok landus */
