.landing-body {
  background: #000000;
  background-image: url(../assets/images/landingbackground.svg);
  background-repeat: no-repeat;
  background-position: top;
}

.cta-container {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.cta-image-container {
  height: 500px;
  width: 100%;
}

.cta-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-cta-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-image {
  width: 350px;
  height: 300px;
}

.tabmenu {
  width: 100%;
  min-height: 80px;
  background: #1D2432;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 50px;
}

.tab-mobile {
  display: none;
}

.tabmenu a {
  text-decoration: none;
  color: #4A505B;
  margin-right: 49.75px;
}

.tabmenu a:hover {
  color: #FFFFFF;
}

.tabmenu a:last-child {
  margin-right: 26.2px;
}

.game-content {
  width: 100%;
  background: #12161E;
  padding: 56px 50px;
}

.game-images {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.game-image-landing {
  width: 24.5%;
  height: 190px;
  margin-bottom: 15px;
}

.landing-how-to-win {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
} 

.steps {
  width: 32%;
  padding: 30px 34px 26px 36px;
  border-radius: 4px;
  transition: .2s ease-in;
  cursor: pointer;
}

.steps:hover {
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.49);
}

.step-image-container1 {
  border-radius: 10px;
  height: 56px;
  width: 56px;
  background-color: #FF9900;
  background-image: url(../assets/icons/user.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
}

.step-image-container2 {
  border-radius: 10px;
  height: 56px;
  width: 56px;
  background-color: #FF9900;
  background-image: url(../assets/icons/deposit.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
}

.step-image-container3 {
  border-radius: 10px;
  height: 56px;
  width: 56px;
  background-color: #FF9900;
  background-image: url(../assets/icons/scratch.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
}

.landing-step-title{
  margin-bottom: 1.55px;
}

.landing-step-body{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #B4BBCA;

}

.testimonial-label-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81.15px;
  border-radius: 4px;
  border: 1px solid white;
  cursor: pointer;
}

.arrow-left{
  height: 40px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.5px solid white;
}
.arrow-right{
  height: 40px;
  width:50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testemonial-section { 
  width: 100%;
  margin-top: 73px;
}

.testimonial-landing{
  width: 32%;
}

.testifiername {
  font-size: 14px;
}

.testimonial-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#onloading-testimonial {
  display: none;
}


.faq-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}

.landing-faq {
  width: 32%;
}

.faq-section-label {
  margin-bottom: 25px;
}


.winning-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 17.3px;
}

.wins {
  position: relative;
  width: 32%;
  height: 319.2px;
  background: #12161E;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-winner-image{
  margin-bottom: 7.70px;
}

.winners-number {
  font-size: 100px;
  line-height: 100px;
}

.latest-winner{
  letter-spacing: 0.1em;;
}

.latest-winner-name{
  font-size: 18px;
}

.latest-winner-text {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  color: #B4BBCA;
  margin-bottom: 10px;
  width: 90%;
}

.latest-winner-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-winner-amount {
  width: auto;
  height: 50px;
  background-color: #1D2432;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 10px;
  padding: 0 18px;
}

.latest-winner-amount p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 14px;
}

.latest-winner-amount p:first-child {
  font-size: 11px;
}

.latest-winner-amount p:last-child {
  font-weight: 700;
}

.latest-winner-cat {
  width: auto;
  height: 50px;
  padding: 0 18px;
  background-color: #1D2432;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
}

.latest-winner-cat p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 14px;
}

.latest-winner-cat p:first-child {
  font-size: 11px;
}

.latest-winner-cat p:last-child {
  font-weight: 700;
}

.latest-winner, .winners-counter, .total-winnings{
  position: absolute;
  bottom: 53px;
}

.wins span{
  display: inline-block;
  margin-right: 8.04px;
}

.payment-options {
    height: 30px;
}

.load-more-landing {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.landing-category {
  width: 63px;
  height: 50px;
  border-radius: 2px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 10px;
}

.cat-active {
  filter: invert();
}

.cat-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cat-left .active {
  filter: invert() !important;
}

.landing-category img {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
}

.landing-category p {
  font-size: 8px;
  line-height: 10px;
  font-weight: 400;
  color: #1D2432;
  text-align: center;
}

.toggleDown {
  background-color: #FF9900;
}

.tab-web {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  min-height: 50px !important;
}
.black-box{
  background-color: #000;
  padding: 0 10px;
  margin-top: 100px;
}
