@font-face {
  font-family: "BebasNeue";
  src: url(../webfonts/BebasNeue-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url(../webfonts/Poppins-light.ttf) format("truetype");
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #f1f3f8;
}

html {
  margin-top: 5px !important;
  width: 100%;
}

/* Header */
.main_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #081224;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 8%);
  color: white;
  z-index: 1;
}

.display_flex {
  display: flex;
}

.logo_title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10%;
  font-family: inherit;
  line-height: 20px;
}

.header_container {
  margin-left: 10%;
  margin-right: 10%;
}

/* Remove default web kits for the input fields */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

#search_btn {
  color: #fff;
  transform: translateY(-180%) translateX(390%);
  border: none;
  width: 40px;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px;
}

#search_input {
  border: none;
  border-radius: 3em;
  padding: 15px 15px 15px 20px;
  width: 100%;
  background-color: #262f3e;
  font-size: 14px;
  color: #fff;
}

#search_input:focus,
#search_btn:focus:focus {
  outline: none;
}

#search_input_mobile {
  border: 1px solid #909090;
  border-radius: 3em;
  padding: 5px 10px 5px 10px;
  width: 65%;
}

#search_input_mobile:focus:focus {
  outline: none;
}

.mobile_main_menu li {
  display: block;
  padding: 10px 5px;
  font-size: larger;
  border-bottom: 1px solid #eee;
}

.mobile_main_menu {
  list-style: none;
  padding-right: 10%;
}

.mobile_main_menu li:hover {
  background-color: #ff0000;
}

.mobile_main_menu li a {
  color: black;
  padding: 10px;
}

#mobile_main_menu li a:hover {
  color: white;
}

#main_menu {
  list-style: none;
  margin-bottom: 0;
}

#top_menu_ul {
  list-style: none;
}

#main_menu li {
  display: inline-block;
  padding: 10px 5px;
  font-size: larger;
}

#top_menu_ul li {
  display: inline-block;
  padding: 10px 5px;
  font-size: larger;
}

#main_menu li a {
  color: #000;
  padding: 10px;
  font-size: 14px;
}

#top_menu_ul li a {
  color: #848992;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

#top_menu_ul li a:hover {
  color: #ff0000;
}

#main_menu li a:hover {
  color: #ff0000;
}

.company_logo {
  height: 80px;
}

.main_wrapper {
  background-color: #f4f4f4;
}

.top_menu_ul {
  float: right;
}

.main_menu {
  margin-right: 10%;
  display: flex;
  justify-content: space-between;
}

#search_form {
  width: 100%;
}

.latest_news_home_heading {
  background-color: #081224;
  color: white;
}

.pad_10 {
  padding: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_40 {
  padding: 40px;
}

.pad_20_p {
  padding: 5%;
}

.pad_top_10 {
  padding-top: 10px;
}

.pad_top_20 {
  padding-top: 20px;
}

.pad_top_30 {
  padding-top: 30px;
}

.pad_top_40 {
  padding-top: 40px;
}
.pad_top_80{
  padding-top: 80px;
}

.pad_bottom_20 {
  padding-bottom: 30px;
}

.pad_bottom_40 {
  padding-bottom: 40px;
}

.pad_bottom_80 {
  padding-bottom: 80px;
}


.pad_botton_100{
  padding-bottom: 100px;
}

.pad_right_5 {
  padding: 0px 5px 0px 0px;
}

.pad_left_5 {
  padding: 0px 0px 0px 5px;
}

.pad_left_0 {
  padding-left: 0px;
}

.box_shadow_1 {
  box-shadow: 0 3px 3px rgb(0 0 0 / 7%);
}
.box_shadow_2{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box_shadow_3{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.redline_footer {
  background-color: #ff0000;
  padding: 3px;
}

.white_background {
  background-color: white;
}

.white_text {
  color: white;
}

.color_848992{
 color: #848992;
}

.no_pad {
  padding: 0px;
}

.black_background {
  background-color: black;
}

.theme_blue {
  background-color: #081224;
}

.red_background {
  background-color: #ff0000;
}

.banner_news_div {
  padding: 5% 10%;
  color: white;
}

.banner_news_div_big_text {
  font-size: 30px;
}

.banner_news_div_small_text {
  font-size: 13px;
}

.player_position_teamp_span {
  color: #262f3e;
  font-size: 18px;
}

.player_position_teamp_span:hover {
  color: #ff0000;
  font-size: 18px;
}

.latest_news_headings_homepage {
  color: #262f3e;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
}

.latest_news_headings_homepage:hover {
  color: #ff0000;
}

.red_text {
  color: #ff0000;
}

.light_grey_text {
  color: #797e87;
}

.width_100 {
  width: 100%;
}

.width_50 {
  width: 50%;
}

.width_47 {
  width: 47%;
}

.width_80_p {
  width: 80%;
}

.margin_0{
  margin: 0;
}

.margin_left_10_p {
  margin-left: 10%;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}
.margin_20{
  margin: 20px;
}
.margin_3 {
  margin-left: 3%;
}

.margin_top_30_p {
  margin-top: 30px;
}
.margin_top_50_p {
  margin-top: 50px;
}

.margin_top_80_p {
  margin-top: 80px;
}

.margin_top_100_p {
  margin-top: 100px;
}

.custom_font {
  font-family: "BebasNeue" !important;
}

.signup_input {
  background-color: #eee;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  width: 70%;
}

.signup_input:focus {
  outline: none;
}

.signup_btn {
  background-color: #adb3bf;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  transform: translateX(-50%);
  color: #fff;
}

.signup_btn:focus {
  outline: none;
}

.red_bottom_border {
  border-bottom: 5px solid #ff0000;
}

.add_box img {
  width: 100%;
}

.font_weight_bold {
  font-weight: bold;
}

.font_weight_500 {
  font-weight: 500;
}

.line_hgt_90 {
  line-height: 90px;
}

.text_xl {
  font-size: x-large;
}

.text_xxxl {
  font-size: xxx-large;
}

.current_game_text {
  text-align: left;
}

.footer_designer_text {
  text-align: right;
}

.add_2 {
  margin-top: 0px;
}

.shop_now_text_home {
  position: absolute;
  color: #fff;
  padding: 10px;
}

.border_left_red {
  border-left: 5px solid #ff0000;
}

.border_left_dark_red {
  border-left: 5px solid #c70000;
}

.search_div {
  display: flex;
}

.search_div_mobile {
  display: none;
}

.menu_hamburger_icon_div {
  display: none;
}

.mobile_nav {
  position: fixed;
  background-color: #fff;
  /* display: none; */
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.mobile_logo_div {
  padding-top: 10px;
  text-align: center;
}

.mobile_close_nav_div {
  padding: 20px 40px;
  font-size: 25px;
}

.mobile_nav_item {
  display: none;
}

.inside_page_main_title {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: xxx-large;
  padding-left: 10%;
  color: #fff;
}

footer {
  background-color: #fff;
}

.white_background {
  background-color: #fff;
}

.socila_icons_header {
  width: 100%;
  text-align: right;
}

.font_14 {
  font-size: 14px;
}
.font_16 {
  font-size: 16px;
}

.font_90 {
  font-size: 90px;
}

.font_20 {
  font-size: 20px;
}

.font_21 {
  font-size: 21px;
}

.read_more_big_red_btn {
  background-color: #ff0000;
  border-radius: 30px;
  padding: 15px 50px;
  border: none;
  color: white;
}

.read_more_big_red_btn:focus {
  outline: none;
}

.read_more_big_red_btn:hover {
  color: #fff;
}

.social_icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}

.social_icon:hover {
  color: #000;
}

.social_icon_t {
  background-color: #76a9ea;
}

.social_icon_f {
  background-color: #356fcf;
}

.social_icon_y {
  background-color: #ff0000;
}

.social_icon_t:hover {
  background-color: #fff;
}

.social_icon_f:hover {
  background-color: #fff;
}

.social_icon_y:hover {
  background-color: #fff;
}

.social_a_tag {
  transform: translateX(-80%);
}

.score {
  font-size: xxx-large;
  font-weight: bold;
  line-height: 1;
}

.results_date {
  font-size: small;
  line-height: 0;
  font-weight: bold;
}

.score_inside_border {
  border-right: 1px solid #e3e3e3;
}

.latest_news_date {
  font-size: 13px;
  font-weight: bold;
}

.blue_gradient {
  background: linear-gradient(rgba(8, 19, 36, 0) 0%,
      rgba(8, 19, 36, 0) 32%,
      rgba(8, 19, 36, 0.9) 85%,
      rgba(8, 19, 36, 0.9) 100%);
}

.splide__arrow {
  background: transparent !important;
}

.splide__arrow:focus {
  background: transparent !important;
  border: none;
}

.splide__pagination {
  display: none !important;
  margin-bottom: 10px !important;
}

.splide__slide {
  margin: 0 5px !important;
}

.letter_spacing_2 {
  letter-spacing: 2px;
}

.my-slider-progress {
  background: #ccc;
}

.my-slider-progress-bar {
  background: #ff0000;
  height: 5px;
  transition: width 400ms ease;
  width: 0;
}
.splide__list li{
  width:33%;
}
.splide__slide img{
  width: 90%;
}
.footer_div{
  background-color: #081224;
  width:100%;
  color: #fff;
}
.contact_us_top_icons{
  width:20%;
  margin-top:100px;
}
.contact_us_links a{
  color: black;
}
.contact_us_input{
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  background-color: transparent;
}

.news_article img {
  max-width: 100%;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

/* eof */
@media (max-width: 991.98px) {
  .current_game_text {
    text-align: center;
  }

  .sign_up_div_inside {
    padding-top: 10px;
  }

  .width_50 {
    width: 100%;
  }

  .width_47 {
    width: 100%;
  }

  .margin_3 {
    margin-left: 0%;
    margin-top: 10px;
  }

  .pad_right_5 {
    padding: 0px;
  }

  .pad_left_5 {
    padding: 0px;
  }

  .add_2 {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .footer_designer_text {
    text-align: left;
  }
}

@media (max-width: 1017px) {
  .main_menu {
    display: none;
  }
}

@media (max-width: 877px) {
  .top_menu_ul {
    float: left;
  }

  .search_div {
    display: none;
  }

  .search_div_mobile {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .menu_hamburger_icon_div {
    display: block;
    padding: 10px;
  }

  .dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main_header {
    position: absolute;
  }
}
.wp-block-image{
	padding : 10px;
}
/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.8s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.autoheight{
  height: auto;
}
#main_menu .sub-menu{
  display: none;
}
#main_menu li:hover .sub-menu{
  display: grid;
  position: absolute;
  z-index: 20;
  margin-left: 0 !important;
  padding : 0;
  background-color: #f1f3f8;
}
#mobile_main_menu .sub-menu{
  display: none;
}
#mobile_main_menu li:hover .sub-menu{
  display: block;
  position: absolute;
  z-index: 20;
  margin-left: 0 !important;
  padding : 0;
  background-color: #f1f3f8;
  margin-top:10px;
  width:78%;
}
.sub-menu li:hover{
  background-color: #ff0000;
  color: #fff !important;
}
.sub-menu li:hover a{
  color: #fff !important;
}
#mobile_main_menu .menu-item-has-children .fa-solid{
  text-align: right;
}
.woocommerce-product-gallery{
  opacity: 1 !important;
}