@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    scroll-behavior: smooth;
}



body {
    background-color: #fff;
    overflow-x: hidden;

}

header {
    width: 100%;
    display: flex;
    justify-content: center;
}





header nav.main-menu {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 40px;
    z-index: 9999;
    border-radius: 16px;
    width: 50%;
    padding: 16px 20px 16px 20px;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

#hero_section {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) -25.39%, #000 100%), url(assets/heroimage.webp) lightgray -560.435px 0px / 177.576% 102.601% no-repeat;
    background-size: cover;
    background-position: center;
}

.hero_wrapper {
    width: 72%;
}

.hero_text_content_01 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.hero_text_content_02 {
    width: 60%;
    margin-top: 16px;
}

p.hero_text_01 {
    color: #fff;
    font-size: 2rem;
}

h1.hero_main_text {
    font-size: 3rem;
    background: linear-gradient(90deg, #F7B63B 10%, #EA7401 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
    width: 100%;
}

p.white_text {
    color: #fff;
    font-size: 1.25rem;
    line-height: 32px;
    width: 100%;
}

p {
    font-size: 1.25rem;
}




.hero_btn_container {
    width: 100%;
    height: fit-content;
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

a {
    text-decoration: none;
}

button.btn_01 {
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #F7B63B 4%, #EA7401 60%);
    border: none;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

button.btn_02 {
    display: flex;
    padding: 12px 40px;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #F7B63B;
    background-color: transparent;
    cursor: pointer;
}

div.hero_logo_content {
    margin-top: 64px;
    width: 612px;
}

div.logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    margin-top: 20px;
}

.btn-link {
    cursor: pointer;
}



h2.section_title {
    font-size: 2.25rem;
    min-width: 360px;
}

section#why_tecno {
    margin-top: 160px;
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

span.highlight {
    background: linear-gradient(90deg, #F7B63B 4%, #EA7401 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    width: 100%;
}

div.card_wrapper {
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 64px;
}

.card_body {
    width: 500px;
    border: 1px solid #F8D4B0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
    flex: 0 0 500px;
    max-width: 500px;
    padding: 32px;
}

p.card_number {
    width: 100%;
    font-size: 3.75rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #F7B63B 4%, #EA7401 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.card_text_content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

h3.card_subtitle {
    font-size: 1.5rem;
    color: #3b3b3b;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

p.card_paragraph {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 32px;
    color: #999;
}

.contact_image {
    width: 100%;
}

.team_image {
    width: 100%;
}


section#we_do_sec {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 144px;
}

div.content_wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 72px;
    flex-wrap: wrap;
}

div.left_content {
    width: fit-content;
}

div.right_content {
    width: 42%;
    min-width: 320px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

div.title_section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 32px;
}

.description_text {
    font-size: 20px;
    line-height: 32px;
}


.arrow_section {
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.arrow_div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.arrow_text {
    font-size: 20px;
}

section#disasters_section {
    height: 80vh;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url(assets/desastre_img.webp) lightgray 0.5px -95.559px / 99.654% 124.853% no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 144px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 120px 0px 120px 0px;

}

.disater_text_container {
    width: 72%;
    gap: 24px;

}

.inside_content {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

.highlight_02 {
    background: linear-gradient(90deg, #F7B63B 20%, #EA7401 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.white_text_02 {
    color: #fff;
    width: 100%;
    font-size: 1.25rem;
    line-height: 32px;
}

.team_prepared {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    margin-top: 144px;

}

.team_prepared_text_container {
    display: flex;
    flex-direction: column;
}

.black_text {
    margin-top: 20px;
    font-size: 1.25rem;
}

.arrow_certifications {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
}

.content_wrapper02 {
    display: flex;
    width: 80%;
    justify-content: center;
    gap: 32px;
}

.arrow_content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.certifications_img {
    margin-top: 120px;
}

.right_content02 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.left_content02 {
    width: fit-content;
}


#infinite-slider {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

#infinite-slider::before,
#infinite-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

#infinite-slider::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

#infinite-slider::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.slider {
    position: relative;
    width: 60%;
    overflow: hidden;
    min-width: 320px;
}

.brands {
    display: flex;
    animation: scroll 30s linear infinite;
    width: max-content;
}

.brands:hover {
    animation-play-state: paused;
}

.brand-logo {
    flex-shrink: 0;
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    list-style: none;
    min-width: 350px;
}

.brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

#success_histories {
    width: 100%;
    height: 80vh;
    margin-top: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, #000 80%), url(assets/success.webp) lightgray -0.5px 0px / 100.622% 100% no-repeat;
    background-position: center;
    background-size: cover;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
}

.content01 {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.text_container {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.highlight_title {
    background: linear-gradient(90deg, #F7B63B 00%, #EA7401 30%);
    font-size: 2.25rem;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.highlight_title01 {
    background: linear-gradient(90deg, #F7B63B 00%, #EA7401 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.swiper {
    width: 380px;
    height: fit-content;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: white;

}

.card_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding-bottom: 32px;

}

.card-title {
    color: #000000;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.card_button {
    padding: 16px 47px 16px 47px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    background-color: #EA7401;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}


#video {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 144px;
    flex-direction: column;
    gap: 64px;
    padding: 0px 20px 0px 20px;
}


.youtube-video {
    border-radius: 20px;
}


#faq {
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 200px;

}

.faq_title .section_title {
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #F7B63B 30.77%, #EA7401 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.accordion-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 9.4px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 27px 10px 32px;
    cursor: pointer;
    gap: 32px;
}

.accordion-title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #000000;
    transition: all 0.3s ease;
}

.accordion-item.active .accordion-title {
    background: linear-gradient(90deg, #F7B63B 30.77%, #EA7401 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-icon {
    width: 36.986px;
    height: 36.986px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-icon svg {
    width: 100%;
    height: 100%;
}

.accordion-icon path {
    fill: #1C1B1F;
    transition: fill 0.3s ease;
}

.accordion-item.active .accordion-icon path {
    fill: url(#arrowGradient);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    opacity: 1;
}

.accordion-body {
    padding: 8px 32px 24px 32px;
}

.accordion-text {
    font-size: 18px;
    line-height: 28px;
    color: #374151;
}

#contact_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.content_wrapper03 {
    width: 60%;
    display: flex;
    gap: 64px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 144px;
}

.right_content03 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
}

.top {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.contact_paragraph {
    font-size: 1.25rem;
    line-height: 32px;
}

footer {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    background-color: #090909;
    padding-top: 40px;
    padding-bottom: 100px;
}

.links {
    width: 40%;
    display: none;
    justify-content: end;
    gap: 64px;
}

.link_column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    width: 400px;
}

li.keyword {
    color: white;
    font-size: 1rem;
}






.logo {
    width: 64%;

}

.footer_links {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    gap: 48px;
    list-style: none;
}

.empresa {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-info {
    color: white;
    font-size: 1rem;
    width: 64%;
}

.footer-up {
    display: flex;
    width: 100%;
    justify-content: center;
}



@media (max-width:400px) {

    body {
        overflow-x: hidden;
    }

    nav.main-menu {
        opacity: 0;
    }

    .hero_wrapper {
        width: 100%;
    }

    .hero_text_content_01 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hero_text_content_02 {
        width: 100%;
        margin-top: 16px;
    }

    p.hero_text_01 {
        color: #fff;
        font-size: 1.4rem;
    }

    h1.hero_main_text {
        font-size: 1.72rem;
        background: linear-gradient(90deg, #F7B63B 10%, #EA7401 60%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 40px;
        width: 100%;
        overflow: visible;
    }

    #hero_section {
        height: fit-content;
        width: 100%;
        padding: 80px 20px 80px 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 10%, #000 100%), url(assets/heroimage.webp) lightgray -560.435px 0px / 177.576% 102.601% no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero_btn_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .btn_01 {
        width: 320px;
    }

    .btn_02 {
        width: 320px;
    }

    div.hero_logo_content {
        margin-top: 64px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .logos {
        flex-direction: column;

    }

    .section_title {
        width: 100%;
        text-align: center;
    }

    .card_wrapper {
        width: 100%;
    }

    div.card_body {
        display: flex;
        max-width: 350px;
    }

    #infinite-slider {
        margin-top: 20px;
    }

    .slider {
        padding: 0;
    }

    .img_mobile01 {
        width: 360px;
    }

    h2.section_title {
        font-size: 1.68rem;
    }

    .highlight_title01 {
        font-size: 1.68rem;
    }

    .content_wrapper02 {
        flex-wrap: wrap;
    }


    .team_prepared {
        margin-top: 64px;
        width: 100%;
    }

    .certifications_img {
        margin-top: 40px;
        gap: 24px;
    }

    .cert-image {
        width: 40%;
    }

    #success_histories {
        height: fit-content;
        padding: 60px 0px 60px 0px;
        display: flex;
        margin-top: 20px;
    }

    .content01 {
        width: 100%;
        order: 2;
        margin-top: 64px;
    }

    .content02 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 270px;
    }

    .swiper .swiper-wrapper .swiper-slide {
        width: 270px !important;
        height: 424px !important;
    }

    .slide-image {
        width: 270px;
    }

    .card-title {
        font-size: 1.4rem;
    }

    section#disasters_section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px 0px 10px;
        margin: 0;
        height: 60vh;
        margin-top: 64px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(assets/desastre_img.webp) lightgray 0.5px -95.559px / 99.654% 124.853% no-repeat;
        background-size: cover;
        background-position: center;
    }

    .disater_text_container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .inside_content {
        width: 100%;
    }

    .white_text_02 {
        text-align: center;
    }

    .content_wrapper03 {
        width: 100%;
        flex-wrap: wrap;
    }

    .right_content03 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 30px 0px 30px;
    }

    .highlight_title {
        text-align: center;
        font-size: 1.68rem;
    }

    .contact_paragraph {
        text-align: center;
    }

    .accordion_wrapper {
        width: 90%;
    }

    #faq {
        margin-top: 64px;
        margin-bottom: 0;
    }

    #contact_section {
        margin-top: 64px;
    }

    #video {
        gap: 24px;
    }

    iframe {
        width: 100%;
        height: 40vh;
    }
}

@media (max-width:568px) {



    body {
        overflow-x: hidden;
    }

    nav.main-menu {
        opacity: 0;
    }

    .hero_wrapper {
        width: 100%;
    }

    .hero_text_content_01 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hero_text_content_02 {
        width: 100%;
        margin-top: 16px;
    }

    p.hero_text_01 {
        color: #fff;
        font-size: 1.4rem;
    }

    h1.hero_main_text {
        font-size: 1.72rem;
        background: linear-gradient(90deg, #F7B63B 10%, #EA7401 60%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 40px;
        width: 100%;
        overflow: visible;
    }

    #hero_section {
        height: fit-content;
        width: 100%;
        padding: 80px 20px 80px 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 10%, #000 100%), url(assets/heroimage.webp) lightgray -560.435px 0px / 177.576% 102.601% no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero_btn_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .btn_01 {
        width: 320px;
    }

    .btn_02 {
        width: 320px;
    }

    div.hero_logo_content {
        margin-top: 64px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .logos {
        flex-direction: column;

    }

    .section_title {
        width: 100%;
        text-align: center;
    }

    .card_wrapper {
        width: 100%;
    }

    div.card_body {
        display: flex;
        max-width: 350px;
    }

    #infinite-slider {
        margin-top: 20px;
    }

    .slider {
        padding: 0;
    }

    .img_mobile01 {
        width: 360px;
    }

    h2.section_title {
        font-size: 1.68rem;
    }

    .highlight_title01 {
        font-size: 1.68rem;
    }

    .content_wrapper02 {
        flex-wrap: wrap;
    }


    .team_prepared {
        margin-top: 64px;
        width: 100%;
    }

    .certifications_img {
        margin-top: 40px;
        gap: 24px;
    }

    .cert-image {
        width: 40%;
    }

    #success_histories {
        height: fit-content;
        padding: 60px 0px 60px 0px;
        display: flex;
        margin-top: 20px;
    }

    .content01 {
        width: 100%;
        order: 2;
        margin-top: 64px;
    }

    .content02 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 270px;
    }

    .swiper .swiper-wrapper .swiper-slide {
        width: 270px !important;
        height: 424px !important;
    }

    .slide-image {
        width: 270px;
    }

    .card-title {
        font-size: 1.4rem;
    }

    section#disasters_section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px 0px 10px;
        margin: 0;
        height: 60vh;
        margin-top: 64px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(assets/desastre_img.webp) lightgray 0.5px -95.559px / 99.654% 124.853% no-repeat;
        background-size: cover;
        background-position: center;
    }

    .disater_text_container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .inside_content {
        width: 100%;
    }

    .white_text_02 {
        text-align: center;
    }

    .content_wrapper03 {
        width: 100%;
        flex-wrap: wrap;
    }

    .right_content03 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 30px 0px 30px;
    }

    .highlight_title {
        text-align: center;
        font-size: 1.68rem;
    }

    .contact_paragraph {
        text-align: center;
    }

    .accordion_wrapper {
        width: 90%;
    }

    #faq {
        margin-top: 64px;
        margin-bottom: 0;
    }

    #contact_section {
        margin-top: 64px;
    }

    #video {
        gap: 24px;
    }

    iframe {
        width: 100%;
        height: 100vh;
    }

    .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .empresa {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-info {
        width: 80%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:768px) {

    .brand-logo {
        width: 320px;
        height: 60px;
        margin: 0;
        padding: 0;
    }

    .brands {
        animation-duration: 30s;
        gap: 0px;
    }

    .right_content02 {
        width: 100%;
    }

    .left_content02 {
        width: 100%;
    }

    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .links {
        flex-wrap: wrap;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .keyword {
        opacity: 1;
    }

    .link_column {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    nav.main-menu {
        opacity: 0;
    }

    .hero_wrapper {
        width: 100%;
    }

    .hero_text_content_01 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hero_text_content_02 {
        width: 100%;
        margin-top: 16px;
    }

    p.hero_text_01 {
        color: #fff;
        font-size: 1.4rem;
    }

    h1.hero_main_text {
        font-size: 1.72rem;
        background: linear-gradient(90deg, #F7B63B 10%, #EA7401 60%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 40px;
        width: 100%;
        overflow: visible;
    }

    #hero_section {
        height: fit-content;
        width: 100%;
        padding: 120px 20px 120px 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 10%, #000 100%), url(assets/heroimage.webp) lightgray -560.435px 0px / 177.576% 102.601% no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero_btn_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .btn_01 {
        width: 320px;
    }

    .btn_02 {
        width: 320px;
    }

    div.hero_logo_content {
        margin-top: 64px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .logos {
        flex-direction: column;

    }

    .section_title {
        width: 100%;
        text-align: center;
    }

    .card_wrapper {
        width: 100%;
    }

    div.card_body {
        display: flex;
        max-width: 350px;
    }

    #infinite-slider {
        margin-top: 20px;
    }

    .slider {
        padding: 0;
    }

    .img_mobile01 {
        width: 360px;
    }

    h2.section_title {
        font-size: 1.68rem;
    }

    .highlight_title01 {
        font-size: 1.68rem;
    }

    .content_wrapper02 {
        flex-wrap: wrap;
    }


    .team_prepared {
        margin-top: 64px;
        width: 100%;
    }

    .certifications_img {
        margin-top: 40px;
        gap: 24px;
    }

    .cert-image {
        width: 40%;
    }

    #success_histories {
        height: fit-content;
        padding: 60px 0px 60px 0px;
        display: flex;
        margin-top: 20px;
    }

    .content01 {
        width: 100%;
        order: 2;
        margin-top: 64px;
    }

    .content02 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 270px;
    }

    .swiper .swiper-wrapper .swiper-slide {
        width: 270px !important;
        height: 424px !important;
    }

    .slide-image {
        width: 270px;
    }

    .card-title {
        font-size: 1.4rem;
    }

    section#disasters_section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px 0px 10px;
        margin: 0;
        height: 60vh;
        margin-top: 64px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(assets/desastre_img.webp) lightgray 0.5px -95.559px / 99.654% 124.853% no-repeat;
        background-size: cover;
        background-position: center;
    }

    .disater_text_container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .inside_content {
        width: 100%;
    }

    .white_text_02 {
        text-align: center;
    }

    .content_wrapper03 {
        width: 100%;
        flex-wrap: wrap;
    }

    .right_content03 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 30px 0px 30px;
    }

    .highlight_title {
        text-align: center;
        font-size: 1.68rem;
    }

    .contact_paragraph {
        text-align: center;
    }

    .accordion_wrapper {
        width: 90%;
    }

    #faq {
        margin-top: 64px;
        margin-bottom: 0;
    }

    #contact_section {
        margin-top: 64px;
    }

    #video {
        gap: 24px;
    }

    iframe {
        width: 100%;
        height: 80vh;
    }
}

@media (min-width:1024px) {
    #hero_section {
        height: fit-content;
        width: 100%;
        padding: 220px 20px 220px 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 10%, #000 100%), url(assets/heroimage.webp) lightgray -560.435px 0px / 177.576% 102.601% no-repeat;
        background-size: cover;
        background-position: center;
    }

    iframe {
        width: 80%;
        height: 90vh;
    }

    #success_histories {
        padding: 120px 0px 120px 0px;
        height: fit-content;
        margin-top: 0;
    }

    #infinite-slider {
        margin-top: 0px;
    }



}

@media (min-width:1300px) {}