@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, #c87777, #b92929);
}

.secondary-border {
  box-shadow: #b92929 0px 0px 0px 3px inset, #b92929 0px 0px 10px 0px;
}

.primary-border {
  box-shadow: #c87777 0px 0px 0px 3px inset, #c87777 0px 0px 10px 0px;
  border-radius: 6px;
}

.bg-customContent {
  background: radial-gradient(circle, #c87777 0px, #b92929 100%);
}

.bg-secondary-customContent {
  background: linear-gradient(to top, #b92929 50%, #c87777 51%);
}

.bg-secondary-customContent:hover {
  background: linear-gradient(to top, #c87777 50%, #b92929 51%);
}

@media screen and (min-width: 768px) {
  .shape-primary {
    background: linear-gradient(90deg, #c87777, #b92929, #c87777);
  }

  .shape-normal {
    background: #b92929;
  }

  .shape {
    clip-path: polygon(0% 0%, 0 70%, 50% 100%, 100% 70%, 100% 0%);
  }
}

.special-div {
  clip-path: polygon(
    82% 0%,
    82% 10%,
    100% 50%,
    82% 90%,
    82% 100%,
    -1% 100%,
    -1% 0%
  );
}

.button-primary {
  background: linear-gradient(
    to top,
    rgb(237, 103, 4) 50%,
    rgb(243, 122, 2) 51%
  );
  transition: all 0.2s linear;
}

.button-primary:hover {
  background: rgb(252, 205, 21);
  border-color: rgb(119, 153, 71);
}

.video-bg {
  height: 15rem;
  top: -2rem;
  z-index: -1;
  left: -0.3rem;
  right: -0.3rem;
  position: absolute;
  background: linear-gradient(to bottom, #29a1b9, #c3246a);
  clip-path: polygon(0 0, 5% 78%, 98% 95%, 90% 18%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg);
}
