.footer__desc,
.nav__item,
.portfolio__nav,
.section-title {
  margin-bottom: var(--mb-3);
}
.portfolio__content img,
img {
  max-width: 100%;
  display: block;
}

.portfolio__container .portfolio__content {
width: 100%;
margin-bottom: 1em;
}

.portfolio__container {
columns: 300px;  
}

body > div > footer > div.footer-content {
  text-align: left;
}
.footer,
.portfolio__nav,
.section-subtitle,
.section-title {
  text-align: center;
}
:root {
  --body-font: "Poppins", sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --mb-1: 0.5rem;
  --mb-2: 1rem;
  --mb-3: 1.5rem;
  --mb-4: 2rem;
  --mb-5: 2.5rem;
  --mb-6: 3rem;
}
@media screen and (min-width: 768px) {
  :root {
    --biggest-font-size: 4.5rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: var(--font-medium);
  background-color: var(--first-color-lighten);
  color: var(--text-color);
  line-height: 1.6;
}
.active--portfolio,
.footer__title,
.section-subtitle,
h1,
h2,
h3 {
  font-weight: var(--font-semi-bold);
}
h1,
h2,
h3,
p,
ul {
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  height: auto;
}
.section {
  padding: 4rem 0 2rem;
}
.section-title {
  font-size: var(--h1-font-size);
  color: var(--first-color);
}
.section-subtitle {
  display: block;
  font-size: var(--smaller-font-size);
}
.bd-container {
  max-width: 1024px;
  width: calc(100% - 2rem);
  margin-left: var(--mb-2);
  margin-right: var(--mb-2);
}
.l-header,
.navbar-nav .nav-item:not(.dropdown) .nav-link:hover::after {
  width: 100%;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-fixed);
  background-color: #000;
}
.gap {
  margin-top: 20px;
}
.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .nav__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    padding-top: 1.5rem;
    text-align: center;
    background-color: #000;
    transition: 0.4s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1rem 1rem;
  }
}
@media screen and (min-width: 1030px) {
  .nav__toggle {
    display: none;
  }
}
.portfolio__item {
  margin: 0 var(--mb-2);
  cursor: pointer;
}
.portfolio__content {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(174, 190, 205, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.portfolio__content:hover {
  box-shadow: 0 6px 8px rgba(174, 190, 205, 0.5);
}
.portfolio__content:hover,
.portfolio__img {
  transform: scale(1.02);
}
.portfolio__content img {
  height: auto;
}
.portfolio__img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.portfolio__data {
  padding: 1.5rem;
}
.portfolio__subtitle {
  font-size: var(--small-font-size);
  color: var(--first-color-light);
}
.portfolio__title {
  font-size: var(--h3-font-size);
  color: var(--first-color);
  margin: var(--mb-2) 0;
}
.active--portfolio {
  color: var(--first-color-dark);
}
.footer,
.footer__link {
  color: var(--first-color-lighten);
}
.footer {
  background-color: var(--first-color-dark);
}
.footer__container {
  padding: 3rem 0;
}
.footer__title {
  font-size: var(--h1-font-size);
  margin-bottom: var(--mb-1);
}
.footer__social {
  margin-bottom: var(--mb-6);
}
.footer__link {
  font-size: 1.4rem;
  margin: 0 var(--mb-1);
  transition: 0.35s;
}
.footer__copy,
.footer__link:hover {
  color: var(--first-color-light);
}
.footer__copy {
  font-size: var(--smaller-font-size);
}
#welcome-section {
  height: 100vh;
}
@media screen and (min-width: 576px) {
  .home__img img {
    width: 300px;
  }
  .about__container,
  .portfolio__container,
  .services__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .quali__container {
    width: 75%;
    margin: auto;
  }
  .contact__form {
    width: 450px;
    justify-self: center;
  }
}
@media screen and (min-width: 760px) {
  .quali__container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .home__data {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
  .section {
    padding-top: 6rem;
  }
  .section-title {
    margin-bottom: var(--mb-5);
  }
  .nav__item,
  .project__desc,
  .project__icon,
  .project__title {
    margin-bottom: 0;
  }
  .nav__list {
    display: flex;
  }
  .nav__item {
    margin-left: var(--mb-5);
  }
  .home__container {
    height: 100vh;
    grid-template-rows: max-content 0.5fr;
    align-content: flex-end;
  }
  .home__greeting {
    font-size: 1.25rem;
  }
  .home__professional {
    font-size: 2rem;
  }
  .home__social {
    flex-direction: row;
    align-items: center;
  }
  .home__social-icon {
    margin-right: var(--mb-4);
    margin-bottom: 0;
  }
  .home__img img {
    width: 440px;
  }
  .about__desc {
    text-align: initial;
  }
  .about__img {
    width: 300px;
  }
  .services__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .project__container {
    padding: 4.5rem 0;
  }
  .project__data {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .project__icon {
    font-size: 6rem;
  }
  .project__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .bd-container {
    margin-left: auto;
    margin-right: auto;
  }
  .quali__container {
    column-gap: 6rem;
  }
  .swiper-pagination {
    display: none;
  }
}
.navbar {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.nav-item,
.navbar-brand,
.services-section .btn {
  font-family: var(--sec-font);
}
.navbar-nav .nav-link {
  color: #fff;
  position: relative;
}
.navbar-nav .nav-item:not(.dropdown) .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: black;
  transition: width 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;
}
@media (max-width: 410px) {
  .navbar .navbar-brand {
    font-size: 15px;
  }
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: var(--body-font);
  margin-top: 100px;
}

.footer {
  background-color: #004658;
  color: #fff;
}
.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}
.footer-wave-path {
  fill: white;
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 40px 15px 450px;
  position: relative;
}

.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
}
.footer-menu {
  margin-top: 30px;
}

.footer-menu-name {
  color: #fffff2;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}
.footer-menu-list li {
  margin-top: 5px;
}

.footer-call-to-action-description {
  color: #fffff2;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}
.button:last-of-type {
  margin-right: 0;
}
.footer-call-to-action-button {
  background-color: #027b9a;
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}
.footer-call-to-action {
  margin-top: 30px;
}
.footer-call-to-action-title {
  color: #fffff2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #027b9a;
}

.footer-social-link.linkedin {
  top: 5px;
  left: -5px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill 0.2s;
}

.footer-social-link.twitter {
  height: 50px;
  left: 60px;
  top: 3px;
  width: 50px;
}

.footer-social-link.youtube {
  height: 50px;
  left: 120px;
  top: 10px;
  width: 50px;
}

.footer-social-link.github {
  left: 166px;
  top: -10px;
}

.footer-copyright {
  background-color: #027b9a;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

/* Media Query For different screens */
@media (min-width: 320px) and (max-width: 479px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}

#about > div > div > div:nth-child(2) > div > p > a {
  color: #49b3d9;
}

@media (min-width: 760px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
  }

  .footer-wave-svg {
    height: 50px;
  }

  .footer-content-column {
    width: 24.99%;
  }
}
