.cover {
    width: 100vw;
    height: 100%;
    background-image: url("./images/small_bg.png");
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: cnter;
}


.logo {
    align-self: center;
    width: 200px;
}

.title {
    color: #41527E;
    letter-spacing: 18px;
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
    /* font-size: 3.6em; */
    font-size: 25px;
    font-weight: bolder;
}

.subtitle {
    color: #41527E;
    font-family: 'Roboto Mono', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    /* font-size: 2.2em; */
    font-size: 19px;
    font-weight: 300;

}

.poweredByDiv {
    bottom: 50px;
    position: fixed;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #424242;
    border-color: #636C8D;
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px;
    padding-top: 5px;
}

.dfinityLogo {
    width: 35px;
}

.poweredBy {
    font-family: 'Roboto Mono', sans-serif;
    color: white;
    font-size: 6px;
    padding-bottom: 3px;
    letter-spacing: 1.5px;
}

.center {
    position: absolute;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pure-material-progress-circular {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    padding: 0.25em;
    width: 3em;
    height: 3em;
    color: rgb(var(--pure-material-primary-rgb, 256, 256, 256));
    background-color: transparent;
    font-size: 16px;
    overflow: hidden;
}

.pure-material-progress-circular::-webkit-progress-bar {
    background-color: transparent;
}

/* Indeterminate */
.pure-material-progress-circular:indeterminate {
    -webkit-mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
    mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
    animation: pure-material-progress-circular 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
}

:-ms-lang(x),
.pure-material-progress-circular:indeterminate {
    animation: none;
}

.pure-material-progress-circular:indeterminate::before,
.pure-material-progress-circular:indeterminate::-webkit-progress-value {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-bottom: 0.25em;
    border: solid 0.25em transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 100% !important;
    height: 100%;
    background-color: transparent;
    animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
}

.pure-material-progress-circular:indeterminate::-moz-progress-bar {
    box-sizing: border-box;
    border: solid 0.25em transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
}

.pure-material-progress-circular:indeterminate::-ms-fill {
    animation-name: -ms-ring;
}

@keyframes pure-material-progress-circular {
    0% {
        transform: rotate(0deg);
    }

    12.5% {
        transform: rotate(180deg);
        animation-timing-function: linear;
    }

    25% {
        transform: rotate(630deg);
    }

    37.5% {
        transform: rotate(810deg);
        animation-timing-function: linear;
    }

    50% {
        transform: rotate(1260deg);
    }

    62.5% {
        transform: rotate(1440deg);
        animation-timing-function: linear;
    }

    75% {
        transform: rotate(1890deg);
    }

    87.5% {
        transform: rotate(2070deg);
        animation-timing-function: linear;
    }

    100% {
        transform: rotate(2520deg);
    }
}

@keyframes pure-material-progress-circular-pseudo {
    0% {
        transform: rotate(-30deg);
    }

    29.4% {
        border-left-color: transparent;
    }

    29.41% {
        border-left-color: currentColor;
    }

    64.7% {
        border-bottom-color: transparent;
    }

    64.71% {
        border-bottom-color: currentColor;
    }

    100% {
        border-left-color: currentColor;
        border-bottom-color: currentColor;
        transform: rotate(225deg);
    }
}

body {
    background-color: white !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main {
    background-color: white !important;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
    font-family: 'Roboto Mono', monospace;
}

.title,
.title2 {
    display: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
}

/* left  */
.left {
    width: 40%;
}

.left_first_text {
    width: 100%;
    margin-top: 15%;
    font-size: 44px;
    margin-left: 18%;
    letter-spacing: 2.5px;
    line-height: 55px;
    font-weight: 300;
}

.left_sec_text {
    width: 84%;
    margin-top: 6.5%;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 2px;
    margin-left: 21%;
}

.left_third_button {
    margin-top: 10%;
    background-color: transparent;
    border: none;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 11px;
    font-family: 'Roboto Mono', monospace;
    border-radius: 18px;
    margin-left: 35%;
    background-color: #C3D8FF;
    cursor: pointer;
    letter-spacing: 0.18em;
    margin-bottom: 8%;
}

.left_third_button:hover {
    background-color: #8499E7;
    color: white;
}

/* right  */
.right {
    width: 60%;
    color: white;
    text-align: center;
}


.right_first_text {
    color: black;
    margin-top: 190px;
    margin-left: 5%;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 2%;
}

.right_sec_div {
    position: relative;
    margin-left: 17%;
}

.right_img,
.right_img_text1,
.right_img_text2,
.right_img_div {
    position: absolute;
    top: 0;
    left: 0;
}

.right_img {
    width: 90%;
}

.right_img_text2 {
    margin-top: 12%;
    font-size: 16px;
    padding-left: 37%;
}

.right_img_div {
    width: 100%;
    margin-top: 20%;
    display: flex;
}

.right_left {
    width: 100%;
}

.right_img_text1 {
    width: 50%;
    padding-left: 20%;
    font-weight: 300;
    padding-top: 3%;
    line-height: 12.8px;
    font-size: 10px;
}

.right_left_text1 {
    width: 80%;
    font-style: italic;
    padding: 9% 0 0 25%;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: left;
}

.right_left_text2 {
    width: 75%;
    font-weight: 300;
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5% 12% 0 25%;
}

.right_right_img {
    width: 63%;
    /* height: 60%; */
    padding: 15px 40% 0 11.5%;
    margin-top: 25px;
}

.right_right_text {
    width: 86%;
    font-size: 10px;
    /* padding-left: 27%; */
    padding-top: 1%;
}

.right_png {
    width: 75%;
}

@media screen and (max-width: 1280px) {
    body {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .main {
        display: flex;
        flex-flow: column;
        width: 800px;
        align-items: center;
        justify-content: center;
        background-color: white !important;
    }

    .title {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        order: 1;
    }

    .title2 {
        display: block;
        text-align: center;
        /* margin-left: 5%; */
        margin-top: 20px;
        width: 100%;
        font-size: 44px;
        margin-bottom: 0;
        padding-bottom: 0;
        order: 2;
    }

    .left {
        width: 100%;
        order: 4;
        /* margin-top: 10%; */
    }

    .left_first_text {
        display: none;
    }

    .left_sec_text {
        width: 84%;
        margin-left: 10%;
        /* margin-top: 75%; */
    }

    .left_third_button {
        margin-left: 35%;
        margin-bottom: 10%;
        margin-top: 6%;
    }

    .right {
        width: 100%;
        order: 3;
        margin-top: 3%;
    }

    .right_first_text {
        display: none;
    }

    .right_sec_div {
        width: 100%;
        margin-left: 0 !important;
    }

    .right_img {
        width: 100%;
        height: auto;
    }

    .right_img_text2 {
        width: 50%;
        padding-left: 25%;
        text-align: center;
    }

    .right_img_div {
        display: flex;
    }

    .right_img_text1 {
        width: 60%;
        padding-left: 20%;
        font-weight: 300;
        padding-top: 3%;
    }

    .right_right_img {
        width: 60%;
        height: auto;
        padding: 30px 0 0 65px;
    }

    .right_right_text {
        padding-left: 40%;
    }

    .right_left_text1 {
        text-align: left;
        width: 80%;
    }

    .right_left_text2 {
        text-align: left;
    }

    .right_png {
        width: 100%;
    }
}





@media screen and (max-width: 800px) {
    .main {
        display: flex;
        flex-flow: column;
        width: 550px;
        margin: 0;
        background-color: white !important;
    }

    .title {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        font-size: 10px;
        order: 1;
    }

    .title2 {
        display: block;
        text-align: center;
        margin-top: 20px;
        width: 100%;
        font-size: 30px;
        order: 2;
    }

    .left {
        width: 100%;
        order: 4;
    }

    .left_first_text {
        display: none;
    }

    .left_sec_text {
        width: 84%;
        margin-left: 10%;
        /* margin-top: 80%; */
        font-size: 15px;
        line-height: 30px;
    }

    .left_third_button {
        margin-bottom: 10%;
        margin-left: 30%;
        font-size: 9px;
        /* width: 40%; */
    }

    .right {
        width: 100%;
        order: 3;
        /* margin-top: %; */
    }

    .right_first_text {
        display: none;
    }

    .right_sec_div {
        width: 100%;
        margin-left: 0 !important;
    }

    .right_img {
        width: 100%;
        height: auto;
    }

    .right_img_text2 {
        margin-top: 14%;
        font-size: 11px;
        text-align: center;
    }

    .right_img_div {
        width: 100%;
        display: flex;
    }

    .right_img_text1 {
        width: 70%;
        padding-left: 15%;
        font-weight: 300;
        padding-top: 3%;
        line-height: 10px;
        font-size: 7px;
    }

    .right_right_img {
        width: 60%;
        height: auto;
        margin: 0 0 0 -65px;
    }

    .right_right_text {
        width: 45%;
        font-size: 7px;
        padding-left: 30%;
    }

    .right_left {
        width: 230%;
    }

    .right_left_text1 {
        line-height: 11px;
        font-size: 8px;
        font-weight: 300;
        text-align: left;
    }

    .right_left_text2 {
        width: 80%;
        font-weight: 300;
        text-align: left;
        font-size: 7px;
    }

    .right_png {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .main {
        display: none;
        flex-flow: column;
        width: 360px;
        margin: 0;
        background-color: white !important;
    }

    .title {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        font-size: 10px;
        order: 1;
    }

    .title2 {
        display: block;
        text-align: center;
        margin-top: 20px;
        width: 100%;
        font-size: 20px;
        order: 2;
    }

    .left {
        width: 100%;
        order: 4;
    }

    .left_first_text {
        display: none;
    }

    .left_sec_text {
        width: 84%;
        margin-left: 10%;
        /* margin-top: 80%; */
        font-size: 11px;
        line-height: 20px;
    }

    .left_third_button {
        margin-bottom: 10%;
        margin-left: 20%;
        font-size: 9px;
        /* width: 40%; */
    }

    .right {
        width: 100%;
        order: 3;
        /* margin-top: %; */
    }

    .right_first_text {
        display: none;
    }

    .right_sec_div {
        width: 100%;
        margin-left: 0 !important;
    }

    .right_img {
        width: 100%;
        height: auto;
    }

    .right_img_text2 {
        margin-top: 14%;
        font-size: 11px;
        text-align: center;
    }

    .right_img_div {
        width: 100%;
        display: flex;
    }

    .right_img_text1 {
        width: 70%;
        padding-left: 15%;
        font-weight: 300;
        padding-top: 3%;
        line-height: 10px;
        font-size: 7px;
    }

    .right_right_img {
        width: 60%;
        height: auto;
        margin: 0 0 0 -65px;
    }

    .right_right_text {
        width: 45%;
        font-size: 7px;
        padding-left: 30%;
    }

    .right_left {
        width: 230%;
    }

    .right_left_text1 {
        line-height: 11px;
        font-size: 8px;
        font-weight: 300;
        text-align: left;
    }

    .right_left_text2 {
        width: 80%;
        font-weight: 300;
        text-align: left;
        font-size: 7px;
    }

    .right_png {
        width: 100%;
    }
}