/* ==========================================================================
   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 url('../img/bg1.jpg') center top no-repeat;
  background-size: 100% auto;
  overflow-x: hidden;
  color: #fff !important;
  line-height: 1.2 !important;
}
.container {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.logo {
  text-align: center;
  margin-top: 12px;
  position: relative;
  z-index: 10;
}
.logo img {
  width: 87px;
  height: auto;
}
.phone {
  text-align: center;
  margin-top: -5px;
}
.phone img {
  width: 185px;
}
.title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  margin-top: -135px;
}
.title b {
  font-weight: bold;
  color: #ff4370;
}
.download {
  display: flex;
  width: 226px;
  height: 56px;
  background: #ff4370;
  color: #fff !important;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 2px solid #ffb5c7;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  margin-bottom: 50px;
}
.download:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.download img {
  width: 36px;
  height: auto;
}
.desc {
  text-align: center;
  font-size: 20px;
}
.screens {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 45px;
  position: relative;
  z-index: 10;
}
.screens img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-desc {
  height: 419px;
  background: url('../img/bg2.jpg') center top no-repeat;
  background-size: 100% auto;
  padding-top: 160px;
  text-align: center;
  margin-top: -91px;
}
.logo-desc .ld1 {
  width: 87px;
  height: auto;
}
.logo-desc .sp1 {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-top: 10px;
}
.download2 {
  margin-top: 55px;
}
.desc2 {
  background: url('../img/bg3.jpg') center top no-repeat;
  background-size: 100% auto;
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.desc2 b {
  color: #ff4370;
  font-weight: bold;
}
* {
  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;
}
