html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: auto;
}

a {
    text-decoration: none;
}

.home__inner {
    background-image: url(../img/home-bg.png) !important;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px!important;
}

.home__navbar,
.home__navbar-mobile {
    background: rgba(255, 255, 255, 0.514);
    box-shadow: 2px 2px 3px #7070709c;
    min-height: 80px;
    display: block;
}

.home__navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__menu {
    display: flex;
    justify-content: space-between;
}

.home__logo {
    width: 100px;
    height: auto;
}

.home__logo-image {
    width: 100%;
}

.home__menu-item {
    margin: 0 10px;
}

.home__menu-link {
    font-weight: 500;
    font-size: 17px;
    color: white;
    text-decoration: none;
}

.home__title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
    color: white;
    margin-top: 40px;
    filter: drop-shadow(2px 4px 6px black);
}

.home__subtitle {
    font-size: 23px;
    color: white;
    margin-bottom: 25px;
    font-weight: 500;
    max-width: 400px;
    line-height: 150%;
}

.home__navbar-mobile {
    display: none;
}

.home__open-icon {
    display: none;
}

.btn {
    padding: 16px 40px;
    border-radius: 0;
    text-transform: capitalize;
    color: #fff;
    box-shadow: 0 0 40px 40px #6111e2 inset;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.btn_light {
    color: #6111e2;
    box-shadow: 0 0 40px 40px white inset;
    border: 1px solid transparent;
}

.home__buttons {
    display: flex;
}

.home__btn {
    margin-right: 10px;
	cursor: pointer;
}


.navbar__lang {
    cursor: pointer;
    position: relative;
    font-weight: 900;
}

.navbar__lang-list {
    position: absolute;
    content: "";
    top: 44px;
    left: -60px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.599);
    padding: 10px;
    border-radius: 7px;
    width: fit-content;
    transition-duration: 0.2s;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}

.navbar__lang-image {
    text-transform: uppercase;
}

.navbar__lang-list-item,
.navbar__lang-image {
    background: #ffd3d3;
    color: black;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
}

.navbar__lang-list-item:hover,
.navbar__lang-image:hover {
    background: black;
    color: #ffd3d3;
    font-weight: 700;
}

.navbar__lang-link {
    margin: 10px 0;
    color: white;
}

.navbar__lang-list_active {
    z-index: 10;
    opacity: 1;
}

.info {
    margin-top: -40px
}

.info__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.info__item {
    padding: 30px;
    background: white;
    margin-bottom: 30px;
    border-radius: 20px;
    font-size: 18px;
    width: calc(30% - 40px);
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    border: solid 2px #b09ccf;
}

.info__item b {
    display: contents;
}

.about__outer {
    background: #6819e93d;
    padding-top: 60px;
    padding-bottom: 100px
}

.about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about__description {
    width: 58%;
}

.about__title {
    color: white;
    filter: drop-shadow(1px 1px 2px black);
    margin-bottom: 34px;
    font-size: 35px;
}

.about__visuals {
    width: 35%;
}

.about__item {
    display: flex;
    margin-bottom: 24px;
}

.about__item-ico {
    margin-right: 17px;
    font-size: 28px;
}

.about__image {
    width: 100%;
}

.about__video-outer iframe {
    width: 100%;
}

.about__item-content {
    line-height: 140%;
    text-align: justify;
}

.about__btn {
    margin-top: 20px;
}

.rules {
    background-color: white;
}

.rules__inner {
    padding: 60px 0;
}

.rules__heading-image,
.platforms__image {
    width: 300px;
    margin: auto;
}

.rules__title,
.platforms__title {
    filter: drop-shadow(1px 1px 2px black);
    margin-bottom: 34px;
    font-size: 35px;
    text-align: center;
}

.rules__subtitle,
.platforms__subtitle {
    line-height: 140%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;    
}

.rules__step-header,
.platforms__products-title {
    font-size: 30px;
    margin-bottom: 54px;
    font-weight: 700; 
    text-align: center;    
}

.rules__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.rules__steps-item {
    width: calc(100% / 3 - 60px);
    margin-bottom: 45px;
}

.rules__image-inner {
    border-radius: 100%;
    border: solid 1px black;
    width: 100%;
    margin-bottom: 30px;
}

.rules__step-desc {
    text-align: center;

}

.facts__outer {
    background: linear-gradient(0deg,#5f09ea 0%,#8a42f0 100%);
    padding: 90px 0 70px 0;
}

.facts__item {
    background: white;
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 139%;
    box-shadow: 2px 2px 6px black;
}

.facts__comment {
    color: #5f09ea;
    margin-top: 20px;
    text-align: right;
    font-weight: 700;
    zoom: 1.1;
}

.platforms__outer {
    padding: 90px 0 70px 0;
}

.platforms__image-inner {
    width: 100%;
    border-radius: 100%;
}

.platforms__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.platforms__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
    line-height: 139%;
    box-shadow: 2px 2px 6px black;
}

.platforms__item-image {
    width: 100%;
}

.platforms__item-desc {
    background-color: white;
    padding: 30px;
}

.platforms__item-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.platforms__item-subtitle {
    line-height: 140%;
    margin-bottom: 15px;
    min-height: 140px;
}

.platforms__item-bonus {
    font-weight: 700;
    margin-bottom: 20px;
}

.platforms__item-image-inner {
    width: 100%;
}

.platforms__btn {
    margin-bottom: 15px
}

.faq__outer {
    padding: 30px 0 70px 0;
    background-color: white;
}

.faq__title {
    margin-top: 60px;
    font-weight: 700;
    color: #5f09ea;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.faq__text {
    margin-bottom: 30px;
    text-align: center;
    line-height: 140%;
}

.faq__list {
    padding-left: 200px;
}

.faq__list-item {
    display: flex;
    margin-bottom: 20px;
}

.faq__item-ico {
    font-size: 30px;
    margin-right: 15px;
}

.faq__question,
.faq__answer {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.faq__question {
    font-weight: 700;
}

.faq__answer {
    border-bottom: solid 1px silver;
    padding-bottom: 20px;
}

.footer {
    display: none;
}

.footer__outer {
    padding: 40px 0;
    background-color: #5f09ea;;
}

.footer__logo {
    width: 100px;
}

.footer__logo-img {
    width: 100%;
}

.footer__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__menu-list {
    display: flex;
}

.footer__menu-item {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px;
    color: white;
}

@media (max-width: 1000px) {
    .home__title {
        margin-top: 90px;
        font-size: 25px;
    }
    
    .home__subtitle {
        font-size: 16px;
    }
    
    .home__btn {
        zoom: 0.8;
    }
    
    .home__buttons a {
        width: 100%!important;
    }
    
    .home__btn {
        margin-right: 0;
    }

    .home__inner {
        background-image: linear-gradient(to top, rgb(0 0 0 / 31%), rgb(0 0 0 / 18%)), url(../img/home-bg.png);
    }   

    .home__buttons {
        flex-wrap: wrap;
    }

    .home__btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .home__inner {
        padding-bottom: 60px;
    }

    .home__navbar .home__menu {
        display: none;
    }

    .home__menu {
        margin: auto;
    }

    .home__menu {
        display: block;
    }

    .home__menu-item {
        margin: 20px 0;
        text-align: center;
    }

    .home__navbar svg {
        cursor: pointer;
    }

    .home__open-icon {
        display: block;
    }

    .home__navbar-mobile {
        position: relative; 
        background: rgb(100 86 209);
        margin-top: -100px;
    }

    .home__navbar-mobile .home__navbar-inner {
        flex-direction: column;
    }

    .navbar__lang {
        display: none;
    }

    .home__menu svg {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    .navbar__lang-link {
        margin-right: 10px;
    }

    .navbar__lang-list {
        position: relative;
        content: "";
        top: 0px;
        left: -10px;
        background: transparent;
        border-radius: 5px;
        padding: 10px;
        width: unset;
        transition-duration: 0.4s;
        opacity: 1;
        display: flex;
    }

    .navbar-mob .navbar__lang-list {
        background: transparent;
    }

    .info__inner {
        padding-top: 90px;
    }

    .container {
        width: calc(100% - 40px);
    }

    .info {
        margin-top: 0;
    }

    .info__item {
        width: 100%;
    }

    .about__description {
        width: 100%;
        margin-bottom: 60px;
    }    

    .about__visuals {
        width: 100%;
    }

    .about__inner {
        flex-wrap: wrap;
    }

    .rules__steps-item {
        width: 100%;
    }

    .platforms__item {
        width: 100%;
    }

    .faq__list {
        padding-left: 30px;
    }

    .footer__navbar {
        display: block
    }

    .footer__menu-list {
        display: block;
    }

    .footer__logo {
        margin: auto;
    }

    .footer__menu-item {
        text-align: center;
    }

    .footer__menu-item {
        margin: 10px;
    }
}



