@media only screen and (max-width: 768px) {
  /* Estilos para dispositivos móveis */

  body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


  a:active {
    color: black;
  }

  .content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;

  }

  .links_index {
    display: none;
    flex-direction: column;
    background-color: rgba(36, 30, 61, 0);
    width: 100%;
    position: relative;
    z-index: 8;
    top: 0;

  }

  .link_text {
    margin-left: 8px;
    font-size: 32px;
    display: flex;
    text-decoration: none;
    color: white;
    position: relative;
    left: 5%;

  }

  .link_text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);

  }

  .link_text:hover::before {
    width: 50%;
    transform: translateX(-50%);
  }


  .text_introdu {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    position: relative;
    text-align: center;
    left: 50%;
    top: 0vh;
    transform: translateX(-50%);
  }


  .perfil_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13%;
    width: 80%;
    height: auto;
    z-index: 7;
  }

  .button_contacts {
    position: fixed;
    top: 0;
    bottom: 0vh;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    margin-bottom: 3vh;
    font-family: "Leelawadee UI";
    font-size: 4vh;
    text-align: center;
    width: 90%;
    height: auto;
    border-radius: 20px;
    background: white;
    color: black;
    border: 1px solid white;
    position: relative;
    bottom: 205px;
    z-index: 6;
  }

  .button_contacts:hover {
    background: black;
    border: 1px solid black;
    color: #D9D9D9;
    cursor: pointer;
  }

  .writing-effect {
    font-family: 'Noto Sans Gujarati', sans-serif;
    font-size: 7vw;
    color: #013170;
    overflow: hidden;
    width: 21ch;
    border-right: 4px solid #013170;
    white-space: nowrap;
    animation: typing 4.9s steps(21), blinking 0.75s infinite ease-in-out;
    animation-iteration-count: infinite;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0vh;
    z-index: 6;
  }


  @keyframes typing {
    from {
      width: 0;
    }
  }

  @keyframes blinking {
    50% {
      border-color: transparent;
    }
  }

  .title_about_me {
    padding: 0;
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 2.3rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
    left: 0%;
    bottom: 3.5vh;
  }

  .title_about_me2 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    margin-left: 5%;
    margin-right: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 10vh;
  }

  .title_about_me3 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    margin-left: 5%;
    margin-right: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 10vh;
  }



  .text_about_me {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    margin: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    bottom: 8vh;
  }


  .text_about_me2 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    margin: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 12vh;
  }

  .text_about_me3 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    margin: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 12vh;
  }

  .title_skills {
    color: #3B3D3D;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 9vw;
    text-align: center;
    bottom: 12vh;

  }

  .img_skills {
    position: relative;
    z-index: 7;
    width: 80%;
    height: auto;
    display: inline-block;
    margin-left: 10%;
    left: 0;
    top: -50px;
  }

  .text_skills {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    text-align: center;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills2 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }


  .text_skills3 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills4 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills5 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills6 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }


  .text_skills7 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .slider-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    background: #9FD9DB;
    width: 90%;
    height: auto;
    z-index: 6;
    border-radius: 20px;
    margin: 5%;
    position: relative;
    top: -50px;
    left: 0%;
  }

  .slider_img_cert {
    width: 45%;
    position: relative;
    overflow: hidden;
    top: 5px;
    left: 3%;
  }


  .slider_img {
    display: flex;
    align-items: center;
    width: 15%;
    position: relative;
    left: 3%;
    overflow: hidden;
  }

  .slider_img2 {
    width: 15%;
    position: relative;
    top: 33px;
    left: 3%;

  }

  .slider_img3 {
    width: 15%;
    position: relative;
    top: 33px;
    left: 3%;

  }

  .slider_img_cert {
    max-width: 45%;
    position: relative;
    overflow: hidden;
    top: 1vh;
    left: 3%;
  }

  .text_certificado1 {
    font-size: 1rem;
    height: auto;
    white-space: wrap;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 49%;
    top: -110px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    width: 40%;
  }

  .text_certificado2 {
    font-size: 1rem;
    height: auto;
    white-space: wrap;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 49%;
    bottom: 150px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    width: 40%;
  }

  .text_certificado3 {
    font-size: 1rem;
    height: auto;
    white-space: wrap;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 49%;
    bottom: 150px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    width: 40%;
  }

  .slider {
    word-break: break-all;
  }

  .text_dif1 {
    width: 73%;
    height: auto;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 23%;
    bottom: 49px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .text_dif2 {
    width: 73%;
    height: auto;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 23%;
    bottom: 49px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .text_dif3 {
    width: 73%;
    height: auto;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 23%;
    bottom: 40px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .title_card_difere {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    overflow: hidden;
    color: white;
    text-align: center;
    margin-top: 3%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }


  .footer_img {
    width: 15vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .footer_img2 {
    width: 15vw;
    margin: 1px;
  }

  .footer_img3 {
    width: 15vw;
    margin: 1px;
  }

  .filter-btn {
    background: #D9D9D9;
    overflow: hidden;
    margin-left: 0;
    width: 90%;
    height: 7vh;
    margin-bottom: 2vh;
    color: black;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
    font-family: "Jost", sans-serif;
    position: relative;
    bottom: 7vh;
    left: 50%;
    z-index: 6;
    border: none;
    transform: translateX(-50%);
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  #load-more-btn {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    font-size: 1rem;
    position: relative;
    bottom: 5vh;
    width: 60%;
    height: auto;
    z-index: 6;
    margin-left: 0;
    background: #D9D9D9;
    color: black;
    border: none;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 10px;

  }

  .dropdown {
    display: inline-block;
  }



  .title_menu1 {
    font-family: "Jost", sans-serif;
    padding-left: 16px;
  }

  .link_text2 {
    margin-left: 2%;
    font-size: 1.5rem;
    display: inline-block;
    text-decoration: none;
    color: rgb(138, 135, 135);
    position: relative;
    left: 1%;
    margin: 2%;
    font-family: "Jost", sans-serif;

  }

  .link_text2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);

  }

  .link_text2:hover::before {
    width: 50%;
  }

  .dots {
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }

  .dot {
    width: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
  }

  .dot.active {
    background-color: #333;
  }

  .dots_certificados {
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }

  .dot_certificado {
    width: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
  }

  .dot_certificado.active {
    background-color: #333;
  }

  .slide {
    overflow: hidden;
    height: auto;
    flex: 0 0 100%;
  }

  .title_port {
    color: #3B3D3D;
    position: relative;
    z-index: 6;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    bottom: 118px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  #projects-container {
    position: relative;
    overflow: hidden;
    background-color: rgb(62, 62, 62);
    z-index: 6;
    bottom: 100px;
    border: none;
    white-space: normal;
  }

  .title_maproject {
    font-size: 2.5rem;
    text-align: justify;
    color: white;
    position: relative;
    z-index: 6;
    left: 5%;
    bottom: 10vh;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .title_certificados {
    font-size: 2rem;
    z-index: 10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    margin-top: 3%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }






  .area_project {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 5;
    margin-left: 5%;
    left: 3.6%;

  }

  .area_project2 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project3 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project4 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project5 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project6 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }


  .text_port {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    width: 85%;
  }


  .text_port2 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 4%;
    bottom: -1vh;
    width: 85%;
  }


  .text_port3 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
    border: none;
    width: 85%;
  }

  .text_port4 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
    white-space: normal;
    border: none;
    width: 85%;
  }

  .text_port5 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
    border: none;
    width: 85%;
  }

  .text_port6 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
    white-space: normal;
    border: none;
    width: 85%;
  }

  .title_project1 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
  }

  .title_project2 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 4%;
    bottom: -1vh;
  }

  .title_project3 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .title_project4 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .title_project5 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .title_project6 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .img_projects {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;

  }

  .img_projects2 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects3 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects4 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects5 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }


  .button_website1 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    left: 13%;
    bottom: 14vh;
  }

  .button_website2 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 14vh;
    left: 13%;

  }

  .button_website1:hover {
    background: black;
    cursor: pointer;

  }

  .button_website2:hover {
    background: black;
    cursor: pointer;

  }

  .button_website3 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website3:hover {
    background: black;
    cursor: pointer;

  }

  .button_website4 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website4:hover {
    cursor: pointer;
    background: black;

  }

  .button_website5 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website5:hover {
    cursor: pointer;
    background: black;

  }

  .button_website6 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website6:hover {
    background: black;
    cursor: pointer;

  }



  .button_code1 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code2 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code1:hover {
    background: black;
    cursor: pointer;

  }

  .button_code2:hover {
    background: black;
    cursor: pointer;

  }

  .button_code3 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code3:hover {
    background: black;
    cursor: pointer;
  }

  .button_code4 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code4:hover {
    cursor: pointer;
    background: black;
  }

  .button_code5 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code5:hover {
    cursor: pointer;
    background: black;
  }

  .button_code6 {
    overflow: hidden;
    width: 33%;
    height: 40px;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code6:hover {
    background: black;
    cursor: pointer;
  }





}




@media only screen and (min-width: 768px) and (max-width: 1023px) {

  /* Estilos para tablets */
  body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;

  }

  .links_index {
    display: none;
    flex-direction: column;
    background-color: rgba(36, 30, 61, 0);
    width: 100%;
    position: relative;
    z-index: 8;
    top: 0;

  }

  .link_text {
    margin-left: 8px;
    font-size: 32px;
    display: flex;
    text-decoration: none;
    color: white;
    position: relative;
    left: 5%;

  }

  .link_text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);
  }

  .link_text:hover::before {
    width: 50%;
    transform: translateX(-50%);
  }





  .text_introdu {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    position: relative;
    text-align: center;
    left: 50%;
    top: 0vh;
    transform: translateX(-50%);
  }


  .perfil_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13%;
    width: 80%;
    height: auto;
    z-index: 7;
  }

  .button_contacts {
    position: fixed;
    top: 0;
    bottom: 0vh;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    margin-bottom: 3vh;
    font-family: "Leelawadee UI";
    font-size: 4vh;
    text-align: center;
    width: 90%;
    height: auto;
    border-radius: 20px;
    background: white;
    color: black;
    border: 1px solid white;
    position: relative;
    bottom: 205px;
    z-index: 6;
  }

  .button_contacts:hover {
    background: black;
    border: 1px solid black;
    color: #D9D9D9;
    cursor: pointer;
  }

  .writing-effect {
    font-family: 'Noto Sans Gujarati', sans-serif;
    font-size: 7vw;
    color: #013170;
    overflow: hidden;
    width: 21ch;
    border-right: 4px solid #013170;
    white-space: nowrap;
    animation: typing 4.9s steps(21), blinking 0.75s infinite ease-in-out;
    animation-iteration-count: infinite;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0vh;
    z-index: 6;
  }


  @keyframes typing {
    from {
      width: 0;
    }
  }

  @keyframes blinking {
    50% {
      border-color: transparent;
    }
  }

  .title_about_me {
    padding: 0;
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 2.3rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
    left: 0%;
    bottom: 2.5vh;
  }

  .title_about_me2 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    margin-left: 5%;
    margin-right: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 10vh;
  }

  .title_about_me3 {
    display: block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    margin-left: 5%;
    margin-right: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 100px;
  }



  .text_about_me {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    margin: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    bottom: 8vh;
  }


  .text_about_me2 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    margin: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 12vh;
  }

  .text_about_me3 {
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    margin-left: 5%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    left: 0%;
    bottom: 80px;
  }

  .title_skills {
    color: #3B3D3D;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 3rem;
    text-align: center;
    bottom: 55px;

  }

  .img_skills {
    position: relative;
    z-index: 7;
    width: 80%;
    height: auto;
    display: inline-block;
    margin-left: 10%;
    left: 0;
    top: -50px;
  }

  .text_skills {
    color: white;
    text-align: center;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills2 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }


  .text_skills3 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills4 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills5 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .text_skills6 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }


  .text_skills7 {
    color: white;
    position: relative;
    z-index: 7;
    font-size: 15vw;
    font-family: "Jost", sans-serif;
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
  }

  .slider-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    background: #9FD9DB;
    width: 90%;
    height: auto;
    z-index: 6;
    border-radius: 20px;
    margin: 5%;
    position: relative;
    top: -50px;
    left: 0%;

  }

  .slider_img_cert {
    width: 45%;
    position: relative;
    overflow: hidden;
    top: 5px;
    left: 3%;
  }


  .slider_img {
    display: flex;
    align-items: center;
    width: 15%;
    position: relative;
    left: 3%;
    overflow: hidden;
  }

  .slider_img2 {
    width: 15%;
    position: relative;
    top: 33px;
    left: 3%;

  }

  .slider_img3 {
    width: 15%;
    position: relative;
    top: 33px;
    left: 3%;

  }

  .slider_img_cert {
    max-width: 45%;
    position: relative;
    overflow: hidden;
    top: 1vh;
    left: 3%;
  }

  .text_certificado1 {
    font-size: 1rem;
    height: auto;
    white-space: wrap;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 49%;
    top: -150px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .text_certificado2 {
    font-size: 1rem;
    height: auto;
    white-space: wrap;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 49%;
    bottom: 150px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .text_certificado3 {
    font-size: 1rem;
    height: auto;
    white-space: wrap;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 49%;
    bottom: 150px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .slider {
    word-break: break-all;
  }

  .text_dif1 {
    width: 73%;
    height: auto;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 23%;
    bottom: 49px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .text_dif2 {
    width: 73%;
    height: auto;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 23%;
    bottom: 49px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .text_dif3 {
    width: 73%;
    height: auto;
    z-index: 6;
    color: rgb(118, 109, 109);
    font-family: "Jost", sans-serif;
    position: relative;
    left: 23%;
    bottom: 40px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .title_card_difere {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    overflow: hidden;
    color: white;
    text-align: center;
    margin-top: 3%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }


  .footer_img {
    width: 15vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .footer_img2 {
    width: 15vw;
    margin: 1px;
  }

  .footer_img3 {
    width: 15vw;
    margin: 1px;
  }

  .filter-btn {
    background: #D9D9D9;
    overflow: hidden;
    margin-left: 0;
    width: 90%;
    height: 7vh;
    margin-bottom: 2vh;
    color: black;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
    font-family: "Jost", sans-serif;
    position: relative;
    bottom: 7vh;
    left: 50%;
    z-index: 6;
    border: none;
    transform: translateX(-50%);
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  #load-more-btn {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    font-size: 1rem;
    position: relative;
    bottom: 5vh;
    width: 60%;
    height: auto;
    z-index: 6;
    margin-left: 0;
    background: #D9D9D9;
    color: black;
    border: none;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 10px;

  }

  .dropdown {
    display: inline-block;
  }


  .title_menu1 {
    font-family: "Jost", sans-serif;
    padding-left: 16px;
  }

  .link_text2 {
    margin-left: 2%;
    font-size: 1.5rem;
    display: inline-block;
    text-decoration: none;
    color: rgb(138, 135, 135);
    position: relative;
    left: 1%;
    margin: 2%;
    font-family: "Jost", sans-serif;

  }

  .link_text2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);

  }

  .link_text2:hover::before {
    width: 50%;
  }

  .dots {
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }

  .dot {
    width: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
  }

  .dot.active {
    background-color: #333;
  }

  .dots_certificados {
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }

  .dot_certificado {
    width: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
  }

  .dot_certificado.active {
    background-color: #333;
  }

  .slide {
    overflow: hidden;
    height: auto;
    flex: 0 0 100%;
  }

  .title_port {
    color: #3B3D3D;
    position: relative;
    z-index: 6;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 2.5rem;
    bottom: 118px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  #projects-container {
    position: relative;
    overflow: hidden;
    background-color: rgb(62, 62, 62);
    z-index: 6;
    bottom: 100px;
    border: none;
    white-space: normal;
  }

  .title_maproject {
    font-size: 2.5rem;
    text-align: justify;
    color: white;
    position: relative;
    z-index: 6;
    left: 5%;
    bottom: 10vh;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .title_certificados {
    font-size: 2rem;
    z-index: 10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    margin-top: 3%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .area_project {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 5;
    margin-left: 5%;
    left: 3.6%;

  }

  .area_project2 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project3 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project4 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project5 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }

  .area_project6 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 83%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 3.6%;
    bottom: 0vh;
  }


  .text_port {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    width: 85%;
  }


  .text_port2 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 4%;
    bottom: -1vh;
    width: 85%;
  }


  .text_port3 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 1.7%;
    bottom: 0vh;
    border: none;
    width: 85%;
  }

  .text_port4 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 1.7%;
    bottom: 0vh;
    white-space: normal;
    border: none;
    width: 85%;
  }

  .text_port5 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 1.7%;
    bottom: 0vh;
    border: none;
    width: 85%;
  }

  .text_port6 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 1.7%;
    bottom: 0vh;
    white-space: normal;
    border: none;
    width: 85%;
  }

  .title_project1 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
  }

  .title_project2 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 4%;
    bottom: -1vh;
  }

  .title_project3 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .title_project4 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .title_project5 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }

  .title_project6 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 4.8vw;
    margin-left: 5%;
    left: 3%;
    bottom: 0vh;
  }


  .img_projects {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;

  }

  .img_projects2 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects3 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects4 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects5 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }


  .button_website1 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    left: 13%;
    bottom: 14vh;
  }

  .button_website2 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 14vh;
    left: 13%;

  }

  .button_website1:hover {
    background: black;
    cursor: pointer;

  }

  .button_website2:hover {
    background: black;
    cursor: pointer;

  }

  .button_website3 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website3:hover {
    background: black;
    cursor: pointer;

  }

  .button_website4 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website4:hover {
    cursor: pointer;
    background: black;

  }

  .button_website5 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website5:hover {
    cursor: pointer;
    background: black;

  }

  .button_website6 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website6:hover {
    background: black;
    cursor: pointer;

  }



  .button_code1 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code2 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code1:hover {
    background: black;
    cursor: pointer;

  }

  .button_code2:hover {
    background: black;
    cursor: pointer;

  }

  .button_code3 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code3:hover {
    background: black;
    cursor: pointer;
  }

  .button_code4 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code4:hover {
    cursor: pointer;
    background: black;
  }

  .button_code5 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code5:hover {
    cursor: pointer;
    background: black;
  }

  .button_code6 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 3.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code6:hover {
    background: black;
    cursor: pointer;
  }







}





@media only screen and (min-width: 1023px) and (max-width: 1279px) {

  /* Estilos para dispositivos grandes */
  body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .perfil_img {
    width: 30%;
    margin: 1%;
    position: relative;
    bottom: 2vh;
    left: 2%;
    z-index: 6;

  }

  .text_introdu {
    font-family: 'Inter', sans-serif;
    color: black;
    font-size: 5rem;
    position: relative;
    text-align: justify;
    z-index: 8;
    left: 35%;
    bottom: 250px;

  }


  .writing-effect {
    font-family: 'Noto Sans Gujarati', sans-serif;
    font-size: 3rem;
    color: #013170;
    overflow: hidden;
    width: 21ch;
    border-right: 4px solid #013170;
    white-space: nowrap;
    animation: typing 4.9s steps(21), blinking 0.75s infinite ease-in-out;
    animation-iteration-count: infinite;
    position: relative;
    left: 35%;
    bottom: 255px;
    z-index: 6;
  }


  .button_contacts {
    font-family: "Leelawadee UI";
    font-size: 2rem;
    width: 22%;
    height: auto;
    border-radius: 20px;
    background: #D9D9D9;
    color: black;
    border: 1px solid #D9D9D9;
    position: relative;
    left: 30%;
    margin: 0.3%;
    bottom: 160px;
    z-index: 6;
  }


  .button_contacts:hover {
    background: black;
    border: 1px solid black;
    color: #D9D9D9;
    cursor: pointer;
  }

  .title_about_me {
    padding: 0;
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
    right: 70%;
    top: 35px;
  }

  .title_about_me2 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    margin-left: 5%;
    left: 55%;
    bottom: 280px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    bottom: 200px;
  }

  .title_about_me3 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 3.6vw;
    margin-left: 5%;
    left: 55%;
    bottom: 31vh;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }

  .text_about_me {
    color: white;
    position: relative;
    z-index: 7;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    word-wrap: break-word;
    bottom: 7vh;
    right: 1%;
    width: 43%;
    top: 25px;

  }

  .text_about_me2 {
    color: white;
    position: relative;
    z-index: 7;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    width: 33%;
    left: 55%;
    bottom: 205px;
    word-wrap: break-word;
    word-break: break-all;
  }


  .text_about_me3 {
    color: white;
    position: relative;
    z-index: 7;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 55%;
    bottom: 31vh;
  }



  .title_skills {
    color: #3B3D3D;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    bottom: 25vh;
    text-align: center;
  }

  .slider-container {
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
    background: #9FD9DB;
    width: 33%;
    height: 35vh;
    z-index: 6;
    border-radius: 20px;
    margin: 5%;
    position: relative;
    top: -20vh;
    left: 7%;
  }

  .flex_skills {
    display: flex;
    align-items: center;
    width: 80%;
    bottom: 25vh;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 30px;
    left: 8%;
    position: relative;
  }

  .img_skills {
    display: none;
  }


  .img_skills1 {
    position: relative;
    z-index: 8;
  }

  .text_skillsofc1 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    left: 2%;
  }

  .text_skillsofc2 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 3%;
  }

  .text_skillsofc3 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 3%;
  }

  .text_skillsofc4 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 1%;
  }

  .text_skillsofc5 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 0%;
  }

  .text_skillsofc6 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    right: 3%;
  }

  .text_skillsofc7 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    right: 3%;
  }

  .flex_text_skill {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 7;
    position: relative;
    bottom: 23vh;
  }

  .text_skills {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 3.5%;
    top: -18vh;
    background-color: green;
  }

  .text_skills2 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 3.2%;
    top: -18vh;
    background-color: green;
  }


  .text_skills3 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 5.5%;
    top: -18vh;
    background-color: green;
  }

  .text_skills4 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 3%;
    top: -18vh;
    background-color: green;
  }

  .text_skills5 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 5.5%;
    top: -18vh;
    background-color: green;
  }

  .text_skills6 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 4%;
    top: -18vh;
    background-color: green;
  }


  .text_skills7 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 4%;
    top: -115px;
    background-color: green;
  }



  .title_port {
    color: #3B3D3D;
    position: relative;
    z-index: 6;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 5vw;
    top: -30vh;
  }

  .title_maproject {
    font-size: 3vw;
    color: white;
    position: relative;
    z-index: 6;
    left: 13%;
    margin: 1%;
    bottom: 2vh;
  }

  .filter-btn {
    background: #D9D9D9;
    overflow: hidden;
    width: 20%;
    height: 7vh;
    margin-left: 10px;
    color: black;
    font-size: 1.5vw;
    text-align: center;
    border-radius: 5px;
    font-family: "Jost", sans-serif;
    position: relative;
    bottom: 27vh;
    left: 7%;
    z-index: 6;
    border: none;
  }


  #load-more-btn {
    display: block;
    text-align: center;
    font-size: 2vw;
    position: relative;
    bottom: 10vh;
    width: 33%;
    height: 10vh;
    z-index: 6;
    margin: 20px auto;
    padding: 10px 20px;
    background: #D9D9D9;
    color: black;
    border: none;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    left: 1%;
    bottom: 20vh;
  }

  #projects-container {
    position: relative;
    overflow: hidden;
    background-color: rgb(62, 62, 62);
    z-index: 6;
    bottom: 200px;
    border: none;
    white-space: normal;
  }

  .title_maproject {
    font-size: 4vw;
    color: white;
    position: relative;
    z-index: 6;
    left: 7%;
    margin: 1%;
    bottom: 28vh;
  }

  .title_port {
    color: #3B3D3D;
    position: relative;
    z-index: 8;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    top: -200px;
  }
  .text_port {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    width: 33%;
  }

  .text_port2 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59%;
    bottom: 90vh;
    width: 33%;
  }


  .text_port3 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    right: 0.9%;
    bottom: 0vh;
    border: none;
    width: 35%;
  }

  .text_port4 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    right: 0.9%;
    bottom: 0vh;
    white-space: normal;
    border: none;
    width: 35%;
  }

  .text_port5 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 57.7%;
    bottom: 120vh;
    border: none;
    width: 35%;
  }

  .text_port6 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 58.7%;
    bottom: 94vh;
    white-space: normal;
    border: none;
    width: 35%;
  }



  .title_project1 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
  }

  .title_project2 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59%;
    bottom: 90vh;
  }

  .title_project3 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .title_project4 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .title_project5 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 58.6%;
    bottom: 120vh;
  }

  .title_project6 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59.6%;
    bottom: 93vh;
  }


  .area_project {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;

  }

  .area_project2 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 59%;
    bottom: 90vh;
  }

  .area_project3 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .area_project4 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .area_project5 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 58.6%;
    bottom: 120.3vh;
  }

  .area_project6 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 59.6%;
    bottom: 94vh;
  }

  .button_website1 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    left: 13%;
    bottom: 14vh;
  }

  .button_website2 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 14vh;
    left: 13%;

  }

  .button_website1:hover {
    background: black;
    cursor: pointer;

  }

  .button_website2:hover {
    background: black;
    cursor: pointer;

  }

  .button_website3 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website3:hover {
    background: black;
    cursor: pointer;

  }

  .button_website4 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website4:hover {
    cursor: pointer;
    background: black;

  }

  .button_website5 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website5:hover {
    cursor: pointer;
    background: black;

  }

  .button_website6 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website6:hover {
    background: black;
    cursor: pointer;
  }



  .button_code1 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code2 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code1:hover {
    background: black;
    cursor: pointer;

  }

  .button_code2:hover {
    background: black;
    cursor: pointer;

  }

  .button_code3 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code3:hover {
    background: black;
    cursor: pointer;
  }

  .button_code4 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code4:hover {
    cursor: pointer;
    background: black;
  }

  .button_code5 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code5:hover {
    cursor: pointer;
    background: black;
  }

  .button_code6 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code6:hover {
    background: black;
    cursor: pointer;
  }


  .img_projects {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;

  }

  .img_projects2 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects3 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects4 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects5 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

}


@media only screen and (min-width: 1279px) {

  /* Estilos para desktops */
  body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .perfil_img {
    width: 30%;
    margin: 1%;
    position: relative;
    bottom: 2vh;
    left: 2%;
    z-index: 6;

  }

  .text_introdu {
    font-family: 'Inter', sans-serif;
    color: black;
    font-size: 5vw;
    width: 80%;
    position: relative;
    text-align: justify;
    z-index: 8;
    left: 35%;
    bottom: 390px;

  }


  .writing-effect {
    font-family: 'Noto Sans Gujarati', sans-serif;
    font-size: 3rem;
    color: #013170;
    overflow: hidden;
    width: 21ch;
    border-right: 4px solid #013170;
    white-space: nowrap;
    animation: typing 4.9s steps(21), blinking 0.75s infinite ease-in-out;
    animation-iteration-count: infinite;
    position: relative;
    left: 35%;
    bottom: 395px;
    z-index: 6;
  }


  .button_contacts {
    font-family: "Leelawadee UI";
    font-size: 2rem;
    width: 22%;
    height: auto;
    border-radius: 18px;
    background: #d9d9d9;
    color: black;
    border: 1px solid #D9D9D9;
    padding: 0;
    position: relative;
    left: 30%;
    margin: 0.3%;
    bottom: 250px;
    z-index: 6;
  }


  .button_contacts:hover {
    background: black;
    border: 1px solid black;
    color: #D9D9D9;
    cursor: pointer;
  }

  .title_about_me {
    padding: 0;
    display: inline-block;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
    right: 69.5%;
    top: 35px;
  }

  .title_about_me2 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    margin-left: 5%;
    left: 55%;
    bottom: 280px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    bottom: 305px;
  }

  .title_about_me3 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 3.6vw;
    margin-left: 5%;
    left: 55%;
    bottom: 41vh;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }

  .text_about_me {
    color: white;
    position: relative;
    z-index: 7;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    word-wrap: break-word;
    bottom: 7vh;
    right: 1%;
    width: 43%;
    top: 25px;

  }

  .text_about_me2 {
    color: white;
    position: relative;
    z-index: 7;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    width: 33%;
    left: 55%;
    bottom: 305px;
    word-wrap: break-word;
    word-break: break-all;
  }


  .text_about_me3 {
    color: white;
    position: relative;
    z-index: 7;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 55%;
    bottom: 41vh;
  }



  .title_skills {
    color: #3B3D3D;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    bottom: 25vh;
    text-align: center;
  }

  .slider-container {
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
    background: #9FD9DB;
    width: 33%;
    height: 35vh;
    z-index: 6;
    border-radius: 20px;
    margin: 5%;
    position: relative;
    top: -20vh;
    left: 7%;
  }

  .flex_skills {
    display: flex;
    align-items: center;
    width: 80%;
    bottom: 25vh;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 30px;
    left: 8%;
    position: relative;
  }

  .img_skills {
    display: none;
  }


  .img_skills1 {
    position: relative;
    z-index: 8;
  }

  .text_skillsofc1 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    left: 2%;
  }

  .text_skillsofc2 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 3%;
  }

  .text_skillsofc3 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 3%;
  }

  .text_skillsofc4 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 1%;
  }

  .text_skillsofc5 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    left: 0%;
  }

  .text_skillsofc6 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    right: 3%;
  }

  .text_skillsofc7 {
    color: white;
    position: relative;
    z-index: 8;
    font-size: 2vw;
    font-family: "Jost", sans-serif;
    display: inline-block;
    padding-left: 6%;
    right: 3%;
  }

  .flex_text_skill {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 7;
    position: relative;
    bottom: 23vh;
  }

  .text_skills {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 3.5%;
    top: -18vh;
    background-color: green;
  }

  .text_skills2 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 3.2%;
    top: -18vh;
    background-color: green;
  }


  .text_skills3 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 5.5%;
    top: -18vh;
    background-color: green;
  }

  .text_skills4 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 3%;
    top: -18vh;
    background-color: green;
  }

  .text_skills5 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 5.5%;
    top: -18vh;
    background-color: green;
  }

  .text_skills6 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 4%;
    top: -18vh;
    background-color: green;
  }


  .text_skills7 {
    color: white;
    position: relative;
    z-index: 5;
    font-family: "Jost", sans-serif;
    display: none;
    right: 4%;
    top: -115px;
    background-color: green;
  }



  .title_port {
    color: #3B3D3D;
    position: relative;
    z-index: 6;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 5vw;
    top: -30vh;
  }

  .title_maproject {
    font-size: 3vw;
    color: white;
    position: relative;
    z-index: 6;
    left: 13%;
    margin: 1%;
    bottom: 2vh;
  }

  .filter-btn {
    background: #D9D9D9;
    overflow: hidden;
    width: 20%;
    height: 7vh;
    margin-left: 10px;
    color: black;
    font-size: 1.5vw;
    text-align: center;
    border-radius: 5px;
    font-family: "Jost", sans-serif;
    position: relative;
    bottom: 27vh;
    left: 7%;
    z-index: 6;
    border: none;
  }


  #load-more-btn {
    display: block;
    text-align: center;
    font-size: 2vw;
    position: relative;
    bottom: 10vh;
    width: 33%;
    height: 10vh;
    z-index: 6;
    margin: 20px auto;
    padding: 10px 20px;
    background: #D9D9D9;
    color: black;
    border: none;
    font-family: "Jost", sans-serif;
    border-radius: 5px;
    left: 1%;
    bottom: 20vh;
  }

  #projects-container {
    position: relative;
    overflow: hidden;
    background-color: rgb(62, 62, 62);
    z-index: 6;
    bottom: 200px;
    border: none;
    white-space: normal;
  }

  .title_maproject {
    font-size: 3vw;
    color: white;
    position: relative;
    z-index: 6;
    left: 7%;
    margin: 1%;
    bottom: 28vh;
  }

  .title_port {
    color: #3B3D3D;
    position: relative;
    z-index: 8;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 4vw;
    top: -200px;
  }

  .text_port {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    width: 33%;
  }

  .text_port2 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59%;
    bottom: 112vh;
    width: 33%;
  }


  .text_port3 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    right: 0.7%;
    bottom: 0vh;
    border: none;
    width: 35%;
  }

  .text_port4 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    right: 0.7%;
    bottom: 0vh;
    white-space: normal;
    border: none;
    width: 35%;
  }

  .text_port5 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 58%;
    bottom: 136vh;
    border: none;
    width: 35%;
  }

  .text_port6 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59%;
    bottom: 104vh;
    white-space: normal;
    border: none;
    width: 35%;
  }



  .title_project1 {
    color: white;
    position: relative;
    z-index: 6;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
  }

  .title_project2 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59%;
    bottom: 112vh;
  }

  .title_project3 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .title_project4 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .title_project5 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 58.6%;
    bottom: 136vh;
  }

  .title_project6 {
    color: white;
    position: relative;
    z-index: 7;
    text-align: justify;
    font-family: "Jost", sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    left: 59.6%;
    bottom: 104vh;
  }


  .area_project {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 5;
    margin-left: 5%;

  }

  .area_project2 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 59%;
    bottom: 113vh;
  }

  .area_project3 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .area_project4 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 0%;
    bottom: 0vh;
  }

  .area_project5 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 58.6%;
    bottom: 136vh;
  }

  .area_project6 {
    background: rgb(119, 119, 119);
    overflow: hidden;
    position: relative;
    width: 33%;
    height: 43vh;
    z-index: 7;
    margin-left: 5%;
    left: 59.6%;
    bottom: 104vh;
  }

  .button_website1 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    left: 13%;
    bottom: 14vh;
  }

  .button_website2 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 14vh;
    left: 13%;

  }

  .button_website1:hover {
    background: black;
    cursor: pointer;

  }

  .button_website2:hover {
    background: black;
    cursor: pointer;

  }

  .button_website3 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website3:hover {
    background: black;
    cursor: pointer;

  }

  .button_website4 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website4:hover {
    cursor: pointer;
    background: black;

  }

  .button_website5 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 65px;
    left: 13%;
  }

  .button_website5:hover {
    cursor: pointer;
    background: black;

  }

  .button_website6 {
    overflow: hidden;
    width: 33%;
    height: auto;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    position: relative;
    z-index: 7;
    bottom: 8vh;
    left: 13%;
  }

  .button_website6:hover {
    background: black;
    cursor: pointer;
  }



  .button_code1 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code2 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    left: 20.1%;
    bottom: 14vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
    z-index: 7;
  }

  .button_code1:hover {
    background: black;
    cursor: pointer;

  }

  .button_code2:hover {
    background: black;
    cursor: pointer;

  }

  .button_code3 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code3:hover {
    background: black;
    cursor: pointer;
  }

  .button_code4 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code4:hover {
    cursor: pointer;
    background: black;
  }

  .button_code5 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 65px;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }


  .button_code5:hover {
    cursor: pointer;
    background: black;
  }

  .button_code6 {
    overflow: hidden;
    width: 33%;
    height: auto;
    position: relative;
    z-index: 7;
    left: 20.1%;
    bottom: 8vh;
    font-size: 1.5vw;
    border-radius: 15px;
    color: white;
    background: red;
    font-family: "Jost", sans-serif;
  }

  .button_code6:hover {
    background: black;
    cursor: pointer;
  }


  .img_projects {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;

  }

  .img_projects2 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects3 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects4 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

  .img_projects5 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }

}