@font-face {
  font-family: "Casto Pro";
  src: url("../CastoPro-Black.woff") format("woff"), url("../fonts/CastoPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Regular.woff") format("woff"), url("../fonts/CastoPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Light.woff") format("woff"), url("../fonts/CastoPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Bold.woff") format("woff"), url("../fonts/CastoPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro Beta";
  src: url("../fonts/CastoProBeta-Italic.woff") format("woff"), url("../fonts/CastoProBeta-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.homepage {
  width: 100%;
  height: 100dvh;
  position: relative;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .homepage {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .homepage {
    flex-direction: row;
  }
}
.homepage .homepage_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.homepage .homepage_img img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .left_side {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  gap: 45px;
  position: relative;
  margin-top: 20px;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .homepage .left_side {
    margin-top: 5%;
    gap: 10px;
    flex-basis: unset;
  }
}
.homepage .left_side .logo {
  max-width: 632px;
  background: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 20px;
  width: 100%;
  height: 105px;
  display: flex;
  justify-content: end;
  padding-right: 31px;
}
@media (max-width: 1024px) {
  .homepage .left_side .logo {
    height: 50px;
    width: 100%;
    max-width: 50vmin;
    padding: 12px;
  }
}
.homepage .left_side .logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .homepage .left_side .logo img {
    width: 100%;
  }
}
.homepage .left_side .books {
  max-width: 32vmin;
  position: relative;
  margin-bottom: 12%;
  margin-left: 5%;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .homepage .left_side .books {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .homepage .left_side .books {
    max-width: 40vmin;
    margin-left: 0;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .homepage .left_side .books {
    max-width: 40vmin;
    position: relative;
    margin-bottom: 12%;
    margin-left: 25%;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .homepage .left_side .books {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.homepage .left_side .books img {
  height: 100%;
  z-index: 1;
  position: relative;
}
.homepage .left_side .books a {
  white-space: nowrap;
}
.homepage .left_side .books .hp_categories_btn {
  border: none;
  font-size: 2vmin;
  font-weight: 700;
  height: 100%;
  border-radius: 34px;
  padding: 0 20px;
  background: #0075BE;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  font-family: "Casto Pro";
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .homepage .left_side .books .hp_categories_btn {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    padding: 12px;
  }
}
.homepage .left_side .books .link {
  position: absolute;
  width: 100%;
  height: 10%;
}
@media screen and (max-width: 1023px) {
  .homepage .left_side .books .link {
    width: 82%;
    height: 13%;
  }
}
.homepage .left_side .books .link.link_1 {
  top: 76.7%;
  left: 24vmin;
}
@media screen and (max-width: 1023px) {
  .homepage .left_side .books .link.link_1 {
    top: 87.7%;
    left: 50%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .homepage .left_side .books .link.link_1 {
    top: 76.7%;
    left: 34vmin;
    width: 100%;
    height: 10%;
    z-index: 0;
    padding: 0 20px;
    transform: unset;
  }
}
.homepage .right_side {
  flex-basis: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.homepage .right_side .image_right_bg {
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg {
    width: 100%;
  }
}
.homepage .right_side .image_right_bg .category {
  height: 107px;
  position: relative;
  padding: 18px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: start;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 31px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category {
    height: 48px;
  }
}
.homepage .right_side .image_right_bg .category img {
  display: block;
  height: 100%;
  width: 61px;
  height: 61px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category img {
    width: 30px;
    height: 30px;
  }
}
.homepage .right_side .image_right_bg .category .link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  transition: transform 0.5s;
  color: #46676A;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category .link {
    height: 100%;
    font-size: 18px;
    line-height: 1;
  }
}
.homepage .right_side .image_right_bg .category .link:hover {
  transform: scale(1.1, 1.1);
}
@media (hover: none) {
  .homepage .right_side .image_right_bg .category .link:hover {
    transform: scale(1.1, 1.1);
  }
}
.homepage .right_side .image_right_bg .category.cat-1 {
  width: 425px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category.cat-1 {
    width: 71%;
  }
}
.homepage .right_side .image_right_bg .category.cat-2 {
  width: 510px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category.cat-2 {
    width: 77%;
  }
}
.homepage .right_side .image_right_bg .category.cat-3 {
  width: 580px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category.cat-3 {
    width: 82%;
  }
}
.homepage .right_side .image_right_bg .category.cat-4 {
  width: 465px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category.cat-4 {
    width: 74%;
  }
}
.homepage .right_side .image_right_bg .category.cat-5 {
  width: 507px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category.cat-5 {
    width: 77%;
  }
}
.homepage .right_side .image_right_bg .category.cat-6 {
  width: 549px;
}
@media (max-width: 1024px) {
  .homepage .right_side .image_right_bg .category.cat-6 {
    width: 80%;
  }
}
.homepage img {
  width: 100%;
  height: auto;
  display: block;
}
.homepage .zoom {
  transition: transform 0.5s;
  transform: scale(1.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

a,
p {
  color: black;
  text-decoration: none;
}

html {
  font-family: "Casto Pro";
}

body {
  height: 100%;
  width: 100%;
}

button {
  cursor: pointer;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */