/* Fonts */

.saira-condensed-thin {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.saira-condensed-extralight {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.saira-condensed-light {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.saira-condensed-regular {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.saira-condensed-medium {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.saira-condensed-semibold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.saira-condensed-bold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.saira-condensed-extrabold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.saira-condensed-black {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.play-regular {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.play-bold {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* End of Fonts */

/* 
* {
  outline: 1px solid white !important;
} */

h3 {
  color: #ece2bd;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ece2bd;
}

a:active {
  text-decoration: none;
}

a:link {
  text-decoration: underline;
  color: white;
}

a:visited {
  color: #a3a096;
}

html {
  background-color: #0b0a09;
}

section.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #0b0a09;
}

.main-container {
  background-color: #010208;
  min-height: 85vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ece2bd;
  opacity: 0.9;
}

.name-title-container {
  width: 95%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 5%;
  margin-bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ece2bd;
}

.tech-icons {
  font-size: clamp(18px, min(4vw, 2em), 2em);
  padding-left: 10px;
  color: #ece2bd;
  margin-left: 5px !important;
}

.fa-brands {
  font-size: clamp(18px, min(4vw, 2em), 2em);
}

.accordion-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-button {
  font-family: "Play", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #ece2bd !important;
  border: 1px solid #ece2bd !important;
}

.accordion-header .accordion-button {
  font-size: 30px !important;
}

.accordion-header {
  margin-left: 10px !important;
}

.accordion-item {
  margin: 10px;
  /* Cambia el valor según lo que necesites */
  padding: 0px;
  /* Cambia el valor según lo que necesites */
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

i:hover {
  transform: scale(1.2);
  /* Scale the icon up by 20% on hover */
  color: #dd3028 !important;
}

.image-link {
  display: inline-block;
}

.project-image-container {
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  /* Ensure the image fills the container */
  height: 100%;
  /* Ensure the image fills the container */
  transition: transform 0.3s;
  /* Add transition for smooth zoom effect */
}

.project-image-container:hover .card-img-top {
  transform: scale(1.3);
  /* Zoom the image by increasing its size */
  cursor: pointer;
  /* Change cursor to indicate interactivity */
}

.contact {
  margin-bottom: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-icons {
  display: flex;
  justify-content: center;
}

.social {
  background-image: linear-gradient(
    to bottom,
    rgb(0, 0, 0),
    transparent
  ) !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  padding-right: 3%;
}

.card-body {
  min-height: 200px !important;
}

/* Tooltips */

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #ece2bd;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the icon */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


@media (min-width: 600px) {
  .main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* Center vertically */
    align-items: center;
    /* Center horizontally */
    min-height: 100%;
    height: fit-content;
    width: 95%;
  }

  .accordion {
    width: 60%;
  }

  .accordion-header {
    width: fit-content;
    margin: auto;
  }

  .animated-text-1 {
    font-size: clamp(64px, min(4vw, 2em), 2em);
  }

  .name-title-container {
    display: block;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-shrink: 1;
    color: #ece2bd;
  }

  .name-title-container > h1 {
    color: #ece2bd;
  }

  .name-title-container > h2 {
    color: #dd3028;
  }

  button:hover {
    /* transform: scale(1.1); */
    /* Scale the icon up by 20% on hover */
    background-color: #DD3028 !important;
  }

  .accordion-flush {
    width: 90% !important;
    margin-bottom: 6vh;
  }

  .name-title-container > h1 {
    font-size: 6.5rem !important;
  }

  .about-me > p {
    max-width: 40% !important;
    padding: 12px;
    border: 1px solid;
  }

  .projects > p {
    max-width: 40% !important;
    padding: 12px;
    border: 1px solid;
  }

  .accordion-body > p {
    max-width: 50%;
  }

  .accordion-body {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fa-brands {
    font-size: clamp(18px, min(2vw, 2em), 2em);
  }
}

.name-title-container > h1 {
  font-size: 2.5rem;
}

.name-title-container > h1 {
  color: #ece2bd;
}

.name-title-container > h2 {
  color: #dd3028;
}

button {
  border: 1px solid white !important;
  width: 200px !important;
}

.card {
  background-color: transparent !important;
  color: #ece2bd !important;
  border: 1px solid rgb(106, 103, 103) !important;
  height: 550px !important;
  border-radius: 0 !important;
}
