@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");

body,main {
  margin: 0;
  font-family: "Epilogue", sans-serif;
  background-color: var(--default);
  height: 100vh;
  letter-spacing: 1px !important;
  /* text-transform:lowercase; */
  /* user-select: none; */
}

:root {
  --default: #ffffff;
  --bcolor-1: #f9e6f0;
  --bcolor-2: #009379;
  --color-1: #2d2d2d;
  --color-2: #2b2b2b;
  --color-3: #f6dce9;
  --border: #cccccc;
  --color: #000000;
  scroll-behavior:revert;
}
.body {
  font-size: 24px;
  line-height: 36px;
}

.body1 {
  font-size: 20px;
  line-height: 30px;
}

.body2 {
  font-size: 17px;
  line-height: 28px;
}

.body3 {
  font-size: 16px;
  line-height: 24px;

}

.normal {
  font-weight:400; 
}
.semibold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.underline{
  text-decoration: underline;
  text-decoration: 1px underline var(--color-1)
}
.space{
  line-height: 30px;
}

/* navbar  */

header {
  /* position: absolute; */
  z-index: 100;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background: var(--default);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

nav.navbar,
.nav-links {
  color: var(--color-1);
  width: 95%;
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.nav-links {
  width: 100%;
}

nav.navbar a:first-child {
  color: var(--color-1);
  margin-right: auto;
}

nav.navbar a {
  text-decoration: none;
  color: var(--color-1);
}

nav.navbar a:hover {
  color: var(--color-900);
}

.hide,
.menu-desktop-hide {
  display: none;
}

/* about  */

section.about,
section.story,
section.gallery {
  color: var(--color-1);
  width: 100%;
  height:70%;
  display: flex;
  justify-content: center;
  align-items: start;
}

section.about .about-container,
section.story .story-container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bcolor-1);
  /* margin-bottom: 50px; */
}
section.about .about-content{
  width: 60%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

section.about .about-profile{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  height: 100%;
  width: fit-content;
}
section.about .about-profile .sp-bottom{
 margin-bottom: 0;
}
section.about .about-profile .sp-top{
 margin-top: 0;
}
section.about .bio-content{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
  width: 75%;
}
section.about .bio-content p{
  margin-bottom: 0;
}

section.about .image-content{
width: 200px;
height: 200px;
border: 2px solid var(--color-1);
z-index: 0; 

}
section.about .image-content img{
width: 100%;
height: 100%;
object-fit:cover;
object-position:bottom;
filter: grayscale(50%);

}

section.story{
  /* height: ; */
  color: var(--color-2);
}
section.story .story-container{
  background-color: var(--default) !important;
}
section.story .story-content{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
  width: 60%;
  /* background-color: gray; */
}
section.story .story-content-1{
  height: 50%;
   display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
section.story .story-content-2{
height: 50%;

}
section.story .story-content-2 p{

margin:4px 0;

}
section.story .story-content-2 .bc{
    background-color: var(--bcolor-2);
    color: var(--color-3);
    padding: 5px 0;
    margin-top:20px;
    margin-bottom: 0;
}

section.story .story-content-3{
  margin: 25px 0;
border-bottom:1px solid ;
width: 100%;

}
/* gallery  */

section.gallery.active{
  height: auto !important ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #000000; */
}
.gallery-p{
  width: 100%;
  text-align: center;
}
.col{
  width: 60%;
  margin-top: 50px;
  height: auto;
  columns:250px;
  margin-bottom: 10px 0px;
}
.col img{
  width: 100%;
  margin-bottom: 35px;
  filter: grayscale(50%);
}

.image-1{
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  user-select: none;
  filter:drop-shadow(0px 4px 6px rgba(0,0,0,.2));
}
.col-like{
  display: flex;
  margin-bottom: 10px;
  position: absolute;
  bottom:0px;
  left: 0px;
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-1);
  width: 100%;
  background-color: white;
  filter:drop-shadow(0px 4px 6px rgba(0,0,0,.2));
  /* padding-bottom: 10px; */

}


 .float{
  margin-right: 10px;
  padding: 1px;
  margin-left: auto;
} 
svg.float-right path{
  fill:var(--color-2);
}
.float-right:hover{
  border-radius: 5px;
  background-color: var(--bcolor-1);
}

.css-10vojt1 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /* margin-left: 10px; */
  font-size: 12px;
  font-weight: 500;
  color: var(--color-1);
  margin-top: 2px;
  margin-left: 0 !important; 

}


/* animation  */

/* Keyframe for appear animation */
/* Keyframe for appear animation */
@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animation class with performance hint */
.image-1,
.story-content-1,
.animation,
.about-ani {
  opacity: 0; /* Initially hidden */
  transform: scale(0.5);
  will-change: opacity, transform; /* Performance optimization */
  transition: opacity 0.5s, transform 0.5s; /* Smooth transition */
}

/* When the element is visible, it triggers the animation */
.visible {
  opacity: 1;
  transform: scale(1);
}


/* When the element is visible, it triggers the animation */



/* desktop */

@media (min-width: 1024px) {

}

/* tablet  and mobile */

@media (max-width: 1024px) {
  section.about .about-content{
    width: 90%;
  }
  section.story .story-content{
    margin:33px 0;
    gap:0px;
    width: 90%;
    align-items: start;
    flex-direction: column;
  }
  .col{
    width: 90%;
  }
}

/* mobile  */

@media (max-width: 768px) {
  nav .menu-desktop-hide {
    display: flex;
    align-items: center;
  }

  .menu {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }

  .menu .open-menu,
  .menu .close-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .menu .close-menu {
    opacity: 0;
    transform: scale(0.1) rotate(-45deg);
  }

  .menu.active .open-menu {
    opacity: 0;
    transform: scale(0.1) rotate(45deg);
  }

  .menu.active .close-menu {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }

  .menu svg {
    width: 100%;
    height: 100%;
  }

  nav.navbar {
    width: 100% !important;
    margin: 0 10px;
  }

  nav .nav-hide {
    display: none;
  }

  nav .slidebar {
    width: 100%;
    position: fixed;
    top: 75px;
    left: -100%;
    z-index: 1;
    height: 100vh;
    background-color: #f9fafb;
    transition: left 0.5s ease-in-out;
    display: flex;
  }

  nav .slidebar.active {
    left: 0;
  }

  .sildebar-p {
    display: flex;
    padding: 0px 10px;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin: 0;
    height: 100%;
  }

  section.about,
  section.story{
    height: auto;
  }
  section.about .about-content{
    margin:33px 0;
    gap:0px;
    width: 90%;
    align-items: start;
    flex-direction: column;
  }
  section.about .bio-content{
    width: 95%;
  }

}




@media (min-height: 1671px) and (min-width:1024px) {

  section.about{
    height: 35% !important;
  }
  section.about .about-container {
    width: 100%;
    height: 100% !important;
  }
  section.story .story-container {
    width: 100%;
    height: 100%;
    padding:40px 0;
  }
  
  nav.navbar {
    width: 65%;
  }
  section.story {
    height: 30%;
  }


}
@media (min-height: 1671px) and (max-width:1024px) {
  section.about{
    height: 35% !important;
  }
  section.about .about-container {
    width: 100%;
    height: 100% !important;
  }
  section.story .story-container {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  section.story {
    height: auto;
  }

  section.story .story-content {
width: 100% !important;
  }
  nav.navbar {
    width: 90%;
  }


}


section.gallery{
  display: none;
}
section.gallery.active{
  display: flex;
}