@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

/* CSS Document */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #003f73;
}


/* Header */
/**********/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #e6e6e6;
  color: #fff;
  height: 2.30em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.logo {
  border: 0;
  display: flex;
  align-items: center;
  height: inherit;
  line-height: inherit;
  /* padding: 0em 1.5em; */
	margin-left: 0em;
}

.logo img {
  max-width: 100%;
  height: auto;
}


/* Collapse Menu */
/*****************/

.menu-label {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #005eae;
  margin-right: 75px;
  margin-top: 0em;
}

.menu-toggle {
  display: block;
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background-color: #005eae;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}


/* Menu Items */
/**************/

nav {
  position: fixed;
  top: 4.7em;
  left: -100%;
  width: 100%;
  height: calc(100% - 4.7em);
  overflow-y: none; /*disattiva barra di scorrimento verticale*/
  background-color: #003f73;
  opacity: 0.85;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav.active {
  left: 0;
}

nav ul {
  flex-direction: column;
  margin-right: 1.5625em;	
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 12em;
  display: flex;
  list-style: none;
}

nav ul li {
  margin: 10px 0;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

nav ul li i {
  text-decoration: none;
  color: #fff;
  font-size: 2.375em;
  font-weight: 600;

}


/* Banner section */
/******************/

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  padding: 4em 0em 0em 0em;
}

.banner img {
  width: 100%;
  height: auto;
  margin-bottom: 0em;
}


/* Section One */

.section-one {
  background-color: #003f73;
  filter: opacity(0.9);	
  padding: 0.25em 0em 3em;
  margin-top: 0em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.container {
  max-width: 90em;
  margin: 0 auto;
  text-align: left;
}

.section-one video {
    width: 45%;
    height: auto;
    border: 2px solid #fff;
    margin-bottom: 3em;
}

.section-one h2 {
  font-size: 3.5em;
  line-height: 2em;
  margin-bottom: 1em;
  display: block;
  border-bottom-style: solid;
  color: #fff;	
}

.section-one h3 {
  font-size: 2.5em;
  line-height: 2em;
  margin-bottom: 1em;
  display: block;
  color: #fff;	
}

.section-one h4 {
    font-size: 4.5em;
}

.section-one h5 {
  margin-bottom: 2.5em;
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.section-one p {
  font-size: 1.375em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;	
}

.responsive {
  	  width: 12.5em;
  	  height: auto;
}


/* Section grid */

.section-grid {
  max-width: 90em;
  margin: 0 auto;
}

.section-grid h2 {
	font-size: 1.95em;
	color:#e41e0a;
	font-weight: 700;
	border-bottom-style: none;
    letter-spacing: 0;
	font-family: sans-serif;
	text-align: justify;
	}

.section-grid p {
	text-align: justify;
	}

.spacer {
  display: flex;
  flex-wrap: wrap;
  margin: 5em 0em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -3em -4em 3em 0em;
}

.col {
  flex: 1;
  padding: 0em 4em 0em 0em;
  text-align: left;
}


/* Table */

.gridt {
  max-width: 90em;
  margin: 0 auto;
  padding: 0em 1em 1em 1em;
}

.gridt h2{
  font-size: 1.45em;
  color: #fff;
  font-weight: 700;
  border-bottom-style: none;
  line-height: 1em;
  font-family: sans-serif;
}

.rowt {
  display: flex;
  font-size: 1.35em;
  color: #fff;
  line-height: 2.2em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.rowt:nth-child(even) {
  background-color:rgba(0, 82, 151, 0.5);
}

.colt {
  flex: 1;
  padding: 10px;
}

.colt:nth-child(1) {
  flex-basis: auto;
  max-width: 22%;
}

.colt:nth-child(2) {
  flex-basis: auto;
  max-width: 29%;
}

.colt:nth-child(3) {
  flex-basis: auto;
  max-width: 6%;
  text-align: center;
}

.colt:nth-child(4) {
  flex-basis: auto;
  max-width: 26%;
  text-align: center;
  font-weight: bold;
  color: #00f894;
}


/* Toggle button */
.toggle-button {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 10px 7px !important;
  border: 1px #003f73;
  background-color: #003f73;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Add this to ensure space between text and icon */
  gap: 10px;
  margin-bottom: 1em;
}

.toggle-button i {
  transition: transform 0.3s ease;
}

.toggle-button.collapsed i {
  transform: rotate(180deg);
}


/* Hidden table content */
.gridt {
  max-width: 90em;
  margin: 0 auto;
  padding: 0em 1em 1em 1em;
  display: none; /* Initially hidden */
}



/* Section Contact */

.section-contact {
  background-color: #003f73;
  filter: opacity(0.9);
  padding: 6.250em 0;
  position: relative;
  margin-top: 0em;	
}

.section-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-c-info a {
  border-bottom: dotted 1px;
  color: inherit;
  text-decoration: none;
}

.container-c {
  max-width: 90em;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-c ul {
  line-height: 3em;
  list-style-type: none;
  margin-left: -23em;
  font-size: 1.375em;	
  color: #fff;
}

.container-c i {
  font-size: 1.5em;
  vertical-align: -0.1875em;
  margin-right: 0.5em;
}

.container-c h2 {
color: #fff;
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.25em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

.container-c h3 {
  margin: 2em 0 -3em 0;
  list-style-type: none;
  font-size: 1em;
  font-weight: 100;	
  color: #fff;
}

.container-c form {
  width: 100%;
  max-width: 500px;
}

.container-c form label {
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.35em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}

.container-c form input[type="text"],
.container-c form input[type="email"],
.container-c form textarea {
  font-size: 1.3em;
  color:#fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #005397;
  border: none;
  }

.container-c form input[type="submit"],
.container-c form input[type="reset"] {
  background-color: #e6e6e6;
  color: #0161b0;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.container-c form input[type="submit"]:hover,
.container-c form input[type="reset"]:hover {
  background-color: #0489F7;
  color: #fff;
}


.container-c form .my-btn {
  max-width: 9em;
  height: auto;
  margin: 1em 1em 0em 0em;
  font-size: 0.95em;
  letter-spacing: 0.15em !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
 }


.container-c form .error {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}

.container-c .contact-info {
  width: 100%;
  max-width: 400px;
}

.container .contact-info h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.container-c .contact-info a {
  color: #000;
  text-decoration: none;
}

.honeypot {
  display: none;
}


/* Section Event */

.container-e {
  max-width: 90em;
  padding-left: 15em;
  margin-top: 4em;	
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left
}

.container-e h2 {
  font-size: 3.5em;
  line-height: 2em;
  max-width: 90em;
  margin-bottom: 1em;
  display: block;
  border-bottom-style: solid;
  color: #fff;}

.container-e form {
  margin-top: 3em;
  width: 100%;
  max-width: 500px;
}

.container-e form label {
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.35em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}

.container-e form input[type="text"]:not(:valid),
.container-e form input[type="email"]:not(:valid), 
.container-e form textarea:not(:valid) {
  font-size: 1.3em;
  font-family: inherit; /* Ensures the same font as the parent element */
  background-color: #005397;
  color: white;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.container-e form input[type="text"]:valid,
.container-e input[type="email"]:valid,
.container-e textarea:valid {
  font-size: 1.3em;
  font-family: inherit;
  background-color: white;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
 }

.container-e form input[type="submit"],
.container-e form input[type="reset"] {
  background-color: #e6e6e6;
  color: #0161b0;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.container-e form input[type="submit"]:hover,
.container-e form input[type="reset"]:hover {
  background-color: #0489F7;
  color: #fff;
}

.container-e form .my-btn {
  max-width: 9em;
  height: auto;
  margin: 1em 1em 0em 0em;
  font-size: 0.95em;
  letter-spacing: 0.15em !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.container-e form .error {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}


/* Footer */

footer {
  background-color: #003f73;
  filter: opacity(0.9);	
  padding: 50px 0 100px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.8);
}

.footer-container {
  max-width: 90em;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 50%;
}

.footer-left p {
  line-height: 3em;
    font-size: 16px;
    color: #fff;
}

/* Media query for screens between 992px and 1199px (large tablets and small desktops) */
/***************************************************************************************/

@media only screen and (min-width: 992px) and (max-width: 1366px) {
	.container {
     max-width: 970px;
	 padding: 0em 1em 0em;  
 }
	.section-one {
	 margin: 0em 0;
	 padding: 0em 0;	  
 }
	.section-one h2 {
     line-height: 1.5em;
	 font-size: 2.0em;
}
	
	.section-contact {
     padding: 4.75em 0;
     margin-top: 0em;
 }	
	.container-c {
     max-width: 970px;
	 padding: 0em 15px;
 }
	.container-e {
     max-width: 970px;
	 padding: 0em 15px;
 }
	.container-c ul {
  	 margin-left: -20em;
 }
	
	.colt:nth-child(1) {
	max-width: 19%;
}
	.section-grid {
    max-width: 970px;
    margin: 0 auto;
}
	
	.footer-container {
    max-width: 970px;
    justify-content: space-between;
 }
	.gridt {
  	padding: 0em 7em 1em 7em;
 }
	.section-one video {
    width: 76%;
 }
	.toggle-button {
    font-size: 1.56em;
 }
	
}

/* Media query for screens between 668px and 991px (small tablets) */
/*******************************************************************/

@media only screen and (min-width: 740px) and (max-width: 991px) {
	.container {
     max-width: 750px;
		padding-left: 0.5em;
 }
	.section-one {
	 margin: 0em 0;
	 padding: 0.25em 0em 1em;
 }
	.section-one h2 {
     line-height: 1.4em;
 }
	.section-one h3 {
     line-height: 1.4em;
 }
		
	.gridt {
	 max-width: 750px;
  	 padding: 0em 1em 2.5em 1em;
 }
	
	.colt:nth-child(2) {
     flex-basis: auto;
     max-width: 41%;
 }
	
	.section-contact {
     padding: 5.25em 0;
 }	
	.container-c {
     max-width: 750px;
	 padding: 0em 15px;
 }
	.container-e {
     max-width: 750px;
	 padding: 0em 15px;
 }
	.container-c ul {
  	 margin-left: -17em;
 }
	
	.section-grid {
     max-width: 750px;
     margin: 0 auto;
 }
	
	.footer-container {
     max-width: 750px;
     justify-content: space-between;
 }	
	
	.col {
     flex-basis: 100%;
 }
}


/* Media query for screens between 668px and 991px (small tablets) */
/*******************************************************************/

@media only screen and (min-width: 668px) and (max-width: 739px) {
	.container {
     max-width: 750px;
 }
	.section-one {
	 margin: 0em 0;
	 padding: 0.25em 0em 1em;
 }
	.section-one h2 {
     line-height: 1.4em;
 }
	.section-one h3 {
     line-height: 1.4em;
 }
		
	.gridt {
	 max-width: 750px;
  	 padding: 0em 1em 2.5em 1em;
 }
	
	.colt:nth-child(2) {
     flex-basis: auto;
     max-width: 41%;
 }
	
	.section-contact {
     padding: 5.25em 0;
 }	
	.container-c {
     max-width: 750px;
	 padding: 0em 15px;
 }
	.container-e {
     max-width: 750px;
	 padding: 0em 15px;
 }
	.container-c ul {
  	 margin-left: -17em;
 }
	
	.section-grid {
     max-width: 750px;
     margin: 0 auto;
 }
	
	.footer-container {
     max-width: 750px;
     justify-content: space-between;
 }	
	
	.col {
     flex-basis: 100%;
 }
}


/* Media query for screens smaller than 667px (mobile devices) */
/***************************************************************/

@media only screen and (max-width: 667px) {
    .logo {
    padding: 0em 1.5em;
    margin-left: -2em;
} 
	.logo img {
    max-width: 80%;
    height: auto;
}
	
	.menu-label {
    margin-right: 70px;
 }
	.menu-toggle {
   right: 55px;
}

	.container {
    max-width: 100%;
	margin: -2em 0.5em 0em 0.5em;
 }
	
	.section-one {
	 margin: 0em 0;
	padding: 3.25em 1em 1em 1em;
}
	.section-one h2 {
     line-height: 1.4em;
}
	.section-one h3 {
    line-height: 1.4em;
}	
	.section-one h4 {
    font-size: 4.5em;
}
	.toggle-button {
    font-size: 1.56em;
}	
	
	.section-one video {
    width: 55%;
}	
	.section-grid {
    max-width: 100%;
    margin: 0 auto;
}
	
	.section-one h2 {
	font-size: 2.0em;
}

	.section-one h3 {
	font-size: 1.4em;
}
	
	.section-one p {
    font-size: 1.0em;
}
	
	.gridt {
	padding: 0em 1em 2.5em 1em;
}
	.rowt {
	font-size: 1em;
}
	.gridt h2{
  	font-size: 1.3em;
}
	
	.colt:nth-child(1) {
 	 flex-basis: auto;
 	 max-width: 34%;
}
	
	.colt:nth-child(2) {
     flex-basis: auto;
     max-width: 45%;
 }
	.responsive {
    width: 6.25em;	
 }
	
		
	.section-contact {
     padding: 5.25em 0;
 }
	.section-contact::before {
    left: 0;
    background-color: transparent;
}
	
	.container-c {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 0em 20px;
  }
	.container-c form {
    margin-bottom: 2em;
  }
	.container-e {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 0em 20px;
  }
	.container-e form {
    margin-bottom: 2em;
  }
	.container-c ul {
    margin-left: -2em;
    margin-top: 2em;
  }
   .footer-container {
    max-width: 100%;
    padding: 0 20px;
  }
	.footer-left {
    width: 100%;	
 }
	
	.col {
    flex-basis: 100%;
 }
	.container-e h2 {
  font-size: 2em;
  line-height: 1.4em;
  }
}


/* Media Query for screens with max-width 375px */
/************************************************/

@media only screen and (max-width: 375px) {
	.gridt {
    margin-top: -2em;
	padding: 0em 0.5em 2.5em 0.5em;
	}
	.gridt h2{
	display: none;
	}
	.rowt {
	display: block;
	font-size: 1.0em;
 	line-height: 1em;
	padding: 1em 0;
	}
	.colt {
    padding: 5px;
	}
	.colt:nth-child(1) {
    max-width: 50%;
	}
	.colt:nth-child(2) {
    max-width: 100%;
	text-align: left;
	}
	.colt:nth-child(3) {
    max-width: 100%;
	text-align: left;
	}
	.colt:nth-child(4) {
    display: none;
	}
	.container-e h2 {
	font-size: 1.8em;
  	line-height: 1.4em;
  	}
  	.section-one video {
    width: 100%;
	}
	.toggle-button {
  	font-size: 1.56em;
  	}
}