.center {
  margin-left: auto;
  margin-right: auto;
}


html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #121212;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

video {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.navbar {
  background-image: linear-gradient(#000, #343434, #000);
  width: 100%;
}

.navbar-nav>li {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link {
  color: white !important;
}

.nav-link.active {
  border-radius: 4px;
  font-weight: bold;
  background: -webkit-linear-gradient(270deg, #ff1e1e, #e2c926) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1rem;
  margin-left: 0;
  display: none;
  z-index: 1000;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.headerTitle {
  font-size: 4.0vw;
  font-weight: 500 !important;
  font-family: Georgia, serif !important;
  background: -webkit-linear-gradient(45deg, #ff1e1e, #e2c926) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.headerLogo {
  width: 130px;
  height: 130px;
  margin: 0px 12px;
}

.downloadStoreIcons {
  height: 35px;
  margin: 0px 30px 0px 0px;
}

.downloadStoreIconsMax {
  height: 70px;
  margin: 0px 30px 0px 0px;
}

.navbar-toggler-lines {
  color: #fff;
  font-size: 24px;
}

/* Header Nav End */

figure {
  padding: 4px;
  margin: auto;
}

figcaption {
  color: rgb(89, 89, 89);
  font-style: italic;
  padding: 2px;
  font-size: x-small;
  text-align: center;
}


a {
  color: rgb(200, 200, 200);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}

.card-img{
  height: 90px;
  width: 90px;
}

.author-box {
  background-color: #202327;
  color: #ffffff;
  padding: 10px;
}

.author-box .card-title,
.author-box .card-text {
  color: #ffffff;
}

.author-box .btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}

.author-box .btn-outline-light:hover {
  background-color: #ffffff;
  color: #343a40;
}

/* Footer */

.footer-copyright {
  color: #fff;
  background-color: #121212;
}

.footer-copyright a {
  color: #fff;
}

.footer-address {
  color: #fff;
  background-color: #121212;
}

.footer-address a {
  color: #fff;
}

.useful-links a {
  color: #4a4a4a;
}

.useful-links {
  font-size: 10px;
}


.footer-social {
  color: #fff;
  background-image: linear-gradient(#000, #181818, #000);
  padding: 0px 40px;
}

.footer-social a {
  color: #fff;
}

.socialIcon {
  padding: 8px;
}


/* loading */
/* Full-screen loader style */
/* #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
} */

/* Blinking animation */
/* @keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
} */

/* #loading img {
  width: 20%;
  animation: blink 1.5s infinite;
} */
/* loading */

@media only screen and (max-width: 768px),
(min-device-width: 327px) and (max-device-width: 768px) {
  .headerTitle {
    font-size: 6.5vw;
  }

  .headerLogo {
    width: 90px;
    height: 90px;
  }


  .downloadStoreIcons {
    height: 35px;
    margin: 0px 24px 0px 0px;
  }

}


@media only screen and (max-width: 540px),
(min-device-width: 327px) and (max-device-width: 540px) {
  .headerTitle {
    font-size: 5.5vw;
  }

  .headerLogo {
    width: 80px;
    height: 80px;
  }

  .downloadStoreIcons {
    height: 35px;
    margin: 0px 20px 0px 0px;
  }
}


@media only screen and (max-width: 327px),
(min-device-width: 200px) and (max-device-width: 327px) {
  .headerTitle {
    font-size: 5.5vw;
  }

  .headerLogo {
    width: 70px;
    height: 70px;
  }

  .downloadStoreIcons {
    height: 35px;
    margin: 0px 10px 0px 0px;
  }
}