:root {
    --Primary: #5E419D;
    --Secondary: #F0837B;
    --Black: #102631;
    --Grey: #737373;
    --White: #FFF;
    --Input-Text: #A1A6B6;
    --colorBg: #FFF5ED;
}
html {
    scroll-behavior: smooth;
    margin: 0 !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--colorBg);
}
input,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
p{
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
a:hover {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}



/* --- Start Header --- */
.header{
    padding-top: 30px;
}
.header .logo{
    margin: auto;
    margin-bottom: 30px;
    display: block;
}
/* --- End Header --- */



/* --- Start Banner --- */
.banner{
    background-image: url("../images/cloud.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px right 0%;
}
.banner h1{
    margin: auto;
    margin-bottom: 15px;
    max-width: 1000px;
    color: var(--Black);
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}
.banner .available{
    margin-bottom: 30px;
    display: block;
    text-align: center;
    color: var(--Black);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner .download-btn{
    justify-content: center;
}
.banner .download-btn li{
    margin-right: 15px;
}
.banner .download-btn li:last-child{
    margin-right: 0px;
}
.banner .download-btn li a{
    padding: 17px 48px;
    border-radius: 10px;
    background-color: var(--Black);
}
.banner .download-btn li a:hover{
    box-shadow: 4px 4px 10px #939393;
}
.banner .btn-content{
    display: grid;
}
.banner .download-btn svg{
    width: 26px;
}
.banner .btn-content span{
    margin-bottom: 5px;
    color: var(--White);
    font-size: 10px;
    font-weight: 400;
}
.banner .btn-content b{
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 700;
}
.banner .banner-img{
    position: relative;
    width: 100%;
    z-index: -1;
    margin-top: -160px;
}
.banner .cloud{
    float: right;
}
/* --- End Banner --- */



/* --- Start About --- */
.about{
    padding: 100px 0px;
    background-image: url("../images/about-circle-design.png"), url("../images/star.svg");
    background-repeat: no-repeat;
    background-position: bottom right, bottom 30px right 600px;
}
.about .about-banner{
    position: relative;
}
.about .about-banner-design{
    position: absolute;
    bottom: -115px;
    right: 105px;
}
.about .about-content{
    background-image: url("../images/stump.svg");
    background-repeat: no-repeat;
    background-position: right top;
}
.about .about-content .sub-title{
    margin-bottom: 30px;
    color: var(--Secondary);
    font-size: 20px;
    font-weight: 600;
}
.about .about-content .title{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
}
.about .about-content p{
    margin-bottom: 30px;
    color: var(--Grey-Green-Shade);
    font-size: 16px;
    font-weight: 400;
}
.about .this-app{
    margin-bottom: 15px;
}
.about .this-app span{
    margin-bottom: 15px;
    display: block;
    color: var(--Secondary);
    font-size: 20px;
    font-weight: 600;
}
.about .this-app .app-for-list li{
    margin-bottom: 15px;
    color: var(--Black);
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    display: flex;
}
.about .this-app .app-for-list li:last-child{
    margin-bottom: 0px;
}
.about .this-app .app-for-list li::before{
    content: "";
    margin-right: 30px;
    width: 26px;
    height: 4px;
    display: inline-block;
    align-self: center;
    background-color: var(--Primary);
    border-radius: 15px;
}
.about .facilities-like span{
    margin-bottom: 15px;
    color: var(--Secondary);
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.about .facilities-like .like-box{
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
.about .facilities-like .like-box a{
    border-radius: 60px;
    background: #F4EAE3;
    padding: 8px 13px;
    color: var(--Black);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15px;
}
.about .facilities-like .like-box a svg{
    stroke: #102631;
}
.about .facilities-like .like-box a svg{
    margin-right: 5px;
}
.about .facilities-like .like-box a:hover{
    color: var(--White);
    background-color: var(--Primary);
}
.about .facilities-like .like-box a:hover svg{
    stroke: var(--White);
}
.about .facilities-like .like-box .many-more{
    background: transparent;
}
.like-box a {
    display: block;
    display: none;
}

a#seeMore {
    display: flex;
    justify-content: center;
    align-items: center;
}

a#see_More{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- End About --- */



/* --- Start For Players --- */
.for-players{
    padding: 100px 0px;
    background-image: url("../images/for-players-circle-design.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.for-players .sub-title{
    margin-bottom: 30px;
    color: var(--Secondary);
    font-size: 20px;
    font-weight: 600;
}
.for-players .title{
    margin-bottom: 60px;
    color: var(--Black);
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
}
.for-players .col-lg-4{
    position: relative;
}
.for-players .col-lg-4 + ::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -24px;
    margin: 0px 10px;
    display: inline-block;
    background-image: url("../images/divider.svg");
    background-position: center;
}
.for-players .for-players-box{
    display: grid;
}
.for-players .for-players-box img{
    margin-bottom: 30px;
}
.for-players .for-players-box span{
    margin-bottom: 15px;
    color: var(--text-colours-primary);
    font-size: 16px;
    font-weight: 700;
}
.for-players .for-players-box p{
    color: var(--text-colours-secondary);
    font-size: 16px;
    font-weight: 400;
}
/* --- End For Players --- */



/* --- Start For Facility --- */
.for-facility{
    padding: 100px 0px;
    background-image: url("../images/bol.svg");
    background-repeat: no-repeat;
    background-position: right 10% bottom;
}
.for-facility .sub-title{
    margin-bottom: 30px;
    color: var(--Secondary);
    font-size: 20px;
    font-weight: 600;
}
.for-facility .title{
    margin-bottom: 60px;
    color: var(--Black);
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
}
.for-facility .col-lg-4{
    position: relative;
}
.for-facility .col-lg-4 + ::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -24px;
    margin: 0px 10px;
    display: inline-block;
    background-image: url("../images/divider.svg");
    background-position: center;
}
.for-facility .for-facility-box{
    display: grid;
}
.for-facility .for-facility-box img{
    margin-bottom: 30px;
}
.for-facility .for-facility-box span{
    margin-bottom: 15px;
    color: var(--text-colours-primary);
    font-size: 16px;
    font-weight: 700;
}
.for-facility .for-facility-box p{
    color: var(--text-colours-secondary);
    font-size: 16px;
    font-weight: 400;
}
/* --- End For Facility --- */



/* --- Start Download App --- */
.download-app{
    padding: 100px 0px;
    background-image: url("../images/download-app-design.svg");
    background-repeat: no-repeat;
    background-position: left center;
}
.download-app .download-app-content{
    position: relative;
    padding: 60px 90px;
    border-radius: 30px;
    background: var(--Black);
}
.download-app .download-app-content h4{
    margin-bottom: 30px;
    color: var(--White);
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.download-app .download-app-content p{
    margin-bottom: 30px;
    color: var(--White);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.download-app .download-app-banner img{
    position: absolute;
    bottom: -1px;
    height: 450px;
}
.download-app .available-for{
    display: flex;
    align-items: center;
}
.download-app .available-for span{
    margin-right: 30px;
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.download-app .available-list{
    display: flex;
}
.download-app .available-list a{
    margin-right: 20px;
    display: block;
    padding: 17px 38px;
    border-radius: 15px;
    border: 1px solid var(--White);
}
.download-app .available-list a:hover{
    box-shadow: 4px 4px 10px #acacac8f;
}
.download-app .available-list a:last-child{
    margin-right: 0px;
}
.download-app .available-list a label{
    display: block;
    color: var(--White);
    font-size: 10px;
    font-weight: 400;
}
.download-app .available-list a strong{
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
}
/* --- End Download App --- */

/* --- Start Interested --- */
.interested{
    padding: 100px 0px;
    background-image: url("../images/download-app-design.svg");
    background-repeat: no-repeat;
    background-position: left center;
}
.interested .interested-content{
    position: relative;
    padding: 60px 90px;
    border-radius: 30px;
    background-color: var(--Black);
}
.interested .interested-content h4{
    margin-bottom: 30px;
    color: var(--White);
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.interested .interested-content p{
    color: var(--White);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.interested .cricket-bg{
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
}
.interested .form-control{
    height:auto !important;
    border-radius: 5px !important;
    padding: 14px 24px !important;
    border: 1px solid #646D71 !important;
    background: #1A3644 !important;
    color: #646D71 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.interested .you-best{
    margin-bottom: 15px;
    color: var(--Secondary) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.interested .your-detail form label{
    color: var(--White);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}
.interested .your-detail p{
    margin-bottom: 30px;
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
}
.interested button{
    padding: 13px 54px;
    border-radius: 5px;
    background: var(--Primary) !important;
    color: var(--White) !important;
    font-size: 16px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
}
.interested button:hover{
    color: var(--Primary) !important;
    background: var(--White) !important;
}
.interested .form-check-input{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #646D71;
    background: #1A3644;
}
.interested .form-check-input:checked[type="checkbox"]{
    border: 1px solid var(--White);
}
.interested .divider{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #646D71;
}
.interested .radio-text{
    color: var(--White);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}
.interested .radio-button{
    background: #1A3644;
    border: 1px solid #646D71;
}
.sib-form .input_replaced:active + .checkbox, .sib-form .input_replaced:active + .radio-button, .sib-form .input_replaced:focus + .checkbox, .sib-form .input_replaced:focus + .radio-button{
    box-shadow: none !important;
}
.sib-form .input_replaced:checked + .radio-button::before {
    background: var(--White);
}
.sib-form .input_replaced:checked + .radio-button {
    border-color: var(--White);
}
/* ---- */
.sib-form{
    padding: 0px;
}
#sib-container{
    background:transparent;
}
#sib-container{
    padding: 0px;
}
.sib-form-block {
    padding: 0;
}
.sib-form .input_replaced{
    position:relative;
}
.sib-form .entry__choice {
    padding-left: 0;
    text-indent: -1.1em;
}
.sib-form .entry__field{
    background: transparent;
    border: none;
}

/* ---- */



/* --- End Interested --- */

/* --- Start Divider --- */
.divider-line{
    width: 100%;
    height: 1px;
    background-color: #E4E3E2;
}
/* --- End Divider --- */

.footer{
    padding: 100px 0px;
}
.footer .footer-logo{
    margin-bottom: 30px;
}
.footer .social li{
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--Primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .social li svg{
    stroke: var(--Primary) !important;
}
.footer .social li:last-child{
    margin-right: 0px;
}
.footer .social li:hover{
    stroke: var(--White) !important;
    background-color: var(--Primary);
}
.footer .social li:hover svg{
    stroke: var(--White) !important;
}
.footer .social li .nav-link.instagram:hover svg{
    fill: var(--White) !important;
}
.footer .support-contact h6{
    margin-bottom: 15px;
    color: var(--Primary);
    font-size: 18px;
    font-weight: 600;
}
.footer .support-contact span{
    display: block;
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
}
.footer .menu-title{
    color: var(--Primary, #5E419D);
    font-size: 18px;
    font-weight: 600;
}
.footer .support-contact a{
    margin-top: 10px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.footer .support-contact a:hover{
    color: var(--Primary);
}
.footer .menu-title{
    color: var(--Primary);
    font-size: 18px;
    font-weight: 600;
}
.footer .menu{
    padding-left: 0;
    display: grid;
}
.footer .menu li a{
    color: var(--Black);
    font-size: 14px;
    font-weight: 500;
}
.footer .menu li a:hover{
    color: var(--Primary);
}
.footer .copy-rights{
    display: flex;
    margin-top: 30px;
    padding: 30px 51px;
    border-radius: 20px;
    background-color: #FAEFE7;
}
.footer .copy-rights p{
    margin: auto;
    color: var(--Grey);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.footer .dmga{
    float: right;
}


/* --- Responsive --- */

@media (max-width: 1399.98px) {
    .banner{
        background-size: 139px;
        background-position: top 120px right 0%;
    }
    .banner .banner-img{
        margin-top: -70px;
    }
    .about .about-banner-design {
        position: absolute;
        bottom: -130px;
        right: 45px;
    }
    .about{
        background-size: 230px,auto;
        background-position: bottom right, bottom 30px right 400px;
    }
    .for-players{
        background-size: 230px;
    }
    .for-facility{
        background-position: right 5% bottom;
    }
    .download-app .available-list a{
        padding: 14px 28px;
    }
}

@media (max-width: 1199.98px) {
    .about-banner-img{
        width: 100%;
    }
    .download-app .available-for{
        display: grid;
    }
    .download-app .available-for span{
        margin-bottom: 15px;
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .banner{
        background-size: 95px;
        background-position: top 175px right 0%;
    }
    .banner h1{
        font-size: 42px;
    }
    .banner .download-btn li a {
        padding: 14px 42px;
    }
    .banner .banner-img {
        margin-top: -30px;
    }
    .about {
        padding: 60px 0px;
        background-size: 190px,auto;
        background-position: bottom right, top 430px right 180px;
    }
    .about .about-content .title{
        font-size: 48px;
    }
    .about-banner-img {
        width: 50%;
        margin: auto;
        display: block;
    }
    .about .about-banner {
        margin-top: 60px;
    }
    .about .about-banner-design{
        display: none;
    }
    .for-players {
        padding: 60px 0px 0px;
        background-size: 190px;
    }
    .for-players .title {
        font-size: 48px;
    }
    .for-players .col-lg-4 + ::before {
        width: 100%;
        height: 1px;
        left: 0;
        margin: -30px 0px;
    }
    .for-players .for-players-box{
        margin-bottom: 60px;
    }
    .for-facility{
        padding: 60px 0px;
    }
    .for-facility .title{
        font-size: 48px;
    }
    .for-facility .for-facility-box{
        margin-bottom: 60px;
    }
    .for-facility .col-lg-4 + ::before {
        width: 100%;
        height: 1px;
        left: 0;
        margin: -30px 0px;
    }
    .download-app {
        padding: 60px 0px;
    }
    .download-app .download-app-content{
        padding: 30px 60px;
    }
    .download-app .download-app-banner{
        display: none;
    }
    .download-app .available-list a {
        padding: 10px 24px;
    }
    .download-app .available-list a img{
        width: 20px;
    }
    .interested{
        padding: 60px 0px;
    }
    .interested .cricket-bg{
        position:relative;
        margin: 30px 0px;
        bottom:0;
    }
    .interested .divider{
        display: none;
    }
    .interested .interested-content{
        padding: 30px 60px;
    }
    .footer{
        padding: 60px 0px;
    }
    .footer .social{
        margin-bottom: 30px;
    }
    .footer .copy-rights p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer .menu-title{
        margin-top: 30px;
    }
    .footer .copy-rights {
        display: block;
    }
    .footer .dmga {
        float: none;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .banner h1 {
        font-size: 34px;
    }
    .header .logo{
        width: 100px;
    }
    .banner .download-btn li a {
        padding: 10px 38px;
    }
    .banner .banner-img {
        margin-top: 30px;
    }
    .banner {
        background-position: top 220px right 0%;
    }
    .about{
        background-size: 150px,auto;
    }
    .about .about-banner{
        margin-top: 30px;
    }
    .about .about-content .sub-title {
        margin-bottom: 15px;
    }
    .about .about-content .title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .about .about-content p {
        margin-bottom: 15px;
    }
    .about .this-app .app-for-list li {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .for-players {
        background-size: 150px;
    }
    .for-players .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .for-facility .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .download-app .download-app-content h4 {
        margin-bottom: 15px;
        font-size: 34px;
    }
    .download-app .download-app-content p {
        margin-bottom: 15px;
    }
    .interested .interested-content h4{
        font-size: 34px;
        margin-bottom: 15px;
    }
}


@media (max-width: 575.98px) {
    .banner {
        background-position: top 270px right 0%;
        background-size: 60px;
    }
    .about {
        background-position: bottom right, top 440px right 60px;
    }
    .banner h1 {
        font-size: 26px;
    }
    .banner .download-btn{
        display: grid;
    }
    .banner .download-btn li{
        margin-right:0px;
        margin-bottom:15px;
    }
    .banner .download-btn li:last-child{
        margin-bottom:0px;
    }
    .banner .download-btn svg {
        width: 20px;
    }
    .banner .download-btn li a {
        padding: 8px 36px;
    }
    .download-app .available-list {
        display: grid;
    }
    .download-app .available-list a{
        margin-right:0px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    .download-app .available-list a:last-child{
        margin-bottom: 0px;
    }
}

@media (max-width: 425px) {
    .about {
        padding: 30px 0px;
        background-size: 100px,auto;
        background-position: bottom right, bottom 420px right 50px;
    }
    .about .about-content .title {
        font-size: 28px;
    }
    .for-players {
        padding: 30px 0px 0px;
    }
    .for-players .title {
        font-size: 28px;
    }
    .for-players .sub-title {
        margin-bottom: 15px;
    }
    .for-players {
        background-size: 100px;
    }
    .for-players .for-players-box img {
        margin-bottom: 15px;
    }
    .for-players .for-players-box {
        margin-bottom: 30px;
    }
    .for-players .col-lg-4 + ::before {
        margin: -15px 0px;
    }
    .for-players .for-players-box img{
        width: 40px;
    }
    .for-facility {
        padding: 30px 0px;
        background-size: 40px;
    }
    .for-facility .sub-title {
        margin-bottom: 15px;
    }
    .for-facility .title {
        font-size: 28px;
    }
    .for-facility .for-facility-box img {
        width: 40px;
        margin-bottom: 15px;
    }
    .for-facility .for-facility-box {
        margin-bottom: 30px;
    }
    .for-facility .col-lg-4 + ::before {
        margin: -15px 0px;
    }
    .download-app {
        padding: 30px 0px;
    }
    .interested{
        padding: 30px 0px;
    }
    .download-app .download-app-content {
        padding: 30px;
      }
    .download-app .download-app-content h4{
        font-size: 24px;
    }
    .download-app .available-for span{
        font-size: 18px;
    }
    .interested .interested-content{
        padding: 30px;
    }
    .interested .interested-content h4 {
        font-size: 24px;
    }
    .footer .copy-rights{
        margin-top: 15px;
        padding: 15px 30px;
    }
    .footer .social li{
        width: 40px;
        height: 40px;
    }

}
@media (max-width: 375px) {
    .banner h1 {
        font-size: 20px;
    }
    .about{
        background-position: bottom right, bottom 238px right 30px;
    }
    .about .about-content{
        background-size: 40px;
    }
    .footer .footer-logo {
        width: 100px;
    }
}

@media (max-width: 320px) {

}   