
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
  scroll-behavior: smooth;
}
body{
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
section.home-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}
section.home-banner nav {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    top: 25px;
    color: #fff;
  z-index: 9;
}
section.home-banner nav a{
    font-family: "Oxanium", sans-serif;
    color: #fff;
    font-family: 26px;
    text-transform: uppercase;
    font-weight: 400;

}
section.home-banner h1{
    font-size: 15vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-family: "Oxanium", sans-serif;
  z-index: 2;
}
section.home-banner .navbar-brand img{
  width: 120px;
}
section.home-banner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #fff;
  font-weight: bold;
}
.team-group{
  position: absolute;
  bottom: -150px;
  width: 70vw;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
section.home-banner video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.about-us{
  padding-top: 200px;
  padding-bottom: 50px;
}
.about-us .image-cover {
    width: 100%;
    height: 600px;
    background: url(../images/about-img.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: 100px;
    background-position-y: 100px;
}
.about-us h2{
    font-family: "Oxanium", sans-serif;
    font-weight: bold;
    color: #3B3B3B;
    font-size: 60px;
    margin-bottom: 30px;
}
.about-us p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #3B3B3B;
    font-size: 18px;
    text-align: justify;
}
.about-us h2 span{
    font-family: "Oxanium", sans-serif;
    font-weight: 400;
}
.btn.btn-primary{
  background: #E50029;
  border-color: #E50029;
  color: #fff;
    font-family: "Oxanium", sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    padding: 15px 50px;
    text-transform: uppercase;
    transition-duration: 0.3s;
}
.btn.btn-primary:hover{
  background: #fff;
  border-color: #E50029;
  color: #E50029;
}
.sponsor {
    margin-top: 50px;
    padding: 100px 0;
    padding-top: 50px;
    background: linear-gradient(45deg, #E50029, #97001b);
}
.flex-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.sponsor h3{
    font-family: "Oxanium", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    margin-bottom: 80px;
}
.sponsor h3 span{
  font-weight: 400;
}
.ceo-mes{
  padding-top: 50px;
}
.ceo-mes h2{
    font-family: "Oxanium", sans-serif;
    font-weight: bold;
    color: #3B3B3B;
    font-size: 60px;
    margin-bottom: 30px;
}
.ceo-mes h4{
    font-family: "Oxanium", sans-serif;
    font-weight: 400;
    color: #3B3B3B;
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 30px;
}
.ceo-mes h4 span{
    font-weight: bold;
}
.ceo-mes p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #3B3B3B;
    font-size: 18px;
    text-align: justify;
}
.ceo-mes h2 span{
    font-family: "Oxanium", sans-serif;
    font-weight: 400;
}
footer{
    background: linear-gradient(45deg, #E50029, #97001b);
    padding: 50px 0;
}
footer ul{
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  gap: 25px;
}
footer ul a{
  color: #fff;
  text-decoration: none;
    font-family: "Oxanium", sans-serif;
}
footer h5{
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}
button.navbar-toggler {
    border-color: #fff;
}

span.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
/* Loader full screen overlay */
#loader {
  position: fixed;
  inset: 0;
  background: #E50029;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 9999;
  font-family: 'Oxanium', cursive, sans-serif;
  color: white;
}

/* Container for clip text stacking */
.clip-container {
  position: relative;
  overflow: hidden;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  user-select: none;
  cursor: default;
}

/* Bottom text: transparent but occupies space */
.clip-text {
  color: transparent;
}

/* Overlay text to animate width (revealing) */
.clip-text.overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  width: 0;          /* initial: hidden */
  pointer-events: none;
  z-index: 2;
  user-select: none;
}

/* Percentage counter styling */
#counter {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  user-select: none;
}
nav.navbar,
section.home-banner h1 {
  opacity: 0;
}

.team-group {
  opacity: 0;
}
.cricket-ball {
  position: fixed;
  right: -85px;            /* adjust as needed to the right edge */
  top: 50%;               /* vertically centered */
  transform: translateY(-50%);
  width: 200px;            /* adjust size as needed */
  height: auto;
  z-index: 9;         /* above normal content */
  pointer-events: none;   /* so it doesn't block clicks */
  will-change: transform; /* optimize animation */
}

@media (max-width:767px){
  .team-group {
    position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 3;
        left: 50%;
        transform: translate(-50%, 25%);
        top: unset;
        bottom: 20px;
}
.about-us {
    padding-top: 100px;
    padding-bottom: 50px;
}
.about-us .image-cover {
    width: 100%;
    height: 600px;
    background: url(../images/about-img.jpg);
   background-attachment: scroll;
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        background-size: cover;
}
.about-us h2{
  margin-top: 50px;
}
.flex-box {
    flex-direction: column;
    gap: 40px;
        align-items: center;
}
.sponsor h3{
  text-align: center;
}
footer h5{
  text-align: center;
}
.cricket-ball{
  width: 140px;
}
.clip-container{
  letter-spacing: 0.2em;
  font-size: 3rem;
}
#loader{
  width: 100%;
}
}