* {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none;
}

.bg {
  background-size: cover;
  background: url(https://s3.amazonaws.com/raidchampions.net/v3/assets/img/01.jpg);
}

.content-wrapper {
  background: url(https://s3.amazonaws.com/raidchampions.net/v3.1/assets/img/bg-block-black.png);
  max-height: 30rem;
  height: 100%;
  width: 100%;
  padding: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background: #0c142999;
  border: 3px solid #10151d;
  border-radius: 20px;
  box-shadow: 0px 3px 36px #000000a6;
}

.content-wrapper-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 55vw;
  margin: auto;
  max-height: 30rem;
  height: 100%;
  width: 100%;
  background: url(https://s3.amazonaws.com/raidchampions.net/v3.1/assets/img/bg-block-black.png);
  padding: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background: #0c142999;
  border: 3px solid #10151d;
  border-radius: 20px;
  box-shadow: 0px 3px 36px #000000a6;
}


.heading {
  text-align: center;
}

#main-frame {
  background-size: cover;
  height: 95vh;
  display: flex;
}

.url-bg-1 {
  background: url(../img/01.jpg);
}

.url-bg-2 {
  background: url(../img/02.jpg);
}

.url-bg-3 {
  background: url(../img/03.jpg);
}

.url-bg-4 {
  background: url(../img/04.jpg);
}

.url-bg-5 {
  background: url(../img/05.jpg);
}

.url-bg-6 {
  background: url(../img/06.jpg);
}

.url-bg-7 {
  background: url(../img/07.jpg);
}

.url-bg-8 {
  background: url(../img/08.jpg);
}

.url-bg-9 {
  background: url(../img/09.jpg);
}

.url-bg-10 {
  background: url(../img/10.jpg);
}

.url-bg-11 {
  background: url(../img/11.jpg);
}

.url-bg-12 {
  background: url(../img/12.jpg);
}

.url-bg-13 {
  background: url(../img/13.jpg);
}

.url-bg-14 {
  background: url(../img/14.jpg);
}

.url-bg-15 {
  background: url(../img/15.jpg);
}

.url-bg-16 {
  background: url(../img/16.jpg);
}

.url-bg-17 {
  background: url(../img/17.jpg);
}

.url-bg-18 {
  background: url(../img/18.jpg);
}

.url-bg-19 {
  background: url(../img/19.jpg);
}

.url-bg-20 {
  background: url(../img/20.jpg);
}

.url-bg-21 {
  background: url(../img/21.jpg);
}

.url-bg-22 {
  background: url(../img/22.jpg);
}

.url-bg-23 {
  background: url(../img/23.jpg);
}

.url-bg-24 {
  background: url(../img/24.jpg);
}

.url-bg-25 {
  background: url(../img/25.jpg);
}

.url-bg-26 {
  background: url(../img/26.jpg);
}

.url-bg-27 {
  background: url(../img/27.jpg);
}

.url-bg-28 {
  background: url(../img/28.jpg);
}

.url-bg-29 {
  background: url(../img/29.jpg);
}

.url-bg-30 {
  background: url(../img/30.jpg);
}

.navigation {
  display: flex;
  justify-content: center;
  width: 60%;
  align-items: center;
}

.btn-prev,
.btn-next {
  background: url(https://gamersroyal.com/content/quizstyle/01/arrows/right.png);
  width: 2rem;
  height: 4rem;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-prev {
  transform: rotate(-180deg);
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

#title::after {
  background: url(https://cdn01.x-plarium.com/browser/content/lps/forms/077/line_small.png)
    no-repeat bottom;
  color: #d7b592;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.7rem 0 1.6rem;
  text-align: center;
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -30px;
}

#title {
  position: relative;
}

#page-0,
#page-1,
#page-2,
#page-3,
#page-4,
#page-5,
#page-6,
#page-7,
#page-8 {
  display: none;
}

.active {
  display: block !important;
}

.navigation span {
  font-size: 2.2rem;
  height: 4rem;
  align-items: center;
  display: flex;
  min-width: 256px;
  text-align: center;
  justify-content: center;
  color: #d7b592;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 2px 1px #000;
}

.btn {
  background: #d32801;
  width: 18rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  position: relative;
  text-shadow: 2px 2px 1px #000;
  font-family: "Oswald", sans-serif;
}

.btn::after {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  background: #a3000073;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 0;
  box-shadow: 0px 5px 10px black;
}

.btn:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.page h2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 3rem;
  font-size: 1.6rem;
  margin-right: 30px;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 2px 1px #000;
  color: #fff5e7;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.wrapper-country {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#geo span {
  font-size: 1.8rem;
}

footer {
  background: #000;
  padding: 1rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  text-align: center;
}

.footer-wrapper a {
  font-size: 0.6rem;
}

#browser.browser_firefox::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url(https://i.imgur.com/NFzwEdm.png);
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

#browser.browser_chrome::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://i.imgur.com/tWQQLSv.png);
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -5px;
}

#browser.browser_opera::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://i.imgur.com/o2fh3sV.png);
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

#browser.browser_safari::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://i.imgur.com/eB9Y6Ts.png);
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

#browser.browser_edge::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://i.imgur.com/NpjWIUT.png);
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.question {
  height: 9rem;
}

.page h3,
.page h4 {
  justify-content: center;
  text-align: center;
  margin: 1.5rem;
  height: 4rem;
  font-size: 1.8rem;
}

#browser {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.centered {
  justify-content: center;
}

#page-7 .question {
  height: 0px;
  margin-bottom: 0;
}

.loader-line::before {
  content: "";
  position: absolute;
  left: -50%;
  height: 23px;
  width: 100%;
  background-color: coral;
  -webkit-animation: lineAnim 2s linear infinite;
  -moz-animation: lineAnim 2s linear linear;
  animation: lineAnim 2s linear linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line {
  margin-bottom: 0;
  margin-top: 4rem;
}

#page-8 {
  position: relative;
}

#page-4 h3,
#page-8 #geo span {
  font-size: 1.25rem;
  height: auto;
  text-shadow: 2px 2px 1px #000;
  font-family: "Oswald", sans-serif;
}

#page-4 h4 {
  height: 8rem;
}

#browser {
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 2px 1px #000;
}

#page-8 h4 {
  height: auto;
  font-size: 2rem;
}

#browser.browser_chrome::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(https://i.imgur.com/tWQQLSv.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -4rem;
}

h4#browser {
  padding-top: 3rem;
}

#page-4 h4 {
  height: 5rem;
}

@media (max-width: 1368px) {
  * {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  * {
    font-size: 10px;
  }
  .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .navigation {
    width: 90%;
  }
  .content-wrapper {
    max-height: 35rem;
  }
  .page h2 {
    text-align: left;
  }
  #browser.browser_firefox::after {
    margin-left: 0;
  }
}

.loader-line {
  width: 200px;
  height: 23px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 100px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 23px;
  width: 100%;
  background-color: coral;
  -webkit-animation: lineAnim 2s linear;
  -moz-animation: lineAnim 2s linear linear;
  animation: lineAnim 2s linear linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
    left: -100%;
    width: 100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 0%;
    width: 200%;
  }
}

.content-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 2rem;
  left: 7rem;
  max-width: calc(100% - 55vw);
  max-height: calc(100% - 25vh);
  width: 100%;
  height: calc(100% - 70px);
  padding: 50px;
  font-family: felixti;
  color: #f3edd1;
  background-size: cover;
  background-position: bottom;
  border: 2px solid #277be8;
  background: #07202dcc;
}

.content-wrapper-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 2rem;
  right: 7rem;
  max-width: calc(100% - 55vw);
  max-height: calc(100% - 25vh);
  width: 100%;
  height: calc(100% - 70px);
  padding: 50px;
  font-family: felixti;
  color: #f3edd1;
  background-size: cover;
  background-position: bottom;
  border: 2px solid #277be8;
  background: #07202dcc;
}

@media (max-width: 1200px) {
  * {
    font-size: 12px;
  }
}
