@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Gantari", sans-serif;
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}

.header {
    background: transparent;
    transition: background-color 0.3s ease-in-out;
}

.header.scrolled {
    background: #000;
}

.modal-backdrop.show {
    background-color: rgba(23, 150, 0, 1);
    opacity: 1;
}

/*.container-fluid,*/
.modal-xl {
    max-width: 90% !important;
}

.modal-xl .modal-content {
    background: none !important;
    border: none !important;
    margin-left: 0 !important;
}

.modal-xl .modal-content .modal-body ul {
    max-width: 500px;
}

.modal-xl .modal-content .modal-body .btn-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #000;
    display: block;
    width: 100%;
    border-radius: 0 !important;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
}

.modal-xl .modal-content .modal-body .btn-link.active,
.modal-xl .modal-content .modal-body .btn-link:hover {
    color: #fff;
}

.btn-link-primary {
    color: #fff !important;
    outline: none !important;
}

.btn-link-primary:focus,
.btn-link-primary:hover,
.btn-link-primary:active {
    outline: none !important;
    box-shadow: none !important;
    color: #179600 !important;
}

.modal-xl .modal-content .btn-link-close {
    color: #000;
}

.modal-xl .modal-content .btn-link-close:focus,
.modal-xl .modal-content .btn-link-close:hover,
.modal-xl .modal-content .btn-link-close:active {
    color: #fff;
}

#heroCarousel {
    background-color: #000;
}

#heroCarousel h1 {
    font-size: 5rem;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.center-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .center-responsive {
        position: absolute;
        bottom: 0%;
        top: auto !important;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    #heroCarousel h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 840px) {
    #heroCarousel h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    #heroCarousel h1 {
        font-size: 22px;
    }
}

#heroCarousel .carousel-inner img,
#heroCarousel .carousel-inner video {
    opacity: 0.4;
}

.image-text {
    position: relative;
    background-color: #000;
}

.image-text img {
    position: relative;
    z-index: 1;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.image-text:hover img {
    opacity: 0.4;

}

.image-text .text {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    pointer-events: none;
}

.image-text .stretched-link {
    z-index: 3;
}

.image-text .text h1 {
    margin: 0;
}

.whitebg {
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
}

.whitebg h1,
.lightgreybg h1,
.header-text h1 {
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.whitebg h2,
.lightgreybg h2 {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #179600;
}

.whitebg h3,
.lightgreybg h3 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.whitebg h4,
.lightgreybg h4 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.whitebg a,
.lightgreybg a {
    color: #179600;
    text-decoration: none;
}

.whitebg a:hover,
.lightgreybg a:hover {
    color: #000;
    text-decoration: none;
}

.image-text h3 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.lightgreybg {
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
}

.bg-dark {
    background-color: #000 !important;
    color: #fff;
}

.btn-primary {
    color: #fff !important;
    background-color: #179600;
    border-color: #179600;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.whitebg small,
.lightgreybg small,
.fancy_section small,
.slide small {
    color: #179600;
    letter-spacing: 1px;
}

/* BOXES */
.home-boxes h1 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-boxes h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes h3 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes small {
    color: #179600;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px !important;
}

.home-boxes hr {
    border-top-color: #aaa !important;
}

.home-boxes a {
    color: #179600;
    text-decoration: none;
}

.home-boxes a:hover {
    color: #000;
    text-decoration: none;
}

span.greentext {
    color: #179600;
}

/* FANCY SECTION */

.fancy_section {
    color: white;
    width: 100%;
    padding: 100px 20px 150px;
}

.fancy_section .container {
    max-width: 1200px !important;
}

.fancy_section_sub .container.sm {
    max-width: 1000px !important;
}

.fancy_section_sub {
    margin-top: -150px;
    min-height: 150px;
}

.fancy_section h1 {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.img {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.image-container {
    position: relative;
    /* Ensures absolute positioning works */
    text-align: center;
    min-height: 300px;
}

.fancy_section h3 {
    font-size: 25px;
    font-weight: 600;
}

.fancy_section h5 {
    color: #000;
}

/* CARD */
.card {
    padding: 30px;
    border: none;
    border-radius: 0px;
}

.card h5 {
    font-weight: 600;
}

.homereviews p {
    font-size: 17px;
}

/* FOOTER */

.footer {
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
    font-size: 15px;
    background-color: #0a0a0a;
    color: #fff;
}

.footer h4 {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.footer a {
    color: #25c708;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.bordergrey {
    border-top: 1px #222 solid;
}

.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

.contact-hours .active {
    color: #25c708;
    font-weight: 500;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}

/* HOME PAGE PARALLAX */
.container-slide {
    max-width: 1200px;
    margin: 0 auto;
}

.parallax-about {
    background-image: url(../images/home-header-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 50px;
    padding-right: 50px;
}

.parallax-about h1 {
    color: #fff;
    font-size: 35px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-style: normal;
}

.parallax-about h2 {
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    font-style: normal;
}

.parallax-about h3 {
    color: #fff;
    font-size: 23px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-style: normal;
}

.parallax-about h4 {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-style: normal;
}

.parallax-about p {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-style: normal;
}
.has-error .control-label,
.has-error label{
    color:#e56464;
    font-weight: 700;
}
.has-error .form-control,
.has-error .form-select{
    background-color:#f8d7da;
    border:1px solid #e56464;
}
.has-error .input-group-text{
    background-color:#e56464;
    border:1px solid #e56464;
    color:#fff;
}