* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    color: #2a1a18;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h2,
h4,
h5,
p,
em,
span {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

.lp-container {
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}


.lp-header {
    width: 100%;
    background: #0060a9;
    z-index: 50;
}

.lp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    position: relative;
}

.lp-header-logo {
    padding: 0;
    width: 100%;
    max-width: 246px;
}

.lp-header-logo a {
    display: block;
}

.lp-header-right .btn {
    display: flex;
    font-size: 23px;
    font-weight: 700;
    background-color: #fff;
    border: solid 1px #fff;
    margin-bottom: 0;
    padding: 13px 45px;
    color: #0060a9;
    border-radius: 3px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
}

.lp-header-right .btn:hover {
    background-color: #0060a9;
    border: solid 1px #fff;
    color: #fff;
}

.lp-header-wde {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    top: -15px;
    margin: auto;
    z-index: 10;
    max-width: 850px;
    background-color: #3b3b3b;
    border: 1px solid white;
    border-radius: 0 0 30px 30px;
    padding: 38px 70px;
    justify-content: center;
    align-items: center;
}

.wde-logo {
    max-height: 65px;
    margin: 0;
    margin-right: 150px;
}

.wde-welcome-text h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.02em;
}

.lp-intro-sec {
    position: relative;
    padding: 1px 0;
}

.lp-intro-sec .lp-intro-content {
    margin-top: 180px;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 100px;
    width: 42%;
}

.lp-intro-sec .lp-intro-content h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.307;
    color: #0060a9;
    margin: 0 0 35px;
}

.lp-intro-sec .lp-intro-content .btn {
    font-size: 26px;
    font-weight: 700;
    background-color: #02a0df;
    color: #fff;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
    line-height: 1.42857143;
}

.lp-intro-sec .lp-intro-content .btn:hover {
    background-color: #0060a9;
}

.lp-intro-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.lp-intro-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 20px;
    object-fit: cover;
}

.lp-product-sec {
    padding: 150px 0 0;
}

.lp-product-sec .top-sec h2 {
    font-size: 48px;
    font-weight: 400;
    color: black;
    line-height: 1.153;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 900px;
    font-family: "Merriweather", serif;
}

ul.produce-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

ul.produce-links>li {
    width: calc(100%/3);
    padding: 0 50px;
}

ul.produce-links>li .produce-item {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

ul.produce-links>li .produce-item .top {
    position: relative;
    z-index: 1;
}

ul.produce-links>li .produce-item .product-image {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

ul.produce-links>li .produce-item .product-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
    line-height: normal;
    min-height: 100px;
}

ul.produce-links>li .produce-item .prodduct-circle {
    background: #0060a9;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}

ul.product-bottom {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 150px;
    margin-bottom: 100px;
}

ul.product-bottom>li {
    display: block;
    width: calc(100%/3);
    padding: 0 20px;
    text-align: center;
}

ul.product-bottom>li h3 {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin: 25px 0 0;
}


.lp-gallery-sec {
    padding: 80px 0 80px;
    background: #fafafa;
}

.masonry-grid {
    column-count: 3;
    column-gap: 15px;
}

.grid-item {
    break-inside: avoid;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease;
}

.grid-item.active {
    opacity: 1;
    transform: translateY(0);
}

.grid-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.gallery-filters {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.filter-btn {
    font-size: 20px;
    font-weight: 700;
    background-color: #02a0df;
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 14px 46px 12px;
    border: none;
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
    line-height: 1.42857143;
    outline: none;
}

.filter-btn.active, .filter-btn:hover {
    background-color: #0060a9;
}

.lp-form-sec {
    padding: 80px 0;
}

.form-top-text {
    text-align: center;
    padding: 0 0 60px;
}

.form-top-text {
    text-align: center;
    padding: 0 0 60px;
    margin: 0 auto;
    max-width: 900px;
}

.form-top-text p {
    font-size: 20px;
    margin: 0 0 15px;
}

.form-top-text h2 {
    font-size: 48px;
    font-weight: 400;
    color: black;
    line-height: 1.153;
    text-align: center;
    margin: 0 auto 20px;
    font-family: "Merriweather", serif;
}

.form-sec {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.form-sec form>h5 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.02em;
}

.form-sec .col-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 0 20px;
}

.form-sec .col-2 .input-box {
    width: calc(100% / 2 - 15px);
}

.form-sec .col-2 .input-box label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 5px;
}

.form-sec .col-2 .input-box input {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    line-height: normal;
    padding: 13px 15px;
    outline: none;
}

.check-box-group {
    margin: 0 0 30px;
}

.check-box-group h5 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
}

.check-box-group ul.checkboxs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.check-box-group ul.checkboxs li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 45%;
    gap: 15px;
}

.check-box-group ul.checkboxs li input {
    width: 24px;
}

.check-box-group ul.checkboxs li label {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.submit-btn input {
    font-size: 26px;
    font-weight: 700;
    background-color: #02a0df;
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 14px 50px;
    border: none;
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
    line-height: 1.42857143;
    outline: none;
}

.submit-btn input:hover {
    background-color: #0060a9;
}

footer.lp-footer {
    background: #0060a9;
    padding: 80px 0 80px;
}

footer.lp-footer .lp-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 30px;
    text-align: center;
}

footer.lp-footer .contact-info {
    width: 35%;
}

footer.lp-footer .social-box {
    width: 35%;
}

footer.lp-footer .footer-logo {
    width: calc(30% - 60px);
}

footer.lp-footer h4 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    color: #fff;
}

footer.lp-footer .contact-info p a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

footer.lp-footer .social-box ul {
    padding: 5px 0 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

footer.lp-footer .social-box ul a {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 7px;
    transition: all 0.35s ease-in-out;
}
footer.lp-footer .social-box ul a:hover {
    background: rgba(255,255,255,0.4);
}


/* Responsive */
@media (max-width: 1199px) {
    .lp-header-wde {
        max-width: 460px;
        padding: 38px 40px;
    }

    .wde-welcome-text h3 {
        font-size: 30px;
    }

    .wde-logo {
        margin-right: 30px;
    }

    .lp-header-logo {
        max-width: 200px;
    }

    .lp-header-right .btn {
        font-size: 22px;
        padding: 13px 30px;
    }

    .lp-intro-sec .lp-intro-content h1 {
        font-size: 40px;
    }

    .lp-intro-sec .lp-intro-content .btn {
        font-size: 23px;
        padding: 14px 35px;
    }

    .lp-product-sec .top-sec h2 {
        font-size: 30px;
        margin: 0 auto 20px;
        max-width: 600px;
    }

    ul.produce-links>li {
        padding: 0 20px;
    }

    .form-top-text h2 {
        font-size: 30px;
    }

}

@media (max-width: 991px) {
    .masonry-grid {
        column-count: 2;
    }

    .lp-header-wde {
        position: initial;
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        max-width: 100%;
        padding: 25px 40px;
    }

    .wde-logo {
        margin-right: 20%;
    }

    .lp-intro-sec .lp-container {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .lp-intro-img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .lp-intro-sec .lp-intro-content h1 {
        font-size: 35px;
        margin: 0 0 20px;
    }

    .lp-intro-sec .lp-intro-content {
        margin-top: 0;
        margin-right: auto;
        margin-left: 0;
        padding: 42px 15px 55px;
        width: 100%;
        text-align: center;
    }

    .lp-intro-sec .lp-intro-content .btn {
        font-size: 20px;
        padding: 14px 35px;
    }

    .lp-product-sec {
        padding: 100px 0 0;
    }

    ul.produce-links>li {
        padding: 0 20px;
        width: 50%;
    }

    ul.product-bottom>li h3 {
        font-size: 18px;
        margin: 20px 0 0;
    }

    ul.product-bottom {
        margin-top: 100px;
        margin-bottom: 70px;
    }

    .check-box-group ul.checkboxs li label {
        font-size: 16px;
    }

    .check-box-group h5 {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 15px;
    }

    .submit-btn input {
        font-size: 20px;
        padding: 10px 40px;
    }
    .filter-btn {
        font-size: 18px;
        padding: 12px 36px 10px;
    }

}

@media (max-width: 767px) {
    .masonry-grid {
        column-count: 1;
    }

    .lp-header-right .btn {
        font-size: 16px;
        padding: 11px 17px;
    }

    .lp-header-logo {
        max-width: 200px;
        width: calc(100% - 140px);
    }

    .wde-welcome-text h3 {
        font-size: 23px;
    }

    .wde-logo {
        margin-right: 10%;
        max-height: 50px;
    }

    .lp-intro-sec .lp-intro-content h1 {
        font-size: 28px;
    }

    .lp-intro-sec .lp-intro-content .btn {
        text-align: center;
        font-size: 16px;
        padding: 12px 25px;
    }

    .lp-product-sec .top-sec h2 {
        font-size: 24px;
    }

    ul.produce-links>li {
        padding: 0 0px 20px;
        width: 100%;
    }

    ul.produce-links>li .produce-item .product-image {
        padding-bottom: calc(100% - 80px);
    }

    ul.product-bottom>li h3 {
        font-size: 18px;
        margin: 10px 0 0;
    }

    ul.product-bottom>li {
        display: block;
        width: 100%;
        padding: 0 0 35px;
        text-align: center;
    }

    ul.product-bottom {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .lp-gallery-sec {
        padding: 50px 0;
    }

    .lp-product-sec {
        padding: 70px 0 0;
    }

    .form-top-text h2 {
        font-size: 24px;
    }

    .form-top-text p {
        font-size: 18px;
    }

    .form-top-text {
        padding: 0 0 20px;
    }

    .form-sec .col-2 .input-box {
        width: 100%;
    }

    .form-sec .col-2 {
        gap: 20px;
        margin: 0 0 20px;
    }

    .form-sec form>h5 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .check-box-group h5 {
        font-size: 20px;
    }

    .check-box-group ul.checkboxs li {
        width: 100%;
    }

    footer.lp-footer .footer-logo a {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }

    footer.lp-footer .contact-info {
        width: 100%;
        order: 2;
        padding: 52px 0 50px;
    }

    footer.lp-footer .social-box {
        width: 100%;
        order: 3;
    }

    .submit-btn input {
        font-size: 18px;
        padding: 10px 40px;
    }

    footer.lp-footer .footer-logo {
        width: 100%;
        order: 1;
    }

    .gallery-filters {
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .gallery-filters {
        gap: 8px;
        justify-content: center
    }

    .filter-btn {
        font-size: 16px;
        padding: 9px 19px 7px;
    }
}