:root {
    --doc-height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
}

@media only screen and (min-width: 1200px) {

    * {
        margin: 0px;
        padding: 0px;
    }
    .home {
        width: 100vw;
        height: 100vmin;
        min-height: 100vh;

        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .home-img-m {
        display: none;
    }

    .home-img {
        width: 100%;
        height: 100%;
    }
    .home-container {
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .home-content {
        width: 100%;
        height: 100%;
    }

    .home-content-img {
        width: 100%;
        height: 100%;
        aspect-ratio: 290 / 67;
    }

    .home-mobile-logo-text {
        display: none;
    }

    .home-logo-text {
        width: calc(25% - 25px);
        height: auto;
        position: absolute;
        top: 80px;
        left: 80px;
        max-width: 487px;
        color: #FFFFFF;
        margin-right: 10px;
    }

    .home-logo {
        max-width: 290px;
        max-height: 80px;
    }

    .logo {
        position: absolute;
        top: 0;
        left: 0;
        aspect-ratio: 290 / 80;
        width: 290px;
        height: 67px;
    }
    .logo-image {
        width: 100%;
        height: 100%;
        aspect-ratio: 290 / 80;
    }

    .hemo-text-title {
        margin-top: 48px;
        width: 486px;
        font-family: inherit!important;
        font-style: normal;
        font-weight: 800;
        font-size: 39px;
        line-height: 48px;
        text-transform: uppercase;
    }

    .home-text {
        font-family: inherit!important;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 32px;
        margin-top: 20px;
    }

    .continental-background {
        background-image: url("images/Globe.webp");
        background-repeat: no-repeat;
        position: relative;
        width: 877px;
        height: 877px;
        top: calc((100% - 660px) / 3);
        left: calc((100% - 200px) / 2);
    }

    .continentals-block {
        width: 808px;
        height: 290px;
        position: fixed;
        top: calc((100% + 60px ) / 3);
        left: calc((100% - 470px) / 2);
        font-family: inherit!important;
        font-style: normal;
    }

    .continental-left {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 256px;
        max-height: 170px;
        background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
        border-radius: 12px 0 12px 12px;
    }

    .continental-location {
        position: absolute;
        top: -38px;
        right: -10px;
        width: 23px;
        height: 23px;
    }

    .continental-location-img {
        width: 100%;
        height: 100%;
    }

    .continental-location-triangle {
        position: absolute;
        top: -26px;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 26px solid white;
        border-left: 12px solid transparent;
    }

    .continental-content-top {
        border-radius: 12px 0 0 0;
        display: flex;
        gap: 10px;
        margin: 16px;
    }

    .continental-top-flag {
        border-radius: 50%;
        border: none;
        width: 56px;
        height: 56px;
    }

    .continental-top-flag-img {
        border-radius: 50%;
        border: none;
        width: 100%;
        height: 100%;
    }

    .continental-country {
        color: #330066
    }

    .continental-country-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.1em;
    }
    .continental-country-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .continental-content-bottom {
        background: #FFFFFF;
        border-radius: 0 0 12px 12px;
    }

    .continental-content-btn {
        font-family: inherit!important;
        border: none;
        width: 236px;
        height: 36px;
        margin: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #FF3366;
        border-radius: 4px;
        cursor: pointer;
    }

    .continental-right {
        position: absolute;
        bottom: 0;
        right: 0;
        background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
        border-radius: 12px 12px 0 12px;
    }

    .right-continental-location {
        position: absolute;
        bottom: -38px;
        right: -10px;
        width: 23px;
        height: 23px;
    }

    .right-continental-location-img {
        width: 100%;
        height: 100%;
    }

    .right-continental-location-triangle {
        position: absolute;
        bottom: -26px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 26px solid white;
        border-left: 12px solid transparent;
    }

    .right-continental-content-top {

        border-radius: 12px 0 0 0;
        display: flex;
        gap: 10px;
        margin: 16px;
    }

    .right-continental-top-flag {
        border-radius: 50%;
        border: none;
        width: 56px;
        height: 56px;
    }

    .right-continental-top-flag-img {
        border-radius: 50%;
        border: none;
        width: 100%;
        height: 100%;
    }

    .right-continental-country {
        color: #330066;
    }

    .right-continental-country-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.1em;
    }
    .right-continental-country-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .right-continental-content-bottom {
        background: #FFFFFF;
        border-radius: 0 0 0 12px;
    }

    .right-continental-content-btn {
        font-family: inherit!important;
        width: 236px;
        height: 36px;
        margin: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #FF3366;
        border-radius: 4px;
        cursor: pointer;
        border: none;
    }

    .home-crypto {
        position: absolute;
        top: calc(100% - 164px );
        width: 500px;
        left: calc(50% - 250px);
        margin: 0px auto;
        text-align: center;
        color: #FFFFFF
    }
    .home-crypto-paragraph {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .home-crypto-title {
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
        text-align: center;
        text-transform: uppercase;
    }



    /*/////*/
    .footer {
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(100% - 100px);
    }
    .footer-background-right {
        height: 48px;
        position: absolute;
        top: 0;
        width: 100%;
        background: linear-gradient(270deg, #0F0021 0%, rgba(31, 0, 83, 0) 8%);
        z-index: 10;
    }
    .footer-background-left {
        height: 48px;
        position: absolute;
        top: 0;
        width: 100%;
        background: linear-gradient(90deg, #1F0053 0%, rgba(31, 0, 83, 0) 8%);
        z-index: 10;
    }
    .footer-slider {
        height: 48px;
        position: relative;
    }

    .footer-slider .ticker-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        overflow: hidden;
        width: 250%;
        height: 48px;
        transform: translate(100%, 0%);
    }

    .ticker-wrapper-img {
        max-width: 160px;
        max-height: 48px;
        width: 100%;
        height: 100%;
    }
    .ticker-wrapper__first-half, .ticker-wrapper__second-half {
        margin: 0 20px;
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        animation: arrows 100s infinite linear forwards;
    }

    .ticker-wrapper__second-half {
        animation: 100s arrows 50s infinite linear forwards;
    }


    @keyframes arrows {
        0% {
            transform: translate(100%, 0);
        }

        50% {
            transform: translate(0%, 0);
        }

        100% {
            transform: translate(-100%, 0);
        }
    }
}


@media only screen and (max-width: 1199px) {

    * {
        margin: 0px;
        padding: 0px;
    }

    .home {
        height: var(--doc-height, 100%);
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;

    }
    .home-img {
        display: none;
    }

    .home-img-m {
        width: 100%;
        height: 100%;
    }

    .home-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .home-content {
        width: 100%;
        height: 100%;
    }

    .home-content-img {
        width: 100%;
        height: 100%;
    }
    .home-logo-text {
        display: none;
    }

    .home-mobile-logo-text {
        width: calc(100% - 32px);
        margin: 30px auto 0 auto;
        height: auto;
        max-width: 358px;
        color: #FFFFFF;
        text-align: center;

    }

    .home-logo {
        max-width: 174px;
        max-height: 52px;
        margin: 0 auto;
    }
    .logo-image {
        width: 100%;
        height: 100%;
        aspect-ratio: 174 / 52;
    }
    .home-text {
        margin-top: 12px;
        font-family: inherit!important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .continental-background {
        background-image: url("images/mGlobe.png");
        background-repeat: no-repeat;
        position: relative;
        width: 432px;
        height: 439px;
        top: calc((100% - 850px) / 3);
        left: calc((100% - 400px) / 2);
        z-index: 100;
    }

    .continentals-block {
        font-family: inherit!important;
        font-style: normal;
        width: 240px;
        height: 308px;
        position: absolute;
        top: calc((100% - 110px) / 3);
        left: calc((100% - 256px) / 2);
    }

    .continental-left {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: 212px;
        max-height: 131px;
        background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
        border-radius: 0px 12px 12px 12px;
    }

    .continental-location {
        position: absolute;
        top: -38px;
        left: -10px;
        width: 20px;
        height: 20px;
    }

    .continental-location-img {
        width: 100%;
        height: 100%;
    }

    .continental-location-triangle {
        position: absolute;
        top: -26px;
        left: 0px;
        width: 0;
        height: 0;
        border-bottom: 26px solid white;
        border-right: 12px solid transparent;
    }

    .continental-content-top {
        border-radius: 12px 0px 0px 0px;
        display: flex;
        gap: 10px;
        margin: 8px;
    }

    .continental-top-flag {
        border-radius: 50%;
        border: none;
        width: 44px;
        height: 44px;
    }

    .continental-top-flag-img {
        border-radius: 50%;
        border: none;
        width: 100%;
        height: 100%;
    }

    .continental-country {
        color: #330066
    }

    .continental-country-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.1em;

    }
    .continental-country-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .continental-content-bottom {
        background: #FFFFFF;
        border-radius: 0 0 12px 12px;
    }

    .continental-content-btn {
        font-family: inherit!important;
        border: none;
        width: 196px;
        height: 32px;
        margin: 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #FF3366;
        border-radius: 4px;
    }

    .continental-right {
        position: absolute;
        bottom: 0px;
        right: 0px;
        max-width: 212px;
        max-height: 131px;
        background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
        border-radius: 12px 0 12px 12px;
    }

    .right-continental-location {
        position: absolute;
        top: -38px;
        right: -10px;
        width: 20px;
        height: 20px;
    }

    .right-continental-location-img {
        width: 100%;
        height: 100%;
    }

    .right-continental-location-triangle {
        position: absolute;
        top: -26px;
        right: 0px;
        width: 0;
        height: 0;
        border-bottom: 26px solid white;
        border-left: 12px solid transparent;
    }

    .right-continental-content-top {
        border-radius: 12px 0px 0px 0px;
        display: flex;
        gap: 10px;
        margin: 8px;
    }

    .right-continental-top-flag {
        border-radius: 50%;
        border: none;
        width: 44px;
        height: 44px;
    }

    .right-continental-top-flag-img {
        border-radius: 50%;
        border: none;
        width: 100%;
        height: 100%;
    }

    .right-continental-country {
        color: #330066;
    }

    .right-continental-country-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.1em;
    }
    .right-continental-country-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .right-continental-content-bottom {
        background: #FFFFFF;
        border-radius: 0 0 12px 12px;
    }

    .right-continental-content-btn {
        font-family: inherit!important;
        width: 196px;
        height: 32px;
        margin: 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #FF3366;
        border-radius: 4px;
        border: none;
    }

    .home-crypto {
        position: absolute;
        top: calc(100% - 110px );
        width: 500px;
        left: calc(50% - 250px);
        margin: 0 auto;
        text-align: center;
        color: #FFFFFF;
        font-family: inherit!important;
        font-style: normal;
    }
    .home-crypto-paragraph {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .home-crypto-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
    }
    /*/////*/
    .footer {
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(100% - 66px);
    }
    .footer-background-right {
        height: 32px;
        position: absolute;
        top: 0;
        width: 100%;
        background: linear-gradient(270deg, #0F0021 0%, rgba(31, 0, 83, 0) 10%);
        z-index: 10;
    }
    .footer-background-left {
        height: 32px;
        position: absolute;
        top: 0;
        width: 100%;
        background: linear-gradient(90deg, #0F0021 0%, rgba(31, 0, 83, 0) 10%);
        z-index: 10;
    }

    .footer-slider {
        height: 32px;
        position: relative;
    }

    .footer-slider .ticker-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        overflow: hidden;
        width: 800%;
        height: 32px;
        transform: translate(110%, 0);
    }

    .ticker-wrapper-img {
        max-width: 150px;
        max-height: 32px;
        width: 100%;
        height: 100%;
    }
    .ticker-wrapper__first-half, .ticker-wrapper__second-half {
        margin: 0 20px;
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        animation: arrows 100s infinite linear forwards;
    }

    .ticker-wrapper__second-half {
        animation: 100s arrows 50s infinite linear forwards;
    }


    @keyframes arrows {
        0% {
            transform: translate(100%, 0);
        }

        50% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-100%, 0);
        }
    }

}
