@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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');

:root {
    --primary: #2850b7;
    --secondary: #ae28a7;
    --dark: #0b1022;
    --shadow: #2d3753;
    --white: #FFFFFF;
    --green: #275a32
}

body {
    margin: 0;
    padding: 0;
    color: #2d3753;

    background: #f3f7f8 !important;
}

* {
    font-family: "Poppins", sans-serif;
    color: #5c5c5c;
}

.nav.nav-pills {
    align-items: center;
}

.nav-item a {
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: var(--dark);
}

.nav-item.active a {
    font-weight: 700;
    color: var(--primary)
}

.btn.btn-primary {
    border-radius: 100px;
    color: var(--white);
    margin-right: 15px;
    background-color: var(--primary);
    padding: 10px 30px;
}

.btn.btn-line {
    border-radius: 100px;
    color: var(--primary);
    margin-right: 15px;
    border-color: var(--primary);
    padding: 10px 35px;
    border-width: 1px;
    border-style: solid;
    background: none;
}

.btn.btn-line:hover {
    color: var(--white);
    margin-right: 15px;
    background-color: var(--primary);

}

.hero .row {
    min-height: 80vh;
    background: linear-gradient(0deg, rgba(246, 250, 254, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(246, 250, 254, 1) 68%);
    border-radius: 20px;
    box-shadow: 0 50px 100px #dce8f6;
}

.hero h2 {
    font-size: 20px;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 15px;
}

.hero h1 {
    font-size: 54px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.hero p {
    font-size: 20px;
    font-weight: 300;
}

.facts h2 {
    font-size: 54px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.facts h3 {
    font-size: 20px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 25px;
    margin-right: 100px;
    display: block
}

.facts p {
    font-size: 20px;
    font-weight: 300;
    margin-right: 100px;
}

.journey .row {
    background: linear-gradient(0deg, rgba(246, 250, 254, 1) 0%, rgba(255, 255, 255, 1) 31%, rgba(246, 250, 254, 1) 68%);
    border-radius: 20px;
}

.journey p {
    font-size: 20px;
    font-weight: 300;
}

.journey h2 {
    font-size: 54px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.journey h3 {
    font-size: 20px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 25px;
    margin-right: 100px;
    display: block
}

.journeybox {
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 20px 100px #dce8f6;
    min-height: 420px;
    margin: 15px 0;
}

.journeybox h2 {
    font-size: 32px;
    color: var(--dark);
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
}

.adventure h2 {
    font-size: 54px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.adventure h3 {
    font-size: 20px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 25px;
    margin-right: 100px;
    display: block
}

.highlights h2 {
    font-size: 36px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 100px;
}

.highlights h3 {
    font-size: 20px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 25px;
    margin-right: 100px;
    display: block
}

.pinky {
    color: #2750b7;
}

.purple {
    color: #ae28a7
}

.fastpayoutbx p {
    font-size: 20px;
    font-weight: 300;
}

.fastpayout h2 {
    font-size: 54px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.fastpayoutbx h2 {
    font-size: 32px;
    color: var(--dark);
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
}

.fastpayout h3 {
    font-size: 20px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 25px;
    margin-right: 100px;
    display: block
}

.fastpayoutbx {
    padding: 40px !important;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: -50px 0px 50px #dce8f6;
    margin: 15px 0;
    min-height: 430px;
}

.cta {
    background-color: var(--shadow);
    border-radius: 20px;
    color: var(--white);
    padding: 25px 150px !important;
    background-image: url(../img/cta.png);
    background-position: 110% 0;
    background-repeat: no-repeat;
}

.cta h2 {
    color: var(--white);
    font-size: 42px;
    font-weight: 700;
}

.adventure p {
    font-size: 18px;
    margin: 25px auto;
    max-width: 60%;
}

.cta p {
    color: #d5d7dd;
    font-size: 18px;
    margin: 25px auto;
    max-width: 60%;
}

.btn.btn-primary.btn-lite {
    background: #76c2fa;
    color: var(--dark);
    border-color: #76c2fa;
}

.btn.btn-line.btn-lite {
    color: #76c2fa;
    border-color: #76c2fa;
}

.btn.btn-primary.btn-lite:hover,
.btn.btn-line.btn-lite:hover {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--dark) !important;
}

.unstyle {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.unstyle li a {
    margin: 0 20px 0 0
}

.fmenu {
    margin-top: 25px
}

.fmenu li {
    display: inline-block;
    width: 33.33%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.fmenu li a {
    color: var(--dark);
    text-decoration: none;
    margin: 0 0 10px;
    display: inline-block;
    font-size: 14px;
}

.fmenu li a:hover {
    color: var(--primary)
}

.footertext {
    font-size: 14px;
    margin: 25px 0;
    max-width: 60%;
}

.copyright small {
    font-size: 11px;
}


.highlights,
.one,
.two,
.three,
.four {
    position: sticky;
}

.highlights {
    top: 50px
}

.one {
    top: 50px;
}

.two {
    top: 70px;
}

.three {
    top: 100px;
}

.four {
    top: 110px;
}

#challengetable tr:first-child td {
    border-top: 0 !important
}

#challengetable tr:last-child td {
    border-bottom: 0 !important
}

#challengetable tr:first-child td:first-child {
    border-radius: 20px 0 0 0
}

#challengetable tr:last-child td:first-child {
    border-radius: 0 0 0 20px !important
}



#challengetable tr:first-child th:last-child {
    border-radius: 0 20px 0 0
}

#challengetable tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
    padding: 0 !important
}

#challengetable {
    padding: 0px;
    box-shadow: 0 50px 100px #dce8f6;

    border-radius: 10px;
}

#challengetable tr th {
    background: #2f3753;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
}

#challengetable tr td {
    background: #2f3753;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}

#challengetable tr td small {
    display: none;
}

#challengetable tr td:hover small {
    display: block;
}

#challengetable tr td:first-child {
    border-top: 1px solid #0b102220;
    border-bottom: 1px solid #0b102220;
    width: 50%;
    background: #FFFFFF;
    color: var(--dark);
    text-align: left;
    font-weight: 600;
    height: 90px;
}

#challengetable td {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
    padding: 20px;
}

#challengetable td small {
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    width: 100%;
    display: block;

}

#challengetab {
    position: absolute;
    border: none;
    margin-top: 25px;
    margin-left: 10px;
}

#challengetab button {
    background: #FFFFFF;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #0b1022;
    font-size: 22px;
    color: #0b1022;
    margin: 0 10px
}

#challengetab button.active,
#challengetab button:hover {
    background: var(--primary);
    color: var(--white)
}

.btn.btn-pink {
    width: 100% !important;
    background: #ae28a7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    font-size: 22px;
    color: var(--white);
    min-height: 90px;
    border-radius: 0 0 20px 0px;
}

.btn.btn-pink:hover {
    background: #ae28a788;
}

.btn.btn-pink span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.btn.btn-pink span em {
    color: var(--white);
    font-style: normal;
    margin-right: 5px;
    text-decoration: line-through
}


@media (max-width:991px) {

    .hero h1,
    .journey h2,
    .fastpayout h2,
    .adventure h2 {
        font-size: 32px;
    }

    .d-flex.align-items-center,
    .d-flex.align-items-start.justify-content-start.mt-5 {
        display: block !important;
    }

    .btn.btn-primary,
    .btn.btn-line {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .hero .row {
        padding: 0 !important;
    }

    .facts * {
        text-align: center;
    }

    .facts h3,
    .facts h2,
    .facts p,
    .journey h3,
    .journey h2,
    .adventure h3,
    .adventure h2 {
        margin: 0
    }

    .facts .col-md-3 {
        margin-bottom: 30px;
    }

    .highlights,
    .one,
    .two,
    .three,
    .four {
        position: relative !important;
        top: inherit
    }

    .cta {
        padding: 0 !important
    }

    .cta p,
    .footertext {
        max-width: 100%
    }

    .footertext {
        margin: 25px 0
    }

    .fmenu li {
        text-align: center !important;
    }

    .footer * {
        text-align: center;
    }

    .unstyle.d-flex {
        align-content: center;
        justify-content: center;
    }

    .unstyle.d-flex+div {
        display: none;
    }

    body * .p-5 {
        padding: 20px !important
    }

    .tab-content {
        max-width: 100%;
        overflow-x: auto;
    }

    #challengetab {
        position: relative;
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #challengetab li {
        margin-bottom: 20px;
    }

    #challengetable tr td {
        font-size: 16px;
    }

    #challengetable tr th {
        padding: 20px
    }

    #challengetable tr td:first-child {
        min-width: 200px;
    }

    .nav.nav-pills {
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        background: var(--dark);
        padding: 10px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        transition: 400ms all ease-in-out;
    }

    .nav.nav-pills.showmenu {
        opacity: 1;
        visibility: visible;
    }

    .nav.nav-pills li {
        width: 33.33%;
    }

    .nav.nav-pills li:nth-child(4),
    .nav.nav-pills li:nth-child(5) {
        width: 45%;
        margin-top: 10px;
        margin: 2.5%
    }

    .nav.nav-pills li a {
        color: #FFFFFF;
        text-align: center;

    }

    .nav-open {
        display: block !important;
    }

    #mobmenu{width: 100%;}


}

.nav-open {
    border: 3px solid var(--dark);
    height: 30px;
    right: 10px;
    position: absolute;
    top: 40px;
    transform: translate(-50%, -50%);
    width: 30px;
    display: none;
}

.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
    background-color: var(--dark);
    content: "";
    display: block;
    height: 3px;
    width: 14px;
    transition: all 0.5s ease;
}

.nav-open .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-open .inner::before {
    margin-top: -6px;
    position: absolute;
}

.nav-open .inner::after {
    margin-top: 6px;
    position: absolute;
}

.nav-open.nav-close .inner {
    background-color: transparent;
    left: 54%;
}

.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
    transform: rotate(45deg);
    transform-origin: 0 50%;
    width: 17px;
}

.nav-open.nav-close .inner::after {
    transform: rotate(-45deg);
}
