/*Begin Carty Styles*/

:root {
    --hseGreen: #79e526;
    --gcGray: #efefef;
    --gray-text: #6c757d;
}

/*Basic Styles*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 117px;
}

#trigger {
    height: 0;
}

section:nth-child(odd) {
    background-color: #fff;
}

section:nth-child(even) {
    background-color: var(--gcGray);
}

section {
    position: relative;
    padding: 3rem 0 5rem 0;
}

section:last-child {
    padding-bottom: 5.5rem;
}

h1.special,
p.fs-2 {
    font-size: 1.75rem !important;
}

h3.special {
    font-size: 1.5rem;
}

ul.two-column li {
    margin-bottom: .5em;
    /*position: relative;*/
}

/*ul.two-column li::before{
    position: absolute;
    content: '\f46e';
    font-family: bootstrap-icons;
    color: var(--hseGreen);
    left: -1.25rem;
    transform: rotate(25deg) translateY(.0625rem);
    text-shadow: 1px 1px rgb(0 0 0 / 25%);
}*/

/*ul.two-column li::marker{
    position: absolute;
    content: '\f46e';
    font-family: 'bootstrap-icons';
    color: var(--hseGreen);
    left: -1.25rem;
    transform: rotate(25deg) translateY(.0625rem);
    text-shadow: 1px 1px rgb(0 0 0 / 25%);
}*/

ul.two-column {
    list-style-image: url(../images/lightning-fill.svg);
    /*list-style-type: none;*/
}

#section-1 * {
    opacity: 0;
    transition: opacity 1s linear .25s;
}

#section-1.appear.in *:not(.break) {
    opacity: 1;
}

#section-1.appear.in .break {
    opacity: .85;
}

/*li::marker {
    color: var(--hseGreen);
}*/

p:not(.carousel-item p, .intro-quote p),
ul:not(.navbar-nav),
form,
.list-group-item {
    color: var(--gray-text);
}


/*Utilities*/

.bg-hse {
    background-color: var(--hseGreen) !important;
}

.bg-gray {
    background-color: var(--gcGray);
}

.hse {
    color: var(--hseGreen) !important;
}

.break {
    width: 3.5rem;
    height: .25rem !important;
    margin: .625rem auto .75rem auto;
    opacity: .75;
    background-color: var(--hseGreen);
    border-radius: .25rem;
}

.top-25 {
    top: 25%;
}

.serif {
    font-family: 'League Spartan', sans-serif;
}

.max {
    max-width: max-content;
}

.text-small {
    font-size: .875rem;
}

.special {
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
}

.special::after {
    content: "";
    display: flex;
    margin-left: 1rem;
    border-top: 1px solid rgb(0, 0, 0, .125);
    align-self: center;
    flex: 1 1 auto;
}

.opacity-25 {
    opacity: .25;
}

ul.two-column {
    font-size: .9rem;
    columns: 2;
    column-gap: 2rem;
}

/*Transitions and Animations*/

.appear {
    /*transform: translateY(6rem);*/
    opacity: 0;
    transition: all .75s ease;
}

.appear.in {
    opacity: 1;
    /*transform: translateY(0);*/
}

/*Topbar stuff / Text shadow stuff*/

#topbar,
#section-3 .carousel-item p:not(.text-secondary),
button[type="submit"] {
    text-shadow: 1px 1px rgb(0 0 0 / 13%);
}

/*Menu Stuff*/

header.border-top.border-5 {
    border-color: var(--hseGreen) !important;
}

.navbar-brand img {
    max-width: 100%;
    transition: max-width .35s ease;
}

.navbar-brand.small img {
    max-width: 80%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28121, 299, 38, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    border-color: rgb(121, 299, 38, .55);
    color: rgb(121, 299, 38, .55);
    font-size: 2.18rem;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    max-width: max-content;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: '';
    height: .1325rem;
    background-color: var(--hseGreen);
    width: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .35s ease;
}

.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-item .nav-link:active::before,
.navbar-nav .nav-item .nav-link:hover::before {
    transform: scaleX(1.0);
}

/*Banner Stuff*/

.banner {
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner-text h1 {
    text-shadow: 2px 1px 3px rgb(0 0 0 / 75%);
    transform: translateY(3rem);
    opacity: 0;
    transition: all 1s ease;
    font-weight: 700;
}

.banner-text.in h1 {
    transform: translateY(0);
    opacity: 1;
}

/*Review Carousel Stuff*/

#reviewsCarousel .carousel-item .quote {
    min-height: 150px;
    display: flex;
    align-items: center;
}

#reviewsCarousel .carousel-indicators {
    margin-bottom: 0;
}

#reviewsCarousel .carousel-indicators button.bg-secondary[data-bs-target] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 .375rem;
}

.carousel-indicators button:not(.bg-secondary) {
    background-color: transparent;
    height: 1rem;
    width: 3rem;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2379e526'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2379e526'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#reviewsCarousel .carousel-item p {
    opacity: .9;
}

.testimonial-arrow {
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    bottom: -.875rem;
    left: 10%;
    background-color: inherit;
    z-index: -5;
}

.testimonial-arrow:first-of-type {
    z-index: 2;
}

#section-3 span {
    font-size: 1.125rem;
}

/*Gallery Stuff*/

.thumb {
    transform: scale(0);
    transition: all .75s ease;
    transform-origin: center;
}

.thumb.in {
    transform: scale(1.0);
}

.thumb .ratio {
    background-size: cover;
    background-position: center;
}

.thumb .ratio:hover {
    cursor: pointer;
}

.thumb .ratio a {
    background-color: rgb(121, 299, 28, .75);
    transform: translateX(100%);
    transition: transform ease-in-out .25s .25s;
    z-index: 2;
}

.thumb .ratio.in a {
    transform: translateX(0);
}

#galleryCarouselModal {
    background-color: rgb(0, 0, 0, .7);
}

#galleryCarousel .w-50 {
    width: 75% !important;
}

/*Form Stuff*/

.mt-6 {
    display: none;
}

input,
textarea {
    background-color: rgb(255, 255, 255, .25) !important;
}

label {
    display: none;
}

.alert-success {
    background-color: rgb(121, 299, 38, .97);
    border-color: var(--hseGreen) !important;
}

#responseModal .success .btn-close,
#galleryCarouselModal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2379e526'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#responseModal .error .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5c2c7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*Footer stuff*/

footer {
    border-top: .3125rem solid var(--hseGreen);
}

/*Bottom bar stuff*/

.bar {
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    right: 0 !important;
    bottom: 1rem;
    z-index: 100;
}

.bar.in {
    opacity: .85;
    pointer-events: all;
}


/*Media Queries*/

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 173px;
    }

    .container {
        width: 90%;
    }

    .carousel-item .quote {
        min-height: 304px;
    }

    #trisha {
        width: 100%;
    }

    .fs-3 {
        font-size: 2rem !important;
    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    ul.two-column {
        font-size: 1rem;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
    }

    #galleryCarousel .w-50 {
        width: 50% !important;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .navbar-nav .nav-item .nav-link {
        font-size: 1.125rem;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}