
/* to stop user to copy the text */
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
  }
  /* ends */

  /* to block cache css */
  #bN015htcoyT__google-cache-hdr{
    display: none;
  }

:root{
    --whatsapp-light:#25D366 ;
    --whatsapp-dark:#093017 ;
    --orange-color:#ff7e00;
    --primary-color: #222222;
    --secondary-color: #d72323;
    --yellow-color: #ffc107;
    --text-gray-color: #4a4c59;
    --white-color: #ffffff;
    --ofwhite-color: #e6e6e6;
    --black-color: #000000;
    --light-color: #a5a5a5;
    --light-color2: #aaaaaa;
    --dark-color: #242424;
    --sky-color: #647589;
    --border-color: #e4e4e4;
    --border-color2: #e4e4e4;
    --border-color3: #dddddd;
    --border-dark: #383434;
    --bg-gray-color: #f7f8fc;
    --gray-color: #ebebeb;
    --gray-color2: #f5f5f5;
    --rubik: "Rubik", sans-serif;
    --work-sans: "Work Sans", sans-serif;
    --body-font-size: 1.7rem;
    --body-font-weight: 400;
    --body-line-height: 2.6rem;
    --headings-weight: 700;
    --transition: all 0.3s ease 0s;
    --container-fluid-offset: 16rem;
    --logoColor:linear-gradient(45deg, #ffffff, #ffffff);
}

.whatsappButton{
    font-size: 2rem ;
    background-color: var(--whatsapp-light) ;
    color: white !important;
    padding: 0.2rem 1rem;
    position: relative;
    overflow: hidden;
    padding: 1rem 1.5rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px black;
    text-transform: capitalize;
    max-width: 30rem;
    margin: 0 auto;
}
.footerWhatsapp{
    max-width: 11rem;
    margin-left: 0;
}

.whatsappButton i{
    color: inherit;
    position: relative;
    z-index: 2;
    transition: 300ms;
    font-size: 2.5rem;
}
.whatsappButton:hover{
    background-color: var(--whatsapp-dark) ;
    color: white;
}
.whatsappButton::before{
    content: "";
    position: absolute;
    background-color: #075E54;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: 300ms;
}
.whatsappButton:hover::before{
    transform: translateY(0%);
}
.whatsappButton:hover i{
    transform: scale(1.1);
}

.whatsappButton *{
    z-index: 2;
}

/* contentHolder css started */
.contentHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    padding:2rem 1rem;

}
.contentHolder p{
    text-align: justify;
    color: black;
}
.contentHolder h1,
.contentHolder h2,
.contentHolder h3,
.contentHolder h4,
.contentHolder h5,
.contentHolder h6{
    text-align: center;
}
.contentHolder ul,
.contentHolder ol
{
    min-width: 80%;
    font-family: var(--rubik);
    word-spacing: 5px;
}
.contentHolder ul li{
    list-style-type: disc;
    margin-bottom: 0.3rem;
    padding: 0 1rem;
    line-height: 1.2;
    font-family: inherit;
}

html{
    overflow-x: hidden !important;
}

/* exchanger css */
.product__badge{
    width: auto;
    border-radius: 1rem;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exchangeContainer{
    background-color: var(--gray-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 0.6rem;
    box-shadow: 2px 2px 5px solid black;
    position: relative;
    overflow: hidden;
}
.exchangeContainer .exchangerContent a
{
    text-transform: capitalize;
}
.exchangeContainer:hover .exchangerContent a
{
    color: white;
}
.exchangeContainer .exchangerImageBox ,
.exchangeContainer .exchangerContent 
{
   position: relative;
   z-index: 2;
}
.exchangeContainer::before
{
    content: "";
   position: absolute;
   width: 150%;
   height: 150%;
   top: 0;
   left: 0;
   background: linear-gradient(45deg,var(--secondary-color),white);
   transform: scale(0) translate(-50%,-50%);
   border-radius: 100%;
   transform-origin: left bottom;
   transition: 300ms;
}
.exchangeContainer:hover::before
{
   transform: scale(1) translate(0);
   border-radius: 0;
}

/* hero section css */
.SlideImg{
    max-height: 300px;
}

/* whatsapp button css */
.whtappStickyButton
{
    position: fixed;
    left: 20px;
    bottom: 72px;
    border-radius: 100%;
    padding: 0.5rem 1.5rem;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    background-color: var(--whatsapp-light);
    z-index: 999;
    border: none;
    box-shadow: 2px 2px 5px black;
}
.whatsappRoundButton{
    border-radius: 100%;
    padding: 0.5rem 1.5rem;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    background-color: var(--whatsapp-light);
    z-index: 999;
    border: none;
    box-shadow: 2px 2px 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* header css */
.main__header--inner{
    gap: 0.5rem;
}
.whatsappIconMobile{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainMenuLinks{
    display: flex;
    justify-content: center;
    align-items: center;
}
.addBanner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.addBanner a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.addBanner a img{
   object-fit: contain;
}
.mainLogo{
    line-height: 1;
    padding: 0 0.5rem;
    text-align: center;
    font-size: 1.5rem;
    background-color: #f3ec78;
    background-image: var(--logoColor);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    text-transform: capitalize;
    font-weight: 900 !important;
}
.mobileMenuLogo{
    line-height: 1;
    padding: 0 0.5rem;
    text-align: center;
    background-color: #f3ec78;
    background-image: var(--logoColor);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 800;
}
@media (max-width:425px){
    .mainLogo{
      font-size: 1.2rem;
      margin: 0;
    }
}
/* addContainerr css */
.addContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
}
.addContainer a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.addContainer a img{
   object-fit: contain;
   width: 40%;
}
@media (max-width:768px){
    .addContainer a img{
        width: 60%;
     }
}
@media (max-width:425px){
    .addContainer a img{
        width: 100%;
     }
}

/* breadCrumb css */
.bannerBg{
    background-image: url("../img/cricketImages/banner2.webp");
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bannerBg::before{
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.699);
top: 0;
left: 0;
}



.singleExchangeContainer{
    padding: 1rem ;

}
.singleExchange{
    border-radius: 1rem;
    border: 2px solid rgba(0, 126, 250);
    padding: 1rem 0.5rem;
    overflow: hidden;
    box-shadow: 2px 2px 5px black;
}
.exchnageImageBox{
    width: 100%;
    height: 100%;
    
}
.exchnageImageBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.exchangeContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    gap: 1rem;
}
.exchangeContent h2{
font-size: 2rem;
}

.hearderContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 100%;
    margin: 1rem;
    gap: 0.5rem;
    background-color: #65c178;
    padding: 1rem 0;
    margin: 0;
}

.hearderContainer .addBanner{
   margin-left: 7rem;
}
@media (max-width:768px){
    .headerWahtsappButton{
        display: none;
    }
    .mainLogo{
        font-size: 0.5rem;
    }
    .hearderContainer .addBanner{
        margin-left: 0rem;
     }
}
.contentHolder ul,
.contentHolder ul li,
.contentHolder ol li,
.contentHolder p,
.contentHolder h1,
.contentHolder h2,
.contentHolder h3,
.contentHolder h4,
.contentHolder h5,
.contentHolder h6

{
    color: rgb(0, 0, 0) ;
    font-family: inherit;
}
.contentHolder .whatsappButton{
    margin: 2rem 0;
}
.breadCrumbBanner{
    background: url("../images/cricketImages/banner2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadCrumbBanner .breadcrumb li a{
 color:white;
}
.breadCrumbBanner .breadcrumb{
    background-color: black;
    width: fit-content;
    margin: 0 auto;
    padding-left: 1rem;
}

/* bouncing button animation */

@-webkit-keyframes bounce {
    0% {
transform: scale(1,1) translate(0px, 0px);
}

30%{
transform: scale(1,0.8) translate(0px, 10px); 
}

75%{
transform: scale(1,1.1) translate(0px, -25px); 
}

100% {
transform: scale(1,1) translate(0px, 0px);
}
}

.bounce {
  text-align:center;
  margin:0 auto;
  margin-top:100px;
 -webkit-animation: bounce 2s infinite;
}

/* site map */
.siteMapContainer{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
 
}
.siteMapContainer a{
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.siteMapContainer a:hover{
color: red;
}

.fixedContaienr {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem;
    width: fit-content;
    z-index:9999;
}
.fixedContaienr a{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: #25D366;
}
.fixedContaienr a i{
    font-size: 3rem;
    color: white;
}
.fixedContaienr a:hover{
    background-color: #075E54;
    color: white;
}