@font-face {
  font-family: stolzl-100;
  src: url(../fonts/stolzl_100.otf);
}
@font-face {
  font-family: stolzl-300;
  src: url(../fonts/stolzl_300.otf);
}
@font-face {
  font-family: stolzl-400;
  src: url(../fonts/stolzl_400.otf);
}
@font-face {
  font-family: stolzl-500;
  src: url(../fonts/stolzl_500.otf);
}
@font-face {
  font-family: stolzl-700;
  src: url(../fonts/stolzl_700.otf);
}

.stol-100 {
  font-family: stolzl-100;
  font-weight: 100;
}
.stol-300 {
  font-family: stolzl-300;
  font-weight: 300;
}
.stol-400 {
  font-family: stolzl-400;
  font-weight: 400;
}
.stol-500 {
  font-family: stolzl-500;
  font-weight: 500;
}
.stol-700 {
  font-family: stolzl-700;
  font-weight: 700;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: stolzl-400 !important;
}

/* Given colors */
.text-light-purple {
  color: #8a9cdb !important;
}
.text-light-pink {
  color: #ffb6b6 !important;
}
.text-skillpatti {
  color: #9d5d7c !important;
}
.text-callbreak {
  color: #bd8ad8 !important;
}
.text-name-color-testimonials {
  color: #d4deff !important;
}

.navbar-color {
  color: #ffc700 !important;
}

.language {
  padding: 10px;
}

.multiple-games-gradient {
  background: linear-gradient(360deg, #ffc700 0%, #fcee21 50%, #fcee21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Language selector navbar */

/* mobile number input form */
.mobileContainer {
  padding: 10px 50px 10px 20px;
  background-color: rgba(85, 94, 178, 0.2);
  border-radius: 50px;
  border-color: #555eb233;
  color: #555eb233;
}

.mobileContainer::placeholder {
  color: #555eb233;
}

.mobileContainer:focus {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}
.mobileContainer:focus-visible {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}
.mobileContainer:visited {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}
.mobileContainer:target {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}

/* **************Hero section***************** */
.banner-lady-drop-shadow {
  filter: drop-shadow(238px -85px 160px #0400c7);
}

/* *********Ratings and other ********** */

.rating {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
} 

.app-rating-heading {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

.app-rating-img {
  letter-spacing: 2%;
  display: flex;
  font-size: 16px;
  line-height: 10px;
  color: #fff;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
}

.app-rating-img .rating img {
  width: 25px;
  height: auto;
}

.app-rating-sub-heading {
  font-size: 18px;
}

.app-rating-img .players {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  height: 100%;
}

.app-rating-heading p {
  font-size: 20px;
  line-height: 25px;
}

.app-rating-img .hr {
  height: 38px;
  width: 1px;
  background-color: #6955b2;
}

.hr {
  height: 38px;
  width: 1px;
  background-color: #9ad456 !important;
}


/* ***********************popular games*********************** */

.text-ludo-real-money-color {
  color: #90a6ff;
}
.text-skillpatti-real-money-color {
  color: #ff8e8f;
}
.text-callbreak-real-money-color {
  color: #dba1e7;
}

.content {
  width: 100%;
}

.photos {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}

.thumbnails {
  width: 100%;
  /* height: 500px; */
  margin: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.thumbnails img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.black {
  text-align: center;
  background: #000;
  background-blend-mode: multiply;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
}

.title {
  color: #fff;
  font-size: 2em;
  align-self: center;
  position: absolute;
  z-index: 10;
}

.bg-logo-margin {
  margin: 2rem 0 0 0;
}

.games-heading {
  margin: 2.5rem 0 2rem 0;
}

/* ********************footer******************* */

/* mobile-input-footer */
.mobileContainer-footer {
  padding: 5px 40px 5px 20px;
  background-color: rgba(85, 94, 178, 0.2);
  border-radius: 50px;
  border-color: #555eb233;
  color: #555eb233;
  font-size: 9px;
}

.mobileContainer-footer::placeholder {
  color: #555eb233;
}

.mobileContainer-footer:focus {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}
.mobileContainer-footer:focus-visible {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}
.mobileContainer-footer:visited {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}
.mobileContainer-footer:target {
  border: 1px solid #fcee22;
  color: #fcee22;
  outline-offset: 0px;
  outline: none;
}

.logo-move {
  position: absolute;
  left: -5rem;
  top: 3rem;
  animation: ImgBounce 2s ease-in-out 0s infinite alternate;
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-20px);
  }
}

/* ***********************************************Ludo-empire-main-page************************************************* */
.bg-how-to-play-ludo {
  border-radius: 20px;
  border: 2px solid rgb(255 255 255 / 10%);
  background-color: rgb(255 255 255 / 3%);
}

/* ***********************************************About-us************************************************* */
/* .banner-about-us{
  background-image: url(../images/empire-games/banner/about-us-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
} */

.bg-about-us {
  background: rgb(0, 57, 139);
  background: radial-gradient(
    circle,
    rgba(0, 57, 139, 1) 0%,
    rgba(0, 10, 70, 1) 100%
  );
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 8px;
  border: 1px solid #4f5db5;
  color: #fff;
  font-family: stolzl-300;
  font-size: 15px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.language-link {
  border: 1px solid white;
  padding: 11px 40px !important;
  margin: 30px 0;
  border-radius: 50px;
  line-height: 20px !important;
}
.testimonial-height {
height: 310px;
}

.text-13 {
  font-size: 13px;
  font-family: stolzl-400;
  margin: -13px 0 0 0;
}