/* COLOR */

:root {
    --primary-color: #3a795e;
    --cream: #fff1d6;
    --brown: #b68048;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-brown {
    color: var(--brown) !important;
}

.bg-cream {
    background-color: var(--cream) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    display: flex;
    justify-content: center;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1920px;
    width: 100%;
}

.section-1 {
    background-image: url("../images/landing/new/bg-1.svg");
    background-size: cover;
    height: 1820px;
}

.logo img {
    width: 300px;
}

.title-1,
.title-2 {
    position: relative;
    z-index: 2;
}

.produk {
    top: 120px;
    z-index: 1;
}

.produk img {
    width: 1000px;
}

.check-sec-1 {
    /* width: ; */
}

.icon {
    margin-top: 150px;
    margin-right: 100px;
}

.store {
    border: 1px solid var(--primary-color);
    width: 90%;
}

.section-3 {
    background-image: url("../images/landing/new/bg-sec-3.svg");
    background-size: cover;
    height: max-content;
}

.arrow {
    transition: transform 0.3s ease-in-out;
}

.rotated {
    transform: rotate(90deg);
}

/* XXL */
@media screen and (min-width: 1400px) {
    .text-1,
    .text-2-sec2 {
        font-size: 100px;
    }

    .text-1-sec2 h2 {
        font-size: 66px;
    }

    .text-1-sec2 .logo-sec-2 {
        width: 250px;
        margin: 0px 20px;
    }

    .img-sec-2 {
        z-index: 3;
    }

    .bg-sec-2 {
        bottom: 0px;
        z-index: 1;
    }

    .gradation {
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        background-image: linear-gradient(
            to bottom,
            rgba(255, 241, 214, 0) 0%,
            rgba(255, 241, 214, 1) 100%
        );
    }

    .section-3 h1 {
        font-size: 126px;
    }

    .title-1-sec3 {
        font-size: 125px;
    }

    .section-3 p {
        font-size: 72px;
    }

    /* .petik{
        font-size: 200px;
        display: inline-block;
        transform: rotate(180deg);
    } */

    .desc-sec3 p {
        line-height: 1;
        text-align: center;
    }

    .data {
        margin-top: 140px;
    }

    .btn-order {
        background-color: var(--primary-color) !important;
        border: 10px solid #ffffff;
        font-size: 50px;
        box-shadow: 7px 7px 14px #d5d5d5, -7px -7px 14px #ebebeb;
    }

    .btn-order:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .sec-3-order h1,
    .sec-3-order h2 {
        font-size: 110px;
    }

    .section-12 .box {
        width: 60%;
    }

    .box p {
        font-size: 40px;
    }

    .box li {
        font-size: 40px;
    }

    .form-search {
        border: 1px solid var(--primary-color);
        padding: 10px;
        font-size: 30px;
        width: 60%;
    }

    .btn-search {
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 40px;
        border: none;
    }

    .btn-search:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .list-region {
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }

    .city {
        width: 95%;
    }

    .subdistrict {
        width: 90%;
    }

    .title-search {
        font-size: 50px;
    }

    .store {
        width: 90%;
    }

    .call-me {
        width: 300px;
    }

    .call-me p,
    .hub {
        font-size: 30px;
    }

    .call-me i {
        font-size: 35px;
    }

    .btn-contact {
        padding: 10px;
        border: none;
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 25px;
    }
}

/* XL */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .text-1,
    .text-2-sec2 {
        font-size: 80px;
    }

    .check-sec-1 {
        display: flex;
        flex-direction: column;
    }

    .check-sec-1 img {
        width: 500px;
        margin-left: auto;
    }

    .icon img {
        width: 100px;
    }

    .text-1-sec2 .logo-sec-2 {
        width: 250px;
        margin: 0px 20px;
    }

    .bg-sec-2 {
        bottom: 0px;
        z-index: 1;
    }

    .gradation {
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        background-image: linear-gradient(
            to bottom,
            rgba(255, 241, 214, 0) 0%,
            rgba(255, 241, 214, 1) 100%
        );
    }

    .img-sec-2 {
        z-index: 3;
    }

    .title-1-sec3 {
        font-size: 100px;
    }

    .section-3 p {
        font-size: 50px;
        text-align: center;
    }

    .sec-3-order h1,
    .sec-3-order h2 {
        font-size: 90px;
    }

    .btn-order {
        background-color: var(--primary-color) !important;
        border: 10px solid #ffffff;
        font-size: 50px;
        box-shadow: 7px 7px 14px #d5d5d5, -7px -7px 14px #ebebeb;
    }

    .btn-order:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .box p {
        font-size: 40px;
    }

    .box li {
        font-size: 40px;
    }

    .title-search {
        font-size: 50px;
    }

    .form-search {
        border: 1px solid var(--primary-color);
        padding: 10px;
        font-size: 30px;
        width: 60%;
    }

    .btn-search {
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 40px;
        border: none;
    }

    .list-region {
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }

    .city {
        width: 95%;
    }

    .subdistrict {
        width: 90%;
    }

    .store {
        width: 90%;
    }

    .btn-contact {
        padding: 10px;
        border: none;
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 20px;
    }

    .call-me p,
    .hub {
        font-size: 30px;
    }

    .call-me i {
        font-size: 35px;
    }
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .text-1,
    .text-2-sec2 {
        font-size: 70px;
    }

    .check-sec-1 {
        display: flex;
        flex-direction: column;
    }

    .check-sec-1 img {
        width: 350px;
        margin-left: auto;
    }

    .icon {
        margin: 30px 10px;
    }

    .icon img {
        width: 80px;
    }

    .text-1-sec2 .logo-sec-2 {
        width: 200px;
        margin: 0px 20px;
    }

    .bg-sec-2 {
        bottom: 0px;
        z-index: 1;
    }

    .gradation {
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        background-image: linear-gradient(
            to bottom,
            rgba(255, 241, 214, 0) 0%,
            rgba(255, 241, 214, 1) 100%
        );
    }

    .img-sec-2 {
        z-index: 3;
    }

    .title-1-sec3 {
        font-size: 80px;
    }

    .section-3 p {
        font-size: 40px;
        text-align: center;
    }

    .data {
        display: flex;
        justify-content: center;
    }

    .data img {
        width: 800px;
    }

    .sec-3-order h1,
    .sec-3-order h2 {
        font-size: 70px;
    }

    .btn-order {
        background-color: var(--primary-color) !important;
        border: 10px solid #ffffff;
        font-size: 40px;
        box-shadow: 7px 7px 14px #d5d5d5, -7px -7px 14px #ebebeb;
    }

    .btn-order:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .box p {
        font-size: 30px;
    }

    .box li {
        font-size: 30px;
    }

    .title-search {
        font-size: 40px;
    }

    .form-search {
        border: 1px solid var(--primary-color);
        padding: 10px;
        font-size: 30px;
        width: 60%;
    }

    .btn-search {
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 40px;
        border: none;
    }

    .roll-region {
        padding: 0 20px;
    }

    .list-region {
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }

    .city {
        width: 95%;
    }

    .subdistrict {
        width: 90%;
    }

    .store {
        width: 90%;
    }

    .btn-contact {
        padding: 10px;
        border: none;
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 20px;
    }

    .call-me p,
    .hub {
        font-size: 30px;
    }

    .call-me i {
        font-size: 25px;
    }
}

/* MD */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .form-auth {
        display: flex;
        justify-content: center;
    }

    /* .mobile-product{
        display: flex !important;
        flex-direction: column;
        align-items: center;
    } */

    .text-1-sec2 h2 {
        font-size: 40px;
    }

    .text-1,
    .text-2-sec2 {
        font-size: 60px;
    }

    .title-1 img {
        width: 500px;
    }

    .check-sec-1 {
        display: flex;
        flex-direction: column;
    }

    .check-sec-1 img {
        width: 350px;
        margin-left: auto;
    }

    .icon {
        margin: 30px 10px;
    }

    .icon img {
        width: 70px;
    }

    .text-1-sec2 .logo-sec-2 {
        width: 200px;
        margin: 0px 20px;
    }

    .bg-sec-2 {
        bottom: 0px;
        z-index: 1;
    }

    .gradation {
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        background-image: linear-gradient(
            to bottom,
            rgba(255, 241, 214, 0) 0%,
            rgba(255, 241, 214, 1) 100%
        );
    }

    .img-sec-2 {
        z-index: 3;
    }

    .title-1-sec3 {
        font-size: 60px;
    }

    .section-3 p {
        font-size: 30px;
        text-align: center;
    }

    .data {
        display: flex;
        justify-content: center;
    }

    .data img {
        width: 600px;
    }

    .sec-3-order h1,
    .sec-3-order h2 {
        font-size: 55px;
    }

    .btn-order {
        background-color: var(--primary-color) !important;
        border: 5px solid #ffffff;
        font-size: 30px;
        box-shadow: 7px 7px 14px #d5d5d5, -7px -7px 14px #ebebeb;
    }

    .btn-order:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .box p {
        font-size: 25px;
    }

    .box li {
        font-size: 25px;
    }

    .title-search {
        font-size: 30px;
    }

    .form-search {
        border: 1px solid var(--primary-color);
        padding: 10px;
        font-size: 30px;
        width: 80%;
    }

    .btn-search {
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 30px;
        border: none;
    }

    .roll-region {
        padding: 0 20px;
    }

    .list-region {
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }

    .city {
        width: 95%;
    }

    .subdistrict {
        width: 90%;
    }

    .store {
        width: 90%;
    }

    .btn-contact {
        padding: 10px;
        border: none;
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 15px;
    }

    .call-me p,
    .hub {
        font-size: 30px;
    }

    .call-me i {
        font-size: 25px;
    }

    .sosmed-btn {
        padding: 0 2px !important;
    }
}

/* SM */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .form-auth {
        display: flex;
        justify-content: center;
    }

    .section-1 {
        height: max-content;
    }

    .mobile-product {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        top: 10px;
    }

    .container,
    .container-fluid {
        /* margin: 0 !important; */
        padding: 0 !important;
    }

    .mobile-product img {
        width: 700px;
    }

    .title-1 img {
        width: 500px;
    }

    .title-1 h1 {
        color: #ffffff !important;
    }

    .logo {
        padding: 0px 0px !important;
    }

    .text-1-sec2 .logo-sec-2 {
        width: 170px;
        margin: 0px 20px;
    }

    .text-1,
    .text-2-sec2 {
        font-size: 40px;
    }

    .bg-sec-2 {
        bottom: 0px;
        z-index: 1;
    }

    .gradation {
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        background-image: linear-gradient(
            to bottom,
            rgba(255, 241, 214, 0) 0%,
            rgba(255, 241, 214, 1) 100%
        );
    }

    .img-sec-2 {
        z-index: 3;
    }

    .title-1-sec3 {
        font-size: 50px;
    }

    .section-3 p {
        font-size: 30px;
        text-align: center;
    }

    .sec-3-19 {
        padding: 0 !important;
    }

    .sec-3-order h1,
    .sec-3-order h2 {
        font-size: 55px;
    }

    .btn-order {
        background-color: var(--primary-color) !important;
        border: 5px solid #ffffff;
        font-size: 30px;
        box-shadow: 7px 7px 14px #d5d5d5, -7px -7px 14px #ebebeb;
    }

    .btn-order:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .box p {
        font-size: 25px;
    }

    .box li {
        font-size: 25px;
    }

    .title-search {
        font-size: 30px;
    }

    .form-search {
        border: 1px solid var(--primary-color);
        padding: 10px;
        font-size: 30px;
        width: 80%;
    }

    .btn-search {
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 30px;
        border: none;
    }

    .roll-region {
        padding: 0 20px;
    }

    .list-region {
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }

    .city {
        width: 95%;
    }

    .subdistrict {
        width: 90%;
    }

    .store {
        width: 90%;
    }

    .btn-contact {
        padding: 10px;
        border: none;
        background-color: var(--primary-color);
        color: #ffffff;
        width: 100%;
        font-size: 12px;
    }

    .call-me p,
    .hub {
        font-size: 30px;
    }

    .call-me i {
        font-size: 25px;
    }

    .sosmed-btn {
        padding: 0 2px !important;
    }
}

/* XS */
@media screen and (max-width: 575px) {
    .form-auth {
        display: flex;
        justify-content: center;
    }

    .title-1 img {
        width: 500px;
    }

    .title-1 h1 {
        color: #ffffff !important;
    }

    .section-1 {
        height: max-content;
    }

    .logo {
        padding: 0px 0px !important;
    }

    .text-1-sec2 .logo-sec-2 {
        width: 120px;
        margin: 0px 20px;
    }

    .text-1,
    .text-2-sec2 {
        font-size: 25px;
    }

    .text-1-sec2 h2 {
        font-size: 20px;
    }

    .bg-sec-2 {
        bottom: 0px;
        z-index: 1;
    }

    .gradation {
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        background-image: linear-gradient(
            to bottom,
            rgba(255, 241, 214, 0) 0%,
            rgba(255, 241, 214, 1) 100%
        );
    }

    .img-sec-2 {
        z-index: 3;
    }

    .title-1-sec3 {
        font-size: 25px;
    }

    .section-3 p {
        font-size: 20px;
        text-align: center;
    }

    .sec-3-19 {
        padding: 0 !important;
    }

    .sec-3-order h1,
    .sec-3-order h2 {
        font-size: 25px;
        color: #000000;
    }

    .btn-order {
        background-color: var(--primary-color) !important;
        border: 5px solid #ffffff;
        font-size: 20px;
        box-shadow: 7px 7px 14px #d5d5d5, -7px -7px 14px #ebebeb;
    }

    .btn-order:hover {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .box,
    .box-2 {
        padding: 10px !important;
    }

    .title-search {
        font-size: 20px;
    }

    .form-search {
        border: 1px solid var(--primary-color);
        padding: 10px;
        font-size: 20px;
        width: 80%;
    }

    .btn-search {
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 20px;
        border: none;
    }

    .roll-region {
        padding: 0 20px;
    }

    .list-region {
        border: 1px solid var(--primary-color);
        cursor: pointer;
    }

    .city {
        width: 95%;
    }

    .subdistrict {
        width: 90%;
    }

    .store {
        width: 90%;
    }

    .btn-contact {
        padding: 10px;
        border: none;
        background-color: var(--primary-color);
        color: #ffffff;
        font-size: 12px;
        width: 100%;
    }

    .call-me p,
    .hub {
        font-size: 15px;
    }

    .call-me i {
        font-size: 15px;
    }

    .sosmed-btn {
        padding: 0 2px !important;
    }

    .sosmed-btn p {
        text-align: center;
        padding: 0 20px;
    }
}
