
body {
    background-color: #fff;
    color: #fff;
}

.bg-grey {
  background: rgb(243, 245, 246);
}

a {
  text-decoration: none;
}
a:hover {
  color: #526fcf;
  font-weight: 700;

}
h2 {
  font-weight: 200 !important;
}


.btn-info {
  color: #fff !important;
  background-color: #7d0202;
  border-color: #7d0202;
  border-radius: 16px;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #a24c4c;
  border-color: #a24c4c;

}

.btn-info:focus {
  color: #fff !important;
  background-color: #a24c4c;
  border-color: #a24c4c;

}

.btn-info:active:focus {
  box-shadow: 0 0 0 .25rem #a24c4c;
}



.header_g {
  background: linear-gradient(to right,#3f5efb,#eb22ab);
  background-image: linear-gradient(to right, rgb(63, 94, 251), rgb(235, 34, 171));
  /*  background: #526fcf; */

}


.carousel_bg {
background: rgb(10,7,75);
background: linear-gradient(90deg, rgba(10,7,75,1) 0%, rgba(121,9,98,1) 50%, rgba(235,0,255,1) 100%);

}




.fstar {
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url('https://i0m-g.s3uss.com/web/afx/img/star.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 18px;
}



/* ===================
SLIDER
=================== */

#slider .slider_top_space {
  padding-top: 100px;
}

#slider img {
  border-radius: 0px;
}

#slider {
  background: linear-gradient(to right,#3f5efb,#eb22ab);
  background-image: linear-gradient(to right, rgb(63, 94, 251), rgb(235, 34, 171));

  /*background: linear-gradient(111deg, rgba(43,31,242,1) 0%, rgba(15,58,208,0.31985294117647056) 42%, rgba(0,212,255,1) 100%);*/
}

#slider [class^="swiper-button-"]::after{
    font-size: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 30px !important;
  background: #fff !important;
  transition: opacity .2s ease;
}

.swiper-pagination-bullet-active {
  width: 25px !important;
  background: #fff !important;
}


.swiper-button-next, .swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    right:10px;
    padding: 20px;
    color: #000 !important;
    fill: white !important;
    stroke: white !important;
}




#navbarNav .nav-link {
  color: #fff !important;
}


.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: black;
  }

.section-title-center {
  text-align: center;
}

.section-title-left {
  text-align: left;
}

.section-title-center span {
  margin : 0 15px;
  text-transform: uppercase;
}

.section-title-main {
   color: #555;
   font-weight: 600;
   font-size: 0.8em;
   background: -webkit-linear-gradient(298deg, rgba(66,97,255,1) 0%, rgba(0,226,255,1) 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}



.marquee_icon {
  min-width: 3%;
  float: left;
}
.marquee_text {
  width: 96%;
  float: left;
  height: 40px;
  overflow: hidden;
}


#marquee_div .marquee-container {
  width: 100%;
  overflow: hidden; /* Hide overflow content */
  color: white;
  padding: 10px 0;
  position: relative;
  white-space: nowrap;

}

#marquee_div ul {
  display: inline-block; /* Keep items on a single line */
  padding: 0;
  margin: 0;
  white-space: nowrap; /* Prevent wrapping */
  animation: marquee 45s linear infinite;
}

#marquee_div li {
  display: inline-block; /* Keep items aligned horizontally */
  margin-right: 50px; /* Add space between items */
}

#marquee_div .listitem {
  display: inline-block;
  padding-right: 5px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%); /* Start fully outside from the right */
  }
  100% {
    transform: translateX(-100%); /* Scroll fully outside to the left */
  }
}



#a_bar {
  -webkit-marquee-direction: auto;
  -webkit-marquee-direction: forwards;
  -webkit-marquee-speed : normal;
}

#myBrand .swiper-pagination {
  padding-top: 50px;
}






/* ===================
BRANDS
=================== */
#brands .card-brand {
  background-color: #fff;
  border-radius: 16px;
}
#brands .card-logo {
  padding: 10px 0 0 10px;
}
#brands .card:hover {
  border: 1px solid #a24c4c;
}

#brands .brandlogo{
  background: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

#brands .brand_icon{
  padding-right: 10px;
}

#brands .brandiconimg {
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

#brands .card-body {
  padding: 0.5rem !important;
  color: grey;
}

#brands .card-text-offer {
  color: #0a58ca;
  text-align: left;
  font-size: 18px;
  height: 50px;
  font-weight: 600;
}


#brands .card-header {
  /* background: rgb(5,109,125);
  background: linear-gradient(47deg, rgba(5,109,125,1) 0%, rgba(31,117,130,1) 55%, rgba(106,200,217,1) 100%);
  */
  padding :0px;
  overflow: hidden;
  position: relative;
}

#brands .card {
  border : 0px;
  border-radius: 1rem;
}

#brands .card-brand-title {
  font-size: 1.1em;
}

#brands .card-brand-logo {
  position: absolute;
  width: 150px;
  /* height: 55px; */
  bottom: 10px;
  right: 0px;
  background-color: #7d0202;
  /* border: 1px solid #fff; */
  padding: 5px;

}

#brands .card-brand-logo-size {
  width: 150px !important;
  height: 38px;
}

#brands img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#brands ul {
  padding-left: 10px;
  list-style-type: none;
  min-height: 90px;
}

#brands li {
  margin: 0;
	padding: 0 0 0 23px;
	list-style: none;
	background-image: url("https://i0m-g.s3uss.com/web/afx/img/tick01.png");
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 18px;
}

#brands .brandoffer {
  background: #313340;
  text-align: left;
}

#brands .brandtitle{
  background: #313340;
  grid-row: 1/3;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}


#brands .signup{
  background: #313340;
  grid-row: 1/3;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#brands .card-header img
{
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.card-header:hover img {
    transform: scale(1.2);
}


#brands .card-offer {
  height: 150px;
}





/* ===================
SPORTS NEWS
=================== */
#sportsnews h1 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}

#sportsnews h2 {
  color: #000;
}

#sportsnews h5 {
  font-weight: 600;
}


#sportsnews .card {
  border: #fff;

}

#sportsnews img {
  border-radius: 10px;
}


#sportsnews .newstitle {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}

#sportsnews .seotext {
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
}

#sportsnews p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}



/* ===================
SPORTS NEWS 2
=================== */
#eposrts_sports_news h2 {
  font-size: 1rem;
  font-weight: 300;
  color: #070d31;
  line-height: 25px;
  margin-bottom: 1rem;

}

#eposrts_sports_news a {
  color: #070d31;
}

#eposrts_sports_news .blog-article-box-article {
  min-height: 8rem;
  border-radius: 0 0 10px 10px;
}


/* News Section
----------------------*/
#Sec_News  {
  color : #000;

}

#Sec_News h1 {
  margin-bottom: 0.5rem;
  font-size : 1.5rem;
}

#Sec_News .blog-article-box-title {
  font-size : 13px;
}

#Sec_News .blog-article-box-article {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #000;
}


/* Breadcrumb */
#Sec_News ol.breadcrumb {
  padding: 10px 0 0 0;
  list-style: none;
}

/* Display list items side by side */
#Sec_News ol.breadcrumb li {
  display: inline;
  font-size: 13px;
}

/* Add a slash symbol (/) before/behind each list item */
#Sec_News ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}

/* Add a color to all links inside the list */
#Sec_News ol.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
#Sec_News ol.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* Bookmaker
----------------------*/

#Sec_Bookmaker .bookmarker-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
}

#Sec_Bookmaker .bookmarker-logo-size {
  width: 40px;
  height: 16px;
}

#Sec_Bookmaker .bookmarker-ranking {
  padding:10px 0;
  font-size:12px;
  font-weight:500;
}

#Sec_Bookmaker .bookmarker-brand {
  padding:10px 0;
  font-size:12px;
  font-weight:500;
  color : #000;
}

#Sec_Bookmaker .bookmarker-signup {
  padding:10px 0;
}

#Sec_Bookmaker .bookmarker-signup a {
  color : #fff;
}

#Sec_Bookmaker .bookmarker-signup a:hover {
  color : var(--bs-link-color);
}

#Sec_Bookmaker .bookmarker-color-vcb {
  background-color: rgb(0, 0, 0);
  border-color: rgb(126, 87, 194);
}

#Sec_Bookmaker .bookmarker-color-bva {
  background-color: rgb(66, 66, 66);
  border-color: rgb(79, 195, 247);
}

#Sec_Bookmaker .bookmarker-color-wh {
  background-color: rgb(21, 101, 192);
  border-color: rgb(253, 216, 53);
}
#Sec_Bookmaker .bookmarker-color-fun {
  background-color: rgb(25, 44, 56);
  border-color: rgb(12, 124, 255);
}

#Sec_Bookmaker .bookmarker-color-pm {
  background-color: rgb(0, 0, 0);
  border-color: rgb(248, 254, 20);
}

#Sec_Bookmaker .bookmarker-color-19 {
  background-color: rgb(26, 35, 126);
  border-color: rgb(229, 57, 53);
}
#Sec_Bookmaker .bookmarker-color-bw {
  background-color: rgb(13, 71, 161);
  border-color: rgb(40, 53, 147);
}
#Sec_Bookmaker .bookmarker-color-by {
  background-color: rgb(97, 97, 97);
  border-color: rgb(229, 57, 53);
}
#Sec_Bookmaker .bookmarker-color-nb {
  background-color: rgb(11, 18, 34);
  border-color: rgb(251, 192, 45);
}

#Sec_Bookmaker .pill-success {
  border-radius: 10px;
  background-color: RGBA(25,135,84,var(--bs-bg-opacity,1))!important;
  font-size: 0.5rem;
  padding: 5px 20px 5px 20px;
}




/* ===================
SPORTS CONTENT
=================== */
#sportscontent h1 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}


#sportscontent p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

#sportstips h2 {
  color: #000;
}

#tipster_news .card-fixed-height {
  min-height:15rem;
}

#tipster_news h4 {
  font-size: 1.2rem;
}




#sportstipster {
  color: black;
  display: block;
}


#sportstipster .fixt-league {
  background-color: #0A66C2;
  padding-left:30px;
  padding-right:30px;
  min-height:40px;
  min-width:40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
}

#sportstipster .event-title {
  font-size: 0.6em;
  font-weight: 400;
}

#sportstipster .swiper {
  width: 100%;
  height: 250px;
}



#sportstipster img {
  border-radius: 0px;
}

#sportstipster .fxtabs {
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
}


#sportstipster .fxheader {
  padding: 10px 20px 0 15px;
  font-size: 15px;
  font-weight: bold;
}

#sportstipster .fxgroup {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
}

#sportstipster .fxlogo {
  background-color: #f4f7f6;
  margin: 10px;
  border-radius: 10px;
  padding : 5px;
}

#sportstipster .fxteam {
  background-color: #f4f7f6;
  margin: 10px;
  border-radius: 10px;
  padding : 5px;
}

#sportstipster .fxvs {
  width: 100px;
  text-align: center;
  padding: 10px;
  font-weight: bolder;
}

#sportstipster .fxflag01 {
  padding: 10px;
  font-weight: bolder;
}
#sportstipster .fxflag02 {
  padding: 10px;
  font-weight: bolder;
}

#sportstipster .fxflagcountry {
  text-align: center;
  padding-bottom: 5px;
  font-size: 10px;
}

#sportstipster .fxregister {
  background-color: #f4f7f6;
  margin: 10px;
  border-radius: 10px;
  padding : 5px;
}

#sportstipster .fxregctn {
  text-align: center;

}

#sportstipster .fxodds {
  background-color: #f4f7f6;
  margin: 10px;
  border-radius: 10px;
  padding : 5px;
}

#sportstipster .fxodds01 {
  background-color: #fff;
  margin: 10px;
  border-radius: 10px;
  padding : 5px;
  width: 90px;
  text-align: center;
}


#sportstipster .tipsodds {
  background-color: #f4f7f6;
  padding: 5px;
  border-radius: 15px;
  margin: 10px;
}

#sportstipster .tipsodds01 {
  background-color: #fff;
  margin: 5px;
  border-radius: 10px;
  padding : 5px;
  width: 90px;
  text-align: center;
  font-weight: bolder;
}

#sportstipster .tipstitle {
  width: 100px;
}



#sportstipster .tipspredict {
  background-color: #f4f7f6;
  padding: 11px;
  border-radius: 15px;
  margin: 10px;
  min-height: 450px;
}


#sportstipster .bookmarker-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
}


/* ===================
SPORTS BANNER
=================== */
#sportsbanner img {
  border-radius: 10px;

}

#sportsbanner .sportsrow {
  height: 350px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

}

#sportsbanner .sportscard {
  display: inline-block;
  height: 100%;
  padding-right: 10px;
}

#sportsbanner .sportsgroup {
  padding: 10px;
  width: 600px;
}

.sportsrow::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  background: gray;
}

/* Track */
.sportsrow::-webkit-scrollbar-track {
  background: #f1f1f1;

}

/* Handle */
.sportsrow::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
.sportsrow::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#agent img {
  border-radius: 10px;
}




/*  Desktop
----------------------*/


 button {
  border-color: #fff;
  color: #fff;
  background-color: #fff;
  border-width: 0px;
  border-style: none;

}

button span:active{
 border-color: #fff;
 color: #fff;
 background-color: #fff;
 border-width: 0px;
 border-style: none;

}


marquee {
  color: #000;
}

.titlestyle {
  border-left: solid 5px #db3717;
  padding-left: 1rem;
  line-height: 2rem;
  color: #000;
}

/* footer
 **/

footer h2 {
  font-size: 1.1em;
}

footer h3 {
  font-size: 0.83em;
}

footer {
  background: #313340;
  padding: 10px 10px 10px 10px; bottom: 0;
  width: 100%
}
footer a {
  color : #7a7a7a;
}
footer a:hover {
  color : #626262;
}
footer p {
  font-size: 14px;
  line-height: 19px;
  color: #7a7a7a;
}
footer .whitef {
  color: #fff;
}




/* Sports Event Carousel **/
.sportsevent {
  width: 100%;
  border: 1px solid #4e95d3;
  border-radius: 16px;
  padding: 13px;
  color: #fff;
  background-color: #fdfdfd;
  display: block;
  background-image: radial-gradient(ellipse farthest-corner at 0 140%, #3c84cc 0%, #316dc2 70%, #4e95d3 70%);
  }

  .sports_match {
  display:flex;
  flex-wrap:nowrap;
  }

  .sports_match_team {
  width:30%;
  display:flex;
  justify-content:center;
  flex-direction: column;
  align-items: center;
  }

  .sports_team_name {
  font-size:15px;
  padding-bottom: 10px;
  }

  .sports_match_details {
  width:40%;
  display:flex;
  justify-content:center;
  flex-direction: column;
  align-items: center;
  }


  .sports_event_name {
  font-size:15px;
  font-weight: 600;
  }

  .sports_match_time {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin: 8px 0;
  }


  .sports_match_date {
  font-size:15px;
  }


  #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/* Football Tipster **/


#footballtipster [class^="swiper-button-"]::after{
    font-size: 20px;
}

#footballtipster h5 {
  font-size: 1rem;
}

#footballtipster .card-body {
  padding: 0.1rem !important;
}


#footballtipster {
  background-image: url("../img/sportsbg02.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#footballtipster .myFootball_Card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7%;

}
#footballtipster .myFootball_Bg {
  border-radius: 1rem;
  padding: 20px;
  background-color: #6a0722;
}
#footballtipster img {
  display: block;
  height: 70px;
  width: 70px;
}

#footballtipster .myFootball-League {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
}


#footballtipster .myFootball_Team01 {
  padding: 10px;
}

#footballtipster .myFootball_vs {
  line-height: 55px;
  width: 100px;
  padding: 10px;
  color: white;
  text-shadow: 2px 2px 5px red;
  font-size: 18px;
}

#footballtipster .myFootball_Title {
  color: white;
}

#footballtipster .myFootball_Team02 {
  padding: 10px;
}

#footballtipster .myFootball_Odd {
  padding : 10px;
}



#Brand_Agent_Offer h2 {
  color: #000;
}

#Brand_Agent_Offer p {
  color: #000;
}

#Brand_Agent_History h2 {
  color: #000;
}

#Brand_Agent_History p {
  color: #000;
}





/* ===================
ENTERTAINMENT
=================== */

#entertainment .ent-card-body {
  border-radius: 1rem;
  background: #fff;
  padding: 0.3rem
}

#entertainment .card-body {
  padding: 0.6rem
}

#entertainment .card-img-top {
  border-radius: 1rem;
}

#entertainment .card-title {
  font-size :1.1rem;
  font-weight: bold;
  color: #000;
}

#entertainment .card-text {
  font-size :1rem;
  color: #000;
  height:50px;
}

#entertainment .card-brand {
  font-size :1rem;
  font-weight: bold;
  color: #000;
}

#entertainment .swiper-slide {
  width: 300px;
}
