body {
  font-family: 'Tajawal', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jumbotron {
  padding: 5rem 0rem;
}

.cover-banner {
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: cover;
  background-position: center;
}

.btc-banner {
  background-image: url(../images/btc-banner.png);
}

.pc-fram {
  padding: 1.3rem;
}

.bg-darker {
  background: #3c4449;
}

.bg-white-transparent {
  background-color: rgba(248, 249, 250, 0.66);
}

::placeholder {
  font-size: 14px !important;
  color: #838383 !important;
}

[type='text'],
[type='email'],
[type='number'],
select {
  direction: rtl;
}

.with_frm_style input[type='text'],
.with_frm_style input[type='password'],
.with_frm_style input[type='email'],
.with_frm_style input[type='number'],
.with_frm_style input[type='url'],
.with_frm_style input[type='tel'],
.with_frm_style input[type='file'],
.with_frm_style input[type='search'],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement {
  height: auto;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  background-color: #dc3545;
  border-color: #dc3545;
  margin: 0;
  margin-bottom: 1.5rem;
  width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  font-size: 14px;
  color: #dc3545;
  text-align: right;
}

.with_frm_style .frm_message p {
  text-align: right;
}

.border-bottom-danger-xl {
  border-bottom: 8px solid #dc3545;
}

.border-top-danger-xl {
  border-top: 8px solid #dc3545;
}

.bg-btc-s2 {
  background-image: url(../images/btc-s2.png);
}

.text-danger {
  color: #dc3545 !important;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fw-medium {
  font-weight: 500;
}

.client-image {
  display: grid;
  grid-template-columns: 30% 1fr 30%;
}

.client-image .gray-img {
  filter: grayscale(100%);
}

.bg-btc-bottom {
  background-image: url(../images/bg-btc-bottom.png);
}

/* Page Two */
.page-two header {
  background: linear-gradient(
    to right,
    #036298 0%,
    #036298 calc(50% - -215px),
    #1193dc calc(50% - -215px),
    #1193dc 100%
  );
}

.flipClock .bg-black {
  background-color: #000;
  font-size: 52px;
  font-weight: 600;
  height: 67px;
}

.page-two .banner-1 {
  background-color: #44566b;
}

.page-two .banner-1 h1 {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px;
}

.page-two iframe,
.page-two video {
  border-radius: 0.625rem;
}

.page-two .logs img:first-child,
.page-two .logs img:nth-child(2) {
  max-width: 143px;
}

.page-two .logs img:nth-child(3) {
  max-width: 140px;
  position: relative;
  top: 70px;
  margin: 0 40px 0 25px;
}

.page-two .logs img:nth-child(4) {
  max-width: 284px;
}

.page-two .banner-1 h1 span {
  color: #09cc05;
}

.page-two .banner-2 {
  padding-top: 108px;
}

.page-two .form-container {
  border: 3px solid #09cc05;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
}

.page-two .form-container .header-form {
  color: #000000;
  padding: 10px 32px 2px;
}

.page-two .form-container .btn {
  background: #09cc05;
  border-color: #09cc05;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.page-two form {
  padding: 12px 16px 16px;
}

.user-card .card-body {
  padding-top: 35px;
  padding-right: 31px;
}

.user-card .card-img-top {
  width: 107px;
  height: 107px;
}

.user-card .card-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.user-card .card-footer {
  min-width: 156px;
  border-right: 2px solid #ededed;
  background: #f7f7f7;
  /* border-radius: 10px 0 0 10px; */
}

.user-card .total {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 14px 20px 0;
}

.user-card .total:last-child {
  border-bottom: 0px;
}

.user-card .text {
  font-size: 15px;
}

.user-card .earn {
  color: #036298;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.page-two footer {
  background: #034f7e;
  height: 130px;
  width: 100%;
  margin-bottom: 70px;
}

.page-two footer img:first-child {
  width: 512px;
}

.page-two footer img:last-child {
  width: 101px;
  position: relative;
  top: 15px;
  margin-right: 38px;
}

.loading-form {
  display: none;
  width: 100px;
  height: 100px;
}

/* Utilitles calss */
.flex-gap-78 {
  gap: 5rem;
}

.flex-gap-32 {
  gap: 2rem;
}

.flex-gap-16 {
  gap: 1rem;
}

.flex-gap-8 {
  gap: 0.5rem;
}

.flex-gap-6 {
  gap: 0.375rem;
}

.banner-blue {
  background-color: #036298;
}

.fs-15 {
  font-size: 0.938rem;
}

.py-60 {
  padding: 60px 0;
}

.pb-22 {
  padding-bottom: 22px;
}

.direction-ltr {
  direction: ltr;
}

.post-password-form {
  padding-top: 2rem;
}

@media (max-width: 992px) {
  .pc-fram {
    padding: 0.938rem;
  }

  .frame-container {
    height: 400px;
  }

  .page-two .logs {
    margin-top: -60px;
  }

  .page-two .form-col {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .page-two .form-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-two .banner-2 .container {
    margin-top: 32rem;
  }
}

@media (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
  }

  .page-two .banner-1 h1 {
    font-size: 34px;
  }

  .frame-container {
    height: 315px;
  }

  .page-two .logs img:first-child,
  .page-two .logs img:nth-child(2) {
    max-width: 67px;
  }

  .page-two .logs img:nth-child(4) {
    max-width: 118px;
  }

  .page-two .logs img:nth-child(3) {
    max-width: 60px;
    top: 20px;
  }

  .page-two .logs {
    margin-top: -16px;
  }

  .page-two .form-col {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .page-two .form-container {
    width: 90%;
  }

  .page-two footer img:first-child {
    width: 245px;
  }

  .page-two footer img:last-child {
    width: 93px;
    position: relative;
    top: 25px;
    margin-right: 24px;
  }

  .page-two .banner-2 {
    padding-top: 0;
  }

  .page-two .banner-2 .container {
    margin-top: 0;
  }

  .page-two .banner-2 p {
    font-size: 17px;
  }

  section.remaing {
    background: #1193dc;
    margin-top: 36.5rem;
  }

  .user-card .card-title {
    font-size: 20px;
  }

  .user-card .card-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 2px solid #ededed !important;
  }

  .user-card .total {
    padding: 20px 18px 20px 0;
    border: 0;
  }
  .user-card .total:nth-child(2),
  .user-card .total:nth-child(4) {
    border-right: 1px solid #d1d1d1;
  }

  .page-two .site-logo {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
