/* ==================== [ 1500px ] ==================== */
@media (min-width: 1500px) {

    /* ==================== [ Common Start ] ==================== */
    .container-fluid,
    .container {
        max-width: calc(var(--container) + (var(--container-padding) * 2));
    }

    /* ==================== [ Common End ] ==================== */
}

/* ==================== [ 1499px ] ==================== */
@media (max-width: 1499px) {

    /* ==================== [ Layout / Container ] ==================== */
    .container {
        width: 100%;
        max-width: 100%;
    }
}

/* ==================== [ 992px ] ==================== */
@media (min-width: 992px) {

    .has-html5video .f-html,
    .has-youtube .f-html,
    .has-vimeo .f-html {
        max-width: 63.492vw;
        max-height: 35.714vw;
    }

    .f-button svg,
    .f-button.is-close-button {
        width: 1.984vw !important;
        height: 1.984vw !important;
    }

    .f-button.is-close-button {
        top: calc((1.984vw + 2px) * -1);
    }
}


/* ==================== [ 991px ] ==================== */
@media (max-width: 991px) {

    /* ==================== [ Root CSS Start ] ==================== */
    /* ==================== [ Layout / Container ] ==================== */
    :root {
        --container-padding: 20px;
        --row-gutter-space: 26px;
    }

    /* ==================== [ Headings ] ==================== */
    :root {
        --heading-color: var(--white);
        --heading-font-family: var(--font-secondary);
        --heading-mb: 14px;
        --heading-fw: 700;

        --h1-fs: 72px;
        --h1-lh: 95%;

        --h2-fs: 60px;
        --h2-lh: 104%;

        --h3-fs: 60px;
        --h3-lh: 104%;

        --h4-fs: 32px;
        --h4-lh: 110%;

        --h5-fs: 24px;
        --h5-lh: 120%;

        --h6-fs: 18px;
        --h6-lh: 130%;
    }

    /* ==================== [ Root CSS End ] ==================== */

    /* ==================== [ Brand Global CSS Start ] ==================== */
    body {
        font-size: 18px;
    }

    /* ==================== [ Brand Global CSS End ] ==================== */

    /* ==================== [ Typography Start ] ==================== */
    figure {
        margin: 0;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    textarea:-webkit-autofill:active,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 1000px var(--transparent) inset !important;
    }

    p {
        margin-bottom: 14px;
    }

    ol,
    ul {
        margin-bottom: 14px;
        padding-left: 30px;
    }

    ol ol,
    ol ul,
    ul ol,
    ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    blockquote {
        padding: 16px 16px 16px 24px;
        border-left: 5px solid var(--blockquote-border-color);
        margin-bottom: 20px;
    }

    pre {
        padding: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    table {
        margin-bottom: 16px;
    }

    th,
    td {
        border: 1px solid var(--table-border);
        padding: 8px 12px;
    }

    hr {
        margin-block: 20px;
    }

    .typography {
        padding-block: 120px;
    }

    .typography img {
        max-width: 300px;
        margin-bottom: 20px;
    }

    .typography img.align-left {
        margin-right: 40px;
    }

    .typography img.align-right {
        margin-left: 40px;
    }

    /* ==================== [ Typography End ] ==================== */

    /* ==================== [ Common Heading Start ] ==================== */
    /* ==================== [ Common Heading End ] ==================== */

    /* ==================== [ Button Start ] ==================== */
    .btn {
        width: fit-content;
        padding: 20px 42px;
        font-size: 18px;
        font-weight: 600;
        line-height: 146%;
        border-radius: 0px;
        border: 1px solid;
        gap: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    /* ==================== [ Button End ] ==================== */

    /* ==================== [ Error 404 Start ] ==================== */
    .error-404 {
        padding: 80px 0;
        height: 100dvh;
    }

    .error-404 .action * {
        margin: 0 auto;
    }

    /* ==================== [ Error 404 End ] ==================== */

    /* ==================== [ Extra Common Start ] ==================== */
    main {
        padding-top: 98px;
    }

    /* ==================== [ Extra Common End ] ==================== */


    /* ==================== [ Header Start ] ==================== */
    .header .top-bar {
        width: 100%;
        height: 20px;
    }

    .header .navbar {
        padding: 10px 65px 10px 65px;
    }

    .header .navbar-brand img {
        width: 45px;
    }

    .header .navbar .navbar-nav {
        gap: 20px;
        margin-top: 30px;
        text-align: center;
    }

    .header .navbar .nav-link {
        font-size: 16px;
        line-height: 145%;
        letter-spacing: -0.08px;
    }

    /* ==================== [ Header End ] ==================== */

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner .banner-container {
        padding: 168px 30px;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        -ms-border-radius: 23px;
        -o-border-radius: 23px;
    }

    .home-banner .banner-container .content {
        gap: 27px;
        max-width: 638px;
    }

    .home-banner .banner-container .content .logo * {
        width: 470px;
    }

    .home-banner .banner-container .content .title * {
        margin-bottom: 0;
    }

    .home-banner .banner-container .content .subtitle * {
        font-size: 34px;
        font-weight: 500;
        line-height: 124%;
        margin-bottom: 0;
    }

    .home-banner .banner-container .content .subdisc * {
        font-weight: 500;
        font-size: 26px;
        line-height: 146%;
        margin-bottom: 0;
    }

    .home-banner .form-info {
        margin-top: 17px;
        font-weight: 500;
        font-size: 17px;
        line-height: 146%;
    }

    .contact-main .contact-block form,
    .home-banner form {
        padding-top: 14px;
    }

    .form-group {
        width: 100%;
    }

    .form-group .form-control {
        border: 0;
        padding: 22px 26px;
        font-weight: 500;
        font-size: 18px;
        line-height: 146%;
    }

    .form-group .form-control::placeholder {
        font-weight: 500;
        font-size: 18px;
        line-height: 146%;
    }

    .waitlist-feedback {
        min-height: 1.6em;
        margin-top: 11px;
        font-size: 16px;
    }

    .waitlist-telegram-link {
        margin-top: 8px;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ Counter Start ] ==================== */

	    .counter {
	        padding-top: 147px;
	        padding-bottom: 48px;
	    }

    .counter-main {
        max-width: 806px;
    }

    .counter-main .counter-block .counter-title * {
        font-size: 70px;
    }

    .counter-main .counter-block .disc {
        max-width: 228px;
    }

    .counter-main .counter-block .disc * {
        font-size: 28px;
        line-height: 34px;
    }

    /* ==================== [ Counter End ] ==================== */


    /* ==================== [ Wallet Start ] ==================== */

    .wallet .wallet-wrapper {
        padding: 163px 0;
    }

    .wallet .wallet-main {
        max-width: 550px;
    }

    .wallet-main .wallet-img {
        text-align: center;
    }

    .wallet-main .wallet-img img {
        width: 438px;
    }

    .wallet-main .wallet-content {
        max-width: 550px;
    }

    .wallet-main .wallet-content .title {
        text-align: center;
    }

    .wallet-main .wallet-content ul li {
        margin-bottom: 14px;
    }

    /* ==================== [ Wallet End ] ==================== */


    /* ==================== [ Work Start ] ==================== */

    .work .work-wrapper {
        padding: 200px 0;
    }

    .work .work-wrapper::before {
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

    .work-wrapper .work-main {
        max-width: 550px;
    }

    .work-main .work-block:not(:last-child) {
        margin-bottom: 186px;
    }

    .work-block .work-block-content {
        max-width: 100%;
    }

    .work-wrapper .work-main .row {
        flex-direction: column-reverse;
        row-gap: 103px;
    }

    .work-wrapper .work-main>*:nth-child(even) .row {
        flex-direction: column-reverse;
    }

    .work-wrapper .work-main>*:nth-child(even) .row .work-img {
        text-align: left;
    }

    .work-block .work-block-content ul li {
        margin-bottom: 14px;
    }

    .work-block .work-img {
        text-align: center;
    }

    .work-block .work-img img {
        width: 100%;
        max-width: 535px;
        border-radius: 95px;
        -webkit-border-radius: 95px;
        -moz-border-radius: 95px;
        -ms-border-radius: 95px;
        -o-border-radius: 95px;
    }

    /* ==================== [ Work End ] ==================== */

    /* ==================== [ Contact Start ] ==================== */

    .contact .contact-main {
        padding: 111px 0;
        text-align: center;
        max-width: 100%;
    }

    .contact .contact-main:before {
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

    .contact-main .contact-block {
        max-width: 638px;
    }

    .contact-main .contact-block .title * {
        margin-bottom: 11px;
    }

    .contact-main .contact-block .disc * {
        margin-bottom: 11px;
    }

    .contact-main .contact-block form {
        max-width: 613px;
        margin: 0 auto;
    }

    .contact-main .contact-block .form-info {
        margin-top: 17px;
        font-size: 18px;
    }

    /* ==================== [ Contact End ] ==================== */

    /* ==================== [ Send-Text CSS Start  ] ==================== */

    .send-text {
        padding: 167px 0 100px 0;
    }

    .send-text-wrp {
        max-width: 806px;
    }

    .send-text-wrp .send-text-top .send-text-main-img {
        padding: 0 0 0 3.175vw;
    }

    .send-text-wrp .send-text-top .send-text-main-img img {
        width: 738px;
        border-radius: 33px;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        -ms-border-radius: 33px;
        -o-border-radius: 33px;
    }

    .send-text-wrp .send-text-top .send-text-block-container {
        bottom: -34px;
    }

    .send-text-wrp .send-text-top .send-text-block-container .amount-block {
        font-size: 15px;
        line-height: 22px;
        padding: 17px 23px;
        margin-bottom: 13px;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -ms-border-radius: 34px;
        -o-border-radius: 34px;
    }

    .send-text-wrp .send-text-top .send-text-block-container .payment-block {
        max-width: 314px;
        padding: 28px 40px 28px 19px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

    .send-text-wrp .send-text-top .send-text-block-container .payment-block .block-img {
        width: 55px;
        height: 55px;
        min-width: 55px;
        margin-right: 15px;
    }

    .send-text-wrp .send-text-top .send-text-block-container .payment-block .block-content * {
        font-size: 15px;
        line-height: 20px;
    }

    .send-text-wrp .send-text-content {
        max-width: 638px;
        padding-top: 95px;
    }

    .send-text-wrp .send-text-content .detail span {
        display: block;
    }


    /* ==================== [ Send-Text CSS End ] ==================== */

    /* ==================== [ Revolution CSS Start ] ==================== */
    .revolution {
        padding: 90px 0 110px;
    }

    .revolution .revolution-img {
        padding: 0 20px;
    }


    .revolution .revolution-img img {
        width: 100%;
        height: 100%;
    }

    .revolution-wrp {
        max-width: 638px;
        margin: 0 auto;
    }

    .revolution .revolution-wrp .subtitle * {
        font-size: 34px;
        line-height: 33px;
        letter-spacing: 1.996px;
        margin-bottom: 30px;
    }

    .revolution .revolution-wrp .title {
        margin-bottom: 30px;
    }

    .revolution .revolution-wrp .detail br {
        display: none;
    }

    /* ==================== [ Revolution CSS End ] ================== */

    /* ==================== [ Feature CSS Start ] ==================== */
    .features {
        padding: 84px 0 168px;
    }

    .features-wrp {
        max-width: 645px;
    }

    .features-wrp .row {
        margin: 0 -13px;
    }

    .features-wrp .row>* {
        padding: 0 13px;
    }

    .feature-block {
        padding: 1px;
        border-radius: 34px;
        -webkit-border-radius: 34.005px;
        -moz-border-radius: 34.005px;
        -ms-border-radius: 34.005px;
        -o-border-radius: 34.005px;
    }

    .feature-block::before {
        padding: 1px;
    }

    .feature-inner-block {
        padding: 48px 38px 0 38px;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -ms-border-radius: 34px;
        -o-border-radius: 34px;
    }

    .feature-inner-block .block-content {
        width: 100%;
        max-width: 324px;
    }

    .feature-block .block-content .block-title * {
        font-size: 34px;
        line-height: 34px;
        letter-spacing: 1.996px;
        margin-bottom: 7px;
    }

    .feature-block .block-content .details * {
        font-size: 18px;
        line-height: 31px;
        color: var(--gray);
    }

    .feature-inner-block .block-img {
        margin: 40px auto 0;
    }

    .feature-inner-block .block-img * {
        width: 266px;
        height: 146px;
    }

    /* ==================== [ Feature CSS End ] ==================== */

    /* ==================== [ Series CSS Start  ] ==================== */

    .series {
        padding-top: 167px;
    }

    .series .series-wrp {
        max-width: 1270px;
        background: url(../images/thumb/series-mobile.webp);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
        padding: 61px 84px;
        border-radius: 67px;
        -webkit-border-radius: 67px;
        -moz-border-radius: 67px;
        -ms-border-radius: 67px;
        -o-border-radius: 67px;
    }

    .series-wrp .series-content {
        max-width: 100%;
        flex-direction: column;
    }

    .series-wrp .series-content .series-play-btn .play-btn {
        width: 63px;
        height: 54px;
        margin: 0 0 42px 0;
    }

    .series-wrp .series-content .series-right-content {
        max-width: 728px;
        text-align: center;
    }

    .series-wrp .series-content .series-right-content .title * {
        margin-bottom: 17px;
    }

    .series-wrp .series-content .series-right-content .content *:not(:last-child) {
        margin-bottom: 17px;
    }

    .series-wrp .series-content .series-right-content .content {
        margin-bottom: 17px;
    }

    .series-wrp .series-content .series-right-content .btn {
        margin: 0 auto;
    }

    /* ==================== [ Series CSS End  ] ==================== */

    /* ==================== [ Footer CSS Start ] ==================== */

    .footer {
        padding: 160px 0 90px 0;
    }

    .footer .footer-wrp {
        max-width: 580px;
    }

    .footer .footer-wrp .footer-logo {
        margin: 0 auto 30px auto;
    }

    .footer .footer-wrp .footer-logo img {
        width: 470px;
    }

    .footer .footer-wrp .detail {
        margin-bottom: 95px;
    }

    .footer .footer-wrp .detail * {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.257px;
    }

    .footer .footer-wrp .f-social-link ul {
        margin: 0 0 33px 0;
        gap: 52px;
    }

    .footer .footer-wrp .f-social-link ul li a {
        width: 40px;
        height: 30px;
    }

    .footer .footer-wrp .f-link ul {
        margin: 0 0 33px 0;
        gap: 21px;
    }

    .footer .footer-wrp .f-link ul li a {
        font-size: 15px;
        line-height: 21px;
    }

    .footer .footer-wrp .f-copy * {
        font-size: 12px;
        line-height: 15px;
    }

    /* ==================== [ Footer CSS End ] ==================== */
}


/* ==================== [ 575px ] ==================== */
@media (max-width: 767px) {

    /* ==================== [ Root CSS Start ] ==================== */
    /* ==================== [ Layout / Container ] ==================== */
    :root {
        --container-padding: 10px;
        --row-gutter-space: 26px;
    }

    /* ==================== [ Headings ] ==================== */
    :root {
        --heading-mb: 14px;

        --h1-fs: 43px;
        --h1-lh: 95%;

        --h2-fs: 43px;
        --h2-lh: 104%;

        --h3-fs: 43px;
        --h3-lh: 104%;

        --h4-fs: 28px;
        --h4-lh: 115%;

        --h5-fs: 20px;
        --h5-lh: 125%;

        --h6-fs: 16px;
        --h6-lh: 135%;
    }

    /* ==================== [ Root CSS End ] ==================== */

    /* ==================== [ Brand Global CSS Start ] ==================== */
    body {
        font-size: 18px;
        line-height: 131%;
    }

    ol,
    ul {
        padding-left: 24px;
    }

    /* ==================== [ Brand Global CSS End ] ==================== */

    /* ==================== [ Button Start ] ==================== */
    .btn {
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 0px;
        border: 1px solid;
        gap: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    /* ==================== [ Button End ] ==================== */

    /* ==================== [ Error 404 Start ] ==================== */
    .error-404 {
        padding: 80px 0;
        height: 100dvh;
    }

    .error-404 .action * {
        margin: 0 auto;
    }

    /* ==================== [ Error 404 End ] ==================== */

    /* ==================== [ Extra Common Start ] ==================== */
    main {
        padding-top: 76px;
    }

    /* ==================== [ Extra Common End ] ==================== */


    /* ==================== [ Header Start ] ==================== */
    .header .top-bar {
        width: 100%;
        height: 0px;
    }

    .header .navbar {
        padding: 15px 10px 15px 10px;
    }

    .header .navbar-brand img {
        width: 35px;
    }

    .header .navbar .navbar-nav {
        gap: 20px;
    }

    .header .navbar .nav-link {
        font-size: 16px;
        line-height: 145%;
        letter-spacing: -0.08px;
    }

    /* ==================== [ Header End ] ==================== */

    /* ==================== [ Home Banner Start ] ==================== */
    .home-banner .banner-container {
        padding: 56px 30px;
    }

    .home-banner .banner-container .content {
        gap: 18px;
        max-width: 638px;
    }

    .home-banner .banner-container .content .logo * {
        width: 242px;
    }

    .home-banner .banner-container .content .title * {
        margin-bottom: 0;
    }

    .home-banner .banner-container .content .subtitle * {
        font-size: 20px;
    }

    .home-banner .banner-container .content .subdisc * {
        font-weight: 500;
        font-size: 18px;
        line-height: 146%;
        margin-bottom: 0;
    }

    .home-banner .form-info {
        margin-top: 17px;
        font-weight: 500;
        font-size: 15px;
        line-height: 146%;
    }

    .form-group {
        width: 100%;
    }

    .form-group .form-control {
        border: 0;
        padding: 8px 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 146%;
    }

    .form-group .form-control::placeholder {
        font-size: 16px;
        line-height: 146%;
    }

    .waitlist-feedback {
        min-height: 1.6em;
        margin-top: 10px;
        font-size: 14px;
    }

    .waitlist-telegram-link {
        margin-top: 8px;
    }

    /* ==================== [ Home Banner End ] ==================== */

    /* ==================== [ Counter Start ] ==================== */

	    .counter {
	        padding-top: 56px;
	        padding-bottom: 28px;
	    }

    .counter-main {
        gap: 26px;
        padding: 0 23px;
        max-width: 550px;
    }

    .counter-main .counter-block .counter-title * {
        font-size: 43px;
    }

    .counter-main .counter-block .disc {
        max-width: 198px;
    }

    .counter-main .counter-block .disc * {
        font-size: 16px;
        line-height: 21px;
    }

    /* ==================== [ Counter End ] ==================== */

    /* ==================== [ Wallet Start ] ==================== */

    .wallet .wallet-wrapper {
        padding: 150px 15px;
    }

    .wallet .wallet-main {
        max-width: 312px;
    }

    .wallet .wallet-main .row {
        row-gap: 50px;
    }

    .wallet-main .wallet-img img {
        width: 312px;
    }

    .wallet-main .wallet-content {
        max-width: 550px;
    }

    .wallet-main .wallet-content ul li {
        margin-bottom: 8px;
    }

    /* ==================== [ Wallet End ] ==================== */


    /* ==================== [ Work Start ] ==================== */

    .work .work-wrapper {
        padding: 87px 15px;
    }

    .work .work-wrapper::before {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    .work-wrapper .work-main {
        max-width: 310px;
    }

    .work-main .work-block:not(:last-child) {
        margin-bottom: 126px;
    }

    .work-block .work-block-content {
        max-width: 100%;
    }

    .work-block .work-block-content ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .work-block .work-img img {
        width: 100%;
        max-width: 310px;
        border-radius: 55px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        -ms-border-radius: 55px;
        -o-border-radius: 55px;
    }

    /* ==================== [ Work End ] ==================== */

    /* ==================== [ Contact Start ] ==================== */

    .contact .contact-main {
        padding: 128px 15px;
    }

    .contact .contact-main:before {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    .contact-main .contact-block {
        max-width: 320px;
    }

    .contact-main .contact-block form {
        max-width: 320px;
        margin: 0 auto;
    }

    /* ==================== [ Contact End ] ==================== */

    /* ==================== [ Send-Text CSS Start  ] ==================== */

    .send-text {
        padding: 90px 0 45px;
    }

    .send-text-wrp {
        padding: 0 12px;
    }

    .send-text-wrp .send-text-content .title * {
        margin-bottom: 18px;
    }

    .send-text-wrp .send-text-top .send-text-block-container .amount-block {
        padding: 14px 20px;
    }

    .send-text-wrp .send-text-top .send-text-block-container .payment-block {
        padding: 28px 38px 28px 19px;
    }

    .send-text-wrp .send-text-top .send-text-main-img {
        padding: 0;
    }

    .send-text-wrp .send-text-top .send-text-main-img img {
        border-radius: 16px;
        -webkit-border-radius: 16px;
    }

    .send-text-wrp .send-text-top .send-text-block-container {
        width: 100%;
        max-width: 308px;
        bottom: -88px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .send-text-wrp .send-text-content {
        padding-top: 138px;
    }


    /* ==================== [ Send-Text CSS End  ] ==================== */


    /* ==================== [ Revolution CSS Start ] ==================== */

    .revolution {
        padding: 45px 0 45px;
    }

    .revolution-wrp {
        padding: 0 39px;
    }

    .revolution .revolution-img {
        padding: 0 10px;
    }

    .revolution .revolution-img img {
        width: 100%;
        height: auto;
        /* height: 196px; */
    }

    .revolution .revolution-wrp .subtitle * {
        margin-bottom: 10px;
    }

    .revolution .revolution-wrp .title {
        margin-bottom: 10px;
    }

    .revolution .revolution-wrp .title * {
        font-size: 43px;
        line-height: 41px;
    }

    .revolution .revolution-wrp .detail br {
        display: none;
    }

    /* ==================== [ Revolution CSS End ] ================== */

    /* ==================== [ Feature CSS Start ] ==================== */
    .features {
        padding: 45px 0;
    }

    .features-wrp .row {
        margin: 0;
    }

    .features-wrp .row>* {
        padding: 0;
    }

    .feature-block {
        padding: 1px;
        border-radius: 34px;
        -webkit-border-radius: 34.005px;
        -moz-border-radius: 34.005px;
        -ms-border-radius: 34.005px;
        -o-border-radius: 34.005px;
    }

    .feature-block::before {
        padding: 1px;
    }

    .feature-inner-block {
        padding: 48px 20px 0 20px;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -ms-border-radius: 34px;
        -o-border-radius: 34px;
    }

    .feature-inner-block .block-content {
        width: 100%;
        max-width: 324px;
    }

    .feature-block .block-content .block-title * {
        font-size: 29px;
        line-height: 33px;
        letter-spacing: 0;
    }

    .feature-block .block-content .details * {
        font-size: 18px;
        line-height: 24px;
        color: var(--gray);
    }

    .feature-inner-block .block-img {
        margin: 32px auto 0;
    }

    .feature-inner-block .block-img * {
        width: 266px;
        height: 124px;
    }

    /* ==================== [ Feature CSS End ] ==================== */

    /* ==================== [ Series CSS Start  ] ==================== */

    .series {
        padding-top: 90px;
    }

    .series .series-wrp {
        padding: 48px 36px 102px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

    /* ==================== [ Series CSS End  ] ==================== */

    /* ==================== [ Footer CSS Start ] ==================== */
    .footer {
        padding: 35px 0 195px 0;
    }

    .footer .footer-wrp .footer-logo img {
        width: 310px;
    }

    .footer .footer-wrp .detail * {
        font-size: 18px;
    }

    .footer .footer-wrp .f-link ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ==================== [ Footer CSS End ] ==================== */
}

@media (max-width:575px) {

    .send-text-wrp .send-text-content {
        max-width: 310px;
    }

    /* ==================== [ Footer CSS Start ] ==================== */

    .footer .footer-wrp {
        max-width: 310px;
    }

    .footer .footer-wrp .detail br {
        display: none;
    }

    /* ==================== [ Footer CSS End ] ==================== */
}

@media (max-width:400px) {

    .counter-main {
        gap: 20px;
        padding: 0 5px;
    }

    .wallet-main .wallet-img img {
        width: 280px;
    }
}
