a,
body,
div,
h1,
h2,
h3,
h4,
h5,
li,
p,
select,option,
span,
ul {
    font-family: 'Poppins', sans-serif!important;
}

#banner-promoter{background: url(../img/banner.jpg);background-size: cover;     padding: 79px;  }
.nav-link.text-dark:hover {
    color: #060544 !important;
}
li{list-style: none;}
a:hover{text-decoration: none;}
#banner-promoter h1 {
        border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 16px;
    font-weight: 600;
    width: 71%;
    font-size: 60px;
    margin: 0 auto;text-shadow: 0 0 5px #fff;
}
#banner-promoter p{      width: 88%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-size: 30px;
    color: #fff;}
#banner-promoter h2 {
    font-size: 74px;
    color: #fff;    margin-bottom: 40px;
}
/*.kanan {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}*/
.kanan a{color: #000;font-weight: 600;font-size: 17px;}

.whatsapp-button {
               padding-top: 10%;
    margin-bottom: 0%;
    /* background: #ffffffcf; */
    text-align: center;
    /* padding: 4px 34px; */
    border-radius: 6px;

}


#banner-promoter img {
    width:29%;
}
.game-image {
    text-align: center;
}

.top {
    width: 100%;
    position: absolute;
    text-align: center;
}
.custom-badge {
    position: relative;
    top: -7px;
    right: -13px;
    font-size: .7em;
}
a.text-light.logo.lead img {
    
    width: 24%;
}
.container-nav {
    max-width: 1140px;
    padding-right: 15px;
  
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) { 
  #banner-promoter {
  
    padding: 108px 0px;
}

#banner-promoter{background: url(../img/banner1.jpg);background-size: cover;     }


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 58px!important;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;}
#banner-promoter h1 {
          width: 100%;
    text-align: center;
    font-size: 44px;
}
#banner-promoter h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 40px;
}
#banner-promoter p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
a.text-light.logo.lead img {
    width: 64%;
}
#banner-promoter img {
    width: 85%;
}
    .container-nav {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .topheader {
        padding-right: 15px;
        padding-left: 15px;
    }
  }
.copyright-footer {text-align: center;
  background: #0f0f0f;
  padding: 30px 0; }
  .copyright-footer .copyright-text {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    width: 100%; }
    .copyright-footer .copyright-text a {
      display: inline-block;
      color: #ccc;
      font-size: 14px; }
  .copyright-footer .footer-menu {
    width: 100%;
    text-align: right; }
    .copyright-footer .footer-menu ul li {
      display: inline-block;
      margin-right: 25px; }
      .copyright-footer .footer-menu ul li:last-child {
        margin-right: 0; }
      .copyright-footer .footer-menu ul li a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        color: #ccc;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .copyright-footer .footer-menu ul li a:hover {
          color: #fff; }


/******how it works*************/
 .work-porcess-area {
            padding: 44px 0;
           
        }
.section-header {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background:#fed500;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.work-porcess-area {
    background: #f6f8fc;
}

.work-porcess-area.white {
    background: #FFFFFF;
}

.work-porcess-area .process-info {
    margin-top: 7px;
}

.work-porcess-area .process-info .single-process {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 53px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    -o-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    -moz-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    -ms-box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    box-shadow: 0 10px 30px 0 rgb(255 179 59 / 27%);
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.work-porcess-area .process-info .single-process:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -o-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -moz-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -ms-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: "fontawesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;    font-size: 41px;
    color: #ffb33b;
}

.work-porcess-area .process-info .single-process.first {
    background: #ffb33b;
}

.work-porcess-area .process-info .single-process.first i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.first h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard {
    background:#ffb33b;
}

.work-porcess-area .process-info .single-process.thard i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #f82249;
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f82249;
}

@media only screen and (max-width: 767px) {
     .work-porcess-area .process-info .single-process::after {
        display: none;
    }
    .work-porcess-area .process-info .single-process{
        margin-top: 30px;
    }
    .work-porcess-area .section-title h2{
        margin-bottom: 5px;
    }
    .section-header h2 {
    font-size: 30px;
}

}

/******project ***********/

.sectionClass {
  padding: 60px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
 
}
section#new-contact-us {
    padding-bottom: 20px;padding-top: 20px;
}
.contact-us-image {
    text-align: center;
}

.contact-us-image img {
    width: 59%;
    margin: 10px auto;}

.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgb(255 179 59);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}




@media (max-width: 767px) {
    .main{margin-bottom: 0px!important;min-height: 330px!important;}

.whatsapp-button {
    margin-top: 8%;
    text-align: center;
    margin-bottom: 21px;
}
.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;}
}

 @media (max-width: 991px) and (min-width: 768px){


.whatsapp-button {
    margin-top: 4%;
}
}

.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item img {
    width: 37%;}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #003c71;
}
.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #003c71;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
  display: block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 31px;
  color: #003c71;
  text-transform: uppercase;
  margin-top: 30px;
}
.process__subtitle {
  display: block;
  font-family: "Josefin Slab";
  font-size: 20px;
  color: #8c8c8c;
  margin-top: 30px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}



/*******gdfgdfgfd***********/

.main {    margin-bottom: 66px;
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border:  18px solid #f5cf24;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-logo i {
    color: #128c7e;
    font-size: 51px!important;
}

/* Membuat border title */
.service h4 {
  height: 35px;

  margin: 50px auto;
  background: #fff;
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

/*.service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -5px;
  bottom: -5px;
}
*/

/* membuat shadow untuk service */
/*.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}*/

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}

.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 3.6rem;
}

/* Circle */

.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;padding-top: 13px;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}
.rounded-social-buttons .social-button.telegram {
  background: #1f91cc;
}
.rounded-social-buttons .social-button.telegram:hover, .rounded-social-buttons .social-button.youtube:focus {
  color:  #1f91cc;
  background: #fefefe;
  border-color:  #1f91cc;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
.paraa{    color: #efa623!important;
    font-weight: 600;}