:root {
  --primary-color: #020642;
  --secondary-color: #132140;
  --tertiary-color: #23438C;
  --quartenary-color: #0F2453;
  --constrast-color: #FF944A;
  --input-background: #D9D9D9;
  --light-success: #d4edda;
  --success: #28a745;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--primary-color);
}

header {
  position: relative;
  z-index: 2;
  background: radial-gradient(50% 50% at 50% 50%, var(--tertiary-color) 0%, var(--quartenary-color) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo {
  height: 35px;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  header {
    display: none;
  }
}

.present {
  background: var(--secondary-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 55em;
  color: white;
}
@media screen and (max-width: 1000px) {
  .present {
    height: 50em;
  }
}
.present .wave {
  position: absolute;
  top: -30px;
  height: 85em;
  left: -70px;
  width: 90%;
}
.present .wave img {
  height: inherit;
  width: inherit;
}
.present .main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
}
.present .main .logo {
  height: 240px;
}
@media screen and (max-width: 1000px) {
  .present .main .logo {
    height: 100px;
  }
}
.present .main .text {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .present .main .text {
    font-size: 13px;
  }
}

.meter {
  position: relative;
  height: 30em;
  background-image: url(../../../resources/assets/img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.meter .white-background {
  width: 100%;
  height: 20%;
  background: white;
  position: absolute;
  bottom: 0;
}
.meter object {
  position: absolute;
  height: 30em;
  right: 20em;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .meter object {
    position: absolute;
    height: 20em;
    right: 6em;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .meter object {
    position: absolute;
    height: 12em;
    right: 6em;
    bottom: 0;
  }
}

.card-section {
  padding-block: 100px;
  background: linear-gradient(to left, rgba(15, 36, 83, 0.5), rgba(15, 36, 83, 0.8)), url(../../../resources/assets/img/sky.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.card-section .main-title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: white;
}
.card-section .main-title span {
  color: var(--constrast-color);
}
.card-section .cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.card-section .cards .svg-icon-vector {
  height: 50px;
}
@media screen and (max-width: 1097px) {
  .card-section .cards .svg-icon-vector {
    display: none;
  }
}
.card-section .cards .card {
  background-color: white;
  border-radius: 30px;
  height: 295px;
  width: 200px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.5);
}
.card-section .cards .card .svg-icon {
  margin-top: 20px;
  height: 100px;
}
.card-section .cards .card .title {
  margin-block: 20px;
  font-size: 20px;
  font-weight: bold;
}
.card-section .cards .card .description {
  text-align: center;
}

.monitoring {
  position: relative;
  height: 30em;
  background: url(../../../resources/assets/img/background2.png) lightgray -4px -704.667px/100% 189.534% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: orange;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.monitoring .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8em;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .monitoring .content {
    gap: 1em;
  }
}
.monitoring .content .card {
  background-color: white;
  padding: 40px;
  font-weight: bold;
  font-size: 26px;
  border-radius: 20px;
  width: 11em;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1000px) {
  .monitoring .content .card {
    font-size: 18px;
    padding: 30px;
  }
}
.monitoring .content .line {
  position: absolute;
  height: 2em;
  width: 20em;
  background-color: white;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .monitoring .content .line {
    display: none;
  }
}
.monitoring .content .notebook {
  height: 27em;
  width: 35em;
}
.monitoring .content .notebook img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .monitoring .content .notebook {
    height: 16em;
    width: 22em;
  }
}

.tools {
  min-height: 215em;
  position: relative;
}
.tools .more-tools {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 10em;
  border-radius: 27px;
}
@media screen and (max-width: 1000px) {
  .tools .more-tools {
    font-size: 16px;
  }
}
.tools .first-wave {
  position: absolute;
  top: -16px;
  height: 87em;
  width: 27em;
  left: -18px;
}
@media screen and (max-width: 1000px) {
  .tools .first-wave {
    display: none;
  }
}
.tools .second-wave {
  position: absolute;
  bottom: -8.5px;
  height: 87.6em;
  width: 27em;
  left: -18px;
  z-index: 2;
}
.tools .second-wave img {
  height: inherit;
  width: inherit;
}
@media screen and (max-width: 1000px) {
  .tools .second-wave {
    display: none;
  }
}
.tools .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
  height: 40em;
}
.tools .item .pests-images {
  position: relative;
  height: 100%;
  width: 56em;
}
.tools .item .pests-images .pest-first {
  right: 0;
  position: absolute;
  height: 22em;
  width: 42em;
}
.tools .item .pests-images .pest-first img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.tools .item .pests-images .pest-second {
  position: absolute;
  bottom: 0;
  height: 19em;
  width: 26em;
}
.tools .item .pests-images .pest-second img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.tools .item .pulverization-image {
  height: 38em;
  width: 50em;
}
.tools .item .pulverization-image img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.tools .item .tools-image {
  height: 32em;
  width: 60em;
}
.tools .item .tools-image img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.tools .item .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  width: 30em;
}
.tools .item .card .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.tools .item .card .text {
  font-size: 25px;
  text-align: center;
}
.tools .item.active {
  background: rgba(184, 184, 184, 0.3);
}
@media screen and (max-width: 1280px) {
  .tools .item .tools-image {
    height: 22em;
    width: 30em;
  }
  .tools .item .pests-images .pest-first {
    height: 17em;
    width: 30em;
  }
  .tools .item .pests-images .pest-second {
    height: 18em;
    width: 17em;
  }
  .tools .item .pulverization-image {
    height: 38em;
    width: 30em;
  }
  .tools .item .pulverization-image img {
    height: inherit;
    width: inherit;
    object-fit: cover;
  }
  .tools .item .card .title {
    font-size: 20px;
  }
  .tools .item .card .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .tools .item .pulverization-image {
    height: 17em;
    width: 30em;
  }
  .tools .item .pests-images {
    width: 27em;
    height: 74%;
  }
  .tools .item .pests-images .pest-first {
    height: 17em;
    width: 25em;
    right: 0;
  }
  .tools .item .pests-images .pest-second {
    bottom: 2em;
    height: 15em;
    width: 14em;
  }
}
@media screen and (max-width: 500px) {
  .tools .item .tools-image {
    width: 21em;
  }
  .tools .item .pulverization-image {
    height: 17em;
    width: 14em;
  }
  .tools .item .pests-images {
    width: 14em;
    height: 67%;
  }
  .tools .item .pests-images .pest-first {
    height: 15em;
    width: 16em;
    right: 0;
  }
  .tools .item .pests-images .pest-second {
    bottom: 2em;
    height: 11em;
    width: 14em;
  }
}

.register {
  height: 55em;
  background: url(../../../resources/assets/img/brokebackmountain.png);
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.register .title {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 1em;
}
.register .logo-container {
  height: 100%;
  width: 50%;
  position: relative;
}
.register .logo-container .logo {
  height: 10em;
  position: absolute;
  bottom: 5em;
}
.register .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45em;
}
.register .form .form-input {
  width: inherit;
  margin-bottom: 26px;
}
.register .form .form-input textarea {
  width: 100%;
  background: var(--input-background);
  padding: 20px;
  font-size: 16px;
  border: none;
  outline: none;
  height: 60px;
}
.register .form .form-input textarea::placeholder {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.register .form .form-input input, .register .form .form-input select {
  width: 100%;
  background: var(--input-background);
  padding: 20px;
  font-size: 16px;
  border: none;
  outline: none;
}
.register .form .form-input select:first-child {
  color: #6c6c6c;
  font-weight: 600;
}
.register .form .form-input input::placeholder, .register .form .form-input select::placeholder {
  font-weight: 600;
}
.register .form button {
  padding: 18px;
  width: 14em;
  font-size: 20px;
  background-color: var(--tertiary-color);
  border-radius: 10px;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.register .form button:hover {
  color: #fff;
  background-color: var(--constrast-color);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.register .form button:active {
  box-shadow: none;
  transform: translateY(0);
}
.register .form .sent {
  display: none;
  padding: 10px;
  background-color: var(--light-success);
  color: var(--success);
  font-weight: bold;
  border-radius: 10px;
  margin-top: 2em;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}
@media screen and (max-width: 1280px) {
  .register .title {
    font-size: 20px;
  }
  .register .logo-container .logo {
    height: 5em;
  }
  .register .form {
    width: 20em;
  }
  .register .form .form-input textarea {
    height: 40px;
    padding: 10px;
    font-size: 12px;
  }
  .register .form .form-input input, .register .form .form-input select {
    padding: 10px;
    font-size: 12px;
  }
  .register .form button {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .register {
    flex-wrap: wrap-reverse;
    gap: 20px;
  }
  .register .logo-container {
    height: 0;
  }
  .register .logo-container .logo {
    bottom: 2em;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(50% 50% at 50% 50%, var(--tertiary-color) 0%, var(--quartenary-color) 100%);
}
footer .logo {
  height: 35px;
  padding: 15px;
}

.parsley-errors-list {
  color: red;
  font-size: 18px;
  margin-top: 5px;
  list-style-type: none;
  padding-left: 0;
}
.parsley-errors-list li {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .parsley-errors-list {
    font-size: 12px;
  }
}