body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  height: 100vh;
  background-image: url("content.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background-color: #fff;
  box-shadow: 0 4px 6px -6px #222;
  background-color: black;
}

.content {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: 20px;
}

.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.bottomButton {
  width: 369px;
  height: 58px;
  background-color: #00000085;
  border: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.bottomButtonInner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  cursor: pointer;
}

.bottomButtonInner img {
  margin-right: 20px;
}

.top {
  background: #00000066;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.2px);
  -webkit-backdrop-filter: blur(3.2px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}

.infoText {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 34px;
}

.startButton {
  margin: 0;
  padding: 0;
  border: 3px solid rgba(0, 0, 0, 1);
  border-radius: 6px;
}

.startButtonInner {
  background-color: rgba(22, 56, 65, 1);
  width: 332px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  cursor: pointer;
}

.imageGallery {
  width: 900px;
  margin-right: 20px;
}

.mainImage {
  width: 100%;
  margin-bottom: 30px;
}

.slideImage {
  width: 215px;
  height: 120px;
}

.swiperContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 215px;
  height: 120px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 87px;
  height: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-next {
  margin-left: 20px;
}

.swiper-button-prev {
  margin-right: 20px;
}

.middle {
  background: #00000066;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
  padding: 100px;
  margin-top: 100px;
}

.not-found-text{
  color: #ffffff;
  font-weight: 400;
  font-size: 80px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 34px;
}
