* {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

a {
    text-decoration: none;
}

.bg {
    background-size: cover;
    background: url(01.jpg);
}

.content-wrapper {
    background: #000000c2;
    max-height: 30rem;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    padding: 1rem;
}

.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: #000000c2;
    border-radius: 10px;
    padding: 1rem;
}

.heading {
    text-align: center;
}

#main-frame {
    background-size: cover;
    height: 95vh;
    display: flex;
}

.url-bg-1 {
    background: url(01.jpg);
}

.url-bg-2 {
    background: url(02.jpg);
}

.url-bg-3 {
    background: url(03.jpg);
}

.url-bg-4 {
    background: url(04.jpg);
}

.url-bg-5 {
    background: url(05.jpg);
}

.url-bg-6 {
    background: url(06.jpg);
}

.url-bg-7 {
    background: url(07.jpg);
}

.url-bg-8 {
    background: url(08.jpg);
}

.url-bg-9 {
    background: url(09.jpg);
}

.url-bg-10 {
    background: url(10.jpg);
}



.navigation {
    display: flex;
    justify-content: center;
    width: 60%;
    align-items: center;
}

.btn-prev,
.btn-next {
    background: url(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;
}

#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: 3rem;
    height: 4rem;
    align-items: center;
    display: flex;
    min-width: 256px;
    text-align: center;
    justify-content: center;
}

.btn {
    background: url(btn.png);
    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 .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn:hover {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}

.page h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 3rem;
    font-size: 1.6rem;
    margin-right: 30px;
}

.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: 25px;
    height: 25px;
    background: url(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(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(o2fh3sV.png);
    margin-left: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

#browser.browser_safari::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(eB9Y6Ts.png);
    margin-left: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

#browser.browser_edge::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(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;
}

#page-4 h4 {
    height: 8rem;
}

#page-8 h4 {
    height: auto;
    font-size: 2rem;
}

#browser.browser_chrome::after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(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;
}

.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;
}

@media (max-width: 1200px) {
    * {
        font-size: 12px;
    }
}