::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 0;
  display: none;
}

.ac-more:hover {
  cursor: pointer;
  color: #5b63ff;
}

.hover-pointer:hover {
  cursor: pointer;
}

.about-top {
  padding-top: 350px;
  padding-bottom: 200px;
}

.bg-light-pink {
  background-color: #fcf2f0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-dark-mode-wrap.dark-visible .about-content .h1 {
  color: #ffffff;
}

.body-dark-mode-wrap.dark-visible .about-content .h2 {
  color: #ffffff;
}

.body-dark-mode-wrap.dark-visible .about-content .h3 {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.body-dark-mode-wrap.dark-visible .about-content .shouhou span {
  color: rgb(210, 210, 210);
}

.about-content span {
  color: #36299a;
  display: block;
  font-family: 'Proxima Nova Rg';
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.about-content .h1 {
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 10px;
}

.about-content .h2 {
  font-size: 28px;
  margin-top: 30px;
  font-weight: bold;
}

.about-content .h3 {
  font-size: 18px;
  border-radius: 90px;
  border: 1px solid #36299a;
  width: 250px;
  padding: 14px 0;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

.index-mouse-scroll {
  position: absolute;
  width: 100%;
  top: 0;
  margin: -2%;
}

.shouhou {
  margin-top: 50px;
}
.shouhou span {
  font-size: 18px;
  letter-spacing: 2px;
  color: rgb(116, 116, 116);
  display: block;
  font-family: 'Proxima Nova Rg';
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.index-mouse-scroll .photography-img .img {
  width: 100%;
}
.about-top {
  height: 100vh;
}

.index-mouse-scroll {
  position: absolute;
  top: 0;
  margin: -2%;
}

.index-mouse-scroll .photography-img .img {
  width: 100%;
}
/* @media only screen and (min-width: 1800px) and (max-width: 2600px) {
  
} */

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .about-top {
    padding: 280px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .about-top {
    padding: 240px 0;
  }

  .about-content .h1 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-top {
    padding: 190px 0;
  }

  .about-content .h1 {
    font-size: 50px;
  }

  .about-content .h2 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-top {
    padding: 150px 0;
  }

  .about-content .h1 {
    font-size: 43px;
  }

  .about-content .h2 {
    font-size: 20px;
    line-height: 40px;
  }
}

/* wap */
@media only screen and (max-width: 767px) {
  .index-mouse-scroll {
    position: absolute;
    top: 100px;
  }

  .about-top {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .shouhou span {
    font-size: 0.7rem;
  }

  .about-content .h1 {
    font-size: 32px;
    margin: 15px 0 15px;
    line-height: 1.3;
  }

  .about-content .h2 {
    font-size: 19px;
    line-height: 35px;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .index-mouse-scroll {
    position: absolute;
    top: 100px;
  }
  .about-top {
    padding: 120px 0;
  }
}
