* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.map {
    position: relative;
    display: inline-block;
    width: 100%;
}

.map img {
    width: 100%;
    display: block;
}

.hover-text:hover > .text-main {
    display: block;
}

.text-main {
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    left: 0;
    white-space: nowrap;
    display: block;
    text-shadow: 2px 2px 0px rgb(1 110 5);
    color: white;
}

.text-main h3 {
    color: white;
    text-shadow: 1px 1px 1px #000;
}

.line {
    width: 0;
    height: 36px;
    background: transparent;
    border-left: 2px dashed rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -30px;
    left: 3px;
    border-radius: 14px;
    cursor: pointer;
    animation: pin_fade_in-data-v-efc0bcde .17s;
    z-index: 1;
}

.click {
    width: 31px;
    height: 31px;
    padding-top: 1px;
    border: 4px solid #92c841;
    position: absolute;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    animation: mymove 2s infinite;
    top: 38%;
    right: 34%;
    cursor: pointer;
}

.click::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    border: 3px solid #92c841;
}

@keyframes mymove {
    0% {
        transform: scale(1, 1);
        opacity: 30%;
    }
    50% {
        transform: scale(1.3, 1.3);
        opacity: 100%;
    }
    100% {
        transform: scale(1, 1);
        opacity: 30%;
    }
}

.hotel {
    top: 39%;
    left: 18%;
}

/* nav */

.nav-circle {
    width: 50px;
    height: 50px;
    border: 3px solid #92c841;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background: white;
    font-size: 24px;
    position: absolute;
    border-radius: 50%;
    padding-top: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    animation: backmove 2s infinite;
    cursor: pointer;
}

.back {
    top: 1%;
    right: 96%;
}

.city {
    top: 1%;
    right: 1%;
}

.cart {
    top: 1%;
    right: 5%;
}

.cart-count {
    top: 1%;
    right: 4%;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding-top: 0;
    font-weight: bold;
}

.fav {
    width: 42px;
    height: 37px;
    background: none;
}

.fav2 {
    width: 42px;
    height: 37px;
    background: none;
    border-color: red;
    color: red;
}

/* .nav  */

.company {
    top: 45%;
    left: 76%;
}

.school {
    top: 60%;
    left: 10%;
}

.resturant {
    top: 56%;
    left: 91%;
}

.hospital {
    top: 41%;
    left: 63%;
}

.airport {
    top: 51%;
    left: 27%;
}

.resturant {
    top: 58%;
    left: 90%;
}

.basketball {
    top: 47%;
    left: 48%;
}

.mtero {
    top: 53%;
    left: 59%;
}

/* text */

.hover-text:hover > .text-hotel {
    display: block;
}

.text-hotel {
    position: absolute;
    top: 50px;
    transform: translateY(-50%);
    left: 0;
    white-space: nowrap;
    display: none;
    text-shadow: 2px 2px 0px rgb(1 110 5);
    color: white;
}

.text-hotel h3 {
    color: white;
    text-shadow: 1px 1px 1px #000;
}

.hover-text:hover > .text-line {
    background-color: #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.text-line {
    position: absolute;
    top: -13px;
    transform: translateY(-50%);
    left: -34px;
    white-space: nowrap;
    display: block;
    color: #2f2f2f;
    background: #fff;
    padding: 3px 10px;
    font-weight: 600;
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 4px;
    margin: 0 !important;

}

.text-line h6 {
    margin: 0;
}

/* .text */
