@import "https://fonts.googleapis.com/css?family=Ubuntu&display=swap";
body {
  font-family: "Ubuntu";
  box-sizing: border-box;
  margin: 0; }
  body .row {
    margin: 0; }

.sticky {
  background-color: #141414; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center; }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s; }
    .sidenav a:hover {
      color: #f00; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

.sidenavbutton {
  transition: all 1s ease;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  height: 60px;
  line-height: 60px;
  z-index: 3; }
  .sidenavbutton span:first-of-type {
    font-size: 25px;
    cursor: pointer;
    color: #fff; }
  .sidenavbutton span:last-of-type {
    font-size: 25px;
    cursor: pointer;
    color: 000; }
    .sidenavbutton span:last-of-type .nite {
      color: #f00; }

header {
  position: relative;
  background-image: url("../images/header.jpg"); }
  header .type-element {
    z-index: 2; }
    header .type-element .type-parent {
      font-size: 40px;
      color: #f00; }
      header .type-element .type-parent .type {
        font-size: 30px;
        color: #fff; }
  header .center {
    top: 85% !important;
    animation: animate 1s infinite; }
    header .center i {
      font-size: 30px;
      color: #fff; }

.who-us {
  padding-top: 50px;
  position: relative; }
  .who-us .header {
    position: relative;
    margin-left: 10px; }
    .who-us .header span {
      font-size: 30px; }
    .who-us .header h6 {
      font-size: 25px;
      margin-bottom: 20px; }
  .who-us p {
    margin-top: 70px;
    font-size: 20px; }
    .who-us p span {
      color: #f00;
      font-size: 30px; }
  .who-us img {
    width: 100%;
    border-radius: 8px; }

.denation-process {
  background-color: #f1f1f1;
  padding: 50px 0 60px 0; }
  .denation-process .header {
    position: relative;
    margin-left: 10px;
    margin-bottom: 70px; }
    .denation-process .header span {
      font-size: 30px; }
    .denation-process .header h6 {
      font-size: 25px;
      margin-bottom: 20px; }
  .denation-process .process {
    position: relative;
    text-align: center; }
    .denation-process .process span {
      position: absolute;
      display: inline-block;
      width: 70px;
      height: 70px;
      text-align: center;
      line-height: 70px;
      font-weight: bold;
      font-size: 40px;
      background-color: #f00;
      color: #fff;
      left: 0;
      bottom: 0;
      border: 1px solid #f00;
      border-radius: 5px;
      border-top-left-radius: 0;
      opacity: 0.8; }
    .denation-process .process img {
      width: 80%;
      height: 300px; }
    .denation-process .process h6 {
      font-size: 20px; }
    .denation-process .process:hover span {
      opacity: 1; }

.install-app {
  margin-top: 40px;
  padding-bottom: 50px; }
  .install-app .header {
    position: relative;
    margin-left: 10px;
    margin-bottom: 50px; }
    .install-app .header span {
      font-size: 30px; }
    .install-app .header h6 {
      font-size: 25px;
      margin-bottom: 20px; }
  .install-app p {
    font-size: 30px;
    letter-spacing: 3px; }
  .install-app button {
    background-color: #000;
    font-size: 20px;
    width: 200px;
    margin-top: 5px;
    border: 1px solid #000;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.5s ease; }
    .install-app button:hover {
      opacity: 0.9; }
    .install-app button a {
      color: #fff;
      text-decoration: none; }
    .install-app button i {
      margin-right: 5px; }

.counter-up-section {
  background-image: url("../images/number.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px; }
  .counter-up-section .counter-up {
    font-size: 50px;
    text-transform: capitalize; }
    .counter-up-section .counter-up h6 {
      font-size: 35px;
      letter-spacing: 6px; }
  .counter-up-section i {
    color: #f00; }

.subscribe {
  margin-top: 70px; }
  .subscribe .header {
    position: relative;
    margin-left: 10px;
    margin-bottom: 50px; }
    .subscribe .header span {
      font-size: 30px; }
    .subscribe .header h6 {
      font-size: 25px;
      margin-bottom: 20px; }
  .subscribe p {
    font-size: 30px;
    letter-spacing: 3px; }
  .subscribe input {
    width: 100%;
    margin-bottom: 5px;
    height: 45px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #DDD;
    padding: 10px; }

.footer {
  margin-top: 70px;
  background-color: #222; }
  .footer p {
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #DDD; }
  .footer .designed {
    color: #fff; }
    .footer .designed h6 {
      margin: 0; }

/* Start Floating Point */
.floting:hover {
  outline: 0;
  opacity: 1; }

/* End Floating Point */
@media (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
    .sidenav a {
      font-size: 18px; } }
@keyframes animate {
  0% {
    transform: translate(-50%, 0);
    opacity: 1; }
  80% {
    transform: translate(-50%, 50px); }
  100% {
    transform: translate(-50%, 20px);
    opacity: 0; } }
header {
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat; }

.sidenav .links, header .type-element, header .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

.who-us .header::before, .denation-process .header::before, .install-app .header::before, .subscribe .header::before {
  content: " ";
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: -37%;
  left: 0%;
  z-index: 2;
  border-radius: 50%;
  background-color: #f00; }

.who-us .header::after, .denation-process .header::after, .install-app .header::after, .subscribe .header::after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 205px;
  left: 1%;
  background-color: #f00; }

.floting {
  position: fixed;
  right: 20px;
  bottom: 5px;
  height: 60px;
  width: 60px;
  font-size: 30px;
  background-color: #f00;
  border: none;
  color: #fff;
  border: 1px solid #f00;
  cursor: pointer;
  z-index: 9999;
  outline: none;
  opacity: 0.7;
  display: none;
  transition: all 0.5s linear; }

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