@import url(bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Serif+Pro:ital,wght@0,600;0,700;0,900;1,600;1,700&display=swap');
/*Fonts*/

h1 {
    font-family: 'Source Serif Pro', serif;
    font-size: 3.25rem;
    font-weight: 900;
    color: #2a2a2a;
}

h2 {
    font-family: 'Source Serif Pro', serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #2a2a2a;
    margin-bottom: 2rem;
}

h2.text-light {
    color: #ededed;
}

h2+p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.438rem;
    font-weight: 400;
    color: #2a2a2a;
}

h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 1.438rem;
    font-weight: 600;
    color: #2a2a2a;
}

h4 {
    font-family: 'Source Serif Pro', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2a2a2a;
    font-style: italic;
}

p, li, q, a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2a2a2a;
}
a {
cursor: pointer;
}



q+p {
    font-weight: 600;
    font-style: italic;
    margin-top: 15px;
}

.bg-dark * {
    color: #ededed;
}

.text-secondary {
    color: #2D2424;
    font-weight: 600;
}

#images-section h3 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
}

/*Buttons*/

.btn {
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.75rem 3rem;
}

.btn-primary {
    background-color: #112909;
    color: #ffffff;
    border: solid 2px #112909;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #000000;
    color: #ffffff;
    border: solid 2px #000000;
    box-shadow: none;
}

.btn-outline-primary {
    background-color: transparent;
    color: #112909;
    border: solid 2px #112909;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
    background-color: #112909;
    color: #ffffff;
    border: solid 2px #112909;
    box-shadow: none;
}

.btn-outline-secondary {
    background-color: transparent;
    color: #ffffff !important;
    border: solid 2px #ffffff;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background-color: #ffffff;
    color: #112909 !important;
    border: solid 2px #ffffff;
    box-shadow: none;
}

/*Form*/

label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2a2a2a;
}

::placeholder {
    color: #989898;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-style: italic;
}

.form-control, textarea {
    border-radius: 0;
    border: solid 2px #2A2A2A;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border: solid 2px #112909;
}

.form-control.error, textarea.form-control.error {
    border: solid 2px #C85C5C;
    color: #C85C5C;
    font-weight: 600;
}

.text-error {
    color: #C85C5C;
    font-size: 0.8rem;  
    font-style: italic;
}

.contact-form {
    width: 50%;
}

/*List*/

li {
    margin-bottom: 25px;
}

/*Carousel*/

.carousel-item, .carousel-inner {
    height: 350px;
}

.carousel-indicators {
    justify-content: flex-start;
    margin-left: 0;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

/*Backgrounds*/

.bg-dark {
    background-color: #112909;
}

#features {
    background-image: url(../img/bg-features@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    min-height: 700px;
}

#testimonials {
    background-image: url(../img/bg-testimonials@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    min-height: 700px;
}

/*Navbar*/

nav li:nth-child(5) {
    border-left: solid 1px #ededed;
}

/*Popup*/
.modal .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99;
    background: url(../img/close-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    
}
.modal a, .modal a:hover {
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
color: #112909;
}

.modal img {
    height: 100%;
    width: -webkit-fill-available;
}

/*Responsive*/

@media all and (max-width: 991px) {
    /*Backgrounds*/
    #features, #testimonials {
        background-image: none;
    }
    /*List*/
    ul {
        list-style: none;
        padding-left: 0;
    }
    /*Carousel*/
    .carousel-indicators {
        justify-content: center;
        margin: 0 auto;
    }
    .carousel-item, .carousel-inner {
        height: 200px;
    }
    /*Form */
    .form-control, textarea {
        text-align: center;
    }

    .contact-form {
        width: 70%;
    }
}

@media all and (max-width: 767px) {
    .btn {
        padding: 0.75rem 2rem;
    }
    
    /*Font Size*/
    h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    h2+p {
        font-size: 1.2rem;
    }
    /*Other*/
    #benefits img {
        width: 60px;
    }

    /*Popup*/
    .modal .btn-close {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 99;
        background: url(../img/close-black.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 8px;
    }

    .contact-form {
        width: 80%;
    }
}

@media all and (max-width: 320px) {
    .btn {
        padding: 0.75rem 1rem;
    }
    
    .contact-form {
        width: 90%;
    }
}