/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

.whatsapp-fix .position-relative p {
  color: #fff;
}

.floating-icon {
  position: fixed;
  right: -56px;
  top: 355px;
  transform: rotate(-90deg);
  z-index: 9;
  background: #f3b42f;
  padding: 8px 18px;
  border-radius: 8px 8px 0px 0px;
}

.floating-icon a {
  font-family: Gilroy-Bold;
  color: #000;
}

.floating-icon a svg {
  margin-right: 5px;
  transform: rotate(90deg);
}

select.flatpickr-monthDropdown-months option {
  color: #000;
  font-size: 16px;
}

.whatsapp-fix {
  background: #000;
  position: fixed;
  top: 190px;
  right: -60px;
  transform: rotate(-90deg);
  z-index: 9;
  color: #fff;
  width: 150px;
  padding: 8px 18px;
  border-radius: 8px 8px 0px 0px;
  font-family: Gilroy-Bold;
}

.whatsapp-fix svg {
  position: absolute;
  right: -7px;
  max-width: 25px;
  transform: rotate(90deg);
  top: -5px;
}

.side-menu {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.side-menu ul li {
  list-style-type: none;
}

.img__description_layer {
  display: none;
  position: absolute;
  right: 49px;
  top: -57px;
  transform: rotate(90deg);
  background: #000;
  padding: 13px;
  border-radius: 7px 0px 0px 7px;
}

.img__description_layer a {
  color: #fff;
  float: left;
  width: 100%;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.whatsapp-fix:hover .img__description_layer {
  display: block;
}

.main-banner-home {
  background-color: black;
  background-image: url(/images/frontend/layouts/home_topbar_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  min-height: 280px;
}

.main-banner-home .banner-content {
  font-size: 16px;
  font-family: Gilroy-SemiBold;
}

.main-banner-home .banner-content span {
  color: #E4B554;
}

.main-banner-home .swiper-container {
  width: 100%;
  height: 100%;
}

.main-banner-home .swiper-slide {
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}

.main-banner-home .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-banner-home .swiper-pagination-bullet-active {
  background: #eae8e8;
}

.main-banner-home .swiper-pagination-bullets {
  bottom: 0;
}

.main-banner-home .slider-navigation {
  position: absolute;
  right: 200px;
  top: 30px;
  width: 76px;
}

.main-banner-home .swiper-button-next,
.main-banner-home .swiper-button-prev {
  background: none;
  width: 30px;
  height: 30px;
  background-color: #474e60;
  border-radius: 100px;
  text-align: center;
  margin-top: -10px;
  right: 0;
}

#welcome-page {
  background-color: #1f2636;
  padding-top: 40px !important;
}

#welcome-page .tab-left-bg {
  background: #131825;
  border-radius: 15px 15px 0px 0px;
  padding: 20px;
  padding-bottom: 100px;
}

#welcome-page .tab-left-bg h2 {
  color: #fff;
}

#welcome-page .tab-left-bg .search-contr .form-group {
  margin-top: 15px;
}

#welcome-page .tab-left-bg .search-contr .form-group input {
  border: 2px solid #607196a8;
  background: transparent;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  height: 40px;
  padding-left: 30px;
  position: relative;
}

#welcome-page .tab-left-bg .search-contr .form-group .select2-container--default .select2-selection--single {
  border: 2px solid #607196a8;
  background: transparent;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  height: 40px;
  background-color: transparent;
  padding-left: 20px;
}

#welcome-page .tab-left-bg .search-contr .form-group .select2-container {
  width: 100% !important;
}

#welcome-page .tab-left-bg .search-contr .form-group svg {
  position: absolute;
  left: 20px;
  top: 10px;
}

#welcome-page .tab-left-bg .search-contr .filterbtnn {
  background: #db9e1d;
  margin-top: 15px;
  border-radius: 6px;
  border: none;
  height: 40px;
}

#welcome-page .tab-left-bg .search-contr .filterbtnn:hover {
  background-color: #c3880d;
}

#welcome-page .popular-package-box {
  background: #1f2636;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
}

#welcome-page .popular-package-box p {
  margin: 0;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#welcome-page .popular-package-box .popular-game-line {
  border-bottom: 3px solid #727b8d;
}

#welcome-page .popular-package-box .popular-game-line .title {
  justify-content: center;
  margin-bottom: 10px;
}

#welcome-page .popular-package-box .popular-game-line .title p {
  margin-left: 5px;
}

#welcome-page .popular-package-box .popular-game-line .team-image img {
  max-width: 80px;
  max-height: 80px;
}

#welcome-page .popular-package-box .bottom-contents {
  padding: 10px 0px;
  padding-right: 40px;
  position: relative;
}

#welcome-page .popular-package-box .bottom-contents .svg-arrow {
  background: #131825;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.5s;
}

#welcome-page .popular-package-box .bottom-contents .svg-arrow:hover {
  background-color: #db9e1d;
}

#welcome-page .popular-package-box .bottom-contents h4 {
  color: #f3b42f;
}

#welcome-page .popular-package-box .bottom-contents span {
  float: right;
  background: #131825;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#welcome-page .popular-package-box .bottom-contents span img {
  max-width: 100%;
  max-height: 100%;
}

#welcome-page .Latest-news-title {
  margin-top: 30px;
}

#welcome-page .latest-news {
  margin: 20px 10px;
  background: #1f2636;
}

#welcome-page .latest-news .news-image {
  position: relative;
  padding-left: 130px;
  min-height: 100px;
}

#welcome-page .latest-news .news-image img {
  width: 120px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
}

#welcome-page .latest-news .news-image .contents p {
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 5px;
}

#welcome-page .latest-news .news-image .contents h5 {
  color: #f3b42f;
  font-size: 16px;
}

#welcome-page .trending .search {
  border: 1px solid #727b8d;
  border-radius: 5px;
  padding: 5px 10px;
  width: auto;
  margin: 0px 4px;
  margin-top: 10px;
}

#welcome-page .trending .search h5 {
  color: #fff;
  margin: 0;
}

#welcome-page .trending .search p {
  color: #727b8d;
  margin: 0;
}

#welcome-page .ticket-image .ticket-img {
  margin: 25px 0px;
}

#welcome-page .ticket-image .ticket-img img {
  width: 100%;
  border-radius: 15px;
}

#welcome-page .app-section {
  background: #0a0e17;
  border-radius: 10px;
  padding: 20px;
}

#welcome-page .app-section .app-inner {
  background: #131825;
  border-radius: 10px;
  padding: 30px 30px 1px;
}

#welcome-page .app-section .app-inner .title {
  color: #fff;
  font-size: 24px;
}

#welcome-page .app-section .app-inner .logo-img {
  margin: 20px 0;
}

#welcome-page .app-section .app-inner .phone-img {
  justify-content: center;
}

#welcome-page .app-section .app-inner .phone-img img {
  max-width: 100px;
}

#welcome-page .app-section .app-img {
  margin-top: 15px;
}

#welcome-page .app-section .app-img img {
  max-width: 100px;
  margin: auto;
}

#welcome-page .event_gallery {
  padding-left: 40px;
  padding-bottom: 40px;
}

#welcome-page .event_gallery .ticket-logo {
  display: none;
}

#welcome-page .event_gallery #moreEvents {
  text-align: end;
}

#welcome-page .event_gallery #moreEvents a {
  position: absolute;
  right: 0;
  top: -55px;
}

#welcome-page .event_gallery #moreEvents a #loadMoreEvents {
  color: #fff;
}

#welcome-page .event_gallery #moreEvents a #loadMoreEvents svg {
  background: #000000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 10px;
  margin-left: 2px;
}

#welcome-page .event_gallery #event_country .owl-nav {
  display: none;
}

#welcome-page .event_gallery .tab-style button {
  margin-bottom: 5px;
  background-color: #000;
  color: #727b8d;
  border-radius: 5px;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0px 25px;
  font-family: Gilroy-Medium;
}

#welcome-page .event_gallery .tab-style button.active {
  background-color: #fff;
  color: #727b8d;
}

#welcome-page .event_gallery .hover-effect {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#welcome-page .event_gallery .hover-effect .item .date {
  width: 100%;
  position: relative;
}

#welcome-page .event_gallery .hover-effect .item .date h1 {
  font-size: 32px;
}

#welcome-page .event_gallery .hover-effect .item .date .month {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 40px;
}

#welcome-page .event_gallery .hover-effect .item .date .month p {
  font-size: 12px;
  margin: 0;
  line-height: 17px;
  font-family: Gilroy-Medium;
}

#welcome-page .event_gallery .hover-effect .item .date .month p span {
  font-family: Gilroy-Bold;
}

#welcome-page .event_gallery .hover-effect .item .time {
  width: 100%;
  text-align: end;
}

#welcome-page .event_gallery .hover-effect .item .time p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  font-family: Gilroy-Medium;
}

#welcome-page .event_gallery .hover-effect .item .time p span {
  font-size: 14px;
  font-family: Gilroy-Bold;
}

#welcome-page .event_gallery .hover-effect .item .time p.timezone {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 20px;
}

#welcome-page .event_gallery .hover-effect .item .team-logos {
  width: 100%;
}

#welcome-page .event_gallery .hover-effect .item .team-logos .logo-width {
  width: 80px;
}

#welcome-page .event_gallery .hover-effect .item .team-logos .logo-width .logo-image-space {
  width: 70px;
  height: 60px;
}

#welcome-page .event_gallery .hover-effect .item .team-logos .logo-width .logo-image-space img {
  max-width: 70px;
  max-height: 60px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#welcome-page .event_gallery .hover-effect .item .team-logos h1 {
  font-size: 18px;
  margin: auto;
}

#welcome-page .event_gallery .hover-effect .item .team-logos h4 {
  font-size: 14px;
  margin: 5px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 17px;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets {
  position: relative;
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 10px 5px 10px;
  border-radius: 3px;
  text-align: center;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets .border-line-logo {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets .border-line-logo img {
  text-align: center;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets .stadium-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets .stadium-logo img {
  max-width: 14px !important;
  max-height: 14px !important;
  width: 14px;
  margin-right: 10px;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets .border-line-logo img {
  max-width: 35px;
  max-height: 35px;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets h1 {
  margin: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Gilroy-Bold;
  font-size: 16px;
  height: 39px;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets p {
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets button {
  border: none;
  border-radius: 3px;
  background: #0f131b;
  color: #fff;
  width: 140px;
  height: 30px;
  font-size: 14px;
  font-family: Gilroy-Medium;
}

#welcome-page .event_gallery .hover-effect .item .league-tickets button a {
  color: #fff;
}

#welcome-page .event_gallery .right-9-titles .title {
  margin: 25px 0;
}

#welcome-page .event_gallery h2 {
  color: #fff;
}

#welcome-page .event_gallery h2 a {
  color: #fff;
}

#welcome-page .event_gallery .tournaments .item {
  background: #131825;
  padding: 10px;
  border-radius: 5px;
}

#welcome-page .event_gallery .tournaments .item img {
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}

#welcome-page .event_gallery .tournaments .item .contents {
  position: relative;
  padding-left: 50px;
  color: #fff;
  padding-right: 15px;
  padding-top: 7px;
}

#welcome-page .event_gallery .tournaments .item .contents h2 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}

#welcome-page .event_gallery .tournaments .item .contents .title {
  font-family: Gilroy-Medium;
  line-height: 20px;
  min-height: 40px;
}

#welcome-page .event_gallery .tournaments .item .contents .ticket {
  font-family: Gilroy-Medium;
  line-height: 20px;
  color: #727b8d;
}

#welcome-page .event_gallery .tournaments .item .item-svg {
  position: absolute;
  right: 12px;
  bottom: 5px;
}

#welcome-page .event_gallery .popular-team .item {
  padding: 20px 10px 5px 10px;
  background: #131825;
  text-align: center;
  height: 170px;
}

#welcome-page .event_gallery .popular-team .item .img-height {
  height: 80px;
}

#welcome-page .event_gallery .popular-team .item .img-height img {
  max-width: 70px;
  max-height: 70px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

#welcome-page .event_gallery .popular-team .item .contents h3 {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#welcome-page .event_gallery .popular-team .item .contents p {
  color: #727b8d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#welcome-page .event_gallery .special-packages .owl-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}

#welcome-page .event_gallery .special-packages .owl-item {
  text-align: center;
}

#welcome-page .event_gallery .special-packages .item {
  position: relative;
  border-radius: 10px;
}

#welcome-page .event_gallery .special-packages .item img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#welcome-page .event_gallery .special-packages .item .hover-contents {
  width: 100%;
  background: #151924;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  opacity: 1;
  transition: 0.5s;
  transform: translateY(10px);
}

#welcome-page .event_gallery .special-packages .item .hover-contents h4 {
  font-size: 16px;
  margin: 0;
}

#welcome-page .event_gallery .special-packages .item .hover-contents p {
  margin-top: 5px;
  color: #727b8d;
  line-height: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
}

#welcome-page .event_gallery .special-packages .item .hover-contents h2 {
  color: #f3b42f;
  font-size: 21px;
  margin: 0;
}

#welcome-page .event_gallery .special-packages .item .hover-contents span {
  float: right;
}

#welcome-page .event_gallery .special-packages .item .hover-contents span button {
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  height: 35px;
  width: 110px;
  transition: 0.5s;
  background: #fff;
  cursor: pointer;
}

#welcome-page .event_gallery .special-packages .item .hover-contents span button:hover {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

#welcome-page .event_gallery .special-packages .item .contents {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 999;
  transition: 0.3s;
  opacity: 0;
}

#welcome-page .event_gallery .special-packages .item .contents h4 {
  margin: 0;
}

#welcome-page .event_gallery .special-packages .item .contents p {
  margin-top: 5px;
  color: #727b8d;
  line-height: 16px;
}

#welcome-page .event_gallery .special-packages .item .contents h2 {
  color: #ffffff;
  font-size: 21px;
  margin: 0;
  float: right;
}

#welcome-page .event_gallery .special-packages .item .gradient-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #15192442, #151924e0);
  top: 0;
  border-radius: 10px;
  transition: 0.3s;
}

#welcome-page .event_gallery .special-packages .owl-item.active .contents {
  opacity: 0;
  display: none;
}

#welcome-page .event_gallery .special-packages .owl-item.active:hover .contents {
  opacity: 0;
}

#welcome-page .event_gallery .special-packages .owl-item.active:hover .hover-contents {
  opacity: 1;
  transform: translateY(0px);
}

#welcome-page .event_gallery .special-packages .item:hover .gradient-overlay {
  display: none;
}

#welcome-page .event_gallery .other-events .item img {
  border-radius: 10px;
}

#welcome-page .event_gallery .other-events .item .contents {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 999;
}

#welcome-page .event_gallery .other-events .item .contents h4 {
  margin: 0;
}

#welcome-page .event_gallery .other-events .item .contents p {
  margin: 0;
  color: #727b8d;
  line-height: 16px;
}

#welcome-page .event_gallery .other-events .item .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1519245e, #151924cf);
  top: 0;
  border-radius: 10px;
}

#welcome-page #selectRooms ::-webkit-input-placeholder {
  color: #817878;
}

#welcome-page #selectRooms ::-moz-placeholder {
  color: #817878;
}

#welcome-page #selectRooms :-ms-input-placeholder {
  color: #817878;
}

#welcome-page #selectRooms :-moz-placeholder {
  color: #817878;
}

#welcome-page #selectRooms .modal-content {
  padding-bottom: 20px;
  background: #1f2636;
  box-shadow: 6.7600927353px 16.2242240906px 50.0246887207px 0px rgba(0, 0, 0, 0.15);
}

#welcome-page #selectRooms .modal-content .modal-header {
  border: none;
}

#welcome-page #selectRooms .modal-content .modal-header button.close {
  color: #fff;
}

#welcome-page #selectRooms .modal-content .modal-body {
  padding-top: 0;
}

#welcome-page #selectRooms .modal-content .modal-body .room-add {
  display: none;
}

#welcome-page #selectRooms .modal-content .modal-body .add-room-btn {
  float: left;
  color: #e4b554;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}

#welcome-page #selectRooms .modal-content .modal-body .add-room-btn i {
  padding-right: 5px;
}

#welcome-page #selectRooms .modal-content .modal-body .add-room-ok {
  float: right;
  cursor: pointer;
  background: #e4b554;
  padding: 2px 15px;
  border-radius: 3px;
  margin-top: 20px;
  font-family: Gilroy-Bold;
}

#welcome-page #selectRooms .modal-content .modal-body .add-room-ok i {
  padding-right: 5px;
}

#welcome-page #selectRooms .modal-content .modal-body .add-room-ok:hover {
  background-color: #d4a443;
}

#welcome-page #selectRooms .modal-content .modal-body input {
  border: none;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  background: transparent;
  -moz-appearance: textfield;
}

#welcome-page #selectRooms .modal-content .modal-body .age input {
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 0;
}

#welcome-page #selectRooms .modal-content .modal-body .qty {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#welcome-page #selectRooms .modal-content .modal-body .qty .numbers {
  float: right;
}

#welcome-page #selectRooms .modal-content .modal-body label {
  color: #fff;
}

#welcome-page #selectRooms .modal-content .modal-body p {
  width: 100%;
  background: #000;
  float: left;
  text-align: center;
  padding: 3px 0px;
  margin-top: 20px;
  color: #fff;
}

#welcome-page #selectRooms .modal-content .modal-body span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#welcome-page #selectRooms .modal-content .modal-body nput::-webkit-outer-spin-button,
#welcome-page #selectRooms .modal-content .modal-body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#welcome-page #selectRooms .modal-content .modal-body input:disabled {
  background-color: white;
}

#welcome-page #selectRooms .modal-content .modal-body input.count {
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
  background: #2f2f2f;
  color: #fff;
  border: none;
  width: 40px;
}

#welcome-page #selectRooms .modal-content .modal-body span.minus,
#welcome-page #selectRooms .modal-content .modal-body span.plus {
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #000;
}

#welcome-page .owl-carousel .owl-nav {
  position: absolute;
  top: -17px;
  right: 0;
}

#welcome-page .owl-carousel .owl-nav .owl-prev {
  color: #fff;
  top: -35px;
  position: absolute;
  background: #000000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  right: 34px;
  font-size: 10px;
}

#welcome-page .owl-carousel .owl-nav .owl-next {
  color: #fff;
  top: -35px;
  position: absolute;
  background: #000000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  right: 0;
  font-size: 10px;
}

.content-title:before {
  background: #f3b42f;
  width: 49px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
}

.upcoming-event .item a {
  color: #000;
}

.see-all-svg {
  position: initial !important;
}

a.view-all-btn {
  background-color: #f3b42f;
  border-radius: 4px;
  padding: 7px 15px;
  font-family: Gilroy-Bold;
  font-size: 13px;
  color: #000 !important;
}

a.view-all-btn svg {
  position: relative;
  top: -1px;
  margin: 0px 3px;
}

a.view-all-btn svg path {
  stroke: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

@media screen and (max-width: 1600px) {
  .main-banner-home .slider-navigation {
    right: 120px;
  }
}

@media screen and (max-width: 1440px) {
  .main-banner-home .slider-navigation {
    right: 80px;
  }
}

@media screen and (max-width: 1366px) {
  .main-banner-home .slider-navigation {
    right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .upcoming-event {
    width: 33.333%;
  }

  #welcome-page .popular-package-box .popular-game-line .team-image img {
    max-width: 50px;
    max-height: 50px;
  }

  #welcome-page .app-section .app-inner {
    padding: 5px 0px 1px;
  }

  #welcome-page .app-section .app-inner .phone-img img {
    max-width: 80px;
  }

  #welcome-page .app-section .app-img {
    display: initial !important;
    margin: auto;
    margin-top: 15px;
  }

  #welcome-page .app-section .app-img img {
    display: table;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .main-banner-home .slider-navigation {
    right: 20px;
  }

  .tab-left-bg {
    display: none;
  }

  #welcome-page {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }

  #welcome-page .event_gallery {
    padding: 0;
    width: 100%;
  }

  #welcome-page .tab-left-bg {
    padding-bottom: 20px;
    border-radius: 5px;
    width: 280px;
  }
}

@media screen and (max-width: 770px) {
  #welcome-page .event_gallery .upcoming-sports {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  #welcome-page .event_gallery .upcoming-sports li button {
    padding: 0px 17px;
  }
}

@media screen and (max-width: 767px) {
  #welcome-page .event_gallery .upcoming-sports {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  #welcome-page .event_gallery .upcoming-sports li button {
    padding: 0px 17px;
  }

  #welcome-page .event_gallery .hover-effect {
    padding: 5px;
  }

  #welcome-page .event_gallery .hover-effect .item .date h1 {
    font-size: 21px;
  }

  #welcome-page .event_gallery .hover-effect .item .date .month {
    padding-left: 30px;
  }

  #welcome-page .event_gallery .hover-effect .item .date .month p {
    font-size: 10px;
    line-height: 13px;
  }

  #welcome-page .event_gallery .hover-effect .item .league-tickets button {
    width: 110px;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
  }

  #welcome-page .event_gallery .hover-effect .item .league-tickets .stadium-logo img {
    display: none;
  }

  #welcome-page .event_gallery .hover-effect .item .league-tickets h1 {
    font-size: 14px;
    height: 34px;
  }

  #welcome-page .event_gallery .hover-effect .item .league-tickets p {
    font-size: 11px;
  }

  #welcome-page .event_gallery .ticket-logo {
    display: flex;
  }

  #welcome-page .event_gallery .ticket-logo .img-end {
    text-align: end;
  }

  #welcome-page .event_gallery .ticket-logo .img-end button {
    background-color: #f3b42f;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
    padding: 7px 15px;
  }

  #welcome-page .event_gallery .ticket-logo .img-end button h1 {
    font-size: 16px;
    margin: 0;
  }

  #welcome-page .event_gallery .ticket-logo .img-end button svg {
    margin-right: 5px;
    margin-left: 5px;
  }

  #welcome-page .event_gallery .ticket-logo .img-end button img {
    margin-top: -5px;
  }

  #welcome-page #pills-tab {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 65px !important;
  }

  .main-banner-home {
    display: none;
  }

  .floating-icon {
    position: initial;
    transform: none;
    border-radius: 8px;
    height: 40px;
    padding: 5px 15px;
  }

  .whatsapp-fix {
    position: initial;
    transform: none;
    border-radius: 8px !important;
    height: 40px;
    padding: 5px 15px;
  }

  .chat-section {
    position: fixed;
    bottom: 10px;
    display: flex;
    z-index: 9;
    margin: auto;
    left: 0;
    right: 0;
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .upcoming-event {
    width: 50%;
  }

  .img__description_layer {
    right: auto;
    left: 0;
    top: -70px;
    transform: none;
    border-radius: 7px;
  }

  .whatsapp-fix svg {
    transform: none;
  }
}

@media screen and (max-width: 400px) {
  .row.upcoming-div {
    padding: 0px 5px;
  }

  .upcoming-event {
    padding: 0px 4px;
  }

  #welcome-page .event_gallery .hover-effect {
    margin-bottom: 0;
  }

  #welcome-page .event_gallery .hover-effect .item .time p {
    font-size: 12px;
  }

  #welcome-page .event_gallery .hover-effect .item .date h1 {
    font-size: 24px;
  }

  #welcome-page .event_gallery .hover-effect .item .date .month {
    padding-left: 28px;
  }

  #welcome-page .event_gallery .hover-effect .item .league-tickets .stadium-logo {
    padding-bottom: 0;
  }

  #welcome-page .event_gallery .hover-effect .item .league-tickets button {
    height: 25px;
    font-size: 12px;
    line-height: 20px;
    width: auto;
  }

  #welcome-page .event_gallery .hover-effect .item .team-logos .logo-width {
    width: 50px;
  }

  #welcome-page .event_gallery .hover-effect .item .team-logos .logo-width .logo-image-space {
    height: 50px;
    width: 50px;
  }

  #welcome-page .event_gallery .hover-effect .item .team-logos .logo-width .logo-image-space img {
    max-width: 45px;
    max-height: 45px;
  }
}

@media screen and (max-width: 319px) {
  .upcoming-event {
    width: 100%;
  }
}

html:lang(ar) a.view-all-btn svg {
  transform: rotate(-180deg);
}

html:lang(ar) .content-title:before {
  left: auto;
  right: 0;
}

html:lang(ar) .main-banner-home .slider-navigation {
  left: 200px;
  right: auto;
}

html:lang(ar) .main-banner-home .slider-navigation .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}

html:lang(ar) .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}

html:lang(ar) #welcome-page .event_gallery .hover-effect .item .date .month {
  right: 0;
  padding-left: 0;
  left: auto;
  padding-right: 40px;
}

html:lang(ar) #welcome-page .event_gallery #moreEvents a {
  left: 0;
  right: auto;
}

html:lang(ar) #welcome-page .event_gallery #moreEvents a #loadMoreEvents svg {
  margin-left: 0;
  transform: rotate(180deg);
  margin-right: 2px;
}

html:lang(ar) #welcome-page .owl-carousel .owl-nav {
  left: 0;
  right: auto;
}

html:lang(ar) #welcome-page .event_gallery {
  padding-right: 40px;
  padding-left: 15px;
}

html:lang(ar) #welcome-page .event_gallery .tab-style button {
  margin-right: auto;
  margin-left: 10px;
}

html:lang(ar) .floating-icon {
  left: -36px;
  right: auto;
  top: 335px;
  transform: rotate(90deg);
}

html:lang(ar) .floating-icon a svg {
  margin-right: auto;
  transform: rotate(90deg);
  margin-left: 5px;
}

html:lang(ar) .whatsapp-fix {
  left: -60px;
  right: auto;
  border-radius: 0px 0px 8px 8px;
  padding-left: 0;
}

html:lang(ar) .whatsapp-fix svg {
  top: 4px;
}

html:lang(ar) .whatsapp-fix p.img__description {
  text-align: center;
  position: relative;
  top: 8px;
}

html:lang(ar) .img__description_layer {
  right: auto;
  left: 35px;
  top: 64px;
  border-radius: 0px 7px 7px 0px;
}

@media screen and (max-width: 1600px) {
  html:lang(ar) .main-banner-home .slider-navigation {
    left: 120px;
    right: auto;
  }
}

@media screen and (max-width: 1440px) {
  html:lang(ar) .main-banner-home .slider-navigation {
    left: 80px;
    right: auto;
  }
}

@media screen and (max-width: 1366px) {
  html:lang(ar) .main-banner-home .slider-navigation {
    left: 50px;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  html:lang(ar) .main-banner-home .slider-navigation {
    left: 20px;
    right: auto;
  }

  html:lang(ar) .pushmenu-left {
    right: -300px;
    left: auto;
  }

  html:lang(ar) .pushmenu-left.pushmenu-open {
    right: 0;
    left: auto;
  }

  html:lang(ar) #welcome-page .event_gallery {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  html:lang(ar) .rtl-sytle {
    direction: ltr;
  }

  html:lang(ar) .rtl-sytle .slider-item {
    direction: rtl;
    position: relative;
  }

  html:lang(ar) .rtl-sytle .slider-icon {
    position: absolute;
    left: 5px;
    transform: scaleX(-1);
  }

  html:lang(ar) #welcome-page .svg-ar {
    transform: rotate(180deg);
  }

  html:lang(ar) #welcome-page .event_gallery .hover-effect .item .date .month {
    padding-right: 28px;
  }

  html:lang(ar) .img__description_layer {
    right: 0;
    left: auto;
    top: -70px;
    border-radius: 7px;
  }
}

@media screen and (max-width: 576px) {
  #welcome-page .event_gallery .other-events .item .contents h4 {
    font-size: 14px !important;
  }

  #welcome-page .event_gallery .popular-team .item .contents h3 {
    font-size: 14px !important;
  }

  #welcome-page .event_gallery .tournaments .item .contents h2 {
    font-size: 18px !important;
  }
}

/* Hide the div on desktop/tablet */

@media (min-width: 768px) {
  .mobile-only-slider {
    display: none;
  }
}

/* Show on mobile devices (max-width 767px) */

@media (max-width: 767px) {
  .mobile-only-slider {
    display: block;
    width: 100%;
    overflow: hidden;
    /* Hide overflowed items */
    margin-bottom: 10px;
  }

  .slider-items-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slider-item {
    min-width: 100%;
    padding: 20px;
    background-color: #73fdef;
    display: flex;
    justify-content: center;
    /* Center-align the entire content */
  }

  .titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    /* Set font color to black */
  }

  h2 .title-en,
  h2 .title-ar {
    margin: 0;
    color: black;
    /* Make sure titles are black */
  }

  .slider-icon {
    display: flex;
    align-items: center;
    margin-left: auto;
    /* Push the icon to the right */
  }

  .slider-link {
    color: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Ensure space between titles and icon */
  }

  .fa-chevron-right {
    font-size: 20px;
    /* Icon size */
    color: black;
    /* Icon color */
  }
}

.image-hover-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}

.image-hover-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.image-hover-wrapper:hover img {
  transform: scale(1.05);
}

.image-hover-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-hover-wrapper:hover .overlay {
  opacity: 1;
}

.image-hover-wrapper .text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

