/* ---------------------------------- APPLY TO ALL ---------------------------------- */
*{
    margin:0;
    padding: 0;
    font-family:'Open Sans','sans-serif';

}

::selection {
    color: black;
    background: #ffd700;
  }

:root{
    --dark: #333333;
    --yellow: #ffd700;
    --light-grey: #f5f5f5;
    --light-yellow: rgba(255, 215, 0, 0.4);
}

.line{
    height:3px;
    width:100px;
    background-color:black;
    margin-top:25px;
    margin-bottom: 30px;
}

section{
    padding: 70px 0;
}

.row{
    width: 80%;
    margin: 0 auto;
    overflow: auto;
}

.one-of-two{
    width:50%;
    float:left;
}

.one-of-three{
    width:33.3%;
    float:left;
    text-align: center;
}

.one-of-four{
    width:25%;
    float:left;
}

.two-of-three{
    width:66.66%;
    float:left;
}

.three-of-four{
    width:75%;
    float: left;
}

/* ---------------------------------- HEADER ---------------------------------- */
#header { 
    position: relative;
    height: 100vh;
}

#header .header-container{
    height: 80px;
    display: flex;
    position: fixed;
    background-color: #333333;
    width: 100%;
    z-index: 10;
}
  
#header nav {
    background-color: #333333;
    top:0;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

#header .name{
    color: white;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 500;
}

#header .logolink{
    text-decoration: none;
}
  
#header .logo {
    padding-left: 90px;
    width: 110px;
    height: 110px;
}
  
#header .nav-links {
    list-style: none;
    padding-left: 40px;
    display: flex;
    margin-left: 20px;
}
  
#header .nav-links li {
    margin-right: 20px;
}
  
#header .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

#header .nav-links .last{
    margin-right: 0;
}

#header .nav-links li:not(:last-child) a {
    margin-right: 20px; 
}  
  
#header .button a {
    text-decoration: none;
    color: black;
    background-color: #f5f5f5e0;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.5s;
    margin-left: 280px;
    font-size: 17px;
    
}
  
#header .button a:hover {
    transition: 0.5s;
    background-color: #f5f5f524;
    color: white
}

#header .flex-container{
    display: flex;
    justify-content: space-around;

}

#header .illustration{
    width: 550x;
    height: 500px;
    margin-top: 170px;
    margin-right: 70px;
}

#header h1{
    font-size: 80px;
}

#header .it{
    font-weight: 800;
    margin-top: 170px;
    margin-left: 80px;
}

#header .you{
    font-size: 80px;
    font-weight: 800;
    margin-left: 80px;
    display: inline-block;
}

#header .description{
    width: 650px;
    margin-left: 80px;
    font-size: 20px;
    margin-top:60px;
}

#header .join{
    margin-left: 80px;
    margin-top: 50px;
    padding: 15px 45px;
    background-color: #ffd700;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color:black;
    transition: 0.5s;
}

#header .join:hover{
    background-color: var(--light-yellow);
    transition: 0.5s;
}

#header .learn{
    padding: 15px 38px;
    background-color: #f1f0f0;
    text-decoration: none;
    color: black;
    border-radius: 10px;
    transition:0.5s;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-left: 20px;
}

#header .learn:hover{
    background-color: #3333339c;
    transition: 0.5s;
    color: white;
}

#header li a{
    background: linear-gradient(currentColor 0 0) 
    bottom /var(--d, 0) 2px 
    no-repeat;
    transition:0.5s;
}

#header li a:hover{
    --d: 90%;
}

/* ---------------------------------- ABOUT US ---------------------------------- */
#about{
    background-color: rgba(251, 226, 90, 1);
    height: 600px;
}

#about p{
    width: 380px;
    margin-left: 90px;
}

#about h1{
    font-size: 40px;
    margin-bottom: 20px;
    margin-left: 90px;
}

#about h2{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
    margin-left: 90px;
}

#about p{
    line-height: 30px;
}

#about img{
    width: 600px;
}

#about .line{
    margin-left: 90px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 5px #ffd700;
}

#about h3{
    font-size: 700px;
    color: white;
    font-family: 'Bungee Outline', cursive;
    bottom: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    font-weight: 400;
}

#about .container{
    height: 700px;
    width: 700px;
    position: absolute;
}

#about .icon h1{
    display: inline-block;
}

#about .icon i{
    margin-left: 30px;
    font-size: 40px;
}

/* ---------------------------------- OUR FOUNDER ---------------------------------- */

#founder{
    position: relative;
}

#founder h1{
    margin-top: 50px;
    color: #000;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 600px;
    margin-bottom: 30px;
}

#founder .shadow{
    color: rgba(251, 226, 90, 0.67);
    z-index: -1;
    position: absolute;
    top: 60px;
    left: -10px;
}

#founder .container{
    border-radius: 15px;
    background: rgba(255, 215, 0, 0.40);
    width: 1100px;
    height: 500px;
    margin: 0 auto;
    box-shadow: 25px 25px 0px -6px rgba(255, 217, 0, 0.812);
}

#founder .long-line{
    width: 600px;
    height: 3px;
    background-color: black;
}

#founder .two-of-three{
    position: absolute;
    left: 600px;
}

#founder .first{
    margin-top: 60px;
    margin-bottom: 20px;
}

#founder .second{
    margin-top: 20px;
}

#founder p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px; 
    width: 600px;
    text-align: center;
}

#founder img{
    position: absolute;
    bottom: 50px;
    left: 130px;
}

/* ---------------------------------- WHY ---------------------------------- */
#why .row{
    width: 85%;
    margin-left: 150px;
}

#why{
    background-color: #f8f8f8;
}

#why .line{
    margin-bottom: 40px;
    box-shadow: 0px 3px 5px #ffd700;
}

#why h1{
    font-size: 40px;
    margin-bottom: 20px;
}

#why h2{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 40px;
}

#why .one-of-three{
    margin-top: 20px;
    width: 330px;
    height: 550px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 6px 10px 10px grey;
}

#why .two{
    margin-left: 80px;
}

#why .three{
    margin-left: 80px;
}

#why img{
    width: 110px;
    height: 110px;
    margin-top: 40px;
}

#why h3{
    font-size: 25px;
    font-weight: 600;
}

#why .underline{
    width: 180px;
    height: 17px;
    background: rgba(255, 215, 0, 0.31);
    margin: 0 auto;
    box-shadow: 5px 5px #ffd9009c;
}

#why p{
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
}



/* ---------------------------------- TENNIS PROGRAM ---------------------------------- */
#tennis .row{
    position: relative;
    width: 90%;
}

#tennis .first img{
    width: 500px;
    height: 640px;
    border-radius: 33% 67% 39% 61% / 30% 29% 71% 70% 
}

#tennis .right-line{
    height:3px;
    width:100px;
    background-color:black;
    margin-bottom: 0px;
    box-shadow: 0px 3px 5px #ffd700;
}

#tennis h1{
    font-size: 40px;
    display: inline-block;
}  

#tennis .head-container img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: relative;
    top: 20px;
}

#tennis p{
    position: relative;
    top: 50px;
    line-height: 35px;
    font-size: 18px;
    width: 650px;
}

#tennis .right{
    margin-top: 90px;
    position: absolute;
    margin-left: 600px;
}



/* ---------------------------------- QUOTE ---------------------------------- */
#quote{
    background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../img/Oscar\ \(1\).jpg");
    height:100vh;
    background-position:center;
    background-size:cover;
    color:white;
    position:relative;
    text-align: center;
}

#quote .mark{
    font-size: 250px;
}

#quote h1{
    font-size: 80px;
}

#quote .top{
    margin-top: 250px;
}

#quote .left{
    position: absolute;
    left: 100px;
}

#quote .right{
    position: absolute;
    right: 100px;
    bottom: -10px;
}

#quote .button{
    font-size: 25px;
    padding: 20px 55px;
    background-color: #b8b3b375;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
    margin-top: 50px;
}

#quote a:hover{
    background-color: rgba(255, 255, 255, 0.793);
    color: black;
    transition: 0.5s;
}

/* ---------------------------------- PHOTO GALLERY ---------------------------------- */
#gallery .photo-gallery{
    display: flex;
    gap: 18px;
}

#gallery .column{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#gallery img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

#gallery .left{
    margin-left: 150px;
    width: 1700px;
}

#gallery .middle{
    width: 1700px;
}

#gallery .right{
    margin-right: 150px;
    width: 1700px;
}

#gallery .angelina{
    height: 345px;
}

#gallery .top{
    height: 373px;
}

#gallery .mid{
    height: 450px;
}

#gallery .glass{
    height: 450px;
}

#gallery .yea{
    object-fit: fit;
}

#gallery .rightbottom{
    height: 310px;
}

/* ---------------------------------- UPCOMING EVENTS ---------------------------------- */
#Event .row{
    width: 90%;
}

#Event{
    background-color: #f5f5f5;
}

#Event .flex-container{
    display: flex;
    justify-content: space-around;
}

#Event .text{
    width: 30%;
    margin-right: 60px;
}

#Event .first{
    width: 21%;
    height: 650px;
    background-color: rgba(255, 215, 0, 0.4);
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}

#Event .title{
    margin-top: 40px;
    margin-bottom: 20px;
}

#Event .top{
    margin-bottom: 5px;
}

#Event .bottom{
    margin-top: 0px;
}

#Event .first p{
    margin-left:30px;
    margin-right: 30px;
    line-height: 25px;
    font-size: 15px;
}

#Event .second p{
    margin-left:25px;
    margin-right: 25px;
    line-height: 25px;
    font-size: 15px;
    
}

#Event .third p{
    margin-left:30px;
    margin-right: 30px;
    line-height: 25px;
    font-size: 15px;
}

#Event .second{
    width: 21%;
    background-color: rgba(255, 215, 0, 0.26);
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}

#Event .third{
    width: 21%;
    background-color: rgb(239, 236, 236);
    ;
    border-radius: 15px;
    text-align: center;
}

#Event .line{
    height: 1px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#Event .image{
    font-weight: 500;
    margin-top: 30px;
    font-size: 20px;
}

#Event h1{
    font-size: 75px;
    margin-left: 30px;
    margin-bottom: 40px;
}

#Event .first-line{
    margin-top: 40px;
}

#Event .text p{
    margin-top: 20px;
    margin-left: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

#Event .text .button a{
    margin-left: 30px;
    padding: 20px 50px;
    background-color: #ffd700;
    color: black;
    margin-top: 60px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

#Event .text .button a:hover{
    background-color: var(--light-yellow);
    transition: 0.5s;
    color: black;
}

/* ---------------------------------- TESTIMONIAL INTRO---------------------------------- */
#test {
    background-image: url("../img/tennisNet.png");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 200px;
}


#test h1{
    color: #FFF;
    text-align: center;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}

#test h3{
    color: #FFF;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

/* ---------------------------------- TESTIMONIAL BODY---------------------------------- */
#letter{
    background-color: #f5f5f5;
    position: relative;
    height: 700px;
}

#letter .bottom{
    position: absolute;
    left: 10%;
    height: 600px;
    width: 1050px;
    border-radius: 10px;
    background: #FCEFA7;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    z-index: 0;
}

#letter .middle{
    position: absolute;
    left: 14%;
    top: 15%;
    height: 600px;
    width: 1050px;
    border-radius: 10px;
    background: #FFDF32;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

#letter .top-container{
    position: absolute;
    left: 18%;
    top: 21%;
    height: 600px;
    width: 1050px;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

#letter .top-left {
    position: absolute;
    left: 3%;
    top: 5%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-left: 5px solid #FFDF32;
    border-top: 5px solid #FFDF32;
    z-index: -1;
}

#letter .top-right {
    position: absolute;
    right: 3%;
    top: 5%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-right: 5px solid #FFDF32;
    border-top: 5px solid #FFDF32;
}

#letter .bottom-right {
    position: absolute;
    right: 3%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-right: 5px solid #FFDF32;
    border-bottom: 5px solid #FFDF32;
}

#letter .bottom-left {
    position: absolute;
    left: 3%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-left: 5px solid #FFDF32;
    border-bottom: 5px solid #FFDF32;
    z-index: -1;
}

#letter p{
    width: 900px;
    line-height: 35px;
    z-index: 2;
    margin: 0 auto;
    padding-top: 15px;
}

#letter .first{
    margin-top: 40px;
}




/* ---------------------------------- JOIN US ---------------------------------- */
#join{
    background-color: rgba(251, 226, 90, 1);
}

#join h1{
    font-size: 450px;
    color: white;
    font-family: 'Bungee Outline', cursive;
    font-weight: 400;
    text-align: center;
    line-height: 400px;
}

#join .container{
    height: 600px;
    width: 1100px;
    background-color: #f5f5f572;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    
}

#join .background{
    position: relative;
}

#join i{
    font-size: 120px;
    margin-bottom: 60px;
}

#join .one-of-two{
    width: 400px;
    margin-top: 70px;
}


#join .left{
    margin-left: 100px;
    margin-right: 100px;
}

#join p{
    line-height: 28px;
    font-size: 18px;
    margin-top: 20px;
}

#join .button{
    padding: 15px 45px;
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 15px;
    margin-top: 30px;
    color: black;
    transition: 0.5s;
    text-decoration: none;
}


#join .one-of-two a:hover{
    background-color: #3333339c;
    transition: 0.5s;
    color: white;
}

/* ---------------------------------- FAQ ---------------------------------- */
#faq{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

#faq .accordion .contentBox{
    position: relative;
    margin: 0px 20px;
    margin-bottom: 30px;
}

#faq .contentBox .label{
    position: relative;
    background-color: #f2f2f2;
    padding: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}

#faq .accordion .contentBox .label::before{
    content: '+';
    color:#ffd700;
    font-weight: 600;
    font-size: 50px;
    padding-right: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#faq .accordion .contentBox .content{
    position: relative;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

#faq .accordion .contentBox.active .content{
    height: 60px;
    padding: 10px;
}

#faq .accordion .contentBox.active .label::before{
    content: '-';
    padding-right: 50px;
    color:#ffd700;
    font-weight: 600;
    font-size: 50px;
}

.faq-headline h1{
    font-size: 50px;
    font-weight: 700x;
    margin-top: 100px;
}

.faq-headline h2{
    font-size: 17px;
    font-weight: 400;
    margin-top: 25px;
}

.faq-headline{
    text-align: center;
}

/* ------------------------------------- CONTACT ------------------------------------- */
#contact{
    background-color: rgba(251, 226, 90, 1);
    height: 700px;
}

#contact .background{
    position: relative;
}

#contact .container{
    height: 610px;
    width: 1100px;
    background-color: #F7F2CB;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 340px;
    box-shadow: 10px 10px 10px #d6cf98;
    border-radius: 20px;
}

#contact .left{
    margin-left: 120px;
    position: relative;
}

#contact h1{
    font-size: 40px;
    margin-top: 80px;
    margin-left: 5px;
}

#contact h2{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: 400;
    margin-left: 5px;
}

#contact li{
    margin-top: 30px;
    font-size: 20px;
    
}

#contact .right{
    position: absolute;
    right: -10px;
    top: 40px;
}


#contact p .bullet{
    position: absolute;
}

#contact .bullet{
    height: 80px;
    width: 80px;
}

#contact .list {
    display: flex;
    align-items: center; /* vertically center the content */
    margin-top: 30px;
    font-size: 20px;
  }
  
  #contact .bullet {
    height: 80px;
    width: 80px;
    margin-right: 10px; /* add some spacing between the bullet and the text */
  }
  
  #contact p {
    margin: 0; /* remove default margin */
    font-size: 19px;
    margin-bottom: 10px;
  }

  #contact .mail{
    text-decoration: none;
    color: black;
  }

  #contact .mail:hover{
    font-weight: 500;
  }
  



/* ------------------------------------- FOOTER ------------------------------------- */
#footer{
    background-color: #333333;
    padding: 40px 0;
    padding-top: 60px;
}

#footer a{
    text-decoration: none;
    color:white;
    font-size: 18px;
}

#footer li{
    list-style: none;
    float:left;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

#footer p{
    text-align: center;
    margin-top: 50px;
    color: white;
}

#footer li{
    color: white;
}

#footer a:hover{
    font-weight: 600;
}

