.navbar {
  background-color: #fff;
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  margin-top: 130px;
  font-family: Didot, sans-serif;
  text-transform: uppercase;
}

.nav-link {
  padding: 0px 10px;
}

.section.about {
  display: block;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.features {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Website_23.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.reviews {
  height: 298px;
  background-color: #000;
}

.section.themed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/themed-background_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.talent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Website_23.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.footer {
  height: 350px;
  background-color: #000;
}

.background-video {
  background-color: rgba(166, 29, 55, 0.65);
}

.slider {
  height: 500px;
  background-color: transparent;
}

.slider.reviews {
  height: 300px;
}

.heading {
  margin-top: 40px;
  font-family: Baskvl, sans-serif;
  font-size: 3.4285714285714284em;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.container-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-ccolumns {
  margin-bottom: 0px;
}

.award-paragraph-text {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Didot, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.award-image-block {
  margin-left: 60px;
}

.features-columns {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.features-column {
  padding-top: 10px;
  text-align: center;
}

.lightbox-image {
  padding-right: 0px;
  padding-left: 0px;
}

.features-title-text {
  font-family: Didot, sans-serif;
  font-size: 5.571428571428571em;
  line-height: 72px;
  font-weight: 400;
  text-transform: uppercase;
}

.demo-video-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.themed-title-text {
  font-family: Baskvl, sans-serif;
  color: #fff;
  font-size: 5.571428571428571em;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #999;
}

.entertainment-wrapper {
  margin-top: 10px;
}

.entertainment-columns {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.entertainment-text {
  padding-top: 10px;
  padding-left: 10px;
  font-family: Baskvl, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
}

.color-text {
  color: #8b0000;
  line-height: 1.4em;
}

.button {
  margin-left: 5px;
  background-color: #caad66;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
  font-family: Didot, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}

.button:hover {
  background-color: #db9a49;
}

.paragraph {
  margin-top: 20px;
  font-family: Didot, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.talant-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.talant-text {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.talant-tilte-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Baskvl, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.talant-name-text {
  margin-top: 0px;
  font-family: Baskvl, sans-serif;
  color: #8b0000;
  font-size: 1.4em;
  font-weight: 400;
}

.talant-paragraph-text {
  font-family: Didot, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.link {
  color: #000;
  text-decoration: none;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-column {
  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;
}

.footer-bolck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-paragraph {
  font-family: Baskvl, sans-serif;
  color: #999;
  font-size: 1.4em;
  line-height: 1.5em;
}

.footer-phone-link {
  margin-top: 10px;
  font-family: Baskvl, sans-serif;
  color: #999;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
}

.footer-email-link {
  margin-top: 10px;
  font-family: Baskvl, sans-serif;
  color: #999;
  font-size: 1.4em;
  text-decoration: none;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.social-icon {
  margin-right: 10px;
  margin-left: 10px;
}

.social-icon.move {
  margin-left: 0px;
}

.video {
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-text-wrapper {
  display: block;
  height: 100%;
  margin-top: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-text {
  margin-bottom: 0px;
  padding-right: 6px;
  padding-left: 6px;
  font-family: Baskvl, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-shadow: 1px 1px 6px #999;
}

.slide-author-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Didot, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.reviews-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-title-text {
  font-family: Baskvl, sans-serif;
  color: #fff;
  font-size: 2.3em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.reviews-author-text {
  font-family: Didot, sans-serif;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}

.read-more-block {
  font-family: Baskvl, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.read-more-text {
  padding: 4px 5px;
}

.sample-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.sample-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sample-image {
  padding: 5px;
}

.text-align {
  padding-left: 10px;
}

.footer-end-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-tag-text {
  font-family: Lato, sans-serif;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.63);
  }

  .nav-link {
    margin-top: 5%;
    margin-bottom: 5%;
    color: #fff;
  }

  .section.features {
    height: 250px;
  }

  .section.themed {
    height: 250px;
  }

  .section.talent {
    height: 250px;
  }

  .award-image-block {
    margin-left: 20px;
  }

  .demo-video-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-text {
    font-size: 1.8em;
    line-height: 33px;
  }

  .reviews-title-text {
    font-size: 2em;
  }

  .reviews-author-text {
    line-height: 30px;
  }

  .menu-button {
    margin-top: 35px;
    background-color: #fff;
  }

  .menu-button.w--open {
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #fff;
  }

  .hamburger-lottie {
    width: 45px;
    height: 45px;
  }

  .sample-container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .section.footer {
    height: 365px;
  }

  .heading {
    font-size: 2.5em;
  }

  .award-image-block {
    margin-top: 20px;
    text-align: center;
  }

  .features-title-text {
    font-size: 4.4em;
    line-height: 30px;
  }

  .themed-title-text {
    font-size: 4.4em;
    line-height: 30px;
  }

  .entertainment-wrapper {
    text-align: center;
  }

  .footer-container {
    padding-top: 20px;
  }

  .footer-bolck {
    -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;
  }

  .slide-text {
    padding-left: 20px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .slide-author-text {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.features {
    height: 175px;
  }

  .section.themed {
    height: 175px;
  }

  .section.talent {
    height: 175px;
  }

  .heading {
    font-size: 2.2em;
    line-height: 1.4em;
  }

  .container-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .award-image-block {
    text-align: left;
  }

  .features-title-text {
    font-size: 3em;
  }

  .themed-title-text {
    font-size: 2.4em;
    line-height: 10px;
  }

  .footer-container {
    padding-top: 0px;
  }

  .footer-bolck {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-paragraph {
    font-size: 1.2em;
  }

  .column {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-text {
    padding-left: 10px;
    font-size: 1.2em;
    line-height: 26px;
  }

  .slide-author-text {
    font-size: 1em;
  }

  .reviews-title-text {
    font-size: 1.6em;
  }

  .reviews-author-text {
    line-height: 18px;
  }

  .sample-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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .text-align {
    padding-left: 3px;
  }

  .more-text-align {
    padding-left: 5px;
  }
}

@font-face {
  font-family: 'Baskvl';
  src: url('../fonts/baskvl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}