h2 {
    font-size: 50px;
}

.divider {
    padding: 90px 0 10px 0;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.project-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 3%;
    padding: 10px 0 0 0;
}

.project-container {
    padding: 80px 0 0 0;
}

.project-container img {
  transition: opacity 0.2s ease;
}

.project-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 4rem;
    width: 72%;
}

.project-text {
    min-width: 280px;
    max-width: 340px;
    padding: 0 2rem;
}

.project-text h4 {
    font-family: 'nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.project-text p {
    padding: 25px 0;
    line-height: 1.6;
}

.project-buttons button.button-active {
    background-color: #BD4B63;
}

.project-indicator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 10px 0 0 0;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D7A4A6;
    transition: all 0.2s ease;
    cursor: pointer;
}

.indicator:hover {
    background-color: #BD4B63;
}

.indicator.active {
    background-color: #BD4B63;
    transform: scale(1.2);
}

/* HERO */

#projects-hero {
    width: 100%;
    padding: 50px 0 10px 0;
    justify-content: center;
    display: flex;
}

#projects-hero svg {
    width: 88%;
    height: auto;
    object-fit: cover;
}

#projects-hero svg .cls-1 {
    fill: #97AB8C;
}

#projects-path path {
    fill: #373534
}

/* EXTRA BREAKPOINT */

@media screen and (max-width:1150px){

}

 /* RESPONSIVE TABLET L */

@media screen and (max-width:1024px){

}

 /* RESPONSIVE TABLET S TO M */

@media screen and (max-width:768px){

}

 /* RESPONSIVE M TO L MOBILE */

@media screen and (max-width:430px){

}
 /* RESPONSIVE S TO M MOBILE */

@media screen and (max-width:360px){

}

/* MARIES */

#project-maries {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#project-maries-headers {
    display: inline-block;
    position: relative;
    width: 310px;
}

#project-maries-headers h3 {
    display: block;
    text-align: left;
}

#project-maries-headers h2 {
    display: block;
    margin: -30px 0 0 0;
    text-align: right;
}

#project-maries-videos {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 40px 10px 50px 10px;
    width: 100%;
    max-width: 700px;
}

#project-maries-videos img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
}

/* EXTRA BREAKPOINT */

@media screen and (max-width:1150px){

}

 /* RESPONSIVE TABLET L */

@media screen and (max-width:1024px){

}

 /* RESPONSIVE TABLET S TO M */

@media screen and (max-width:768px){

}

 /* RESPONSIVE M TO L MOBILE */

@media screen and (max-width:430px){

}
 /* RESPONSIVE S TO M MOBILE */

@media screen and (max-width:360px){

}

/* STEENO */

#project-steeno {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#project-steeno-headers {
    display: inline-block;
    position: relative;
    width: 480px;
}

#project-steeno-headers h3 {
    display: block;
    text-align: left;
}

#project-steeno-headers h2 {
    display: block;
    margin: -30px 0 0 0;
    text-align: right;
    text-wrap: nowrap;
}

#project-steeno-video {
  border-radius: 20px;
  padding: 40px 10px 50px 10px;
}

#project-steeno-video img {
  width: 100%;
  display: block;
}

/* EXTRA BREAKPOINT */

@media screen and (max-width:1150px){

}

 /* RESPONSIVE TABLET L */

@media screen and (max-width:1024px){

}

 /* RESPONSIVE TABLET S TO M */

@media screen and (max-width:768px){

}

 /* RESPONSIVE M TO L MOBILE */

@media screen and (max-width:430px){

}
 /* RESPONSIVE S TO M MOBILE */

@media screen and (max-width:360px){

}

/* HAVBLINK */

#project-havblink {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#project-havblink-headers {
    display: inline-block;
    position: relative;
    width: 350px;
}

#project-havblink-headers h3 {
    display: block;
    text-align: left;
}

#project-havblink-headers h2 {
    display: block;
    margin: -30px 0 0 0;
    text-align: right;
    text-wrap: nowrap;
}

#project-havblink-videos {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 40px 10px 50px 10px;
    width: 100%;
    max-width: 700px;
}

#project-havblink-videos img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
}

/* EXTRA BREAKPOINT */

@media screen and (max-width:1150px){

}

 /* RESPONSIVE TABLET L */

@media screen and (max-width:1024px){

}

 /* RESPONSIVE TABLET S TO M */

@media screen and (max-width:768px){

}

 /* RESPONSIVE M TO L MOBILE */

@media screen and (max-width:430px){

}
 /* RESPONSIVE S TO M MOBILE */

@media screen and (max-width:360px){

}

/* ARoS */

#project-aros {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#project-aros-headers {
    display: inline-block;
    position: relative;
    width: 250px;
}

#project-aros-headers h3 {
    display: block;
    text-align: left;
}

#project-aros-headers h2 {
    display: block;
    margin: -30px 0 0 0;
    text-align: right;
    text-wrap: nowrap;
}

#project-text-aros h4 {
    min-width: 280px;
    max-width: 380px;
    padding: 0 2rem;
    font-family: 'nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#project-text-aros p {
    min-width: 280px;
    max-width: 340px;
    padding: 25px 2rem;
    line-height: 1.6;
}

#project-text-aros {
    font-family: 'nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#project-aros-videos {
    border-radius: 20px;
    padding: 40px 10px 50px 10px;
}

#project-aros-videos iframe {
    display: block;
    margin: 0 auto;
    height: 400px;
    aspect-ratio: 9 / 16;
    border-radius: 20px;
}

/* EXTRA BREAKPOINT */

@media screen and (max-width:1150px){

}

 /* RESPONSIVE TABLET L */

@media screen and (max-width:1024px){

}

 /* RESPONSIVE TABLET S TO M */

@media screen and (max-width:768px){

}

 /* RESPONSIVE M TO L MOBILE */

@media screen and (max-width:430px){

}
 /* RESPONSIVE S TO M MOBILE */

@media screen and (max-width:360px){

}