html {
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

html.no-scroll {
    overscroll-behavior-y: none;
}

body.no-scroll {
    position: fixed;
    overflow: hidden;
    overscroll-behavior-y: none;
}

.header-font {
    font-family: "Montserrat", sans-serif;
}

.p-font {
    font-family: "Open Sans", Arial, sans-serif;
}

.hero-c {
    background: linear-gradient(135deg, #b19f81df, #D2B48C, #A6845E);
}

.block-c {
    background: #C7B693;
}

.h-c {
    color: #4B2E05;
}

.h-c1 {
    color: #F8EAD2;
    text-align: center;
    margin-bottom: 26px;
}

.h-c2 {
    margin-bottom: 0px;
}

.h-c3 {
    color: #f2e2c6;
}

.p-c {
    color: #5A4B33;
}

.p-c1 {
    color: #F8EAD2;
}

.p-c2 {
    margin-top: 18px;
    margin-bottom: 26px;
}

.p-c-au {
    line-height: 1.4;
}

.hide {
    opacity: 0;
}

.tran {
    transition: opacity .2s ease-out;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.opacity0 {
    opacity: 0;
}

.opacity1 {
    opacity: 1;
}

.margin-left-auto {
    margin-left: -4%;
}

.margin-right-auto {
    margin-right: 4%;
}

.font1 {
    font-size: 14px;
    font-family: "Metrophobic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
}  

.font2 {
    font-size: 20px;
    font-family: "Metrophobic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

header {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    height: 80px;
    width: 100%;
}

header.shadow {
    box-shadow: gray 0 0 5px;
}

#logo {
    position: relative;
    top: 0px;
    left: 0px;
    width: 198px;
    height: 90%;
    margin: 4px 0 0 3%;
}

#logo img {
    width: 198px;
    height: 90%;
    margin: 4px 0;
}

#mobile-header-btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    height: 21px;
    width: 25px;
    top: 32px;
    right: 25px;
    cursor: pointer;
    border: none;
    background: none;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}

#mobile-header-btn span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    transition: all 0.4s ease;
}

#mobile-header-btn.active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

#mobile-header-btn.active span:nth-child(2) {
  opacity: 0;
}

#mobile-header-btn.active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

#mobile-header-container {
    position: fixed;
    top: 0;
    left: 20%;
    z-index: 9;
    height: 100vh;
    width: 80%;
    flex-direction: column;
    background-color: #fff;
    transition: left 0.5s;
}

#mobile-header-container.out-of-screen {
    position: fixed;
    left: 100%;
}

#mobile-header-pages {
    position: relative;
    top: 30px;
    padding-left: 0;
}

#mobile-header-pages li {
    list-style-type: none;
    width: 100%;
    height: 75px;
    text-align: center;
    color: #000;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

#mobile-header-pages li a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

#mobile-header-pages li a.current {
    color: #7b523d;
}

#mobile-header-pages li:hover {
    color: #bbbbbb;
}

#mobile-header-pages li a:hover {
    color: #bbbbbb;
}

#mobile-menu-flag {
    position: relative;
    top: 0px;
    height: 14px;
    width: 21px;
}

#mobile-header-socials {
    align-self: center;
    position: relative;
    top: 25px;
    width: 160px;
    margin: 0 auto 0 auto;
}

#mobile-header-socials a {
    padding-right: 20px;
    align-self: center;
    -webkit-tap-highlight-color: transparent;
}

#mobile-header-socials a:nth-child(1) {
    padding-left: 14px;
}

#mobile-header-socials a:nth-child(3) {
    padding-right: 0;
}

#mobile-header-socials a i {
    font-size: 35px;
    color: #000;
}

#header-container {
    position: relative;
    float: right;
    height: 80px;
    display: none;
    margin: 0 6% 0 0;
}

#header-pages {
    position: relative;
    display: inline-block;
    margin: 0;
    height: 100%;
}

#header-pages li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    color: #000;
    padding-left: 12.5px;
    padding-right: 12.5px;
    height: 100%;
}

#header-pages li:nth-child(3) {
    padding-left: 11.5px;
    padding-right: 7.5px;
}

#header-pages li a {
    line-height: 80px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#header-pages li a.current {
    color: #704c3a;
}

#header-pages li:hover {
    color: #7a7a7a;
}

#header-pages li a:hover {
    color: #7a7a7a;
}

#menu-flag {
    position: relative;
    top: 1px;
}

#header-socials {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    top: 1px;
}

#header-socials a {
    margin-right: 12.5px;
}

#header-socials a i {
    color: #000;
    font-size: 17px;
}

@media only screen and (min-width: 1030px) {
    .margin-left-auto {
        margin-left: 4%;
    }

    .margin-right-auto {
        margin-right: 4%;
    }

    #mobile-header-btn {
        display: none;
    }

    #header-container {
        display: block;
    }

    #logo {
        margin: 0 0 0 6%;
    }
}

@media only screen and (min-width: 1500px) {
    .margin-left-auto {
        margin-left: 6%;
    }

    .margin-right-auto {
        margin-right: 6%;
    }
}

#main-container {
    position: relative;
    width: 100vw;
    right: 80%;
    transition: right .5s;
}

#main-container.in-screen {
    right: 0;
}

.header-buffer {
    height: 80px;
    width: 100vw;
}

footer {
    width: 100%;
    background-color: #ede1d0;
    border: 1px solid gray;
    z-index: 8;
}

#logo-cr {
    max-width: 70vw;
    margin-top: 10px;
}

#logo-cr p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
}

#logo-footer {
    position: relative;
    top: 15px;
    width: 198px;
    height: 72px;
}

#logo-footer img {
    width: 95%;
    margin-bottom: 20px;
}

#footer-container {
    display: grid;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    justify-content: center;
    row-gap: 26px;
    padding-top: 0;
    padding-bottom: 50px;
}

#footer-container h3 {
    font-size: 26px;
    font-weight: 800;
}

#footer-container a {
    color: #2b1b0d;
    font-weight: 400;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#footer-container a:hover {
    color: #a87445;
}

#footer-container h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #3b2b1a;
}

#footer-container a p {
    display: inline;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
}

#footer-socials {
    position: relative;
    top: 20px;
    font-size: 32px;
}

#footer-socials a {
    margin-right: 5px;
}

#footer-socials a:nth-child(3) {
    margin-right: 0;
}

#footer-socials i {
    color: #2b1b0d;
}

#footer-socials i:hover {
    color: #a87445;
}

@media only screen and (min-width: 1000px) {
    #logo-cr {
        width: 198px;
        margin-top: 0;
    }

    #logo-cr p {
        font-size: 16px;
    }

    #logo-footer {
        top: 20px;
    }

    #logo-footer img {
        width: 198px;
        height: 72px;
    }

    #footer-container {
        display: flex;
        column-gap: 100px;
        padding-top: 5px;
        padding-bottom: 30px;
    }

    #footer-container h3 {
        font-size: 26px;
    }

    #footer-container a p {
        font-size: 16px;
    }

    #footer-socials {
        display: block;
    }
}