@import url('./fonts/fonts.css');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'PPEditorialNew';
}


body {
    position: relative;
}

.icon-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 100px;
}

.icon-whatsapp img {
    width: 60px;
    height: 60px;
}

.container {
    max-width: 1274px;
    width: 100%;
    display: flex;
    padding: 45px 20px;
}

header {
    background-color: #A77421;
    display: flex;
    justify-content: center;
    padding: 77px 0px 72px 0px;
}

header .content {
    align-items: center;
    gap: 20px;
}

.content img {
    width: 50%;
}

.content div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 51px;
    gap: 10px;
}

.content h1,
.content span {
    color: white;
}

.content h1,
.what-is-racket-paradise h1,
.description-event h1 {
    font-size: 31px;
}

.content span {
    font-size: 24px;
}

.content button {
    background-color: #D79E88;
    font-size: 20px;
}

.button {
    max-width: 416px;
    width: 100%;
    height: 72px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: 900;
    font-size: 20px;
}

.what-is-racket-paradise {
    background-color: #DFE5D5;
    display: flex;
    justify-content: center;
}

.what-is-racket-paradise img {
    width: 100%;
}

.what-is-racket-paradise h1 {
    margin-bottom: 20px;
}

.what-is-racket-paradise h1,
.what-is-racket-paradise p {
    color: #1F1C1D;
    text-align: center;
}

.content-what-is-racket-paradise {
    gap: 60px;
    align-items: center;
}

.description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container-beach-tennis {
    background-color: #C9927F;
    display: flex;
    justify-content: center;
}

.content-beach-tennis {
    align-items: center;
    gap: 100px;
    max-width: 1274px;
    width: 100%;
    display: flex;
    padding: 45px 20px;
}

.image-camis-beach-tennis {
    width: 100%;
}

.description-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.description-event h1,
.description-event p,
.description-event span {
    color: white;
}

.logo-camis-beach-tennis {
    width: 77px;
    height: 119px;
}

.rackets-in-paradise {
    display: flex;
    justify-content: center;
}

.rackets-in-paradise ul {
    color: #1F1C1D;
    list-style: inside;
}

.rackets-in-paradise img {
    max-width: 600px;
    width: 100%;

}

.content-rackets-in-paradise {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.content-rackets-in-paradise h1 {
    color: #86773B;
    font-size: 31px;
    margin-bottom: 19px;
}

.register {
    display: flex;
    justify-content: center;
    background-color: #86773B;
}

.register div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.register img {
    max-width: 601px;
    width: 100%;
    height: 304px;
}

.register h1 {
    color: white;
}

.register button {
    background-color: #1F1C1D;
}

.content-register div {
    display: flex;
    flex-direction: column;
    gap: 39px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.registrations-price {
    background-color: #DFE5D5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.registrations-price .content-registrations-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registrations-price h1 {
    margin-bottom: 73px;
    text-align: center;
    color: #1F1C1D;
    font-size: 31px;
}

.registrations-price button {
    background-color: #1F1C1D;
}

.container-cards {
    display: flex;
    gap: 26px;
    margin-bottom: 34px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    width: 499px;
    max-height: 227px;
    border: 1px solid #86773B;
    display: flex;
    flex-direction: column;
}

.number-registrations {
    background-color: #86773B;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 281px;
    gap: 10px;
    font-weight: bold;
    font-size: 20px;
}

.price span:first-child {
    font-size: 36px;
}

.price span:last-child {
    font-size: 16px;
}

.discount {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.required {
    font-size: 24px;
    color: #363327;
    padding-top: 66px;
    padding-bottom: 42px;
    font-weight: bold;
    text-align: center;
}

.required span {
    color: #86773B;
}

@media(max-width: 960px) {

    header {
        padding: 39px 20px 50px 20px;
    }

    .container {
        flex-direction: column;
    }

    .content-beach-tennis,
    .register div {
        flex-direction: column-reverse;
    }

    .content h1 {
        font-size: 25px;
    }

    .what-is-racket-paradise h1 {
        font-size: 25px;
    }

    .what-is-racket-paradise p {
        font-size: 14px;
    }

    .content-what-is-racket-paradise,
    .content-rackets-in-paradise {
        gap: 20px;
    }

    .content img,
    .what-is-racket-paradise img,
    .image-camis-beach-tennis,
    .rackets-in-paradise img,
    .register img {
        max-width: 400px;
        height: 100%;
    }

    .card {
        width: 100%;
    }
}


.faq {
    width: 100%;
    display: flex;
    padding: 45px 20px;
    flex-direction: column;
    align-items: center;
    gap: 83px;

}

.faq h1 {
    font-size: 31px;
    color: #1F1C1D;
    text-align: center;
}

.content-faq {
    max-width: 1274px;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 66px;
}

.beach-tennis,
.tennis {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.beach-tennis h2,
.tennis h2 {
    color: #86773B;
    font-size: 20px;
}

@media(max-width: 768px) {
    .content-faq {
        flex-direction: column;
    }

    .beach-tennis,
    .tennis {
        width: 100%;
    }
}

.question p,
.question-eight,
.questionNine {
    color: #555555;
    font-size: 15px;
    display: none;
}

.question {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 17px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.question div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question div span {
    font-size: 16px;
    color: #1F1C1D;
}

.question div img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.arrow-up {
    display: none;
}

.question-eight,
.questionNine {
    flex-direction: column;
    display: none;
    padding-left: 30px;
    gap: 10px;
}


footer {
    min-height: 60px;
    background-color: #1F1C1D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.close {
    border-radius: 15px;
    background-color: #D79E88;
    color: white;
    font-size: 13px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
}

form {
    background-color: white;
    max-width: 1274px;
    width: 100%;
    height: 90%;
    overflow-x: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    position: relative;

}

form h1 {
    color: #86773B;
    margin: 20px 0 20px 20px;

}

#registrations-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
    padding: 0 20px;

}

.byWhatMeansDidYouCome {
    margin: 10px 0;
    padding: 20px;
}

.date-of-birth {
    display: flex;
    flex-direction: column;
    position: relative;
}

.date-of-birth label {
    position: absolute;
    top: -20px;
}

.registrations {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.registrations input::placeholder {
    color: #9D9D9D;
}

.registrations select,
.byWhatMeansDidYouCome select {
    color: #555555;
    font-weight: bold;
}

.registrations input,
select {
    border: 1px solid #DADADA;
    height: 35px;
    border-radius: 3px;
}

.registrations input {
    padding-left: 5px;
}

.button-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.add-register,
.send-button {
    height: 44px;
    max-width: 217px;
    width: 100%;
    border-radius: 47px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: white;
}

.add-register {
    background-color: #D79E88;
}

.send-button {
    background-color: #A77421;
}


.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: white;
    font-size: 25px;
    display: none;
}

@media(max-width: 768px) {

    .registrations {
        padding-left: 0 !important;
    }

    .date-of-birth {
        padding-top: 20px;
    }

    .date-of-birth label {
        top: 0;
    }

    .registrations input,
    select {
        width: 100%;
    }
}