.container-main {
  display: flex;
  justify-content: center;
}

.container-desktop {
  max-width: 1550px;
}

.home-container-section1 {
  background-image: url("../images/home-img-1-resp.png");
  background-size: cover;
  padding: 20px 20px 340px 20px;
  margin-top: -2px;
}

.container-header-resp {
  background-color: #29333b;
  padding: 15px 15px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-responsive {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  background-color: #29333b;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 100vh;
  padding: 20px;
}

.menu-responsive.show {
  display: block;
}

.close-icon {
  display: none;
  cursor: pointer;
}

.menu-responsive.show + .close-icon {
  display: block;
}

.menu-responsive.show ~ .menu-icon {
  display: none;
}

.menu-icon {
  cursor: pointer;
}

.header-link-resp {
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.header-link-resp:hover {
  color: #7eaed9;
}

.header-sublink-resp:hover {
  color: #7eaed9;
}

.container-header-link-resp {
  margin-top: 20px;
}

.container-header-link-button-resp {
  margin-top: 40px;
}

.header-link-button-resp {
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 2rem;
}

.submenu-container {
  display: none;
}

.arrow-icon {
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.with-submenu.active .arrow-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.arrow-icon {
  color: #ffffff;
}

.with-submenu.active + .submenu-container {
  display: block;
}

.header-sublink-resp {
  color: white;
  font-size: 18px;
}

.logo-header-resp {
  margin-left: -35px;
}

.container-home-secction1-title {
  margin-top: 20px;
}

.home-section1-title {
  font-size: 31px;
  line-height: 40px;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 0 5px;
}

.home-section1-title-span {
  color: #75b4f0;
}

.home-section1-subtitle {
  margin-top: 10px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-align: center;
}

.container-home-section1-button {
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.home-section1-buttonA {
  margin-top: 20px;
  color: #29333b;
  border: 1px solid white;
  background-color: white;
  padding: 10px 30px;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 18px;
  width: 230px;
  text-align: center;
}

.home-section1-buttonB {
  margin-top: 20px;
  color: white;
  border: 1px solid rgba(128, 135, 141, 0.7);
  background-color: rgba(128, 135, 141, 0.7);
  padding: 10px 45px;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 18px;
  width: 230px;
  text-align: center;
}

.container-header-full {
  display: none;
}

/* section2 */

.home-container-section2 {
  margin-top: 80px;
}

.home-section2-container-imgfull {
  background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 50%
    ),
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/home-section2-img-resp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  min-height: 500px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.home-section2-container-text {
  display: flex;
  justify-content: end;
}

.home-section2-container-text-2 {
  max-width: 550px;
  margin-top: 300px;
  color: white;
  padding: 30px;
}

.home-section2-title-1 {
  text-align: end;
  font-size: 26px;
  font-weight: 500;
}

.home-section2-title-2 {
  text-align: end;
  font-size: 32px;
  font-weight: 700;
}

.home-section2-text {
  font-weight: 500;
  font-size: 19px;
  text-align: end;
}

/* secction3 */
.home-container-section3 {
  margin-top: -300px;
  background-color: #e6ebee;
  padding: 320px 20px 20px 20px;
}

.home-section3-title {
  color: #29333b;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.home-section3-title2 {
  color: #29333b;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-top: -10px;
}

.home-section3-img-resp-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section3-card-container {
  display: flex;
  justify-content: space-between;
  max-height: 500px;
}

.home-section3-card-2 {
  flex: 2;
}

.font-w {
  font-weight: 800;
}

.home-section3-img-line {
  max-height: 500px;
}

.home-section3-card-title {
  font-size: 23px;
  font-weight: 700;
  color: #29333b;
  margin-top: 20px;
  padding-right: 10px;
}

.home-section3-card-title2 {
  font-size: 23px;
  font-weight: 700;
  color: #29333b;
  margin-top: 20px;
  padding-left: 20px;
}

.home-section3-card-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #29333b;
  padding-right: 20px;
}

.home-section3-card-subtitle2 {
  font-size: 20px;
  font-weight: 500;
  color: #29333b;
  padding-left: 20px;
}

.home-section3-card-1-img {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.home-section3-card-1-img2 {
  display: flex;
  justify-content: start;
}

.home-section3-card-1-img3 {
  display: flex;
  justify-content: center;
}

.home-section3-img-eclipse2-container {
  width: 122px;
}

.home-section3-img-eclipse2-container-flex {
  display: flex;
  justify-content: end;
}

.home-section3-img-eclipse {
  margin-left: -4px;
}

.home-section3-line-iz-full {
  display: none;
}

.home-section3-img2-full {
  display: none;
}

.home-section4-img4-full {
  display: none;
}

.home-section3-line-dr-full {
  display: none;
}

.home-section3-img-card2 {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

.home-section3-card-main {
  margin-top: 30px;
}

/* sectioon4 */
.home-container-section4 {
  margin-top: 30px;
  padding: 20px;
}

.home-section4-container-card {
  border: 1px solid #b4c0c9;
  max-width: 350px;
  margin-top: 20px;
}

.home-section4-card-text {
  padding: 20px;
  color: #29333b;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.home-section4-card-img {
  width: 100%;
}

.home-section4-container-card-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* section5 */
.home-container-section5 {
  padding: 20px;
  background-color: #29333b;
  padding-bottom: 60px;
}

.home-section5-title {
  color: white;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

.home-section5-title2 {
  color: white;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-top: -10px;
}

.home-section5-container-card-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-section5-container-card {
  padding: 20px;
  background-color: #1d252a;
  max-width: 320px;
  margin-top: 20px;
}

.home-section5-container-card-text {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.home-section5-card-title1 {
  color: white;
  font-weight: 900;
  font-size: 28px;
}

.home-section5-card-title2 {
  color: white;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  margin-top: 10px;
  margin-right: 20px;
}

.home-section5-container-card-text2 {
  border-top: 1px solid white;
  margin-top: 30px;
  padding-top: 30px;
}

.home-section5-card-text {
  font-weight: 500;
  color: white;
  font-size: 18px;
}

/* section6 */
.home-container-section6 {
  padding: 20px;
  background-color: #e6ebee;
  padding-bottom: 300px;
}

.home-section6-container-card {
  margin-top: 30px;
}

.home-section6-title-text {
  color: #29333b;
  font-weight: 500;
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
  line-height: 28px;
  padding: 0 5px;
}

ul {
  list-style-type: disc;
}

.home-section6-li {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
}

.home-section6-card-text1 {
  font-weight: 500;
  color: #29333b;
  font-size: 25px;
}

.home-section6-card-text2 {
  color: #29333b;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
}

.home-section6-card-text3 {
  font-size: 21px;
  font-weight: 800;
  color: #29333b;
  margin-top: 10px;
  line-height: 26px;
}

.home-section6-card-legend {
  color: #29333b;
  font-size: 21px;
  font-style: italic;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px;
}

.home-section6-img1-resp {
  width: 100%;
  margin-left: 20px;
  margin-top: 20px;
}

.home-section6-img1-full {
  display: none;
}

.home-container-section7-main {
  background-image: url("../images/home-section7-img1-resp.png");
  background-size: cover;
  padding: 20px;
  padding-bottom: 100px;
  margin-right: 20px;
  margin-top: -230px;
}

.home-section7-container-text {
  margin-top: 230px;
}

.home-section7-title {
  color: white;
  text-align: end;
  font-size: 24px;
  font-weight: 500;
}

.home-section7-title2 {
  color: white;
  text-align: end;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.home-section7-text {
  color: white;
  text-align: end;
  font-size: 18px;
  font-weight: 500;
}

.home-section7-card-container {
  display: flex;
  justify-content: center;
}

.home-section7-card {
  max-width: 170px;
  min-width: 170px;
  padding: 20px;
  margin: 10px;
  background-color: #435563;
}

.home-section7-card-container-img {
  display: flex;
  justify-content: center;
}

.home-section7-card-text {
  margin-top: 10px;
  color: white;
  text-align: center;
  font-weight: 700;
}

.home-section7-card-container-main {
  margin-top: -100px;
}

.home-container-section8 {
  padding: 20px;
  padding-bottom: 100px;
}

.home-container-section9 {
  padding: 20px;
  background-color: #29333b;
}

.home-container-section9-title {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 500;
}

.home-container-section9-title2 {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}

.home-section9-container-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-section9-card {
  padding: 20px 20px 20px 30px;
  background-color: #1d252a;
  display: flex;
  align-items: start;
  max-width: 300px;
  margin-top: 20px;
}

.home-section9-container-text {
  margin-left: 20px;
}

.home-section9-card-title {
  color: white;
  font-weight: 700;
  font-size: 22px;
}

.home-section9-card-title2 {
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}

.home-section10-container {
  background-image: url("../images/home-section10-img1-resp.png");
  background-size: cover;
  padding-bottom: 400px;
}

.home-section10-title {
  color: white;
  font-weight: 500;
  font-size: 28px;
  margin-top: 30px;
}

.home-section10-title2 {
  color: white;
  font-weight: 700;
  font-size: 31px;
  line-height: 40px;
}

.home-section10-text1 {
  color: white;
  margin-top: 10px;
  font-size: 19px;
}

.home-section10-text2 {
  color: white;
  background: linear-gradient(to right, #212f3a, #4a5663);
  padding: 20px;
  font-size: 19px;
}

.home-section10-container-card1 {
  background: linear-gradient(to bottom, #3d3e41, #5c5d61);
  padding: 20px;
}

.home-section11-container {
  padding: 50px 20px 50px 20px;
  background-color: #e6ebee;
}

.home-section11-img1-resp {
  margin-left: -20px;
}

.home-section6-card1-container {
  margin-top: 20px;
}

.home-section11-img1-full {
  display: none;
}

.home-section12-container {
  padding: 20px;
}

.home-section12-title {
  text-align: center;
  font-size: 26px;
  color: #29333b;
  font-weight: 500;
  margin-top: 30px;
}

.home-section12-title2 {
  text-align: center;
  color: #29333b;
  font-weight: 700;
  font-size: 31px;
}

.home-section12-container-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.home-section12-card {
  border: 1px solid lightgray;
  max-width: 320px;
  margin-top: 20px;
}

.home-section12-card-text {
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.home-section13-container {
  padding: 20px;
  background-color: #e6ebee;
}

.home-section13-title {
  text-align: center;
}

.home-section13-card {
  display: flex;
  align-items: start;
  margin-top: 20px;
}

.home-section13-card-img {
  margin-top: 5px;
}

.home-section13-card-text1 {
  margin-left: 10px;
  color: #29333b;
  font-weight: 700;
  font-size: 21px;
}

.home-section13-card-text2 {
  margin-left: 10px;
  color: #29333b;
  font-weight: 500;
  font-size: 21px;
}

.home-section13-card-container-text3 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.home-section13-card-text3 {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  font-style: italic;
  text-align: center;
  max-width: 300px;
}

.home-section13-img-full {
  display: none;
}

.home-section13-container-img {
  margin-top: 40px;
  margin-right: -20px;
  display: flex;
  justify-content: end;
}

.footer-container {
  background-color: #1e252a;
}

.footer-container-red-1 {
  margin-top: 30px;
}

.footer-container-red {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.footer-card1-title {
  color: white;
  font-weight: 700;
  font-size: 21px;
}

.container-footer-card2 {
  margin-top: 30px;
  padding: 20px;
}

.footer-card2-text {
  color: #bebdbd;
  font-size: 20px;
  margin-top: 10px;
  display: block;
}

.container-footer-card1 {
  padding: 20px;
  margin-top: 30px;
}

.container-footer-card3 {
  margin-top: 30px;
  padding: 20px;
}

.container-footer-card4 {
  margin-top: 30px;
  padding: 20px;
}

.footer-card4-container-text {
  margin-top: 10px;
}

.footer-card4-text {
  color: #bebdbd;
  font-weight: 700;
  font-size: 20px;
}

.container-footer-legend {
  margin-top: 30px;
  background-color: #29333b;
  padding: 20px;
}

.footer-legend-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 21px;
  text-align: center;
}

.submenu-desktop {
  display: none;
  position: absolute;
  background-color: #1d2329;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 450px;
  top: 80px;
}

.menu-item-with-submenu.active .submenu-desktop {
  display: block;
}

.arrow-icon {
  transition: transform 0.3s ease-in-out;
}

.menu-item-with-submenu.active .arrow-icon {
  transform: rotate(180deg);
}

.submenu-desktop a {
}

.submenu-desktop a:hover {
  background-color: #7eaed9;
}

.submenu-desktop-link {
  color: white;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  margin: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #7c7c7c;
}

@media (min-width: 1024px) {
  .container-header-resp {
    display: none;
  }

  .container-header-full {
    background-color: #29333b;
    display: flex;
    padding: 15px 50px;
    justify-content: space-between;
  }

  .logo-header-full {
    margin-right: 40px;
  }

  .container-header-link-full {
    display: flex;
    color: white;
    align-items: center;
  }

  .header-link-full {
    margin: 0 20px;
    font-size: 17px;
    line-height: 30px;
  }

  .header-link-contact {
    margin-left: 30px;
    border: 1px solid white;
    border-radius: 2rem;
    padding: 5px;
    font-weight: 600;
  }

  .home-container-section1 {
    background-image: url("../images/home-img-1-full.png");
    background-size: cover;
    padding: 0;
  }

  .container-home-secction1-title {
    padding: 80px 50px 170px 50px;
    max-width: 700px;
  }

  .home-section1-title {
    margin-top: 40px;
    font-size: 52px;
    line-height: 60px;
    color: white;
    font-weight: 700;
    text-align: left;
  }

  .home-section1-title-span {
    color: #75b4f0;
  }

  .home-section1-subtitle {
    margin-top: 40px;
    font-size: 31px;
    text-align: left;
    color: white;
    font-weight: 500;
  }

  .home-section1-container-button {
    margin-top: 50px;
    display: flex;
    gap: 30px;
  }

  .home-container-section2 {
    margin-top: 80px;
  }

  .home-section2-container-imgfull {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 50%
      ),
      linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      url("../images/home-section2-img-full.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    margin-right: 100px;

    min-height: 500px;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .home-section2-container-text {
    display: flex;
    justify-content: end;
  }

  .home-section2-container-text-2 {
    max-width: 690px;
    margin-top: 300px;
    color: white;
    padding: 30px;
  }

  .home-section2-title-1 {
    text-align: end;
    font-size: 36px;
    font-weight: 500;
  }

  .home-section2-title-2 {
    text-align: end;
    font-size: 38px;
    font-weight: 700;
  }

  .home-section2-text {
    font-family: 500;
    font-size: 24px;
    text-align: end;
  }

  /* section3 */
  .home-container-section3-main {
    margin-top: -300px;
    padding-top: 350px;
    display: flex;
    justify-content: center;
    background-color: #e6ebee;
    padding-bottom: 50px;
  }

  .home-container-section3 {
    max-width: 1100px;
  }

  .home-section3-card-main {
    margin-top: 50px;
  }

  .home-section3-card-container {
    max-height: 250px;
  }

  .home-section3-img-line {
    max-height: 250px;
    width: 5px;
  }

  .home-section3-line-iz-resp {
    display: none;
  }

  .home-section3-line-iz-full {
    display: block;
    max-width: 270px;
  }

  .home-section3-img2-resp {
    display: none;
  }

  .home-section3-img2-full {
    display: block;
  }

  .home-section4-img4-resp {
    display: none;
  }

  .home-section4-img4-full {
    display: block;
  }

  .home-section3-img-card2 {
    margin-top: -30px;
    display: flex;
    justify-content: center;
  }

  .home-section3-title {
    font-size: 32px;
  }

  .home-section3-title2 {
    font-size: 44px;
  }

  .home-section3-line-dr-resp {
    display: none;
  }

  .home-section3-line-dr-full {
    display: block;
    max-width: 270px;
  }

  .home-section3-img-eclipse2 {
    margin-left: 180px;
  }

  .home-section3-card-title {
    text-align: right;
    padding-right: 70px;
    margin-top: -70px;
    font-size: 32px;
  }

  .home-section3-card-subtitle {
    text-align: right;
    padding-right: 70px;
    font-size: 23px;
    margin-top: 10px;
  }

  .home-section3-card-title2 {
    margin-top: -70px;
    padding-left: 70px;
    font-size: 32px;
  }

  .home-section3-card-subtitle2 {
    padding-left: 70px;
    font-size: 23px;
    margin-top: 10px;
  }

  .home-section3-img-eclipse2-container {
    width: 275px;
  }

  .home-section4-container-card {
    width: 400px;
    max-width: 500px;
    margin: 50px 30px;
  }

  .home-section5-title {
    margin-top: 50px;
  }

  .home-section5-container-card {
    max-height: 400px;
    max-width: 400px;
    margin: 50px 30px;
    padding: 30px;
  }

  .home-section5-card-title1 {
    font-size: 34px;
  }

  .home-section5-card-title2 {
    font-size: 24px;
  }

  .home-section5-container-card-text2 {
    padding-top: 40px;
    margin-top: 40px;
  }

  .home-section5-card-text {
    font-size: 20px;
  }

  .home-section6-container-card {
    margin-top: 60px;
    display: flex;
    justify-content: end;
  }

  .home-section6-title-text {
    max-width: 800px;
  }

  .home-section6-container-title-text {
    display: flex;
    justify-content: center;
  }

  .home-section6-img1-resp {
    display: none;
  }

  .home-container-section6 {
    padding: 100px 0 400px 0;
  }

  .home-section6-img1-full {
    display: block;
    max-width: 550px;
  }

  .home-section6-card1-container {
    max-width: 500px;
    margin-right: 100px;
  }

  .home-container-section7-main {
    background-image: url("../images/home-section7-img1-full.png");
    background-size: cover;
    padding: 20px;
    padding-right: 40px;
    padding-bottom: 150px;
    margin-right: 120px;
    margin-top: -260px;
  }

  .home-section7-card-container-main {
    display: flex;
    justify-content: center;
  }

  .home-section7-card {
    max-width: 210px;
    min-width: 210px;
  }

  .home-section7-container-title {
    display: flex;
    justify-content: end;
  }

  .home-section7-title2 {
    max-width: 500px;
    text-align: end;
    font-size: 38px;
  }

  .home-section7-text {
    max-width: 600px;
    font-size: 22px;
  }

  .home-container-section8 {
    padding-top: 50px;
  }

  .home-section9-card {
    margin: 50px;
    max-width: 400px;
  }

  .home-container-section9 {
    padding: 100px;
  }

  .home-section10-container {
    background-image: url("../images/home-section10-img1-full.png");
    background-size: cover;
    padding-bottom: 100px;
  }

  .home-section10-container-card1 {
    background: none;
    max-width: 600px;
    padding-left: 100px;
  }

  .home-section10-text2 {
    max-width: 600px;
    padding-left: 100px;
    background: linear-gradient(to right, rgba(30, 40, 63, 0.4));
  }

  .home-section11-container-card {
    display: flex;
  }

  .home-section11-img1-resp {
    display: none;
  }

  .home-section11-container {
    padding: 100px 50px 100px 0;
  }

  .home-section11-img1-full {
    display: block;
    max-width: 550px;
    margin-right: 100px;
  }

  .home-section12-card {
    max-width: 260px;
    margin: 20px;
  }

  .home-section12-container-card {
    margin-top: 50px;
  }

  .home-section13-img-resp {
    display: none;
  }

  .home-section13-img-full {
    display: block;
    max-width: 550px;
  }

  .home-section13-container-card-main {
    display: flex;
    justify-content: end;
  }

  .home-section13-container-card {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .home-section13-card {
    max-width: 320px;
    margin: 20px 20px 20px 50px;
  }

  .home-section13-container {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .footer-container-cards {
    padding: 40px 100px;
    display: flex;
    gap: 40px;
  }

  .container-footer-card1 {
    max-width: 200px;
  }

  .container-footer-card2 {
    max-width: 250px;
  }

  .container-footer-card3 {
    max-width: 350px;
  }

  .container-footer-card4 {
    max-width: 250px;
  }

  .home-section5-title {
    font-size: 32px;
  }

  .home-section5-title2 {
    font-size: 44px;
  }

  .home-section12-title {
    font-size: 32px;
  }

  .home-section12-title2 {
    font-size: 44px;
  }

  .home-section13-card-text3 {
  font-size: 26px;
  max-width: 500px;
}



}
