@font-face {
  font-family: "Montserrat-SemiBold";
  src: local("Montserrat-SemiBold"),
  url("Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Italic";
  src: local("Montserrat-Italic"),
  url("Montserrat/static/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Light";
  src: local("Montserrat-Light"),
  url("Montserrat/static/Montserrat-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: local("Montserrat-Regular"),
  url("Montserrat/static/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: local("Montserrat-Medium"),
  url("Montserrat/static/Montserrat-Medium.ttf") format("truetype");
}

.html, body {
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 100%;
    color: #000;
}

@media screen and (max-width: 926px) {  /* 768px */
    .first-title {
        font-size: 22px !important;
    }
    .first-paragraph {
        font-size: 18px !important;
    }
    .first-section-background {
        background-repeat: no-repeat;
        background-position: left 0px bottom 10px;
    }
    .second-title {
        font-size: 22px !important;
    }
    .second-title-child {
        font-size: 18px !important;
    }
    .second-paragraph {
        font-size: 18px !important;
        text-align: left;
    }
    .third-content-img-mobile {
        display: block !important;
    }
    .third-content-img-desktop {
        display: none !important;
    }
    .first-section-background {
        background-position: -402px 0px;
        overflow: hidden;
    }
    .second-section-background {
        background-image:url('images/mobile/Mobile_header.jpg') !important;
        position: absolute !important;
    }
    .second-content {
        margin-top: -202px !important;
    }
    .third-title {
        font-size: 22px !important;
    }
    .third-paragraph-1, .third-paragraph-2, .third-paragraph-3, .third-paragraph-4 {
        font-size: 18px !important;
    }
    .third-paragraph-4 {
        border-bottom: 1px solid rgba(36, 36, 36, 0.2);
    }
    .third-content {
        grid-template-columns: 1fr !important;
    }
    .fourth-title {
        font-size: 22px !important;
    }
    .fourth-paragraph {
        text-align: left;
        font-size: 18px !important;
    }
    .fifth-content {
        grid-template-columns: 1fr !important;
    }
    .fifth-content-img-mobile {
        display: block !important;
    }
    .fifth-content-img-desktop {
        display: none !important;
    }
    .fifth-section-background-2 {
        background-image:url('images/mobile/fifth-section-2.jpg') !important;
        width: 90% !important;
        background-position: right center !important;
    }
    .sixth-content {
        grid-template-columns: 1fr !important;
    }
    .sixth-title {
        font-size: 22px !important;
    }
    .sixth-paragraph-1, .sixth-paragraph-2, .sixth-paragraph-3, .sixth-paragraph-4 {
        font-size: 18px !important;
    }
    .sixth-paragraph-line {
        border-top: 1px solid rgba(36, 36, 36, 0.4) !important;
    }
    .seventh-content-mobile {
        display: block !important;
    }

    .seventh-content-desktop {
        display: none !important;
    }

    .eight-title {
        font-size: 22px !important;
    }
    .eight-title-child {
        font-size: 18px !important;
    }
    .gallery-title {
        font-size: 18px !important;
    }
    .gallery-title-1-desktop, .gallery-title-4-desktop, .gallery-title-5-desktop {
        display: none !important;
    }
    .gallery-title-1-mobile, .gallery-title-4-mobile, .gallery-title-5-mobile {
        display: block !important;
    }
    .gallery {
        grid-template-columns: 1fr !important;
    }

    .gallery-img-1-desktop, .gallery-img-2-desktop, .gallery-img-3-desktop, .gallery-img-4-desktop, .gallery-img-5-desktop, .gallery-img-6-desktop {
        display: none !important;
    }

    .gallery-img-1-mobile, .gallery-img-2-mobile, .gallery-img-3-mobile, .gallery-img-4-mobile, .gallery-img-5-mobile, .gallery-img-6-mobile {
        display: block !important;
    }

    .gallery-img-2 {
        background-image:url('images/mobile/ninth-section-2.jpg') !important;
    }

    .gallery-img-3 {
        background-image:url('images/mobile/ninth-section-3.jpg') !important;
    }

    .gallery-img-4 {
        background-image:url('images/mobile/ninth-section-4.jpg') !important;
    }

    .gallery-img-5 {
        background-image:url('images/mobile/ninth-section-5.jpg') !important;
    }

    .gallery-img-6 {
        background-image:url('images/mobile/ninth-section-6.jpg') !important;
    }
    .ninth-section {
        height: 600px !important;
        width: 100% !important;
    }
    .ninth-section-background {
        background-image: url('images/mobile/Mobile_footer.jpg') !important;
        background-size: cover !important;
        margin-top: -38px !important;
        z-index: -1;
    }
    .ninth-title {
        font-size: 22px !important;
        line-height: 24px !important;
        margin-top: -812px !important;
    }
    .ninth-paragraph {
        font-size: 18px !important;
        text-align: left !important;
        line-height: 24px !important;
    }
    .eight-content-separator {
        border-bottom: 2px solid rgba(36, 36, 36, 0.2);
    }
    .footer-content {
        row-gap: 50px;
        grid-template-columns: 1fr !important;
        text-align: left;
        padding-left: 2.5rem !important;
    }
}

@media screen and (max-width: 926px) {
    .gallery {
        grid-template-columns: 1fr !important;
    }
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-button {
    font-family: 'Montserrat-Regular';
    color: #C6AF9F;
    border: 2px solid rgba(198, 175, 159, 1);
    border-radius: 28px;
    font-size: 14px;
    position: absolute;
    cursor: pointer;
}

.first-title {
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    font-size: 24px;
}

.first-paragraph {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    line-height: 120%;
    padding-top: 15px;
}

.first-section-background, .second-section-background {
    width: 1280px;
}

.first-section {
    height: 855px;
    color: #FFF;
}

.first-section-background {
    background-image:url('images/first-section.jpg');
    background-size: cover;
    height: 668px;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.first-content {
    position: relative;
    text-align: left;
    width: 100%;
}

.second-section-background {
    background-image:url('images/desktop/Desktop_header.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 668px;
    position: absolute;
    z-index: -2;
    width: 100%;
}

.second-content {
    position: relative;
    text-align: center;
    margin-top: -235px;
    z-index: 1;
}

.second-section-space {
    padding-bottom: 20px !important;
}

.second-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
}

.second-title-child {
    font-family: 'Montserrat-Italic';
    font-size: 20px;
    padding-top: 15px;
}

.second-paragraph {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 120%;
}

.second-section, .third-section, .fourth-section, .fifth-section, .sixth-section, .seventh-section, .eight-section, .ninth-section {
    background-color: #F7F7F7;
}

.third-content {
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.third-content-img-mobile {
    display: none;
}
.third-content-img-desktop {
    display: block;
}

.third-section-text-box {
    text-align: left;
}

.third-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
}

.third-paragraph-1, .third-paragraph-2 {
    font-family: 'Montserrat-Regular';
}

.third-paragraph-3 {
    font-family: 'Montserrat-Italic';
}

.third-paragraph-4 {
    font-family: 'Montserrat-Regular';
}

.third-paragraph-1, .third-paragraph-2, .third-paragraph-3, .third-paragraph-4 {
    font-size: 16px;
}

.fourth-content {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
}

.fourth-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
}

.fourth-paragraph {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
}

.fifth-section-background-2 {
    background-image:url('images/desktop/fifth-section-2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 460px;
    margin-left: auto;
    background-position: right top;
}

.fifth-content-img-mobile {
    display: none;
}
.fifth-content-img-desktop {
    display: block;
}

.fifth-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sixth-content {
    display: grid;
    grid-template-columns: 30% 70%;
}

.sixth-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
}

.sixth-paragraph {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.sixth-paragraph-1, .sixth-paragraph-2, .sixth-paragraph-3, .sixth-paragraph-4 {
    margin-top: -14px;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 22px;
}

.sixth-paragraph-2, .sixth-paragraph-3 {
   margin-bottom: 20px;
}

.sixth-paragraph-line {
    border-top: 2px solid rgba(36, 36, 36, 0.4);
}

.seventh-content {
    display: grid;
    justify-items: center;
}

.seventh-content-mobile {
    display: none;
}

.seventh-content-desktop {
    display: block;
}

.eight-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    text-align: center;
}

.eight-content {
    display: grid;
    justify-items: center;
}

.eight-title-child {
    font-family: 'Montserrat-Italic';
    font-size: 20px;
    text-align: center;
}

 .gallery-title-1-desktop {
    display: block;
}

.gallery-title-1-mobile, .gallery-title-4-mobile {
    display: none;
}

.gallery-title-5-desktop, .gallery-title-4-desktop {
    display: block;
}

.gallery-title-5-mobile {
    display: none;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.gallery-img-1-desktop, .gallery-img-2-desktop, .gallery-img-3-desktop, .gallery-img-4-desktop, .gallery-img-5-desktop, .gallery-img-6-desktop {
    display: block;
}

.gallery-img-1-mobile, .gallery-img-2-mobile, .gallery-img-3-mobile, .gallery-img-4-mobile, .gallery-img-5-mobile, .gallery-img-6-mobile {
    display: none;
}

.gallery-title {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    text-align: left;
}

.ninth-section-background {
    background-image: url('images/desktop/Desktop_footer.jpg');
    background-size: cover;
    height: 878px;
    width: 100%;
    z-index: -1;
    margin-top: -145px;
    background-repeat: no-repeat;
}

.ninth-content {
    text-align: center;
}

.ninth-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    color: #000;
    z-index: 1;
    margin-top: -732px;
}

.ninth-paragraph {
    font-family: 'Montserrat-Regular';
    color: #000;
    font-size: 20px;
    line-height: 120%;
    z-index: 1;
}

.button {
    background-color: transparent;
    font-family: 'Montserrat-Regular';
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 25.5px;
    font-size: 16px;
    cursor: pointer;
}

.ninth-content-separator {
    border-bottom: 1px solid rgba(198, 175, 159, 1);
}

.footer-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.eight-section {
    margin-top: calc(-0.2 * 20vh);
}

.mono-logo {
    background-image:url('images/mono-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 65px;
}

.contact-text {
    font-family: 'Montserrat-Medium';
    color: #000;
    font-size: 18px;
}