html {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
}

body {
  background-color: #fbf6ea;
  color: #423d35;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0f6b4f;
}

a:focus {
  outline: none;
}

a:hover,
a:focus {
  color: #b78a34;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #171513;
  font-weight: 700;
}

p {
  margin: 0 0 28px;
}

ul li {
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-list-icon,
.list-arrow-right {
  list-style-type: none;
  padding: 0;
}

.custom-list-icon li,
.list-arrow-right li {
  position: relative;
  padding-left: 24px;
}

.custom-list-icon li::before,
.list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #b78a34;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}

.social-block li {
  display: inline-block;
}

.social-block li a {
  color: #f6efd9;
  display: inline-block;
  height: 32px;
  width: 32px;
}

.social-block li a i {
  font-size: 1.5em;
}

.social-block li a:hover,
.social-block li a:focus {
  color: #d2ad5f;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 9px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, background-color, color;
          transition-property: transform, background-color, color;
}

.btn:hover {
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
}

.form-control {
  background-color: #fffdf7;
  border: 1px solid #d8c9a8;
  border-radius: 0;
  box-shadow: none;
  color: #171513;
  font-size: 16px;
  height: 48px;
  line-height: 1.6;
  padding: 10px 12px;
}

textarea.form-control {
  height: auto;
  min-height: 132px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #b78a34;
  box-shadow: none;
}

.valign-center {
  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;
}

.section {
  padding: 70px 0;
}

.section-title {
  color: #171513;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.section-intro {
  color: #6d614f;
  font-size: 18px;
  margin-bottom: 35px;
  max-width: 760px;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

.list-arrow-right li::before {
  content: "\f3d3";
}

.btn-white {
  background-color: #f6efd9;
  color: #171513;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #fff;
  color: #171513;
}

.btn-black {
  background-color: #0b0d0f;
  color: #fff;
}

.btn-black:hover,
.btn-black:focus {
  background-color: #0f6b4f;
  color: #fff;
}

.btn-gold {
  background-color: #b78a34;
  color: #10100e;
}

.btn-gold:hover,
.btn-gold:focus {
  background-color: #d2ad5f;
  color: #10100e;
}

.bg-image,
.bg-image-1,
.bg-image-2 {
  position: relative;
}

.bg-image::before,
.bg-image-1::before,
.bg-image-2::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bg-image-1 {
  background: url(../img/casino-interior.jpg) no-repeat center center/cover;
}

.bg-image-1::before {
  background-color: rgba(6, 10, 9, 0.76);
}

.bg-image-2 {
  background: url(../img/vip-lounge.jpg) no-repeat center center/cover;
}

.bg-image-2::before {
  background-color: rgba(6, 10, 9, 0.78);
}

.navbar-custom {
  background-color: #060807;
  border: 0;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.navbar-custom .navbar-nav li {
  margin: 0;
}

.navbar-custom .navbar-nav > li > a {
  border-bottom: 1px solid transparent;
  color: #fff8e8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(210, 173, 95, 0.8);
  color: #d2ad5f;
}

.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(210, 173, 95, 0.8);
  color: #d2ad5f;
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}

.navbar-toggle .icon-bar {
  background-color: #fff8e8;
}

.navbar-solid {
  background-color: #050706 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-left: 10px;
  margin-top: 0;
}

.site-branding .logo {
  color: #fff8e8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-right: 5px;
  text-transform: uppercase;
}

.site-branding .logo:focus,
.site-branding .logo:hover {
  color: #fff8e8;
  text-decoration: none;
}

.brand-emblem {
  border: 1px solid #b78a34;
  color: #d2ad5f;
  display: inline-block;
  font-size: 11px;
  height: 30px;
  letter-spacing: 0;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.site-header {
  background: url(../img/kynovarex-hero.jpg) no-repeat center center/cover;
  display: table;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  width: 100%;
}

.site-header::before {
  background: linear-gradient(90deg, rgba(4, 6, 5, 0.86), rgba(4, 6, 5, 0.48), rgba(4, 6, 5, 0.78));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-header .intro {
  color: #fff;
  display: table-cell;
  height: 100vh;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}

.site-header .intro h2 {
  color: #d2ad5f;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 0;
}

.site-header .intro h1 {
  color: #fff8e8;
  font-size: 42px;
  letter-spacing: 2px;
  margin-top: 0;
}

.site-header .intro p {
  color: #f6efd9;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 18px;
  text-transform: none;
}

.inner-header {
  min-height: 460px;
}

.inner-header .intro,
.inner-header .intro {
  height: 460px;
}

.hero-actions {
  margin-top: 24px;
}

.hero-actions .btn {
  margin: 5px;
}

.age-badge {
  border: 1px solid #d2ad5f;
  color: #d2ad5f;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding: 6px 12px;
}

.about .section-title {
  margin: 0 0 25px;
}

.about figure {
  margin-bottom: 25px;
}

.about img,
.speaker img,
.feature-image {
  border: 1px solid rgba(183, 138, 52, 0.28);
}

.facts {
  color: #fff;
}

.facts .container {
  position: relative;
  z-index: 1;
}

.facts i {
  color: #d2ad5f;
  font-size: 3em;
}

.facts h3 {
  color: #fff8e8;
  font-weight: 400;
  text-align: center;
}

.facts h3 span {
  color: #d2ad5f;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 6px;
}

.speaker {
  color: #313131;
  margin: 25px 0;
  text-align: center;
  text-transform: uppercase;
}

.speaker h4 {
  color: #171513;
  margin-bottom: 8px;
  margin-top: 15px;
}

.speaker p {
  color: #625948;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: none;
}

.speaker img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.speaker img:hover {
  opacity: 0.82;
}

.registration {
  background-color: #fffdf7;
}

.registration .alert {
  border-radius: 0;
  margin-bottom: 24px;
}

.contribution {
  color: #fff;
  text-align: center;
}

.contribution .container {
  position: relative;
  z-index: 1;
}

.contribution h3,
.contribution p {
  color: #fff8e8;
}

.contribution p {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.schedule-box {
  background-color: #0b0d0f;
  color: #fff;
  margin: 25px 0 0;
  min-height: 230px;
  padding: 44px 24px;
  position: relative;
  text-align: center;
}

.schedule-box::before {
  border: 1px solid rgba(210, 173, 95, 0.72);
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.schedule-box h3,
.schedule-box p,
.schedule-box time {
  color: #fff8e8;
  position: relative;
  z-index: 1;
}

.schedule-box .time {
  color: #d2ad5f;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.partner {
  background-color: #f4ebd7;
}

.testimonial-box,
.info-box {
  background-color: #fffdf7;
  border: 1px solid rgba(183, 138, 52, 0.26);
  min-height: 190px;
  padding: 28px;
}

.testimonial-box h4,
.info-box h4 {
  color: #0f6b4f;
  margin-top: 0;
  text-transform: uppercase;
}

.testimonial-box p,
.info-box p {
  margin-bottom: 0;
}

.faq .panel-heading {
  cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
  content: "\f218";
  font-family: "Ionicons";
  left: 15px;
  position: absolute;
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
}

.faq .faq-toggle::before {
  content: "\f209";
  font-family: "Ionicons";
  left: 15px;
  position: absolute;
}

.faq .panel-group .panel + .panel {
  margin-top: 15px;
}

.faq .panel-default {
  border-radius: 0;
}

.faq .panel-default > .panel-heading {
  background-color: #0b0d0f;
  border-color: #0b0d0f;
  border-radius: 0;
  color: #fff;
  padding: 0;
}

.faq .panel-default > .panel-heading a {
  color: #fff8e8;
  display: block;
  padding: 15px 15px 15px 40px;
  position: relative;
  text-decoration: none;
}

.faq .panel-body {
  background-color: #fffdf7;
}

.grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.grid::after {
  clear: both;
  content: "";
  display: block;
}

.grid-item {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 3px;
  width: 100%;
}

.grid-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.location {
  background-color: #fffdf7;
}

.contact-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.contact-list li {
  color: #423d35;
  font-weight: 400;
  margin-bottom: 14px;
  padding-left: 32px;
  position: relative;
}

.contact-list i {
  color: #b78a34;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 1px;
}

.map-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15, 107, 79, 0.88), rgba(7, 12, 20, 0.9)),
    url(../img/premium-hospitality.jpg) no-repeat center center/cover;
  color: #fff8e8;
  display: flex;
  justify-content: center;
  min-height: 360px;
  padding: 35px;
  text-align: center;
}

.map-placeholder h4 {
  color: #fff8e8;
  margin-top: 0;
  text-transform: uppercase;
}

.map-placeholder p {
  margin-bottom: 0;
}

.legal-section {
  background-color: #fffdf7;
  border-left: 4px solid #b78a34;
  margin-bottom: 24px;
  padding: 26px 28px;
}

.legal-section h4 {
  color: #0f6b4f;
  margin-top: 0;
  text-transform: uppercase;
}

.responsible-note {
  background-color: #0f6b4f;
  color: #fff8e8;
  font-weight: 700;
  padding: 18px 22px;
}

.site-footer {
  background-color: #050706;
  color: #fff8e8;
  padding: 42px 0 30px;
}

.site-footer h4,
.site-footer p,
.site-footer a,
.site-footer li {
  color: #fff8e8;
}

.site-footer h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.site-footer .footer-brand {
  color: #d2ad5f;
  font-size: 22px;
  letter-spacing: 2px;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
}

.site-footer li {
  font-weight: 400;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #d2ad5f;
}

.site-footer .site-info {
  border-top: 1px solid rgba(210, 173, 95, 0.25);
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 24px;
  padding-top: 20px;
  text-align: center;
}

.footer-warning {
  color: #f6efd9;
  font-weight: 700;
  margin-bottom: 10px;
}

.cookie-consent {
  background-color: rgba(5, 7, 6, 0.96);
  border-top: 1px solid rgba(210, 173, 95, 0.35);
  bottom: 0;
  color: #fff8e8;
  display: none;
  left: 0;
  padding: 18px;
  position: fixed;
  right: 0;
  z-index: 2000;
}

.cookie-consent p {
  margin: 0 0 12px;
}

.cookie-consent .btn {
  padding: 7px 20px;
}

@media (min-width: 768px) {
  .section {
    padding: 90px 0;
  }

  .section-title {
    letter-spacing: 1px;
    margin: 0 0 45px;
    text-align: left;
    text-transform: uppercase;
  }

  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }

  .site-branding {
    margin-left: 0;
    margin-top: 6px;
  }

  .site-header .intro h1 {
    font-size: 70px;
  }

  .site-header .intro h2 {
    font-size: 23px;
  }

  .site-header .intro p {
    font-size: 22px;
  }

  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  figure {
    margin-bottom: 0;
  }

  .cookie-consent {
    align-items: center;
    display: none;
    justify-content: space-between;
  }

  .cookie-consent p {
    margin: 0;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav > li > a {
    text-align: center;
  }

  .site-header .intro h1 {
    font-size: 38px;
  }

  .site-header .intro h2 {
    font-size: 16px;
  }

  .inner-header,
  .inner-header .intro {
    min-height: 380px;
    height: 380px;
  }

  .testimonial-box,
  .info-box {
    margin-bottom: 18px;
  }
}
