@font-face {
  font-family: 'Aka-AcidGR-Compacta';
  src: url('fonts/Aka-AcidGR-Compacta.woff2') format('woff2'),
      url('/fonts/Aka-AcidGR-Compacta.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'CF Asty Std';
  src: url('fonts/CFAstyStd-ExtraBold.woff2') format('woff2'),
      url('fonts/CFAstyStd-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'CF Asty Std';
  src: url('fonts/CFAstyStd-Light.woff2') format('woff2'),
      url('fonts/CFAstyStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'CF Asty Std';
  src: url('fonts/CFAstyStd-Book.woff2') format('woff2'),
      url('fonts/CFAstyStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('fonts/CFAstyStd-Bold.woff2') format('woff2'),
      url('fonts/CFAstyStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: 'CF Asty Std',sans-serif;
}

body {
  font-family: 'CF Asty Std',sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

p, a {
  text-decoration: none;
  font-weight:400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

ul {
  list-style-position: inside;
}

nav {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2em;
  display: flex;
  align-items: center;
  z-index: 2;
  text-align: center;
  justify-content: center;
}

.main-logo {
  max-width: 270px;
}

.cyclon-logo {
  max-width: 170px;
  position: relative;
  top: -40px;
}

.section_1 {
  background-image:url("../images/bg_main.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.section_1::after {
  bottom: -240px;
  position: absolute;
  content: '';
  left: 0;
  background: url("../images/dust_1.png");
  height: 317px;
  width: 100%;
}
.section_1_container {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  gap: 10px;
  padding: 20px;
}

.logos-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.main_title {
  font-size: 80px;
  color: #fff;
  font-weight: 900;
  max-width: 56%;
  line-height: 85px;
  position: relative;
  z-index: 2;
  margin-top: 14%;
  text-shadow: 0 0 10px #000;
}

.section_1_image {
  position: absolute;
  right: 30%;
  width: 540px;
  max-width: 100%;
  top: 30%;
  z-index: 1;
}

.section_1_extra_text {
  max-width: 1400px;
  margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 150px;
  width: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_1_extra_title {
  text-align: center;
  color: #fff;
}

.section_2_container {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 1;
  align-items: center;
}



.seciotn_2_text-container {
  width: 50%;
}

.section_2_image {
  width: 50%;
}

.section_2 {
  padding: 150px 10px;
} 
.section_2_text {
  background-color: #fff;
  padding: 30px;
  z-index: 11;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
  border-radius: 20px;
}

.section_3 {
  background-image: url("../images/diego.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_3::after {
  position: absolute;
  content: '';
  left: 0;
  background: url("../images/dust_2.png");
  height: 317px;
  width: 100%;
  top: -220px;
}

.section_3_text_block {
  max-width: 50%;
  background-color: #fff;
  padding: 40px;
  border-radius: 0 24px 24px 0;
}

.section_4 {
  background-image: url("../images/background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.section_4_text_block {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px;
  gap: 40px;
  align-items: flex-start;
}

.left-texts {
  width: 58%;
}

.right-texts {
  width: 30%;
}

.left-texts .title {
  color: #FFDA00;
  font-size: 80px;
  font-weight: 900;
  line-height: 82px;
  margin-bottom: 40px;
}

.left-texts p {
  color: #fff;
}


.right-texts {
  background-color: blue;
  padding: 40px;
  border-radius: 24px;
  border: 4px solid #FFDA00;
}

.right-text-list li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.right-text-text {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
}

.right-text-title {
  color: #FFDA00;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 24px;
}

.right-text-copilote {
  color: #FFDA00;
}

.car3 {
  max-width: 60%;
  position: relative;
  bottom: -170px;
}

.section_5_container {
  max-width: 1400px;
  margin: 200px auto 80px;
  padding: 10px;
}

.section_5_text_block {
  text-align: center;
  margin-top: 40px;
}

.fiesta_title {
  color: #001A61;
  font-weight: 900;
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 50px;
}

.fiesta_image {
  margin-top: 50px;
}

.fiesta-tech-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 80px;
}

.fiesta-tech-sizes,
.tech-fiesta {
  background-color: #efefef;
  padding: 40px;
  width: 47%;
  margin: 0 auto;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section_6 {
  background-image: url("../images/bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_6_text_block {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 10px;
}

.section_6_title {
  color: #FFDA00;
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 40px;
}

.section_6_text {
  color: #fff;
  margin-bottom: 50px;
}

.second-texts-title {
  color: #FFDA00;
}

.second-texts ul li {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
}

.second-texts-title {
  color: #FFDA00;
  margin-bottom: 24px;
}


footer {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

footer p {
  color: #fff;
}

  .mobile-image {
    display: none;
  }




@media screen and (max-width: 1220px) {
  .section_1_image {
  position: absolute;
  right: 16%;
  width: 450px;
  max-width: 100%;
  top: 35%;
  z-index: 1;
}

.seciotn_2_text-container {
  width: 100%;
}

.section_2_container {
  flex-wrap: wrap;
}

.section_2_image {
  width: 100%;
  text-align: center;
}

.section_3_text_block p {
  font-size: 16px;
  line-height: 24px;
}

.main_title,
.left-texts .title,
.fiesta_title,
.section_6_title {
  font-size: 65px;
  line-height: 75px;
}
.section_4_text_block {
  flex-wrap: wrap;
}
.left-texts {
  width: 100%;
}
.right-texts {
  width: 100%;
}
  .fiesta-image {
  text-align: center;
}
}



@media screen and (max-width: 768px) {
  .main_title {
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 32%;
  }
  .section_1_extra_text {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {

    .main_title, .left-texts .title, .fiesta_title, .section_6_title {
    font-size: 50px;
    line-height: 63px;
  }

  .section_1_extra_text {
    bottom: 320px ;
  }

  .section_3 {
    min-height: auto;
    background-image: none;
  }

  .mobile-image {
    display: block;
  }

  .section_3_text_block {
    max-width: 100%;
    padding: 30px;
  }
  .car3 {
    max-width: 80%;
    position: relative;
    bottom: 0;
  }
  .section_5_container {
    max-width: 1400px;
    margin: 40px auto 20px;
    padding: 10px;
  }
  nav {
    padding: 30px;
  }
  .logos-container {
    padding: 0;
  }
  .cyclon-logo {
    max-width: 120px;
    position: relative;
    top: -40px;
  }
  .main-logo {
    max-width: 210px;
  }
  .fiesta-tech-sizes, .tech-fiesta {
        width: 100%;
    }
    p {
      font-size: 16px;
    line-height: 24px;
    }
    .section_1_extra_text {
    bottom: 60px;
  }
.section_1_extra_text {
    width: 97%;
  }
}


@media screen and (max-width: 500px) {
  .section_1_image {
    right: 0;
  }
}