@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
    --coach-highlight-color: red;
}

.head-filter{
    width: 100vw;
    background-color: #fffffff0;
    z-index: -1;
}

.coach-signup-btn {
    position: relative;
    left: 50%;
    top: 50%;
    height: 85%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--txt-col-width)*0.6);
    min-width: 190px;
    max-height: 1.9rem;
    background-color: var(--coach-highlight-color);
    color: white;
    cursor: pointer;
    font-size: 0.65rem;
    border-radius: 0.1rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    transition: 0.7s ease;
}

.coach-signup-btn:hover {
    background-color: white;
    border-color: red;
    border: 0.05rem solid red;
    color: red;
}


#coaching-selection-menu {
    width: 100%;
    justify-content: center;
}


#coaching-selection-menu .content-btn {
    border:none;
    color: black;
    font-size: 0.55rem;
    max-height: 1.3rem;
}

#coaching-selection-menu .content-btn.active {
    background-color: var(--coach-highlight-color);
    color: white;
}

/* EMPTY SPACE */

.info-fill {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: transparent;
}


/* TITLE AND INTRO */

.info-title {
    padding-top: 0.8rem;
    font-size: 1.2rem;
    color: #00007f;
    background-color: rgba(250, 250, 250, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*
.info-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.9);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.info-img {
    position: relative;
    height: 5rem;
    max-height: 400px;
    width: 80%;
}
*/

.img-txt-container {
    
    display: flex;
    flex-direction: column;
    font-size: 0.55rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 0 0.8rem;
    margin: auto;
}


.img-txt-container > * {
    margin-bottom: 0.8rem;
}



.img-txt-container p {
    flex: 1;
}



/* WANT TO KNOW MORE DETAILS */

.info-details {
    display:flex;
    width: 100%;
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-y: auto;
}

.info-details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
}

.info-detail-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    border: 0.07rem solid white;
    margin-bottom: 0.8rem;
}

.info-detail-box:hover {
    border: 0.07rem solid var(--coach-highlight-color);
    cursor: pointer;
}

.info-detail-head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;

}

.info-detail-txt {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 1.2s ease;
}


.info-detail-txt h3 {
    text-transform: uppercase;
    color: #00007f;
    font-size: 0.6rem;
    width: 100%;
    padding: 0 0.7rem;
    text-align: center;
}

.info-detail-txt div ul {
    list-style: disc outside;
    padding: 0.5rem 1rem;
}

.info-detail-txt li {
    font-size: 0.45rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.info-detail-txt div {
    display: flex;
    font-size: 0.45rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.info-detail-txt div p {
    padding: 0.5rem 0.8rem;
}


/* CLIENT WORKS */
.info-cli-work-container {
    display: flex;
    justify-content: center;
    background-color:cornflowerblue;
    width: 100%;
}
.info-client-works {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: var(--txt-col-width);
}

.info-client-works:hover {
    cursor: pointer;
}

.cli-work-container {
    position: relative;
    padding: 1rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cli-work-container span {
    position: absolute;
    font-size: 0.45rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 0.3rem;
    color: white;
    text-transform: uppercase;
}

.cli-work-container img {
    width: 100%;
}

.cli-title {
    padding: 0.8rem 0.3rem;
    font-size: 1rem;
    color: #00007f;
    background-color: rgba(250, 250, 250, 0.9);
    text-align: center;
    min-width: 20%;
}

.cli-img {
    display: none;
}

.small-cli-img {
    display: block;
}


/*Application panel*/
#app-panel {
    display: none;
    box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.3), -10px -10px 20px rgba(255, 255, 255, 0.3);
    background-color: #eaeaea;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vh;
}

#app-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 10%;
    text-align: center;
    font-size: 0.55rem;
}

#app-tab-container {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 70%;
    overflow-y: hidden;    
}

.app-panel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    position: absolute;
    padding: 0.2rem;
    bottom: 3%;
    height: 11%;
    width: 15%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: var(--back-color-main);
    cursor: pointer;
}

.app-panel-btn:hover {
    background-color: cornflowerblue;
    color: white;
}

#app-btn-close {
    left: 50%;
    transform: translateX(-50%);
}

#app-btn-left {
    left: 5%;
}

#app-btn-right {
    right: 5%;
}


#app-contact-tab {
    display: none;
    width: 100%;
    height: 100%;
}

#app-ty-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.5rem;
}



.cli-galleria {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.cli-gal-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
}


.cli-gal-img-thumbs {
    display: flex;
    position: absolute;
    top: 94%;
    left: 15%;
    width: 70%;
    height: 6%;
}

.swipe-position.active {
    opacity: 0.7;
    background-color:orangered;
}

#cli-gal-auth {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1rem;
    top: 88%;
    left: 15%;
    width: 70%;
    height: 6%;
    color: rgb(124, 124, 124);
    font-size: 0.5rem;
    font-weight: 300;
}

#cli-gal-auth-lnk {
    padding: 0.1rem 0.15rem;
    color: orangered;
    transition: 0.7s ease;
}

#cli-gal-auth-lnk:hover {
    color: black;
    cursor: pointer;
}

.cli-gal-thumb-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 0.3rem;
    
    scroll-behavior: smooth;
}



.gal-img-thumb {
    position:relative;
    height: 94%;
    width: 12%;
    min-width: 150px;
    flex-shrink: 0;
    transition: border 0.2s;
}

.gal-img-thumb.active {
    border: 0.05rem solid white;
}

.cli-gal-thumb-btn {
    width: 3%;
    min-width: 35px;
    height: 100%;
    font-size: 80%;
    background-color: #ffffff22;
}


@media (min-height: 600px) {
    #app-panel {
        height: 60vh;
    }
}
@media (min-width: 1024px) {
    .img-txt-container {
        width: 90%;
        font-size: 0.5rem;
    }
}

@media (min-width: 1100px) {
    #app-panel {
        width: 70vw;
    }

    .info-client-works {
        flex-direction: row;
        width: calc(var(--txt-col-width) * 1.2);
    }
    
    .cli-img {
        display: block;
    }

    .small-cli-img {
        display: none;
    }
}
