*{
    padding:0;
    margin:0;
    box-sizing: border-box;
 }
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
	 font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6,p{margin:0}
.container{max-width: 1100px;}
.play-section {
    padding-bottom: 100px;
    padding-top: 55px;
    position: relative;
}
.play-section::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../img/bg-section.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
	z-index: -1;
}
.play-section::before{
	position: absolute;
	content: '';
	width: 280px;
	height: 280px;
	left: -100px;
	bottom: 0;
	background: rgba(66, 212, 33, 0.6);
	opacity: 0.6;
	filter: blur(75px);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: -1;

}
.header a.navbar-brand:focus-visible {
    outline: 0;
}
.shadow-sec {
    position: absolute;
    width: 528px;
    height: 528px;
    top: -100px;
    background: rgba(66, 212, 33, 0.6);
    opacity: 0.6;
    filter: blur(75px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0;
    z-index: -1;
}
.play-img {
    position: relative;
}
.play-img::after {
    position: absolute;
    content: '';
    width: 552px;
    height: 552px;
    right: 0;
    top: -40px;
    background-image: url(../img/shadow-circle.png);
    z-index: -1;
}
.play-img img {
    width: 100%;
}
.play-section .row {
    align-items: center;
}
.play-content h1 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #14295E;
}
.play-content h1 b {
    font-weight: 700;
}
.play-content h1 span {
    color: #42D421;
    font-weight: 700;
}
.play-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 21px;
    color: #14295E;
    line-height: 26px;
    margin-top: 23px;
    max-width: 337px;
}
.login-btn a {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #00458F;
    padding: 10px 30px;
    border-radius: 216px;
    display: flex;
    justify-content: center;
    width: max-content;
    transition: all ease .5s;
    border: 1.05px solid #00458F
}
.play-content .login-btn {
    margin-top: 40px;
}
.play-content .login-btn a {
    padding: 12px 36px;
    position: relative;
}
.play-content .login-btn a::after {
    position: absolute;
    content: '';
    width: calc(100% + 5px);
    height: 100%;
    background: #00458F;
    left: 0;
    top: 0;
    border-radius: 216px;
    opacity: .3;
    z-index: -1;
}
a.sign-up {
    background: #fff;
    color: #393939;
}
.play-content .login-btn a::before {
    position: absolute;
    content: '';
    width: calc(100% + 10px);
    height: 100%;
    background: #00458F;
    left: 0;
    top: 0;
    border-radius: 216px;
    z-index: -1;
    opacity: .3;
}
header ul.navbar-nav li.nav-item a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3444 !important;
    padding: 0 !important;
}
header ul.navbar-nav li.nav-item a:hover{
	color: #00458F;
}
header ul.navbar-nav {
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
}
.login-btn {
    display: flex;
    gap: 10px;
}
.login-btn a:hover {
    background: #42d421;
    border-color:transparent;
}
.header-top {
    width: 100%;
    background-color: #E7EDFF;
    height: 44px;
}
.avaliable-sec {
    background: linear-gradient(129.5deg, #13285D 19.25%, #52A73E 125.96%);
    padding: 56px 0px;
}
.custom-heading h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    color: #fff;
}
.custom-heading h2 span {
    font-weight: 700;
    color: #42D421;
}
.custom-heading p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    max-width: 391px;
    margin-top: 12px;
}
.custom-heading .login-btn {
    margin-top: 32px;
}
.custom-heading .login-btn a {
    background: #42D421;
}
.custom-heading .login-btn a::after, .custom-heading .login-btn a::before {
    opacity: .3;
    background: #42D421;
    z-index: 1;
}
.avaliable-sec .row {
    align-items: center;
}
.map-img img {
    width: 100%;
}
.make-sec {
    padding: 148px 0px;
}
.make-content.custom-heading h2 {
    color: #151D3C;
    max-width: 833px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.make-content.custom-heading p {
    font-size: 21px;
    line-height: 26px;
    color: #0D1C36;
    max-width: 908px;
    text-align: center;
    margin: 30px auto 0;
}
.make-sec .row {
    margin-top: 60px;
}
.make-box {
    background-color: #0D1C36;
    padding: 30px 30px 25px 18px;
    border-radius: 12px;
    width: calc(20% - 7.5px);
}
.sport-sec {
    padding-bottom: 130px;
    padding-top: 50px;
}
.make-box h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    max-width: 153px;
}
.make-box h3 span {
    color: #42D421;
}
.make-box p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #A7CFFF;
    max-width: 170px;
}
.make-box.green-bg {
    background-color: #2FB011;
}
.make-box.green-bg h3 span {
    color: #0D1C36;
}
.make-box.green-bg p {
    color: #11200D;
}
.make-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 60px;
}
.sport-sec .custom-heading h2 {
    color: #13285D;
}
.sport-sec .custom-heading p {
    color: #000000;
    opacity: .7;
}
.game-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    row-gap: 6px;
}
.game-inner a {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #4BFF22 0%, #03B4FF 100%);
    background: linear-gradient(132.06deg, #012276 -0.38%, #58FF33 141.05%);
    padding: 24px 25px;
    border-radius: 16px;
    display: inline-block;
    text-decoration: none;
    max-width: 110px;
    text-align: center;
    width: 110px;
}
.win-sec {
    background: linear-gradient(129.5deg, #13285D 19.25%, #52A73E 125.96%);
    padding: 76px 0px;
}
.game-inner a p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 15px;
}
footer .footer-logo {
    margin-bottom: 55px;
}
.footer-ct h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #43B828;
    transition: all ease .5s;
    margin-bottom: 15px;
}
.footer-ct li a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 249.00000000000003%;
    text-decoration: none;
    color: #101A35;
}
.footer-ct li a:hover{
    color: #43B828;
}
ul.social-icon {
    display: flex;
    gap: 21px;
}
.email-form-container {
    margin-bottom: 30px;
}

.email-form {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #D6E7D2;
    position: relative;
}
.email-form input {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 15px;
    color: #101A35;
    height: 42px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 29px;
    width: auto;
}

.email-form input::placeholder {
  color: #333;
  opacity: 0.8;
}

.email-form button {
    background: #52A73E;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    height: 42px;
}

.email-form button:hover {
  background: #43a047;
}
footer {
    padding-bottom: 83px;
    position: relative;
    overflow: hidden;
}
.pay-btn a {
    display: inline-block;
}
.col-md-3.app-btn {
    margin-top: 28px;
}
.footer-btn {
    border: 1px solid #42D421;
    border-radius: 80px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 9px;
    line-height: 26px;
    color: #13285D;
    padding: 10px 20px;
    text-align: center;
    margin-top: 83px;
}
footer::after {
    content: '';
    position: absolute;
    width: 698px;
    height: 550px;
    background: #1355FD;
    opacity: 0.1;
    filter: blur(75px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: -250px;
    bottom: 0;
    z-index: -1;
}
.ready-sec {
    padding-top: 80px;
    padding-bottom: 130px;
    position: relative;
}
.ready-sec::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/ready-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.ready-sec .custom-heading h2 {
    color: #13285D;
    line-height: 48px;
}
.ready-sec .custom-heading p {
    color: #000000B2;
}
.ready-sec .pay-btn {
    margin-top: 40px;
}
.ready-img img {
    width: 100%;
}
.ready-sec .row {
    align-items: center;
}
.ready-img{
    position: relative;
}
.ready-img::after {
    position: absolute;
    width: 580px;
    height: 580px;
    background: #42D421;
    opacity: 0.3;
    filter: blur(75px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
}
.avaliable-sec .login-btn a span {
    color: #fff !important;
}
.avaliable-sec .login-btn a {
    z-index: 11;
}
.avaliable-sec .login-btn a:hover{
    background-color: #0D1C36;
}
.game-inner a img {
    height: 35px;
    object-fit: contain;
}
.play-section .col-md-7 {
    padding: 0;
}
.win-sec .login-btn a {
    border-color: #42D421;
}
header a.navbar-brand:focus-visible {
    outline: 0 !important;
}
.play-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
.play-inner {
    width: 380px;
}
.play-outer {
    width: calc(100% - 435px);
}
.play-img img {
    min-width: 670px;
}
header a.sign-up:hover {
    background-color: #00458f;
    color: #fff;
}
.col-lg-3.col-md-6.app-btn .footer-ct {
    margin-top: 25px;
}
.play-content .login-btn a:hover::before , .play-content .login-btn a:hover::after{
    background-color: #42d421;
}
.email-form button:hover {
    background-color: #42d421;
}
.swiper-pagination {
      margin-top: 20px;
      position: relative;
}


.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 20px;             
  border-radius: 10px;      
  background-color: #42D421; 
  opacity: 1;
}
.swiper {
      width: 310px;
      height: 400px;
}
.avaliable-sec .login-btn a span {
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.win-sec .login-btn a span {
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.swiper-slide img {
    width: 100%;
}
.win-sec .login-btn a:hover {
    background-color: #228e57;
    border-color: #228e57;
    opacity: 1;
}
.win-sec .row {
    align-items: center;
}



/*responsive start*/
@media only screen and (max-width:1199px){
.container{
    max-width: 95%;
}
.play-img img {
    min-width: 100%;
}
.play-img::after {
    width: 442px;
    height: 422px;
    background-size: 442px;
}
.play-content h1 {
    font-size: 45px;
    line-height: 52px;
}
.play-content .login-btn {
    margin-top: 25px;
}
.custom-heading h2 {
    font-size: 35px;
    line-height: 42px;
}
.make-outer {
    gap: 20px;
}
.make-box {
    width: calc(33.33% - 13.33px);
}
.email-form button {
    padding: 9px 16px;
    position: relative;
    left: -60px;
}
.footer-btn {
    margin-top: 53px;
}
footer {
    padding-bottom: 50px;
}
}
@media only screen and (max-width:991px){
.email-form button {
    left: 0;
}
.col-lg-3.col-md-6.app-btn .footer-ct {
    margin-top: 0;
}
header ul.navbar-nav {
    gap: 0;
}
header ul.navbar-nav li.nav-item a {
    padding: 10px !important;
    border-bottom: 1px solid #2E3444 !important;
}
header .navbar-brand img {
    max-width: 146px;
}
header .navbar-collapse {
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: 100%;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.email-form {
    justify-content: space-between;
}
footer .row {
    row-gap: 35px;
}
.ready-sec {
    padding-top: 60px;
    padding-bottom: 90px;
}
.custom-heading h2 {
    font-size: 30px;
    line-height: 40px;
}
.ready-sec .custom-heading h2 {
    line-height: 35px;
}
.make-sec {
    padding: 85px 0px;
}
.make-box h3 {
    font-size: 16px;
    line-height: 26px;
}
.make-content.custom-heading p {
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto 0;
}
.make-outer {
    margin-top: 30px;
}
.sport-sec .row {
    align-items: center;
}
.play-inner {
    width: 40%;
}
.play-outer {
    width: calc(100% - 40%);
}
.play-img::after {
    width: 262px;
    height: 262px;
    background-size: 262px;
    right: inherit;
    left: 61%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.play-section {
    padding-bottom: 60px;
}
.sport-sec {
    padding-bottom: 80px;
}
  .navbar-toggler-icon {
      display: none;
    }

    /* Custom hamburger lines */
    .navbar-toggler {
      border: none;
      background: transparent;
      outline: none;
    }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px auto;
    background-color: #13285D;
    transition: all 0.3s ease;
}
header .login-btn {
    margin-top: 20px;
}
    /* Animation when active */
    .navbar-toggler.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .navbar-toggler.active span:nth-child(2) {
      opacity: 0;
    }

    .navbar-toggler.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }
    header button.navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none;
}
header button.navbar-toggler {
    padding: 0;
}
}
@media only screen and (max-width:767px){
.container {
    max-width: 97%;
}
.win-sec .row {
    row-gap: 60px;
}
.game-inner a {
    width: 100px;
    height: 100px;
}    
.play-inner {
    width: 100%;
}
.play-outer {
    width: 100%;
}
.play-row {
    flex-wrap: wrap;
}
.shadow-sec {
    width: 328px;
    height: 328px;
    top: -20px;
}
.play-content p {
    max-width: 100%;
}
.sport-sec .row {
    row-gap: 30px;
}
.custom-heading br {
    display: none;
}
.sport-sec {
    padding-bottom: 50px;
}
.ready-img::after {
    width: 400px;
    height: 400px;
}
.make-sec {
    padding: 55px 0px;
}
.custom-heading h2 {
    font-size: 25px;
    line-height: 35px;
}
.make-content.custom-heading p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto 0;
}
.play-content h1 {
    font-size: 38px;
    line-height: 47px;
}
.play-section {
    padding-top: 35px;

}
.make-box {
    width: calc(50% - 10px);
}
.avaliable-sec .row {
    row-gap: 30px;
}
.ready-sec {
    padding-bottom: 60px;
}
footer .footer-logo {
    margin-bottom: 25px;
}
footer .col-lg-3.col-md-4 {
    width: 33.33%;
}
.footer-ct h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.footer-ct li a {
    font-size: 14px;
    line-height: 28px;
}
footer .col-lg-3.col-md-6 {
    width: 50%;
}
footer {
    padding-bottom: 20px;
}
footer::after {
    width: 578px;
    height: 420px;
    z-index: -1;
}
}
@media only screen and (max-width:575px){
.play-content h1 {
    font-size: 32px;
    line-height: 42px;
}
section.win-sec {
    overflow: hidden;
}
.swiper {
  width: 90%;
  max-width: 320px;
  height: 420px;
}
.play-content p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
}
.play-content .login-btn {
    margin-top: 20px;
}
.play-outer {
    margin-top: 20px;
}
.custom-heading h2 {
    font-size: 23px;
    line-height: 30px;
}
.custom-heading p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.ready-img::after {
    width: 310px;
    height: 310px;
}
.win-sec {
    padding: 50px 0px;
}
.make-box {
    width: 100%;
}
.make-box h3 , .make-box p{
    max-width: 100%;
}
.make-sec {
    padding: 48px 0px;
}
.avaliable-sec {
    padding: 47px 0px;
}
.make-box h3 br {
    display: none;
}
.ready-sec {
    padding-bottom: 45px;
    padding-top: 45px;
}
.ready-sec .row {
    row-gap: 25px;
}
footer .col-lg-3.col-md-4 {
    width: 100%;
}
footer .row {
    row-gap: 15px;
}
footer .col-lg-3.col-md-6 {
    width: 100%;
}
.email-form-container {
    margin-bottom: 18px;
}
.footer-btn {
    margin-top: 35px;
}
}
/*responsive end*/

