@font-face {
    font-family: 'Populaire';
    src: url('/wp-content/themes/twentytwenty-child/assets/getgo-template/raptor/fonts/Populaire.otf') format('otf'),
         url('/wp-content/themes/twentytwenty-child/assets/getgo-template/raptor/fonts/Populaire.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mostardesign';
    src: url('/wp-content/themes/twentytwenty-child/assets/getgo-template/raptor/fonts/Mostardesign.otf') format('otf'),
         url('/wp-content/themes/twentytwenty-child/assets/getgo-template/raptor/fonts/Mostardesign.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  height: 100vh;
  width: 100%;
  display: flex;
/*   background-color: black; */
}
@media (max-width: 599px) {
  body {
    height: 100%;
  }
}

.main {
  background-position: 4% 90%;
  display: flex;
  flex-direction: column;
  background-size: 133vw;
  background-repeat: no-repeat;
  width: 100%; 
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url('../img/bg.jpg');
}
@media (max-width: 1000px) {
  .main {
    background-size: cover;
  }
}
@media (max-width: 599px) {
  .main {
    height: auto;
    min-height: auto;
    /*justify-content: flex-start;*/
    background-position: 50% 50%;
    padding: 20px 15px;
  	background-image: url('../img/bg2.jpg');
    width: auto;
  }
}

.main-title {
  font-family: 'Populaire';
  color: #FDB827;
  font-size: 270px;
  font-size: 14vw;
  letter-spacing: 5px;
  line-height: 1;
  padding: 0 15px 0 15px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .main-title {
    font-size: 120px;
    font-size: 13vw;
  }
}
@media (max-width: 1000px) {
  .main-title {
    font-size: 50px;
    font-size: 12vw;
  }
}
@media (max-width: 660px) {
  .main-title {
    font-size: 24px;
    font-size: 10vw;
  }
}
@media (max-width: 599px) {
  .main-title {
    font-size: 38px;
    padding: 15px 0 20px; 0;
    text-align: center;
    letter-spacing: 2px;
  }
}

.main-subtitle {
  font-family: 'Mostardesign';
  color: #ffffff;
  font-size: 52px;
  font-size: 2.2vw;
  width: 51%;
  text-align: center;
  line-height: 1.2;
  align-self: self-start;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .main-subtitle {
    font-size: 2.4vw;
  }
}
@media (max-width: 599px) {
  .main-subtitle {
    font-size: 16px;
    padding: 0;
    align-self: auto;
    width: auto;
  }
}

.main-logo {
  width: 51%;
  text-align: center;
  align-self: self-start;
  padding: 20px 0 30px 50px;
  position: relative;
  z-index: 10;
}
.main-logo img {
  width: 38%;
  height: auto;
}
@media (max-width: 1000px) {
  .main-logo {
    padding: 20px 0 30px 20px;
  }
}
@media (max-width: 599px) {
  .main-logo {
    width: 100%;
    align-self: auto;
    padding: 0 0 10px 0;
  }
  .main-logo img {
    width: 70%;
    height: auto;
  }
}

.main-privacy {
  width: 51%;
  text-align: center;
  align-self: self-start;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .main-privacy {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 599px) {
  .main-privacy {
    padding: 30px 0 0 0;
    width: 100%;
    align-self: auto;
  }
}

.main-privacy__button {
  font-family: 'Mostardesign';
  color: #FDB827;
  cursor: pointer;
  font-size: 45px;
  font-size: 1.7vw;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .main-privacy__button {
    font-size: 32px;
    font-size: 1.5vw;
  }
}
@media (max-width: 599px) {
  .main-privacy__button {
    font-size: 16px;
  }
}

.main-raptor {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
  height: 100%;
  width: 58%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-raptor img {
  width: 108%;
  margin-top: 33%;
}
@media (max-width: 599px) {
  .main-raptor {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    overflow: initial;
    height: auto;
    width: auto;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-raptor img {
    width: 100%;
    margin-top: 10px;
  }
}

.modal-rules__header-close {
  background: #FDB827;
}

.modal-rules__container-text__title {
  color: #FDB827;
}

.modal-rules__container-text {
  padding-right: 10px;
}

.modal-rules__container-text ol {
  margin-left: 0;
  padding-inline-start: 30px;
}
@media (max-width: 1024px) {
  .modal-rules__container-text ol {
    padding-inline-start: 17px;
  }
}

.modal-rules__container-text ol li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-banner img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .main-banner {
    background-image: url('../img/head.png');
    background-size: 680px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex-shrink: 0;
    width: 100%;
    height: 64px;
  }
  .main-banner img {
    display: none;
  }
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  width: auto;
}
@media (max-width: 599px) {
  body {
    height: 100%;
  min-height: auto;
  }
}


.main-link {
  width: 51%;
  text-align: center;
  line-height: 1.2;
  align-self: self-start;
  padding: 20px 0 0 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .main-link {
    font-size: 2vw;
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 599px) {
  .main-link {
    font-size: 14px;
    padding: 15px 0 0 0;
    align-self: auto;
    width: auto;
  }
}

.main-link a {
  font-family: 'Mostardesign';
  color: #FDB827;
  font-size: 52px;
  font-size: 1.8vw;
}
@media (max-width: 1000px) {
  .main-link a {
    font-size: 1.4vw;
  }
}
@media (max-width: 599px) {
  .main-link a {
    font-size: 14px;
  }
}