@charset "utf-8";

body {
  background-color: #e3eae8;
}

.wrapper-content {
  min-width: 500px;
  width: 100%;
}
.wrapper-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aped-logo {
  visibility: hidden;
  max-width: 350px;
}
.v-margin {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.wrapper-magazine {
  position: relative;
  width: 100%;
  /* text-align: center; */
}

.wrapper-magazine img {
  /* margin: auto; */
  max-width: 350px;
}

.wrapper-magazine-btn {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
}
.wrapper-magazine-btn svg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.wrapper-magazine-btn svg path {
  fill: #fff;
}
.magazine-btn {
  cursor: pointer;
  /* background-color: red; */
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 12px 20px;
  background: linear-gradient(
    170.7403064116951deg,
    rgba(117, 117, 117, 1) 22.51064962726305%,
    rgba(116, 116, 116, 1) 22.51064962726305%,
    rgba(64, 64, 64, 1) 64.57667731629394%
  );
  z-index: 1;
  /* border: 1px solid red; */
  /* box-shadow: 0px 0px 0px 3px transparent, 0px 0px 0px 5px #fc5185; */
  box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 30%);
  transform: scale(1);
  transition: all 400ms;
}
.magazine-btn::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(
    178.39579435652877deg,
    rgba(117, 117, 117, 1) 37.77156549520767%,
    rgba(116, 116, 116, 1) 37.77156549520767%,
    rgba(64, 64, 64, 1) 81.11554845580403%
  );
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.magazine-btn:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 20%);
  /* scale: 1.01; */
  /* padding: 17px 25px; */
}
.magazine-btn:hover::before {
  opacity: 1;
}
.magazine-btn-text1,
.magazine-btn-text2 {
  color: #fff;
}

.flipbook-overlay {
  z-index: 888888 !important;
}

.flipbook-thumb-num {
  display: none;
}
/* 
.magazine-cover {
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
} */
