@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
h1,
h2,
h3,
p {
  font-family: "Inter", sans-serif;
}

/* ---------------
--Global styling--*/
h3 {
  font-size: calc(1rem + 0.2vw);
}

.btn-main {
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #666;
  color: #fff;
}

ol,
ul {
  padding-left: 1rem;
}

.full-height {
  height: 100vh;
}

.full-width {
  width: 100%;
}

.grey-bg {
  background-color: #f0f0f0;
}

/*-----------
-----Nav---- */
#main-nav .nav-link {
  font-size: 1em;
}

#main-nav {
  background-color: rgb(51, 51, 51);
}

/*----------
----Header---*/
header {
  background-image: url(../img/Index_top_pict.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-main {
  height: 91vh;
}

.btn-hero {
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #666;
  color: #fff;
}

/*------------
---Payment---*/
#payment {
  background-image: url(../img/lady-bg-opt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.payment-main {
  height: 100vh;
}

/*-------------
----Collect--*/
#collect {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 50%, rgb(77, 77, 77) 100%);
}

#collect img {
  width: 90px;
}

/*-----------------
---Perfect Formula-*/
#perfect_formula {
  background-color: rgb(255, 255, 255);
  padding-bottom: 4rem;
}
@media only screen and (max-width: 950px) {
  #perfect_formula {
    padding-bottom: 2rem;
  }
}
#perfect_formula h2 {
  text-align: center;
}
#perfect_formula .perfect_formula--inner-wrapper {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 950px) {
  #perfect_formula .perfect_formula--inner-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
#perfect_formula .perfect_formula--inner-wrapper div {
  width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  #perfect_formula .perfect_formula--inner-wrapper div {
    width: 100%;
    max-width: 600px;
  }
}
#perfect_formula .perfect_formula--inner-wrapper div .aspect-ratio-wrapper {
  position: relative;
  width: 100%;
  padding-top: 64.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}
#perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box img {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1380px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box img {
    max-width: 70px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 450px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box img {
    width: 100%;
    max-width: 40px;
  }
}
#perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box h3 {
  font-size: 26px;
  font-weight: 800;
}
@media only screen and (max-width: 1380px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 960px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box h3 {
    font-size: 16px;
  }
}
#perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box p {
  max-width: 80%;
  font-size: 26px;
}
@media only screen and (max-width: 1380px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1060px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box p {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #perfect_formula .perfect_formula--inner-wrapper div .inner_wrapper--box p {
    font-size: 14px;
  }
}
#perfect_formula
  .perfect_formula--inner-wrapper
  div.payment
  .inner_wrapper--box {
  background: rgb(13, 113, 56);
  background: linear-gradient(
    135deg,
    rgba(13, 113, 56, 1) 0%,
    rgba(252, 238, 33, 1) 100%
  );
}
#perfect_formula .perfect_formula--inner-wrapper div.fraud .inner_wrapper--box {
  background: rgb(196, 46, 46);
  background: linear-gradient(
    135deg,
    rgba(196, 46, 46, 1) 11%,
    rgba(251, 227, 37, 1) 100%
  );
}

/*--------------
---Merchant----*/
#merchant {
  background-image: url(../img/merchant-background.png),
    url(../img/Tech_dude-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.merchant-main {
  height: 100vh;
}

/*--------------
---Contact----*/
.form-error {
  color: red;
}

.form-sucess {
  color: green;
}

#contact {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}

.contact-pci-text {
  color: #2e747d;
  font-weight: 800;
  font-size: 1.3rem;
  max-width: 34rem;
  margin: 0 auto;
}

.contact-pci-img {
  max-width: 13rem;
  margin-bottom: 4rem;
}

.contact-btn {
  float: right;
  padding-left: 3em;
  padding-right: 3em;
  margin: 1.5em 0 3em;
}

form ::placeholder {
  color: #999999;
  padding-left: 0.5em;
}

/*--------------
---Footer----*/
.footer-nav a {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav a:hover {
  color: #fff !important;
}

.terms a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

/*--------------------
---Tablet Media-------
---------------------*/
/*----------
---Nav----*/
@media only screen and (min-width: 768px) {
  .payment-nav {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 2px;
  }
  .collect-nav {
    border-right: 1px solid #fff;
    line-height: 2px;
  }
  .home-nav {
    border-right: 1px solid #fff;
    line-height: 2px;
  }
  #main-nav .home-link {
    border: none;
  }
}
/*----------
---Nav----*/
@media only screen and (min-width: 768px) {
  #payment .payment-content {
    width: 70%;
    margin: 0 auto;
  }
}
/*--------------------
---Merchant Tablet----*/
@media only screen and (min-width: 768px) {
  #merchant {
    height: 100vh;
    padding-top: 25vh;
    /*Find better solution*/
  }
}
/*--------------------
---Contact Desktop----*/
@media only screen and (min-width: 768px) {
  #merchant {
    height: 100vh;
    padding-top: 25vh;
    /*Find better solution*/
  }
}
/*--------------------
---Footer Tablet----*/
@media only screen and (min-width: 768px) {
  .footer-nav {
    align-self: flex-end;
    font-size: 14px;
  }
  .footer-nav a {
    display: inline-block;
    border-left: 1px solid #999999;
    line-height: 1;
  }
  .terms {
    font-size: 14px;
    align-self: flex-start;
  }
  .terms a {
    display: inline-block;
  }
  .terms a:nth-child(2) {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    line-height: 1;
  }
  .footer-logo img {
    width: 60px;
  }
  .footer-logo {
    grid-area: menu;
  }
  .footer-nav {
    grid-area: main;
  }
  .terms {
    grid-area: footer;
  }
  .grid-container {
    display: grid;
    grid-template-areas: "menu main main main main main" "menu footer footer footer footer footer";
    grid-template-columns: 70px auto auto;
    gap: 10px;
    padding: 10px;
  }
}
/*--------------------
---Laptop Media-------
---------------------*/
/*--------------------
---Formula----*/
@media only screen and (min-width: 1200px) {
  #formula h2 {
    margin-top: 4rem;
  }
  .formula-txt {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
  }
}
/*--------------------
---Contact Desktop----*/
@media only screen and (min-width: 1200px) {
  #contact {
    max-width: 1120px;
    margin: 0 auto;
  }
}
/*--------------------
---Formula----*/
@media only screen and (min-width: 1500px) {
  #formula h2 {
    margin-top: 4rem;
    font-size: 21px;
  }
  .formula-txt {
    width: 70%;
    margin: 0 auto;
    font-size: 19px;
  }
}

/*# sourceMappingURL=style.css.map */
