.page-title-section {
    background-image: url("../media/index_hero_image.png");
}

.arrow-container {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.arrow-container[disabled] {
    opacity: .4;
    cursor: default;
}

.arrow-container img {
    width: 30px;
}

@media only screen and (max-width: 750px) {
    .arrow-container {
        display: none;
    }
}

/* banner section */

.hero-section {
    background-image: url("../media/index_hero_image.png");
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

/*.hero-section .half.left{*/
/*    align-items: center;*/
/*}*/

.hero-section img {
    width: 300px;
}

.hero-section h1 {
    margin-bottom: 15px;
}

.hero-section p {
    margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
    .hero-section img {
        display: none;
    }

    .hero-section h1 {
        margin-bottom: 30px;
        font-size: 2.7rem;
    }

    .hero-section p {
        margin-bottom: 40px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
}





/* image and list */


.img-text-list-section{

}

.img-text-list-section img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%);
}

.img-text-list-section .half.right {
    max-width: 400px;
}

.img-text-list-section h3 {
    color: #13AF21;
    margin-bottom: 10px;
}

.img-text-list-section p {
    margin: 0px 0px 10px 0px;
}

.img-text-list-section .side-by-side-lists {
    display: flex;
}

.img-text-list-section .side-by-side-lists ul {
    width: 50%;
}

@media only screen and (max-width: 750px) {

    .img-text-list-section img {
        margin-bottom: 30px;
    }

    .img-text-list-section h3 {
        font-size: 2.5rem;
    }

    .img-text-list-section p {
        font-size: 1.2rem;
    }

    .img-text-list-section .side-by-side-lists {
        display: block;
    }

    .img-text-list-section li {
        font-size: 1.2rem;
        font-weight: 200;
    }
}





/* logo big text section*/

.logo-big-text-section {

}

.logo-big-text-section .max-width {
    max-width: 1100px;
}

.logo-big-text-section img {
    width: 250px;
}

.logo-big-text-section p {
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
    .logo-big-text-section p {
        font-size: 2.75rem;
    }

    .logo-big-text-section .left {
        margin-bottom: 20px;
    }
}




/* gallery section */

.gallery-section {
    background-image: url("../media/index_gallery_background.jpg");
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-section .max-width {
    max-width: 700px;
}

.gallery-section .gallery-text {

}

.gallery-section h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.gallery-section p {

}

.gallery-switcher-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.gallery-switcher {
    width: 600px;
    border: solid white 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #606060;
}

.gallery-switcher-inner {
    display: flex;
    position: relative;
    transition:left 300ms linear;
    left: 0%;
}

.gallery-switcher img {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .gallery-section {
        text-align: left;
    }

    .gallery-section h3 {
        font-size: 3rem;
    }

    .gallery-section p {
        font-size: 1.5rem;
    }
}




/* review section */

.review-section {
    text-align: center;
}

.review-section h3 {
    font-size: 1.8rem;
}

.review-section-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.review-switcher {
    width: 550px;
    overflow: hidden;
}

.review-switcher-inner {
    display: flex;
    position: relative;
    transition:left 300ms linear;
    left: 0%;
}

.review {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.review-content {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.review .name {
    margin-top: 30px;
    font-weight: 600;
    color: #13AF21;
}

.review .location {
    color: #13AF21;
    margin-top: 5px;
}

@media only screen and (max-width: 750px) {
    .review-section {
        text-align: left;
    }

    .review-section h3 {
        font-size: 3.5rem;
    }

    .review-section p {
        font-size: 1.5rem;
    }

    .review-content {
        width: 100%;
    }

    .review {
        display: none;
    }

    .review:first-child {
        display: flex;
    }
}



/* icon text section */

.icon-text-section {
    text-align: center;
    color: white;
}

.icon-text-section .third {
    align-items: center;
}

.icon-text-section img {
    width: 100px;
    margin-bottom: 5px;
}

.icon-text-section h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.icon-text-section p {
    max-width: 75%;
    font-size: .8rem;
}

@media only screen and (max-width: 750px) {
    .icon-text-section .third {
        margin-bottom: 40px;
        max-width: 450px;
    }

    .icon-text-section .third:last-of-type {
        margin-bottom: 0px;
    }
}


/* get started section */

.get-started-section {

}

.get-started-section .max-width {
    max-width: 900px;
}

.get-started-section h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.get-started-section p {
    font-size: .9rem;
}

.get-started-section .button-holder {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 750px) {
    .get-started-section .max-width {
        width: 70%;
    }

    .get-started-section .button-holder {
        justify-content: flex-start;
        margin-top: 20px;
    }
}
