

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: normal;
    font-family: var(--main-font)
}


body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url('https://d1jqu391rhi90k.cloudfront.net/img/affiliate/Affiliate-page.jpg');
}



.orange-line {
    background-color: #ff6d00;
    height: 6px;
    width: 100%;
    position: fixed;
    z-index: 2;
}

/* ===== reusable ===== */

.start-earning-btn {
    width: 236px;
    height: 60px;
    text-align: center;
    color: white;
    padding: 15px 45px;
    border-radius: 5px;
    font-size: 22px;
}

.start-earning-btn:hover {
    text-decoration: none;
    background-color: white;
    color: #FF6D00;
}


/* =========== Banner ========= */

.banner-container {
    height: 53px;
    position: relative;

}

.banner {
    color: #20114a;
    font-size: 14px;
    position: fixed;
    background-color: white;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 5%;
    display: flex;
}


.banner p {
    display: inline-block;
    margin-left: 8%;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    font-family: var(--main-font);
    margin: auto;
}


/* =========== Header ===========*/

.header {
    background-position: top;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 30px;
    background-image: linear-gradient(to top right, rgba(25, 23, 47, 0.4), rgba(25, 23, 47, 0.4)), url('https://d1jqu391rhi90k.cloudfront.net/img/affiliate/Affiliate-page.jpg');
}

.header section {
    max-width: 85%;
    margin: auto;
    text-align: center;
}

.header section h1 {
    margin-bottom: 15px;
    font-family: var(--main-font);
    font-weight: 900;
    line-height: 1.19;
}

.header section a {
    background-color: #ff6d00;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 60px;
}

.truspilot-logo {
    width: 88px;
    height: 40px;
    display: block;
    margin: auto;
}

.header-container .affiliate-program-step {
    display: none;
}

/* ======= Main section (middle part) */

.orange-color {
    color: #ff6d00;
}

.affiliate__circle {
    border-radius: 50%;
    background-color: #3c3f56;
    height: 150px;
    width: 150px;
    position: relative;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    background-color: #19172f;
    position: relative;
    padding-bottom: 40px;
    padding-top: 100px;
    box-shadow: 0 4px 6px -4px #222;

}

.main p {
    max-width: 65%;
    margin: auto;
    text-align: center;
    opacity: 0.6;
}

.main .steps-section-description {
    margin-bottom: 60px;
    opacity: unset;
}

.affiliate-program-step {
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
}

.affiliate__circle {
    align-self: center;
    margin-bottom: 30px;
}

/* ========== Join the revolution section */

.join-the-revolution-container {
    background-image: url('https://drbkpxqq4z5em.cloudfront.net/img/affiliate/group-9@3x.png');
    background-size: cover;
    background-position: center;
}

.join-the-revolution-container section {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 80%;
    margin: auto;
}

.join-the-revolution-container section h2 {
    margin-bottom: 15px;
    font-family: var(--main-font);
    font-size: 48px;
    font-weight: 900;
}

.join-the-revolution-container section p {
    margin-bottom: 60px;
}

.join-the-revolution-container section a {
    margin-bottom: 15px;
    display: block;
    margin: auto;
    background-color: #20114a;
}

.join-the-revolution-container section .payment-terms {
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 0px;
}

@media screen and (min-width: 770px) {

    /* ======= banner === */

    .banner {
        justify-content: space-around;
        padding-left: unset;
    }

    .banner_img-container {
        width: 300px;
    }

    .banner_img-container img {
        display: block;
        margin: auto;
    }

    .banner p {
        margin-left: 0;
        padding-right: 0;
        margin: unset;
        width: 470px;
        text-align: center;
    }

    .styling-div {
        width: 300px;
    }

    /* ========= header ===== */

    .header{
        padding-top: 65px;
    }
    
    .header-container .affiliate-program-step {
        visibility: hidden;
        display: block;
        max-width: 21%;
    }

    .header-container section {
        width: 450px;
        text-align: left;
        margin: unset;
        /* margin-left: 3%; */
        /* padding-left: 140px; */
    }

    .header-container section h1 {
        margin-top: 90px;
        font-size: 48px;
        letter-spacing: 0.25px;
    }

    .header-container .affiliate-program-step p {
        max-width: 75%;
        margin: auto;
        text-align: center;
    }

    .header-container {
        display: flex;
        max-width: 80%;
        margin: auto;
        justify-content: center;
    }

    .header-container section p {
        max-width: 77%;
        font-size: 22px;
        line-height: 1.55;
    }

    .header section a {
        margin: unset;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .truspilot-logo {
        margin: unset;
        margin-bottom: 82px;
    }

    /* ========== main ========== */

    .main {
        /* border-bottom-left-radius: 115% 47%;
        border-bottom-right-radius: 115% 47%; */
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main .steps-section-description {
        max-width: 35%;
        margin-bottom: 90px;
        opacity: unset;
        font-size: 24px;
        max-width: 58%;
        margin-top: 50px;
    }

    .main p{
        font-size: 1.1rem;
    }

    .affiliate-program-step-container {
        display: flex;
        /* max-width: 50%; */
        margin: auto;
        justify-content: center;
        padding-bottom: 0px;
        margin-top: 50px;
    }

    .space-betwen {
        margin-right: 50px;
        margin-left: 50px;
    }

    /* ====== join the revolution section ===== */

    .join-the-revolution-container {
        background-image: url('https://d1jqu391rhi90k.cloudfront.net/img/affiliate/group-14@3x.png');
       
    }

    .join-the-revolution-container section{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .tell-about-yourself {
        font-family: var(--main-font);
        font-weight: bold;
        max-width: 65%;
        margin: auto;
        font-size: 24px;
        line-height: 1.42;
    }
}