* {
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: #31363F;
  box-shadow: 0 1px 10px black;
}
.navbar .navbar-toggler {
  border-color: #EEEEEE !important;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(238 238 238)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-brand {
  color: #EEEEEE !important;
}
.navbar .nav-link.active {
  opacity: 1 !important;
}
.navbar .nav-link {
  color: #EEEEEE !important;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.navbar .nav-link:hover {
  opacity: 0.9;
}
.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .navbar-nav {
  font-size: 20px;
}

.socials {
  position: fixed;
  top: 120px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0 30px;
}
.socials a {
  width: 30px;
  margin: 10px 0;
  transition: opacity 0.15s ease-in-out;
}
.socials a:hover {
  opacity: 0.5;
}
.socials a svg {
  width: 100%;
  height: auto;
  stroke: #EEEEEE;
  fill: #31363F;
}
.socials a .email {
  fill: #EEEEEE;
}

.nav-item.resume {
  display: flex;
  align-items: center;
}

.nav-link.resume-button {
  opacity: 1 !important;
  color: #EEEEEE !important;
  background-color: #2099ea;
  box-shadow: 3px 5px 3px black !important;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 120px !important;
  padding: 3px 7px !important;
}
.nav-link.resume-button:hover {
  color: #2099ea !important;
  border-radius: 3px !important;
  background-color: #EEEEEE !important;
  transform: scale(1.05) !important;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .resume-button {
    margin-top: 8px !important;
  }
  .socials {
    margin: 15px;
    top: 110px;
  }
  .socials a {
    width: 25px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 550px) {
  .navbar-brand.ms-5 {
    font-weight: 900 !important;
    margin-left: 0 !important;
  }
  .navbar-toggler.me-5 {
    margin-right: 0 !important;
  }
}
img {
  height: 100%;
  width: auto;
}

.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 220px);
}
.cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border: 1px solid black;
  margin: 30px 0;
  box-shadow: 0 5px 8px black, 0 6px 7px black;
  padding: 20px;
  background-color: #EEEEEE;
}
.cards .card .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
}
.cards .card .top .slideshow {
  align-self: center;
  width: 650px;
  height: 365px;
  position: relative;
}
.cards .card .top .slideshow .slide {
  animation-name: fade;
  animation-duration: 1.5s;
  display: none;
  position: relative;
}
.cards .card .top .slideshow .slide .card-image {
  width: 650px;
  height: 365px;
}
.cards .card .top .slideshow .slide .prev, .cards .card .top .slideshow .slide .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.cards .card .top .slideshow .slide .prev:hover, .cards .card .top .slideshow .slide .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.cards .card .top .slideshow .slide .prev {
  left: 0;
}
.cards .card .top .slideshow .slide .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.cards .card .top .card-info {
  flex-grow: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cards .card .top .card-info .card-text {
  height: calc(100% - 75px);
}
.cards .card .top .card-info .card-text h3 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #2099ea;
}
.cards .card .top .card-info .card-text p {
  max-height: 323px;
  overflow: auto;
  font-size: 18px;
  margin-bottom: 10px;
  color: #31363F;
}
.cards .card .info-bar {
  height: 110px;
  gap: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards .card .info-bar .tech {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin-right: 20px;
}
.cards .card .info-bar .tech .tech-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  position: relative;
  width: 90px;
}
.cards .card .info-bar .tech .tech-icon img {
  height: 70px;
  width: 70px;
}
.cards .card .info-bar .tech .tech-icon .name {
  opacity: 0;
  transition: all 0.12s ease-in-out;
  position: absolute;
  top: 85px;
  font-weight: bold;
  font-size: 18px;
  color: #31363F;
}
.cards .card .info-bar .tech .tech-icon:hover .name {
  opacity: 1;
}
.cards .card .info-bar .links {
  border-left: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  gap: 30px;
}
.cards .card .info-bar .links .demo-link {
  height: 65px;
  margin-left: 20px;
}
.cards .card .info-bar .links .github-link {
  height: 70px;
  margin-left: 20px;
}
.cards .card .info-bar a {
  transition: opacity 0.19s ease-in-out;
}
.cards .card .info-bar a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .cards {
    width: calc(100% - 50px);
  }
  .cards .card {
    min-height: 200px;
    padding: 10px;
    margin: 15px 0;
  }
  .cards .card .top {
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 5px;
  }
  .cards .card .top .slideshow {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .cards .card .top .slideshow .slide {
    width: 100%;
    height: 100%;
  }
  .cards .card .top .slideshow .slide .card-image {
    width: 100%;
    height: 100%;
  }
  .cards .card .top .slideshow .slide .prev, .cards .card .top .slideshow .slide .next {
    padding: 6px;
    font-size: 12px;
  }
  .cards .card .top .card-info {
    order: -1;
    min-height: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .cards .card .top .card-info .card-text h3 {
    font-size: 25px;
  }
  .cards .card .top .card-info .card-text p {
    display: none;
  }
  .cards .card .info-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  .cards .card .info-bar .tech {
    flex-grow: 0;
    width: 75%;
    margin-right: 0;
  }
  .cards .card .info-bar .tech .tech-icon {
    height: 22px;
    width: 40px;
    gap: 3px;
  }
  .cards .card .info-bar .tech .tech-icon .name {
    font-size: 7px;
    top: 22px;
  }
  .cards .card .info-bar .tech .tech-icon img {
    height: 22px;
    width: 22px;
  }
  .cards .card .info-bar .links {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
  }
  .cards .card .info-bar .links .demo-link {
    height: 22px;
    width: 22px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cards .card .info-bar .links .github-link {
    height: 22px;
    width: 22px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
img {
  height: 100%;
  width: auto;
}

.projects-page {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #31363F;
  color: #EEEEEE;
}
.projects-page .projects-container {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-page .projects-container .projects-header {
  width: calc(100% - 220px);
}

@media screen and (max-width: 991px) {
  .projects-page .projects-container {
    padding: 20px;
    align-items: flex-start;
  }
  .projects-page .projects-container .projects-header {
    width: calc(100% - 120px);
  }
}

/*# sourceMappingURL=projects.css.map */
