.hero-section {
    height: 601px;

    .hero-img {
        height: 515px;

    }
}


.hero-title {
    max-width: 620px;
    font-size: 44px;
    color: #036;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#hero-p {
    max-width: 650px;
    color: #333;

}
.hero-img-container {
    display: none;

}
/*.logo-container {
    display: flex;
    min-width: fit-content;
    flex-direction: column;
}*/
@media (max-width: 768px) {
    .hero-title {
        width: 400px;
        font-size: 28px;
        color: #036;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: auto;

    }
    .hero-section {
        height: 500px;
    }
    #hero-p {
        text-align: justify;
        padding-top: 12px;
        font-size: 14px;
        width: 400px;
        color: #036;
        margin: auto;

    }
    .hero-button {
        width: 400px;
    }

}

.slide-img-animation {
    animation: slide-img-left 2s forwards;
}

.slide-down-animation {
    animation: slide-down 1.5s forwards;
}

.logos-row {
    display: flex;
    gap: 32px;
}
@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #9ca3af;
    opacity: 1;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.swiper-pagination-bullet-active {
    background-color: #4b5563;
    transform: scale(1.2);
}





@media (min-width: 600px) {
    .logos-row {
        display: flex;
        gap: 64px;
    }
}
@media (min-width: 1151px) {

    .hero-img-container {
        margin-top: 0;
        position: absolute;
        left: 45%;
        padding-left: 32px;
        top: 6rem;
        display: flex;
        /* 96px */


        animation: showing 1s forwards
    }


    /*.logo-container {
        display: flex;
        gap: 52px;
        min-width: max-content;
        flex-direction: row;
    }*/
}
@media (max-width: 1449px) {
    .hero-img-container {
        animation: hide 1s forwards, slide-img-left 1s forwards
    }
}
@keyframes showing {
    0% {
        opacity: 0%;
    }

    50% {
        opacity: 50%;
    }

    100% {
        opacity: 100%;
    }
}
@keyframes hide {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 50%;
    }

    100% {
        opacity: 0%;
    }
}






/*
* carousel logos
*/
