/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
p{
    font-family: 'Open Sans';
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    border: none;
    background: #000;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container{
    max-width: 1330px;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 84px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.mobile-img{
    display: none;
}
.mobile-img img{
    width: 100%;
}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner{
    padding: 15px 0 65px;
    background: #000000;
    position: relative;
}
.hero-banner .container{
    max-width: 1330px;
}
.hero-banner .row{
    align-items: center;
}
.banner-img img{
    width: 100%;
}
.banner-mobile-img{
    display: none;
}
.join-members-rw{
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}
.join-membersbx{
    display: flex;
    align-items: center;
    margin: 0 20px 0 10px;
}
.join-membersbx figure{
    width: 50px;
    margin: 0 -5px;
}
.join-membersbx figure img{
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 100%;
    object-fit: cover;
}
.join-members-rw h5{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    max-width: 300px;
}
.join-members-rw h5 span{
    color: #CCB170;
}
.banner-data h1{
    font-size: 56px;
    font-weight: bold;
    color: #CCB170;
    line-height: 120%;
    margin: 0 0 16px;
}
.banner-data p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 30px;
}
.btn-main{
    display: table;
    padding: 22px 55px;
    border: 1px solid #CCB170;
    border-radius: 8px;
    background: #CCB170;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: bold;
    color: #000;
    line-height: 150%;
}
.btn-main:hover{
    background: #000;
    color: #CCB170;
}
.banner-data h6{
    margin: 16px 0 0;
    max-width: 292px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 150%;
}
/* **** End Hero Banner **** */

/* **** Working Harder **** */
.working-wrp{
    padding: 55px 0;
    background: #000 url('../images/working-back.jpg') center center no-repeat;
    background-size: 70%;
    position: relative;
}
.working-wrp .container{
    max-width: 1000px;
}
.working-wrp h2{
    font-size: 56px;
    font-weight: 600;
    color: #CCB170;
    line-height: 120%;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 100%;
    text-shadow: 2px 2px 4px black, -2px -2px 4px black, 2px -2px 4px black, -2px 2px 4px black;
}
.working-wrp h3{
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 120%;
    text-align: center;
    margin: 0 auto 30px;
    text-shadow: 2px 2px 4px black, -2px -2px 4px black, 2px -2px 4px black, -2px 2px 4px black;
}
.working-wrp p{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 150%;
    font-family: 'Lato';
    text-align: center;
    margin: 0 auto 30px;
    max-width: 740px;
    text-shadow: 2px 2px 4px black, -2px -2px 4px black, 2px -2px 4px black, -2px 2px 4px black;
}
.working-wrp .btn-main{
    margin: 0 auto;
}
/* **** End Working Harder **** */

/* **** Secrets **** */
.secrets-wrp{
    padding: 40px 0;
    background: #fff;
}
.secrets-row{
    padding: 40px 0;
}
.secrets-row .col-md-5{width: 47%;}
.secrets-row .col-md-7{width: 53%;}
.secrets-row .row{
    align-items: center;
}
.secrets-img img{
    width: 100%;
}
.secrets-data{
    max-width: 525px;
    margin: 0 0 0 auto;
    width: 100%;
}
.secrets-data h6{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Open Sans';
    line-height: 150%;
    margin: 0 0 8px;
}
.secrets-data h2{
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 120%;
}
.secrets-data p{
    font-size: 26px;
    font-weight: normal;
    color: #363328;
    font-family: 'Open Sans';
    line-height: 150%;
    margin: 0 0 30px;
}
.secrets-data .btn-main{
    padding: 20px 55px;
    border: 1px solid #000;
}

.secrets-row:nth-child(even) .row{
    flex-flow: row-reverse;
}
.secrets-row:nth-child(even) .row .secrets-data{
    margin: 0;
}
/* **** End Secrets **** */

/* **** Free Bonus **** */
.free-bonus-wrp{
    padding: 80px 0;
    position: relative;
    background: url('../images/free-bonus-back.png') 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
.free-bonus-wrp .container{
    max-width: 1330px;
}
.crypto-bookimg img{
    width: 100%;
}
.bonus-data{
    
}
.bonus-data h2{
    font-weight: 400;
    font-size: 57px;
    line-height: 64px;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.bonus-data h2 span{
    color: #FF0000;
    text-decoration: line-through;
}
.bonus-data h3{
    margin: 0 0 16px;
    font-size: 56px;
    font-weight: bold;
    color: #CCB170;
    line-height: 120%;
    max-width: 550px;
    text-decoration: underline;
}
.bonus-data p{
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 150%;
}
.custome-rad [type="radio"]:checked,
.custome-rad [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custome-rad [type="radio"]:checked + label,
.custome-rad [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    align-items: center;
    color: #fff;
    line-height: 150%;
    display: flex;
}
.custome-rad [type="radio"]:checked + label:before,
.custome-rad [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
}
.custome-rad [type="radio"]:checked + label:after,
.custome-rad [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #CCB170;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custome-rad [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custome-rad [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bonus-data ul{
    margin: 0 0 30px;
}
.bonus-data ul li{
    margin: 0 0 10px;
}
.bonus-data ul li:last-child{
    margin: 0;
}
.bonus-data h6{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 150%;
    margin: 16px 0 0;
    font-family: 'Lato';
}
/* **** End Free Bonus **** */

/* **** Why You Can't Afford **** */
.why-you-cant-wrp{
    padding: 65px 0;
}
.why-you-cant-wrp .row{
    align-items: center;
}
.why-img img{
    width: 100%;
}
.why-data-row{
    padding: 0 0 0 50px;
}
.why-data-row h2{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 120%;
    margin: 0 0 10px;
}
.why-data-row p{
    font-size: 16px;
    font-weight: normal;
    color: #363328;
    line-height: 150%;
    margin: 0 0 16px;
}
.afford-box{
    margin: 0 0 16px;
    max-width: 170px;
}
.afford-box figure{
    margin: 0 0 5px;
    max-width: 55px;
}
.afford-box h3{
    margin: 0 0 5px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: #363328;
    line-height: 150%;
}
.afford-box p{
    font-size: 18px;
    font-weight: normal;
    color: #363328;
    line-height: 150%;
    margin: 0;
}
.why-data-row .btn-main{
    border: 1px solid #000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 15px 0 0;
}
/* **** End Why You Can't Afford **** */

/* **** Moments **** */
.moment-wrp{
    padding: 80px 0;
    background-image: url('../images/moment-back.png');
    background-size: cover;
    background-position: center bottom;
}
.moment-wrp .container{
    max-width: 775px;
}
.moment-wrp h2{
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    text-decoration-line: underline;
    color: #CCB170;
    margin: 0 auto 16px;
}
.moment-wrp p{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 30px;
}
/* **** End Moments **** */

/* **** FAQs **** */
.faq-wrp{
    padding: 80px 0;
}
.faq-wrp .container{
    max-width: 800px;
}
.faq-wrp h2{
    margin: 0 auto 48px;
    font-size: 40px;
    font-weight: bold;
    color: #241B41;
    text-align: center;
    line-height: 150%;
}
.faq-list .accordion .accordion-item{
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.faq-list .accordion .accordion-item:last-child{
    margin: 0;
}
.faq-list h2.accordion-header{
    margin: 0;
}
.faq-list .accordion .accordion-item .accordion-button {
    padding: 24px 40px 24px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 164%;
    border-radius: 0;
    color: #241B41;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 25px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.faq-list .accordion .accordion-body{
    padding: 0 0 24px;
}
.faq-list .accordion .accordion-body p{
    margin: 0;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 164%;
    color: #000000;
}
/* **** End FAQs **** */

/* **** Footer **** */
footer{
    padding: 30px 0;
    background: #000;
}
footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}
footer ul li{
    margin-right: 40px;
}
footer ul li:last-child{
    margin: 0;
}
footer ul li a{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 120%;
    display: block;
}
footer ul li a:after{
    position: absolute;
    content:'';
    width: 2px;
    height: 100%;
    background: #fff;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
footer ul li:last-child a:after{
    display: none;
}
footer ul li a:hover{
    color: #CCB170;
}
footer p{
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 120%;
}
/* **** End Footer **** */