@import url('https://fonts.googleapis.com/css2?family=Abel&family=Fira+Sans+Condensed:ital@1&family=Lexend+Zetta&family=Livvic:ital,wght@1,300&family=Open+Sans:wght@600&family=Roboto:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


:root{
    --abel: 'Abel',sans-serif;
    --sans:'Fira Sans Condensed', sans-serif;
    --lexend: 'Lexend Zetta',sans-serif;
    --livic:'Livvic',sans-serif;
    --roboto: 'Roboto',sans-serif;
    --montesserat:'Montserrat',
    sans-serif;

}

.new_showcase_container,.become_showcase{
    background-image:linear-gradient(to right , rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1)),
    url('../images/newindex/samic-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

.become_showcase{
    background-image:linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0,94)),
    url('../images/newindex/become_vendor.svg');
}

.showcase_row{
    padding-top: 20%;
}

.showcase_first_col{

}

.first_col_header{
    color: white;
    font-size: 40px;
    font-family: var(--abel);
    width: 100%;
}

.first_col_header span{
    color: #23A229;
}

.first_col_details{
    width: 90%;
    color: rgba(225, 225, 225, 0.8);
}

.new-login-create-cont{
    display: flex;
    /* justify-content: space-between; */
    width: 80%;
}

.new-login-create-cont a{
    color: white;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-right: 20px;
    border-radius: 8px;
    transition: .5s;



}

.new-login-create-cont a:hover{
    background-color: #23A229;
}

.new-login-create-cont li{
    /* padding-right: 20px; */
    display: inline-block;
    font-family: var(--abel);
    font-size: 20px;
    padding:8px;

}

.new-login-create-cont .new_login_button{
    padding: 8px 30px;
}

/* -----------Our Services Section--------------  */
.new_our_services_container{
    padding-top: 50px;
}

.new_our_services_header{
    text-align: center;
    padding-bottom: 50px;
}

.new_our_services_header div{
    display: inline-block;
    border-bottom: 3px solid #23A229;
    font-weight: bold;
    font-size: 40px;
    font-family: var(--roboto);
    color: rgba(0, 0, 0, 0.8);


}

.service_header{
    padding-top: 50px;
    font-size: 40px;
    font-family: var(--abel);
}

.service-content{
    width: 90%;
    padding-top: 12px;
}

.service_button{
    margin-top: 20px;
    border: 2px solid #23A229;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    color: #000;
    transition: 0.5s;
    display: inline-block;
}

.service_button:hover{
    background-color: #23A229;
    color: white;
}

.service_first_col{
    padding-top: 50px;

}

.service_second_col{
    padding-top: 50px;
    padding-left: 40px;
}


/* ----------Our Services Section------------  */

/* Integrate Our API Section  */

.api_section{
    padding-top: 50px;
}

.api_image_container{
    /* border:1px solid red; */
    /* height: 300px; */
    position: relative;
    text-align: center;
}

.api_image_background {
    /* border: 1px solid green; */
    position: absolute;
    height:500px;
    width: 75%;
    border-radius: 30px;
    background-color: #C0E5C8;


}

.api_image{
    /* border: 1px solid blue; */
    position: absolute;
    height: 500px;
    width: 80%;


    left: 50px;
    top: 40px;
    background-image:linear-gradient(rgba(0,0,0,0.5) , rgba(0,0,0,0.5)) ,  url('../images/newindex/api-2.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}


.api_content_container{
    padding-top: 100px;

}

.api_header{
    font-size: 40px;
    font-weight: bold;
    font-family: var(--abel);

}

.api_content{
    width: 80%;
    padding-bottom: 20px;
}

.api_button{
    border: 1px solid red;
    display: inline-block;
    padding: 12px 30px;
}

.own-website-header{
    font-size: 40px;
    font-family: var(--abel);
}

.own-website-col{
    border-right: 1px solid rgb(205, 203, 203);
}

.own-website-content{
    width: 90%;
    padding-top: 20px;
    font-family: var(--abel);
    font-size: 20px;
    /* font-weight: bold; */

}

.ambassador-header{
    font-size: 40px;
    font-family: var(--abel);
    /* padding-left: 20px; */
}

.ambassador-row{
    padding-bottom: 40px ;
}

.ambassador-content{
    width: 90%;
    padding-top: 20px;
    font-family: var(--abel);
    font-size: 20px;
    /* padding-left: 20px; */
}

.amb-col-cont{
    padding-left: 20px;
}
/* Integrate Our API Section  */

@media (max-width:750px){
    .showcase_sec_col{
        display: none;
    }

    .new-login-create-cont{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 30px;
    }

    .new-login-create-cont a{
        margin-bottom: 10px !important;
    }

    .service_first_col{
        display: none;

    }

    .service_header{
        padding-top: 0px;
    }

    .service_second_col{
        padding-top: 20px;
    }

    .service-content{
        width: 95%;
    }

    .first_col_details{
        padding-top: 20px;
    }

    .api_first_col{
        height: 500px;
    }

    .api_image{
        width: 87%;
    }

    .api_image_background{
        width: 85%;
    }

    .api_content{
        width: 100%;
    }

    .api_row{
        margin-bottom: 150px;
    }

    .amb-col-cont{
        padding-left: 0px;
        padding-top: 30px;
    }

    .api_header{
        font-size:24px ;
    }

    .own-website-header{
        font-size: 30px;
        font-weight: bold;
    }

    .first_col_header{
        margin-top: 24px;
        font-size: 36px;
    }

    .ambassador-header{
        font-size: 30px;
        font-weight: bold;
    }


}





/**
MTN CUG landing page styles
**/
.cug p{
    font-size: .9rem;;
}


.how-it-works header{
    padding: 10px;
    background-color:#292C3E ;
    margin-top: 100px;
}

.process{
    background-color: #efefef;
}

.process h4{
    font-size: .9rem;
    color: #292C3E;
    font-weight: bold;
    text-transform: capitalize;
}

.process i{
    display: inline-block;
    left: 5px;
    top: 5px;
    font-size: 2rem;
}

div.benefits{
    background-color: #292C3E;
    color: #fff !important;
}

div.benefits section{
    margin: 200px auto;
}


.cug-benefits li h3{
    font-size: 1.2rem;
}
.cug-benefits > li{
    flex-basis: 50%;
    margin: 30px auto;
    font-size: 1.2rem;
    position: relative;
}

.cug-benefits i{
    font-size: 1.2rem;
    height: 2rem;
    width: 2rem;
    background-color: #23A229;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    color: #f3f3f3;
    border-radius: 50%;
    border: 2px solid #fff;;
    box-shadow: 0 0 7px #153b22;
    position: absolute;
    top:0;
    left: -30px;
}

@media only screen and (max-width: 720px){
    .cug-benefits > li{
        margin: 25px  auto;
        margin-left: 50px;
        font-size: .9rem;
    }

    .cug-benefits i{
        font-size: 1rem;
        height: 1.6rem;
        width: 1.6rem;
    }
}

@media only screen and (max-width: 480px){
    .cug-benefits i{
        font-size: 1.2rem;
        height: 2rem;
        width: 2rem;
    }
}
.sect-header{
    width: auto;
    padding: 5px auto;
    border-bottom: 2px solid #23A229;
    display: inline-block;
}

.sect-header h2{
    font-size: 1.8rem;
}

.cug-intro{
    font-size: 1.8rem;
}

.how-it-works-intro{
    font-size: 1rem;
}

@media only screen and (max-width: 480px){
    .how-it-works-intro{
        font-size: .9rem;
    }
}

.cta-intro{
    font-size: 1.5rem;
    color: #292C3E;
    font-weight: bold;
}


/**
privacy policy styles
**/
.privacy p, .privacy ul li {
    font-size: 1rem !important;
}

.privacy ul li{
    position: relative;
    padding-left: 20px;
}

.privacy li i{

    display: inline-block;
    position: absolute;
    left: -10px;
    top: 5px;
    color: #292C3E;
    font-weight: bold;
}

.privacy .top-header{
    background-color: #292C3E;
    padding: 100px;
}

/* Styling for the Own a Website/App Page  */

.vendor_summary_class{
    padding: 50px 120px 50px 120px;
}

.vendor_summary_title{
    font-family: var(--abel);
    font-size: 30px;
    background-color: white;

    /* font-weight: bold; */

    /* border-bottom: 1px solid red; */
}

.vendor_summary_body{
    background-image: url('../images/newindex/summarybody.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: justify;
    margin-top: 10px;
    padding-top:10px;
    padding-left: 10px;
    padding-bottom: 10px;
    /* border-radius: 4px; */
    border-left: 1px solid #23A229;

}

.vendor_summary_title span{
    color:#23A229;
}

.become_vendor_button{
    text-align: right;
    width: 100%;
    margin-left: auto;
    padding-top: 10px;
}

.vendor_features_header{
    font-size: 30px;
    /* text-align: center; */
    /* padding-bottom: 10px; */
    border-bottom: 2px solid #23A229;
    display: inline-block;
    font-family: var(--abel);
    font-weight: bold;


}

.vendor_feature_title_cont{
    text-align: center;
}

.vendor_feature_row{
    padding: 30px 100px 10px 100px;
    text-align: center;
}




.vendor_feature_col_content{
    background-color: white;
    box-shadow: 0px 10px 40px rgba(121, 102, 107, 0.1);
    padding: 20px;
    text-align: left;
    border-radius: 20px;
    font-family: var(--abel);
    margin-bottom: 20px;
    min-height: 300px;
    /* font-weight: bold; */
}

.vendor_feature_img_cont{
    margin-bottom: 12px;
}

.vendor_feature_col_title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.1px;
}

.vendor_feature_col_body{
    font-family: var(--abel);
    /* font-weight: bold; */
    color: #979797;
}

@media(max-width:600px){
    .vendor_feature_row {
        padding: 30px 30px 10px 30px;
        text-align: center;
    }

    .vendor_summary_class {
        padding: 50px 30px 50px 30px;
    }

    .vendor_summary_col_2{
        display: none;
    }

}


/**
* utility classes
*/
.text-light-green{
    color: #23A229
}

.bg-light-green{
    background-color: #23A229;
}

.bg-second-dark{
    background-color: #292C3E;
}
.benefits p{
    color:#aaa;
}

.benefits h3{
    font-size: 1rem;
}

.pricing{
    background-image: url('./img/middle-drop-bigger.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-options span.option{
    font-size: .8rem;
    color: #bbb;
}

@media only screen and (max-width: 640px){
    .price-wrapper{
        width: 400px;
    }
}

.marketing{
    border-top: 1px solid #23A229;
}

.marketing li{
    display: inline-block;
    margin: 2px 4px;
}


/**
styles for the ambassadors landing page
**/
h2.brand-header{
    border-bottom: 2px solid #23A229;
    padding-bottom: 10px;
    display: inline-block;
}

p.brand-text{
    font-size: 1.2rem;
}

.img-wrapper{
    position: relative;
}

.img-wrapper::after{
    width: 200px;
    height: 200px;
    content: "";
    display: inline-block;;
    background-color: #292C3E;
    border-radius: 50%;
    position: absolute;
}

img.amb-lady{
    display: inline-block;
    width: 250px;
    position: absolute;
    margin-bottom: -40px;
    z-index: 100;
}

@media only screen and (max-width: 640px)
{
    .img-wrapper::after{
        display: none;
    }
    img.amb-lady{
        display: none;
    }
}

.amb-features{
    background-color: #292C3E12;
}

.features-item{
    position: relative;
    padding-left: 30px;
}

.features-item .icon-wrapper{
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    background-color: #292C3E;
    color: #C0E5C8;
}

.features-item .svg-icons {
    width: 20px;
    height: auto;
}

.brand-items-heading{
    font-size: 1rem;
}

.mid-icons{
    width: 30px;
    color: #292C3E88;
}


.earnings{
    color: #C0E5C8;

    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.earnings .brand-header{
    color: #C0E5C8;
}

.earnings h3{
    color: #C0E5C8;
}

.earnings p{
    color: #efefef;
}

.earnings .earnings-logo{
    width: 200px;
    display: flex;
    align-self: center;
    justify-self: center;
}

.amb-steps h3{
    color: #eff5f0;
}
.amb-steps p
{
    color: #aaa;
}

.amb-steps a{
    color: #eff5f0;
    text-decoration: underline;
}

.amb-steps .icons{
    width: 50px;
    color: #C0E5C8;
}

a.cta{
    color: #efefef;
    border-radius: 10px;
}

a.cta:hover{
    color: #eee;
    transform: scale(1.2);
}

.stats-wrapper{
    margin: 120px auto;
}

.stats{
    box-shadow: 0 0 15px #ddd;
    width: auto;
    border-radius: 10px;
}

.stats-figure{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #292C3E;
    font-weight: 900;
}

.stats-text{
    color:#979797;
    font-size: 1rem;
    text-align: center;
    display: block;
}
