
@import url('https://fonts.cdnfonts.com/css/bauer');
@import url('https://fonts.cdnfonts.com/css/monument-extended');
html {
    scroll-behavior: smooth;
}
body {
  font-family: 'Monument Extended',"Bauer", sans-serif, Arial;
  background: linear-gradient(112.1deg, rgb(15, 15, 15) 11.4%, var(--skin-banner-background-color-2) 70.2%);
  overflow-x: hidden;
  color: var(--bodytext);
  text-align: center;
  margin: 0;
  /*background-image: url("/assets/images/dark-grey-texture.png");*/
  background-color: rgb(255, 255, 255);
  background-size: cover !important;
  background-attachment: fixed !important;
  display:flex;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
  font-weight: 100 !important;
}
a {
    all: unset;
}
.banner-text {
    background-image: url("/assets/images/zp-nattys2-blur.png");
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    height: 90vh;
    max-width: 100vw;
    width: 100%;
    margin: 0;
    display: flex;
    color: white;
    text-transform: uppercase;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-position-x: center;

}
.banner-text-name {
    font-size: 5rem;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
}
.godownarrow {
filter: invert(100%);    
height: 50px;
width: 50px;
margin-top: 100px;
animation:  bounce 2s infinite;
animation-delay: 1500ms;
}
.godownarrow:hover {
    filter: invert(100%);
    height: 50px;
    width: 50px;
    cursor: pointer;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
.footer {
    background-color: rgba(20, 20, 20, 1);
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.footer-flex {
  border: white 1px solid;
  margin: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  min-width: 25vw;
  max-width: 25vw;
}
.footerflexoutside {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;

}
.banner-text-position{
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px white;
    color: rgba(255, 255, 255, 0);
    font-style: italic;

}
.banner-main {
    background-image: url("/assets/images/zp-celly-banner-edit-blur.png");
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    height: 60vh;
    width: 100vw;
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.playercard {
    background-image: url("/assets/images/Navy\ Gray\ Abstract\ Texture\ Photo\ December\ Calendar\ Desktop\ Wallpaper.png");
    background-size:cover;
    height: auto;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.playercard-inside{
    background-color: rgba(20, 20, 20, 0.732);
    backdrop-filter: blur(5px);
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    padding: 19px;
    /* height: 50vh; */
    align-content: center;
    align-items: center;
    margin: 10px;

}

.playercard-list {
    display: flex;
    border: white 1px solid;
    padding: 10px;
    margin: 5px;
    margin-top: 20px;
}
.stats-div {
    height: 90vh;
    width: 100vw;
    margin: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

section {
    padding: 20px;
    letter-spacing: 2px;
    font-weight: 100;
    color: white;
}


table {
    width: 100%;
    max-width: 100vw;
    overflow-x: scroll;
    font-size: 16px;
    border-collapse: collapse;
    
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

th {
    background-color: rgba(118, 118, 118, 0.152);
    color: #fff;
    text-transform: uppercase;
}

.playercard-list-text {
    color: white;
    letter-spacing: 1.3px;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.h3-title-player-profile {
    color: white;text-transform: uppercase;font-style: italic; letter-spacing: 2px;font-size: 2rem;
}
.div-social-section-box {
  width: 20vw;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 6px;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.div-social-section-box:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
    cursor: pointer;
    scale: 0.9 !important;
    
}
.img-div-social-section-box {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
    border: white 3px solid;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #000000 ;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #2f2f2f;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #1d1d1d;
    border-radius: 0px;
    border: 0px none #ffffff;
  }
section {
    display: flex;
    /*background-image: url(/assets/images/carbonfiber-texture.png);*/
    background-color: rgba(20, 20, 20, 1);
    background-size: cover;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.currentyear-stats {
    background-color: rgb(91 91 91)
}
.table-titles {
    color: rgba(255, 255, 255, 0);
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px white;
    margin-top: 50px;

}
.carousel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content:space-evenly;
    padding: 10px;
}

.video {
    margin: 20px;
}
.youtube-button{
    width: 30vw;
    background-color: rgb(255, 255, 255);
    height: 100px;
    border-radius: 20px;
    margin: 10px;
    display: flex;
    color: rgb(0, 0, 0);
    font-size: 2rem;
    border: red 2px solid;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: .5s;
    margin-top: 50px;
    margin-bottom: 100px;
    text-transform: uppercase;

}
.youtube-button:hover{
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.5);  
    transition: .5s;
}
.personal-acheivements-section-title {
    color: rgba(255, 255, 255, 0);
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px white;}
.personal-acheivements-section {
    background-image: url("/assets/images/blur-madcaps.png");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    margin: 0;
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background-attachment: fixed;
    
}
.personal-acheivements-section-hockey, .personal-acheivements-section-school {
    margin: 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.247);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    backdrop-filter: blur(10px);
    color: white;
    font-size: 1.5rem;
    height: 40vh;
    border-radius: 20px;
}

h2 {
  font-weight: 200;
}
.personal-acheivements-section-flex {
    display: flex;
    flex-direction: column;

}
tbody {
    margin-bottom: 50px;
}

/* Mobile Styles */
@media only screen and (max-width: 1200px) {
  .footer-flex {
    min-width: 80vw;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 1000px) {
    body{
    overflow-x: hidden;

}

.img-div-social-section-box {
    width: 15vw;
    height: 15vw;
}
.social-title {
    font-size: .8rem;
}
.video-frame {
    width: 80vw !important;
    height: auto;
}
}

@media only screen and (max-width: 600px) {
    body {
      font-size: 14px;
    }
   
    .div-social-section-box {
      padding: 20px;
      font-size: .5rem !important;
      width: 70vw;

    }
    .img-div-social-section-box {
        width: 10vw;
        height: 10vw;
    }
    .banner-text {
      height: 70vh;
    }
  
    .banner-text-name {
      font-size: 3rem;
    }
    .social-title {
        font-size: .5rem;
    }
    .godownarrow {
      margin-top: 50px;
    }
  
    .banner-text-position {
      font-size: 1.5rem;
    }
  
    .banner-main {
flex-direction: column;

}
  
    .playercard {
      height: auto;
    }
  
    .playercard-inside {
      padding: 10px;
    }
  
    .playercard-list-text {
      font-size: 1rem;
    }
  
    .youtube-button {
      width: 80vw;
      font-size: 1.5rem;
    }
  
    .personal-acheivements-section {
      height: 120vh;
    }
  
    .personal-acheivements-section-title {
      font-size: 1.8rem;
    }
  
    .personal-acheivements-section-hockey,
    .personal-acheivements-section-school {
      font-size: 1.2rem;
      height: 30vh;
    }
  }
  
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
    body {
      font-size: 16px;
    }
  }
/* Mobile Styles for Compact Stat Tables */
@media only screen and (max-width: 600px) {
    table {
        font-size: .5rem;
        max-width: 100%;
        overflow-x: scroll;
        width: 100vw;
        padding: 0;
    }
  
    th, td {
      padding: 1px;
    }
  
    .table-titles {
      font-size: 1.5rem;
    }
  
    .carousel-container {
      padding: 10px;
    }
  
    .video {
      margin: 10px;
    }
  
    .youtube-button {
      width: 80vw;
      font-size: 1.2rem;
    }
  }
  @media only screen and (max-width: 430px) {
    table {
        font-size: 0.3rem;
    }
}
.track-section {
    display: flex;
  padding: 50px;    
  flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background-position: top left ;
    background-repeat: no-repeat;
    background-size: 100% ;
    background-color: rgb(0, 0, 0);

}
.track-pictures-div{
padding: 20px;
background-color: rgba(0, 0, 0, 0.507);
color: white;
letter-spacing: 1px;
backdrop-filter: blur(3px);
display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.track-pictures-div p {
  padding: 5px;
}
.track-infoandstats-div {
  width: 40vw;
  height: 90%;
  background-color: #ffffff;
  padding: 20px;
}
.img-tack {
  width: 40vw;
}
.track-section-inside {
  display: flex;
}



/*PHOTO GALLERY*/

.photogallery {

}
.photogallery-main {
  background-image: url("/assets/images/bg-reapers.png");
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  padding: 20px;
  flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}
/* Carousel Container */
.custom-carousel-container {
  position: relative;
  width: 100%;
  max-width: 600px;  /* Ensures carousel doesn't exceed 600px width */
  margin: auto;
  overflow: hidden;
}

/* Carousel */
.custom-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

/* Carousel Images */
.custom-carousel-image {
  width: 100%;  /* Ensures the images scale to the container width */
  height: auto;  /* Maintains aspect ratio */
}

/* Navigation Buttons */
.custom-carousel-prev,
.custom-carousel-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;  /* Makes the background circular */
  width: 50px;  /* Width of the button */
  height: 50px;  /* Height of the button */
  display: flex;
  justify-content: center;  /* Centers the icon horizontally */
  align-items: center;  /* Centers the icon vertically */
}

.custom-carousel-prev {
  left: 10px;
}

.custom-carousel-next {
  right: 10px;
}

.custom-carousel-prev:hover,
.custom-carousel-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Mobile-Friendly Adjustments */
@media screen and (max-width: 768px) {
  .custom-carousel-prev,
  .custom-carousel-next {
    font-size: 18px;  /* Reduce button size on smaller screens */
    width: 40px;  /* Smaller button width */
    height: 40px;  /* Smaller button height */
  }
}

@media screen and (max-width: 480px) {
  .custom-carousel-prev,
  .custom-carousel-next {
    font-size: 16px;  /* Further reduce button size on very small screens */
    width: 35px;  /* Smaller button width */
    height: 35px;  /* Smaller button height */
  }
}