.jumbotron-header {
    height: 98vh;
    /* background: url("../resources/img/new-hero-img.png"); */
    background: url("../resources/img/hero-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--neutral-white);
    overflow: hidden;
    display: flex;
    width: 100%;
    
 
}

.jumbotron-footer {
    /* height: 300px; */
    background: url("../resources/img/img-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--blue-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: 'row';
    width: 80%;
    margin: auto;
    border-radius: 40px;
    padding: 20px;
    flex-direction: row;
    
}

.bx-all-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    margin: auto;
}

.bx-footer-desc {
    display: flex;
    flex-direction: column;
   width: fit-content;
   width: 50%;
   gap: 12px;
}

.bx-footer {
    width: 50%;
    display: flex;
    justify-content: center;
}
.bx-footer img {
    max-width: 100%;
}

.bx-footer-desc {
    /* flex: 1; */
}

.bx-footer-desc h2 {
    width: 60%;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.section-container {
    display: flex;
    align-items: center;
    padding-inline: 7.5rem;
    color: var(--black-text);
    gap: 5rem;
    justify-content: center;
    padding-block: 3.5rem;
}


.section-container:nth-of-type(3) {
    /* height: 500px; */
    /* background-color: var(--screen-bg); */
}

.section-container__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 40%;
}

.section-container__copy h1.text-annoucement {
    color: var(--blue-500);
    max-width: 70%;
}

.section-container__copy h3 {
    width: 78%;
}

.section-container__image img {
    display: flex;
    max-width: 100%;
    height: auto;
}

/* .section-container__image img:first-child {
    position: relative;
    top: -4rem;
}

.section-container__image img:last-child {
    position: absolute;
    right: 30%;
} */

.faq {
    padding-block: 6rem;
    gap: 1.25rem;
}

.faq-questions {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 10px;
    overflow: hidden;
}

summary {
    display: flex;
    background-color: var(--screen-bg);
    font-size: 20px;
    color: var(--black-text);
    padding: 15px 20px;
    gap: 20px;
    justify-content: space-between;
    cursor: pointer;
}

summary div {
    display: flex;
}

summary span {
    color: var(--blue-500);
    font-weight: 600;
}

.details-content {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    gap: 20px;
    color: var(--black-text);
}

.details-content div:has(img) {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.details-content div img {
    height: max-content;
    max-width: 100%;
}

.details-content ol {
    padding-inline-start: 16px;
}

.details-content ol ul {
    padding-inline-start: 16px;
    list-style-type: disc;
}

.bx-footer-bottom{
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.bx-link img {
    filter: invert(1);
}

.section-container:nth-child(4) {
    /* overflow: hidden; */
    position: relative;
}

.ellips {
    position: absolute;
    right: 0;
    /* top: 200%; */
    max-width: 100%;
}
.ellips img {
    max-width: 100%;
}

.ellips-left {
    position: absolute;
    left: 0;
    /* top: 200%; */
    max-width: 100%;
}

.ellips-left img {
    max-width: 100%;
}



@media only screen and (max-width: 1600px) {
    .section-container__copy h3 {
        text-wrap: balance;
    }
    .section-container__copy h1.text-annoucement {
        max-width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .section-container {
        padding-inline: 4rem;
        gap: 2rem;
    }

    .section-container__copy h3 {
        width: 100%;
    }

    .section-container__image img {
        max-height: 60vh;
    }
}

@media screen and (max-width: 992px) {
  
    .section-container:nth-child(3),
    .section-container:nth-child(5)
    {
        flex-direction: column-reverse;
        padding: 1.5rem 3rem;
        gap: 1rem;
    }
    .section-container {
        flex-direction: column;
        padding:1.5rem 3rem;
        gap: 1rem;
    }

    .section-container__copy,
    .section-container__copy h3 {
        width: 100%;
    }

    .section-container:nth-of-type(3) {
        height: auto;
    }

    .faq {
        padding-block: 3rem;
    }

    .faq-questions {
        width: 80%;
    }

    .section-container__image img {
        max-height: none;
    }

}

@media screen and (min-width: 820px) and (max-width:992px) {
    .section-container__copy {
        padding-inline: 2rem;
    }
}


@media only screen and (max-width: 576px) {

    .bx-all-content {
         display: flex;
         flex-direction: column;
    
     }

     .bx-footer-desc{
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
     }

     .bx-footer-desc h2 {
        width: 100%;
    }

    .ellips-box {
         overflow: hidden !important;
        position: relative;
        display: flex;
    }

    .section-container:nth-child(4) {
        overflow: hidden;
        position: relative;
    }

    .ellips {
        position: absolute;
        right: -50%;
 
    }


}
