@font-face {
  font-family: "font-1";
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2);
}

@font-face {
  font-family: "font-2";
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2);
}

@font-face {
  font-family: "font-3";
  src: url(https://irp.cdn-website.com/fonts/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2);
}

.container {
display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* strip */
.strip-1 {
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 13.28px;
    padding: 10px;
    font-family: "font-2";
    font-weight: 700;
    background: rgba(67, 105, 102, 1);
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 999;
}

/* text block */
.box-2 p {
    font-style: italic;
    color: rgb(184, 159, 100);
    display: initial;
    font-weight: 400;
    line-height: 2;
    font-size: 16px;
    font-family: "font-2";
}

/* image */
.img-1 {
    filter: brightness(0) invert(1);
    width: 15%;
}

/* section */
.section-1 {
    background-image: url("../images/1banner.png");
    background-repeat: no-repeat;
    background-color: #000000c7;
    background-size: cover;
    min-height: 100vh;
    background-blend-mode: multiply;
    background-position: 50% 70%;
}

/* content */
.box-1 {
    text-align: center;
    width: 100%;
    padding-top: 5%;
}

/* heading */
.text-1 {
    color: rgb(184, 159, 100);
    font-size: 50px;
    font-family: "font-2";
    font-weight: 700;
    line-height: 1.5;
}

/* subtext */
.text-2 {
    color: #fff;
    font-size: 28px;
    font-family: "font-2";
    font-weight: bold;
    line-height: 1.5;
}

/* button */
.btn-1 {
    color: rgb(184, 159, 100);
    border: 2px solid;
    font-size: 20px;
    font-family: "font-2";
    font-weight: bold;
    border-radius: 8px;
    padding: 15px 0;
    display: inline-block;
    width: 23%;
    text-align: center;
    background: transparent;
}

/* footer */
footer {
    font-family: "font-2";
    background-color: #47423e;
    padding: 3px 10px;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

/* mobile */
@media screen and (max-width: 767px) {
    .text-1 {
        font-size: 40px;
    }

    .text-2 {
        font-size: 20px;
    }

    .btn-1 {
        width: 60%;
    }

    .img-1 {
        width: 45%;
    }

    .section-1 {
        background-image: url("../images/1mobile.png");
        height: 100vh;
        display: flex;
    }
}