@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&family=Noto+Sans+Arabic:wght@100..900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  /* animation: none !important; */
}

.banner {
  margin: 0 auto;
  min-width: 280px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #2b2829;
  background-color: #2b2426;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner div {
  position: absolute;
}
.banner img {
  position: absolute;
}

.logo-wrapper {
  width: 29.291667em;
  height: 12.625em;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-83%, -173%);
}

.logo {
  position: relative !important;
  width: 26.091667em;
  height: 7.3958333333em;
}

.btn-wrapper {
  width: 43.291667em;
  height: 15.625em;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-65%, 41%);
  z-index: 10;
}

.btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 3.8em;
  width: 8.26875em;
  height: 2.739583em;
  background: url(../images/btn.png) no-repeat center center / contain;
  display: flex;
  text-transform: none;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #282324;
  z-index: 10;
}

.animation-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: scale_btn 3s 0.5s infinite linear;
}

a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 11;
}

.wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.main-wrapper {
  width: 54.875em;
  height: 56.25em;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-91.5%, -50%);
  z-index: 11;
}

.txt-1-wrapper {
  width: 53.291667em;
  height: 25.8125em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  text-align: left;
  text-transform: none;
  transform: translate(-43%, -55%);
  z-index: 5;
}

.txt-1 {
  font-size: 4.5em;
  line-height: 1.2;
  width: 100%;
  position: relative !important;
}

.txt-1 span {
  color: #ffd118;
  font-size: 1em;
  text-transform: uppercase;
}

.back {
  width: 103.75em;
  height: 83.3333333333em;
  top: 50%;
  left: 50%;
   transform: translate(-51.5%, -43%);
  background: url(../images/back.jpg) no-repeat center center/contain;
 
}

.girl {
  width: 40.925em;
  height: 48.604167em;
  bottom: -3px;
  left: 50%;
  transform: translate(10%, 0px);
  background: url(../images/girl.png) no-repeat center center / contain;
}

@keyframes scale_btn {
  0%, 0.001%, 6.7%, 20.1%, 33.5%, 46.9%, 100% {
    transform: scale(1);
  }
  13.4%, 26.8%, 40.2% {
    transform:  scale(1.1);
  }
}
@keyframes scale_btn-2 {
  0%, 0.001%, 6.7%, 20.1%, 33.5%, 46.9%, 100% {
    transform:  scale(1);
  }
  13.4%, 26.8%, 40.2% {
    transform:  scale(1.05);
  }
}
@media screen and (max-aspect-ratio: 1366/1024) and (min-aspect-ratio: 1000/999) {
  .logo-wrapper {
    width: 36.291667em;
    height: 12.625em;
    transform: translate(-69%, -251%);
  }
  .logo {
    width: 31.091667em;
  }
  .txt-1-wrapper {
    width: 40.291667em;
    height: 35.8125em;
    transform: translate(-56%, -55%);
  }
  .txt-1 {
    font-size: 5.5em;
    line-height: 1.05;
  }
  .btn-wrapper {
    transform: translate(-59%, 103%);
  }
  .btn {
    font-size: 4.4em;
  }
  .back {
    width: 112.794118em;
    height: 103.25em;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/back.jpg) no-repeat center center/cover;
  }
  .girl {
    width: 61.602941em;
    height: 72.338235em;
    bottom: 0px;
    transform: translate(-19%, 0px);
  }
  .main-wrapper {
    height: 69.25em;
  }

  .shadow-girl{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .shadow-girl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(43,40,41,1) 0%, rgba(43,40,41,1) 6%, rgba(43,40,41,0.8015581232492998) 12%, rgba(43,40,41,0) 27%);
    z-index: 1;
  }
}

@media screen and (min-aspect-ratio: 740/360) { 

  .girl {
    bottom: -30px;
  }
}

@media screen and (orientation: portrait) {
  .logo-wrapper {
    width: 61.291667em;
    height: 16.625em;
    transform: translate(-50%, -382%);
  }
  .logo {
    width: 41.091667em;
  }
  .btn {
    font-size: 10em;
  }
  .txt-1-wrapper {
    width: 96.291667em;
    height: 25.8125em;
    transform: translate(-50%, -197%);
    text-align: center;
  }
  .txt-1 .br1, .txt-1 .br2 {
    display: none;
  }
 
  .txt-1 {
    font-size: 5.95em;
  }
  .btn-wrapper {
    width: 86.291667em;
    height: 22.625em;
    transform: translate(-50%, 173%);
  }
  .back {
    width: 103.235294em;
    height: 152.980392em;
    top: auto;
    bottom: -38px;
    transform: translate(-50.5%, 0px);
    background: url(../images/back-1024.jpg) no-repeat center center/contain;
  }
  .girl {
    top: 50%;
    bottom: auto;
    width: 59.035294em;
    height: 84.5098039216em;
    transform: translate(-51.5%, -43%);
  }
  .main-wrapper {
    width: 95.875em;
    height: 130.25em;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-aspect-ratio: 568/280) and (min-aspect-ratio: 568/280) {
  .logo-wrapper {
    width: 41.291667em;
    height: 10.625em;
    transform: translate(-76%, -209%);
  }
  .logo {
    width: 27.091667em;
    height: 7.3958333333em;
  }
  .txt-1-wrapper {
    transform: translate(-44%, -57%);
  }
  .girl {
    top: 50%;
    bottom: auto;
    width: 43.625em;
    height: 73.604167em;
    transform: translate(9.5%, -48.5%);
  }
  .btn-wrapper {
    transform: translate(-64%, 46%);
  }
  .btn {
    font-size: 4.5em;
  }
  .back {
    width: 113.75em;
    height: 91.385417em;
    transform: translate(-52%, -41%);
  }
}
@media screen and (max-aspect-ratio: 320/520) {
  .logo-wrapper {
    width: 64.291667em;
    height: 19.625em;
    transform: translate(-51%, -414%);
  }
  .logo {
    width: 59.091667em;
    height: 16.395833em;
  }
  .btn-wrapper {
    width: 98.291667em;
    height: 26.625em;
    transform: translate(-50%, 200%);
  }
  .btn {
    font-size: 10.9em;
  }

  .animation-wrap {
    animation-name: scale_btn-2;
  }
  .main-wrapper {
    height: 170.25em;
  }
  .txt-1-wrapper {
    width: 96.291667em;
    height: 42.8125em;
    transform: translate(-50%, -152%);
    text-align: center;
  }
  .txt-1 span {
    font-size: 1em;
  }
  .txt-1 {
    font-size: 8.2em;
  }
  .txt-1 .br1, .txt-1 .br2 {
    display: block;
  }
  .back {
    width: 197.1875em;
    height: 279.0625em;
    top: auto;
    bottom: -95px;
    transform: translate(-50%, 0px);
    background: url(../images/back-1024.jpg) no-repeat center center/contain;
  }
  .girl {
    width: 76.625em;
    height: 100em;
    transform: translate(-52.5%, -33%);
  }
}
@media screen and (max-aspect-ratio: 520/1024) {
  .logo-wrapper {
    width: 74.291667em;
    height: 20.625em;
    transform: translate(-50%, -486%);
  }
  .btn-wrapper {
    width: 97.291667em;
    height: 26.625em;
    transform: translate(-50%, 245%);
  }
  .btn {
    font-size: 11.5em;
  }

  .animation-wrap {
    animation-name: scale_btn-2;
  }
  .logo {
    width: 70.091667em;
    height: 13.395833em;
  }
  .txt-1 .br1, .txt-1 .br2 {
    display: block;
  }
  .txt-1-wrapper {
    width: 96.291667em;
    height: 44.8125em;
    transform: translate(-50%, -178%);
    text-align: center;
  }
 
  .txt-1 {
    font-size: 8em;
  }
  .txt-1 span {
    font-size: 1em;
  }
  .back {
    width: 188.9743589744em;
    height: 267.4358974359em;
    transform: translate(-50%, -56.5%);
    bottom: -31px;
    top: auto;
    transform: translate(-50%,0px);
    background: url(../images/back-1024.jpg) no-repeat center center/contain;
  }
  .girl {
    width: 91.179487em;
    height: 126.4102564103em;
    transform: translate(-51.5%, -38.5%);
  }
  .main-wrapper {
    height: 209.25em;
  }
}/*# sourceMappingURL=style.css.map */