:root {

    --bs-font-sans-serif: "Plus Jakarta Sans";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-primary: #95c425;
}

body {
    font-family: var(--bs-body-font-family);
}

.p-0 {
    padding: 0 !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.about {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 560px;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 5rem 3rem;
    color: #fff;
    z-index: +1;
}

.about .btn-secondary {
    color: white !important;
}

.drow-link-inline {
    text-decoration: none;
    padding: 6px 4px !important;
    color: #666;
    display: block;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;

}

.drow-link-inline:hover {
    color: #000;
}

.drow-link-inline i {
    padding-right: 10px;
}

@media only screen and (max-width: 700px) {
    .about {
        width: 94% !important;

    }
}

.cover {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    .cover {
        height: 100vh !important;

    }
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;


}

.cover-mid {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    .cover-mid {
        height: 100vh !important;

    }

    .cover-mid .about,
    .cover .about {
        top: 10vh !important;
        width: 90% !important;
        padding: 2.5rem 1.5rem !important;
        background-color: rgba(0, 0, 0, .7) !important;

    }
}

.cover-mid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;


}

.cover-sm {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.cover-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}


.cover-lg {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.cover-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}


.loading {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
}

.loader {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    position: fixed;
    top: 0;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.smartphoto {
    z-index: 1030 !important;
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    transform: translateX(-200vw);
    transition: all 0.5s ease-in-out;
}

.shown {
    transform: translateX(0);
}

.btn {
    padding: .8rem 1rem;
    outline: none !important;
    box-shadow: none !important;
}

.drow-link {
    transition: all 0.3s ease-in-out;
    color: #666;
    font-size: 1rem;
    position: relative;
    padding: 0.4rem 0.6rem;
}

.drow-link:hover {
    color: #000;
}

.drow-link::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.current::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 0;
}


.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: .3rem;
    box-shadow: 0 .15rem .15rem rgba(0, 0, 0, .2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .2);
}


.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    position: relative;
    transition: .3s ease;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: .3rem;
    box-shadow: 0 .15rem .15rem rgba(0, 0, 0, .2);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    background-color: #e2e6ea;
    background-color: #e2e6ea;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .2);
}


.btn-secondary {
    border-color: var(--bs-primary);
    background-color: transparent;
    border-style: solid;
    border-width: .3rem;
    border-radius: .3rem;
    box-shadow: none;
    color: #000000;
    opacity: .9;
    position: relative;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: none;
    color: #fff;
}

.background-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.background-inner {
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-repeat: repeat;
    background-size: inherit;
}

svg {
    pointer-events: all;
}

.element {
    position: relative;
    padding: 0px !important;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.element-sm {
    position: relative;
    padding: 0px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

h1 {
    font-size: 3.8rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    opacity: .5;
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 1rem;
    }

    .drow-img {
        margin-top: 85px;
    }

}

.drow-img {
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.image-item {
    display: block;
    height: 44rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    position: relative;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}

.item {
    border-radius: .3rem;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}

.parallax {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    height: 420px;
    overflow: hidden;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    font-size: .9rem;
    font-weight: 500;
    color: #777;
}

.form-control {
    margin-top: .6rem;
    border-radius: .3rem;
    border-color: #ddd;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 500;
    color: #777;
    padding: .8rem 1rem;
    transition: .3s ease;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: none !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

.w {
    color: #fff !important;
    padding: 0px !important;
}

.floatable {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 40vh;
    margin-top: 40vh;
}

.logo-link {
    text-decoration: none !important;
    color: black;
    text-transform: uppercase;
}

.mobile-menu .drow-link {
    margin-top: 14px;
}

.table> :not(caption)>*>* {
    padding: .2rem .2rem !important;
}

.table tr h6 {
    font-size: .8rem !important;
}

.table th {
    font-size: .7rem !important;
}

.btn-dark {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
    padding: 6px 0px;
    transition: all .3s ease-in-out;
}

.psd-dark {
    padding: 6px 0px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;

    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.btn-dark::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.btn-dark:hover::after {
    width: 100%;
    transition: width .3s;
}

.grecaptcha-badge {
    visibility: hidden;
}

.xm small,
.xm a {
    font-size: 8px;
    color: white !important;
}

.accordion-header .accordion-button {
    background-color: #fff;
    color: black !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--bs-primary) !important;
    color: black !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.accordion-header {
    opacity: 0.9;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: .5;
    z-index: 1;
}

.canvas img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

.canvas {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.drow-clickable path {
    fill-opacity: 0;
}

.drow-clickable path:hover {
    fill-opacity: 1 !important;
}

.drow-clickable circle {
    opacity: 1;

}

.mouseover {
    background-color: var(--bs-primary) !important;
}

.mouseover2 {
    fill-opacity: 1 !important;
}

.a {
    background-color: #57B946;


}


.b {
    background-color: #84D3BC;


}

.c {
    background-color: #D1E379;

}


.a-bordered {
    border-color: #57B946;
    transition: all .3s ease-in-out;
}

.a-bordered:hover {
    background-color: #57B946;
}

.b-bordered {
    border-color: #84D3BC;
    transition: all .3s ease-in-out;
}

.b-bordered:hover {
    background-color: #84D3BC;
}

.c-bordered {
    border-color: #D1E379;
    transition: all .3s ease-in-out;
}

.c-bordered:hover {
    background-color: #D1E379;
}

.cookie-conscent {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    background-color: white;
    z-index: 9999;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.modal{
    z-index: 9999!important;
}