body, form, input, label{
  font-family: "Noto Sans", sans-serif !important;
}

nav {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  line-height: 50px;
  position: absolute;
  z-index: 999;
  top: 0;
}

nav ul {
  float: right;
  margin-right: 32px;
}
nav ul li {
  list-style-type: none;
  display: inline-block;
  transition: 0.7s all;
}
nav ul li:hover {
  background-color: #fff;
  color: #cf2850;
}

nav ul li a:hover {
  text-decoration: none;
  color: #cf2850;
  padding: 30px;
}

.banner {
  top: 0;
  z-index: 10;
  position: relative;
}

.overlay {
  background-color: rgba(207, 40, 80, 0.9);
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  height: 100vh;
}

@media screen and (max-width: 460px) {
  #logoOverlay {
    position: absolute;
    left: 25%;
    height: 100%;
    opacity: 33%;
    width: 70%;
  }
}

@media screen and (min-width: 461px) {
  #logoOverlay {
    width: auto;
    position: absolute;
    left: 25%;
    height: 100%;
    opacity: 33%;
  }
}

#accedi1 {
  background-image: url("assets/banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section1 {
  background: rgb(244, 221, 220);
  background: -moz-linear-gradient(
    45deg,
    rgba(244, 221, 220, 0.9) 0%,
    rgba(245, 192, 189, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(244, 221, 220, 0.9) 0%,
    rgba(245, 192, 189, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(244, 221, 220, 0.9) 0%,
    rgba(245, 192, 189, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4dddc",endColorstr="#f5c0bd",GradientType=1);
  height: 100%;
  padding: 120px 0;
}

.loginButton {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.loginButton2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.logoSec1 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.logoSec2 {
  /*transform: scaleX(-1);*/
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}

.accedi2 {
  background-image: url("assets/banner2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.section2 {
  background: rgb(111, 92, 46);
  background: -moz-linear-gradient(
    45deg,
    rgba(111, 92, 46, 0.9) 0%,
    rgba(28, 29, 6, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(111, 92, 46, 0.9) 0%,
    rgba(28, 29, 6, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(111, 92, 46, 0.9) 0%,
    rgba(28, 29, 6, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f5c2e",endColorstr="#1c1d06",GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4dddc",endColorstr="#f5c0bd",GradientType=1);
  height: 100%;
  padding: 120px 0;
}

.download {
  background-image: url("assets/banner2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.badges img {
  max-width: 200px;
}

.contact {
}

#form_contact {
  background-image: url("assets/sec3BG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact {
  background: rgb(244, 221, 220);
  background: -moz-linear-gradient(
    45deg,
    rgba(244, 221, 220, 0.9) 0%,
    rgba(245, 192, 189, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(244, 221, 220, 0.9) 0%,
    rgba(245, 192, 189, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(244, 221, 220, 0.9) 0%,
    rgba(245, 192, 189, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4dddc",endColorstr="#f5c0bd",GradientType=1);
  height: 100%;
  padding: 120px 0;
}

.contact .row {
  padding-bottom: 16px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("assets/chevron-down.svg") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact input,
.contact select,
.contact textarea {
  border-radius: 20px;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
}

.contact label {
  padding-left: 12px;
}

.contact .logoSec1 {
  opacity: 0.1;
}

.sendButton button{
  background-color: #CF2850;
  border-radius: 30px;
  padding: 8px 32px;
}

.sendButton{
  display: flex;
  justify-content: flex-end;
}

footer{
  background-color: #1C1D06;
  padding: 64px 0;
}

footer img{
  max-width: 300px;
}

footer button{
  color: #6f5c2e;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 900;
  padding: 4px 16px;
}

footer p{
  color: white;
}

.footerLogin{
  text-align: right;
}

footer a{
  color: white!important;
}

@media screen and (max-width: 991px) {
  .button_form {
    width: 100%;
  }
  .whiteButton {
    color: #6f5c2e;
    background-color: #fff;
    border-radius: 50px;
    font-weight: 900;
    padding: 8px 64px;
    font-size: 16px;
    text-decoration: none;
  }
  .whiteButton:hover {
    color: #6f5c2e;
  }
  .greenButton {
    color: white;
    background-color: #6f5c2e;
    border-radius: 50px;
    font-weight: 900;
    padding: 8px 64px;
    font-size: 16px;
    text-decoration: none;
  }

  .greenButton:hover {
    color: #fff;
  }
  .banner_logo {
    width: 250px;
    padding-bottom: 32px;
  }
  .logocontainer {
    margin-right: 0px;
    text-align: right;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 500;
    font-size: 20px;
    max-width: 100%;
    color: white;
  }
  nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
  }
}

@media screen and (min-width: 992px) {
  .button_form {
    width: auto;
  }
  .whiteButton {
    color: #6f5c2e;
    background-color: #fff;
    border-radius: 50px;
    font-weight: 900;
    padding: 8px 64px;
    font-size: 20px;
    text-decoration: none;
  }
  .whiteButton:hover {
    color: #6f5c2e;
  }
  .greenButton {
    color: white;
    background-color: #6f5c2e;
    border-radius: 50px;
    font-weight: 900;
    padding: 8px 64px;
    font-size: 20px;
    text-decoration: none;
  }

  .greenButton:hover {
    color: #fff;
  }
  .logocontainer {
    margin-right: 64px;
    text-align: right;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 500;
    font-size: 20px;
    max-width: 50%;
    color: white;
  }
  nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 30px;
  }







  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner_logo {
      width: 300px;
      padding-bottom: 32px;
    }
  }

  @media screen and (min-width: 1201px) and (max-width: 1500px) {
    .banner_logo {
      width: 400px;
      padding-bottom: 32px;
    }
  }
  
  @media screen and (min-width: 1501px) {
    .banner_logo {
      width: 400px;
      padding-bottom: 32px;
    }
  }
}




.mega-menu ul{list-style: none; font-size: 1.3rem; line-height: 2.3rem;}
.mega-menu ul li{width: 100%;}
.mega-menu a{color:#fff;}
.mega-menu nav{margin-top: 100px;}


.mega-menu {
  transition: .3s ease-in-out;
  position: fixed;
  padding-bottom: 78px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  display: none;
  overflow-y: auto;
  text-align: center;

  background-color: rgba(207, 40, 80, 0.9);
  color:#fff;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.mega-menu nav {
  padding-top: 70px;
}
.mega-menu.reveal {
  opacity: 1;
  background:#000;
}