:root {
    --primary-color: #FA2B4B;
}

@font-face {
    font-family: 'HONOR Sans CN';
    src: url('./fonts/HONORSansCN-Regular.ttf') format('truetype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HONOR Sans CN';
    src: url('./fonts/HONORSansCN-Medium.ttf') format('truetype');
    font-weight: 500;
    /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HONOR Sans CN';
    src: url('./fonts/HONORSansCN-Bold.ttf') format('truetype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HONOR Sans CN';
    src: url('./fonts/HONORSansCN-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    /* Extra Bold */
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

a {
    cursor: pointer;
}

body {
    font-family: 'HONOR Sans CN', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #E5DED9;
    background-image: url(images/back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    background-color: var(--primary-color);
    padding: 0 10px;
    height: 52px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

nav .logo {
    display: flex;
    height: 48px;
    text-decoration: none;
    max-width: 240px;
}

nav .logo img {
    object-fit: cover;
    ;
}
nav .logo h2 {
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    display: flex;
}

#menu a.active {
    border-bottom: 5px solid #FFF;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}


#menu-toggle {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;

    visibility: hidden;

}

#menu {
    list-style: none;
}

#menu.hidden {
    display: none;
}

#menu li {
    margin: 0 40px;
}

#menu a {
    text-decoration: none;
}

main {
    margin-top: 70px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.h-100 {
    height: 100%;
}

.no-relative {
    position: unset;
}

.column-space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.z-10 {
    z-index: 10;
}


section {
    /* margin-bottom: 2rem; */
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

a:focus {
outline: none;
}
a {
-webkit-tap-highlight-color: transparent;
}
    

header nav ul li a {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.5);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal.hidden {
    display: none;
}

.modal-content {
    padding: 30px;
    margin: 0 40px;
    position: relative;
    background-image: url(./images/modal_back_.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;

}

.modal-content .modal-first-row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
}

.modal-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 20px;
}


.modal-content a {
    height: 60px;
    margin-left: 20px;
}

.modal-content a img {
    height: 100%;
}
.modal-content p {
    max-width: 85%;
    margin-left: 40px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


#main-section {
    /* height: 800px; */
}

#main-section .logo-main-banner {
    display: none;
}

#main-section h1 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 800;
    padding: 0 30px;
    z-index: 10;
}

#main-section h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
    z-index: 10;
}

#main-section .images-container {
    position: relative;
    margin-top: 0px;
    height: 300px;
    overflow: hidden;
}

#main-section .img-back {
    right: 0;
    z-index: 1;
    height: 205px;
    position: absolute;
    bottom: 25px;
}

#main-section .img-front {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
}

#main-section .img-down-cont {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    z-index: 10;
    position: relative;
}

#main-section .img-down-cont img {
    height: 85px;
}

#quick-friends {
    padding: 33px;
    height: 900px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(./images/table-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#quick-friends .top-row .title-container {
    background-color: #E20121;
    border-radius: 33px;
    padding: 9px 22px;
    width: max-content;
}

#quick-friends .title-container h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

#quick-friends h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#quick-friends .bottom-row {
    display: flex;
    align-items: end;
    flex-direction: column;
}

#quick-friends .bottom-row .title-container {
    background-color: #7B4EF7;
    border-radius: 33px;
    padding: 9px 22px;
    width: max-content;
}

#types {}

#types .title-container {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    padding: 0 37px;
    margin-top: 50px;
}

#types .title-container img {
    height: 40px;
    width: 40px;
}

#types .title-container h2 {
    color: #FA2B4B;
    font-size: 28px;
    font-weight: 500;
}

#types h3 {
    padding: 0 37px;
    margin-top: 23px;

}

#types p {
    font-size: 18px;
    font-weight: 400;
    max-width: 326px;
    margin-left: 37px;
    margin-top: 25px;
}

#types .phones-img-mobile {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
}

#types .phones-img-desktop {
    display: none;
}

#types .subtype {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -150px;
}

#types .subtype .mobile-carousel {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#types .subtype .subtype-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#types .subtype .title-img {
    height: 200px;
    width: 165px;
    object-fit: cover;
    object-position: left;
}

#types .subtype h3 {
    font-size: 32px;
    font-weight: 800;
    color: #149D14;
}


#types .subtype.mt-0 {
    margin-top: 0;
}

#types .subtype h4 {
    font-size: 24px;
    font-weight: 400;
    color: #FA2B4B;
    padding: 0 32px;
}

#types .subtype strong {
    font-weight: 800;
}

#types .subtype .main-carousel {
    display: none;
}

#types .card-columns {
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    padding: 32px;
    margin-top: 32px;

}

#types .card-columns .card {
    width: 331px;
    height: 300px;
    position: relative;
    background-color: #fff;
    padding: 140px 32px 32px;
    border-radius: 75px;
}

#types .card-columns .card .card-header {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

#types .card-columns .card .card-header img {
    width: 217px;
    height: 162px;
}

#types .card-columns .card .card-content {
    display: flex;
    flex-direction: column;
}

#types .card-columns .card .card-content h5 {
    font-size: 17px;
    font-weight: 500;
}

#types .card-columns .card .card-content span {
    font-size: 12.5px;
    font-weight: 500;
    color: #7F7777;
}

#types .card-columns .card .card-content .read-more {
    padding: 12px 23px;
    border-radius: 50px;
    background-color: var(--primary-color);

    color: #fff;
    text-decoration: none;
    max-width: max-content;
    margin-left: auto;
    margin-top: 21px;
}

#mtt {
    display: flex;
    flex-direction: column;
}

#mtt .grid-mtt-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mtt .title-container .container {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    padding: 0 10px;

}

#mtt .title-container img {
    height: 40px;
    width: 40px;
}

#mtt .title-container h2 {
    color: #FA2B4B;
    font-size: 28px;
    font-weight: 500;
}

#mtt .download {
    padding: 12px 23px;
    border-radius: 50px;
    background-color: var(--primary-color);

    color: #fff;
    text-decoration: none;
    max-width: max-content;
    margin: auto;
    margin-top: 21px;
}

#mtt .banner {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

#mtt .banner.desktop {
    display: none;
}


#mtt .strip {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;

}

#mtt .blue {
    background-color: #69BEFF;
    font-size: 14px;
    color: #000;
    transform: rotateZ(-6deg);
    z-index: 5;
    width: 105%;
    left: -5px;
    height: 48px;
}

#mtt .purple {
    background-color: #7F52FB;
    font-size: 14px;
    transform: rotateZ(3deg);
    text-align: right;
    height: 48px;
    top: -24px;
    z-index: 4;
}

#mtt .light-purple {
    background-color: #B885F2;
    font-size: 14px;
    transform: rotateZ(-2deg);
    height: 48px;
    text-align: left;
    z-index: 3;
    top: -35px;
}

#mtt .mtt-item {
    margin-left: auto;
    width: 350px;
}

.only-desktop {
    display: none;
}

.only-mobile {
    display: flex;
}

#latest-info .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 50px 0;
}

#latest-info .title-container img {
    height: 47px;
    width: 47px;
}

#latest-info .title-container h2 {
    color: #FA2B4B;
    font-size: 27px;
    font-weight: 400;
    max-width: 315px;
    margin-top: 16px;
}

#latest-info .column {
    display: flex;
    padding: 0 40px;
    flex-direction: column;
    margin-bottom: 40px;
}

#support .support-container {
    position: relative;
    height: 256px;
    background-image: url(./images/support_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left 26px;
    display: flex;
    flex-direction: column;
}

#support .support-container .img-support {
    width: 190px;
    position: absolute;
    top: -15px;
    left: -30px;
}

#support .support-container h3 {
    color: var(--primary-color);
    font-size: 23px;
    font-weight: 400;
    padding-top: 100px;
    padding-left: 100px;
}

#support .support-container h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 100px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#support .support-container .time-row {
    display: flex;
    padding-left: 100px;
    align-items: center;
}

#support .support-container .time-row img {
    height: 24px;
    width: 24px;
    color: var(--primary-color);
}

#support .support-container .time-row span {
    font-size: 10px;
    font-weight: 400;
    color: #222222;
    margin-left: 10px;
}

#support .support-container .time-row a {
    font-size: 10px;
    color: #222222;
    text-decoration: none;
    padding: 0 8px;
    width: 48px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 13px;
    border: 1.5px solid #78E490;
    margin-left: 56px;
}

#support .support-container .horizontal-divider {
    background-color: #4040401A;
    height: 0.83px;
    margin: 10px 0;
    margin-left: 105px;
    width: 215px;

}

#support .download-img {
    display: none;
}


footer {
    height: 620px;
    padding-top: 100px;
    position: relative;
}

footer .footer-container {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 90px 90px 0 0;
}

footer .footer-container .ip-img {
    height: 195px;
    width: 180px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

footer .footer-container .minnow-footer-icon {
    height: 80px;
    width: 165px;
    margin: 120px auto 0
}

footer .footer-container .download-img {
    height: 155px;
    margin: 26px auto 0
}

footer .footer-container .column {
    display: flex;
    flex-direction: column;
    gap: 14px
}

footer .footer-container .column .row {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    gap: 30px;
    padding-left: 60px;
    font-size: 15px;
}

footer .footer-container .column .row a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

footer .footer-container p {
    margin: 26px auto;
    color: #FFFFFF82;
}

.language-switcher {
    margin-left: auto;
    padding-left: 1rem;
}

#language-select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  
}
.lang-btn img {
    height: 26px;
    width: 26px;
}

.lang-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lang-modal.hidden {
    display: none;
}

.lang-modal-content {
    padding: 45px;
    margin: 0 10px;
    position: relative;
    background-image: url(./images/lang-modal-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;

}

.lang-modal-content h3 {
  text-align: center;
  font-size: 20px;
  color: #FA2B4B;
  margin-top: 25px;
}

.lang-modal-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 230px;
}

.lang-modal-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  height: 45px;
}
.lang-modal-content li:not(:last-child) {
  border-bottom: 1px solid rgba(64, 64, 64, 0.10);
}

.lang-modal-content li .check {
    background-image: url(./images/disable_radio.png);
    height: 20px;
    width: 25px;
    background-size: cover;
}

.lang-modal-content li.active .check {
    background-image: url(./images/active_radio.png);
}

.lang-modal-content li img {
    height: 25px;
    width: 25px;
}

.lang-modal-content li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    header {
        height: 113px;
    }

    nav .logo {
        height: 100px;
        max-width: fit-content;
    }

    main {
        margin-top: 130px;
    }

    #main-section {
        position: relative;
        min-height: 730px;
    }

    #main-section .logo-main-banner {
        display: block;
        width: 350px;
        height: 147px;
        object-fit: cover;
        object-position: top;
        margin-left: 81px;
        margin-top: 95px;
    }

    #main-section h1 {
        font-size: 62px;
        font-weight: 800;
        margin-left: 81px;
        padding: 0;
    }

    #main-section h2 {
        font-size: 62px;
        margin-left: 81px;
        padding: 0;
    }

    #main-section .images-container {
        position: absolute;
        right: 0;
        height: 755px;
        overflow: hidden;
        width: 670px;
        top: 0;

    }

    #main-section .img-front {
        object-fit: cover;
    }

    #main-section .img-back {
        right: -80px;
        z-index: 1;
        height: 443px;
        position: absolute;
        bottom: 10px;
    }

    #main-section .img-front {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2;
    }

    #main-section .img-down-cont {
        justify-content: start;
        margin-top: 80px;
        margin-left: 80px;
    }

    #main-section .img-down-cont img {
        height: 200px;
    }

    #quick-friends {
        background-image: url(./images/table-h.png);
        height: 600px;
    }

    .modal-content .modal-first-row {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
    }

    #quick-friends .top-row .title-container {
        border-radius: 88px;
        padding: 20px 35px;
        width: max-content;
    }

    #quick-friends .title-container h2 {
        font-size: 34px;
    }

    #quick-friends h3 {
        font-size: 40px;
        font-weight: 500;
    }


    #quick-friends .bottom-row .title-container {
        border-radius: 88px;
        padding: 20px 35px;
        width: max-content;
    }

    #types {}

    #types .title-container {
        display: flex;
        flex-direction: column;
        gap: 13px;
        align-items: center;
        padding: 0 37px;
        margin-top: 0;
    }

    #types .title-container img {
        height: 40px;
        width: 40px;
    }

    #types .title-container h2 {
        color: #FA2B4B;
        font-size: 32px;
        font-weight: 500;
    }

    #types h3 {
        padding: 0 37px;
    }

    #types p {
        font-size: 18px;
        font-weight: 400;
        max-width: 326px;
        margin-left: 37px;
        margin-top: 25px;
    }

    #types .phones-img-mobile {
        display: none;
    }

    #types .phones-img-desktop {
        display: flex;
    }

    #types .types-main-container {
        display: flex;
    }

    #types .types-main-container .phones-img-desktop {
        height: 855px;
    }

    #types .title-container {
        flex-direction: row;
        margin-top: 100px;
    }


    #types .title-container img {
        height: 51px;
        width: 51px;
    }

    #types .title-container h2 {
        font-size: 48px;
    }

    #types h3 {
        padding: 0 37px;
        color: var(--primary-color);
        font-size: 35px;
        font-weight: 800;
        margin-top: 21px;
    }

    #types p {
        font-size: 35px;
        max-width: 510px;
        line-height: 120%;
    }

    #types .subtype {
        margin-top: 100px;
        position: relative;
    }


    #types .subtype .main-carousel {
        display: block;
    }

    .carousel-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1100px;
        margin: 0 auto;
    }

    .main-carousel {
        width: 100%;
    }

    .custom-prev,
    .custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 10;
        height: 85px;
        width: 85px;
    }

    .custom-prev {
        left: -50px;
    }

    .custom-next {
        right: -50px;
    }

    .custom-prev:hover,
    .custom-next:hover {
        opacity: 1;
    }

    .carousel-thumbnails {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 40px;
    }

    .carousel-thumbnails img {
        width: 175px;
        height: 80px;
        cursor: pointer;
        opacity: 0.6;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        border-radius: 10px;
    }

    .carousel-thumbnails img.active {
        opacity: 1;
        border-color: var(--primary-color);
        box-shadow: 0 0 10px rgba(255, 0, 60, 0.5);
        border-radius: 10px;

    }

    .carousel-thumbnails img:hover {
        opacity: 1;
    }

    #types {
        padding-top: 80px;
    }

    #types .subtype .subtype-container {
        flex-direction: row;
    }

    #types .subtype .subtype-container .subtype-texts {
        display: flex;
        flex-direction: column;
    }

    #types .subtype .title-img {
        height: 424px;
        width: 360px;
        object-fit: cover;
        object-position: left;
        position: absolute;
        left: 67px;
        top: 0px;
        z-index: 50;
    }

    #new.subtype .title-img {
        /* top: 150px; */

    }

    #types .subtype h3 {
        font-size: 39px;
        padding: 0;
        margin-left: 100px;
    }

    #types .subtype p {
        font-size: 28px;
        max-width: 750px;
        margin-left: 100px;
        margin-bottom: 45px;
    }

    #types .subtype.mt-0 {
        margin-top: 0;
        padding-top: 180px;
    }

    #types .card-columns {
        flex-direction: row;
        justify-content: start;
        margin-left: 10%;
        gap: 13px;
        height: 320px;

    }

    #types .container-fluid {
        position: relative;
        background: linear-gradient(to bottom, #FA2B4B, #C02C43);
        border-top-left-radius: 180px;
        border-bottom-left-radius: 180px;
        width: 78%;
        margin-left: 22%;
        overflow-x: clip;
    }

    #types .card-columns .card {
        margin-top: 100px;
        padding: 110px 32px 32px;
        padding-bottom: 20px;
    }

    #types .card-columns .card .card-header img {
        width: 196px;
        height: 146px;
    }

    #types .card-columns .card {
        width: 300px;
        height: 282px;
    }

    #types .card-columns .card .card-content .read-more {
        margin-left: auto;
        margin-right: auto;
        margin-top: 21px;
        width: 143px;
        padding: 15px 31px;
    }

    #types .card-columns .card .card-content span {
        margin-top: 7px;
    }

    #types .subtype h4 {
        font-size: 30px;
        margin-left: 400px;
    }

    #mtt .title-container {
        flex-direction: row;
        margin-left: 67px;
        margin-top: 70px;
        gap: 30px;
    }

    #mtt .title-container .container {
        display: flex;
        flex-direction: row;
        margin-top: 70px;
        gap: 30px;
        align-items: center;
    }

    #mtt .title-container h2 {
        font-size: 42px;
    }

    #mtt .banner.desktop {
        display: block;
        padding: 40px 0;
    }

    #mtt .banner.mobile {
        display: none;
    }

    #mtt .download {
        margin: 0;
        font-size: 38px;
        padding: 10px 50px;
    }

    #mtt .strip {
        height: 92px;
        font-size: 26px;
        padding: 24px;
    }

    #mtt .blue {
        transform: rotateZ(-4.5deg);
        top: 25px;
    }

    #mtt .grid-mtt-item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);

    }

    #mtt .grid-mtt-item .mtt-item {
        width: 420px;
    }

    #latest-info {
        position: relative;
        padding-top: 80px;
    }

    .only-desktop {
        display: flex;
    }

    .only-mobile {
        display: none;
    }

    #latest-info .latest-container {
        display: flex;
        justify-content: space-between;
        height: 600px;
    }

    #latest-info .latest-container .card-img {
        height: 1000px;
        position: absolute;
        right: 0;
        top: -50px;

    }


    #latest-info .title-container {
        flex-direction: row;
        margin-left: 67px;
    }

    #latest-info .title-container img {
        height: 51px;
        width: 51px;
    }

    #latest-info .title-container h2 {
        font-size: 48px;
        max-width: 576px;
    }

    #latest-info .column {
        padding: 0 135px;
    }

    #latest-info .column p {
        width: 870px;
        font-size: 27px;

    }

    #support .support-container {
        height: 500px;
        width: 900px;
        background-image: url(./images/support-desktop.png);
        background-position: top;
        margin: 0 auto;
        margin-top: -200px;
    }

    #support .support-container .img-support {
        display: none;
    }

    #support .support-container h3 {
        font-size: 33px;
        padding-left: 265px;
        max-width: 620px;
    }

    #support .support-container h4 {
        font-size: 24px;
        padding-left: 265px;
        margin-top: 50px;
        margin-bottom: 24px;

    }

    #support .support-container .time-row {
        display: flex;
        padding-left: 265px;
        align-items: center;
    }

    #support .support-container .time-row img {
        height: 37px;
        width: 37px;
    }

    #support .support-container .time-row span {
        font-size: 20px;
    }

    #support .support-container .time-row a {
        font-size: 23px;
        width: 112px;
        border-radius: 30px;

    }

    #support .support-container .horizontal-divider {
        margin: 20px 0;
        margin-left: 265px;
        width: 390px;
    }

    #support .download-img {
        display: flex;
        width: 470px;
        margin: 0 auto;
    }

    footer {
        height: 435px;
    }

    footer .download-img {
        display: none;
    }

    footer .footer-container .ip-img {
        height: 290px;
        width: auto;
        position: absolute;
        top: 10px;
        left: 0;
        transform: none;
    }

    footer .footer-container .minnow-footer-icon {
        height: 127px;
        width: 265px;
        margin: 84px auto 0;
        margin-right: 0;
    }

    footer .footer-container .column {
        flex-direction: row;
        align-items: end;
        margin-right: 268px;
    }

    footer .footer-container .column .row {
        flex-direction: column;
        justify-content: center;
        height: 127px;
        gap: 26px;
    }

    footer .footer-container .column .row span {
        font-size: 19px;
    }

    footer .footer-container p {
        margin-top: 26px;
        margin-left: 30px;
        font-size: 22px;
        color: rgba(0, 0, 0, 0.5);
    }


    header nav #menu.hidden {
        display: flex;
    }

    .modal-content {
        height: 650px;
        width: 740px;
    }
    
    .modal-content h3 {
        color: var(--primary-color);
        font-size: 40px;
        margin-top: 40px;
    }
    
    
    .modal-content a {
        height: 120px;
        width: auto;

    }

    .modal-content p {
        font-size: 28px;
        font-weight: 500;
    }

    .lang-modal-content {
        height: 610px;
        width: 750px;
    }

    .lang-btn img {
        height: auto;
        width: auto;
    }
    .lang-modal-content h3 {
        font-size: 40px;
    }

    .lang-modal-content li {
        height: 84px;
    }

    .lang-modal-content li img {
        height: 57px;
        width: 57px;
    }
    .lang-modal-content ul {
        width: 460px;
    }

    .lang-modal-content li span {
        font-size: 23px;
    }
    .lang-modal-content li .check {
        height: 44px;
        width: 55px;
    }

    nav .logo h2 {
        font-size: 32px;
    }
}