html,
body.golden-link  {
    font-family: "Poppins", sans-serif;
    height: 100%;
    margin: 0;
    background: linear-gradient(270deg, #C4FFF7 -26.45%, #CDE1FF 109.06%);
    color: #3B3E51;
}
.sansita {
    font-family: "Sansita", sans-serif;
}
.text-golden {
    color: #EF8200;
}
.bg-golden {
    background-color: #EF8200 !important;
    border-color: #EF8200 !important;
}
.text-light-blue {
    color: #3DAEC9;
}
.btn-block {
    width: 100%;
}
.header-menu {
    background: linear-gradient(180deg, #FFFFFF 22.4%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    padding: 1rem 0 0 1rem;
}
.header-menu a {
    color: #3B3E51;
    font-size: 0.9rem;
}
.navbar-brand img {
    width: 198px;
}
.show .nav-item {
    border-bottom: 1px solid rgba(168, 195, 236, 0.36);
    padding: 1.5rem 0;
    font-size: 1rem;
}
.home-banner-text {
    font-family: "Poppins", sans-serif;
    color: #EF8200;
    font-weight: bold;
    font-size: 18vw;
    line-height: 17vw;
    letter-spacing: -0.05em;
}
@media (min-width: 768px) {
    .header-menu {
        padding: 0;
        background: linear-gradient(180deg, #FFFFFF 22.4%, rgba(255, 255, 255, 0) 100%);
        height: 160px;
    }
    .home-banner-text {
        font-size: 9vw;
        line-height: 10vw;
    }
    .btn-block {
        width: auto;
    }
}
@media (min-width: 992px) {
    .home-virtical-between{
        height: 52rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .home-virtical-between p {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .home-banner-text {
        font-size: 7.5rem;
        line-height: 10rem;
    }
}
@media (min-width: 1400px) {
    .golden-link .container,
    .golden-link .container-lg,
    .golden-link .container-md,
    .golden-link .container-sm,
    .golden-link .container-xl {
        max-width: 1144px;
    }
}
.first-container,
.home-banner {
    margin: 117px auto 0;
}
.home-banner img {
    width: 100%;
}
.home-video {
    border: solid 1rem #70BCE5;
    border-radius: 0.5rem;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.text-icon {
    height: 1.8rem;
    margin-right: 0.8rem;
}
.nft-sect {
    background-color: #3DAEC9;
}
.text-bigger {
    font-size: 1.3rem;
}
footer {
    background: #3B3E51;
    padding: 3rem 0;
}
footer a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}

#qtip-0{
    border-radius: 5px;
    font-size: 16px;
}
#qtip-0>div:nth-child(1) {
    right: 25px !important;
}