.parallax-slide-container {
    height: auto !important;
    position: relative !important;
    overflow: hidden;
}

.parallax-slide-background {
    position: relative !important;
    height: 100vh; /* each slide still full screen */
}

#page-content-wrapper {
    position: relative;
    z-index: 2;
}

.elementor-section {
    clear: both;
}
body {
    overflow-y: auto !important;
}

.parallax-slide-container {
    overflow: visible !important;
}

.themegoods-navigation-wrapper .nav li.arrow > a:after{
    display: none !important;
}

#wrapper, body, html{
    background-color: #603e1f !important;
}

.text-white{
    color: #c7a17a !important;
    /* color: #fff !important; */
}
.text-whites{
    /* color: #c7a17a !important; */
    color: #fff !important;
}