@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
/* line 3, app/assets/stylesheets/ar_stylesheet_a.scss */
html, body {
  font-family: 'Almarai', sans-serif !important;
  background: #E3DDD0 !important;
  direction: rtl;
}

/* line 9, app/assets/stylesheets/ar_stylesheet_a.scss */
.input-group {
  direction: rtl;
}

/* line 13, app/assets/stylesheets/ar_stylesheet_a.scss */
.truck_image {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 2.8s ease-in-out infinite;
          animation: float 2.8s ease-in-out infinite;
}

/* line 19, app/assets/stylesheets/ar_stylesheet_a.scss */
.floating {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 2.8s ease-in-out infinite;
          animation: float 2.8s ease-in-out infinite;
}

/* line 24, app/assets/stylesheets/ar_stylesheet_a.scss */
.feature-image {
  height: 100px;
}

/* line 28, app/assets/stylesheets/ar_stylesheet_a.scss */
.btn-primary {
  background: #FBB106;
  border-color: #FBB106;
  color: #191919;
}

/* line 34, app/assets/stylesheets/ar_stylesheet_a.scss */
.border-radius-6 {
  border-radius: 6px !important;
}

/* line 38, app/assets/stylesheets/ar_stylesheet_a.scss */
.radius-r-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 43, app/assets/stylesheets/ar_stylesheet_a.scss */
.radius-l-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* line 48, app/assets/stylesheets/ar_stylesheet_a.scss */
.lead {
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/ar_stylesheet_a.scss */
.yellow-bg {
  background: #FBB106 !important;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
