/* font style
--------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Averta-Regular.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Averta-Semibold.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Averta-Bold.otf);
}

@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Averta-ExtraBold.otf);
}


/*--------------------------------------------------------------------------------------------------
END font style */

/* START for alignment
--------------------------------------------------------------------------------------------------*/

.f-12{
  font-size: 12px!important;
}

.f-13{
  font-size: 13px!important;
}

.f-14{
  font-size: 14px!important;
}

.f-15{
  font-size: 15px!important;
}

.f-16{
  font-size: 16px!important;
}

.f-17{
  font-size: 17px!important;
}

.f-18{
  font-size: 18px!important;
}

.f-19{
  font-size: 19px!important;
}

.f-20{
  font-size: 20px!important;
}

.f-21{
  font-size: 21px!important;
}

.f-22{
  font-size: 22px!important;
}

.f-23{
  font-size: 23px!important;
}

.f-24{
  font-size: 24px!important;
}

.f-25{
  font-size: 25px!important;
}

.f-26{
  font-size: 26px!important;
}

.f-27{
  font-size: 27px!important;
}

.f-28{
  font-size: 28px!important;
}

.f-29{
  font-size: 29px!important;
}

.f-30{
  font-size: 30px!important;
}

.f-31{
  font-size: 31px!important;
}

.f-32{
  font-size: 32px!important;
}

.f-33{
  font-size: 33px!important;
}

.f-34{
  font-size: 34px!important;
}

.f-35{
  font-size: 35px!important;
}

.f-36{
  font-size: 36px!important;
}

.fw-1{
  font-weight: 100!important;
}

.fw-2{
  font-weight: 200!important;
}

.fw-3{
  font-weight: 300!important;
}

.fw-4{
  font-weight: 400!important;
}

.fw-5{
  font-weight: 500!important;
}

.fw-6{
  font-weight: 600!important;
}

.fw-7{
  font-weight: 700!important;
}

/*--------------------------------------------------------------------------------------------------
END for alignment */

.logo-title {
  font: normal normal 700 48px/58px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 16px;
}

.logo-title img {
  width: 110px;
  vertical-align: bottom;
}

.img-title {
  width: 400px;
}

.joinBtn {
  font: normal normal 800 27px/32px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 100px;
  border-radius: 33px;
  background: transparent linear-gradient(180deg, #FFDB69 0%, #FCA502 100%) 0% 0% no-repeat padding-box;
}

.trustS p {
  font: normal normal 300 24px/60px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 0;
}

.trustS img {
  width: 198px;
}

.trustS p img {
  width: 40px;
}

.paymentMethod p {
  font: normal normal 300 24px/60px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 0;
}

.paymentMethod img {
  width: 57px;
}

.text-joel {
  left: 23%;
  top: 65%;
}

.text-wong {
  right: 20%;
  top: 70%;
}

.text-joel p,
.text-wong p {
  font: normal normal 300 18px/21px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.text-joel p:first-child,
.text-wong p:first-child {
  font: normal normal 600 22px/26px Averta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .logo-title {
    font: normal normal 800 27px/32px Averta;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 16px;
  }

  .logo-title img {
    width: 62px;
    vertical-align: bottom;
  }

  .img-title {
    width: 260px;
  }

  .joinBtn {
    font: normal normal 800 20px/24px Averta;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 76px;
    background: transparent linear-gradient(180deg, #FFDB69 0%, #FCA502 100%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
  }

  .trustS p {
    font: normal normal 300 9px/25px Averta;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .trustS img {
    width: 78px;
  }

  .trustS p img {
    width: 14px;
  }

  .paymentMethod p {
    font: normal normal 300 9px/25px Averta;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .paymentMethod img {
    width: 22px;
  }

  .text-joel {
    left: 5%;
    top: 65%;
  }

  .text-wong {
    right: 5%;
    top: 70%;
  }

  .text-joel p,
  .text-wong p {
    font: normal normal 300 12px/15px Averta;
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .text-joel p:first-child,
  .text-wong p:first-child {
    font: normal normal 600 13px/16px Averta;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
}