/* OVERRIDE */
.header {
    height: 635px !important;
}

/* Contents */
.content-filler {
    position: relative;
    margin-top: 0px;
}

body>.content {
    padding-top: 100px;
    margin-top: 635px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    background-color: #201e1c;
    z-index: 2;
}
.content-1, .content-2, .content-3 {
    width: 90% !Important;
    margin: auto;
}
body>footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body {
    background-color: var(--background);
}

/* Content 1 */
.about1 {
    grid-area: about1;
}

.about2 {
    grid-area: about2;
}

.example1 {
    grid-area: example1;
}

.example2 {
    grid-area: example2;
}

.example3 {
    grid-area: example3;
}

.example4 {
    grid-area: example4;
}

.process1 {
    grid-area: process1;
}

.process2 {
    grid-area: process2;
}

.content-1 {
    gap: 1px;
    display: grid;
    padding: 1px;
    width: 100%;
    grid-template-areas:
        'about1 about1 about2 about2'
        'example1 example2 example3 example4'
        'process1 process1 process2 process2';
    background-color: white;
}

.content-1>div {
    background-color: #201e1c;
}

.about1 {
    background-position: center;
    background-size: cover;
    height: 580px;
}

.about1>p {
    width: 445px;
}

.about2 {
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about2-content {
    display: flex;
    flex-direction: column;
}

.about2-header {
    width: 445px;
}

.about2-description {
    width: 445px;
    margin-top: 10px;
}

.about2-button-group {
    width: 445px;
}

.about2-button {
    background-color: white;
    color: black;
    font-family: var(--font-second);
    font-weight: 200;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    padding: 15px 50px;
    margin-top: 30px !important;
}

.about2>div>p:nth-of-type(1) {
    font-weight: 200;
    font-size: 30px;
    color: white;
}

.about2>div>p:nth-of-type(2) {
    font-weight: 200;
    font-size: 18px;
    font-family: var(--font-second);
    color: white;
}

.about2-button:hover {
    color: black;
    background-color: #d4d4d4;
}

.example1,
.example2,
.example3,
.example4 {
    height: 287px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.example-image {
    height: 70px;
    width: 70px;
}

.example-text {
    color: white;
    font-family: var(--font-second);
    font-weight: 200;
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
    padding-right: 10px;
    text-align: center;
}

.process1 {
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.process1 {
    grid-area: process1;
}

.process1-content {
    display: flex;
    flex-direction: column;
}

.process1-header {
    width: 445px;
}

.process1-description {
    width: 445px;
    margin-top: 10px;
}

.process1-button-group {
    width: 445px;
}

.process1-button {
    background-color: white;
    color: black;
    font-family: var(--font-second);
    font-weight: 200;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    padding: 15px 50px;
    margin-top: 30px !important;
}

.process1>div>p:nth-of-type(1) {
    font-weight: 200;
    font-size: 30px;
    color: white;
}

.process1>div>p:nth-of-type(2) {
    font-weight: 200;
    font-size: 18px;
    font-family: var(--font-second);
    color: white;
}

.process1-button:hover {
    color: black;
    background-color: #d4d4d4;
}

.process1-button {
    background-color: white;
    color: black;
    font-family: var(--font-second);
    font-weight: 200;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    margin-top: 30px !important;
}

.process2 {
    background-position: center;
    background-size: cover;
    height: 580px;
}

.process2>p {
    width: 445px;
}

.content-2 {
    margin-top: 60px;
}

.projects-header {
    color: white;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
}

.projects-slider {
    width: 100%;
    height: 540px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
    background-color: transparent;
}

.projects-slides {
    width: 90%;
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 100%;
    background-color: transparent;
}

.projects-buttons {
    position: relative;
    display: block;

}

.projects-button-left>button {
    background-color: transparent;
    border: none;
}

.projects-button-right>button {
    background-color: transparent;
    border: none;
}

.projects-button-left>button {
    position: relative;
    left: 10px;
    top: 0;
    padding: 0px;
    margin: 0px;
    bottom: 0;
    transition: all 0.3s;
}

.projects-button-left>button:hover {
    position: relative;
    left: 10px;
    top: 0;
    transform: scale(1.2, 1) !important;
    padding: 0px;
    margin: 0px;
    bottom: 0;
}

.projects-button-right>button {
    position: relative;
    right: 10px;
    top: 0;
    padding: 0px;
    margin: 0px;
    bottom: 0;
    transition: all 0.3s;
}

.projects-button-right>button:hover {
    position: relative;
    right: 10px;
    top: 0;
    transform: scale(1.2, 1) !important;
    padding: 0px;
    margin: 0px;
    bottom: 0;
}

.projects-slides>img {
    width: 820px;
    height: 540px;
    display: block;
    position: absolute !important;
    margin: auto;
    background-color: #262626;
    object-fit: cover;
    object-position: center;
    opacity: 20%;
    border: none;
    transition: all 0.5s;
}

.projects-slides>.active {
    opacity: 100%;
}

.projects-button-left {
    transition: all 0.3s;
}

.projects-button-right {
    transition: all 0.3s;
}

/* Content 3 */
.content-3 {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.location-header {
    color: white;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
}

@media (max-width: 1100px) {
    .about1>p {
        width: 350px;
    }

    .about2>div>p {
        width: 350px;
    }

    .about2>div>div {
        width: 350px;
    }
}

@media (max-width: 1100px) {
    .about1>p {
        width: 100%;
    }

    .about2>div>p {
        width: 100%;
    }

    .about2>div>div {
        width: 100%;
    }

    .about2-content {
        width: 100%;
    }

    .content-1 {
        gap: 1px;
        display: grid;
        padding: 1px;
        width: 100%;
        grid-template-areas:
            'about2 about2'
            'about1 about1'
            'example1 example2'
            'example3 example4'
            'process1 process1'
            'process2 process2';
        background-color: white;
    }

    body>.content {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about2 {
        height: 100%;
    }

    .about1 {
        height: 580px;
    }

    .about2-content {
        padding: 30px 30px;
    }
}

@media (max-width: 1100px) {
    .process1-header {
        width: 100%;
    }

    .process1-description {
        width: 100%;
    }

    .process1-button-group {
        width: fit-content;
    }

    .process2>p {
        width: 100%;
    }

    .process1-content {
        width: 100%;
    }

    .process1-description {
        width: 100%;
    }

    .process1 {
        height: auto;
        padding: 30px 30px;
    }

    .projects-button-left {
        display: none !important;
    }

    .projects-button-right {
        display: none !important;
    }

    .projects-slides {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .projects-slider {
        height: 100%;
    }

    .projects-slides>img {
        display: block;
        position: relative !important;
        left: 0px !important;
        right: 0px !important;
        opacity: 100%;
        width: 100%;
        height: 580px;
        border: solid 1.5px white;
    }
}

@media (max-width: 525px) {
    .about1 {
        height: 330px;
    }

    .process2 {
        height: 330px;
    }
        .projects-slides>img {
            height: 330px !important;
        }
}