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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.banner_img {
  display: none;
}
ul,
nav {
  list-style: none;
}
.burger-menu {
  display: none;
}
a {
  text-decoration: none;
}
.w-90 {
  width: 85%;
  margin: 0rem auto;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  color: #4d4d4d;
}
h2 {
  font-size: 20px;
  font-weight: 700;
  color: #4d4d4d;
}
p,
li {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.5rem;
}
body,
button,
input {
  font-family: "Montserrat", sans-serif;
}
main {
  background-image: url("./img/Imagenes_Banner principal.png");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 650px;
  color: #4d4d4d;
}
main .content-area {
  width: 75%;
}
main > img {
  width: 70%;
  justify-self: flex-end;
  align-self: flex-start;
  margin-top: 4rem;
}
main .logo {
  height: 100px;
  position: absolute;
  top: 50px;
}
main h1 {
  width: 650px;

  margin-top: 4rem;
}
main p {
  width: 500px;

  margin-top: 2.4rem;
  margin-bottom: 3.5rem;
}
main a {
  display: flex;
  align-items: center;
  justify-content: center;
}
main a,
.form-area .input-collections > *:last-child button {
  background: #ea4c4c;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 10px;

  height: 55px;
  width: 220px;
  font-weight: 700;
  font-size: 20px;
}

section {
  padding: 5rem 0rem;
}
.Artificial-section {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.5fr;
}
.Artificial-section div:first-child {
  width: 80%;
}
.Artificial-section ul {
  margin-top: 2rem;
}
.Artificial-section ul > * + * {
  margin-top: 1.5rem;
}
.Artificial-section ul li {
  display: flex;
  align-items: center;
}
.Artificial-section ul li p {
  font-size: 20px;
  font-weight: 700;
}
.Artificial-section ul img {
  width: 40px;
  margin-right: 10px;
}
.Artificial-section img {
  width: 100%;
}

/* why us */
.why_us_container {
  background: #f7f9fa;
  display: block;
  padding: 5rem 0rem;
}
.why_us_container .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.why_us_container .content .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why_us_container .content .card img {
  width: 50%;
  margin-bottom: 1rem;
}
.why_us_container .content .card h2 {
  font-size: 20px;
  font-weight: 700;
}
.why_us_container .content .card p {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 500;
}

/* dynamic_pricing */
.dynamic_pricing .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  align-items: center;
}
.dynamic_pricing .content > img {
  width: 100%;
}
.dynamic_pricing .content .presentation > p {
  font-size: 16px;
  font-weight: 500;
}
.dynamic_pricing .content .presentation > * + * {
  margin-top: 2rem;
}
.dynamic_pricing .content h2 {
  font-weight: 700;
  font-size: 20px;
}
.dynamic_pricing .content ul > * + * {
  margin-top: 1rem;
}
.dynamic_pricing .content ul li {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
}

.dynamic_pricing ul li img{
  width: 30px;
  margin-right: 10px;
}

/* BrandsWrapper */
.trust_us h1 {
  text-align: center;
}
.trust_us .content {
  margin-bottom: 1rem;
}
.BrandsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 4rem;
}
.BrandsWrapper img {
  width: 100%;
}

/* success_case */
.success_case > h1,
.success_case > h2 {
  text-align: center;
}
.success_case > h1 {
  margin-bottom: 10px;
}
.success_case > h2 {
  margin-bottom: 5rem;
}
.success_case .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 2rem;
}
.success_case .content > img {
  width: 100%;
}
.success_case .content .presentation > p {
  font-size: 16px;
  font-weight: 500;
}
.success_case .content .presentation > * + * {
  margin-top: 2rem;
}
.success_case .content .presentation ul > * + * {
  margin-top: 1rem;
}
.success_case .content .presentation li {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.success_case .content .presentation li  img{
  width: 30px;
  margin-right: 10px;
}
/* form-area */
.form-area {
  background: url("./img/formbg.png");
  background-size: cover;
  background-position: right;
}
.form-area form > p {
  width: 90%;
  margin-top: 10px;
}
.form-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 3rem;
}
.form-area img {
  width: 100%;
}
.form-area .input-collections {
  display: grid;
  grid-template-columns: 1fr 1fr;

  grid-gap: 1.5rem;
  margin-top: 2rem;
}
.form-area .input-collections > *:nth-child(3),
.form-area .input-collections > *:last-child {
  grid-column: span 2;
}
.form-area .input-collections > *:last-child {
  display: flex;
  justify-content: flex-end;
}
.form-area .input-collections input {
  display: block;
  height: 43px;
  width: 100%;
  margin-top: 10px;
  border: 2px solid #c3ced6;
  border-radius: 5px;
  padding: 0rem 0.5rem;
  outline: none;
}
/* footer */
footer {
  background-color: #dfe6ed;
}
footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer img {
  height: 70px;
}
footer a i{
  margin-left: 2rem;
}
footer a p {
  margin-left: 0px;
  font-weight: bold;
}
footer .footer-content .links-wrapper,
footer .footer-content .links-wrapper a {
  display: flex;
  align-items: center;
}
footer .footer-content .links-wrapper a {
  color: #4b5c6b;
}
footer .footer-content .links-wrapper > * + * {
  margin-left: 0rem;
}
footer .footer-content .links-wrapper a i {
  font-size: 22px;
}
footer .footer-content .links-wrapper a p {
  margin-left: 10px;
}


/* logos-section */
.logos-section {
  background-color: #f7f9fa;
}
.logos-wrapper {
  overflow: hidden;
}
.logos-wrapper .reel {
  display: flex;
  transition: 0.3s ease all;
  align-items: center;
}
.logos-wrapper .reel > * {
  min-width: 25%;
}
.logos-section h1 {
  text-align: center;
  margin-bottom: 4.5rem;
}

.logos-wrapper img {
  width: 80%;
}


@media screen and (max-width: 1100px) {
  main {
    height: 100%;
    padding-top: 10rem;
   
    
    grid-template-columns: 1fr;
  }
  main > *:first-child {
    order: 2;
  }
  main > *:last-child {
    order: 1;
    width: 50%;
  }
  main .logo{
    align-self: flex-start;
  }
  main .content-area {
    width: 85%; display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  main h1 {
    width: 100%;
  }
  main > img {
    justify-self: center;
    align-self: center;
  }
  .dynamic_pricing .content,
  .success_case .content,
  .Artificial-section,
  .form-content {
    grid-template-columns: 1fr;
  }
  .dynamic_pricing .content > img,
  .success_case .content img,
  .Artificial-section img {
    width: 50%;
  }

  .success_case .content > *:first-child,
  .Artificial-section > *:first-child {
    order: 2;
  }
  .success_case .content > *:last-child,
  .Artificial-section > *:last-child {
    order: 1;
  }
  footer .footer-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .why_us_container .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 35px;
  }
  .main h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .BrandsWrapper {
    grid-template-columns: 1fr 1fr;
  }  .logos-wrapper .reel > * {
    min-width: 25%;
  }
}
@media screen and (max-width: 650px) {  .why_us_container .content {
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}
}
@media screen and (max-width: 600px) {
  .dynamic_pricing .content > img,
  .success_case .content img,
  .Artificial-section img,
  main > *:last-child {
    width: 100%;
  }
  footer {
    padding: 1.5rem 0rem;
  }
  footer .footer-content {
    flex-direction: column;
  }
  footer .footer-content > * + * {
    margin-top: 1rem;
  }
  main h1,
  main p {
    width: 100%;
  }

  main {
    background-image: none;
    height: 100%;
  }
  main .logo {
    top: 20px;
    left: 20px;
    height: 70px;
  }
  .burger-menu {
 display: none;
    position: absolute;
    top: 45px;
    right: 30px;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 27px;
  }

  main button {
    font-size: 17px;
  }

  .logos-wrapper img {
    width: 100%;
  }
  .form-area img {
    width: 100%;
  }
  .success_case{
    padding-bottom: 2rem !important;
  }
  .form-area{
    padding-top: 0px;
  }
}
@media screen and (max-width:500px) {
  .logos-wrapper .reel > * {
    min-width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #nh-form .nh-recatpcha > div:first-child,
  #nh-form .nh-recatpcha > div:first-child iframe {
    width: 100% !important;
  }
  #nh-form .nh-formBody-title {
    width: 100% !important;
    font-size: 22px !important;
  }
}
@media screen and (max-width: 420px) {
  .why_us_container .content {
    grid-gap: 10px;
  }
  .success_case > h1,
  .success_case > h2 {
    width: 90%;
    margin: 0rem auto;
    text-align: center;
  }
  .success_case > h2 {
    margin-bottom: 2rem;
  }
  .Artificial-section div:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  h1 {
    font-size: 22px;
  }

}
