h1, h2, h3, h4, h5, h6, a {
  font-family: "Cairo", sans-serif;
}

body {
  text-align: right;
  font-family: "Cairo", sans-serif;
}

a.action {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: orangered;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .logo img {
  width: 65px;
}
nav .btn-nav a {
  display: inline-block;
  padding: 8px 35px;
  border-radius: 2px;
  background-color: orangered;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

header {
  padding: 140px 0;
  min-height: 100vh;
  background-image: url("../../images/section_bg04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #121212da;
}
header .container {
  position: relative;
  z-index: 2;
  text-align: right;
}
header .container h1 {
  font-size: 55px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .container h1 {
    font-size: 40px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container h1 {
    font-size: 34px;
  }
}
@media (min-width: 500px) and (max-width: 566px) {
  header .container h1 {
    font-size: 32px;
  }
}
@media (min-width: 366px) and (max-width: 499px) {
  header .container h1 {
    font-size: 30px;
  }
}
@media (max-width: 365px) {
  header .container h1 {
    font-size: 28px;
  }
}
header .container p {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  line-height: 1.6;
}
@media (max-width: 767px) {
  header .container p br {
    display: none;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container p {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container p {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  header .container p {
    font-size: 14px;
  }
}
header .container h3 {
  font-size: 30px;
  font-weight: 700;
  color: orangered;
}
header .container span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #fff;
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container span {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container span {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  header .container span {
    font-size: 12px;
  }
}

section.image {
  padding: 50px 0;
}
section.image .row {
  justify-content: center;
}
@media (max-width: 991px) {
  section.image .row > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
section.image .img {
  display: block;
  width: 100%;
  height: 100%;
}
section.image .img img {
  width: 100%;
  height: 100%;
}
section.image a.action {
  margin-top: 30px;
}

footer {
  padding: 10px 0;
  text-align: center;
  background-color: #000000;
}
footer p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.582);
  margin: 0;
}

/*# sourceMappingURL=index.css.map */
