
/** location-section **/

.location-section{
    position: relative;
}

.location-section .inner-container{
    position: relative;
    width: 100%;
    height: 680px;
    overflow-x: auto;
}

.location-section .inner-container .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-width: 1290px;
    background-repeat: no-repeat;
    background-position: center;
}

.location-section .inner-box{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1290px;
}

.location-section .inner-box .single-location-box{
    position: absolute;
    width: 92px;
    height: 92px;
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.location-section .inner-box .single-location-box::before{
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    width: 62px;
    height: 62px;
    left: 15px;
    top: 15px;
}

.location-section .inner-box .single-location-box .markup{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 32px;
    height: 32px;background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.location-section .inner-box .single-location-box .markup::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 13px;
    top: 13px;
    border-radius: 50%;
}

.location-section .inner-box .single-location-box .text{
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 22px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all .21s cubic-bezier(.25,.8,.25,1);
}

.location-section .inner-box .single-location-box:hover .text,
.location-section .inner-box .single-location-box.current .text{
    top: -52px;
    opacity: 1;
    visibility: visible;
}

.location-section .inner-box .single-location-box .text::before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 8px;
    bottom: -8px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.location-section .inner-box .single-location-box:first-child{
    left: 98px;
    top: 76px;
}

.location-section .inner-box .single-location-box:nth-child(2){
    left: 303px;
    bottom: 125px;
}

.location-section .inner-box .single-location-box:nth-child(3){
    left: 417px;
    top: 111px;
}

.location-section .inner-box .single-location-box:nth-child(4){
    left: 533px;
    bottom: 290px;
}

.location-section .inner-box .single-location-box:nth-child(5){
    right: 465px;
    top: 55px;
}

.location-section .inner-box .single-location-box:nth-child(6){
    right: 475px;
    bottom: 190px;
}

.location-section .inner-box .single-location-box:nth-child(7){
    right: 340px;
    top: 227px;
}

.location-section .inner-box .single-location-box:nth-child(8){
    right: 104px;
    top: 127px;
}

.location-section .inner-box .single-location-box:nth-child(9){
    right: 80px;
    bottom: 133px;
}

  
  
/** rtl-css **/
  

  
/** responsive-css **/
  
@media only screen and (max-width: 1200px){
  
}
  
@media only screen and (max-width: 991px){

}
  
@media only screen and (max-width: 767px){
    .location-section{
        padding: 70px 0px;
    }
}
  
@media only screen and (max-width: 599px){
  
}
  
@media only screen and (max-width: 499px){

} 