input,
textarea,
select,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-decoration: none;
  outline: none;
  list-style: none;
  padding: 0;
}

a,
a:hover,
a:focus,
*:focus-visible {
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
  border: none;
}

button:focus,
input:focus {
  box-shadow: none !important;
}

button {
  cursor: pointer;
}

*,
*:after,
*:before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;

}

.container-lg {
  overflow-x: hidden;
}

/* .icon {
    display: inline-block;
    animation: like 6s infinite linear;
    font-size: 40px;
  }
  
  @keyframes like {
    0% {
      animation-timing-function: ease-in;
      transform: rotate( 0deg ) scale( 1 );
    }
    25% {
      animation-timing-function: ease-out;
      transform: rotate( -180deg ) scale( 1.4 );
    }
    50%, 100% {
      transform: rotate( -360deg ) scale( 1 );
    }
  }; */
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-LightOblique.eot');
  src: url('Helvetica-LightOblique.eot?#iefix') format('embedded-opentype'),
    url('Helvetica-LightOblique.woff2') format('woff2'),
    url('Helvetica-LightOblique.woff') format('woff'),
    url('Helvetica-LightOblique.ttf') format('truetype'),
    url('Helvetica-LightOblique.svg#Helvetica-LightOblique') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-BoldOblique.eot');
  src: url('Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
    url('Helvetica-BoldOblique.woff2') format('woff2'),
    url('Helvetica-BoldOblique.woff') format('woff'),
    url('Helvetica-BoldOblique.ttf') format('truetype'),
    url('Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica.eot');
  src: url('Helvetica.eot?#iefix') format('embedded-opentype'),
    url('Helvetica.woff2') format('woff2'),
    url('Helvetica.woff') format('woff'),
    url('Helvetica.ttf') format('truetype'),
    url('Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Light.eot');
  src: url('Helvetica-Light.eot?#iefix') format('embedded-opentype'),
    url('Helvetica-Light.woff2') format('woff2'),
    url('Helvetica-Light.woff') format('woff'),
    url('Helvetica-Light.ttf') format('truetype'),
    url('Helvetica-Light.svg#Helvetica-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Bold.eot');
  src: url('Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('Helvetica-Bold.woff2') format('woff2'),
    url('Helvetica-Bold.woff') format('woff'),
    url('Helvetica-Bold.ttf') format('truetype'),
    url('Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}