* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

video {
    width: 100%;
}

/* section two */
.marruecos_secction_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-image: url('https://www.mazda.com.co/globalassets/mazda-stories/revistas/2024/marruecos/image/01.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 800px;
}

.marruecos_secction_2_title {
    font-size: 40px;
    text-align: center;
    color: #fff !important;
    width: 100%;
    line-height: 1;
}

.line_under {
    border-bottom: 2px solid #fff;
}

/* section three */
.marruecos_50-50 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
    gap: 3%;
    background-color: #fff;
}

.marruecos_50-50_title {
    text-align: center;
    font-size: 19px;
    margin: 0;
}

.marruecos_50-50_text {
    margin-top: 3%;
    width: 40%;
}

.marruecos_50-50_img {
    position: relative;
    width: 50%;
}

.marruecos_50-50_img img {
    position: absolute;
    bottom: -353px;
    width: 100%;
}

/* section four  */

.marruecos_secction_four {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    flex-direction: column;
    padding: 0 6%;
    margin-top: 18%;
    text-align: justify;
    background: #fff;
}

.marruecos_secction_four_text_i {
    font-style: italic;
    font-size: 25px;
    width: 60%;
    text-align: center;
}

/* section five  */
.marruecos_secction_five_old {
    background: #fff;
    background-image: url('https://www.mazda.com.co/globalassets/mazda-stories/revistas/2024/marruecos/image/003.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
}

.marruecos_secction_five_old_text {
    font-style: italic;
    font-size: 33px;
    width: 50%;
    text-align: center;
    padding: 10% 5%;
}

.marruecos_secction_six {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    flex-direction: column;
    padding: 0 6%;
    text-align: justify;
}

.image_mobile {
    display: none;
}

/* section seven only image  */
.marruecos_secction_seven {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.marruecos_secction_seven_image {
    width: 100%;
}

/* section eight 50 - 50  */

.marruecos_section_eight {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    gap: 3%;
    text-align: justify;
    padding: 3% 0;
}

.marruecos_section_eight_text {
    width: 40%;
}

.marruecos_section_eight_image {
    width: 40%;
}

.marruecos_section_eight_image img {
    width: 100%;
}

.marruecos_section_eight_p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    width: 50%;
    margin: auto;
    padding-bottom: 5%;
}

/* section nine only image  */
.marruecos_section_nine {
    background-image: url('https://www.mazda.com.co/globalassets/mazda-stories/revistas/2024/marruecos/image/06.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
}

.marruecos_section_twelve {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

/* section twelve only image  */
.marruecos_section_twelve img {
    width: 100%;
    margin: auto;
}

/* this is the button reload  */
.scroll-to-top-btn {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
}

.scroll-to-top-btn:hover {
    background: #93082f;
}

/* revista aspen */

.title_aspen_50 {
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.aspen_title_border {
    position: relative;
    text-align: center;
    border: solid 1px #000;
    width: 60%;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    padding-top: 2%;
    display: block;
    font-size: 28px;
}

.aspen_suntitle_border {
    text-align: center;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 16px;

}

.aspen_suntitle_border_end {
    text-align: center;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 16px;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.aspen_suntitle_border_end_e {
    text-align: center;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    padding-top: 16px;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.aspen_secction_four {
    background-image: url('https://www.mazda.com.co/globalassets/mazda-stories/revistas/2024/aspen/img/mazda-stories-aspen-1_02.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    color: #fff!important;
}


.aspen_bgr_text {
    width: 100%;
    text-align: justify;
    padding: 10% 18% 0 43%;
    color: #fff!important;
}

.aspen_bgr_title {
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    color: #fff!important;
}

.aspen_bgr_subtitle {
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    color: #fff!important;
    
}

.aspen_bgr_paragraph{
    color: #fff!important;
}

.aspen_secction_five {
    display: flex;
    justify-content: center;
    align-items: justify;
    margin: auto;
    width: 84%;
    flex-direction: column;
    padding: 0 6%;
    text-align: center;
    background: #fff;
}

.aspen_image_subtitle {
    text-align: right;
    padding-left: 20%;
    font-size: 25px;
}

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

.aspen_picture_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2%;
}

.aspen_one_secction {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    flex-direction: column;
    padding: 0 6%;
    margin-top: 6%;
    text-align: justify;
    background: #fff;
}

/* this css slide  */

.slider-container {
    position: relative;
    width: 100;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 34%;
    margin: 0 10px;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

button.nav {
    background-color: rgb(0 0 0 / 81%);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

.aspen-visible-img {
    display: none;
}

.aspen_text_one {
    text-align: center;
    width: 70%;
}

@media (max-width: 1070px) {
    .aspen_bgr_text {
        padding: 10% 10% 0 43%;
    }
}

@media (max-width: 900px) {

    .aspen_hiden_secciton {
        display: block;
    }
    .aspen_text_one {
        width: 100%;
    }

    .aspen-visible-img {
        display: block;
    }
    .aspen_bgr_text {
        padding: 42% 5% 0 5%; /* Ajusta los valores según sea necesario */
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .aspen_bgr_title {
        font-size: 20px; /* Ajusta el tamaño de fuente según sea necesario */
    }

    .aspen_bgr_subtitle {
        font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
    }
    
}

@media (max-width: 800px) {
    .marruecos_50-50 {
        flex-direction: column;

    }

    .aspen_image_up {
        width: 100%;
    }

    .marruecos_50-50_img {
        width: 60%;
    }

    .marruecos_50-50_img img {
        position: initial;
        width: 90%;
    }

    .marruecos_50-50_text {
        margin-top: 5%;
        width: 90%;
        margin-bottom: 3%;
        text-align: justify;
    }

    .marruecos_secction_four {
        margin-top: 5%;
    }

    .marruecos_secction_five_old_text {
        font-size: 20px;
    }

    .marruecos_section_eight {
        flex-direction: column;
        width: 98%;
    }

    .marruecos_section_eight_text {
        width: 90%;
        margin-bottom: 5%;
    }

    .marruecos_section_eight_image {
        width: 90%;
    }

    .marruecos_section_eight_p {
        font-size: 23px;
    }

    .marruecos_secction_five_old {
        height: 60vh;
    }

    .aspen_secction_five {
        width: 100%;
    }

    .title_aspen_50 {
        font-size: 22px;
    }

    .aspen_bgr_text {
        padding: 63% 5% 0 5%; /* Ajusta los valores según sea necesario */
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .aspen_bgr_title {
        font-size: 20px; /* Ajusta el tamaño de fuente según sea necesario */
    }

    .aspen_bgr_subtitle {
        font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
    }

}



@media (max-width: 500px) {
    .marruecos_section_eight_p {
        font-size: 15px;
    }
    .aspen_hiden_secciton {
        display: block;
    }

    .aspen_bgr_text {
        padding: 82% 5% 0 5%; /* Ajusta los valores según sea necesario */
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .aspen_bgr_title {
        font-size: 20px; /* Ajusta el tamaño de fuente según sea necesario */
    }

    .aspen_bgr_subtitle {
        font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
    }

    .marruecos_secction_four_text_i {
        font-size: 17px;
        width: 90%;
    }

    .marruecos_secction_2_title {
        font-size: 21px;
    }

    .marruecos_secction_2 {
        display: none;
    }

    .marruecos_section_nine {
        display: none;
    }

    .marruecos_section_eight_p {
        width: 80%;
        margin-top: 9%;
    }

    .marruecos_secction_five_old {
        display: none;
    }

    .marruecos_secction_five_old_text {
        font-size: 14px;
    }

    .image_mobile {
        display: block;
    }
}

@media (max-width: 300px) {

    .marruecos_secction_five_old_text {
        width: 51%;
        padding: 10% 0%;
        margin-left: 3%;
        font-size: 13px;
    }

    .marruecos_secction_five_old {
        height: 27vh;
    }

    .marruecos_secction_2 {
        height: 444px;
    }

    .marruecos_secction_2_title {
        font-size: 17px;
    }
}