/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.show-tablet {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-tablet {
    display: block;
  }
}
.hide-tablet {
  display: block;
}
@media only screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}
.show-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-mob {
    display: block;
  }
}
.hide-mob {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-size: 16px !important;
  font-family: 'Inter', sans-serif !important;
  background: #000;
  overflow-x: hidden;
  color: #fff !important;
  line-height: 1.4 !important;
}
.container-fluid {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.head-inner {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .head-inner {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
  }
}
.head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.menu a {
  color: #fff !important;
  text-decoration: underline;
}
.menu a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .menu {
    flex-direction: column;
    gap: 5px;
  }
  .menu a {
    font-size: 12px;
  }
}
.head-btn {
  padding: 0 25px;
  height: 40px;
  background: #6366f1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
}
.head-btn:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.intro {
  background: url('../img/intro.png') center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .intro .container-fluid {
    padding: 0;
  }
}
.intro-inner {
  min-height: 478px;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .intro-inner {
    max-width: 100%;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 15px;
  }
}
.intro-title {
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .intro-title {
    font-size: 32px;
    text-align: center;
  }
}
.intro-text {
  color: #a3a3a3;
}
.intro-text p {
  margin: 15px 0 0 0;
}
.intro-buttons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .intro-buttons {
    flex-direction: column;
  }
}
.intro-button-dl {
  padding: 0 25px;
  height: 40px;
  background: #6366f1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
}
.intro-button-dl:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.intro-button-info {
  height: 40px;
  background: #6366f1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
  font-weight: normal;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: auto;
  padding: 0 25px;
}
.intro-button-info:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.intro-info {
  margin-top: 15px;
  color: #a3a3a3;
  font-size: 14px;
}
.desc {
  background: url('../img/desc.png') center center no-repeat;
  background-size: cover;
}
.desc-inner {
  padding: 60px 0;
}
.desc-wrap {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .desc-wrap {
    flex-direction: column;
  }
}
.desc-left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .desc-left {
    width: auto;
  }
}
.desc-title {
  font-size: 28px;
  font-weight: bold;
}
.desc-items {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.desc-item {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 68px;
  padding: 15px;
  width: 100%;
}
.desc-item-title {
  font-size: 14px;
  color: #a3a3a3;
}
.desc-item-subtitle {
  font-weight: bold;
}
.desc-right {
  height: 100%;
}
.enl {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 68px;
  padding: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  padding: 30px;
  min-height: 390px;
}
@media only screen and (max-width: 767px) {
  .enl {
    min-height: 0;
  }
}
.enl-title {
  font-size: 18px;
  font-weight: bold;
}
.enl-subtitle {
  margin-top: 15px;
  color: #a3a3a3;
}
.enl-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .enl-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.enl-item {
  height: 40px;
  background: #6366f1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
  font-weight: normal;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: auto;
  padding: 0 25px;
  cursor: pointer;
}
.enl-item:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.enl-item.on {
  padding: 0 25px;
  height: 40px;
  background: #6366f1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
  border: none;
}
.enl-item.on:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.enl-info {
  margin-top: 15px;
  color: #a3a3a3;
  font-size: 12px;
}
.como-inner {
  padding: 60px 0;
}
.como-title {
  font-size: 28px;
}
.como-subtitle {
  color: #a3a3a3;
  margin-top: 5px;
}
.como-items {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .como-items {
    flex-direction: column;
  }
}
.como-item {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 68px;
  padding: 15px;
  width: 100%;
  min-height: 233px;
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 767px) {
  .como-item {
    min-height: 0;
  }
}
.como-item-number {
  font-size: 12px;
  color: #a3a3a3;
}
.como-item-title {
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}
.como-item-text {
  color: #a3a3a3;
}
.como-info {
  margin-top: 30px;
  padding: 0 25px;
  height: 40px;
  background: #6366f1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap;
  background: rgba(245, 158, 11, 0.16);
  width: 100%;
  font-weight: normal;
  color: #fde68a !important;
  justify-content: flex-start;
  border: 1px solid rgba(245, 158, 11, 0.26);
  white-space: normal;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.como-info:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.specs {
  background: url('../img/specs.png') center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.specs-title {
  font-size: 28px;
}
.specs-subtitle {
  color: #a3a3a3;
  margin-top: 5px;
}
.specs-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .specs-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.specs-item {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 12px;
  padding: 15px;
  min-height: 192px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .specs-item {
    min-height: 0;
    padding: 15px;
  }
}
.specs-item-title {
  font-size: 18px;
  font-weight: bold;
}
.specs-item-text {
  color: #a3a3a3;
  margin-top: 15px;
}
.alt-faq-wrap {
  background: url('../img/alt-faq.png') center center no-repeat;
  background-size: cover;
}
.alt {
  padding: 60px 0;
}
.alt-title {
  font-size: 28px;
}
.alt-subtitle {
  color: #a3a3a3;
  margin-top: 5px;
}
.alt-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .alt-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.alt-item {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 12px;
  padding: 15px;
  min-height: 192px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 767px) {
  .alt-item {
    min-height: 0;
    padding: 15px;
  }
}
.alt-item-title {
  font-size: 18px;
  font-weight: bold;
}
.alt-item-text {
  color: #a3a3a3;
  margin-top: 15px;
}
.faq {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding-top: 0;
  }
}
.faq-title {
  font-size: 28px;
}
.faq-subtitle {
  color: #a3a3a3;
  margin-top: 5px;
}
.faq-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .faq-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.faq-item {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 12px;
  padding: 15px;
  min-height: 192px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
  background: rgba(255, 255, 255, 0.05);
  min-height: 0;
  padding-top: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq-item {
    min-height: 0;
    padding: 15px;
  }
}
.faq-item:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.faq-item-q {
  font-weight: bold;
}
.faq-info {
  margin-top: 15px;
  color: #a3a3a3;
  font-size: 12px;
}
.footer {
  padding: 60px 0;
}
.footer-inner {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.discl {
  color: #a3a3a3;
  max-width: 440px;
}
.footer-menu-title {
  font-weight: bold;
}
.footer-menu-links {
  margin-top: 15px;
}
.footer-menu-links a {
  color: #fff !important;
  display: block;
  margin-top: 15px;
  text-decoration: none !important;
}
.footer-menu-links a:hover {
  opacity: 0.75;
}
.footer-email {
  color: #a3a3a3;
  margin-top: 15px;
}
.footer-copy {
  font-size: 14px;
  color: #a3a3a3;
  margin-top: 15px;
}
.footer-copy span {
  text-decoration: underline;
}
* {
  outline: none !important;
}
.dark:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
