@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


body p,
h6 {
  font-family: 'Arial', sans-serif;
}

body h5 {
  font-family: 'metropolis', 'sans-serif';
}

body h1,
h2,
h3,
h4 {
  font-family: 'bebas neue', sans-serif;

}

img {
  max-width: 100%;
  height: auto;
}

.navbar-toggler-icon {
  background-image: url(../image/bar.png);
}

.navbar-brand {
  display: contents;
}

.navbar-brand img {
  max-width: 8%;
  height: auto;
}

.topheader {
  background-color: #000;

  /* padding: 1rem 0; */
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item {
  font-family: 'bebas neue', sans-serif;
  font-size: 20px;


}

.nav-item a {
  /* border: 2px solid transparent; */
  margin: 3px;
  color: #ffffff;
  /* border-radius: 5px; */
  opacity: 0.9;
}

.nav-item a:hover {
  transition: 2s ease;
}

.nav-item .nav-link {
  color: #fff;
  margin-right: 10px;
  padding: .375rem .75rem;
}


.nav-link:hover {
  background: linear-gradient(#2BA4E8, #16D2FC);
  border-radius: 5px;
}

.navbar-nav .nav-item .dropdown .btn {
  font-size: 20px;

}

.dropdown-menu {
  background: linear-gradient(#2BA4E8, #16D2FC);

}

.btn-secondary {
  margin-right: 10px;
  color: #fff;
  background-color: #211C55;
  border-color: #211C55;
}

.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(#2BA4E8, #16D2FC);

}


/* ----------------------
-------Hero CSS-------
---------------------- */

.hero {
  /* padding: 130px 0; */
  /* background-image: url(../image/herobg1.png); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: top center; */
  /* background-color: #3F3888; */
  background: linear-gradient(180deg, #9929ea, #240b44);
  height: auto;
  max-width: 100%;
}

#herobgimg2{
  align-content: center;
  /* padding: 130px 0; */
}
/* #heroimg3{
  padding-bottom: 130px 0;
} */

/* #herobgimg2{
  background-image: url(../image/herobgcol.png);
  background-repeat: no-repeat;
  

} */

#herohding {
  color: #FFDB30;
  font-weight: 600;
  font-size: 50px;
}

.hero h5 {
  color: #fff;
  font-size: 3.25rem;
}



.custombtn{
  /* -webkit-transform: scale(1) rotate(180deg); */
 transform: scale(1) rotate(180deg);
}

.custombtn h4{
  /* -webkit-transform: scale(1) rotate(180deg); */
 transform: scale(1) rotate(180deg);
}

.custombtn {
  width: 60%;
  height: auto;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


.btn {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);

}

.btn:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}

.btn:hover {
  /* background: transparent; */
  -webkit-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}

.btn:hover::after {
  -webkit-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
.custom-btn h3{
  margin-bottom: 0;
}

.custom-btn {
  width: 45%;
  height: auto;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);

}

.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}

.btn-9:hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}

.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}


/* .hero button {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #232A60;
  background: linear-gradient(#2BA4E8, #16D2FC);
  text-align: center;
  padding: 10px 40px;
  width: 80%;
  bottom: 0;
  font-size: 26px;
  font-weight: 600;
}



button h4 {
  font-size: 30px;
  font-weight: 500;
  margin: auto;
} */




.hero p {
  color: #fff;
  font-size: 25px;
  margin-top: 7px;
}


/* ----------------------
-------whyplay CSS-------
---------------------- */

.whyplay {
  background-color: #3F3888;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 35px;
  margin-top: -28px;
  box-shadow: rgba(0, 0, 0, 0.3) 6px 10px 8px;
  margin-bottom: 50px;
}

.imgbox {
  display: inline-block;
  background-color: #211C55;
  border-radius: 7px;
  padding: 10px;
  text-align: center;

}

.whyplay h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;

}

.taajgames .col-lg-3 {
  text-align: center;
}

/* #gamesbox {
  text-align: center;

} */


.taajgames {
  display: flex;
}

.taajgames p {
  color: #fff;
  margin-top: 15px;
}



#skillh3 {
  color: #7a51b2;
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
}

.skill {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;

}

/* .skill button {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #232A60;
  background: linear-gradient(#2BA4E8, #16D2FC);
  text-align: center;
  padding: 10px 40px;
  margin-top: 15px;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 25.3rem;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
}

button h4 {
  font-size: 30px;
  font-weight: 500;
  margin: auto;
} */

#winpara {
  color: #7a51b2;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}


#diffludo {
  /* display: flex; */
  justify-content: center;
  text-align: center;
  padding-bottom: 35px;
}

#diffludo img {
  max-width: 100%;
  height: auto;
  margin: 10px;
  margin: auto;

}

#diffludo h4 {
  text-align: center;
  color: #3F3888;
  margin-top: 10px;
}

/* --------------------------
  --have a look Ludo pk css---
  -------------------------- */

.third-sec {
  background-color: #3F3888;
  text-align: center;

  padding: 20px 0;
}

.third-sec h3 {
  color: #fff;
  font-weight: 100;
  font-size: 40px;

}

/* .col-md-4 {
    text-align: center;
} */

#mobilepic {
  display: flex;
  padding: 25px 0;
  justify-content: center;
}

.steps span {
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

.third-sec p {
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

/* section.third-sec .step_box .steps::before {
  content: '';
  background-image: url(../image/steps_arrow.png);
  width: 40px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -5px;
} */


section.how_to_download .how_to_download_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0 0px;
}
.how-to-play-boxes-main {
  background: linear-gradient(180deg, #9929ea, #240b44);
  padding: 25px;
  margin: 40px 0 0px;
  border-radius: 25px;
  box-shadow: 0 0 10px 0px #962edd;
}

section.how_to_download .how_to_download_boxes .steps {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  color: #fff;
  font-weight: 600;
}
section.how_to_download .how_to_download_boxes .box {
  width: 32%;
  position: relative;
}

section.how_to_download .how_to_download_boxes .box::before {
  content: '';
  background-image: url(../image/steps_arrow.png);
  width: 40px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 5px;
}

section.how_to_download .how_to_download_boxes .box:last-child::before {
  display: none;
}


section.how_to_download .how_to_download_boxes .box img {
  width: 100%;
  margin: 0 0 0px;
  background: #ffffff69;
  padding: 10px 15px 15px;
  text-align: center;
  border-radius: 0px 0px 25px 25px;
}


/* --------------------------
-----------FAQs css-----------
-------------------------- */



.faqs {
  padding: 30px 0;
}

.faqs h3 {
  color: #7a51b2;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.que-arrow {
  display: flex;
  align-items: center;
}

.faq-question {
  color: #000;
}

.faq-item {
  border-bottom: 1px solid #800080;
  padding: 1em 0;
}

.faq-question {
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0.5em;
}

.faq-arrow {
  float: right;
  font-size: 1.5em;
  cursor: pointer;
}

.active .faq-answer {
  display: block;
  color: #46464C;
  font-size: 19px;
  padding-left: 0px;
}

.active .faq-arrow {
  transform: rotate(180deg);
}



/* --------------------------
-----------footer css-----------
-------------------------- */


/* .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
  } */

/* .section {
    text-align: left;
  } */

footer {
  /* background-color: #211C55; */
  background: linear-gradient(180deg, #9929ea, #240b44);
  padding: 40px 0;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

footer ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0px;
  color: #fff;
}

.item {
  margin-bottom: 10px;
  font-size: 14px;
}

.item a {
  text-decoration: none;
  color: #fff;
}

.logo {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}


footer h1 {
  text-align: center;
  font-size: 48px;
  margin-top: 50px;
  color: #fff;

}


.list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.socialmedia a {
  text-decoration: none;

}

.socialmedia i {
  content: "\ecbb";
  padding: 10px;
  background-color: #9086EE;
  color: #fff;
  border-radius: 25px;
  font-size: 25px;
}

.payment-icon {
  display: flex;
  max-width: 60%;
  gap: 20px;
}

/* .payment-icon img{
  margin-right: 10px;
} */

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}



/* --------------------------
-----------contact-us page css-----------
-------------------------- */



.contact {
  text-align: center;
  padding: 30px 0;

}

.contact h3 {
  color: #3F3888;
  font-size: 40px;
  margin-bottom: 30px
}

/* .contact-box h6{
  font-size: 25px;
  font-weight: 600;
}

.contact-box p{
  color: #46464C;
  font-size: 18px;
} */

.contact h6 {
  font-size: 25px;
  font-weight: 600;
}

.contact p {
  color: #46464C;
  font-size: 18px;
}

#con-in-detail {
  margin-top: 80px;
}

#form-sec1 {
  margin-top: 80px;
}

#form-sec2 {
  margin-top: 80px;
  align-content: center;
}


.form-box {
  width: 600px;
  height: auto;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #252551;
  margin-top: 0px;
}

.input-detail {
  display: flex;
  gap: 10px;

}

.input-field {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: white;

}

.input-field input {
  border: none;
  font-weight: 500;
}

.input-field::placeholder {
  color: #6c6c9e;
}

.icon {
  margin-right: 10px;
}

.icon i {
  color: #777777;
  font-size: 20px;
}

.message-field {
  width: 100%;
  height: 130px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: white;
  resize: none;
  font-weight: 500;

}

.send-button {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #232A60;
  background: linear-gradient(#2BA4E8, #16D2FC);
  text-align: center;
  padding: 3px 85px;
  margin-top: 15px;
}

.send-button h4 {
  font-weight: 100;
}


.email-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.email-box i {

  color: #777777;
  font-size: 20px;
}

.mail-detail {
  text-align: justify;
  padding-left: 15px;
}

.mail-detail p {
  margin-bottom: 0px;

}

#mail-id {
  font-weight: 700;
  font-size: 18px;

}

/* ---------------------------
-------classic-ludo css ---
--------------------------- */
/* 
.classic {} */

.classic h3 {
  color: #3F3888;
  font-size: 40px;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.classic-content {
  color: #52515A;
  line-height: 1.8;
  padding: 20px 0;
}

/* .classic-content p{
  font-size: 15px;
} */


#classic-para {
  text-align: justify;
  line-height: 2;
}

/* ---------------------------
-------timers-ludo css ---
--------------------------- */






/* ---------------------------
-------about-us css ---
--------------------------- */
.aboutus {
  padding: 30px 0;
}

.aboutus h3 {
  color: #3F3888;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;

}

#aboutimg {
  align-content: center;
}


.about-app .badge {
  background-color: #3F3888;

}

.about-app h2 {
  margin: 20px 0;
  color: #3F3888;

}

.about-app p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-bottom: 15px;
}

.download_btns img {
  width: 170px;
}

.pl-20 {
  padding-left: 20px;
}



.Privacy {
  padding: 30px 0;
}

.Privacy h3 {
  color: #7a51b2;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;

}

.policy_content ul li {
  margin-bottom: 20px;
  list-style: none;
}

.policy_content h4 {
  color: #3F3888;
}

.policy_content h5 {
  font-weight: 600;
  color: #3F3888;

}

.policy_content strong {
  color: #7a51b2;

}

.policy_content ol li {
  color: #000;

}

.policy_content b {
  /* color: #3F3888; */
  color: #000;


}


.footer_btm {
  border-top: 1px solid #fff;
  margin-top: 20px;
}

.copyright {
  font-size: 13px;
}

.copyright p {
  font-size: 13px;
}



/* ---------------------------
------- refund css -----------
--------------------------- */

.refund {
  padding: 30px 0;

}

.refund h3 {
  color: #3F3888;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;

}

#refundpolicy h4 {
  color: #3F3888;

}

#refundpolicy b {
  color: #3F3888;

}