@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*********** Home screen **************/

.homemain {
  background-image: url("/assets/img/PayzigoFintechbg.png");
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: auto;
}
/* .homemain .logo {
          height: 29vh;
      }*/
.homemain .logo img {
  width: 29%;
  margin-top: 40px;
  margin-bottom: 5%;
}

.think {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.finteching {
  width: 84%;
  margin-bottom: 12px;
}
/* .hometextsub {
  margin-top: 28px;
} */

.btn-white {
  background: #dd4b39 !important;
  color: #fff;
  border-radius: 10px !important;
  margin-top: 20px;
}

.homemain .homeimg {
  width: 100%;
  margin-top: 16%;
}

.homemain .lefttext {
  padding-left: 8%;
}

.hometextsubmobile {
  display: none;
}
@media (max-width: 1200px) {
  .col-lg-6 {
    width: 50% !important;
  }
  .diff,
  .mirror {
    font-size: 53px;
  }
}
@media (max-width: 900px) {
  .col-md-12 {
    width: 100% !important;
  }
  .homemain {
    background-image: url("/assets/img/PayzigoFintechbg.png");
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
  }

  .homemain .lefttext {
    text-align: center;
  }

  .homemain .homeimg {
    width: 94%;
  }

  .homemaintext h1 {
    font-size: 2.7rem;
  }

  .homemain .logo img {
    width: 42%;
    margin-top: 40px;
    margin-bottom: 5%;
  }

  .hometextsub {
    margin-top: 23px;
  }

  .hometextsub .btn {
    font-size: 20px;
  }

  .hometextsub h2 {
    font-size: 2.7rem;
  }
}

@media (max-width: 700px) {
  .homemain .homeimg {
    width: 95%;
    margin-top: 40px;
  }
  .homemaintext h1 {
    font-size: 1.7rem;
  }
  .hometextsubmobile {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    margin-bottom: 20px;
  }
  .think {
    font-size: 48px;
    text-align: left;
  }
  .mirror,
  .diff {
    font-size: 40px;
    text-align: left;
  }
  .mirror {
    margin-left: -25px;
  }
  .hometextsubmobile h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .text-sm-center {
    text-align: center;
  }
  .homemain .logo img {
    width: 64%;
    margin-top: 40px;
    margin-bottom: 25%;
  }

  .hometextsubmobile .btn {
    font-size: 23px;
  }
  .finteching {
    width: 100%;
    margin: 50px 0;
  }
}

@media (max-width: 400px) {
  .homemain .homeimg {
    width: 78%;
  }
  .finteching {
    width: 100%;
    margin: 20px 0;
  }
  /* .homemaintext h1 {
          font-size: 2.1rem;
      }
  */
  /* .homemain .logo img {
      width: 64%;
      margin-top: 14px;
      margin-bottom: 6%;
    } */

  .hometextsubmobile {
    margin-top: -8px;
  }

  .hometextsubmobile h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .hometextsubmobile .btn {
    font-size: 13px;
  }
  .mirror,
  .diff {
    font-size: 38px;
    text-align: left;
  }
  .homemain .logo img {
    width: 64%;
    margin-top: 40px;
    margin-bottom: 17%;
  }
}
