.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.logo-text {
  font-size: x-large;
  font-weight: 600;
  background: var(--bs-dark);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.logo-text-footer {
  font-size: x-large;
  font-weight: 600;
  background: var(--bs-light);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.icon-skills {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5vw;
  min-width: 70px;
  max-width: 90px;
  height: 5vw;
  min-height: 70px;
  max-height: 90px;
}

.icon-social {
  color: var(--bs-light);
  transition: color 0.3s ease;
}

.icon-social:hover,
.icon-social.active {
  color: var(--bs-primary);
}

.text-gradient {
  background-image: linear-gradient(270deg, hsl(33, 100%, 63%) 0%, hsl(27, 100%, 63%) 3%, hsl(19, 100%, 63%) 15%, hsl(14, 93%, 62%) 37%, hsl(12, 79%, 58%) 72%, hsl(11, 66%, 55%) 100%);
  background-size: 100%;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.background-gradient {
  background-image: linear-gradient(45deg, hsl(33, 100%, 63%) 0%, hsl(27, 100%, 63%) 26%, hsl(19, 100%, 63%) 39%, hsl(14, 93%, 62%) 51%, hsl(12, 79%, 58%) 65%, hsl(11, 66%, 55%) 99%);
  background-size: 100% 100%;
  animation: gradient-animation 5s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-contact-me {
  color: var(--bs-primary) !important;
  border-width: 1.5px !important;
  border-color: var(--bs-primary) !important;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 50rem;
}

.btn-contact-me:hover,
.btn-contact-me:active {
  color: var(--bs-light) !important;
  background-color: var(--bs-primary) !important;
}

@media (max-width: 992px) {
  .btn-contact-me {
    border: none;
    border-radius: 0px;
    padding-left: 0;
  }
  .btn-contact-me:hover {
    color: #d9471b !important;
    background-color: transparent !important;
  }
}
.btn-expand {
  color: var(--bs-dark) !important;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 50rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
  color: var(--bs-light) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  color: var(--bs-light) !important;
}

.navbar {
  transition: all 0.3s ease-in-out;
}

.navbar-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.cert-card-img {
  height: auto;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
}

.cert-card-logo {
  max-width: 12vw;
  align-self: start;
  object-fit: contain;
  object-position: center;
  padding: 20px 0px 10px 10px;
}

.cert-card-sm-logo {
  height: 30px;
  margin-right: 10px;
}

.project-card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 13lh;
}

.card-title {
  font-weight: 500;
  padding-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text {
  font-size: large;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cert-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-img-top {
  max-height: 400px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .card-img-top {
    height: 400px;
  }
}
.project-carousel-img {
  height: 60vh;
  max-width: 100%;
  padding: 10px;
  object-fit: contain;
  display: flex;
  margin-inline: auto;
  cursor: zoom-in;
}

@media (max-width: 768px) {
  .project-carousel-img {
    height: 60vw;
  }
}
@media (max-width: 576px) {
  .project-carousel-img {
    height: 80vw;
  }
}
.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}

.modal-img {
  max-height: 60vh;
  width: 100%;
  object-fit: contain;
  display: flex;
  margin-inline: auto;
}

.modal-img-xl {
  max-height: 80vh;
  width: 100%;
  object-fit: contain;
  display: flex;
  margin-inline: auto;
}

.project-description-img {
  max-height: 40vh;
  max-width: 100%;
  object-fit: contain;
  display: flex;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .project-description-img {
    height: 60vw;
  }
}
@media (max-width: 576px) {
  .project-description-img {
    height: 80vw;
  }
}
.figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
