:root {
  --red: #d64123;
  --black: #212529;
}

/* font faces */
@font-face {
  font-family: Tablet-l;
  src: url("fonts/TabletGothicCondensed-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Tablet;
  src: url("fonts/TabletGothicCondensed-Heavy.ttf");
  font-display: swap;
}

@font-face {
  font-family: biker;
  src: url("fonts/BikerDiamond.otf");
  font-display: swap;
}

@font-face {
  font-family: texasAR;
  src: url("fonts/Bahij_TheSansArabic-Bold.ttf");
  font-display: swap;
}

::-webkit-scrollbar {
  width: 0.7em;
  height: 0.4em;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #120f0f;
  outline: 1px solid #120f0f;
}

html {
  font-family: Tablet;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: Tablet-l;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  text-align: left;
  background-color: #fff;
}

p {
  font-family: Tablet-l;
  font-size: 16px;
  color: #6e7673;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-family: Tablet;
  font-size: 2rem;
}

h3,
.h3 {
  font-family: Tablet;
  font-size: 1.75rem;
}

h4,
.h4 {
  font-family: Tablet;
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.app-div {
  background-size: cover;
  width: 100%;
  background-position: center;
  position: relative;
}

.app-div img {
  width: 100%;
}

.app-page {
  position: relative;
}

.app-page .buttons {
  position: absolute;
  bottom: 100px;
  right: 13%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.app-page .buttons a {
  padding: 5px;
  line-height: 11px;
  width: 50%;
}

.app-feature {
  margin: 50px 0;
}

.app-feature h2 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding: 0 5px;
  color: #212529;
}

.features {
  margin-bottom: 20px;
  height: 180px;
  background: var(--red);
  display: flex;
  position: relative;
  color: white;
  border-radius: 25px;
  overflow: hidden;
}

.features .feature-head {
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.features .feature-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features .feature-body {
  padding: 15px;
  width: 67%;
  z-index: 1;
}

.features .feature-body h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Tablet";
}

.features .feature-body p {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  word-wrap: break-word;
}

.features-section {
  width: 100%;
  margin: 0;
  max-width: none !important;
  position: relative;
}

.features-section .buttons {
  position: absolute;
  bottom: 35px;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.features-section .buttons a {
  padding: 5px;
  width: 45%;
}

.user-guide .container {
  text-align: center;
  padding: 3rem;
}

.user-guide h3 {
  font-size: 50px;
  margin: 0;
}

.user-guide-btn {
  padding: 10px;
  margin: 25px auto;
}

.user-guide-btn a {
  font-size: 20px;
  margin: auto;
  background: #9e3223;
  border: none;
  font-family: Tablet;
  transition: 0.3s all ease-in-out;
  color: #fff;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 15px 20px;
  width: fit-content;
}

.user-guide .container p {
  color: #6e7673;
}

@media screen and (max-width: 900px) {
  .app-page .buttons {
    right: 6%;
    bottom: 50px;
  }

  .app-page .buttons a {
    width: 40%;
  }

  .features-section .buttons {
    width: 40%;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .app-page .buttons {
    right: 6%;
    bottom: 20px;
  }

  .features-section .buttons {
    bottom: 7px;
  }

  .features {
    height: 130px;
    margin-bottom: 10px;
  }

  .app-page .buttons a {
    width: 25%;
  }

  .user-guide h3 {
    font-size: 30px;
  }

  .app-feature h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .features .feature-body h3 {
    font-size: 18px;
  }

  .user-guide-btn a {
    padding: 10px 15px !important;
    font-size: 17px;
  }
  .user-guide .container {
    padding: 1rem 3rem;
  }
  .features {
    border-radius: 10px;
  }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
  .app-page .buttons {
    bottom: 20px;
  }

  .features-section .buttons {
    bottom: 5px;
  }

  .app-page .buttons a {
    width: 30%;
  }

  .app-feature h2 {
    font-size: 35px;
  }

  .user-guide h3 {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .features-section .buttons {
    bottom: 15px;
  }

  .features .feature-body h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .app-page .buttons {
    right: 10%;
    bottom: 50px;
  }

  .features-section .buttons {
    bottom: 20px;
  }

  .app-page .buttons a {
    width: 45%;
  }
}
