@font-face {
  font-family: gothic;
  src: url("./font/centurygothic.ttf"), url("./font/centurygothic_bold.ttf");
}

* {
  padding: 0;
  margin: 0;
  font-family: "gothic", "sans-serif";
  box-sizing: border-box;
  font-style: normal;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}

#navCloseBtn {
  cursor: pointer;
  z-index: 9999999999;
}

.mouseScroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50px);
}
.transparent {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.boldText {
  font-weight: 700;
}
/* HERO SECTION */
.mobileMenu {
  display: none;
}
.mobileNavigation {
  display: none;
}
.heroSection {
  color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.heroSectionContainer {
  min-height: 1050px;
  position: relative;
}

.navlinks {
  display: flex;
  align-items: center;
  position: relative;
  top: 8px;
  gap: 70px;
}

.heroBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -99999;
  min-height: 100%;
  object-fit: cover;
}

.heroBg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 130px;
  padding-top: 20px;
}

.header .headerLogo {
  width: 68px;
  height: 47px;
}
.header ul {
  display: flex;
  gap: 70px;
  margin-top: -12px;
  margin-left: -100px;
  list-style: none;
}

.header ul li a {
  list-style-type: none;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.num a {
  padding-bottom: 0;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.num img {
  width: 30px;
  padding: 0;
}
.smallPhoneLink {
  display: none;
}
.heroContent {
  padding: 0 200px;
}

.mobileNavigation {
  display: none;
  background: rgb(240, 253, 255);
  width: 100%;
  /* position: inher; */
  min-height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileNavigation ul {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.mobileNavigation ul li {
  list-style-type: none;
  text-decoration: none;
}
.mobileNavigation ul li a {
  text-decoration: none;
  color: #10183a;
}
#navCloseBtn {
  position: absolute;
  right: 24px;
  top: 12px;
  font-size: 30px;
}

/* Hero Section Ends here */

/* Section 2 */

.section2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 100vh;
  position: relative;
  padding: 60px 20px;
  padding-top: 140px;
  background: url("./imgs/img_sfondo.png");
  background-position: center;
  background-size: cover;
}
.section2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.397);
  top: 0;
}
.sec2Headings,
.sec2Para {
  position: relative;
  z-index: 99;
  font-size: 16px;
}
.sec2Headings {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec2Headings h2 {
  text-align: center;
  font-size: 75px;
}
.sec2Headings > div:nth-child(1) > h2 {
  color: rgb(75, 35, 44);
  font-weight: 300;
}
.sec2Headings > div:nth-child(2) > h2 {
  color: rgb(175, 55, 0);
  font-weight: 300;
}

.sec2Headings > div:nth-child(3) > h2 {
  color: rgb(211, 81, 21);
  font-weight: 300;
}
.sec2Headings > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sec2Headings img {
  width: 40px;
}
.sec2Para {
  font-size: 30px;
  max-width: 55%;
  text-align: center;
  font-weight: 500;
  line-height: 55px;
}

/* section3  */

.section3 {
  display: flex;
  gap: 12px;
  padding: 0 20px;
  min-height: 100vh;
  margin: 12px 0;
  width: 100%;
}
.sec3LeftContainer {
  width: 51%;
  height: 100%;
  overflow: hidden;
}
.sec3LeftContainer img {
  width: 100%;
}
.sec3RightContainer {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
  padding: 0 0px;
  padding-left: 95px;

  background: linear-gradient(to right, rgb(223, 223, 223), white);
}
.sec3RightContainer h2 {
  font-size: 55px;
  width: 600px;
  font-weight: 300;
}

.orangeColor {
  color: rgb(185, 56, 9);
  font-weight: 800 !important;
  font-size: 55px;
}
.sec3RightContainer p {
  font-size: 16px;
  line-height: 32px;
  width: 600px;
}
.btn {
  width: 262px;
  height: 68px;
  /* UI Properties */

  background: #c43d18 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #fff;
  margin-top: 70px;
  font-weight: 600;
}
/* Section 4 */
.section4 {
  padding: 20px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.sec4Para {
  max-width: 70%;
  text-align: center;
  font-size: 16px;
}
.sec4Icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 55px;
}
.sec4Icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 0;


}
.sec4Icon img {
  width: 100%;
  padding: 20px;
}

.sec4Icon h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}
.section4 .btn {
  margin: 24px 0;
  font-weight: 700;
}
.sec4Heading {
  font-size: 55px;
  font-weight: 400;
}
.orangeText {
  color: rgb(185, 56, 9);
}
/* Section 4 ends */
/* Section 5 started */
.section5 {
  padding: 30px 20px;
}
.sec5Heading {
  font-size: 30px;
  font-weight: bold;
}
.section5Inner {
  background: #f3f3f3;

  padding: 40px 90px;
}
.section5Points {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
}
.pointNumber {
  font-size: 114px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  color: rgb(185, 56, 9);
  margin-right: 35px;
}
.singlePoint p {
  font-size: 16px;
  line-height: 32px;
  width: 450px;
}
.singlePoint {
  display: flex;
  gap: 24px;
}
.singlePoint:nth-child(2) {
  padding-left: 120px;
}
.singlePoint:nth-child(3) {
  padding-left: 240px;
}
.singlePoint:nth-child(4) {
  padding-left: 360px;
}
.singlePoint > div:nth-child(2) {
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.singlePoint > div:nth-child(2) h4 {
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

/* Section 6 */

.section6 {
  padding: 30px 0px;
  padding-bottom: 0;
}
.sec6Top {
  padding: 30px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.sec6Top h2 {
  font-size: 55px;
  font-weight: 400;
}
.sec6Top img {
  width: 190px;
}
.sec6Bottom {
  display: flex;
}
.sec6Bottom img {
  width: 25%;
  object-fit: cover;
}
/* LAST SECTION */
.orangeBg {
  background: rgb(206, 63, 12);
  padding: 65px 60px;
  border-radius: 5px;
  margin-bottom: -250px;
  margin-top: 30px;
  width: 1000px;
  min-height: 550px;
}

.footerForm {
  /* padding: 12px 200px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form {
  color: white;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-radius: 24px;
  flex-direction: column;
  gap: 24px;
}
.footerForm .footerFormText {
  font-size: 55px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
}
.footerForm p {
  width: 85%;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.footerFormGroup {
  border-radius: 0;
  background: rgb(107, 31, 3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerFormGroup .footerForm {
  border-radius: 0;
  margin-top: -10px;
}

.inputs input {
  border: 1px solid white;

  background: rgba(199, 193, 193, 0);
  color: white;
  outline: none;
  padding: 8px 12px;
  min-width: 260px;
}
.inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.input label {
  font-size: 16px;

  color: var(--unnamed-color-ffffff);
  text-align: left;
  font-family: normal normal normal 16px/32px Century Gothic Pro;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 5px;
}
.formBtn {
  background: white;
  height: 68px;
  width: 270px;
  border: none;
  align-self: center;
  margin: auto;
  text-align: center;
  font-size: 18px;

  border-radius: 4px;
  font-weight: 700;
}
.formBottomText {
  font-size: 16px;
  margin: 0;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.637);
}
.innerInputs {
  display: flex;
  gap: 50px;
}
.innerInputs input {
  border: 1px solid rgba(255, 255, 255, 0.692);
  border-radius: 3px;
  width: 100%;
  height: 48px;
  opacity: 0.3;
  transition: 0.2s;
}

.innerInputs input:focus {
  opacity: 1;
  transition: 0.2s;
}

.inputs input:nth-child(1) {
  grid-area: a;
}
.inputs input:nth-child(2) {
  grid-area: b;
}
.inputs input:nth-child(3) {
  grid-area: c;
}
.inputs input:nth-child(4) {
  grid-area: d;
}
.inputs input:nth-child(5) {
  grid-area: e;
}
.input {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

#messaggio {
  min-height: 90px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  opacity: 0.3;
  transition: 0.2s;
}

#messaggio:focus {
  opacity: 1;
  transition: 0.2s;
}

footer {
  padding: 24px 100px;
  background: #141616;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding-top: 140px;
  min-height: 768px;
}

footer img {
  margin-top: 50px;
}
.footerRow {
  width: 100%;
  border: 0.5px solid rgba(217, 241, 245, 0.747);
}

.footer-content {
  text-align: center;
  margin-top: 50px;
  line-height: 32px;
}

.copyright {
  font-size: 13px;
  font-weight: 300;
  padding: 30px 0px;
}

@media screen and (max-width: 1440px) {
  .header {
    padding: 0 100px;
    padding-top: 20px;
  }

  .header ul {
    gap: 40px;
  }

  .sec4Icons {
    gap: 15px;
  }

  .sec4Icon {
    width: auto;
  }

  .sec3RightContainer h2 {
    font-size: 55px;
    width: auto;
    font-weight: 300;
  }

  .sec3RightContainer p {
    font-size: 16px;
    line-height: 32px;
    width: auto;
  }

  .section3 {
    min-height: 100vh;
  }

  .orangeBg {
    width: 950px;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0px 50px;
    padding-top: 20px;
  }

  .header ul {
    gap: 40px;
  }

  .sec2Headings h2 {
    font-size: 55px;
  }

  .section2 {
    padding-top: 80px;
  }

  .singlePoint:nth-child(2) {
    padding-left: 80px;
  }
  .singlePoint:nth-child(3) {
    padding-left: 160px;
  }
  .singlePoint:nth-child(4) {
    padding-left: 240px;
  }
  .singlePoint > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .singlePoint > div:nth-child(2) h4 {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .header .num {
    display: none;
  }
  .header {
    padding: 0;
  }

  .header ul {
    display: none;
  }
  .header {
    padding: 8px 20px;
  }

  .headerLogo {
    max-width: 1vw;
  }
  .mobileMenu img {
    width: 39px;
    height: 26px;
  }
  .heroBg {
    min-height: 100dvh;
    object-fit: cover;
  }
  .heroBg video {
    object-fit: cover;
    min-height: 85%;
  }
  .heroSectionContainer {
    overflow-x: hidden;
  }

  .smallPhoneLink img {
    width: 40px;
    margin-top: 20px;
    position: relative;
    right: 10px;
  }

  /* smallPhoneLink */

  .smallPhoneLink {
    position: absolute;
    display: block;
    top: 70px;
    cursor: pointer;

    right: 10px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .smallPhoneLink img {
    width: 40px;
  }
  .heroSection {
    padding: 10px 0;
    min-height: 10dvh;
    max-width: 100%;
    height: 80dvh;
  }
  .mobileMenu {
    display: block;
  }
  .mouseScroll {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section2 {
    margin-top: 0px;
    padding: 60px 20px;
  }
  .sec2Para {
    max-width: 90%;
  }

  .sec2Para {
    font-size: 26px;
    max-width: 55%;
    text-align: center;
    font-weight: 500;
    line-height: 45px;
  }

  .sec2Headings h2 {
    font-size: 40px;
  }

  .sec2Headings img {
    width: 30px;
  }
  .section3 {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }

  .section3 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec3LeftContainer {
    width: 100%;
    height: 100vh;
  }

  .sec3LeftContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .sec3RightContainer {
    width: 100%;
    background: linear-gradient(to bottom, rgb(223, 223, 223), white);

    padding: 70px 0px;
  }

  .sec3RightContainer p,
  .sec3RightContainer h2 {
    width: 100%;
  }
  .sec3RightContainer h2 {
    font-size: 44px;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
  }

  .sec3RightContainer p {
    padding: 24px;
    line-height: 22px;
    text-align: center;
  }

  .sec3RightContainer .btn {
    align-self: center;
  }
  .sec4Icons {
    display: flex;
    flex-direction: column;
  }
  .section4 {
    padding: 0;
  }

  .sec4Icon img {
    width: 50%;
    padding: 20px;
  }

  .sec4Para {
    max-width: 100%;
    padding: 18px;
  }
  .sec4Icons {
    padding: 12px;
  }
  .section5 {
    padding: 20px 0px;
  }
  .sec5Heading {
    width: 100%;
  }

  .section5Inner {
    padding: 70px 20px;
  }

  .sec5Heading {
    text-align: center;
  }
  .singlePoint {
    flex-direction: column;
    width: 80%;
  }
  .point1.singlePoint {
    width: 100%;
    font-size: 200px;
  }
  .singlePoint p {
    width: 100%;
  }

  .singlePoint:nth-child(1) {
    padding-left: 30px;
  }

  .singlePoint:nth-child(2) {
    padding-left: 80px;
  }
  .singlePoint:nth-child(3) {
    padding-left: 120px;
  }
  .singlePoint:nth-child(4) {
    padding-left: 190px;
  }
  .singlePoint > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .singlePoint > div:nth-child(2) h4 {
    font-size: 55px;
  }
  .section6 {
    padding: 0;
  }
  .sec6Top {
    padding: 0;
    text-align: center;
  }
  .sec6Bottom {
    overflow: hidden;
  }
  /* .innerInputs {
    flex-direction: column;
  } */
  .footer {
    padding: 0;
  }
  .footerFormGroup {
    padding: 0;
  }
  .sec6Top {
    padding: 40px 20px;
    gap: 4px;
  }

  .sec6Top img {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .orangeBg {
    width: 720px;
    padding: 40px 20px;
  }

  .innerInputs {
    gap: 25px;
  }

  .orangeColor {
    font-size: 44px;
  }
  .boldText {
    font-size: 44px;
  }
  .footerFormText {
    font-size: 16px;
  }
  .footerFormText p {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .singlePoint > div:nth-child(2) {
    width: 90%;
    font-size: 14px;
  }
  .singlePoint > div:nth-child(2) p {
    font-size: 18px;
  }

  footer {
    padding: 12px;
    padding: 0;
    padding-top: 200px;
  }
  footer p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .singlePoint:nth-child(1),
  .singlePoint:nth-child(2),
  .singlePoint:nth-child(3),
  .singlePoint:nth-child(4) {
    padding: 0;
  }

  .innerInputs {
    flex-direction: column;
  }

  .orangeBg {
    width: 100%;
  }

  .footerFormGroup .footerForm {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 567px) {
  .header .num {
    display: none;
  }

  .mouseScroll {
    bottom: 80px;
  }

  .header {
    padding: 0;
  }

  .header ul {
    display: none;
  }
  .header {
    padding: 8px 5px;
  }

  .headerLogo {
    width: 180px;
    height: 53px;
  }

  .heroBg {
    min-height: 100vh;
    object-fit: cover;
  }
  .heroBg video {
    object-fit: cover;
    min-height: 85%;
  }
  .heroSectionContainer {
    overflow-x: hidden;
  }
  /* smallPhoneLink */

  .smallPhoneLink {
    position: absolute;
    display: block;
    top: 70px;
    cursor: pointer;

    right: 10px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .smallPhoneLink img {
    width: 40px;
    margin-top: 20px;
    position: relative;
    right: 5px;
  }
  .heroSection {
    padding: 10px;
    min-height: 10dvh;
    max-width: 100%;
    height: 80dvh;
  }
  .mobileMenu {
    display: block;
  }

  .section2 {
    margin-top: 0px;
    padding: 12px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .sec2Para {
    max-width: 90%;
  }

  .sec2Headings,
  .sec2Para {
    font-size: 20px;
    line-height: 45px;
  }

  .sec2Headings h2 {
    font-size: 40px;
    line-height: 26px;
  }
  .sec2Headings img {
    width: 30px;
  }

  .section3 {
    min-height: 100vh;
    padding: 15px;
    flex-direction: column;
    gap: 15px;
  }
  .sec3LeftContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .sec4Icon img {
    width: 100%;
    padding: 20px;
  }
  

  .sec3RightContainer {
    width: 100%;
    background: linear-gradient(to bottom, rgb(223, 223, 223), white);

    padding: 0;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .sec3RightContainer p,
  .sec3RightContainer h2 {
    width: 100%;
    text-align: center;
  }
  .sec3RightContainer h2 {
    font-size: 35px;
    width: 100%;
    text-align: center;
    line-height: 49px;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec3RightContainer p {
    padding: 18px;
    line-height: 22px;
    text-align: center;
  }
  .sec3RightContainer .btn {
    align-self: center;
  }
  .sec4Icons {
    display: flex;
    flex-direction: column;
  }
  .section4 {
    padding: 0;
  }
  .sec4Para {
    max-width: 100%;
    padding: 16px;
    line-height: 32px;
  }

  .sec6Top h2 {
    font-size: 55px;
    font-weight: 400;
  }
  .sec4Icons {
    padding: 12px;
  }
  .section5 {
    padding: 20px 0px;
  }

  .sec5Heading {
    width: 100%;
  }

  .sec4Heading {
    font-size: 35px;
    line-height: 49px;
  }

  .sec5Heading {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
  }

  .section5Inner {
    padding: 12px;
  }

  .sec5Heading {
    text-align: center;
  }

  .sec6Bottom img {
    width: 90%;
    object-fit: cover;
  }

  .singlePoint {
    flex-direction: column;
    width: 80%;
  }
  .point1.singlePoint {
    width: 100%;
    font-size: 200px;
  }
  .singlePoint p {
    width: 100%;
  }
  .singlePoint:nth-child(1),
  .singlePoint:nth-child(2),
  .singlePoint:nth-child(3),
  .singlePoint:nth-child(4) {
    padding: 0;
  }

  .singlePoint > div:nth-child(2) h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
  }

  .section6 {
    padding: 0;
  }
  .sec6Top {
    padding: 0;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sec6Top img {
    width: 310px;
    height: 204px;
    margin-top: 55px;
  }

  .sec6Top h2 {
    font-size: 35px;
    line-height: 49px;
  }

  .sec6Bottom {
    overflow: hidden;
  }
  .innerInputs {
    flex-direction: column;
  }
  .footer {
    padding: 0;
  }
  .footerFormGroup {
    padding: 0;
  }
  .sec6Top {
    padding: 0;
    gap: 4px;
  }

  .orangeBg {
    background: rgb(206, 63, 12);
    border-radius: 5px;
    margin-bottom: -250px;
    margin-top: 30px;
    width: 100%;
    padding: 50px 20px;
    padding-bottom: 65px;
  }

  .orangeBg {
  }
  .orangeColor {
    font-size: 35px;
  }
  .boldText {
    font-size: 35px;
  }

  .footerFormText p {
    width: 100%;
  }
  .form {
    width: 100%;
    padding: 20px;
  }

  .singlePoint > div:nth-child(2) {
    width: 90%;
    font-size: 14px;
  }

  .singlePoint > div:nth-child(2) p {
    font-size: 16px;
    line-height: 32px;
  }

  .innerInputs {
    display: flex;
    gap: 24px;
  }

  footer {
    padding: 10px;
    padding-top: 200px;
  }
  footer p {
    text-align: center;
  }

  .footerForm .footerFormText {
    font-size: 35px;
    width: 80%;
    line-height: 49px;
    padding-top: 50px;
  }
  .footerForm p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
}

@media screen and (max-width: 900px) {
  .mobileMenu {
    display: block;
  }
  .header ul {
    display: none;
  }
  .section4 {
    padding: 0;
  }
}
