.bg-blue {
    /*background-color: rgb(80, 0, 2x5x5);*/
}

html {
    /*background-color: #8600ff;*/
    scroll-behavior: smooth;
}

body {
    font-family: 'Overpass Mono', monospace;
    width: 100%;
    height: 100%;
    color: #fff;
    /*background-color: #8600ff;*/
    font-weight: 300;
}

h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: -3px;
    text-shadow: 1px 1px 2px #000;
}
.phases {
    display: flex;
    flex-wrap: wrap;
}
.phases > div {
    width: 33.333333%;
}
.roadmap h2 {
  margin-top: 160px;
}
.phases ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.phases li {
    margin: 0 0 10px 0;
    line-height: 24px;
    position: relative;
}
.phases li img {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -25px;
}
.phase__title {
    font-family: 'Oswald', sans-serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.members {
    display: flex;
}
.members > div {
    padding: 0 10px;
    width: 33.333333%;
}
.member__name {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.members > div img {
    height: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
    width: 100%;
}
.team h2 {
  margin-top: 160px;
}
.nft h2 {
  margin-top: 160px;
}
.nfts {
    display: flex;
    margin-top: 40px;
}
.nfts > div {
    padding: 0 10px;
    width: 33.333333%;
}
.nft__image {
    position: relative;
    height: 0;
    padding-top: 100%;
    border: 2px solid #8600ff;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.nfts > div img {
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.web-width {
    align-self: center;
    width: 1280px;
}

.header {
    display: flex;
    flex-direction: column;
    /*height: 900px;*/
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url('../background/ip.png') no-repeat center center;
    background-size: contain;
    background-color: #000000;
}

.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: auto;
}

.navigation {
    flex: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
    position: relative;
    z-index: 2;
}

.navigation-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 36px;
}


.navigation-links a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s;
}


.navigation-links a:hover {
    opacity: 0.7;
}

.headline {
    display: flex;
    flex: 1;
    flex-direction: column;
    /*justify-content: center;*/
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

h2 {
    text-transform: uppercase;
    font-size: 85px;
    font-weight: 600;
}

.headline h2 {
    margin-bottom: 40px;

}

.headline h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
}

.container {
    /*background-color: #0A0F13;*/
    /*background: url('../background/dark_background.png') no-repeat center center fixed;*/
    /*background-size: cover;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 200px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #000;
}

.container .bg {
    background: url(../background/infinity.jpg) no-repeat center center;
    background-size: cover;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 50%;
}

@keyframes fireball {
    from {
        transform: scale(1.0) rotate(0deg);
    }
    to {
        transform: scale(1.09) rotate(5deg);
    }
}

.container .bg {
    animation-name: fireball;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /*animation-fill-mode: forwards;*/
}

.content-wrapper {
    display: flex;
    flex-direction: column;
}

.content-wrapper h2 {
    padding-bottom: 80px;
}

.token h2 {
    padding-top: 200px;
}

.tokenomics {
    display: flex;
    flex-direction: column;
}

.tokenomics h2 {
    margin-top: 160px;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 50px;
    padding-right: 12px;
}

.logo h1 {
    font-family: 'Makise';
    font-size: 46px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 5px;
}

.token-info {
    display: flex;
    flex-direction: column;
    flex-direction: row;
}

.token-info > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: left;
}

.token-info > div:last-child {
    text-align: right;
}

.token-info > div:last-child .bullet-text {
    justify-content: end;
}

.token-info .bullet-text button {
    margin-left: 6px;
}

.token-info .bullet-title {
    font-weight: bold;
}

.token-info .bullet-text {

    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 36px;
}

.contract-address > *:first-child {
    margin-right: 6px;
}

.text-wrapper {
    display: flex;
    justify-content: center;
}

.text p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 24px;
}

.text p:first-child {
    margin-top: 0px;
}

.buy-now-wrapper {
    display: flex;
    margin-top: 160px;
    align-self: center;
}

.buy-now {
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #fff;
    border: 1px solid #8600ff;
    font-size: 20px;
    font-weight: 400;
    padding: 24px 36px;
    background-color: #8600ff;
    transition: all 0.2s;
}

.buy-now:hover {
    opacity: 0.8;
}

.text-wrapper .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.buy-now-text {
    line-height: 20px;
}

.uniswap {
    height: 24px;
    margin-top: -4px;
    margin-right: 12px;
}


#contract {
    display: none;
}

.clipboard {
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
    outline: none;
    width: 14px;
    cursor: pointer;
    transition: all 0.5s;
}

.clipboard:hover,
.clipboard:active {
    opacity: 0.6;
}

.contract > *:first-child {
    padding-right: 12px;
}

.email {
    font-size: 16px;
    margin-top: 48px;
    margin-bottom: 12px;

}

.footer {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #8600ff;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.follow-us {
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.follow-us > *:first-child {
    letter-spacing: 3px;
    font-size: 36px;
}

.follow-us > *:last-child {
    font-size: 18px;
    margin-top: 24px;
}

.follow-links {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer a {
    padding: 5px;
    transition: all 0.2s;
}

.footer a:hover {
    opacity: 0.8;
}

.follow-links > * {
    margin-right: 12px;
}

.follow-links > *:last-child {
    margin-right: 0px;
}

.footer img {
    width: 36px;
}

.copyright {
    font-size: 24px;
}


#toast {
    position: fixed;
    display: flex;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: -100px;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.5s;
}

#toast.toast-visible {
    visibility: visible;
    bottom: 100px;
}

#toast > div {
    border-radius: 25px;
    background-color: #fff;
    color: rgb(22, 28, 37);
    padding: 12px 24px;
}
