@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?ck5427");
  src: url("../assets/fonts/icomoon.eot?ck5427#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/icomoon.ttf?ck5427") format("truetype"),
    url("../assets/fonts/icomoon.woff?ck5427") format("woff"),
    url("../assets/fonts/icomoon.svg?ck5427#icomoon") 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: "icomoon" !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-clear:before {
  content: "\e906";
}

.icon-x:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook-official:before {
  content: "\e903";
}

.icon-user-circle-o:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-bars:before {
  content: "\e900";
}

.icon-cart-plus:before {
  content: "\e907";
}

mark {
  background: none;
  color: inherit;
  font-weight: inherit;
}

.button {
  background: linear-gradient(0deg, rgb(247, 207, 2), rgb(255, 252, 189));
  transition: all 0.2s linear;
}

.button:hover {
  background: rgb(253, 213, 14);
}

.scale {
  transition: all 0.2s linear;
}

.scale:hover {
  scale: 1.06;
}

.bg-gradient-yellow {
  background: linear-gradient(to top, #29a1b9, #29a1b9);
}

.secondary-border {
  box-shadow: #29a1b9 0px 0px 0px 3px inset, #29a1b9 0px 0px 10px 0px;
}

.primary-border {
  box-shadow: #29a1b9 0px 0px 0px 3px inset, #29a1b9 0px 0px 10px 0px;
  border-radius: 6px;
}

.bg-customContent {
  background: radial-gradient(circle, #29a1b9 0px, #29a1b9 100%);
}

.bg-secondary-customContent {
  background: linear-gradient(to top, #29a1b9 50%, #29a1b9 51%);
}

.bg-secondary-customContent:hover {
  background: linear-gradient(to top, #29a1b9 50%, #29a1b9 51%);
}

@media screen and (min-width: 768px) {
  .shape-primary {
    background: linear-gradient(90deg, #29a1b9, #29a1b9, #29a1b9);
  }

  .shape-normal {
    background: #29a1b9;
  }

  .shape {
    clip-path: polygon(0% 0%, 0 70%, 50% 100%, 100% 70%, 100% 0%);
  }
}
