html {
    background-color: #f0f1e9;
    font-size: 14px;
}

body {
    margin: 0;
    background-color: #F0F1E9;
}

p {
    text-align: justify;
}

@font-face {
    font-family: walkwayBlack;
    /*src: url('/assets/fonts/WalkwayBlack.ttf');*/
    src: url('/assets/fonts/WalkwayBlack-Regular.otf');
}

@font-face {
    font-family: notoSans;
    src: url('/assets/fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: walkwayExpandBlack;
    src: url('/assets/fonts/WalkwayExpandBlack.ttf');
}

.navbar-light {
    background-color: #F0F1E9;
    border-bottom: 5px solid black;
}

.navbar {
    transition: top 0.3s;
    position: fixed;
}

.navbar.navbar-hidden {
    top: -100px;
}

.navtlink {
    font-family: walkwayBlack;
    font-weight: bold;
    font-size: 18px;
}

.navtlink-dark {
    font-family: walkwayBlack;
    font-weight: bold;
    font-size: 24px;
    color: #bcbfa5 !important;
}

.navtlink-dark:hover {
    text-decoration: underline;
    text-underline-offset: 1px;
}

.logoimg {
    max-height: 75px;
}

.offcanvas-bg {
    background-color: #213a32 !important;
}

.offcanvas-header>.btn-close {
    color: #bcbfa5 !important;
}

.carousel-image {
    max-height: 70vh;
}

.landing-carousel-image {
    max-height: unset;
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.project-carousel-image {
    max-height: unset;
    height: 575px;
    object-fit: cover;
    width: 100%;
}

.cta-container {
    position: absolute;
    align-self: start;
    display: flex;
    gap: 20px;
    top: 50%;
    min-width: 105%;
    justify-content: space-between;
    margin-left: -2rem;
}

.cta-button {
    background-color: #fff;
    border: 2px solid #213a32;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 8px 10px;
    max-width: 10%;
    cursor: pointer;
}

.cta-icon {
    aspect-ratio: 2.78;
    object-fit: contain;
    width: 69px;
}

.home-section {
    background-color: #f0f1e9;

    display: flex;

    /*padding: 4rem 0 0;*/

    flex-direction: column;

    align-items: center;

}

.project-section {
    background-color: #f0f1e9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-section {
    background-color: #f0f1e9;

    display: flex;

    padding: 4rem 0 0;

    flex-direction: column;

    align-items: center;

}

.about-title {
    width: 100%;
    max-width: 90vw;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    font-family: walkwayExpandBlack;
}

.philosophy-grid {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.philosophy-title {
    width: 100%;
    max-width: 90vw;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    font-family: walkwayExpandBlack;
}

.philosophy-description {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 20vh;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 3rem;
    padding: 0 0 3rem;
    background-image: url("/assets/svg/Nt_Bútor_sraff_1920x310.svg");
    background-size: cover;
}

.about-us {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/assets/about/sraff.png");
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-size: contain;
}

.header {
    display: flex;

    gap: 20px;

    justify-content: space-between;

}

.logo {
    aspect-ratio: 1;

    object-fit: contain;

    width: 5rem;

}

.nav-container {
    display: flex;

    align-items: start;

    gap: 6px;

    margin: auto 0;

    padding: 0 20px;

}

.nav-top,
.nav-bottom {
    display: flex;

    gap: 3px;

}

.nav-icon {
    aspect-ratio: 1.19;

    object-fit: contain;

    width: 2.3rem;

}

.project-hero {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 90vw;
    border: 2px solid #213a32;
}

.landing-hero {
    display: flex;
    flex-direction: column;
    position: relative;
    /*margin-top: 4rem;*/
    width: 100%;
    max-width: 70vw;
    border: 2px solid #213a32;
}

.hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
    opacity: 0;
    /* Kezdetben átlátszó */
    transition: opacity 3s ease-in-out;
    /* Animáció */
}


.hero-image.active {
    display: block;
    opacity: 1;
    /* Amikor aktív, teljesen látható */
}

.about-hero {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 90vw;
    margin-top: 2rem;
    /*border: 2px solid #213a32;*/
}

.about-hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
    opacity: 0;
    /* Kezdetben átlátszó */
    transition: opacity 3s ease-in-out;
    /* Animáció */
}


.about-hero-image.active {
    display: block;
    opacity: 1;
    /* Amikor aktív, teljesen látható */
}

.no-border {
    border: none !important;
}

.no-top-border {
    border-top: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.scroll-indicator {
    aspect-ratio: 6.67;
    object-fit: contain;
    width: 3.9rem;
    align-self: center;
    margin-top: 210px;
}

.mission-statement {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 20vh;
    max-width: 90vw;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 3rem;
    padding: 0 0 72px;
    background-image: url("/assets/svg/Nt_Bútor_sraff_1920x1080.svg");
    margin: auto;
}

.landing-header {
    margin: 31px;
}

.landing-mission-statement-box {
    background-image: url("/assets/svg/sraff.svg");
    background-size: cover;
    width: 100%;
}

.landing-mission-statement {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    max-width: 70vw;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 3rem;
    padding: 0 0 60px;
    margin: auto;
}

.project-mission-statement-box {
    background-image: url("/assets/svg/sraff.svg");
    background-size: cover;
    width: 100%;
}

.project-mission-statement {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 20vh;
    max-width: 90vw;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    text-align: justify;
    padding: 0 0 86px;
    background-image: url("/assets/svg/Nt_Bútor_sraff_1920x1080.svg");
    margin: auto;
}

.project-mission-statement-header {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    margin-bottom: 28px;
    font-family: walkwayBlack;
}

.project-mission-text div:not(.project-mission-statement-header) {
    margin-bottom: 18px;
    text-align: justify;
}

.project-mission-text {
    position: relative;
    font-family: notoSans;
    background-color: #fff;
    z-index: 10;
    padding: 20px;
    border: 2px solid #213a32;
    margin-top: 0;
    text-align: center;
}

.large-sraff {
    width: 100%;
    /*background-image: url("/assets/svg/sraff.svg");*/
    /*background-size: 100% 100%;*/
    background-image: url("/assets/about/large_sraff.png");
    background-position-y: 75%;
    background-repeat: repeat-x;
    background-size: 100% 965px;
}

.large-sraff .about-hero {
    margin: auto;
}

.about-statement {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 20vh;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 3rem;
    padding: 0 0 3rem;
    /*background-image: url("/assets/svg/Nt_Bútor_sraff_1920x310.svg");
    background-size: cover;*/
}

.about-statement-smaller {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 3rem;
}

.mission-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.mission-text {
    position: relative;
    font-family: walkwayBlack;
    background-color: #fff;
    z-index: 10;
    padding: 55px 195px;
    border: 2px solid #213a32;
    margin-top: 0;
    text-align: center;
}

.philosophy-text {
    max-width: 90vw;
    position: relative;
    font-family: walkwayBlack;
    background-color: #fff;
    z-index: 10;
    padding: 26px 29px;
    border: 2px solid #213a32;
    /*border-left: 2px solid #213a32;
    border-right: 2px solid #213a32;
    border-bottom: 2px solid #213a32;*/
    margin-top: 0;
    text-align: center;
    margin-inline: auto;
}

.philosophy-text>div:not(.about-hero-header) {
    font-family: notoSans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: justify;
    text-transform: none;
}

.about-statement-smaller-text {
    max-width: 70vw;
    width: 100%;
    position: relative;
    font-family: walkwayBlack;
    background-color: #fff;
    z-index: 10;
    padding: 60px;
    border: 2px solid #213a32;
    margin-top: 0;
    text-align: center;
    margin-inline: auto;
}

.about-statement-smaller-text>div:not(.about-hero-header) {
    font-family: notoSans;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: justify;
    text-transform: none;
    font-size: 18px !important;
}

.landing-services-section {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
}

.landing-service-container {
    display: flex;
    max-width: 70vw;
    width: 100%;
    flex-direction: column;
    border: 2px solid #213a32;
}

.landing-service-title-container {
    width: 100%;
    max-width: 55vw;
    text-transform: uppercase;
    margin: 4rem auto auto;
}

.landing-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 55vw;
    margin: auto;
    gap: 20px;
    min-height: 420px;
    margin-top: 66px;
    margin-bottom: 4rem;
}

.landing-service-grid-item {
    background-color: white;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.landing-service-content {
    border: 4px solid #213a32;
    display: grid;
    grid-template-rows: 1fr 1fr;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    /*padding: 135px 24px;*/
    height: 435px;
    transition: background-color 0.3s ease;
}

.landing-service-content .service-icon {
    margin: auto;
}

.landing-service-content .service-title {
    font-size: 1.5vw;
    text-align: center;
}

.landing-service-content.active {
    background-color: #bcbfa5;
    /* Két árnyalattal sötétebb */
}

.landing-service-content:hover {
    cursor: pointer;
    background-color: #bcbfa5;
}

.landing-catalog-section {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
}

.landing-catalog-container {
    display: flex;
    max-width: 70vw;
    width: 100%;
    flex-direction: column;
    border: 2px solid #213a32;
}

.landing-catalog-title-container {
    width: 100%;
    max-width: 55vw;
    text-transform: uppercase;
    margin: 4rem auto auto;
}

.landing-catalog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 55vw;
    margin: auto;
    gap: 20px;
    min-height: 420px;
    height: 100%;
    margin-top: 66px;
    margin-bottom: 4rem;
}

.landing-catalog-grid-item {
    width: 33%;
    background-color: white;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.landing-catalog-item {
    text-decoration: none;
    height: 100%;
}

.landing-catalog-item .service-content {
    height: 100%;
}

.landing-catalog-content {
    justify-content: space-evenly;
    border: 4px solid #213a32;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    /*padding: 135px 24px;*/
    height: 435px;
    transition: background-color 0.3s ease;
}

.landing-catalog-content.active {
    background-color: #bcbfa5;
    /* Két árnyalattal sötétebb */
}

.landing-catalog-content:hover {
    cursor: pointer;
    background-color: #bcbfa5;
}

.landing-catalog-icon {
    font-size: 1.5vw;
}

.about-services-section {
    display: flex;
    margin-top: 7rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url("/assets/svg/Nt_Bútor_sraff_1920x1080.svg");
    background-size: cover;
}

.about-service-container {
    display: flex;
    max-width: 70vw;
    width: 100%;
    flex-direction: column;
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.about-service-grid {
    gap: 20px;
    display: flex;
    min-height: 520px;
}

.about-service-grid-item {
    width: 345px;
    background-color: white;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    flex-grow: 1;
}

.about-service-content {
    justify-content: space-evenly;
    border: 4px solid #213a32;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    padding: 50px 24px;
    transition: background-color 0.3s ease;
}

.about-contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 1000px;
    background-image: url("/assets/svg/Nt_Bútor_sraff_1920x1080.svg");
    background-size: cover;
    flex-direction: column;
}

.about-contact-header-box {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 3rem;
    flex-grow: 0;
}

.about-contact-header-box h1 {
    width: 55vw;
    margin: 60px auto;
    font: 400 80px walkwayExpandBlack;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 10rem;
}

.about-contact-content {
    flex-grow: 1;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 65vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-contact-grid-item {
    width: 100%;
    height: 100%;
    background-color: #F0F1E9;
}

.about-contact-grid-item iframe {
    width: 100%;
    height: 100%;
}

.about-contact-info {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    padding: 80px;
    height: 100%;
    vertical-align: middle;
}

.about-contact-info-row {
    display: flex;
    gap: 45px;
    justify-content: space-evenly;
}

.about-contact-info-icon-box {
    display: flex;
    margin: 2rem;
}

.about-contact-info-icon {
    width: 48px;
    height: 48px;
}

.about-contact-info-text {
    font-family: notoSans;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    flex-grow: 1;
    margin: 2rem;
}

.about-contact-info-socials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-contact-info-socials-icon {
    margin: 2rem;
}

.newfooter {
    background-color: #213a32;
    height: 300px;
    width: 100%;
}

.newfooter-content {
    max-width: 85vw;
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.newfooter-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.newfooter-links-column {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    padding: 2rem;
    height: 100%;
    justify-content: center;
}

.services-about {
    border: none;
    background-image: url("/assets/svg/Nt_Bútor_sraff_1920x1080.svg");
    max-width: 100vw;
}

.services-in-about {
    border: none;
    background-image: url("/assets/svg/sraff.svg");
    background-size: cover;
    max-width: 100vw;
}

.img-border {
    border: 2px solid #213a32;
}

.services-container {
    display: flex;
    margin-bottom: 15px;
    max-width: 70vw;
    flex-direction: column;
}

.landing-service-item {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%;
    cursor: pointer;
    text-decoration: none;
}

.landing-service-item .service-text {
    font-family: notoSans;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
}

.services-about-grid {
    gap: 20px;
    display: flex;
    min-height: 440px;
    margin-bottom: 20px;
}

.service-item-about {
    background-color: white;
}

.services-section {
    display: flex;
    margin-top: 36px;
    max-width: 90vw;
    align-items: center;
    justify-content: center;
    padding: 75px 60px;
    border: 2px solid #213a32;
    width: 100%;
}

.catalog-container {
    text-align: center;
}

.services-grid {
    gap: 20px;
    display: flex;
    margin-bottom: 20px;
}

.service-item {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%;
    cursor: pointer;
}

.catalog-service-content {
    justify-content: center;
    border: 4px solid #213a32;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    padding: 50px 24px;
    transition: background-color 0.3s ease;
}

.catalog-service-content.active {
    background-color: #a1a1a1;
    /* Két árnyalattal sötétebb */
}

.catalog-service-content:hover {
    cursor: pointer;
    background-color: #b5b5b5;
}

.service-content {
    justify-content: center;
    border: 4px solid #213a32;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    padding: 50px 24px;
    transition: background-color 0.3s ease;
}

.service-content.active {
    background-color: #a1a1a1;
    /* Két árnyalattal sötétebb */
}

.service-content:hover {
    cursor: pointer;
    background-color: #b5b5b5;
}

.content {
    display: none;
}

.content.active {
    display: block;
    max-width: 55vw;
    margin: auto;
    width: 100%;
}

.service-icon {
    aspect-ratio: 1;
    object-fit: contain;
    align-self: center;
    /* margin-top: 59px;*/
}

.text-justify {
    text-align: justify;
}

.service-title {
    font-family: walkwayBlack;
    margin-top: 30px;
    text-align: center;
}

.service-text {
    text-align: center;
}

.project-title-container {
    width: 100%;
    max-width: 90vw;
    text-transform: uppercase;
    margin-top: 34px;
    margin-bottom: 12px;
}

.section-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title {
    color: #000;
    letter-spacing: 6px;
    font: 400 3.125vw walkwayExpandBlack;
}

.section-title-close {
    cursor: pointer;
    display: flex;
}

.content .section-title,
.content .section-title-close {
    margin-top: 42px;
    margin-bottom: 98px;
}

.office-furniture {
    margin-top: 109px;

}

.office-grid {
    gap: 20px;
    display: flex;
}

.traditions-grid {
    gap: 20px;
    display: flex;
    max-width: 70vw;
    margin-top: 82px;
    margin-bottom: 20px;
}

.hero-smaller {
    max-width: 70vw;
}

.office-image {
    aspect-ratio: 0.51;

    object-fit: cover;

    flex-grow: 1;

    border: 2px solid #213a32;

    max-width: 35%;
}

.traditions-image {
    object-fit: cover;
    flex-grow: 1;
    border: 2px solid #213a32;
    max-width: 345px;
}

.max-image {
    max-width: 345px;
    max-height: 683px;
}

.office-text {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    font-family: walkwayBlack;
}

.traditions-description {
    background-color: #fff;
    flex-grow: 1;
    color: #000;
    font: 400 18px notoSans;
    border: 2px solid #213a32;
    position: relative;
}

.traditions-textbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 90px 80px;
    height: 100%;
}

.traditions-text {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 34px;
    font-family: walkwayBlack;
}

.traditions-lorem {
    font-size: 20px;
}

.summary-text {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.about-hero-header {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 26px;
    margin-bottom: 2rem;
    font-family: walkwayBlack;
}

.about-image-hero {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 90vw;
    border: 2px solid #213a32;
}

.office-description {
    background-color: #fff;

    flex-grow: 1;

    color: #000;


    padding: 60px;

    font: 400 15px notoSans;

    border: 2px solid #213a32;

}

.project-grid {
    margin-top: 59px;
}

.project-row {
    display: flex;
    margin-bottom: 1rem;
}

.project-item {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 140%;
    justify-content: space-around;
}

.left-item {
    max-width: 66%;
}

.right-item {
    max-width: 33%;
}

.project-button {
    background-color: #fff;
    border: 2px solid #213a32;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    cursor: pointer;
    max-height: 15%;
    max-width: 40%;
    /* text-align: right; */
    align-self: flex-end;
}

.project-image {
    /* aspect-ratio: 2.33; */
    object-fit: cover;
    border: 2px solid #213a32;
    margin-bottom: 1rem;
}

.project-title {
    font-family: walkwayBlack;
}

.load-more {
    border: 4px solid #213a32;
    background-color: #fff;
    align-self: center;
    margin: auto auto 4rem auto;
    display: block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    padding: 10px 30px;
    font: 400 24px/150% 'Walkway Black', sans-serif;
    cursor: pointer;
}

.divider {
    margin-top: 78px;
    height: 0px;
    border: 1px solid #213a32;
}

.other-services {
    display: flex;
    margin-top: 71px;
    gap: 20px;
    font-size: 24px;
    color: #213a32;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 142%;
    margin-bottom: 4rem;
}

.project-icon {
    object-fit: contain;
    width: 100%;
    align-self: center;
}

.service-link {
    background-color: #fff;
    border: 2px solid #213a32;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex: 1;
    padding: 16px 30px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    padding: 10px 30px;
    font: 400 24px/150% 'Walkway Black', sans-serif;
    cursor: pointer;
}

.service-link-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 45px;
    margin: auto 0;
}

.service-link-text {
    font-family: walkwayBlack;
    flex: 1;
    margin: auto 0;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 80vh;
    padding: 80px;
}

.contact-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.contact-title {
    position: relative;
    color: #000;
    letter-spacing: 6px;
    align-self: start;
    margin: auto;
    font: 400 60px walkwayExpandBlack;
}

.contact-content {
    position: relative;
    margin: 93px 0 6px 12px;
}

.contact-grid {
    gap: 20px;
    display: flex;
}

.contact-info {
    background-color: #f0f1e9;
    position: relative;
    display: flex;
    margin-top: 5px;
    flex-grow: 1;
    flex-direction: column;

    padding: 78px 80px;
}

.contact-item {
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 37px 16px 0 17px;
}

.contact-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 3.5rem;
}

.contact-text {
    font-family: notoSans;
    flex-grow: 1;
    flex-basis: auto;
    margin: auto 0;
}

.mt-6 {
    margin-top: 2rem;
}

.mt-7rem {
    margin-top: 7rem;
}

.contact-map {
    aspect-ratio: 1;
    object-fit: cover;

    flex-grow: 1;
    border: 2px solid #213a32;
}

.footer {
    background-color: #213a32;
    align-self: stretch;
    display: flex;
    margin-top: 21px;

    align-items: flex-start;
    gap: 30vw;
    padding: 80px 55px;
}

.footer-logo {
    aspect-ratio: 1.45;
    object-fit: contain;
    width: 191px;
    max-width: 100%;
    margin: auto 0;
}

.footer-content {
    align-self: start;
    margin-top: 9px;
    flex-grow: 1;
    flex-basis: auto;
}

.footer-grid {
    gap: 20px;
    display: flex;
}

.footer-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
}

.footer-link {
    color: #bcbfa5;
    font-family: notoSans;
    margin-top: 12px;
    text-decoration: none;
}

.footer-link:hover {
    color: #f0f1e9;
}

.footer-social {
    display: flex;
    margin-top: 44px;
    padding-right: 27px;
    gap: 20px;
    justify-content: space-between;
}

.social-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 35px;
}

.hidden {
    display: none;
}

.navbar-toggler {
    border-color: transparent !important;
}

.project-title-button {
    display: none;
}

.hero-summary {
    margin-top: -1rem;
}

.mission-statement-summary {
    padding: 0;
    background-image: none;
}

.smalltxt-summary {
    font: 400 18px notoSans;
    color: #000;
    text-align: justify;

}

.about-statement-smaller h1 {
    width: 70vw;
    margin: 60px auto;
    font: 400 80px walkwayExpandBlack;
    letter-spacing: 0.1em;
    text-align: left;
}

.mt-2rem {
    margin-top: 2rem;
}

.landing-pc {
    display: none !important;
}

@media (max-width: 991px) {

    .landing-hero {
        max-width: 90vw;
        margin-top: 16px;
    }

    .landing-header {
        display: none;
    }

    .landing-pc {
        display: flex !important;
    }

    .landing-mission-statement-box {
        background-size: unset;
    }

    .landing-mission-statement {
        max-width: 90vw;
    }

    .landing-mission-statement .mission-text {
        padding: 29px 26px;
    }

    .landing-service-title-container {
        margin: auto;
        max-width: 90vw;
    }

    .landing-service-title-container .section-title {
        width: 100%;
        font-size: 7.4vw;
    }

    .landing-service-content .service-title {
        font-size: 100%;
    }

    .landing-services-section {
        margin-top: 0;
    }

    .landing-service-container {
        width: 100%;
        max-width: 90vw;
        margin-top: 2rem;
        margin-bottom: 2rem;
        border: none;
    }

    .landing-service-grid {
        grid-template-columns: unset;
        grid-template-rows: 1fr 1fr 1fr;
        min-height: max-content;
        max-width: 90vw;
    }

    .landing-service-grid-item {
        width: 100%;
    }

    .landing-service-content {
        flex-direction: column;
        padding: 36px 24px;
        line-height: normal;
        align-items: center;
        height: unset;
    }

    .landing-catalog-title-container {
        margin: auto;
        max-width: 90vw;
    }

    .landing-catalog-title-container .section-title {
        width: 100%;
        font-size: 7.4vw;
    }

    .landing-catalog-item .service-content {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        padding: 10px;
    }

    .landing-catalog-item .service-content :nth-child(1) {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: unset;
    }

    .landing-catalog-item .service-content :nth-child(2) {
        align-self: end;
    }

    .landing-catalog-item .service-content :nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin-bottom: unset;
    }

    .landing-catalog-section {
        margin-top: 0;
    }

    .landing-catalog-container {
        width: 100%;
        max-width: 90vw;
        margin-top: 2rem;
        margin-bottom: 2rem;
        border: none;
    }

    .landing-catalog-grid {
        display: flex;
        flex-direction: column;
        min-height: max-content;
        max-width: 90vw;
    }

    .landing-catalog-grid-item {
        width: 100%;
    }

    .landing-catalog-content {
        flex-direction: column;
        padding: 48px 24px;
        line-height: normal;
        align-items: center;
        flex-grow: unset;
    }

    .landing-catalog-icon {
        margin-top: 2rem !important;
        font-size: unset;
    }

    .project-image {
        height: 303px !important;
    }

    .office-image {
        max-width: 100%;
    }

    .project-title-container .section-title,
    .project-title-container .section-title-close {
        margin-top: unset;
        margin-bottom: unset;
    }

    .services-section,
    .office-furniture,
    .project-grid,
    .other-services,
    .contact-section,
    .footer {
        max-width: 100%;
    }

    .services-section,
    .contact-section .our-team-header {
        padding: 40px 20px;
    }

    .office-description {
        padding: 10px;
    }

    .cta-container,
    .services-grid,
    .office-grid,
    .footer-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .project-item.left-item {
        max-width: 100%;
    }

    .project-item.right-item {
        display: none;
    }

    .project-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .project-title-button {
        background-color: #fff;
        border: 2px solid #213a32;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        cursor: pointer;
        max-width: 30%;
        max-height: 100%;
        /* text-align: right; */
        align-self: flex-end;
    }

    .other-services {
        flex-direction: column;
    }

    .cta-container {
        display: none;
    }

    .footer {
        flex-direction: column;
        gap: 0;
    }

    .footer-logo {
        margin: auto;
    }

    .footer-content {
        width: 100%;
        text-align: center;
    }

    .footer-social {
        text-align: center;
    }

    .services-section {
        border: none;
    }

    .service-link-text {
        font-size: 18px;
        font-weight: 600;
    }

    .landing-service-item,
    .service-item,
    .project-item {
        width: 100%;
        margin-top: 20px;
    }

    .section-title-container {
        margin-top: 2rem;
        align-items: center;
        margin-bottom: 2rem;
    }

    .section-title {
        font-size: 5vw;
        word-break: break-all;
    }

    .section-title-close-image {
        height: auto;
        max-width: 10vw;
    }

    .contact-title {
        font-size: 40px;
        margin-top: 40px;
        word-break: break-all;
    }

    .scroll-indicator,
    .office-furniture,
    .load-more,
    .contact-content {
        margin-top: 40px;
    }

    .contact-info,
    .footer {
        padding: 40px 20px;
    }

    .footer-social {
        margin-top: 40px;
        padding-right: 20px;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-item:not(.socials) {
        margin: auto;
        margin-bottom: 30px;
    }

    .contact-item>.contact-icon {
        margin: auto;
    }

    .office-text {
        font-size: 18px;
        line-height: 28px;
    }

    .mission-text {
        font-size: 18px;
        line-height: 2.7rem;
    }

    .philosophy-text {
        font-size: 18px;
        line-height: 2.7rem;
    }

    .philosophy-text>div:not(.about-hero-header) {
        font-family: notoSans;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: justify;
        text-transform: none;
    }

    .about-us {
        background-image: url("/assets/about/sraff_mobile.png");
    }

    .about-image-hero {
        height: 550px;
    }

    .large-sraff {
        background-image: url("/assets/about/sraff2_mobile.png") !important;
    }

    .move-image {
        object-position: 20%;
    }

    .traditions-grid {
        gap: 0;
        flex-direction: column;
        width: 100%;
        max-width: 90vw;
    }

    .reverse-image-mobile {
        flex-direction: column-reverse;
    }

    .traditions-image {
        max-width: 100%;
    }

    .traditions-description {}

    .traditions-textbox {
        padding: 60px 30px;
    }

    .traditions-text {
        font-size: 22px;
        line-height: 100%;
    }

    .traditions-lorem {
        font-size: 16px;
    }

    .op-80 {
        object-position: 80%;
        height: 430px;
    }

    .op-38 {
        object-position: 38%;
    }

    .h-430 {
        height: 430px;
    }

    .hero-smaller {
        max-width: 90vw;
    }

    .about-statement-smaller-text {
        max-width: 90vw;
        padding: 60px 29px;
    }

    .about-statement-smaller-text div:not(.about-hero-header) {
        font-size: 16px;
    }

    .about-statement-smaller h1 {
        font-size: 34px;
        width: 90vw;
    }

    .content.active {
        max-width: 90vw;
    }

    .content .section-title,
    .content .section-title-close {
        margin-top: unset;
        margin-bottom: unset;
    }

    .about-services-section {
        background-image: url("/assets/svg/sraff.svg");
        background-size: auto;
    }

    .about-service-container {
        width: 100%;
        max-width: 90vw;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .about-service-grid {
        flex-direction: column;
        min-height: max-content;
    }

    .about-service-grid-item {
        width: 100%;
        flex-grow: unset;
    }

    .about-service-content {
        flex-direction: row;
        padding: 10px 5px;
        line-height: normal;
        align-items: center;
        flex-grow: unset;
    }

    .about-contact-section {
        min-height: unset;
    }

    .about-contact-header-box h1 {
        font-size: 100%;
        line-height: 2rem;
    }

    .about-contact-content {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        max-width: 90vw;
    }

    .fs-24 {
        font-size: 24px;
    }

    .about-contact-info {
        padding: 10px;
    }

    .about-contact-info-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .about-contact-info-icon-box {
        margin: 0;
    }

    .about-contact-info-text {
        font-size: 16px;
        margin: 0;
    }

    .newfooter {
        height: 100%;
    }

    .newfooter-content {
        flex-direction: column;
        max-width: 90vw;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .newfooter-links {
        grid-template-columns: unset;
    }

    .newfooter-links-column {
        padding: 0 2px;
        text-align: center;
    }

    .service-icon,
    .service-title {
        margin-top: 0;
        margin-bottom: unset !important;
        line-height: unset !important;
    }
}