.logo {
  width: 100px;
}
.logo-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 60px;
}
.jump {
  border-radius: 30px;
  overflow: hidden;
  background-color: #da6295;
  outline: none;
  border: none;
  font-size: 1rem;
  padding: 5px 10px;
}
.home {
  padding: 0 0;
  height: 100vh;
  background-color: #e9a8ac;
  padding-bottom: 20%;
  transition: all 0.5s;
  overflow: hidden;
  padding-top: 30px;
}
.home.show-bg {
  background-image: url("../assets/home/bg.png");
  background-size: cover;
}
.content-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  position: absolute;
  padding: 0 50px;
  width: 100%;
}

.btn {
  width: 9rem;
  cursor: pointer;
}
.swiper-view {
  margin-top: 50px;
}

.swiper {
  height: 76vh;
  width: 100%;
  position: absolute;
}
.swiper-slide {
  text-align: center;
}
.banner-img {
  width: 90vw;
  max-height: 70vh;
}

.swiper-pagination-bullet-active {
  background-color: #cd3630;
}

.jump-img {
  width: 100px;
}

.content-cont { 
  max-width: 360px;
}
.content {
  width: 100%;
}

.text-cont {
  max-width: 300px;
  /* background-color: #f2f2f2; */
  margin-top: 10px;
  margin-bottom: 16px;
}
.text {
  width: 100%;
}
