@font-face {
  font-family: stolzl-100;
  src: url(../../fonts/stolzl-100.woff2);
  font-display: swap;
}
@font-face {
  font-family: stolzl-300;
  src: url(../../fonts/stolzl-300.woff2);
  font-display: swap;
}
@font-face {
  font-family: stolzl-400;
  src: url(../../fonts/stolzl-400.woff2);
  font-display: swap;
}
@font-face {
  font-family: stolzl-500;
  src: url(../../fonts/stolzl-500.woff2);
  font-display: swap;
}
@font-face {
  font-family: stolzl-700;
  src: url(../../fonts/stolzl-700.woff2);
  font-display: swap;
}
@font-face {
  font-family: stolzl-b;
  src: url(../../fonts/stolzl-book.woff2);
  font-display: swap;
}
.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;
}
.stol-b {
  font-family: stolzl-b;
}
.tiro-regular {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-style: normal;
}
.text-small {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-small1 {
  font-size: 15px;
  line-height: 27px;
}
.text-verification {
  font-size: 15px;
  line-height: 27px;
}
.text-15 {
  font-size: 16px;
  line-height: 27px;
}
.text-medium {
  font-size: 16px;
  line-height: 28px;
}
.text-medium1 {
  font-size: 18px;
  line-height: 30px;
}
.text-large {
  font-size: 22px;
  line-height: 35px;
}
.text-large1 {
  font-size: 26px;
  line-height: 38px;
}
.text-extra-large {
  font-size: 30px;
  line-height: 42px;
}
.text-extra-large1 {
  font-size: 35px;
}
.text-banner-sub {
  font-size: 40px;
}
.text-four {
  font-size: 100px;
}
body {
  font-size: 18px;
  line-height: 34px;
  color: white;
}
#bg-homepage {
  background: rgb(22, 25, 49);
  background: linear-gradient(
    90deg,
    rgba(22, 25, 49, 1) 0%,
    rgba(33, 36, 100, 1) 50%,
    rgba(22, 25, 49, 1) 100%
  );
}
#bg-snake {
  background: rgb(0, 28, 42);
  background: linear-gradient(
    90deg,
    rgba(0, 28, 42, 1) 0%,
    rgba(8, 60, 67, 1) 50%,
    rgba(0, 28, 42, 1) 100%
  );
}
#bg-ludo {
  background: rgb(0, 12, 54);
  background: linear-gradient(
    90deg,
    rgba(0, 12, 54, 1) 10%,
    rgba(0, 17, 109, 1) 50%,
    rgba(0, 12, 54, 1) 90%
  );
}
#bg-rummy {
  background: rgb(0, 34, 7);
  background: linear-gradient(
    90deg,
    rgba(0, 34, 7, 1) 10%,
    rgba(1, 42, 10, 1) 50%,
    rgba(0, 34, 7, 1) 90%
  );
}

#bg-avaitor {
  /* background: #121526; */
  background: rgb(18, 21, 38);
  /* background: linear-gradient(
    90deg,
    rgba(18, 21, 38, 1) 17%,
    rgba(210, 4, 45, 0.9136904761904762) 76%
  ); */
}

#bg-callbreak {
  background: rgb(38, 34, 75);
  background: linear-gradient(
    90deg,
    rgba(38, 34, 75, 1) 15%,
    rgba(49, 40, 104, 1) 50%,
    rgba(38, 34, 75, 1) 85%
  );
}
#bg-skillpatti {
  background: rgb(44, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(44, 0, 0, 1) 10%,
    rgba(102, 0, 0, 1) 50%,
    rgba(44, 0, 0, 1) 90%
  );
}
#bg-hand-cricket {
  background: rgb(2, 20, 32);
  background: linear-gradient(
    90deg,
    rgba(2, 20, 32, 1) 10%,
    rgba(33, 58, 99, 1) 50%,
    rgba(2, 20, 32, 1) 90%
  );
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.thm-base-bg {
  background-color: #ff4eb5;
}
.thm-base-bg-2 {
  background-color: #ffa065;
}
.thm-gray-bg {
  background-color: #fefbf4;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.block-title {
  margin-bottom: 15px;
}
.block-title__title {
  margin: 0;
  margin-top: -10px;
  font-size: 50px;
  font-weight: 400;
  color: #2a2833;
  line-height: 1.2em;
}
.block-title__title span {
  font-weight: 700;
}
.thm-btn {
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  font-family: stolzl-400;
  color: #2a2833 !important;
  padding: 8px 30px;
  border-radius: 50px;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s cubic-bezier(1, 0.07, 0.29, 1.49);
  background: linear-gradient(
    0deg,
    rgb(228 223 15) 6%,
    rgb(214 202 26) 50%,
    rgb(236 224 36) 100%
  );
  position: relative;
}
.thm-btn:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50px;
  background: rgb(255, 199, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 239, 0, 1) 100%
  );
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.thm-btn span {
  position: relative;
}
.thm-btn:hover {
  color: #000000;
}
.thm-btn:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-pagination a {
  border-radius: 50%;
  background-color: #fefbf4;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 8px 19px;
  color: #2a2833;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-pagination a:hover,
.post-pagination a.active {
  background-color: #2a2833;
  color: #fff;
}
.post-pagination a + a {
  margin-left: 15px;
}
#preloader {
  background: #00046d url(/images/logo.webp) no-repeat center center;
  background-size: 8%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
  animation: zoomInOut 2s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  #preloader {
    background: #00046d url(/images/logo.webp) no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10000;
    animation: zoomInOut 0.8s infinite ease-in-out;
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.text-light-purple {
  color: #8a9cdb !important;
}
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: linear-gradient(
    90deg,
    rgba(0, 12, 54, 1) 10%,
    rgba(0, 17, 109, 1) 50%,
    rgba(0, 12, 54, 1) 90%
  );
  background-size: 200% auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  border-radius: 50%;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-position: right center;
}
.scroll-to-top:hover i {
  color: #fff;
}
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0 5%;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: right;
  padding-right: 90px;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 40px 10px;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 10px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 15px;
  font-family: stolzl-b;
  color: #8a9cdb;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #292d6b;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: -30px 0px 0 -50px;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  font-family: stolzl-b;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #1d369e;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2a2833;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #ffa065;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.site-header {
  position: relative;
}
.site-header__header-one .header-navigation .main-navigation {
  padding-right: 0;
  text-align: center;
}
.site-header__header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}
.site-header__header-two .header-navigation ul.navigation-box > li > a {
  color: #ffffff;
}
.site-header__header-two .header-navigation ul.navigation-box > li.current > a,
.site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
  color: #ffffff;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.8);
}
.site-header__header-two .header__cta-btn {
  color: #fff;
  background-image: none;
  border-radius: 5px;
  overflow: hidden;
}
.site-header__header-two .header__cta-btn:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #ff4eb5 0%, #ffa065 100%);
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4eb5),
    to(#ffa065)
  );
  border-image: linear-gradient(90deg, #ff4eb5 0%, #ffa065 100%);
  border-image-slice: 1;
}
.site-header__header-two .header__cta-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4eb5),
    to(#ffa065)
  );
  background-image: linear-gradient(90deg, #ff4eb5 0%, #ffa065 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.site-header__header-two .header__cta-btn span {
  z-index: 2;
}
.site-header__header-two .header__cta-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header__header-two .header__cta-btn:hover:after {
  opacity: 1;
}
.site-header__header-two .stricked-menu {
  background-color: #2a2833;
}
.banner-one-snake {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-one-snake .container {
  padding-top: 14rem;
  padding-bottom: 9%;
  position: relative;
}
.banner-one-snake .container-fluids {
  padding-top: 14rem;
  padding-bottom: 9%;
  position: relative;
  padding-left: 1rem;
  padding-right: 0rem;
}
.banner-one {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* background-image: url(../../images/festival-bg.webp); */
  z-index: 30;
}
.banner-one .container {
  padding-top: 14rem;
  padding-bottom: 9%;
  position: relative;
}
.banner-one-inner .container {
  padding-top: 15rem;
  padding-bottom: 0;
  position: relative;
}
.banner-one__title {
  margin: 0;
  font-size: 50px;
  line-height: 65px;
  font-family: stol-700;
  padding: 0 0 10px 0;
}
.banner-one__title span {
  font-weight: 500;
}
.banner-one__text {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: #74727a;
  margin-top: 25px;
  margin-bottom: 40px;
}
.banner-one__btn {
  padding: 18px 55px;
}
.banner-one__moc {
  position: absolute;
  bottom: 10px;
  right: -15%;
}
.banner-one__moc img {
  position: relative;
  -webkit-animation: featureImgBounce 0s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 0s ease-in-out 0s infinite alternate;
}
[class*="banner-one__shape-"] {
  position: absolute;
  border-radius: 50%;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.banner-two {
  position: relative;
  background-color: #2a2833;
  background-image: url(../images/background/banner-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 120px;
}
.banner-two .container {
  padding-top: 260px;
  padding-bottom: 120px;
  position: relative;
}
.banner-two__title {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -0.06em;
}
.banner-two__title span {
  font-weight: 500;
}
.banner-two__text {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 40px;
}
.banner-two__btn {
  color: #fff;
  background-image: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px 55px;
}
.banner-two__btn:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #ff4eb5 0%, #ffa065 100%);
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4eb5),
    to(#ffa065)
  );
  border-image: linear-gradient(90deg, #ff4eb5 0%, #ffa065 100%);
  border-image-slice: 1;
}
.banner-two__btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4eb5),
    to(#ffa065)
  );
  background-image: linear-gradient(90deg, #ff4eb5 0%, #ffa065 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.banner-two__btn span {
  z-index: 2;
}
.banner-two__btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.banner-two__btn:hover:after {
  opacity: 1;
}
.banner-two__moc {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.banner-two__moc img {
  position: relative;
}
[class*="banner-two__shape-"] {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner-two__shape-1 {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 100%);
  width: 143px;
  height: 143px;
  top: 5%;
  left: 3%;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-perspective: 150px;
  perspective: 150px;
}
.banner-two__shape-2 {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 100%);
  width: 85px;
  height: 85px;
  top: 12%;
  left: 37%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-perspective: 85px;
  perspective: 85px;
}
.banner-two__shape-3 {
  background-image: linear-gradient(40deg, #ff43c0 0%, #ffa95c 100%);
  width: 85px;
  height: 85px;
  bottom: 12%;
  left: 6%;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-perspective: 85px;
  perspective: 85px;
}
.banner-two__shape-4 {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 100%);
  width: 85px;
  height: 85px;
  top: 20%;
  right: 4%;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-perspective: 85px;
  perspective: 85px;
}
.blog-one {
  padding: 120px 0;
}
.blog-one__single {
  position: relative;
  margin-bottom: 30px;
}
.blog-one__single:hover .blog-one__more-link {
  color: #fff;
  opacity: 1;
}
.blog-one__single:hover .blog-one__image > img {
  opacity: 0.5;
}
.blog-one__single:hover .blog-one__content {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.blog-one__image {
  position: relative;
  background-color: #2a2833;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-one__image > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__content {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  background-color: white;
  border-top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 50px;
  padding-top: 45px;
  padding-bottom: 40px;
}
.blog-one__meta {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-one__meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
}
.blog-one__meta li + li:before {
  content: ".";
  color: #74727a;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-one__meta li a {
  color: #74727a;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__meta li a:hover {
  color: #ff4eb5;
}
.blog-one__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #2a2833;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.blog-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__title a:hover {
  color: #ff4eb5;
}
.blog-one__link {
  color: #ff4eb5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__link:hover {
  color: #2a2833;
}
.blog-one__more-link {
  font-size: 33px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.blog-one .post-pagination {
  margin-top: 40px;
}
.blog-details {
  padding: 120px 0;
}
.blog-details .blog-one__single {
  margin-bottom: 0;
}
.blog-details .blog-one__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 28px;
}
.blog-details .blog-one__content {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.blog-details .blog-one__text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 34px;
}
.blog-details .blog-one__text + .blog-one__text {
  margin-top: 30px;
}
.blog-details__content-title {
  margin: 0;
  color: #2a2833;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  border: 1px solid #efefef;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-details .share-block .left-block p {
  margin: 0;
  color: #2a2833;
  font-size: 24px;
  font-weight: 400;
}
.blog-details .share-block .left-block p a {
  color: #74727a;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}
.blog-details .share-block .left-block p a:hover {
  color: #2a2833;
}
.blog-details .share-block .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details .share-block .social-block a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ff4eb5;
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-size: 200% auto;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-details .share-block .social-block a + a {
  margin-left: 10px;
}
.blog-details .share-block .social-block a:hover {
  background-position: right center;
}
.blog-details .share-block .social-block a.fa-facebook-square {
  background-image: linear-gradient(
    40deg,
    #ffa95c 0%,
    #ff43c0 51%,
    #ffa95c 100%
  );
}
.blog-details .share-block .social-block a.fa-twitter {
  background-image: linear-gradient(
    40deg,
    #0db8ff 0%,
    #f332ff 51%,
    #0db8ff 100%
  );
}
.blog-details .share-block .social-block a.fa-instagram {
  background-image: linear-gradient(
    40deg,
    #39aeff 0%,
    #3cff53 51%,
    #39aeff 100%
  );
}
.blog-details .share-block .social-block a.fa-pinterest-p {
  background-image: linear-gradient(
    40deg,
    #ff703e 0%,
    #ffec4e 51%,
    #ff703e 100%
  );
}
.blog-details__author {
  border: 1px solid #efefef;
  padding: 60px 60px;
  margin-top: 50px;
  margin-bottom: 60px;
  border-radius: 5px;
}
.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}
.blog-details__author-image {
  width: 169px;
}
.blog-details__author-image > img {
  width: 100%;
  border-radius: 5px;
}
.blog-details__author-content {
  padding-left: 40px;
}
.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}
.blog-details__author-content h3 {
  color: #2a2833;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.blog-details__author-content p {
  font-size: 16px;
  line-height: 30px;
  color: #74727a;
  margin-bottom: 0px;
}
.blog-details__author-content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #ff4eb5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-details__author-content a:hover {
  color: #2a2833;
}
.comment-one {
  margin-bottom: 60px;
}
.comment-one__single {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
}
.comment-one__single + .comment-one__single {
  margin-top: 60px;
}
.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}
.comment-one__image {
  width: 90px;
}
.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-one__image .inner-block > img {
  width: 100%;
}
.comment-one__content {
  padding-left: 40px;
}
.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #2a2833;
}
.comment-one__date {
  color: #ff4eb5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}
.comment-one__text {
  color: #74727a;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}
.comment-one__reply {
  padding: 8px 30px;
}
.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}
.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  height: 70px;
  color: #74727a;
  font-size: 16px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
  background-color: #fefbf4;
  margin-bottom: 30px;
}
.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  color: #74727a;
}
.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  color: #74727a;
}
.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  color: #74727a;
}
.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  color: #74727a;
}
.reply-form textarea {
  height: 232px;
  padding-top: 20px;
}
.blog-one__home {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #2a2833;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .sidebar__single:not(.sidebar__search) {
    padding: 30px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}
.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 60px;
}
.sidebar__post-image .inner-block {
  width: 100%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
  border-radius: 50%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #74727a;
}
.sidebar__post-title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__post-title a:hover {
  color: #2a2833;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #74727a;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #7b7b8c;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:hover {
  color: #ff4eb5;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sidebar__tags-list-item a {
  display: block;
  color: #74727a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #ffa065;
}
.sidebar__search-form {
  width: 100%;
  height: 83px;
  background-image: linear-gradient(40deg, #ff4eb5 0%, #ffa065 100%);
  position: relative;
  border-radius: 5px;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  color: #fff;
}
.sidebar__search-form input::-moz-placeholder {
  color: #fff;
}
.sidebar__search-form input:-ms-input-placeholder {
  color: #fff;
}
.sidebar__search-form input:-moz-placeholder {
  color: #fff;
}
.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type="submit"] i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px -1px 0px 0px #efefef;
  box-shadow: 0px -1px 0px 0px #efefef;
}
.site-footer__upper {
  padding-top: 120px;
  padding-bottom: 120px;
}
.site-footer__bottom {
  background-color: #fff9ff;
}
.site-footer__bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 44px;
}
.site-footer__copy {
  font-size: 16px;
  font-weight: 400;
  color: #74727a;
  margin: 0;
}
.site-footer__copy a {
  color: #ff4eb5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer__copy a:hover {
  color: #fff;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
.site-footer__social a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ff4eb5;
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-size: 200% auto;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer__social a + a {
  margin-left: 10px;
}
.site-footer__social a:hover {
  background-position: right center;
}
.site-footer__social a.fa-facebook-square {
  background-image: linear-gradient(
    40deg,
    #14a0f8 0%,
    #0066e2 51%,
    #0db8ff 100%
  );
}
.site-footer__social a.fa-twitter {
  background-image: linear-gradient(
    40deg,
    #45a4e1 0%,
    #45a4e1 51%,
    #126ea8 100%
  );
}
.site-footer__social a.fa-instagram {
  background-image: linear-gradient(
    52deg,
    #f14d59 0%,
    #6b48ca 51%,
    #ff8d48 100%
  );
}
.site-footer__social a.fa-linkedin {
  background-image: linear-gradient(
    40deg,
    #0075b4 0%,
    #0075b4 51%,
    #1c9fe6 100%
  );
}
@media (min-width: 1200px) {
  .footer-widget__links-wrap {
    padding-right: 55px;
  }
}
.footer-widget__title {
  font-size: 18px;
  font-weight: 500;
  color: #2a2833;
  margin: 0;
  line-height: 1em;
  margin-bottom: 40px;
}
.footer-widget__links {
  margin: 0;
  margin-top: -5px;
}
.footer-widget__links li {
  line-height: 1.2em;
}
.footer-widget__links li + li {
  margin-top: 17px;
}
.footer-widget__links li a {
  font-size: 15px;
  color: #81aaec;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links li a:hover {
  color: #4b61ff;
}
.footer-widget__contact {
  font-size: 16px;
  font-weight: 400;
  color: #74727a;
  margin: 0;
  line-height: 30px;
}
.footer-widget__contact a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__contact a:hover {
  color: #ff4eb5;
}
.footer-widget__contact + .footer-widget__contact {
  margin-top: 15px;
}
.footer-widget__mailchimp {
  padding-left: 70px;
}
.footer-widget__logo {
  margin-bottom: 40px;
}
.inner-banner {
  position: relative;
  background-color: #fff;
  background-image: url(../images/background/inner-banner-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 245px;
  padding-bottom: 120px;
}
.inner-banner__title {
  text-align: center;
  line-height: 1em;
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 10px;
}
.thm-breadcrumb {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thm-breadcrumb li {
  font-size: 18px;
  font-weight: 400;
}
.thm-breadcrumb li a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thm-breadcrumb li a:hover {
  color: #ffa065;
}
.thm-breadcrumb li + li::before {
  content: ".";
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.video-one {
  position: relative;
}
.video-one__bg {
  position: absolute;
  bottom: 0%;
  left: 0;
}
.video-one .container {
  position: relative;
  padding: 15px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffa95c),
    to(#ff43c0)
  );
  background-image: linear-gradient(0deg, #ffa95c 0%, #ff43c0 100%);
  border-radius: 7px;
  z-index: 10;
}
.video-one__box {
  position: relative;
  border-radius: 7px;
}
.video-one__box > img {
  width: 100%;
  border-radius: 7px;
}
.video-one__box:hover .video-one__content {
  background-color: rgba(42, 40, 51, 0.2);
}
.video-one__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 40, 51, 0.6);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 7px;
}
.video-one__btn {
  width: 106px;
  height: 106px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4eb5),
    color-stop(51%, #ffa065),
    to(#ff4eb5)
  );
  background-image: linear-gradient(
    to right,
    #ff4eb5 0%,
    #ffa065 51%,
    #ff4eb5 100%
  );
  background-size: 200% auto;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(42, 40, 51, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(42, 40, 51, 0.8);
}
.video-one__btn i {
  font-size: 24px;
  color: #fff;
  line-height: 106px;
}
.video-one__btn:hover {
  background-position: right center;
}
.video-one__btn:hover i {
  color: #fff;
}
.video-one__title {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 20px;
}
.video-one__title span {
  font-weight: 700;
}
.brand-one__carousel {
  padding-left: 48px;
  padding-right: 48px;
  border-bottom: 1px solid #efefef;
  padding-top: 119px;
  padding-bottom: 119px;
}
.brand-one__carousel img {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.brand-one__carousel img:hover {
  opacity: 1;
}
.faq-one {
  padding: 0 0 0px;
  position: relative;
}
.faq-one__bg {
  position: absolute;
  bottom: 4%;
  right: 0;
}
.faq-one .container {
  position: relative;
}
@media (min-width: 992px) {
  .faq-one .container {
    max-width: 920px;
  }
}
.faq-accrodion .accrodion {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  border-radius: 7px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7683c9),
    to(#8b97d7)
  );
  background-image: linear-gradient(0deg, #7683c9 0%, #8b97d7 100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.faq-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-accrodion .accrodion.active {
  -webkit-box-shadow: 0px 0px 30px 0px rgb(255 255 255 / 30%);
  box-shadow: 0px 0px 30px 0px rgb(255 255 255 / 30%);
}
.faq-accrodion .accrodion.active .accrodion-inner {
  margin: 0 2px;
}
.faq-accrodion .accrodion.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.faq-accrodion .accrodion.active .accrodion-title:before {
  content: "\f068";
  color: white;
}
.faq-accrodion .accrodion.active .accrodion-title {
  padding-bottom: 0;
}
.faq-accrodion .accrodion.active .accrodion-title h4 {
  color: white;
}
.faq-accrodion .accrodion .accrodion-inner {
  background-color: #283069;
  padding: 20px 0;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accrodion .accrodion .accrodion-title {
  padding: 0px 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 375px) {
  .faq-accrodion .accrodion .accrodion-title {
    padding-right: 50px;
  }
}
.faq-accrodion .accrodion .accrodion-title:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #e0dee7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-accrodion .accrodion .accrodion-title h4 {
  color: white;
  font-size: 18px;
}
@media (max-width: 375px) {
  .faq-accrodion .accrodion .accrodion-title h4 {
    line-height: 1.4em;
  }
}
.faq-accrodion .accrodion .accrodion-content .inner {
  padding: 0 20px;
  padding-top: 25px;
  padding-bottom: 0px;
}
.faq-accrodion .accrodion .accrodion-content p {
  color: #87a8e4;
  font-size: 15px;
  line-height: 30px;
}
.fact-one {
  padding-top: 120px;
}
.fact-one .container {
  z-index: 10;
  position: relative;
}
.fact-one__single {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.fact-one__single:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 50%;
  background-image: linear-gradient(40deg, #ff43c0 0%, #ffa95c 100%);
}
.fact-one__inner {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
  box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fact-one__inner h3,
.fact-one__inner p {
  margin: 0;
}
.fact-one__inner h3 {
  color: #2a2833;
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
}
.fact-one__inner p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  color: #74727a;
  line-height: 1em;
  margin-top: 10px;
}
.fact-one [class*="col-"]:nth-child(1) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
  box-shadow: inset 0px 20px 40px 0px rgba(255, 118, 142, 0.3);
}
.fact-one [class*="col-"]:nth-child(1) .fact-one__single:before {
  background-image: linear-gradient(40deg, #ff43c0 0%, #ffa95c 100%);
}
.fact-one [class*="col-"]:nth-child(2) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 60px 0px rgba(141, 142, 255, 0.3);
  box-shadow: inset 0px 20px 60px 0px rgba(141, 142, 255, 0.3);
}
.fact-one [class*="col-"]:nth-child(2) .fact-one__single:before {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 100%);
}
.fact-one [class*="col-"]:nth-child(3) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 40px 0px rgba(58, 212, 173, 0.3);
  box-shadow: inset 0px 20px 40px 0px rgba(58, 212, 173, 0.3);
}
.fact-one [class*="col-"]:nth-child(3) .fact-one__single:before {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 100%);
}
.fact-one [class*="col-"]:nth-child(4) .fact-one__inner {
  -webkit-box-shadow: inset 0px 20px 40px 0px rgba(255, 178, 71, 0.3);
  box-shadow: inset 0px 20px 40px 0px rgba(255, 178, 71, 0.3);
}
.fact-one [class*="col-"]:nth-child(4) .fact-one__single:before {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 100%);
}
.testimonials-one {
  background-color: #fff9ff;
  padding-top: 110px;
  padding-bottom: 160px;
}
.testimonials-one .container {
  position: relative;
}
.testimonials-one__carousel {
  position: relative;
  padding: 2px;
  border-radius: 7px;
}
.testimonials-one__carousel:before {
  content: "";
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff4eb5),
    to(#ffa065)
  );
  background-image: linear-gradient(0deg, #ff4eb5 0%, #ffa065 100%);
}
.testimonials-one__carousel-outer {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.3);
  box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.3);
}
.testimonials-one__carousel .owl-item img {
  width: auto;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.testimonials-one__single {
  padding-top: 71px;
  padding-bottom: 71px;
  background-color: #fff;
  text-align: center;
  border-radius: 7px;
}
.testimonials-one__single h3,
.testimonials-one__single p,
.testimonials-one__single span {
  display: block;
  margin: 0;
}
.testimonials-one__single p {
  color: #74727a;
  font-size: 24px;
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 35px;
}
.testimonials-one__single h3 {
  color: #2a2833;
  font-weight: 500;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}
.testimonials-one__single span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #ff4eb5;
  text-transform: uppercase;
}
[class*="testimonials-one__nav-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 61px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #2a2833;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="testimonials-one__nav-"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: linear-gradient(68deg, #ff4eb5 0%, #ffa065 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
[class*="testimonials-one__nav-"] i {
  font-size: 22px;
  position: relative;
}
[class*="testimonials-one__nav-"]:hover {
  color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(244, 151, 190, 0.8);
}
[class*="testimonials-one__nav-"]:hover:before {
  opacity: 1;
}
.testimonials-one__nav-left {
  right: calc(100% + 90px);
}
.testimonials-one__nav-right {
  left: calc(100% + 90px);
}
.testimonials-one__carousel__shape-one,
.testimonials-one__carousel__shape-two {
  width: 100%;
  height: 100%;
  background-color: #fff9ff;
  position: absolute;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
  bottom: -20px;
  opacity: 0.2;
  border-radius: 7px;
  background-image: linear-gradient(68deg, #ff4eb5 0%, #ffa065 100%);
}
.testimonials-one__carousel__shape-one:after,
.testimonials-one__carousel__shape-two:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 7px;
  background-color: #fff;
}
.testimonials-one__carousel__shape-two {
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  bottom: -40px;
}
.cta-one {
  padding: 165px 0;
  position: relative;
}
.cta-one__bg {
  position: absolute;
  bottom: 4%;
  right: 0;
}
.cta-one .container {
  position: relative;
}
.cta-one .container:before {
  content: "";
  width: 448px;
  height: 448px;
  border-radius: 50%;
  background-color: #f6fff7;
  position: absolute;
  top: -19%;
  left: -12%;
}
.cta-one__moc {
  position: absolute;
  top: -45px;
  left: -10%;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}
.cta-one .block-title {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 45px;
}
.cta-one .block-title__title {
  letter-spacing: -0.04em;
}
.cta-one__icon {
  font-size: 62px;
  color: #ff4eb5;
}
.cta-one__text p {
  margin: 0;
  color: #74727a;
  font-size: 24px;
  line-height: 40px;
}
.cta-one ul {
  margin: 0;
  margin-top: 45px;
  margin-bottom: 50px;
}
.cta-one ul li {
  position: relative;
  font-size: 16px;
  color: #74727a;
  padding-left: 30px;
}
.cta-one ul li + li {
  margin-top: 3px;
}
.cta-one ul li i {
  font-size: 18px;
  color: #ffa065;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-one .thm-btn {
  padding: 18px 55.5px;
}
.cta-two {
  padding: 120px 0;
  background-color: #fefbf4;
}
.cta-two .container {
  position: relative;
}
.cta-two__moc {
  position: absolute;
  top: -40px;
  right: -35px;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}
.cta-two .block-title {
  margin-top: 30px;
  margin-bottom: 35px;
}
.cta-two .block-title__title {
  letter-spacing: -0.04em;
}
.cta-two__icon {
  font-size: 62px;
  color: #ffa065;
}
.cta-two__text {
  margin-bottom: 50px;
}
.cta-two__text p {
  margin: 0;
  color: #74727a;
  font-size: 18px;
  line-height: 34px;
}
.cta-two__text p + p {
  margin-top: 35px;
}
.cta-two .thm-btn {
  padding: 18px 55.5px;
}
@-webkit-keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.service-one {
  padding-bottom: 90px;
}
.service-one .container {
  position: relative;
  z-index: 10;
}
.service-one__single {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  border-radius: 5px;
  padding: 2px;
  position: relative;
  margin-bottom: 30px;
}
.service-one__single:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5px;
  opacity: 0;
  background-image: linear-gradient(40deg, #ff43c0 0%, #ffa95c 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__single h3 {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  color: #2a2833;
}
.service-one__single h3 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__single h3 a:hover {
  color: #ff4eb5;
}
.service-one__single p {
  margin: 0;
  color: #74727a;
  font-size: 16px;
  line-height: 34px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.service-one__single:hover:before {
  opacity: 1;
}
.service-one__link {
  color: #2a2833;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__link:hover {
  color: #ff4eb5;
}
.service-one__inner {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
}
.service-one__icon {
  width: 108px;
  height: 108px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
  border-radius: 5px;
  background-image: linear-gradient(40deg, #ff43c0 0%, #ffa95c 100%);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
}
.service-one [class*="col-"]:nth-child(1) .service-one__single:before,
.service-one [class*="col-"]:nth-child(1) .service-one__icon {
  background-mage: linear-gradient(40deg, #ff43c0 0%, #ffa95c 100%);
}
.service-one [class*="col-"]:nth-child(1) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(255, 118, 142, 0.8);
}
.service-one [class*="col-"]:nth-child(2) .service-one__single:before,
.service-one [class*="col-"]:nth-child(2) .service-one__icon {
  background-image: linear-gradient(40deg, #0db8ff 0%, #f332ff 100%);
}
.service-one [class*="col-"]:nth-child(2) .service-one__icon {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(141, 142, 255, 0.8);
  box-shadow: 0px 20px 60px 0px rgba(141, 142, 255, 0.8);
}
.service-one [class*="col-"]:nth-child(3) .service-one__single:before,
.service-one [class*="col-"]:nth-child(3) .service-one__icon {
  background-image: linear-gradient(40deg, #39aeff 0%, #3cff53 100%);
}
.service-one [class*="col-"]:nth-child(3) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(58, 212, 173, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(58, 212, 173, 0.8);
}
.service-one [class*="col-"]:nth-child(4) .service-one__single:before,
.service-one [class*="col-"]:nth-child(4) .service-one__icon {
  background-image: linear-gradient(40deg, #ff703e 0%, #ffec4e 100%);
}
.service-one [class*="col-"]:nth-child(4) .service-one__icon {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 178, 71, 0.8);
  box-shadow: 0px 20px 40px 0px rgba(255, 178, 71, 0.8);
}
.app-shot-one {
  padding-top: 120px;
  padding-bottom: 115px;
  position: relative;
}
.app-shot-one__bg {
  position: absolute;
  bottom: 25%;
  left: 0;
}
.app-shot-one .container-fluid {
  max-width: 1595px;
  width: 100%;
  position: relative;
}
.app-shot-one .app-shot-one__carousel {
  padding-top: 100.5px;
  padding-bottom: 100.5px;
  margin-top: -20px;
}
.app-shot-one .app-shot-one__carousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%) scaleY(1);
  transform: translate(-50%, -49%) scaleY(1);
  background-image: url(../images/app-shots/app-screen-moc.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 423px;
  height: 739px;
}
@media (max-width: 1440px) {
  .app-shot-one .app-shot-one__carousel:before {
    -webkit-transform: translate(-50%, -49%) scaleY(0.95);
    transform: translate(-50%, -49%) scaleY(0.95);
  }
}
@media (max-width: 1280px) {
  .app-shot-one .app-shot-one__carousel:before {
    -webkit-transform: translate(-50%, -49%) scale(0.8);
    transform: translate(-50%, -49%) scale(0.8);
  }
}
.app-shot-one .app-shot-one__carousel .owl-dots {
  position: absolute;
  bottom: -80px;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #1c1d3f;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.2;
  margin: 0 3px;
  -webkit-transition: opacity 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease,
    -webkit-transform 0.4s ease;
}
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span,
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #1bc9f4;
  -webkit-transform: scale(1.285);
  transform: scale(1.285);
}
.app-shot-one .owl-item img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.app-rating-img {
  display: flex;
  flex-direction: row;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  align-items: center;
  gap: 35px;
}
.app-rating-img .hr {
  height: 38px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.rating {
  display: flex;
  flex-direction: column;
  gap: 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 .players {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.app-rating-img .rating img {
  width: 75px;
  height: auto;
}
.app-rating-heading p {
  font-size: 19px;
  line-height: 25px;
}
.app-rating-sub-heading {
  font-size: 16px;
}
.app-rating-img .qr-code-rating {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.yellow-gradient {
  background: rgb(255, 199, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 239, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.full-screen {
  min-height: 730px !important;
}
.link-input {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 0 8% 0;
}
.input-main-bg {
  padding: 1px 1px 1px 1px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #8f9cc5;
}
.input-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: transparent;
  backdrop-filter: blur(25px);
  border-radius: 100px;
  padding: 20px 10px 20px 25px;
  gap: 5px;
}
.input-main .tel {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #8f9cc5;
  white-space: nowrap;
}
::placeholder {
  color: #8f9cc5;
  opacity: 1;
  font-family: stolzl-400;
}
.input-main input {
  padding: 0;
  background-color: transparent;
  border: none !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #8f9cc5;
}
.link-input .download-link-bg {
  width: 200px;
  height: 50px;
  background: linear-gradient(180deg, #00d047 0, #00a040 100%);
  box-shadow: 0 4px 12px -5px rgba(40, 153, 83, 0.12);
  border-radius: 100px;
  border: none !important;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffffa1;
  font-family: stolzl-400;
}
input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
}
.link-input .download-link-bg button {
  background: rgb(255, 199, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 239, 0, 1) 100%
  );
  display: inline-block;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  border: none;
  color: #000;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  gap: 10px;
}
.text-white {
  color: #fff;
}

.ludo-features {
  position: relative;
  z-index: 40;
  padding: 0 0 0 0;
  margin: -11px 0 0 0;
}
.hr {
  height: 38px;
  width: 1px;
  background-color: #5165ad !important;
}
.bg-elements-custom {
  background: #283069;
  padding: 19px 0 19px 0;
}
.line-height-30 {
  line-height: 32px;
}
.line-height-35 {
  line-height: 28px;
}
.text-light-purple {
  color: #87a8e4 !important;
}
.new-display {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}
.payment-modes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.w-15 {
  width: 15%;
}
.container-fluids {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.img1 {
  background-image: url(../../images/winners/img1.webp);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -0.7rem;
  top: -2rem;
  z-index: 0;
}
.img2 {
  background-image: url(../../images/winners/img2.webp);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -0.7rem;
  top: -2rem;
  z-index: 0;
}
.img3 {
  background-image: url(../../images/winners/img3.webp);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -0.7rem;
  top: -2rem;
  z-index: 0;
}
.elli {
  background-image: url(../../images/elli.webp);
  width: 1920px;
  height: 1026px;
  position: absolute;
  right: -15rem;
  top: 0rem;
  z-index: 0;
}
.border-line {
  padding: 20px;
  color: #b5b5f7;
  -webkit-border-radius: 15px;
  background: linear-gradient(#19235b, #19235b) padding-box,
    linear-gradient(90deg, #363e69 0%, #8b97d7 50%, #363e69 100%) border-box;
  border-radius: 1em;
  border: 3px solid transparent;
}
footer.footer-classic-blue {
  background: #000a38;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-bottom {
  border-top: 2px solid #001689;
  padding: 1% 0 5% 0;
}
.text-blue {
  color: #81aaec;
}
p.footer-contact {
  color: #81aaec;
  margin: -12px 0 0 0;
  font-family: stolzl-400;
  font-size: 15px;
}
.new-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.text-center {
  text-align: center;
}
.w-30 {
  width: 50%;
}

.w-35 {
  width: 35%;
}
.w-65 {
  width: 65% !important;
}
.w-80 {
  width: 80% !important;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.text-white {
  color: #fff !important;
}
.bold {
  font-weight: bolder;
}
.por {
  position: relative;
}
.swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: white !important;
  opacity: 1;
  position: relative;
  margin: 0 4px;
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bullet-active::after {
  background: #fcd516;
  opacity: 1;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  position: unset !important;
}
.review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.test-arrowbox {
  position: absolute;
  right: 20px;
  display: flex;
  top: 70px;
}
.review-box {
  border-radius: 3px;
  padding: 30px;
  height:500px;
  background: #283069;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.user-post {
  font-size: 22px;
  margin-top: 10px !important;
  font-family: stolzl-400;
}
.swiper-testimonial {
  padding: 100px 20px;
  padding-top: 30px;
}
.half-color-box {
  background: var(--gradient);
  margin-bottom: 0px;
}
.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
  margin-right: 20px;
  border-radius: 50%;
  --size: 55px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-right {
  transform: rotate(180deg);
  margin-top: -8px;
}
.arrow {
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.arrow:hover {
  transform: translateX(-15px);
}
.payment-modes img {
  background: rgb(69 75 117);
  border-radius: 5px;
  width: 15%;
}
.w-25 {
  width: 25% !important;
}
.w-35 {
  width: 35% !important;
}
.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
.social-icons i {
  font-size: 18px;
  color: #ffffff;
  border: white solid 1px;
  padding: 15px;
  border-radius: 50%;
}
.right-side-box:hover {
  cursor: pointer;
}
.mob-bg {
  background-image: url(../../images/game-features/mob-bgg.webp);
  width: 1120px;
  height: 670px;
  position: absolute;
  left: 15%;
  bottom: 15%;
  z-index: 0;
}
.flex-new {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img4-game {
  background-image: url(../../images/game-features/withdrawal.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 35%;
  top: -20%;
  z-index: 0;
}
.img3-game {
  background-image: url(../../images/game-features/refer.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 35%;
  top: -20%;
  z-index: 0;
}
.img2-game {
  background-image: url(../../images/game-features/earn.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 35%;
  top: -20%;
  z-index: 0;
}
.img1-game {
  background-image: url(../../images/game-features/support.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 35%;
  top: -20%;
  z-index: 0;
}
.start-ludo {
  display: flex;
  flex-direction: row;
}
.list-style-2 li {
  position: relative;
  padding: 2px 0 0 10px;
  margin: 10px 0 0;
  list-style-image: url(/images/white-bullet.webp);
  line-height: 27px;
  font-family: stolzl-b;
}
.list-style-2 {
  padding-left: 20px;
}
.lh-35 {
  line-height: 35px !important;
}
.game-features-shadow {
  filter: drop-shadow(-20px 16px 90px #a61581);
}
.game-features-shadow-blue {
  filter: drop-shadow(-20px 16px 90px #a61581);
}
.bg-blue-install {
  background: linear-gradient(172deg, #111a3f 0%, #253266 100%);
  border: 2px solid #5d70ba;
  border-radius: 20px;
  width: 100%;
  box-shadow: 1px 1px 5px lightgrey;
  padding: 15px 10px;
}
.img-shadow1 {
  background: #3636d5;
  width: 350px;
  height: 300px;
  filter: blur(153px);
  transform: translate(0rem, -28%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow2 {
  background: #3636d5;
  width: 350px;
  height: 300px;
  filter: blur(153px);
  transform: translate(-30rem, -88%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
start-ludo {
  display: flex;
  flex-direction: row;
}
.list-style-2 li {
  position: relative;
  padding: 2px 0 0 10px;
  margin: 10px 0 0;
  list-style-image: url(/images/white-bullet.webp);
  line-height: 27px;
  font-family: stolzl-b;
}
.modes-color-display {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.option {
  flex: 1;
  background: linear-gradient(172deg, #111a3f 0%, #253266 100%);
  border: 2px solid #5d70ba;
  box-shadow: 1px 1px 5px lightgrey;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.icon {
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.about-us-icon-img {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  align-items: center;
  gap: 25px;
}
.rating {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.about-us-icon-img .hr {
  height: 38px;
  width: 1px;
  background-color: #011f65;
}
.about-us-icon-img .about-us-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.customer-review-hr {
  height: 180px;
  width: 1px;
  background-color: #5165ad;
}
.table-bg {
  background-color: #19235b;
}
.img-shadow-rules {
  background: #3636d5;
  width: 230px;
  height: 230px;
  filter: blur(34px);
  transform: translate(9rem, 0%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-demo {
  background: #3636d5;
  width: 280px;
  height: 280px;
  filter: blur(50px);
  transform: translate(8rem, 4%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-start {
  background: #3636d5;
  width: 320px;
  height: 220px;
  filter: blur(50px);
  transform: translate(3rem, 6%);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-game-mode-one {
  background: #3636d5;
  width: 200px;
  height: 120px;
  filter: blur(45px);
  transform: translate(2rem, 4rem);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-game-mode-two {
  background: #3636d5;
  width: 200px;
  height: 120px;
  filter: blur(45px);
  transform: translate(27rem, 10rem);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-classic {
  background: #3636d5;
  width: 200px;
  height: 200px;
  filter: blur(45px);
  transform: translate(-1rem, 0rem);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-classic {
  background: #3636d5;
  width: 200px;
  height: 200px;
  filter: blur(45px);
  transform: translate(-1rem, 0rem);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-helpful-tips {
  background: #3636d5;
  width: 280px;
  height: 280px;
  filter: blur(50px);
  transform: translate(11rem, 20%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-ludo-tips {
  background: #3636d5;
  width: 300px;
  height: 300px;
  filter: blur(50px);
  transform: translate(5rem, 27%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-ludo-tricks {
  background: #3636d5;
  width: 220px;
  height: 220px;
  filter: blur(50px);
  transform: translate(4rem, 27%);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-strategies {
  background: #3636d5;
  width: 350px;
  height: 260px;
  filter: blur(75px);
  transform: translate(3rem, 18%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-conditions-to-win {
  background: #3636d5;
  width: 450px;
  height: 450px;
  filter: blur(45px);
  transform: translate(7rem, 35%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-android {
  background: #3636d5;
  width: 380px;
  height: 380px;
  filter: blur(75px);
  transform: translate(6rem, 35%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.img-shadow-safe {
  background: #3636d5;
  width: 200px;
  height: 200px;
  filter: blur(45px);
  transform: translate(2rem, 3rem);
  position: absolute;
  z-index: 0;
  border-radius: 100px;
}
.img-shadow-benefits {
  background: #3636d5;
  width: 220px;
  height: 220px;
  filter: blur(50px);
  transform: translate(6rem, 25%);
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.z-index-more {
  z-index: 9 !important;
  position: relative;
}
p {
  margin-top: 0;
}
.policy-shadow {
  filter: drop-shadow(5px -101px 68px #3636d5);
}
.policy-shadow-mobile {
  filter: drop-shadow(-25px -1px 68px #3636d5);
}
.w-85 {
  width: 85%;
}
.line-height-22 {
  line-height: 22px !important;
}
.menu-active {
  background: rgb(255, 199, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 239, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: stolzl-500 !important;
}
.w-lg-75 {
  width: 75%;
}
.banner-text-below {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.thm-btn1 {
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  font-family: stolzl-400;
  color: #2a2833 !important;
  padding: 8px 70px;
  border-radius: 50px;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.thm-btn1:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50px;
  background: rgb(255, 199, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 239, 0, 1) 100%
  );
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.thm-btn1 span {
  position: relative;
}
.thm-btn1:hover {
  color: #000000;
}
.thm-btn1:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.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: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.style_downloadbtn__empire:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 50px;
  height: calc(100% + 8px);
  background: var(--white);
  opacity: 0.35;
  background-blend-mode: color;
  transform: skew(-50deg);
  animation: style_blendingOverlay__UsBtz 5s infinite;
  animation-timing-function: linear;
  z-index: 0;
  filter: blur(4px);
  display: block;
}
@keyframes style_blendingOverlay__UsBtz {
  0% {
    left: -30%;
  }
  to {
    left: 160%;
  }
}
.bottomMenu.rummy-bottom-menu {
  background-color: #003507 !important;
}
.bottomMenu {
  position: fixed;
  bottom: -2px;
  color: #000;
  width: 100%;
  height: 60px;
  background-color: #000a38;
  z-index: 1;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 40px 0;
  filter: drop-shadow(2px 4px 9px #000a38);
}
.hide {
  opacity: 0;
}
.show {
  opacity: 1;
}
img.star-shadow {
  width: 7%;
}
.text-blue {
  color: #81aaec;
}
.icon-bg {
  background-color: #032867;
  padding: 1rem;
  border-radius: 20px;
}
.icon-icon-bg {
  background-color: #283069;
  padding: 1rem;
  border-radius: 20px;
}
.language-link {
  border: 1px solid #8a9cdb;
  padding: 5px 32px !important;
  border-radius: 50px;
  display: inline-block !important;
}
.green-text-gradient {
  color: #008d17;
  background-image: -webkit-linear-gradient(90deg, #008d17 0%, #24ff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.vl {
  height: 38px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.card-bg {
  background-color: #283069;
  border-radius: 15px;
}
.card-bg-mob {
  background-color: #242a54;
}
.w-95 {
  width: 95% !important;
}
.w-90 {
  width: 90% !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.image-border {
  border: 2px solid yellow;
  border-radius: 50%;
}
.media1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.logo-move {
  position: absolute;
  left: 4rem;
  top: 0rem;
  animation: ImgBounce 4s ease-in-out 0s infinite alternate;
}
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(60px);
  }
}
.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.youtube-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.youtube-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 60%;
  max-height: 60%;
}
.d-ruby {
  display: ruby !important;
}
.d-contents {
  display: contents !important;
}
.social-icons-m {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.social-icons-m i {
  font-size: 18px;
  color: #ffffff;
  border: white solid 1px;
  padding: 10px;
  border-radius: 50%;
}
.custom-bullets {
  list-style-type: none;
  margin-left: -32px;
}
.custom-bullets > li {
  background-image: url(../../images/bullets.webp);
  background-repeat: no-repeat;
  background-position: 0 0.38em;
  padding-left: 30px;
  margin-bottom: 10px;
}
.payment-modes-snake img {
  background: #085972;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-snake {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.icon-bg-snake {
  background-color: #004054;
  padding: 1rem;
  border-radius: 20px;
}
.text-snake {
  color: #1389a1 !important;
}
.text-snake-hr {
  background-color: #1389a1 !important;
}
.review-box-snake {
  border-radius: 3px;
  padding: 30px;
  background: #003647;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-snake .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-snake h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-snake p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-snake-bg {
  background: #002631;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-widget__links-snake li a:hover {
  color: #1389a1a4;
}
.footer-widget__links-snake li a {
  font-size: 15px;
  color: #1389a1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-snake li + li {
  margin-top: 17px;
}
.footer-widget__links-snake li {
  line-height: 0.7em;
}
.footer-bottom-snake {
  border-top: 2px solid #004a59;
  padding: 1% 0 4% 0;
}
.header-navigation-snake ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.language-link-snake {
  border: 1px solid #1389a1;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-snake {
  background: #003647;
  padding: 20px 0 20px 0;
}
.payment-modes-ludo img {
  background: #032867;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-ludo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.text-ludo {
  color: #678cc3 !important;
}
.text-ludo-hr {
  background-color: #345bbf !important;
}
.review-box-ludo {
  border-radius: 3px;
  padding: 30px;
  background: #032867;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-ludo .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-ludo h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-ludo p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-ludo-bg {
  background: #000a38;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-widget__links-ludo li a:hover {
  color: #81aaecad;
}
.footer-widget__links-ludo li a {
  font-size: 15px;
  color: #81aaec;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-ludo li + li {
  margin-top: 17px;
}
.footer-widget__links-ludo li {
  line-height: 0.7em;
}
.footer-bottom-ludo {
  border-top: 2px solid #004a59;
  padding: 1% 0 4% 0;
}
.header-navigation-ludo ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
footer.footer- {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.language-link-ludo {
  border: 1px solid #6d5ddb;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-ludo {
  background: #032867;
  padding: 20px 0 20px 0;
}
.footer-bottom-ludo {
  border-top: 2px solid #001689;
  padding: 1% 0 4% 0;
}
.payment-modes-callbreak img {
  background: #372d7a;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-callbreak {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.text-black {
  color: black !important;
}
.text-callbreak {
  color: #8f84db !important;
}
.text-callbreak-hr {
  background-color: #6d5ddb !important;
}
.review-box-callbreak {
  border-radius: 3px;
  padding: 30px;
  background: #372d7a;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-callbreak .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-callbreak h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-callbreak p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.border-5 {
  border: 5px solid rgb(255, 199, 0) !important;
}
.w-13 {
  width: 13%;
}
footer.footer-callbreak-bg {
  background: #1d0b45;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-widget__links-callbreak li a:hover {
  color: #756aba9a;
}
.footer-widget__links-callbreak li a {
  font-size: 15px;
  color: #8f84db;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-callbreak li + li {
  margin-top: 17px;
}
.footer-widget__links-callbreak li {
  line-height: 1.2em;
}
.footer-bottom-callbreak {
  border-top: 2px solid #351875;
  padding: 1% 0 4% 0;
}
.header-navigation-callbreak ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
footer.footer-callbreak {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.language-link-callbreak {
  border: 1px solid #3770c5;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-callbreak {
  background: #372d7a;
  padding: 20px 0 20px 0;
}
.callbreak-card {
  background-color: #372d7a;
  border-radius: 20px;
}
.drop-shadow-callbreak {
  filter: drop-shadow(-80px 0px 110px #4b3ab1);
}
.icon-bg-callbreak {
  background-color: #372d7a;
  padding: 1rem;
  border-radius: 20px;
}
.payment-modes-rummy img {
  background: #004409;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-rummy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.icon-bg-rummy {
  background-color: #004409;
  padding: 1rem;
  border-radius: 20px;
}
.text-rummy {
  color: #67b072 !important;
}
.text-avaitor {
  color: #ffffff82 !important;
}
.text-rummy-hr {
  background-color: #228300 !important;
}
.review-box-rummy {
  border-radius: 3px;
  padding: 30px;
  background: #004409;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-rummy .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-rummy h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-rummy p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-rummy-bg {
  background: #003507;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-widget__links-rummy li a:hover {
  color: #67b07295;
}
.footer-widget__links-rummy li a {
  font-size: 15px;
  color: #67b072;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-rummy li + li {
  margin-top: 17px;
}
.footer-widget__links-rummy li {
  line-height: 0.7em;
}
.header-navigation-rummy ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
footer.footer- {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.language-link-rummy {
  border: 1px solid #6d5ddb;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-rummy {
  background: #004409;
  padding: 20px 0 20px 0;
}
.footer-bottom-rummy {
  border-top: 2px solid #1c6815;
  padding: 1% 0 4% 0;
}
.payment-modes-skillpatti img {
  background: #631414;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-skillpatti {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.text-skillpatti {
  color: #e37c7c !important;
}
.text-skillpatti-hr {
  background-color: #a75151 !important;
}
.review-box-skillpatti {
  border-radius: 3px;
  padding: 30px;
  background: #631414;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-skillpatti .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-skillpatti h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-skillpatti p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-skillpatti-bg {
  background: #270000;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-widget__links-skillpatti li a:hover {
  color: #a75151;
}
.footer-widget__links-skillpatti li a {
  font-size: 15px;
  color: #e37c7c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-skillpatti li + li {
  margin-top: 17px;
}
.footer-widget__links-skillpatti li {
  line-height: 0.7em;
}
.footer-bottom-skillpatti {
  border-top: 2px solid #490000;
  padding: 1% 0 4% 0;
}
.header-navigation-skillpatti ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #a75151;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
footer.footer-skillpatti {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.language-link-skillpatti {
  border: 1px solid #a75151;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-skillpatti {
  background: #631414;
  padding: 20px 0 20px 0;
}
.skillpatti-card {
  background-color: #a75151;
  border-radius: 20px;
}
.drop-shadow-skillpatti {
  filter: drop-shadow(-80px 0px 110px #4b3ab1);
}
.icon-bg-skillpatti {
  background-color: #871515;
  padding: 1rem;
  border-radius: 20px;
}
.bg-about-ludo-empire {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.263);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 2rem 5rem;
}
.bg-refer-ludo-empire {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.263);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 1rem 2rem 2rem 2rem;
}
.about-ludo-empire-drop-shadow {
  filter: drop-shadow(30px -20px 170px #003a91);
}
.refer-drop-shadow {
  filter: drop-shadow(10px -20px 150px #003b95);
}
.img-about-align {
  transform: translate(0, 2.5rem);
}
th,
td {
  text-align: left;
  padding: 8px;
  border: 1px solid #4f5db5;
  color: #fff;
  font-family: stolzl-300;
  font-size: 15px;
}
.social-icons-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
}
.social-icons-mobile > a {
  padding: 10px 18px;
  border-radius: 40px;
}
.social-icons-mobile > a:hover {
  background-color: none;
}
h2.blog-heading {
  font-family: "stolzl-500";
  font-size: 28px;
  line-height: 40px;
  padding: 0 2% 0 0%;
  text-align: left;
  text-transform: capitalize;
}
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}
.inner-blog {
  background-image: url(../../images/blogs/inner-blog.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.bg-extra-dark-gray {
  background-color: #1c1c1c;
}
.small-screen {
  height: 320px;
}
.text-blog-gradient {
  background: rgb(43, 43, 43);
  background: linear-gradient(10deg, #efe9e9 50%, #ffcf49 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(4px 2px 8px #00000087);
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.font-weight-700 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .inner-blog {
    background-image: url(/images/blogs/inner-blog.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .parallax {
    background-position: center;
  }
}
@media (max-width: 1050px) {
  .parallax {
    background-attachment: inherit;
  }
}
.custom-read-more-btn {
  background: linear-gradient(
    0deg,
    rgba(255, 199, 0, 1) 6%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 239, 0, 1) 100%
  );
  border-radius: 100px;
  display: inline-block;
  padding: 4px 20px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.custom-read-more-btn:hover {
  background: linear-gradient(
    0deg,
    rgba(255, 239, 0, 1) 0%,
    rgba(252, 238, 33, 1) 50%,
    rgba(255, 199, 0, 1) 100%
  );
  box-shadow: 0 5px 15px rgba(255, 199, 0, 0.4);
  transform: translateY(-1px) 0.6s;
  color: black;
}
@media (max-width: 768px) {
  .custom-read-more-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .text-blogs {
    font-size: 14px !important;
    line-height: 25px !important;
    margin: 10px 0 12px !important;
  }
  .text-blog-heading {
    font-size: 19px !important;
    line-height: 28px !important;
  }
  .text-small {
    font-size: 14px !important;
    line-height: 24px;
  }
}
.text-blogs {
  font-family: stolzl-400;
  color: #222222;
  font-size: 16px;
  line-height: 25px;
  margin: 8px 0 12px;
}
.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 22%;
  right: 0%;
  width: 70px;
  display: flex;
  flex-direction: column;
}
.sticky-icon a {
  transform: translate(21px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(5px, 0px);
}
.sticky-icon a i.fa-facebook {
  color: #fff;
}
.sticky-icon a i {
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.sticky-icon a i.fa-linkedin {
  color: #fff;
}
.sticky-icon a i {
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.linkedins {
  background-color: #0a66c2;
  color: #fff;
}
.facebooks {
  background-color: #2c80d3;
  color: #fff;
}
.whatsapps {
  background-color: #41ea5f;
  color: #fff;
}
.twitters {
  background-color: black;
  color: #fff;
}
.text-blog-heading {
  font-size: 28px;
  line-height: 32px;
}
ol li {
  list-style-type: decimal;
  color: black;
  font-family: stolzl-500;
  margin-bottom: 20px;
}
.reduced-line-height td,
.reduced-line-height th {
  line-height: 1.2;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #cda000;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  padding-right: 10px;
  color: black;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #cda000;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 0em 1.5em 0em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: rgba(255, 199, 0, 1);
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 18em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.pagination {
  position: relative;
  background: #fff;
  display: flex;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgb(0, 0, 0, 0.2);
}
.pagination li {
  list-style: none;
  line-height: 50px;
  margin: 0 5px;
  font-family: stolzl-500;
  font-size: 16px;
}
.pagination li.page-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.pagination li a {
  display: block;
  text-decoration: none;
  color: #777;
  border-radius: 50%;
}
.pagination li.page-number:hover a,
.pagination li.page-number.active a {
  background: #333;
  color: #fff;
}
.pagination li:first-child {
  margin-left: 30px;
  font-weight: 700;
  font-size: 20px;
}
.pagination li:last-child {
  margin-right: 30px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 575px) {
  .pagination .page-link {
    padding: 0.5rem 0.75rem;
  }
}
.banner-image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.rays-image {
  position: absolute;
  top: 610px;
  left: -180px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: opacity(0.5);
}
.banner-image {
  position: relative;
  width: 90%;
  transform: translate(-4rem, 3rem);
  z-index: 2;
}
@media (max-width: 768px) {
  .banner-image-container {
    max-width: 100%;
  }
  .banner-image {
    width: 100%;
    transform: translate(-2rem, 1.5rem);
  }
}
.certificate-img {
  width: 100%;
  height: auto;
  max-width: 772px;
  aspect-ratio: 772 / 117;
}
.logo-img {
  width: 65%;
  height: auto;
}
.padding-fb {
  padding: 10px 14px !important;
}
.games-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.game-item {
  flex: 0 0 calc(14% - 20px);
  max-width: calc(14% - 20px);
}
@media (max-width: 767px) {
  .games-flex {
    flex-direction: row;
    justify-content: center;
  }
  .game-item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

/* Hand Cricket */
.icon-bg-hand-cricket {
  background-color: #244073;
  padding: 1rem;
  border-radius: 20px;
}
.text-hand-cricket {
  color: #5d9af3 !important;
}
.text-hand-cricket-hr {
  background-color: #5d9af3 !important;
}
.review-box-hand-cricket {
  border-radius: 3px;
  padding: 30px;
  background: #003647;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-hand-cricket .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-hand-cricket h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-hand-cricket p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-hand-cricket-bg {
  background: #0f2b4c;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.footer-widget__links-hand-cricket li a:hover {
  color: #5d9af3c4;
}
.footer-widget__links-hand-cricket li a {
  font-size: 15px;
  color: #5d9af3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-hand-cricket li + li {
  margin-top: 17px;
}
.footer-widget__links-hand-cricket li {
  line-height: 0.7em;
}
.footer-bottom-hand-cricket {
  border-top: 2px solid #366cbc;
  padding: 1% 0 4% 0;
}
.header-navigation-hand-cricket ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.language-link-hand-cricket {
  border: 1px solid #1389a1;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-hand-cricket {
  background: #132e4e;
  padding: 20px 0 20px 0;
}
.payment-modes-hand-cricket img {
  background: #455e8c;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-hand-cricket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* Aviator game */
.icon-bg-aviator {
  background-color: #244073;
  padding: 1rem;
  border-radius: 20px;
}
.text-aviator {
  color: #5d9af3 !important;
}
.text-aviator-hr {
  background-color: #5d9af3 !important;
}
.review-box-aviator {
  border-radius: 3px;
  padding: 30px;
  background: #003647;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-aviator .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-aviator h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-aviator p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-aviator-bg {
  background: #712edd17;
  padding-top: 4rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ffffff1a;
}
.footer-widget__links-aviator li a:hover {
  color: #5d9af3c4;
}
.footer-widget__links-aviator li a {
  font-size: 15px;
  color: #ffffff82;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-aviator li + li {
  margin-top: 17px;
}
.footer-widget__links-aviator li {
  line-height: 1.2em;
}
.footer-bottom-aviator {
  border-top: 2px solid #ffffff84;
  padding: 1% 0 4% 0;
}
.header-navigation-aviator ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.language-link-aviator {
  border: 1px solid #1389a1;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-aviator {
  background: #372036;
  padding: 20px 0 20px 0;
}
.payment-modes-aviator img {
  background: #372036;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-aviator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.box-aviator {
  background-color: #ffffff0a;
  border-radius: 25px;
  padding: 1rem 2rem;
}

.bg-elements-custom-goal {
  background: #ffffff1a;
  padding: 20px 0 20px 0;
}

/* Goal game */
#bg-goal {
  background-color: #0a0027;
}
.icon-bg-goal {
  background-color: #244073;
  padding: 1rem;
  border-radius: 20px;
}
.text-goal {
  color: #ffffff80 !important;
}
.text-goal-hr {
  background-color: #ffffff80 !important;
}
.review-box-goal {
  border-radius: 3px;
  padding: 30px;
  background: #003647;
  border-radius: 1em;
  border: 3px solid transparent;
}
.review-box-goal .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
.review-box-goal h5 {
  margin: 0;
  font-family: stolzl-500;
  font-size: 30px;
}
.review-box-goal p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #7d8597;
}
.w-13 {
  width: 13%;
}
footer.footer-goal-bg {
  background: #712edd1a;
  padding-top: 4rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ffffff1a;
}
.footer-widget__links-goal li a:hover {
  color: #5d9af3c4;
}
.footer-widget__links-goal li a {
  font-size: 15px;
  color: #ffffff82;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-goal li + li {
  margin-top: 17px;
}
.footer-widget__links-goal li {
  line-height: 0.7em;
}
.footer-bottom-goal {
  border-top: 2px solid #ffffff84;
  padding: 1% 0 4% 0;
}
.header-navigation-goal ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 16px;
  font-family: stolzl-400;
  color: #8a9cdb;
  position: relative;
}
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.language-link-goal {
  border: 1px solid #1389a1;
  padding: 12px 50px !important;
  border-radius: 50px;
}
.bg-elements-custom-goal {
  background: #712edd1c;
  padding: 20px 0 20px 0;
}
.payment-modes-goal img {
  background: #ffffff00;
  border-radius: 5px;
  width: 15%;
}
.payment-modes-goal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.box-goal {
  background-color: #ffffff0a;
  border-radius: 25px;
  padding: 1rem 2rem;
}

/* YouTube Testimonials */
/* Testimonial Videos Grid Styles */
.video-testimonials-grid {
  margin-top: 30px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.video-container:hover {
  transform: scale(1.01);
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-icon:before {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.youtube-iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/* Media Queries for Responsive Design */
@media (max-width: 992px) {
  .video-container {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .youtube-icon {
    width: 50px;
    height: 35px;
  }

  .youtube-icon:before {
    border-width: 9px 0 9px 15px;
  }

  .close-btn {
    top: -35px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .youtube-icon {
    width: 40px;
    height: 28px;
  }

  .youtube-icon:before {
    border-width: 7px 0 7px 12px;
  }
}

.game-flex {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.game-flex img {
  width: 180px;
}








/* google translate starts */

/* Style for the text "Select Language" in the translate button */
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #ff0101 !important;
}

/* Remove any border from spans inside the translate button */
.goog-te-gadget-simple span {
  border: none !important;
}

/* Hide the Google Translate icon */
.goog-te-gadget-icon {
  display: none !important;
}

/* Container element positioning (currently commented out) */
#google_translate_element {
  /* Positioning styles commented out */
}

/* Transform text to capitalize in the gadget */
.goog-te-gadget {
  text-transform: capitalize;
}

/* Main translate button styling */
.goog-te-gadget-simple {
  background-color: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.50) !important;
  padding: 0 4px !important;
  color: white !important;
  font-family: stolzl-400 !important;
  border-radius: 15px !important;
  font-size: 0.8rem !important;
  line-height: 2rem !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}

/* Control width of dropdown menu */
.goog-te-menu2 {
  max-width: 100%;
}

/* Styling for the menu value text */
.goog-te-menu-value {
  color: #fff !important;
}

/* Material Icons styling before menu value (currently unused) */
.goog-te-menu-value:before {
  /* Icon styling */
}

/* Hide the 5th span element in menu value */
.goog-te-menu-value span:nth-child(5) {
  display: none;
}

/* Style for dropdown arrow container */
.goog-te-menu-value span:nth-child(3) {
  border: none !important;
  font-family: stolzl-400 !important;
}

/* Dropdown arrow icon styling */
.goog-te-menu-value span:nth-child(3):after {
  /* Icon styling */
  padding: 2px !important;
}

/* Google Translate icon styling (hidden) */
.goog-te-gadget-icon {
  /* Icon styling properties */
  padding: 2px !important;
}

/* Hide the Google Translate top banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Remove default body offset added by Google Translate */
body {
  top: 0px !important;
}

/* Mobile responsive styles */
@media (max-width: 667px) {
  #google_translate_element {
    /* Mobile positioning and sizing */
  }

  /* Mobile specific gadget width */
  goog-te-gadget {
    width: 100% !important;
  }

  /* Mobile translate interface width */
  .skiptranslate {
    width: 100% !important;
  }

  /* Mobile button width and alignment */
  .goog-te-gadget-simple {
    /* width: calc(100% - 32px) !important; */
    margin: 8px 0 0 15px;
  }
}

/* google translate ends */

.tournament-shadow {
  filter: drop-shadow(-25px -65px 241px #3636d5);
}
.tornament-card-bg{
  background:#1b1f42;
  border-radius:20px;
  width:100%;
  padding:15px;
  
}


.img-test{
  width: 60%;
  height: 100%;
  object-fit: cover;
}




@media (max-width: 767px) {
  .img-test{
    width: 55%;
  }
  .tornament-card-bg{
    height:330px;
  }
}


/* Navigation arrows styling */
.swiper-navigation-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.swiper-button-prev-winners,
.swiper-button-next-winners {
  background-color:#00144f;
  color: #fff;
  border: none;
  border :2px solid #81aaec;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.swiper-button-prev-winners:hover,
.swiper-button-next-winners:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.swiper-button-prev-winners:focus,
.swiper-button-next-winners:focus {
  outline: none;
}

/* Ensure the swiper container has proper spacing */
.swiper-testimonial {
  padding-bottom: 10px;
}

.user-post1 {
  font-size: 15px;
  margin-top: -4px !important;
  font-family: stolzl-400;
  line-height: 26px;
}



.small-div {
  display: flex;
  flex-direction: column;
  border: 1px solid #505C9B;
  border-radius: 15px;
  padding: 10px 20px;
  background-color: #11207373;
  height:250px
}
.small-div > div {
  padding: 10px 0;
}
.bg-game-mode {
  position: absolute;
  z-index: -10;
  width: 50rem;
  top: -36%;
  left: -51%;
}
.bg-top {
  border: 1px solid #f5f5f536;
  border-radius: 15px;
  background-color: #ffffff03;
  padding: 30px;
}
.drop-icon{
  filter: drop-shadow(0px 0px 25px #4145F6);
}

.policy-shadow-mobile2 {
  filter: drop-shadow(-8px -26px 87px #3636d5);
}
.new-display1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.w-40 {
  width: 40% !important;
}
.shadow-effect {
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 255, 0.2)) drop-shadow(-37px -22px 55px #3636d5);
}
.responsive-logo {
  width: 100px;
}
.review-box1 {
    border-radius: 3px;
    padding: 30px;
    /* height: 500px; */
    background: #283069;
    border-radius: 1em;
    border: 3px solid transparent;
}