@charset "utf-8";
/*
    -------------------------------------------------------------------
        Theme Name: Your Garden Center [BS5]
        Theme URI: https://yourgardencenter.com
        Author: GCSolutions
        Author URI: https://gardencentersolutions.com
        Description: Custom landing for Your Garden Center
        Tags: custom
        Version: 1.0
        Requires at least: 5.0
        Tested up to: 6.2
        Requires PHP: 7.3
    -------------------------------------------------------------------
*/

/* General Imports
-------------------------------------------------------------------*/
@import url('css/bootstrap.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap');


/* Root
-------------------------------------------------------------------*/
:root {
    --white: #FFF;
    --black: #222;
    --green-one: #aab437;
    --green-two: #dcd59a;
    --pink-one: #ef4770;
    --pink-two: #f7aeb9;
    --orange-one: #ee7d22;
    --orange-two: #fabe86;
    --yellow-one: #ffcb05;
    --yellow-two: #f8df8e;
    --grey-one: #a4998e;
    --grey-two: #ccc3bc;
    --grey-three: #f2f2f2;
    --ff-accent-2: 'Heebo', sans-serif;
    --ff-accent: 'PT Serif', serif;
    --ff-default: 'Roboto', sans-serif;
}

/* HTML
-------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

/* Body
-------------------------------------------------------------------*/
body {
    background: var(--white);
    color: var(--black);
    font-family: var(--ff-default);
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
}

.container-reduced {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

/* Formatting
-------------------------------------------------------------------*/
h1, h2, h3 {
    font-family: var(--ff-accent);
}

h2 {
    font-size: 3rem;
    font-weight: 700;
}

    @media screen and (max-width: 1199px) {
        h2 {
            font-size: 2.8rem;
        }
    }

    @media screen and (max-width: 991px) {
        h2 {
            font-size: 2.6rem;
        }
    }

.form-control {
    border-bottom: 1px solid #222;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 300;
    background-color: var(--lgrey);
    color: var(--black);
    font-size: 1.7rem;
    border-radius: 0;
}

.btn-custom {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
    font-size: 1.8rem;
    padding: .5em 1em;
    border-radius: 0;
}

.btn-custom:hover {
    color: var(--white);
    background: var(--green-one);
    border-color: var(--green-one);
}

.grecaptcha-badge {
    display: none !important;
}

.accent {
    color: var(--pink);
}

strong, b, .bold, .strong {
    font-weight: 700;
}

.radius-10 {
    border-radius: .5em;
}

.text-sm {
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

.text-accent {
    color: var(--pink-one);
}

.text-black {
    color: var(--black);
}

.intro-copy p {
    font-size: 2.8rem;
    line-height: 1.5;
    font-family: var(--ff-accent) !important;
    font-weight: 400;
    font-style: italic;
}

    @media screen and (max-width: 1199px) {
        .intro-copy p {
            font-size: 2.6rem;
        }
    }

    @media screen and (max-width: 991px) {
        .intro-copy p {
            font-size: 2.4rem;
        }
    }

/* Backgrounds
-------------------------------------------------------------------*/
.bg-white {background: var(--white);}

.bg-white-accent {
    background-image: url('images/bg-white-accent.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--white);
}

.bg-dark, .bg-black {background-color: var(--black);}
.bg-green-one {background-color: var(--green-one);}

.bg-green-two {background-color: var(--green-two);}
    .bg-green-two-opacity {background-color: rgba(220, 213, 154, 0.5);}

.bg-pink-one {background: var(--pink-one);}

.bg-pink-two {background: var(--pink-two);}
    .bg-pink-two a {color: var(--black);}

.bg-pink-two-opacity {background-color: rgba(247,174,185, 0.5);}
    .bg-pink-two-opacity a {color: var(--black);}

    .bg-grey-one {background: var(--grey-one);}
.bg-grey-two {background: var(--grey-two);}
.bg-lgrey {background-color: var(--grey-three);}

/* Navigation
-------------------------------------------------------------------*/
.navbar {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75em;
    padding-left: .75em;
    padding-top: 1em;
    padding-bottom: .95em;
    color: var(--grey-one);
}

.nav-link.get-started {
    font-weight: 700;
    color: var(--pink-one) !important;
}

    @media screen and (max-width: 1199px) {
        .navbar {
            font-size: 1.4rem;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: .5em;
            padding-right: .5em;
        }
    }

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--green-one);
}



/* Section Adjustments
-------------------------------------------------------------------*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-bg {
    background-color: var(--white);
}

.section-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 1;
}

.section-overlay+.container {
    position: relative;
}

/* Hero
-------------------------------------------------------------------*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}

.hero-section .section-overlay {
    z-index: 2;
    opacity: 0.6;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero-section .container .row {
    height: 100%;
}


/* Video
-------------------------------------------------------------------*/
.video-wrap {
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Services
-------------------------------------------------------------------*/
.the-themes {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1em auto;
    border: 1px solid var(--grey-two);
    border-radius: .5em;
    padding: 1em;
    background: var(--white);
    font-size: 1.8rem;
}

.the-themes h3 {
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem;
}

.the-themes img {
    border: 1px solid var(--grey-two);
    margin-bottom: .75em;
}

.the-themes a.preview {
    color: var(--green-one);
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: .5em 1em;
    background: #f2f2f2;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 500;
}

/* Testimonials
-------------------------------------------------------------------*/
.testimonial-content {
    width: 100%;
    max-width: 600px;
    min-height: 150px;
    margin: 0 auto;
}

.testimonial-content p.quote {
    font-style: italic;
    font-size: 2rem;
    font-family: var(--ff-accent);
}

    @media screen and (max-width: 1199px) {
        .testimonial-content p.quote {
            font-size: 1.8rem;
        }
    }

.testimonial-content p.quote-meta {
    font-size: 1.5rem;
    font-weight: 500;
}

#featured-testimonials {
    margin-top: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

/* Contact
-------------------------------------------------------------------*/
#contact a:link {
    color: var(--black);
}

#contact a:visited, #contact a:active, #contact a:hover, #contact a:focus {
    color: var(--green-one);
}

/* Footer
-------------------------------------------------------------------*/
footer {
    color: var(--white);
    font-size: 1.3rem;
    line-height: 1;
}

.footer p {
    padding: 0;
    margin: 0;
}

footer a {
    color: var(--pink-two);
}

footer .socials a:link {
    margin: 0 .5em;
    color: var(--pink-two);
}

footer .socials a:hover, 
footer .socials a:visited,
footer .socials a:active,
footer .socials a:focus {
    color: var(--green-two);
}

/* Back to Top
-------------------------------------------------------------------*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    right: 5%;
    bottom: 0%;
    z-index: 1070;
}

@media screen and (max-width: 768px) {
    .scrolltop {
        right: 3%;
    }
}

.scroll {
    position: absolute;
    right: 1px;
    bottom: 0px;
    background: var(--pink-two);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 60px;
    height: 40px;
    color: #FFF;
}

.scroll:hover {
    background: var(--pink-one);
}

.scroll .fas {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}