body {
    background: #011434;
}

.nftContent:hover {
    background: linear-gradient(#502A3B, #3C1F54);
}

.nftContent:hover span.text-gradient {
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.earth {
    animation-name: spin;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 10%;
}

.navbar {
    backdrop-filter: blur(8px);
    background: transparent;
    transition: all 0.3s linear;
}

.outline svg {
    font-size: 6rem;
    font-weight: 700;
    height: 100%;
    max-height: 120px
}

.outline svg text {
    fill: #000 !important;
    opacity: .1;
    stroke: #fff;
}

.navbar-nav .nav-item .nav-link:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(to right, #e6563f, #8a2990);
    display: block;
    transition: .7s;
}

.navbar-nav .nav-item .nav-link:hover:after,
.navbar-nav .nav-item .active:after {
    width: 100%;
}

.navbar-brand img {
    width: 150px;
}

.outline .mainHeading {
    margin-top: -40px;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-toggler {
    background: linear-gradient(to right, #e6563f, #8a2990);
    color: #fff;
    height: 45px;
}

.mainButton {
    border-radius: 100px;
    padding: 10px 30px;
    color: white;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #e4553f 0%, #8c2c91 100%);
    font-weight: 600;
    box-shadow: none !important;
}

.mainButton:hover {
    color: #fff;
    background-image: linear-gradient(45deg, #8c2c91 0%, #e4553f 100%);
}


.mainButtonOutline {
    border-radius: 100px;
    padding: 10px 30px;
    color: white;
    font-weight: 600;
    box-shadow: none !important;
    border: 2px solid #AD2F7F;
}

.mainButtonOutline:hover {
    background-image: linear-gradient(45deg, #8c2c91 0%, #e4553f 100%);
    color: #fff;
}

.hero-section {
    background-image: url(../images/Hero-Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 80px 0;
    text-align: center;
    color: white;
}


.hero-section h1 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    font-size: 55px;
    font-weight: 100;
}

.hero-section p {
    font-family: 'Montserrat', sans-serif;
}

.hero-section .semi-blod {
    font-weight: 500;
}

.hero-section .gradient {
    font-weight: 900;
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.listBtn {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.listBtn li:last-child {
    margin-left: 15px;
}


.about {
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    width: 100%;
}

.mainHeading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 46px;
}

.mainHeading .semi-bold {
    font-weight: 500 !important;
}

z .mainHeading .gradient {
    font-weight: 900;
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about .question {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(to right, #e55540, #af2f81);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about .text {
    font-family: 'Montserrat', sans-serif;
    padding-right: 50px;
    line-height: 28px;
    font-size: 14px;
}

.collection {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.collection h2 {
    font-weight: 300 !important;
    color: white;
    text-align: center;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
}

.themeHeading {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
}

.themeHeading .semi-blod {
    font-weight: 500 !important;
}

.themeHeading .gradient {
    font-weight: 900;
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.collection .semi-blod {
    font-weight: 700 !important;
}

.collection p {
    text-align: center;
    color: white;
    margin: 0 !important;
}

.collection .gradient {
    font-weight: 900;
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.collection .nftContent {
    background-color: #011434;
    width: 90% !important;
    margin-left: 5%;
    margin-top: -180px;
    padding: 240px 15px 40px 15px;
    border-radius: 15px;
    box-shadow: rgba(255, 255, 255, 0.541) 0px 0px 20px 0px;
    height: 480px;
}

.collection .col-lg-4 {
    margin-top: 30px;
}

.nftContent h2 {
    font-size: 24px;
}

.nftContent p {
    font-weight: 300;
    font-size: 18px;
}

span.text-gradient {
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.road-map {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*
.road-map .container {
    background-repeat: no-repeat !important;
    background: url("../images/lines.png");
    background-size: 58% !important;
    background-position: center center;

} */

.road-map .rowtop {
    margin-top: -150px;
}


.road-map h2 {
    font-weight: 300;
    color: white;
    text-align: center;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
}

.road-map h2 b {
    font-weight: 700;
}

.road-map h3 {
    margin-top: 15px;
    font-weight: 500;
    color: white;
    text-align: center;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}

.road-map h4 {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: white;
    margin: 0 !important;
}

.road-map p {
    text-align: center;
    color: white;
    margin: 0 !important;
}

.road-map img {
    width: 100%;
}

.divid {
    padding: 10px;
    justify-content: center;
    height: 1px;
    background-image: url("../images/divid.png");
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


.project-features {
    padding-top: 80px;
    padding-bottom: 80px;
}

.project-features h1 {
    font-weight: 300;
    color: white;
    text-align: center;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
}

.project-features h1 b {
    font-weight: 700;
}


.project-features p {
    text-align: center;
    color: white;
    margin: 0 !important;
}

.project-features .cards,
.project-features .cards-2 {
    padding: 10px;
    background: url("../images/border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.project-features .cards-2:hover {
    padding: 10px;
    background: linear-gradient(to right, #da50493d, #97318742), url("../images/border.png");
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.project-features .cards-2:hover .dividerSpan {
    width: 50px;
    height: 2px;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    margin-bottom: 10px;
}

.project-features .cards-2 {
    position: absolute;
    bottom: 0;
}

.project-features .cards-2.bottom {
    top: 0;
    bottom: inherit !important;
}

.project-features .cards img {
    width: 100%;
}

.project-features .cards-2 {
    padding: 20px !important;
}

.project-features .cards-2 h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px;
}

.project-features .cards-2 p {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}

.project-features .cards-2 img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 5px;
}

.project-features .row {
    margin-top: 40px;
}

.dividerSpan {
    width: 50px;
    height: 2px;
    background-image: -webkit-linear-gradient(0deg, rgb(233, 87, 62) 0%, rgb(148, 28, 159) 100%);
    margin-bottom: 10px;
}

.accordiaon {
    padding-top: 50px;
    padding-bottom: 50px;
}

.accordiaon h2 {
    font-weight: 100 !important;
    color: white;
    text-align: center;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
}

.accordiaon p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: white;
    margin: 0 !important;
}

.accordiaon h2 b {
    font-weight: 700 !important;
    color: white;
    text-align: center;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
}

button.accordion-button.collapsed {
    color: white;
    border: 2px solid #941C9F;
    border-radius: 10px !important;


    background: transparent !important;
}

.accordion-item {
    margin-top: 10px;
    color: white;
    background: transparent !important;
}


button.accordion-button {
    box-shadow: none !important;

    color: white !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background: linear-gradient(to left, #E8573F, #941C9F) !important;
}

.accordion-body {
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    padding: 20px;
    box-shadow: #f8f9fa78 0px 0px 10px 0px;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.counter span {
    font-size: 42px;
    font-weight: 700;
    color: white;
}

.count-title {
    font-size: 42px;
    font-weight: 900 !important;
    color: white;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.counter_2 span {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.counter_2 .count-title {
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 900 !important;
    color: white;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-title {
    display: inline-block;
}

.counter_2 .count-text {
    background: linear-gradient(to right, #e6563f, #8a2990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.box {
    height: 170px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: rgb(255 255 255 / 17%) 0px 0px 10px 2px;
    margin-right: 0px;
}

.box h4 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 20px !important;
    color: #5c385c;
}

.box p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px !important;
    color: #5c385c;
}

.social .social-links {
    padding: 20px 0;
    align-items: center;
    text-align: center;
}

.social .social-links ul li {
    display: inline-block;
    margin: 10px;
    list-style: none;
}

.social .social-links ul li a {
    color: white;
    font-size: 16px;
    background-color: transparent;
    padding: 10px 10px;
    border: 1px solid white;
    transform: translateX(0px) !important;
    border-radius: 100%;
}

.social .social-links ul li a:hover {
    color: white;
    font-size: 16px;
    background: linear-gradient(to right, #e65541, #951d9e);
    border: 1px solid transparent;
    transform: translateX(-100px) !important;
    border-radius: 100%;
}

.social .social-links ul li .face {
    padding: 10px 15px;
}

.social .social-links ul li .twit {
    padding: 10px 12px;
}

.social .social-links ul li .insta {
    padding: 10px 12px;
}

.social .social-links ul li .discord {
    padding: 10px 10px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.288);
    display: block;
}

.copy-right {
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 14px;
    margin-bottom: 0 !important;
}