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

@font-face {
    font-family: "Sukartow";
    src: url("../Sukar-Font-Family/Sukar\ Black\ -\ [UrduFonts.com].ttf") format("truetype");
}

@font-face {
    font-family: "Sukar-main";
    src: url("../KidTribeRegular-DYdd1.ttf") format("truetype");
}

.preload {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fff;
}

.imgLogo {
    animation: spin 3s linear infinite;
    -webkit-animation: spin 3s linear infinite;
}

.resetP p {
    all: unset !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    font-family: "Sukartow", sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #e65c2c;
}

::-webkit-scrollbar-thumb:hover {
    background: #c44a1f;
}

img {
    object-fit: contain;
}

.preload {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preload img {
    width: 100%;
    height: 100px;
}

.hero-main {
    overflow: hidden;
}

.features-list {
    direction: ltr;
    text-align: left;
}

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

    .img-mainpostion-hero {
        position: absolute;
        top: 55%;
        left: 39% !important;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 30px;
        align-items: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media (min-width: 1600px) {
    .hero-main .container {
        padding-top: 3vw !important;
        margin: 0 auto;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px !important;
    }

    .grid-container .card-main {
        width: 230px !important;
        border-radius: 50%;
        display: block;
    }
}

.container {
    padding: 1vw;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0 !important;
}

ul li {
    /* list-style-type: none; */
    margin: 0;
    padding: 0;
    /* display: inline-block; */
}

.hero-main-about-2 ul li {
    text-align: start;
}

.navbar-toggler-icon {
    filter: invert(100%);
}

.custom-navbar .container-22 {
    background-color: #f46a50;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-inline: 2vw;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 40px;
}

.navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    font-size: 19px;
    padding: 10px 15px;
}

.dropdown-menu {
    background-color: #ff7f50;
    border-radius: 10px;
}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f46a50;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    /* padding: 5px; */
    border-radius: 20px;
    border: 2px solid #915b65;
    width: 250px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.search-input {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    padding: 8px 12px;
    font-size: 16px;
    color: #915b65;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    font-size: 18px;
    background-color: #ff7f50;
    color: #ffffff;
    padding: 0px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-button i {
    font-size: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

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

.search-container {
    display: flex;
    position: relative;
}

.search-button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.search-button i {
    font-size: 18px;
    color: #ffffff;
}

/* hero main  */
.hero-main {
    height: calc(100vh - 86px);
    background-image: url("../img/new-images/Asset\ 1.png");

    /* url(../img/main-hero-section.png) */

    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .hero-main {
        height: calc(100vh - 86px);
        background-image: url("../img/new-images/Asset\ 1.png");
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 0px !important;
        margin-top: 15px !important;
    }
}

@media (min-width: 1600px) {
    .img-hero {
        background-image: url(../img/new-images/Untitled-4.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 430px !important;
        background-position: center;
        -webkit-animation: spin 25s linear infinite;
        position: relative;
    }

    .img-tow-hero-2 {
        background-image: url(../img/about/New/Asset\ 2.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        height: 450px;
        width: 50%;
        background-position: center;
        position: absolute;
        top: 15%;
        left: 53% !important;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 30px;
        align-items: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        /* z-index: 999990000; */
    }
}

.img-hero {
    background-image: url(../img/new-images/Untitled-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    background-position: center;
    -webkit-animation: spin 25s linear infinite;
    position: relative;
}

.img-tow-hero-2 {
    background-image: url(../img/about/New/Asset\ 2.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 50%;
    background-position: center;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 30px;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* z-index: 999990000; */
}

.img-tow-hero-4 {
    background-image: url(../img/about/New/Asset\ 4.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 70%;
    background-position: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 30px;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.img-tow-hero-3 {
    background-image: url(../img/about/New/Asset\ 3.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 50%;
    background-position: center;
    position: absolute;
    top: 70%;
    left: 55%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 30px;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999990000;
}

/* @media(min-width:1600px) {
    .img-mainpostion-hero {
        position: absolute;
        top: 55%;
        left: 47% !important;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 90px !important;
        align-items: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
} */

.img-mainpostion-hero {
    position: absolute;
    top: 55%;
    left: 52%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 5vw;
    align-items: center;
    width: 49vw;
}

.hero-main .img-mainpostion-hero img {
    width: 100%;
    height: 450px;
}

@media (max-width: 490px) {
    .hero-main .img-mainpostion-hero img {
        width: 100%;
        height: 300px !important;
    }

    .img-tow-hero-4 {
        background-image: url(../img/about/New/Asset\ 4.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px;
        width: 70%;
        background-position: center;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 30px;
        align-items: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        /* z-index: 999990000; */
    }

    .img-mainpostion-hero {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 20px !important;
        align-items: center;
        width: 90vw;
        max-width: 350px;
    }

    .img-hero {
        background-image: url(../img/new-images/Untitled-4.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 304px;
        background-position: center;
        -webkit-animation: spin 25s linear infinite;
        position: relative;
    }
}

@media (max-width: 400px) {
    .img-mainpostion-hero {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 20px !important;
        align-items: center;
        width: 90vw;
        max-width: 320px;
    }

    .img-tow-hero-2 {
        background-image: url(../img/about/New/Asset\ 2.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        height: 450px;
        width: 50%;
        background-position: center;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 30px;
        align-items: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        /* z-index: 999990000; */
    }
}

@keyframes move-up-down {

    0%,
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
    }
}

@keyframes move-down-up {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}

.img-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.img-mainpostion-hero .left {
    animation: move-up-down 2s infinite ease-in-out;
}

.img-mainpostion-hero .riht {
    animation: move-down-up 2s infinite ease-in-out;
}

.img-hero-2 img {
    width: 100%;
    height: 850px !important;
    position: relative;
}

@media (max-width: 1500px) {
    .img-hero-2 img {
        width: 100%;
        height: 640px !important;
        position: relative;
    }

    .titel-edigish {
        position: absolute;
        top: 17%;
        left: 32% !important;
        font-size: 2.6vw !important;
        width: 200px;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 500px) {
    titel-viaous {
        position: absolute !important;
        top: 23% !important;
        left: 2% !important;
        color: #000000;
        font-size: 30px;
        width: 130px;
        text-align: center;
        line-height: 30px;
    }
}

@media (min-width: 2300px) {
    .titel-edigish {
        position: absolute;
        top: 17%;
        left: 37% !important;
        font-size: 24px;
        line-height: 35px;
        font-weight: bold !important;
        width: 150px;
        transform: translate(-50%, -50%);
    }

    .bacround {
        background-color: #e9bdc7ad;
        height: 100vh;
        width: 35%;
        max-width: 900px !important;
        position: absolute !important;
        top: 0;
        z-index: -1;
    }
}

.titel-edigish {
    position: absolute;
    top: 18%;
    left: 30%;
    font-size: 2.6vw;
    line-height: 40px;
    /* text-align: cente/r; */
    font-weight: bold !important;
    width: 150px;
    transform: translate(-50%, -50%);
}

.card-main img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 165px;
    border-radius: 50%;
    display: block;
}

.card-main h3 {
    font-size: 20px;
    font-weight: bold;
    color: #f46a50;
    padding-top: 10px;
}

@media (max-width: 1550px) {
    .card-main h3 {
        font-size: 1.3vw !important;
        font-weight: bold;
        color: #f46a50;
        padding-top: 10px;
    }
}

@media (max-width: 1598px) and (min-width: 1490px) {
    .card-main h3 {
        font-size: 15px !important;
        font-weight: bold;
        color: #f46a50;
        padding-top: 10px;
        padding-right: 55px;
    }
}

.main-hero {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    z-index: 9999999999;
}

footer .social-icon {
    font-size: 1.2rem;
    color: #e65c2c;
}

@media (max-width: 991px) {
    .card-main h3 {
        font-size: 11px !important;
        color: #f46a50;
        padding-top: 10px;
    }
}

/* hero-main-educational  */
.hero-main-educational {
    background-image: url(../img/about/SVG/bacround.svg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hero-main-educational .row {
    width: 100% !important;
}

.hero-main-educational .img-hero img {
    width: 100%;
    max-width: 630px;
    height: auto;
}

.bacround {
    background-color: #f4c8d2;
    height: 100vh;
    width: 35%;
    max-width: 640px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (min-width: 1600px) {
    /* .container{
        display: none !important;
    } */

    .bacround {
        background-color: #f4c8d2;
        height: 100vh;
        width: 36% !important;
        max-width: 740px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .hero-main-games-2 .features-list li {
        font-size: 25px;
        margin-bottom: 10px;
        width: 466px;
        line-height: 70px;
        margin: 0 auto;
    }

    .hero-main-games-2 .features-list li p {
        font-size: 15px;
        margin-bottom: 10px;
        width: 1166px;
        line-height: 35px;
        margin: 0 auto;
    }

    .card-main img {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 250px !important;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 1500px) {
    .hero-main-games-2 .features-list li p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .Educational-tow {
        width: 100%;
    }

    .hero-main-educational .img-hero img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-main-educational .col-md-4 {
        z-index: 999;
    }

    .card-main img {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 115px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

    .main-hero {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 50px;
    }

    .grid-container .card-main h3 {
        font-size: 15px;
    }
}

@media (max-width: 1067px) {
    .bacround-2 {
        background-color: #e9bdc7d0;
        height: 55vh;
        width: 100%;
        max-width: 640px;
        position: absolute;
        bottom: -24px;
        display: block;
    }

    .card-main img {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 125px;
        border-radius: 50%;
        display: block;
    }

    .img-hero-2 img {
        width: 100%;
        height: 500px !important;
    }

    /* .titel-edigish {
        position: absolute;
        top: 18%;
        left: 29% !important;
        font-size: 25px !important;
        width: 70px;
        line-height: 25px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    } */
}

@media (max-width: 767px) {
    .bacround-2 {
        background-color: #e9bdc7d0;
        height: 55vh;
        width: 100%;
        max-width: 640px;
        position: absolute;
        bottom: -24px;
        display: block;
    }

    .img-hero-2 img {
        width: 100%;
        height: 530px !important;
    }

    .titel-edigish {
        position: absolute;
        top: 22%;
        left: 29%;
        font-size: 15px !important;
        width: 70px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media (max-width: 500px) {
    .bacround-2 {
        background-color: #e9bdc7d0;
        height: 55vh;
        width: 100%;
        max-width: 640px;
        position: absolute;
        bottom: -65px;
        display: block;
    }

    .img-hero-2 img {
        width: 100%;
        height: 530px !important;
    }

    .titel-edigish {
        position: absolute;
        top: 30%;
        left: 31%;
        font-size: 17px !important;
        width: 80px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        line-height: 17px;
    }
}

@media (max-width: 390px) {
    .grid-container .card-main {
        width: 150px !important;
        border-radius: 50%;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
}

.sustainability-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.hero-main-educational .sustainability-card {
    text-align: center;
}

.hero-main-educational .sustainability-card h3 {
    color: #492a58;
    font-size: 14px;
    width: max-content;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.hero-main-educational .sustainability-card img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
    .bacround {
        display: none;
    }
}

.card-main {
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
}

.card-main:hover {
    transform: rotateY(350deg);
    -webkit-transform: rotateY(350deg);
    -moz-transform: rotateY(350deg);
    -ms-transform: rotateY(350deg);
    -o-transform: rotateY(350deg);
}

.sustainability-card {
    transition: transform 0.4s ease-in-out;
}

.sustainability-card:hover {
    transform: rotateY(210deg);
    -webkit-transform: rotateY(210deg);
    -moz-transform: rotateY(210deg);
    -ms-transform: rotateY(210deg);
    -o-transform: rotateY(210deg);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.grid-container .card-main {
    width: 165px;
    border-radius: 50%;
    display: block;
}

.grid-container .card-main h3 {
    color: #53345e;
    font-weight: 600 !important;
    font-size: 23px;
    font-family: "Sukartow";
}

@media (max-width: 1500px) {
    .grid-container .card-main h3 {
        font-size: 16px !important;
    }
}

.btn-cols {
    color: #deebb7;
    font-size: 30px !important;
    transition: color 0.3s ease-in-out;
    float: left;
    margin-left: 0;
    width: 190%;
}

.btn-cols:hover {
    color: #f46a50;
    font-size: 40px !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* .hero-main-stor  */
.hero-main-stor {
    position: relative;
    background-image: url(../../assets/img/Cover/stors-top.svg);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.bacround-stors-top {
    position: relative;
    background-image: url(../../assets/img/about/stores.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
}

@media (max-width: 991px) {
    .hero-main-stor {
        position: relative;
        background-image: url(../../assets/img/Cover/stors-top.svg);
        background-size: 100% 100%;
        background-position: left center;
        height: 70vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .bacround-stors-top {
        position: relative;
        background-image: url(../../assets/img/about/stores.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 60vh;
        display: flex;
    }
}

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

.title-main-stor {
    position: absolute;
    bottom: 10%;
    left: 15%;
    color: #fff;
    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: 5vw !important;
    /* font-weight: bold !important; */
    font-family: "Sukartow";
}

@media (max-width: 1500px) {
    .title-main-stor {
        position: absolute;
        bottom: 10%;
        font-weight: bold !important;
        left: 15%;
        color: #fff;
        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: 5vw;
    }
}

@media (max-width: 767px) {
    .stor-main .col-md-4 {
        display: none;
    }

    .story-title {
        position: absolute;
        top: 27% !important;
        left: 15% !important;
        transform: translate(-50%, -50%);
        font-size: 4vw !important;
        font-weight: bold;
    }
}

.hero-main-stor-2 {
    position: relative;
    background-image: url(../../assets/img/Cover/Asset\ 4.png);
    background-size: 60% 100%;
    background-position: 55% 0;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;

    align-items: center;
}

@media (min-width: 1600px) {
    .hero-main-stor-2 {
        position: relative;
        background-image: url(../../assets/img/Cover/Asset\ 4.png);
        background-size: 70% 100% !important;
        background-position: 50% 0;
        height: 100vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    /* .story-title {
        position: absolute;
        top: 13%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-size: 2vw;
        font-weight: bold;
        color: #000;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
} */

    .stor-main .features-list p {
        font-size: 20px !important;
        line-height: 30px !important;
        color: #53345e;
    }
}

@media (min-width: 1600px) {
    .main-hero-titel {
        position: absolute;
        top: 79%;
        left: 82%;
        transform: translate(-50%, -50%);
        font-size: 1.5vw;
        font-weight: bold;
        color: #e65c2c;
        transform: translate(-50%, -50%) rotate(268deg);
        -webkit-transform: translate(-50%, -50%) rotate(268deg);
        -moz-transform: translate(-50%, -50%) rotate(268deg);
        -ms-transform: translate(-50%, -50%) rotate(268deg);
        -o-transform: translate(-50%, -50%) rotate(268deg);
        width: max-content;
    }
}

.story-title {
    position: absolute;
    top: 14vh;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: auto;
    max-width: 80%;
}

@media (max-width: 1024px) {
    .story-title {
        font-size: 2.5vw;
        top: 12vh;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .story-title {
        font-size: 3vw;
        top: 10vh;
    }
}

@media (max-width: 480px) {
    .story-title {
        font-size: 4vw !important;
        top: 18vh !important;
    }
}

@media (max-width: 1559px) {
    .main-hero-titel {
        position: absolute;
        top: 79%;
        left: 80%;
        transform: translate(-50%, -50%);
        font-size: 1.5vw;
        font-weight: bold;
        color: #e65c2c;
        transform: translate(-50%, -50%) rotate(268deg);
        -webkit-transform: translate(-50%, -50%) rotate(268deg);
        -moz-transform: translate(-50%, -50%) rotate(268deg);
        -ms-transform: translate(-50%, -50%) rotate(268deg);
        -o-transform: translate(-50%, -50%) rotate(268deg);
        width: max-content;
    }
}

@media (max-width: 1200px) {
    .main-hero-titel {
        top: 70%;
        left: 80%;
        font-size: clamp(14px, 2vw, 22px);
    }
}

@media (max-width: 992px) {
    .main-hero-titel {
        top: 65%;
        left: 75%;
        font-size: clamp(12px, 2.5vw, 20px);
    }
}

@media (max-width: 768px) {
    .main-hero-titel {
        top: 60%;
        left: 70%;
        font-size: clamp(10px, 3vw, 18px);
    }
}

@media (max-width: 991px) {
    .hero-main-stor-2 {
        position: relative;
        background-image: url(../../assets/img/Cover/Asset\ 4.png);
        background-size: 100% 100%;
        background-position: 55% 0;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;

        align-items: center;
    }

    .main-hero-titel {
        position: absolute;
        top: 79%;
        left: 97%;
        transform: translate(-50%, -50%);
        font-size: 3vw;
        font-weight: bold;
        color: #e65c2c;
        transform: translate(-50%, -50%) rotate(268deg);
        -webkit-transform: translate(-50%, -50%) rotate(268deg);
        -moz-transform: translate(-50%, -50%) rotate(268deg);
        -ms-transform: translate(-50%, -50%) rotate(268deg);
        -o-transform: translate(-50%, -50%) rotate(268deg);
        width: max-content;
    }

    .bacround-stors-top {
        position: relative;
        background-image: url(../../assets/img/about/stores-main.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
    }

    .feature-text {
        text-align: left;
        line-height: 16px;
        font-size: 10px !important;
        padding-top: 20px;
    }

    .features-list-3 img {
        width: 20px;
        height: 20px;
        z-index: -1;
        margin-right: -17px;
        margin-top: -10px;
    }

    .feature-item {
        display: flex;
        align-items: center;
        justify-content: center !important;
        gap: 10px !important;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .feature-item .icon img {
        width: 20px;
        height: 20px;
        z-index: -1;
        margin-right: 20px;
        margin-top: -15px !important;
    }

    .hero-main-stor-2 .features-list {
        text-align: end;
        line-height: 15px !important;
        align-items: center;
        width: 350px !important;
        /* width: max-content; */
        margin: 0 auto;
        margin-top: 40px !important;
        padding-right: 0 !important;
    }

    .main-stors-main {
        /* display: none!important; */
        background-image: none !important;
    }
}

.main-stors-main {
    position: relative;
    background-image: url(../../assets/img/Cover/Asset\ 7.svg);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    /* width: 100%; */
    display: flex;
    align-items: center;
}

.hero-main-stor-2 .features-list {
    text-align: end;
    line-height: 20px;
    align-items: center;
    padding-right: 130px;
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.features-list p {
    font-size: 14px;
    line-height: 30px;
    color: #53345e;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.feature-item .icon img {
    width: 20px;
    height: 20px;
    z-index: -1;
    margin-right: 20px;
    margin-top: -10px;
}

.hero-main-stor-3 {
    position: relative;
    background-image: url(../../assets/img/Cover/Asset\ 3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.main-stor {
    position: absolute;
    top: 25%;
    font-size: 40px;
}

.titel-hero-man-stor-3 {
    position: absolute;
    top: 11%;
    font-size: 1.7vw;
    left: 30%;
}

@media (max-width: 1550px) {
    .titel-hero-man-stor-3 {
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 1.7vw;
    }
}

@media (max-width: 991px) {
    .hero-main-stor-3 {
        position: relative;
        background-image: url(../../assets/img/Cover/books.svg);
        background-size: 100% 100%;
        background-position: left center;
        height: 70vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .titel-hero-man-stor-3 {
        position: absolute;
        top: 13%;
        left: 51%;
        font-size: 17px;
    }
}

/* .main-stor-tow {
    background: linear-gradient(90deg, rgba(3, 109, 108, 1) 0%, rgba(1, 205, 202, 1) 8%);
    width: 80%;
    margin: 0 auto;
    padding-left: 20px;
    box-sizing: border-box;
}
 */

/* @media(max-width:767px) {
    .main-stor-tow {
        background: rgb(3, 109, 108);
        background: linear-gradient(90deg, rgba(3, 109, 108, 1) 0%, rgba(1, 205, 202, 1) 8%);
        width: 100%;
        margin: 0 auto;
        padding-left: 10px;
        height: 95px;
    }
} */

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

/* games */

.games .col-md-4 {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../img/about/games-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
}

.titel-ganp {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #fff;
    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: 5vw;
    font-family: "Sukartow";
}

@media (max-width: 767px) {
    .games .col-md-4 {
        display: none;
    }
}

.main-games-top {
    position: relative;
    background-image: url(../../assets/img/about/games-top.png);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
}

.hero-main-games {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-main-games {
    position: relative;
}

.title-games {
    position: absolute;
    top: 11%;
    left: 27%;
    transform: translate(-50%, -50%);
    font-size: 2.3vw;
    font-weight: 700;
    color: #000000;
    transform: translate(-50%, -50%) rotate(-28deg);
    -webkit-transform: translate(-50%, -50%) rotate(-28deg);
    -moz-transform: translate(-50%, -50%) rotate(-28deg);
    -ms-transform: translate(-50%, -50%) rotate(-28deg);
    -o-transform: translate(-50%, -50%) rotate(-28deg);
}

@media (max-width: 767px) {
    .title-games {
        position: absolute;
        top: 12%;
        left: 23%;
        width: 100px;
        transform: translate(-50%, -50%);
        font-size: 3vw;
        font-weight: 700;
        color: #000000;
        transform: translate(-50%, -50%) rotate(-30deg);
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        -moz-transform: translate(-50%, -50%) rotate(-30deg);
        -ms-transform: translate(-50%, -50%) rotate(-30deg);
        -o-transform: translate(-50%, -50%) rotate(-30deg);
    }
}

@media (max-width: 390px) {
    .title-games {
        position: absolute;
        top: 10%;
        left: 25%;
        width: 100px;
        transform: translate(-50%, -50%);
        font-size: 3vw;
        font-weight: 700;
        color: #000000;
        transform: translate(-50%, -50%) rotate(-30deg);
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        -moz-transform: translate(-50%, -50%) rotate(-30deg);
        -ms-transform: translate(-50%, -50%) rotate(-30deg);
        -o-transform: translate(-50%, -50%) rotate(-30deg);
    }
}

.overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh !important;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .main-games-top {
        position: relative;
        background-image: url(../../assets/img/about/games-top.png);
        background-size: cover;
        /* background-size: 100% 100%; */
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
    }
}

.hero-main-games-2 {
    position: relative;
    background-image: url(../../assets/img/ST/SVG/Asset\ 5.svg);
    background-size: 100% 100%;
    background-position: center;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-main-games-2 {
        position: relative;
        background-image: url(../../assets/img/ST/SVG/Asset\ 5.svg);
        background-size: 100% 100%;
        background-position: center;
        height: 50vh !important;
        width: 100%;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
}

.hero-main-games-2 .features-list {
    text-align: end;
    line-height: 20px;
    margin-top: 30px;
    /* padding-right: 20px; */
}

.hero-main-games-2 .features-list li {
    font-size: 18px;
    margin-bottom: 10px;
    width: 450px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hero-main-games-2 .features-list li {
        font-size: 13px !important;
        /* margin-bottom: 10px; */
        width: 100%;
        margin: 0 auto;
    }

    .hero-main-games-2 .features-list li p {
        font-size: 11px !important;
        line-height: 15px !important;
    }
}

.plye-titel {
    position: absolute;
    top: 20%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #000000;
}

.hero-main-games-3 {
    position: relative;
    background-image: url(../../assets/img/ST/SVG/Asset\ 7.svg);
    background-size: 83% 100%;
    background-position: left center;
    height: 92vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 100px;
    background-position: center;
}

@media (max-width: 991px) {
    .hero-main-games-3 {
        position: relative;
        background-image: url(../../assets/img/ST/SVG/Asset\ 7.svg);
        background-size: 100% 100%;
        background-position: left center;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 30px;
    }

    .plye-titel {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3vw;
        font-weight: 700;
        color: #000000;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 30px;
        -o-transform: translate(-50%, -50%);
    }
}

.main-games {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
}

/* .main-games {
    margin-top: 160px;
} */

.main-games h3 {
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}

@media (min-width: 1600px) {
    .img-games {}

    .main-games h3 {
        margin-top: 10px;
        font-size: 19px !important;
    }
}

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

    .hero-main-games-3 {
        position: relative;
        background-image: url(../../assets/img/New-folder/card-games.png);
        background-size: 100% 100%;
        background-position: left center;
        height: 70vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 !important;
        margin-top: -60px;
    }

    .main-games {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 30px;
        gap: 30px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
    }

    .img-games img {
        width: 100%;
        height: 51px !important;
        margin-top: -11px !important;
    }

    .main-games h3 {
        font-size: 13px;
        width: 120px;
    }

    .stor-main {
        overflow-x: hidden;
    }
}

@media (max-width: 390px) {
    .hero-main-games-3 {
        position: relative;
        background-image: url(../../assets/img/New-folder/card-games.png);
        background-size: 100% 100%;
        background-position: left center;
        height: 60vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 !important;
        margin-top: -60px;
    }

    .main-games {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 10px;
        gap: 10px;
        margin-right: 0px;
    }
}

.img-games {
    padding: 20px;
}

/* .img-games img {
    width: 100%;
    height: 70px;
    margin-top: -50px;
} */

.img-games img {
    width: 100%;
    height: 120px;
    margin-top: 0px;
}

/* video */

.video .col-md-3 .fixd {
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    height: 100vh;
    background-image: url(../img/about/vidomain.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    /* z-index: -1; */
}

.titel-main-videous {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
    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: 4vw !important;
    font-weight: bold !important;
    font-family: "Sukartow";
    width: max-content;
}

@media (max-width: 1500px) {
    .titel-main-videous {
        position: absolute;
        bottom: 15%;
        font-weight: bold !important;
        left: 10%;
        color: #fff;
        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: 4vw !important;
        font-family: "Sukartow";
    }
}

@media (max-width: 767px) {
    .video .col-md-3 .fixd {
        display: none;
    }
}

.hero-main-video-3 {
    display: grid;
    place-items: center;
    height: 100vh;
}

#toggleVideo {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

#toggleVideo:hover {
    background-color: #0056b3;
}

.vieds-main {
    position: absolute;
    top: 45.2%;
    left: 48%;
    transform: translate(-50%, -50%);
    /* width:40vw; */
    width: 44vw;
    height: 18vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.titele-detels-main {
    position: absolute;
    bottom: 12%;
    left: 41%;
    color: #f1775c;
    font-size: 3vw;
    font-weight: bold;
}

@media (max-width: 1500px) {
    .titele-detels-main {
        position: absolute;
        bottom: 12%;
        left: 41%;
        color: #f1775c;
        font-size: 3vw;
        font-weight: bold;
    }
}

@media (max-width: 500px) {
    .titele-detels-main {
        position: absolute;
        bottom: 12%;
        left: 28%;
        color: #f1775c;
        font-size: 32px;
        font-weight: bold;
    }
}

iframe {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 20vw;
    border-radius: 5px;
    height: 20vw;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.hero-main-video {
    position: relative;
    background-image: url(../../assets/img/ST/SVG/Videos/Asset\ 4.svg);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-hero-main-video {
    margin: 0 auto;
    margin-top: 30px;
}

.img-hero-main-video img {
    width: 100%;
    height: 600px;
}

.img-hero-main-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
}

.img-hero-main-video-tow {
    background-image: url("/front/assets/img/about/Asset.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: block;
}

@media (min-width: 1600px) {
    .img-hero-main-video img {
        width: 100%;
        height: 800px;
    }

    .hero-main-video-2 .features-list p {
        font-size: 18px !important;
    }

    /* .img-lifet-2 img {
        width: 100%;
        height: 250px !important;
        position: absolute;
        top: 70%;
        left: -38%;
        animation: rotateInfinite 5slinear infinite;
        -webkit-animation: rotateInfinite 5slinear infinite;
    } */

    .title-games {
        position: absolute;
        top: 11%;
        left: 27%;
        transform: translate(-50%, -50%);
        font-size: 2.3vw;
        font-weight: 700;
        color: #000000;
        transform: translate(-50%, -50%) rotate(-28deg);
        -webkit-transform: translate(-50%, -50%) rotate(-28deg);
        -moz-transform: translate(-50%, -50%) rotate(-28deg);
        -ms-transform: translate(-50%, -50%) rotate(-28deg);
        -o-transform: translate(-50%, -50%) rotate(-28deg);
    }

    .img-hero-2 img {
        width: 100%;
        height: 900px;
    }

    .tiel-vides {
        position: absolute;
        top: 24%;
        line-height: 50px;
        left: 6%;
        font-size: 3vw !important;
        width: 100px;
        transform: translate(-50%, -50%) rotate(-30deg);
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        -moz-transform: translate(-50%, -50%) rotate(-30deg);
        -ms-transform: translate(-50%, -50%) rotate(-30deg);
        -o-transform: translate(-50%, -50%) rotate(-30deg);
    }
}

@media (max-width: 1550px) {
    .tiel-vides {
        position: absolute;
        top: 24%;
        line-height: 50px;
        left: 8%;
        font-size: 4vw !important;
        width: 100px;
        transform: translate(-50%, -50%) rotate(-30deg);
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        -moz-transform: translate(-50%, -50%) rotate(-30deg);
        -ms-transform: translate(-50%, -50%) rotate(-30deg);
        -o-transform: translate(-50%, -50%) rotate(-30deg);
    }
}

.img-lifet img {
    width: 100%;
    height: 12vw;
    position: absolute;
    top: 70%;
    left: 33%;
    animation: rotateInfinite 5s linear infinite;
    -webkit-animation: rotateInfinite 5s linear infinite;
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.img-lifet-2 img {
    width: 100%;
    height: 12vw;
    position: absolute;
    top: 72%;
    left: -38%;
    animation: rotateInfinite 5s linear infinite;
    -webkit-animation: rotateInfinite 5s linear infinite;
}

@media (max-width: 991px) {
    /* .img-lifet img {
        width: 100%;
        height: 80px;
        position: absolute;
        top: 72%;
        left: 38%;
        animation: rotateInfinite 5s linear infinite;
        -webkit-animation: rotateInfinite 5s linear infinite;
        display: none !important;
    } */

    /* .img-lifet-2 img {
        width: 100%;
        height: 80px;
        position: absolute;
        top: 77%;
        left: -38%;
        animation: rotateInfinite 5s linear infinite;
        -webkit-animation: rotateInfinite 5s linear infinite;
    } */

    .hero-main-video-2 .features-list {
        margin: 0 auto;
        width: 64% !important;
        text-align: end;
        margin-top: 40px;
    }

    .img-lifet-2 img {
        width: 100%;
        height: 18vw;
        position: absolute;
        top: 78%;
        left: -32%;
        animation: rotateInfinite 5s linear infinite;
        -webkit-animation: rotateInfinite 5s linear infinite;
    }

    .img-lifet img {
        width: 100%;
        height: 17vw;
        position: absolute;
        top: 69%;
        left: 33%;
        animation: rotateInfinite 5s linear infinite;
        -webkit-animation: rotateInfinite 5s linear infinite;
    }

    .hero-main-video {
        position: relative;
        background-image: url(../../assets/img/ST/SVG/Videos/Asset\ 4.svg);
        background-size: cover;
        height: 60vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .img-lifet img {
        width: 100%;
        height: 21vw;
        position: absolute;
        top: 70%;
        left: 33%;
        animation: rotateInfinite 5s linear infinite;
        -webkit-animation: rotateInfinite 5s linear infinite;
    }
}

@media (max-width: 500px) {
    .img-lifet img {
        width: 100%;
        height: 25vw;
        position: absolute;
        top: 73%;
        left: 33%;
        animation: rotateInfinite 5s linear infinite;
        -webkit-animation: rotateInfinite 5s linear infinite;
    }
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .tiel-vides {
        position: absolute;
        top: 18%;
        line-height: 30px;
        left: 11%;
        font-size: 4vw !important;
        width: 100px;
        transform: translate(-50%, -50%) rotate(-30deg);
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        -moz-transform: translate(-50%, -50%) rotate(-30deg);
        -ms-transform: translate(-50%, -50%) rotate(-30deg);
        -o-transform: translate(-50%, -50%) rotate(-30deg);
    }
}

@media (max-width: 767px) {
    .tiel-vides {
        position: absolute;
        top: 15%;
        line-height: 30px;
        left: 20%;
        font-size: 5vw !important;
        width: 100px;
        transform: translate(-50%, -50%) rotate(-30deg);
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        -moz-transform: translate(-50%, -50%) rotate(-30deg);
        -ms-transform: translate(-50%, -50%) rotate(-30deg);
        -o-transform: translate(-50%, -50%) rotate(-30deg);
    }
}

.hero-main-video-2 {
    position: relative;
    background-image: url(../../assets/img/about/videw-main-print.png);
    background-size: 91% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 75.5%;
    margin: 0 auto;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-main-video-3 {
    position: relative;
    background-image: url(../../assets/img/about/videous-main-one.png);
    background-size: 51% 100%;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-main-video-2 .features-list {
    margin: 0 auto;
    width: 500px;
    text-align: end;
    margin-top: 40px;
}

.titel-videos {
    position: absolute;
    top: 19%;
    left: 48%;
    /* width: 100%; */
    font-size: 2vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .titel-videos {
        position: absolute;
        top: 19%;
        left: 49%;
        font-size: 4vw;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .hero-main-video-2 {
        position: relative;
        background-image: url(../../assets/img/ST/SVG/Videos/go-vides.png);
        background-size: 100% 100%;
        height: 65vh;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 90% 100%;
        display: flex;
        align-items: center;
    }

    .hero-main-video-3 {
        position: relative;
        background-image: url(../../assets/img/about/videous-main-one.png);
        background-size: 100% 100%;
        height: 80vh;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
}

.card-vides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moer-vedoes .col-md-4 {
    background-image: url(../img/ST/Asset\ 43.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-size: 80% 99%;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.img-videus-somell {
    position: absolute;
    width: 40px;
    height: 200px;
    top: -100px;
    left: 70%;
    z-index: 99999;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1600px) {
    .moer-vedoes .col-md-4 .card-vides img {
        width: 85%;
        height: 200px !important;
        /* object-fit: contain; */
        margin-top: -60px;
        margin-right: 22% !important;
    }
}

.moer-vedoes .col-md-4 .card-vides img {
    width: 85%;
    height: 200px !important;
    /* object-fit: contain; */
    margin-top: -60px;
    margin-right: 22% !important;
}

@media (max-width: 500px) {
    .moer-vedoes .col-md-4 {
        background-image: url(../img/ST/Asset\ 43.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 50px;
        background-size: 99% 99%;
        position: relative;
    }

    .img-videus-somell {
        left: 89%;
    }
}

@media (max-width: 991px) {
    .vieds-main {
        width: 64%;
        height: 35%;
        position: absolute;
        top: 48.2%;
        left: 45%;
        transform: translate(-50%, -50%);
        /* background-color: #c44a1f; */
        /* width:40vw; */
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    iframe {
        position: absolute;
        top: 38%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 57vw;
        border-radius: 10px;
        height: 32vw;
        cursor: pointer;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    iframe {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 84vw;
        border-radius: 10px;
        height: 55vw;
        cursor: pointer;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

/* hero-main-jop */

.hero-main-jop {
    position: relative;
    background-image: url("../../assets/img/about/owresh.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

@media (max-width: 991px) {
    .hero-main-jop {
        position: relative;
        background-image: url("../../assets/img/about/owresh.png");
        background-size: 100% 100%;
        height: 40vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .hero-main-jop-2 {
        position: relative;
        background-image: url(../../assets/img/SVG/Asset\ 12.svg);
        background-size: 100% 100%;
        height: 40vh !important;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .titel-hero-main {
        position: absolute;
        top: 21%;
        left: 52% !important;
        transform: translate(-50%, -50%);
        font-size: 2vw !important;
    }
}

.hero-main-jop-2 {
    position: relative;
    background-image: url(../../assets/img/SVG/Asset\ 12.svg);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.titel-hero-main {
    position: absolute;
    top: 22%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
}

@media (max-width: 991px) {
    .hero-main-jop-2 .feature-item {
        margin-bottom: 20px;
        border-radius: 10px;
        margin: 0 auto;
        width: 298px !important;
        text-align: end;
    }

    .hero-main-jop-2 .feature-item p {
        font-size: 8px !important;
        line-height: 12px !important;
        width: 186px;
    }
}

@media (max-width: 399px) {
    .hero-main-jop-2 {
        position: relative;
        background-image: url(../../assets/img/SVG/Asset\ 12.svg);
        background-size: 100% 100%;
        height: 30vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.hero-main-jop-2 .features-list {
    padding-top: 50px;
}

.hero-main-jop-2 .feature-item {
    margin-bottom: 20px;
    border-radius: 10px;
    margin: 0 auto;
    width: 500px;
    text-align: end;
}

.hero-main-jop-3 {
    position: relative;
    background-image: url(../../assets/img/khad.png);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .hero-main-jop-3 {
        position: relative;
        background-image: url(../../assets/img/about/Asset\ 4.png);
        background-size: 100% 100%;
        height: 60vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 399px) {
    .hero-main-jop-3 {
        position: relative;
        background-image: url(../../assets/img/about/Asset\ 4.png);
        background-size: 100% 100%;
        height: 80vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.jop-main .col-md-4 {
    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;
}

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

@media (max-width: 767px) {
    .jop-main .jop-contentManagement {
        display: none;
    }
}

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

@media (max-width: 767px) {
    .jop-main .jop {
        display: none;
    }
}

.jop-main .jop-events {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../img/Learningcontent/newse.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 767px) {
    .jop-main .jop-events {
        display: none;
    }
}

.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;
}

@media (max-width: 767px) {
    .jop-main .jop-competition {
        display: none;
    }
}

.jop-main .jop-stories {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../img/ST/Asset\ 4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 767px) {
    .jop-main .jop-stories {
        display: none;
    }
}

.oresh {
    position: absolute;
    bottom: 30%;
    width: max-content;
    font-size: 30px;
    left: 18%;
    color: #fff;
    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: 4vw;
    font-family: "Sukartow";
    width: max-content;
}

@media (max-width: 767px) {
    .jop-main .col-md-4 {
        display: none;
    }
}

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

.main-jop img {
    /* width: 100%; */
    height: 170px;
}

@media (max-width: 767px) {
    .main-jop img {
        width: 100% !important;
        height: 170px;
    }
}

/* /competition */

.hero-main-competition {
    position: relative;
    background-image: url(../../assets/img/SVG/Asset\ 16.svg);
    background-size: 97% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.titel-hero-competition {
    position: absolute;
    top: 17%;
    left: 25%;
    font-size: 2vw;
    transform: translate(-50%, -50%) rotate(-40deg);
    -webkit-transform: translate(-50%, -50%) rotate(-40deg);
    -moz-transform: translate(-50%, -50%) rotate(-40deg);
    -ms-transform: translate(-50%, -50%) rotate(-40deg);
    -o-transform: translate(-50%, -50%) rotate(-40deg);
}

/* @media (min-width: 1600px) {
    .titel-hero-competition {
        position: absolute;
        top: 17%;
        left: 30%;
        transform: translate(-50%, -50%);
        font-size: 2vw;
        transform: translate(-50%, -50%) rotate(-40deg);
        -webkit-transform: translate(-50%, -50%) rotate(-40deg);
        -moz-transform: translate(-50%, -50%) rotate(-40deg);
        -ms-transform: translate(-50%, -50%) rotate(-40deg);
        -o-transform: translate(-50%, -50%) rotate(-40deg);
    }
} */

@media (max-width: 991px) {
    .hero-main-competition {
        position: relative;
        background-image: url(../../assets/img/SVG/Asset\ 16.svg);
        background-size: 96% 100%;
        height: 40vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    /* .titel-hero-competition {
        position: absolute;
        top: 17%;
        left: 27%;
        transform: translate(-50%, -50%);
        font-size: 3vw;
        transform: translate(-50%, -50%) rotate(-40deg);
        -webkit-transform: translate(-50%, -50%) rotate(-40deg);
        -moz-transform: translate(-50%, -50%) rotate(-40deg);
        -ms-transform: translate(-50%, -50%) rotate(-40deg);
        -o-transform: translate(-50%, -50%) rotate(-40deg);
    } */
}

.hero-main-competition-2 {
    position: relative;
    background-image: url(../../assets/img/SVG/Asset\ 18.svg);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-main-competition-2 .features-list li {
    border-radius: 10px;
    margin: 0 auto;
    width: 500px;
    text-align: start;
}

.hero-main-competition-2 .features-list li p {
    text-align: end;
    font-size: 15px;
}

.titel-com {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3vw;
}

@media (max-width: 991px) {
    .hero-main-competition-2 {
        position: relative;
        background-image: url(../../assets/img/SVG/Asset\ 18.svg);
        background-size: 100% 100%;
        height: 40vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .titel-com {
        position: absolute;
        top: 17%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.8vw;
    }

    .overlay-text {
        position: absolute;
        color: #000000;
        font-size: 8px !important;
        font-weight: bold;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .titel-com-22 h3 {
        font-size: 47px !important;
    }

    .hero-main-competition-2 .features-list li {
        border-radius: 10px;
        margin: 0 auto;
        width: 300px;
        text-align: start;
    }

    .hero-main-competition-2 .features-list li p {
        text-align: end;
        line-height: 20px;
        font-size: 8px !important;
        width: 195px !important;
    }

    .hero-main-competition-2 .features-list {
        margin-top: 20px;
    }
}


/* bacround-competition */

.main-cop {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.main-cop2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.main-cop .main-stor-tow2 img {
    width: 100%;
    height: 160px;
}

.main-stor-tow2 img {
    /* background-image: url(../img/New-folder/apn.png); */
}

.main-cop2 .main-stor-tow2 img {
    width: 100%;
    height: 160px;
}

.main-stor-tow2 {
    position: relative;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.main-stor-tow22 {
    background-image: url(../img/about/cowtion-koath.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .main-stor-tow22 {
        height: 100px !important;
    }
}

.main-titel-mai {
    margin: 0 auto;
    text-align: center;
}

.main-titel-mai h3 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.overlay-text {
    position: absolute;
    color: #000000;
    /* لون النص */
    font-size: 16px;
    /* حجم النص */
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}

.titel-row {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
    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: 5vw;
    font-family: "Sukartow";
}

.image-name {
    margin-top: -30px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1500px) {
    .img-bacround-main img {
        width: 100%;
        height: 70px !important;
        position: absolute;
        top: 20px !important;
        left: -220px !important;
    }

    .img-bacround-main-2 img {
        width: 100%;
        height: 70px !important;
        position: absolute;
        bottom: 20px !important;
        left: -220px !important;
    }

    .img-susta-7 img {
        width: 100%;
        height: 150px !important;
        position: absolute;
        top: -10%;
        left: 20%;
    }

    .dvi-title-sivn {
        position: absolute;
        top: 8% !important;
        left: 70%;
        line-height: 12px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px !important;
        color: #fff;
        width: 120px !important;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .image-name {
        margin-top: -30px;
        font-size: 10px !important;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }
}

.main-stor-tow {
    position: relative;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* hero-main-parint */

.man-in-print {
    position: relative;
    background-image: url(../../assets/img/about/print-main-app.png);
    background-size: 80% 100%;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .man-in-print {
        height: 50vh;
    }
}

.hero-main-parint {
    position: relative;
    background-image: url(../../assets/img/about/print-go.png);
    background-size: 80% 100%;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.titel-print-2 {
    position: absolute;
    top: 0% !important;
    left: 16% !important;
    color: #000000;
    font-size: 46px !important;
    width: 100px !important;
    text-align: end;
}

@media (max-width: 1500px) {
    .titel-print-2 {
        position: absolute;
        top: 10% !important;
        left: 16% !important;
        color: #000000;
        font-size: 35px !important;
        width: 100px !important;
        line-height: 30px;
        text-align: end;
    }
}

@media (max-width: 991px) {
    .hero-main-parint {
        position: relative;
        background-image: url(../../assets/img/about/print-go.png);
        background-size: 95% 100%;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .titel-print-2 {
        position: absolute;
        top: -2% !important;
        left: 20% !important;
        color: #000000;
        font-size: 20px !important;
        width: 100px !important;
        text-align: end;
    }
}

@media (max-width: 500px) {
    .titel-print-2 {
        position: absolute;
        top: 0% !important;
        left: 5% !important;
        color: #000000;
        font-size: 20px !important;
        width: 80px !important;
        text-align: end;
        line-height: 23px;
    }
}

.hero-main-parint-2 {
    position: relative;
    background-image: url(../../assets/img/about/parint2.png);
    background-size: 97% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.parint-main .features-list-2 {
    text-align: end;
    line-height: 40px;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    margin-top: -150px !important;
}

@media (max-width: 1090px) {
    .parint-main .features-list-2 {
        text-align: end;
        line-height: 8px !important;
        align-items: center;
        width: 600px !important;
        margin: 0 auto;
        margin-top: 0px !important;
    }

    .features-list-2 img {
        width: 10px;
        height: 10px !important;
        z-index: -1;
        margin-right: 20px !important;
        margin-top: -10px;
    }
}

@media (max-width: 1500px) {
    .parint-main .features-list-2 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 700px;
        margin: 0 auto;
        margin-top: 0px !important;
    }

    .tit-main-top-oarint {
        position: absolute;
        top: 8% !important;
        left: 30% !important;
        color: #000000;
        font-size: 2vw !important;
        text-align: end;
    }
}

.feature-item-2 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.features-list-2 img {
    width: 20px;
    height: 20px;
    z-index: -1;
    margin-right: 20px;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .parint-main .features-list-2 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 100% !important;
        margin-top: -230px;
    }

    .hero-main-parint-2 .feature-text {
        text-align: left;
        line-height: 16px;
        font-size: 10px !important;
        padding-top: 20px;
        width: 274px;
    }
}

.parint-main .col-md-4 {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../img/about/pirntmain.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.titel-print {
    position: absolute;
    bottom: 35%;
    left: 10%;
    color: #fff;
    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: 3vw;
    font-family: "Sukartow";
    width: max-content;
    font-weight: bold;
}

@media (min-width: 1600px) {
    .titel-print-2 {
        position: absolute;
        top: 8% !important;
        left: 20%;
        color: #000000;
        font-size: 40px;
        width: 100px !important;
        text-align: end;
        line-height: 50px;
    }

    .parint-main .feature-text {
        font-size: 22px;
    }

    .titel-print {
        font-size: 60px;
    }

    .jop-main .feature-text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .hero-main-parint-2 {
        position: relative;
        background-image: url(../../assets/img/about/parint2.png);
        background-size: 100% 100%;
        height: 60vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .parint-main .col-md-4 {
        display: none;
    }

    .parint-main .features-list-2 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 100% !important;
        margin-top: -50px !important;
        margin-right: 20px;
    }

    .titel-print-2 {
        position: absolute;
        top: 0%;
        left: 9% !important;
        color: #000000;
        font-size: 20px;
        width: 80px !important;
        text-align: end;
    }

    .parint-main .features-list-2 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 100% !important;
        /* margin-top: -50px !important; */
        margin-right: 20px;
    }

    .image-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        position: absolute;
        bottom: 100px !important;
        left: 50%;
        transform: translateX(-50%);
        width: 85% !important;
    }
}

.tit-main-top-oarint {
    position: absolute;
    top: 4vh !important;
    left: 19vw !important;
    color: #000000;
    font-size: 2vw !important;
    text-align: end;
    white-space: nowrap;

}

.main_top_hero_print {
    background-image: url(../../assets/img/khadmai.png);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
}

@media (max-width: 991px) {
    .tit-main-top-oarint {
        font-size: 4vw;
        top: 7vh !important;
        left: 21vw !important;
    }

    .lliest-evint-print {
        top: 19% !important;
    }
}

@media (max-width: 767px) {
    .tit-main-top-oarint {
        font-size: 4vw;
        top: 8vh !important;
        left: 37vw !important;
    }

    /*
    .swiper {
        margin-left: 58px !important;
        margin-right: 50px !important;
    } */
}

@media (max-width: 480px) {
    .tit-main-top-oarint {
        font-size: 3vw !important;
        top: 3vh !important;
        left: 32vw !important;
        text-align: center;
    }
}

@media (min-width: 1600px) {
    .parint-main .features-list-2 {
        text-align: end;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: -47vh !important;
        margin-right: 3vw !important;
    }
}

.parint-main .features-list-2 {
    text-align: end;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: -5vh !important;
    margin-right: 3vw !important;
    direction: rtl;
}

@media (max-width: 768px) {
    .parint-main .features-list-2 {
        text-align: center;
        align-items: center;
        margin-top: -3vh;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .parint-main .features-list-2 {
        line-height: 1.8;
        margin-top: -2vh;
    }
}

.img-parint img {
    width: 60%;
    height: auto;
}

.image-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.image-wrapper h5 {
    font-size: 14px;
}

.contentManagement-image {
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* .events-image{
     object-fit: cover;
    border-radius: 10px;
    display: block;
} */
.events-image,
.events-video {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.events-video {
    background: #000;
}

@media (min-width: 1600px) {
    .mySwiper-tow {
        margin-top: -303px;
    }
}

.hero-main-parint-2 {
    position: relative;
    padding-bottom: 150px;
}

.workshop-details {
    background-image: url(../img/about/bacround-conpiton.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.titel-main-workshop {
    color: #fb8290;
    padding: 20px;
    border-radius: 10px;
}

.workshop-details h2 {
    color: #1a997b;
    font-size: 80px;
    font-weight: 500;
}

.workshop-details p {
    font-size: 30px;
    font-weight: 300;
}

.quiz-item h5 {
    color: #1a997b;
    margin-bottom: 50px !important;
}

.question-progress {
    color: #1a997b;
    font-size: 18px;
}

.media-container {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto 20px;
    border-radius: 10px;
    overflow: hidden;
}

.media-container img,
.media-container video {
    width: 100%;
    /* height: 300px; */
    border-radius: 10px;
}

.event-title {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

/* .event-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
} */

.image-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

.hero-main-News {
    position: relative;
    background-image: url(../../assets/img/about/bacround-video.png);
    min-height: 100dvh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (width<=650px) {
    .hero-main-News {
        background-size: contain;
        background-position: center;
    }
}

.popup-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10%;
    inset-inline-start: 5%;
    /* min-width: 160px;
    min-height: 150px; */
    padding: 2rem 1rem 3rem;
    text-align: center;
    line-height: 1em;
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 3rem;
}

@media (width<=600px) {
    .popup-title {
        font-size: 1.5rem;
        top: 1%;
        inset-inline-start: 1%;
    }
}

@media (width <=1200px) {
    .popup-title {
        inset-inline-start: 2%;
        font-size: 2rem;
    }
}

.tow-news {
    position: relative;
    background-image: url(../../assets/img/about/news-one.png);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 0px;
}

.titel-viaous {
    position: absolute;
    top: 5%;
    left: 10%;
    color: #000000;
    font-size: 3vw;
    width: 130px;
    text-align: center;
    line-height: 50px;
}


.search-container {
    position: relative;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow-y: auto;
    z-index: 2000;
}

.search-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s;
}

.search-dropdown a:hover {
    background: #f8f9fa;
}

.search-dropdown .no-results {
    padding: 10px 15px;
    color: #999;
    font-style: italic;
}


@media (max-width: 860px) {

    .hero-main-News,
    .hero-main-News .tow-news {
        min-height: 70vh;
        height: 70vh;
    }

    .titel-viaous {
        position: absolute;
        top: 8% !important;
        left: 2% !important;
        color: #000000;
        font-size: 27px !important;
        width: 130px;
        text-align: center;
        line-height: 30px;
    }

    .workshop-details h2 {
        color: #1a997b;
        font-size: 42px;
        font-weight: 500;
        padding-top: 44px;
    }

    .workshop-details p {
        font-size: 19px;
        font-weight: 300;
    }
}

.news .col-md-4 {
    position: fixed;
    right: 0;
    top: 0;
    width: 35%;
    height: 100vh;
    background-image: url(../img/about/news.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 767px) {
    .news .col-md-4 {
        display: none;
    }
}

.hero-main-news-2 {
    position: relative;
    background-image: url(../../assets/img/about/news-main.png);
    background-size: 99% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    background-position: right;
    margin-top: 40px;
}

@media (min-width: 1600px) {
    .news .features-list-3 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 600px;
        margin: 0 auto;
        margin-top: -230px !important;
    }

    .news .features-list-3 p {
        font-size: 15px !important;
        line-height: 30px;
    }
}

.news .features-list-3 {
    direction: rtl;
}

.titel-news-main {
    font-size: 4vw !important;
}

@media (max-width: 1550px) {
    .news .features-list-3 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 500px;
        margin: 0 auto;
        margin-top: -170px !important;
    }
}

.news .feature-item-3 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.news .feature-item-3 p {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    line-height: 20px;
}

.features-list-3 img {
    width: 20px;
    height: 20px;
    z-index: -1;
    margin-right: 20px;
    margin-top: -10px;
}

@media (max-width: 600px) {
    .news .features-list-3 {
        text-align: end;
        line-height: 10px;
        align-items: center;
        width: 300px !important;
        margin-top: -190px !important;
    }

    .titel-viaous {
        position: absolute;
        top: 3% !important;
        left: 9% !important;
        color: #000000;
        font-size: 21px;
        width: 130px;
        text-align: center;
        line-height: 30px;
    }
}

@media (min-width: 1600) {
    .titel-viaous {
        position: absolute;
        top: 6%;
        left: 7%;
        color: #000000;
        font-size: 3vw !important;
        width: 130px;
        text-align: center;
        line-height: 30px;
    }
}

.image-row-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: absolute;
    bottom: 90px;
    left: 47%;
    transform: translateX(-50%);
    width: 70%;
}

.image-row-main img {
    width: 100%;
    height: 92px;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .image-row-main {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        position: absolute;
        bottom: 90px;
        left: 47%;
        transform: translateX(-50%);
        width: 70%;
    }
}

.hero-main-news-2 .titel-news {
    position: absolute;
    top: 130px;
    left: 50%;
    translate: -50% -50%;
    font-size: 30px;
}

/* @media (max-width: 1550px) {
    .hero-main-news-2 .titel-news {
        position: absolute;
        top: 10%;
        left: 34%;
        font-size: 27px;
    }
} */

@media (max-width: 991px) {
    .hero-main-news-2 {
        margin-top: -20px !important;
    }

    .news .features-list-3 {
        text-align: start;
        line-height: 10px;
        align-items: center;
        width: 400px;
        margin-top: -160px !important;
    }

    .titel-viaous {
        position: absolute;
        top: 7%;
        left: 20%;
        color: #000000;
        font-size: 20px;
        width: 130px;
        text-align: center;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .titel-viaous {
        position: absolute;
        top: 8%;
        left: 5%;
        color: #000000;
        font-size: 20px;
        width: 130px;
        text-align: center;
        line-height: 30px;
    }

    .hero-main-news-2 .titel-news {
        position: absolute;
        top: 11%;
        left: 27%;
        font-size: 21px;
    }
}

/* ain-sustainability */
/*
@media(min-width:1600px) {
    .main-hero-sustainability {
        position: relative;
        background-image: url(../../assets/img/heroimg/New/top-hero-main.png);
        background-size: 100% 100%;
        height: 120vh;
        background-position: left;
        background-repeat: no-repeat;
        width: 124% !important;
        display: flex;
        align-items: center;
        margin-top: -110px !important;
        margin-left: -160px !important;
    }

} */

.main-hero-sustainability {
    position: relative;
    background-image: url(../../assets/img/heroimg/New/top-hero-main.png);
    background-size: 100% 100%;
    height: 120vh;
}

.hero-main-sustainability {
    position: relative;
    background-image: url(../../assets/img/about/Sustainability\ impact.png);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.title-main-sus {
    position: absolute;
    top: 50%;
    left: 39%;
    font-size: 1.8vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100px;
    line-height: 33px;
}

@media (max-width: 1500px) {
    .title-main-sus {
        position: absolute;
        top: 50%;
        left: 39%;
        width: 100px;
        text-align: center;
        line-height: 33px;
        font-size: 1.6vw;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media (max-width: 500px) {
    .title-main-sus {
        position: absolute;
        top: 37%;
        left: 35%;
        font-size: 16px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media (max-width: 991px) {
    .hero-main-sustainability {
        position: relative;
        background-image: url(../../assets/img/about/Sustainability\ impact.png);
        background-size: 100% 100%;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -40px;
    }

    .main-hero-sustainability {
        position: relative;
        background-image: url(../../assets/img/heroimg/New/top-hero-main.png);
        background-size: 100% 100%;
        height: 60vh;
        background-position: left;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -70px;
        margin-left: -140px;
        margin: 0 auto;
    }
}

.hero-main-sustainability-2 {
    position: relative;
    background-image: url(../../assets/img/about/hero-main-sustainability-22.png);
    background-size: 94% 80%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    margin-top: -40px !important;
}

.title-main-2 {
    position: absolute;
    bottom: 30%;
    right: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 3vw;
    transform: translate(-50%, -50%) rotate(268deg);
    -webkit-transform: translate(-50%, -50%) rotate(268deg);
    -moz-transform: translate(-50%, -50%) rotate(268deg);
    -ms-transform: translate(-50%, -50%) rotate(268deg);
    -o-transform: translate(-50%, -50%) rotate(268deg);
    color: #207692;
}

@media (max-width: 1500px) {
    .title-main-2 {
        position: absolute;
        bottom: 30%;
        right: 10px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 3vw;
        transform: translate(-50%, -50%) rotate(268deg);
        -webkit-transform: translate(-50%, -50%) rotate(268deg);
        -moz-transform: translate(-50%, -50%) rotate(268deg);
        -ms-transform: translate(-50%, -50%) rotate(268deg);
        -o-transform: translate(-50%, -50%) rotate(268deg);
    }
}

@media (max-width: 991px) {
    .hero-main-sustainability-2 {
        position: relative;
        background-image: url(../../assets/img/about/hero-main-sustainability-22.png);
        background-size: 100% 100%;
        height: 80vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .title-main-2 {
        position: absolute;
        bottom: 30%;
        right: 21px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%) rotate(268deg);
        -moz-transform: translate(-50%, -50%) rotate(268deg);
        -ms-transform: translate(-50%, -50%) rotate(268deg);
        -o-transform: translate(-50%, -50%) rotate(268deg);
        font-size: 12px;
        transform: translate(-50%, -50%) rotate(268deg);
        -webkit-transform: translate(-50%, -50%) rotate(268deg);
        -moz-transform: translate(-50%, -50%) rotate(268deg);
        -ms-transform: translate(-50%, -50%) rotate(268deg);
        -o-transform: translate(-50%, -50%) rotate(268deg);
    }
}

@media (min-width: 1600px) {
    .title-main-2 {
        position: absolute;
        bottom: 32vh;
        right: -8vw !important;
        transform: translate(-50%, -50%) rotate(-90deg);
        font-size: 1.4vw;
        color: #207692;
        white-space: nowrap;
        -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);
    }
}

.title-main-2 {
    position: absolute;
    bottom: 31vh;
    right: -7vw !important;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 1.2vw;
    color: #207692;
    white-space: nowrap;
    -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);
}

@media (max-width: 768px) {
    .title-main-2 {
        bottom: 22vh;
        right: -25vw !important;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .title-main-2 {
        font-size: 2vw !important;
        bottom: 25vh;
        right: -14vw !important;
    }
}

.hero-main-sustainability-3 {
    position: relative;
    background-image: url(../../assets/img/about/estdam.png);
    background-size: 100% 100%;
    height: 30vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.titel-hero-st {
    position: absolute;
    top: 45%;
    left: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 2vw;
    color: #3c845a;
}

@media (max-width: 1500px) {
    .titel-hero-st {
        position: absolute;
        top: 45%;
        left: 60%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 2vw;
    }
}

@media (max-width: 991px) {
    .hero-main-sustainability-3 {
        position: relative;
        background-image: url(../../assets/img/about/estdam.png);
        background-size: 100% 100%;
        height: 30vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .titel-hero-st {
        position: absolute;
        top: 45%;
        left: 60%;
        width: max-content;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 18px;
    }
}

.hero-main-sustainability-4 {
    position: relative;
    background-image: url(../../assets/img/heroimg/New/go.png);
    background-size: 40% 100%;
    background-position: center center;
    height: 50vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-susta-1 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 4%;
    left: 81%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.img-susta-2 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.img-susta-3 img {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: -40px;
    left: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation: moveFromLeft 1.5s ease-out forwards;
}

.dvi-title-one {
    position: absolute;
    top: -10%;
    left: 81%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 23px;
    color: #ffffff;
}

.dvi-title-tow {
    position: absolute;
    top: 18%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 21px;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

.dvi-title-three {
    position: absolute;
    bottom: 34%;
    left: 81%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
    width: 150px;
    text-align: center;
}

@media (max-width: 1500px) {
    .img-susta-1 img {
        width: 100%;
        height: 130px;
        position: absolute;
        top: 4%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .img-susta-2 img {
        width: 100%;
        height: 130px;
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .img-susta-3 img {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: -30px;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-one {
        position: absolute;
        top: -10%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 15px;
        color: #ffffff;
    }

    .dvi-title-tow {
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 100px;
        text-align: center;
    }

    .dvi-title-three {
        position: absolute;
        bottom: 36%;
        left: 81%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 14px;
        color: #ffffff;
        width: 110px;
        text-align: center;
    }
}

.img-titel-2 img {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 4%;
    left: -32%;
    animation: rotateImage 5s linear infinite;
}

.img-titel-3 img {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 6%;
    left: -28%;
    animation: rotateImage 5s linear infinite;
    -webkit-animation: rotateImage 5s linear infinite;
}

@media (max-width: 1500px) {
    .img-titel-2 img {
        width: 100%;
        height: 120px;
        position: absolute;
        top: 5%;
        left: -32%;
        animation: rotateImage 5slinear infinite;
    }

    .img-titel-3 img {
        width: 100%;
        height: 170px;
        position: absolute;
        bottom: 2%;
        left: -28%;
        animation: rotateImage 5s linear infinite;
    }
}

@media (max-width: 900px) {
    .img-titel-2 img {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 5%;
        left: -35%;
        animation: rotateImage 5s linear infinite;
    }

    .img-titel-3 img {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 5%;
        left: -24%;
        animation: rotateImage 5s linear infinite;
    }
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .hero-main-sustainability-4 {
        position: relative;
        background-image: url(../../assets/img/heroimg/New/go.png);
        background-size: 50% 100%;
        background-position: center center;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .dvi-title-one {
        position: absolute;
        top: -6%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px !important;
        color: #ffffff;
        width: max-content;
    }

    .dvi-title-tow {
        position: absolute;
        top: 23%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px;
        color: #ffffff;
        width: 100px;
        text-align: center;
    }

    .dvi-title-three {
        position: absolute;
        bottom: 24%;
        left: 83%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 110px;
        text-align: center;
    }
}

.hero-main-sustainability-5 {
    position: relative;
    background-image: url(../../assets/img/ST/Asset\ 12.png);
    background-size: 50% 100%;
    background-position: center center;
    height: 50vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-susta-4 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 20%;
    left: 28%;
    /* animation: rotateImage 5s linear infinite; */
}

.dvi-title-for {
    position: absolute;
    top: 27%;
    left: 78%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
    width: 150px;
    text-align: center;
}

.img-susta-5 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dvi-title-fiv {
    position: absolute;
    top: 4%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 19px;
    color: #ffffff;
    width: 120px;
    text-align: center;
}

.img-susta-6 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dvi-title-six {
    position: absolute;
    top: 69%;
    left: 21%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    width: 180px;
    text-align: center;
}

@media (max-width: 1500px) {
    .img-susta-4 img {
        width: 100%;
        height: 150px;
        position: absolute;
        top: 120px;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .img-susta-8 img {
        width: 100%;
        height: 150px !important;
        position: absolute;
        top: 20%;
        left: -20%;
    }

    .dvi-title-8 {
        position: absolute;
        bottom: 56% !important;
        left: 30%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px !important;
        color: #ffffff;
        width: 250px;
        text-align: center;
    }

    .img-susta-9 img {
        width: 100%;
        height: 150px !important;
        position: absolute;
        top: 60%;
        left: 20%;
    }

    .dvi-title-9 {
        position: absolute;
        bottom: 26% !important;
        left: 70%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px !important;
        color: #ffffff;
        width: 150px;
        text-align: center;
    }

    .dvi-title-for {
        position: absolute;
        top: 23%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 120px;
        text-align: center;
    }

    .img-susta-5 img {
        width: 100%;
        height: 150px;
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-fiv {
        position: absolute;
        top: 3%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px !important;
        color: #ffffff;
        width: 120px;
        text-align: center;
    }

    .img-susta-6 img {
        width: 100%;
        height: 150px;
        position: absolute;
        top: 80%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-six {
        position: absolute;
        top: 67%;
        left: 21%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 130px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hero-main-sustainability-5 {
        position: relative;
        background-image: url(../../assets/img/ST/Asset\ 12.png);
        background-size: 50% 100%;
        height: 50vh;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .img-susta-1 img {
        width: 30% !important;
        height: 130px;
        position: absolute;
        top: -4% !important;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-one {
        position: absolute;
        top: -13%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px !important;
        color: #ffffff;
        width: max-content;
    }

    .img-susta-3 img {
        width: 30% !important;
        height: 150px;
        position: absolute;
        bottom: -30px;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-three {
        position: absolute;
        bottom: 25%;
        left: 83%;
        line-height: 14px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 10px;
        color: #ffffff;
        width: 77px;
        text-align: center;
    }

    .img-susta-4 img {
        width: 30% !important;
        height: 150px;
        position: absolute;
        top: 223px;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-for {
        position: absolute;
        top: 37%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 120px;
        text-align: center;
    }

    .dvi-title-fiv {
        position: absolute;
        top: 9%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 120px;
        text-align: center;
    }

    .dvi-title-six {
        position: absolute;
        top: 72%;
        left: 21%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 10px;
        color: #ffffff;
        width: 130px;
        text-align: center;
    }

    .img-susta-2 img {
        width: 30%;
        height: 130px;
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .img-susta-5 img {
        width: 30%;
        height: 150px;
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .img-susta-6 img {
        width: 30%;
        height: 150px;
        position: absolute;
        top: 80%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .img-bacround-main-2 img {
        width: 100%;
        height: 70px !important;
        position: absolute;
        bottom: 20px !important;
        left: -130px !important;
    }
}

.hero-main-sustainability-6 {
    position: relative;
    background-image: url(../../assets/img/ST/Asset\ 28.png);
    background-size: 50% 100%;
    background-position: center center;
    height: 70vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-bacround-main img {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 10px;
    left: -370px;
}

.img-bacround-main-2 img {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 85px;
    left: -370px;
}

.img-susta-7 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 3%;
    left: 20%;
}

.dvi-title-sivn {
    position: absolute;
    top: 7%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    width: 150px;
    text-align: center;
}

.img-susta-8 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 30%;
    left: -20%;
}

.dvi-title-8 {
    position: absolute;
    bottom: 57%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    width: 250px;
    text-align: center;
}

.img-susta-9 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 60%;
    left: 20%;
}

.dvi-title-9 {
    position: absolute;
    bottom: 28%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    width: 150px;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-main-sustainability-6 {
        position: relative;
        background-image: url(../../assets/img/ST/Asset\ 28.png);
        background-size: 50% 100%;
        background-position: center center;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .img-bacround-main img {
        width: 100%;
        height: 43px !important;
        position: absolute;
        top: 0px !important;
        left: -110px !important;
    }

    .img-bacround-main img {
        width: 100%;
        height: 43px !important;
        position: absolute;
        bottom: 0px !important;
        left: -110px !important;
    }

    .img-susta-7 img {
        width: 30%;
        height: 220px;
        position: absolute;
        top: 4%;
        left: 54%;
    }

    .dvi-title-sivn {
        position: absolute;
        top: 8% !important;
        left: 69%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 18px;
        color: #fff;
        width: 150px;
        text-align: center;
    }
}

.hero-main-sustainability-7 {
    position: relative;
    background-image: url(../../assets/img/ST/Asset\ 12.png);
    background-size: 50% 100%;
    height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-susta-10 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 10%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dvi-title-10 {
    position: absolute;
    top: -8%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

.img-susta-11 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 40%;
    left: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dvi-title-11 {
    position: absolute;
    top: 27%;
    left: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 17px;
    color: #ffffff;
    width: 120px;
    text-align: center;
}

.img-susta-12 img {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 68%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dvi-title-12 {
    position: absolute;
    bottom: 38%;
    left: 19%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 17px;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

@media (max-width: 1500px) {
    .img-susta-10 img {
        width: 100%;
        height: 150px;
        position: absolute;
        top: 17%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-10 {
        position: absolute;
        top: -4%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 130px;
        text-align: center;
    }

    .img-susta-11 img {
        width: 100%;
        height: 150px;
        position: absolute;
        top: 40%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-11 {
        position: absolute;
        top: 26%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px;
        color: #ffffff;
        width: 110px;
        text-align: center;
    }

    .img-susta-12 img {
        width: 100%;
        height: 120px;
        position: absolute;
        top: 68%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .dvi-title-12 {
        position: absolute;
        bottom: 33%;
        left: 19%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px;
        color: #ffffff;
        width: 96px;
        text-align: center;
    }

    .img-susta-14 img {
        position: absolute;
        left: 60% !important;
        top: -10% !important;
        width: 200px;
        height: 150px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .dvi-title-14 {
        position: absolute;
        top: -7% !important;
        left: 60% !important;
        font-size: 13px !important;
        color: #ffffff;
        width: 200px;
        text-align: center;
    }

    .img-susta-15 img {
        position: absolute;
        left: 30%;
        top: 0%;
        width: 200px;
        height: 150px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .dvi-title-15 {
        position: absolute;
        top: 0% !important;
        left: 30%;
        font-size: 13px !important;
        color: #ffffff !important;
        width: 180px;
        text-align: center;
    }

    .img-susta-16 img {
        position: absolute;
        left: 60% !important;
        bottom: 20%;
        width: 200px;
        height: 150px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .dvi-title-16 {
        position: absolute;
        top: 29% !important;
        left: 60% !important;
        font-size: 11px !important;
        color: #ffffff;
        width: 200px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hero-main-sustainability-7 {
        position: relative;
        background-image: url(../../assets/img/ST/Asset\ 12.png);
        background-size: 50% 100%;
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.hero-main-sustainability-8 {
    position: relative;
    background-image: url(../../assets/img/ST/Asset\ 28.png);
    background-size: 50% 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-susta-14 img {
    position: absolute;
    left: 67%;
    top: -20%;
    width: 200px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dvi-title-14 {
    position: absolute;
    top: -15%;
    left: 67%;
    font-size: 19px;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-main-sustainability-8 {
        position: relative;
        background-image: url(../../assets/img/ST/Asset\ 28.png);
        background-size: 50% 100%;
        height: 50vh;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .dvi-title-9 {
        position: absolute;
        bottom: 28% !important;
        left: 70%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px !important;
        color: #ffffff;
        width: 150px;
        text-align: center;
    }

    .dvi-title-10 {
        position: absolute;
        top: 4%;
        left: 20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 13px;
        color: #ffffff;
        width: 130px;
        text-align: center;
    }

    .dvi-title-11 {
        position: absolute;
        top: 31% !important;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 10px;
        color: #ffffff;
        width: 94px;
        text-align: center;
    }

    .img-susta-14 img {
        position: absolute;
        left: 60% !important;
        top: 11% !important;
        width: 200px;
        height: 150px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .dvi-title-14 {
        position: absolute;
        top: 12% !important;
        left: 60% !important;
        font-size: 13px !important;
        color: #ffffff;
        width: 200px;
        text-align: center;
    }

    .hero-main-sustainability-8 .img-susta-8 img {
        width: 30%;
        height: 220px;
        position: absolute;
        top: 43%;
        left: 0%;
    }

    .hero-main-sustainability-8 .dvi-title-8 {
        position: absolute;
        top: 45%;
        left: 14%;
        font-size: 11px;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

    .hero-main-sustainability-8 .dvi-title-9 {
        position: absolute;
        bottom: 23% !important;
        left: 83%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-size: 12px !important;
        color: #ffffff;
        width: 150px;
        text-align: center;
    }

    .img-susta-16 img {
        position: absolute;
        left: 52% !important;
        bottom: 20%;
        width: 200px;
        height: 150px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .dvi-title-16 {
        position: absolute;
        top: 48% !important;
        left: 52% !important;
        font-size: 10px !important;
        color: #ffffff;
        width: 200px;
        text-align: center;
    }

    .hero-main-sustainability-8 .img-susta-9 img {
        width: 30%;
        height: 220px;
        position: absolute;
        top: 67%;
        left: 68%;
    }
}

.hero-main-sustainability-9 {
    position: relative;
    background-image: url(../../assets/img/ST/Asset\ 34.png);
    background-size: 50% 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: flex;
    align-items: center;
}

.img-susta-15 img {
    position: absolute;
    left: 30%;
    top: 0%;
    width: 200px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dvi-title-15 {
    position: absolute;
    top: 7%;
    left: 30%;
    font-size: 15px;
    color: #ffffff;
    width: 180px;
    text-align: center;
}

.img-susta-16 img {
    position: absolute;
    left: 65%;
    bottom: 20%;
    width: 200px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dvi-title-16 {
    position: absolute;
    top: 28%;
    left: 65%;
    font-size: 15px;
    color: #ffffff;
    width: 200px;
    text-align: center;
}

.sustainability-main .col-md-4 {
    position: fixed;
    right: 0;
    top: 0;
    width: 33.5%;
    height: 100vh;
    background-image: url(../img/about/vispety.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.main-in-title {
    position: absolute;
    bottom: 30%;
    left: 10%;
    color: #fff;
    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: 3vw;
    font-weight: bold !important;
    font-family: "Sukartow";
}

@keyframes smoothFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.img-hero img {
    animation: smoothFloat 2s ease-in-out infinite;
    -webkit-animation: smoothFloat 2s ease-in-out infinite;
}

@media (max-width: 767px) {
    .sustainability-main .col-md-4 {
        display: none;
    }
}

/* about */
.content-about {
    padding: 30px;
    border-radius: 15px;
    text-align: right;
}

.content-about h2 {
    color: #ff6f61;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-about p {
    color: #444;
    font-size: 18px;
    line-height: 1.8;
}

.content-about strong {
    color: #ff6f61;
}

@media (max-width: 768px) {
    .content-about {
        padding: 20px;
    }

    .content-about h2 {
        font-size: 24px;
    }

    .content-about p {
        font-size: 16px;
    }
}

.about .left {
    width: 100%;
    height: 400px;
}

.about .riht {
    width: 100%;
    height: 400px;
}

.img-hero-3 img {
    width: 100%;
    height: 100%;
}

/* about-tow */

.about-tow .col-md-4 {
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    height: 100vh;
    background-image: url(../img/about/aboutmain.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 767px) {
    .about-tow .col-md-4 {
        display: none;
    }
}

.man-in-about {
    background-image: url(../img/about/bac-bottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
}

.hero-main-about {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../../assets/img/abou.png);
    background-size: contain;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 860px) {
    .hero-main-about {
        height: 60vh;
    }

    .man-in-about {
        height: 60vh;
    }
}

.section-about {
    position: relative;
    background-image: url(../../assets/img/about/SVG/Asset\ 1.svg);
    background-size: contain;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 120px;
}

.titel-main-about {
    position: absolute;
    top: 15%;
    left: 20%;
    max-width: 100%;
    text-align: center;
    background-image: url("/front/assets/img/about/about-popup.png");
    background-size: 100% 100%;
    padding: 4rem;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #417e7f;
    font-size: 3rem;
    font-weight: bold;
    transform: translate(-50%, -50%) rotate(-28deg);
    -webkit-transform: translate(-50%, -50%) rotate(-28deg);
    -moz-transform: translate(-50%, -50%) rotate(-28deg);
    -ms-transform: translate(-50%, -50%) rotate(-28deg);
    -o-transform: translate(-50%, -50%) rotate(-28deg);
}

@media (max-width: 1550px) {
    .titel-main-about {
        position: absolute;
        top: 20%;
        left: 23%;
    }
}

@media (max-width: 860px) {
    .section-about {
        height: 60vh;
    }

    .titel-main-about {
        padding: 2rem;
    }
}

@media (max-width: 500px) {
    .titel-main-about {
        top: 14%;
        left: 5%;
        transform: translate(0%, -50%) rotate(-28deg);
        -webkit-transform: translate(0%, -50%) rotate(-28deg);
        -moz-transform: translate(0%, -50%) rotate(-28deg);
        -ms-transform: translate(0%, -50%) rotate(-28deg);
        -o-transform: translate(0%, -50%) rotate(-28deg);
    }
}

.hero-main-about-2 {
    position: relative;
    background-image: url(../img/about/about-Tow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .hero-main-about-2 {
        position: relative;
        background-image: url(../img/about/about-Tow.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

.left-top-animation {
    animation: left-top-animation;
    animation-timeline: view();
}

.sus-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    align-items: center;
}

.img-susta {
    position: static;
    translate: 0 0;
    background-position: center center;
    background-size: contain;
    width: 10vw;
    aspect-ratio: 1/1;
}

.titel-com-22 {
    /* background-image: url(../img/about/Asset\ 5.svg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 20vh;
    background-size: contain;
    color: #f2bad4;
    text-align: center;
    margin-top: -80px;
}

@media (max-width: 991px) {
    .titel-com-22 {
        /* background-image: url(../img/about/Asset\ 5.svg); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        height: 20vh;
        background-size: contain;
        color: #f2bad4;
        text-align: center;
        margin-top: -70px;
    }
}

.titel-com-22 h3 {
    font-size: 70px;
}

@media (max-width: 768px) {
    [data-aos] {
        animation: none !important;
        opacity: 1 !important;
    }
}

@media (max-width: 500px) {
    .titel-edigish {
        position: absolute;
        top: 30.5%;
        left: 30% !important;
        font-size: 16px !important;
        width: 80px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        line-height: 13px;
    }

    .bacround-2 {
        background-color: #e9bdc7d0;
        height: 69vh;
        width: 100%;
        max-width: 640px;
        position: absolute;
        bottom: -160px !important;
        display: block;
    }

    .grid-container .card-main h3 {
        color: #53345e;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .titel-hero-man-stor-3 {
        position: absolute;
        top: 28% !important;
        left: 51%;
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .titel-edigish {
        position: absolute;
        top: 32.5%;
        left: 30%;
        font-size: 9px !important;
        width: 65px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        line-height: 13px;
    }

    .bacround-2 {
        background-color: #e9bdc7d0;
        height: 69vh;
        width: 100%;
        max-width: 640px;
        position: absolute;
        bottom: -160px !important;
        display: block;
    }

    .grid-container .card-main h3 {
        color: #53345e;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .titel-hero-man-stor-3 {
        position: absolute;
        top: 26%;
        left: 50%;
        font-size: 11px;
    }
}

@media (max-width: 370px) {
    .titel-edigish {
        position: absolute;
        top: 33.5%;
        left: 27%;
        font-size: 10px !important;
        width: 72px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        line-height: 13px;
    }

    .bacround-2 {
        background-color: #e9bdc7d0;
        height: 69vh;
        width: 100%;
        max-width: 640px;
        position: absolute;
        bottom: -160px !important;
        display: block;
    }

    .grid-container .card-main h3 {
        color: #53345e;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .titel-hero-man-stor-3 {
        position: absolute;
        top: 27%;
        left: 51%;
        font-size: 10px;
    }
}

.flipbook {
    width: 100%;
    height: 100%;
}

.controls button {
    min-width: 100px;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons img {
    cursor: pointer;
    margin: 0 5px;
    transition: transform 0.2s;
}

.icons img:hover {
    transform: scale(1.1);
}

@media (max-width: 440px) and(min-width:410px) {
    .story-title {
        position: absolute;
        top: 20% !important;
        left: 15%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        font-weight: bold;
    }
}

@media (max-width: 393px) {
    .story-title {
        position: absolute;
        top: 27% !important;
        left: 15%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        font-weight: bold;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: background 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 22px;
    color: white;
}

.swiper-button-prev,
.swiper-button-next {}

@media (max-width: 768px) {
    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .hero-main-games-2 .features-list {
        text-align: end;
        line-height: 20px;
        margin-top: 30px;
        /* padding-right: 20px; */
        width: 381px;
    }

    .feature-item .icon img {
        width: 20px;
        height: 20px;
        z-index: -1;
        margin-right: 20px;
        margin-top: -10px;
        margin-left: 49px;
    }
}

/*
.swiper {
    margin-left: 90px;
    margin-right: 90px;
} */

@media (min-width: 1600px) {
    .mySwiper {
        margin-top: -300px !important;
    }

    .mySwiper-tow {
        margin-top: -470px !important;
    }

}

.mySwiper {
    margin-top: -280px;
}

.mySwiper-tow {
    margin-top: -250px;
}

.moer-vedoes {
    background-image: url(../img/about/bacround-vidous.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
    min-height: 100vh;
}

.main-content-box {
    height: 50vh;
}

.video-title {
    font-size: 12px;
    padding-right: 33px;
    font-weight: bold;
}

.video-title-tow {
    text-align: center;
    font-weight: bold;
}

.tr-select-lang option {
    background-color: #ffffff;
    color: #f46a50;
    font-size: 18px;
    padding: 10px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center !important;
}

.ms-auto {
    margin-right: auto !important;
}

.ms-auto {
    margin-left: 0 !important;
}

.img-hero-2 {
    background-image: url("../img/about/img-eng.png");
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .img-hero-2 {
        background-image: url("../img/about/img-eng.png");
        height: 45vh;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* ملف: stories-slider.css */

.stories-slider {
    padding: 20px 0;
    position: relative;
}

.stories-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-stor-tow {
    background: url("../img/about/boock.svg") no-repeat center center;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-size: contain;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 90%;
    min-height: 250px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #002147;
}

.stories-slider .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-stor-tow {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-img {
    width: 100%;
    /* height: 100px; */
    aspect-ratio: 1 / 1;
    margin-left: 18px !important;
}

@media (min-width: 1600px) {
    .story-image {
        width: 97% !important;
        height: 100%;
        display: block;
        padding: 5px;
        margin-left: 13px;
    }
}

.story-image {
    width: 106%;
    height: 100%;
    display: block;
    padding: 2px;
}

@media (max-width: 576px) {
    .story-image {
        width: 120%;
        height: 100%;
        display: block;
        margin-left: -13px;
    }

    .main-stor-tow {
        background: url(../img/about/boock.svg) no-repeat center center;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        background-size: contain;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 50% !important;
        height: 189px;
    }

    .hero-main-video-2 .features-list p {
        font-size: 14px;
        line-height: 16px;
        color: #53345e;
        width: 217px;
        margin-right: 73px;
    }

    .hero-main-video-2 .features-list {
        margin: 0 auto;
        width: 397px !important;
        text-align: end;
        margin-top: 40px;
    }

    .video-title {
        font-size: 10px;
        padding-right: 33px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .moer-vedoes .col-md-4 .card-vides img {
        width: 84%;
        height: 100%;
        object-fit: contain;
        margin-top: -75px;
        margin-left: -2px;
    }
}

.form-check-input[type="radio"] {
    border-radius: 50%;
    display: none;
}

.options {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .options {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* margin-right: 120px; */
    }

    .workshop-details {
        background-image: url(../img/about/bacround-conpiton.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 30vh;
        height: 30vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .option-text {
        font-size: 17px;
        font-weight: 500;
        color: #fb8290;
        width: max-content;
        margin: 0 auto;
    }
}

.option-text {
    font-size: 17px;
    font-weight: 500;
    color: #fb8290;
}

.option-container {
    margin-bottom: 15px;
}

.quiz-option {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
    text-align: center;
}

.quiz-option:hover {
    background-color: #f1fdf6;
    transform: scale(1.05);
}

.quiz-option:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.6);
}

.quiz-option:active {
    background-color: #e6f7e6;
}

.form-check .form-check-input {
    /* float: left; */
    margin-left: -1.5em;
    height: 50px;
}

.form-check:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
}

.form-check img {
    width: 150px;
    height: 250px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .form-check img {
        width: 100% !important;
    }
}

.end-0 {
    right: 0 !important;
}

.main-row {
    margin: 0 auto;
}

@media (min-width: 1600px) {
    .quiz-container {
        max-width: 900px;
        margin: 0 auto;
    }
}

.quiz-container {
    margin: 0 auto;
    text-align: center;
}

.quiz-option {
    display: block;
    background: #ffd54f;
    color: #333;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
    margin: 0 auto;
}

.quiz-option:hover {
    .quiz-option:hover {
        display: block;
        background: #f9c722;
        color: #333;
        border: none;
        padding: 15px;
        border-radius: 12px;
        font-size: 1.1rem;
        cursor: pointer;
        width: 100%;
        transition: background 0.3s;
    }

    .titel-viaous {
        display: flex;
        justify-content: center;
    }

    .main-img-news {
        position: relative;
        display: inline-block;
        text-align: center;
    }

    @media (min-width: 1600px) {
        .main-img-news img {
            width: 230% !important;
            height: auto;
            display: block;
            transform: translateX(-120px);
            -webkit-transform: translateX(-120px);
            -moz-transform: translateX(-120px);
            -ms-transform: translateX(-120px);
            -o-transform: translateX(-120px);
        }
    }

    .news-title {
        position: absolute;
        bottom: 40% !important;
        left: 20% !important;
    }
}

.main-img-news img {
    width: 180%;
    height: auto;
    display: block;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
}

@media (max-width: 700px) {
    .main-img-news img {
        width: 90% !important;
        height: auto;
        display: block;
        transform: translateX(-18px) !important;
        -webkit-transform: translateX(-18px) !important;
        -moz-transform: translateX(-18px) !important;
        -ms-transform: translateX(-18px) !important;
        -o-transform: translateX(-18px) !important;
    }

    .news-title {
        position: absolute;
        bottom: 20% !important;
        left: 28% !important;
    }
}

.news-title {
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translateX(-50%);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    line-height: 40px;
    font-weight: bold;
    font-size: 3vw;

    min-width: 150px;
    aspect-ratio: 16/13;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1rem !important;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (min-width: 1600px) {
    .main-img-owrks img {
        width: 175% !important;
        height: auto;
        display: block;
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
    }
}

.main-img-owrks img {
    width: 130%;
    height: auto;
    display: block;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
}

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

.main-img-owrks {
    position: relative;
    display: inline-block;
}

.titel-viaous-main {
    position: absolute;
    top: 0%;
    left: 0%;
    left: 0%;
    color: #000000;
    font-size: 3vw;
    width: 130px;
    text-align: center;
    line-height: 50px;
}

.hero-main-jop-tow {
    position: relative;
    background-image: url(../../assets/img/about/owrks-shop.png);
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 70%;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    margin: 0px auto;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .hero-main-jop-tow {
        position: relative;
        background-image: url(../../assets/img/about/owrks-shop.png);
        background-size: 100% 100%;
        height: 50vh;
        background-repeat: no-repeat;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center center;
        margin: 0px auto;
        margin-top: 0px;
    }

    .titel-viaous-main {
        position: absolute;
        top: 7%;
        left: 12%;
        color: #000000;
        font-size: 3vw;
        width: 130px;
        text-align: center;
        line-height: 50px;
    }

    .titel-viaous-main {
        position: absolute;
        top: 7%;
        left: 12%;
        color: #000000;
        font-size: 3vw;
        width: 130px;
        text-align: center;
        line-height: 50px;
    }

    .main-img-owrks img {
        width: 111%;
        height: auto;
        display: block;
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
    }
}

.main-btn-start a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1b9661;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.main-btn-start a:hover {
    background-color: #39d491;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.progress {
    width: 99%;
}

.main-img-left {
    display: flex;
    align-items: center;

    padding: 0 20px;
}

.img-progrees img {
    width: 100%;
    height: 100px;
}

.progress-bar {
    background-color: #c3d8cf;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    padding: 20px;
    z-index: 999999;
    display: none;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    padding: 20px;
    z-index: 999999;
    display: none;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.popup img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.close-popup {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

#popupText {
    color: #fd7586 !important;
}

@media (min-width: 1600px) {
    .jop-mainm {
        height: 100dvh;
    }
}

@media (min-width: 2200px) {
    .lliest-evint {
        max-width: 65% !important;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 100px;
        margin: 0 auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        position: absolute;
        top: 18%;
    }
}

@media (min-width: 1600px) {
    .lliest-evint {
        padding: 0px 140px !important;
    }

    .lliest-evint p {
        font-size: 16px !important;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

.lliest-evint {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 100px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 18%;
}

.lliest-evint p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint {
        max-width: 90%;
        width: 100%;
        box-sizing: border-box;
        padding: 1px 25px;
        margin: 0 auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        /* margin-top: -224px; */
        position: absolute;
        top: 12%;
    }

    .lliest-evint p {
        font-size: 9px;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .lliest-evint {
        max-width: 85%;
        width: 100%;
        box-sizing: border-box;
        padding: 1px 25px;
        margin: 0 auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        /* margin-top: -224px; */
        position: absolute;
        top: 19%;
    }
}

@media (max-width: 860px) {
    .titel-news {
        position: absolute;
        bottom: 10% !important;
        left: 31%;
        translate: -50% -50%;
        aspect-ratio: 22 / 10 !important;
        background-image: url(../img/about/mrba.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem 2rem;
        font-size: 1.6rem !important;
        font-weight: 800;
        min-width: 15svw;
        text-align: center;
        text-transform: capitalize;
        z-index: 9999;
    }
}

@media (min-width: 1600px) {
    .lliest-evint-print p {
        font-size: 16px !important;
        /* line-height: 1.8; */
        margin: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 1999px) {
    .lliest-evint-print {
        max-width: 60% !important;
    }
}

@media (max-width: 767px) {
    @media (max-width: 1200px) {
        .titel-news {
            position: absolute;
            bottom: 8% !important;
            left: 47% !important;
            aspect-ratio: 63 / 10 !important;
        }
    }
}

@media (max-width: 600px) {
    .titel-news {
        position: absolute;
        bottom: 13% !important;
        left: 48% !important;
        aspect-ratio: 30 / 9 !important;
        min-height: 7vh !important;
        font-size: 15px !important;
    }

    .lliest-evint {
        max-width: 85%;
        width: 100%;
        box-sizing: border-box;
        padding: 1px 25px;
        margin: 0 auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        /* margin-top: -224px; */
        position: absolute;
        top: 12%;
    }

    .lliest-evint p {
        font-size: 8px;
    }
}

.lliest-evint-print {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 90px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 13%;
}

.lliest-evint-print p {
    font-size: 11px;
    /* line-height: 1.8; */
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint-print {
        padding: 1px 40px;
    }

    .lliest-evint-print p {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .lliest-evint-print {
        padding: 1px 20px;
        top: 14% !important;
    }
}

@media (max-width: 390px) {
    .lliest-evint-print {
        padding: 1px 20px;
        top: 12%;
    }
}

@media (min-width: 1600px) {
    .lliest-evint-comption {
        padding: 0px 180px !important;
    }

    .lliest-evint-comption p {
        font-size: 16px !important;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

.lliest-evint-comption {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 130px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.lliest-evint-comption p {
    font-size: 11px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint-comption {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 1px 170px;
        margin: 0 auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        margin-top: -6px;
    }

    .lliest-evint-comption p {
        font-size: 5px;
    }
}

@media (max-width: 500px) {
    .lliest-evint-comption {
        padding: 1px 114px;
        margin-top: -6px;
    }
}

@media (max-width: 390px) {
    .lliest-evint-comption {
        padding: 1px 80px;
        margin-top: -6px;
    }
}

@media (min-width: 1600px) {
    .lliest-evint-workshop {
        padding: 0px 240px !important;
    }

    .lliest-evint-workshop p {
        font-size: 16px !important;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

.lliest-evint-workshop {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 180px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: -40px !important;
    line-height: 20px;
}

.lliest-evint-workshop p {
    font-size: 11px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint-workshop {
        padding: 1px 145px;
        margin-top: -60px;
    }

    .lliest-evint-workshop p {
        font-size: 6px;
    }
}

@media (max-width: 500px) {
    .lliest-evint-workshop {
        padding: 1px 85px;

        margin-top: -60px;
    }
}

@media (max-width: 399px) {
    .lliest-evint-workshop {
        padding: 1px 30px;
        margin-top: -60px;
    }

    .lliest-evint-workshop p {
        font-size: 5px;
        width: 60%;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .lliest-evint-games {
        padding: 0px 240px !important;
    }

    .lliest-evint-gamesp {
        font-size: 16px !important;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

.lliest-evint-games {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 180px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: -40px !important;
    line-height: 20px;
}

.lliest-evint-games p {
    font-size: 11px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint-games {
        padding: 1px 145px;
        margin-top: -60px;
    }

    .lliest-evint-games p {
        font-size: 6px;
    }
}

@media (max-width: 500px) {
    .lliest-evint-games {
        padding: 1px 125px;

        margin-top: -60px;
    }
}

@media (max-width: 399px) {
    .lliest-evint-games {
        padding: 1px 30px;
        margin-top: -60px;
    }

    .lliest-evint-games p {
        font-size: 5px;
    }
}

@media (min-width: 1600px) {
    .lliest-evint-video {
        padding: 0px 240px !important;
    }

    .lliest-evint-video {
        font-size: 16px !important;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

.lliest-evint-video {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 130px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: -40px !important;
    line-height: 20px;
}

.lliest-evint-video p {
    font-size: 11px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint-video {
        padding: 1px 145px;
        margin-top: -60px;
    }

    .lliest-evint-video p {
        font-size: 6px;
    }
}

@media (max-width: 500px) {
    .lliest-evint-video {
        padding: 1px 125px;

        margin-top: -60px;
    }
}

@media (max-width: 399px) {
    .lliest-evint-video {
        padding: 1px 50px;
        margin-top: -60px;
    }

    .lliest-evint-video p {
        font-size: 5px;
    }
}

@media (min-width: 1600px) {
    .lliest-evint-stories {
        padding: 0px 270px !important;
    }

    .lliest-evint-stories {
        font-size: 16px !important;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 10px;
    }
}

.lliest-evint-stories {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 160px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: -40px !important;
    line-height: 20px;
}

.lliest-evint-stories p {
    font-size: 11px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .lliest-evint-stories {
        padding: 1px 145px;
        margin-top: -60px;
    }

    .lliest-evint-stories p {
        font-size: 6px;
    }
}

@media (max-width: 500px) {
    .lliest-evint-stories {
        padding: 1px 125px;

        margin-top: -60px;
    }
}

@media (max-width: 399px) {
    .lliest-evint-stories {
        padding: 1px 50px;
        margin-top: -60px;
    }

    -stories p {
        font-size: 5px;
    }
}

#finalPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #f6eee8;
    z-index: 9999999999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #1a997b;
}

/* .event-detels p {
    text-align: justify;
    font-size: 14;
} */

.section-mig-main {
    position: absolute;
    top: 15%;
    left: 25%;
    translate: -50% -50%;
    aspect-ratio: 16 / 9;
    background-image: url(../img/about/main.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    font-size: 3rem;
    font-weight: 800;
    min-width: 15svw;
    text-align: center;
    text-transform: capitalize;
    z-index: 9999;
}

@media (max-width: 767px) {
    .section-mig-main {
        position: absolute;
        top: 15%;
        left: 25%;
        translate: -50% -50%;
        aspect-ratio: 16 / 9;
        background-image: url(../img/about/main.png);
        background-size: 75% 75%;
        background-repeat: no-repeat;
        min-height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem 2rem;
        font-size: 3rem;
        font-weight: 800;
        min-width: 15svw;
        text-align: center;
        text-transform: capitalize;
        z-index: 9999;
    }
}

.section-mig-main-print {
    position: absolute;
    top: 10%;
    left: 16%;
    translate: -50% -50%;
    aspect-ratio: 16 / 10;
    background-image: url(../img/about/print-main.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    font-size: 3rem;
    font-weight: 800;
    min-width: 15svw;
    text-align: center;
    text-transform: capitalize;
    z-index: 9999;
}

@media (max-width: 767px) {
    .section-mig-main-print {
        position: absolute;
        top: 15%;
        left: 25%;
        translate: -50% -50%;
        aspect-ratio: 10 / 9;
        background-image: url(../img/about/print-main.png);
        background-size: 75% 75%;
        background-repeat: no-repeat;
        min-height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem 2rem;
        font-size: 3rem;
        font-weight: 800;
        min-width: 15svw;
        text-align: center;
        text-transform: capitalize;
        z-index: 9999;
    }
}

.titel-news {
    position: absolute;
    bottom: -28%;
    left: 32%;
    translate: -50% -50%;
    aspect-ratio: 70 / 10;
    background-image: url(../img/about/mrba.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    font-size: 2rem;
    font-weight: 800;
    min-width: 15svw;
    text-align: center;
    text-transform: capitalize;
    z-index: 9999;
}

@media (max-width: 1200px) {
    .titel-news {
        position: absolute;
        bottom: -30%;
        left: 32%;
        translate: -50% -50%;
        aspect-ratio: 12 / 5;
        background-image: url(../img/about/mrba.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem 2rem;
        font-size: 2rem;
        font-weight: 800;
        min-width: 15svw;
        text-align: center;
        text-transform: capitalize;
        z-index: 9999;
    }

    .lliest-evint p {
        font-size: 8px !important;
    }
}

@media (max-width: 991px) {
    .titel-news {
        position: absolute;
        bottom: -22%;
        left: 32%;
        translate: -50% -50%;
        aspect-ratio: 25 / 11;
        background-image: url(../img/about/mrba.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem 2rem;
        font-size: 2rem;
        font-weight: 800;
        min-width: 15svw;
        text-align: center;
        text-transform: capitalize;
        z-index: 9999;
    }
}

.title-jop {
    position: absolute;
    top: 15%;
    left: 25%;
    translate: -55% -20% !important;
    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;
    }
}

.story-nav {
    position: relative;
    z-index: 2;
}

.story-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f46a50;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(12, 119, 133, 0.25);
}

.story-btn .icon {
    background: #fff;
    color: #f46a50;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
}

.story-btn:hover {
    background: #f46a50;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(12, 119, 133, 0.35);
    text-decoration: none;
    color: #fff;
}

.story-btn:hover .icon {
    background: #000;
    color: #fff;
    transform: rotate(360deg);
}


@media(min-width:1600px){
    .main-content-box {
          height: 500px !important;
    }
}

.main-content-box{
    background: url('../img/vlibl.png') no-repeat center center / cover;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0 5px;
    height: 310px;
}


@media(max-width:991px){
    .main-content-box {
         min-height: 60vh !important;
    }
}
