@import url("./fonts/Montserrat/Montserrat-Regular.ttf");

@font-face {
    font-family: montserrat;
    src: url("./fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: montserrat-bold;
    src: url("./fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: montserrat-light;
    src: url("./fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
    font-family: montserrat-medium;
    src: url("./fonts/Montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: montserrat-semibold;
    src: url("./fonts/Montserrat/Montserrat-SemiBold.ttf");
}

body{
    font-family: montserrat;
}


.bold-text{
    font-weight: 900;
    font-family: montserrat-bold;
}
.light-text{
    font-weight: 600;
    font-family: montserrat-light;
}
.para-text{
    font-weight:800;
    color: #555B6B;
    font-size: 0.8vw;
    font-family: montserrat-semibold;

}



#landing-page{
    background: url('./assets/Mask\ Group\ 93-1.png') 100% 0;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 100%;
    margin-bottom: 5%;
}
.nav-bar{
    padding: 1.5% 4%;

}
.nav-bar .nav-link{
    color: white;
    margin-right: 1.7vw;
    font-size: 0.85vw;
    font-family: montserrat-medium;
}
.nav-bar .nav-link.scrolled{
    color: black;
    font-weight: 600;
}

.white-bg{
    transition:500ms ease;
    background:transparent;
}

.white-bg.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    color: black !important;
    padding: 0.1% 4%;
    transition: all 500ms ease;
    box-shadow: 0px 0px 9px #243B7C56;    

}
.dropdown-menu{
    box-shadow: 0px 0px 9px #243B7C56;    
}
.dropdown-item{
    font-weight: 600;
    margin: 0;
}

.login-btn{
    background-color: white;
    border-radius: 25px;
}
.login-btn a{
    color: black !important;
    margin-right: 0 !important;
    padding: 0.5rem 2.5rem !important;
}

.login-btn.scrolled{
    background-color: #FF9114;
}
.login-btn.scrolled a{
    color: white !important;
}

.navbar-brand img{
    width: 10vw;
    height: 100%;
    display: none;
    padding: 0 0;
}

.navbar-brand.scrolled img{
    display: block;
}
.navbar-toggler-menu-icon:focus{
    border: none;
    outline: none;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}

.navbar-toggler-menu-icon img{
    width: 25px;
    height: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    
 }

.dropdown-menu{
    border: none;
}


.hero{
    padding-top: 5%;
}
.hero-store-icons{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8%;
}
.hero-store-icons img{
    width: 9vw;
    margin-right: 15px;
}
.hero-right{
    display: flex;
    margin-top: -15%;
    justify-content: space-between;
}

.ball-img img{
    width: 80%;
}

.cricketer-img img{
    width: 80%;
    margin-top: 15%;
    margin-left: 15%;
}
.hero-logo{
    margin-bottom: 5%;
    margin-top: -3%;
    width: 16%;
    height: auto;
    margin-left: 0;
}

.hero-left h1{
    font-size: 2.2vw;
}
.hero-left p{
    margin-top: 5%;
    font-size: 0.8vw;
    line-height: 25px;
}
.hero-left-orange{
    position: absolute;
    left: -1.5%;
    top: 15%;
}
.hero-left-orange img{
    width: 100%;
}

.hero-left{
    margin-top: 30%;
}

.get-btn{
    background-color: #243B7C;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.8rem;
    margin-top: 5%;
    font-size: 0.8vw;
}


/*======================================================================================*/


.live-score-container{
    position: fixed;
    top: 19%;
    left: -251px;
    z-index: 2;
    transition: all 300ms ease;
}
.live-2{
    position: relative;
    width: 250px;
    height: 480px;
    background-color: white;
    padding: 5% 0;
    border-radius: 0 0 10px 0;
    height: 100%;
    box-shadow: 0px 0px 9px #243B7C56;    
}
.live-score-btn{
    padding: 8px 15px;
    position: absolute;
    left: 250px;
    top: 31%;
    z-index: 5;
    background: transparent linear-gradient(180deg, #243B7C 0%, #2B4BA7 100%) 0% 0% no-repeat padding-box;    color: white;
    transform-origin: top left;
    transform: rotate(-90deg);
    border: 8px solid white;
    border-top: none;
    outline: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 3px #243B7C56;
    transition: left 300ms ease;
    text-transform: uppercase;
    font-family: montserrat-medium;
    font-size: 0.7rem;
    letter-spacing: 2px;
}

.live-score-btn-arrow{
    transform: rotate(0deg);
    transition: all 500ms liner;
}

.live-score-btn-arrow-rotate{
        transform: rotate(180deg);
}
.live-score-btn-active{
    left: 250px;
}

.live-score-all{
    outline: none;
    border: none;
    margin-top: 5%;
    margin-left: 25%;
    font-size: 0.9vw;
    padding: 5px 10px;
    background-color: #243B7C;
    border-radius: 25px;
    color: white;
}

.live-score-active{
    left: 0;
    /* box-shadow: 0px 0px 9px #243B7C56;     */
}

.team{
    display: flex;
    justify-content: space-around;
    padding: 5% 0;
}

.team img{
    width: 48px;
    height: 48px;
}

.team h6{
    font-weight: 600;
    font-size: 0.9vw;
    
}

.team p{
    color: #818AA5;
    font-size: 0.8vw;
}

.vs img{
    margin-top: -10%;
    margin-left: 13%;
}
.live-winner{
    border-bottom: 1px solid #818aa5d8;
    margin: 0 5%;
    margin-top: -5%;
}
.live-winner p{
    font-size: 0.7vw;
    color: #818AA5;
}


/*======================================================================================*/
.container-increase{
    /* max-width: 1350px; */
}
.services{
    margin-top: 0;
    margin-bottom: 10%;
    display: flex;
    justify-content: space-between;
}
.services-card{
    position: relative;
    height: 30vw;
    width: 18vw;

}

.service-bg{
    position: absolute;
    bottom: 0;
    padding: 160px 10% 10% 10%;   
    border-radius: 10px;

}
.title-card{
    margin-top: 10%;
}
.title-card h2{
    font-size: 1.6vw;
}

.title-card h1{
    font-size: 1.6vw;
}
.service-bg p{
    line-height: 23px;
}
.img-card{
}
.img-card img{
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 10%;
    width: 80%;
}

.bg-1{
    background-color: #E7F2EE;
}
.bg-2{
    background-color: #E7EEF5;
}
.bg-3{
    background-color: #FBF1F1;
}
.bg-4{
    background-color: #F5F2E7;
}

.services-mbl{
    display: none;
}

/*===========================================================================*/

.why-choose{
    margin-bottom: 5%;
}

.why-choose-container{
    position: relative;
    background: transparent linear-gradient(297deg, #E4E5F6 0%, #EFE2DB 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.why-choose-container h4{
    padding-left: 5%;
}

#why-choose-img1{
    position: absolute;
    top: 20%;
    left: 0;
    width: 10%;
}

#why-choose-img2{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}

#why-choose-img3{
    width: 50%;
    margin-top: 0;
    margin-left: 25%;
}

#why-choose-slider{
    margin-top: 5%;
}
.why-choose-indicators{
    bottom: -10%;
    width: 100%;
    margin-left: 0;
}

.why-choose-indicators [data-bs-target] {
    width: 20vw;
    height: 5px;
    background-color: white;
}

.why-choose-indicators button.active{
    background-color: orange;
}

.indicator-bottom{
    padding: 3% 2% 1% 2%;
    width: 100%;
}
.indicator-bottom h4{
    font-size: 1.3vw;
    font-family: montserrat-semibold;
    padding-left: 0;
}
.indicator-bottom h5{
    font-size: 0.8vw;
    font-family: montserrat-semibold;

}

#why-choose-slider .carousel-control-next, .carousel-control-prev{
    top: 80%;
}

.carousel-control-prev img{
    width: 2.5vw;
    height: 2.5vw;
    transform: rotate(180deg);
    border: 3px solid black;
    border-radius: 13px;
}
.carousel-control-next img{
    width: 2.5vw;
    height: 2.5vw;
    border: 3px solid black;
    border-radius: 13px;
}

.carousel-control-next{
    right: 2%;
    bottom: 5%;
}

.carousel-control-prev{
    left: 2%;
    bottom: 5%;
}

.indicator-bottom-mbl{
    display: none;
}

.indicator-bottom-container{
    display: flex;
}


/*======================================================================================*/


.query{
    background: #FFE7CB 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 20%;
    position: relative;
    padding-bottom: 5%;
}
.query-bg-1{
    position: absolute;
    width: 40%;
    bottom: 0;
    right: -1%;
}
.query-bg-2{
    position: absolute;
    width: 35%;
    right: 15%;
}

.query-btn{
    background-color: #FF9114;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 25px;
    margin-top: 5%;
    font-size: 0.8vw;
}

.query-right{
    margin-top: 15%;
    text-align: left;
    width: 50%;
}
.query-right p{
    margin-top: 5%;
    font-family: montserrat-bold;
    font-size: 0.8vw;
    color: #555B6B;
}
.query-left{
    position: relative;
    content: "";
    height: 100%;
    width: 100%;
}
.query-left img{
    position: absolute;
    width: 100%;
    /* margin-top: -40%;
    margin-left: -3%;
    margin-bottom: -15.5%; */
    bottom: -19.5%;
    left: -2.8%;
}
/*======================================================================================*/


.clubs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}
.club img{
    width: 50%;
}
.club h6{
    margin-top: 10%;
    font-size: 1vw;
    font-family: montserrat-bold;
}
.club p{
    font-size: 0.8vw;
    font-family: montserrat-semibold;
    color: #555B6B;
}
.club-container h5{
}

.clubs-mbl{
    display: none;
}






/*======================================================================================*/

.use-services{
    background: url("./assets/bg-gradient.png") 0 0 no-repeat;
    background-size: cover;
    height: 100%;
    margin-bottom: 5%;
    border-radius: 10px;
    position: relative;
    margin-top: 5%;
}

.use-services-content{
    padding: 15% 15%;
}
.use-services-content p{
    font-size: 0.8vw;
    width: 80%;
    font-family: montserrat-bold;
    line-height: 25px;
}
.use-services-content img{
    width: 7.5vw;
}
.use-services-right{
}
.use-services-right img{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;

}
.web-img{
    display: block;
}
.mbl-img{
    display: none;
}

/*======================================================================================*/


#testimonial{
    margin-top: 5%;
}
.centercarousel{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10%;
    width: auto;
}

.c-w{
    background: transparent linear-gradient(180deg, #FBF9F1 0%, #FFFBEB 100%) 0% 0% no-repeat padding-box;
    opacity: 0.2;
    transition: opacity 100ms linear;
    transform: scale3d(0.95, 0.8, 1);
}

.slick-center .c-w{
    opacity: 1;
}


.slick-dots li button:before{
    font-size: 2vw;
}

.slick-dots li.slick-active button:before{
    color: orange;
}

.testi{
    position: relative;
    padding: 15%;
    width: 600px;
    height: 200px;
}
.testi-top{
    display: flex;
}
.testi-img{
    position: absolute;
    top: -10%;
    left: 10%;
}
.testi-star{
    display: flex;
    margin-top: 25%;
}
.testi-star img{
    width: 20px;
    height: 20px;
    margin-right: 5%;
}
.testi-name{
    position: absolute;
    top: -5%;
    right: 5%;
    text-align: end;
    font-size: 0.8vw;
    font-family: montserrat-bold;
}
.testi-name p{
    font-family: montserrat-light;
    font-weight: 600;
    
}
.testi-name img{
    width: 40px;
    height: 30px;
    margin-left: auto;
    margin-bottom: 5%;
}
.testi-content{
    position: absolute;
    text-align: center;
    bottom: 10%;
    right: 5%;
    left: 5%;
    font-size: 0.83vw;
    font-family: montserrat-semibold;
    line-height: 30px;
}



/*======================================================================================*/

.my-footer{
    background-color: #F4F6F8;
    padding: 3% 0 0 0;
}

.my-footer li{
    list-style: none;
    color: gray;
    font-weight: 600;
    margin-bottom: 10%;
    font-size: 1vw;
}

.my-footer p{
    color: gray;
    font-size: 0.9vw;
    color: #555B6B;
}
.my-footer h6{
    font-weight: 900;
    color: #555B6B;
    font-family: montserrat-bold;
}
.footer-logo img{
    width: 50%;
    height: 100%;
}

.copyright{
    color: #555B6B;
    font-family: montserrat;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    margin-top: 2%;
    padding-bottom: 1%;
    border-bottom: 1px solid #CBCED9;
}
.subscribe{
    width: 69%;
    margin-left: auto;
}
.subscribe h4{
    font-size: 1.5vw;
}
.subscribe p{
    font-size: 0.8vw;
    font-family: montserrat-medium;
    color: #161E34;
    line-height: 25px;
}

.hk-svg{
    margin-left: 5px;
    margin-bottom: 5px;
}
.newsletter{
    border: none;
    border-bottom: 1px solid #818AA5;
    background-color: transparent;
    color: #818AA5;
    font-weight: 600;
    padding: 5% 0;
    font-size: 0.7vw;
    width: 100%;
    font-family: montserrat-bold;
}
.newsletter:focus{
    box-shadow: none;
    outline: none;
}
.newsletter-arrow{
    background-color: #243B7C;
    border-radius: 10px;
    margin-top: -30%;
    margin-left: 90%;
    padding: 1%;
    width: 25px;
}
.social-media{
    width: 15%;
    margin-left: auto;
}
.social-media a{
    margin-left: 5%;
}

.footer-links li{
    font-size: 0.9vw;
    font-family: montserrat-semibold;
    color: #555B6B;
}
.call-us p{
    font-size: 0.9vw;
    font-family: montserrat-medium;
    margin-left: 8%;
}


/*======================================================================================*/
