* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.main-header {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    font-family: "Urbanist";
    font-weight: 600;
    font-size: 120px;
    color: #C1326E;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-section {
    width: 100%;
    opacity: 1;
}

.portfolio-container {
    width: 100%;
    padding: 3%;
    opacity: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-row {
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.project-card-left a,
.project-card-right a,
.project-lone a {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.project-card-left a:hover,
.project-card-right a:hover,
.project-lone a:hover {
    transform: scale(1.05);
}

.project-card-left {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project-card-right {
    width: 48%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-lone {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
}

.project-name {
    width: 100%;
    padding-top: 2%;
    color: rgba(0, 0, 0, 1);
    position: relative;
    font-family: Urbanist;
    font-weight: 600;
    font-size: 25px;
    opacity: 1;
    text-align: left;
}

.project-category {
    width: 100%;
    color: rgba(0, 0, 0, 1);
    position: relative;
    font-family: Poppins;
    font-weight: Regular;
    font-size: 20px;
    opacity: 1;
    text-align: left;
}

.zecon-image {
    width: 100%;
    aspect-ratio: 664 / 662;
    background: url("../images/zecon-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}

.nova-image {
    width: 100%;
    aspect-ratio: 664 / 662;
    background: url("../images/nova-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}

.skutan-image {
    width: 100%;
    aspect-ratio: 663 / 662;
    background: url("../images/skutan-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}

.bastardo-image {
    width: 100%;
    aspect-ratio: 663 / 662;
    background: url("../images/bastardo-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 663 / 662;
    background: url("../images/gallery-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}

.emanas-image {
    width: 100%;
    aspect-ratio: 663 / 662;
    background: url("../images/emanas-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}

.linnea-image {
    width: 100%;
    aspect-ratio: 663 / 662;
    background: url("../images/linnea-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 1;
    position: relative;
}
