#calendar-container {
    width: calc(100% - 80px);
    padding: 40px;
}

#calendar-container h1 {
    font-size: 40px;
    color: #EF7D15;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#calendar-container h2 {
    text-align: center;
}

.choise-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.choise-content {
    display: flex;
    align-items: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    margin: 20px;
    padding: 40px;
    border: 2px solid #AECB47;
    border-radius: 20px;
    box-shadow: #dddddd 5px 5px 5px;
    cursor: pointer;
    text-align: center;
}

.choise-content:hover {
    background-color: #AECB47;
    color: #FFFFFF;
}

.choise-content h2 {
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
}

#calendly {
    height: 100vh;
}

#consultation-1,
#consultation-2 {
    display: none;
}

#atelier-presentation-container {
    display: none;
}

#calendar-container .fa-arrow-left {
    font-size: 2rem;
    color: #AECB47;
    cursor: pointer;
}

.arrow-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.calendly-title {
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.calendly-title h1,
.calendly-title h2 {
    color: #EF7D15;
}

#calendar-container a {
    color: #494949;
}


































#choise-2-3,
#pack-2 {
    display: none;
}

#calendar-container form {
    width: 80%;
    margin: auto;
}

#calendar-container form input[type="radio"]:checked {
    background-color: #EF7D15;
}

#calendar-container form input[type="radio"] {
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #EF7D15;
    border-radius: 50% !important;
    outline: none;
    background-color: white;
    cursor: pointer;
    padding: 0 !important;
    margin-bottom: -2px;
}



#calendar-container form textarea {
    width: calc(100% - 30px);
    height: 300px;
    border: 2px solid #EF7D15;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    resize: none;
    margin: auto;
}
#calendar-container .fa-arrow-alt-circle-right,
#calendar-container .fa-arrow-alt-circle-left{
    color: #23853B;
    margin-top: 20px;
    font-size: 40px;
    cursor: pointer;
}


#calendar-container #choise-2-2 h2,
#calendar-container #choise-2-3 h2{
    text-align: center;
    text-transform: uppercase;
    color: #EF7D15;
    font-size: 40px;
}

#calendar-container input {
    width: 40%;
    border: 2px solid #EF7D15;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#calendar-container #contact-button {
    display: inline-block;
    width: fit-content;
    height: 40px;
    background-color: #29A048;
    color: #FFFFFF;
    border: 1px solid #29A048;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
}
#calendar-container #contact-button div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
}

#calendar-container #contact-button div img {
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 6px;
}

@media (max-width: 1024px) {
    
    #calendar-container {
        width: calc(100% - 20px);
        padding: 10px;
    }
    #calendar-container h1 {
        font-size: 26px;
        margin-top: 20px;
    }
    .choise-content {
        margin: 10px;
        padding: 10px;
        min-width: 120px;
        max-width: 120px;
        min-height: 120px;
        max-height: 120px;
    }
    
    .choise-content h2 {
        font-size: 14px;
    }
}







