/* ==========================================================================
   Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Metropolis-Black";
  src: url("./fonts/Metropolis-Black.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/Metropolis-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Black.otf") format("opentype"), url("./fonts/Metropolis-Black.svg") format("svg"), url("./fonts/Metropolis-Black.ttf") format("truetype"), url("./fonts/Metropolis-Black.woff") format("woff"), url("./fonts/Metropolis-Black.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Metropolis-Regular";
  src: url("./fonts/Metropolis-Regular.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-Regular.otf") format("opentype"), url("./fonts/Metropolis-Regular.svg") format("svg"), url("./fonts/Metropolis-Regular.ttf") format("truetype"), url("./fonts/Metropolis-Regular.woff") format("woff"), url("./fonts/Metropolis-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Metropolis-SemiBold";
  src: url("./fonts/Metropolis-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Metropolis-SemiBold.otf") format("opentype"), url("./fonts/Metropolis-SemiBold.svg") format("svg"), url("./fonts/Metropolis-SemiBold.ttf") format("truetype"), url("./fonts/Metropolis-SemiBold.woff") format("woff"), url("./fonts/Metropolis-SemiBold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   Variables, mixin
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Base style
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-family: 'Metropolis-Black','Roboto';
  font-weight: 900; }

h1 {
  font-family: 'Metropolis-Black','Roboto';
  font-size: 110px;
  font-weight: 900; }

.form-control:focus {
  outline: 0;
  box-shadow: none; }

a {
  text-decoration: none !important; }

.container-no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.black-rectangle {
  background-color: black;
  width: 100%; }

.white-rectangle {
  background-color: white;
  width: 100%; }

/* ==========================================================================
   Header
   ========================================================================== */
.logo-wrapper {
  padding: 35px; }

.header-container {
  position: relative; }
  .header-container .translation {
    position: absolute;
    top: 39px;
    right: 35px;
    z-index: 99; }
    .header-container .translation .language-btn {
      background-color: white;
      padding: 7px 5px;
      color: black; }

.header-title {
  padding: 30px 0;
  line-height: 1.3;
  text-align: center; }
  .header-title p {
    margin-bottom: 0px; }
  .header-title .title-1 {
    font-size: 14.286vw; }
  .header-title .title-2 {
    font-size: 11.429vw; }

/* ==========================================================================
   Main
   ========================================================================== */
.about-us .about-us-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: black;
  color: white;
  padding: 0 35px; }
  .about-us .about-us-content-wrapper .about-us-description {
    font-size: 21px;
    font-family: 'Metropolis-SemiBold', 'Roboto';
    font-weight: 700;
    text-transform: uppercase; }
  .about-us .about-us-content-wrapper h1 {
    text-align: center; }

.separate-rect-text {
  padding-top: 10px; }
  .separate-rect-text p {
    margin-bottom: 0px;
    font-size: 90px; }

.restourants .restourants-card-wrapper {
  position: relative;
  height: 400px;
  line-height: 1.2;
  width: 100%; }
  .restourants .restourants-card-wrapper:hover .restourants-card-hover {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms; }

.restourants .restourants-card {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .restourants .restourants-card .restourants-card-title {
    text-transform: uppercase;
    z-index: 999; }
  .restourants .restourants-card p {
    margin-bottom: 0px;
    font-size: 40px;
    color: white; }

.restourants .restourants-card-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms; }
  .restourants .restourants-card-hover i {
    color: white;
    font-size: 22px;
    margin-right: 10px; }
  .restourants .restourants-card-hover .restorant-social {
    z-index: 99;
    margin-bottom: 25px; }
  .restourants .restourants-card-hover .restourants-card-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .restourants .restourants-card-hover .restourants-card-content .name {
      font-size: 40px;
      color: white;
      margin-bottom: 30px; }
    .restourants .restourants-card-hover .restourants-card-content .location {
      font-family: "Metropolis-Regular";
      font-size: 18px;
      color: white;
      margin-bottom: 0px; }
  .restourants .restourants-card-hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4); }

.events-slider .slider-left-col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  line-height: 1.2; }
  .events-slider .slider-left-col p {
    margin-bottom: 0;
    color: black;
    font-size: 120px; }

.events-slider .swiper-container {
  width: 100%;
  height: 100%; }
  .events-slider .swiper-container .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: .2; }
    .events-slider .swiper-container .swiper-pagination-bullet:focus {
      outline: 0; }
  .events-slider .swiper-container .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1; }

.events-slider .swiper-slide {
  padding: 0 40px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .events-slider .swiper-slide .slide-content {
    z-index: 99; }
    .events-slider .swiper-slide .slide-content .text {
      font-size: 80px;
      color: white; }
      .events-slider .swiper-slide .slide-content .text.title {
        font-size: 50px; }
    .events-slider .swiper-slide .slide-content .date {
      font-family: "Metropolis-Regular", 'Roboto';
      font-size: 50px;
      margin-bottom: 30px;
      line-height: 1.1;
      color: white;
      font-weight: 400; }
      .events-slider .swiper-slide .slide-content .date.title {
        font-size: 25px;
        line-height: 1.0; }
  .events-slider .swiper-slide .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.faq .faq-title {
  text-align: center;
  background-color: black;
  padding: 60px 0 50px 0; }
  .faq .faq-title h1 {
    margin-bottom: 0px;
    color: white; }

.faq #accordion .card {
  border-radius: 0;
  border: 2px solid white; }

.faq #accordion .card-header {
  padding: 0px;
  background-color: black;
  border-radius: 0;
  border-bottom: none; }
  .faq #accordion .card-header a {
    color: white;
    font-size: 30px; }
  .faq #accordion .card-header .faq-border-right {
    border-right: 2px solid white; }
  .faq #accordion .card-header .faq-p {
    padding: 20px 30px;
    text-transform: uppercase; }
  .faq #accordion .card-header .chevron-icon::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 800; }
  .faq #accordion .card-header a[aria-expanded="true"] .chevron-icon::after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-weight: 800; }

.faq #accordion .card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 50px; }
  .faq #accordion .card-body p {
    margin-bottom: 0px;
    font-family: "Metropolis-SemiBold", 'Roboto';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

.hand {
  line-height: 1.2;
  padding: 60px 0 40px 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .hand h1 {
    color: white; }

.contact-us .contact-us-title {
  padding: 0 60px;
  height: 100%;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .contact-us .contact-us-title h1 {
    margin-bottom: 0; }

.contact-us .contacts-wrapper {
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.contact-us .contacts-info {
  padding: 60px }
  .contact-us .contacts-info p,
  .contact-us .contacts-info a {
    font-size: 40px;
    color: white;
    margin-bottom: 0px; }

#map {
  width: 100%;
  height: 550px; }

footer {
  background-color: black;
  padding: 50px 0;
  padding-bottom: 20px;
  text-align: center; }

.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 20px; }
  .footer-link .color-white a {
    color: white; }
  .footer-link .cookies {
    margin-left: 5px; }

.footer-link p {
  font-family: 'Metropolis-Regular','Roboto' !important;
  margin-bottom: 0px;
  color: white;
  font-weight: 400; }

.footer-link a {
  text-decoration: none;
  font-weight: 400;
  color: #f15d2d; }

.faq #accordion .card-header a {
  color: white;
  font-size: 24px; }

.modal-body {
  font-family: 'Metropolis-Regular', 'Roboto';
  font-weight: 400; }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: middle;
  margin-left: 30px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CECECE;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: black; }

input:focus + .slider {
  box-shadow: 0 0 1px black; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

@media (max-width: 1199.98px) {
  h1 {
    font-size: 90px; }
  .about-us .about-us-content-wrapper .about-us-description {
    font-size: 18px; }
  .separate-rect-text p {
    font-size: 70; }
  .restourants .restourants-card p {
    font-size: 30px; }
  .faq #accordion .card-header a {
    font-size: 24px; }
  .events-slider .slider-left-col p {
    font-size: 100px; }
  .contact-us .contacts-info p,
  .contact-us .contacts-info a {
    font-size: 35px; } }

@media (max-width: 991.98px) {
  .about-us .about-us-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
  .faq #accordion .card-header .faq-border-right {
    border-right: none; } }

@media (max-width: 575.98px) {
  h1 {
    font-size: 51px; }
  .about-us .about-us-content-wrapper .about-us-description {
    font-size: 16px; }
  .separate-rect-text p {
    font-size: 55px; }
  .events-slider .slider-left-col p {
    font-size: 70px; }
  .events-slider .swiper-container {
    height: 550px; }
  .swiper-pagination {
    display: none; }
  .events-slider .swiper-slide {
    height: 550px;
    padding: 0 20px; }
  .events-slider .swiper-slide .slide-content .text {
    font-size: 30px; }
    .events-slider .swiper-slide .slide-content .text.title {
      font-size: 26px; }
  .events-slider .swiper-slide .slide-content .date {
    font-size: 20px;
    margin-bottom: 10px; }
    .events-slider .swiper-slide .slide-content .date.title {
      font-size: 18px; }
  .faq #accordion .card-header .faq-p {
    padding: 5px 20px; }
  .faq #accordion .card-header a {
    font-size: 19px; }
  .card .row {
    align-items: center;
    height: 66px; }
  .contact-us .contacts-info {padding: 30px;}
  .contact-us .contacts-info p,
  .contact-us .contacts-info a {
    font-size: 30px;
    text-align: center; }
  .faq #accordion .card-body p {
    font-size: 18px; }
  .header-title .title-1 {
    font-size: 17.286vw; }
  .header-title .title-2 {
    font-size: 13.429vw; }
  .faq #accordion .card-body {
    padding: 15px 20px; }
  .contact-us .contact-us-title {
    padding-top: 10px; }
  #map {
    height: 400px; }
  .restourants .restourants-card-hover {
    visibility: visible;
    opacity: 1; }
  .footer-link {
    margin-top: 10px; } }
