@charset "utf-8";
/* CSS Document */

body, .sp-preloader {
    background-color: #191917;
    color: #F8F8F4;
}

#sp-header {
    background: #191917;
    height: 150px;
}

#modal-menu-toggler {
    width: 64px;
    height: 64px;
    border: 1px solid #BB8D8D;
    border-radius: 50%;
    padding: 19px 17px;
}

.burger-icon>span {
    display: block;
    height: 4px;
    background-color: rgb(187 141 141 / 70%);
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.animated-text {
    position: fixed;
    top: 35vh;
    left: 90vh;
    transition: all 0.8s ease;
    width: 120px;
    height: 30px;
    transform: scale(3.0) translateX(24%);
}
.animated-text.animate {
    transition: all 0.4s ease;
    transform: scale(0.8) translateX(6%);
    top: 4.5vh;
    z-index: 9999;
    transform-origin: -5% 0%;
    left: 10vh;
}

#sppb-addon-cR4_e9pUJTj4teNZNWutl .sppb-carousel-extended-heading {
    color: #F8F8F4 !important;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
    color: #fff;
    background-color: #BB8D8D;
}

body .sppb-btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:hover, body .sppb-btn.sppb-btn-primary:focus, body .sppb-btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:hover, body .sppb-btn.btn-primary:focus, body .sppb-btn.btn-primary:active, body .btn.sppb-btn-default:hover, body .btn.sppb-btn-default:focus, body .btn.sppb-btn-default:active, body .btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:active, body .btn.btn-primary:hover, body .btn.btn-primary:focus, body .btn.btn-primary:active {
    background-color: #343A40;
	
}
body .sppb-btn.sppb-btn-secondary, body .sppb-btn.btn-secondary, body .btn.sppb-btn-secondary, body .btn.btn-secondary {
    color: #fff;
    background-color: #BB8D8D !important;
    box-shadow: 0px 2px 8px rgba(28, 26, 32, 0.1);
}

body .sppb-btn.sppb-btn-secondary:hover, body .sppb-btn.btn-secondary:hover, body .btn.sppb-btn-secondary:hover, body .btn.btn-secondary:hover {

    background-color: #343A40 !important;
    box-shadow: 0px 2px 8px rgba(28, 26, 32, 0.1);
}


input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    border: none;
    border-bottom: 1px solid #343A40 !important;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px 0px 6px 0px;
    display: block;
    width: 100%;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #171614;
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    border: none;
    border-bottom: 1px solid #343A40 !important;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px 0px 6px 0px;
    display: block;
    width: 100%;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #171614;
}


#sp-footer ul.menu li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #ffffff70;
}