@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    background: linear-gradient(170deg, #1E1E20 0%, #0E0E11 32%);
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.body-img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    mix-blend-mode: color-dodge;
}

.body-img img {
    width: 100%;
}

/* header */
header {
    padding: 22px 0px 0px;
}

.logo {
    display: inline-block;
}

.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.navabr-list-wrapper {
    margin-right: 48px;
}

.navbar-list {
    display: flex;
    align-items: center;
    border-radius: 32px;
    padding-left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    padding: 0px 17px 0px 26px;
}


.navbar-list li:nth-child(2) a {
    padding: 0px 47px 0px 39px;
}

.navbar-list li a {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.2px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 17px;
}

.navbar-list li a:hover {
    opacity: 0.6;
}

.btn-default {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.2px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    display: inline-block;
    padding: 6px 11px 8px 12px;
}


header .container {
    max-width: 1360px;
}

.container {
    max-width: 1113px;
    margin: 0 auto;
    padding: 0px 20px;
}

.hero-sec {
    padding: 114px 0px 130px;
    position: relative;
    background-position: center;
    z-index: 1;
}

.title {
    border-radius: 16px;
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    display: inline-block;
    min-width: 103px;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
}

.title span {
    opacity: 60%;
}

.hamburger {
    display: none;
}

.title span {
    color: #FFF;
    font-size: 7px;
    font-weight: 600;
    line-height: 12px;
}

.text-center {
    text-align: center;
}

.hero-sec h1 {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07);
    font-size: 75px;
    font-weight: 700;
    line-height: 86.4px;
    letter-spacing: -0.2px;
    background: linear-gradient(107deg, #FFF 65%, rgba(255, 255, 255, 0.43) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 594px;
    margin: 0 auto;
}

.hero-sec p {
    color: #BDBDC0;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    margin: 23px 0px 31px;
}

.btn-shield {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 7px;
    height: 46px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 17px;
}

.hero-sec .image-holder {
    border-radius: 9.72px;
    border: 0.972px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(270deg, #0D0718 0%, rgba(15, 8, 27, 0.00) 47.85%, #0B0614 100%);
    box-shadow: 0px -19.44px 68.04px 0px rgba(179, 179, 179, 0.25), 0px -18.468px 68.04px 0px rgba(141, 142, 148, 0.40);
    padding: 9px;
    margin-top: 107px;
    position: relative;
}

.hero-sec .image-holder .icon-1 {
    position: absolute;
    top: -119px;
    left: 121px;
    z-index: -1;
}

.hero-sec .image-holder .icon-2 {
    position: absolute;
    top: 135px;
    right: -45px;
}

.hero-sec {
    position: relative;
}

.hero-sec .planet-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    bottom: 30px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 48px;
    margin-top: 38px;
}

.social-icons li a {
    border-radius: 84px;
    background: #1B1530;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li a:hover {
    background: linear-gradient(90deg, #b3aeb6, #3d3c3e);
}

.mintcord-sec .text-box {
    text-align: center;
}

.mintcord-sec .text-box h2 {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07);
    font-size: 68px;
    font-weight: 700;
    line-height: 64px;
    background: linear-gradient(113deg, #FFF 65%, rgba(255, 255, 255, 0.43) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
}

.mintcord-sec .text-box p {
    color: #A9A9A9;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 33px;
    line-height: 30px;
}

.launch-box {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #1D1C20;
    background-image: url(../images/card-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 32px 25px 0px 44px;
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 20px;
    margin-top: -4px;
}

.left-side h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 40px;
}

.left-side ul {
    margin-bottom: 40px;
    margin-left: 12px;
}

.left-side ul li {
    list-style: decimal;
    color: #EAEAEA;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    margin-bottom: 26px;
    line-height: 22.5px;
}


.left-side ul li p span {
    font-weight: 600;
}

.desciption-box {
    border-radius: 80px;
    background: #262629;
    padding: 8px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.desciption-box .form-control {
    color: #A9A9A9;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    background: transparent;
    padding-left: 8px;
    border: none;
    width: 100%;
}

.desciption-box .form-control::placeholder {
    color: #A9A9A9;
}

.btn-discord {
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 80px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-discord span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, #FFF 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow-img {
    text-align: center;
    margin-top: 30px;
}

.powered-box span {
    color: #A9A9A9;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.link-icon {
    margin-top: -50px;
}

.powered-box h4 {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07);
    font-size: 69px;
    font-weight: 700;
    line-height: 64px;
    margin-top: -48px;
    letter-spacing: -0.2px;
    background: linear-gradient(127deg, #FFF 65%, rgba(255, 255, 255, 0.43) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.powered-box p {
    color: #A9A9A9;
    font-size: 18px;
    margin: 25px 0px 33px;
    font-weight: 500;
    line-height: 30px;
}

.powered-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 33px;
}

.powered-box ul li .btn-default {
    width: 130px;
    font-size: 11.2px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.powered-box .copy-text {
    color: #A9A9A9;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    opacity: 0.9834;
}

.powered-sec {
    padding: 180px 0px 96px;
}

.btn {
    position: relative;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 0.9em;
    z-index: -10;
    filter: blur(0);
    transition: filter 0.4s ease;
}

.btn:hover::before {
    background: linear-gradient(90deg, #b3aeb6, #3d3c3e);
    filter: blur(1.2em);
}

.cursor-pointer {
    cursor: pointer;
}