::-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: 136px 20px;
}

@media only screen and (min-width: 1800px) and (max-width: 2600px) {
  .about-top {
    padding: 230px 20px;
  }
}

.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;
}

.con-content {
  display: flex;
  position: relative;
  z-index: 10;
}

.con-content .con-poc {
  margin-top: 70px;
}
.con-content .con-poc img {
  width: 70%;
}

.con-content .poc2 {
  margin-top: -20px;
}

.text-title {
  color: #36299a;
  font-size: 34px;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
  padding-left: 100px;
}

.con-content span {
  color: #36299a;
  display: block;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}

.con-content .hspa1 {
  font-size: 14px;
  margin-top: 30px;
  font-weight: bold;
  color: #f88341;
}
.con-content .hspa2 {
  font-size: 30px;
  margin-top: 30px;
  font-weight: bold;
}

.index-mouse-scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: -5%;
}

.index-mouse-scroll .photography-img .img {
  width: 100%;
}

.body-dark-mode-wrap.dark-visible .con-content .hspa1 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .con-content .hspa2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .text-title {
  color: #d1d1d1;
}

.body-dark-mode-wrap.dark-visible .con-content .con-poc img {
  opacity: 0.9;
}

@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;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-top {
    padding: 190px 0;
  }

  .con-content .hspa2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-top {
    padding: 150px 0;
  }

  .con-content .hspa2 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* wap */
@media only screen and (max-width: 767px) {
  .con-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .con-content .poc2 {
    margin: 0;
  }
  .con-content .con-poc {
    margin-top: 40px;
  }

  .index-mouse-scroll {
    position: absolute;
    top: 100px;
  }

  .about-top {
    padding: 170px 0;
  }

  .con-content .hspa2 {
    font-size: 19px;
    line-height: 29px;
    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;
  }
}
