*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  min-height: 100vh;
  background-color: #e3e9f133;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.abha_container {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 130px 15px;
}

@media (max-width: 576.98px) {
  .abha_container {
    max-width: 100%;
    padding: 50px 15px;
  }
}

.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}

.abha_logo {
  display: block;
  height: 64px;
  margin: 0 auto 48px;
  max-width: 100%;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  color: #041c3a;
  margin-bottom: 16px;
  text-align: center;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #54657b;
  margin-bottom: 40px;
  text-align: center;
}

.btn {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  text-align: center;
  min-height: 200px;
  cursor: pointer;
  background: linear-gradient(44.9deg, #277eff 14%, #25aaff 84.63%);
  border: 0;
  margin: 0 auto;
}

.count {
  width: 200px;
  height: 200px;
  min-height: 200px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffa93f;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
  display: none;
}

.lunch {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto 4px;
  transform: rotateY(-180deg);
  max-width: 100%;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  color: #17b26a;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 0;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #54657b;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.first {
  max-width: 100%;
}

.second {
  max-width: 100%;
  display: none;
}

.dev_by {
  text-align: center;
  width: 200px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.dev_by p {
  margin-bottom: 4px;
  text-align: right;
  font-weight: normal;
  color: #5f6670;
}

@media screen and (max-width: 750px) {
  .dev_by {
    text-align: center;
    width: 200px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: static;
    left: auto;
    bottom: auto;
  }
}
