* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
::-webkit-scrollbar {
  display: none;
}
/* For Firefox */
html {
  scrollbar-width: none;
}

/* For IE/Edge (old) */
html {
  -ms-overflow-style: none;
}

body {
 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

  background-color: whitesmoke;
}
.black-strip{
  display: none;
}
header {
  width: 100%;
  /* padding: 16px 18px 16px 18px; */
  padding: 1rem 1.2rem 1rem 1.2rem;
  background-image: linear-gradient(94deg, #000000, #000000 55%, #000000);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-content {
  gap: 0.625rem;
  display: flex;
  align-items: center;
}
.right-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
.common-link {
  text-decoration: none;
}
.left-content i {
  display: block;
}
.left-content img {
  position: relative;
  bottom: 0.313rem;
}
.logo-image {
  height:1.875rem;
}
.search-input {
  display: none;
}
.rules-button {
  display: none;
}
.header-button {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.login-button {
  color: white;
  background-color: #b6842d;
  border-radius: 2px;
  border: none;
  padding: 0.313rem 0.625rem;
}
.login-button:hover{
  opacity: 0.75;
}
.register-button {
  background-color: white;
  color: #b6842d;
  border-radius: 2px;
  border: none;
  padding: 0.313rem 0.625rem;
}
.register-button:hover{
  opacity: 0.75;
}
.categories-stripe {
  display: flex;
  flex-shrink: 1;
  overflow-x: auto;
  background-color: rgba(128, 128, 128, 0.351);
}
.strip-child {
  display: flex;
  border: 1px solid rgb(197, 196, 196);
  padding: 6px 15px;
  flex-direction: column;
  gap: 2px;
  min-width: fit-content;
  justify-content: center;
  align-items: center; 
}
.strip-first-child{
  background-image: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
}
.strip-child img{
  width: 18px;
}
.strip-child p{
  font-size: 12px;
  color: #000000;
}
.sports-horizontal-list{
  display: none;
}
.footer-horizontal-list{
  display: flex;
  text-wrap: nowrap;
  overflow-x: auto;
  background-color: black;
  padding: 10px 20px;
  gap: 35px;
}
.sidebar{
  display: none;
}
.scroll-window-right{
  display: none;
}
.photos{
  display: none;
}
.photos {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 325px 325px 512px;
  /* grid-template-rows: 325px 325px 512px; */
  gap: 3px;
}
.photos img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.photo3 {
  grid-row-start: 1;
  grid-row-end: 3;
}
.photo3 {
  grid-column-start: 3;
  grid-column-end: 4;
}


main{
  width: 100%; /* Default for mobile and tablet */
  /* max-width: 1200px; Prevents it from becoming too large on very big screens */
  margin: 0 auto; 
 height: fit-content;
 padding-bottom: 50px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.white-gap{
  display: none;
}
.gifs {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-template-rows: 65px 65px;
  column-gap: 2px;
  row-gap: 2px;
  padding: 1px;
}
.gif {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.gif-container {
  background-color: white; 
  padding: 0;
}
.gifs :nth-child(7){
  display: none;
}
.gifs :nth-child(8){
  display: none;
}
.main-button{
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.main-button button {
  background-image: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  padding: 15px 45px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}
.main-button button:hover {
  opacity: 0.8;
}
.winbuzz-login-heading{
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-shadow: 2px 2px 10px yellow;
}
.scroll-window-container{
  width: 100%;
  padding-left:5px ;
  padding-right:5px ;
  display: flex;
  gap: 15px;
  height: 300px;
  /* border: 2px solid red; */
}
.left-scroll-container, .right-scroll-container{
  flex: 1;
  overflow-y: auto;
}



.scroll-window-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  width: 100%;
  color: white;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 6px 10px;
  background-image: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
}
.scroll-window-image {
  cursor: pointer;
  width: 100%;
}
.games-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.img-container img{
  width: 100%;
  height: 100%;
}
.left-scroll-container{
  display: none;
}
.carousel-container {
  width: 95%;
  min-height: 460px;
  max-height: fit-content;
  /* height: fit-content; */
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(230, 189, 40, 0.709);
}
/* .carousel-inner-container{
  border: 2px solid red;
  width: 100%;
  height: 100%;
} */
.carousel-card{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* border: 8px solid white; */
  background-color: black;
  padding: 20px;
}
.carousel-card h1{
  font-size: 20px;
  font-weight: bolder;
  /* font-size: 40px; */
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.get-id-button{
  margin-top: 15px;
  background-image: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f); 
  padding: 15px 40px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  margin-bottom: 30px;
  cursor: pointer;
}

.get-id-button:hover {
  opacity: 0.8;
}
.carousel-card h2{
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}
.card1-para, .card3-para{
  color: white;
  font-size: 20px;
  line-height: 25px;
}
.read-more{
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #b7862f;
}
.steps{
  font-size: 18px;
  color: white;
}
.winbuzz-link{
  color:#dda13b ;
}
footer{
  font-size: 18px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  display: none;
}
.footer-menu-options {
  z-index: 9999;
  display: flex;
  width: 100%;
  position: fixed;
  background-color: black;
  bottom: 0px;
  left: 0px;
  right: 0px;
  align-items: center;
  padding: 7px 15px;
  gap: 120px;
  justify-content: space-around;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  box-shadow: 0px 0px 10px rgba(240, 212, 51, 0.8);
}

.footer-menu-container {
  display: flex;
  gap: 30px;
}
.common-child-style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}

.footer-menu-child-home {
  position: absolute;
  bottom: 17px;
  left: 42%;
  background-color: rgb(5, 5, 5);
  padding: 8px;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  box-shadow: 0px 0px 10px rgba(240, 212, 51, 0.8);
}
.footer-menu-child-home img{
  height: 38px;
}
.footer-menu-child img{
  height: 18px;
}
.footer-menu-child p{
  font-size: 12px;
  color: white;
}
.footer-menu-child {
  gap: 3px;
}
.photo-overlay-container {
  position: relative;
}
.overlay-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.446);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.overlay-button button {
  background-color: #e1a234;
  padding: 5px 25px;
  border: none;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
}
.btn-img-overlay-container {
  position: relative;
}
.carousel-control-prev {
 z-index: 1 !important;
}
.carousel-control-next {
  z-index: 1 !important;

}

.laptop-footer{
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 100px;
}
.footer-links{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  
}
.footer-links a {
  text-decoration: none;
  color: white;
  justify-content: center;
}
.footer-links a:hover {
   color: rgb(198, 198, 198);
}

@media (min-width: 761px) {
   /* .....Adjust styles for tablets */

     .laptop-footer{
    margin-bottom: 0px;
  }
  .left-content i{
    display: none;
  }
  .rules-button {
    display: inline-block;
  }
  .rules-button:hover{
    background-color: white;
  }

  .search-input {
    display: inline-block;
    width:264px;
    outline: none;
    border: 1px solid white;
    font-size: 0.8rem;
    background-color: transparent;
    color: white;
    padding: 10px 4px 10px 10px;
    border-radius: 20px;
  }
  .header-button {
    color: #000000;
    border: 1px solid black;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bolder;
    border-radius: 20px;
    cursor: pointer;
    background-image: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  }
 
  .strip-child img{
    width: 20px;
  }
  .strip-child p{
    font-size: 13px;
  }
  .sports-horizontal-list{
    display: none;
  }
  .gifs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 88px 88px;
    column-gap: 2px;
    row-gap: 4px;
  }
  .gif {
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
  .gif-container {
    background-color: white;
    border: 1px solid rgba(151, 159, 164, 0.456);
    padding: 3px;
    border-radius: 3px;
  }
  .gifs :nth-child(7){
    display: inline-block;
  }
  .gifs :nth-child(8){
    display: inline-block;
  }
   .main-button button {
    padding: 18px 60px;
    border-radius: 23px;
  } 
  .get-id-button{
    padding: 18px 60px;
    font-size: 17px;
    border-radius: 23px;
  }
  .winbuzz-login-heading{
    font-size: 4rem;
    text-shadow: 2px 2px 10px yellow;
  }
  .left-scroll-container{
    display: block;
  }
  .scroll-window-container{
    min-height: 300px;
  }
  .photos{
    margin-top: -60px;
    display: grid;
  }
  .carousel-container {
    width: 85%;
    margin-left: 0px;
  margin-right: 0px;
  }
  .carousel-card h1{
    font-size: 30px;
  }
  .carousel-card h2{
    font-size: 30px;
  }
  .carousel-control-prev {
    left: -97px !important;
}
  .carousel-control-next {
    right: -97px !important;

}
footer{
  display: block;
}
.footer-menu-options {
  display: none;
}


}

@media (min-width: 1230px) {
  /*....... Adjust styles for laptops */

.black-strip{
    display: block;
    width: 100%;
    /* height: 25px; */
    height: 3vh;
    background-color: black;
  }
  header {
    /* padding: 22px 20px 22px 20px; */ 
    padding: 1.375rem 1.25rem 1.375rem 1.25rem; 
    background-image: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  }
  .header-button {
    background-color: transparent;
    border: 1px solid white;
    padding: 0.5rem 0.938rem;
    font-size: 0.938rem;
    font-weight: bolder;
    border-radius: 20px;
    cursor: pointer;
    background-image: none;
  }
  .login-button, .register-button{
    color: white;
  }
  .logo-image {
    height: 2.438rem;
  }
  .categories-stripe {
    display:none;
  }
  .sports-horizontal-list{
    display: flex;
  text-wrap: nowrap;
  overflow-x: auto;
  background-color: black;
  padding: 10px 20px;
  gap: 35px;
  }
  .sport-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: white;
    cursor: pointer;
  }
  .keyword-name a{
    color: white;
    text-decoration: none;
  }
  .keyword-name a:hover{
    color: rgb(198, 198, 198);
  }
  .sport-name:hover {
    color: rgb(198, 198, 198);
  }
  .yellow {
    color: rgb(255, 250, 0);
  }
  .yellow:hover {
    color: rgb(224, 221, 13);
  }
  .sidebar{
    display: flex;
  }
  .scroll-window-right{
    display: flex;
  }
  .body-grid{
    display: grid;
    grid-template-columns: 1fr 63%  1.25fr;
    grid-template-rows: 1fr 1fr;
    /* gap: 10px; */
   column-gap: 10px;
  } 
  .sidebar{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .photos{
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  main{
    width: 100%;
  }
  .white-gap{
    display: block;
    height: 15px;
    width: 100%;
    background-color: white;
  }
  .scroll-window-container{
    display: none;
  }
  .scroll-window-right{
    width: 100%;
    padding-left:5px ;
    padding-right:5px ;
    display: flex;
    flex-direction: column;
    /* border: 2px solid red; */
    gap: 30px;
  }
  .upper-scroll-container{
    flex: 1;
    padding-top: 2px;
    /* margin-bottom: 50px; */
  }
  .upper-scroll-container-images{
    height: 600px;
    overflow-y: auto;
  }

  .lower-scroll-container{
    flex: 1;
    overflow-y: auto;
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-left: 9px;
    padding-right: 9px;
    box-shadow: 0px 5px 8px rgba(151, 159, 164, 0.7);
  }
  .tile {
    flex: 1;
    color: black;
    border-bottom: 1px solid rgba(169, 181, 197, 0.359);
    padding: 10px 15px;
    display: flex;
    cursor: pointer;
  }
  .tile:hover {
    background-color: rgb(241, 241, 241);
  }
  .sport-icon {
    height: 20px;
    width: 20px;
  }
  .text-container {
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-wrap: nowrap;
  }
  .social-link-heading {
    margin-top: 12px;
    margin-left: 15px;
    color: rgb(80, 80, 80);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  .whatsapp-container {
    margin-top: -10px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .wtsp-icon {
    height: 70px;
    width: 70px;
  }
  .social-link-name {
    color: black;
    margin-left: -10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  .telegram-icon {
    height: 35px;
    width: 35px;
    margin-right: 18px;
    margin-left: 16.5px;
  }
  .telegram-container {
    margin-top: -20px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .instagram-container {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .insta-icon {
    height: 37px;
    margin-left: 14px;
    margin-right: 15px;
  }
  .photos{
    display: grid;
  }
  .carousel-container {
    width: 85%;
    margin-left: 0px;
  margin-right: 0px;
  }
  .carousel-card h1{
    font-size: 35px;
  }
  .carousel-control-prev {
    left: -100px !important;
}
  .carousel-control-next {
    right: -100px !important;
}

}