@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica_light.otf');
}

@font-face {
    font-family: 'DS-Digital';
    src: url('../fonts/ds-digital.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/ds-digital.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/ds-digital.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ds-digital.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/ds-digital.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ds-digital.svg#ds-digital') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'TearingFonts';
    src: url('../fonts/Tearingfonts.ttf');
}

body {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(180.18deg, #242342 16.43%, #321570 97.45%);
}

header {
    /*height: 160px;*/
    margin-top: 80px;
    position: relative;
}

a {
  text-decoration: none;
}

.disclaimer-num li {
    padding-left: 1ch;
}

.header-block {
    margin: 0 50px;
}

.logo-box {
    margin-bottom: 10px;
}

.logo {
    position: absolute;
    width: 105px;
    height: 116px;
    top: 55px;
    background: url(/img/logo.png);
    mix-blend-mode: overlay;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(34, 34, 34, 0.95);
    transition: 0.4s;
    margin-top: 74px;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu a,
.nav-menu a:focus {
    display: block;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.3s;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #57D2CB;
    text-decoration: none;
}

.nav-menu .drop-down>a:after {
    content: "\ea27";
    font-family: "boxicons";
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.nav-menu .active.drop-down>a:after {
    content: "\ea27";
}

.nav-menu .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down ul {
    display: none;
    overflow: hidden;
}

.nav-menu ul.drop-down-active {
    display: block;
}

.nav-menu .drop-down li {
    padding-left: 20px;
}

.nav-menu-active {
    right: 0;
}

.nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: rgba(34, 34, 34, 0.5);
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    padding: 10px 12px;
    border-radius: 2px;
    display: none;
}

.nav-toggle i {
    color: #fff;
    font-size: 32px;
}

.nav-toggle-active {
    right: 275px;
    display: block!important;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #884922;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fd680e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #fd680e;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #fd7827;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fd680e;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

h5.buy-GT-title {
    line-height: 30px;
    margin-top: 30px;
}

.blue-line-text {
    color: #17FFE3;
}

.blue-line,
.white-line {
    position: relative;
}

.blue-line:before {
    display: block;
    width: 60px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #17FFE3;
    top: 50%;
}

.white-line:before {
    display: block;
    width: 60px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #FFFFFF;
    top: 50%;
    margin-left: 90px;
}

.logo-wiw {
    padding: 20px;
    width: 250px;
    height: 230px;
    margin-top: -48px;
    margin-left: -55px;
}

section#staking-yield,
section#allocation,
section#earn{
    margin-bottom: 80px;
}

section#earn h5 {
    font-family: 'TearingFonts';
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

section#roadmap h5, section#roadmap p {
    margin-bottom: 0;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #743e1d;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(75, 40, 19, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:hover {
    padding: 10px 20px;
    font-size: 15px;
    color: #743e1d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #fd680e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fd680e;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

a.tol {
    font-size: 72px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.social-links-right {
    float: right;
    margin-top: 100px;
    margin-right: 80px;
}

a.social-links {
    margin-right: 34px;
    text-decoration: none;
}

.header-title {
    font-family: 'TearingFonts', sans-serif;
    width: 480px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    /*font-weight: bold;
    /*margin-top: 40px;*/
    /*margin-left: 30px;*/
    /*margin-bottom: 60px;*/
    /*text-shadow: 0px 0px 10px #ffffff;*/
}

.resource {
    position: absolute;
    width: 780px;
    height: 820px;
    top: 130px;
    background: url(/img/tHe_OoL880x920_violBG.gif);
}

.animation-image {
    margin-top: -80px;
    margin-left: 200px;
    width: 550px;
    height: 550px;
}

/*.countdown-top {
    margin-top: -220px;
}*/

.countdown-title {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0px 20px;
}

.countdown {
    position: relative;
    font-family: 'TearingFonts', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 86px;
    left: -40px;
    float: right;
    /*top: 100px;
    left: 80px;
    margin-bottom: 60px;*/
}

.countdown-number {
    width: 80px;
    height: 80px;
    /*margin-top: 60px;*/
    mix-blend-mode: normal;
    /*border: 5px solid #AFA4D0;*/
    border: 5px solid #ffffff;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 10px #FFFFFF);
    border-radius: 18px;
    display: inline-block;
}

.countdown-time {
    position: relative;
    top: -42px;
    width: 60px;
    height: 60px;
    font-family: 'DS-Digital';
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 66px;
    line-height: 66px;
    /* identical to box height */
    mix-blend-mode: normal;
    /*border: 5px solid #FF0F0F;*/
    box-sizing: border-box;
    text-shadow: 0px 0px 10px #FFFFFF;
    display: inline-block;
}

.countdown-text {
    font-size: 18px;
    margin-top: -50px;
    margin-bottom: 28px;
}

.theool-text {
    text-align: center;
    margin-top: 40px;
}

.header-title-white {
    color: #FFFFFF;
    mix-blend-mode: normal;
}

.header-title-light-purple {
    color: #AFA4D0;
}

.header-title-purple {
    color: #9681d7;
}

.countdown-line {
    width: 122px;
    height: 5px;
    /*background: #AFA4D0;*/
    background: #ffffff;
    margin-top: -20px;
    margin-left: -5px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 20px solid #AFA4D0;*/
    border-top: 20px solid #ffffff;
    margin: 0 auto;
}

.start-text-ico {
    position: relative;
    top: -25px;
    /*font-family: Helvetica;*/
    font-style: normal;
    /*font-weight: 300;*/
    font-size: 36px;
    line-height: 28px;
    /* identical to box height */
    color: #FFFFFF;
    mix-blend-mode: normal;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.red-text {
    /*font-family: Helvetica;*/
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */
    color: #9D0013;
    mix-blend-mode: normal;
    text-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
}
.wito {
    margin-top: -40px;
    margin-bottom: 60px;
}
.wito-center {
    margin: 0 auto;
}
.defi {
    border-right: 1px solid transparent;
    border-image: linear-gradient(360.02deg, #6C6AA0 -30.58%, rgba(108, 106, 160, 0) 105.22%);
    border-image-slice: 1;
    padding-right: 40px;
}
.serverless-services{
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(-270.02deg, #6C6AA0 -30.58%, rgba(108, 106, 160, 0) 105.22%);
    border-image-slice: 1;
    padding: 0 0 60px 40px;
}
.user-friendly {
    border-top: 1px solid transparent;
    border-image: linear-gradient(270.02deg, #6C6AA0 -30.58%, rgba(108, 106, 160, 0) 105.22%);
    border-image-slice: 1;
    padding-right: 40px;
}
.serverless-features {
    border-left: 1px solid transparent;
    border-image: linear-gradient(180.02deg, #6C6AA0 -30.58%, rgba(108, 106, 160, 0) 105.22%);
    border-image-slice: 1;
    padding-left: 40px;
}
.aofr {
    border-left: 1px solid transparent;
    border-image: linear-gradient(180.02deg, #6C6AA0 -30.58%, rgba(108, 106, 160, 0) 105.22%);
    border-image-slice: 1;
}
h5.title.title-top {
    margin-top: 60px;
}
h5.title.title-topp {
    text-align: center;
    margin: 60px 0 20px 0;
}
.logo-block {
    position: relative;
    width: 140px;
    height: 140px;
    background: #1B1832;
    border: 1px solid #6C6AA0;
    border-radius: 50%;
    margin: -70px auto;
}
/*img.logo-block-icon {
    padding: 12px 16px;
}*/

.hwynto {
    margin-bottom: 160px;
    text-align: center;
}
.token {
    font-family: 'TearingFonts', sans-serif;
    position: relative;
    /*font-weight: bold;*/
    font-size: 44px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    top: -80px;
}

.token-text {
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.chart {
    width: 650px;
    margin: 0 auto;
}

.txt-chart {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.txt-shadow, .txt-shadow-small {
    font-family: 'TearingFonts', sans-serif;
    /*font-weight: bold;*/
    font-size: 86px;
    line-height: 70px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFFFFF;
    text-align: center;
    mix-blend-mode: overlay;
    opacity: 0.5;
}

.txt-shadow-small {
    font-size: 70px;
}

.blue-linear {
    position: relative;
    width: 603px;
    height: 2px;
    background: #6C6AA0;
    margin: 40px auto;
}
.blue-linear-gradient {
    position: relative;
    width: 603px;
    height: 2px;
    background: linear-gradient(270.02deg, #6C6AA0 -30.58%, rgba(108, 106, 160, 0) 105.22%);
    margin: 40px auto;
}

.plus {
    position: absolute;
    width: 29px;
    height: 27px;
    font-size: 32px;
    line-height: 18px;
    background: #6C6AA0;
    color: #252443;
    border-radius: 9px;
    text-align: center;
    margin: 0 auto;
    top: -14px;
    left: 49%;
}

.blue-block {
    position: relative;
    width: 280px;
    height: 262px;
    background: linear-gradient(178.68deg, #1B1832 1.12%, rgba(27, 24, 50, 0) 102.61%);
    border-radius: 26px;
    margin: 0 auto;
}

.blue-block:hover {
    position: relative;
    width: 280px;
    height: 262px;
    background: linear-gradient(182.11deg, #BAB4F5 1.78%, rgba(27, 24, 50, 0) 112.74%);
    border-radius: 26px;
}

img.blue-block-pic {
    position: absolute;
    margin: 0 auto;
    left: 35%;
    top: -40px;
}

.blue-block-text {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 84px 15px 67px 15px;
}

h5.title {
    color: #57D2CB;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

div.btn-table {
    width: 500px;
    height: 45px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #6C6AA0;
    padding: .375rem .75rem;
    font-size: 20px;
    border-radius: 86px;
    margin: 15px auto;
}

div.btn-table:hover {
    mix-blend-mode: normal;
    text-shadow: 0px 0px 10px #ffffff;
    box-shadow: 0px 0px 10px #ffffff;
}

input#name.form-control,
input#email.form-control,
input#phone.form-control {
    width: 260px;
    height: 38px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #757575;
    border-radius: 38px;
}

button.btn.btn-primary.btn-send {
    width: 600px;
    height: 86px;
    background: none;
    font-size: 48px;
    font-weight: bold;
    line-height: 21px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 86px;
    margin-top: 60px;
    mix-blend-mode: normal;
    text-shadow: 0px 0px 10px #ffffff;
   box-shadow: 0px 0px 10px #FFFFFF;
}

button.btn.btn-primary.btn-send:hover {
    opacity: 0.5;
}

footer {
    background: #FFFFFF;
    color: #605E94;
    font-size: 18px;
    margin-top: 100px;
    padding: 60px 0;
}

a.link-footer {
    /*display: block;
    color: #605E94;
    text-decoration: none;*/
    margin-right: 40px;
}

.disclaimer {
    font-size: 9px;
    text-align: justify;
    margin: 40px 60px 0;
}

ol.disclaimer-num {
    padding-left: 0.6rem;
}

button.btn.btn-secondary.btn-airdrop,
button.btn.btn-secondary.btn-pre-iso,
button.btn.btn-secondary.btn-iso,
button.btn.btn-secondary.btn-lottery {
    width: 180px;
    color: #17FFE3;
    text-align: center;
    border: 0;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px 16px;
}

button.btn.btn-secondary.btn-airdrop:hover,
button.btn.btn-secondary.btn-pre-iso:hover,
button.btn.btn-secondary.btn-iso:hover,
button.btn.btn-secondary.btn-lottery:hover {
    opacity: 0.8;
}

button.btn.btn-secondary.btn-airdrop {
    background: #7264BA;
}

button.btn.btn-secondary.btn-pre-iso {
    background: #514994;
}

button.btn.btn-secondary.btn-iso {
    background: #383266;
}

a.social-links:hover {
    opacity: 0.8;
}

h5.buy-ttg-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 90px;
    text-align: center;
    mix-blend-mode: normal;
    text-shadow: 0px 0px 10px #FFFFFF;
}

.staking-block {
    /*background: #17112F;*/
    background: #1e1739;
    border-radius: 36px;
    /*height: 500px;*/
    padding: 0 20px;
}

.start-text {
    /*background: linear-gradient(179.69deg, #AFA4D0 -101.32%, rgba(255, 46, 71, 0) 39.84%);*/
    /*width: 428px;*/
    height: 160px;
    margin-top: -20px;
    margin-right: -40px;
    /*padding-top: 30px;*/
}

.side-menu {
    position: fixed;
    display: block;
    top: 0;
    z-index: 9999999;
    text-align: center;
    width: 100%;
}

.side-menu-item:hover, .btn_link:hover {
    box-shadow: 0px 0px 15px #17FFE3;
    color: #17FFE3;
    cursor: pointer;
}

.side-menu-item:hover .side-menu-hover {
    opacity: 1;
    transform: translateX(-100%);
}

a.side-menu-item.menu-item-light-purple {
    background: #7264BA;
}

.side-menu-buttons {
    display: inline-flex;
    transition: all 0.4s;
}

.side-menu-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    width: 140px;
    height: 74px;
    position: relative;
    background-color: #fff;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    color: #17FFE3;
    text-decoration: none;
}

.btn_link {
    background: #7264BA;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    width: 70px;
    height: 37px;
    color: #17FFE3;
}

.blue-text {
    background: linear-gradient(281.57deg, #17FFE3 20.8%, rgba(23, 255, 227, 0) 121.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 29.8333px #17FFE3;
    margin-bottom: 5px;
}

div.btn.btn-ico,
div.btn.btn-pre-ico {
     width: 220px;
     height: 70px;
     font-size: 18px;
    line-height: 3;
     background: #312A65;
     box-shadow: 0px 3.2932px 130.081px rgba(0, 0, 0, 0.25);
     border-radius: 12.3495px;
     cursor: auto;
 }

div.btn.btn-ico {
    color: #17FFE3;
    margin-right: 60px;
}

div.btn.btn-pre-ico {
    color: #FFFFFF;
}

.tree {
    position: relative;
    width: 200px;
    height: 100px;
    border: 1px solid #57D2CB;
    border-radius: 100px/50px;
    cursor: default;
    margin: 10px auto;
}

.tree:hover {
    mix-blend-mode: normal;
    text-shadow: 0px 0px 10px #57D2CB;
    box-shadow: 0px 0px 10px #57D2CB;
}

p.text-tree {
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 100px;
    text-align: center;
}

p.text-tree:hover {
    text-shadow: 0px 0px 29.8333px #17FFE3;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
    background-color: #1c1832;
    border-radius: 26px;
    padding: 20px;
}

#element-1 {
    position: relative;
    width: 140px;
    height: 140px;
    border: 1px solid #57D2CB;
    border-radius: 50%;
    margin: -70px auto;
}

#element-3 {
    margin-top: -20px;
    margin-right: 100px;
}

#element-4 {
    margin-top: -20px;
    margin-left: 100px;
}

#element-5 {
    margin-right: 200px;
}

#element-6 {
    margin-left: 200px;
}

#element-7 {
    margin-right: 300px;
}

#element-8 {
    margin-left: 300px;
}

.copy {
    float: left;
    margin-left: 60px;
}

.social-links-footer {
    float: right;
}

.canvas {
    width: 650px;
    margin: 0 auto;
}

.btn-footer {
    margin: 0 0 20px 80px;
}

.pic1 {
    position: relative;
    margin-top: -70px;
    margin-left: 122px;
}

.pic2 {
    position: relative;
    margin-top: -30px;
    margin-left: 180px;
}

.pic3 {
    position: relative;
    width: 330px;
    height: 401px;
    margin-top: -180px;
    margin-left: -30px;
}

.pic4 {
    position: relative;
    width: 360px;
    height: 316px;
    margin-top: -10px;
    margin-left: -30px;
}

.mmvto {
    font-size: 16px;
    margin-bottom: 80px;
}

.mmvtos {
    display: none;
}

.contacts {
    padding-left: 60px;
}

.reference {
    margin-top: 40px;
    font-size: 14px;
}

.reference-tsy {
    font-size: 14px;
    text-align: center;
    margin: 25px 0;
}

.reference-aofr {
    font-size: 14px;
    text-align: center;
    margin: 40px 0 20px 0;
}

.copy.sm {
    display: none;
    float: none!important;
}

.resources {
    padding-left: 40px;
}

img.validation {
    position:relative;
    right: -60px;
    float: left;
}

.buy-ttg-text {
    margin-top: 15px;
    margin-bottom: 55px;
}

table.roadmap {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #6C6AA0;
}

table.roadmap td {
    padding: 10px;
    border: 1px solid #6C6AA0;
}

table.roadmap th {
    padding: 10px;
    border: 1px solid #6C6AA0;
    text-align: center;
}

@media screen and (max-width: 820px) {
    div.btn-table {
        width: 295px;
    }
    div#element-3.tree {
        margin-right: 50px!important;
    }
    div#element-4.tree {
        margin-left: 50px!important;
    }
    div#element-5.tree {
        margin-right: 100px!important;
    }
    div#element-6.tree {
        margin-left: 100px!important;
    }
    div#element-7.tree {
        margin-right: 150px!important;
    }
    div#element-8.tree {
        margin-left: 150px!important;
    }
    div.btn-table {
        font-size: 14px;
        height: 35px;
    }
    button.btn.btn-secondary.btn-iso {
        width: 130px;
    }
    .resources,
    .contacts {
        padding-left: 0;
    }
    h5.buy-ttg-title {
        font-size: 28px;
    }
    img.validation {
        display: none;
    }
    .staking-block {
        height: auto;
    }
    img.pic1,
    img.pic2,
    img.pic3,
    img.pic4 {
        width: 100%;
        height: auto;
    }
    .pic1 {
        margin-top: 60px;
        margin-left: 40px;
    }
    .pic3 {
        margin-top: -60px;
    }
    .pic4 {
        margin-top: 160px;
    }
    .pic2 {
        margin-top: 0;
        margin-left: 30px;
    }
}
.menu-container {
    display: contents;
}

@media screen and (min-width: 768px) {
    .menu-container {
        display: block;
    }

    .nav-menu {
        margin-top: 0;
    }
    .side-menu *    {
        box-sizing: border-box;
    }
    .side-menu {
        position: fixed;
        display: block;
        top: 120px;
        right: 0;
        z-index: 9999999;
    }
    .side-menu-buttons {
        display: block;
        position: absolute;
        top: 0;
        right: -2px;
        transition: all 0.4s;
        /*box-shadow: 0 4px 4px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);*/
    }

    .side-menu-buttons-active {
        right: 260px!important;
    }

    /*.side-menu-item:first-child {
        border-top-left-radius: 10px;
    }
    .side-menu-item:last-child {
        border-bottom-left-radius: 10px;
        height: 100px;
    }*/
    .side-menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 74px;
        height: 140px;
        position: relative;
        background-color: #fff;
        border-top-left-radius: 11px;
        border-bottom-right-radius: 0!important;
        border-bottom-left-radius: 11px;
        color: #17FFE3;
        text-decoration: none;
        font-size: 12px;
        line-height: 12px;
    }
    .vertical-text {
        font-size: 16px;
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        /*-ms-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0;*/
    }
    a.side-menu-item.menu-item-light-purple {
        background: #7264BA;
    }
    a.side-menu-item.menu-item-purple {
        background: #514994;
    }
    a.side-menu-item.menu-item-dark-purple {
        background: #383266;
    }
    .side-menu-item:not(:last-child) {
        height: 140px;
        margin-bottom: 10px;
    }
    .side-menu-item i,
    .side-menu-item span {
        font-size: 40px;
        color: #000;
        transition: color 0.3s;
    }
    .side-menu-item img {
        height: 40px;
    }
    .side-menu-item svg {
        stroke: #000;
        height: 40px;
        stroke-miterlimit: 10;
        stroke-dasharray: 400;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        transition: stroke 0.3s;
    }
    /*.side-menu-item:hover i,
    .side-menu-item:hover span {
        color: #337AB7;
    }
    .side-menu-item:hover svg {
        stroke: #337AB7;
    }*/
    .side-menu-item:hover {
        box-shadow: 0px 0px 15px #17FFE3;
        color: #17FFE3;
    }
    @keyframes strok {
        100% {
            stroke-dashoffset: 400;
        }
    }
    .side-menu-hover {
        position: absolute;
        background-color: #337AB7;
        color: #FFF;
        border: 2px solid #BFE2FF;
        padding: 0 30px;
        transform: translateX(0);
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 0.2s;
        z-index: -100;
        font-size: 16px;
        border-top-left-radius: 11px;
        border-bottom-left-radius: 11px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .side-menu-item:hover .side-menu-hover {
        opacity: 1;
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 1200px) {
    .logo-box {
        text-align: center;
        /*margin: 0;*/
    }
    .donate-block, .downloads-block {
        padding: 60px 40px 0 40px;
    }
    
    img.logo-block-icon {
        width: 100%;
    }
    .header-title {
        width: 100%;
        font-size: 13px;
        margin-left: 0;
    }

    .countdown {
        width: 100%;
        left: 0;
        margin-top: 20px;
    }

    .countdown-number {
        width: 92px;
        height: 88px;
    }
    .start-text,
    .countdown-line {
        width: 100%;
    }
    .countdown-time {
        top: -45px;
        font-size: 64px;
    }
}
@media screen and (max-width: 767px) {
    a.tol {
        font-size: 52px;
    }

    .header-block {
        margin: 0;
    }

    img.animation-image {
        max-width: 100%;
        height: auto;
        margin: 40px 0 0 0;
    }
    div.btn-table {
        width: 100%;
    }
    /*.start-text {
        width: 100%;
    }*/
    .start-text {
        height: auto;
    }
    .start-text-ico {
        position: relative;
        top: -40px;
        font-size: 44px;
    }
    button.btn.btn-primary.btn-send {
        width: 100%;
    }
    .canvas {
        width: 100%!important;
    }
    .social-links-footer {
        float: left!important;
        margin: 40px 0 0 80px!important;
    }
    div.btn.btn-ico, div.btn.btn-pre-ico {
        width: 150px;
    }
    div.btn.btn-ico {
        margin-right: 20px!important;
    }
    h6.title-footer {
        margin-top: 20px;
    }
    .logo-block {
        display: none;
    }
    .defi,
    .serverless-services,
    .user-friendly,
    .serverless-features {
        border: 0;
        padding: 0;
    }
    .aofr {
        border: 0;
        padding: 0 12px;
    }
    h5.title {
        margin-top: 5px;
    }
    h5.title.title-top,
    h5.title.title-topp {
        margin-top: 30px;
    }
    .txt-shadow {
        font-size: 32px;
    }
    .txt-shadow-small {
        font-size: 25px;
    }
    .token {
        font-family: 'TearingFonts', sans-serif;
        font-size: 22px;
        line-height: 22px;
    }
    .hwynto {
        display: none;
    }
    .hwyntos {
        display: block!important;
    }
    .mmvto {
        display: none;
    }
    .mmvtos {
        display: block;
        margin-top: 60px;
    }
    .pic1 {
        margin-top: 0;
        margin-left: -30px;
        margin-bottom: -30px;
    }
    .pic2 {
        margin-top: 0;
        margin-left: 0;
    }
    .pic3 {
        width: 220px;
        height: 267px;
        margin-top: 0;
        margin-left: 80px;
        margin-bottom: -30px;
    }
    .pic4 {
        width: 300px;
        height: 263px;
        margin: 0 auto;
    }
    button.accordion-button.collapsed {
        background-color: #2b1c5a!important;
        color: #FFFFFF!important;
    }
    .accordion-item {
        background-color: #2b1c5a!important;
        border: 0!important;
    }
    .accordion-button:not(.collapsed) {
        background-color: #2b1c5a!important;
        color: #FFFFFF!important;
        box-shadow: none!important;
    }
    .tree {
        border-radius: 86px;
        height: 45px;
    }
    p.text-tree {
        line-height: 45px;
    }
    .reference-tsy {
        font-size: 12px;
        text-align: justify;
    }
    div.btn-table.sm {
        font-size: 16px;
    }
    .social-links-footer {
        display: none;
    }
    .copy {
        display: none;
    }
    .copy.sm {
        display: block!important;
    }
}

@media screen and (max-width: 600px) {
    button.btn.btn-secondary.btn-airdrop,
    button.btn.btn-secondary.btn-pre-iso,
    button.btn.btn-secondary.btn-iso,
    button.btn.btn-secondary.btn-lottery {
        width: 260px;
    }
    .contacts,
    .resources {
        padding-left: 12px;
    }
    .btn-footer {
        margin: 0 40px;
    }
    .copy,
    .social-links-footer,
    .disclaimer {
        margin-left: 40px!important;
    }
    .all_rights_reserved {
        margin-right: 40px;
    }
    /*header {
        height: 120px;
    }*/
    .header-title {
        line-height: 21px;
    }
    .countdown-number {
        margin-top: 20px;
    }
    .countdown-text {
        margin-top: -55px;
    }
    /*.start-text {
        height: 140px;
    }*/
    .accordion-button {
        font-size: 18px;
        padding: 16px 0;
        font-weight: bold;
    }
    .accordion-button:focus {
        border-color: #2b1c5a!important;
        box-shadow: none;
    }
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
}

@media screen and (max-width: 360px) {
    .countdown-number {
        width: 88px;
        height: 88px;
    }
    .countdown-time {
        font-size: 46px;
        top: -36px;
    }
    .countdown-text {
        margin-top: -35px;
    }
    .start-text-ico {
        font-size: 36px;
    }
    .white-line:before {
        margin-left: 0;
    }
    .text-end {
        text-align: center!important;
    }
}

@media screen and (max-width: 320px) {
    .countdown-number {
        width: 80px;
        height: 80px;
    }
    .countdown-text {
        font-size: 22px;
    }
    .countdown-time {
        top: -55px;
        left: -5px;
    }
    .pic3 {
        margin-left: 60px;
    }
    .countdown-time {
        font-size: 48px;
    }
    .contacts {
        padding-left: 12px;
    }
    .btn-footer {
        margin: 0 0 60px 40px;
    }
    .copy,
    .social-links-footer,
    .disclaimer {
        margin-left: 40px!important;
    }
}

/*это для секции Press about TheOoL */
.partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 0;
    }
.partners-list__item {
    -webkit-filter: gray;
    filter: gray;
    opacity: .5;
    margin: 0 20px 40px;
    text-align: center;
    display:inline-block;
    }
.partners-list__item img {
    border: 0;
    vertical-align: middle;
    display:block;
    max-width: 300px;
    }

.nav-link {
    color: #fff;
    text-decoration: solid underline 1px;
    text-underline-offset: 10px;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: solid underline 3px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    text-decoration: solid underline 2px;
}

.tab-pane {
    display: flex
}

.btn-download-left {
    background: transparent;
    border: 0.5px solid #ffffff;
    border-radius: 25px 0px 0px 25px;
    color: #17FFE3;
    text-decoration: none;
    height: 40px;
    position: initial;
}
.btn-download-right {
    background: transparent;
    border: 0.5px solid #ffffff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #17FFE3!important;
    text-decoration: none;
    height: 40px;
    width: auto;
    padding: 5px 10px;
    margin-left: 2px;
    position: absolute;
}

.btn-download-left:focus, .btn-download-left:hover, .btn-download-right:focus, .btn-download-right:hover {
    box-shadow: 0px 0px 15px #17FFE3!important;
    color: #17FFE3;
}

.dropdown-menu {
    background: transparent;
    border: 0.5px solid #ffffff;
}
.dropdown-item {
    color: #17FFE3;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #17FFE3;
    text-decoration: solid underline 2px;
    background: transparent;
    text-underline-offset: 5px;

}

.donate-block, .downloads-block {
    padding: 60px 60px 0 60px;
}