/* main content */

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.block_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header-zoom_backdrops {
    color: #fdc90f;
    font-family: "Lora", "SemiBold"; !important;
}

.container {
    width: 1094px;
    padding-top: 99px;
    padding-bottom: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        width: 956px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .container {
        width: 816px;
    }
}

@media (min-width: 577px) and (max-width: 1025px) {
    .container {
        width: 552px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .container {
        width: 336px;
    }
}

@media (min-width: 360px) and (max-width: 1025px) {
    .container {
        display: flex;
        flex-direction: column;
    }
}

.block_details {
    height: 100%;
    width: 1095px;
    border-radius: 12px;
    background-color: #001c00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 63px;
    padding-bottom: 118px;
    padding-left: 0px;
}

.block_details a {
    color: #00AFD4 !important;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .block_details {
        padding-bottom: 78px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .block_details {
        width: 956px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .block_details {
        width: 816px;
    }
}

@media (min-width: 577px) and (max-width: 1025px) {
    .block_details {
        width: 552px;
        padding-left: 35px;
        padding-bottom: 40px;
    }
}

@media (min-width: 577px) and (max-width: 1025px) {
    .block_details {
        width: 700px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .block_details {
        width: 336px;
        padding-left: 15px;
        padding-bottom: 24px;
    }
}

.title {
    color: #fdc90f;
    font-family: "Lora", "SemiBold";
    font-weight: 700;
    font-size: 32px;
    padding-top: 50px;
}

.txt_list {
    font-size: 18px;
    font-family: "Lora", "SemiBold";
    color: #fffff0;
    padding-top: 20px;
    margin-top: 0px;
}

@media screen and (min-width: 360px) and (max-width: 1025px) {
    .txt_list {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .zoom_back_drop_content_1 {
        max-width: 750px;
    }
}

.block_img {
    width: 550px;
}

@media screen and (min-width: 577px) and (max-width: 1025px) {
    .block_img {
        width: 478px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .block_img {
        width: 304px;
    }
}

.schema_img {
    padding-top: 55px;
}

@media screen and (min-width: 577px) and (max-width: 1025px) {
    .schema_img {
        width: 478px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .schema_img {
        width: 304px;
    }
}

.txt_img {
    color: #fffff0;
    text-align: center;
}

@media (min-width: 360px) and (max-width: 1025px) {
    .name {
        padding-bottom: 10px;
    }
}

.content {
    font-size: 14px;
    font-weight: 400;
    color: #fffff0;
    font-family: "Lora", "Regular";
    margin: 0px;
    text-align: center;  /* Add this line to center all text */
}

.content-body {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: "Lora", "SemiBold";
}

.content-intro {
    text-align: center;
    padding-bottom: 20px;
}

.zoom_back_drop_content_1 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: "Lora", "SemiBold";
    text-align: center;
}

@font-face {
    font-family: 'Adobe Jenson Pro Italic';
    src: url('../Adobe Jenson Pro Italic/Adobe Jenson Pro Italic.otf') format('opentype');
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
}

.nav-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.arrow-button {
    background: #4a4a4a;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 5px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.arrow-label {
    font-size: 1rem;
    color: #fff;
    user-select: none;
    padding: 0 10px;
}

.arrow-button:hover {
    opacity: 1;
}

@media (max-width: 600px) {
    .button-container {
        width: 100%;
        padding-top: 10px;
    }

    .arrow-button {
        padding: 5px 10px;
        font-size: 1.2rem;
    }

    .arrow-label {
        font-size: 0.9rem;
    }
}


.line_middle_screen {
    width: 600px;
    height: 1px;
    background: #fdc90f;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 577px) and (max-width: 1440px) {
    .line_middle_screen {
        width: 482px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .line_middle_screen {
        width: 304px;
        margin-left: auto;
        margin-right: auto;
    }
}
