.hero {
    position: relative;
    width: 100%;
    height: 80vh;
}

video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(15, 30, 34, .35) 0%, rgba(15, 30, 34, .25) 45%, rgba(15, 30, 34, .65) 100%);
}

.hero .content {
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-white);
    padding-left: 198px;
}

.hero .content h2, h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1.06;
}

.hero .content h2 {
    font-size: 44px;
}

.hero .content h3 {
    font-size: 36px;
    margin-bottom: 26px;
}

.hero .content .buttons {
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.hero .content .buttons a.opaque {
    border: 1px solid var(--color-white);
}

.main-block {
    margin-top: 128px;
}

.main-block .title {
    margin-left: 198px;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 16px;
}

.main-block .heading {
    margin-left: 198px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.06;
}

#about-company .content {
    margin-left: 198px;
    margin-right: 119px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#about-company .content .list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#about-company .content .list p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

#about-company .content .list p img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#about-company .content .image img {
    width: 465px;
    height: 344px;
}

#services .description {
    margin-top: 36px;
    margin-left: 198px;
    margin-bottom: 33px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

#services .service-list {
    display: flex;
    flex-direction: row;
    gap: 36px;
    justify-content: center;
}

#services .service-list .card {
    width: 375px;
    height: 240px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 32px 0 rgba(12, 12, 13, .4);
}

#services .service-list .card .card-title {
    z-index: 3;
    position: absolute;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#services .service-list .card .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, .85) 0%, rgba(153, 153, 153, 0) 100%);
    transition: background .3s ease;
}

#services .service-list .card:hover .cover {
    background: rgba(255, 255, 255, .8);
}

#services .service-list .card .cover .card-description {
    position: absolute;
    bottom: 0;
    padding: 12px 36px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    transition: opacity .3s ease;
    opacity: 0;
}

#services .service-list .card .cover:hover .card-description {
    opacity: 1;
} 

#services .service-list .card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#services .more-button-container {
    margin-top: 36px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#how-we-work .content {
    margin-top: 64px;
    margin-left: 198px;
    margin-right: 195px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#how-we-work .content .card {
    /* background-color: lightgray; */
    width: 337px;
    height: 220px;
    padding: 0;
    font-family: "Montserrat";
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .3)) drop-shadow(0 1px 1.5px rgba(0, 0, 0, .15));
    border-bottom: 1px solid var(--color-primary);
}

#how-we-work .content .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, .15), 0 4px 4px 0 rgba(0, 0, 0, .3);
}

#how-we-work .content .card .head {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#how-we-work .content .card .head .title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-near-black);
}

#how-we-work .content .card .head .nummer {
    margin: 0;
    height: 42px;
    align-content: center;
    color: var(--color-primary);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

#how-we-work .content .card .description {
    position: absolute;
    bottom: 26px;
    margin: 0;
}

#conditions {
    background-color: var(--color-primary);
    margin-top: 128px;
    padding-top: 20px;
}

#conditions .title {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--color-dark-grey);
    margin: 0;
    margin-left: 198px;
}

#conditions .heading {
    color: var(--color-white);
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    margin-left: 198px;
}

#conditions .cards {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 75px;
}

#conditions .cards .card {
    color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
}

#conditions .cards .card p {
    border-top: .5px solid var(--color-dark-grey);
    padding: 20px 10px;
}

#documents .description {
    margin-top: 36px;
    margin-left: 198px;
}

#documents .content {
    margin-left: 198px;
    margin-top: 64px;
    margin-bottom: 128px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#documents .content .row {
    display: flex;
    flex-direction: row;
    gap: 92px;
}

#documents .content .row .card {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#documents .content .row:first-child .card {
    border-bottom: 1px solid var(--color-primary);
}

#documents .content .row .card:first-child {
    width: 437px;
}

#documents .content .row .card .card-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#documents .content .row .card .card-image img {
    width: 157px;
    height: 100px;
}

#documents .content .row .card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    margin-top: 24px;
    margin-bottom: 20px;
}

#documents .content .row .card .card-content .title {
    margin: 0;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 20px;
    color: black;
    text-transform: none;
}

#documents .content .row .card .card-content .description {
    margin: 0;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: black;
}

#questions {
    position: relative;
    height: 900px;
}

#questions .background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#questions .background .cover {
    position: absolute;
    inset: 0;
    background: linear-gradient(181deg, #fff 10.8%, rgba(102, 102, 102, 0) 98%);
}

#questions .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#questions .title {
    position: relative;
    text-align: center;
    padding-top: 112px;
    padding-bottom: 64px;
    z-index: 1;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 36px;
}

#questions .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#questions .content .question {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    width: 636px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 16px 16px 0 rgba(12, 12, 13, .4);
    backdrop-filter: blur(2px);
    transition: box-shadow .25s ease;
    cursor: pointer;
}

#questions .content .question-open {
    gap: 20px;
}

#questions .content .question .title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#questions .content .question iconify-icon {
    width: 24px;
    transform: rotate(90deg);
    transition: transform 0.3s;
    color: var(--color-primary);
}

#questions .content .question-open iconify-icon {
    transform: rotate(-90deg);
    color: black;
}

#questions .content .question .title {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: start;
}

#questions .content .question .answer {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease;
}

#questions .content .question-open .answer {
    max-height: 220px;
    opacity: 1;
}