@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

.bg-light {
  background: url("../assets/images/body_bg.png") repeat center;
  color: #fff;
  font-family: "Inter", sans-serif;
}
/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(41, 36, 36, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: #2a2b2b;
}
.logoimg {
  width: auto;
}
.mainnav {
  background: transparent !important;
  position: fixed !important;
  width: 100%;
  z-index: 100;
}
.mainnav.bgcolor {
  background: #000008 !important;
}
.mainnav .butn {
  padding: 8px 15px;
}
.mainnav .butn img {
  height: 25px;
}
.mainnav .navbar-collapse {
  justify-content: flex-end;
}
.mainnav button i {
  color: #fff;
}
.mainnav .navbar-toggler {
  background-color: rgb(66 162 212 / 10%);
  border: 1px solid transparent;
}
.mainnav.navbar-light .navbar-toggler-icon {
  filter: invert(1);
}
.mainnav .primary_btn {
  padding: 8px 15px;
}
.mainnav .primary_btn img {
  height: 25px;
}
.mainnav .primary_btn:hover {
  background: #10d0ff !important;
  color: #000008 !important;
}
.butn {
  color: #00b2f5;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #00b2f5;
  border-radius: 10px;
  background: transparent;
  transition: all 0.5s ease-in-out;
}
.butn:hover {
  background: #050513;
}
.para {
  font-size: 18px;
}

.primary_btn {
  background: #10d0ff;
  color: #03030d;
  font-size: 20px;
  font-weight: 700;
  padding: 13px 35px;
  border-radius: 10px;
  border: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.primary_btn:hover {
  background: #03030d !important;
  color: #10d0ff !important;
  border: 1px solid #10d0ff;
}

.h2tag {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 25px;
}
.h2tag span {
  color: #10d0ff;
}
.h3tag {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}
.h3tag span {
  color: #10d0ff;
}
.h5tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main_sec {
  padding-top: 150px;
  text-align: center;
  background: url("../assets/images/banbg.png") no-repeat center;
  background-position-y: -110px;
  background-size: 100%;
}

.main_sec h1 {
  font-size: 60px;
  color: #10d0ff;
  font-weight: 700;
}

.main_sec .para {
  max-width: 50%;
  margin: 0 auto 50px;
}

.pay_sec {
  position: relative;
  padding: 50px 0;
}
.pay_sec::before {
  content: "";
  position: absolute;
  background: url("../assets/images/paybg.png") no-repeat center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -170px;
  background-size: 100%;
}

.product_sec {
  padding: 50px 0;
}
.product_sec .product_secbg {
  background: #03030f;
  border: 1px solid #090922;
  padding: 50px;
  max-width: 85%;
  margin: 0 auto;
  border-radius: 20px;
}
.product_sec .box {
  text-align: center;
  width: 100%;
  border: 1px solid #4443c4;
  padding: 20px;
  border-radius: 10px;
  transition: 0.5s;
}
.product_sec .box:hover {
  background: #4443c4;
}
.product_sec .box img {
  margin-bottom: 15px;
}
.product_sec .box h5 {
  margin-bottom: 10px;
  color: #10d0ff;
}
.product_sec .box p {
  font-size: 15px;
  margin-bottom: 0;
}

.transfer::before {
  background: url("../assets/images/transfer_bg.png") no-repeat center;
  background-size: 100%;
}

.download {
  padding: 50px 0;
}
.download .downloadbg {
  background: url(../assets/images/downloadbg1.png) no-repeat right center
    #03030f;
  padding: 40px;
  border: 1px solid #090922;
  border-radius: 20px;
}
.download .flx {
  display: flex;
  align-items: center;
}
.download .flx button {
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.download .flx button:hover {
  background: rgb(16, 208, 255) !important;
  color: rgb(3, 3, 13) !important;
}
.download .flx .dark,
.download .flx .dark:hover {
  background: transparent !important;
  color: #00b2f5 !important;
  border: 1px solid #00b2f5;
}

.ferzan_apk {
  padding: 50px 0;
}
.ferzan_apk h3 span {
  display: block;
}
.ferzan_apk .flx {
  display: flex;
  flex-wrap: wrap;
}
.ferzan_apk .flx .box {
  width: 50%;
  margin-top: 40px;
}
.ferzan_apk .box h2 {
  font-size: 48px;
  margin-bottom: 5px;
}
.ferzan_apk .box p {
  font-size: 18px;
  color: #10d0ff;
}

.footer {
  background: #000008;
  padding-top: 30px;
}
.footer .flx {
  display: flex;
  align-items: flex-start;
}
.footer .flx img {
  margin-right: 15px;
  /* // height: 80px;  */
}
.footer .flx h6 {
  font-size: 26px;
  font-weight: 700;
}
.footer .flx p {
  font-size: 14px;
}
.footer .right {
  max-width: 100% !important;
  margin-left: auto;
}
.footer label {
  font-size: 20px;
  width: 100%;
  margin: 10px 0;
}
.footer .btnflx {
  display: flex;
  align-items: center;
}
.footer input {
  box-shadow: none !important;
  padding: 10px;
  border: 0;
  border-radius: 6px;
}
.footer input::placeholder {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.footer .input-group-text {
  background: #10d0ff;
  color: #000008;
  font-weight: 600;
  border: 0;
  border-radius: 6px;
  padding: 10px 25px;
}
.footer .footerblw {
  border-top: 2px solid #090922;
  padding: 15px 0;
  margin-top: 30px;
}
.footer .footerblw p .brand {
  color: #10d0ff;
}
.footer .footerblw ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footerblw a {
  background: #44505c;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000008;
  margin-left: 15px;
  text-decoration: none !important;
}
.footer .footerblw a:hover {
  background: #10d0ff;
}

.privacy_page {
  padding: 150px 15px;
}
.privacy_page h2 {
  margin-top: 30px;
  font-size: 22px;
}
.footer_link {
  color: #10d0ff !important;
  margin-bottom: 14px;
  display: block;
  margin-top: 15px;
}

.links {
  color: #10d0ff !important;
}

.f_tech {
  width: 182px;
}
.primary_modal {
  color: #fff;
}
.primary_modal .modal-content {
  background: url("../assets/images/body_bg.png") repeat center;
}
.primary_modal .modal-header .btn-close {
  filter: invert(1);
}
.primary_modal .modal-header {
  border-color: #4443c4;
}
.primary_inp {
  background: #01010d !important;
  border: 1px solid rgb(68 67 196 / 20%) !important;
  border-radius: 10px;
  height: 56px;
  padding: 10px 15px;
  box-shadow: none !important;
  color: #eee !important;
}


@media (max-width: 1399px) {
  .footer .right {
    max-width: 82%;
  }
}
@media (max-width: 1199px) {
  .h2tag {
    font-size: 36px;
  }
  .main_sec h1 {
    font-size: 45px;
  }
  .ferzan_apk .box h2 {
    font-size: 38px;
  }
  .h3tag {
    font-size: 28px;
  }
  .para {
    font-size: 16px;
  }
  .primary_btn {
    font-size: 18px;
  }
  .product_sec .product_secbg {
    max-width: 95%;
  }
  .footer .right {
    max-width: 100%;
    margin-top: 15px;
  }
  .footer label {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .h5tag {
    font-size: 20px;
  }
  .primary_btn {
    padding: 10px 25p;
  }
  .product_sec .product_secbg {
    padding: 20px;
    max-width: 100%;
  }
  .product_sec .box {
    padding: 15px;
  }
  .main_sec .para {
    max-width: 100%;
  }
  .download .downloadbg {
    background-position-x: 10%;
  }
}
@media (max-width: 767px) {
  .appbtn{
   margin-bottom: 10px;
   width: 100%;
  }
  section {
    text-align: center;
  }
  .mainnav {
    background: #000008 !important; 
  }
  .main_sec {
    background-size: cover;
  }
  .main_sec h1 {
    font-size: 32px;
  }
  .h2tag {
    font-size: 30px;
  }
  .mainnav .navbar-nav button {
    margin: 0 0 10px !important;
  }
  .ferzan_apk .box h2 {
    font-size: 30px;
  }
  .ferzan_apk img {
    margin-top: 15px;
  }
  .pay_sec img {
    margin-bottom: 15px;
  }
  .transfer img {
    margin: 25px 0 0;
  }
  .product_sec .box {
    margin-bottom: 15px;
  }
  .footer {
    text-align: center;
  }
  .footer .flx {
    flex-direction: column;
    align-items: center;
  }
  .footer .flx img {
    margin-bottom: 15px;
  }
  .footer .btnflx {
    justify-content: center;
  }
  .footer label {
    text-align: center;
  }
  .footer .footerblw ul {
    justify-content: center;
    margin-top: 10px;
  }
  .footer .footerblw a {
    height: 37px;
    width: 37px;
    font-size: 18px;
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .footer .btnflx {
    flex-direction: column;
  }
  .footer .btnflx p {
    margin-bottom: 10px !important;
  }
  .footer .btnflx a {
    margin-bottom: 10px;
  }
  .download .downloadbg {
    background-size: cover;
  }
  .download .flx {
    flex-direction: column;
  }
  .download .flx button {
    margin: 0 0 10px !important;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 10px;
  }
}