@media (max-width: 480px) {
  section {
    padding: 40px 0;
  }

  #hero {
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
      url("shark_bannermobile.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .hero-container {
    margin: 5% 5%;
    padding: 0;
    width: 90%;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-description {
    justify-self: center;
    width: 80%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .hero-text img {
    width: 80%;
  }

  .btn {
    width: 90%;
    padding: 12px 20px;
    font-size: 12px;
    font-family: "poppins", sans-serif;
  }

  #hero-2 {
    width: 100%;
    height: 50%;
    background: url("identity_banner_mobile.png") center/cover no-repeat;
    padding: 0 20px;
  }

  .hero-text-2 h1 {
    font-size: 120%;
  }

  .hero-image-list {
    width: 250px;
    margin: 0;
    margin-bottom: 30px;
    align-self: center;
  }

  .img-1 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35%;
  }

  .img-2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35%;
  }

  .img-3 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35%;
  }

  .img-4 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35%;
  }

  .img-5 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35%;
  }

  .hero-image-list img {
    width: 250px;
    margin-bottom: 10px;
  }

  #services {
    padding: 40px 20px;
  }

  .services-description p {
    font-size: 18px;
  }

  .service-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .service-card-title {
    font-size: 28px;
    text-align: center;
  }

  .service-card-left {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .service-description-card-p {
    text-align: center;
  }

  #testimonials {
    padding: 40px 20px;
  }

  .testimonial-slider {
    gap: 20px;
  }

  .logo-1 {
    justify-content: center;
    align-items: center;
  }

  .logo-1 img {
    width: 80%;
    border-radius: 8px;
    padding-top: 15%;
  }

  .logo-2 {
    justify-content: center;
    align-items: center;
  }

  .logo-2 img {
    width: 80%;
    border-radius: 8px;
    padding-top: 20%;
  }

  .logo-3 {
    justify-content: center;
    align-items: center;
  }

  .logo-3 img {
    width: 80%;
    border-radius: 8px;
    padding-top: 20%;
  }

  .logo-4 {
    justify-content: center;
    align-items: center;
  }

  .logo-4 img {
    width: 80%;
    border-radius: 8px;
  }

  #cta {
    padding: 20px 0;
  }

  .cta-container {
    margin: 30px;
  }

  .cta-container h2 {
    font-size: 30px;
    width: 270px;
  }

  .cta-description {
    font-size: 14px;
    width: 85%;
  }

  .form-container {
    width: 95%;
  }

  .input-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .input-row input{
    width: 100%;
  }

  .form-analise {
    width: 90%;
    padding-right: 5%;
  }

  .form-analise button {
    padding: 15px 20px;
  }

  #contact {
    padding: 30px;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-column {
    margin: 0;
  }

  .footer-column a {
    width: fit-content;
  }

  .footer-column0 {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: fit-content;
    margin: 0;
    font-size: 18px;
  }

  .footer-column0 img {
    width: 170px;
    margin-left: 5px;
  }

  .footer-column0 p {
    width: 95%;
  }

  .caneca {
    display: none;
  }
}

@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }

  #hero {
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
      url("shark_bannermobile.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .hero-container {
    margin: 5% 5%;
    padding: 0;
    width: 90%;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-description {
    justify-self: center;
    width: 80%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .hero-text img {
    width: 80%;
  }

  .btn {
    width: 90%;
    padding: 12px 20px;
    font-size: 12px;
    font-family: "poppins", sans-serif;
  }

  #hero-2 {
    width: 100%;
    height: 50%;
    background: url("identity_banner_mobile.png") center/cover no-repeat;
    padding: 0 20px;
  }

  .hero-text-2 h1 {
    font-size: 170%;
  }

  .hero-image-list {
    width: 350px;
    margin: 0;
    margin-bottom: 30px;
    align-self: center;
  }

  .hero-image-list img {
    width: 350px;
    margin-bottom: 10px;
  }

  #services {
    padding: 40px 20px;
  }

  .services-description p {
    font-size: 18px;
  }

  .service-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .service-card-title {
    font-size: 28px;
    text-align: center;
  }

  .service-card-left {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .service-description-card-p {
    text-align: center;
  }

  #testimonials {
    padding: 40px 20px;
  }

  .testimonial-slider {
    gap: 20px;
  }

  .logo-1 {
    justify-content: center;
    align-items: center;
  }

  .logo-1 img {
    width: 60%;
    border-radius: 8px;
    padding-top: 15%;
  }

  .logo-2 {
    justify-content: center;
    align-items: center;
  }

  .logo-2 img {
    width: 60%;
    border-radius: 8px;
    padding-top: 20%;
  }

  .logo-3 {
    justify-content: center;
    align-items: center;
  }

  .logo-3 img {
    width: 60%;
    border-radius: 8px;
    padding-top: 20%;
  }

  .logo-4 {
    justify-content: center;
    align-items: center;
  }

  .logo-4 img {
    width: 60%;
    border-radius: 8px;
  }

  #cta {
    padding: 20px 0;
  }

  .cta-container {
    margin: 30px;
  }

  .cta-container h2 {
    font-size: 30px;
    width: 270px;
  }

  .cta-description {
    font-size: 14px;
    width: 85%;
  }

  .form-container {
    width: 95%;
  }

  .input-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .input-row input{
    width: 100%;
  }

  .form-analise {
    width: 90%;
    padding-right: 5%;
  }

  .form-analise button {
    padding: 15px 20px;
  }

  #contact {
    padding: 30px;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-column {
    margin: 0;
  }

  .footer-column a {
    width: fit-content;
  }

  .footer-column0 {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: fit-content;
    margin: 0;
    font-size: 18px;
  }

  .footer-column0 img {
    width: 170px;
    margin-left: 5px;
  }

  .footer-column0 p {
    width: 95%;
  }

  .caneca {
    display: none;
  }
}

@media (min-width: 1024px) {
  #hero {
    height: 100vh;
    background: url("banner.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .hero-container {
    margin: 10%;
  }

  .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-text {
    text-align: left;
    padding-right: 50px;
    font-size: 100%;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-description {
    font-size: 100%;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .hero-img {
    width: 100%;
    margin-bottom: 10px;
  }

  #hero-2 {
    width: 100%;
    height: 100%;
    background: url("identity-banner.jpg") center/cover no-repeat;
  }

  .hero-image-list {
    width: 400px;
    margin: 0;
    margin-bottom: 30px;
    align-self: center;
  }

  .img-1 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90%;
  }

  .img-2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90%;
  }

  .img-3 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90%;
  }

  .img-4 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90%;
  }

  .img-5 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 90%;
  }

  .hero-image-list img {
    width: 400px;
    margin-bottom: 10px;
  }

  .container-2 {
    margin: 0;
    padding: 0;
  }

  .timeline-container {
    position: relative;
  }

  .timeline-line {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #555;
    z-index: 1;
  }

  .circle-point {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #1e1e1e;
    border: 2px solid #ff2e79;
    border-radius: 50%;
    z-index: 2;
  }

  .circle-point.top {
    top: 0;
  }

  .circle-point.bottom {
    bottom: 0;
  }

  .timeline-item {
    width: 50%;
    padding: 40px 20px;
  }

  .timeline-item::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff2e79;
    z-index: 2;
  }

  .left {
    left: 0;
    text-align: right;
    padding-right: 40px;
  }

  .left::before {
    right: -10px;
  }

  .right {
    left: 50%;
    text-align: left;
    padding-left: 40px;
  }

  .right::before {
    left: -10px;
  }

  .hero-image-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-1 {
    justify-content: center;
    align-items: center;
  }

  .logo-1 img {
    width: 200px;
    border-radius: 8px;
    padding-top: 40%;
  }

  .logo-2 {
    justify-content: center;
    align-items: center;
  }

  .logo-2 img {
    width: 200px;
    border-radius: 8px;
    padding-top: 47%;
  }

  .logo-3 {
    justify-content: center;
    align-items: center;
  }

  .logo-3 img {
    width: 200px;
    border-radius: 8px;
    padding-top: 28%;
  }

  .logo-4 {
    justify-content: center;
    align-items: center;
  }

  .logo-4 img {
    width: 200px;
    border-radius: 8px;
  }

  .cta-container{
    margin: 0;
  }

  .form-analise {
    width: 50%;
  }

  .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-column {
    flex: none;
    width: fit-content;
    text-align: left;
  }

  .footer-column a {
    width: fit-content;
  }

  .footer-column0 {
    width: fit-content;
    text-align: left;
    margin: 0;
  }

  .social-links {
    justify-content: flex-start;
  }

  .caneca {
    margin-top: 10%;
    margin-left: 5%;
  }
}

@media (min-width: 1366px) {
  #hero {
    height: 100vh;
    background: url("banner.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .hero-container {
    margin: 10%;
  }

  .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-text {
    text-align: left;
    padding-right: 50px;
    font-size: 100%;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-description {
    font-size: 100%;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .hero-img {
    width: 100%;
    margin-bottom: 10px;
  }

  #hero-2 {
    width: 100%;
    height: 100%;
    background: url("identity-banner.jpg") center/cover no-repeat;
  }

  .container-2 {
    align-self: center;
    justify-self: center;
    margin: 0;
    padding: 0;
  }

  .hero-btn-2 {
    margin-right: 200px;
    margin-bottom: 10px;
  }

  .timeline-container {
    position: relative;
  }

  .timeline-line {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #555;
    z-index: 1;
  }

  .circle-point {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #1e1e1e;
    border: 2px solid #ff2e79;
    border-radius: 50%;
    z-index: 2;
  }

  .circle-point.top {
    top: 0;
  }

  .circle-point.bottom {
    bottom: 0;
  }

  .timeline-item {
    width: 50%;
    padding: 40px 20px;
  }

  .timeline-item::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff2e79;
    z-index: 2;
  }

  .left {
    left: 0;
    text-align: right;
    padding-right: 40px;
  }

  .left::before {
    right: -10px;
  }

  .right {
    left: 50%;
    text-align: left;
    padding-left: 40px;
  }

  .right::before {
    left: -10px;
  }

  .hero-image-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-1 {
    justify-content: center;
    align-items: center;
  }

  .logo-1 img {
    width: 200px;
    border-radius: 8px;
    padding-top: 40%;
  }

  .logo-2 {
    justify-content: center;
    align-items: center;
  }

  .logo-2 img {
    width: 200px;
    border-radius: 8px;
    padding-top: 47%;
  }

  .logo-3 {
    justify-content: center;
    align-items: center;
  }

  .logo-3 img {
    width: 200px;
    border-radius: 8px;
    padding-top: 28%;
  }

  .logo-4 {
    justify-content: center;
    align-items: center;
  }

  .logo-4 img {
    width: 200px;
    border-radius: 8px;
  }

  .form-analise {
    width: 50%;
  }

  .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-column {
    flex: none;
    width: fit-content;
    text-align: left;
  }

  .footer-column a {
    width: fit-content;
  }

  .footer-column0 {
    width: fit-content;
    text-align: left;
    margin: 0;
  }

  .social-links {
    justify-content: flex-start;
  }

  .form-container {
    width: 100%;
  }

  .caneca {
    margin: 5%;
  }

  .caneca img {
    width: 500px;
    height: 500px;
  }
}

@media (min-width: 1440px) {
  .hero-text h1 {
    font-size: 45px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-image-list {
    width: 50%;
    margin: 0;
    margin-bottom: 30px;
    align-self: center;
  }

  .img-1 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-3 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-4 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-5 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-image-list img {
    width: 500px;
    margin-bottom: 10px;
  }

  .form-container {
    width: 100%;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column0 {
    width: 30%;
  }

  .caneca {
    margin: 5% 15%;
  }

  .caneca img {
    padding: 0;
    width: 500px;
    height: 500px;
  }
}

@media (min-width: 1540px) {
  .hero-text h1 {
    font-size: 45px;
  }

  .hero-description {
    font-size: 18px;
  }

  .form-container {
    width: 100%;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column0 {
    width: 30%;
  }

  .caneca {
    margin: 0;
    margin-left: 10%;
  }

  .caneca img {
    padding: 0;
    width: 500px;
    height: 500px;
  }
}

@media (min-width: 1600px) {
  .hero-container {
    max-width: 1600px;
  }

  .services-container {
    max-width: 1400px;
  }
}
