/*----------------------------------*/
/*            Copy paste SECTION    */
/*----------------------------------*/

@media screen and (min-width: 700px) {
}

/* 
if the size changes, then you apply the csss.  
*/

/*----------------------------------*/
/*           Main Code              */
/*----------------------------------*/
html,body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align items to the top */
    height: auto;
    font-family: 'arial' , sans-serif;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

h1, h2, h3 {
    margin: 0;
}

.container {
    margin: 5px;
    width: 98vw;
    margin-top: 0px;
}

.lavishly-yours-regular {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

@media screen and (min-width: 700px) {
    .container {
        margin: 5px;
        margin-top: 0px;
        width: 1200px;
}
}



/*----------------------------------*/
/*            Header SECTION    */
/*----------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.logo {
    width: 30vw;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo img {
    object-fit: cover;
    width: 20vw;
}

.menubar {
    width: 80vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menubar a{
    text-decoration: none;
}

.background {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, rgba(140, 248, 97, 0.5), rgba(255, 255, 255, 0));
    filter: blur(20px);
  }

  .background2 {
    position: absolute;
    width: 150px;
    height:150px;
    background-image: radial-gradient(circle, rgba(134, 86, 194, 0.5), rgba(255, 255, 255, 0));
    filter: blur(10px);
  }


@media screen and (min-width: 700px) {

    .header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 90px;
    }
    
    .logo {
        width: auto;
        height: auto;
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-right: 350px;
    }
    
    .logo img {
        object-fit: cover;
        width: 100px;
        height: 86px;
    }
    
    .menubar {
        width: 400px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .menubar a{
        text-decoration: none;
        color: black;
    }
    
    .background {
        position: absolute;
        width: 100px;
        height: 100px;
        background-image: radial-gradient(circle, rgba(140, 248, 97, 0.5), rgba(255, 255, 255, 0));
        filter: blur(50px);
      }
    
      .background2 {
        position: absolute;
        width: 150px;
        height:150px;
        background-image: radial-gradient(circle, rgba(134, 86, 194, 0.5), rgba(255, 255, 255, 0));
        filter: blur(50px);
      }
}


.about-page {
    padding: 20px;
    position: relative;
    background-image: url(/images/fadelibrary\ 2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    padding-top: 50px;
}

.coach-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.description {
    max-width: 600px;
    margin-bottom: 3rem;
}

.description h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.description h6 {
    line-height: 3.4rem;
    font-weight: 100;
    font-size: 1.2rem;

}

.events {
    text-align: center;
    padding-top: 3rem;
}

.events h2 {
    margin-bottom: 3rem;
}

.event-photos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.event-photo {
    height: 300px;
    width: auto;
    border-radius: 10px;
}

.testimonial {
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 4rem;

}

.testimonial blockquote {
    line-height: 2rem;
}

.testimonial2 {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 0rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 4rem;
    padding-top: 2rem;
    border-radius: 12px;
    padding-bottom: 1rem;
}

.testimonial2 img {
    width: 90%;
}

.testimonial2 h2 {
margin-bottom: 2rem;
}


@media screen and (min-width: 700px) {

    .testimonial2 {
        margin-top: 6rem;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        margin-bottom: 4rem;
        padding-top: 2rem;
        margin-left: 4rem;
        margin-right: 4rem;
    }
    
    .testimonial2 img {
        width: 50%;
    }
    
    .testimonial2 h2 {
    margin-bottom: 2rem;
    }
}



footer {
    position: relative;
    margin-top:0;
    height: 120px;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

footer p {
  color: white;
  line-height: 2rem;
  text-align: center
}









@media (min-width: 768px) {
    .about-header {
        flex-direction: row;
        text-align: left;
        padding-left: 8rem;
        padding-right: 3rem;
    }

    .coach-photo {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .description {
        max-width: none;
        text-align: left;
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;

    }
}

@media (max-width: 767px) {
    .event-photos {
        flex-direction: column;
    }

    .event-photo {
        width: 80%;
    }
}

.bubble-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('bubble-background.png');
    z-index: -1;
    opacity: 0.2;
}
