* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-display: swap;
}

  @font-face {
    font-family: jost;
    src: url(../fonts/jost/jost-regular.ttf);
  }
  @font-face {
    font-family: jost-bold;
    src: url(../fonts/jost/jost-bold.ttf);
  }
  @font-face {
    font-family: jost-medium;
    src: url(../fonts/jost/jost-medium.ttf);
  }
  @font-face {
    font-family: jost-light;
    src: url(../fonts/jost/jost-light.ttf);
  }
  @font-face {
    font-family: jost-bold-i;
    src: url(../fonts/jost/jost-bolditalic.ttf);
  }
  @font-face {
    font-family: jost-medium-i;
    src: url(../fonts/jost/jost-mediumitalic.ttf);
  }

html {
    font-family: 'jost-medium';
    color: #1A1A1A;
    font-size: 18px;
    cursor: default;
    letter-spacing: 1px;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
}

#project-landing {
    width: 100%;
    height: 100vh;
    background-image: url(../images/wallpaper/background-2-desktop.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    position: fixed;
}

#project-landing h1 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 5px;
}

.h1-underline {
    width: 120px;
    margin-top: 15px;
    height: 4px;
    background-color: #1a1a1a;
}

.alertBox {
    z-index: 2;
    position: fixed;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.alertBox div {
    margin-left: 20px;
}

.alertBox div p {
    color: white;
}

.alertBox div a {
    text-decoration: underline;
    color: white;
    border-radius: 0;
    padding: 0;
}

.alertBox a {
    transform: scale(0.8);
    font-family: 'jost-bold';
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;

}

.price-info {
    width: 80%;
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-top: 120px;
}

#policy-ok {
    background-color: #C7B299;
}


nav {
    background-color: transparent;
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: 0.2s;
}

#btnClose {
    position: absolute;
    top: 25px;
    right: 24px;
    background-image: url(../images/svg/cancel.svg);
    background-size: contain;
    width: 35px;
    height: 35px;
    cursor: pointer;
    visibility: hidden;
    z-index: 2;
}

#logo {
    height: 2.4em;
    margin-left: 20px;
    z-index: 2;
}

a {
    text-decoration: none;
}

#burger-menu {
    height: 2.2em;
    margin-right: 20px;
    cursor: pointer;
}

#menu {
    position: fixed;
    width: 100vw;
    background-color: #1a1a1a;
    height: 100vh;
    z-index: 2;
    padding: 0;
    top: 0;
    left: 100vw;
}

#big-menu {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    margin-top: 50px;
}

#big-menu a {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    color: #C7B299;
}

#mini-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 35px;
    width: 90%;
    padding-left: 5%;
    bottom: 40px;
}

#mini-menu a {
    color: white;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

#mini-menu a:last-of-type{
    background-color: #C7B299;
    color: black;
    border-radius: 2px;
}

.productlink {
    color: #1a1a1a;
}

h1 {
    font-size: 25px;
    color: #1A1A1A;
    font-family: 'jost-bold';
    margin-left: auto;
}

#project-landing h1 {
    margin-right: auto;
}

p {
    color: white;
    font-size: 15px;
    font-family: 'jost-medium';
}

.more-button {
    font-family: 'jost-bold';
    font-size: 14px;
    border-bottom: solid 4px #C7B299;
    color: white;
    cursor: pointer;
}

.more-button-black {
    font-family: 'jost-bold';
    font-size: 14px;
    border-bottom: solid 4px #1a1a1a;
    color: #1a1a1a;
    cursor: pointer;
}

.more-button-gold {
    font-family: 'jost-bold';
    font-size: 14px;
    border-bottom: solid 4px #C7B299;
    color: #C7B299;
    cursor: pointer;
}

.more-button:hover {
    transform: scale(1.1);
}

.more-button-black {
    font-size: 18px;
    transition: 0.15s
}

.more-button-black:hover {
    transform: scale(1.1);
}

.more-button-gold {
    font-size: 18px;
    transition: 0.15s
}

.more-button-gold:hover {
    transform: scale(1.1);
}

.action-button {
    font-family: 'jost-bold';
    font-size: 17px;
    color: white;
    background-color: #1a1a1a;
    padding: 1.8em 2.5em;
    width: 230px;
    transition: 0.15s;
    cursor: pointer;
}

.action-button:hover {
    transform: scale(1.1);
}

.action-button-gold {
    font-family: 'jost-bold';
    font-size: 17px;
    color: #1a1a1a;
    background-color: #C7B299;
    padding: 1.8em 2.5em;
    width: 230px;
    transition: 0.15s;
    cursor: pointer;
}

.action-button-gold-s {
    font-family: 'jost-bold';
    font-size: 17px;
    color: #1a1a1a;
    background-color: #C7B299;
    padding: 1.5em 2em;
    width: 200px;
    transition: 0.15s;
    cursor: pointer;
}

.action-button-gold:hover {
    transform: scale(1.1);
}

#area-legal a {
    color: #1a1a1a;
    font-weight: 100;
}

.action-button a {
    color: white;
    text-decoration: none;
}

.action-button-gold a {
    color: #1a1a1a;
    text-decoration: none;
}

li {
    list-style-type: none;
}

#area-bottom-nav {
    background-color: #1a1a1a;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

#area-bottom-nav p {
    color: white;
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'jost-bold';
}

#area-bottom-nav a {
    color: white;
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'jost-bold';

}

#area-contact {
    padding: 40px 20px;
    background-color: #1a1a1a;
}

#area-contact ul {
    text-align: right;
}

#area-contact li {
    color: white;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#area-contact ul li a {
    color: white;
}

#area-contact img {
    height: 40px;
    margin-left: 20px;
}

#area-contact ul li:nth-of-type(2) img {
    width: 22px;
}

#area-contact ul li:nth-of-type(3) {
    display: flex;
    max-width: 1000px;
    flex-wrap: wrap;
}

#area-contact ul li:nth-of-type(3) img {
    width: 100px;
    margin-top: 30px;
    height: auto;
}

#area-contact ul li:nth-of-type(3) a:first-of-type img {
    width: 120px;
    margin-top: 30px;
    height: auto;
}



#area-legal {
    padding: 30px 20px;
    position: relative;
    font-weight: 100;
}

#area-legal p {
    text-align: center;
    margin-top: 15px;
    font-weight: 100;
    margin-bottom: 15px;
    font-family: 'jost-medium';
}

#socials {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;

}

#socials img {
    margin-left: 8px;
    margin-right: 8px;
    width: 40px;
    transition: 0.15s
}

#socials img:hover {
    transform: scale(1.1);
}

#area-legal p {
    color: #1a1a1a;
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
    font-weight: 100;
    font-size: 20px;
}

.mobileOnly {
    display: block
}

.mobileSmallOnly {
    display: none;
}

.desktopOnly {
    display: none;
}

#includehtml_menu {
    display: contents;
}

@media only screen and (max-height: 650px) {
    #big-menu a {
        font-size: 25px;
        margin-top: 0;
    }

    #mini-menu a {
        font-size: 20px;
        margin-top: 5px;
    }

    .mobileSmallOnly {
        display: block
    }
}

@media only screen and (max-width: 1200px) {
    #big-menu a {
        margin-left: 10px;
    }

}

@media only screen and (min-width: 900px) {
    .mobileOnly {
        display: none
    }

    .desktopOnly {
        display: block;
    }

    #logo {
        height: 2.7em;
        margin-left: 50px;
        transition: 0.15s;
        cursor: pointer;
    }

    #logo:hover {
        transform: scale(1.1);
    }

    nav {
        height: 120px;
        width: 100%;
    }

    #menu {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: transparent;
        min-height: 0;
        left: 0;
    }

    #big-menu {
        display: block;
        text-align: right;
        margin: 0;
    }

    #mini-menu {
        padding: 0;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        margin: 0;
        bottom: 0;
        position: relative;
    }

    #menu a {
        transition: 0.15s;
        display: inline-block;
        text-decoration: none;
        margin-top: 0;
    }

    #big-menu a:hover {
        color: #C7B299;
        transform: scale(1.1);
    }

    h1 {
        font-size: 40px;
        color: #1A1A1A;
        font-family: 'jost-bold';
    }



    p {
        color: white;
        font-size: 20px;
        font-family: 'jost-medium';
    }


    .more-button {
        font-size: 18px;
        transition: 0.15s
    }



    .action-button {
        font-family: 'jost-bold';
        font-size: 23px;
        color: white;
        background-color: #1a1a1a;
        padding: 1.5em 2.2em;
        width: 295px;
    }

    .action-button-gold {
        font-family: 'jost-bold';
        font-size: 23px;
        color: #1a1a1a;
        background-color: #C7B299;
        padding: 1.5em 2.2em;
        width: 300px;
        ;
    }




    #nav-contact-wrapper {
        display: flex;
        position: relative;
    }

    #nav-contact-wrapper {}

    #area-bottom-nav {
        background-color: #1a1a1a;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;
        flex: 1;
        align-items: center;
        text-align: left;
    }

    #area-bottom-nav div {
        width: 100%;
        max-width: 500px;
        max-height: 200px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: left;

    }

    ul {
        list-style: none;
    }

    #area-bottom-nav p {
        color: white;
        line-height: 30px;
        text-align: left;
        width: 100%;
        font-family: 'jost-bold';

    }

    #area-contact {
        padding: 50px 50px;
        background-color: #1a1a1a;
    }

    #area-contact ul {
        text-align: right;
    }

    #area-contact li {
        color: white;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #area-contact img {}

    #area-contact ul li:nth-of-type(2) img {
        width: 22px;
    }

    #area-contact ul li:nth-of-type(3) img {}


    .menu-product {}

    #area-legal {
        display: flex;
        padding-right: 50px;
        padding-left: 50px;
        justify-content: space-between;
        align-items: center;
        font-weight: 100;
        background-color: white;
    }

    #area-legal div:first-of-type {
        flex: 1;
        font-weight: 100;
    }

    #area-legal p {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 100;
        font-family: 'jost-medium';
    }

    #area-legal div p:first-of-type {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 100;
        font-family: 'jost-medium';
        display: flex;
    }

    #socials {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        flex: 1;

    }

    #socials img {
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }

    #area-legal p {
        color: #1a1a1a;
        text-align: right;
        font-weight: 100;
        margin-top: 0px;
        flex: 1;
    }

    #menu {
        margin-right: 50px;
        display: flex;
        flex-direction: column;
    }

    #mini-menu {
        text-align: right;
    }

    #mini-menu a {
        color: #fff;
        font-size: 15px;
        margin-left: 15px;
        margin-bottom: 10px;
        margin-top: 2px;
    }

    #mini-menu a:hover {
        color: #C7B299;
    }

    #mini-menu a:last-of-type:hover{
        color: white;
    }

    #big-menu a {
        color: white;
        font-size: 18px;
        font-family: 'jost-bold';
        margin-left: 30px;
        cursor: pointer;
    }


}