
/*-------------INFO SECTION---------------*/
.info-section
{
    background-color: #fef9f4;
    padding-top: 35px;
    container-type: inline-size;
    container-name: info;
}
.info__wrapper
{
    display: grid;
    margin: 0 auto;
    width: 92%;
}

.info__title hr
{
    margin-bottom: 10px;
}

.info__title h2
{
    font-size: 28px;
    margin-top: 5px;
}

.info__content--ul
{
    padding: 0;
    list-style: none;
}

.info__content--list-item
{
    display: flex;
    flex-direction: column;
    align-content: center;
}
.info__content--list-item
{
    margin-bottom: 35px;
}

.info__content--list-item h2
{
    font-size: 28px;
    margin-bottom: 18px;
}

.info__content--list-item img
{
    width: 90px;
    margin: 15px auto;
    margin-bottom: 25px;
    object-fit: contain;
}

/*---------INFO QUERIES-----------*/
@container info (min-width:700px)
{
    .info__wrapper
    {
        width: 70%;
    }
    .info__title p
    {
        margin: 15px 0;
    }




    .info__content--list-item
    {
        flex-direction: row;
        gap: 10px;
    }
    .info__content--list-item img
    {
        flex-basis: 0;
        max-height: 64.5px;
        flex-grow: 1;
    }
    .info__content--list-item div
    {
        flex-basis: 0;
        flex-grow: 2;
    }
}


/*-------------INVITE SECTION---------------*/
.invite-section
{
    background-color: #fff;
    container-type: inline-size;
    container-name: invite;

}
.invite__wrapper
{
    width: 92%;
    max-width: 600px;
    
    display: flex;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.invite__wrapper a, .invite__wrapper a img
{
    width: 100%;
}

.invite__small-img
{
    display: block;
}
.invite__big-img
{
    display: none;
}

/*---------INVITE QUERIES-----------*/

@container invite (min-width:700px)
{
    .invite__wrapper
    {
        padding-bottom: 40px;
    }
    .invite__small-img
    {
        display: none;
    }
    .invite__big-img
    {
        display: block;
    }
}


/*-------------DESCRIPTION SECTION---------------*/

.description-section
{
    background-color: #fef9f4;
    container-name: description;
    container-type: inline-size;
}

.description__how-container
{
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    padding-top: 30px;
}
.description__how-image
{
    width: 95%;
    margin: 30px auto;
}
.description__how-image img
{
    width: 100%;
}
.description__how-content
{
    padding: 0 5px;
    display: block;
}
.description__how-content p
{
    margin-top: 17px;
    margin-bottom: 50px;
}



.description__why-container
{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.description__why-container h2
{
    font-size: 28px;
}
.description__why-container p
{
    margin-top: 15px;
    margin-bottom: 25px;
}
.description__why-container ul
{
    padding-left: 15px;
    line-height: 28px;
    font-size: 18px;
    width: 92%;
    list-style: none;
}
.description__why-container li
{
    position: relative;
}
.description__why-container span
{
    width: 6px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: -15px;
    background-repeat: none;
    display: inline-block;
    background-image: url("https://6397695.fs1.hubspotusercontent-na1.net/hubfs/6397695/website/assets/vineta.png");
    background-size:cover;
}

/*---------DESCRIPTION QUERIES-----------*/

@container description (min-width:700px)
{
    .description__how-container
    {
        flex-direction: row;
        margin: auto;
        width: 70%;
    }
    .description__how-content
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }
    .description__how-image
    {
        flex-basis: 0;
        flex-grow: 1;
    }
    .description__how-content
    {
        flex-basis: 0;
        padding: 15px;
        flex-grow: 1;
    }
    .description__why-container
    {
        width: 70%;
        margin: 40px auto;
        padding-bottom: 10px;
    }
}


/*---------INSPIRE SECTION-----------*/
.inspire-section
{
    container-type: inline-size;
    container-name: inspire;
}
.inspire__wrapper
{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    
}
.inspire__top-section
{
    width: 95%;
    margin: auto;
}
.inspire__top-section h2
{
    line-height: 38px;
}


.inspire__hr-container
{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 30px;
}
.inspire__hr-container hr
{
    border-width: 1.5px;
    border-radius: 1px;
}



.inspire__bottom-section
{
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.inspire__bottom-section h3
{
    color:#FF5900;
    font: 18px "Zilla Slab";
    font-weight: bold;
    margin: 15px auto;
    width: 90%;
}
.inspire__bottom-section p
{
    width: 90%;
    margin: auto;
}

.inspire__bottom-box
{
    background-color: #fef6f1;
    margin: 0 15px;
    border-radius: 25px;
    padding-bottom: 15px;
}


/*---------INSPIRE QUERIES-----------*/
@container inspire (min-width: 700px)
{
    .inspire__wrapper
    {
        margin-top: 70px;
        margin-bottom: 55px;
    }
    .inspire__top-section
    {
        width: 65%;
    }
    .inspire__top-section 
    {
        width: 65%;
    }
    .inspire__top-section h2
    {
        margin-top: 20px;
    }
    .inspire__bottom-section
    {
        flex-direction: row;
        width: 68%;
        margin: auto;
        gap: 20px;
        margin-top: 40px;
        padding: 0 20px;
    }
    .inspire__bottom-box
    {
        margin: 0;
        flex-basis: 222px;
        flex-grow: 1;
        flex-shrink: 0;
        height: fit-content;
    }
    
    .inspire__bottom-box h3
    {
        line-height: 28px;
    }
    .inspire__bottom-box p
    {
        width: 85%;
    }
}


/*---------NEWSLETTER SECTION-----------*/
.newsletter-section
{
    container-type: inline-size;
    container-name: newsletter;
    background-color: #3A3637;
}

.newsletter__wrapper
{
    margin: auto;
    margin-bottom: 20px;
}
.newsletter__wrapper, .newsletter__wrapper p
{
    color: #fff;
}

.newsletter__header-container
{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}

.newsletter__header-container h2
{
    font-size: 28px;
    line-height: 32px;
    width: 97%;
}
.newsletter__header-container p
{
    width: 96%;
}

.newsletter__img-container
{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}


.newsletter__form p:first-of-type
{
    margin-left: 20px;
}

.newsletter__form p
{
    font-size: 16px;
    margin: 20px 0;
}
.newsletter__form-radio-input
{
    padding-left: 50px;
    margin: 8px 0;
    margin-right: 20px;
    line-height: 28px;
}
.newsletter__form [type="radio"]
{
    margin-right: 10px;
}



.newsletter__form-input-group
{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    align-content: center;
    margin: 5px auto;
    margin-bottom: 0;
    gap: 5px;
}
.newsletter__form-input-group :is(select, input)
{
    flex-grow: 1;
    height: 40px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    outline: none;
    border: none;
}

.newsletter__form-input-group input[type="submit"]
{
    flex-grow: 0;
    background-color: #FF5900;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    width: 50%;
    margin: 10px auto;
    border-radius: 7px;
    cursor: pointer;
}

.newsletter__form-input-group :is(input, select):focus
{
    outline: none;
}


/*---------NEWSLETTER QUERIES-----------*/
@container newsletter (min-width: 700px)
{
    .newsletter__wrapper
    {
        width: 70%;
        margin-bottom: 50px;
    }
    .newsletter__header-container
    {
        width: 90%;
        margin: 0 auto 50px auto;
    }
    .newsletter__form-input-group
    {
        flex-direction: row;
        margin: 10px;
        gap: 10px;
    }
    .newsletter__form-input-fields
    {
        margin: 15px 0;
    }
    .newsletter__form-input-group input[type="submit"]
    {
        flex-basis: 200px;
    }
}