.home-banner {
  height: calc(100vh - 56px);
  position: absolute;
  z-index: 0;
}
.swiper-full {
  /* height: 100vh !important */
  z-index: -1;
  position: absolute !important; /* width: 100vw */
}
.slide_hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 100vh !important */
  /* overflow-x: hidden: */
}
.full-height {
  height: calc(100vh - 56px);
  background-color: rgba(51, 89, 140, 0.72);
  z-index: 1;
  position: relative !important;
}
.bg-color-blue {
}
.sliderimg {
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100vw;
}
.sublink-hov {
}
.sublink-hov:hover {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.fixture-div {
  max-height: 50vh;
  overflow: auto;
}

.insta-gradient {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  
  
}