* {
    margin: 0;
    padding: 0;
  }
  
  
  .svg-background {
    background-color: transparent;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  svg {
    background-color: transparent;
  }
  
  .map-path {
    stroke: black;
    stroke-width: 1px;
  }
  
  #IN {
    fill: #db3918;
  }
  
  .Australia {
    fill: #db3918;
  }
  
  #IN:hover {
    fill: #db3918;
    stroke: #000;
    stroke-width: 2px;
  }
  
  .Australia:hover {
    fill: #db3918;
    stroke: #000;
    stroke-width: 2px;
  }

  svg path:hover {
    
    transition: 0.6s;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
  }
  
  #imageContainer {
    position: fixed; 
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
  }
  
  #imageContainer img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .hidden {
    display: none;
  }

  .splide {
    margin-top: 25px;
  }



.splide__list {
    list-style: none;
    padding: 10px;
    margin: 10px;
    display: flex;
  }
  
  
   .splide__slide img {
    width: 200px;
    height: 80px;
  }
  
  
  .splide__slide {
    width: auto; 
    height: auto;
    margin-right: 10px;
  }   

  
  

  