@font-face {
     font-family: 'Roboto-Regular';
     src: url(fontfamily/Roboto-Regular.ttf);
}

@font-face {
     font-family: 'Roboto-Italic';
     src: url(fontfamily/Roboto-Italic.ttf);
}

@font-face {
     font-family: 'Roboto-Medium';
     src: url(fontfamily/Roboto-Medium.ttf);
}

@font-face {
     font-family: 'Roboto-Bold';
     src: url(fontfamily/Roboto-Bold.ttf);
}

@font-face {
     font-family: 'Poppins-ExtraLight';
     src: url(fontfamily/Poppins-ExtraLight.ttf);
}

@font-face {
     font-family: 'Poppins-ExtraBold';
     src: url(fontfamily/Poppins-ExtraBold.ttf);
}

body {
     margin: 0;
     padding: 0;
     font-family: 'Roboto-Regular';
}

.my-nav {
     background: #000 !important;

}

.nav-logo {
     height: 87px;
}

.nav-text li a {
     color: #fff !important;
}

.btn-become {
     font-size: 14px;
     border: 2px solid #fff;
     padding: 10px 22px;
     border-radius: 10px;
     margin-right: 20px;
     margin-top: 6px;
}

.btn-login {
     font-size: 14px;
     border: 2px solid #fff;
     padding: 10px 32px;
     border-radius: 10px;
     margin-top: 6px;
}

.banner {
     background: url('../images/banner.png');
     height: 550px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     padding-top: 80px;
     padding-bottom: 60px;
}

.btn-verify {
     background: #efefef;
     font-size: 16px;
     font-weight: 600;
     border-radius: 11px;
}

.banner h2 {
     color: #fff;
     font-size: 60px;
     margin-top: 20px;
     margin-bottom: 20px;
}

.verify {
     width: 776px;
     margin: auto;
     border-radius: 20px !important;
}

.form-control {
     height: 70px;
     border-radius: 15px;
}

.btn-product {
     background: #6868df;
     color: #fff;
     padding: 21px 20px;
     border-radius: 15px;
}

.how {
     padding-top: 60px;
     padding-bottom: 50px;
     background: #f3f1f1;
}

.how-text {
     background: #fff;
     padding: 15px 33px;
     border-radius: 12px;
}

.how h3 {
     color: darkblue;
     font-size: 48px;
     margin-bottom: 15px;
}

.how p {
     margin-bottom: 50px;
     font-size: 18px;
}

.how-text img {
     height: 240px;
}

.how-text h4 {
     font-size: 21px;
     margin-top: 16px;
     font-weight: 600;
}

.how-text p {
     font-size: 15px;
}

.protect {
     padding-top: 70px;
     padding-bottom: 50px;
}

.protect img {
     height: 471px;
     width: 405px;
}

.protect h2 {
     padding-top: 90px;
     font-size: 45px;
     margin-bottom: 28px;
}

.protect p {
     font-size: 17px;
}

.protect h3 {
     padding-top: 54px;
     font-size: 45px;
     margin-bottom: 28px;
}

.footer {
     padding-top: 80px;
     background: #000;
     color: #fff;
     padding-bottom: 10px;
}

.footer img {
     height: 100px;
}

.footer h3 {
     font-size: 23px;
     padding-top: 10px;
     margin-bottom: 27px;
     font-weight: 600;
}

.footer p {
     font-size: 15px;
}

.ft-icon {
     font-size: 22px !important;
}

.insta {
     font-size: 20px;
}

.ft-email {
     background: #000 !important;
     border: 0;
     border-bottom: 1px solid #fff;
     width: 296px;
     margin-top: 20px;
}

.footer ::placeholder {
     color: lightgray !important;
     font-size: 14px;
}

.btn-footer {
     background: #f1f1f1;
     border-radius: 19px;
     padding: 8px 20px;
     margin-left: 16px;
}

.footinner {
     padding-top: 120px;
     padding-bottom: 10px;
}

.ft-line {
     background: gold;
     height: 1px;
}

.footinner p {
     font-size: 18px;
     letter-spacing: 1px;
}

/******start******/
@media only screen and (max-width: 767px) {
     .navbar-light .navbar-toggler {
          background: #fff !important;
     }

     .btn-become {
          margin-top: 6px;
          margin-bottom: 4px;
     }

     .my-nav {
          text-align: center !important;
     }

     .nav-logo {
          height: 74px;
     }

     .btn-verify {
          font-size: 14px;
     }

     .banner h2 {
          font-size: 39px;
     }

     .verify {
          width: 100% !important;
     }

     .form-control {
          height: 54px;
     }

     .btn-product {
          background: #6868df;
          color: #fff;
          padding: 17px 4px;
          border-radius: 15px;
          font-size: 12px;
     }

     .how h3 {
          font-size: 42px;
     }

     .how p {
          font-size: 17px;
     }

     .how-text img {
          width: 100%;
          height: auto;
     }

     .how-text {
          padding: 0px 33px;

     }

     .how-text h4 {
          font-size: 17px;
     }

     .how-text p {
          font-size: 15px !important;
     }

     .protect {
          text-align: center;
     }

     .protect img {
          height: auto;
          width: 100%;
     }

     .footer img {
          display: block;
          margin: auto;
          margin-bottom: 20px;
     }

     .footer {
          text-align: center;
     }

     .btn-footer {
          margin-top: 11px;
     }
     .protect h2 {
          padding-top: 90px;
          font-size: 28px;
          margin-bottom: 28px;
      }
}

/******end******/

/******start******/
@media (min-width: 768px) and (max-width: 991px) {
     .navbar-light .navbar-toggler {
          background: #fff !important;
     }

     .btn-become {
          margin-top: 6px;
          margin-bottom: 4px;
     }

     .my-nav {
          text-align: center !important;
     }

     .banner h2 {
          font-size: 54px;
     }
     .verify{
          width: 100%;
     }
     .how p {
          margin-bottom: 50px;
          font-size: 16px;
      }
      .how-text img{
          height: auto;
          width: 100%;
      }
      .how-text h4{
          font-size: 15px;
      }
      .how p{
          font-size: 13px;
      }
      .how-text{
          height: 312px;
      }
      .protect h2 {
          padding-top: 90px;
          font-size: 32px;
          margin-bottom: 28px;
      }
      .protect h3{
          font-size: 32px;
      }
      .protect img{
          height: auto;
          width: 100%;
      }
      .btn-footer{
          margin-top: 15px;
          margin-left: 0;
          text-align: center;
      }
}

/******end******/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1480px) and (max-width: 5120px) {
     .container {
          width: 1440px !important
     }
}