@font-face {
    font-family: 'Routhem';
    src: url('../fonts/Routhem-Regular.eot');
    src: url('../fonts/Routhem-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Routhem-Regular.woff2') format('woff2'),
        url('../fonts/Routhem-Regular.woff') format('woff'),
        url('../fonts/Routhem-Regular.ttf') format('truetype'),
        url('../fonts/Routhem-Regular.svg#Routhem-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.img-with-text-inner {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.img-with-text-inner .img-block, .img-with-text-inner .content-block {
    flex: 0 0 50%;
    padding: 0 20px;
}
section.revolution-banner {
    padding: 0;
    background-color: #dcdcdc;
}
.revolution-banner .content {
    text-align: center;
    max-width: 1120px;
    margin-inline: auto;
    padding: 10px 0 50px;
}
.revolution-banner .content .title {
    font-family: 'Routhem';
    color: #000;
    font-size: 35px;
    line-height: 42px;
}
.revolution-banner .content h3 {
    font-size: 22px;
    margin: 8px 0 30px;
}
.revolution-banner .content strong {
    color: #000;
}
body p {
    color: #000;
}
section.text-sec {
    background-color: #ffce00;
    text-align: center;
}
p:last-child {
    margin: 0;
}
section.text-sec p {
    font-size: 18px;
}
section.text-sec p strong {
    margin-top: 6px;
    display: inline-block;
}
section.text-sec p:first-child {
    margin-bottom: 20px;
}
section.img-with-text.ignite-revolution {
    background-color: #000;
    padding-bottom: 420px;
    background-image: url(../img/reuzeit-revo-bg-1.webp);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: left bottom 0px;
}
section.img-with-text.ignite-revolution * {
    color: #fff;
}
section.img-with-text.ignite-revolution h2, section.join-us h2 {
    color: #ffce00;
}
.ignite-revolution .btn {
    background-color: #ffce00;
    color: #000 !important;
    background-image: url(../img/play-btn.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 143px 13px;
    padding-right: 46px;
}
.ignite-revolution .btn:hover {
    background-color: #d4ab00;
}
.ignite-revolution .img-with-text-inner {
    justify-content: end;
}
section.join-us-social {
    text-align: center;
}
section.join-us-social .social-media {
    justify-content: center;
}
section.join-us {
    background-image: url(../img/revo-cta.webp);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: left bottom;
    background-color: #000;
}
.join-us-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.join-us-inner>div {
    width: 50%;
    padding: 0 20px;
}
section.join-us input {
    height: 48px;
    border-radius: 0;
    padding: 10px 17px;
    font-size: 16px;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
}
section.join-us .row {
    flex-wrap: wrap;
    margin: 0 -6px;
    row-gap: 12px;
}
section.join-us .row .col-6 {
    width: 50%;
    padding: 0 6px;
}
section.join-us .btn {
    width: 100%;
    background-color: #80808F;
}
section.join-us * {
    color: #fff;
}
section.join-us .btn:hover {
    background-color: #60606d;
}
section.join-us p {
    max-width: 550px;
}
.img-block img {
    width: 100%;
    height: auto;
}
section.ignite-revolution .content-block {
    background-color: rgba(0,0,0,0.68);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}
/* model popup */
.model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.model-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-inline: auto;
    max-width: 800px;
    background: #fff;
    border-radius: 8px;
    padding: 50px 25px 25px;
    width: 90%;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
}
.model-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 32px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    cursor: pointer;
}
.video-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.model-close-btn:hover {
    opacity: 1;
}


@media only screen and (max-width: 991px) {
    section.ignite-revolution .content-block {
        flex: 0 0 60%;
    }
    section.img-with-text.ignite-revolution {
        padding-bottom: 250px;
        background-size: 800px;
    }
}
@media only screen and (max-width: 767px) {
    .revolution-banner .content .title {
        font-size: 30px;
        line-height: 38px;
    }
    .revolution-banner .content h3 {
        margin: 8px 0 20px;
    }
    section.ignite-revolution .content-block {
        flex: 0 0 100%;
        padding: 0;
        background-color: transparent;
    }
    .join-us-inner>div {
        width: 100%;
        padding: 0;
    }
    .join-us-inner {
        row-gap: 30px;
        margin: 0;
    }
    section.join-us .content {
        text-align: center;
    }
    section.join-us p {
        max-width: 100%;
    }
    .img-with-text-inner {
        flex-wrap: wrap;
        gap: 30px;
        margin: 0;
    }
    .model-inner {
        padding: 42px 14px 14px;
    }
}
@media only screen and (max-width: 479px) {
    section.img-with-text.ignite-revolution {
        padding-bottom: 200px;
        background-size: 600px;
    }
    .revolution-banner .content .title {
        font-size: 26px;
        line-height: 32px;
    }
    .revolution-banner .content h3 {
        font-size: 20px;
        margin: 8px 0 15px;
    }
    section.join-us .row .col-6 {
        width: 100%;
    }
    .join-us-social h2.title {
        line-height: 30px;
    }
}

