/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #f6c605;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

.lgmDesign{}
.lgmDesign{}
.lgmDesign{}
.lgmDesign .modal-content{
  background: #000;
  border: none;
}
.lgmDesign .modal-body{
  padding: 0;
  background: none;
}
.lgmDesign .close{
    right: 0;
    position: absolute;
    border: none;
    background: #fff;
    z-index: 9;
    padding: 10px 15px;
}

.lgmDesign .user_card {
  margin: 0 auto;
  height: 400px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background: #111;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(91 91 91 / 19%);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.lgmDesign .brand_logo_container {
  /* position: absolute; */
  /* height: 170px; */
  /* width: 170px; */
  top: -75px;
  border-radius: 50%;
  background: #4e89fa;
  padding: 10px;
  text-align: center;
}
.lgmDesign .brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid white;
}
.lgmDesign .form_container {
  /* margin-top: 100px; */
}
.lgmDesign .form_container form{
  display: block;
  width: 70%;
}
.lgmDesign .form_container form p{
  font-size: 13px;
  text-align: center;
}
.lgmDesign .login_btn {
  width: 100%;
  text-transform: uppercase;
  background: #4e89fa !important;
  color: white !important;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.lgmDesign .login_btn:focus,
.lgmDesign .login_btn:hover {
  background: #fff !important;
  box-shadow: none !important;
  outline: 0px !important;
  color: #000 !important;
}
.lgmDesign input{
  border-radius: 50px;
  border: none;
  font-size: 13px;
  width: 100%;
}
.custom-control.custom-checkbox input{
  width:auto;
}
.custom-control.custom-checkbox label{
  color:#fff;
  font-size: 13px;
  vertical-align: text-top;
}
.lgmDesign input::placeholder{
  color: #eee;
  text-transform: capitalize;
  font-size: 13px;
}
.lgmDesign input,
.lgmDesign input:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.lgmDesign .links{
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.lgmDesign .links span{
  font-weight: 600;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #005099;
  text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #4e89fa;
}


@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #000;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4e89fa;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #005099;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header.header-scrolled {
  background: #fff;
  padding:0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  width:250px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 45px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #4e89fa;
}
.header.header-scrolled a {
    color: #000;
}

.navbar .getstarted, .navbar .getstarted:focus,
.getstartedMo, .getstartedMo:focus {
  background:#4e89fa;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff !important;
}
.getstartedMo{
  display: none;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #000;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #f6c605;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul,
  .navbar {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f6c605;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f6c605;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}



/*.hero {
  width: 100%;
  height:90vh;
}*/


.hero {
    width: 100%;
    height:95vh;
    background: url(../img/fan-cricket-bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;

}
.hero.main-banner { position:relative; }
.hero.main-banner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    height: 100%;
    width: 100%;
    background: url(../img/team-shape.png) no-repeat center bottom;
    background-size: contain;
    /* z-index: 1; */
}
.hero h1 {
    margin: 0;
    font-size: 5.5rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 5px 8px #000000;
    line-height: 1.1;
}

.hero h2 {
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
}

.hero-img img { width:350px; }
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #f6c605;
  box-shadow:0px 5px 30px rgb(255 248 228);
}
.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}

.features-bg {
    background-image: url(../img/main-top-banner-bg-new-desktop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}



.features .ktitle {
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    color: #fff;
}

.features .main_featurebox {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
}

.features .main_featurebox .feature_box {
    width: 21%;
    height: 325px;
    text-align: center;
    border: 2px #e5e5e5 dashed;
    box-shadow: 0px 4px 88px 25px rgb(7 69 141);
    border-radius: 46px;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-image: url(../img/slider-1.jpeg);
    background-repeat: no-repeat;
    overflow: hidden;
}


.features .main_featurebox .feature_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #005099a1;
    width: 100%;
    height: 100%;
}


.features .main_featurebox .feature_box img {
    margin-top: 60px;
    max-width: 100%;
    width: 125px;
    height: 125px;
    background: #4e89fa;
    padding: 20px;
    border-radius: 100%;
    border: #fff 5px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.features .main_featurebox .feature_box h4 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15%;
}


.features .main_featurebox .mgtop {
    margin-top: 150px;
}


.best-casinos .row,
.live-casino .row {
  margin: 0;
}

.best-casinos .row .col-md-2 {
  padding: 0 2px;
  margin-bottom: 4px;
}

.live-casino .row .col-md-3 {
  padding: 0 3px;
  margin-bottom: 6px;
}

.best-casinos img:hover,
.live-casino img: hover {
  filter: grayscale(50%);
}





.best-casinos .row .col-md-4 {
  padding: 0 2px;
  margin-bottom: 4px;
  transition: all ease-in-out 0.25s;
  overflow: hidden;
}


/* Circle */
.hover15 figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.hover15 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover15 figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}



.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: fit-content;
    background-color: #4e89fa;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-radius: 100px;
    margin: auto;
    margin-top: 40px;
    padding: 6px 25px;
}


.partner-section {
    background: linear-gradient(180deg, #c5e3ff 0%, rgba(255, 237, 237, 0) 77.72%);
    padding-bottom: 30px;
    padding-top: 53px;
}


.our-providers img {
    transition: 0.3s;
    filter: drop-shadow(2px 4px 3px black);
    border: 1px solid #fff;
    padding: 25px;
    height: 100px;
    object-fit: contain;
    border-radius: 15px;
    background: #4e89fa;
    width: 100%;
    margin-bottom: 15px;
}


@media (min-width: 1280px) {


  .best-casinos .row .col-md-3 {
    max-width: 20%;
  }
}




@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top:30px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size:25px;
  }
  .hero h2 {
    font-size: 20px;
  }
  .hero .hero-img img {
    width:45%;
  }


  .hero.main-banner:after {
    bottom: -1px;
}


}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background-color: #efefef;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px;
  margin: 20px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  border-radius: 20px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
.team .member .member-info {
  padding: 10px 15px 20px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.team .member:hover .social {
  right: 8px;
  opacity: 1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #003a6e;
    padding-top: 0;
    font-size: 14px;
}
.footer .footer-top {
  background: #fff url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  padding:30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  width: 200px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
    text-align: center;
    padding: 6px 0;
    color: #fff;
}

@media screen and (max-width: 767px) {

  .header.header-scrolled {
    padding: 15px 0px;
}

.header .logo img {
    width: 200px;
}


.navbar .getstarted, .navbar .getstarted:focus, .getstartedMo, .getstartedMo:focus {
    padding: 4px 15px 7px;
}

  .getstartedMo{
    display: inline-block;
  }
  .features .main_featurebox .feature_box {
    width: 46%;
    margin: 20px auto 20px;
    height: 180px;
}

.footer .footer-top {
    padding: 0;
}

.footer .footer-top .footer-info {
    margin-bottom: 0px;
}


}


@media screen and (max-width: 576px) {


.features-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.features .ktitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
}

  .features .main_featurebox {
    flex-direction: column;
    flex-wrap: nowrap;
}



  .features .main_featurebox .feature_box {
    width: 100%;
    height: 240px;
    margin: 15px auto 10px;
    display: flex;
    flex-direction: row-reverse;
  }

  .features .main_featurebox .feature_box img {
    margin-top: 45px;
    width: 90px;
    height: 90px;
}


}
