@import url(./preset.css);
@media (min-width: 1400px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1566px;
  }
}
@media (max-width: 1199px) {
  .unlock_rewards_sec .unlock_rewards_content_mian::before {
    background-position: 90px 50px;
  }
  .inner_page .page_tab_section {
    gap: 20px;
  }
  .inner_page .page_tab_section .list {
    min-width: 230px;
  }
  .nova-image {
    max-width: 400px;
  }
  .unlock_rewards_sec {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  .logo a img {
    width: 70px;
  }
  .menu {
    gap: 15px;
  }
  .menu li a, .link {
    font-size: 11px;
  }
  .btn {
    font-size: 14px;
  }
  .polygon_btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nova-block {
    padding: 0 0 3rem;
  }
  .nova-image {
    max-width: 280px;
  }
  .idea_img {
    min-width: 250px;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian::before {
    background-position: 0px 50px;
  }
  .rewards_section .rewards_section_vector::before, .rewards_section .rewards_section_vector::after {
    opacity: 0.3;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .unlock_rewards_content h2 {
    font-size: 30px;
    margin: 10px 0 1rem;
    line-height: 34px;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .unlock_rewards_content h4 {
    font-size: 18px;
  }
  .inner_page .inner_page_header .page_heading {
    font-size: 26px;
    line-height: 26px;
  }
  .game-image {
    width: 250px;
    min-width: 250px;
  }
  .game-image .game-image img {
    max-width: 100%;
  }
  .adventure_bg_main .adventure_content_main .adventure_content .title {
    font-size: 34px;
  }
  .rewards_content_main article h2 {
    font-size: 30px;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian {
    padding: 0;
  }
  .faq_sec .faq_area article {
    max-width: 400px;
    min-width: 400px;
  }
  .connect_with_us_content .contet_main figure img {
    width: 350px;
  }
  .join_card_main .head_area h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .about_content_box_main .about_content_box p {
    font-size: 1.3rem;
  }
  .connect_with_us_content .contet_main article {
    padding: 2rem 0 0;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-1 {
    top: 165px;
    left: -30px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-2 {
    top: 325px;
    left: -10px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-3 {
    top: 245px;
    left: 90px;
    width: 120px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-4 {
    top: 185px;
    right: -10px;
    width: 120px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-5 {
    right: 30px;
    top: 100px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .menu_toggle {
    width: 20px;
    height: 15px;
    background: none;
    border: none;
    border-top: 2px solid var(--primary-color);
    display: block;
    position: relative;
  }
  .menu_toggle::before, .menu_toggle::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
  }
  .menu_toggle::before {
    top: 5px;
  }
  .menu_toggle::after {
    top: 12px;
  }
  .lan_drop_main .lan_drop_btn {
    gap: 3px;
  }
  .sign_up,
  .login_btn,
  ul.menu {
    display: none;
  }
  .lan_drop_main .lan_drop_btn img {
    width: 18px;
  }
  header .container {
    max-width: 100%;
  }
  .nav_responsive {
    display: block;
    position: fixed;
    top: 0;
    right: -230px;
    bottom: 0;
    height: 100%;
    background: #000;
    width: 230px;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .nav_responsive .menu_close_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
  }
  .nav_responsive .menu_close_button::before, .nav_responsive .menu_close_button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--primary-color);
    pointer-events: none;
  }
  .nav_responsive .menu_close_button::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav_responsive .menu_close_button::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav_responsive .logo {
    padding: 20px 10px 12px;
    text-align: center;
  }
  .nav_responsive .nav_responsive_menu {
    margin: 0;
    padding: 0;
  }
  .nav_responsive .nav_responsive_menu li {
    list-style-type: none;
  }
  .nav_responsive .nav_responsive_menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
  }
  .nav_responsive .nav_responsive_menu li a:hover, .nav_responsive .nav_responsive_menu li a:focus .nav_responsive .nav_responsive_menu li a:active {
    color: var(--primary-color);
  }
  .nav_responsive .bottom_strip {
    background: #2b2b2b;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .nav_on {
    right: 0;
  }
  .banner_main {
    padding: 50px 0 0;
  }
  .banner_main::after {
    height: 250px;
  }
  .banner_vector_main .banner_vector {
    max-width: 400px;
  }
  .banner_vector_main .banner_vector .alian_img {
    width: 100%;
  }
  .banner_vector_main .banner_vector .rount_01 {
    top: 90px;
    right: 0;
  }
  .banner_vector_main .banner_vector .rount_02 {
    top: 320px;
    right: -90px;
  }
  .banner_vector_main .banner_vector .rount_03 {
    top: 280px;
    left: -90px;
  }
  .banner_vector_main .banner_vector .rount_04 {
    top: 75px;
    left: 10px;
  }
  .banner_title_main .banner_title {
    font-size: 26px;
  }
  .banner_title_main img {
    max-width: 120px;
  }
  .world_idea_main::before {
    background-position: right top;
  }
  .world_idea_main::after {
    background-position: left top;
  }
  .nova-block {
    margin: 0;
    gap: 10px;
    padding: 0 0 1rem;
  }
  .nova-block .nova-text {
    text-align: center;
  }
  .nova-block .nova-text h2 {
    font-size: 22px;
  }
  .nova-block .nova-text p {
    line-height: 1.2;
  }
  .reverse_content {
    flex-direction: column-reverse;
  }
  .game-card {
    margin: 0 auto 2rem;
  }
  .game-image {
    width: 200px;
    min-width: 200px;
  }
  .game-text h3 {
    gap: 5px;
    font-size: 20px;
    margin: 0 0 0.5rem;
  }
  .game-text h3 span {
    font-size: 3rem;
    line-height: 2.6rem;
  }
  .game-text p {
    line-height: 18px;
  }
  .adventure_bg_main .adventure_content_main .adventure_content .title {
    font-size: 20px;
    margin: 0 0 0.5rem;
  }
  .adventure_bg_main .adventure_content_main .adventure_content .subtitle {
    font-size: 14px;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian::before {
    content: none;
    width: 100%;
    background-position: 0 0;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .unlock_rewards_content h2 {
    font-size: 21px;
    margin: 40px 0 2rem;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .lock_img {
    width: 350px;
    position: relative;
    z-index: 1;
    min-width: 170px;
    margin: 0;
  }
  .news_update_main {
    padding: 5rem 0 3rem;
  }
  .connect_with_us_content::before {
    opacity: 0.4;
  }
  .connect_with_us_content .contet_main {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .connect_with_us_content .contet_main article {
    margin: 1rem 0 0;
    max-width: 380px;
    padding: 0;
    text-align: center;
  }
  .faq_sec .faq_area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .faq_sec .faq_area figure {
    margin: 0;
    width: 250px;
  }
  .faq_sec .faq_area article .faq_head {
    margin: 0 0 1rem;
  }
  .faq_accordion .accordion_btn::after {
    width: 2px;
    height: 15px;
    right: 6px;
  }
  .rewards_content_main figure img {
    width: 170px;
  }
  .rewards_content_main article h4 {
    font-size: 16px;
  }
  .rewards_content_main article h2 {
    font-size: 20px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_4 {
    width: 100px;
    right: 0;
  }
  .faq_sec .faq_area article {
    max-width: 100%;
    min-width: 100%;
  }
  .world_idea_main::before, .world_idea_main::after {
    display: none;
  }
  .rewards_section .rewards_section_vector::before, .rewards_section .rewards_section_vector::after {
    width: 100%;
    height: 100%;
  }
  .connect_with_us_main::before {
    background: url(../img/connect_with_us/left_vector.png) 0px top no-repeat;
  }
  .connect_with_us_content .title_area h3 {
    font-size: 32px;
    line-height: 28px;
  }
  .connect_with_us_content .title_area p {
    font-size: 16px;
  }
  .play_share_win_sec .play_share_win_area {
    min-height: 300px;
    display: flex;
    align-items: flex-end;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_1 {
    width: 100px;
    bottom: 60px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_2 {
    top: 50px;
    width: 50px;
    left: 100px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_3 {
    width: 80px;
    top: 45px;
    right: 70px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_4 {
    width: 80px;
    right: 20px;
    top: 140px;
  }
  .about_content_box_main .about_content_box p {
    font-size: 1rem;
  }
  .join_card_main .head_area h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .join_card_main .head_area p {
    font-size: 16px;
    margin: 0;
  }
  .angled_btn .btn_inner {
    min-height: 34px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-1 {
    top: 95px;
    left: -20px;
    width: 60px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-2 {
    top: initial;
    left: -10px;
    bottom: 10px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-3 {
    top: initial;
    left: 70px;
    width: 80px;
    bottom: 20px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-4 {
    top: 155px;
    right: 0px;
    width: 90px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-5 {
    right: 40px;
    top: 70px;
    width: 50px;
  }
  .about_area::after {
    width: 540px;
    left: calc(50% - 270px);
  }
  .banner_main .banner_bg_vector {
    top: 13rem;
  }
  .banner_main .banner_bg_vector .banner_bg_vector_left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .banner_main .banner_bg_vector .banner_bg_vector_right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@media (max-width: 575px) {
  .about_area::after {
    width: 320px;
    left: calc(50% - 160px);
  }
  .banner_title_main {
    flex-direction: column;
    gap: 0;
    margin: 3rem 0 0;
    line-height: 1rem;
  }
  .news_update_cards_main {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .section-title {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .game-card {
    flex-direction: column;
    gap: 15px;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian {
    gap: 0;
    margin: 5rem auto 0;
    flex-direction: column;
    max-width: 400px;
    align-items: flex-start;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian::before {
    content: "";
    width: 100%;
    height: 150px;
    background-size: cover;
    top: -30px;
    transform: scale(1.5);
    left: 40px;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .lock_img {
    width: 100px;
    min-width: 200px;
    margin: -90px auto 1rem;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .unlock_rewards_content h2 {
    font-size: 32px;
    margin: 20px 0 1rem;
  }
  .unlock_rewards_sec .unlock_rewards_content_mian .unlock_rewards_content h4 {
    font-size: 16px;
    margin: 0 0 1rem;
  }
  .adventure_bg_main .adventure_content_main {
    flex-direction: column-reverse;
    margin: 2rem 0 0;
    gap: 0px;
  }
  .rewards_content_main {
    flex-direction: column-reverse;
    max-width: 400px;
    margin: 0 auto;
    gap: 10px;
    padding-bottom: 0;
  }
  .rewards_content_main article {
    padding: 8rem 0 0;
  }
  .rewards_content_main figure {
    margin: 0;
    text-align: right;
    position: absolute;
    left: calc(50% - 70px);
    top: -70px;
  }
  .rewards_content_main figure img {
    width: 140px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1);
    margin: 2rem 0 0;
  }
  .rewards_section .rewards_section_vector {
    padding: 4rem 0 2.5rem;
  }
  .rewards_content_main article {
    text-align: center;
  }
  .rewards_content_main article h4 {
    font-size: 14px;
  }
  .rewards_content_main article h2 {
    font-size: 26px;
  }
  .rewards_content_main article p {
    font-size: 15px;
    line-height: 18px;
  }
  .faq_sec .faq_area {
    max-width: 400px;
    margin: 0 auto;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_1 {
    width: 80px;
    bottom: 90px;
    left: 40px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_2 {
    top: 60px;
    left: 110px;
    width: 50px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_3 {
    right: 90px;
    top: 40px;
    width: 60px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_4 {
    width: 70px;
    right: 30px;
    top: 140px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img {
    width: 200px;
  }
  .play_share_win_sec .play_share_win_area .title_area {
    max-width: 100%;
    left: 0;
  }
  .inner_page .page_tab_section {
    flex-direction: column;
  }
  .inner_page .page_tab_section .list {
    min-width: 100%;
    position: relative;
    top: 0;
    background: #1a1a1a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .inner_page .page_tab_section .list ul {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 0 1.5rem 2rem;
  }
  .inner_page .page_tab_section .list ul li {
    border: 1px solid #333;
    padding: 5px 10px;
    margin: 0;
    width: 90%;
    font-size: 12px;
  }
  .inner_page .page_tab_section .list ul li a {
    font-size: 15px;
  }
  .connect_with_us_content .title_area h3 {
    font-size: 28px;
    line-height: 25px;
  }
  .connect_with_us_content .title_area p {
    font-size: 14px;
  }
  .footer-nav {
    flex-direction: column;
    margin: 2rem 0 1rem;
    gap: 15px;
  }
  .footer-actions {
    gap: 15px;
    flex-direction: column;
  }
  .footer-actions a {
    text-decoration: none;
    font-size: 14px;
  }
  .news_update_main .section_head {
    font-size: 24px;
  }
  .news_update_main {
    padding: 0rem 0 3rem;
  }
  header {
    padding: 0.5rem 0;
  }
  .logo a img {
    width: 75px;
  }
  .banner_main {
    padding: 50px 0;
  }
  .banner_main::after {
    height: 310px;
  }
  .banner_title_main .banner_title {
    font-size: 20px;
  }
  .banner_title_main img {
    max-width: 220px;
    margin: -10px 0 0;
  }
  .banner_bottom_mian .banner_bottom_title {
    font-size: 20px;
  }
  .banner_vector_main .banner_vector .rount_01 {
    width: 80px;
  }
  .banner_vector_main .banner_vector .rount_02 {
    top: 230px;
    right: -50px;
    width: 130px;
  }
  .banner_vector_main .banner_vector .rount_03 {
    top: 200px;
    left: 10px;
    width: 80px;
  }
  .banner_vector_main .banner_vector .rount_04 {
    top: 90px;
    left: 50px;
    width: 60px;
  }
  .about_content_box_main .about_content_box p {
    font-size: 15px;
  }
  .join_card_main .head_area h3 {
    font-size: 1rem;
    line-height: 19px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .play_share_win_img {
    transform: scale(1.5);
  }
  .game-image {
    width: 100%;
    min-width: 100%;
    max-width: 350px;
  }
  .adventure_bg_main .adventure_content_main .adventure_content .title {
    font-size: 29px;
    margin: 0 0 0.5rem;
    text-align: center;
    line-height: 30px;
  }
  .adventure_bg_main .adventure_content_main .adventure_content .subtitle {
    font-size: 18px;
    text-align: center;
  }
  .adventure_bg_main .adventure_content_main .adventure_content p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-1 {
    top: 55px;
    left: -20px;
    width: 40px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-2 {
    top: initial;
    left: 0px;
    bottom: 50px;
    width: 30px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-3 {
    top: initial;
    left: 50px;
    width: 60px;
    bottom: 20px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-4 {
    width: 70px;
  }
  .adventure_bg_main .adventure_content_main .adventure_img .adventure_gems-5 {
    right: 30px;
    top: 70px;
    width: 30px;
  }
  .banner_main .banner_bg_vector {
    top: 16rem;
  }
  .angled_btn .btn_inner {
    font-size: 16px;
  }
  .banner_bottom_mian .banner_bottom_para {
    margin: 0 0 1rem;
  }
  .join_card_main {
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 94% 100%, 5% 100%, 0% 90%);
    padding: 30px 30px 20px;
  }
  .about_content_box_main {
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .about_area::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media (max-width: 480px) {
  .inner_page .page_tab_section .list ul {
    grid-template-columns: 1fr;
  }
  .connect_with_us_content .title_area h3 {
    font-size: 22px;
    line-height: 20px;
  }
  .join_card_main .head_area h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .join_card_main .head_area p {
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 17px;
  }
  .connect_with_us_content .contet_main figure img {
    width: 400px;
    margin-right: -120px;
  }
  .logo-section img {
    max-width: 180px;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .play_share_win_sec .play_share_win_area::after {
    height: 150px;
  }
  .play_share_win_sec .play_share_win_area .title_area {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .play_share_win_sec .play_share_win_area .title_area .titl {
    font-size: 15px;
  }
  .play_share_win_sec .play_share_win_area .title_area p {
    line-height: 15px;
    max-width: 300px;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 400px) {
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_1 {
    width: 50px;
    bottom: 100px;
    left: 30px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_2 {
    top: 120px;
    left: 70px;
    width: 30px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_3 {
    right: 50px;
    top: 120px;
    width: 50px;
  }
  .play_share_win_sec .play_share_win_area .play_share_win_img_main .diamond_icons .diamond_icon_4 {
    width: 60px;
    right: 10px;
    top: 160px;
  }
}

/*# sourceMappingURL=responsive.css.map */
