@charset "UTF-8";

@font-face {
    font-display: swap;
  font-family: "chill";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/chill.ttf") format("truetype");
}

@font-face {
    font-family: "Cactus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cactus.TTF") format("truetype");
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
    max-width: 100%;
 
    height: auto;
    vertical-align: middle;
 
}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}


a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}


body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

*::-ms-input-placeholder {
    opacity: 1;
}

*::placeholder {
    opacity: 1;
}

body {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    font-family: "chill", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    background-color: #dedede;
    position: relative;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100dvh;
    position: relative;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

input {
    border: 0;
    outline: 0;
    border-radius: 0;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

@media (hover: none) and (pointer: coarse) {
    .no-scroll {
        margin-right: 0;
    }
}

textarea:focus {
    outline: none;
}

._container {
    width: 100%;
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

section {
    position: relative;
}




@media (min-width: 768px) {
    .br-tab {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .br-desc {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (max-width: 480px) {
    .br-desc {
        display: none;
    }

    .br-tab {
        display: none;
    }
}


.tooltip {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: fixed;
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 3px;
    padding-left: 18px;
    padding-right: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    white-space: nowrap;
    border-radius: 100px;
    font-weight: 800;
    font-style: italic;
    font-size: 17px;
    pointer-events: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
    .tooltip {
        font-size: 16px;
    }
}

.tooltip.active {
    opacity: 1;
}

.main {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/1920.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bn-number {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #b90209;
    border: 5px solid #000;
    font-family: "Cactus", Arial, Helvetica, sans-serif;
    border: 7px solid #c5c5c5;
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    height: 59px;
    color: #fff;
    font-size: 96px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    height: 90px;
    padding-bottom: 24px;
}

.main-container {
    width: 100%;
    max-width: 95%;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.flag {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1808/1080;
    background-image: url("../img/flag.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    -webkit-animation: wave 7s ease-in-out infinite;
    animation: wave 7s ease-in-out infinite;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg) translateX(-50%);
        transform: translateY(-50%) rotate(0deg) translateX(-50%);
    }

    25% {
        -webkit-transform: translateY(-50%) rotate(1.5deg) translateX(-50%);
        transform: translateY(-50%) rotate(1.5deg) translateX(-50%);
    }

    50% {
        -webkit-transform: translateY(-50%) rotate(0deg) translateX(-50%);
        transform: translateY(-50%) rotate(0deg) translateX(-50%);
    }

    75% {
        -webkit-transform: translateY(-50%) rotate(-1.5deg) translateX(-50%);
        transform: translateY(-50%) rotate(-1.5deg) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(0deg) translateX(-50%);
        transform: translateY(-50%) rotate(0deg) translateX(-50%);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg) translateX(-50%);
        transform: translateY(-50%) rotate(0deg) translateX(-50%);
    }

    25% {
        -webkit-transform: translateY(-50%) rotate(1.5deg) translateX(-50%);
        transform: translateY(-50%) rotate(1.5deg) translateX(-50%);
    }

    50% {
        -webkit-transform: translateY(-50%) rotate(0deg) translateX(-50%);
        transform: translateY(-50%) rotate(0deg) translateX(-50%);
    }

    75% {
        -webkit-transform: translateY(-50%) rotate(-1.5deg) translateX(-50%);
        transform: translateY(-50%) rotate(-1.5deg) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(0deg) translateX(-50%);
        transform: translateY(-50%) rotate(0deg) translateX(-50%);
    }
}

.mi-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    max-width: 1053px;
    width: 100%;
    aspect-ratio: 1053/464;
    background-image: url("../img/caption.png");
    margin-bottom: 20px;
    margin-top: -50px;
}

.b-1 {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    width: 50%;
    height: auto;
    max-width: 567px;
    aspect-ratio: 567/481;
    background-image: url("../img/b-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

@-webkit-keyframes swing {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    50% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@keyframes swing {
    0%, 100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    50% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

.b-1 {
    -webkit-animation: swing 3s ease-in-out infinite;
    animation: swing 3s ease-in-out infinite;
}

.b-2 {
    -webkit-animation: swing 3s ease-in-out 0.7s infinite;
    animation: swing 3s ease-in-out 0.7s infinite;
}

.b-2 {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
    width: 50%;
    height: auto;
    max-width: 567px;
    aspect-ratio: 567/481;
    background-image: url("../img/b-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

.vt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    max-width: 1055px;
    width: 100%;
    aspect-ratio: 1055/273;
    background-image: url("../img/si.png");
}

@-webkit-keyframes floating {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
 
    }
}

@keyframes floating {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
 
    }
}

.side-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: url("../img/all.png");
    position: fixed;
    aspect-ratio: 2048/1000;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -50px;
    -webkit-animation: floating 3s ease-in-out infinite;
    animation: floating 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

.text-ch {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    max-width: 621px;
    line-height: 1.2;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    margin-bottom: 20px;
}

.buy-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    z-index: 0;
    background-image: url("../img/buy.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    aspect-ratio: 225/85;
    width: 225px;
    margin-bottom: 20px;
}

.buy-btn:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.bottom-container {
    width: 100%;
    max-width: 95%;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-bottom: 22px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    row-gap: 20px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.soc-btns a {
    width: 70px;
    aspect-ratio: 1/1;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.soc-btns a:hover {
    scale: 1.06;
}

@media (max-width: 650px) {
    .soc-btns a:hover {
        scale: initial;
    }
}

.soc-btns a:active {
    top: 2px;
}

@media (max-width: 650px) {
    .soc-btns a:active {
        top: initial;
    }
}

.df-icon {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 27px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url("../img/df.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.mobile {
    display: none;
}


.swiper {
    width: 100%;
}

.swiper-controls {
    width: 100%;
    height: 50px;
    position: relative;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: initial !important;
    right: initial !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.2;
    background: red;
}

.swiper-pagination-bullet-active {
    background: red;
    opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
}

.swiper-button-next {
    content: "";
    position: absolute;
    background-image: url("../img/10.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
    right: 20px;
    left: initial;
    z-index: 15;
    margin-top: initial;
    margin-bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-button-prev {
    content: "";
    position: absolute;
    background-image: url("../img/10.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
    left: 20px;
    right: initial;
    z-index: 15;
    margin-top: initial;
    margin-bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.soc-btns .chart-btn {
    width: 200px;
    height: auto;
    aspect-ratio: 198/92;
}


.anim-el {
    opacity: 0;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.anim-go {
    opacity: 1;
}

.buy-btn.anim-el {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.buy-btn.anim-go {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


@media (max-height: 1100px) {
    .side-bg {
        bottom: -70px;
    }

    .mi-block {
        max-width: 800px;
        margin-bottom: 0;
    }

    .bn-number {
        height: 60px;
        font-size: 80px;
    }
}

@media (max-height: 950px) {
    .mi-block {
        max-width: 700px;
        margin-bottom: 0;
    }

    .bn-number {
        height: 50px;
        font-size: 60px;
        padding-bottom: 14px;
    }

    .b-1 {
        max-width: 450px;
        left: -70px;
    }

    .b-2 {
        max-width: 450px;
        right: -70px;
    }
}


@media (max-width: 1200px) {
    .b-1 {
        max-width: 350px;
        left: -150px;
    }

    .b-2 {
        max-width: 350px;
        right: -150px;
    }
}

@media (max-width: 650px) {
    .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .soc-btns {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .soc-btns a {
        width: 43px;
    }

    .df-icon {
        width: 17px;
    }

    .text-ch {
        text-align: center;
        max-width: 90%;
        font-size: 14px;
    }

    .main-container {
        width: 100%;
        max-width: initial;
        padding-top: 15px;
        padding-bottom: 0;
    }

    .buy-btn {
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
        margin-bottom: 0;
        width: 180px;
    }

    .buy-btn:hover {
        -webkit-transform: translateX(-50%) scale(1.03);
        -ms-transform: translateX(-50%) scale(1.03);
        transform: translateX(-50%) scale(1.03);
    }

    .side-bg {
        max-width: 300px;
    }

    .bottom-container {
        bottom: 20px;
    }

    .mi-block {
        width: 100%;
        max-width: 90%;
    }

    .main {
        background-image: url("../img/360.png");
    }

    .bn-number {
        height: auto;
        font-size: 20px;
    }

    .soc-btns {
        margin-bottom: 5px;
    }

    .bn-number {
        border-width: 3px;
        padding-bottom: 3px;
    }

    .mi-block {
        aspect-ratio: 1053/464;
        background-image: url("../img/caption.png");
        margin-bottom: 10px;
    }

    .soc-btns .chart-btn {
        width: 120px;
    }

    .side-bg {
        width: 100%;
        background-image: url("../img/all-mob.png");
        bottom: -30px;
        max-width: initial;
        left: 0;
        aspect-ratio: 360/352;
    }

    .b-2 {
        display: none;
    }
  @    -webkit-keyframes swing {
        0%, 100% {
      -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }

    25% {
        -webkit-transform: translateX(-50%) rotate(2deg);
        transform: translateX(-50%) rotate(2deg);
    }

    50% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }

    75% {
        -webkit-transform: translateX(-50%) rotate(-2deg);
        transform: translateX(-50%) rotate(-2deg);
    }
}

@keyframes swing {
    0%, 100% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }

    25% {
        -webkit-transform: translateX(-50%) rotate(2deg);
        transform: translateX(-50%) rotate(2deg);
    }

    50% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }

    75% {
        -webkit-transform: translateX(-50%) rotate(-2deg);
        transform: translateX(-50%) rotate(-2deg);
    }
}

.b-1 {
    top: 37%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: initial;
    width: 300px;
    max-width: initial;
    -webkit-animation: swing 3s ease-in-out infinite;
    animation: swing 3s ease-in-out infinite;
}

.flag {
    display: none;
}
}