@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

html,
body {
    background-color: #000;
}

a {
    color: #000;
}

form {
    opacity: 0;
}

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

    div#main__title__cycle,
    #main__title {
        position: fixed;
        width: 116vw !important;

    }
}

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

    .language__changer:hover,
    .main__btn:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
    }

    .language__changer,
    .main__btn {
        display: block;
        -webkit-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
    }
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    html,
    body {
        display: none !important;
    }

}

#logo svg {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #000;
    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: 100vh;
    margin: 0;
    max-width: 100vw;
    font-weight: 400;
    max-height: 100vh;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0;
}

.slide-from-left {
    -webkit-animation: slideLeft 1.3s forwards;
    animation: slideLeft 1.3s forwards;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.blur {
    border-radius: 714px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    width: 714px;
    height: 714px;
    position: absolute;
    left: -270px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.blur-from-top {
    opacity: 1;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

h1 {
    margin-top: 100px;
    font-size: 120px;
    line-height: 130px;
    font-weight: 700;
    color: #fff;

}

main {
    max-width: 1110px;
    margin: 0 auto;
}

.language__changer a {
    color: #fff;
    text-decoration: none;
}

header {
    position: relative;
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 33px;
}

header,
footer,
main {
    width: 100%;
}

h1,
h2,
p,
div,
span,
p,
a,
li,
input {
    font-family: 'Montserrat', sans-serif !important;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

footer {
    margin-bottom: 33px;
}

.footer__container {
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #363636;
    font-size: 12px;
    font-weight: 600;
    align-items: flex-end;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.right__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right__column a {
    color: #363636;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;

}

.copyright__text {
    margin-left: 195px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

div#main__title__cycle,
#main__title {
    position: absolute;
    width: 70% !important;
    left: 3%;
    top: 100px;
}

.language__changer,
.main__btn {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top: none;
    border-bottom: none;
    padding: 5px 12px;
}

.main__btn {
    text-decoration: none;
    margin-left: 250px;
}

div#logo {
    position: absolute;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-transition: all 1300ms cubic-bezier(0.440, 0.005, 0.000, 1.015);
    -o-transition: all 1300ms cubic-bezier(0.440, 0.005, 0.000, 1.015);
    transition: all 1300ms cubic-bezier(0.440, 0.005, 0.000, 1.015);
    /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.440, 0.005, 0.000, 1.015);

    -o-transition-timing-function: cubic-bezier(0.440, 0.005, 0.000, 1.015);

    transition-timing-function: cubic-bezier(0.440, 0.005, 0.000, 1.015);
    /* custom */
}

#logo svg {
    width: 148px !important;
    height: 100px !important;
}


#logo {
    position: absolute;

    -webkit-transition: all 1.5s ease-in-out;

    -o-transition: all 1.5s ease-in-out;

    transition: all 1.5s ease-in-out;

}

.language__block,
.main__btn-container {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.slide-from-top {

    -webkit-animation: slide 1s forwards;
    animation: slide 1s forwards;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.footer__container {
    -webkit-transform: translateY(112vh);
    -ms-transform: translateY(112vh);
    transform: translateY(112vh);
}

.slide-from-btm {

    -webkit-animation: slide-btm 1s forwards;
    animation: slide-btm 1s forwards;
}

@-webkit-keyframes slide-btm {
    0% {
        -webkit-transform: translateY(112vh);
        transform: translateY(112vh);
    }

    100% {
        -webkit-transform: translateY(0vh);
        transform: translateY(0vh);
    }
}

@keyframes slide-btm {
    0% {
        -webkit-transform: translateY(112vh);
        transform: translateY(112vh);
    }

    100% {
        -webkit-transform: translateY(0vh);
        transform: translateY(0vh);
    }
}

/* animations */
#intro__line svg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 5px !important;
    height: 100vh !important;
    margin-left: 80px;
}

#intro__line__sec svg {
    height: 5px !important;
    width: 100vw !important;
    position: absolute;
    top: 100px;
}

#intro__line__third svg {
    height: 5px !important;
    width: calc(100vw - 80px) !important;
    position: absolute;
    bottom: 80px;
    left: 83px;
}

#intro__line__fourth svg {
    width: 5px !important;
    height: 100vh !important;
    position: absolute;
    bottom: 83px;
    right: 406px;
}

#intro__figure {
    position: absolute;
    height: 313px;
    width: 345px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

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

    header,
    .footer__container {

        max-width: 1310px;
    }
}

@media screen and (min-width: 1920px) {
    h1 {
        margin-top: 140px;
    }

    header {
        max-width: 1478px;
    }

    main,
    .footer__container {

        max-width: 1410px;
    }

    #intro__figure {
        position: absolute;
        height: 413px;
        width: 375px;
        right: 105px;

    }

    #intro__line__fourth svg {

        right: 606px;
    }

    .main__btn {
        text-decoration: none;
        margin-left: 350px;
    }

    .copyright__text {
        margin-left: 291px;
    }

    #intro__line svg {
        position: absolute;
        top: 0px;
        left: 40px;

    }
}

@media screen and (min-width: 2000px) {
    body {
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
    }

    #intro__line__sec svg,
    #intro__line__third svg {

        width: 120vw !important;
        left: -20vw;
    }
}


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

    header,
    main {
        margin: 0 10%;
    }

    .footer__container {
        max-width: 100%;
        padding: 0 15px;
    }

    header {
        width: inherit;
        padding-top: 33px
    }

    h1 {
        font-size: 90px;
        line-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    @-webkit-keyframes slideLeft {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 100%;
        }
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 100%;
        }
    }

    .blur {
        z-index: 99999999999;

        -webkit-filter: blur(80px);

        filter: blur(80px);

    }

    h1 {
        font-size: 54px;
        line-height: 60px;
    }

    main {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    footer {
        position: fixed;
        bottom: 0;
        width: 100% !important;
    }

    html {
        overflow-x: hidden;
    }

    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blur {
        border-radius: 917px;
        width: 317px;
        height: 317px;
        position: absolute;
        left: -140px;

    }

    .copyright__text {
        margin-left: 0;
    }

    header,
    footer,
    main {
        width: auto;
    }

    .copyright__text {
        margin-right: 27px;
        margin-top: -7px;
    }

    footer {
        margin-bottom: 4.3px;
    }

    .right__column {
        margin-top: 2px;
    }

    .right__column a,
    .right__column p,
    .address__text {
        font-size: 8px;
    }

    header {
        margin: 0 27px;
        padding-top: 20px;
    }

    .footer * {
        font-size: 10px;
    }

    .footer__container {
        flex-direction: row;
        gap: 5px;
        padding: 0 27px;
        margin: 0;
        width: 100%;
    }

    .footer__group {
        flex-direction: column;
    }

    .right__column {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    main {
        margin: 0 27px;
    }

    .copyright__text {
        margin: 0 !important;
    }

    .right__column {
        gap: 20px !important;
        justify-content: space-between;
        width: 100%;
    }

    a.main__btn {
        margin-left: 0;
        border-left: none;
    }

    a.main__btn,
    .language__changer {

        font-size: 12px;
    }

    #logo svg {
        height: 86px !important;
    }

    .header__container {
        margin-top: 11px;
    }

    .slide-from-top {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
    }

    #intro__line svg {

        margin-left: 15px;
    }

    #intro__line__sec svg {
        height: 5px !important;
        width: calc(100vw - 34px) !important;
        left: 17px;
        top: 88px;
    }

    #intro__line__fourth svg {

        bottom: unset;
        top: 0;
        right: 0;
        margin-right: 15px;
    }

    #intro__figure {
        position: fixed;
        height: auto;
        top: unset;
        bottom: 52px;
        right: 18px;
        width: 170px;

    }

    @supports (-webkit-touch-callout: none) {
        #intro__figure {

            bottom: 50px;


        }
    }

    #intro__line__third svg {
        height: 5px !important;
        width: calc(100vw - 34px) !important;
        position: absolute;
        bottom: 53px;
        left: 17px;
    }

    div#main__title__cycle,
    #main__title {
        position: fixed;
        width: 139vw !important;
        overflow-x: hidden;
        left: -12vw;
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    #logo svg {
        width: 127px !important;

    }


    @media screen and (min-width: 768px) and (max-width: 1100px) {
        #intro__line__fourth svg {

            right: 206px;
        }

        #intro__figure {
            position: absolute;
            height: 248px;
            right: -100px;
            top: 0;
            bottom: 0;
            margin: auto 0;
        }
    }

    #logo svg {
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;


    }

}

@media screen and (min-width: 375px) and (max-width: 768px) {
    #logo svg {
        height: 80px;
        width: 120px;
    }
}



@media screen and (max-width: 420px) and (max-height: 650px) {
    #intro__figure {
        position: fixed;
        height: auto;
        top: unset;
        bottom: 52px;
        right: 18px;
        width: 120px;

    }

    @supports (-webkit-touch-callout: none) {
        #intro__figure {

            bottom: 50px;


        }
    }
}



form {
    display: flex;
    justify-content: center;
}

input {
    margin: 0 0.5rem;
    padding: 0.5rem;
    border: 1px solid #333;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2rem;
}

.special {
    margin-top: 2rem;
    font-size: 2rem;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.special i {
    font-size: 1rem;
    cursor: pointer;
}

.special.hidden {
    opacity: 0;
    visibility: hidden;
}

form {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 24px 10px;
    border-radius: 20px;
    position: absolute;
    top: 50px;
    opacity: 0;
}

input {
    border-radius: 8px;
}

.show__pin form {
    transition: 0.3s all linear;
    position: absolute;
    top: 50px;
    opacity: 1;
}

body:not(.show__pin) .pin-code input {
    pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.error {
    position: absolute;
    bottom: 5px;
    left: 38px;
    font-size: 12px;
    color: red;
}

.header__container {
    z-index: 999999999999999;
}

.show__pin header {
    z-index: 9999999999999999;
}

form h4 {
    margin: 0;
    margin-left: 7px;
    margin-bottom: 10px;
    font-weight: 600;
}

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

form#pinForm {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    fieldset {
        display: flex;
    }

    form h4 {
        margin: 0;
        margin-left: 3px;
        margin-bottom: 3px;
        font-weight: 600;
        font-size: 12px;
    }

    input {
        margin: 0 0.1rem;
        padding: 0.1rem;
        border: 1px solid #333;
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 1rem;
    }

    form {
        right: 0;
        padding: 7px;
        border-radius: 10px;

    }

    .show__pin form {
        opacity: 1;

        width: 165px;
    }


    .error__pin form {
        padding-bottom: 16px;
    }





    .error__pin .error {
        position: absolute;
        bottom: 3px;
        left: 7px;
        font-size: 10px;
        color: red;
    }
}

#pinForm {
    width: fit-content;
}

.error__pin form {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
}

@keyframes shake {
    0% {
        transform: translate(3px, 0);
    }

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

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

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(3px, 0);
    }

    50% {
        -moz-transform: translate(-3px, 0);
    }

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

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(3px, 0);
    }

    50% {
        -webkit-transform: translate(-3px, 0);
    }

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

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(3px, 0);
    }

    50% {
        -ms-transform: translate(-3px, 0);
    }

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

@-o-keyframes shake {
    0% {
        -o-transform: translate(3px, 0);
    }

    50% {
        -o-transform: translate(-3px, 0);
    }

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

form {
    transition: 0.3s all linear;
}

*::selection {
    background-color: rgba(255, 255, 255, 0.627);
    color: black;
}

.pin-code {
    right: 0;
}

.pin-code *::selection {
    background-color: rgba(0, 0, 0, 0.627);
    color: rgb(255, 255, 255);
}

.pin-code input {
    outline: 1px solid transparent;
    transition: 0.3s;
}

.pin-code input:focus {
    outline: 1px solid black;
}

footer p {
    cursor: default;
}

.footer * {
    color: #363636;
}

.footer a {
    transition: 0.3s color;
    text-decoration: none;
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.638);
}

.footer a:active {
    color: white;
}

.copyright__text {
    margin: 0;
}

.footer__group {
    display: flex;
    align-items: center;
    gap: 45px;
}

@media (max-width: 768px) {
    .footer__group {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .footer__group:nth-child(2) {
        align-items: flex-end;
    }

    .bots__item:active img {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .bots__item:hover img {
        opacity: 0.8;
    }

    .bots__item:active img {
        opacity: 1;
    }
}

.bots {
    display: flex;
    gap: 10px;
}

.bots__item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bots__item img {
    width: 25px;
    height: 25px;
    opacity: 0.4;
    transition: 0.6s;
}

.pin-code.shake {
    animation: smoothShake .55s cubic-bezier(.36, .07, .19, .97);
}

@keyframes smoothShake {
    0% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-4px);
    }

    30% {
        transform: translateX(4px);
    }

    45% {
        transform: translateX(-3px);
    }

    60% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-2px);
    }

    90% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

address {
    font-style: normal;
    cursor: default;
}

#logo svg:not(:nth-child(1)) {
    display: none;
}