@font-face {
  font-family: 'Assistant Regular';
  src: url('../fonts/Assistant-Regular.eot');
  src: url('../fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Assistant-Regular.woff') format('woff'),
  url('../fonts/Assistant-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  color: #000000;
  font-family: 'Assistant Regular', sans-serif;
  line-height: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  padding: 0;
}

.header, .home, .home__element, .show, .about,
.contact__form-fields, .footer__container {
  direction: ltr;
}

.nav-item, .dropdown-item,
.footer__middle {
  direction: ltr;
}

/* back to top*/
.back-to-top {
  background-color: #a1a1a1;
  -webkit-box-shadow: 0 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.34);
  box-shadow: 0 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -3.6rem;
  right: 2.5rem;
  height: 6.2rem;
  width: 6.2rem;
}

.back-to-top img {
  height: 1.5rem;
  width: 2.4rem;
}

/* header styles */
.header {
  width: 100%;
}

.navbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(44%, #000000), to(#000000));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, #000000 44%, #000000 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, #000000 44%, #000000 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, #000000 44%, #000000 100%);
  padding: 2.5rem 4.3rem;
  min-height: 10rem;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  height: 5.2rem;
}

.navbar-brand img {
  height: 100%;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../img/toggler.png) center no-repeat;
  background-size: 100% 100%;
  height: 2.2em;
  width: 2.4em;
}

.navbar-toggler .navbar-toggler-icon {
  background: url(../img/toggler-close.png) center no-repeat;
  background-size: 100% 100%;
  height: 2.2em;
  width: 2.3em;
}

.navbar-collapse {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5.7rem 0 7.5rem ;
}

.navbar-nav {
  padding-right: 0rem;
}

.navbar-nav.lang {
  display: block;
}

.nav-item.dropdown.language-mobile {
  display: none;
}

.nav-item {
  position: relative;
}

.nav-item:not(:last-child) {
  margin-left: 5.1rem;
}

.nav-link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.398rem;
}

.navbar-nav.nav-menu .nav-item:focus::after,
.navbar-nav.nav-menu .nav-item:hover::after,
.navbar-nav.nav-menu .nav-item.active::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1rem;
  height: 2px;
  width: 80%;
}

.navbar-nav.nav-menu .nav-item:focus .nav-link,
.navbar-nav.nav-menu .nav-item:hover .nav-link,
.navbar-nav.nav-menu .nav-item.active:focus .nav-link,
.navbar-nav.nav-menu .nav-item.active:hover .nav-link {
  color: #fff;
}

.nav-item.dropdown.language-mobile:focus::after,
.nav-item.dropdown.language-mobile:hover::after {
  height: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding: 0;
}

.navbar-nav .language {
  padding: 1rem;
}

.nav-link,
.dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.nav-link img,
.dropdown-item img {
  height: 1.6rem;
  width: 1.6rem;
}

.nav-link span,
.dropdown-item span {
  margin-left: .5rem;
  margin-right: 2.4rem;
}

.dropdown-menu {
  background-color: #333;
  margin: 0;
  padding: 0;
}

.dropdown-item {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.398rem;
  padding: 1rem;
}

/* intro styles */
.intro {
  position: relative;
}

.intro img {
  width: 100%;
}

.intro span {
  color: #ffffff;
  font-size: 15rem;
  font-weight: 700;
  text-shadow: 0 0.2rem 0.7rem rgba(255, 255, 255, 0.34);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* footer styles */
.footer {
  background-color: #f0eeee;
  border-top: 1rem solid #000;
  position: relative;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 126rem;
}

.footer__top,
.footer__middle,
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.4rem 8.3rem 3.2rem 13rem;
}

.footer__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 4.5rem;
}

.footer__search input {
  background-color: #e6e4e4;
  border: 2px solid #a1a1a1;
  border-left: 0;
  color: #949292;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.636rem;
  padding: 0 1.7rem;
  height: 100%;
}

.footer__search button {
  background-color: #000000;
  border: 0;
  color: #f7af13;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 0.636rem;
  padding: 0 5.2rem;
  height: 100%;
}

.footer__search-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__search-description img {
  max-height: 3.6rem;
  max-width: 4.6rem;
}

.footer__search-description p {
  color: #811717;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  margin-right: 1.4rem;
  padding: 0;
}

.footer__hl {
  background-color: #252525;
  border: 0;
  margin: 0;
  height: 1px;
  width: 100%;
}

.footer__middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 6rem 3.4rem;
}

.footer__left,
.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__vl {
  background-color: #000;
  margin: 0 2.6rem;
  height: 13rem;
  width: 1px;
}

.footer__logo {
  padding-right: 3.8rem;
  height: 5.2rem;
}

.footer__logo img {
  height: 100%;
}

.footer__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
}

.footer__element-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 4rem;
}

.footer__element img {
  max-height: 100%;
}

.footer__element p {
  font-size: 2.2rem;
  margin: 0;
}

.footer__line {
  background-color: #000;
  height: 1px;
  width: 28rem;
}

.footer__map {
  height: 13rem;
  width: 43rem;
}

.footer__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__soc a {
  background-color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  height: 5.7rem;
  width: 5.6rem;
}

.footer__soc a:not(:last-child) {
  margin-bottom: .5rem;
}

.footer__soc img {
  max-height: 100%;
}

.footer__bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.6rem;
}

.footer__eventbuzz {
  height: 3.1rem;
}

.footer__eventbuzz img {
  height: 100%;
}

.footer__eventbuzz-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2.1rem;
}

.footer__eventbuzz-description p {
  font-size: 2rem;
  margin: 0;
}

/* home styles */
.home {
  position: relative;
}

.home__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 2rem;
  height: 4.2rem;
  width: 4rem;
}

.home__title {
  background-color: #876132;
  -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 9rem;
  height: 8rem;
}

.home__title p {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  margin-right: 2.7rem;
}

.home__title img {
  height: 5.3rem;
  width: 5.3rem;
}

.home__content {
  margin: 0 auto;
  padding: 7rem 0 16.5rem;
  max-width: 120rem;
}

.home__element {
  -webkit-box-shadow: 0 0.9rem 0.7rem 0.1rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.9rem 0.7rem 0.1rem rgba(0, 0, 0, 0.35);
  margin-bottom: 5rem;
  width: calc((100% - 40px) / 3);
}

.home__name {
  background-color: #876132;
}

.home__name h2 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  padding: 2.2rem 2.5rem 1.7rem;
  text-align: right;
}

.home__img {
  position: relative;
}

.home__img img {
  width: 100%;
}

.home__time {
  background-color: #030305;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.home__time span {
  font-size: 3.7rem;
  font-weight: 700;
}

.home__buy {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.3rem;
}

.home__buy span {
  border-left: 1px solid #000;
  display: inline-block;
  font-size: 1.9rem;
  line-height: 2.4rem;
  padding-left: 1rem;
  text-transform: uppercase;
}

.home__buy strong {
  font-size: 4.3rem;
  font-weight: 700;
}

.home__buy a {
  background-color: #cd7d1a;
  border: 0;
  color: #ffffff;
  font-size: 2.3rem;
  line-height: 2.3rem;
  padding: .5rem 2.6rem;
}

/* show styles */
.intro-show {
  margin-top: 10rem;
  padding: 5rem 10rem;
}

.intro-show img {
  height: 100%;
  width: 100%;
}

.show__title {
  background-color: #876132;
  -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  padding: 1.9rem 0;
}

.show__title h1 {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}

.show__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.3rem 0 15rem;
}

.show__header-prev,
.show__header-next {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.8rem 3.9rem;
}

.show__header-prev:hover,
.show__header-next:hover,
.show__header-prev:focus,
.show__header-next:focus {
  text-decoration: none;
}

.show__header-prev span,
.show__header-next span {
  color: #000000;
  font-size: 2.8rem;
  font-weight: 700;
}

.show__header-prev img,
.show__header-next img {
  height: 2.4rem;
  width: 1.4rem;
}

.show__header-prev span {
  margin-left: 3.4rem;
}

.show__header-next span {
  margin-right: 3.4rem;
}

.show__header-title span {
  font-size: 4.5rem;
  font-weight: 700;
}

.show__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 6rem;
}

.show__iframe {
  width: 45%;
}

.show__iframe iframe {
  border: 0;
  border-right: 2px solid #f0f0f0;
  height: 100%;
  width: 100%;
}

.show__description {
  text-align: right;
  padding: 0 4.5rem 22.4rem 0;
  width: 55%;
}

.show__description h2 {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}

.show__description h3 {
  font-size: 2.6rem;
  font-weight: 700;
}

.show__description h3:not(:last-child),
.show__description h4:not(:last-child) {
  margin-bottom: 1.6rem;
}

.show__description p,
.show__description h4 {
  font-size: 2.3rem;
  font-weight: 700;
}

.show__description p {
  margin: 5rem 0;
}

/* about styles */
.about {
  background-color: #f4ecda;
  padding: 13.5rem 13.2rem 17.5rem 0;
}

.about__content {
  padding: 2rem 0;
  position: relative;
  max-width: 95rem;
  text-align: left;
}

.about__content::after {
  content: "";
  background-color: #876132;
  -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: -4.1rem;
  height: 100%;
  width: 2.1rem;
}

.about__content p {
  color: #292929;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: left;
}

.about__content p:not(:last-child) {
  margin-bottom: 5rem;
}

.about__content p span {
  color: #1c1c1c;
  font-size: 5rem;
  line-height: 4rem;
}

/* gallery styles */
.gallery {
  background-color: #f0eeee;
  margin: 10rem auto 0;
  position: relative;
}

.gallery-prev,
.gallery-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 7rem;
  width: 7rem;
  z-index: 999;
}

.gallery-prev img,
.gallery-next img {
  height: 100%;
  width: 100%;
}

.gallery-prev {
  left: 4rem;
}

.gallery-next {
  right: 4rem;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2rem;
}

.slick-dots li button {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  display: block;
  margin: .25rem;
  padding: 0;
  height: 1.3rem;
  width: 1.3rem;
}

.slick-dots .slick-active button {
  background-color: #ccc;
}

/* menu styles */
.menu {
  height: 60rem;
}

.menu__title {
  background-color: #876132;
  -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  height: 8rem;
}

.menu__content {
  text-align: center;
}

.menu__content h2 {
  font-size: 7rem;
  font-weight: bold;
  padding-top: 5rem;
}

/* contact styles */
.contact__form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10rem;
  text-align: right;
}

.contact__img {
  position: relative;
  width: 45%;
}

.contact-1 {
  display: block;
}

.contact-2,
.contact__img h2 {
  display: none;
}

.contact__img h2 {
  color: #ffffff;
  font-size: 9rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0.2rem 0.7rem rgba(255, 255, 255, 0.34);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.contact__img img {
  height: 100%;
  width: 100%;
}

.contact__form-fields {
  background-color: #000000;
  padding: 10rem 7.8rem 0 4.3rem;
  width: 55%;
}

.contact__form-fields h2 {
  color: #fcfcfc;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
  text-align: left;
}

.contact__form-fields h3 {
  color: #fcfcfc;
  font-size: 3rem;
  margin-bottom: 1.2rem;
  text-align: left;
}

.contact__form {
  text-align: left;
}

.contact__form input,
.contact__form textarea {
  background-color: #000000;
  border: 1px solid #636363;
  border-radius: 0.5rem;
  color: #fcfcfc;
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding: 1.2rem;
  width: 100%;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #fcfcfc;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #fcfcfc;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #fcfcfc;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #fcfcfc;
}

.contact__form input {
  margin-bottom: 1.6rem;
}

.contact__form textarea {
  margin-bottom: 1.6rem;
  min-height: 25rem;
}

.contact__form button {
  background-color: #1b1b1b;
  border: 0.1rem solid #636363;
  border-radius: 0.5rem;
  color: #fcfcfc;
  font-size: 3rem;
  line-height: 3rem;
  margin-left: 0;
  margin-right: auto;
  padding: 1.1rem 5rem;
}

.contact__title {
  background-color: #876132;
  -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
  height: 8rem;
  width: 100%;
}

.contact__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7.6rem 12rem 5rem;
}

.contact__element {
  text-align: center;
  max-width: 35rem;
}

.contact__element-img {
  background-color: #f4ecda;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 3.8rem;
  height: 27.2rem;
  width: 27.2rem;
}

.contact__element-img img {
  max-height: 100%;
  max-width: 100%;
}

.contact__element h4 {
  font-size: 3rem;
  font-weight: 700;
  direction: ltr;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1440px) and (max-width: 1919.98px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px){
  html {
    font-size: 10px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 10px;
  }

  /* footer styles */
  .footer__top,
  .footer__middle {
    flex-direction: column;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 10px;
  }

  /* header styles */
  .navbar {
    background-color: #000;
    direction: ltr;
  }

  .navbar-collapse {
    height: calc(100vh - 10rem);
  }

  .navbar-nav.nav-menu {
    margin-top: 5rem;
    text-align: center;
  }

  .navbar-nav {
    height: calc(100vh - 15rem);
  }

  .navbar-nav.lang {
    display: none;
  }

  .nav-item.dropdown.language-mobile {
    display: block;
  }

  .nav-item {
    margin-bottom: 3rem;
    width: 100%;
  }

  .nav-item:not(:last-child) {
    margin-left: 0;
  }

  .nav-link img, .dropdown-item img {
    height: 2.6rem;
    width: 2.6rem;
  }

  .nav-link {
    display: inline-block;
    font-size: 3.8rem;
    line-height: 3.8rem;
    padding: 0;
  }

  .navbar-nav.nav-menu .nav-item:focus::after,
  .navbar-nav.nav-menu .nav-item:hover::after,
  .navbar-nav.nav-menu .nav-item.active::after {
    width: 20%;
  }

  .nav-item.dropdown {
    text-align: center;
  }

  .dropdown-menu {
    background-color: transparent;
    border: 0;
    text-align: center;
  }

  .dropdown-item {
    display: inline-block;
    font-size: 3rem;
    line-height: 3rem;
  }

  /* home styles */
  .home__element {
    width: calc((100% - 20px) / 2);
  }

  /* footer styles */
  .footer__top,
  .footer__middle {
    flex-direction: column;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  html {
    font-size: 10px;
  }

  /* header styles */
  .navbar {
    background-color: #000;
    direction: ltr;
  }

  .navbar-collapse {
    height: calc(100vh - 10rem);
  }

  .navbar-nav.nav-menu {
    margin-top: 5rem;
    text-align: center;
  }

  .navbar-nav {
    height: calc(100vh - 15rem);
  }

  .navbar-nav.lang {
    display: none;
  }

  .nav-item.dropdown.language-mobile {
    display: block;
  }

  .nav-item {
    margin-bottom: 3rem;
    width: 100%;
  }

  .nav-item:not(:last-child) {
    margin-left: 0;
  }

  .nav-link img, .dropdown-item img {
    height: 2.6rem;
    width: 2.6rem;
  }

  .nav-link {
    display: inline-block;
    font-size: 3.8rem;
    line-height: 3.8rem;
    padding: 0;
  }

  .navbar-nav.nav-menu .nav-item:focus::after,
  .navbar-nav.nav-menu .nav-item:hover::after,
  .navbar-nav.nav-menu .nav-item.active::after {
    width: 20%;
  }

  .nav-item.dropdown {
    text-align: center;
  }

  .dropdown-menu {
    background-color: transparent;
    border: 0;
    text-align: center;
  }

  .dropdown-item {
    display: inline-block;
    font-size: 3rem;
    line-height: 3rem;
  }

  /* home styles */
  .home__content {
    padding: 7rem 7rem 16.5rem;
  }

  .home__element {
    width: calc(100% - 14rem);
  }

  /* footer styles */
  .footer__top,
  .footer__middle {
    flex-direction: column;
  }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  html {
    font-size: 10px;
  }

  .back-to-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* header styles */
  .navbar {
    background-color: #000;
    direction: ltr;
  }

  .navbar-collapse {
    height: calc(100vh - 10rem);
  }

  .navbar-nav.nav-menu {
    margin-top: 5rem;
    text-align: center;
  }

  .navbar-nav {
    height: calc(100vh - 15rem);
  }

  .navbar-nav.lang {
    display: none;
  }

  .nav-item.dropdown.language-mobile {
    display: block;
  }

  .nav-item {
    margin-bottom: 3rem;
    width: 100%;
  }

  .nav-item:not(:last-child) {
    margin-left: 0;
  }

  .nav-link img, .dropdown-item img {
    height: 2.6rem;
    width: 2.6rem;
  }

  .nav-link {
    display: inline-block;
    font-size: 3.8rem;
    line-height: 3.8rem;
    padding: 0;
  }

  .navbar-nav.nav-menu .nav-item:focus::after,
  .navbar-nav.nav-menu .nav-item:hover::after,
  .navbar-nav.nav-menu .nav-item.active::after {
    width: 20%;
  }

  .nav-item.dropdown {
    text-align: center;
  }

  .dropdown-menu {
    background-color: transparent;
    border: 0;
    text-align: center;
  }

  .dropdown-item {
    display: inline-block;
    font-size: 3rem;
    line-height: 3rem;
  }

  /* intro styles */
  .intro {
    overflow: hidden;
  }
  .intro img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
  }

  .intro span {
    color: #ffffff;
    font-size: 15rem;
    font-weight: 700;
    text-shadow: 0 0.2rem 0.7rem rgba(255, 255, 255, 0.34);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* footer styles */
  .footer {
    padding: 12.5rem 9rem 0;
  }

  .footer__top,
  .footer__hl,
  .footer__vl,
  .footer__map {
    display: none;
  }

  .footer__middle,
  .footer__bottom,
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__middle {
    padding: 0;
  }

  .footer__logo {
    margin-bottom: 3.1rem;
    padding: 0;
  }

  .footer__bottom {
    margin-bottom: 5.9rem;
  }

  .footer__soc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__soc a {
    margin: 9.5rem .7rem 4.9rem;
  }

  .footer__eventbuzz {
    text-align: center;
  }

  .footer__eventbuzz-description {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  /* home styles */
  .home {
    position: relative;
  }

  .home__content {
    padding: 7rem 7rem 16.5rem;
  }

  .home__title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }

  .home__title p {
    margin-right: 0;
  }

  .home__title img {
    display: none;
  }

  .home__element {
    margin: 0 auto 5rem;
    width: calc(100% - 14rem);
  }

  /* show styles */
  .intro-show {
    padding: 2rem 2.4rem;
  }
  
  .show__header-prev,
  .show__header-next {
    display: none;
  }

  .show__header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.3rem 0 6rem;
  }

  .show__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 6rem;
  }

  .show__iframe {
    height: 65rem;
    width: 100%;
  }

  .show__iframe iframe {
    border: 0;
  }

  .show__description {
    padding: 0 2rem 9rem;
    width: 100%;
  }

  /* about styles */
  .about {
    background-color: #fff;
    padding: 8.4rem 5rem 19rem 2.5rem;
  }

  .about__content {
    padding: 0;
    text-align: left;
  }

  /* gallery styles */
  .gallery-prev {
    left: 2rem;
  }

  .gallery-next {
    right: 2rem;
  }

  /* contact styles */
  .contact__form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__img {
    width: 100%;
  }

  .contact-1,
  .contact__title {
    display: none;
  }

  .contact-2,
  .contact__img h2 {
    display: block;
  }

  .contact__form-fields {
    padding: 6rem 4rem 0 4rem;
    width: 100%;
  }

  .contact__info {
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11.4rem 10rem 18.6rem;
  }

  .contact__element:not(:first-child) {
    margin-bottom: 5.9rem;
  }

  .contact__element-img img {
    max-height: 50%;
    max-width: 50%;
  }

  .contact__element h4 {
    color: #fff;
  }
}

@media (max-width: 479.98px) {
  html {
    font-size: 7px;
  }

  /* home styles */
  .home__content {
    padding: 3rem 3rem 16.5rem;
  }

  .home__element {
    width: calc(100% - 6rem);
  }

  /* footer styles */
  .footer {
    padding: 10rem 5rem 0;
  }

  /* show styles */
  .show__title h1 {
    font-size: 3.5rem;
  }

  .show__content {
    padding: 0 2rem;
  }

  .show__iframe {
    height: 75rem;
  }

  .show__description {
    padding: 0 0rem 9rem;
  }
}

@media (max-width: 767.98px) and (orientation: landscape) {
  .navbar {
    padding: 1.5rem 3rem;
    min-height: 7rem;
  }

  .navbar-brand {
    height: 4rem;
  }

  .navbar-collapse {
    height: calc(100vh - 5.8rem);
  }

  .navbar-nav.nav-menu {
    overflow-y: auto;
  }
}