/* ********css******** */

body {
  margin: 0;
  padding: 0;
  background-color: #04273d !important;
  font-family: Oswald !important;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  color: #5c5c5c;
  font-size: 15px;
}
textarea {
  resize: none;
}

.navCustom {
  min-height: 90px !important;
  z-index: 999;
  padding: 8px 15px 0 !important;
}
.navbar-default {
  padding-bottom: 18px!important;
  background-color: #07334e !important;
  border: 0 !important;
}
.wpNum {
  font-size: 38px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.wpNum i {
  color: #25d366;
  font-size: 50px;
}
.wpSec {
  float: right;
}

.playList{
    display: inline-block;
}

.playListSec {
  margin: 0;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032235+0,000000+100 */
  background: #032235; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #032235 0%,
    #000000 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #032235 0%,
    #000000 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #032235 0%,
    #000000 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032235', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/* .welLeft {
	margin-top:30px;
} */
.welLeft span {
  font-size: 37px;
  color: #fff;
  font-weight: bold;
}
.welLeft h2 {
  font-size: 61px;
  color: #f3c403;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.welLeft p {
  font-size: 25px;
  color: #fff;
}
.welrgt ul li {
  background-color: #021724;
  font-size: 25px;
  color: #000;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 19px;
  padding: 10px 0;
}
.welrgt ul li p {
  display: flex;
  margin: 0;
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
}
.welrgt ul li span {
  font-size: 25px;
  color: #000;
  padding: 0;
  float: left;
  min-width: 60px;
  text-align: center;
  line-height: 23px;
}
.welrgt ul li span img {
  width: 32px;
}
.userSec {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.userSecMn .userSecList {
  display: inline-block;
  width: 80%;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  line-height: 10px;
}
.userSecMn .userSecList span {
  float: left;
  color: #000;
}
.userSecMn .userSecList p {
  float: right;
  margin: 0;
}

.topWinner {
  margin-top: 20px;
}
#myCarousel3 .carousel-control-next,
#myCarousel2 .carousel-control-next {
  right: -16px !important;
}

#myCarousel3 .carousel-control-prev,
#myCarousel2 .carousel-control-prev {
  left: -16px !important;
}
#myCarousel2 .carousel-item,
#myCarousel3 .carousel-item {
  background-color: #0b0b0b;
  text-align: center;
  padding: 20px;
}
.sportSec {
  margin-top: 20px;
}

#header {
  height: auto;
  transition: all 0.4s ease;
}
#header.sticky {
  text-align: center;
  position: fixed;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  background: #efc47d;
  padding-left: 20px;
  width: 100%;
  top: 0;
}
#header.sticky img {
  height: 30px;
}
.wpNum {
  margin-left: 15px;
  font-size: 27px;
  position: relative;
}
.wpNum i {
  color: #e0a84b;
  font-size: 33px;
}

.wpNum:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.4s ease;
}
#header.sticky .wpNum {
  font-size: 22px;
}
#header.sticky .wpNum i {
  font-size: 26px;
}
.fixBtn {
  position: fixed;
  bottom: 100px;
  padding: 10px;
  background-color: #25d366;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
  display:inline-flex;
  transition: all 0.4s ease;
  border-radius: 0 50px 50px 0;
  text-transform: uppercase;
  line-height: 28px;
  border: 2px solid #fff;
  border-left: 0;
  font-size: 14px;
  width: 270px;
  margin-left: -220px;
}
.fixBtn:hover {
  background-color: #fff;
  color: #25d366;
  text-decoration: none;
  border: 2px solid #25d366;
  border-right: 0;
  margin-left: 0px;
}
.fixBtn:hover i {
  color: #25d366;
}
.fixBtn i {
  color: #fff;
  font-size: 35px;
  margin-top: 1px;
  display: inline-block;
  float: right;
  margin-left: 7px;
}
 .fixBtn2{
	position:fixed;
	bottom:50px;
	right:-99px;
	padding:8px;
	font-size:11px;
    align-items: center;
    display:inline-flex;
	background-color:#2ba0d9;
	font-weight:bold;
	color:#fff;
	 transition: all 0.4s ease;
	 border-radius:50px 0 0 50px;
	 text-transform:uppercase;
	 line-height:23px;
	 border:2px solid #fff;
	 border-right:0;
}
.fixBtn2:hover{
	background-color:#fff;
	color:#2ba0d9;
	text-decoration:none;
	border:2px solid #2ba0d9;
	border-right:0;
	right:0px;
}
.fixBtn2 i {
  color: #fff;
  font-size: 35px;
  margin-top: 1px;
  margin-left: 0px;
}
.fixBtn2:hover i{
	color:#2ba0d9;
} 
.card-img-top{
    height:120px;object-fit: cover;
}
.winning-text{
    letter-spacing:1.5px;
    text-transform:;
}
.wpNum small {
  position: absolute;
  top: -19px;
  left: 0;
  font-size: 16px;
}
.tegram i {
  color: #068db3;
}
.wpNumMob {
  display: none;
}

.navCustom .navbar-brand img {
    width: 100%;
}

.serviceBx:hover {
    background:rgb(4 31 49);;
}

.carousel-caption {
  top: 0 !important;
  bottom: inherit !important;
  text-align: left !important;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #07334e !important;
  margin-bottom: 0 !important;
  font-size: 33px !important;
}
.carousel-caption {
  color: #07334e !important;
}
.carousel-caption h3 {
  font-size: 65px !important;
}
.carousel-caption h4 {
  font-size: 60px !important;
  font-weight: bold;
  background-color: #07334e;
  color: #fff !important;
  text-align: center;
  display: inline-block !important;
  width: auto !important;
  padding: 0 10px;
}

footer {
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  background-color: #041f31;
}
.bannerSec .banImg {
  width: 100%;
}
.bannerSec {
  position: relative;
}

.serviceSec{
    background-image: url("../image/background.gif"), linear-gradient(rgb(10 10 10 / 99%),rgb(16 16 16 / 94%));
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
    padding-bottom : 30px;
}

.contact_arr {
  bottom: 100px;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
.contact_btn {
    bottom: 0px;
    display: inline-block;
    z-index: 9999;
    width: 370px;
    background: brown;
    color: white!important;
    border-radius: 25px!important;
    text-decoration: none!important;
    text-align: left;
}

.contact_btn span{
    display: inline-block;
    border: 2px solid gold;
    border-radius: 100px;
    height: 50px;
    font-size: x-large;
    width: 50px;
    text-align: center;
    color: gold;
    margin-right: 10%;
}

.playList li {
  float: left;
  border-right: 2px solid #fff;
  margin-right: 100px;
  padding-right: 100px;
  color: #ffc600;
  line-height: 12px;
}
.playList li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.serviceBx {
  border: 2px solid #fff;
  padding: 20px;
  position: relative;
  text-align: center;
  margin-top: 83px;
  min-height: 178px;
}
.serviceBx span {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.serviceBxImg {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  background-color: #041f31;
  border-radius: 50%;
  line-height: 120px;
  margin-top: -78px;
  margin-bottom: 26px;
}
.serviceBxImg i {
  color: gold;
  font-size: 3em;
}



.list-cards{
    height:140px;
    position:relative;
}



/* **********Responsive*********** */

@media (max-width: 1360px) {
  .sport-list-item {
    width: calc(10% - 4px);
  }
}
@media (max-width: 1100px) {
  .fixBtn {
    visibility: initial;
    width: 264px!important;
  }
  .pull-left{
      float: initial!important;
  }
}
@media (max-width: 990px) {
  .sport-list-item {
    width: calc(15% - 4px);
  }
  .playList li {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    width: 50%;
    border: 0;
    padding: 12px;
    background-color: #01121c;
    border: 1px solid #012033;
  }
  .playList li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    border: 0;
    padding: 12px;
    background-color: #01121c;
    border: 1px solid #012033;
  }
}
@media (max-width: 800px) {
  .navCustom .navbar-brand img {
    width: 200px;
  }
  .sport-list-item {
    width: calc(21% - 4px);
  }
}
@media (max-width: 768px) {
  .sport-list-item {
    width: calc(23% - 1px);
  }
  .casino-banners-list .casino-banner-item {
    width: calc(50% - 10.75px);
    margin: 10px;
    margin-left: 0;
    margin-top: 0;
  }
  .carousel-inner .carousel-item > div {
    display: block !important;
  }

  .navCustom .navbar-brand img {
    width: 100%;
  }
  .wpSec {
    width: 100%;
    text-align: center;
    background-color: #06283e;
    margin-top: 12px;
    padding: 5px 0;
  }
  .wpNum {
    font-size: 16px;
    margin: 0;
  }
  .wpNum i {
    font-size: 27px;
  }
  .navbar-header {
    width: 50%;
    margin: 0 auto;
  }
  .wpNum small {
    position: absolute;
    top: -19px;
    left: 0;
    font-size: 13px;
  }
  .contact_btn img {
    width: 90%;
  }
  .contact_btn {
    /*bottom: -22px;*/
  }
}
@media (max-width: 667px) {
  .sport-list-item {
    width: calc(31% - 4px);
  }
  .titleSec h3 {
    font-size: 21px;
  }
  .titleSec p {
    font-size: 15px;
  }
  .titleSec p a {
    display: inline-block;
  }
  .welLeft h2 {
    font-size: 40px;
  }
  .welLeft span {
    font-size: 30px;
  }
  .welLeft p {
    font-size: 16px;
    color: #fff;
  }
  .playListSec {
    margin: 10px 0;
  }
  .carousel-caption p {
    font-size: 18px !important;
  }
  .carousel-caption h3 {
    font-size: 37px !important;
  }
  .carousel-caption h4 {
    font-size: 31px !important;
    display: inline-block;
  }
  .carousel-caption a img {
    width: 200px !important;
  }
  .carousel-caption {
    color: #07334e !important;
    width: 87% !important;
    left: 10% !important;
  }
  .carousel-item > img {
    height: 351px;
    margin-left: 0;
  }
  .winning-sec-main{
      background-image:url(https://www.bettingusa.com/wp-content/uploads/2020/09/Sports-Betting-USA.png);
      background-size:cover;
      background-repeat:no-repeat;
      background-position:center;
      
  }
  .btn-outline-light:hover{
      color:black!important;
  }
  .winning-sec-inner{
      
      background:#000000b8;
      height:100%;
      width:100%;
  }
  .serviceBx {
    padding: 4px;
    background: #00000078;
    border-radius: 20px;
    margin-top: 38px;
    min-height: auto;
  }
  .serviceBxImg {
    width: 65px;
    height: 65px;
    line-height: 40px;
    margin-top: -36px;
    margin-bottom: 0;
  }
  .serviceBxImg i {
    color: gold;
    font-size: 1.5em;
  }
  .serviceBx span {
    font-size: 15px;
  }
  .serviceBx span br {
    display: none;
  }
  .contact_arr {
    bottom: 58px;
  }
  .contact_arr img {
    height: 50px;
  }
  .serviceBx span {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .wpSec {
    margin-top: 0px;
  }
  .sport-list-item {
    width: calc(30% - 4px);
  }
  .navCustom .navbar-brand img {
    width: 300px;
  }
  .wpSec {
    width: 100%;
    text-align: center;
    background-color: #06283e;
    margin-top: 10px !important;
    padding: 5px 0;
    /* margin-top: 10px; */
  }

  .wpNum {
    font-size: 15px;
    margin: 0;
    width: 100%;
  }
  .wpNum small {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 17px;
  }
  .wpNum {
    font-size: 16px;
    margin: 0;
    width: 100%;
    text-align: right;
    padding: 0 10px;
  }
  .wpNum i {
    font-size: 25px;
  }
  .tegram i {
    font-size: 42px;
  }
  .wpNumMob {
    display: inline-block;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 0;
  }
  .wpNumDek {
    display: none;
  }
  .tegram {
    position: absolute;
    top: 11px;
    right: 20px;
    width: auto;
  }
  #header.sticky .wpNum {
    font-size: 16px;
  }
  #header.sticky .wpNum i {
    font-size: 16px;
  }
  #header.sticky .wpNumMob {
    font-size: 12px;
    margin-top: -13px;
  }
  #header.sticky {
    font-size: 24px;
    line-height: 12px;
  }
  .fixBtn {
    bottom: 50px;
    padding: 6px;
    font-size: 11px;
    width: 240px;
    margin-right: -183px;
  }
  .carousel-item > img {
    height: auto;
    margin-left: 0;
  }

  .welrgt ul li span {
    font-size: 25px;
    min-width: 34px;
    text-align: center;
    line-height: 22px;
  }
  .welrgt ul li span img {
    width: 23px;
    margin-top: 2px;
  }
  .welrgt ul li p {
    font-weight: normal;
  }
  .carousel-caption p {
    font-size: 15px !important;
  }
  .carousel-caption h3 {
    font-size: 26px !important;
  }
  .carousel-caption h4 {
    font-size: 22px !important;
    padding-bottom: 3px;
  }
  .carousel-caption a img {
    width: 100% !important;
    margin-top: 27px;
  }
  .carousel-caption {
    color: #07334e !important;
    width: 82% !important;
    left: 10% !important;
  }
  .navbar-header {
    width: 100%;
  }
  .carousel-inner .carousel-item > div {
    padding-top: 31px;
  }
  .contact_arr {
    bottom: 24px;
  }
  .contact_arr img {
    height: 22px;
  }
  .playList li {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    width: auto;
    border: 0;
    padding: 5px 9px;
    background-color: #01121c;
    border: 1px solid #012033;
  }
  .playList li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    width: auto;
    border: 0;
    padding: 5px;
    background-color: #01121c;
    border: 1px solid #012033;
  }
}

@media (max-width: 400px) {
  .wpSec {
    margin-top: 10px;
  }
}
