@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img {
    max-width: 100%;
}

body {
    background: #000000;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 1rem 0;
}

h3, h4 {
    margin: 1rem 0;
}

.title h3 {
    color: #F6C90E;
    margin-bottom: 40px;
    font-size: 2.5em;
    font-weight: 600;
}

.dark {
    color: #000;
}

/*nav*/
.navbar-brand img {
    width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar a:hover {
    color: #f7f7f7;
}

.navbar a {
    /*padding: 15px;*/
    color: white;
}

.navbar-toggler-icon {
    background-image: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #333333;
}

.navbar-toggler-icon::before {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-weight: 600;
    color: white;
}

.dropdown-menu {
    background: #000000;
    border: 1px solid #ffffff;
    z-index: 9999999;
    width: 100%;
}

/*hero*/
.video-intro {
    height: 450px;
    min-height: 300px;
    position: relative;
}

.image-intro {
    background: url("../images/intro.jpg");
    background-size: cover;
    height: 450px;
    min-height: 300px;
    position: relative;
}

.image-intro button {
    position: absolute;
    margin: auto;
    inset: 0;
    background: transparent;
    border: 0;
    display: inline-block;
    width: 150px;
}

.image-intro .circle.pulse {
    animation: 2s ease 0s infinite normal none running pulse;
    background-color: rgba(246, 201, 14, 0.5);
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
        box-shadow: 0 0 0 0 rgba(246, 201, 14, 0.5);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1, 1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.image-intro .circle {
    width: 70px;
    height: 70px;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #F6C90E;
    margin: auto;
    transform: scale(1, 1);
    padding: 18px;
}

/*nft gallery*/
.nft-gallery {
    padding-top: 20px;
}

.nft-gallery .image {
    background: #20c997;
    width: 100%;
    display: flex;
    position: relative;
}

.nft-gallery img.nft-right {
    width: 40px;
    height: 40px;
}

.nft-gallery .nft-right {
    position: absolute;
    top: 8px;
    right: 8px;
}

.nft-gallery image {
    justify-content: center;
    width: 100%;
}

.nft-gallery .col-md-15 {
    position: relative;
    margin-bottom: 20px;
}

.nft-gallery .col-md-15:hover .entry {
    visibility: inherit;
}

.nft-gallery .col-md-15 .entry {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    transition: transform 250ms cubic-bezier(0.1, 0.2, 0.3, 0.4);
}

.nft-gallery .col-md-15 .entry a.title-item-nft {
    background: #000;
    padding: 6px 13px;
    color: white;
    text-decoration: none;
    border-radius: 300px;
}

.ribbon {
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
    border: 25px solid transparent;
    border-top: 25px solid black;
    position: absolute;
    bottom: -2px;
    right: -35px;
    padding: 0 10px;
    width: 115px;
    color: white;
    font-family: sans-serif;
    size: 11px;
}
.ribbon .txt {
    position: absolute;
    width: 115px;
    align: center;
    top: -24px;
    left: 1px;
}

.bg-yellow {
    background: #F6C90E !important;
}

.bg-orange {
    background: #fc8309 !important;
}

.bg-purple {
    background: #9032b5 !important;
}

.bg-violet {
    background: #F8A5F8 !important;
}

.bg-green {
    background: #30A468 !important;
}

.bg-grey {
    background: #a5a5a5 !important;
}

.bg-blue {
    background: #405dff !important;
}

.bg-pink {
    background: #e4405f !important;
}

.bg-red {
    background: #ba0b27 !important;
}

.bg-red-dark {
    background: #7d0100 !important;
}

.bg-near-black {
    background: #111111 !important;
}

.bg-turq {
    background: #3095A4 !important;
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 12px; /* header */
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*about*/
.about {
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.about .content {
    outline: none;
}

.about .content p {
    font-size: 1.2em;
}

.yellow-bg {
    background-color: #F6C90E;
}

.yellow-bg .title h3 {
    color: white;
}

.orange-bg {
    background-color: #F2AC2B;
}

/*roadmap*/
.roadmap {
    position: relative;
    color: white;
}

.roadmap video {
    width: 100%;
    min-height: 650px;
    height: 800px;
    object-fit: cover;
    position: relative;
}

.roadmap .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.roadmap .title h3 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: white;
}

.roadmap .col-md-3 .roadmap-item-white {
    font-weight: bold;
}

.roadmap-item-title {
    color: #F6C90E;
    font-size: 1.5em;
}

.roadmap-item-white {
    font-size: 1.2em;
}

/*team*/
.team {
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    text-align: center;
}

.team .title h3 {
    text-align: center;
    color: white;
    font-size: 2.5em;
}

.horizontal-line {
    width: 100%;
    height: 2px;
    content: ' ';
    background-color: white;
}

.ogs .col-5 {
    display: flex;
    align-items: center;
}

.ogs .label-team {
    font-size: 1.2em;
}

.team-item .image {
    margin-bottom: 20px;
}

.team-name {
    color: #F6C90E;
    font-weight: 500;
    font-size: 2em;
}

.team-job {
    font-weight: 500;
    font-size: 1.5em;
}

/*footer*/

footer {
    height: 300px;
    background-color: #F6C90E;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer ul{
    display: flex;
    flex-direction: row;
    padding: 0;
}
footer ul li{
    margin: 8px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid white;
    border-radius: 50%;
    height: 50px;
    width: 50px;

}

footer ul li a{
    font-size: 1.5em;
    color: white;
}

footer ul li a:hover{
    color: #ffffff;
}

/*utils*/
a.btn-primary {
    color: white;
}

.btn-primary {
    background-color: #333;
    border: 2px solid #F6C90E;
    border-radius: 300px;
    opacity: 1;        
}

.btn-primary:hover {
    background-color: #333;
    border: 2px solid #333;
    opacity: 0.75;      
}

/*post*/
.post {
    margin-top: 120px;
}

.post article {
    width: 60%;
    margin: auto;
    color: white;
}

.post h2, .post h3 {
    color: #F6C90E;
    margin-bottom: 40px;
}

.post a {
    color: #F6C90E;
}

.post .mb-4 {
    margin-bottom: 50px !important;
}


@media (max-width: 550px) {
    .roadmap video {
        height: 1400px;
    }

    .roadmap {
        height: 1400px;
    }

    .title h3, .team .title h3 {
        font-size: 1.8em;
    }

    .roadmap .title h3 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .team .w-75 {
        width: 100% !important;
    }

    .post article {
        width: 100%;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 1024px) {
    .team-row {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {

}

:root {
    --white: #fff;
    --black: #221f1f;
    --lightpurple: #9e91f2;
    --darkgray: #1e1f26;
}

/* MAIN RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: #000000;
    transition: transform 0.4s;
}

.page-header .trigger-menu {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: var(--white);
    letter-spacing: 0.2em;
}

.page-header .trigger-menu svg {
    fill: var(--white);
    margin-right: 8px;
    transition: transform 0.3s;
}

.page-header .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.page-header .menu a {
    font-size: 3rem;
}

.page-header .sub-menu a {
    font-size: 1.5rem;
}

.lottie-wrapper {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 1;
    padding: 5px;
    border-radius: 5px;
}

.page-main section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.page-main section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

menu-open {
    overflow: hidden;
}

.menu-open .trigger-menu-wrapper {
    background: transparent;
}

.menu-open .page-header .menu {
    display: block;
}

.menu-open .page-header svg {
    transform: rotate(45deg);
}

.menu-open-with-lottie .page-header .menu {
    padding: 5vh 0;
}

.scroll-down .trigger-menu-wrapper {
    transform: translate3d(0, -100%, 0);
}

.scroll-down .lottie-wrapper {
    background: var(--darkgray);
}

.scroll-up .trigger-menu-wrapper {
    transform: none;
}

.scroll-up:not(.menu-open) .trigger-menu-wrapper {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

button, a {
    outline: none !important;
}

.nav-link:focus, .nav-link:hover {
    color: #ffffff !important;
    outline: 0 !important;
}

a:active, a:focus {
    color: white;
    box-shadow: none !important;
    outline: 0 !important;
    border: 2px solid #333333; !important; 
    -moz-outline-style: none;
}

.btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #333; !important;
    border: 2px solid #F6C90E; !important;    

}

.btn-check:focus+.btn-primary, .btn-primary:focus{
    color: #fff;
    background-color: #333; !important;
    border: 2px solid #F6C90E; !important;  
}
