* {
    box-sizing: border-box
}





.city_right {
    width: 800px;
    height: 800px
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

canvas {
    opacity: 0;
    touch-action: none;
    animation: fade-in 2s ease 0s forwards
}

.cityContanct {
    width: 100%;
    height: 100vh;
}

.globe-tooltip {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: sans-serif;
    box-shadow: 0 8px 32px #fff;
    pointer-events: none
}

.float-tooltip-kap {
    z-index: 9;
    background: none !important
}

.tooltip-title {
    font-size: 16px;
    color: #333
}

.tooltip-subtitle {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tooltip-divider {
    height: 1px;
    background: #fff3;
    margin-bottom: 8px
}

.tooltip-summary {
    font-size: 13px;
    line-height: 1.5;
    color: #eee
}

.scene-tooltip {
    border: none !important;
    background: none !important;
    padding: 0 !important
}

.custom-globe-label {
    color: #122b57;
    font-size: 14px;
    white-space: nowrap;
    background: #ffffffb3;
    padding: 2px 8px;
    border-radius: 3px;
    transform: translate(30px, 25px);
    pointer-events: auto;
    cursor: pointer;
    transition: all .3s ease
}

.custom-globe-label.active {
    color: #fff;
    background: #abcd03;
    z-index: 10
}

.tooltip-header {
    display: flex;
    align-items: center;
    gap: 10px
}

.tooltip-img {
    width: 36px;
    height: 21px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .2)
}