.anchor-bounce{
  position: absolute;
  top: 80%;
  width: 10%;
  left: 44.5%;}


.arrow-icon {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.arrow-icon:hover {
  transform: translateY(10px);
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(10000%) hue-rotate(0deg); /* Change color using filter */
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    scroll-behavior: smooth;
    width:100%;
  }
  .bounce {
      display: inline-block;
      position: relative;
      -moz-animation: bounce 2.5s infinite linear;
      -o-animation: bounce 2.5s infinite linear;
      -webkit-animation: bounce 2.5s infinite linear;
      -webkit-animation: bounce 2.5s infinite linear;
      animation: bounce 2.5s infinite linear;
      color: 000;
      width: 30px;
  }
  

.container{gap:0;padding:0;}

.container.works{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
height:20vh;
}

.column.works.one-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 22vh;
    margin-top: 7vh;
}

.column.works.one-vertical img {
    height: 100%;
    object-fit: cover;
}


.counter-value {
    font-size: 81px;
    font-weight: bold;
    display: inline-block;
    min-width: 100px;
    color: #00ff00;
}

.counter-container {
    display: inline-grid;
    justify-content: center;
    gap: 50px;
    /* margin: 100px 0; */
}



.hgroup{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-56%, -50%);
  text-align: center;
  color: white;
  z-index: 10;
  transition: transform 0.3s ease-out;
  width: 79vw;
  will-change: transform;}


.hgroup h1 {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  line-height: 0em;
  font-size: 2rem;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: .3em;
  margin-bottom: 0;
}

.hgroup h2 {
  
  font-size: 14px;
  line-height: normal;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 0;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-break: keep-all;
  text-shadow: none;
}
.hgroup h3 {
  
        line-height: 1.2em;
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        margin: 1vh 8px 13px;
}
.hgroup h3[data-v-3aacd5f8] {
  line-height: 1.2em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  margin: 1vh 8px 13px;
}




.op-description{   
    margin: 24% 20px;
    font-family: Apax;
    font-size: 24px;
    font-weight: normal;
    font-weight: 700;
    line-height: 1.25;
    list-style-type: none;
    text-align: -webkit-left;
}


    .section {
        padding: 0vh 3vw;
        text-align: center;
        margin-left: 4vw;
        margin-right: 4vw;
        width: 82vw;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    .section-container{width:100vw;}

.section-works{
    /* padding: 100px 20px; */
    text-align: center;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .mosaic-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(4, 150px);
    }
  
    .video-item {
      grid-column: span 3;
      grid-row: span 2;
    }
  
    .music-item, .hosting-item {
      grid-column: span 3;
      grid-row: span 1;
    }
  }
  
  @media (max-width: 768px) {



    .container {
      flex-direction: column;
  }
  .column {
      width: 100%; /* Full width on smaller screens */
  }
  .column:first-child img:nth-child(1),
  .column:first-child img:nth-child(2) {
      height: auto; /* Reset height for smaller screens */
  }
  .full-height {
      height: auto; /* Reset height for smaller screens */
  }
  .column:nth-child(2) img,
  .column:nth-child(4) img {
      height: auto; /* Reset height for smaller screens */
  }

  .container {
      display: flex
  ;
      justify-content: space-between;
      /* gap: 10px; */
      /* padding: 10px; */
      box-sizing: border-box;
  }



  /**/
    .counter-container {
      display: inline-grid;
      justify-content: center;
      /* gap: 50px;
      margin: 100px 0; */
  }
  
  .column {display:inline-block;
    width: 100%;
}


.column.full-vertical {
    display: contents
;
    flex-direction: column;
    width: 12%;
    gap: 10px;
}
.column.full-vertical img{
    height: 16vh;
    margin-bottom: 1%;
    margin-top: 1%;}

  
  .column.works.one-vertical {
    display: flex
  ;
    flex-direction: column;
    width: 100%;
    /* height: 10%; */
  }

  .counter-container {
    display: inline;
    justify-content: center;
    gap: 50px;
    /* margin: 100px 0; */
}
  


/* .hero {
  position:fixed;margin-top:6vh;
  background-image: url(https://www.asiance.com/wp-content/uploads/2024/05/kagi_kv.png);
  background-size: cover;
  margin-top: 5vh;
  height: 30vh;
  width: 100vw;
  position: relative;
  background-position: center center;

} */


.hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  z-index: 10;
}

    .mosaic-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(6, 150px);
    }
  
    .video-item {
      grid-column: span 2;
      grid-row: span 2;
    }
  
    .music-item, .hosting-item {
      grid-column: span 2;
      grid-row: span 1;
    }
  
    .gallery-section{height:auto;display:block}
  
  .service-item{width:92%;}
  .service-item img {width:100%;}

  }
  

  @media (max-width: 480px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3){

    .anchor-bounce{
      position: absolute;
      top: 50%;
      width: 10%;
      left: 81.5%;}
    

    .column:first-child img:nth-child(1){
      height: 23vh;
      width: 100vw;
      margin-bottom: 1vh;
      margin-top: 4vh;
  }


  .column .row {


    margin-top: -3vh;
    margin-bottom: 1vh;
    display: inline-grid
;
    flex-direction: row;
    width: 96vw;
    margin-right: 2vw;

    gap: 10px;
    width: 95vw;
    height: 32vh;
}



.gallery-section{height:auto;}
#posts.gallery-section{height:auto;margin-top:7vh}


#posts.gallery-section .column .row{
  display: inline-grid;
  flex-direction: row;
  width: 96vw;
  margin-right: 2vw;
  width: 95vw;
  height: 55vh;}






.hero h1[data-v-3aacd5f8], .hero h2[data-v-3aacd5f8] {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  margin:1vh;
}

.hero h1[data-v-3aacd5f8] {
  font-size: 80px;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 0px 0px 1vh;
}

.hero hgroup h2[data-v-3aacd5f8] {
  font-family: futura-pt, "Noto Sans KR";
  margin-top: 15px;
  font-size: 16px;
  line-height: normal;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 0px;
  text-shadow: none;
}
.hero hgroup h3[data-v-3aacd5f8] {
  
        line-height: 1.2em;
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        margin: 1vh 8px 13px;
}
.hero h3[data-v-3aacd5f8] {
  line-height: 1.2em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  margin: 1vh 8px 13px;
}


#kagi.jpg
 {
  font-size: 1rem;
  width: 85vw;
}

  /* title work */

    .mosaic-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(8, 150px);
    }
  
    .video-item {
      grid-column: span 1;
      grid-row: span 2;
    }
  
    .music-item, .hosting-item {
      grid-column: span 1;
      grid-row: span 1;
    }

     .section {
      padding: 0vh 3vw;
      text-align: center;
     
      margin-left: 4vw;
      margin-right: 4vw;
      width: 82vw;
      margin-top: 1vh;
      margin-bottom: 1vh;
  }

  .section b{
    line-height: 30px;
    font-size:11px;
    text-transform: uppercase;
    max-width: 415px;
    margin: auto;
    letter-spacing: .3em;
    font-weight: 400; }

    .section div{margin-top: 35px;
      font-family: futura-pt;
      line-height: normal;
      font-size: 26px;
      text-align: center;
      font-weight: 400;       
       font-size: 15px;
      margin-top: 18px;}



  .service-item-description{margin-right:4vw;}

  /* parallax*/
  .row {
    position: relative;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent scroll overflow */
  }
  
  
  .hgroup {
   
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-56%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    transition: transform 0.3s ease-out;
    width: 79vw;
    will-change: transform; /* Optimize for performance */
  }

  .hgroup h1{        
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    line-height: 0em;
    font-size: 2rem;
    margin: 0 0 40px 0;
    text-align: center;
    letter-spacing: .3em;
    margin-bottom: 0;}
  
.hgroup h2{
  font-size: 14px;
  line-height: normal;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 0;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-break: keep-all;
  text-shadow: none;}


.hgroup h3{     
  margin-top: 20px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: normal;
  text-shadow: none;
  text-transform: uppercase;
  word-break: keep-all;
  text-align: -webkit-auto;}

  /* Optional: Add a dark overlay for better text readability */
  .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  }


  

