@import url(/assets/fonts/GothamBold.ttf);
@import url(/assets/fonts/MyriadPro-Semibold.otf);
@import url(/assets/fonts/Folklore.otf);

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

header {
    width: 100%;
    background-color: #000000;
    height: 80px;
    padding: 15px;
}

.logo {
    float: right;
}

/* Main Section */

.main-section {
    background-image: linear-gradient(#cacaca, #f0f0f0, #cacaca);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
   /* padding: 200px 200px 200px; */
    /* height: 65vw; */
}

/* main section 2*/
.all-benefitted {
background-image: url('../images/benefitted.png');
background-color: #e2e3e4;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 0px;
height: 1448px;
}

.jointheclub{
    background-image: url('../images/mvpcbg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;
/*    height: 1200px; */
    }

.feature-image {
    text-align: center;
    max-width: 50vw;

}

.title {
    width: 100%;
    padding: 0 30px;
}

.title p {
    padding: 0 80px 0 0;
    font-family: "Proxima Nova", sans-serif;
    color: #000000;
    text-align: center;
    font-weight: bold;

}

.hero_content {
    text-align: center;
}

.mvpLogo {
    text-align: center;
    padding: 100px;
}

.hero_content_box {
    display: flex;
    align-items: end;
}

.onebillionback {
    position: relative;
    width: 35vw;
    bottom: 150px;
    left: 40vw;
    color: #000000;
}

.maybeall {
    position: relative;
    top: 1000px;
    color: #000000;
}

.joinmvp {
    color: #000000;
}




.your-attention {
    padding-top: 0px;
}

.your-attention h1{
    padding-top: 50px;
    font-size:100px;
    color:black;
    text-align: center;
    font-family: "Folklore", sans-serif;
    line-height: 90px;
}

.your-attention h2{
    padding-top: 50px;
    font-size: 100px;
    text-shadow: 3px 3px #e91c24;
    font-weight: 900;
    color:black;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
}


.your-attention h3{
    padding-top: 50px;
    font-size:62px;
    font-weight: 900;
    color:black;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
}

.cards {
    max-width: 430px;
}

.cards img{
    width: 100%;
}

.title h1 {
    color: white;
    font-size: 35px;
    background: -webkit-linear-gradient(#f8de8e, #c0812c);
    font-family: "Folklore", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title p {
    color: #000000;
    padding-top: 10px;
    font-size: 24px;
}

#promo {
    color: #B3954B;
    font-family: "Avenir Next", sans-serif;
    font-style: italic;
}

.luke-cards {
    padding-top: 20px;
    display: flex;
    align-items: end;
}

.left-txt {
    width: 20%;
    padding-bottom: 40px;
    font-family: "Avenir Next", sans-serif;
    font-size: 14px;
    font-style: italic;
}



.luke-cards {
    padding: 0 20px;
}

.left-txt p {
    color: white;
}

/* Video section */

.videos-section {
    position: relative;
}


#featuredvids {
    background: #000;
    position: relative;
    overflow: hidden;
    padding: 0 0 20px;
}

.commercial_overlay {
    position: relative;
}

.commercial_overlay {
    position: absolute;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 99;
    padding: 140px 0 0;
    font-family: "Avenir Next", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 73px;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
}

.grid__ {
    width: 100%;
    max-width: 1140px;
    min-width: 748px;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
}

.content {
    width: 50%;
   /*  float: left; */
    margin:0 auto;
}

.video_box {
    max-width: 500px;
    margin: 0 auto;
}

#featuredvids .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#featuredvids .resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


footer {
    font-weight: 600;
}

.footer-logo .caption {
    font-size: 48px;
}

footer .social-icons a {
    display: inline-block;
    vertical-align: top;
}

.footer-main-content .text {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: "Avenir Next", sans-serif;
}

#balloonLogo {
padding-left: 50px;
}

.footer-main-content p {
    margin-bottom: 20px;
    line-height: 1.65;
}


.footer-main-content p:nth-child(2) {
    padding-bottom: 50px;
    line-height: 1.65;
    margin-bottom: 0;
}
.footer-main-content .content-holder {
    max-width: 1500px;
    margin: 0 auto;
}

.footer-bottom-content {
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 35px 10px;
    font-weight: 700;
    font-size: 20px;
}

.footer-bottom-content .content-holder {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-bottom-content a {
    display: inline-block;
    padding: 0 10px;
    color: var(--white-color);
    text-transform: uppercase;
    font-family: "Avenir Next", sans-serif;
}

footer.footer {
    background: #c2181e;
}

/* Detail Section */

.detail_section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0;
    display: inline-block;
}

.detail_title h2 {
    color: #10492A;
    font-size: 65px;
    font-weight: 900;
    text-align: center;
    margin: 0;
    font-family: "Avenir Next", sans-serif;
}

.detail_content_box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    font-family: "Avenir Next", sans-serif;
}

.detail_content_box li {
    font-size: 24px;
    margin: 0;
    padding: 5px 0;
    font-family: "Avenir Next", sans-serif;
}

.detail_content {
    max-width: 760px;
    margin: 0 auto;
}

.prizes_list {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0;
    display: inline-block;
}

.gold_frame_list {
    max-width: 600px;
    margin: 0 auto;
}

.detail_content_box.gold_frame_list h3 {
    color: green;
    font-size: 28px;
    font-weight: 900;
}

.prizes_list_image {
    text-align: center;
    margin-bottom: -3.5%;
}

/* Table Box */

.winner_table_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
}
.winner_box_title.winner_title h2 {
    color: #fff;
    background: #80141e;
    padding: 10px;
    border: 1px solid #000;
    margin: 0;
    font-size: 20px;
    font-family: "Avenir Next", sans-serif;

}

.winner_box_title h3 {
    color: #000;
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
    margin: 0;
    font-size: 20px;
    font-family: "Avenir Next", sans-serif;
}

.winner_box_content {
    width: 200px;
}

.footer-logo {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

.footer-logo a{
    text-decoration: none !important;
}

.footer-logo img {
    width: 100%;
}


.caption span {
    color: #fff;
    border: none;
    font-size: 30px;
}

.social-icons{
    text-align: center;
    padding-top: 20px;
}

.social-icons img {
    width: 40px;
    height: 35px;
}

.content-holder a {
    font-size: 18px;
    color: #fff;
}

.footer-bottom-content {
    background: #000;
}

/* Media Qurey */

@media(max-width:1480px){
    
    .your-attention h2{
        font-size:75px;
    }
    
    .onebillionback {
        position: relative;
        width: 40vw;
        bottom: 150px;
        left: 55vw;
        color: #000000;
    }

    .all-benefitted {
        height: 1100px;
        background-size: contain;
    }

    .maybeall {
        top:670px;
        left: 5vw;
    }
}


@media(max-width:1100px){
    

    .your-attention h1 {
        font-size: 85px;
    }

    .your-attention h2{
        font-size:60px;
    }

    .your-attention h3{
        font-size:50px;
    }

    .all-benefitted {
        height: 850px;
    }

    .maybeall {
        top:610px;
        left: 250px;
        width: 60%;
    }

    .title p {
        font-size: 18px;
        padding: 0;
    }

    .feature-image {
    max-width: 125vw;
    }


    .onebillionback {
        position: relative;
        width: 40vw;
        bottom: 150px;
        left: 55vw;
        color: #000000;
    }
    
    .title br {
        display: none;
    }

    .title h1 {
        font-size: 32px;
    }

     .content.video_two {
        
        padding: 0px 10px;
    }
}

@media(max-width:1080px) {
    .maybeall {
        top:500px;
    }
}

@media(max-width:850px){
    .title {
        width: 100%;
    }

    .luke-cards {
        padding: 20px 30px;
        flex-wrap: wrap-reverse;
    }

    .content.video_two {
        display: block;
        padding: 0px 10px;
    }

    .title {
        width: 100%;
    }

    .left-txt {
        width: 100%;
    }

    .cards {
        max-width: 100%;
    }

    .living-gombs img {
        width: 100%;
    }

    .all-benefitted {
        height: 850px;
        background-size: contain;
    }

    .maybeall {
        top:450px;
        left: 250px;
        width: 70%;
    }
}

@media(max-width:830px){
    .detail_content {
        max-width: 100%;
        padding: 0 30px;
    }

    .footer-main-content .text {
        padding: 0 30px;
        font-family: "Avenir Next", sans-serif;
    }
}

@media(max-width:767px){

    .your-attention h1 {
        font-size: 72px;
    }

    .maybeall {
        top:450px;
        left: 175px;
        width: 70%;
    }

    .gold_frame_list {
        max-width: 100%;
        padding: 0 50px;
    }

    .content.video_two {
        display: block;
        padding: 10px 0;
    }

    .content {
        width: 100%;
    }

    .video_box {
        max-width: 100%;
    }

    .grid__ {
        min-width: 100%;
    }

    .commercial_overlay {
        height: 100%;
        font-size: 45px;
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .scan_code img {
        width: 100%;
    }

    .hero_content {
        width: 100%;
    }

    .scan_code {
        width: 100%;
        text-align: center;
    }

    .hero_content_box {
        display: flex;
        align-items: end;
        flex-wrap: wrap;
    }

    .qr_image {
        max-width: 300px;
        margin: 0 auto;
    }


}

@media(max-width:630px){
    .title p {
        padding: 0 ;
    }

    .onebillionback {
        bottom: 85px;
    }
}

@media(max-width:565px){
    .winner_box_title.winner_title h2 {
        font-size: 18px;
    }

    .winner_box_content {
        width: 100%;
    }

    .winner_table_box {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media(max-width:525px){
    .prizes_list_image {
        max-width: 300px;
        margin: 0 auto -3.5%;
    }

    .prizes_list_image img {
        width: 100%;
    }

    .detail_content_box li {
        font-size: 16px;
    }

    .detail_content_box.gold_frame_list h3 {
        font-size: 20px;
    }

    .detail_title h2 {
        font-size: 50px;
    }

    .detail_content_box h3 {
        font-size: 18px;
    }

    .onebillionback {
        width: 45vw;
    }

    .maybeall {
        top:350px;
        left: 70px;
        width: 80%;
    }
}
