
    html, body {

    height: 100%;
    width: 100%;
    color: #666;
    font-size: 11pt;
    padding: 0px !important;
    margin: 0px !important;
    font-family: 'Gotham', sans-serif;
    line-height: 24px;
    }


	.hr_bright {
	border: 1px solid #EBEBEB !important;
	margin-top: 30px!important;
	margin-bottom: 30px!important;

}

.modal-content {
    border-radius: 0 !important;
    background-color: black !important;
}


.modal-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;    
    border: none !important;

}



.close {

    color: white; 
    opacity: .9;
}

.close:hover {

    color: white; 
    opacity: .9;
}

.modal_text_pad {
    
    padding: 30px 70px;
}







.btn_download {
    padding: 9px;
    padding-bottom: 14px;
    width: 70%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.app_labels {
    position: absolute;
    right: 125px;
    bottom: 39px;
    
}

.t_shadow {
    text-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}

.round_point {
	display: inline-block;
	background-color: white;
	color: #78A6A5;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-top: 18px;
	margin-bottom: 15px;
}

.icon_app {	
	margin-right: 18px;
}

.waterblue {
	color: #83B1B0;
}

.yellow_col {
	color: #FFB100;
}

    .body_dark {
        background-color: #232323;
    }


    #myVideo {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .grey_box {

        min-height: 250px;
        transition: opacity 1s;
    }

    .grey_box:hover {
        opacity: 0.8;
    }

    .bg-dark {
        background: rgba(0,0,0,0) !important;
        padding-bottom: 10px;
        margin-bottom: 0 !important;
        transition: all 1s;
    }

    .bg-dark2 {
        background: rgba(116,203,215,0) !important;
		background: -moz-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 0%);
		background: -webkit-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 0%);
		background: linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 0%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74cbd7",endColorstr="#f4a306",GradientType=1);
        padding-bottom: 10px;
        margin-bottom: 0 !important;
        transition: all 1s;
    }

    .nav_s {	
       	background: rgba(0,0,0,1) !important;
    }

.nav_s2 {	
       	background: rgba(116,203,215,0) !important;
		background: -moz-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%) !important;
		background: -webkit-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%) !important;
		background: linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74cbd7",endColorstr="#f4a306",GradientType=1) !important;
    }

    p {
        letter-spacing: 1px;
        color: #999;
    }


     .nav-link {
        padding-right: 1.1rem !important;
        padding-left: 1.1rem !important;
         text-transform: uppercase;
         font-size: 13px;
         letter-spacing: 1px;
         color: white !important;
    }
     .nav-link:hover {
         color: #E9E8E8 !important;
    }


    .grey_btn {
        width: auto;
        display: inline-block;
        margin-top: 2px;
        top: 30px;
        letter-spacing: 1px;
        right: 30px;
        background-color: #555;
        padding: 5px 20px;
        font-size: 12px;
        color: white;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        transition: all 0.8s ease;
    }

    .grey_btn:hover {
        background-color: #333;
    }


    .join_btn {
        width: auto;
        margin-top: 2px;
        margin-left: 10px;
        top: 30px;
        letter-spacing: 1px;
        right: 30px;
        background-color: white;
        padding: 5px 20px;
        font-size: 12px;
        color: black;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        transition: all 0.8s ease;
    }

    .join_btn:hover {
        color: #8A6634;
    }

    .join_btn_black {
        width: auto;
        margin-top: 2px;
        margin-left: 10px;
        top: 30px;
        letter-spacing: 1px;
        right: 30px;
        background-color: black;
        padding: 5px 20px;
        font-size: 12px;
        color: white;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        transition: all 0.8s ease;
    }

    .join_btn_black:hover {
        color: #8A6634;
    }

    .gold_btn {
        width: 240px;
        text-align: center;
        font-weight: 500;
        background-color: #B68B58;
        padding: 14px 9px;
        font-size: 14px;
		line-height: 20px;
        color: white;
        font-family: 'Gotham', sans-serif;
        transition: all 0.8s ease;	
    }

    .gold_btn:hover {
        background-color: #A07233;
    }

    .black_btn {
        display: inline-block;
        text-align: center;
        font-weight: 500;
        background-color: black;
        padding: 14px 25px;
        font-size: 14px;
        color: white;
        font-family: 'Gotham', sans-serif;
        transition: all 0.8s ease;	
    }
    .white_btn3 {
        display: inline-block;
        text-align: center;
        font-weight: 500;
        background-color: white;
        padding: 14px 35px;
        font-size: 14px;
        color: black;
        font-family: 'Gotham', sans-serif;
        transition: all 0.8s ease;	
		margin: 0 25px;
    }

    .gold2_btn {
        display: inline-block;
        text-align: center;
        font-weight: 500;
        background-color: #B68B58;
        padding: 14px 25px;
        font-size: 14px;
        color: white;
        font-family: 'Gotham', sans-serif;
        transition: all 0.8s ease;	
    }
   .gold2_btn:hover {
        background-color: #8A6634;
    }

    .gold3_btn {
        min-width: 240px;
        display: inline-block;
        text-align: center;
        font-weight: 500;
        background-color: #B68B58;
        padding: 14px 25px;
        font-size: 14px;
        color: white;
        font-family: 'Gotham', sans-serif;
        transition: all 0.8s ease;	
    }
   .gold3_btn:hover {
        background-color: #8A6634;
    }


    .white_btn3:hover {
        color: #777;
    }


    .black_btn:hover {
        background-color: #2B2828;
    }



    .dgrey_btn {
        width: 270px;
        text-align: center;
        font-weight: 500;
        background-color: #383535;
        padding: 14px 9px;
        font-size: 14px;
        color: white;
        font-family: 'Gotham', sans-serif;
        transition: all 0.8s ease;	
    }


    .dgrey_btn:hover {
        background-color: #2B2828;
    }

    .white_btn {
        width: 260px;
        text-align: center;
        background-color: white;
        padding: 14px 9px;
        font-size: 14px;
        color: black;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        transition: all 0.8s ease;	
    }

    .white_btn:hover {
        color: #8A6634;
    }

    .white_btn2 {
        width: 220px;
        text-align: center;
        background-color: white;
        padding: 14px 9px;
        font-size: 14px;
        color: black;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        transition: all 0.8s ease;	
    }

    .white_btn2:hover {
        color: #8A6634;
    }


    .center_it {
        margin-left: auto;
        margin-right: auto;

    }

    .center_btn:hover {
        background-color: #329C5D;	
    }

    .mehr_btn {
        font-size: 10pt;
        display: inline-block;
        margin-right: 30px;
        color: #AF8143;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 1s;
        margin-bottom: 8px;

    }

    .mehr_btn2 {
        display: inline-block;
        margin-right: 20px;
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 1s;
        margin-bottom: 8px;

    }

    .mehr_btn:hover {
        color: #DAA674;
    }

    .mehr_btn::before {
        content:"-------";
        letter-spacing: -3px;
        margin-right: 15px;	
    }

    .gold_line {
        background-color: #DAA674;
        width: 110px;
        height: 4px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .gold_line2 {
        background-color: #DAA674;
        width: 110px;
        height: 4px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .gold_line3 {
        background-color: #a1723c;
        width: 110px;
        height: 4px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    a {
      color: black;
      font-weight: 400 !important;
      transition: color 0.4s ease-out;
      -moz-transition: color 0.4 ease-out;
      -webkit-transition: color 0.4s ease-out;
      -o-transition: color 0.4s ease-out;
      background-color: transparent;
    }

    .active {
      color: #AF8143 !important;
    }

    a:hover {
      text-decoration: none;
      color: #AF8143 !important;
      outline: 0;
    }

    a:active {
      color: #AF8143 !important;
    }

    ::selection {
      background: #ccc; /* WebKit/Blink Browsers */
    }

    ::-moz-selection {
      background: #ccc; /* Gecko Browsers */
    }

    button:focus {
      outline: 0 !important;
    }

.front_headline {

    font-size: 130px;
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
    line-height: 125px;	
    
}


    h1 {
    font-size: 88px;
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
    line-height: 88px;	
    }

    h2 {
        font-size: 68px;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        line-height: 70px;
    }

    h3 {

    }

    h5 {
        letter-spacing: 9px;
    }


    h7 {
        font-size: 58px;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        line-height: 55px;
    }

	.start_headline {
		font-size: 57px;
		letter-spacing: -1px;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
        line-height: 60px;
}
	
	.start_subline {
		text-transform: uppercase;
		color: #4E0301;
		font-size: 24px;
        font-family: 'Gotham', sans-serif;
        font-weight: 600;
 
	}

    .mega_headline {
        font-size: 80px;
        font-family: 'Klavika Bd';
        line-height: 60px;
        color: white;
    }

    .dark_col {
        color: #5B5A5A;
    }

    .white_col {
        color: white;
    }

    .black_col {
        color: black;
    }

    .gold_col {
        color: #EAB57A;
    }

	.gold_col2 {
        color: #8A6634;
    }


	.gold_facts {
		font-size: 100px;
		font-weight: 600;
        color: #B0864E;
		letter-spacing: -5px;
    }


	.black_facts {
		margin-top: 18px;
		letter-spacing: 3px;
		font-size: 18px;
		font-weight: 600;
        color: black;
    }

    .space_left {
        padding: 30px 40px;
    }



.pad_top_perc {
    padding-top: 90px;
}

    .pad_top0 {
        padding-top: 8px;
    }

    .pad_top1 {
        padding-top: 20px;
    }

    .pad_top2 {
        padding-top: 30px;
    }

    .pad_top3 {
        padding-top: 50px;
    }

    .pad_top4 {
        padding-top: 90px;
    }

    .pad_top5 {
        padding-top: 120px;
    }

    .pad_top5_2 {
        padding-top: 120px;
    }

    .pad_top55 {
        padding-top: 170px;
    }
    .pad_top6 {
        padding-top: 200px;
    }

    .pad_bot1 {
        padding-bottom: 80px;
    }

    .pad_r {
        padding-right: 25px;
    }
    .pad_l {
        padding-left: 60px;
    }

    .marg_bot {	
        padding-bottom: 30px;
    }

    .l_space {
        letter-spacing: 5px;
    }

    .inner_pad {
        padding: 15px;
    }

.inner_pad2 {
        padding: 25px;
    }

    .simple_text {
        padding: 80px;
    }

    .simple_text2 {
        padding: 40px;
		padding-left: 0;
    }

.drop_shad {
    -webkit-box-shadow: 0px 10px 103px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 103px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 103px 0px rgba(0,0,0,0.75);
}

    .ios_android {
        position: absolute;
        bottom: 50px;
        right: 50px;
    }

    .header_video {  
        position: relative;
        min-height: 200px;
        position: relative;
        width: auto;
        overflow: hidden;
        background-color: #171717;
        margin: 0;
        padding: 0;
    }


    .section {	
        margin: 0;
        padding: 0;
        min-height: 200px;
        position: relative;
        width: auto;
        overflow: hidden;
        background-color: white;
    }

    hr {	
        border: 1px solid #333;	
    }

    .t_icon {	
        height: 70px;
        margin-bottom: 10px;
        text-align: center;
    }

    .text-r {
        text-align: right;
    }

    .text-l {
        text-align: left;
    }
    .p_r {	
        padding-right: 25px;
    }

    .p_r2 {	
        padding-right: 25px;
    }

.feat_sec1 { 
        margin: 0;
        min-height: 300px;
        background-color: #edeff4;
        padding: 1px;
        padding-bottom: 40px; 
}

.feat_sec2 { 
        position: relative;
        margin: 0;
        min-height: 90%;
        background-color: #feb0c8; 
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        background-image: url(../images/feat_bg4.jpg);
        padding-top: 10%;
}

.feat_sec3 { 
        position: relative;
        margin: 0;
        min-height: 90%;
        background-color: #ffce40; 
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain;
        background-image: url(../images/feat_bg5.jpg);
        padding-top: 10%;
}


    .s1_token {
        margin: 0;
        height: 100%;
        background-color: #302D28;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/token_bg.jpg);
        color: white;
        padding: 30px;
        padding-top: 24%;	
    }

    .s1_nft {
        margin: 0;
        height: 100%;
        background-color: #000000;
        color: white;
        padding: 30px;
        padding-top: 150px;
    }

    .s1_ambassador {
		text-align: center;
        margin: 0;
        height: 100%;
        background-color: #302D28;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/header_ambassador.jpg);
        color: white;
        padding: 30px;
        padding-top: 20%;	
    }

    .s1_influencer {
        margin: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/header_influencer_2.jpg);
        padding: 30px;
        padding-top: 24%;	
    }

    .s1_charity {
        margin: 0;
        min-height: 100%;
		padding-top: 220px;
       	background: rgb(116,203,215);
		background: -moz-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%);
		background: linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74cbd7",endColorstr="#f4a306",GradientType=1);
    }

.charity_proj_head {
	min-height: 100%;
	padding-top: 220px;
	background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.s_blue {
	background-color: #83B1B0;
}



    .s1 {
        margin: 0;
        height: 100%;
        background-color: #1b1c20;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(../images/mainheader.jpg);
        color: white;
        text-align: center;
        padding-top: 22%;
    }


    .s1_community {
        margin: 0;
        height: 80%;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 250%;
        background-image: url(../images/header_community.jpg);
        text-align: center;
        padding-top: 12%;
    }

    .s2_community {
    background-color: black;
        min-height: 200px;
}


    .s2 {
        padding-top: 110px;
        min-height: 250px;
        background-color: #171717;
        text-align: center;
        padding-bottom: 120px;
    }

    .s2_white {
        padding-top: 110px;
        min-height: 250px;
        background-color: white;
        text-align: center;
        padding-bottom: 110px;
    }

    .s3 {
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/dark_wood.jpg);
    }

    .s3_token {
        background-color: #232323;
        padding-bottom: 80px;
    }

	.s3_white {
        background-color: #F6F6F6;
        padding-bottom: 80px;
    }
	
	.s3_white2 {
        background-color: white;
        padding-bottom: 80px;
    }

    .s4 {
        padding-top: 220px;
        padding-bottom: 190px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/dark_scene.jpg);
    }

	.s4_influencer {

        font-size: 55px;
        font-weight: 600;
        line-height: 55px;
	    padding-top: 200px;
        text-align: center;
        min-height: 300px;
        padding-bottom: 200px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/influencer_img3_1.png);
	}

    .s4_token {
        padding-top: 250px;
        text-align: center;
        min-height: 500px;
        padding-bottom: 240px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/newdex_bg.jpg);
    }
    .s4_hoo {

        background-image: url(../images/hoo_bg.jpg);
    }
    .s4_probit{

        background-image: url(../images/probit.jpg);
    }

    .s5 {
        padding-top: 70px;
        min-height: 20px;
        background-color: #000000;
        text-align: center;
        padding-bottom: 80px;
    }

    .s6 {
        padding-top: 350px;
        text-align: center;
        min-height: 500px;
        padding-bottom: 240px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/store_teaser.jpg);
    }

    .s7 {
        background-color: #141414;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../images/image_wall.jpg);
    }

    .s8 {
        padding-bottom: 90px;
        background-color: black;
    }

    .s1_space {
        padding: 50px;
        padding-right: 70px;
        padding-top: 90px;
    }

.charity_top_brands {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.header_top_link {
	position: absolute;
	bottom: 25px;
	right: 25px;
}


.button_line {
	color: white;
	letter-spacing: -3px;
	font-weight: 500;
	padding-right: 14px;
}

.amb_holder {
	position: relative;
	padding: 0 25px;
	margin-bottom: 50px;
	transition: opacity 1.4s;
}

.amb_holder img {
	transition: opacity 0.8s;
}

.amb_holder:hover img {
	opacity: 0.7;
}

.amb_text {
	position: absolute;
	z-index: 3;
	bottom:55px;
	left:50px;
	font-size: 20px;
	color: white;
	font-weight: 500;
}

.amb_text_small {
	position: absolute;
	z-index: 3;
	bottom:22px;
	left:86px;
	font-size: 18px;
	color: white;
	font-weight: 400;
}


.flagg {
	display: inline-block;
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom:27px;
	left:52px;
	width: 21px;
	height: 21px;
}

.img_gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102%;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#232323+32,232323+32,232323+100&0+55,1+100 */
background: -moz-linear-gradient(top,  rgba(35,35,35,0) 32%, rgba(35,35,35,0) 55%, rgba(35,35,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(35,35,35,0) 32%,rgba(35,35,35,0) 55%,rgba(35,35,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(35,35,35,0) 32%,rgba(35,35,35,0) 55%,rgba(35,35,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00232323', endColorstr='#232323',GradientType=0 ); /* IE6-9 */

}


    .no_pad {
        padding: 0!important;
    }
    .no_pad_l {
        padding-left: 0!important;
    }


    .t_r {
        text-align: right;
    }

    .phone_wrap {
        padding: 80px;
    }

    #video_btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
        transition: all 0.6s;
    }

    #video_btn:hover {
        padding: 5px;
    }

    .p_item {
        background-color: #222;
        text-align: center;
        height: 240px;
        padding: 40px;
        padding-top: 50px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        color: white;
        text-align: left;
        transition: all 1s; 

    }

    .p_item:hover {
        opacity: 0.7;
    }

    .item_bg1 {
        background-image: url(../images/vid_teaser1.png);
    }
    .item_bg2 {
        background-image: url(../images/vid_teaser2.png);
    }
    .item_bg3 {
        background-image: url(../images/vid_teaser3.png);
    }
    .item_bg4 {
        background-image: url(../images/vid_teaser4.png);
    }
    .item_bg5 {
        background-image: url(../images/vid_teaser5.png);
    }
    .item_bg6 {
        background-image: url(../images/vid_teaser6.png);
    }
    .item_bg7 {
        background-image: url(../images/vid_teaser7.jpg);
    }
    .item_bg8 {
        background-image: url(../images/vid_teaser8.jpg);
    }

    .item_bg_apx1 {
        background-image: url(../images/apx_teaser1.png);
    }

    .item_bg_apx2 {
        background-image: url(../images/apx_teaser2.jpg);
    }


    .item_text {
        position: absolute;
        left: 30px;
        bottom: 20px;
        text-shadow: 0px 4px 20px rgba(100, 100, 100, 1);
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
       display: none !important;
    }

.nft_bg {
    background-color: #1E1E1E;
}


    .footer_link {
        color: white !important;
        display: inline;
    }


    .footer {
        background-color: #1E1E1E;
        padding: 50px 20px;
    }



    .seperator {
        color: #46BF77;
        padding-left: 15px;
        padding-right: 15px;
    }

    .claime_head {
       opacity: 0;
        transition: all 1.5s;
        position: absolute;
        font-family: 'Gotham', sans-serif;
        top: 46%; 
        font-size: 43px;
        font-weight: 500;
        letter-spacing: 10px;
    }

    #claime-l {
        left: 10%;
    }

    #claime-r {
        right: 8%;
    }

    .claime_show {
        opacity: 1;
    }

    .social_holder {
      font-family: 'FontAwesome';
        font-size: 18px;
      left: 15px;
      bottom: 30px;
      position: absolute;
        color: white;
    }


    .s_icon {
        color: white;
      padding: 0px 15px;

    }

    .s_icon_r {
      padding: 0px 15px;
      padding-right: 2px;
    }

    .s_icon_l {
      padding: 0px 15px;
      padding-left: 15px;
    }


    .parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

    .footer_small {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .lightbox {
      background-color: #000;
      overflow: hidden;
      position: fixed;
      display: none;
      z-index: 100000;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
    }

    .lightbox-close {
      position: fixed;
      right: 0px;
      bottom: 0px;
      z-index: 110000;
      text-align: right;
    }

    .video-container {
      padding-bottom: 56.25%;
      position: relative;
      padding-top: 30px;
      overflow: hidden;
      height: 0;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
    }

    .partner_mobile {
        display: none;
    }

.scrollingElement {
  overflow: scroll;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}



.photo_pad {
    padding: 40px;
}

.feat_bg1_mob {
    display: none;
}

.p-align {
    padding-top: 0px;
}

.comment_layer {
    position: absolute;
    left: 12%;
    top: 33%;
    width: 400px;
}

.text-wallet {
    position: absolute;
    top: 46%;
    left: 22%;
    font-weight: 900;
    font-size: 56px;
    line-height: 58px;
    color: white;
}

.parallax-container {
    min-height: 100%;
    padding: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
}


.text_teaser {
  transition: background 0.5s ease-out;
  -moz-transition: background 0.5 ease-out;
  -webkit-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  font-weight: 400;
  padding: 30px 40px;
  position: absolute;
  left: 180px;
  width: auto;
  background-color: #c3965e;
  height: 130px;
  line-height: 14px !important;
}

.text_teaser:hover {
  background: rgba(200, 149, 94, 0.8);
}

.teaser-text-content {
color: #000;
font-size: 12px;
}

.teaser_holder {
text-align: left;
bottom: 45px;
position: absolute;
right: 25px;
height: 120px;
width: 430px;
}

.video_teaser {
transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5 ease-out;
-webkit-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
position: absolute;
width: 180px;
background-color: #fff;
height: 130px;
padding: 0;
border: 0;

}

.video_teaser:hover {
opacity: 0.9;
}

.comment_b2 {
	display: none;
}

	.bg_map {
		padding-top: 400px;
		min-height: 500px;
		background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        background-image: url(../images/ambassador_map.jpg);
	}

	.bg_map_dark {
		padding-top: 400px;
		min-height: 500px;
		background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        background-image: url(../images/ambassador_map_dark.jpg);
	}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1) !important;
    border-color: rgba(255,255,255,1) !important;
	border-radius: 0 !important;
}

.blue_infobox {
	background-color: #83B1B0;
	border: 1px solid white;
	padding: 40px;
	min-height: 300px;
	margin: 6px;
	margin-bottom: 30px;
	color: white;
	transition: all 0.8s;
}

.blue_infobox:hover {
	background-color: white;
	border: 1px solid white;
	padding: 40px;
	min-height: 300px;
	margin: 6px;
	margin-bottom: 30px;
	color: #74A7A6;
}

.text_w {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.teaser_amb {
    
        transition: all 0.8s;
        filter: grayscale(0.6);
		min-height: 520px;
        padding: 200px 20px;
		background-repeat: no-repeat;
        background-position: center center;
        background-size: 120%;
        background-image: url(../images/teaser_ambassador.jpg);
        text-align: center;   
}

.teaser_amb:hover {
    filter: grayscale(0);
    background-size: 125%;
}


.teaser_inf {
    
        transition: all 0.8s;
        filter: grayscale(0.6);
        min-height: 520px;
        padding: 200px 20px;
		background-repeat: no-repeat;
        background-position: center center;
        background-size: 120%;
        background-image: url(../images/teaser_influencer.jpg);
        text-align: center;
}

.teaser_inf:hover {
    filter: grayscale(0);
    background-size: 125%;
}

.social_teaser {
    min-height: 300px;
    background-color: white;
    border-radius: 10px;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.social_title {
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.social_btn1 {
    color: black;
    border: 1px solid black;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn1:hover {
    background-color: black;
    color: white;
}

.social_btn2 {
    color: #26A0D1;
    border: 1px solid #26A0D1;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn2:hover {
    background-color: #26A0D1;
    color: white;
}

.social_btn3 {
    color: #C10064;
    border: 1px solid #C10064;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn3:hover {
    background-color: #C10064;
    color: white;
}

.social_btn4 {
    color: #2C449A;
    border: 1px solid #2C449A;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn4:hover {
    background-color: #2C449A;
    color: white;
}


.social_btn5 {
    color: #C12831;
    border: 1px solid #C12831;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn5:hover {
    background-color: #C12831;
    color: white;
}

.social_btn6 {
    color: #383838;
    border: 1px solid #383838;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn6:hover {
    background-color: #383838;
    color: white;
}

.social_btn7 {
    color: #1A2E73;
    border: 1px solid #1A2E73;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn7:hover {
    background-color: #1A2E73;
    color: white;
}


.social_btn8 {
    color: #A77B46;
    border: 1px solid #A77B46;
    background-color: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: all 0.8s;
    cursor: pointer;
    
}

.social_btn8:hover {
    background-color: #A77B46;
    color: white;
}




.tel_col {
    color: #26A0D1 !important;
}

.ins_col {
    color: #C10064 !important;
}

.fac_col {
    color: #2C449A !important;
}

.you_col {
    color: #C12831 !important;
}

.twi_col {
    color: #33AFE1 !important;
}

.med_col {
    color: #383838 !important;
}

.lin_col {
    color: #1A2E73 !important;
}

.mai_col {
    color: #A77B46 !important;
}



.nft_box {
    
    border-radius: 15px;
    background-color: #1C1D1F;
    padding: 25px;   
    color: #EAB57A;
    margin-bottom: 40px;
    min-height: 300px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    
}

.interview_holder {
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.8s;
}

.interview_holder:hover {
    
    opacity: 0.6;
    cursor: pointer;
}



 @media only screen and (max-width: 1330px) {
     

    .phone_wallet {
    margin-top: 40px;
    }

    .text-wallet {
    top: 46%;
    left: 18%;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
}
     .p-align {
    padding-top: 100px;
}

     .comment_layer {
    position: absolute;
    left: 8%;
    top: 33%;
    width: 400px;
}
}

 @media only screen and (max-width: 1200px) {
     
         .teaser_amb, .teaser_inf {
		min-height: 200px;
        padding-top: 105px;
        padding-bottom: 90px;
}
     
           .s1_community {
        height: 95%;
        background-color: black;
        background-size: 250%;
        padding-top: 18%;
    }

     .text-wallet {
    top: 46%;
    left: 13%;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
}

          .comment_layer {
    position: absolute;
    left: 8%;
    top: 38%;
    width: 340px;
}


    .pad_top_perc {
    padding-top: 5%;
}

     .feat_iphone_feed {
       width: 250px;  
     }

    .claime_head {
        font-size: 36px;
    }

    #claime-l {
        left: 8%;
    }

    #claime-r {
        right: 6%;
    }

}



@media only screen and (max-width: 990px) {
    
    .s1 {
        padding-top: 36%;
    }
    
        .front_headline {
        font-size:100px;
            line-height: 100px;
    }
    
    .nft_logos {
        display: none;
    }
    
    .teaser_amb, .teaser_inf {
		min-height: 200px;
        padding-top: 105px;
        padding-bottom: 90px;
}
    
    .text_w {
        width: 80%;
    }
    
        .s1_community {
        height: 95%;
        background-color: black;
        background-size: 360%;
        padding-top: 30%;
    }
	
	  .pad_top5_2 {
        padding-top: 80px;
    }

	
	.s1_charity {
		padding: 30px;
		padding-top: 150px;
		
	}
	
	.start_subline {
		font-size: 16px;
	}
	
	.start_headline {
		font-size: 50px;
		line-height: 50px;
	}
	
	.s4_influencer {
        font-size: 45px;
        line-height: 45px;
	}	
	
	    .s1_influencer {
		text-align: center;
        margin: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        padding: 30px;
        padding-top: 400px;	
    }

    .text-wallet {
        display: none;
    width: 100%;
    left: 0;
    top: 26%;
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
}
       .phone_wallet {

            margin-left: 30px;
            margin-top: 400px;
        }

    .feat_sec3 { 
        background-position: top center;
        background-size: cover;
        background-image: url(../images/feat_bg5.jpg);
        padding-top: 10%;
        padding-bottom: 60px;
}



    .comment_layer {
    position: absolute;
    left: 7%;
    top: 48%;
    width: 320px;
}
    .feat_sec2 { 
        margin: 0;
        min-height: 90%;
        background-color: #feb0c8; 
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        background-image: url(../images/feat_bg4_mobile.jpg);
        padding-top: 0;
}
	


        .feat_bg1_mob {
    display: block;
}
        .feat_sec1 {
            padding: 0;
            padding-bottom: 60px;
            background-image: none;
            background-color: #eef0f5;
        }

            .pad_top6 {
        padding-top: 60px;
    }

            #myVideo {
        margin-top: 60px;
    }

        .claime_head {
        top: 46%; 
        font-size: 24px;
    }

        .s1_token  {
            padding-top: 250px;
        }

        .footer_link {
            display: block;
            padding: 13px;
        }

        .nav-item {
            text-align: center;
        }
	
         .nav-link {
             padding-top: 10px;
             padding-bottom: 20px;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }


    .footer_small {
        margin-bottom: 10px;
    }

        .p_r {	
        padding-left: 0px;
            padding-right: 0px;
    }


        .text-l, .text-r {
            text-align: center;

        }

        .s4 {
        padding-top: 190px;
        padding-bottom: 170px;
    }

        h1 {
    font-size: 90px;
    line-height: 80px;	
    }

        .simple_text {
        padding: 60px;
    }

    .bg-dark {
        background: rgba(0,0,0,1) !important;
    }
	
	.bg-dark2 {
        background: rgba(116,203,215,0) !important;
		background: -moz-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%) !important;
		background: -webkit-linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%) !important;
		background: linear-gradient(-45deg, rgba(116,203,215,1) 0%, rgba(244,163,6,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74cbd7",endColorstr="#f4a306",GradientType=1) !important;
    }

        #video_btn {
            display: none;
        }

        .mob_pad_bot {
            padding-bottom: 60px;
        }

        .mob_pad_bot2 {
            padding-bottom: 35px;
        }

        .mobile_mar_top {
            margin-top: 30px;
        }
        .pad_r {
            padding-right: 0;
        }

        .join_btn {
            text-align: center;
        margin-left: 0px;
    }

    }


@media only screen and (max-width: 768px) {
    
        .s1 {
        padding-top: 30%;
    }
    
        .front_headline {
        font-size: 65px;
            line-height: 70px;
    }
    
    
    .btn_download {
    padding: 9px;
    padding-bottom: 14px;
    width: 85%;
    margin-bottom: 15px;
}
    
        .social_holder {
      width: 100%;
    text-align: center;
            left: 0;
      bottom: 30px;
      position: absolute;
        
    }
    
    .app_labels {
    position: absolute;
    left: 0;
        width: 100%;
    bottom: 95px;
        text-align: center;
    
}
    
    .nft_box {

    padding-bottom: 32px;
    padding-top: 35px;
        min-height: 300px;
        margin-bottom: 25px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    
}
    
        .s1_community {
        height: 82%;
        background-color: black;
        background-size: 360%;
        padding-top: 37%;
    }
    
    .social_teaser {

    width: 73%;

}
	
	.white_btn3 {
		display: block;
		margin: 10px 0;
	}
	.black_btn {
		display: block;
		margin: 10px 0;
	}
	.gold2_btn {
		display: block;
		margin: 10px 0;
	}
	
	.mob_l_pad {
		text-align: center;

		margin-bottom: 40px;
	}
	
	.mob_center {
		text-align: center;
	}
	
		  .pad_top5_2 {
        padding-top: 30px;
    }
	
	.charity_top_brands {
	position: relative;
	margin-top: 20px;
	margin-left: -15px;
}
	
	.img_pad_mob {
		padding: 45px;
	}
	
	.header_top_link {
		display: none;
	}
	.s1_charity {
		padding-top: 100px;
	}
	
	.start_headline {
		font-size: 36px;
		line-height: 36px;
	}
	
	 .s1_influencer {
        padding-top: 250px;	
    }
	
	
	.s1_ambassador {
		padding-top: 180px;
	}
		.bg_map {
		padding-top: 300px;
		min-height: 300px;

	}

	.bg_map_dark {
		padding-top: 300px;
		min-height: 300px;
	}
	.amb_text {
	left:30px;
	font-size: 16px;
	line-height: 16px;
	bottom:50px;
}

.amb_text_small {
	left:64px;
	font-size: 14px;
	bottom: 23px;
}


.flagg {
	bottom:27px;
	left:32px;
}
	
	.amb_holder {
	position: relative;
	padding: 0 10px;
	margin-bottom: 50px;
}
	
	.mobil_pad {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.s3_white {
		padding-left: 15px;
		padding-right: 15px;
	}
	    h7 {
        font-size: 35px;
        line-height: 35px;
    }
	.pad_top55 {
		padding-top: 30px;
	}
	
	.s4_influencer {
        font-size: 30px;
        line-height: 35px;
	}	
		
	.comment_b1 {
	display: none;
}
		
	.comment_b2 {
	margin-top: 30px;
	display: block;
}

.teaser_holder {
display: none;
}

    .feat_sec3 { 
        background-position: top center;
        background-size: cover;
        background-image: url(../images/feat_bg5.jpg);
        padding-top: 10%;
}


    .text-wallet {
    display: block;
    width: 100%;
    left: 0;
    top: 12%;
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
}

    .feat_sec2 { 
        min-height: 105%;
}
    .comment_layer {
    left: 50%;
    top: 44%;
    width: 280px;
    margin-left: -140px; 
}

        .photo_pad {
            padding: 30px;
        }

        .pad_l {
        padding-left: 0px;
    }

        .hide_sh {
    display: none;
}

        .claime_head {
        top: 52%; 
        font-size: 14px;
            letter-spacing: 4px;
    }

        .s1_token {
        padding-top: 40%;	
    }


        .partner_mobile {		
            display: block;
        }

        .partner {		
            display: none;
        }

            h1 {
    font-size: 50px;
    line-height: 50px;	
    }

        h2 {
        font-size: 45px;
        line-height: 45px;
    }


        .p_item {
            height: 300px;
        }

        .mob_smaller_pad {
            padding-top: 0px;
        }

        .mobile_mar_bot {
            margin-bottom: 40px;
        }
            .s4 {
        padding-top: 150px;
        padding-bottom: 160px;
    }

        h5 {
            font-size: 12px;
            letter-spacing: 3px;
        }



        .mobile_pad {
            padding-left: 25px;
            padding-right: 25px;
        }

            .simple_text {
        padding: 30px;
    }

        .sd {
            width: 86%;
        }


    }

    @font-face {
      font-family: "Gotham";
      font-style: normal;
      font-weight: 900;
      src: url("../fonts/gotham/Gotham-Black.eot?") format("eot"), url("../fonts/gotham/Gotham-Black.woff2") format("woff2"), url("../fonts/gotham/Gotham-Black.woff") format("woff"), url("../fonts/gotham/Gotham-Black.ttf") format("truetype"), url("../fonts/gotham/Gotham-Black.svg#Gotham") format("svg");
    }



    @font-face {
      font-family: "Gotham";
      font-style: normal;
      font-weight: bold;
      src: url("../fonts/gotham/Gotham-Bold.eot?") format("eot"), url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"), url("../fonts/gotham/Gotham-Bold.woff") format("woff"), url("../fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/gotham/Gotham-Bold.svg#Gotham") format("svg");
    }

    @font-face {
      font-family: "Gotham";
      font-style: normal;
      font-weight: 500;
      src: url("../fonts/gotham/Gotham-Medium.eot?") format("eot"), url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/gotham/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/gotham/Gotham-Medium.svg#Gotham") format("svg");
    }

    @font-face {
      font-family: "Gotham";
      font-style: normal;
      font-weight: normal;
      src: url("../fonts/gotham/Gotham-Book.eot?") format("eot"), url("../fonts/gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/gotham/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/gotham/Gotham-Book.svg#Gotham") format("svg");
    }

    @font-face {
      font-family: "Gotham";
      font-style: normal;
      font-weight: 300;
      src: url("../fonts/gotham/Gotham-Light.eot?") format("eot"), url("../fonts/gotham/Gotham-Light.woff2") format("woff2"), url("../fonts/gotham/Gotham-Light.woff") format("woff"), url("../fonts/gotham/Gotham-Light.ttf") format("truetype"), url("../fonts/gotham/Gotham-Light.svg#Gotham") format("svg");
    }

    @font-face {
      font-family: "Gotham";
      font-style: normal;
      font-weight: 100;
      src: url("../fonts/gotham/Gotham-Thin.eot?") format("eot"), url("../fonts/gotham/Gotham-Thin.woff2") format("woff2"), url("../fonts/gotham/Gotham-Thin.woff") format("woff"), url("../fonts/gotham/Gotham-Thin.ttf") format("truetype"), url("../fonts/gotham/Gotham-Thin.svg#Gotham") format("svg");
    }

