
.MAP {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    width: 100%;
    /* margin-bottom: -40vh; */
}

.MAP .title {
    width: 100%;
    text-align: center;
    font-size: 8.5vh;
    font-weight: bolder
}

.MAP .box .counter-box::after {
    font-size: 1.5vh;
    font-weight: 400;
    text-align: center
}

.MAP .subtitle {
    font-size: 1.5vh;
    font-weight: 400;
    text-align: center
}

.MAP .subtitle {
    width: 100%;
    color: #dcdcdc;
    text-transform: uppercase
}

.MAP .box {
    width: 50vh;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MAP .box .counter-box {
    width: 10vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5vh;
    position: relative
}

.MAP .box .counter-box::after {
    content: "";
    position: absolute;
    top: 73%;
    width: 5vh;
    height: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top: .4vh solid var(--ThemeColor-)
}

.MAP .box .C1::after {
    content: "COUNTRIES"
}

.MAP .box .C2::after {
    content: "CONTINENTS"
}

.MAP .mapr {
    height: clamp(70vh, 20vw, 80vh) !important;
    width: 90%;
    background: url(/img/default/icon/map2.webp) center bottom no-repeat;
    /* background-color: #fff; */

    background-size: clamp(80vh, 90vw, 200vh) !important;
    background-position: center clamp(-20vh, -10vw,-10vh);
    display: flex;
    align-items: flex-end;
}

.MAP .CB {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.spaceformap {
    height: clamp(25vh, 20vw, 40vh);
    background-color: black;
}

.MAP .CB .C {
    align-items: center;
    width: 100%;
    display: flex
}

.journey .container {
    align-items: center;
    width: 100%;
    display: flex
}

.MAP .CB .C {
    width: 15vh;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    padding: 2vh 1vh
}

.MAP .CB .C .T {
    font-size: 1.7vh;
    font-weight: 600;
    height: 4.5vh;
    width: 15vh;
    background-color: #1313139c;
    text-align: center;
    border-radius: 1vh;
    margin-bottom: 3vh;

    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ThemeColor-);
}

.MAP .CB .C .I {
    font-size: 1.6vh;
    margin-top: .5vh;
    width: 100%;
    text-align: left;
    position: relative;
}

.MAP .CB .C .I::before {
    content: "";
    position: absolute;
    margin-right: 8px;
    width: .5vh;
    height: .5vh;
    background-color: #fff;
    border-radius: 50%;
    top: .5vh;
    left: -1vh;
}