.loader {
  position: fixed;
  right: 0;
  left: 0;
  top: -260%;
  height: 240%;
  width: 142%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 48%,
    rgba(0, 0, 0, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  transition: top 2s ease-out;
  z-index: 999999;
}
.loader--active {
  top: 0;
  background-image: url(../images/Untitled-3.svg);
  width: 142%;
}
.loader--active--light {
  top: 0;
  background-image: url(../light-images/bg-light.png);
  width: 142%;
}
.loader--active--new {
  top: 0;
  background-image: unset;
  background: url(../images/pbg.jpg) #000;
  width: 100%;
}
.loader--active--new--light {
  top: 0;
  background-image: unset;
  background: url(../light-images/bg-light.png) #000;
  width: 100%;
}
.loader--close {
  background-image: url(../images/Untitled-3.svg);
  width: 142%;
}
.loader-child-fade {
  opacity: 0;
  transition: 0.4s;
}
@font-face {
  font-family: meha-ico;
  src: url(../fonts/meha-icoa129.eot?orwwst);
  src: url(../fonts/meha-icoa129.eot?orwwst#iefix) format('embedded-opentype'),
    url(../fonts/meha-icoa129.ttf?orwwst) format('truetype'),
    url(../fonts/meha-icoa129.woff?orwwst) format('woff'),
    url(../fonts/meha-icoa129.svg?orwwst#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.loader .icon-zarb:before {
  content: '\e907';
  color: #979797;
}
.loader .icon-zarb {
  font-family: meha-ico;
  position: absolute;
  top: 36px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
  margin-left: 72px;
  z-index: 200;
}
.loader .icon-zarb:before {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  top: -10px;
  right: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #302a27;
  -webkit-box-shadow: 0 0 0 #b8866f22;
  -moz-box-shadow: 0 0 0 #b8866f22;
  box-shadow: 0 0 0 #b8866f22;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.loader .icon-zarb:before {
  content: '\e907';
  color: #c39a44;
  font-size: 25px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  height: 46px;
  top: -7px;
  right: -7px;
  -webkit-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  -moz-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
}
.loader .icon-zarb:hover:before {
  -webkit-box-shadow: 0 0 50px #b8866f70;
  -moz-box-shadow: 0 0 50px #b8866f70;
  box-shadow: 0 0 50px #b8866f70;
}
.loader .icon-zarb:after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  top: -18px;
  right: -18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #302a27;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.loader .icon-zarb:hover:after {
  border: 1px solid #b1806a2b;
}
@media (max-width: 996px) {
  .loader .icon-zarb:before {
    -webkit-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
    -moz-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
    box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
  }
}
