@font-face {
    font-family: "Bebas Neue";
    src: url(./assets/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: "Montserrat";
    src: url(./assets/Montserrat-VariableFont_wght.ttf);
}

#start-now-button-c {
    visibility: hidden;
}

.fade-200 {
    transition: opacity 0.2s ease-in-out;
}

.fade-300 {
    transition: opacity 0.3s ease-in-out;
}
.fade-400 {
    transition: opacity 0.4s ease-in-out;
}
.fade-500 {
    transition: opacity 0.5s ease-in-out;
}

.logos-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

#navbar-mobile-wrapper {
    display: none;
}

.journey-img-mobile {
    display: none;
}

#contact-logo {
    height: 240px;
    border: 2px solid #9de24d;
}

#calendar-img {
    height: 60px;
}

#accolades-title {
    width: 100%;
    /* border-bottom: none; */
}

#navbar-dropdown-mobile {
    transition: top 0.2s ease-in-out;
    display: flex;
    justify-content: start;
    flex-direction: column;
    background-color: black;
    z-index: 900; 
    color: white;
    width: 100%; 
    position: relative;
    top: -200px;
    /* align-items: center; */
}

.hero-title {
    font-family: "Bebas Neue";
    font-size: 90px;
    text-shadow: 0px 0px 45px #9de24d;
    color:#9de24d;
    font-weight: 400;
}


#logo-img {
    max-width: 50px;
    border: 2px solid #9de24d;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: black;
    font-family: "Montserrat";
}

button:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.start-now-button {
    background-color: black;
    font-family: "Bebas Neue";
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #f3571a;
    border-radius: 20px;
    color: white;
    transition: color 0.2s ease-in-out;
    padding-left: 24px;
    padding-right: 84px;
    position: relative;
    font-size: 28px;
    overflow: hidden;
}

.start-now-button:hover {
    color: #9de24d;
}

#start-now-button-arrow {
    position: absolute;
    right: 16px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 3px solid #f3571a;
    border-top: 3px solid #f3571a;
    border-bottom: 3px solid #f3571a;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    transition: right 0.12s ease-in-out, padding-left 0.12s ease-in-out;
}

#start-now-button-arrow-c {
    position: absolute;
    right: 16px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 3px solid #f3571a;
    border-top: 3px solid #f3571a;
    border-bottom: 3px solid #f3571a;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    transition: right 0.12s ease-in-out, padding-left 0.12s ease-in-out;
}

.navbar-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    background-color: rgb(0,0,0,0);
}

.navbar {
    display: flex;
    gap: 20px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
}

.nav-element {
    color: white;
}

.ne-selectable {
    color: white;
    border-bottom: 1px solid black;
    transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}

.ne-selectable:hover {
    cursor: pointer;
    color: #9de24d;
    border-bottom: 1px solid #9de24d;
}

.black-bg {
    background-color: rgb(1,1,1);
    color: white;
}

.subtext {
    font-size: 16px;
    line-height: 28px;
}


.hero-container {
    margin-left: 240px;
    margin-right: 240px;
}

.section {
    color: white;
    scroll-margin-top: 80px;
}



#RR-img {
    max-width: 360px;
    border: 3px solid #f3571a;
}



.hero-content-wrapper {
    display: flex;
    width: 900px;
}

.hero-section {
    display: flex;
    flex-direction: column;
    height: 1000px;
    justify-content: center;
    background-image: url(./assets/background.avif);
    background-size: cover;
}

.hc {
    display: flex;
    flex-direction: column;
}

.hr-left {
    max-width: 400px;
    width: 50%;
    height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 4px;
    margin-left: 0px;
    margin-top: 12px;
}

.hr-full {
    width: 94%;
    margin: 0px;
}

.hcw-left-top-wrapper {
    display: flex;
    gap: 0px;
}

.hcw-left {
    width: 50%;
}

.padding-top-16 {
    padding-top: 16px;
}

.contact-us-bottom-wrapper {
    margin-top: 24px;
}


#contact-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
    /* height: 800px; */
    /* background-color: rgb(0, 13, 26); */
    text-align: center;
    background-image: linear-gradient(rgb(0,0,0, 0.64)), url(/assets/RichardRhinehardt2.avif);
    background-size: cover;
    background-position: center;

}

.pricing-line {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* gap: 60px; */
    font-size: 20px;
    width: 100%;
    align-items: center;
    border: 2px solid white;
    border-radius: 20px;
    width: 300px;
    height: 200px;
    /* height: 50%; */
    /* font-size: 10px; */
}

.pricing-line-item {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-wrapper {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.scheduling-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}



.container {
    margin-left: 240px;
    margin-right: 240px;
    padding-top: 80px;
    padding-bottom: 80px;
}

#calendar {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    height: 40px;
}

h2 {
    font-size: 48px;
    margin: 0px;
    /* font-family: "Bebas Neue"; */
}

.date-submit-button {
    font-size: 24px;
    font-family: "Bebas Neue";
    color: white;
    background-color: rgb(0,0,0,0);
    border: none;
    border: 3px solid white;
    border-radius: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    transition: color 0.2s ease-in-out;
}

.date-submit-button:hover {
    color:#9de24d;
}

.about-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
}


.about-content-top {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    gap: 48px;
}


.section-title {
    font-family: "Bebas Neue";
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    border-bottom: 2px solid rgb(239,239,239);
    color: #9de24d;
    
    /* color:#487514; */
}

.section-title-m {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    /* border-bottom: 2px solid rgb(239,239,239); */
    color: #9de24d;
}

.about-text {
    font-size: 18px;
    line-height: 36px;
}

h3 {
    margin: 0px;
}

.about-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#about-img {
    width: 320px;
    border-radius: 20px;
    border: 3px solid #f3571a;
    /* box-shadow: 5px 5px 12px 3px rgb(2, 36, 93, 100); */
}

#about-img-small {
    display: none;
}

.about-top-right {
    width: 50%;
    max-width: 50%;
    max-height: 500px;
    /* overflow: hidden; */
}

#about-container {
    /* margin-left: 340px; */
    /* margin-right: 340px; */
    /* margin-left: 17%;
    margin-right: 17%; */
    margin-left: 240px;
    margin-right: 240px;
}



#scheduling-section {
    background-color: rgb(0, 13, 26);
    text-align: center;
}

.pricing-section-title {
    color:#9de24d;
}

#scheduling-arrow {
    height: 22px;
    transition: filter 0.2s ease-in-out, left 0.2s ease-in-out;
    position: relative;
    filter: invert(99%) sepia(9%) saturate(517%) hue-rotate(285deg) brightness(116%) contrast(100%);
}

#scheduling-hover {
    color: white;
    transition: color 0.2s ease-in-out;
    font-size: 20px;

}

#scheduling-hover:hover {
    color: #9de24d;
}

#scheduling-arrow:hover {
    /* filter: invert(91%) sepia(37%) saturate(831%) hue-rotate(28deg) brightness(95%) contrast(85%); */
}

.accolades-section-title {
    color: #9de24d;
    font-size: 72px;
    font-weight: 400;
    width: 80%;
    border-bottom: 2px solid white;
}

.accolades-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.accolades-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: top;
    gap: 64px;
    /* width: 68%; */
}

.accolade-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
    display: flex;
}

.accolade {
    color: white;
    transition: color 0.2s ease-in-out;
    display: flex;
    /* justify-content: center; */
    gap: 4px;
    flex: 0 0 auto;
}

.accolade.acc-link:hover {
    color: #9de24d;
    cursor: pointer;
}

#accolades-img-wrapper {
    float: right;
    /* right: 10%; */
    /* top: -20%; */
}

#accolades-img {
    position: relative;
    border-radius: 20px;
    height: 600px;
    border: 3px solid #9de24d;
    
}

#accolades-container {
    margin-left: 240px;
    margin-right: 240px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
}

.acc-right {
    justify-content: center;
    align-items: center;
}


#accolades-section {
    /* background-color: rgb(0, 13, 26); */
    background-image: linear-gradient(rgba(0,0,0,0.9)), url(./assets/manplayingtennis.avif);
    background-position: center;
    background-size: cover;
}

#navbar-scrolled {
    position: fixed;
    top: -80px;
    transition: top 0.2s ease-in-out;
    z-index: 100;
    background-color: black;
    width: 100%;
}

.accolades-img-wrapper-1200 {
    display: none;
}

#about-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background: linear-gradient(rgba(0,0,0,0.75)), url(/assets/courtbwblurred.avif);
    background-position: bottom;
    background-position-y: 70%;
}

.journey-wrapper {
    display: flex;
    gap: 48px;
}


.accolade-link-to-icon {
    height: 14px;
    /* filter: invert(93%) sepia(78%) saturate(678%) hue-rotate(27deg) brightness(94%) contrast(88%); green */
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(284deg) brightness(103%) contrast(102%);
    transition: filter 0.2s ease-in-out;
}


#journey-section {
    /* background-color: rgba(157, 226, 77, 0.08); */
    background-color: rgb(0,13,26);
}

.contact-us-section-text {
    padding-top: 12px;
}




@media (max-width: 1880px) {
    .accolades-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .acc-right {
        display: flex;
        align-items: center;
    }

    #accolades-title {
        width: 80%;
    }
}

@media (max-width: 1600px) {
    .section-title {
        font-size: 68px;
    }

    .container {
        margin-left: 200px;
        margin-right: 200px;
    }

    #accolades-container {
        margin-left: 200px;
        margin-right: 200px;
    }

    #about-container {
        margin-left: 200px;
        margin-right: 200px;
    }

    #accolades-title {
        width: 100%;
    }
}

@media (max-width: 1360px) {
    #accolades-container {
        margin-left: 7%;
        margin-right: 7%;
    }
}

@media (max-width: 1300px) {
    #accolades-img {
        height: 500px;
    }

    .container {
        margin-left: 7%;
        margin-right: 7%;
    }

    #accolades-container {
        margin-left: 7%;
        margin-right: 7%;
    }

    #about-container {
        margin-left: 7%;
        margin-right: 7%;
    }
}








@media (max-width: 1200px) {

    .hero-section {
        background-image: none;
        height: 800px;
    }

    .hero-container {
        margin-left: 7%;
        margin-right: 7%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        
    }

    .hero-content-wrapper {
        width: 100%;
        justify-content: center;
        gap: 24px;
    }

    .section-title {
        font-size: 68px;
    }

    #RR-img {
        border: 3px solid #f3571a;
    }

    .container {
        margin-left: 7%;
        margin-right: 7%;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    #accolades-container {
        margin-left: 7%;
        margin-right: 7%;
    }

    .accolades-wrapper {
        margin-top: 48px;
        flex-direction: row;
        justify-content: space-between;
    }

    .accolade {
        font-size: 18px;
        height: 60px;
    }

    .accolades-list {
        gap: 16px;
    }

    #accolades-img-wrapper {
        right: 25%;
        top: 44%;
        display: none;
    }

    .accolades-wrapper {
        width: 100%;
        gap: 24px;
    }

    .accolades-section-title {
        width: 75%;
    }

    .accolades-img-wrapper-1200 {
        display: flex;
        padding-right: 24px;
        /* padding-right: 48px; */
    }

    #aiw1200 {
        height: 360px;
        border-radius: 20px;
        border: 3px solid #9de24d;
    }

    #about-container {
        margin-left: 7%;
        margin-right: 7%;
    }

    #accolades-container {
        padding-bottom: 0px;
    }
    
    #scheduling-section {
        padding-bottom: 72px;
    }
    
    .about-text {
        font-size: 16px;
        line-height: 32px;
    }
}












@media (max-width: 992px) {

    .hero-title {
        font-size: 72px;
    }

    .hero-section {
        background-image: none;
        height: 700px;
    }

    .hero-container {
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        justify-content: center;
        
    }

    .hero-content-wrapper {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 64px;
    }

    #RR-img {
        border: 3px solid #f3571a;
        max-width: 280px;
    }

    .subtext {
        font-size: 16px;
    }

    .container {
        margin-left: 7%;
        margin-right: 7%;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    #accolades-container {
        margin-left: 7%;
        margin-right: 7%;
        padding-bottom: 0px;
    }

    .accolade {
        font-size: 16px;
        height: 60px;
    }

    .accolades-list {
        gap: 16px;
    }

    #accolades-img-wrapper {
        right: 25%;
        top: 44%;
        display: none;
    }

    .accolades-wrapper {
        width: 100%;
        gap: 24px;
    }

    .accolades-section-title {
        font-size: 64px;
        width: 75%;
    }

    .accolades-img-wrapper-1200 {
        display: flex;
        padding-right: 24px;
        /* padding-right: 48px; */
    }

    #aiw1200 {
        height: 360px;
        border-radius: 20px;
        border: 3px solid #9de24d;
    }

    #about-container {
        margin-left: 7%;
        margin-right: 7%;
    }

    .about-img-wrapper {
        display: none;
    }

    #about-img {
        /* width: 200px; */
        display: none;
    }

    .about-content-wrapper {
        /* display: block; */
    }


    
    #scheduling-section {
        padding-bottom: 72px;
    }

    .about-title {
        font-size: 64px;
    }

    .about-text {
        font-size: 16px;
    }

    .pricing-section-title {
        font-size: 48px;
    }

    .pricing-line {
        font-size: 16px;
    }
    
    #scheduling-hover {
        font-size: 16px;
    }

    #scheduling-arrow {
        height: 18px;
    }

    .journey-wrapper {
        gap: 0px;
    }
}




@media (max-width: 910px) {
    .accolades-wrapper {
        gap: 24px;
        flex-direction: column;
    }

    .accolade {
        font-size: 18px;
    }
}


@media (max-width: 830px) {
    .hero-title {
        font-size: 64px;
    }
}





@media (max-width: 768px) {
    
    .hero-title {
        font-size: 60px;
    }



    #logo-img {
        max-width: 40px;
    }

    .navbar {
        font-size: 11px;
    }

    .hero-section {
        background-image: none;
        height: 700px;
    }

    .hero-container {
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
        justify-content: center;
        
    }

    .hero-content-wrapper {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 48px;
    }

    #RR-img {
        border: 3px solid #f3571a;
        max-width: 240px;
    }

    .start-now-button {
        font-size: 24px;
    }

    .subtext {
        font-size: 14px;
    }

    .hero-section {
        height: 540px;
    }

    .container {
        margin-left: 5%;
        margin-right: 5%;
        /* padding-top: 32px; */
        /* padding-bottom: 32px; */
    }

    #accolades-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .accolade {
        font-size: 18px;
        height: 40px;
    }

    .accolades-list {
        gap: 16px;
    }

    #accolades-img-wrapper {
        right: 25%;
        top: 44%;
        display: none;
    }

    .accolades-wrapper {
        width: 100%;
        gap: 24px;
    }

    .accolades-section-title {
        font-size: 48px;
        width: 75%;
    }

    .accolades-img-wrapper-1200 {
        display: flex;
        padding-right: 24px;
        /* padding-right: 48px; */
        display: none;
    }

    #aiw1200 {
        height: 240px;
        border-radius: 20px;
        border: 3px solid #9de24d;
        /* display: none; */
    }

    #about-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .about-img-wrapper {
        display: none;
    }

    #about-img {
        /* width: 200px; */
        display: none;
    }

    
    #scheduling-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .about-title {
        font-size: 48px;
    }

    .about-text {
        font-size: 16px;
    }

    .pricing-section-title {
        font-size: 32px;
    }

    .pricing-line {
        font-size: 16px;
    }
    
    #scheduling-hover {
        font-size: 16px;
    }

    #scheduling-arrow {
        height: 18px;


    }

    #journey-section {
        background-color: none;
        background-image: linear-gradient(rgba(0,0,0,0.78)),url(assets/RR5.avif);
        background-size: cover;
    }
}


@media (max-width: 660px) {
    #start-now-button {
        display: none;
    }

    #start-now-button-c {
        /* display: flex; */
        visibility: visible;
    }
}


@media (max-width: 630px) {
    .hero-title {
        font-size: 50px;
    }

    #RR-img {
        max-width: 220px;
    }

    .section-title-m {
        font-size: 54px;
    }
}


@media (max-width: 550px) {
    .hero-title {
        font-size: 44px;
    }

    #RR-img {
        max-width: 200px;
    }

    .section-title-m {
        font-size: 48px;
    }

    .about-text {
        font-size: 14px;
        line-height: 32px;
    }

    
}



@media (max-width: 480px) {


    #start-now-button {
        display: flex;
    }

    #start-now-button-c {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .journey-img-mobile {
        display: flex;
    }

    #contact-logo {
        height: 160px;
    }

    #calendar-img {
        height: 56px;
    }

    #navbar-scrolled {
        display: none;
    }

    #navbar-nonscrolled {
        display: none;
    }

    #navbar-mobile-wrapper {
        display: flex;
    }

    #logo-img {
        max-width: 30px;
    }

    .navbar {
        font-size: 10px;
    }

    .hero-section {
        background-image: linear-gradient(rgba(0,0,0,0.85)), url(/assets/manplayingtennis.avif);
        background-position-x: 50%;
        height: 760px;
    }

    .hero-container {
        margin-left: 2%;
        margin-right: 2%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .hero-title {
        font-size: 60px;
        border-bottom: 2px solid white;
    }

    .hero-content-wrapper {
        width: 100%;
        /* justify-content: center; */
        display: block;
    }

    hr {
        display: none;
    }

    .hcw-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .button-wrapper {
        justify-content: center;
    }

    .section-title {
        font-size: 40px;
    }



    #RR-img {
        border: 3px solid #f3571a;
        max-width: 120px;
    }

    .subtext {
        font-size: 14px;
    }

    .accolade {
        font-size: 14px;
        height: 24px;
        text-align: center;
    }

    .accolade-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .accolades-list {
        gap: 16px;
    }

    #accolades-img-wrapper {
        right: 25%;
        top: 44%;
        display: none;
    }

    .accolades-wrapper {
        width: 100%;
        /* gap: 24px; */
    }

    .acc-left {
        width: 100%;
    }

    .acc-right {
        display: none;
    }

    #accolades-container {
        margin-left: 2%;
        margin-right: 2%;
    }

    .accolades-section-title {
        font-size: 48px;
        width: 75%;
    }

    .accolades-img-wrapper-1200 {
        display: flex;
        padding-right: 24px;
        /* padding-right: 48px; */
        display: none;
    }

    #aiw1200 {
        height: 240px;
        border-radius: 20px;
        border: 3px solid #9de24d;
        /* display: none; */
    }

    .about-img-wrapper {
        display: none;
    }

    #about-img {
        /* width: 200px; */
        display: none;
    }


    .section-title-m {
        font-size: 30px;
    }



    .about-text {
        font-size: 13.5px;
    }

    .pricing-wrapper {
        gap: 16px;
    }

    .pricing-line {
        font-size: 13.5px;
    }
    
    #scheduling-hover {
        font-size: 16px;
    }

    #scheduling-arrow {
        height: 18px;
    }



    body {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #navbar-nonscrolled {
        display: none;
    }

    #RR-img {
        display: none;
    }

    .start-now-button {
        background-color: black;
        font-family: "Bebas Neue";
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid #f3571a;
        border-radius: 20px;
        padding-left: 18px;
        padding-right: 78px;
        position: relative;
        overflow: hidden;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #start-now-button-arrow {
        height: 28px;
        max-height: 28px;
    }

    #accolades-section {
        background-image: linear-gradient(rgba(0,0,0,0.8)),url(/assets/RR4bw.jpg);
        background-size: cover;
        background-position-x: center;
        
    }

    .contact-us-section-title {
        font-size: 30px;
    }

    .contact-us-bottom-wrapper {
        margin-top: 24px;
        font-size: 16px;
    }

    .nav-link-mobile-wrapper {
        padding-right: 12px;
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 2px solid #f3571a;
        color: white;
    }

    .nav-link-mobile-text {
        font-family: "Bebas Neue";
        font-size: 24px;
        padding-left: 4px;
    }

    #journey-section {
        /* background-image: linear-gradient(rgba(0,0,0,0.5)), url(/assets/RichardRhinehardt.webp);
        background-position-y: 50%;
        background-position-x: 50%; */
        background-image: none;
        background-color: rgb(0, 13, 26);
    }

}

@media (max-width: 340px) {

    .subtext {
        font-size: 13.5px;
    }

    .hero-section {
        background-position-x: 52%;
    }

    #calendar-img {
        height: 48px;
    }

    .section-title-m {
        font-size: 20px;
    }

    .section-title {
        font-size: 36px;
    }

    .accolade {
        font-size: 12px;
    }
}