:root {
    --orange: #ff9200;
}

/* Index */
#index-section {
    width: 100%;
}

.custom-shape-divider-top-1704293942 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: -1;
    filter: drop-shadow(2px px 20px rgba(0, 0, 0, 0.3));
}

.custom-shape-divider-top-1704293942 svg {
    position: relative;
    display: block;
    width: calc(247% + 1.3px);
    height: 390px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1704293942 .shape-fill {
    fill: #FF9200;
}

#index-section h1 {
    color: #ffffff;
    font-family: 'Anton';
    font-size: 6rem;
    line-height: 6.25rem;
    padding-top: 7.5rem;
    padding-bottom: 1rem;
    padding-left: 10rem;
    text-align: end;
}

#index-section h1 span {
    display: block;
    font-size: 5rem;
    color: var(--dark-grey);
}

.items-container {
    padding-left: 10rem;
    padding-top: 3rem;
}

.index-item {
    display: block;
    text-transform: uppercase;
    text-align: start;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: 1.15rem;
    padding-left: 0;
    padding-bottom: 0.75rem;
    border: none;
    background: none;
}

.index-item:hover {
    color: var(--orange);
}

.answer:first-of-type {
    display: block;
}

.answer {
    display: none;
    position: relative;
    margin-top: 8rem;
    width: 70%;
    padding: 2.5rem 1.5rem 3rem;
    background-color: var(--dark-grey);
    border-radius: 1rem;
}

#index-section .items-container .index-item.active {
    color: var(--orange);
}

.answer h2 {
    color: var(--green);
    font-weight: 600;
    font-size: 1.75rem;
    padding-bottom: 1rem;
}

.answer p {
    color: #ffffff;
    font-size: 1.2rem;
    text-align: start;
    text-indent: 2.5rem;
}

.answer a {
    color: white;
    font-weight: 700;
    text-underline-offset: 0.25rem;
    transition: all 0.5s ease;
}

.answer a:hover {
    transform: scale(1.05);
}

.answer .index-number {
    font-family: 'Anton';
    font-size: 6rem;
    line-height: 6.25rem;
    position: absolute;
    top: -1rem;
    right: -0.5rem;
}

.answer .schedule-button {
    position: absolute;
    bottom: -1rem;
    right: 3rem;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    border: 1px solid black;
    border-radius: 3rem;
    padding: 0.5rem 2rem;
    color: rgb(19 19 19);
    background-color: var(--green);
    box-shadow: 0px 15px 10px -15px #111;
}

.orange-star {
    position: absolute;
    z-index: -1;
    bottom: 35%;
    left: -12rem;
    width: 37.5%;
}

/* Footer */
footer {
    margin-top: 2rem;
}


@media screen and (max-width: 1600px) {
    #index-section h1,
    .items-container {
        padding-left: 7.5rem;
    }

    .answer p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1400px) {
    .custom-shape-divider-top-1704293942 svg {
        height: 325px;
    }

    #index-section h1 {
        transform: scale(0.9);
        font-size: 5rem;
        line-height: 5.75rem;
        padding-left: 2rem
    }

    #index-section h1 span {
        font-size: 4.5rem;
        line-height: 4.75rem;
    }

    .items-container {
        padding-top: 1.25rem;
        padding-left: 3.5rem;
    }

    .index-item {
        font-size: 0.9rem;
        padding-bottom: 0.6rem;
    }

    .answer {
        width: 75%;
    }

    .answer p {
        font-size: 0.9rem;
    }

    .answer h2 {
        font-size: 1.5rem;
    }

    .answer .schedule-button {
        padding: 0.25rem 2rem;
    }

    .orange-star {
        left: -10rem;
    }
}

@media screen and (max-width: 1200px) {
    #index-section h1 {
        font-size: 5rem;
        line-height: 5.25rem;
    }

    #index-section h1 span {
        font-size: 4rem;
        line-height: 4.25rem;
    }

    .items-container {
        padding-top: 1.75rem;
    }

    .answer {
        width: 90%;
    }

    .answer p {
        font-size: 0.9rem;
    }

    .answer .schedule-button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .answer {
        margin-top: 1rem;
    }

    .answer .index-number {
        text-transform: uppercase;
        color: #ffffff;
        -webkit-text-stroke: 1px rgba(0, 0, 0, 1);
    }

    #index-section h1 {
        padding-top: 8rem;
        font-size: 4rem;
        line-height: 4.25rem;
    }

    #index-section h1 span {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media screen and (max-width: 768px) {
    #index-section .row {
        margin: 0 auto;
    }

    .items-container {
        padding-top: 3rem;
        padding-left: 2rem;
    }

    .answer .index-number {
        text-transform: uppercase;
        color: #ffffff;
        -webkit-text-stroke: 1px rgba(0, 0, 0, 1);
    }
}

@media screen and (max-width: 576px) {
    #index-section h1 {
        padding-top: 7rem;
        font-size: 3.25rem;
        line-height: 3.6rem;
    }

    #index-section h1 span {
        font-size: 2.75rem;
        line-height: 3rem;
    }

    .index-item {
        font-size: 14px;
    }  
    
    .index-item:focus-visible {
        border: none;
    }

    .answer {
        padding: 2.5rem 1.25rem 3re
    }

    .answer h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .answer p {
        text-indent: 1rem;
    }

    .answer .schedule-button {
        right: 1rem;
        font-size: 0.9rem;
    }
}
