@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/**************************************** INDEX *********************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html,
body {
  background-color: #fff;
  color: #1d1d1f;
  text-rendering: optimizeLegibility;
}

/* This changes all the animations globally */
:root {
  /* The provided durations are 500ms, 800ms, 2s and 3s. */
  --animate-duration: 500ms;
  /* The provided delays are from 1 to 5 seconds. */
  --animate-delay: 5s;
}

.btn-outline-primary {
  color: #3a493c !important;
  border-color: #3a493c !important;
}

.btn-outline-primary:hover {
  background-color: #556b58 !important;
  border-color: #556b58 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #3a493c !important;
  border-color: #3a493c !important;
}

.btn-primary:hover {
  background-color: #556b58 !important;
  border-color: #556b58 !important;
}

.btn-a {
  color: #8fdb37 !important;
  text-decoration: none !important;
}

.btn-a:hover {
  color: #a1d467 !important;
  text-decoration: underline !important;
}

.form-check-input:checked {
  background-color: #3a493c !important;
  border-color: #3a493c !important;
}

.navbar {
  background-color: #f5f5f5;
}

.dropdown-item:active {
  background-color: #3a493c !important;
  color: #fff !important;
}

.btn-img img {
  width: 110px;
}

.btn-comunity {
  color: #3a493c !important;
  text-decoration: none !important;
}

.btn-comunity:hover {
  text-decoration: underline !important;
}

.div-banner {
  background-color: #0000004c;
}

.div-banner h4 {
  color: #fff;
  font-size: 42pt;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 17.5% !important;
  text-shadow: 5px 5px 5px #000;
}

.box-shadow {
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
}

.main-title {
  font-size: 30pt;
  font-weight: 600;
  padding-top: 100px;
  color: #1f1f1f;
}

.main-sub-title {
  font-size: 20pt;
  font-weight: 600;
  color: #1f1f1f;
  margin-top: 20px !important;
}

.imp-mark {
  background: -webkit-linear-gradient(45deg, #a1bca6, #3a493c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background-black {
  background-color: #000;
  padding-bottom: 30px;
}

.background-grey {
  background-color: #dedede;
  margin-top: 150px !important;
  padding: 20px 0 20px 0 !important;
}

.background-img {
  background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgb(0, 0, 0, 0.8)
    ),
    url("/web/static/images/piqueWeb-separation.png");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.5)),
    url("/web/static/images/piqueWeb-separation.png");
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 200px;
}

.background-img-two {
  background-image: url("/web/static/images/pique-steps.png");
  background-size: cover;
  text-align: center;
  /* padding-bottom: 200px; */
  height: 100vh;
}

.margin-top {
  margin-top: 130px;
}

.margin-bottom {
  margin-bottom: 130px;
}

.text-wip p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  color: #fff;
  font-weight: 400;
  font-size: 16pt;
}

.img-wip {
  margin-bottom: 80px !important;
}

.img-wip img {
  width: 800px;
}

.img-heading {
  padding-top: 200px !important;
  font-size: 32pt;
  font-weight: 600;
  color: #fff;
  text-shadow: 5px 5px 5px #000;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  font-size: 24pt !important;
  font-weight: 300 !important;
  color: #1f1f1f !important;
  letter-spacing: -0.05rem;
}

.featurette-para {
  font-size: 16pt !important;
  font-weight: 400 !important;
  color: #1f1f1f;
}

.featurette-img img {
  width: 500px;
  height: 500px;
  border-radius: 10%;
}

.intro-tech {
  font-size: 18pt;
  font-weight: 400;
  color: #1f1f1f;
  padding: 0 80px 0 80px !important;
}

.card-tech {
  width: 200px !important;
  height: 150px !important;
  text-align: center !important;
}

.sect-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* background: linear-gradient(0deg, #a1bca6, #3a493c); */
  background: #fff;
  background-attachment: fixed;
}

.container-test {
  position: relative;
  width: 1140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px;
  padding: 20px 0;
}

.container-test .card-test {
  position: relative;
  height: 350px;
  /* background: #a1d467; */
  background: #99d356;
  display: flex;
  width: 45%;
  margin: 30px 0;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.container-test .card-test .imgBx {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}

.container-test .card-test:hover .imgBx {
  height: 150px;
  width: 150px;
  left: -75px;
  top: calc(50% - 75px);
  background: #3c3c3c;
}

.container-test .card-test .imgBx img {
  max-width: 200px;
  /* filter: invert(1); */
  transition: 0.5s ease-in-out;
}

.container-test .card-test:hover .imgBx img {
  max-width: 75px;
}

.container-test .card-test .content-test {
  position: absolute;
  right: 0;
  width: calc(100% - 75px);
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-test .card-test .content-test h3 {
  color: #1f1f1f;
  margin-bottom: 5px;
  font-size: 24px;
}

.container-test .card-test .content-test p {
  color: #1f1f1f;
}

.icon-square {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #e7e6e6;
}

.text-ben {
  font-size: 18pt;
  color: #1f1f1f;
  margin-top: 10px !important;
}

.card {
  height: 400px !important;
}

.card-benefit {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8)),
    url("/web/static/images/env-1.png");
  background-position: center;
  background-size: cover;
}

.card-benefit-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8)),
    url("/web/static/images/env-4.png");
  background-position: center;
  background-size: cover;
}

.card-benefit-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8)),
    url("/web/static/images/env-2.png");
  background-position: center;
  background-size: cover;
}

.card-benefit-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8)),
    url("/web/static/images/env-3.png");
  background-position: center;
  background-size: cover;
}

.title-env h3 {
  font-size: 18pt;
  font-weight: 600;
  color: #fff;
}

.see-more {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.div-see-more {
  padding-top: 0 !important;
  margin-right: auto !important;
  padding-bottom: 50px !important;
  margin-left: auto !important;
}

.cont-pri .row>* {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.text-bg {
  background-color: #3a493c !important;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
}

.card-premium {
  border-color: #3a493c !important;
}

.para-ref {
  font-size: 11pt !important;
  color: #1f1f1f !important;
}

.featured-title {
  font-size: 16pt;
  font-weight: 600;
  color: #1f1f1f;
}

.featured-para {
  font-size: 12pt;
  color: #1f1f1f;
}

.accordion {
  width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  --bs-accordion-btn-focus-border-color: #3a493c !important;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #7a8c7d40 !important;
  --bs-accordion-active-color: #3a493c !important;
  --bs-accordion-active-bg: #fff !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

.form-select:focus {
  border-color: #3a493c !important;
  box-shadow: 0 0 0 0.2rem rgba(58, 73, 60, 0.25) !important;
}

.footer {
  background-color: #000;
  color: #fff;
}

.btn-footer {
  color: #fff !important;
}

.btn-footer:hover {
  color: #a8a8a8 !important;
}

/**************************************** SIGN UP *********************************************/

.signup {
  background-color: #fff;
}

.lbl-check {
  font-size: 12pt !important;
}

/**************************************** SIGN IN *********************************************/

.btn-href {
  color: #8fdb37 !important;
  text-decoration: none !important;
}

.btn-href:hover {
  text-decoration: underline !important;
}

.footer-p {
  margin-top: 100px;
}

.form-control:focus {
  border-color: #3a493c !important;
  box-shadow: 0 0 0 0.2rem rgba(58, 73, 60, 0.25) !important;
}

.form-check-input:focus {
  border-color: #3a493c !important;
  box-shadow: 0 0 0 0.2rem rgba(58, 73, 60, 0.25) !important;
}

/**************************************** TERMS *********************************************/

.terms-title {
  font-weight: 600;
}

.terms-para {
  font-size: 13pt;
}

/**************************************** MEDIA QUERIES *********************************************/
@media (min-width: 640px) {
  .featurette-heading {
    font-size: 50px;
  }

  .title-wip {
    font-size: 16pt;
  }

  .text-wip p {
    font-size: 12pt;
  }
}

@media (max-width: 992px) {
  .main-title {
    font-size: 20pt;
    font-weight: 600;
    padding-top: 70px;
    color: #1f1f1f;
  }

  .title-wip {
    font-size: 16pt;
  }

  .text-wip p {
    font-size: 12pt;
  }

  .main-sub-title {
    font-size: 18pt;
    font-weight: 400;
  }

  .btn-img img {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
  }

  .navbar-nav {
    margin-bottom: 15px !important;
  }

  .group-btn {
    margin-bottom: 5px !important;
  }

  /* SIGN IN */
  .farm-pique {
    max-width: 0% !important;
  }

  .farm-pique img {
    max-width: 0% !important;
  }

  .form-sign-in {
    width: 100% !important;
    padding: 0px !important;
  }

  .form-div img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* SIGN IN */

  .div-banner h4 {
    font-size: 16pt;
  }

  .img-wip img {
    margin-top: 50px;
    width: 300px;
  }

  .featurette-img img {
    width: 300px;
    height: 300px;
  }

  .featurette-heading {
    margin-top: 112px;
  }

  .img-heading {
    font-size: 28pt;
    font-weight: 600;
  }

  .intro-tech {
    font-size: 18pt;
    font-weight: 400;
    color: #1f1f1f;
    padding: 0 !important;
    margin-bottom: 40px;
  }

  .accordion {
    width: 350px !important;
  }

  .btn-submit {
    margin-bottom: 30px !important;
  }

  .div-info iframe {
    width: 350px !important;
  }

  .container-test {
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .container-test .card-test {
    width: 300px;
    height: auto;
    flex-direction: column;
    background: transparent;
    margin: -20px 0;
    box-shadow: none;
  }

  .container-test .card-test .imgBx {
    position: relative;
  }

  .container-test .card-test .imgBx,
  .container-test .card-test:hover .imgBx {
    width: 80%;
    height: 100px;
    /* top: 100px;
    left: 10%; */
  }

  .container-test .card-test:hover .imgBx {
    top: 80px;
  }

  .container-test .card-test .imgBx,
  .container-test .card-test:hover .imgBx {
    max-width: 100px;
  }

  .container-test .card-test .content-test {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 20px;
    padding: 20px 40px 40px;
    border-top: 100px;
  }
}

@media (max-width: 1400px) {
  /* SIGN IN */
  .form-sign-in {
    max-height: 100vh !important;
  }

  .form-div {
    max-width: 300px !important;
  }

  .form-div .img-logo {
    width: 100px !important;
    height: 100px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .form-div h4 {
    font-size: 14pt !important;
  }

  .form-div input {
    font-size: 10pt !important;
    padding: 3px 6px !important;
  }

  .form-div .input-pw {
    margin-bottom: 5px !important;
  }

  .form-div .input-group svg {
    width: 14px;
    height: 14px;
  }

  .form-div .input-group .input-group-text {
    padding: 0px 8px !important;
  }

  .form-div .form-check-input {
    margin-top: 6px !important;
  }
  
  .form-div .form-check {
    margin-bottom: 5px !important;
  }

  .form-div label {
    font-size: 10pt !important;
    align-items: center !important;
  }

  .form-div .group-btn-social {
    margin-top: 5px !important;
  }

  .form-div .gap-4 {
    gap: 5px !important;
  }

  .form-div .btn-light {
    font-size: 10pt !important;
    padding: 3px 6px !important;
    margin-top: 5px !important;
  }

  .form-div p {
    margin-bottom: 0px !important;
  }

  .form-div .img-google {
    width: 150px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .group-p .p-acc {
    margin-bottom: 4px !important;
  }

  .form-div p {
    font-size: 10pt !important;
  }

  .form-sign-in p {
    font-size: 10pt !important;
  }

  .footer-p {
    margin-top: 40px !important;
  }
  /* SIGN IN */
}
