/*== IE Block Code ==*/
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: #c8b597;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 18%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  scroll-behavior: smooth;
}
body {
  font-family: "ITCBlair";
  background-color: #00252d;
  color: #c8b597;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  margin-bottom: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin-bottom: 0;
}
button{
    background: none;
}
.device, .line-break {
  display: none;
}
.desktop {
  display: block;
}
.wrapper {
  text-align: center;
}
.heading {
  padding: 0;
}
.logo_wrapper img {
  /*max-width: 60%;*/
}
.content-wrapper {
/*  margin-top: -3.5em;*/
}
.heading h2 {
  /* text-transform: uppercase; */
  color: #c8b597;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 2em;
  /*    margin-top: -2em;*/
  margin-bottom: 0.5em;
}
.live-wallpapers {
  /*max-width: 90%;*/
  max-width: 100% !important;
}
.btn-wrapper {
  margin-top: 1em;
  padding-bottom: 2em;
}
.custom-btn {
  border: 2px solid #f7ebcb;
  color: #f7ebcb;
  display: inline-block;
  margin: 0 15px;
  padding: 7px 12px;
  min-width: 325px;
  text-align: center;
  cursor: pointer;
}
.custom-btn:hover {
  box-shadow: 0 0 0.9em rgba(229, 186, 118, 0.5);
}
.form_content {
  width: 40%;
  margin: 0 auto;
}
.form-wrapper h2 {
  text-transform: uppercase;
  color: #c8b597;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-size: 2rem;
}
.form-wrapper h3 {
  color: #c8b597;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.6rem;
}
.form-container {
  padding: 1em 0 10em;
}
.form-group {
  max-width: 500px;
  margin: 1em auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.form-group label {
  margin-left: 0.3em;
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #c8b597;
}
.form-control {
  width: 100%;
  height: inherit;
  display: block;
  margin: 0;
  color: #c8b597;
  font-size: 1.2em;
  /*background: #24120b;*/
  background: transparent;
  border: 0.1em solid #c8b597;
  padding: 0.4em 0.6em;
  /*border-radius: 0.3em;*/
  border-radius: 0;
  line-height: inherit;
}
.verify-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.verify-btn {
  padding: 0.3em 1em;
  text-align: center;
  min-width: 150px;
  /*  border-radius: 5em;*/
  font-size: 1.2em;
  cursor: pointer;
  /*  background: #24120b;*/
  border: 2px solid #f7ebcb !important;
  color: #f7ebcb !important;
  margin-top: 15px;
  margin-bottom: 2rem;
}
.verify-btn:hover {
  box-shadow: 0 0 0.9em rgba(229, 186, 118, 0.5);
}
.verify-btn {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder, .form-control::placeholder {
  color: #c8b597;
  opacity: 1;
}
input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
.form-control:focus {
  color: #c8b597;
  background-color: #00252d;
  border-color: #c8b597;
  outline: 0;
  box-shadow: none;
}
:focus {
  outline: none !important;
}
::-ms-clear {
  display: none;
}
#uemail::placeholder {
  color: #c8b597;
  opacity: 0.5;
  font-size: 0.9rem;
}
.register_content .seprator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 2em 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #c8b597;
  font-weight: normal;
  letter-spacing: 2px;
}
.register_content .seprator::before, .register_content .seprator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #c8b597;
}
.register_content .seprator::before {
  margin-right: 15px;
}
.register_content .seprator::after {
  margin-left: 15px;
}
.register_content h5 {
  margin: 20px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #c8b597;
  font-weight: normal;
  letter-spacing: 2px;
}
.register_content p {
  color: #c8b597;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.6rem;
  padding-bottom: 1em;
}
.register_content {
  padding-bottom: 6em;
}
.form_content .custom-btn {
  min-width: 200px;
}
.form_content .heading h2 {
  margin-bottom: 1em;
  font-size: 1.3em;
}
.error-message {
  padding-top: 15px;
  animation: fadeIn 1s infinite alternate;
}
@keyframes fadeIn { 
  from { opacity: 0; } 
}

.seprator-main {
  border-top: 3px dotted #c8b597;
  width: 100%;
  padding-bottom: 2em;
  margin: 1em auto 0;
}
.concept-art img {
  max-width: 100%;
}
.concept-art .custom-btn {
  min-width: inherit;
}
.concept-art .btn-wrapper {
  padding-bottom: 6em;
}
.down_arrow_wrapper {
  position: fixed;
  right: 15px;
  bottom: 50px;
  width: 40px;
}
.down_arrow {
  position: absolute;
  animation: bouncing 1s infinite ease-in-out;
}
@keyframes bouncing {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
.down_arrow_img {
  height: 25px;
  margin: 0.5em auto 0;
}
/*=== FOOTER ===*/
.footer {
  background: rgba(0, 0, 0, 1.0);
}
.footer, #containerCredits {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 15px;
}
.legals {
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links li {
  margin: 0 5px;
}
.footer-links li a {
  display: block;
  cursor: pointer;
  font-size: 10px;
  padding: 0 0 3px;
  color: #a2a3a7 !important;
  opacity: 1;
}
.footer-links li a:hover {
  opacity: 0.7;
}
.footer-links li a:focus {
  opacity: 1;
}
.copyright {
  font-size: 10px;
  color: #a2a3a7 !important;
  padding-bottom: 3px;
}
#containerCredits {
  display: none;
  background-color: #000000;
  padding: 20px 15px 5px;
}
#closeCredits, #modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#closeCredits span, #modalClose span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #a2a3a7;
  opacity: 1;
  left: 5px;
  top: 14px;
  transform-style: preserve-3d;
}
#closeCredits span:nth-child(1), #modalClose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeCredits span:nth-child(2), #modalClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*=== FOOTER ENDS ===*/
@media screen and (min-width: 1024px) {
  .btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
}
@media screen and (max-width: 1366px) {
  .custom-btn {
    min-width: 250px;
    font-size: 0.8em;
  }
  .verify-btn {
    font-size: 0.8em;
  }
}
@media screen and (device-width: 1280px) and (device-height: 1024px) and (orientation: landscape), screen and (device-width: 1400px) and (device-height: 1050px) and (orientation: landscape), screen and (device-width: 1280px) and (device-height: 960px) and (orientation: landscape), screen and (max-width: 1200px) {}
@media screen and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {}
@media screen and (max-width: 1200px) {
  /*  .heading h2 {
    margin-top: -0.5em;
  }*/
  .content-wrapper {
    /*margin-top: -1em;*/
  }
}
@media screen and (max-width: 1180px), screen and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .logo_wrapper img {
    max-width: 100%;
  }
  /*  .heading h2 {
    margin-top: -1.5em;
  }*/
  .main-content {
    padding-bottom: 6em;
  }
  .concept-art img {
    /*max-width: 60%;*/
  }
  .btn-wrapper {
    padding-bottom: 0;
  }
  .seprator-main {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1000px), screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .heading h2 {
    /*    margin-top: -1em;*/
    font-size: 1.4em;
  }
  .custom-btn {
    min-width: 270px;
    margin-bottom: 1em;
  }
  .footer-links li a, .copyright {
    font-size: 8px;
  }
  .form_content {
    width: 100%;
  }
  .form-group {
    margin-top: 0;
  }
  .register_content .seprator {
    font-size: 1em;
  }
  .form_content .custom-btn {
    min-width: 160px;
  }
  .form_content .heading h2 {
    font-size: 1em;
  }
  .device, .line-break {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .container {
    max-width: 100%;
  }
  .concept-art .btn-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .concept-art img {
 /*   max-width: 80%;*/
  }
}
@media screen and (min-width:2400px){
    .logo_wrapper img{
        width: 100%;
    }
    .down_arrow_wrapper{
        display: none !important;
    }
}

/**** download button ****/
.download-btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .btn-loader {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-left: 8px;
            vertical-align: middle;
            border: 2px solid rgba(255,255,255,0.4);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 0.7s linear infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }