/* Reset -------------------------------------------------- */
* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    scroll-behavior: smooth;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

a:focus, button:focus {
    outline: none;
}

/* Global -------------------------------------------------- */
body {
    font-size: 14px;
    line-height: 20px;
    font-family: 'CornDog';
}

/* Global Css for headings, p and achors */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global Css for fonts */

/* Global Css for button */

/* Global Css for color*/


/*-------------fonts-------------*/
@font-face {
    font-family: 'CornDog';
    src: url('../fonts/CornDog.woff2') format('woff2'),
        url('../fonts/CornDog.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.custom_container {
    max-width: 965px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/*============Header==============*/
.nav_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(66, 55, 149, 1) 0%, rgba(218, 33, 41, 1) 100%);
}

.nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nav_list ,
ul.nav_list li,
ul.nav_list ol,
ul.nav_list li ul,
ul.nav_list li ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

ul.nav_list li {
    margin: 0 15px;
}

.nav_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    width: 154px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 12px;
    background-color: #eb1e7d;
}

/*============Banner==============*/
.banner {
    background-image: url(/images/GalaxyBackground.jpeg);
    min-width: 100%;
    min-height: calc(100vh - 85px);
    display: flex;
    align-items: center;
}

.banner_heading {
    padding: 30px 0 80px 0;
    text-align: center;
}

.banner_heading img {
    max-width: 100%;
}

.banner_heading h1 {
    font-size: 115px;
    font-weight: 400;
    line-height: 138px;
    color: #fff;

}

.mint {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mint button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'CornDog';
    font-size: 26px;
    font-weight: 400;
    width: 370px;
    height: 61px;
    border: 3px solid #FF00FF;
    border-radius: 7px;
    background-color: #00ffff;
    text-align: center;
}

.mint h4 {
    padding-bottom: 16px;
}

.mint_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 150px 0 100px;
}

.address {
    max-width: 100%;
    padding-top: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address a {
    color: #00ffff;
}

.mint_item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mint_num {
    margin-right: 5px;
}

.mint_num h2 {
    font-size: 96px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
}

.mint_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
}

.content_sec {
    width: 100%;
    background: linear-gradient(90deg, rgba(66, 55, 149, 1) 0%, rgba(218, 33, 41, 1) 100%);
    padding: 35px 0;
}

.content_container {
    max-width: 1366px;
    width: 100%;
    display: grid;
    margin: 0 auto;
    padding: 0 15px;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
}

.content_info h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.content_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_image img {
    display: block;
    width: 100%;
}

.content_info p {
    padding-bottom: 16px;
}

.content_info p, .content_info ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.content_info h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #00FFFF;
}

.terms {
    grid-column: 1 / -1;
}

.terms h5 {
    text-align: center;
}

.terms p {
    font-size: 16px;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*-------------Media Querries-----------------*/
/*------------- 1400px -----------------*/
@media only screen and (max-width: 1400px) {}

/*------------- 1199px -----------------*/
@media only screen and (max-width: 1199px) {}

/*------------- 1024px -----------------*/
@media only screen and (max-width: 1024px) {}

/*------------- 767px -----------------*/
@media only screen and (max-width: 767px) {
    .nav_list li {
        margin: 0 10px;
    }

    .nav_list li a {
        font-size: 19px;
        width: 114px;
        height: 43px;
    }

    .banner_heading h1 {
        font-size: 85px;
        font-weight: 400;
        line-height: 95px;
        color: #fff;
    }

    .mint button {
        font-size: 22px;
    }

    .mint_num h2 {
        font-size: 56px;
        font-weight: 400;
        line-height: 40px;
        color: #fff;
    }

    .mint_text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #fff;
    }

    .address {
        font-size: 14px;
    }

    .content_container {
        grid-template-columns: 1fr;
    }

    .content_info h3 {
        font-size: 20px;
    }

    .content_info p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
    }

    .banner_heading h1 {
        font-size: 55px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
    }

    .content_image {
        display: none;
    }
}

/*------------- 660px -----------------*/
@media only screen and (max-width: 640px) {
    .nav_list li {
        margin: 0 5px;
    }

    .nav_list li a {
        font-size: 16px;
        width: 92px;
        height: 43px;
    }

    .mint button {
        width: 290px;
        height: 51px;
        font-size: 18px;
    }

    .mint_list {
        flex-wrap: wrap;
        padding: 70px 0 70px;
    }

    .mint_item {
        margin-bottom: 20px;
        width: 70%;
        margin: 0 auto 20px;
        justify-content: flex-start;
    }

    .mint_text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        color: #fff;
    }
}

/*------------- 480px -----------------*/
@media only screen and (max-width: 480px) {}

/*------------- 425px -----------------*/
@media only screen and (max-width: 425px) {}

/*------------- 330px -----------------*/
@media only screen and (max-width: 330px) {}