.index-hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.index-hero-info-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.index-hero-info-container > h1{
    font-size: 65px;
    line-height: 70px;
    color: #fff;
}

.index-hero-info-container > p{
    padding-top: 30px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}

.index-hero-info-container > div{
    padding-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.index-hero-info-container > div > a:nth-child(1){
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #fff;
    color: #F97417;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    text-align: center;

    transition: ease 0.5s all;
}

.index-hero-info-container > div > a:nth-child(1):hover{
    background-color: transparent;
    color: #fff;
}

.index-hero-info-container > div > a:nth-child(2){
    text-decoration: none;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    text-align: center;

    transition: ease 0.5s all;
}

.index-hero-info-container > div > a:nth-child(2):hover{
    background-color: #fff;
    color: #F97417;
}

.index-hero > img{
    border-radius: 10px;
}

@media (max-width: 1250px) {
    .index-hero{
        flex-direction: column-reverse;
    }

    .index-hero > img{
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}

@media (max-width: 850px) {
    .index-hero >img{
        height: 300px;
    }

    .index-hero-info-container > h1{
        font-size: 55px;
        line-height: 60px;
    }
}

@media (max-width: 550px) {
    .index-hero > img{
        height: 200px;
    }

    .index-hero-info-container > h1{
        font-size: 30px;
        line-height: 35px;
    }

    .index-hero-info-container > p{
        font-size: 20px;
        line-height: 25px;
    }
}

.connect{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}

.connect > div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.connect > div > img{
    border-radius: 10px;
    width: 400px;
}

.connect > div > h2{
    padding-top: 40px;
    font-size: 20px;
    line-height: 25px;
}

.connect > div > p{
    padding-top: 25px;
    font-size: 16px;
    line-height: 26px;
    max-width: 400px;
}

@media (max-width: 1100px) {
    .connect{
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 450px) {
    .connect > div > img{
        width: 100%;
    }
}

.function-title{
    padding-top: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

.function-container{
    width: 700px;
    height: auto;
    margin: auto;
}

.function{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.function-card{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

    width: 300px;
    height: 250px;

    background-color: #fff;
    border: 1px solid #C2C2C2;
    filter: drop-shadow(3px 4px 9px #00000017);
    border-radius: 10px;
    padding: 30px;
}

.function-card:nth-child(1) > div,
.function-card:nth-child(2) > div{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 70px;
    height: 70px;

    background-color: #FEF0E7;
    border-radius: 10px;
}

.function-card:nth-child(3) > div,
.function-card:nth-child(4) > div{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 70px;
    height: 70px;

    background-color: #E7F5EC;
    border-radius: 10px;
}

.function-card > div > img{
    width: 45px;
}

.function-card > h4{
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 750px) {
    .function-container{
        width: 100%;
    }

    .function-card{
        width: 100%;
    }
}

@media (max-width: 650px) {
    .function-title{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 25px;
        line-height: 30px;
    }
}

.example{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.example > h3{
    padding-bottom: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

.example > img{
    width: 900px;

    border: 1px solid #C2C2C2;
    filter: drop-shadow(3px 4px 9px #00000017);
    border-radius: 10px;
}

@media (max-width: 950px) {
    .example > img{
        width: 100%;
    }
}

@media (max-width: 650px) {
    .example > h3{
        font-size: 25px;
        line-height: 30px;
    }
}

.cta{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta > h3{
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

.cta > p{
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    max-width: 700px;
}

.cta > div{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta > div > a:nth-child(1){
    text-decoration: none;
    text-align: center;
    width: 200px;

    padding-top: 10px;
    padding-bottom: 10px;

    border-radius: 5px;
    border: 1px solid #F97417;
    background-color: #F97417;
    color: #fff;

    transition: ease 0.5s all;
}

.cta > div > a:nth-child(1):hover{
    background-color: transparent;
    color:#F97417;
}

.cta > div > a:nth-child(2){
    text-decoration: none;
    text-align: center;
    width: 200px;

    padding-top: 10px;
    padding-bottom: 10px;

    border-radius: 5px;
    border: 1px solid #C2C2C2;
    background-color: #fff;
    color: #000;

    transition: ease 0.5s all;
}

.cta > div > a:nth-child(2):hover{
    background-color: transparent;
}

@media (max-width: 650px) {
    .cta > h3{
        font-size: 25px;
        line-height: 30px;
    }

    .cta > p{
        font-size: 16px;
        line-height: 25px;
    }
}

.faq-title{
    padding-top: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

.faq{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.faq-item{
    border-bottom: 1px solid #ccc;
    width: 800px;
}

.faq-question{
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    padding: 30px 0;
    font-weight: bold;
}

.faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.faq-answer > p{
    padding-bottom: 30px;
}

.faq-answer.open{
    max-height: 200px;
    padding: 10px 0;
}

#arrow{
    padding-left: 10px;
    font-size: 20px;
    transition: transform 1s ease;
}

#arrow.rotate{
    transform: rotate(180deg);
}

@media (max-width: 850px) {
    .faq-item{
        width: 100%;
    }
}