@font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-extrabold.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-extrabold.woff") format("woff"), url("../fonts/prompt/prompt-extrabold.woff2") format("woff2"), url("../fonts/prompt/prompt-extrabold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-bold.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-bold.woff") format("woff"), url("../fonts/prompt/prompt-bold.woff2") format("woff2"), url("../fonts/prompt/prompt-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-semibold.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-semibold.woff") format("woff"), url("../fonts/prompt/prompt-semibold.woff2") format("woff2"), url("../fonts/prompt/prompt-semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-medium.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-medium.woff") format("woff"), url("../fonts/prompt/prompt-medium.woff2") format("woff2"), url("../fonts/prompt/prompt-medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-regular.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-regular.woff") format("woff"), url("../fonts/prompt/prompt-regular.woff2") format("woff2"), url("../fonts/prompt/prompt-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-light.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-light.woff") format("woff"), url("../fonts/prompt/prompt-light.woff2") format("woff2"), url("../fonts/prompt/prompt-light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-extralight.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-extralight.woff") format("woff"), url("../fonts/prompt/prompt-extralight.woff2") format("woff2"), url("../fonts/prompt/prompt-extralight.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-thin.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-thin.woff") format("woff"), url("../fonts/prompt/prompt-thin.woff2") format("woff2"), url("../fonts/prompt/prompt-thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 100;
  }

.cookies-wrapper {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    display: flex;
    width: 100%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .cookies-wrapper.hidden{
    display: none;
  }
  
  @media (min-width: 768px) {
  
    .cookies-wrapper {
      flex-direction: row;
    }
  }
  
  .cookies-wrapper {
    max-width: 1180px;
    z-index: 1041;
  }
  @media (max-width: 1280px) {
    .cookies-wrapper {
      max-width: 90%;
    }
  }
  
  .cookies-text {
    padding: 1.25rem;
    padding-right: 2rem;
  }
  
  @media (min-width: 576px) {
  
    .cookies-text {
      padding: 2rem;
      padding-bottom: 1.5rem;
    }
  }
  
  @media (min-width: 768px) {
  
    .cookies-text {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }
  
  .cookies-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }
  
  @media (min-width: 768px) {
  
    .cookies-action {
      padding-bottom: 0px;
      width: 170px;
      flex: 0 0 170px;
    }
  }
  
  .cookies-accept {
    width: 250px;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  
  @media (min-width: 768px) {
  
    .cookies-accept {
      margin-right: 1rem;
    }
  }
  
  .cookies-denied {
    position: absolute;
    cursor: pointer;
  }
  
  @media (min-width: 768px) {
  
    .cookies-denied {
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .cookies-denied {
      top: 0.75rem;
      right: 0.75rem;
    }
  }
  html,.header.fixed{
    background-color: #000;
  }
  .language *{
    color:#ffffff
  }
  .language .active{
    color:#ff0000!important;
    opacity:1;
  }
  footer{
    /* background-image: url('../img/fbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background-color: #E2001A!important;
    border-top: none!important;
  }
  footer *{
    color: #fff;
  }
  .nav__ul a{
    color: #fff;
  }

  .product-home-bg-setting{
    background-position-y: 10%;
  }
  .product-home-bg-setting2{
    background-image: url('../img/fire-b.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-bg-setting2{
    background-image: url('../img/fire-t.png');
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .z-1{
    z-index: 1;
  }
  
  .pt-8 {
    padding-top: 2rem;
  }
  @media (min-width: 1200px){
    .xl\:pt-24 {
        padding-top: 6rem;
    }
  }

  .bg-darken{
    background-color: #000;
  }

  @media (max-width: 991px){
    .nav {
        background-color: transparent;
    }
  }
  main{
    margin-top: 98px;
  }
  .footer__nav{
    flex-flow: initial;
  }
  @media (max-width: 569px){
    .footer__nav{
      flex-direction: column;
    }
  }
  .the-c-img{
    border-top-right-radius: .75rem;
  }

  .nav a.text-whiten.active{
    color: #FF0000!important;
  }
  .text-red{
    color: #FF0000!important;
  }
  @media (min-width: 1200px){
    .pr-6{
      padding-right: 30%;
    }
    
  .flex-new {
    display: flex;
  }
  .flex-wrap-new{
    flex-wrap: wrap;
  }
    
  }
  .flex-new {
    /* display: none; */
  }
  .flex-wrap-new{
    flex-wrap:nowrap;
  }
  