@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Poppins', sans-serif !important;
}

.afiliasi_bg {

  background-image: url(../images/bk8id-landing-page-header.jpg);
    width: auto;
    /*height: 100%;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 29%;
    /*background-attachment: fixed;*/
}

.deskTop {
    display: block;
    margin: auto;
}

.moBile {
    display: none;
    margin: auto;
}

.footer_bg {

  background-image: url(../images/bk8id-landing-page-foote.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-bottom: 29%;*/
    /*background-attachment: fixed;*/
}

.afiliasi_info {
    position: absolute;
    text-align: left;
    /* font-size: 30px; */
    /* right: -50%; */
    left: 10%;
    bottom: 55%;
}

.afiliasi_title h2 {
    font-size: 60px;
    color: #004da9;
    margin: 0;
    font-weight: 500;
    line-height: 80px;
}

#bk-afiliasi {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
}

.afiliasi_btn p {
    margin: 0;
    text-transform: uppercase;
    font-size: 60px;
    /* color: red; */
    text-align: center;
    font-weight: 500;
}

.afiliasi_btn a {
    color: #fff
}

.afiliasi_btn a:hover {
    text-decoration: none;
    color: #fff;
}

.afiliasi_btn {
    background-color: #fdb813;
    padding: 10px 0;
    border-radius: 15px;
    width: 100%;
}

.spacer25 {
  margin-bottom: 25px;
}

.afiliasi_grid {
    display: grid;
    grid-template-columns: 48% 48%;
    padding: 5%;
    background-color: #004da9;
    grid-gap: 4%;
}

.afiliasi_desc h2 {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    font-weight: 500;
}

.afiliasi_desc p {
    color: #fff;
    font-size: 30px;
    text-align: left;
    /*padding-right: 31%;*/
    margin: 0;
    margin-top: 25px;
}

video[poster]{
height:100%;
width:100%;
}

.testimonial_grid {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    background-color: #fff;
}

#grey-bg {
    background-color: #e6edf7;
}

#white-bg {
    background-color: #f8fbff;
}

.user_info h3 {
    text-transform: uppercase;
    color: #feb614;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
}

.user_info {
    padding: 20px;
}

.user_info h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #848685;
    margin: 0;
}

.user_info p {
    font-size: 30px;
    padding-top: 20px;
    color: #828385;
    margin: 0;
    /*line-height: 35px;*/
}

.testimonial-afiliasi h2 {
    text-align: left;
    margin: 0;
    padding-bottom: 1%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 60px;
    color: #054fa8;
}

.testimonial-afiliasi {
    padding: 5%;
    padding-top: 4%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 2% 5%;
    /* text-align: center; */
}

.footer_info p {
    font-size: 30px;
    color: #828385;
    margin: 0;
    /*line-height: 35px;*/
    text-align: left;
    /*padding-right: 25%;*/
}

.afiliasi_btn.footer {
    width: 80%;
    margin: auto;
}

.footer_info {
    align-self: center;
}


.container_main {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 300px) and (max-width: 768px) {

.deskTop {
    display: none !important;
}

.moBile {
    display: block !important;
}

.afiliasi_info {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 0;
    padding: 40px 0;
}

#bk-afiliasi {
    line-height: 1.2;
}

.afiliasi_title h2 {
    font-size: 30px;
    line-height: 1.2;
}

.afiliasi_btn {
    background-color: #fdb813;
    width: 70%;
    margin: auto;
    border-radius: 8px;
}

.afiliasi_btn p {
    font-size: 25px;
    
}

.spacer25 {
    margin-bottom: 10px;
}

.afiliasi_bg {

  background-image: url(../images/bk8id-landing-page-header-mobile.jpg);
    width: auto;
    /*height: 100%;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    /*background-attachment: fixed;*/
}

.afiliasi_desc h2 {
    font-size: 30px;
    text-align: center;
}

.afiliasi_desc p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.afiliasi_grid {
    display: grid;
    grid-template-columns: auto;
    padding: 10% 5%;
    grid-gap: 0;
}

.afiliasi_desc {
    margin-top: 25px;
}

.testimonial-afiliasi h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10%;
    
}

.testimonial_grid {
    grid-template-columns: auto;
}

.user_info p {
    font-size: 18px;
    padding-top: 10px;
}

.user_info h3 {
    font-size: 25px;
}

.user_info h4 {
    font-size: 18px;
}

.user_info {
    padding: 40px 20px;
}

.testimonial-afiliasi {
    padding: 10%;
}

.footer-grid {
    grid-template-columns: auto;
    padding: 10% 5%;
}

.footer_info p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    
}

.footer_bg {

  background-image: url(../images/bk8id-landing-page-footer-mobile.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-bottom: 29%;*/
    /*background-attachment: fixed;*/
}



    }


    @media (min-width: 769px) and (max-width: 1025px) {

        .afiliasi_info {
    left: 7%;
    bottom: 80%;
}

.afiliasi_title h2 {
    font-size: 40px;
    line-height: 60px;
}

#bk-afiliasi {
    line-height: 50px;
}

.spacer25 {
    margin-bottom: 18px;
}

.afiliasi_btn p {
    font-size: 40px;
    
}

.afiliasi_desc p {
    font-size: 18px;
   
}

.afiliasi_desc h2 {
    font-size: 40px;
}

.testimonial-afiliasi h2 {
    padding-bottom: 3%;
    font-size: 40px;
    
}

.user_info h3 {
    font-size: 25px;
    
}

.user_info h4 {
    font-size: 18px;
}

.user_info p {
    font-size: 18px;
    padding-top: 10px;

}

.footer_info p {
    font-size: 18px;
    
}

.afiliasi_btn.footer {
    width: 90%;
}


    }



@media (min-width: 1200px) and (max-width: 1299px) {

    .afiliasi_info {
    bottom: 58%;
    left: 7%;
}

.afiliasi_title h2 {
    font-size: 40px;
     line-height: 50px; 
}

#bk-afiliasi {
     line-height: 40px; 
}

.afiliasi_btn p {
    font-size: 40px;
    
}

.afiliasi_desc h2 {
    font-size: 40px;
}

.afiliasi_desc p {
    font-size: 20px;
    /*padding-right: 20%;*/
    
}

.testimonial-afiliasi h2 {
    font-size: 40px;
   
}

.user_info p {
    font-size: 20px;
}

.user_info h4 {
    font-size: 23px;
}

.user_info h3 {
    font-size: 30px;
}

.footer_info p {
    font-size: 20px;
    padding-right: 10%;
}




    }

    @media (min-width: 1300px) and (max-width: 1399px) {

    .afiliasi_info {
    bottom: 61%;
    left: 7%;
}

.afiliasi_title h2 {
    font-size: 40px;
     line-height: 50px; 
}

#bk-afiliasi {
     line-height: 40px; 
}

.afiliasi_btn p {
    font-size: 40px;
    
}

.afiliasi_desc h2 {
    font-size: 40px;
}

.afiliasi_desc p {
    font-size: 20px;
    
}

.testimonial-afiliasi h2 {
    font-size: 40px;
   
}

.user_info p {
    font-size: 20px;
}

.user_info h4 {
    font-size: 23px;
}

.user_info h3 {
    font-size: 30px;
}

.footer_info p {
    font-size: 20px;
}




    }


        @media (min-width: 1400px) and (max-width: 1499px) {

    .afiliasi_info {
    bottom: 61%;
    left: 7%;
}

.afiliasi_title h2 {
    font-size: 40px;
     line-height: 50px; 
}

#bk-afiliasi {
     line-height: 40px; 
}

.afiliasi_btn p {
    font-size: 40px;
    
}

.afiliasi_desc h2 {
    font-size: 40px;
}

.afiliasi_desc p {
    font-size: 20px;
    
}

.testimonial-afiliasi h2 {
    font-size: 40px;
   
}

.user_info p {
    font-size: 20px;
}

.user_info h4 {
    font-size: 23px;
}

.user_info h3 {
    font-size: 30px;
}

.footer_info p {
    font-size: 20px;
}




    }

      @media (min-width: 1500px) and (max-width: 1699px) {

    .afiliasi_info {
    bottom: 61%;
    left: 7%;
}

.afiliasi_btn {
    padding: 10px 25px;  
}

.afiliasi_title h2 {
    font-size: 50px;
    line-height: 65px;
}

#bk-afiliasi {
     line-height: 50px; 
}

.afiliasi_btn p {
    font-size: 50px;
    
}

.afiliasi_desc h2 {
    font-size: 50px;
}

.afiliasi_desc p {
    font-size: 25px;
    /*padding-right: 20%;*/
    
}

.testimonial-afiliasi h2 {
    font-size: 50px;
   
}

.user_info p {
    font-size: 25px;
}

.user_info h4 {
    font-size: 25px;
}

.user_info h3 {
    font-size: 35px;
}

.footer_info p {
    font-size: 25px;
    padding-right: 12%;
}

.afiliasi_btn.footer {
    width: 75%;
}




    }