@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Roboto:wght@100;400&display=swap');
@font-face{
    font-family: Atteron personal use;
    src: url(Atteron\ Personal\ Use\ Only.ttf);
    font-family: Andora-Modern-Serif;
    src: url(/style/Andora-Modern-Serif.otf);
}
body{
    background-color: rgb(255, 247, 237);
}
/* navbar */
nav{
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    padding-left: 38px;
    }
    .link{
    align-items: center;
    list-style: none;
    justify-content: space-between;
    display: flex;
    gap: 9rem;
    padding-right: 45px;
    font-size: large;     
    font-family: calibri;
    font-weight: 200;
    }
    
    .links>a{
    text-decoration: none !important;
    color: black;
    }     
    .links>a:hover{
    color: rgb(223, 168, 52);
    }
    .links{
    color: black;
    }
    .links:hover{
    color: rgb(223, 168, 52);
    }
    img{
    height: 100px;
    color: white;
    }
    .container1{
    width: 100%;
    display: flex;
    justify-content: center;
    
    }
    .hero{
        height: 78vh;
        width: 100%;
    background-image: url(/stories/SSPWP-456\ copy\ 1.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    }

    /* content */ 
.container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
p{
    font-family: calibri;
    font-weight: 200;
    font-style: normal;
      display: flex;
      text-align: center;
      width: 70%;
      font-size: larger;
}

@media (max-width: 768px) {

.hero {
  background-image: url('/stories/SSPWP-456\ copy\ 2.jpg');
  background-size: cover;             
  background-position: center;        
  background-repeat: no-repeat;
  background-attachment: scroll;       
  position: relative;
  height: 450px;
  overflow: hidden;

}
    .container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    }
    }
    /* Hide toggle by default */
    .menu-toggle {
      display: none;
      font-size: 30px;
      color: white;
      cursor: pointer;
      padding: 10px;
      position: absolute;
      top: 20px;
      right: 20px;
      color: #564332;
    }
    
    /* Default nav styling */
    .nav-links {
      display: block;
    }

    
    /* Responsive styles */
    @media (max-width: 768px) {
      nav {
        flex-direction: column;
        align-items: flex-start;
      }

    
      .menu-toggle {
        display: block;
      }
    
      .nav-links {
        display: none;
        width: 100%;
      }
    
      .nav-links.active {
        display: block;
      }
    
      .link {
        flex-direction: column;
            align-items: flex-end;
            gap: 1rem;
            padding-top: 4rem;
            padding-right: 1rem;
      }
}
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem;
  }

  .item img {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .media {
    padding: 2rem;
  }

  .grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .item img {
    width: 90vw !important;
    height: auto ;
  }

  .post h1 {
    font-size: 10px;
  }
  .container3{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: small;
  }
  .scroll-arrow {
        position: fixed;
        bottom: 40px;
        right: 30px;
        background-color: #333;
        color: white;
        padding: 10px 15px;
        font-size: 24px;
        border-radius: 50%;
        text-decoration: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        z-index: 1000;
      }
      
      .scroll-arrow.show {
        opacity: 1;
        visibility: visible;
      }

      html {
        scroll-behavior:smooth;
      }

  footer{
    height: 300px;
    }
    footer p{
      font-family: calibri ;
      flex-direction: column;
            font-size: small !important;
    }
  
}
    
    .container3{
        width: 100%;
        display: flex;
        justify-content: center;
    }

/* main section */
.media {
  display: flex;
  justify-content: center;
  padding: 4rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.item img {
  height: 450px;
  width: 300px;
  object-fit: cover;
}

.post h1 {
  font-family: Andora-Modern-Serif, serif;
  font-size: x-large;
  font-weight: 100;
  color: rgb(85, 83, 83);
  text-decoration: none;
}
.post p{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}

a {
  text-decoration: none;
}


/* EQ */
.container2{
    height: 500px;
    width: 100%;
background-image: url(/IMG_1084\ copy.jpg);
background-size: cover;
background-position: center;
}
.EQ{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    flex-direction: column;
    padding-top: 10px;
}
.EQ i{
    font-family: calibri;
    text-align: center;
    color: white;
}
button{
    background-color: transparent;
    height: 40px;
    width: 125px;
    border-radius: 1vh;
    color: white;
    border: white 1px solid;
}
a{
    color: black;
    text-decoration: none;
}

/* footer */
footer{
    width: 100%;
    height: 300px;
    background-color: #E7E3D8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
footer img{
    height: 30px;
}
.footer_icon{
    display: flex;
    gap: 2rem;
}
.icon{
    transition: all 0.3s linear;
}
.icon:hover{
    transform: scale(1.5);
}
footer p{
    font-family: calibri ;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #564332;
    text-align: center;
    font-size: large;
    font-weight: 500;
}   