* {
  box-sizing: border-box;
}

body {
  font-family: "cairo", sans-serif;
  background-image: linear-gradient(white, white);
  direction: rtl;
  text-align: right;
  color: rgb(51, 51, 51);
}
.h2, h2 {
  font-size: 26px;
  font-weight: 800;
  color: rgb(51, 51, 51);
}


#back {
  height: 37rem;
}
#back #H1 {
  margin: 1rem 0;
}
#back h1 {
  color: white;
  font-size: 54px;
  font-family: "Baloo Bhaijaan" !important;
  font-weight: 300;
  width: 95%;
  margin: auto;
}

.logo {
  width: 160px;
}

.back {
  position: absolute;
  height: 37rem;
  right: 0;
  z-index: -1;
  width: 100% !important;
}

.underline {
  border-top: 1px solid rgba(255, 255, 255, 0.445) !important;
}

#videoContainer {
  background-color: #e3e3e3;
  height: 27rem;
  margin-top: -90px;
}

.TiktokVideo {
  transform: translateY(-10rem);
  border: 1.2ex solid white;
  width: 840px;
  height: 473px;
}

#deal {
  transform: translateY(-8rem);
  margin-top: -30px;
}

.deal {
  font-size: 1.78571em;
  font-family: "Baloo Bhaijaan", sans-serif;
  color: white;
  text-decoration: none;
  padding: 10px 5.5rem;
  border-radius: 3px;
  background-color: #b73333;
  font-weight: bold !important;
  transition: all 0.3s ease-out;
}
.deal:hover {
  color: white;
  transform: scale(0.9);
  background-color: #b11a1a;
  text-decoration: none;
}

#clock div, #clock1 div {
  background: #CE271B;
  height: 80px;
  font-family: "cairo";
  font-size: 48px;
  border-radius: 5px;
  color: #FFF;
  padding: 0 10px;
  width: 70px;
  margin-right: 10px;
  font-weight: 900;
}

#clock-sub {
  color: #fff;
}

.content ul {
  list-style-image: url(../img/check.png);
}
.content li {
  margin: 3.0rem -10px;
  padding-right: 10px;
}
.content li h4 {
  font-size: 21px;
  color: rgb(51, 51, 51) !important;
  font-weight: 700;
}
.content li p {
  color: #666666;
  font-size: 16px;
}

#offer {
  font-family: "Baloo Bhaijaan", sans-serif;
}
#offer h2 {
  color: #000;
  font-weight: 900;
}
#offer h3 {
  color: #606060;
  font-weight: 800;
}
#offer #deal {
  margin-top: 2rem;
  transform: translateY(0) !important;
}
#offer .deal {
  background-color: #00a914;

  border: 0;
  font-size: 34px;
}

footer {
  display: flex;
  justify-content: center;
  background: #292929;
  padding: 1.5rem;
  color: white;
  margin-top: 2rem;
}

@media screen and (max-width: 480px) {
  #back {
    height: auto;
  }
  img {
      vertical-align: text-top;
      border-style: none;
      width: 35%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-style: none;
      margin-bottom: -25px;
  }
  #back #H1 {
    margin: 0;
    margin-bottom: 100px;
  }
  #back h1 {
    font-size: 27px;
    color: rgb(255, 255, 255) !important;
  }

  .underline {
    width: 113%;
    transform: translateX(22px);
    border-top: 0.4px solid rgba(255, 255, 255, 0.349) !important;
  }

  #videoContainer {
    height: 20rem;
  }

  .TiktokVideo {
    transform: translateY(0rem);
    width: 345px;
    height: 200px;
  }

  #deal {
    transform: translateY(2rem);
    margin-top: -30px;
  }

  .deal {
    padding: 13px 10px;
    font-size: 20px;
  }

  #offer .deal {
    padding: 13px 10px;
    font-size: 20px;
  }

  #clock-sub {
    width: 87% !important;
  }
}
.w-25 {
  width: 17%!important;
}
ul.b {
  list-style: ethiopic-halehame-ti-et;
  margin-top: -30px;
  margin-right: -50px;
  width: 100%;
}

.b li {
  display: grid;
  margin-left: -20px;
  margin-bottom: -40px;
}

/*# sourceMappingURL=style.css.map */
