.webBanner {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}
.MobBanner {
    display: none;
}
.customContainer.bannerContainer {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
}
.lh-150 {
    line-height: 150%;
}
/* -------------------- */
.brwnColor {
    color: #a41a1f;
}
.eventsContainer {
    margin: 4rem 0;
    border: 1px solid #a41a1f;
    border-radius: 12px;
    position: relative;
    padding: 80px 0;
    flex-direction: column;
    background: url(../images/univercity/wave.webp) no-repeat;
    background-size: 100% 100%;
}
.eventBoxs {
    width: 95%;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.innerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    text-align: center;
}
/* -------partSection------- */
.partSection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partWeb {
    width: 100%;
}
.partMob {
    display: none;
}
.partContainer {
    position: absolute;
    margin: 40px 0;
    justify-content: flex-start !important;
    z-index: 2;
}
.innerPartBox {
    width: 60%;
}
.partItem {
    width: 45%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.itemPartIcon {
    height: 70px;
}
/* -------------------- */
.buildMob {
    display: none;
}
.buildWeb {
    width: 100%;
}
.buildContainer {
    position: absolute;
}
/* =================== */
.targetWeb {
    width: 100%;
}
.targetMob {
    display: none;
}
.customContainer.targetContainer {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
}
.accessContainer {
    flex-direction: column;
    margin: 4rem 0;
}
.accessSlider {
    margin-top: 2rem;
}
.accessCard {
    margin: 1rem 0;
    border: 0.5px solid #555555;
    padding: 1rem;
    backdrop-filter: blur(4px);
    height: 400px;
    border-radius: 6px;
}
.accessImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.accessCard h6 {
    color: #555555;
}
.iti__country-list {
    z-index: 100 !important;
    max-width: 320px;
}
/* =================== */
.partnerContainer {
    margin-top: 1rem;
    margin-bottom: 6rem;
    border: 1px solid #a41a1f;
    border-radius: 12px;
    position: relative;
    padding: 4rem;
    flex-direction: column;
    background: url(../images/univercity/wave.webp) no-repeat;
    background-size: 100% 100%;
}
.partnerContainer .tree {
    height: 150px;
}
.applyBtn {
    width: 300px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border: 1px solid #23915a;
    transition: 0.3s;
}
.applyBtn:hover {
    color: #23915a;
    border: 1px solid #23915a;
    background: #fff;
    transition: 0.3s;
}
.partnerContainer .row.w-100 {
    z-index: 10;
}
.ready {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90%;
}
.preline-white {
    /* white-space: pre-line; */
}

/* Banner Wave Css */
.bannerSectionBgBlue {
    position: relative;
    width: 100%;
    background: url("../images/univercity/pertWeb.webp") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.bannerSectionBgBlue .customContainer {
    z-index: 99;
    position: relative;
}
.block {
    display: block;
}
.eventsContainer .eventCardBox img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(87%) saturate(3010%)
        hue-rotate(338deg) brightness(89%) contrast(97%);
}

.eventsContainer .eventCardBox h6 {
    color: #555555 !important;
}
.black {
    color: #000 !important;
}
.grey {
    color: #555555 !important;
}
.block {
    display: block;
}
.buildContainer h6 {
    line-height: 150%;
}
.targetSection {
    background: #222222;
}
.partnerContainer h6 {
    line-height: 150%;
}
.iti__country-list {
    max-width: 320px;
    z-index: 100 !important;
}

/* 5sept2025 css */
.strategyContainer {
    margin-top: 142px;
}
.strategyContainerMain {
    position: relative;
    height: auto;
}
.strategyBlock {
    display: flex;
    gap: 34px;
    margin-bottom: 142px;
}
.numberCount img {
    height: 79px;
}
.rightStContent ul {
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
}
.rightStContent ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #555555;
}
/* ============== */
.serviceContainer {
    margin: 60px 0;
    flex-direction: column;
}
.serviceClouser {
    margin-top: 30px;
}
.bg1stBox {
    background-image: url("../images/service/bg1.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg3rdtBox {
    background-image: url("../images/service/bg2.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg24Box {
    background-image: url("../images/service/bg34.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.serviceItem {
    min-height: 400px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 30px;
}
.iconsServ {
    height: 190px;
    width: 190px;
    position: absolute;
    top: -60px;
    right: -60px;
    border-radius: 50%;
    padding: 80px 0px 30px 40px;
}
.iconsServ img {
    height: 70px !important;
    width: 70px !important;
}
.iconsServBg1 {
    background-color: #a41a1f;
}
.iconsServBg2 {
    background-color: #000;
}
.bookBtn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #a41a1f;
    border-radius: 4px;
    border: 1px solid #a41a1f;
    transition: 0.3s;
}
.bookBtn:hover {
    background: linear-gradient(180deg, #a41a1f 0%, #a41a1f 100%);
    color: #fff;
    transition: 0.3s;
}
/* ============== */
.expoSec {
    background: #faf7f2;
}
.expoContainer {
    margin: 80px 0;
    flex-direction: column;
}
.showcaseClouser {
    width: 100%;
    margin-top: 30px;
}
.givesContainer {
    margin-top: 30px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.givesItemBox {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.storyContainer {
    margin: 80px 0;
}
.successStoryClouser {
    margin-top: 30px;
}
.headerBtn {
    margin-top: 30px;
    width: 200px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border: 1px solid #23915a;
    transition: all 0.3s;
}
.headerBtn:hover {
    background: #fff;
    color: #23915a;
    border: 1px solid #23915a;
    transition: 0.3s;
}
.headerBtn2 {
    margin-top: 30px;
    width: 300px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #23915a;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    transition: all 0.3s;
}
.headerBtn2:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #fff;
    border: 1px solid #23915a;
    transition: 0.3s;
}
.login-box h3.titel32 {
    font-size: 28px;
    margin-top: 1rem !important;
}
#icon{
    z-index: 100;
}
@media screen and (max-width: 1440px) {
    .customContainer .titel74 {
        font-size: 64px;
    }
    .customContainer .titel64 {
        font-size: 48px;
    }
    .eventsContainer .icon {
        height: 50px;
    }
    .buildContainer .icon {
        height: 50px;
    }
    .buildContainer .mb-5 {
        margin-bottom: 1rem !important;
    }
    .eventsContainer {
        padding: 50px 0;
    }
    .innerBox {
        width: 19%;
    }
    .partWeb {
        width: 100%;
        min-height: 650px;
        object-fit: cover;
        object-position: center;
    }
    .serviceItem {
        min-height: 360px;
        padding: 16px;
    }
    .givesItemBox img {
        height: 70px;
        width: 70px;
    }
    .givesItemBox {
        width: 23%;
    }
    .givesItemBox h6.titel20 {
        font-size: 18px !important;
        font-weight: 400;
    }
}
@media screen and (max-width: 1280px) {
    .customContainer .titel74 {
        font-size: 54px;
    }
    .customContainer h6.titel20 {
        font-size: 18px;
    }
    .customContainer .titel64 {
        font-size: 38px;
    }
    .eventsContainer h6.mt-3 {
        margin-top: 0rem !important;
    }
    .buildWeb {
        height: 500px;
        object-fit: cover;
        object-position: top left;
    }
    .customSection.buildSection {
        justify-content: flex-start;
    }
    .buildContainer h6:last-child br {
        display: none;
    }
    .buildContainer .row .row .col-md-6 {
        width: 100% !important;
    }
    .targetWeb {
        height: 520px;
        object-fit: cover;
        object-position: right;
    }
    .targetContainer .row .mt-5 {
        margin-top: 1rem !important;
    }
    .targetContainer .row .col-md-6 .mb-5 {
        margin-bottom: 1rem !important;
    }
    .targetContainer .row .col-md-6 img.me-3 {
        margin-right: 0.5rem !important;
    }
    .targetContainer .row .col-md-6 {
        width: 60% !important;
    }
    .eventsContainer .tree {
        height: 160px;
    }
    .eventsContainer,
    .partnerContainer {
        padding: 2.5rem 0rem;
    }
    .applyBtn {
        height: 50px;
    }
    .eventsContainer .icon {
        margin-bottom: 1rem;
    }
    .preline-white br {
        display: none;
    }
    .innerPartBox {
        width: 70%;
    }
    .itemPartIcon {
        height: 60px;
    }
    .partItem {
        width: 47%;
        gap: 14px;
        margin-bottom: 10px;
    }
    .expoContainer p br {
        display: none;
    }
    .expoContainer p.titel20 {
        font-size: 18px !important;
    }
    .givesItemBox img {
        height: 60px;
        width: 60px;
    }
    .givesContainer {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .customContainer .titel74 {
        font-size: 48px;
    }
    .customContainer .titel64 {
        font-size: 32px;
    }
    .eventBoxs {
        width: 100%;
        margin-top: 40px;
    }
    .eventsContainer {
        margin: 3rem 0;
    }
    .partItem {
        gap: 10px;
    }
    .itemPartIcon {
        height: 50px;
    }
    .partWeb {
        min-height: 550px;
    }
    .serviceItem {
        min-height: 330px;
    }
    .givesItemBox img {
        height: 50px;
        width: 50px;
    }
    .givesItemBox {
        width: 24%;
    }
    .storyContainer {
        margin: 50px 0;
    }
}
@media screen and (max-width: 990px) {
    .customContainer .titel74 {
        font-size: 38px;
    }
    .customContainer .titel64 {
        /* font-size: 28px; */
        font-size: 28px;
    }
    .customContainer h6.titel20 {
        font-size: 16px;
    }
    .eventsContainer .icon {
        height: 40px;
    }
    .buildContainer .icon {
        height: 40px;
    }
    .buildContainer {
        margin-top: 51px;
    }

    .partnerContainer {
        padding-bottom: 56px;
        overflow: hidden;
    }
    .doodle-container {
        display: none !important;
    }
    .eventsContainer h6 br {
        display: none;
    }
    .eventsContainer .my-5 {
        margin: 1.5rem 0 !important;
    }
    .targetContainer .row .col-md-6 {
        width: 70% !important;
    }
    .targetContainer h6:last-child {
        width: 70%;
    }
    .buildWeb {
        display: none;
        object-position: center;
    }
    .buildMob {
        display: block;
        max-height: 800px;
        width: 70%;
        object-fit: cover;
        object-position: bottom;
        margin-top: 100px;
    }
    .buildContainer {
        text-align: center;
        position: unset;
    }
    .buildContainer .row .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .buildContainer .row .row .col-md-6 {
        width: 50% !important;
        gap: 1rem;
        margin-bottom: 1rem;
        align-items: center;
    }
    .buildContainer .row .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .strategyContainerMain.customContainer {
        justify-content: flex-start;
    }
    .strategyContainer {
        margin-top: 15.55px;
        width: 80%;
    }
    .strategyBlock {
        margin-bottom: 29px;
        flex-direction: column;
        gap: 7px;
    }
    .strategyBlock h3.titel64 {
        font-size: 24px;
        line-height: 135%;
        letter-spacing: 2%;
        font-weight: 400;
        margin-top: 7px !important;
    }
    .rightStContent ul li {
        font-size: 16px;
    }
    .numberCount img {
        height: 43px;
    }
    .headerBtn {
        margin: 20px auto 0;
    }
    .eventsContainer,
    .partnerContainer {
        padding: 2rem 1.5rem;
    }
    .innerBox p.titel16 {
        font-size: 14px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 768px) {
    h3.titel74.w400.text-uppercase.fontBebas.whiteColor.ls1.preline-white {
        white-space: pre-line;
    }
    .preline-white {
        white-space: unset;
    }
    .customContainer .titel74 {
        font-size: 32px;
    }
    .bannerSection .customContainer h6.titel20 br {
        display: none;
    }
    .bannerSection .customContainer h6.titel20 {
        width: 90%;
        margin: 0px auto 20px;
    }
    /* -------- */
    .eventsContainer {
        margin: 2rem 0;
        padding: 1.5rem;
    }
    .eventCardBox {
        align-items: center;
        justify-content: center;
    }
    .eventCard {
        margin-bottom: 2rem;
    }
    /* -------- */
    .buildContainer h3 br {
        display: none;
    }
    /* --------- */
    .targetMob {
        display: block;
        width: 100%;
        /* max-height: 950px; */
        max-height: 1050px;
        object-fit: cover;
        object-position: bottom;
    }
    .targetWeb {
        display: none;
    }
    .customSection.targetSection {
        justify-content: flex-start;
    }
    .targetContainer {
        margin-top: 3rem;
    }
    .targetContainer .row .col-md-6 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .targetContainer .row .mt-5 {
        margin-top: 2rem !important;
        /* align-items: center; */
        justify-content: center;
    }
    .targetContainer .row .row .col-md-6 {
        width: 50% !important;
        gap: 1rem;
    }
    /* =========== */
    .accessContainer {
        margin: 2rem 0;
    }
    .accessSlider {
        margin-top: 1rem;
    }
    /* -============= */
    .customSection .partnerContainer {
        height: 700px;
        justify-content: flex-start;
    }
    .ready {
        position: absolute;
        right: 0;
        bottom: 0;
        height: auto;
        width: 100%;
    }
    .partnerContainer .tree {
        display: none;
    }
    .partnerContainer .row .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .partnerContainer .row .mt-5 {
        margin-top: 2rem !important;
    }
    .partnerContainer {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }

    .eventBoxs {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 30px 0;
    }
    .innerBox {
        width: 47%;
    }
    .partWeb {
        display: none;
    }
    .partMob {
        display: block;
        width: 100%;
        max-height: 900px;
        object-fit: cover;
        object-position: center bottom;
    }
    .partSection {
        justify-content: flex-start !important;
    }
    .innerPartBox {
        width: 100%;
    }
    .partItem {
        width: 50%;
    }
    .givesContainer {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .givesItemBox {
        width: 50%;
    }
    .givesItemBox h6.titel20 {
        font-size: 16px !important;
        font-weight: 400;
    }
    .headerBtn2 {
        margin-top: 20px;
        width: 250px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .buildMob {
        margin-top: 20px;
    }
}
@media screen and (max-width: 640px) {
    .targetContainer h6:last-child {
        width: 100%;
    }
    .col-md-6.d-flex.align-items-center:last-child {
        width: 80% !important;
    }
    .col-6.col-md-4.d-flex.flex-column.align-items-center.eventCard {
        padding: 0px 5px;
    }
    .eventsContainer .my-5 {
        justify-content: center;
    }
    .customContainer .titel64 {
        font-size: 42px;
    }
    .eventsContainer {
        background: none;
    }
    .storyContainer {
        margin: 30px 0;
    }
}
@media screen and (max-width: 600px) {
    .MobBanner {
        display: block;
        width: 100%;
        max-height: 650px;
        object-fit: cover;
        object-position: bottom;
    }
    .customSection.bannerSection {
        justify-content: flex-start;
        margin-top: 135px !important;
    }
    h3.titel74.w400.text-uppercase.fontBebas.whiteColor.ls1.preline-white {
        white-space: unset;
    }
    .webBanner {
        display: none;
    }

    .bannerContainer {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .customContainer .titel74 br {
        display: none;
    }
    .bannerSection .customContainer h6.titel20 {
        width: 100%;
    }
    .eventsContainer,
    .partnerContainer {
        padding: 20px 4px;
    }
    .customSection .partnerContainer {
        height: 580px;
        position: relative;
    }
    .eventsContainer .tree {
        right: 0;
        left: inherit;
    }
    .applyBtn {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        border-radius: 4px;
    }
    /* ------------ */
    .buildMob {
        max-height: 900px;
        width: 100%;
    }
    .targetMob {
        min-height: 950px;
        max-height: 1000px;
    }
    .accessContainer h6.titel20 {
        text-align: center;
    }
    .accessSlider h6.titel20 {
        text-align: left;
    }
    .buildContainer h6 .block {
        display: initial;
    }
    .accessContainer .titel64 {
        text-align: center;
    }
    .bannerSectionBgBlue {
        background: url("../images/univercity/partMob.webp") no-repeat center;
        background-size: cover;
    }

    .partMob {
        max-height: 100%;
    }
    .expoContainer,
    .serviceContainer,
    .innerPartBox {
        text-align: center;
    }
    .partItem,
    .serviceItem {
        text-align: left !important;
    }
    .itemPartIcon {
        height: 40px;
    }
    .expoContainer {
        margin: 40px 0;
    }
    .expoContainer p.titel20 {
        font-size: 16px !important;
    }
    .buildContainer {
        margin-top: 16px;
    }
}
@media screen and (max-width: 480px) {
    .partMob {
        max-height: 1100px;
        height: 1000px;
    }
    .partItem {
        width: 100%;
        text-align: left;
    }
    .expoContainer p.titel20 {
        font-size: 14px !important;
    }
    .givesItemBox h6.titel20 {
        font-size: 14px !important;
        font-weight: 400;
    }
    .givesItemBox img {
        height: 40px;
        width: 40px;
    }
    .serviceContainer {
        margin: 20px 0;
    }
    .expoContainer {
        margin: 30px 0;
    }
}
@media screen and (max-width: 425px) {
    .customContainer .titel74 {
        font-size: 28px;
    }
    .customContainer .titel64 {
        /* font-size: 22px; */
        font-size: 24px;
    }
    .titel16 {
        font-size: 14px !important;
    }
    .targetMob {
        min-height: 800px;
    }
    .customSection .partnerContainer {
        height: 500px;
    }
    .madalLog .login-box {
        padding: 1rem;
    }
}
