@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-It.woff2') format('woff2'),
        url('../fonts/SourceSansPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/* ***** 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;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Lora', serif;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1230px;
}

/* ***** End Common Css **** */

/* **** Header **** */
.top__bar {
    background: #22A83F;
}

.top__bar p {
    max-width: 1230px;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    padding: 14px 0px;
    gap: 10px;
}

header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0px 0px 40px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

header .header__main {
    padding-top: 22px;
}

.top__bar_none {
    min-height: 18px;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    max-width: 320px;
}

.navbar-brand img {
    max-width: 100%;
}

/* **** End Header **** */



/* **** Hero **** */
.hero-wrp {
    padding: 235px 0 235px;
    background: linear-gradient(180deg, #1D1D1D 0%, #000 100%);
    position: relative;
}

.hero-wrp .coin-shap1 {
    position: absolute;
    right: 15%;
    top: 0;
    max-width: 100%;
}

.hero-wrp .hero-details {
    position: absolute;
    top: 205px;
    left: 0;
    right: 0;
}

.hero-wrp .hero-details .description {
    width: 50%;
}

.hero-wrp .hero-details .description h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.hero-wrp .hero-slider {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.hero-wrp .tag-info {
    display: table;
    margin-left: auto;
    width: 575px;
    margin-bottom: 18px;
    position: relative;
}

.hero-wrp .tag-info:before {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    background: linear-gradient(90deg, #ECCA88 0%, rgba(236, 202, 136, 0.00) 100%);
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hero-wrp .tag-info h3 {
    margin: 0;
    color: #B28E49;
    font-family: Lora;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 6.6px;
    text-transform: uppercase;
}

.hero-wrp .hero-slider .slider-box {
    position: relative;
}

.hero-wrp .hero-slider .slider-box img {
    width: 100%;
}

.hero-wrp .hero-slider .slider-box a.btn-play {
    border-radius: 92px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
    width: 92px;
    height: 92px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .hero-wrp .hero-slider .slider-box a.btn-play:hover {
    background: #000;
} */

.hero-wrp .hero-slider .slick-prev,
.hero-wrp .hero-slider .slick-next {
    position: absolute;
    right: 184px;
    bottom: -40px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
}

.hero-wrp .hero-slider .slick-next {
    left: auto;
    right: 120px;
}

.hero-wrp .hero-slider .slick-prev:before,
.hero-wrp .hero-slider .slick-next:before {
    position: absolute;
    content: "\f104";
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-color: #4B4B4B;
    color: #B1B1B1;
    font-size: 22px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-wrp .hero-slider .slick-next:before {
    left: auto;
    right: 0;
    content: "\f105";
}

.hero-wrp .hero-slider .slick-prev:hover:before,
.hero-wrp .hero-slider .slick-next:hover:before {
    background-color: #22A83F;
    color: #fff;
}

.hero-wrp .description h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 48px;
}

.hero-wrp .description h2 span {
    color: #B28E49;
    display: block;
}

.hero-wrp .description p {
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 48px;
    max-width: 540px;
}

.btn-primary,
a.btn-primary {
    padding: 22px 40px;
    background: #22A83F;
    display: table;
    color: #FFF;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 8px;
    cursor: pointer;
}

/* .btn-primary {
    border: 2px solid rgba(0, 0, 0, 0.5); 
    background: rgba(41, 182, 246, 0.95); 
    color: rgb(255, 255, 255); 
    font-size: 24px; 
    padding: 18px 80px; 
    box-shadow: none; 
    border-radius: 4px; 
    white-space: normal; 
    font-weight: 700; 
    line-height: 1.3; 
    cursor: pointer; 
    font-family: 'Roboto, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif'; 
    word-break: break-word; 
    margin: auto;
} */

.btn-primary i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

.detail-box {
    display: table;
    margin: 0 0 106px;
}

.detail-box h6 {
    color: #B1B1B1;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}

.detail-box h6 i {
    margin-right: 8px;
}

.button-note-text {
	font-size: 14px;
	line-height: 1.25;
	color: #B1B1B1;
	font-family: Source Sans Pro;
	max-width: 346px;
	text-align: center;
	margin-top: 8px;
}

.landing-banner .button-note-text {
	max-width: 280px;
}

.rating-block ul {
    display: flex;
    align-items: flex-start;
}

.rating-block ul li {
    margin-right: 50px;
}

.rating-block ul li:last-child {
    margin: 0;
}

.rating-block h6 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}

.rating-block h6 img {
    max-width: 100%;
    margin-right: 9px;
}

.rating-block h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
}

.rating-block .rating-icon {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.rating-block b {
    margin: 8px 0 0;
    color: #B1B1B1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-left: 15px;
}

/* **** End Hero **** */



/* **** known **** */
.known-wrp {
    padding: 55px 0 135px;
}

.known-wrp h2 {
    color: #B28E49;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.known-wrp ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .known-wrp ul li img {
    max-width: 100%;
} */

.known-wrp ul li img {
    max-width: 154px;
}

/* **** End known **** */



/* **** Trader **** */
.trader-wrp {
    position: relative;
    padding: 0 0 125px;
}

.trader-wrp .trader-block {
    padding: 0 0 80px;
}

.trader-wrp .trader-block .row {
    display: flex;
    align-items: center;
}

.trader-wrp .trader-block .description {
    max-width: 573px;
}

.trader-wrp .trader-block .description h2 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 56px;
}

.trader-wrp .trader-block .description p {
    color: #686868;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.trader-wrp .trader-block .trader-img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
}


.trader-slider {
    transform: rotate(-10deg);
    width: 120%;
    margin-left: -10%;
}

.trader-slider .slick-slide {
    margin: 0 14px;
}

.trader-slider .slick-list {
    margin: 0 -14px;
}

.trader-slider .slider-box {
    position: relative;
    margin: 0 0 32px;
    padding: 0px 15px;
}

.trader-slider .slider-box img {
    width: 100%;
}

.trader-slider .slider-box a.btn-play {
    border-radius: 92px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
    width: 62px;
    height: 62px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .trader-slider .slider-box a.btn-play:hover {
    background: #000;
} */

.trader-bottom-block {
    padding: 150px 0 0;
}

.trader-bottom-block h2 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
    max-width: 503px;
}

.trader-bottom-block p {
    color: #686868;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.trader-bottom-block .detail-box {
    margin: 64px auto 0;
}

/* **** End Trader **** */



/* **** newsletter **** */
.newsletter-wrp {
    padding: 125px 0;
    background: #F7F7F7;
}

.newsletter-wrp .titlebar h2 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    margin: 0 0 120px;
}

.newsletter-wrp .user-img {
    display: table;
}

.newsletter-wrp .user-img img {
    width: 205px;
    height: 205px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 30px;
}

.newsletter-wrp .user-img h5 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.newsletter-wrp .user-img h6 {
    color: #686868;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.newsletter-wrp .rating-icon {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.newsletter-wrp .rating-icon img {
    margin-right: 5px;
}

.newsletter-wrp p {
    color: #1D1D1D;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}

/* **** End newsletter **** */



/* **** Cryptomillionaire **** */
.cryptomillionaire-wrp {
    padding: 120px 0 0;
}

.cryptomillionaire-wrp .row {
    align-items: flex-end;
}

.cryptomillionaire-wrp .description h2 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0;
}

.cryptomillionaire-wrp .detail {
    max-width: 472px;
    margin-left: auto;
}

.cryptomillionaire-wrp .detail p {
    color: #686868;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 56px;
}

/* **** End Cryptomillionaire **** */


/* **** expert **** */
.expert-wrp {
    padding: 120px 0;
    background: #1C8ECE;
    color: #fff;
    position: relative;
}

.expert-wrp .expert-man {
    position: absolute;
    right: 5%;
    bottom: 0;
    max-width: 100%;
    z-index: 4;
}

.expert-wrp .expert-shap1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 2;
    display: none;
}

.expert-wrp .expert-shap2 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    z-index: 1;
}

.expert-wrp .description {
    max-width: 480px;
    position: relative;
    z-index: 9;
}

.expert-wrp .description h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 55px;
}

.expert-wrp .description p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 50px;
}

.expert-wrp .description ul {
    display: flex;
    align-items: center;
}

.expert-wrp .description ul li {
    margin-right: 35px;
}

.expert-wrp .description ul li:last-child {
    margin: 0;
}

.expert-wrp h6 {
    color: #FFF;
    text-align: right;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    right: 8%;
    bottom: 34%;
    z-index: 5;
}

/* **** End expert **** */



/* **** Questions **** */
.questions-wrp {
    padding: 0px 0 150px;
    background: linear-gradient(180deg, #000 0%, #1D1D1D 100%);
    color: #fff;
    overflow: hidden;
}

.question__outer {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 220px;
}

.questions-wrp .question-title h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    max-width: 448px;
}

.questions-wrp .question-title .slider-pagination {
    margin: 200px 0 0;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    font-family: Source Sans Pro;
    letter-spacing: 6px;
}

/*
.questions-wrp .question-title .slider-pagination h5{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
}
.questions-wrp .question-title .slider-pagination h5 span.active{
    color: #B28E49;
}
.questions-wrp .question-title .slider-pagination h5 span.line{
    width: 56px;
    height: 1px;
    margin: 0 24px;
    display: table;
    background: #fff;
}*/
.questions-wrp .questions-slider {
    /*height: 910px;
    overflow: hidden;*/
}

.questions-wrp .questions-slider .slider-box {
    border: 2px solid #686868;
    padding: 65px 48px;
    margin: 0 0 80px;
    min-height: 400px;
}

.questions-wrp .questions-slider .slider-box img {
    max-width: 100%;
    margin: 0 0 32px;
}

.questions-wrp .questions-slider .slider-box p {
    color: #B1B1B1;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}

.questions-wrp .questions-slider .slick-current .slider-box {
    border: 2px solid #B28E49;
}

.questions-wrp .questions-slider .slick-current .slider-box p {
    color: #fff;
}

.questions-block {
    padding: 125px 0 0;
    position: relative;
}

.questions-block .question-coin-img1 {
    position: absolute;
    left: -100px;
    bottom: 220%;
    max-width: 100%;
}

.questions-block .question-coin-img2 {
    position: absolute;
    right: 0;
    bottom: 250%;
}

.questions-block h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    margin: 0 auto 56px;
    max-width: 857px;
    position: relative;
    z-index: 9;
}

.questions-block .detail-box {
    margin: 0 auto;
}

/* **** End Questions **** */



/* **** rating **** */
.rating-wrp {
    padding: 150px 0;
}

/* **** End rating **** */


/* **** millionaire **** */
.millionaire-wrp {
    padding: 0 0 120px;
    max-width: 1920px;
    margin: auto;
}

.millionaire-wrp .titlebar h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 55px;
}

.millionaire-wrp .titlebar p {
    color: #686868;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 auto 80px !important;
    max-width: 678px;
}


.millionaire-block ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.millionaire-block ul:before {
    position: absolute;
    content: "";
    border-left: 1px dashed #DBDBDB;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.millionaire-block ul li {
    width: 50%;
    padding: 0 0 100px;
    position: relative;
}

.millionaire-block ul li.last-box {
    padding: 0;
}

.millionaire-block ul li:nth-child(even) .millionaire-box {
    margin-left: auto;
}

.millionaire-block ul li .millionaire-box {
    max-width: 472px;
}

.millionaire-block ul li .millionaire-box img {
    max-width: 100%;
    margin: 0 0 25px;
}

.millionaire-block ul li .millionaire-box p {
    color: #1D1D1D;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

/* .millionaire-block ul li.current:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #B28E49;
    top: 0;
    left: auto;
    right: 0;
} */
.millionaire-block ul li:nth-child(even):before {
    left: 0;
    display: none;
}

/* .millionaire-block ul li.active:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    bottom: -100px;
    left: -50px;
    background-image: url("../images/active-img.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */

.millionaire-wrp .detail-box {
    margin: 80px auto 0;
}

.certificate-img {
    padding: 120px 0 56px;
}

.certificate-img img {
    width: 100%;
}

.millionaire-bottom {
    max-width: 833px;
    margin: 0 auto;
}

.millionaire-bottom h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin: 0 0 56px;
}

.millionaire-bottom p {
    color: #686868;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}

/* **** End millionaire **** */



/* ***** Crypto **** */
.crypto-wrp {
    padding: 300px 0 125px;
    position: relative;
}

.crypto-wrp .crypto-coin1 {
    position: absolute;
    left: 16%;
    bottom: 190%;
    max-width: 100%;
}

.crypto-wrp .crypto-coin2 {
    position: absolute;
    bottom: 200%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.crypto-wrp .crypto-coin3 {
    position: absolute;
    right: 10%;
    bottom: 140%;
}

.crypto-wrp .crypto-coin4 {
    display: none;
    max-width: 100%;
}

.crypto-wrp h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 auto 56px;
    width: 638px;
}

.crypto-wrp p {
    color: #686868;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto 55px;
    max-width: 718px;
}

.crypto-wrp .detail-box {
    margin: 0 auto;
}

/* ***** End Crypto **** */


/* **** footer **** */
footer .footer-block {
    padding: 45px 0;
    border-top: 2px solid #DBDBDB;
}

footer .footer-block ul {
    display: flex;
    align-items: center;
}

footer .footer-block ul li {
    margin-right: 45px;
}

footer .footer-block ul li:last-child {
    margin: 0;
}

footer .footer-block ul li a {
    color: #686868;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

footer .footer-block p {
    color: #686868;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

/* **** End footer **** */


/* **** landing-banner **** */
.landing-banner {
    padding: 150px 0 62px;
    background-image: url("../images/landingpage-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.landing-banner h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    max-width: 697px;
    margin: 0 0 56px;
}

.landing-banner h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    font-style: normal;
    background: linear-gradient(90deg, #ECCA88 0%, #B08B2C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 16px;
}

.landing-banner p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 482px;
    margin: 0 0 56px;
}

.landing-banner .detail-box {
    margin: 0 0 30px;
}

.landing-banner .rating-block ul {
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
}

/* **** End landing-banner **** */


/* **** seminar **** */
.seminar-wrp {
    padding: 0 0 75px;
}

.seminar-wrp .seminar-title h6 {
    color: #B28E49;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.seminar-wrp .seminar-title .titlebox {
    display: flex;
    align-items: center;
}

.seminar-wrp .seminar-title .titlebox img {
    max-width: 100%;
    margin-right: 32px;
}

.seminar-wrp .seminar-title .titlebox h2 {
    color: #1D1D1D;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 8px;
}

.seminar-wrp .seminar-title .titlebox h5 {
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
}

.seminar-wrp #countdown ul {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    justify-content: flex-end;
}

.seminar-wrp #countdown ul li {
    margin-right: 12px;
    color: #686868;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.seminar-wrp #countdown ul li:last-child {
    margin: 0;
}

.seminar-wrp #countdown ul li span {
    width: 140px;
    height: 140px;
    border: 1px solid #DBDBDB;
    color: #1D1D1D;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.seminar-wrp .detail-box {
    margin: 50px 0 0;
}

.seminar-wrp .btn-primary {
    padding: 22px 77px;
}

.seminar-wrp .button-note-text {
	margin-top: 8px;
  	max-width: 360px;
}

/* **** End seminar **** */


/* **** showyou **** */
.showyou-wrp {
    padding: 120px 0 60px;
    background: #F7F7F7;
    position: relative;
}

.showyou-wrp .showyou-img {
    position: absolute;
    left: calc(50% - 160px);
    top: 80%;
    max-width: 350px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.showyou-wrp .row {
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.showyou-wrp .col-md-4.col-sm-12 {
    width: 37%;
}

.showyou-wrp h2 {
    color: #1D1D1D;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 120px;
}

.showyou-box {
    padding: 0 0 24px;
    margin: 0 0 40px;
    border-bottom: 1px solid #DBDBDB;
}

.showyou-box:nth-last-child(1) {
    margin: 0;
}

.last-showyou-box {
    margin: 0;
}

.showyou-box img {
    max-width: 100%;
    margin: 0 0 20px;
}

.showyou-box h3 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 20px;
}

.showyou-box p {
    color: #686868;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

/* **** End showyou **** */



/* **** rating-sec2 **** */
.rating-sec2 {
    padding: 120px 0 140px;
    background: #F7F7F7;
}



.rating-wrp .rating-bix .box-body {
    background: #FEFEFE;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.03);
    margin: 0 auto 24px;
    padding: 40px 25px;
    text-align: center;
    min-height: 256px;
}

.rating-wrp .rating-bix .box-body h5 {
    color: #1D1D1D;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.rating-wrp .rating-bix .box-body h5 span {
    display: none;
}

.rating-wrp .rating-bix .box-body img.star-img {
    max-width: 100%;
    margin: 0 auto 23px;
}

.rating-wrp .rating-bix .box-body h3 {
    color: #1D1D1D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 24px;
}

.rating-wrp .rating-bix .rating-img img {
    margin: 0 auto 5px;
}

.rating-wrp .rating-bix .box-body h4 {
    color: #C9B475;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 13px;
}

.rating-wrp .rating-bix .box-body h4 span {
    font-weight: 700;
}

.rating-wrp .rating-bix .box-body img.rating-img {
    margin: 0 auto 13px;
}

.rating-wrp .rating-bix .box-body h6 {
    color: #686868;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.rating-wrp .rating-bix .rating-logo {
    margin: 0 auto;
}

.rating-wrp .news__box {
    transition: all 0.3s;
}

.rating-wrp .news__box:hover {
    transform: scale(1.02);
}

.rating-wrp .news__box:hover .box-body {
    box-shadow: 0 0 40px rgba(0, 0, 0, .3);
}

/* **** End rating-sec2 **** */


/* **** newsletter-block **** */
.newsletter-block {
    margin: 120px 0 0;
}

.newsletter-block .container {
    max-width: 1248px;
}

.newsletter-block .attention-block {
    padding: 55px;
    border: 4px solid #B28E49;
}

.attention-block .row {
    align-items: center;
}

.attention-block img {
    max-width: 100%;
    margin: 0 auto;
}

.attention-block h2 {
    color: #1D1D1D;
    font-size: 32px;
    font-family: Lora;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 20px;
}

.attention-block h2 span {
    color: #B28E49;
    font-weight: 700;
}

.attention-block p {
    color: #686868;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 22px;
}

.newsletter-block .attention-block .detail-box {
    margin: 0;
}

.newsletter-block .attention-block .detail-box h6 {
    margin: 0;
    display: none;
}


.newsletter-block .attention-block .button-note-text {
	max-width: 280px;
}

/* **** End newsletter-block **** */


/* **** Opportunities **** */
.opportunities-wrp {
    padding: 0 0 160px;
    position: relative;
    background: linear-gradient(180deg, #EAEAEA 0%, #DBDBDB 14.41%, #F7F7F7 100%);
}

.opportunities-wrp img.opportunitie-img {
    width: 100%;
    margin: 0 0 120px;
}

.opportunities-wrp .opportunitie-block ul {
    max-width: 569px;
}

.opportunities-wrp .opportunitie-block ul li {
    margin: 0 0 64px;
    color: #1D1D1D;
    font-family: Lora;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 64px;
    padding-left: 58px;
}

.opportunities-wrp .opportunitie-block ul li:last-child {
    margin: 0;
}

.opportunities-wrp .opportunitie-block ul li a {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
    position: relative;
}

.opportunities-wrp .opportunitie-block ul li a:before {
    position: absolute;
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    font-size: 30px;
    color: #B28E49;
    left: -58px;
    top: 0;
}

.opportunities-wrp .opportunitie-block p {
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 40px;
    max-width: 608px;
}

.opportunities-wrp .opportunities-title {
    padding: 155px 0 0;
    position: relative;
}

.opportunities-wrp .opportunities-title .opportunitie-shape1 {
    position: absolute;
    left: 15%;
    top: 0;
    max-width: 100%;
}

.opportunities-wrp .opportunities-title .opportunitie-shape2 {
    position: absolute;
    right: 0;
    bottom: -100px;
}

.opportunities-wrp .opportunities-title h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    max-width: 1022px;
    margin: 0 auto 64px;
}

.opportunities-wrp .opportunities-title .detail-box {
    margin: 0 auto;
}

.opportunities-wrp .opportunities-title .btn-primary {
    padding: 22px 82px;
}

.opportunities-wrp .opportunities-title .button-note-text {
    text-align: center;
	margin-top: 8px;
}

/* **** End Opportunities **** */



.user-wrpper {
    padding: 120px 0;
}

.user-wrpper .user-block {
    display: flex;
    align-items: flex-start;
}

.user-wrpper .user-block .user-img {
    min-width: 210px;
    margin-right: 45px;
}

.user-wrpper .user-block .user-img img {
    max-width: 100%;
    margin: 0 0 22px;
}

.user-wrpper .user-block .user-img h6 {
    color: #B28E49;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.user-wrpper .user-block .user-img h4 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.user-wrpper .user-block .description ul {
    display: none;
}

.user-wrpper .user-block p {
    color: #686868;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    max-width: 354px;
    line-height: 23px;
    margin: 0;
}

.user-wrpper ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user-wrpper ul li {
    margin-right: 15px;
}

.user-wrpper ul li:last-child {
    margin: 0;
}

.user-wrpper ul li img {
    max-width: 100%;
}



/* ***** fascinating ***** */
.fascinating-wrp {
    padding: 120px 0;
    background: #F7F7F7;
}

.fascinating-wrp .description h2 {
    color: #000;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    margin: 0 0 48px;
    max-width: 713px;
}

.fascinating-wrp .description p {
    color: #686868;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 48px;
    max-width: 608px;
}

.fascinating-wrp .detail-box .btn-primary {
    padding: 22px 80px;
}

/* ***** End fascinating ***** */


/* **** potential **** */
.potential-wrp {
    padding: 120px 0 100px;
    position: relative;
    background-image: url("../images/potential-bg.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.potential-wrp .potential-coin {
    position: absolute;
    right: 10%;
    top: 190%;
    max-width: 100%;
}

.potential-wrp .description {
    max-width: 507px;
}

.potential-wrp .description h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 32px;
}

.potential-wrp .description p {
    color: #B1B1B1;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/* **** End potential **** */



/* **** Register **** */
.register-wrp {
    padding: 10px 0 0;
    background: linear-gradient(180deg, #000 0%, #1D1D1D 100%);
}

body.page-templatepage-template-Landingpage3.page-template-Landingpage3-php section.register-wrp {
    padding-bottom: 233px;
}

body.page-templatepage-template-landing-page-3-only-video.page-template-landing-page-3-only-video-php section.register-wrp {
    padding-bottom: 233px;
}

body.page-templatepage-template-landing-page-2-without-topbar.page-template-landing-page-2-without-topbar-php section.register-wrp {
    padding-bottom: 233px;
}

.register-wrp h2 {
    color: #FFF;
    text-align: center;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    margin: 0 auto 48px;
    max-width: 733px;
}

.register-wrp .detail-box {
    margin: 0 auto;
}

.register-wrp .detail-box .btn-primary {
    padding: 22px 80px;
}


.register-wrp footer {
    margin: 120px 0 0;
}

.register-wrp footer .footer-block {
    border-color: #4B4B4B;
}

body.page-template.page-template-Landingpage3.page-template-Landingpage3-php footer {
    margin-top: -133px;
}

body.page-template.page-template-Landingpage3.page-template-Landingpage3-php footer .footer-block {
    border-top: 2px solid #4B4B4B;
}

body.page-template.page-template-Landingpage3.page-template-Landingpage3-php footer .footer-block p {
    color: #B1B1B1;
}

body.page-template.page-template-Landingpage3.page-template-Landingpage3-php footer .footer-block ul li a {
    color: #B1B1B1;
}

body.page-template.page-template-Landingpage3.page-template-Landingpage3-php .register-wrp {
    padding: 10px 0 240px;
    background: linear-gradient(180deg, #000 0%, #1D1D1D 100%);
}

body.page-template.page-template-landing-page-3-only-video.page-template-landing-page-3-only-video-php footer {
    margin-top: -133px;
}

body.page-template.page-template-landing-page-3-only-video.page-template-landing-page-3-only-video-php footer .footer-block {
    border-top: 2px solid #4B4B4B;
}

body.page-template.page-template-landing-page-3-only-video.page-template-landing-page-3-only-video-php footer .footer-block p {
    color: #B1B1B1;
}

body.page-template.page-template-landing-page-3-only-video.page-template-landing-page-3-only-video-php footer .footer-block ul li a {
    color: #B1B1B1;
}

body.page-template.page-template-landing-page-3-only-video.page-template-landing-page-3-only-video-php .register-wrp {
    padding: 10px 0 240px;
    background: linear-gradient(180deg, #000 0%, #1D1D1D 100%);
}

body.page-template.page-template-landing-page-2-without-topbar.page-template-landing-page-2-without-topbar-php footer {
    margin-top: -133px;
}

body.page-template.page-template-landing-page-2-without-topbar.page-template-landing-page-2-without-topbar-php footer .footer-block {
    border-top: 2px solid #4B4B4B;
}

body.page-template.page-template-landing-page-2-without-topbar.page-template-landing-page-2-without-topbar-php footer .footer-block p {
    color: #B1B1B1;
}

body.page-template.page-template-landing-page-2-without-topbar.page-template-landing-page-2-without-topbar-php footer .footer-block ul li a {
    color: #B1B1B1;
}

body.page-template.page-template-landing-page-2-without-topbar.page-template-landing-page-2-without-topbar-php .register-wrp {
    padding: 10px 0 240px;
    background: linear-gradient(180deg, #000 0%, #1D1D1D 100%);
}

body.page-template.page-template-template-video.page-template-template-video-php footer {
    margin-top: -133px;
}

body.page-template.page-template-template-video.page-template-template-video-php footer .footer-block {
    border-top: 2px solid #4B4B4B;
}

body.page-template.page-template-template-video.page-template-template-video-php footer .footer-block p {
    color: #B1B1B1;
}

body.page-template.page-template-template-video.page-template-template-video-php footer .footer-block ul li a {
    color: #B1B1B1;
}

body.page-template.page-template-template-video.page-template-template-video-php .register-wrp {
    padding: 10px 0 240px;
    background: linear-gradient(180deg, #000 0%, #1D1D1D 100%);
}

/* **** End Register **** */



.landing-banner2 {
    padding: 120px 0 40px;
}

.landing-banner2 h2 {
    color: #FFF;
    text-align: center;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    display: block;
    max-width: 100%;
    margin: 0 0 40px;
}

.landing-banner2 .rating-block ul {
    justify-content: center;
}


/* **** mistakes **** */
.mistakes-wrp {
    padding: 100px 0 50px;
}

.mistakes-wrp h2 {
    color: #1D1D1D;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 60px;
}

.mistakes-wrp .video-bix {
    position: relative;
    margin: 0 0 50px;
}

.mistakes-wrp .video-bix video#myVideo {
    width: 100%;
}

.mistakes-wrp .video-bix:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.mistakes-wrp .video-bix img {
    width: 100%;
}

.mistakes-wrp .video-bix .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 100%;
}

.mistakes-wrp p {
    color: #686868;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    max-width: 821px;
    margin: 0 auto 40px;
}

.mistakes-wrp .detail-box {
    margin: 0 auto;
}

.mistakes-wrp .detail-box .btn-primary {
    padding: 22px 80px;
}

/* **** ENd mistakes **** */
.mbl-show {
    display: none;
}

.mbl-expert-man {
    display: none;
    width: 100%;
}

.mbl-shape1 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
}


/* ***** landingpage-banner3 **** */
body.page-template.page-template-landingpage2.page-template-landingpage2-php .top__bar {
    background: #C22929;
}

.landingpage-banner3 {
    padding: 170px 0 70px;
    background-image: url("../images/landingpage-banner3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.landingpage-banner3 h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    max-width: 612px;
    margin: 0 0 65px;
}

/* ***** End landingpage-banner3 **** */


/* **** webinar-wrp **** */
.webinar-wrp {
    padding: 55px 0 95px;
    position: relative;
    background: #F7F7F7;
}

.webinar-wrp h2 {
    color: #B28E49;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 0 0 32px;
    display: none;
}

.webinar-wrp .webinar-info {
    display: flex;
    align-items: center;
}

.webinar-wrp .webinar-info img {
    max-width: 100%;
    margin-right: 45px;
}

.webinar-wrp .webinar-info h4 {
    color: #A58A4C;
    font-family: Lora;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    margin: 0 0 7px;
}

.webinar-wrp .webinar-info h3 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    margin: 0 0 23px;
}

.webinar-wrp .webinar-info ul {
    display: flex;
    align-items: center;
}

.webinar-wrp .webinar-info ul li {
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 50px;
}

.webinar-wrp .webinar-info ul li:last-child {
    margin: 0;
}

.webinar-wrp .webinar-info ul li a {
    color: #595959;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.webinar-wrp #countdown ul {
    display: flex;
    align-items: center;
    margin: 0 -9px;
}

.webinar-wrp #countdown ul li {
    width: 25%;
    padding: 0 9px;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: center;
}

.webinar-wrp #countdown ul li span {
    width: 100%;
    height: 136px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px;
    color: #1D1D1D;
    font-size: 48px;
    font-weight: 500;
    line-height: 67px;
}

.webinar-wrp .webinar-block {
    padding: 70px 0 0;
}

.webinar-wrp .webinar-block ul {
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.webinar-wrp .webinar-block ul li {
    margin-right: 10px;
}

.webinar-wrp .webinar-block ul li h4 {
    margin: 0;
    color: #1D1D1D;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
}

.webinar-wrp .webinar-block ul li .form-control {
    color: #22A83F;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    background: #fff;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 15px;
    width: 520px;
}

.webinar-wrp .webinar-block input#linkToCopy {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.webinar-wrp .webinar-block ul li a {
    color: #B28E49;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.webinar-wrp .webinar-block .btn-primary {
    margin: 60px auto 0;
}

/* **** End webinar-wrp **** */


/* **** teilnimmst **** */
.teilnimmst-wrp {
    padding: 100px 0;
}

.teilnimmst-wrp h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 48px;
}

.teilnimmst-wrp .teilnimmst-block {
    max-width: 705px;
    margin: 0 auto;
}

.teilnimmst-wrp .teilnimmst-block ul li {
    position: relative;
    padding: 0 0 55px;
}

.teilnimmst-wrp .teilnimmst-block ul li:last-child {
    padding: 0;
}

.teilnimmst-wrp .teilnimmst-block ul li:last-child:before {
    display: none;
}

.teilnimmst-wrp .teilnimmst-block ul li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    border-left: 2px dashed #B28E49;
    top: 0;
    left: 21px;
}

.teilnimmst-wrp .teilnimmst-block ul li h3 {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    color: #B28E49;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

.teilnimmst-wrp .teilnimmst-block ul li h3 span {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    width: 44px;
    height: 44px;
    background: #B28E49;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 16px;
}

.teilnimmst-wrp .teilnimmst-block ul li p {
    padding-left: 60px;
    color: #686868;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/* **** End teilnimmst **** */


.erfolgreiches-wrp {
    padding: 125px 0;
    background-image: url("../images/erfolgreiches-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.erfolgreiches-wrp h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.erfolgreiches-wrp .coin-shap2 {
    position: absolute;
    top: -100px;
    right: 15%;
    max-width: 100%;
}

.hero-wrp .tag-info.mbl-show {
    display: none;
}


body.page-template.page-template-landingpage2.page-template-landingpage2-php footer {
    margin-top: -133px;
}

body.page-template.page-template-landingpage2.page-template-landingpage2-php section.register-wrp {
    padding-bottom: 233px;
}

.millionaire-block {
    position: relative;
    overflow: hidden;
}

.progress__bar {
    width: 2px;
    /* Adjust the width of the progress bar */
    height: 0;
    background-color: #B28E49;
    /* Progress bar color */
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: height 0.3s;
    max-height: 89% !important;
}

.progress__bar:after {
    position: relative;
    content: "";
    width: 100px;
    height: 100px;
    bottom: 0px;
    top: calc(100% - 78px);
    left: -50px;
    background-image: url("../images/active-img.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 77px;
}

#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Styles for the popup content */
#popupContent {
    max-width: 800px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Styles for the close button */
#closePopupBtn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.popupmain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 20px;
}

.popupmain h2 {
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    margin: 0 !important;
}

.popupmain .top__bar {
    padding: 44px 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popupmain form {
    padding: 0px 150px 32px;
    color: #000;
}

.popupmain form input {
    font-size: 14px;
    color: #686868;
    line-height: 14px;
    padding: 16px 0px;
    border-bottom: 1px solid #B1B1B1;
    margin-top: 24px;
}

.popupmain form ::placeholder {
    opacity: 1;
}

.popupmain form input[type="submit"] {
    border: none !important;
    background: #22A83F;
    font-size: 18px;
    line-height: 18px;
    padding: 22px;
    text-transform: uppercase;
    color: #fff;
}

.popupmain form .form__sbmt {
    position: relative;
}

.popupmain form .form__sbmt:after {
    content: "";
    width: 24px;
    height: 100%;
    position: absolute;
    background-image: url('https://kryptomillionaer.de/wp-content/uploads/2023/08/Vector-234.png');
    top: 0;
    right: 25px;
    background-repeat: no-repeat;
    background-position: center right;
}

.popupmain form h6 {
    font-size: 12px;
    line-height: 12px;
    color: #686868;
    margin-top: 8px;
}

.popupmain .bottom__bar {
    padding: 32px 150px 28px 178px;
    background-color: #F7F7F7;
}

.popupmain .bottom__bar p {
    margin: 0;
    max-width: 100%;
    color: #686868;
    font-size: 14px;
    line-height: 18px;
}

.popupmain .bottom__bar h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1d;
    position: relative;
}

.popupmain .bottom__bar h4:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('https://kryptomillionaer.de/wp-content/uploads/2023/08/Group-992.png');
    top: 0;
    left: -28px;
    background-repeat: no-repeat;
    background-position: center right;
}

.popupmain .bottom__bar h6 {
    font-size: 14px;
    line-height: 14px;
    color: #686868;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

button#closePopupBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
}

/* datenschutz page */

.page-id-772 header,
.page-id-783 header {
    background: black;
    padding: 15px 0px;
}

.page-id-772 .wrap,
.page-id-783 .wrap {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    padding: 145px 20px 30px;
}

.page-id-772 .wrap h1,
.page-id-783 .wrap h1 {
    font-size: 56px;
    font-weight: 600;
    font-family: 'Lora';
}

.page-id-772 .wrap h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 55px;
    font-family: 'Lora';
    padding-top: 20px;
}

.page-id-772 .wrap h3,
.page-id-783 .wrap h3 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Lora';
    padding: 5px 0px;
}

.page-id-772 .wrap h4,
.page-id-783 .wrap h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}

.page-id-772 .wrap p,
.page-id-783 .wrap p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro';
}

.page-id-772 .wrap ol,
.page-id-783 .wrap ol {
    font-size: 16px;
}

.page-id-772 .wrap a,
.page-id-783 .wrap a {
    color: #000;
    text-decoration: underline;
}

.page-id-772 footer,
.page-id-783 footer {
    background: black;
}

.page-id-772 .footer-block,
.page-id-783 .footer-block {
    border: none;
}

.page-id-783 .wrap h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
    font-family: 'Lora';
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .popupmain .top__bar {
        padding: 30px 25px;
    }

    .popupmain form {
        padding: 0px 25px 15px;
    }

    .popupmain .bottom__bar {
        padding: 32px 25px 28px 53px;
    }

    .popupmain {
        padding: 30px 15px;
    }

    .questions-wrp .questions-slider .slick-current .slider-box {
        border: 2px solid #686868;
    }

    .questions-wrp .questions-slider .active__box .slider-box {
        border: 2px solid #B28E49;
    }
}




/* hardik */

.video-section {
    padding: 0 100px;
}

.video-heading h1 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 26px 0;
}

.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.reward-section {
    padding: 190px 100px;
    background-image: url(../images/hero.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -100px;
}

.win-text h6 {
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.heading h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 32px;
}

.reward-section .para p {
    color: #B1B1B1;
    font-family: Source Sans 3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.green-btn a {
    color: #FFF;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 28px 22px;
    background: #22A83F;
    margin-top: 65px;
    width: 100%;
    border: 1px solid #22A83F;
}

.green-btn a:hover {
    color: #22A83F;
    background: #FFF;
}

.w-51 {
    width: 100%;
}

.text-yellow {
    color: #B28E49;
}

.reward-prize {
    background: linear-gradient(90deg, #B08B2C 0%, #ECCA88 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reward-prize h2 {
    text-align: center;
    font-family: Lora;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -4.8px;
}

.reward-prize p {
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}


.video-header {
    background: #121212;
}

.header-logo {
    border-bottom: 3px solid #2B2B2B;
    width: 100%;
    margin-bottom: 15px;
}

body.logged-in.admin-bar.customize-support header.video-header {
    top: 0 !important;
    padding: 0 10px;
}

.rating-box h3 {
    display: block;
}

.rating-box b {
    margin: 0 !important;
}

.rating-box ul {
    justify-content: space-between;
}

.rating-box ul li {
    margin-right: 15px;
}

.hero-wrap {
    background: #121212;
    position: relative;
    padding-bottom: 133px;
    margin-top: -1px;
}

.hero-wrap .bg-icon {
    position: absolute;
    top: 17%;
    left: 0;
}

.hero-wrap .bg-icon2 {
    position: absolute;
    top: -14%;
    right: 0;
    z-index: 9999;
}

.hero-wrap .bg-icon2 img {
    width: 125px;
}

.hero-wrap .hero-details h2 {
    color: #FFF;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.hero-wrap .hero-details h2 span {
    color: #B28E49;
}

.hero-content {
    width: 100%;
    margin: auto;
}

.hero-wrap .hero-details p {
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
}

.video-box {
    padding: 56% 0 0 100%;
}

.hero-wrap .open-btn {
    padding-top: 26px;
}

.hero-wrap .open-btn a {
    padding: 20px;
    background: #22A83F;
    display: table;
    color: #FFF;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin: auto;
    text-decoration: none;
}

.hero-wrap .open-btn a:hover {
    background: #000;
    color: #fff;
}


.hero-wrap .img-group span {
    color: #B1B1B1;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.hero-wrap .card-group {
    padding-top: 65px;
}

.hero-wrap .card-group .card {
    border: 2px solid #2B2B2B;
}

.hero-wrap .card-group .card-body {
    padding: 32px;
}

.hero-wrap .card-group p {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}


.step-section {
    padding: 100px 0 230px 0;
    position: relative;
}

.step-section .heading h2 {
    color: #1D1D1D;
    margin-bottom: 30px;
}

.step-section .heading p {
    color: #4B4B4B;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.step-section .heading h3 {
    color: #B28E49;
    font-family: Lora;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    padding: 70px 0;
}

.step-section.teilnimmst-wrp .teilnimmst-block ul li:before {
    border-left: 2px solid #B28E49;
    left: 21px;
}

.step-section.teilnimmst-wrp .teilnimmst-block ul li h3 {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    gap: 30px;
    margin-bottom: 40px;
}

.step-section.teilnimmst-wrp .teilnimmst-block ul li p {
    color: #4B4B4B;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 0;
}

.step-section .step-content {
    padding-left: 90px;
}

.step-section .step-link a {
    color: #22A83F;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration-line: underline;
    padding: 40px 0;
}

.step-section .step-link a::after {
    content: url(../images/link-icon.svg);
    width: 23px;
    position: absolute;
    height: 23px;
    margin-left: 10px;

}

.step-section .bit-coin img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    position: absolute;
    bottom: -13%;
    left: 50%;
    transform: translateX(-50%);
}


.right-down::after {
    content: url(../images/right-down.png);
    margin-top: 50px;
    margin: 50px auto;
    height: 150px;
    overflow: hidden;
}

.left-down::before {
    content: url(../images/left-down.png);
    margin-top: 80px;
    margin-bottom: 40px;
}

.bottom-right {
    padding-bottom: 120px;
}

.bottom-right::before {
    content: url(../images/bottom-right.png);
    margin-top: 56px;
    width: 461px;
    overflow: hidden;
}

.right-top::after {
    content: url(../images/right-top.png);
    margin-top: -80px;
}

.curv-image-position {
    position: absolute;
    bottom: 5%;
    right: 10%;
}

.about-curv {
    position: relative;
    background-image: url(../images/curv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

.about-curv.curv-image-positio {
    position: absolute;
    bottom: 0;
    right: 10%;
    transform: translateY(-50%);
}

.curv-line {
    background-image: url(../images/curv-line.png);
    background-repeat: no-repeat;
    background-position: top;
}

.curv-image-icon img {
    max-width: 56px;
    height: 56px;
}

.curv-text {
    display: flex;
    align-items: stretch;
}

.curv-box-1 {
    padding-bottom: 167px;
    margin-top: -40px;
}

.curv-box-2 {
    padding-bottom: 0px;
}

.curv-box-3 {
    margin-bottom: -40px;
}

.curv-box-4 {
    padding-bottom: 140px;
}

.curv-box-5 {
    padding-bottom: 120px;
}

.about-curv .heading h2 {
    color: #B28E49;
    text-align: center;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 110px;
}


.about-curv .curv-text h2 {
    color: #FEFEFE;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.about-curv .curv-text p {
    color: #B1B1B1;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 17px;
}

.about-curv .curv-text .w-45 {
    width: 45%;
}

.about-curv .curv-text .w-55 {
    width: 55%;
}

.accordion-section {
    background: #F7F7F7;
    padding: 150px;
}

.accordion-section .accordion-box {
    max-width: 705px;
    margin: 0 auto;
}

.accordion-section .heading h2 {
    color: #1D1D1D;
    text-align: center;
    margin-bottom: 90px;
}

.accordion-detail .accordion-button {
    color: #1D1D1D;
    font-family: Lora;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    background: transparent;
    padding: 20px 0;
    border-bottom: 1px solid #B1B1B1;
    box-shadow: none;
}

.accordion-detail .accordion-item {
    border: none;
    background: transparent;
}

.accordion-detail .accordion-body {
    color: #4B4B4B;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 40px 0;
}

.accordion-button:not(.collapsed):after {
    content: url(../images/accordian-close.svg);
    content: "url(<i class=" fa fa-minus" aria-hidden=" true"></i>)";
    background-image: none;
    background: #22A83F;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.accordion-button:after {
    content: url(../images/accordian-open.svg);
    background-image: none;
    width: 48px;
    height: 48px;
}

.testimonials-slide-section {
    padding: 120px 100px;
}

.testimonials-slide-section .slider__item {
    margin-bottom: 50px;
}

.testimonials-slide-section .heading h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    width: 60%;
    margin: auto;
    padding-bottom: 96px;
}

.testimonials-slide-section .star-image {
    width: 206px;
    height: 34px;
    margin: auto auto 40px auto;
}

.testimonials-slide-section .testimonials-slider .client-image {
    height: 244px;
    width: 244px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-slide-section .testimonials-slider .client-feedback p {
    color: #4B4B4B;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.testimonials-slide-section .client-name p {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.testimonials-slide-section .client-designation p {
    color: #64727D;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

.testimonials-slide-section .slide-arrow .news__arrows {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_left i,
.testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_right i {
    color: #fff;
    background-color: #22A83F;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
}

.testimonials-slide-section .slide-custom-pagination {
    color: #1D1D1D;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.thank-you-section {
    background-image: url(https://kryptomillionaer.de/wp-content/uploads/2023/12/Group-120557.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 124px;
}

.thank-you-section .thanks-reward h3 {
    text-align: center;
    font-family: Lora;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -4.8px;
    background: linear-gradient(90deg, #B08B2C 0%, #ECCA88 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thank-you-section .thanks-reward h5 {
    text-align: center;
    font-family: Lora;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #B08B2C 0%, #ECCA88 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 32px;
}

.thank-you-section .coin-image img {
    width: 320px;
    height: 465px;
    text-align: center;
}


/* popup */

.empfehlung-popup-main {
    overflow: auto;
}

.empfehlung-popup-main form {
    padding: 0;
}

.empfehlung-popup .form-step-1 {
    margin-bottom: 64px;
}

.empfehlung-popup-main form .form-step-1,
.empfehlung-popup-main form .form-step-2 {
    padding: 0 100px;
}

.empfehlung-popup-main form .form-step-2 {
    background: #F7F7F7;
}

.empfehlung-popup .form-step-1 h2,
.empfehlung-popup .form-step-2 h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Lora;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 25px 0;
}

.empfehlung-popup-main form input {
    color: #4B4B4B;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
    padding: 12px 0;
}

.empfehlung-popup-main form input[type="submit"] {
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-top: 64px;
}

.empfehlung-popup-main form .form__sbmt:after {
    background-image: none;
}

.empfehlung-popup-main form h6 {
    text-align: center;
    color: #686868;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

/* popup */

@media (min-width: 1024px) {
    .video-box {
        padding: 40% 0 0 0;
    }
}

@media (min-width: 992px) {
    .hero-wrap .bg-icon2 {
        position: absolute;
        top: 17%;
        right: 0px;
        z-index: auto;
    }

    .hero-wrap .bg-icon2 img {
        width: auto;
    }
}

@media (min-width: 767px) {
    body.logged-in.admin-bar.customize-support header.video-header {
        padding: 0;
    }

    .video-header {
        top: 0 !important;
    }

    .header-logo {
        border-bottom: none;
        padding-bottom: 0;
        width: auto;
    }


    .video-header .header__main {
        border-bottom: 3px solid #2B2B2B;
    }

    .rating-box h3 {
        display: flex;
        align-items: baseline;
    }

    .rating-box b {
        margin-left: 15px !important;
    }

    .rating-box ul {
        justify-content: start;
    }

    .rating-box ul li {
        margin-right: 35px;
    }

    .hero-wrap .card-group p {
        font-size: 22px;
    }

    .hero-content {
        width: 70%;
        margin: auto;
    }

    .hero-wrap .hero-details h2 {
        font-size: 34px;
    }

    .hero-wrap .hero-details p {
        font-size: 18px;
    }
}

.questions-parent {
    padding-top: 220px;
    background-color: #000;
}


@media (max-width: 1400px) {
    .curv-box-1 {
        padding-bottom: 82px;
    }
}


@media (max-width: 1367px) {
    .testimonials-slide-section .heading h2 {
        width: 70%;
    }
}

@media (max-width: 1279px) {

    .video-section {
        padding: 0 50px;
    }

    .reward-section {
        padding: 190px 50px;
    }

    .heading h2 {
        font-size: 38px;
    }

    .reward-prize h2 {
        font-size: 55px;
    }

    .green-btn a {
        font-size: 16px;
        line-height: 28px;
        padding: 15px 5px;
        margin-top: 32px;
    }
}

@media (max-width: 1199px) {
    .about-curv .curv-text h2 {
        font-size: 35px;
    }

    .about-curv .curv-text p {
        font-size: 18px;
        margin-top: 12px;
    }

    .about-curv .curv-text .w-55 {
        width: 60%;
    }

    .about-curv .curv-text .w-45 {
        width: 40%;
    }

    .curv-box-1 {
        padding-bottom: 160px;
    }

    .curv-box-2 {
        padding-bottom: 25px;
    }

    .curv-box-3 {
        margin-bottom: 0px;
    }

    .curv-box-4 {
        padding-bottom: 140px;
    }

    .curv-box-5 {
        padding-bottom: 60px;
    }
}


@media (max-width: 1024px) {

    .testimonials-slide-section {
        padding: 50px;
    }

    .testimonials-slide-section .heading h2 {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .right-down::after,
    .left-down::before,
    .bottom-right::before,
    .right-top::after {
        content: none;
    }
}
@media (max-width: 991px) {

    .win-text h6 {
        margin-bottom: 20px;
    }

    .heading h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .w-51 {
        width: 51%;
    }

    .reward-prize h2 {
        font-size: 40px;
    }

    .reward-prize p {
        font-size: 16px;
    }

    .step-section {
        padding: 100px 0 160px 0 !important;
    }

    .accordion-section {
        padding: 50px;
    }

    .testimonials-slide-section {
        padding: 25px;
    }

    .testimonials-slide-section .heading h2 {
        font-size: 35px;
        padding-bottom: 48px;
    }

    .testimonials-slide-section .testimonials-slider .client-feedback p {
        font-size: 18px;
    }

    .thank-you-section .thanks-reward h3 {
        font-size: 55px;
    }

    .curv-line {
        background-image: none;
    }

    .about-curv .heading h2 {
        padding-bottom: 30px;
    }

    .about-curv .curv-text .w-55 {
        display: none;

    }

    .curv-text {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .about-curv .curv-text .w-45 {
        width: 100%;
    }

    .curv-box-1,
    .curv-box-2,
    .curv-box-3,
    .curv-box-4,
    .curv-box-5 {
        padding: 20px 0 !important;
        margin: 0;
    }

    .curv-text::before{
        position: absolute;
        content: "";
        height: 100%;
        width: 2px;
        border-left: 2px dashed #B28E49;
        left: 27px;
    }
    .curv-box-5::before{
        display: none;
    }
   

    .about-curv {
        padding-bottom: 215px;
    }
  
    .curv-image-position {
        bottom: 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .curv-image-icon img {
        position: relative;
        z-index: 9;
        background: #1a1a1a;
    }

}

@media (max-width: 767px) {

    .video-section {
        padding: 0;
    }

    .video-container {
        width: 100%;
    }

    .reward-section {
        padding: 25px;
        margin-top: 0;
    }

    .win-text h6 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .reward-prize h2 {
        font-size: 24px;
        color: #1D1D1D;
        text-align: center;
        font-family: Lora;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -1.2px;
    }

    .questions-parent {
        padding-top: 50px;
    }

    .reward-prize {
        background-color: #ECCA88;
        border-radius: 50%;
        background-clip: border-box;
        -webkit-text-fill-color: #121212;
        padding: 0;
        width: 131px;
        height: 131px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .reward-prize p {
        font-size: 10px !important;
        color: #1D1D1D;
        text-align: center;
        font-family: Lora;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .accordion-section {
        padding: 50px 12px;
    }

    .step-section .bit-coin img {
        width: 200px;
        height: 200px;
        bottom: -7%;
    }

    .accordion-section .heading h2 {
        font-size: 24px;
        margin-bottom: 48px;
    }

    .accordion-detail .accordion-button {
        font-size: 16px;
        line-height: 130%;
    }

    .accordion-button:not(.collapsed):after{
        line-height: 39px;
    }

    .accordion-detail .accordion-body {
        font-size: 16px;
        padding: 25px 0;
    }

    .testimonials-slide-section .slide-custom-pagination {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
    }

    .testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_right i {
        position: absolute;
        right: 0;
    }

    .testimonials-slide-section {
        padding: 45px 12px;
    }

    .testimonials-slide-section .star-image {
        margin-bottom: 20px;
    }

    .testimonials-slide-section .heading h2 {
        font-size: 24px;
        line-height: 120%;
    }

    .testimonials-slide-section .testimonials-slider .client-feedback p {
        padding-top: 35px;
    }

    .thank-you-section {
        padding-top: 110px;
    }

    .thank-you-section .thanks-reward h3 {
        font-size: 48px;
    }

    .thank-you-section .thanks-reward h5 {
        font-size: 12px;
        margin-top: 16px;
    }

    .thank-you-section .coin-image img {
        width: 166px;
        height: 242px;
        text-align: center;
    }

    .about-curv {
        padding-top: 35px;
    }

    .about-curv .heading h2 {
        font-size: 24px;
        margin-bottom: 55px;
        padding-bottom: 0;
    }

    .curv-image-icon img {
        max-width: 40px;
        height: 40px;
    }

    .curv-box-1,
    .curv-box-2,
    .curv-box-3,
    .curv-box-4,
    .curv-box-5 {
        padding: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 0 10px 0 !important;
        position: relative;
        overflow: hidden;
    }

    .about-curv [class*='w-'] {
        margin-bottom: 0;
    }

    .about-curv .curv-text h2 {
        font-size: 24px;
    }

    .about-curv .curv-text p {
        font-size: 16px;
        margin-top: 19px;
    }

    .curv-text::before {
        left: 20px;
    }

    .curv-box-5::before {
        border: none !important;
        position: unset !important;
        content: none !important;
    }

    .empfehlung-popup .form-step-1 h2,
    .empfehlung-popup .form-step-2 h2 {
        font-size: 24px;
    }

    .empfehlung-popup-main form .form-step-1,
    .empfehlung-popup-main form .form-step-2 {
        padding: 0 15px;
    }

    .empfehlung-popup .form-step-1 {
        margin-bottom: 32px;
    }

    .empfehlung-popup-main form input[type="submit"] {
        margin-top: 32px;
    }

    .empfehlung-popup-main form h6 {
        padding-bottom: 12px;
        margin-top: -15px;
    }
}

@media (max-width: 567px) {

    .video-heading h1 {
        font-size: 13px;
        margin: 15px 0;
    }

    .reward-section {
        padding: 30px 12px 140px 12px;
    }

    .heading h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .reward-section .para p {
        font-size: 16px;
    }

    .green-btn a {
        line-height: 115%;
        letter-spacing: 0.8px;
    }

    .step-section {
        padding: 60px 12px 100px 12px !important;
    }

    .step-section .bit-coin img {
        bottom: -8%;
    }

    .step-section .heading h2 {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .step-section .heading h3 {
        font-size: 20px;
        padding: 35px 0;
    }

    .step-section.teilnimmst-wrp .teilnimmst-block ul li h3 {
        font-size: 20px;
        margin-bottom: 10px;
        gap: 0;
    }

    .step-section .step-content {
        padding-left: 50px;
    }

    .step-section.teilnimmst-wrp .teilnimmst-block ul li p {
        font-size: 16px;
    }

    .step-section .step-link a {
        padding: 24px 0;
        font-size: 12px;
    }

    .step-section .step-link a::after {
        width: 13px;
        height: 13px;
    }

    .step-section.teilnimmst-wrp .teilnimmst-block ul li {
        padding-bottom: 30px;
    }

    .step-section.teilnimmst-wrp .teilnimmst-block ul li h3 span {
        height: 32px;
        width: 32px;
    }

    .step-section.teilnimmst-wrp .teilnimmst-block ul li:before {
        left: 16px;
    }

    .testimonials-slide-section .star-image {
        width: 123px;
        height: 20px;
        margin: auto auto 20px auto;
    }

    .testimonials-slide-section .testimonials-slider .client-image {
        width: 96px;
        height: 96px;
    }

    .client-name p {
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.6px;
    }
}




/*//// hardik */