* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

html,
body {
    background-image: url(img/bg-dark.jpg);
    background-size: contain;
    background-attachment: fixed;
}

#mobile.mobile {
    display: none;
}

.nav-bar a.current {
    font-weight: 800;
    background: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
    transition: .5s ease-in-out;
}


.nav-bar {
    padding-top: 30px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    padding: 0 300px;
    z-index: 99;
}

.nav-bar img {
    position: relative;
    transform: translatey(50vh);
    width: 90%;
    animation: slideup 2s forwards;
}

@keyframes slideup {
    from {
        transform: translatey(-10vh);
    }

    to {
        transform: translatey(0vh);
    }
}

.nav-bar a {
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    width: 20%;
}

.nav-bar .verify-btn {
    position: fixed;
    right: 0;
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
    transition: .5s ease-in-out;
}

.nav-bar .verify-btn:hover {
    transform: scale(.8);
}

/* .container {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;
}

.section {
    width: 100vw;
    scroll-snap-align: start;
} */


.start-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    background-color: rgba(9, 9, 9, .8);
    background-size: cover;
    background-attachment: fixed;
}

.mail-btn {
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
    transition: .5s ease-in-out;
}

.banner-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
    font-size: 30px;
    background-repeat: no-repeat;
    font-weight: 800;
    text-align: center;
}

.banner-wrapper div {
    background: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
}

#box {
    position: fixed;
    width: 400px;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    animation: slidein 2s forwards;
}

@keyframes slidein {
    from {
        top: 150%;
    }

    to {
        top: 50%;
    }
}

.box img {
    position: relative;
    max-width: 100%;
    z-index: 99;
}

#mobile_box.mobile {
    display: none;
}

#inside_box,
#inside_med,
#inside_wtr {
    position: absolute;
    top: 50%;
    z-index: 0;
}


#inside_wtr {
    text-align: right;
}

#inside_med img,
#inside_wtr img {
    width: 40%;
}

.second-section,
.section-third {
    height: 200vh;
    display: flex;
    justify-content: center;
}

.section-fifth {
    height: 95vh;
}

.second-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-section h2 {
    text-align: left;
}

.contents-wrappermobile#mobile {
    display: none;
}

h2 {
    padding-bottom: 50px;
    font-size: 40px;
    text-transform: uppercase;
    background: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.contents-wrapper #contents_info {
    display: flex;
    width: 600px;
    background-image: radial-gradient(at top left, #FFFFFF35 30%, #000000 100%);
    box-shadow: 2px 2px 6px 0px rgba(255, 255, 255, 0.2) inset;
    margin: 0 25px;
    padding: 30px 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    border-radius: 20px;
    top: 38%;
}

.contents-wrapper div:nth-of-type(2) {
    width: 50vw;
    height: 200vh;

}


.contents-wrapper {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    /* max-width: 1920px; */
    background-color: rgba(9, 9, 9, .8);
}

.contents-wrapper h2 {
    /* position: fixed;
    top: 30%; */
}

.contents-wrapper p {
    width: 80%;
    text-align: center;
    color: #ddd;
    font-weight: 600;
    line-height: 30px;
    /* position: fixed;
    top: 40%;
    width: 20%; */
}


.section-third {
    background-color: #FFFFFF;
}

.hghwtr-wrapper {
    display: flex;
    max-width: 1920px;
    justify-content: center;
    align-items: center;
    padding: 0 150px;
}

.hghwtr-wrapper p {
    width: 30%;
    text-align: left;
    color: rgb(27, 26, 26);
    font-weight: 600;
    line-height: 30px;
}

#hgh_info {
    position: fixed;
    top: 28%;
    width: 50%;
    left: 5%;
}

.hghwtr-wrapper #wtr_info.disappear,
.hghwtr-wrapper #hgh_info.disappear {
    display: none
}

.hghwtr-wrapper #wtr_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 28%;
    width: 50%;
    right: 5%;
}

.hghwtr-wrapper #wtr_info p {
    text-align: right;
    display: inline-block;
}

.fp-tableCell {
    display: flex;
    width: 100%;
    align-items: center;
}

.section-fourth {
    height: 100vh;
}

.section-fifth .contents-wrapper,
.section-fourth .contents-wrapper {
    height: 100vh;
    flex-direction: column;
}

.section-fourth .contents-wrapper h2 {
    padding-top: 200px;
    text-align: center;
}

.section-fourth .info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-fourth .info-wrapper #lock_info {
    height: auto;
    width: 25vw;
    margin-left: 50px;
}

.section-fifth .contents-wrapper h2 {
    text-align: center;
    padding-top: 200px;
}

.section-fifth {
    position: relative;
}

.section-fifth .buynow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 95vh;
}

.section-fifth .buynow.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.section-fifth #contact {
    height: auto;
}

.section-fifth #contact {
    width: 40%;
    text-align: center;
    position: relative;
}

.section-fifth #contact a {
    bottom: -75%;
    position: relative;
}

.section-fifth #contact form input,
.section-fifth #contact form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #ddd;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.section-fifth #contact form input::placeholder,
.section-fifth #contact form textarea::placeholder {
    color: #ddd;
    font-size: 20px;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.price p {
    font-size: 65px;
    padding-bottom: 50px;
}

.price span {
    font-size: 30px;
}

.section-fifth .buynow .price h2 {
    padding-top: 0;
}


/* FOOTER */

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5vh;
    background-color: #090909;
    color: #444;
}

footer p:nth-of-type(1) {
    font-weight: 800;
}

/* ABOUT */

.about {
    height: 95vh;
}

.about-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-wrap div {
    width: 50%;
    text-align: center;
}

.about-wrap img {
    width: 70%;
}

.about-wrap p {
    width: 80%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

/* PRODUCT */

.about-wrap .wtrgh_img {
    width: 50%;
}

@media (max-width: 720px) {
    .desktop {
        display: none;
    }

    .nav-bar img {
        width: 35%;
    }

    .mobile#mobile {
        display: block;
        padding: 0;
    }

    .nav-bar.mobile#mobile {
        width: auto;
        left: 10%;
        right: 10%;
        transform: translateX(0);
        display: flex;
        z-index: 999;
    }

    .banner-wrapper {
        flex-direction: column;
    }

    .mail-btn {
        margin-bottom: 0;
    }

    #box {
        width: 300px;
        position: absolute;
    }

    .second-section {
        height: auto;
    }

    .contents-wrapper#desktop {
        display: none;
    }

    .contents-wrappermobile#mobile {
        display: block;
        padding: 200px 50px;
        text-align: center;
        background-color: rgba(9, 9, 9, .8)
    }

    .contents-wrappermobile#mobile h2 {
        text-align: center;
    }

    .contents-wrappermobile#mobile p {
        color: #fff;
        font-weight: 800;
    }

    .inside-boxmobile img {
        width: 300px;
        padding-bottom: 50px;
    }


    .section-third {
        display: block;
        height: auto;
        padding: 50px 0 0 0;
    }

    .section-third img {
        width: 20%;
    }

    #hgh_info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #hgh_info,
    .hghwtr-wrapper #wtr_info#wtr_info {
        position: relative;
        padding: 0 0 50px 0;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .hghwtr-wrapper p {
        width: 90%;
    }

    .hghwtr-wrapper #wtr_info {
        display: flex;
        align-items: center;
    }

    .hghwtr-wrapper #wtr_info p {
        text-align: left;
    }

    .section-fourth {
        height: auto;
    }

    .section-fourth .info-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .section-fourth .info-wrapper #lock {
        text-align: center;
    }

    .section-fourth .info-wrapper #lock img {
        width: 50%;
    }

    .section-fourth .info-wrapper #lock_info {
        width: auto;
        margin: 0;
    }

    .contents-wrapper p {
        margin: 0 auto;
    }

    .section-fifth {
        height: auto;
    }

    .section-fifth .contents-wrapper,
    .section-fourth .contents-wrapper {
        height: auto;
    }

    .section-fifth .buynow {
        flex-direction: column;
        align-items: center;
    }

    .contents-wrapper div:nth-of-type(2),
    .section-fifth #contact {
        width: auto;
        padding-bottom: 50px;
    }

    #mobile_box.mobile {
        display: block;
        width: 50%;
        padding-bottom: 50px;
    }

    footer {
        flex-direction: column;
    }

    .about-wrap {
        flex-direction: column;
    }

    .about-wrap p {
        width: 100%;
    }

    .section-fifth .buynow.contact img {
        width: 60%;
    }
}