.page .main-page-wrapper {
    background-color: #f7f7f7 !important;
}

.main-page-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    width: 1000px;
    height: 900px;
    background-image: url(/wp-content/uploads/2021/07/Asset-1.svg);
    right: -125px;
    top: -26px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
    overflow: hidden;
    animation: slidein;
    animation-duration: 100s;
    animation-iteration-count: infinite;
}

@keyframes slidein {
    from {
        top: -26px;
    }

    to {
        top: 95%;
        right: 450px;
        transform: rotate(360deg);
    }
}


@media (min-width: 1000px) {
    .homegrid {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* -------------------------- MISC ----------------------- */


/* body .website-wrapper .mainpa{
    padding-bottom: 13vh;
} */

.section .heading1 div {
    font-family: 'GrandSlang Roman' !important;
    color: #010101 !important;
    line-height: 1 !important;
    font-size: 65px;
}

.section .sub-heading div {
    font-family: 'Century Gothic';
    font-weight: 400 !important;
    font-size: 24px;
    margin-bottom: 0px;
}

body .website-wrapper .section-heading div {
    font-family: 'GrandSlang Roman' !important;
    color: #010101 !important;
    line-height: 1;
    font-size: 87px;
    letter-spacing: 5px;
}


body .section .section-btn {
    width: 55%;
    font-size: 19px;
    font-weight: 500;
    border-color: #000;
    padding: 20px 0px;
    letter-spacing: 4px;
    transition: 0.2s linear;
    position: relative;
}

body .section .section-btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #585b46;
    transition-delay: background-color 0.4s;
}

body .section .section-btn:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #585b46;
    transform-origin: left;
    z-index: -1;
    transition: 0.4s linear;
}

body .section .section-btn:hover::before {
    width: 100%;
}

body .main-page-wrapper {
    padding-top: 0px !important;
}

/* -------------------------- SECTION 1 SLIDER ----------------------- */
/* body .website-wrapper .section1{
    padding-top: 17vh;
} */

.section1 .layer-text1 {
    font-family: 'Century Gothic' !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}

body .section1 .layer-heading {
    font-family: 'GrandSlang Roman' !important;
    color: #010101 !important;
    line-height: 1;
    font-size: 75px;
}

body .section1 .layer-button {
    font-family: 'Century Gothic' !important;
    font-weight: 500 !important;
    font-size: 17px;
    transition: 0.5s all !important;
}

.section1 .layer-button:hover {
    border-color: #585b46 !important;
    background-color: #585b46 !important;
    color: #fff !important;
}

/* -------------------------- /SECTION 1 ----------------------- */




/* -------------------------- SECTION 2 ----------------------- */


.section2 .text1 div {
    font-family: 'CeraPRO' !important;
    font-weight: 400 !important;
    font-size: 24px;
    margin-bottom: 0px;
}

.section2 .tab-label {
    font-size: 20px;
    font-weight: 400;
}

.section2 .tabs-wd-610c2d31e3560.tabs-design-default .products-tabs-title .tab-label:after,
.tabs-wd-610c2d31e3560.tabs-design-alt .products-tabs-title .tab-label:after {
    background-color: #000 !important;
}

.section2 .wd-products-tabs.tabs-design-default .wd-tabs-header {
    margin-bottom: 25px;
}

body .section2 .wd-products-tabs.tabs-design-default .products-tabs-title .tab-label:after,
.wd-products-tabs.tabs-design-alt .products-tabs-title .tab-label:after {
    top: 120%;
}



/* -------------------------- SECTION 3 ----------------------- */

@media (min-width: 1000px) {
    body .section3 .row1 {
        max-width: 1200px;
        margin: 0 auto;
    }

    .section3 .row1 .col1 {
        z-index: 99;
    }

    .section3 .row1 .col1 .vc_column-inner {
        margin-left: 2.1vw;
    }

    body .section3 .row1 .heading1 div {
        font-size: 94px;
        letter-spacing: 5px;
    }

    body .section3 .row1 .text1 div {
        font-family: 'CeraPRO';
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 23px;
    }

    .section3 .row1 .col2 .img1 {
        transform: translateX(-7vw);
        z-index: 1;
        position: relative;
    }

    .section3 .row1 .col2 .img1 {
        position: relative;
    }


}

.section3 .row1 .col2 .img1 figure {
    position: relative;
}

.section3 .row1 .col2 .img1 figure::before {
    overflow: visible;
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: -40px;
    right: -45px;
    background-color: #585b46;
    z-index: -1;
}


/* -------------------------- SECTION 4 ----------------------- */

@media (min-width: 1000px) {
    body .section4 .row1 {
        max-width: 1200px;
        margin: 0 auto;
    }

    .section4 .row1 .col1 .vc_column-inner {
        margin-left: 2.1vw;
    }

    body .section4 .row1 .heading1 div {
        font-size: 94px;
        letter-spacing: 5px;
    }

    body .section4 .row1 .text1 div {
        font-family: 'CeraPRO';
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 23px;
    }

    .section4 .row1 .col2 {
        transform: translateX(-7vw);
        z-index: 99;
        position: relative;
    }

}

.section4 .row1 .col1 .img1 figure {
    position: relative;
}


.section4 .row1 .col1 .img1 figure::before {
    overflow: visible;
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: -40px;
    left: -45px;
    background-color: #585b46;
    z-index: -1;
}

body .section.section4 .section-btn:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    right: -1px;
    left: auto;
    top: 0px;
    background-color: #585b46;
    transform-origin: right;
    z-index: -1;
    transition: 0.4s linear;
}

body .section4 .section-btn:hover::before {
    width: calc(100% + 2px);
}

/* -------------------------- SECTION 5 ----------------------- */

body .section5 .row1,
body .section5 .row2 {
    max-width: 1200px;
    margin: 0 auto;
}

body .section5 .heading.heading1 {
    margin-bottom: 20px;
}



/* -------------------------- SECTION 6 ----------------------- */

body .section6 .row1 {
    max-width: 1200px;
    margin: 0 auto;
    background-position: center !important;
}



body .section6 .sub-heading {
    margin-top: 20px;
}

body .section6 .mc4wp-form-fields {
    justify-content: flex-start;
}

body .section6 input[type='email'] {
    border: none;
    border-bottom: 2px solid #000;
    width: 80%;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

body .section6 input[type="submit"] {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: 600 !important;
    transition: 0.2s all;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

body .section6 input[type="submit"]:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.section6 .row1.newsletter {
    position: relative;
}

.section6 .row1.newsletter:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #585b46;
    opacity: 0.7;
}

@media (max-width: 767px) {
    body .container .vc_row.section.section6 .row1 {
        background-position: -8% center !important;
    }
}


/* -------------------------- SECTION 7 ----------------------- */

@media (min-width: 320px) and (max-width: 480px) {

    body .website-wrapper .section-heading,
    body .website-wrapper .section .text1 {
        text-align: left;
    }

    body .section .wd-button-wrapper {
        text-align: left;
    }

    body .website-wrapper .section-heading div {
        font-size: 58px;
        text-align: left !important;
    }

    body .website-wrapper .section .text1 div {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .section .heading1 div {
        font-size: 48px;
    }

    /*  SECTION 5 */
    body .website-wrapper .section5 .text1 div {
        font-size: 17px;
        margin-bottom: 0px;
    }

    /*  SECTION 6 */
    body .website-wrapper .section6 .heading1 div {
        font-size: 45px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {

    body .website-wrapper .section-heading,
    body .website-wrapper .section .text1 {
        text-align: left;
    }

    body .section .wd-button-wrapper {
        text-align: left;
    }

    body .website-wrapper .section-heading div {
        font-size: 59px;
        text-align: left !important;
    }

    body .website-wrapper .section .text1 div {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .section .heading1 div {
        font-size: 48px;
    }

    /*  SECTION 5 */
    body .website-wrapper .section5 .text1 div {
        font-size: 17px;
        margin-bottom: 0px;
    }

    /*  SECTION 6 */
    body .website-wrapper .section6 .heading1 div {
        font-size: 45px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    body .section3 .row1,
    body .section4 .row1 {
        max-width: 700px;
        margin: 0 auto;
    }

}

/* @media (max-width: 990px){
     body .section6 .row1.newsletter{
    background-position: right !important;
    background-color: #e8e5dc !important;
    } 
} */

@media (max-width: 999px) {
    body .website-wrapper .section-heading div {
        font-size: 55px;
        text-align: left;
    }

    body .section .section-btn {
        font-size: 15px;
    }

    body .section4 .section-heading {
        text-align: left;
    }

    body .container .section6 .heading1 div {
        font-size: 45px;
    }

    body .section4 .wd-button-wrapper {
        text-align: left !important;
    }
}


div#sbi_load span.sbi_follow_btn a,
div#sbi_load a.sbi_load_btn {
    background-color: transparent !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    border-radius: 0px !important;
}

body #sb_instagram .sbi_follow_btn a:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

a.sbi_load_btn {
    display: none !important;
}