/*============================================*/
/*=== START BECOME AFFILAITE TITLE SECTION ===*/
/*============================================*/
.tp-become-affiliate-title-section {
    margin-top: 110px;
    margin-bottom: 80px;
}
.tp-become-affiliate-title-wrap {
    text-align: center;
    max-width: 1032px;
    margin: auto;
}
.tp-become-affiliate-title-wrap h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: bold;
    color: #075BFE;
    margin-bottom: 15px;
}
.tp-become-affiliate-title-wrap p {
    margin: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #151D48;
    max-width: 936px;
    margin-bottom: 45px;
}
.tp-become-affiliate-title-wrap a {
    display: flex;
    justify-content: center;
    background-color: #075BFE;
    border: 2px solid #075BFE;
    color: var( --light-color );
    max-width: 270px;
    margin: auto;
    -webkit-box-shadow: 0px 14px 25px 0px rgba(7,91,254,0.24);
    -moz-box-shadow: 0px 14px 25px 0px rgba(7,91,254,0.24);
    box-shadow: 0px 14px 25px 0px rgba(7,91,254,0.24);
}
.tp-become-affiliate-title-wrap a:hover {
    transition: .3s all ease;
    color: var( --light-color );
    background-color: #151D48;
    border-color: #151D48;
}
.tp-become-affiliate-title-wrap a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var( --light-color );
    border-radius: 8px;
    margin-left: 9px;
}
.tp-become-affiliate-title-wrap a span i {
    color: #075BFE;
}
/*==========================================*/
/*=== EDN BECOME AFFILAITE TITLE SECTION ===*/
/*==========================================*/

/*==========================*/
/*=== START CART SECTION ===*/
/*==========================*/
.tp-affiliate-cart-section {
    margin-bottom: 120px;
}
.tp-affiliate-cart-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tp-affiliate-single-cart {
    border-radius: 12px;
    max-width: 430px;
    min-height: 275px;
    padding: 30px;
    transition: .3s all ease;
    padding-right: 10px;
}
.tp-affiliate-single-cart.tp-cart-1 {
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(243,233,255,1) 100%);
}
.tp-affiliate-single-cart.tp-cart-2 {
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(255,238,233,1) 100%);
}
.tp-affiliate-single-cart.tp-cart-3 {
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(233,238,255,1) 100%);
}
.tp-affiliate-single-cart.tp-cart-1:hover {
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(255,234,234,1) 0%, rgba(225,202,255,1) 100%);
}
.tp-affiliate-single-cart.tp-cart-2:hover {
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(255,238,238,1) 0%, rgba(255,220,209,1) 100%);
}
.tp-affiliate-single-cart.tp-cart-3:hover {
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(255,231,231,1) 0%, rgba(206,217,255,1) 100%);
}
.tp-affiliate-single-cart .tp-affiliate-single-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background-color: var( --light-color );
    padding: 5px;
    border: 1px solid rgba(35, 43, 56, 0.1);
    margin-bottom: 30px;
}
.tp-affiliate-single-cart h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #232B38;
}
.tp-affiliate-single-cart p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #1E3151;
}
/*========================*/
/*=== EDN CART SECTION ===*/
/*========================*/

/*=======================================*/
/*=== START AFFILIATE BENEFIT SECTION ===*/
/*=======================================*/
.tp-affiliate-benefit-section, 
.tp-things-you-can-do-section,
.tp-we-dont-recomend-section {
    margin-bottom: 120px;
}
.tp-affiliate-benefit-wrap,
.tp-things-you-can-do-wrap,
.tp-we-dont-recomend-wrap {
    display: flex;
    align-items: flex-start;
}
.tp-affiliate-left,
.tp-things-right,
.tp-we-dont-recomend-left {
    max-width: 675px;
    height: 428px;
}
.tp-affiliate-left img,
.tp-things-right img,
.tp-we-dont-recomend-right img {
    width: 100%;
    height: 100%;
}
.tp-affiliate-right h2,
.tp-things-left h2,
.tp-we-dont-recomend-right h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: auto;
    margin-bottom: 50px;
    color: #232B38;
}
.tp-affiliate-right ul,
.tp-things-left ul,
.tp-we-dont-recomend-right ul {
    list-style-type: none;
}
.tp-affiliate-right ul li,
.tp-things-left ul li,
.tp-we-dont-recomend-right ul li {
    font-size: 16px;
    line-height: 26px;
    color: #1E3151;
    font-weight: 400;
    margin-bottom: 25px;
}
.tp-affiliate-right ul li i, 
.tp-things-left ul li i,
.tp-we-dont-recomend-right ul li i {
    color: #075BFE;
    font-size: 16px;
    margin-right: 16px;
}
.tp-affiliate-right,
.tp-things-right,
.tp-we-dont-recomend-right {
    margin-left: 50px;
}

/*=====================================*/
/*=== END AFFILIATE BENEFIT SECTION ===*/
/*=====================================*/

/*=====================================*/
/*=== START AFFILIATE BANNER SECTION ===*/
/*=====================================*/
.tp-affiliate-banner-wrap {
    text-align: center;
    padding-bottom: 50px;
    background-image: url( ../../img/affiliate/affiliate-banner.svg );
} 
.tp-affiliate-banner-wrap h2 {
    margin: auto;
    max-width: 1040px;
    padding-top: 50px;
    font-size: 48px;
    line-height: auto;
    font-weight: 700;
    margin-bottom: 12px;
}
.tp-affiliate-banner-wrap p {
    max-width: 594px;
    margin: auto;
    margin-bottom: 24px;
}
.tp-affiliate-banner-wrap a {
    margin: auto;
    max-width: 250px;
    display: flex;
    justify-content: center;
    background-color: #075BFE;
    border: 2px solid #075BFE;
    color: var( --light-color );
    max-width: 270px;
    margin: auto;
    -webkit-box-shadow: 0px 14px 25px 0px rgba(7,91,254,0.24);
    -moz-box-shadow: 0px 14px 25px 0px rgba(7,91,254,0.24);
    box-shadow: 0px 14px 25px 0px rgba(7,91,254,0.24);
}
.tp-affiliate-banner-wrap a:hover {
    color: var( --light-color );
    background-color: #151D48;
    border-color: #151D48;
}
.tp-affiliate-banner-wrap a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var( --light-color );
    border-radius: 8px;
    margin-left: 9px;
}
.tp-affiliate-banner-wrap a span i {
    color: #075BFE;
}
/*====================================*/
/*=== END AFFILIATE BANNER SECTION ===*/
/*====================================*/

@media (max-width: 992px) {
    .tp-become-affiliate-title-section {
        margin-top: 70px;
    }
    .tp-become-affiliate-title-wrap h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .tp-become-affiliate-title-wrap p {
        font-size: 16px;
    }
    .tp-affiliate-cart-wrap {
        align-items: center;
        flex-direction: column;
    }
    .tp-affiliate-single-cart {
        margin-bottom: 30px;
    }
    .tp-affiliate-benefit-wrap {
        flex-direction: column;
    }
    .tp-affiliate-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .tp-things-you-can-do-wrap {
        flex-direction: column-reverse;
    }
    .tp-affiliate-cart-section {
        margin-bottom: 80px;
    }
    .tp-affiliate-right h2, .tp-things-left h2, .tp-we-dont-recomend-right h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .tp-affiliate-benefit-section, .tp-things-you-can-do-section, .tp-we-dont-recomend-section {
        margin-bottom: 80px;
    }
    .tp-things-left {
        margin-left: 50px;
        margin-bottom: 50px;
    }
    .tp-we-dont-recomend-wrap {
        flex-direction: column;
    }
    .tp-we-dont-recomend-left img {
        width: 100%;
    }
    .tp-affiliate-banner-wrap h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .tp-become-affiliate-title-section {
        margin-top: 0;
    }
    .tp-become-affiliate-title-wrap h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .tp-become-affiliate-title-wrap p {
        font-size: 14px;
        line-height: normal;
    }
    .tp-become-affiliate-title-section {
        margin-bottom: 35px;
    }
    .tp-affiliate-cart-section {
        margin-bottom: 35px;
    }
    .tp-affiliate-left, .tp-things-right, .tp-we-dont-recomend-left {
        height: 350px;
    }
    .tp-affiliate-right ul li, .tp-things-left ul li, .tp-we-dont-recomend-right ul li {
        margin-bottom: 18px;
    }
    .tp-affiliate-benefit-section, .tp-things-you-can-do-section, .tp-we-dont-recomend-section {
        margin-bottom: 35px;
    }
    .tp-affiliate-right, .tp-things-right, .tp-we-dont-recomend-right {
        margin-left: 20px;
    }
    .tp-things-left {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .tp-affiliate-banner-wrap p {
        margin-left: 15px;
        margin-right: 15px;
    }
}








