.tiro-regular {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --base-color: #5758d6;
  --dark-gray: #262b35;
  --medium-gray: #868d98;
  --primary-font: "Be Vietnam", sans-serif;
  --alt-font: "Sora", sans-serif;
}
html {
  /* width */
  ::-webkit-scrollbar {
    width: 15px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #8a9cdb;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #000f58;
    padding: 5px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
      36deg,
      rgba(32, 36, 77, 0.8) 5%,
      rgba(0, 15, 88, 0.7512254901960784) 100%
    );
  }
}
body {
  background: rgb(0, 34, 7);
  background: linear-gradient(
    90deg,
    rgba(0, 34, 7, 1) 0%,
    rgba(1, 42, 10, 1) 50%,
    rgba(0, 34, 7, 1) 100%
  );
  font-size: 17px;
  line-height: 32px;
}

.navbar .navbar-nav .nav-link {
  font-size: 17px;
  font-family: stolzl-400;
}
.sticky .header-transparent .header-button .btn {
  color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
  border-color: var(--dark-gray);
  color: var(--white);
  background: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
  color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  background-color: #ffffff;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  color: black;
}
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li:hover
  a,
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li.active
  a {
  /* opacity: 0.5; */
  color: #8a9cdb;
}
header.sticky.sticky-active [data-header-hover="light"] {
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.styled-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/index/selector-arrow-down-index.png);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

/* ****************************Elements******************************* */
.bg-elements-custom {
  background: #024509;
}

/* **************Hero************* */
.banner-lady-drop-shadow {
  filter: drop-shadow(8px -5px 71px #0400c7);
}
.banner-about-us-drop-shadow {
  filter: drop-shadow(0px 0px 90px #0400c7);
}
.about-ludo-empire-drop-shadow {
  filter: drop-shadow(10px -20px 150px #007fc7);
}
.benefits-of-ludo-refer-drop-shadow {
  filter: drop-shadow(10px -20px 100px #007fc7);
}
.banner-faq-drop-shadow {
  filter: drop-shadow(0px -10px 80px #0400c7);
}

.bg-about-ludo-empire {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.263);
  background-color: rgba(255, 255, 255, 0.04);
}

.border-faq {
  border: 2px solid rgba(255, 255, 255, 0.064) !important;
  border-radius: 10px;
  background-color: #ffffff13 !important;
}
.play-button:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.lang-text {
  cursor: pointer;
  padding: 10px 90px 10px 10px;
  text-align: left;
  border-radius: 50px;
  border-color: #8a9cdb;
  color: #8a9cdb;
  background-color: transparent;
}
.form-control,
.form-select,
input,
select,
textarea {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: 0;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-gradient-sherpa-blue-black {
  background-image: linear-gradient(
    to right top,
    #23248c,
    #22236d,
    #232348,
    #222226,
    #232323
  );
}
.bg-gradient-sherpa-black-blue {
  background-image: linear-gradient(
    to right top,
    #232323,
    #222226,
    #232348,
    #22236d,
    #23248c
  );
}
.bg-base-color-transparent {
  background-color: rgba(87, 88, 214, 0.8);
}
.tab-style-05 .nav-tabs > li.nav-item {
  letter-spacing: -0.5px;
}
.accordion .accordion-item .accordion-header .accordion-title i {
  top: 52%;
}

.progress-bar-style-01 .progress .progress-bar-title {
  bottom: 15px;
}
.page-title-extra-large h1 {
  font-size: 4.7rem;
  line-height: 4.7rem;
}
.separator-line-9px {
  height: 9px;
}
.tag-cloud a {
  padding-top: 5px;
  padding-bottom: 9px;
}
.blog-comment li .btn-reply {
  padding-top: 5px;
  padding-bottom: 7px;
}
.pagination-style-01 .page-item .page-link {
  line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
}
.bottom-minus-45px {
  bottom: -45px;
}
.right-minus-45px {
  right: -45px;
}
footer .footer-logo img {
  max-height: 26px;
}
footer ul li {
  margin-bottom: 0;
}
.footer-dark a:hover {
  color: var(--white);
}
.mfp-bg {
  background: #000;
  opacity: 0.7;
}

/* Testimonial */
.bg-testimonial {
  background-color: #ffffff13 !important;
  border: 0.5px solid #ffffff31;
}

.footer-custom-bg {
  border-top: 2px solid #002bc3;
  background-color: #000f58;
  -webkit-box-shadow: 0px 10px 100px 0px rgba(0, 43, 195, 0.7);
  -moz-box-shadow: 0px 10px 100px 0px rgba(0, 43, 195, 0.7);
  box-shadow: 0px 10px 100px 0px rgba(0, 43, 195, 0.7);
}

.footer-custom-bg a:hover {
  opacity: 0.6 !important;
}
.footer-download a:hover {
  opacity: 1 !important;
}
@media (max-width: 1499px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 13px;
    padding-right: 13px;
  }
  .sticky-wrap.shadow-in {
    left: 35px;
  }
}
@media (max-width: 1300px) {
  .sticky-wrap.shadow-in {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
  }
  .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background: var(--dark-gray);
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding: 10px 45px;
    margin-bottom: 0;
    margin-right: -15px;
  }
  .navbar
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li:last-child
    a {
    padding-bottom: 17px;
  }
  .banner-faq {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }
  .page-title-extra-large h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

/* Refer & earn */

.invite-your-friends-and-win {
  height: 350px !important;
  /* 575px width */
}

@media only screen and (max-width: 428px) {
  .invite-your-friends-and-win {
    height: 190px !important;
    /* 428px width */
  }
}
@media only screen and (max-width: 417px) {
  .invite-your-friends-and-win {
    height: 170px !important;
    /* 412px width */
  }
}

@media only screen and (max-width: 360px) {
  .invite-your-friends-and-win {
    height: 140px !important;
    /* 360px height */
  }
}
@media only screen and (max-width: 320px) {
  .invite-your-friends-and-win {
    height: 120px !important;
    /* 320px height */
  }
}

/* Popup-Video */

.logo-move-hindi {
  position: absolute;
  left: 3rem;
  top: 5rem;
  animation: ImgBounce 2s ease-in-out 0s infinite alternate;
}

/* Banners for Desktops */

.banner-index {
  background-image: url(../images/index/banner-index.webp);
  background-size: 100% auto;
  background-position: bottom;
}

.body-bg {
  background-image: url(../images/index/bg-index.webp);
  background-size: 100% 100%;
  background-position: center;
}

.style_downloadbtn__empire {
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgb(222 209 13) 50%,
    rgb(236 224 36) 100%
  );
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-family: stolzl-500;
  line-height: 21px;
  width: 100%;
  height: 55px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 18px 22px 20px;
  cursor: pointer;
}

.btn-style {
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgb(222 209 13) 50%,
    rgb(236 224 36) 100%
  );
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  text-decoration: none;
  font-size: 18px;
  font-family: stolzl-500;
  line-height: 21px;
}
.static_downloadbtn__empire {
  width: 100%;
  height: 57px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px 40px;
}
