@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@font-face {
  font-family: "Metropolis Regular";
  src: url("font/Metropolis-Regular.woff");
}

@font-face {
  font-family: "Metropolis Extra Light";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Extra Light"),
    url("font/Metropolis-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Light";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Light"),
    url("font/Metropolis-Light.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Thin"),
    url("font/Metropolis-Thin.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Medium"),
    url("font/Metropolis-Medium.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Semi Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Semi Bold"),
    url("font/Metropolis-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Bold"),
    url("font/Metropolis-Bold.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Extra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Extra Bold"),
    url("font/Metropolis-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Black";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Black"),
    url("font/Metropolis-Black.woff") format("woff");
}

.selling-easy {
  padding: 75px 0px 50px 0px;
  margin-top: 25px;
  background-color: #eceeee;
}
.selling-easy h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #204356;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.selling-easy h3 span {
  color: #EF3C4F;
}
.selling-easy p {
  color: #204356;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.selling-easy button {
  border: 1px solid #204356;
  color: #204356;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 20px;
}
.selling-easy img.selling-easy-img {
  width: 100%;
}
.selling-easy .app-images {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.selling-easy .app-images img {
  width: 120px;
}

/* accounting */
h3.pay-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
p.pay-desc {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
button.pay-btn {
  border: 1px solid #204356;
  color: #204356;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 20px;
}
.accounting {
  padding: 50px 0px;
}
.accounting h3.pay-title {
  text-align: center;
}
.accounting p.pay-desc {
  text-align: center;
  margin-bottom: 50px;
}
.accounting .acc-box {
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.accounting .acc-box img.acc-img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.accounting .acc-box .pay-content {
  padding: 15px;
  background-color: #f4f4f4;
  border-radius: 0px 0px 5px 5px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.accounting .acc-box .pay-content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #204356;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.accounting .acc-box .pay-content p {
  color: #204356;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}
.accounting .acc-box .pay-content button {
  color: #C1253C;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-top: auto;
}
.accounting .acc-box .pay-content button img {
  width: 15px;
  margin-top: 1px;
}

.join-us {
  padding: 50px 0px;
  background-color: #eceeee;
}
.join-us.white-bg-sec {
  background-color: #ffffff;
}
.join-us img.join-img {
  width: 100%;
}
.join-us img.join-img.pay-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.join-us .app-images {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.join-us .app-images img {
  width: 120px;
}
.join-us.easy-yet p.pay-desc {
  text-align: justify;
}
.join-us .point-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.join-us .point-box .point-div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.join-us .point-box .point-div .icon-img {
  width: 60px;
  height: 60px;
  background-color: #C1253C;
  border-radius: 50px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-us .point-box .point-div .icon-img img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.join-us .point-box .point-div .pint-content {
}
.join-us .point-box .point-div .pint-content p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.join-us .point-box .point-div .pint-content span {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.pay-signup {
  padding: 0px 0px;
  background-color: #C1253C;
}
.pay-signup h3.pay-title {
  color: #ffffff;
}
.pay-signup button.pay-btn {
  color: #ffffff;
  border: 1px solid #fff;
  margin-bottom: 0px;
}

.pay-signup .signup-pay-bg {
  margin-right: -12px;
}
.pay-signup .signup-pay-bg img {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .selling-easy {
    padding: 85px 0px 50px 0px;
  }
  .selling-easy h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .selling-easy p {
    font-size: 15px;
  }
  .selling-easy p br {
    display: none;
  }
  .selling-easy button {
    font-size: 15px;
  }
  .selling-easy img.selling-easy-img {
    margin-top: 20px;
  }
  .selling-easy .app-images img {
    width: 100px;
  }
  h3.pay-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h3.pay-title br {
    display: none;
  }
  p.pay-desc {
    font-size: 15px;
  }
  p.pay-desc br {
    display: none;
  }
  .accounting .acc-box .pay-content h5 {
    font-size: 16px;
  }
  .accounting .acc-box .pay-content p {
    font-size: 14px;
  }
  .accounting .acc-box {
    margin-bottom: 30px;
  }
  .accounting .acc-box .pay-content {
    height: auto;
  }
  .accounting .acc-box .pay-content button {
    font-size: 15px;
  }
  .accounting .acc-box.last-box {
    margin-bottom: 0px;
  }
  .accounting {
    padding: 50px 0px 15px 0px;
  }
  .join-us img.join-img.pay-shadow {
    margin-top: 20px;
  }
  .join-us.easy-yet p.pay-desc {
    text-align: left;
  }
  .join-us img.join-img.bottom-gap-img {
    margin-bottom: 20px;
  }
  .join-us img.join-img.top-gap-img {
    margin-top: 20px;
  }
  .join-us .app-images img {
    width: 100px;
  }
  .join-us.easy-control {
    padding: 50px 0px 20px 0px;
  }
  button.pay-btn.bottom-gap-btn {
    margin-bottom: 0px;
  }
  button.pay-btn {
    font-size: 14px;
  }
  .pay-signup .signup-pay-bg {
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 50px;
  }
  .pay-signup {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .selling-easy h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .selling-easy p {
    font-size: 15px;
  }
  .selling-easy p br {
    display: none;
  }
  .selling-easy button {
    font-size: 15px;
  }

  .selling-easy .app-images img {
    width: 100px;
  }
  h3.pay-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  p.pay-desc {
    font-size: 15px;
  }

  .accounting .acc-box .pay-content button {
    font-size: 15px;
  }
  .accounting .acc-box.last-box {
    margin-bottom: 0px;
  }
  .accounting {
    padding: 50px 0px 15px 0px;
  }

  .join-us .app-images img {
    width: 100px;
  }
  .join-us.easy-control {
    padding: 50px 0px 20px 0px;
  }
  button.pay-btn.bottom-gap-btn {
    margin-bottom: 0px;
  }
  button.pay-btn {
    font-size: 14px;
  }
  .pay-signup .signup-pay-bg {
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 50px;
  }
  .pay-signup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .selling-easy h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .selling-easy .app-images img {
    width: 100px;
  }
  .selling-easy p br {
    display: none;
  }
  h3.pay-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  p.pay-desc br {
    display: none;
  }

  .accounting .acc-box .pay-content h5 {
    font-size: 16px;
  }
  .accounting .acc-box .pay-content p {
    font-size: 14px;
  }
  .accounting .acc-box {
    margin-bottom: 30px;
  }
  .accounting .acc-box .pay-content {
    height: 225px;
  }
  .accounting .acc-box .pay-content button {
    font-size: 15px;
  }
  .accounting .acc-box.last-box {
    margin-bottom: 0px;
  }
  .accounting {
    padding: 50px 0px 15px 0px;
  }
  .join-us .app-images img {
    width: 100px;
  }
  .join-us.easy-control {
    padding: 50px 0px 20px 0px;
  }
  button.pay-btn.bottom-gap-btn {
    margin-bottom: 0px;
  }
  button.pay-btn {
    font-size: 14px;
  }
  .pay-signup .signup-pay-bg {
    margin-right: -12px;
  }
}
