@font-face {
  font-family: 'lunaicone';
  src:
    url('fonts/lunaicone.ttf?wyg6w7') format('truetype'),
    url('fonts/lunaicone.woff?wyg6w7') format('woff'),
    url('fonts/lunaicone.svg?wyg6w7#lunaicone') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lunaicone' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tripadvisor:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-google:before {
  content: "\e902";
}
.icon-whatsapp:before {
  content: "\e903";
}


.soc-bar i{

  color: #000;
  font-size:20px ;
}