/* MOBILE */
@media (max-width: 767px) {

    /* HERO SECTION */
    .gineceo__container {
        height: auto;
        min-height: 85vh;
        position: relative;
        background-color: transparent;
    }

    .gineceo__container .gineceo__hero-video {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -10;
    }

    .video-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(34, 34, 55, 1) 0%, rgba(34, 34, 55, 0) 100%);
        z-index: 1;
    }

    .gineceo__container .gineceo__hero-video video {
        width: 100%;
    }

    .gineceo__hero-text {
        width: 100%;
        height: 65%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: transparent;
    }

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

    .gineceo-title {
        font-size: 50px;
    }

    .gineceo-subtitle {
        font-size: 22px;
    }

    /* EVENTS SECTION */
    .events__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .events__container h2 {
        text-align: center;
    }

    .events-container {
        width: 100%;
        display: flex;
        flex-direction: column;

    }

    /* DESCRIPTION SECTION */
    .gineceo__description-container {
        width: 100%;
    }

    .gineceo__description-container h2 {
        text-align: center;
    }

    .description-container {
        width: 100%;
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .description-container .gineceo__description-item {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .description-container .gineceo__description-item .gineceo__description-text {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .description-container .gineceo__description-item .gineceo__description-text p {
        font-size: 18px;
        text-align: start;
    }

    .description-container .gineceo__description-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 11/10;
        background-color: red;
    }

    /* BACKGROUND SECTION */
    .gineceo__background-section h2 {
        text-align: center;
        font-size: 26px;
    }

    .gineceo__background-section #background {
        width: 95vw;
        height: auto;
        aspect-ratio: 16/9;
    }

    /* RRSS SECTION */
    .gineceo__rrss-section h2 {
        text-align: center;
        font-size: 26px;
    }

    .gineceo__rrss-section .rrss-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    /* HIRE SECTION */
    .gineceo__hireme-section h2 {
        align-items: center !important;
        text-align: center;
    }

    .gineceo__hireme-section .hireme-content {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .gineceo__hireme-section .hireme-container {
        flex-direction: column;
        gap: 15px;
    }

    .gineceo__hireme-section .hireme-container .hireme-item {
        width: 100%;
    }

    .gineceo__hireme-section .gineceo__hireme-section-btn {
        padding: 5px 15px;
        border-radius: 5px;
        color: #222237;
        background: #DFDFE8;
        border: none;
        text-transform: uppercase;
        text-align: center;
    }
    
    .testimonials-content {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        padding: 0px 15px;
    }
    .gineceo__testimonials h2 {
        text-align: center;
    }
}

@media (max-height: 650px) {
    .gineceo__hero-text {
        height: 85%;
    }

    .gineceo-title {
        align-items: center;
        text-align: center;
    }
    
    .testimonials-content {
        width: 100%;
    }
}

/* TABLETS */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .gineceo__container {
        height: 50vh;
    }

    .gineceo__page-container h3 {
        font-size: 24px !important;
    }

    .gineceo__page-container h2 {
        font-size: 26px !important;
    }

    .rrss-section-title {
        font-size: 26px;
    }

    .gineceo__hero-text .text {
        justify-content: center !important;
        align-items: center !important;
        padding: 0px 30px;
    }

    .events-container {
        width: 95%;
    }

    .description-container {
        width: 95%;
    }

    .description-container .gineceo__description-item {
        width: 100%;
        align-items: normal;
    }
    .testimonials-content {
        width: 100%;
    }
}

/* LAPTOP */
@media (min-width: 1024px) and (max-width: 1439px) {
    .events__container .events-container {
        width: 60%;
    }

    .gineceo__description-item {
        align-items: normal;
    }
}