

#home-hero{
    background-color: var(--color-green-cream);
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
}


#home-hero .back-text-swiper{
  bottom: -20px;
}
#home-hero .back-text{
  opacity: 0.1;
  line-height: 1;
  font-size: 10vw;
  white-space: nowrap;
}


#home-hero .col-0{
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: -60px;
}
#home-hero .logo-img{
  width: 200px;
}
#home-hero .social-media-links{
  margin-top: 25px;
  gap: 15px;
}
#home-hero .col-2 .social-media-links {
  display: none;
}
#home-hero .social-media-links a{
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-black-light);
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
#home-hero .social-media-links a:hover{
  opacity: 0.7;
}
#home-hero .social-media-links svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
}
#home-hero .main-title{
  font-size: 60px;
  line-height: 1.1;
}
#home-hero .main-title .mini{
  font-size: 34px;
  line-height: 0.5;
  display: inline-block;
  position: relative;
  bottom: -14px;
  left: -7px;
}
#home-hero .main-title .word-2{
  display: block;
  color: var(--color-black-light);
}

#home-hero .col-1{
  
}
#home-hero #hero-canvas{
  height: calc(100vh - 60px);
}

#home-hero .col-2{
  max-width: 500px;
  margin-left: -60px;
}

#home-hero .title{
  font-size: 40px;
  margin-bottom: 20px;
}
#home-hero .title span{
  font-size: 60px;
  display: block;
}
#home-hero .logo{
  width: 100px;
  height: auto;
}
#home-hero .main-description{
  max-width: 500px;
}

#home-hero .buttons{
    gap: 20px;
    margin-top: 40px;
}
#home-hero .buttons .button{
}

@media screen and (max-width: 900px) {
  #home-hero .col-2 {
    max-width: 300px;
    margin-left: -60px;
  }
  #home-hero .logo-img {
    width: 100px;
  }
  #home-hero .title span {
    font-size: 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #home-hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 90px;
  }
  #home-hero .content {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  #home-hero .col-0 {
    margin: 0;
    padding: 0;
    order: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #home-hero .logo-img {
    width: 60px;
  }
  #home-hero .col-0 .social-media-links {
    display: none;
  }
  #home-hero .col-1 {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  #home-hero #hero-canvas {
    height: auto;
    width: calc(100% + 60px);
    max-width: unset;
    margin-top: -110px;
    max-width: 300px;
  }
  #home-hero .col-2 {
    order: 3;
    margin: 0;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home-hero .col-2 .social-media-links {
    display: flex;
    margin-top: 25px;
    gap: 15px;
    justify-content: center;
  }
  #home-hero .title {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
  #home-hero .title span {
    font-size: 36px;
  }
  #home-hero .main-description {
    font-size: 12px;
  }
  #home-hero .buttons {
    margin-top: 25px;
    justify-content: center;
  }
  #home-hero .back-text-swiper {
    bottom: unset;
    top: 19%;
  }
  #home-hero .back-text {
    opacity: 0.1;
    line-height: 1;
    font-size: 30vw;
    white-space: unset;
  }
}




