body {
  background: #2e303b;
  color: white;
  font-family: 'Muli', sans-serif;

}
.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;

}
header button {
  font: normal normal bold 18px/23px Muli;
  letter-spacing: 0px;

}
.slideImage{
  width: 100%;

}
.colorPrimary{
  color:#f74835;

}
.slideDesktop{
  position: relative;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 22px;

}
.treastureDesktopContainer{
  max-width: 1280px;
  z-index: -1;

}
.treastureDesktopContainer img{
  max-width: 100%;

}
.slideText{
  font-family: 'Muli Black';
  position: absolute;
  top: 22%;
  left: 15%;
  font-size: 45px;
  max-width: 628px;
  line-height: 1.3;
  z-index: 999;
}

.slideText br{display: none;}
.slideText br.for-desktop{
  display: block;
}

.welcomeText2 br.xs-mobile{display: none;}
.bonusText {
  font-family: 'Muli Bold';
  font-size: 18px;
  margin: 0;
  padding-top: 11px;

}.slideDesktop .slideButton {
  width: 420px;
  height: 75px;
  font-family: 'Muli ExtraBold';
  font-size: 34px;
  display: inline-block;
  text-decoration: none;
  padding-top: 12px;
  margin-top: 30px;

}
.slideDesktop .slideButton:hover{
  color: #ffff;

}
.slideDesktop .slideButton img {
  position: absolute;
  right: 0;
  top: 21px;
  width: 25px;
}

@media(max-width:1920px){
  .slideText{
    top: 6.5vw;
    left: 14.5vw;
    font-size: 2.3vw;
    max-width: 33vw;
  } .bonusText {
    font-size: 0.9vw;
  } .slideDesktop .slideButton {
    width: 22vw;
    height: 4vw;
    font-size: 1.9vw;
    padding-top: 0.5vw;
    margin-top: 1.5vw;
  } .slideDesktop .slideButton img{
    width: 1.3vw;
    top: 1.1vw;
  }

}
.btnGreen {
  font-family: 'Muli Bold';
  font-size: 18px;
  background: #60b802;
  border: 2px solid #60b802;
  color: white;
  width: 260px;
  height: 40px;
  min-width: 210px;
  padding: 5px 6px;
  display: inline-block;
  text-decoration: none;
  text-align: center;

}
.btnDark {
  font-family: 'Muli Bold';
  font-size: 18px;
  border: 2px solid white;
  width: 200px;
  height: 40px;
  color: white;
  background: #2e303b;
  min-width: 210px;
  padding: 5px 6px;
  display: inline-block;
  text-decoration: none;
  text-align: center;

}
.btnDark:hover,

.btnGreen:hover {
  transform: translate(0, 10%);
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: linear;
  color: #ffff;

}
.btnGreen img,

.btnDark img {
  position: absolute;
  right: 0;
  top: 10px;

}
.scale:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;

}
.bonus img {
  height: 205;

}
.firstImage img {
  height: 215;
}

.gameButtonDiv{
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .orangeHr {
    box-shadow: 0px 0px 6px #fe7363;
    border: 2px solid #fb6353;
    opacity: 1;
    width: 28%;
  }

}

@media screen and (max-width: 1190px) {
  .firstImage img {
    height: 190;
    width: 90%;
  }

}

@media screen and (max-width: 992px) {
  .orangeHr {
    box-shadow: 0px 0px 6px #fe7363;
    border: 2px solid #fb6353;
    opacity: 1;
    width: 40%;
  }

  .d-none-tablet{
    display: none !important;
  }

  .slideText br{
    display: block;
  }

  .navMenu {
    width: 100%;
    margin: 0 auto;
    background: #292b35;
    padding-top: 3px;
  } .navMenu a {
    display: block;
    background: none;
    border: none;
    margin: 0px auto;
    text-transform: uppercase;
  } .navMenu img {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .orangeHr {
    box-shadow: 0px 0px 6px #fe7363;
    border: 2px solid #fb6353;
    opacity: 1;
    width: 50%;
  }

}
@media screen and (max-width: 530px) {
  .btnGreen {
    min-width: 190px;
  } .btnDark {
    min-width: 190px;
  } .orangeHr {
    box-shadow: 0px 0px 6px #fe7363;
    border: 2px solid #fb6353;
    opacity: 1;
    width: 70%;
  }

}

.carouselBackGround {
  width: 220px;
  height: 75%;
  background: #292b35;
  bottom: 0px;
  left: 0;
  z-index: -3;
  right: 0;
  margin: 0 auto;

}
.treastureMobileContainer {
  display: none;

}
.treasture {
  margin-top: -40px;
  z-index: -3;

}
.treasture:hover {
  transform: translate(0, 10%);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;

}
.treasture3:hover {
  transform: translate(0, 5%);

}
.treastureBu {
  margin-top: -64px;
  margin-bottom: 65px;
}
.treastureButton,
.gameButton {
  font-family: 'Muli ExtraBold';
  font-size: 30px;
  text-decoration: none;
  width: 410px;
  height: 75px;
  display: inline-block;
  padding-top: 16px;
  position: relative;
  line-height: 1.3;
}

.treastureButton:hover,
.gameButton:hover{
  color: #ffff;
}

.treasture1{
  margin-left: 4rem;
}

.treasture3{
  margin-left: -6rem;

}
.treastureText1 {
  top: 10%;
  font-family: 'Muli ExtraBold';
  font-size: 6vw;
  right: 0;
  margin-right: 3vw;
  left: 0;
  text-align: center;

}
.treastureText2 {
  top: 43%;
  font-family: 'Muli ExtraBold';
  font-size: 6vw;
  right: 0;
  margin-right: 3vw;
  left: 0;
  text-align: center;

}
.treastureText3 {
  top: 75%;
  font-family: 'Muli ExtraBold';
  font-size: 6vw;
  right: 0;
  margin-right: 3vw;
  left: 0;
  text-align: center;

}

.hosGeldinImage{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: -15px;
  z-index: -1;
  position: relative;
}

.treastureBu a img,
.gameButton img {
  position: absolute;
  right: 0;
  top: 22px;

}
@media(max-width: 1280px){
  .treasture1{
    margin-left: 0;
  }

  .treasture3{
    margin-left: -3rem;
  }

  .treastureBu {
    margin-top: -4vw;
  } .treastureDesktopContainer {
    height: 23vw;
  } .treastureDesktopContainer .treasture1{
    left: 0;
    width: 24.2vw;
    max-width: 238px;
    height: auto;
  } .treastureDesktopContainer .treasture2{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 26.5vw;
    max-width: 262px;
    height: auto;
  } .treastureDesktopContainer .treasture3{
    right: 0;
    width: 38.5vw;
    max-width: 390px;
    height: auto;
  } .treastureDesktopContainer .treasture{
    position: absolute;
    margin-top: -3vw;
  } 
  .treastureButton,
  .gameButton{
    width: 390px;
    font-size: 28px;
    padding-top: 18px;
  }

}
@media(max-width: 1180px){
  .treastureBu {
    margin-top: -1vw;
  }

  .treastureDesktopContainer .treasture {
    margin-top: -3.5vw;
  }
}
@media screen and (max-width: 900px) {
  .treasture {
    margin-top: -30px;
    z-index: -3;
  }
  .treasture1 {
    height: 130px;
  } .treasture2 {
    height: 140px;
  } .treasture3 {
    height: 210px;
    margin-left: -50px;
  } 
  .treastureButton {
    margin-top: 10px;
  }

}
@media(max-width: 769px){
  .treastureDesktopContainer {
    display: none;
  } .treastureMobileContainer {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .dots {
    display: none;
  } 
  .footerDots {
    display: none;
  }

}
.dots { position: absolute;  left: 62px; top: -60px;  width: 120px; height: 179px;
}
.footerDots {
  position: absolute;
  right: 0;
  width: 122px;

}
.casinoBonusesMobile {
  display: none;

}
.lastWins {
  margin-top: 18px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.most-games.second-row{
  margin-top: 16px;

}
.owl-carousel .gamesPlayed img{
  width: auto;
  max-width: 100%;
  margin: 0 auto;

}
.lastWinInDiv{
  opacity: 1;
  width: 232px;
  height: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: 0%;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: transparent;

}
.lastWinInDiv h6{
  font-family: 'Muli ExtraBold';
  font-size: 18px;

}
.lastWinInDivBasePrice{
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;

}
.lastWinInDivPrice{
  font-family: 'Muli ExtraBold';
  border: 1px dashed #FFFFFF; 
  color:#F74835; 
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px; 

}
.footerContainer {
  position: relative;
  width: 70%;
  margin: 0 auto;

}
.footerContainer::before {
  content: ' ';
  display: block;
  width: 100%;
  box-shadow: 0px 0px 6px #fe7363;
  margin-top: -30px;
  border-top: 2px solid #fb6353;
  position: absolute;

}
.casinoBonusesTitle {
  font-family: 'Muli Black';
  font-size: 20px;
  margin-bottom: 32px;
  display: block;

}
.casinoBonusesTitle::after {
  content: ' ';
  display: block;
  width: 140px;
  box-shadow: 0px 0px 6px #fe7363;
  margin-top: 2px;
  border-top: 2px solid #fb6353;
  position: absolute;

}
.mostPlayedGames,

.casinoBonusesDesktop{
  margin-top: 65px;

}
.mostPlayedGamesTitle {
  font-family: 'Muli Black';
  font-size: 20px;
  display: block;
  margin-bottom: 30px;

}
.mostPlayedGamesTitle::after {
  content: ' ';
  display: block;
  width: 260px;
  box-shadow: 0px 0px 6px #fe7363;
  margin-top: 2px;
  border-top: 2px solid #fb6353;
  position: absolute;

}
.left-2{
  display: none;

}
.lastWinTitle {
  font-family: 'Muli Black';
  font-size: 20px;

}
.lastWinTitle::after {
  content: ' ';
  display: block;
  width: 282px;
  box-shadow: 0px 0px 6px #fe7363;
  margin-top: 2px;
  border-top: 2px solid #fb6353;
  position: absolute;

}
.navbar-toggler:focus{
  box-shadow: none;

}
.navbar-toggler-icon{
  width: 2em;
  height: 2em;

}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

}
.casGameCarousel {
  margin-top: 16px;
}

.gamesPlayed img{
  border-radius: 15px;
}

@media(max-width: 992px){
  .left-2{
    width: 168px;
    height: 173px;
    background: #191a20 0% 0% no-repeat padding-box;
    left: 0;
    z-index: -4;
    position: absolute;
    display: inline-block;
    bottom: 35px;
  } .footerContainer::before{
    max-width: 424px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -30px;
  } .footerContainer{
    width: 100%;
  } .casinoBonusesTitle{
    margin-bottom: 22px;
  } .mostPlayedGames,
  .casinoBonusesDesktop{
    margin-top: 41px;
  }
  .treastureBu{
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 769px) {
  .casinoBonusesMobile {
    display: block;
  } .casinoBonusesDesktop {
    display: none;
  } .lastWins {
    margin-top: 30px;
  } .container {
    width: 95%;
  } .left-2{
    display: none;
    width: 168px;
    height: 173px;
    left: 0;
  } 
  .mostPlayedGames{
    margin-top: 36px;
  }

  .casinoBonusesMobile{
    margin-top: 42px;
  }

  .footerContainer{
    max-width: 500px;
  }

  .gameButtonDiv{
    margin-top: 0;
  }

}

@media(max-width: 709px){
  .casGameCarousel{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 16px;
  }
}

@media(max-width: 486px){  .footerContainer::before{
    max-width: 162px;
  } .carouselBackGround{
    width: 45vw;
  } .lastWinInDiv{
    width: 45vw;
    height: 35vw;
    background-size: contain !important;
    background-position: center !important;
  } .lastWinInDivBasePrice{
    top: 21vw;
  } .lastWinInDiv h6{
    font-size: 3vw;
    margin: 0.5vw;
  } .lastWinInDivPrice{
    font-size: 4vw;
  } .footerContainer{
    width: 100%;
  } .mostPlayedGamesTitle,
  .casinoBonusesTitle{
    font-size: 14px;
    margin-bottom: 13px;
  } .mostPlayedGamesTitle::after {
    content: ' ';
    width: 210px;
  }

  .casinoBonusesTitle::after {
    content: ' ';
    width: 150px;
  } .casinoBonusesMobile{
    margin-top: 37px !important;
    padding-top: 0 !important;
  } .lastWinTitle {
    font-size: 18px;
  }

  .lastWinTitle::after {
    content: ' ';
    width: 256px;
  }

}
.paymentMethods {
  background: #191a20;
  background: #292b35;
  margin-top: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.secondPaymentMethods{
  margin-top: 20px;

}
.footerImage {
  max-width: 100%;

}

.container {
  width: 90%;

}
.slideMobileImage {
  display: none;
  width: 100%;

}
.slideMobileImage {
  height: 100%;

}

.baslik {
  font-family: 'Muli Bold';
  font-size: 20px;

}
.welcomeText1 {
  font-family: 'Muli SemiBold';
  font-size: 30px;
  margin: 0;
  margin-bottom: 14px;

}
.welcomeText2 {
  font-family: 'Muli ExtraBold';
  font-size: 35px;
  margin: 0;

}
.footerText {
  font-family: 'Muli Bold';
  font-size: 16px;

}
.welcomeText2 br{
  display: none;

}
footer{
  margin-top: 99px;

}

@media screen and (max-width: 992px) {
  .sol-2 {   display: none; }  
  .sag-2 {    display: none;  } 
  .sag-1 {   display: none; }

  .slideImage {
    display: none;
  } .slideMobileImage {
    margin: 0 auto;
    display: block;
    margin-top: 0px;
  } .lastWins {
    margin-top: 20px;
    margin-bottom: 20px;
  } .slideText{
    width: 100%;
    max-width: 100%;
    left: 0;
    top: unset;
    bottom: 1vw;
    font-size: 4.3vw;
  } .slideText > span{
    max-width: 800px;
    display: block;
    margin: 0 auto;
  } .slideDesktop .slideButton {
    width: 328px;
    font-size: 28px;
    padding-top: 17px;
    height: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
  } .bonusText {
    font-size: 11px;
  } .slideDesktop .slideButton img {
    width: 25px;
    top: 21px;
  }
  .footerDots {
    display: none;
  }

  .slideDesktop{
    margin-top: 5px;
  }

  .left-2{
    left: -15px;
  }

  .paymentMethods {
    margin-top: 40px;
    background: #292b35;
  }
  
  footer {
    margin-top: 69px;
  }

  .lastWinTitle,
  .mostPlayedGamesTitle,
  .casinoBonusesTitle{
    font-size: 18px;
  }

  .lastWinTitle::after{
    content: ' ';
    width: 253px;
  }

  .mostPlayedGamesTitle::after{
    content: ' ';
    width: 230px;
  }

  .casinoBonusesTitle::after{
    content: ' ';
    width: 120px;
  }

  .welcomeText1{
    font-size: 25px;
  } .welcomeText2{
    font-size: 30px;
  }
  .joinNow {
    margin-right: 10px;
  }
}

@media screen and (max-width: 769px) {
  .slideText{
    font-size: 22px;
  } 
   .lastWins {
    margin-top: 25px;
  }

  .slideText{
    font-size: 5vw;
    line-height: 1.1;
  }

  .slideText > span{
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.3;
  }

  .slideDesktop .slideButton,
  .treastureButton,
  .gameButton{
    width: 45vw;
    font-size: 3.2vw;
    padding-top: 1.7vw;
    height: 8vw;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .slideDesktop .slideButton img,
  .treastureBu a img,
  .gameButton img {
    width: 3vw;
    top: 2.1vw;
  }

  .welcomeText1{
    font-size: 4.2vw;
  }
  
  .welcomeText2{
    font-size: 4.2vw;
  }

  .paymentMethods img{
    max-width: 200px;
    margin: 0 auto;
  }
  
  .footerText {
    font-size: 14px;
  }

  .footerImage {
    margin-top: 10px;
  }

  .lastWinTitle,
  .mostPlayedGamesTitle,
  .casinoBonusesTitle{
    font-size: 16px;
  }

  .lastWinTitle::after{
    content: ' ';
    width: 225px;
  }

  .mostPlayedGamesTitle::after{
    content: ' ';
    width: 205px;
  }

  .casinoBonusesTitle::after{
    content: ' ';
    width: 111px;
  }
}

@media(max-width: 575px){
  .footerContainer {
    max-width: 336px;
  }

  .paymentMethods img{
    max-width: 70%;
  }

  .secondPaymentMethods{
    margin-top: 0;
  }

  .col-12 .footerImage{
    margin-top: 15px;
  }
}

@media screen and (max-width: 530px) {
  .lastWins {
    margin-top: 19px;
  }  .slideDesktop .slideButton {
    margin-top: 10px;
  } .slideText{
    line-height: 1.1;
  }
}

@media(max-width: 360px){
  .slideText{
    font-size: 20px;
  } .slideDesktop .slideButton {
    width: 190px;
    height: 35px;
    font-size: 18px;
    padding-top: 5px;
    min-width: auto;
  } .slideDesktop .slideButton img {
    width: 12px;
    top: 9px;
  }
}

@media screen and (max-width: 450px) {
  .container {
    width: 98%;
  }

}
@media screen and (max-width: 769px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .treasture {
    margin-top: -25px;
  } .footerImage {
    width: 160px;
  }

}
@media screen and (min-width: 2000px) {
  .lastWins {
    margin-top: 50px;
  }

}
@media screen and (max-width: 1800px) {
  .slideDesktop button {
    width: 350px;
    height: 45px;
    font-family: 'Muli Bold';
    font-size: 20px;
  }
  .slideDesktop button img {
    height: 20;
    top: 12;
  }

}
@media screen and (max-width: 1400px) {
  .slideDesktop button {
    width: 300px;
    height: 45px;
    font-family: 'Muli Bold';
    font-size: 20px;
  }
  .slideDesktop button img {
    height: 20;
    top: 12;
  }

}
@media screen and (max-width: 1200px) {
  .slideDesktop button {
    width: 250px;
    height: 35px;
    font-family: 'Muli Bold';
    font-size: 20px;
  }
  .slideDesktop button img {
    height: 15;
    top: 10;
  }

}

.treastureContainer {
  background: #191a20;
  z-index: 4;
  padding-top: 24px;
  padding-bottom: 35px;
}

.promotions .owl-stage{display: flex;}
.promotions .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.promotions .promotion {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
}

.promotions .promotion-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.promotion{
	background: #191a20;
	padding: 10px;
}

.owl-item:not(.active) .item .promotion {
    zoom: 0.9;
    margin-top: 23px;
}

.promotion .title{
  display: block;
  padding-top: 13px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
  min-height: 85px;
}

.promotion .content-div{
	/* margin-bottom:118px; */
}

.promotion .content{
	font-size: 14px;
    font-weight: 300;
}

.promotion a.link{
  background: #60b802;
  border-radius: 1px;
  display: inline-block;
  padding: 10px;
  min-width: 170px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  margin-top: 41px;
  text-decoration: none;
}

.promotion .link:after {
  content: "";
  background-image: url(assets/images/triangle.png);
  display: inline-block;
  width: 14px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 32%;
}

.promotion .divider{
  display: block;
  height: 2px;
  /* background: rgba(255, 255, 255, 0.2); */
  background: transparent;
  margin-top: 20px;
  margin-bottom: 15px;
}

.promotion a.more-info{
  color: #fff;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 6px;
}

.promotion a.more-info .plus{
	float: right;
	font-size: 19px;
    line-height: 20px;
}

@media (max-width: 1470px)  and (min-width: 1400px) {
  .sag-2 {
    right: 0 !important;
  }
}

@media (max-width: 1280px)  and (min-width: 1200px) {
  .sag-2 {
    right: 0 !important;
  }
}


@media screen and (max-width: 900px) {
  .dots {
    display: none;
  }

}
@media screen and (max-width: 740px) {
  .treastureContainer {
    width: 100%;
    margin: 0 0;
  }

}
@media screen and (max-width: 600px) {
  .hosGeldinImage {
    width: 100%;
  }

}
.slide {
  top: 0;
  left: 10%;
}

.owl-dots{
  display: none;
}

.sol-2 {
  position: absolute;
  left: 0px;
  width: 67px;
  height: 396px;
  background: #292b35 0% 0% no-repeat padding-box;
  margin-top: -350px;
  z-index: -1;
}
.sag-2 {
  width: 168px;
  height: 173px;
  background: #191a20 0% 0% no-repeat padding-box;
  right: -55px;
  z-index: -4;

}
.sag-1 {
  position: absolute;
  right: 0px;
  width: 88px;
  height: 127px;
  background: #191a20 0% 0% no-repeat padding-box;
  margin-top: -120px;

}
.slideButton {
  font-family: 'Muli Bold';
  font-size: 10px;
  background: #60b802;
  border: 2px solid #60b802;
  color: white;
  width: 204px;
  height: 38px;
  min-width: 210px;

}
.slideButtonDiv{
  display: inline-block;

}
.slideButtonDiv:hover{
  transform: translate(0, 5%);
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: linear;

}

@media screen and (max-width: 1700px) { 
  .dots {    display: none;  }

}

@media screen and (max-width: 500px) {
  .footerImage {
    max-width: 160px;
    width: 42vw;
  } 
  .footerText {
    font-size: 3vw;
  } 
  .navbar-brand img{
    height: 32px;
  }
}

@media(max-width: 550px){
  .slideDesktop .slideButton, 
  .treastureButton,
  .gameButton{
    width: 270px;
    font-size: 20px;
    padding-top: 9px;
    height: 44px;
    line-height: 1.1;
  }

  .d-none-tablet{
    display: block !important;
  }

  .lastWins{
    padding-top: 11vw;
  }

  .slideDesktop .slideButton img, 
  .treastureBu a img,
  .gameButton img {
    width: 16px;
    top: 11px;
  }

  .slideText > span{
    line-height: 1.4;
  }

  .slideText {
    font-size: 26px;
    bottom: -11vw;
  }
}

@media(max-width: 420px){
  .welcomeText2 {
    font-size: 20px;
  }

  .slideText {
    bottom: -18vw;
  }

  .lastWins{
    padding-top: 18vw;
  }

}

@media(max-width: 375px){
  .paymentMethods img {
    max-width: 90%;
  }

  .slideDesktop .slideButton, 
  .treastureButton,
  .gameButton {
    width: 230px;
    height: 35px;
    font-size: 16px;
    padding-top: 6.5px;
    min-width: auto;
  }

  .slideText {
    bottom: -17vw;
  }

  .lastWins{
    padding-top: 17vw;
  }

  .slideText {
    font-size: 22px;
  }

  .welcomeText2 br.xs-mobile{
    display: block;
  }

  .slideDesktop .slideButton img,
  .treastureBu a img,
  .gameButton img {
    width: 13px;
    top: 9px;
  }
}

@media(max-width: 320px){
  .slideText {
    font-size: 20px;
  }

  .slideText {
    bottom: -25vw;
  }

  .lastWins{
    padding-top: 25vw;
  }
}