/*------------hotspot section---------------*/

.hotspot-image-holder{
    display: flex;
    justify-content: center;
    align-items: center;
}


.hotspot-container {
    position: relative;
    display: inline-block;
}

.arsenal{
    max-width: 500px;
    margin: 0 auto;
}

.arsenal img{
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.hotspot-group {
    position: absolute;
    width: 0;
    height: 0;
}

.hotspot {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #00277C;
    border: 2px solid white;
    cursor: pointer;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.hotspot-group{
    cursor: pointer;
}

/*--- all side tooltips of the images ----*/

.newcummer{
    top: 20px;
    left: 10px;
    width: 148px;
    height: 84px;
}

.box-1{
    top: 0;
    left: 0;
    width: 50%;
    height: 33%;
}

.box-2{
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
}

.box-3{
    top: 33%;
    left: 0;
    width: 50%;
    height: 33%;
}

.box-4{
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
}

.box-5{
    top: 66%;
    left: 0;
    width: 50%;
    height: 33%;
}

.show-left .flag-box.small{
    max-width: 120px;
    direction: ltr;
}

.grid-0{
    top: 16px;
    width: 68px;
    height: 23px;
    left: 20px;
}

.grid-1{
    top: 48px;
    width: 180px;
    height: 73px;
    left: 20px;
}

.grid-2{
    top: 130px;
    width: 205px;
    height: 60px;
    left: 20px;
}

.grid-3{
    top: 252px;
    width: 355px;
    height: 20px;
    left: 20px;
}

.grid-4 {
    top: 270px;
    width: 251px;
    height: 12px;
    left: 0px;
}

.grid-5 {
    top: 270px;
    width: 251px;
    height: 12px;
    left: 250px;
}

.grid-6 {
    top: 1px;
    width: 251px;
    height: 247px;
    left: 250px;
}




.players{
    top: 65px;
    left: 25px;
    width: 330px;
    height: 30px;
}

.odd{
    top: 82px;
    right: 27px;
    width: 170px;
    height: 47px;
}

.now {
    top: 144px;
    right: 58px;
    width: 142px;
    height: 43px;
}

.now-1 {
    top: 27px;
    right: 12px;
    width: 163px;
    height: 200px;
}

.bottom-txt {
    bottom: 20px;
    left: 27px;
    width: 445px;
    height: 20px;
}

.bottom-txt-1{
    bottom: 7px;
    left: 50%;
    width: 50%;
    height: 20px;
}

.bottom-txt-2{
    bottom: 7px;
    right: 50%;
    width: 50%;
    height: 20px;
}


/*.newcummer .hotspot{*/
/*    width: 100px;*/
/*}*/


.enhanced .hotspot{
    width: 100px;
}

.article-1{
    top: 32px;
    left: 43px;
    width: 295px;
    height: 40px;
}

.article-2{
    top: 92px;
    left: 43px;
    width: 295px;
    height: 143px;
}

.article-3{
    top: 264px;
    left: 43px;
    width: 265px;
    height: 56px;
}

.article-4{
    top: 353px;
    right: 43px;
    width: 130px;
    height: 110px;
}


.flag-line {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 0;
    border-right: 2px solid white;
    transition: height 0.4s ease-out;
    z-index: 2;
}

/* Top flag positioning */
.show-top .flag-line {
    bottom: 0;
}

.show-top .flag-box {
    bottom: 120px;
}

/* Bottom flag positioning */
.show-bottom .flag-line {
    top: 0;
}

.show-bottom .flag-box {
    top: 120px;
}

.flag-box {
    position: absolute;
    display: flex;
    left: 0;
    padding: 8px 12px;
    border-radius: 4px;
    transform: translateX(-100%) scale(0);
    transition: transform 0.2s ease-out;
    pointer-events: none;
    z-index: 3;
    max-width: 200px;
    width: 200px;
}

.flag-text {
    color: white;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Hover states */
.hotspot-group:hover .flag-line, .hotspot-group.active .flag-line {
    height: 140px;
}

.hotspot-group:hover .flag-box, .hotspot-group.active .flag-box {
    transform: translateX(0) scale(1);

}

.hotspot-group:hover .flag-text,.hotspot-group.active .flag-text {
    opacity: 1;
    transition-delay: 0.2s;
}

/* Left flag positioning */
.show-left .flag-line {
    bottom: 50%;
    right: 100%;
    left: auto;
    height: 2px;
    width: 0;
    border-right: none;
    border-bottom: 2px solid white;
    transform: translateY(50%);
    transition: width 0.2s ease-out;
}

.show-left .flag-box {
    right: calc(100% + 140px);
    left: auto;
    bottom: 50%;
    transform: translate(0, 50%) scale(0);
    direction: rtl;
}

.show-left:hover .flag-line, .show-left.active .flag-line {
    width: 140px;
    height: 2px;
}



.show-left:hover .flag-box, .show-left.active .flag-box {
    transform: translate(0, 50%) scale(1);
}

/* Right flag positioning */
.show-right .flag-line {
    bottom: 50%;
    left: 100%;
    height: 2px;
    width: 0;
    border-right: none;
    border-bottom: 2px solid white;
    transform: translateY(50%);
    transition: width 0.4s ease-out;
}

.show-right .flag-box {
    left: calc(100% + 140px);
    bottom: 50%;
    transform: translate(0, 50%) scale(0);
}

.show-right:hover .flag-line, .show-right.active .flag-line  {
    width: 140px;
    height: 2px;
}

.show-right:hover .flag-box, .show-right.active .flag-box {
    transform: translate(0, 50%) scale(1);
}

.logo-arr {
    top: 70px;
    right: 102px;
    width: 154px;
    height: 86px;
}
