body{
    width: 100%;
    height: 100%;
    font-size: 17px;
}
a{
    color: white;
}
a:hover{
    color: white;
    text-decoration: underline;
}
.navbar-collapse{
    flex-grow: unset;
}
.navbar-collapse .nav-link{
    font-size: 15px;
    font-weight: 300;
}
.top-navigation {
    position: absolute;
    padding: 1rem 3rem;
    z-index: 10;
}
.top-navigation a {
    color: white;
    text-decoration: none;
}
.top-navigation a:hover {
    color: #FDCC00;
    text-decoration: underline;
}

/*  */

.scrolled {
    background: #000;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 33, 83, 1) 100%);
    /* padding-top: 1rem !important; */
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    /* transition: padding-top 1s, background 2s; */

}
.scrolled .nav-link {
    color: white !important;
}
.scrolled .show .nav-link {
    color: black !important;
}
.scrolled .nav-link:hover {
    color: #48DFDD !important;
}
.fixed-nav {
    /* padding-top: 3rem !important; */
    /* transition: padding-top 1s, background 2s; */
}
/*  */
main{
    /* background: linear-gradient(180deg, #00000E 19.6%, #1E1E22 100%); */
    /* background: linear-gradient(180deg, #00000E 10%, #1E1E22 100%); */
}
.navbar-collapse .nav-item .nav-btn{
    background: #156DF2;
    border: 1px solid #003981;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 12px 50px;
    text-decoration: none;
}
.nav-btn:hover{
    opacity: .7;
}
.no-margin{
    margin: 0;
}
.full-width{
    width: 100%;
}
.px-5rem{
    padding-left: 5rem;
    padding-right: 5rem;
}
.px-4rem{
    padding-left: 4rem;
    padding-right: 4rem;
}
.py-5rem{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-3rem{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pr-0{
    padding-right: 0;
}
.pr-1{
    padding-right: 1rem;
}
.pl-1{
    padding-left: 1rem;
}
.pr-5rem{
    padding-right: 5rem;
}
.pt-5rem{
    padding-top: 5rem;
}
.pt-4rem{
    padding-top: 4rem;
}
.pb-5rem{
    padding-bottom: 5rem;
}
.pb-1{
    padding-bottom: 1rem;
}
.pl-2{
    padding-left: 2rem;
}

.pl-5{
    padding-left: 4rem;
}
.mt-5rem{
    margin-top: 5rem;
}
.mt-4rem{
    margin-top: 4rem;
}
.my-5{
    margin-left: .5rem;
    margin-right: .5rem;
}
.pb-3rem{
    /* margin-top: .5rem; */
    margin-bottom: 3rem;
}
.no-padding{
    padding: 0 !important;
}
.banner-overlay{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
}
.banner-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar-logo{
    height: 30px;
    width: auto;
}
footer{
    color: white;
}
footer a{
    color: inherit;
    text-decoration: none;
}
.full-height{
    height: 100%;
}
/* Text */
.text-gradient {
    /* color: linear-gradient(to bottom, #F6D563 -16.67%, #D39A32 -1.67%, #F6D563 13.33%, #D39A32 28.33%, #F6D563 43.33%, #D39A32 58.33%, #F6D563 73.33%, #D39A32 88.33%, #F6D563 103.33%, #D39A32 118.33%); */
    background: #3A169D;
    background: linear-gradient(90deg, 
     rgba(58, 22, 157, 1) 0%,
     rgba(108, 91, 232, 1) 20%,
     rgba(31, 190, 107, 1) 40%, 
     rgba(82, 184, 234, 1) 60%,
     rgba(180, 71, 190, 1) 80%,
     rgba(61, 2, 148, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: sans-serif;
}

.text-gradient-yellow {
    /* color: linear-gradient(to bottom, #F6D563 -16.67%, #D39A32 -1.67%, #F6D563 13.33%, #D39A32 28.33%, #F6D563 43.33%, #D39A32 58.33%, #F6D563 73.33%, #D39A32 88.33%, #F6D563 103.33%, #D39A32 118.33%); */
    background: #FFBF00;
    background-image: linear-gradient(to bottom, 
    #FFBF00 0%,
    #A25800 37%,
    #905B07 75%,
    #F29100 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* text-shadow: 2px 2px 3px rgba(255,255,255,0.5); */
}
.fw-700{
    font-weight: 700;
    font-style: bold;
}
.font-anything{
    font-family: Anything !important;
}
/* list-group */
.list-group-custom
{
    color: white;
    list-style: none;
    font-size: 16px;
    padding: 0 !important;
}
.list-group-custom li{
    padding-bottom: 10px;
}
.list-group-custom a{
    color: inherit;
    text-decoration: none;
}
/* Accordion */
.accordion{
    height: 100%;
}
.accordion .accordion-item{
    height: inherit;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,.3);
    margin-bottom: 1.5rem;
    border-radius: 7px;
    background: linear-gradient(0deg, rgba(68, 142, 213, .2) 0%, rgba(141, 97, 187, .2) 100%);
}
.accordion .accordion-item h2{
    color: #00FFF6;
}
.accordion .accordion-button span{
    color: #00FFF6;
    font-size: 27px;
    font-weight: 500;
}
.accordion-collapse{
    height: calc(100% - 50px);
    position: relative;
}
.accordion-body{
    height: 100%;
    position: relative;
}
.custom-accordion-btn {
    color: #fff;
    border: none;
}
.custom-accordion-btn i{
    background: linear-gradient(0deg, rgba(68, 142, 213, .2) 0%, rgba(141, 97, 187, .2) 100%);
    padding: 10px;
    border-radius: 5px;
    color: #00FFF6;
    border: 1px solid rgba(255,255,255,.3);
}
.custom-accordion-btn:not(.collapsed) {
    color: #fff;
    box-shadow: none;
}
.custom-accordion-btn:not(.collapsed) i{
    background: linear-gradient(0deg, rgba(68, 142, 213, .2) 0%, rgba(141, 97, 187, .2) 100%);
}
.custom-accordion-btn:focus {
  box-shadow: none;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

/* Rotate icon when open */
.custom-accordion-btn:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}
/* Collapse */
#steps .accordion{
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.85), rgba(35, 31, 32, 0.85)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.75) 39.36%, #46C2FF 193.46%);
}
#steps-mobile .accordion{
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.85), rgba(35, 31, 32, 0.85)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.75) 39.36%, #46C2FF 193.46%);
}
/* Cards */
.card{
    /* background: linear-gradient(0deg, rgba(35, 31, 32, 0.85), rgba(35, 31, 32, 0.85)),
linear-gradient(90deg, rgba(0, 0, 0, 0.75) 39.36%, #46C2FF 193.46%); */
background: #231F20D9;
    background: linear-gradient(0deg, rgba(70, 194, 255, .6) -12%, rgba(35, 31, 32, 1) 36%);
    border: 1px solid rgba(0, 226, 255, 1);
    padding: 3px;
}
.card .card-body{
    border: 1px solid rgba(0, 226, 255, 1);
}
/*  */
.social-media-btn{
    background: white;
    border-radius: 3px;
    padding: 3px;
    color: black !important;
    margin-right: 3px;
}
.social-media-btn:last-child{
    margin-right: 0;
}

/*  */
#btn-to-top {
    display: inline-block;
    background-color: #00FFF6;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#btn-to-top::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 40px;
    color: #000;
}
#btn-to-top:hover {
    cursor: pointer;
    background-color: rgb(6, 143, 161);
}
#btn-to-top:active {
    background-color: rgb(6, 143, 161);
}
#btn-to-top.show {
    opacity: 1;
    visibility: visible;
}
.border-white{
    -webkit-text-stroke: 2px white;
    font-weight: 900;
}
.fw-900{
    font-weight: 900;
}
.img-fluid{
    object-fit: cover;
}
.quest-item{
    width: 100%;
}
.quest-points{
    border-radius: 50px;
    background: #B67500;
    background: linear-gradient(90deg,rgba(182, 117, 0, 1) 0%, rgba(255, 201, 105, 1) 52%, rgba(182, 117, 0, 1) 100%);
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
}
.quest-points .quest-coin{
    height: 2rem;
    width: auto;
}

/* Important */
.content-bg{
    /* background: #101016;
    background: radial-gradient(circle, rgba(16, 16, 22, 1) 0%, rgba(0, 5, 29, 1) 80%); */
    background: #052558;
    background: radial-gradient(circle,rgba(5, 37, 88, 1) 0%, rgba(0, 5, 29, 1) 80%);
}
.banner-content{
    background-image: url('../img/HERO.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
}
#about{
    
}
.about-bg{
    /* background-image: url('../img/about_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    /* height: 100vh; */
    /* background: #052558;
    background: radial-gradient(circle,rgba(5, 37, 88, 1) 0%, rgba(0, 5, 29, 1) 80%); */

    width: 100%;
    padding: 3rem 6rem;
}
.about-item{
    border: 1px solid #48DFDD;
    border-radius: 10px;
    padding: 2rem 3rem;
    position: relative;
    background: linear-gradient(90deg,rgba(72, 223, 221, .05) 0%, rgba(39, 121, 120, .09) 50%, rgba(72, 223, 221, .05) 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    opacity: .3;
}
.about-item .col-md-4{
    border-right: 1px solid #48DFDD;
}
.about-item .col-md-4:last-child{
    border-right: none;
}
.about-item-number{
    font-size: 8rem;
    font-weight: bold;
    line-height: 8rem;
    color: rgba(255,255,255,.2);
    position: absolute;
    left: 10px;
}
.about-item-number.text-right{
    left: auto;
    right: 10px;
}
.about-item-img{
    height: 3rem;
    width: auto;
    margin: 0 1rem;
}
.about-item:hover{
    box-shadow: 0px 6px 26px -3px #48DFDD;
}
.about-item.active{
    opacity: 1;
    box-shadow: 0px 6px 5px -3px #48DFDD;
}
.about-mobile{
    display: none;
}
.quest_img{
    position: absolute;
    z-index: 1;
}
.quest-item{
    border-radius: 10px;
    border: 1px solid white;
    background: #28282C;
    background: linear-gradient(0deg,rgba(40, 40, 44, 1) 0%, rgba(0, 0, 34, 1) 100%);
    height: 100%
}
.quest-item p{
    font-size: 15px;
}
#jobs{
    
    padding: 3rem;
}
.jobs-item{
    border: 1px solid #48DFDD;
    border-radius: 10px;
    padding: 1rem 1rem 3rem 1rem;
    position: relative;
    background: linear-gradient(0deg, rgba(72, 223, 221, .02) 0%, rgba(39, 121, 120, .2) 50%, rgba(72, 223, 221, .02) 100%);
    height: 100%;
}
.jobs-icon{
    height: 4rem;
    width: auto;
}
.jobs-item p{
    font-size: 15px;
}
.jobs-item h4{
    padding-left: 1rem;
}
.jobs-item h6{
    margin-bottom: 0px;
}
.jobs-item:hover{
    box-shadow: 0px 6px 26px -3px #48DFDD;
}
#faq{
    padding: 3rem;
}
.btn-gradient{
    background: #003981;
    background: linear-gradient(90deg, rgba(0, 57, 129, 1) 0%, rgba(80, 242, 232, 1) 100%);
    border: 1px solid #003981;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 1rem 3rem;
    text-align: center;
}
.btn-gradient-1{
    background: #003981;
    background: linear-gradient(90deg, rgba(0, 57, 129, 1) 0%, rgba(80, 242, 232, 1) 100%);
    border: 1px solid #003981;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.btn-gradient-2{
    background: #003981;
    background: linear-gradient(90deg, rgba(0, 57, 129, 1) 0%, rgba(80, 242, 232, 1) 100%);
    border: 1px solid #003981;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    color: white;
    padding: 1rem 5rem;
}
.btn-gradient:hover, .btn-gradient-1:hover, .btn-gradient-2:hover{
    box-shadow: 0px 2px 10px 0px #48DFDD;
    border: 1px solid #48DFDD;
    text-decoration: none;
}
.btn-yellow-faq{
    background: #FFB059;
    background: linear-gradient(90deg, rgba(255, 176, 89, 1) 0%, rgba(214, 123, 22, 1) 100%);
    border: 1px solid #003981;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 1rem 3rem;
}
.btn-yellow-faq:hover{
    box-shadow: 0px 2px 10px 0px #FFB059;
    border: 1px solid #FFB059;
    text-decoration: none;
}
.btn-block{
    width: 100%;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
/* Text */
.text-white{
    color: white;
}
.text-colored{
    color: #48DFDD;
}
.text-underline-offset{
    text-underline-offset: 5px;
}
.be-a-member-img{
    position: relative;
    bottom: 1px;
}
.steps-section{
    position: relative;
    top: -50px;
    z-index: 5;
    padding: 3rem 4rem;
    border-radius: 20px;
    background: rgba(15,53,86,.42);
}
#infaxia{
    display: block;
    padding: 1rem 0 1rem 0;
}
.text-glow{
    color: #fff;
    text-shadow: 0 0 3px #0ff,
    0 0 7px #0FF,
    0 0 13px #0ff,
    0 0 0px #0ff
}
.text-glow-white{
    color: #fff;
    text-shadow: 0 0 3px rgba(255,255,255,.5),
    0 0 7px rgba(255,255,255,.5),
    0 0 5px rgba(255,255,255,.5),
    0 0 0px rgba(255,255,255,.5)
}
.main_section {
    display: none;
    border: 1px solid #48DFDD;
    border-radius:20px;
    margin:0 3rem;
    padding: 2rem 2rem 0 2rem;
    background: #052558;
    /* background: radial-gradient(circle,rgba(5, 37, 88, 1) 0%, rgba(0, 5, 29, 1) 59%); */
    background: linear-gradient(0deg,rgba(72, 223, 221, .02) 0%, rgba(39, 121, 120, .2) 50%, rgba(72, 223, 221, .02) 100%);
}

.main_section.active {
    display: block;
}
    .fs-8{
        font-size: 8px !important;
    }