@font-face {
  font-family: "ZenAntique-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("ZenAntique-Regular"), url("ZenAntique-Regular.ttf");
}

*,
h1 {
  margin: 0;
  padding: 0;
}
.main {
  background-image: url(../assets/bg.png);
  background-color: #d8c5ab;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  min-width: 100%;
  min-height: 100vh;
}
.container {
  max-width: 309px;
  margin: 0 auto;
}
.title {
  font-family: "Ruslan Display", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 41px;
  line-height: 38px;
  text-align: center;
  color: #43301a;
  margin-bottom: 20px;
}
.swiper {
  height: 645px;
}
.swiper-slide {
  height: 525px;
}

.slide-wrapper {
  position: relative;
}
.slide-wrapper img {
  margin-bottom: 15px;
  width: 303px;
  height: 518px;
  padding-left: 3px;
  padding-top: 3px;
  position: relative;
}
.slide-wrapper div {
  position: relative;
}
.slide-wrapper div::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../assets/rama.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.slide-title {
  position: relative;
  font-family: "ZenAntique-Regular", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  color: #43301a;
  text-align: center;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  top: unset;
  bottom: 0;
  transition: transform 0.3s, opacity 0.3s;
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.2);
  transition: transform 0.3s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  width: 26px;
  height: 33px;
  content: "";
  background-image: url(../assets/arrow.png);
}
.swiper-button-next::after {
  transform: scale(-1, 1);
}
.swiper-button-next {
  right: calc(50% - 60px);
}
.swiper-button-prev {
  left: calc(50% - 60px);
}
