@media only screen and (max-width: 1799px) {
  .header {
    height: 54px;
  }

  .header .container {
  }

  .container .left {
    gap: 25px;
  }

  .nav {
    gap: 12px;
  }

  .nav a {
    color: rgba(26, 52, 43, 0.4);
    text-align: center;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .languages {
    width: 54px;
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
  }

  .contact-btn {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;

    color: #fff;
    text-align: center;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
  }

  .logo img {
    width: 80px;
  }

  .hero {
    margin-top: 20px;
    padding-top: 54px;
  }

  .hero-gallery {
    width: 1200px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gallery-container {
    width: 100%;
    height: 480px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */

    display: flex;
    gap: 16px;
  }

  .gallery-item {
    border-radius: 30px;
  }

  @keyframes slide-left {
    from {
      transform: translateX(calc(250% + 16px));
      -webkit-transform: translateX(calc(250% + 16px));
      background-position: center 0;
      clip-path: inset(0 20% 0 20% round 30px);
      /* width: 0; */
    }

    to {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      background-position: left 0;
      clip-path: inset(0 0 0 0 round 30px);
      /* width: 100%; */
    }
  }

  @keyframes slide {
    from {
      clip-path: inset(0 35% 0 35% round 30px);
    }

    to {
      clip-path: inset(0 0 0 0 round 30px);
    }
  }

  @keyframes slide-right {
    from {
      transform: translateX(calc(-250% - 16px));
      -webkit-transform: translateX(calc(-250% - 16px));
      background-position: center 0;
      clip-path: inset(0 20% 0 20% round 30px);
    }

    to {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      background-position: right 0;
      clip-path: inset(0 0 0 0 round 30px);
    }
  }

  .gallery-item:nth-child(1) {
    background-size: 1200px 480px;
  }

  .gallery-item:nth-child(2) {
    background-size: 1200px 480px;
  }

  .gallery-item:nth-child(3) {
    background-size: 1200px 480px;
  }
  .hero-content {
    width: 1180px;
    margin-top: 20px;
  }

  .hero-title-text {
    color: #1a342b;
    font-family: Krylon;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .hero-title-right-text {
    width: 100px;
    color: #2d6043;
    text-align: center;
    font-family: Krylon;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 36px;
  }
  .hero-title-right-text::after {
    content: "(professionals only)";
    position: absolute;
    color: #2d6043;
    text-align: center;
    font-family: Krylon;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
    bottom: -80%;
  }
  .hero-title-right-contact {
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Krylon;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tagline {
    color: #1a342b;
    font-family: Krylon;
    font-size: 21.333px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
  }

  .description {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
  }

  .what-we-do {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }

  .what-we-do .container {
    width: 1200px;
  }

  .what-we-do-title {
    margin-left: 10px;
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
  }

  .div-intro {
    margin-left: 10px;
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
  }

  .service-image img {
    width: 590px;
    height: 400px;
  }

  .services-grid {
    gap: 20px;
    margin-top: 20px;
  }

  .service-content-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .service-content-text {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 115.385% */
  }

  .service-content {
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .project-image img {
    width: 572px;
    height: 429px;
    flex-shrink: 0;
    aspect-ratio: 4/3;
  }

  .project-content {
    height: 429px;
  }

  .project-info-title-text {
    color: #fff;
    font-family: Krylon;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .project-info-title {
    color: #ffe390;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .project-info-text {
    color: #fff;
    font-family: Krylon;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 107.143% */
  }

  .project-info {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .principles {
    height: 24px;
    margin-top: 12px;
    gap: 10px;
  }

  .principles-title {
    color: #fff;
    font-family: Krylon;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .principle-item {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 5.333px;
    color: #fff;
    text-align: center;
    font-family: Krylon;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .our-approach {
    margin-top: 100px;
  }

  .our-approach .container {
    width: 1200px;
    display: flex;
    gap: 44px;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .our-approach-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
  }

  .our-approach .div-intro {
    width: 254px;
  }

  .approach-grid {
    gap: 30px;
  }

  .approach-card {
    width: 280px;
  }

  .approach-card img {
    width: 280px;
    height: 280px;
  }

  .approach-card-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .approach-card-text {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 115.385% */
  }

  .approach-card-content {
    padding: 10px;
  }

  .line-container {
    margin-top: 55px;
  }

  .community {
    margin-top: 100px;
  }

  .community .container {
    width: 1180px;
  }

  .community-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .community-intro {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 115.385% */
  }

  .community-intro::after,
  .community-intro::before {
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .community-intro::before {
    left: -10px;
    top: -10px;
  }

  .community-intro::after {
    right: -10px;
    top: -10px;
  }

  .community-columns {
    width: 1180px;
  }

  .community-column-text {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 115.385% */

    width: 230px;
  }

  .read-more {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .community-colum {
    gap: 16px;
  }
  .read-more span::before {
    bottom: -4px;
  }
  .data-method {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .data-method .container {
    width: 1200px;
  }
  .data-method-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .data-method-intro {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    margin-bottom: 20px;
  }
  .data-card {
    width: 288px;
    height: 288px;
    padding-top: 30px;
  }
  .data-grid {
    gap: 20px;
  }

  .data-card-intro {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .data-card-title {
    color: #fff;
    text-align: center;
    font-family: Krylon;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .team {
    height: 1000px;

    margin-top: 100px;
  }
  .team .container {
    width: 1200px;
  }
  .member-photo {
    width: 300px;
    height: 300px;
    border-radius: 30px;
  }
  .member-photo img {
    width: 250px;
    height: 250px;
  }
  .team-members {
    gap: 20px;
    border-radius: 30px;
  }
  .team-content {
    gap: 60px;
  }
  .team-right-top img {
    width: 100px;
  }

  .team-header {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .team-title {
    color: #ffe390;
    font-family: Krylon;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .team-subtitle {
    color: #fff;
    font-family: Krylon;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
  }
  .member-name {
    color: #ffe390;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .member-description {
    color: #fff;
    font-family: Krylon;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 115.385% */
    margin-top: 8px;
  }
  .team-right-bottom img {
    width: 16px;
    height: 16px;
  }
  .team-right {
    padding: 20px 0;
  }

  .investors {
    margin-top: 100px;
  }
  .investors .container {
    width: 1200px;
  }
  .investors-image img {
    width: 420px;
    height: 312px;
    border-radius: 30px;
  }
  .investors-content {
    gap: 80px;
    grid-template-columns: 1fr 2fr;
  }

  .investors-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .investors-info {
    padding: 10px 0;
  }

  .investors-text {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    margin-top: 10px;
    gap: 0px;
  }

  .login-btn {
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Krylon;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .login-text {
    color: rgba(26, 52, 43, 0.5);
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    width: 376px;
  }
  .projects {
    margin-top: 100px;
  }
  .projects .container {
    width: 1180px;
  }
  .projects-grid {
    margin-left: calc((100vw - 1180px) / 2);
  }
  .project-card:last-child {
    margin-right: calc((100vw - 1180px) / 2);
  }

  .project-card img {
    width: 354px;
    height: 354px;
    border-radius: 30px;
  }

  .project-name {
    color: #1a342b;
    font-family: Krylon;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .project-card-content {
    padding: 0 20px;
    margin-top: 15px;
  }
  .project-read-more {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
  }
  .project-read-more::before {
    bottom: 5px;
  }
  .contact {
    margin-top: 100px;
  }
  .contact .container {
    width: 1200px;
  }
  .contact-content {
    width: 736px;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
  }
  .contact-form-top {
    gap: 12px;
  }
  .contact-logo {
    width: 286px;
    height: 320px;
    border-radius: 30px;
  }
  .form-group input,
  .form-group textarea {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    color: rgba(26, 52, 43, 0.52);
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .btn-reCAPTCHA {
    width: 239px;
    color: #fff;
    text-align: center;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 16px;
  }

  .contact-title {
    color: #1a342b;
    font-family: Krylon;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contact-intro {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    width: 300px;
  }

  .contact-email,
  .contact-investor-email {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    margin-top: 10px;
  }
  .contact-left a {
    color: #1a342b;
    font-family: Krylon;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
  }

  .footer {
    margin-top: 80px;
  }
  .footer-links {
    justify-content: space-between;
    gap: unset;
  }
  .footer-links a {
    color: #1a342b;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .copyright {
    margin-top: 18px;
    color: #1a342b;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .contact-form-bottom {
    gap: 10px;
  }
  /* Custom Checkbox Styles for 1440px */
  .agree-privacy {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Krylon", serif;
    font-size: 14px;
    color: #1a342b;
    cursor: pointer;
    margin-bottom: 9px;
    margin-left: 25px;
  }

  .agree-privacy input[type="checkbox"] {
    display: none;
  }

  .agree-privacy .checkbox-custom {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.8px solid rgba(26, 52, 43, 1);
    background: transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
  }

  .agree-privacy input[type="checkbox"]:checked + .checkbox-custom {
    background: rgba(45, 96, 67, 1);
    border-color: rgba(45, 96, 67, 1);
  }

  .agree-privacy input[type="checkbox"]:checked + .checkbox-custom::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 11px;
    font-weight: bold;
  }
}
