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

body {
  font-family: Arial, sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.11), #C8EBF7);
}

body,
h1,
p {
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

}

.link_text {
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  color: white;
  position: relative;
  left: 14%;
  margin: 2%;

}

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

}

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

.background {
  position: relative;
  background: #C8EBF7;
  width: 10vw;
  height: 10vh;
  overflow: hidden;
  z-index: 4;
}



.gradient-container {
  width: 500px;
  border-radius: 50%;
  height: 400px;
  background: radial-gradient(circle, #86408F, #86408F);
  position: relative;
  overflow: hidden;
  filter: blur(150px);
  position: fixed;
  z-index: 4;
}



.gradient-container2 {
  width: 1000px;
  border-radius: 50%;
  height: 700px;
  background: radial-gradient(circle, #884A94, #884A94);
  position: relative;
  overflow: hidden;
  filter: blur(200px);
  position: fixed;
  left: 500px;
  bottom: 100px;
  z-index: 4;
}

.gradient-container3 {
  width: 600px;
  border-radius: 50%;
  height: 250px;
  background: radial-gradient(circle, #D318FA, #D318FA);
  position: relative;
  overflow: hidden;
  filter: blur(150px);
  position: fixed;
  left: 1300px;
  top: 500px;
  z-index: 4;
}
.gradient-container4 {
  width: 500px;
  height: 500px;
  background: radial-gradient(#251A66, #251A66);
  position: relative;
  overflow: hidden;
  filter: blur(300px);
  position: fixed;
  left: 1200px;
  border-radius: 20%;
  z-index: 4;
}

.gradient-container5 {
  width: 500px;
  height: 500px;
  background: radial-gradient(#6A96F4, #6A96F4);
  background: #6A96F4;
  position: relative;
  overflow: hidden;
  filter: blur(190px);
  position: fixed;
  top: 400px;
  z-index: 4;
}

.blur-circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #86408F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  filter: blur(150px);
  z-index: 4;
}

.blur-circle2 {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #884A94;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  right: 500px;
  top: 300px;
  filter: blur(200px);
  z-index: 4;
}


.blur-circle3 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #D318FA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  right: 500px;
  bottom: 300px;
  filter: blur(150px);
  z-index: 4;
}

.pentagon {
  width: 500px;
  height: 500px;
  background-color: #251A66;
  background: radial-gradient(circle, #D318FA, #D318FA);
  position: fixed;
  left: 1200px;
  filter: blur(50px);
  border-radius: 200%;
  z-index: 4;

}



.pentagon2 {
  width: 500px;
  height: 0px;
  background-color: #6A96F4;
  position: fixed;
  top: 400px;
  filter: blur(50px);
  z-index: 4;
}



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

}

.writing-effect {
  font-family: 'Noto Sans Gujarati', sans-serif;
  font-size: 2.5vw;
  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: 32.3%;
  bottom: 57vh;
  z-index: 6;
}


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

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


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

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

.text_introdu {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 7vw;
  position: relative;
  left: 32%;
  bottom: 55vh;

}

.card_cert {
  background: #9FD9DB;
  width: 33%;
  height: 35vh;
  text-align: center;
  z-index: 7;
  color: white;
  margin: 5%;
  border-radius: 10%;
  position: relative;
  left: 55%;
  bottom: 13px;
  font-size: 2em;
  padding: 15px;
}

.title_certificados {
  overflow: hidden;
  color: white;
  text-align: center;
  margin-top: 3%;
}

.dots_certificados {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

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

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



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

.slide_certificado {
  overflow: hidden;
  word-break: break-all;
}

.text_certificado1 {
  font-size: 1vw;
  white-space: wrap;
  z-index: 6;
  color: rgb(118, 109, 109);
  font-family: "Jost", sans-serif;
  position: relative;
  left: 49%;
  bottom: 150px;
  width: 45%;
  hyphens: auto;

}
.text_certificado2 {
  font-size: 13px;
  white-space: wrap;
  z-index: 6;
  color: rgb(118, 109, 109);
  font-family: "Jost", sans-serif;
  position: relative;
  left: 49%;
  bottom: 150px;
  overflow: hidden;
  width: 45%;
}

.text_certificado3 {
  font-size: 13px;
  white-space: wrap;
  z-index: 6;
  color: rgb(118, 109, 109);
  font-family: "Jost", sans-serif;
  position: relative;
  left: 49%;
  bottom: 150px;
  overflow: hidden;
  width: 45%;
}




.slider_img {
  width: 15%;
  position: relative;
  top: 3vh;
  left: 4%;
}

.slider_img2 {
  width: 15%;
  position: relative;
  top: 3vh;
  left: 4%;

}

.slider_img3 {
  width: 15%;
  position: relative;
  top: 3vh;
  left: 4%;

}

.title_card_difere {
  color: white;
  text-align: center;
  margin-top: 3%;
}

.img_skills {
  position: relative;
  z-index: 5;
  width: 7%;
  display: inline-block;
  margin-left: 3.2%;
  top: 5vh;
}

.text_skillsofc {
  color: white;
  position: relative;
  z-index: 5;
  font-family: "Jost", sans-serif;
  display: inline-block;
}

.text_skills1 {
  color: white;
  position: relative;
  z-index: 5;
  font-family: "Jost", sans-serif;
  display: none;
  right: 5%;
  top: 10vh;
}

.flex_text_skill {
  display: none;
}




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

}

.text_about_me {
  color: white;
  position: relative;
  z-index: 7;
  font-family: "Jost", sans-serif;
  font-size: 2vw;
  margin-left: 5%;
  word-wrap: break-word;
}

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

}

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

.title_about_me {
  color: white;
  position: relative;
  z-index: 5;
  font-family: "Jost", sans-serif;
  font-size: 10vh;
  margin-left: 5%;
}

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

.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: 26vh;
}

footer {
  background-color: rgb(4, 48, 52);
  text-align: center;
  color: white;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.footer_img {
  width: 5%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.footer_img2 {
  width: 5%;
  margin: 1px;
}

.footer_img3 {
  width: 5%;
  margin: 1px;
}

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

.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;
}

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

.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;
}


.links_index2 {
  display: block;
  background-color: rgba(36, 30, 61, 0);
  width: 100%;
  position: relative;
  z-index: 8;
  top: 0;

}

.link_text2 {
  margin-left: 2%;
  font-size: 2vw;
  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%;
}


.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: 10vh;
  left: 7%;
}


.text_certificado1,
.text_certificado2,
.text_certificado3 {
  word-break: break-all;

}

.slider {
  overflow: hidden;
  display: flex;
  height: 35vh;
  transition: transform 0.5s ease;
}

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

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.color_red {
  color: red;
  position: relative;
  z-index: 6;
}

.text_dif1 {
  white-space: wrap;
  width: 73%;
  color: rgb(118, 109, 109);
  font-family: "Jost", sans-serif;
  position: relative;
  left: 23%;
  bottom: 49px;
}

.text_dif2 {
  white-space: wrap;
  width: 73%;
  color: rgb(118, 109, 109);
  font-family: "Jost", sans-serif;
  position: relative;
  left: 23%;
  bottom: 49px;
}

.text_dif3 {
  white-space: wrap;
  width: 73%;
  color: rgb(118, 109, 109);
  font-family: "Jost", sans-serif;
  position: relative;
  left: 23%;
  bottom: 40px;
}


.coming_card {
  text-align: justify;
  font-family: "Jost", sans-serif;
  font-size: 2.7vw;
  width: 70%;
  height: 93vh;
  border-radius: 10px;
  background-color: rgb(33, 30, 42);
  color: white;
  z-index: 6;
  position: relative;
  left: 15%;
  top: 25px;
  padding: 4%;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}



.text_contacts {
  text-align: center;
}

.center_img {
  position: relative;
  z-index: 6;
}


#load-more-btn {
  overflow: hidden;
  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;

}


#load-more-btn:hover {
  cursor: pointer;
  background: black;
  color: #D9D9D9;
}

.filter-btn {
  background: #D9D9D9;
  overflow: hidden;
  width: 13%;
  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: 10vh;
  left: 14%;
  z-index: 6;
  border: none;
}

.filter-btn:hover {
  background-color: black;
  color: #D9D9D9;
  cursor: pointer;
}

#projects-container {
  overflow: hidden;
  position: relative;
  background-color: rgb(62, 62, 62);
  z-index: 5;
  bottom: 0vh;
  height: auto;
  white-space: normal;
  border: none;
}
.project {
  border: none;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

.project frontend {
  white-space: normal;
  overflow: hidden;
  border: none;
  height: auto;
}

.project fullstack {
  white-space: normal;
  border: none;
  overflow: hidden;
  height: auto;
}

.project backend {
  white-space: normal;
  border: none;
  overflow: hidden;
  height: auto;
}

.dropdown {
  display: none;
  position: relative;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  width: 50%;
  height: 100%;
  bottom: 1px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 11;
}

.dropdown-content a {
  color: rgb(109, 101, 101);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropbtn {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  z-index: 8;
  border: none;
  cursor: pointer;
}

.opcoes_img {
  width: 10%;
  position: relative;
  right: 40%;
  cursor: pointer;
}

.opcoes_img:hover {
  opacity: 0.6;
}

.menu-item {
  font-size: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  color: rgb(109, 101, 101);
}

.menu-item:hover {
  color: black;
}

.menu-item.active {
  color: black;
}



.flex_skills {
  display: none;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: purple;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9; 
}
.text_coming{
  text-align: justify;
}

.footer_imgcard {
  width: 5%; 
  position: relative; 
}

.logo_index {
  display: block;
  position: absolute;
  z-index: 6;
  width: 7%;
  border-radius: 10px;
  left: 45%;
  bottom: 33vh;
  z-index: 20;

}
