* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  max-width: 330px;
}

.hero {
  background-image: url("../images/bgc.jpeg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.hero .container {
  overflow: hidden;
}
.hero::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 10;
}

.hero_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero_header .logo {
  width: 170px;
  margin-left: -12%;
}
.hero_header_bar {
  cursor: pointer;
}
.hero_header_bar span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 7px 0;
  border-radius: 5px;
}

.hero_header_nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 4rem 2rem;
  transform: translateX(-100%);
  transition: all 0.3s ease-out;
}
.hero_header_nav_active {
  transform: translateX(0%);
}
.hero_header_nav .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  list-style: none;
  text-align: center;
  margin-bottom: 2rem;
}
.hero_header_nav .menu li {
  margin: 0.3rem;
}
.hero_header_nav .menu li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.8;
}
.hero_header_nav .socials {
  display: flex;
  justify-content: center;
}
.hero_header_nav .socials a {
  display: block;
  width: 45px;
  margin: 0 0.5rem;
}
.hero_header_nav .socials img {
  width: 100%;
}

.hero_content {
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin: 2rem auto 3rem;
}
.hero_content h2 {
  margin: 0.8rem 1rem;
  line-height: 1.8rem;
  font-weight: 600;
  font-size: 20.5px;
}
.hero_content h2 span {
  color: #d69758;
}
.hero_content button {
  margin-top: 2rem;
  font-size: 14px;
  padding: 20px;
  text-transform: uppercase;
  background-color: #e47b2d;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

.images-slider {
  width: 100%;
  margin: 2rem 0;
}
.images-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-slider .swiper-pagination {
  padding-bottom: 0.5rem;
}
.images-slider .swiper-pagination-bullet {
  background-color: #dcd9d9;
  opacity: 1;
}
.images-slider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.images-slider .swiper-button-next,
.images-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: black;
  padding: 0.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-self: center;
}
.images-slider .swiper-button-next:after,
.images-slider .swiper-button-prev:after {
  font-weight: bold;
  font-size: 1.2rem;
}

.about {
  padding: 2rem 0;
}
.about h1 {
  font-weight: 500;
}
.about article {
  font-size: 15px;
  margin: 2rem 0 1.5rem;
  opacity: 0.6;
  line-height: 21px;
}
.about__grey {
  background-color: #f5f5f5;
}

.about_video {
  width: 100%;
  height: 200px;
  margin-bottom: 2rem;
}
.about_video iframe {
  width: 100%;
  height: 100%;
}

.btn {
  padding: 15px;
  background-color: black;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5f5f5;
}

.features_block {
  width: 100%;
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
  line-height: 30px;
}
.features_block img {
  width: 70px;
}
.features_block h2 {
  margin: 1rem 0 0.5rem;
  font-size: 20px;
}
.features_block p {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0;
}

.gallery {
  padding-top: 1.5rem;
  background-color: black;
  text-align: center;
}
.gallery .container {
  overflow: hidden;
}
.gallery h2 {
  color: #fff;
  font-size: 2rem;
}

.reviews {
  background-color: #f5f5f5;
  padding: 2rem 0;
  text-align: center;
}
.reviews h2 {
  font-size: 2rem;
}
.reviews img {
  width: 100%;
  margin: 2rem 0;
}
.reviews button {
  margin: 0 auto;
}

.contact_info_image {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.contact_info_image img {
  width: 100%;
  object-fit: cover;
}
.contact_info_data {
  padding: 1.7rem;
}
.contact_info_data h3 {
  font-size: 21px;
}
.contact_info_data p {
  margin: 1.5rem 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.contact_info_data p img {
  width: 20px;
  margin-right: 10px;
}
.contact_info_data span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.262);
  margin: 2rem 0;
}

.contact_map #map {
  width: 100%;
  height: 300px;
}

.footer {
  padding: 1rem 0;
  background-color: black;
}
.footer .container {
  overflow: hidden;
}

.quiz {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.9333333333);
  color: #fff;
  z-index: 100;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
}
.quiz .container {
  padding: 1rem 0;
  display: grid;
  height: 100%;
  grid-template-rows: 40px 50px 1fr 50px;
}

.quiz-modal-open {
  opacity: 1;
  transform: translateX(0%);
}

.quiz-close {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.quiz-close button {
  border: none;
  font-size: 25px;
  color: #fff;
  background-color: transparent;
}

.quiz_progressbar .progress {
  margin-bottom: 0.7rem;
}
.quiz_progressbar .progress span {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #fff;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8705882353);
  font-size: 10px;
  position: relative;
}
.quiz_progressbar .progress span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.quiz_progressbar .lines {
  height: 5px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #b3b1b1;
}
.quiz_progressbar .lines div {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.3s;
}

.quiz_controllers {
  display: flex;
}
.quiz_controllers .prev-btn {
  width: 40px;
  height: 40px;
  background-color: #646464;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz_controllers .next-btn {
  height: 40px;
  background-color: #fff;
  width: calc(100% - 40px - 20px);
  font-size: 15px;
  margin-left: 20px;
  border-radius: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7450980392);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-form {
  position: relative;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.quiz-form h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.quiz-form section {
  width: 100%;
}
.quiz-form .event .event-type {
  margin: 1rem 0;
}
.quiz-form .event .event-type input {
  display: none;
}
.quiz-form .event .event-type input:checked ~ span i:before {
  height: 7.5px;
  width: 15px;
  border: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform-origin: 40% 45%;
  transition: all 0.5s;
}
.quiz-form .event .event-type input:checked ~ span {
  border: 2px solid white;
}
.quiz-form .event .event-type span {
  flex-shrink: 0;
  display: block;
  position: relative;
  opacity: 1;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: 2px solid grey;
  margin-right: 1rem;
  transition: opacity 0.3s ease;
}
.quiz-form .event .event-type label {
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.9;
  display: flex;
  align-items: center;
  position: relative;
}
.quiz-form .guests {
  font-size: 14px;
}
.quiz-form .guests label {
  display: flex;
  flex-direction: column;
}
.quiz-form .guests input {
  margin: 1rem 0 1rem;
  background-color: red;
  color: red;
}
.quiz-form .guests input[type=range]::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.6274509804);
  height: 2px;
  border-radius: 5px;
}
.quiz-form .guests input[type=range]::-moz-range-track {
  background: rgba(255, 255, 255, 0.631372549);
  height: 2px;
  border-radius: 5px;
}
.quiz-form .guests input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -7px; /* Centers thumb on the track */
  background-color: #fff !important;
  height: 2rem;
  width: 1rem;
}
.quiz-form .guests input[type=range]::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0; /*Removes default border-radius that FF applies*/
  background-color: #5cd5eb;
  height: 2rem;
  width: 1rem;
}
.quiz-form .guests .range-info {
  display: flex;
  justify-content: space-between;
}
.quiz-form .price label {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  width: 100%;
}
.quiz-form .price label input:checked ~ span {
  border: 2px solid white;
}
.quiz-form .price label input:checked ~ span:before {
  opacity: 1;
}
.quiz-form .price label span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  transition: opacity 0.3s ease;
  border-radius: 50px;
  border: 2px solid rgb(141, 141, 141);
}
.quiz-form .price label span:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 1px solid white;
}
.quiz-form .price label input {
  display: none;
}
.quiz-form .date label {
  display: flex;
  flex-direction: column;
}
.quiz-form .date input {
  margin-top: 1rem;
  padding: 0.7rem;
  background-color: rgba(75, 75, 75, 0.7529411765);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4862745098);
  color: #fff;
  font-size: 1.2rem;
}
.quiz-form .date input:active, .quiz-form .date input:focus {
  border: 1px solid rgba(255, 255, 255, 0.4862745098);
}
.quiz-form .name label {
  display: flex;
  flex-direction: column;
}
.quiz-form .name input {
  margin-top: 1rem;
  padding: 0.7rem;
  background-color: rgba(75, 75, 75, 0.7529411765);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4862745098);
  color: #fff;
  font-size: 1.2rem;
}

.quiz-form-step {
  position: absolute;
  transform: translateX(120%);
  transition: all 0.3s;
  opacity: 0;
}

.quiz-form-step-active {
  transform: translateX(0%);
  opacity: 1;
}

.quiz-form-step-fade {
  transform: translateX(-120%);
  opacity: 0;
}

.modal-quiz-message {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8039215686);
  z-index: 200;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.modal-quiz-message .modal-message {
  text-align: center;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.7176470588);
}
.modal-quiz-message .modal-message h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.modal-quiz-message .modal-message p {
  font-size: 14px;
}
.modal-quiz-message .modal-message button {
  margin-top: 1.5rem;
  border: none;
  background-color: #000;
  color: #fff;
  padding: 0.8rem 1.4em;
  border-radius: 5px;
}

.modal-quiz-message-opened {
  opacity: 1;
  display: flex;
}