* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

body {
  background-color: rgb(240, 239, 239);
}

.container {
  padding: 0% 5%;
}

.banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100vh;
  background-image: url("/assets/banner/1-768x512.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.companyName {
  color: white;
  margin-top: 20vh;
  font-size: 1rem;
  font-weight: 500;
}

.planes {
  color: white;
  font-weight: 500;
}

.rapture {
  color: #3cb9e5;
}

.social {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
}
.social i {
  padding: 10px;
  font-size: 15px;
  border: 1px solid white;
  border-radius: 5px;
  color: #073b5b;
  background-color: white;
  margin-right: 0.5rem;
}

.containerWelcome {
  padding: 0% 5%;
  background-color: rgb(240, 239, 239);
}

.welcomeSection {
  margin-top: 64vh;
  margin-bottom: 2rem;
  color: #073b5b;
  padding-top: 3rem;
  font-size: 1rem;
  font-weight: 500;
}
.welcomeSection .equipped {
  margin-top: 1rem;
}
.welcomeSection span {
  color: #3cb9e5;
}
.welcomeSection p {
  margin-top: 1rem;
  font-weight: 100;
  font-size: 0.8rem;
}

.image {
  margin-top: 2rem;
}

@media screen and (min-width: 800px) {
  .containerWelcome {
    padding: 0% 15%;
  }
}
@media screen and (min-width: 1000px) {
  .welcomeSection {
    display: flex;
    flex-direction: row;
  }
  .image img {
    width: 30%;
  }
}
.containerWidget {
  padding: 5% 5%;
  background-color: #0B2739;
}

.widgetDiv {
  color: #3CB9E5;
}
.widgetDiv i {
  color: white;
  margin-bottom: 10px;
  font-size: 30px;
}
.widgetDiv div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
}
.widgetDiv div p {
  font-size: 0.8rem;
  font-weight: 500;
}

@media screen and (min-width: 1000px) {
  .containerWidget {
    padding: 0rem 10% 1rem 20%;
    background-color: rgb(240, 239, 239);
  }
  .widgetDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #0B2739;
    width: 60%;
  }
  .widgetDiv div p {
    text-align: center;
  }
}
.containerGlider {
  padding: 0% 5%;
}

#theGlider {
  padding-top: 3rem;
  font-size: 1rem;
  color: #3cb9e5;
  font-weight: 500;
}

#gliderHeader {
  padding-top: 1rem;
  color: #073b5b;
}
#gliderHeader span {
  color: #3cb9e5;
}

.image img {
  width: 100%;
}

.gliderSection p {
  padding-top: 1rem;
  font-weight: 100;
  font-size: 0.8rem;
  text-align: justify;
}
.gliderSection h3 {
  padding: 2rem 0rem 1rem 0rem;
  color: #073b5b;
}
.gliderSection li {
  color: #073b5b;
}

.gliderSection ul {
  padding-left: 1rem;
}

.gliderSection ul ul {
  padding-left: 2rem;
}

.novaReperta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

#supportedBy {
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  color: #073b5b;
  font-weight: 500;
}

@media screen and (min-width: 800px) {
  .containerGlider {
    padding: 0% 15%;
  }
}
@media screen and (min-width: 1000px) {
  .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image img {
    width: 75%;
  }
  .divForGliderDesktop {
    display: flex;
    flex-direction: row;
  }
}
.sectionImageCarousel {
  margin-top: 3rem;
}

.swiper-slide img {
  max-width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 800px) {
  .containerSlider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sectionImageCarousel {
    max-width: 767px;
  }
}
.containerForm {
  padding: 0% 5%;
}

.contactSection {
  margin-top: 1rem;
}
.contactSection .getInTouch {
  padding: 1rem 0rem;
  font-size: 1rem;
  font-weight: 500;
  color: #073b5b;
}
.contactSection .getInTouch span {
  color: #3cb9e5;
}

.submitButton {
  background-color: #3cb9e5;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #3cb9e5;
  border-radius: 10px;
  color: white;
}

.contact-form {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #b3b3b3;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input, textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.error {
  color: red;
  font-size: 0.875em;
}

.toast {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

.toast.success {
  background-color: green;
}

.toast.error {
  background-color: red;
}

.contactUsLocation {
  background-color: #3cb9e5;
  color: white;
  padding: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.contactUsLocation span {
  color: #073b5b;
}
.contactUsLocation .secondDiv {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.contactUsLocation .secondDiv i {
  margin-right: 1rem;
  color: #073b5b;
}

@media screen and (min-width: 700px) {
  .divForForm {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-form {
    width: 600px;
  }
}
@media screen and (min-width: 800px) {
  .containerForm {
    padding: 0% 15%;
  }
}
@media screen and (min-width: 1000px) {
  .contactSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contactUsLocation {
    margin-top: 3rem;
    margin-left: 1rem;
    width: 250px;
  }
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5% 5% 0 5%;
  background-color: #0B2739;
  color: rgb(240, 239, 239);
}
footer p {
  padding: 1rem 0rem;
}
footer .usefulLinks {
  color: #3cb9e5;
  padding-bottom: 1rem;
}
footer ul {
  padding-left: 1rem;
  list-style-type: none;
}
footer ul li {
  margin-bottom: 1rem;
}
footer .copyright {
  color: rgb(240, 239, 239);
  display: flex;
  justify-content: center;
  padding-bottom: 0rem;
}

@media screen and (min-width: 800px) {
  footer {
    padding: 0% 15%;
  }
}
@media screen and (min-width: 1000px) {
  footer {
    display: flex;
  }
  .divForFooter {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .divForFooter p {
    width: 40%;
  }
}
@media screen and (min-width: 800px) {
  .container {
    padding: 0% 15%;
  }
}

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