
body{
    font-family: "Readex Pro", sans-serif !important;
}
.home-page-header{
    background-image: url(../image/header-bg.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: bottom right;
    background-size: auto;

}

.home-page-header .logo {
    padding: 15px 0px 0px 0px;
}
.home-page-header nav.top-nav {
    text-align: center;
}
.home-page-header nav ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    margin: 18px 0px 0px 0px;
}

.home-page-header nav li {
    display: inline-block;
}

.home-page-header nav li a {
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    font-family: sans-serif;
    padding: 8px;
}
.home-page-header nav li.register-button {
    background-color: #feac01;
    padding: 7px;
    border-radius: 5px;
}
/* banner */
.page-banner-header {
    padding: 80px 0px;
    position: relative;
    width: 100%;
    height: 100%;
    
}

.page-banner-header img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover; 
    object-position: center; 
}
.page-banner-header .banner-text {
    padding: 64px 0px 0px 0px;
}
.page-banner-header .banner-text h1 {
    color: #212529 ;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0px 0px 48px;
    max-width: 84%;
}
.page-banner-header .banner-text h1 span {
    color: #d692e9;
}
.page-banner-header .banner-text p {
    color: #6c757d !important;
    font-size: 16px;
    font-family: sans-serif;
    margin: 0px 0px 16px;
}
.page-banner-header .banner-text p span{
   font-weight: 700;
}
.page-banner-header .banner-text button {
    border: none;
    height: 40px;
    width: 90px;
    background-color: #593087;
    color: white;
    border-radius: 6px;
}
section.Who-is-Affiliates-Network {
    text-align: -webkit-center;
}
section.Who-is-Affiliates-Network .section-1-text {
    width: 84%;
    padding: 80px 0px 80px 0px;
}
section.Who-is-Affiliates-Network .section-1-text h1 {
    font-size: 32px;
    margin: 0px 0px 48px;
    color: #212529;
}
section.Who-is-Affiliates-Network .section-1-text p {
    font-size: 16px;
    margin: 0px 0px 16px;
    color: #6C757D;
}
section.Who-is-Affiliates-Network .section-1-text span{
    font-size: 16px;
    margin: 0px 0px 16px;
    color: #6C757D;
}
section.Who-is-Affiliates-Network .section-1-text a {
    text-decoration: none;
    padding: 10px 17px;
    background-color: #feac01;
    color: white;
    font-size: 16px;
    border-radius: 8px;
}
.home-page-usps {
    background-color: #48338a;
    height: 100%;
    width: 100%;
    padding: 80px 0px;
}
.home-page-usps .usp-text {
    padding: 40px 0px 80px 0px;
    text-align: -webkit-center;
}
.home-page-usps .usp-text h2 {
    font-size: 32px;
    color: #ffff;
    margin: 0px 0px 48px;
}
.home-page-usps .usp-text p {
    color: #ffff;
    width: 86%;
    font-size: 16px;
    margin: 0px 0px 16px;
}
.home-page-usps .usp-text p span a {
    color: #FFc107;
   text-decoration: underline;
}
.home-page-usps .custom-tecnology {
    height: 303px;
    /* width: 306px; */
    background-color: #ffff;
    border-radius: 7px;
    padding: 15px 14px 0px 14px;
    text-align: -webkit-center;
}

.home-page-usps .custom-tecnology h5 {
    color: #212529;
    margin: 16px 0px;
    font-size: 20px;
}
.home-page-usps .custom-tecnology p {
    font-size: 16px;
    margin: 0px 0px 16px;
    color: #6c757d;
}
section.registration-section {
    padding: 80px 0px 80px 0px;
}
.registration-section .registration-text {
    text-align: -webkit-center;
}
.registration-section .registration-text h2 {
    margin: 0 0 48px;
    font-size: 32px;
    color: #212529;
}
.registration-section .registration-text p {
    color: #6c757d;
    font-size: 16px;
    margin: 0 0 16px;
}
.registration-section .registration-text input#email {
    color: #6c757d;
    font-size: 16px;
    border-radius: 5px;
    height: 38px;
    width: 308px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #b6b6b682;
}

.registration-section .registration-text a {
    border: none;
    background-color: #593087;
    border-radius: 5px;
    color: white;
    padding: 12px 42px;
    text-decoration: none;
}
footer.footer {
    background-image: url(../image/footer-bg-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    padding: 34px 0; 
    position: relative; 
    color: #fff; 
    text-align: center;
    
}
footer.footer::before {
    background-image: url(../image/background-pattern-purple-waves.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .05;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

footer.footer .footer-text {
    text-align: -webkit-center;
    padding: 54px 0px 0px 0px;
}
footer.footer .footer-text img{
    height: 42.5px;
    width: 120px;
}
footer.footer .footer-text ul.footer-nav{
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    margin: 18px 0px 16px 0px;
}
footer.footer .footer-text ul.footer-nav li{
    display: inline-block;
}
footer.footer .footer-text ul.footer-nav li a{
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    font-family: sans-serif;
    padding: 4px;
}
footer.footer .footer-text small {
    font-size: 14px;
    color: #ffff;
}
/* faq */
.faq-page-header{

    background: linear-gradient(to top right, #3c368c 0%, #593087 100%);
    position: relative;
    z-index: 0;

}
.faq-page-header::before {
    background-image: url(../image/background-pattern-purple-waves.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .05;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.faq-page-header .logo {
    padding: 15px 0px 0px 0px;
    /* text-align: center; */
}
.faq-page-header nav.top-nav {
    text-align: center;
}
.faq-page-header nav ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    margin: 18px 0px 0px 0px;
}

.faq-page-header nav li {
    display: inline-block;
}

.faq-page-header nav li a {
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    font-family: sans-serif;
    padding: 8px;
}
.faq-page-header nav li.register-button {
    background-color: #feac01;
    padding: 7px;
    border-radius: 5px;
}
.faq-page-header .faq-banner-text {
    padding: 50px 0px;
    text-align: center;
}
.faq-page-header .faq-banner-text h1 {
    color: white;
    font-size: 40px;
    font-weight: 700;
}
section.faq-question {
    padding: 80px 0;
    
}
section.faq-question .signup-registration {
    height: 100%;
    width: 86%;
    border: 1px solid #8080804f;
    padding: 20px 20px;
    background-color: #f8f9fa;
    margin: 0px 80px;
}
.signup-registration h4 {
    border-bottom: 1px solid #8080804f;
    padding: 0px 0px 13px 0px;
    color: #212529;
}
.signup-registration i {
    color: #ffc107;
}
.signup-registration button {
    color: #212529;
    background-color:transparent;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
}

section.faq-question .payment {
    height: 100%;
    width: 86%;
    border: 1px solid #8080804f;
    padding: 20px 20px;
    background-color: #f8f9fa;
    margin: 0px 80px;
}
.payment h4 {
    border-bottom: 1px solid #8080804f;
    padding: 0px 0px 13px 0px;
    color: #212529;
}
.payment i {
    color: #ffc107;
}
.payment button {
    color: #212529;
    background-color:transparent;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
}
.faq-question .row {
    display: flex;
    justify-content: center; 
    margin-bottom: 20px; 
}
section.faq-question .promotional-methods {
    height: 100%;
    width: 86%;
    border: 1px solid #8080804f;
    padding: 20px 20px;
    background-color: #f8f9fa;
    margin: 0px 80px;
}
.promotional-methods h4 {
    border-bottom: 1px solid #8080804f;
    padding: 0px 0px 13px 0px;
    color: #212529;
}
.promotional-methods i {
    color: #ffc107;
}
.promotional-methods button {
    color: #212529;
    background-color:transparent;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
}
section.faq-question .traking {
    height: 100%;
    width: 86%;
    border: 1px solid #8080804f;
    padding: 20px 20px;
    background-color: #f8f9fa;
    margin: 0px 80px;
}
.traking h4 {
    border-bottom: 1px solid #8080804f;
    padding: 0px 0px 13px 0px;
    color: #212529;
}
.traking i {
    color: #ffc107;
}
.traking button {
    color: #212529;
    background-color:transparent;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
}
section.faq-question .other {
    height: 100%;
    width: 86%;
    border: 1px solid #8080804f;
    padding: 20px 20px;
    background-color: #f8f9fa;
    margin: 0px 80px;
}
.other h4 {
    border-bottom: 1px solid #8080804f;
    padding: 0px 0px 13px 0px;
    color: #212529;
}
.other i {
    color: #ffc107;
}
.other button {
    color: #212529;
    background-color:transparent;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
}

/* about-us */
section.about-us {
    padding: 10px 0px;
}
section.about-us .about-us-text h2{
    margin: 0px 0px 48px;
    color: #212529;
}
section.about-us .about-us-text .first-para{
    font-size: 16px;
    margin: 0px 0px 16px;
    color: #6c757d;
    font-family: sans-serif;
}
section.about-us .about-us-text .second-para{
    font-size: 16px;
    margin: 0px 0px 16px;
    color: #6c757d;
    font-family: sans-serif;
}
section.promote-affiliates-network {
    background-color: #48338a;
    padding: 60px 0px;
    height: 100%;
    width: 100%;
}   
section.promote-affiliates-network .promote-text {
    padding: 40px 0px 40px 0px;
    text-align: -webkit-center;
}
section.promote-affiliates-network .promote-text h2{
    font-size: 32px;
    color: #ffff;
    margin: 0px 0px 48px;
    font-family: sans-serif;
}
section.promote-affiliates-network .promote-text p{
    color: #ffff;
    width: 94%;
    font-size: 16px;
    margin: 0px 0px 16px;
    font-family: sans-serif;
}
section.promote-affiliates-network .create-an-account{
    height: 228px;
    background-color: #fff;
    border-radius: 7px;
    padding: 15px 14px 0px 14px;
    text-align: -webkit-center;
}
section.promote-affiliates-network .create-an-account h4{
    color: #212529;
    margin: 16px 0px;
    font-size: 20px;    
}
section.promote-affiliates-network .create-an-account p{
    font-size: 16px;
    margin: 0px 0px 16px;
    color: #212529;
}
section.promote-affiliates-network .bottom-text p{
    color: #ffff;
    width: 97%;
    font-size: 16px;
    margin: 16px 0px 0px;
    font-family: sans-serif;
    text-align: -webkit-center;
}
.code-conduct-text {
    padding: 40px 0;
    color: #212529;
}
.footer-text small a {
    text-decoration: none;
    color: #fff;
}   


.navbar {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.menu-logo img {
    position: absolute;
    top: -36px;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    
}

.bar {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 4px 0;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.register-btn {
    background-color: orange;
    padding: 5px 10px;
    border-radius: 5px;
}

.language-dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    list-style: none;
    top: 25px;
    left: 0;
    min-width: 100px;
}

.dropdown-content li a {
    color: black;
    padding: 5px 10px;
    display: block;
}

.language-dropdown:hover .dropdown-content {
    display: block;
}

nav.navbar {
    display: none;
}

/* Media Queries */
@media (max-width: 991px) and (max-width: 1000px)  {
    nav.navbar {
        display: block;
    }
    .menu-toggle {
        display: flex;
        align-items: flex-end;
    }
    .navbar {
        background-color: none;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
    .menu-logo img {
        position: absolute;
        top: -36px;
    }
    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #40358b;
        width: 100%;
        padding: 15px 0;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        text-align: center;
        margin: 10px 0;
    }

    .menu-logo {
        padding: 10px 0px;
        position: absolute;
    }
    .page-banner-header {
        padding: 0px 0px;
    }
    .page-banner-header .banner-text {
        padding: 0px 0px 0px 0px;
        position: relative;
    }
    .page-banner-header .banner-text h1 {
        color: #ffff ;
        font-size: 36px ;
        margin: 54px 0px 48px;
        text-align: center;
        max-width: 100%;
    }
    .page-banner-header .banner-text p {
        color: #ffff !important;
        font-size: 16px;
        text-align: center;
    }
    .page-banner-header .banner-text button {
        position: absolute;
        left: 43%;
    }
    .home-page-header {
        height: 850px;
    }
    .page-banner-header img {
        top: 51px;
        left: 20%;
        width: 540px;
        position: relative;
    }
    
    .registration-section .registration-text h2 {
        font-size: 30px;
    }

    .home-page-header .logo {
        display: none;
    }
    .home-page-header nav.top-nav {
        text-align: center;
        display: none;
    }
}


/* @media (max-width: 639px) {
    .page-banner-header .banner-text h1 {
        font-size: 30px ; 
    }
    .page-banner-header img {
        top: 51px;
        left: 0%;
        width: 475px !important;
        position: relative;
    }
    section.Who-is-Affiliates-Network .section-1-text h1 {
        font-size: 26px;
    }
    .home-page-usps .usp-text h2 {
        font-size: 26px;
        color: #ffff;
        margin: 0px 0px 48px;
    }
    .registration-section .registration-text h2 {
        font-size: 26px;
    }
} */

@media (min-width: 540px) and (max-width: 768px) {
    .page-banner-header img {
        top: 51px;
        left: 0%;
        width: 475px;
        position: relative;
    }
    section.Who-is-Affiliates-Network .section-1-text h1 {
        font-size: 27px ;
    }
    .home-page-usps .usp-text h2 {
        font-size: 27px;
    }
    .registration-section .registration-text h2 {
        font-size: 27px;
    }
    .page-banner-header .banner-text h1 {
        font-size: 27px; 
    }
}


@media (min-width: 375px) and (max-width: 540px) {
    .page-banner-header .banner-text h1 {
        color: #ffff !important;
        font-size: 24px;
        margin: 54px 0px 48px;
        text-align: center;
        max-width: 100%;
    }
    .page-banner-header img {
        position: relative;
        top: 55px;
        left: 0%;
        width: 350px;
    }
    section.Who-is-Affiliates-Network .section-1-text h1 {
        font-size: 24px;
    }
    .home-page-usps .usp-text h2 {
        font-size: 28px;
    }
    .registration-section .registration-text h2 {
        font-size: 22px;
    }
    .registration-section .registration-text button {
        margin: 20px 0px 0px 0px;
    }
}
@media (min-width: 320px) and (max-width: 375px) {
    .page-banner-header img {
        top: 36px;
        left: 9%;
        width: 71%;
    }
    .page-banner-header .banner-text h1 {
        font-size: 24px;
    }
    .page-banner-header img {
        top: 51px;
        left: 0%;
        width: 100%;
    }
    section.Who-is-Affiliates-Network .section-1-text h1 {
        font-size: 24px;
    }
    .home-page-usps .usp-text h2 {
        font-size: 24px;
    }
    .registration-section .registration-text h2 {
        font-size: 24px;
    }
}
.faq-page-header nav li a:hover {
    text-decoration: 2px underline #feac01;
}
.home-page-header nav li a:hover {
    text-decoration: 2px underline #feac01;
}
.registration-section .registration-text a:hover{
    background-color: #4e3289;
}
.page-banner-header .banner-text button:hover {
    background-color: #4e3289;
}