/* RESPONSIVE CSS */

/* BREAK-POINT 1680PX */

@media (max-width:105em) {

    html {
        font-size: 90%;
    }

    section {
        margin-bottom: 130px;
    }

    .hero__content-main {
        margin-top: 130px;
    }

    .hero__content {
        gap: 45px;
    }

    .btn_primary,
    .btn_light-primary {
        height: 60px;
        padding: 8px 16px;
    }

    .btn_primary {
        width: 180px;
    }

    .btn_light-primary {
        width: 220px;
    }

    .visual__illustration {
        max-width: 540px;
    }

    .visual__badge img {
        width: 250px;
    }

    .about-us_bg-box {
        height: 280px;
        width: 470px;
    }

    .image__illustration {
        left: 6%;
        top: 16%;
    }

    .section__description,
    .point__description {
        line-height: 35px;
        font-size: 1.25rem;
    }

    .point__number {
        padding-top: 2px;
        font-size: 1.25rem;
        margin-right: 0.5rem;
    }

    .getapp_bg {
        left: 50%;
        transform: translateX(-50%);
    }

    .howtoplay_bg-box img {
        height: 320px;
        width: 340px;
    }
}

/* BREAK-POINT 1440PX */

@media (max-width:90em) {
    html {
        font-size: 80%;
    }

    .main__header {
        width: 87%;
    }

    .section__hero {
        max-height: 800px;
    }

    .hero__content-main {
        margin-top: 100px;
    }

    .hero__content {
        gap: 40px;
    }

    .nav__menu .nav__menu-list {
        gap: 15px;
    }

    .btn_primary,
    .btn_light-primary {
        height: 50px;
    }

    .btn_primary {
        width: 160px;
    }

    .btn_light-primary {
        width: 190px;
    }

    .section__hero {
        height: 900px;
    }

    .visual__illustration {
        max-width: 490px;
    }

    .visual__badge img {
        width: 210px;
    }

    .about-us_bg-box {
        height: 250px;
        width: 440px;
    }

    .image__illustration {
        left: 5%;
        top: 20%;
    }

    .about-us__image-section {
        max-width: 60%;
    }

    .about-us__statistics {
        gap: 120px
    }

    .download__btn img {
        height: 70px;
        width: 260px;
    }

    .contact__container {
        gap: 80px;
    }

    .faq_item.active .faq_answer {
        top: 78%;
        left: -1px;
        right: -1px;
        min-height: 125px;
    }

}

/*  LARGE TABLETS (break-point:1200px) */

@media (max-width:75em) {

    .main__header {
        width: 95%;
    }

    .footer_container,
    .section_container,
    .contact__container {
        width: 80%
    }

    .contact__container {
        gap: 60px;
    }

    .nav__menu .nav__menu-list li a {
        font-size: 1.03rem;
    }

    .header__logo img {
        width: 80px;
        height: 60px;
    }

    .nav__menu .nav__menu-list {
        height: 50px;
        padding: auto 20px;
        gap: 10px;
    }

    section {
        margin-bottom: 110px;
    }

    .section__hero {
        height: 750px;
    }

    .hero__content-main {
        margin-top: 80px;
    }

    .hero__content {
        gap: 30px;
    }

    .visual__illustration {
        max-width: 430px;
    }

    .visual__badge img {
        width: 190px;
    }

    .about-us__main-content {
        width: 80%;
    }

    .image__illustration {
        top: 26%;
    }

    .about-us__statistics {
        gap: 80px
    }

    .section__description,
    .point__description {
        line-height: 30px;
        font-size: 1.35rem;
    }

    .point__number {
        font-size: 1.35rem;
    }

    .phone_1 {
        max-height: 35rem;
    }

    .phone_2 {
        max-height: 33rem;
        left: 40%;
    }

    .download__btn img {
        height: 65px;
        width: 240px;
    }

    .app_container {
        width: 85%;
        gap: 40px;
    }

    .howtoplay_bg-box img {
        height: 290px;
        width: 310px;
    }

    .howtoplay_content {
        column-gap: 310px;
    }

    .contact__form {
        gap: 20px;
        padding: 30px;
    }

    .faq_answer-content {
        font-size: 1.2rem;
        line-height: 30px;
    }

}

/* SMALL LAPTOPS */

@media (max-width:64em) {

    .nav__menu .nav__menu-list li a {
        font-size: 0.95rem;
    }

    section {
        margin-bottom: 100px;
    }

    .main__header {
        width: 100%;
    }

    .hero__content-main {
        width: 80%;
    }

    .header__logo img {
        width: 70px;
        height: 55px;
    }

    .nav__menu .nav__menu-list {
        height: 50px;
        padding: auto 15px;
    }

    .hero__content-main {
        margin-top: 50px;
    }

    .visual__illustration {
        max-width: 400px;
    }

    .visual__badge img {
        width: 180px;
    }

    .about-us__main-content {
        width: 85%;
    }

    .about-us__statistics {
        gap: 60px
    }

    .about-us_bg-box {
        height: 210px;
        width: auto;
    }

    .image__illustration {
        left: 5%;
        top: 20%;
    }

    .phones_container {
        justify-content: start;
    }

    .phone_1 {
        max-height: 33rem;
    }

    .phone_2 {
        max-height: 31.5rem;
        left: 25%;
    }

    .section__howtoplay::before {
        top: 0;
        font-size: 13rem;
    }

    .howtoplay_bg-box img {
        height: 270px;
        width: 290px;
    }

    .contact__container {
        gap: 40px;
    }

    .faq_content {
        padding-bottom: 50px;
    }

    .faq_item.active .faq_answer {
        top: 80%;
        left: -1px;
        right: -1px;
        min-height: 140px;
    }

}

/* TABLETS (Break-point:944px) */

@media (max-width:59em) {
    html {
        font-size: 70%;
    }

    section {
        margin-bottom: 75px;
    }

    .bg_section_effect {
        top: 30%;
        opacity: 0.4;
        filter: blur(400px);
    }

    .footer_container,
    .section_container,
    .contact__container {
        width: 83%;
    }

    .footer_container {
        margin-top: 20px;
    }

    .bg_circle-1 {
        width: 600px;
        height: 300px;
        top: -100px;
        right: -150px;
        filter: blur(350px);
    }

    .bg_circle-2 {
        width: 600px;
        height: 300px;
        bottom: -100px;
        left: -150px;
        filter: blur(350px);
    }

    .section_heading {
        line-height: 50px;
    }

    .header__logo img {
        width: 80px;
        height: 62px;
    }

    .header__container {
        padding: 0;
        justify-content: space-between;
    }

    .main__header {
        position: fixed;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        padding: 10px 15px;
        background: #FFFFFFF2;
        backdrop-filter: blur(7.800000190734863px);
        box-shadow: 0px 4px 4px 0px #0000000A;
        z-index: 10;
    }

    .section__hero {
        padding-top: 100px;
    }

    .btn__mobile-nav {
        display: block;
    }

    .nav__menu {
        background: rgba(255, 255, 255);
        width: 100%;
        height: 100vh;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: all 0.7s ease-in;
        visibility: hidden;
        opacity: 0;
        justify-self: center;
    }

    /* when nav will open it gets Visible */
    .nav__open .nav__menu {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    .nav__open .icon__mob-nav[name="close-outline"] {
        display: block;
    }

    .nav__open .icon__mob-nav[name="menu-outline"] {
        display: none;
    }

    .nav__menu .nav__menu-list {
        height: auto;
        min-width: 75%;
        flex-direction: column;
        align-items: center !important;
        gap: 20px;
        background: inherit;
    }

    .nav__menu .nav__menu-list li {
        padding: 10px 30px;
        text-align: center;
        width: 100%;
        border-radius: 10px;
    }

    .nav__menu .nav__menu-list li:hover {
        background-color: rgba(0, 221, 74, 0.7);
    }

    .nav__menu .nav__menu-list li:hover a {
        color: #FFFFFF;
    }

    .nav__menu .nav__menu-list li a {
        color: rgb(33, 33, 33);
        width: inherit;
        font-size: 2.1rem;
    }

    .nav__menu .nav__menu-list li.active {
        background-color: rgba(0, 221, 74, 0.9);
    }

    .nav__menu .nav__menu-list li.active a,
    .nav__menu .nav__menu-list li.active a:visited,
    .nav__menu .nav__menu-list li.active a:focus,
    .nav__menu .nav__menu-list li.active a:active {
        color: #FFFFFF !important;
    }

    .hero__content-main {
        width: 90%;
    }

    .hero__content {
        width: 90%;
    }

    .section__live__challenge {
        padding: 50px 0;
    }

    .live__challenge-bg {
        height: 75%;
        width: 96%;
    }

    .live__challenge__container {
        flex-direction: column;
    }

    .timer__label span:first-child {
        font-size: 1.4rem;
    }

    .timer__date {
        font-size: 1.2rem;
    }

    .visual__illustration {
        position: static;
    }

    .live__challenge__text-content {
        max-width: 90%;
        width: 90%;
    }

    .visual__badge {
        top: 37%;
        right: 2%;
    }

    .visual__badge img {
        width: 210px;
    }

    .live__challenge__description {
        max-width: 80%;
    }

    .live__challenge__description p {
        font-size: 1.4rem;
    }

    .about-us__main-content {
        flex-direction: column-reverse;
        max-height: 800px;
    }

    .about-us__content-section {
        width: 95%;
    }

    .about-us__image-section {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .about-us__statistics {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
        column-gap: 80px;
        width: 90%;
    }

    .about-us__statistics::before {
        content: '';
        position: absolute;
        top: calc(50% - 50px);
        left: 0;
        right: 0;
        height: 1px;
        border-top: 2px dashed #a3d4a5;
        z-index: 0;
    }

    .about-us__statistics::after {
        content: '';
        position: absolute;
        top: calc(100% - 80px);
        left: 0;
        right: 0;
        height: 1px;
        border-top: 2px dashed #a3d4a5;
        z-index: 0;
    }

    .section__description,
    .point__description {
        font-size: 1.5rem;
        line-height: 24px;
    }

    .point__number {
        font-size: 1.5rem;
    }

    .image__illustration {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image__illustration img {
        width: 80%;
    }

    .stat_card {
        padding: 30px 25px;
    }

    .about-us__image-section .section_subheading {
        display: none;
    }

    .about-us__content-section .section_subheading {
        display: block;
    }

    .about-us__statistics::before {
        top: 25%;
    }

    .download__btn img {
        height: 60px;
        width: 230px;
    }

    .phones_container {
        padding-left: 33%;
    }

    .phone_1 {
        max-height: 32rem;
    }

    .phone_2 {
        left: 43%;
        max-height: 32.4rem;
    }

    .app_container {
        grid-template-columns: repeat(1, 1fr);
        width: 95%;
    }

    .download__buttons {
        margin-top: 15px;
        gap: 15px;
    }

    .get-app__section,
    .section__contact {
        max-height: 900px;
        padding: 30px 20px;
        border-radius: 30px;
    }

    .stat_number {
        font-size: 3.8rem;
    }

    .stat_percentage {
        font-size: 3.5rem;
    }

    .stat_description {
        font-size: 1.5rem;
    }

    .section__howtoplay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section__howtoplay::before {
        font-size: 10rem;
    }

    .how_to_play-body {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .howtoplay_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-top: 0;
    }

    .howtoplay_bg-box {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(0%);
        left: 0%;
    }

    .section__contact {
        max-height: 1100px;
    }

    .contact__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .contact_bg-box {
        height: 16rem;
        width: 15rem;
        bottom: 50%;
    }

    .faq_toggle-btn,
    .submit_btn,
    .contact_text {
        font-size: 1.5rem;
    }

    .form_title {
        font-size: 1.85rem;
    }

    .form_subtitle {
        font-size: 1.45rem;
    }

    .form_label {
        font-size: 1.45rem;
    }

    .form_input,
    .form_textarea {
        font-size: 1.45rem;
    }

    .contact_details {
        gap: 15px;
    }

    .contact__info {
        gap: 40px
    }

    .contact_item {
        padding-bottom: 15px;
    }

    .faq_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

    .faq_toggle-container {
        margin-top: 0px;
    }

    .faq_toggle-btn {
        padding: 10px 20px;
        border-radius: 7px;
    }

    .faq_question {
        padding: 15px;
    }

    .question_text {
        font-size: 1.5rem;
        line-height: 1.2;
        text-align: start;
    }

    .faq_icon ion-icon {
        font-size: 1.7rem;
        color: #009933;
    }

    .faq_answer {
        display: none;
        padding-top: 30px;
        padding: 20px 30px;
        transition: transform 0.3s ease;
    }

    .faq_item.active .faq_answer {
        top: 78%;
        left: -1px;
        right: -1px;
        min-height: 110px;
    }

    .faq_answer-content {
        font-size: 1.4rem;
        line-height: 30px;
    }

    .footer_content {
        flex-direction: column;
        justify-content: start;
    }

    .footer_links {
        width: 100%;
    }

    .footer_bg-effect {
        position: absolute;
        width: 500px;
        height: 500px;
        top: -30px;
        left: 600;
        opacity: 0.4;
        background: #FFFFFF;
        filter: blur(420px);
        border-radius: 50%;
    }

    .footer_description p {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .copyright,
    .footer_links a {
        font-size: 1.5rem;
    }

    .footer_bottom {
        justify-content: center;
        align-items: center;
    }

    .section_container {
        gap: 50px;
    }

    .about-us__image-section {
        max-width: 93%;
    }

    .howtoplay_bg-box img {
        height: 250px;
        width: 270px;
    }

    .hero__slider-controls {
        bottom: 55px;
    }

}

/*   SMALLER TABLETS (Break-point:704px)   */

@media (max-width:44em) {
    html {
        font-size: 65%;
    }

    .section_heading {
        line-height: 40px;
    }

    .hero__content {
        gap: 25px
    }

    .footer_container,
    .section_container,
    .contact__container {
        width: 87%;
    }

    .btn_primary,
    .btn_light-primary {
        height: 37px;
        padding: 6px 14px;
    }

    .live__challenge__description {
        max-width: 90%;
    }

    .btn_primary {
        width: 170px;
    }

    .btn_light-primary {
        width: 200px;
    }

    .visual__illustration {
        max-width: 350px;
    }

    .visual__badge img {
        width: 180px;
    }

    .live__challenge__text-content {
        gap: 15px
    }

    .hero__content p {
        font-size: 1.5rem;
    }

    .about-us__statistics {
        gap: 30px;
    }

    .download__btn img {
        height: 50px;
        width: 200px;
    }

    .about-us__content-section {
        gap: 20px;
    }

    .app_content {
        gap: 10px;
    }

    .phones_container {
        padding-left: 30%;
    }

    .phone_2 {
        left: 40%;
    }

    .howtoplay_content {
        gap: 30px;
    }

    .footer_links {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .header__logo img {
        width: 70px;
        height: 52px;
    }

    .submit_btn {
        padding: 10px 20px;
        min-width: 90px;
    }

}

/* MOBIIILE VIEW (BELOW 544PX) */

@media(max-width:34em) {

    html {
        font-size: 60%;
    }

    .section_heading {
        line-height: 30px;
    }

    .header__container {
        padding: 0 10px;
    }

    .main__header {
        padding: 5px 10px;
        height: 80px;
    }

    .footer_container,
    .section_container,
    .contact__container {
        width: 90%;
    }

    .hero__content {
        width: 100%;
    }

    .live__challenge__text-content {
        max-width: 95%;
        width: 95%;
    }


    .live__challenge__description {
        max-width: 95%;
    }

    .live__challenge__description p {
        font-size: 1.5rem;
    }

    section {
        margin-bottom: 60px;
    }

    .section__live__challenge {
        padding: 20px 0;
    }

    .timer__countdown {
        justify-content: space-between;
    }

    .countdown__item {
        padding: 25px 35px;
    }

    .countdown__number {
        font-size: 2rem;
    }

    .countdown__label {
        font-size: 1.5;
    }

    .about-us__main-content {
        width: 90%;
    }

    .about-us__statistics {
        row-gap: 30px;
        column-gap: 20px;
        width: 95%;
    }

    .download__buttons {
        margin-top: 10px;
        gap: 7px;
    }

    .download__btn {
        border-radius: 5px;
    }

    .download__btn img {
        height: 40px;
        width: 130px;
    }

    .howtoplay_content {
        gap: 20px;
    }

    .section__howtoplay::before {
        font-size: 8rem;
    }

    .header__logo img {
        width: 60px;
        height: 45px;
    }

    .faq_content {
        gap: 20px
    }

    .howtoplay_bg-box img {
        height: 232px;
        width: 240px;
    }

    .contact_bg-box {
        height: 170px;
        width: 100px;
    }

    .get-app__section,
    .section__contact {
        padding: 20px;
        border-radius: 20px;
    }

    .contact_text {
        text-wrap: wrap;
        line-height: 1.6;
    }

    .phones_container {
        padding-left: 25%;
    }

    .phone_2 {
        left: 35%;
    }

    .slider-dot {
        height: 8px;
        width: 8px;
    }
}

/* BREAK-POINT FOR 24EM */
@media (max-width:24em) {

    html {
        font-size: 50%;
    }

    .contact__container {
        width: 95%;
    }

    .btn_primary,
    .btn_light-primary {
        height: 36px;
        padding: 6px 14px;
    }

    .btn_primary {
        width: 110px;
    }

    .btn_light-primary {
        width: 140px;
    }

    section {
        margin-bottom: 40px;
    }

    .section__hero {
        min-height: 650px;
        height: auto;
    }

    .hero__content {
        gap: 20px;
    }

    .hero__content .hero__text {
        height: 80px;
    }

    .visual__badge {
        top: 43%;
        right: 2%;
    }

    .visual__badge img {
        width: 140px;
    }

    .visual__illustration {
        max-width: 280px;
    }

    .countdown__item {
        padding: 17px 25px;
    }

    .phones_container {
        padding-left: 18%;
    }

    .phone_2 {
        left: 30%;
    }
}