@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --font-body: "Roboto", sans-serif;
  --font-heading: "Bebas Neue", sans-serif;
  --site-color: #e73225;
  --site-color1: #fec92f;
  --site-color2: #affa36;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
  background: #000;
  color: #fff;
}

.padt30 {
  padding-top: 30px;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}

.padt60 {
  padding-top: 60px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb50 {
  padding-bottom: 50px;
}



.site-color {
  color: var(--site-color);
}

.site-color1 {
  color: var(--site-color1);
}


.padtb40 {
  padding-bottom: 40px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.marb50 {
  margin-bottom: 50px;
}

.mart50 {
  margin-top: 50px !important;
}

.mart30 {
  margin-top: 30px !important;
}

.mart20 {
  margin-top: 20px !important;
}

.mart10 {
  margin-top: 10px !important;
}

.mart90 {
  margin-top: 90px;
}

.mart30 {
  margin-top: 30px;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}


.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.jsb {
  justify-content: space-between;
}

.text-left {
  text-align: left;
}

img {
  max-width: 100%;
}

/* section 1 */

.overlay::before {
  content: '';
  opacity: 0.6;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}



.text-center {
  text-align: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}



.two-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0 5%;
}



.arrow-list {
  margin-top: 30px;
}

.arrow-list li {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 19px 40px 19px;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
}

.arrow-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  width: 4px;
  border-radius: 3px;
  background-color: var(--site-color);
}

.arrow-list li span {
  color: var(--red-color);
  font-size: 32px;
}

.arrow-list li p {
  margin: 0;
  width: 95%;
}




b,
strong {
  font-weight: 700;
}


.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}



footer {
  background: var(--site-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 25px;
}

.z-index {
  z-index: 1;
}

ul {
  padding: 0;
  margin: 0;
}


.mobile {
  display: none;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}


.ul-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 35px;
}

.ul-points li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  list-style: none;
  color: #000;
}

.ul-points li img {
  max-width: 100px;
}

.ul-points li h4 {
  margin-top: 0;
}


.paid-advert {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.paid-advert span {
  background: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
  color: #000;
}


.tile-bg span {
  background: var(--site-color);
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  font-family:var(--font-heading);
}




.summary-text {
  background: var(--site-color);
  padding: 30px;
  color: #fff;
  border-radius:40px 0;
}

.two-col .img {
  height: 100%;
}

.two-col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner-text-box a {
  color: #fff;
}


.relative {
  position: relative;
}


.note {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}



.text-white {
  color: #fff;
}

.ul-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  gap: 30px;
}

.ul-list li {
  list-style: none;
  background: #fff;
  color: #000;
  padding: 15px;
}





.site-title {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--font-heading);
  font-weight: normal;
  margin: 0 0 20px 0;
  letter-spacing: 0.6px;

}

.sub-title {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  font-weight: normal;
  font-family: var(--font-heading);
  letter-spacing:0.6px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}



/* new css */

.logo svg {
  width: 500px;
  height: 105px;
}

.banner-top {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  background:url(../images/top-bg.jpg) no-repeat center top #000;
  background-size:cover;
  overflow: hidden;
}

.banner-l-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 17%;
}

.banner-r-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 17%;
}

.banner-l-img img,
.banner-r-img img {
  width: 100%;
}

.banner-top .site-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: normal;

  max-width: 860px;
  margin: 0 auto;
}

.banner-top .site-title span {
  color: var(--site-color1);
}


.symbol span {
  font-weight: 700;
  color: #000;
  padding: 15px 20px;
  font-size: 40px;
  display: inline-block;
  background: var(--site-color1);
  border-radius: 5px;
}

.symbol {
  margin: 25px 0;
}

.white-bg {
  background: #fff;
}

.text-dark {
  color: #000;
}


.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-3 li {
  list-style: none;
  background: #fbfbfb;
  padding: 15px;
  border: 1px solid var(--site-color);
  border-left: 5px solid var(--site-color);
  border-radius: 6px;
}

.market-block-bg .grid-2 {
  grid-template-columns: 67% 1fr;
}

.phone-app {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -9px;
}



.market-block-bg {
  background: url(../images/market-bg.jpg) no-repeat center top;
  background-size: cover;
}

.black-transparent {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-radius: 15px;
}

.market-block-bg .black-transparent{margin-bottom:50px;}

.curved-box{
  background: var(--site-color);
  padding: 90px 55px 80px 55px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0 0);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0 0);
  transform: translateY(150px);
}

.curved-box .tile-bg span{background:#000;}

.lts{letter-spacing:0.6px;}

.quote-bg {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 35px #2f2f2f;
  border: 1px solid var(--site-color);
  border-top:8px solid var(--site-color);
}

.quote-name {
  border-top: 1px solid var(--site-color);
  padding-top: 20px;
  font-weight: 700;
}

.quote-icon {
  font-size: 300px;
  line-height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  right: 0;
  color: var(--site-color1);
}

.quote-content {
  padding-top: 100px;
}



.reasons-block {
  background:#1d1d1d;
}



.reason-list li {
  list-style: none;
  text-align: left;
 
  margin-bottom: 20px;

  position: relative;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 2px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e73225+0,fec92f+41,affa36+100 */
background: linear-gradient(to bottom,  #e73225 0%,#fec92f 41%,#affa36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.rl-bl {
  background: #1d1d1d;
  padding: 20px;
  border-radius: 10px;
   display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    align-items: center;
}

.reason-list li:last-child {
  margin-bottom: 0;
}



.reason-list li .r-content {
  width: 94%;
}

.r-icon>div {
  font-size: 44px;
  font-weight: 700;
  color: #000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e73225+0,fec92f+41,affa36+100 */
background: linear-gradient(to bottom,  #e73225 0%,#fec92f 41%,#affa36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width:60px;
height:60px;
text-align:center;
line-height:60px;
border-radius:60px 60px 0 60px;
}


.about-us-section{background:var(--site-color);}

.about-us-section .tile-bg span{background:#000;}

.about-logo {
  background: #000;
  padding: 15px;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.lotter-right-text {
  text-align: center;
}

.button-block a {
  background: linear-gradient(to bottom, #e73225 0%,#fec92f 41%,#affa36 100%);
  font-family: var(--font-heading);
  color: #000;
  padding: 8px 20px;
  font-size: 24px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}

.about-sports video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.sp-left-text {
  max-width: 600px;
  text-align: left;
  background: rgba(0,0,0,0.6);
  padding: 20px;
  border-radius: 10px;
}

.clist-block {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 15px 0;
}

.big-heading {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 10px;
  border-bottom:10px solid var(--site-color);
}

.big-heading h2{margin-bottom:0;}

.lt-news {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.lt-news li {
  background: #060606;
  border: 1px solid #111;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(17, 17, 17);
  padding: 15px;
  border-radius: 10px;
  border-top: 3px solid var(--site-color1);
}

.lt-news li a{color:#fff; text-decoration:none;}

.lotter-right-text img {
  margin-bottom: -9px;
}

.mobile{display: none;}

.banner-top video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}