#tagiotNav {
    width: 100%;
    border-bottom: 1px solid #e3dbd8;
    margin: 0 0 32px 0;
    display: flex;
    justify-content: space-between;
}
.tagitLink {
    font-size: 18px;
    font-family: 'almoniDL400';
    position:relative;
    padding-bottom: 10px;
}

.tagitLink.active {
    font-family: 'almoniDL700';
}
 .tagitLink.active::after{
   position: absolute;
    width: 24px;
    background:#1d00cc;
    height: 4px;
    border-radius:2px;
    bottom: -2px;
    right: 0;
    content: "";
}
@media (hover: hover) {
  .tagitLink:hover{
    color:#1d00cc;
}
}
@media screen and (max-width: 768px) {
    .navDiv{
        position:relative;
    }
    #tagiotNav {
        width: calc(100% - 30px);
        margin: 0 auto 28px auto;
        gap: 28px;
        overflow: scroll;      
    }
    #tagiotNav:after{
        content: '';
        position: absolute;
        left: 0px;
        width: 30px;
        height: 46px;
        filter: blur(5px);
        background-color: #fff1e5bd;
        bottom: 0;
        z-index: 1;
    }
    #tagiotNav a.tagitLink {
        background:transparent;
        margin: 0;
        width:auto;
        padding-bottom:6px;
        overflow: visible;
        white-space:nowrap
    }
    .tagitLink:hover:after, .tagitLink.active::after{
        bottom:0;
    }
    .tagitLink:last-child{
    padding-left:20px;
}
    .handSwipe {
    width: 44px;
    background: url(../../../globes/2019/myGlobes/swipe_gesture.png) no-repeat;
    height: 49px;
    margin: 0 auto;
    position: absolute;
    display: block;
    left: 0;
    bottom:-42px;
    zoom: 62%;
    z-index: 111;
    margin-top: 11px
}
}