@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') 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-arrow-long:before {
  content: "\e928";
}

.icon-magnifying-glass:before {
  content: "\e900";
}

.icon-shopping-cart:before {
  content: "\e901";
}

.icon-down-right:before {
  content: "\e902";
}

.icon-idea:before {
  content: "\e903";
}

.icon-badge:before {
  content: "\e904";
}

.icon-group:before {
  content: "\e905";
}

.icon-digital-services:before {
  content: "\e906";
}

.icon-graphic-design:before {
  content: "\e907";
}

.icon-technology:before {
  content: "\e908";
}

.icon-mobile-app:before {
  content: "\e909";
}

.icon-complete:before {
  content: "\e90a";
}

.icon-award:before {
  content: "\e90b";
}

.icon-recommend:before {
  content: "\e90c";
}

.icon-team:before {
  content: "\e90d";
}

.icon-right-arrow:before {
  content: "\e90e";
}

.icon-left-arrow:before {
  content: "\e90f";
}

.icon-down-arrow:before {
  content: "\e910";
}

.icon-up-arrow:before {
  content: "\e911";
}

.icon-color-sample:before {
  content: "\e912";
}

.icon-front-end:before {
  content: "\e913";
}

.icon-online-shopping:before {
  content: "\e914";
}

.icon-tick:before {
  content: "\e915";
}

.icon-pen-tool:before {
  content: "\e916";
}

.icon-design:before {
  content: "\e917";
}

.icon-graphic-design-1:before {
  content: "\e918";
}

.icon-layers:before {
  content: "\e919";
}

.icon-web-development:before {
  content: "\e91a";
}

.icon-wreath:before {
  content: "\e91b";
}

.icon-phone-call:before {
  content: "\e91c";
}

.icon-plus:before {
  content: "\e91d";
}

.icon-minus:before {
  content: "\e91e";
}

.icon-mobile-development:before {
  content: "\e91f";
}

.icon-pdf-file:before {
  content: "\e920";
}

.icon-success:before {
  content: "\e921";
}

.icon-job-promotion:before {
  content: "\e922";
}

.icon-marketing:before {
  content: "\e923";
}

.icon-close:before {
  content: "\e924";
}

.icon-place:before {
  content: "\e925";
}

.icon-phone:before {
  content: "\e926";
}

.icon-schedule:before {
  content: "\e927";
}

/* Cookie Consent */


#cookiePopup {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: var(--ogency-base);
  padding: 15px;
  /* display: flex; */
  flex-wrap: wrap;
  z-index: 999999;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}

#cookiePopup h4 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
}

#cookiePopup p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 850px;
}

#cookiePopup p a {
  color: #fff;
  text-decoration: underline;
}

.cookieBtns {
  display: inline-flex;
  gap: 10px;
}

.cookieBtns button {
  font-size: 15px;
  margin: 10px 0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  background: var(--ogency-base);
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #fff;
}

.cookieBtns button:last-child {
  background-color: #fff;
  color: var(--ogency-base);
}