body{
    font-family: 'PT Sans';
}

.new_home_section{
    background-image: linear-gradient(45deg, #9458F0CC 0%, #4E41F1 100%);
    opacity: 1;
    height: 100vh;
    width: 100%;
}

.new_home_wrapper{
    height: 100%;
    background-image: url(https://web.animaker.com/static/assets/images/affiliate/hexagon-background.svg);
    background-position: bottom left;
    background-repeat: no-repeat repeat;
    background-size: 100%;
}

.herosection_container{
    height: 100%;
    background-image: url(https://web.animaker.com/static/assets/images/affiliate/main-background.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.intro_text{
    color:#fff;
    font-size:50px;
    font-weight: 600;
    margin: 0;
    font-family: 'PT Sans';
  }
  .intro_sub_text{
    color:#fff;
    font-size:20px;
    font-family: 'PT Sans';
    margin:30px 0;
  }
  
  .herosection_content{
    text-align: center;
    padding: 180px 0 50px 0;
  }
  
  .herosection_content .partnerbuttonclick , .join_affiliate_partnersection .partnerbuttonclick, .join_enterpriselead_partnersection .partnerbuttonclick{
      width: 340px;
      font-size: 18px;
      font-weight: 600;
      background: transparent linear-gradient(90deg, #AE0A62 0%, #F8AA43 100%) 0% 0% no-repeat padding-box;
      color: #fff;
      height: 60px;
      text-align: center;
      border-radius: 4px;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      opacity: 1;
      font-family: 'PT Sans'!important;
      box-shadow: 0 3px 6px #00000029;
      margin: 0 auto;
  }


.hero_section_explianer{
    padding: 120px 0;
}

.hero_section_explianer p{
    font-family: 'PT Sans';
    font-size: 21px;
    color: #2D2D2D;
    line-height: 1.5;
}

.partnerwithanimaker{
    padding: 100px 0;
    background-color: #F8F8F8;
    text-align: center;
    color: #2D2D2D;
}

.partnerwithanimaker .partnerwithanimaker_header h2{
    font-size: 36px;
    font-weight: 600;
}

.partnerwithanimaker .partnerwithanimaker_header p {
    white-space: pre;
    font-size: 21px;
}


.featureslist_of_partner,  .join_affiliate_partnersection, .join_enterpriselead_partnersection{
    padding: 120px 0;
    color: #2D2D2D;
    text-align: center;
}

.featureslist_of_partner .featureslist_description{
    text-align: center;
    padding: 30px 25px ;
}

.featureslist_of_partner .featureslist_description p {
    padding-top: 20px;
    font-size: 18px;
}

.join_affiliate_partnersection{
    background-color: #F6F2FD;
}

.join_enterpriselead_partnersection{
    background: transparent linear-gradient(108deg, #9458F0 0%, #4E41F1 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.join_affiliate_partnersection h2, .join_enterpriselead_partnersection h2{
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
}
.join_affiliate_partnersection p ,  .join_enterpriselead_partnersection p{
    white-space: pre;
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 20px;
}


.partnerprogram_contactdetails{
    padding:120px 0;
    color: #2D2D2D;
}

.partnerprogram_contactdetails .row{
    display: flex;
    align-items: center;
}
.partnerprogram_contactdetails h2{
    font-size: 24px;
    white-space: pre;
    font-family: 'PT Sans';
    line-height: 1.2;
}
.partnerprogram_contactdetails p{
    padding-top: 15px;
    font-size: 24px;
}
