﻿:root {
    --rough: #304834;
    --jord: #363636;
    --sand: #F1D4AE;
    --ball: #fdfdfd;
    --sand_light: #F1ECE3;
}

body {
    padding-top: 0;
}

.header {
    background-color: #fff;
}

.header .navigation {
/*    margin-right: auto;
    margin-left: 4rem;*/
}

@media (max-width: 1075px) {
    .navigation--is-open .navigation__nav {
        background-color: #fff;
    }
}

.navigation__link {
    color: black;
    background-color: unset;
}

.icon-menu .icon-menu__item {
    position: absolute;
    right: 0;
    background-color: black;
}

.home_main {
    height: 85vh;
    border-radius: 3rem;
    color: white;
    vertical-align: middle;
    margin: 0 2rem;
}

.home_main_points {
    background-color: #F0EFED;
    color: #363636;
    position: relative;
    top: -6rem;
    margin: 4rem;
    margin-bottom: -8rem;
    box-sizing: border-box;
    border-radius: 2rem;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
    padding: 2rem 3rem;
}

.home_main_point {
    grid-template-columns: 3rem auto;
    gap: .8rem;
    margin: 1.5rem 0;
}


.main-hero {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 30%;
    height: 50vh;
    position: relative;
}

.hero-body {
    position: absolute;
    top: 20%;
    left: 10%;
}

    .hero-body h1 {
        font-size: 3rem;
        color: white;
        font-weight: 400;
        max-width: 35rem;
    }

.hero_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
}

.hero-phones {
    position: absolute;
    right: 10%;
    top: 35%;
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flow;
    flex-wrap: nowrap;
}

.section .section--gray-light {
    background-color: #F3F3F2;
}

.card--white {
    color: #000;
    border-radius: 2rem;
}

.app-section {
    display: grid;
    grid-gap: 2rem;
    max-width: 75rem
}

@media (min-width:767px) {
    .app-section {
        grid-template-columns: repeat(auto-fit,minmax(21.875rem,1fr))
    }
}

@media (min-width:992px) {
    .card {
        padding: 2rem 2rem;
    }
}

.promote-section {
    background-color: #fff;
    padding: 2rem;
}

.promote {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1rem;
}


    .promote img.promote-image {
        max-width: 50%;
        height: auto;
    }

.promote__text {
    max-width: 50%;
    margin: 0;
    padding-top: 5rem;
    height: auto;
    display: table;
}


.promote-list {
    margin-bottom: 2rem;
    list-style: inside;
}

.faq-section .accordion {
    max-width: 50%;
    margin: 0 auto;
}

.accordion__trigger {
    position: relative;
    border: 0;
    padding: 1rem 2rem 1rem 3rem;
    width: 100%;
    background-color: #fff;
    outline: 0;
    text-align: left;
    cursor: pointer;
}

    .accordion__trigger:before {
        content: "+";
        position: absolute;
        font-size: 2rem;
        left: 1.2rem;
        top: 45%;
        line-height: 1;
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
        pointer-events: none;
        -webkit-transition: -webkit-transform 300ms linear;
        transition: transform 300ms linear;
        transition: transform 300ms linear, -webkit-transform 300ms linear;
    }

.is-expanded.accordion__trigger:before {
    content: "-";
    position: absolute;
    font-size: 2.3rem;
    left: 1.3rem;
    top: 45%;
    line-height: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    pointer-events: none;
    -webkit-transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
}

.clubs-section {
    background-color: #F3F3F2;
    padding: 2rem;
    flex-grow: 1;
}

.clubs-section-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

    .clubs-section-container img {
        max-width: 100px;
        display: inline-block;
        margin: 1rem 2.3rem;
    }

body > footer {
    background-image: url("/assets/img/footer_background.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 4rem;
}

    body > footer > section {
        display: grid;
        grid-template-columns: 25% 20% 30% auto;
        place-items: center;
        align-items: start;
    }

        body > footer > section > nav {
            display: flex;
            flex-direction: column;
        }

            body > footer > section > nav > a {
                display: block;
                text-decoration: none;
                font-weight: 500;
                cursor: pointer;
                color: black;
                margin: .5rem;
            }

                body > footer > section > nav > a:hover {
                    text-decoration: underline;
                }

        body > footer > section > address {
            display: inline-flex;
            flex-direction: column;
            font-style: normal;
        }


.footer-logo, .header__logo-image {
    width: 10rem;
}

@media only screen and (max-width: 1000px) {
    .home_main_points,
    .home_main_point
    {
        grid-template-columns: auto !important;
    }
    .home_main_points {
        padding: 0 2rem;
        top: -3rem;
        margin: 2rem;
    }

    .bullet_header {
        margin-bottom: .5rem;
    }

    .home_main_point {
        gap: 1rem;
        margin: 0 0 1rem 0;
    }



    .promote img.promote-image {
        max-width: 100%;
        height: auto;
    }

        .promote .promote__text {
            max-width: 50%;
            margin: 0 auto;
        }

    .faq-section .accordion {
        max-width: 100%;
     
    }

    .clubs-section-container {
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 auto;
    }

    .clubs-section-container img {
        max-width: 60px;
        display: inline-block;
        margin: 1rem .5rem;
    }

    body > footer {
        background-image: none;
        background-color: #F3F3F2;
        padding-top: 4rem;
    }

        body > footer > section {
            grid-template-columns: auto !important;
            font-size: 18pt;
            gap: 4rem;
        }

        body > footer > section > nav {
            gap: 1rem;
        }
}

@media only screen and (max-width: 890px) {
    .hero-phones {
        display: none;
    }


    .promote {
        display: block
    }

        .promote img.promote-image {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

 
}





