.sustainability-container-box {
    margin-top: 10vh;
    padding-bottom: 10vh;
    --box-size: 200px;

    @media (width <=850px) {
        --box-size: 150px;
    }

    .row-box {
        --box-padding: 10vw;
        user-select: none;
        /* pointer-events: none; */
        position: relative;
        display: flex;
        align-items: flex-start;
        padding-inline: var(--box-padding);
        ---row-container-width: 100% (var(--box-padding) + 4vw);
        ---transition-time: 1s;

        &::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            inset-inline: calc(var(--box-padding) + 4vw);
            /* translate: -50% 0; */
            height: var(--box-size);
            /* width: 50%; */
            background-image: url("../img/lines/ltr.png");
            background-size: 100% 100%;
            clip-path: inset(0 100% 0 0);
            transition: var(---transition-time) clip-path ease-in-out;
        }

        &:nth-child(odd) {
            justify-content: flex-start;

            .sust-box {
                /* animation-name: right-bottom-animation; */
                translate: 30vw -100%;
            }
        }

        &:nth-child(even) {
            justify-content: flex-end;

            .sust-box {
                /* animation-name: left-bottom-animation; */
                translate: -30vw -100%;
            }

            &::before {
                background-image: url("../img/lines/rtl.png");
                clip-path: inset(0 0 0 100%);
            }
        }

        &:has(+ * .still)::before {
            clip-path: inset(0 0 0 0);
        }

        &:first-child {
            .sust-box {
                translate: 0 0;
                transition-delay: 0;
            }
        }

        &:last-child {
            &:before {
                display: none;
            }
        }
    }

    .sust-box {
        position: relative;
        top: -10vh;
        /* pointer-events: none; */
        width: var(--box-size);
        aspect-ratio: 1/1;
        background-size: contain;
        background-position: center 0;
        background-repeat: no-repeat;
        text-align: center;
        /* animation-timeline: view(); */
        opacity: 0;
        scale: 0.2;
        transition: var(---transition-time) calc(var(---transition-time) / 4) all ease-in-out;

        .title {
            width: 60%;
            font-size: 12px;
            color: #fff;
            margin-inline: auto;
            margin-top: 5px;
            color: #fff;
        }

        &.still {
            /* opacity: 1 !important;
      scale: 1 !important;
      animation: none; */

            opacity: 1 !important;
            scale: 1 !important;
            translate: 0 0 !important;
        }
    }
}

.competition-hero {
    position: relative;
    height: 100svh;
    background-image: url("../img/about/comption.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    .title {
        position: absolute;
        top: 15%;
        left: 25%;
        translate: -50% -50%;
        aspect-ratio: 16/9;
        rotate: -30deg;
        background-image: url("/front/assets/SplittedPages/challanges/page_title.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 2rem;
        font-size: 3rem;
        font-weight: 800;
        min-width: 15svw;
        text-align: center;
        text-transform: capitalize;
    }

    @media (width <=860px) {
        height: auto;
        aspect-ratio: 1/1;

        .title {
            min-height: 10vh;
            padding: 1rem;
            font-size: 1.5rem;
        }
    }
}

@media(min-width:1600px) {

    .competition-info-sec {
        position: relative;
        background-image: url("/front/assets/SplittedPages/challanges/section_bottom-stars.png"),
            url("/front/assets/SplittedPages/challanges/section_header.png"),
            url("/front/assets/SplittedPages/challanges/section_main.png"),
            url("/front/assets/SplittedPages/challanges/section_footer.png"),
            url("/front/assets/SplittedPages/challanges/section_bottom.png");

        background-size: 95% auto, 90% 90px, 90% calc(100% - (90px + 5svh + 150px)),
            90% 150px, 80% auto !important;

        background-repeat: no-repeat;

        background-position: 50% calc(100% - 30px), 50% 10svh, 50% calc(50% + 24px),
            50% 100%, 50% calc(100% - 63px);

        min-height: 90svh;

        padding-block: 200px 400px;
        padding-inline: 8svw;

        @media (width <=1559px) {
            background-position: 50% calc(100% - 30px), 50% 10svh,
                50% calc(50% + 20px), 50% 100%, 50% calc(100% - 63px);
        }

        @media (width <=860px) {
            background-position: 50% calc(100% - 50px), 50% 10svh,
                50% calc(50% + 24px), 50% 100%, 50% calc(100% - 63px);
            padding-block: 200px;
            min-height: 50svh;
        }

        .title {
            position: absolute;
            top: 70px;
            left: 50%;
            translate: -50% -50%;
            background-image: url("../img/about/mropa-tow.png");
            background-size: 100% 100%;
            min-height: 15vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem 2rem;
            padding-top: 4svh;
            font-size: 1.5rem;
            font-weight: 700;
            max-width: 350px;
            text-align: center;
        }
    }
}

.competition-info-sec {
    position: relative;
    background-image: url("/front/assets/SplittedPages/challanges/section_bottom-stars.png"),
        url("/front/assets/SplittedPages/challanges/section_header.png"),
        url("/front/assets/SplittedPages/challanges/section_main.png"),
        url("/front/assets/SplittedPages/challanges/section_footer.png"),
        url("/front/assets/SplittedPages/challanges/section_bottom.png");

    background-size: 95% auto, 90% 90px, 90% calc(100% - (90px + -1svh + 150px)),
        90% 150px, 80% auto;

    background-repeat: no-repeat;

    background-position: 50% calc(100% - 30px), 50% 10svh, 50% calc(50% + 24px),
        50% 100%, 50% calc(100% - 63px);

    min-height: 90svh;

    padding-block: 200px 400px;
    padding-inline: 8svw;

    @media (width <=1559px) {
        background-position: 50% calc(100% - 30px), 50% 10svh,
            50% calc(50% + 20px), 50% 100%, 50% calc(100% - 63px);
    }

    @media (width <=860px) {
        background-position: 50% calc(100% - 50px), 50% 10svh,
            50% calc(50% + 24px), 50% 100%, 50% calc(100% - 63px);
        padding-block: 200px;
        min-height: 50svh;
    }

    .title {
        position: absolute;
        top: 70px;
        left: 50%;
        translate: -50% -50%;
        background-image: url("../img/about/mropa-tow.png");
        background-size: 100% 100%;
        min-height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 2rem;
        padding-top: 4svh;
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 350px;
        text-align: center;
    }
}

@media(max-width:991px) {

    .competition-info-sec {
        position: relative;
        background-image: url("/front/assets/SplittedPages/challanges/section_bottom-stars.png"),
            url("/front/assets/SplittedPages/challanges/section_header.png"),
            url("/front/assets/SplittedPages/challanges/section_main.png"),
            url("/front/assets/SplittedPages/challanges/section_footer.png"),
            url("/front/assets/SplittedPages/challanges/section_bottom.png");

        background-size: 95% auto, 90% 90px, 90% calc(100% - (90px + 8svh + 150px)),
            90% 150px, 80% auto !important;

        background-repeat: no-repeat;

        background-position: 50% calc(100% - 30px), 50% 10svh, 50% calc(50% + 24px),
            50% 100%, 50% calc(100% - 63px);

        min-height: 90svh;

        padding-block: 200px 400px;
        padding-inline: 8svw;

        @media (width <=1559px) {
            background-position: 50% calc(100% - 30px), 50% 10svh,
                50% calc(50% + 20px), 50% 100%, 50% calc(100% - 63px);
        }

        @media (width <=860px) {
            background-position: 50% calc(100% - 50px), 50% 10svh,
                50% calc(50% + 24px), 50% 100%, 50% calc(100% - 63px);
            padding-block: 200px;
            min-height: 50svh;
        }

        .title {
            position: absolute;
            top: 70px;
            left: 50%;
            translate: -50% -50%;
            background-image: url("../img/about/mropa-tow.png");
            background-size: 100% 100%;
            min-height: 15vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem 2rem;
            padding-top: 4svh;
            font-size: 1.5rem;
            font-weight: 700;
            max-width: 350px;
            text-align: center;
        }
    }
}


.about-info-sec {
    position: relative;
    background-image:
        url("/front/assets/SplittedPages/about-us"),
        url("/front/assets/img/az.png");

    background-size: 100% 100%;
    background-repeat: no-repeat, no-repeat;
    /* background-position: 100% 104vh, center top; */

    min-height: 100vh;
    padding-block: 200px;
    padding-inline: 8svw;
    margin-block: 0vh;

    @media (width <=860px) {
        background-position: -16% 2vh, center center;
        background-size: -1% auto, cover;
        padding-block: 167px;
        padding-inline: 16svw;
        min-height: 47vh;
    }

    .title {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("/front/assets/SplittedPages/about-us/about_main_join.png");
        background-size: 100% 100%;
        min-height: 10vh;
        min-width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem 4rem;
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 350px;
        text-align: center;
        color: #fff;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    }
}



.stories-info-sec {
    position: relative;
    background-image: url("/front/assets/SplittedPages/stories/side_icon.png"),
        url("/front/assets/SplittedPages/stories/border.png");

    background-size: auto auto, 90% 88%;

    background-repeat: no-repeat;

    background-position: 80% 0%, 50% 50%;

    min-height: 70svh;

    padding-block: 100px;
    padding-inline: 8svw 12svw;
    margin-block: 5vh;

    @media (width <=860px) {
        background-size: auto auto, 80% 88%;
        padding-inline: 10svw 13svw;
    }

    .title {
        position: absolute;
        bottom: 35%;
        right: 0%;
        z-index: -1;
        min-width: 350px;
        translate: 35% 50%;
        background-image: url("/front/assets/SplittedPages/stories/side_title.png");
        background-size: 100% 100%;
        color: #ed4b63;
        text-align: center;
        font-weight: 800;
        padding: 10px 4rem;
        font-size: 2rem;
        rotate: -90deg;
    }
}

.stories-books-info-sec {
    position: relative;
    background-image: url("/front/assets/SplittedPages/stories/bg.png"),
        url("/front/assets/SplittedPages/stories/icon.png"),
        url("/front/assets/SplittedPages/stories/header.png"),
        url("/front/assets/SplittedPages/stories/body.png"),
        url("/front/assets/SplittedPages/stories/book.png"),
        url("/front/assets/SplittedPages/stories/footer.png");

    background-size: 80% auto, 15% auto, 90% 10vh, 90% calc(100% - 32vh + 2px),
        200px auto, 90% 10vh;

    background-repeat: no-repeat;

    background-position: 50% 50%, 95% 0, 50% 7svh, 50% 16vh, 50% 100%, 50% 90%;

    min-height: 50svh;

    padding-block: 200px;
    padding-inline: 8svw;
    margin-block: 5vh;

    @media (width <=860px) {
        padding-block: 200px;
        padding-inline: 10svw;
        min-height: 50svh;
    }

    .title {
        position: absolute;
        top: 70px;
        left: 50%;
        translate: -50% -50%;
        background-image: url("/front/assets/SplittedPages/stories/title.png");
        background-size: 100% 100%;
        min-height: 10vh;
        min-width: 60%;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 350px;
        text-align: center;
    }
}

@keyframes right-bottom-animation {

    0%,
    15% {
        opacity: 0;
        scale: 0.2;
        translate: 30vw -100%;
    }

    30%,
    80% {
        opacity: 1;
        scale: 1;
        translate: 0 0;
    }
}

@keyframes left-bottom-animation {

    0%,
    15% {
        opacity: 0;
        scale: 0.2;
        translate: -30vw -100%;
    }

    30%,
    80% {
        opacity: 1;
        scale: 1;
        translate: 0 0;
    }
}

@keyframes popup-animation {
    0% {
        scale: 0.3;
    }

    70% {
        opacity: 1;
        scale: 1;
    }
}

.hero-main-about-2 ul {
    width: 900px;
    margin: 0 auto;
    text-align: end;
    padding-top: 140px;
}

.hero-main-about-2 ul li {
    font-size: 16px;
    font-weight: 600;
}

/*


@media (max-width: 991px) {
  .hero-main-about-2 ul {
    width: 360px;
    margin: 0 auto;
    text-align: end;
  }
} */

@media (max-width: 1550px) {
    .hero-main-about-2 ul p {
        font-size: 11px;
    }

    .hero-main-about-2 ul li {
        font-size: 11px;
    }

    .hero-main-about-2 ul {
        width: 660px;
    }
}

@media (max-width: 991px) {
    .hero-main-about-2 ul {
        width: 450px;
        line-height: 15px;
    }

    .hero-main-about-2 ul p {
        line-height: 15px;
    }
}

@media (max-width: 390px) {
    .hero-main-about-2 ul {
        width: 350px;
        line-height: 15px;
        margin-top: 240px;
    }

    .hero-main-about-2 ul p {
        line-height: 15px;
    }
}

.titel-main-titel-about {
    position: absolute;
    bottom: 15%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    font-size: 50px;
    color: #ffffff;
    font-family: "Sukartow";
}

.about-tow {
    overflow-x: hidden;
}

.titel-about-main {
    position: absolute;
    top: 4%;
    left: 40%;
    color: #417e7f;
    font-size: 50px;
}

@media (max-width: 1550px) {
    .titel-about-main {
        position: absolute;
        top: 5%;
        left: 40%;
        color: #417e7f;
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .titel-about-main {
        position: absolute;
        top: 6%;
        left: 36%;
        color: #417e7f;
        font-size: 23px;
    }
}

.hero-main-educational {
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-main-educational {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.titel-news-main {
    position: absolute;
    bottom: 20%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    font-size: 40px;
    font-family: "Sukartow";
    color: #ffffff;
    width: max-content;
}

.news {
    overflow-y: hidden !important;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .news {
        overflow-y: visible;
        overflow-x: hidden;
    }

    .image-row-main {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
        position: absolute;
        bottom: 81px !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: 56% !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.modal-header {
    background: #f46a50;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    font-size: 18px;
}

.btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.modal-body {
    font-size: 16px;
    color: #333;
    padding: 20px;
}

.modal-body img {
    width: 100px;
    height: auto;
}

.modal-footer .btn-primary {
    background: #f46a50;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 0.3s;
}

.modal-footer .btn-primary:hover {
    background: #fff;
    color: #f46a50;
    border: 1px solid #f46a50;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    color: #fff;
}

/* .sustainability-main{
  overflow-y: hidden !important;
  overflow-x: hidden;
} */

@media (max-width: 991px) {
    /* .sustainability-main{
    overflow-y:visible !important;
    overflow-x:hidden;
  } */

    .video {
        overflow-y: visible !important;
        overflow-x: hidden;
    }
}

.video {
    overflow-y: hidden !important;
    overflow-x: hidden;
}

.parint-main {
    overflow-y: hidden !important;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .parint-main {
        overflow-y: visible !important;
        overflow-x: hidden;
    }
}

.container-2 {
    padding-inline: 3vw;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    color: white;
    font-size: 22px;
    padding: 14px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
}

.dropdown-content a {
    color: #f46a50;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

.footer-main {
    padding-top: 30px;
}

.language-switch {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.language-switch:hover {
    color: #ffffff;
}

.img-main-qouz {
    width: 100%;
    height: 240px;
    object-position: center bottom;
}

.options {
    margin-top: -80px;
}

#failureText {
    color: #f46a50 !important;
}

.section-star {
    position: relative;
    background-image: url(../img/about/star.png);
    background-size: 100% 100%;
    height: 120vh;
}

@media (max-width: 991px) {
    .section-star {
        height: 50vh !important;
    }
}

.main-stor-top {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../../assets/img/about/storsmain.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 991px) {
    .moer-vedoes .col-md-4 .card-vides img {
        width: 89% !important;
        object-fit: cover;
    }

    .moer-vedoes .col-md-4 {
        margin-bottom: 50px !important;
    }

    .moer-vedoes .row {
        margin: 0 auto !important;
    }
}

.hero-main-sustainability {
    background-size: contain !important;
}

.main-jop {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 30px;
    gap: 10px;
}

@media (max-width: 991px) {

    .hero-main-News,
    .hero-main-News .tow-news {
        height: 70vh;
        background-size: 90% auto !important;
    }

    .main-jop {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 30px;
        gap: 10px;
    }

    .section-mig-main-print {
        aspect-ratio: 8 / 9 !important;
    }
}

@media (max-width: 500px) {
    .section-mig-main-print {
        aspect-ratio: 13 / 9 !important;
    }
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-top: 2rem;
}

@media (max-width: 991px) {
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .videos-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.video-card {
    background-image: url(../img/ST/Asset\ 43.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-vides img.video-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.card-vides img.video-thumbnail:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.video-title-tow h5.video-title {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #333;
}

.video-card {
    position: relative;
}

.img-videus-somell {
    position: absolute;
    top: -22px;
    left: 86%;
    width: 50px;
    height: auto;
}

.video-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.video-title-tow {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.jop-main .jop-competition {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../../assets/img/about/compotion-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.hero-main-about-2 .features-list {
    padding: 20px 70px;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .hero-main-about-2 .features-list {
        padding: 20px 5px !important;
        margin-top: 60px;
    }
}

@media (min-width: 1600px) {
    .title-jop {
        font-size: 3rem !important;
        line-height: 5rem !important;
    }
}

.title-jop {
    position: absolute;
    top: 15%;
    left: 25%;
    translate: -120% -10%;
    aspect-ratio: 20 / 20;
    background-image: url(/front/assets/img/about/works-one.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-weight: 800;
    min-width: 17svw;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width: 1150px) {
    .title-jop {
        font-size: 1rem !important;
        font-weight: 600 !important;
    }
}

.close_main {
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.close_main:hover {
    background-color: #ff4c4c;
    transform: scale(1.1);
}

@media(min-width:1600px) {
    .top_event {
        height: 380px !important;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }


    .top_event img {
        width: 150px !important;
        height: 175px !important;
    }

}

.top_event {
    position: relative;
    height: 45vh;
    border-radius: 10px;
    background-image: url('/front/assets/img/ICOM.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(min-width:1600px) {
    .top_event img {
        width: 44% !important;
        height: 23vh !important;
    }

}

.top_event img {
    position: absolute;
    top: 58%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: 24vh;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


@media (max-width:767px) {
    .mySwiper-tow {
        margin-top: -470px;
    }

    .top_event {
        height: 430px;
    }
}
