@font-face {
    font-family: 'Map Roman Condensed';
    src: url('MapRoman-Condensed.woff2') format('woff2'),
        url('MapRoman-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tooltip .tooltiptext {
    font-size: 15px;
    background: white;
    color: black;
    line-height: 17px;
    padding: 15px 15px 15px;
    width: 190px;
    bottom: -140%;
    left: -55%;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    text-transform: capitalize;
}

.tooltip .tooltiptext {
  visibility: hidden;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  text-align: center;
}

li.tooltip.arrowli-7.progressitem .tooltiptext {bottom: 170%;left: 95%;}

li.tooltip.arrowli-5.addressitem .tooltiptext {
    bottom: 170%;
    left: 120%;
}

li.tooltip.arrowli-1.assessitem .tooltiptext {
    bottom: 150%;
    left: 110%;
}

li.tooltip.arrowli-3.addressitem .tooltiptext {
    bottom: 190%;
}

li.tooltip.arrowli-4.addressitem span {
    z-index: 9 !important;!i;!;
}

.lastulli.topside li.tooltip.addressitem span {
    top: -15px;
    bottom: auto;
    left: -35%;
}

li.tooltip.arrowli-4.addressitem span {
    left: 33%;
    top: 160%;
    bottom: auto;
}

li.tooltip.arrowli-2.assessitem span {
    left: 130%;
}

.lastulli.bottomside li.tooltip.progressitem span {
    bottom: 0%;
}

.lastulli.bottomside li.tooltip.assessitem span {
    bottom: 0%;
}
li.tooltip {
    opacity: 1;
}



body {
    cursor: pointer !important;
}

section.arrowsec {
    display: flex;
    height: 100vh;
    background: #212121;
    align-items: center;
}

.arrowdiv img {
    width: 100%;
}

.bottomulli {
    color: white;
    display: flex;
    gap: 60px;
    list-style: none;
    font-family: sans-serif;
    padding: 0px;
}

.arrowdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bottomulli li:before {
    /* content: ''; */
    height: 75px;
    width: 2px;
    background: #999688;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 auto;
    top: -115px !important;
}

.bottomulli li {
    position: relative;
    color: #999688;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul.topulli li {
    position: relative;
    color: white;
    font-family: 'Map Roman Condensed';
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    cursor: pointer;
    line-height: 40px;
    letter-spacing: 3px;
}

ul.topulli {
    color: white;
    display: flex;
    gap: 175px;
    list-style: none;
    padding: 0px;
    width: 95%;
    justify-content: center;
    font-family: 'Poppins';
    margin-left: -15px;
}

ul.lastulli {
    color: white;
    display: flex;
    list-style: none;
    font-family: sans-serif;
    width: 61%;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 0px;
    margin-left: -100px;
}

ul.lastulli li img {
    width: 95%;
    margin: auto;
    display: block;
}

ul.lastulli li {
    position: relative;
    color: #A67F38;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

ul.lastulli li p {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.arrowimg {
    animation: fadeLeft 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Initially hide other elements */
.topulli,
.bottomulli,
.lastulli,
.lineul {
    opacity: 0;
}

.fade-in {
    animation: fadeIn 1s ease-in-out forwards;
}

/* Blur class */
.blur {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

/* .scale {
    transform: scale(1.5) !important;
} */

ul.lineul.middle {
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    list-style: none;
    gap: 90px;
    margin-left: -70px;
    position: absolute;
    bottom: 145px;
    z-index: 999;
}

.lineli {
    width: 2px;
    height: 100px;
    background: white;
}

.mainulbx {
    width: 100%;
    margin-top: 20px;
}

ul.bottomulli.topside {
    justify-content: center;
    gap: unset;
    width: 95%;
    margin-left: -40px;
    margin-bottom: -25px;
    position: absolute;
    z-index: 999;
}

ul.bottomulli.topside li {width: 17.33%;text-align: center;color: white;text-transform: uppercase;}

ul.bottomulli.bottomside {
    justify-content: center;
    gap: unset;
    width: 92%;
    margin-left: -23px;
    margin-top: -35px;
    position: absolute;
}

ul.bottomulli.bottomside li {
    width: 17.33%;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

ul.lastulli.topside {
    justify-content: center;
}

ul.lastulli.topside img {
    transform: rotateZ(180deg);
}

ul.lastulli.bottomside li p {
    margin-bottom: 0px;
    line-height: 14px;
}

li.tooltip.tooltipmore.addresshead span {
    margin-left: -105px;
}