* {
    padding: 0;
    margin: 0;
    border: 0
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,:active {
    outline: none
}

a:focus,a:active {
    outline: none
}

nav,footer,header,aside {
    display: block
}





body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background: url(https://cdn.discordapp.com/attachments/1101363948126736504/1129147390625071355/Screenshot_1.png) no-repeat;
  background-size: cover;
  color: #00edff;
  display: flex;
  justify-content: center;
  letter-spacing: 0.6px;
  align-items: center;
  flex-direction: column;
}

input,button,textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}



* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

.makam {
    display: block
}

figure {
    margin: 0 auto
}

header {
    width: 80%;
    position: fixed;
    top: 20px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100
}

header .logo img {
    width: 250px
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 0
}

.social-list li {
    margin-right: 15px
}

.social-list li:last-child {
    margin-right: 0
}

.social-list li:first-child a img {
    width: 40px
}

.social-list li a {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    font-size: 22px;
    padding: 10px;
    transition: all .4s;
    color: #000;
    font-weight: 600px
}

.social-list li a img,.social-list li a svg {
    width: 30px;
    height: max-content
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex
}

._ibg {
    position: relative
}

._ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-area {
    display: flex
}

.main-area__left {
    flex: 0 1 50%;
    height: 100%
}

.main-area__right {
    flex: 0 1 50%;
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: radial-gradient(circle farthest-corner at 50% 50%, #1b2f7a 15.0634765625%, #a2a9c2 100%);
}

.left-title {
    font-size: 64px;
    font-weight: 900;
    margin: 0
}

.left-pre__title {
    font-weight: 900;
    font-size: 19px;
    margin-top: -5px;
    margin-bottom: 30px
}

.slider-area {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.slider-area img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover
}

.token {
    width: 85%;
    margin-top: 25px;
    color: #fff
}

.token-title {
    margin-top: 24px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 12px
}

.token-line {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.token-line .line {
    width: 100%;
    height: 10px;
    background: hsl(0deg 16.41% 44.74% / 10%);
    border-radius: 6px
}

.token-line .progress-line {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 10px;
    border-radius: 6px
}

.token-number {
    display: flex;
    align-items: center
}

.token-number span {
    font-size: 20px
}

.pre-total {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pre-total #price-total {
    font-size: 18px;
    font-weight: 900
}

.add-input-remove {
    display: flex;
    align-items: center
}

.add-input-remove a img {
    width: 22px;
    height: auto;
    object-fit: contain
}

.minus-btn,.plus-btn {
    background: hsla(0,0%,59.2%,.25);
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px
}

.minus-btn {
    margin-right: 10px
}

.plus-btn {
    margin-right: 20px
}

.add-input-remove input {
    width: 150px;
    border: none;
    text-align: center;
    background: 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: hsla(0,0%,59.2%,.25);
    border-radius: 6px;
    margin-right: 25px;
    padding: 10px 0
}

.add-input-remove input:hover,.add-input-remove input:focus {
    border: none;
    outline: none
}

.price-box {
    font-size: 10px;
    color: hsl(0deg 73.35% 74.94% / 72.94%);
    margin-left: 16px;
    line-height: 170%
}

.right-title {
    position: relative;
    font-size: 40px;
    font-weight: 7000;
    margin: 0 0 20px
}

.right-title img {
    width: 200px
}

.right-list {
    text-align: left;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.right-list div {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.right-list div .text {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-family: roboto mono,monospace;
    font-weight: 400;
    text-align: center
}

.pre-total {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 16px;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px
}

.price {
    background: #0d0d0e87;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700
}

.price-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 20px
}

.price-list li {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.price-list li .text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px
}

.price-list li .number {
    text-align: center;
    font-weight: 600;
    font-size: 22px
}

.price-list li .live {
    background: #2ec129;
    border-radius: 4px;
    padding: 10px 13px
}

#root button {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center !important;
	align-items: center;
	background: #08fdc8;
	border: 1px solid #08fdc8;
	border-radius: 10px;
	font-weight: 500;
	font-style: inherit;
	font-size: 20px;
	line-height: 32px;
	color: #1a1c1e;
	padding: 25px 125px;
	height: 60px;
	cursor: pointer;
	transition-duration: .3s;
	letter-spacing: .5px;
	margin-top: 15px;
}

.btn.btn-primary {
	animation: glowing 1000ms infinite;
}




.mint-btn {
    width: 100%
}

.wallet-address {
    color: #fff;
    text-shadow: 0 4px 3px #00a2d1;
    text-align: center;
    display: none
}

#remaining {
    display: none
}

.animation {
    -webkit-animation: animation 4s infinite;
    animation: animation 4s infinite
}

@-webkit-keyframes animation {
    0% {
        transform: rotate(0deg) translate3d(5px,0,0) rotate(0deg)
    }

    to {
        transform: rotate(1turn) translate3d(5px,0,0) rotate(-1turn)
    }
}

@keyframes animation {
    0% {
        transform: rotate(0deg) translate3d(5px,0,0) rotate(0deg)
    }

    to {
        transform: rotate(1turn) translate3d(5px,0,0) rotate(-1turn)
    }
}

@media(max-width: 1200px) {
    .price-list li .number {
        font-size:18px
    }

    .token-number span {
        font-size: 18px
    }

    #root button {
        font-size: 18px;
        height: 50px
    }

    .price-list li .text {
        text-align: center
    }
}

@media(max-width: 991.98px) {
    .main-area {
        flex-direction:column-reverse
    }

    .right-title {
        font-size: 32px;
        margin: 0 0 10px
    }

    .price-list li .text {
        margin-bottom: 5px
    }

    .price-list li .number {
        font-size: 16px
    }

    .token-number span {
        font-size: 16px
    }

    .slider-area img {
        width: 550px;
        object-fit: cover
    }

    .social {
        margin: 50px 0 0
    }

    .social .icon .tooltip {
    }

    .social .icon .twitt {
        color: #1da1f2
    }

    .social .icon .dis {
        color: #5865f2
    }

    .social .icon:hover .tooltip {
        top: 0;
        opacity: 0;
        pointer-events: none
    }

    .social .icon:hover a,.social .icon:hover .tooltip {
        text-shadow: none
    }

    .social .discord:hover a,.social .discord:hover .tooltip,.social .discord:hover .tooltip:before {
        background: 0 0
    }

    .social .twitter:hover a,.social .twitter:hover .tooltip,.social .twitter:hover .tooltip:before {
        background: 0 0
    }
}

@media(max-width: 767.98px) {
    .right-title {
        font-size:28px
    }

    .right-list div .text {
        font-size: 14px
    }

    .price {
        padding: 15px 10px
    }

    #root button {
        height: 40px;
        font-size: 16px
    }
}

@media(max-width: 540px) {
    .slider-area img {
        width:450px
    }
}

@media(max-width: 450px) {
    .slider-area img {
        width:320px
    }

    .right-list {
        margin-bottom: 10px
    }

    .main-area__right {
        padding: 15px 5px
    }

    .social {
        margin: 20px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .makam {
        display:none
    }
}

@media only screen and (min-width: 1400px) {
    .main-screen {
        height:100vh
    }
}

@media screen and (max-width: 600px) {
    .nomobile {
        visibility:hidden;
        clear: both;
        float: right;
        margin: 5px auto;
        width: 0%;
        height: auto;
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .makam {
        display:none
    }
}

@import url('https://use.typekit.net/vbq5bgq.css'); * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    background-color: #252a42;
}

#Phantom_Connect.connected + .slsl #root {
    display: block;
}

#Phantom_Connect.connected + .slsl button {
    display: none;
}

.links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.links a span {
    margin-right: 5px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}

.links .disabled {
    opacity: .5;
    cursor: not-allowed;
}

.links img {
    max-width: 40px;
}

.links img:hover {
    transform: scale(1.05);
}

#info {
    display: none;
    text-align: center;
    padding-top: 0;
}

#info hr {
    margin: 0 0 80px 0;
}

#info img {
    max-width: 600px;
}