@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}

.casino__main {
  padding-top: 80px;
}

i {
  color: #FFEA21;
  margin: 15px 0;
}

ol {
  list-style-type: decimal !important;
}
html,
h1,
body,
h2,
h3,
h4,
th,
td,
tr,
h5,
h6,
table,
tr,
td,
th,
ol,
button,
p,
a,
ul,
li,
img {
  margin: 0;
  padding: 0;
}

body {
  background-color: #232939;
}

button {
  display: none;
}

.header__background {
  background-color: #353D52;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-left: 99px;
  padding-right: 116px;
  padding-top: 14px;
  padding-bottom: 14px;
  z-index: 32;
  align-items: center;
  position: fixed;
  top: 0px;
  transition: all 0.4s linear;
  width: 100%;
}

.header__logo {
  padding-right: 10px;
  width: 125px;
}

.header__button-link {
  font-weight: 700;
  white-space: nowrap;
  font-size: 15px;
  color: #232939;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border: none;
  padding: 13px 20px;
  border-radius: 44px;
  text-decoration: none;
}

header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.first--link {
  background: transparent;
  color: white;
  border: 2px solid #275c4d;
}

.footer__images > span {
  color: #B9C5E1;
}

@media (max-width: 720px) {
  .list_container {
    flex-direction: column;
  }
  .header {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__logo {
    width: 86px;
  }

  .header__button-link {
    font-size: 13px;
    padding: 8px 12px;
  }
}

.welcome-banner {
  position: absolute;
  top: 0px;
  width: 100%
}

.main__image {
  width: 100%;
  height: 420px;
}

#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#3498db;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}

.welcome-banner__title {
  color: white;
  margin-left: 95px;
  margin-top: 102px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 52px;
  display: flex;
  text-align: start;
}

.welcome-banner__paragraph {
  color: white;
  font-weight: 500;
  font-size: 26px;
  margin-left: 100px;
  margin-bottom: 40px;
  display: flex;
}

.welcome-banner__button-link {
  color: #1D222F;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border-radius: 100px;
  border: none;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  padding: 16px 28px;
  bottom: 106px;
  left: 100px;
}

button {
  cursor: pointer;
  margin-right: 8px;
  border:none;
  border-radius: 4px;
  background-color: #3066BE;
  color:#FFF;
  transition: all 0.5s;
}

.center_image {
  width: 70%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  border-radius: 17px;
}

.row_images img {
  width: 30%;
}

.row_images {
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  align-items: center;
}

.main__image--first {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/Bettilt_Header.png');
  background-position: 30%;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.Slider-img-fill {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  text-align: center
}

::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
  background: #005a2b;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00b456;
}

.wrapper {
  border: 1px solid #000000;
  height: calc(100vh - 2px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: calc(100vw - 2.55px);
}

.scroll-top {
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border: 0;
  border-radius: 50%;
  bottom: 35px;
  cursor: pointer;
  height: 70px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: 35px;
  width: 70px;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s linear;
}

.arrow-top {
  position: relative;
  left: 22px;
  top: 20px;
  height: 25px;
}

.visible {
  opacity: 1;
}

.arrow {
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}

.arrow.up::after {  
  transform: rotate(-135deg);
  font-size: 60px;
  content: "\f077";
}

.content-container {
  display: flex;
  height: 300px;
  width: 100%
}

.content {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}

.mobile__app-text-container {
  display: flex;
  flex-direction: column;
}

.mobile__app-container {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  justify-content: center;
}

.app__image {
  border-radius: 17px;
  width: 280px;
}

.images__container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bonus__image {
  width: 40%;
  border-radius: 17px;
}

.games__image {
  width: 70%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

.main {
  width: 100%;
  margin-bottom: 50px;
}

.addictional-main {
  margin-top: 110px;
}

.main__title {
  font-weight: 700;
  font-size: 28px;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.list_container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.section__element img {
    height: 15px;
    margin-right: 10px;
}

.list_container li::marker {
  display: none;
  color: transparent;
}

.list_container div {
  width: 45%;
}

.section {
  width: auto;
  margin-left: 144px;
  margin-right: 162px;
  display: flex;
  flex-direction: column;
}

.section__title, .title {
  font-weight: 700;
  font-size: 24px;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.title {
  margin-left: 16px;
  margin-right: 16px;
  text-align: left !important;
}

.section__title-description {
  color: #B9C5E1;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}

main p {
  color: #B9C5E1;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-top: 30px;
}

.section__list-container {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  margin-left: 20px;
  justify-content: center;
}

.section__list {
  list-style-type: disc;
}

.section__element {
  color: #B9C5E1;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 15px;
}

li::marker {
  color: #FFEA21;
}

.section__ordered-list {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.element-number {
  color: #B9C5E1;
  margin-left: 30px;
}

.list-dots {
  list-style: disc;
}

.section__pretitle {
  font-weight: 600;
  margin-top: 30px;
  font-size: 24px;
  color: white;
}

.instruction {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.instruction div {
  width: 650px;
}

.questions-title {
  font-weight: 700;
  font-size: 24px;
  color: white;
  margin-top: 60px;
  margin-bottom: 30px;
}

.dropdown {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #2a2f3b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #2a2f3b solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

.selected {
  font-size: 18px;
  font-weight: 500;
}

.select-clicked {
  border: 1px #FFD60E solid;
  border-bottom: none;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}


.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  background: #323741;
  border: 1px #363a43 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  top: 3em;
  width: 100%;
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
  margin-top: 16px;
}

.menu li {
  padding: 12px 16px;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.burger-menu-open {
  width: 24px;
  display: none;
  height: 24px;
  background-color: transparent;
}

.menu-open {
  display: block;
  opacity: 1;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

.section__paragraph--first {
  margin-top: 0px;
}

.cashback {
  width: 70%;
  margin-top: 40px;
  border-radius: 17px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.deposits__container {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.deposit__container {
  width: 23%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deposit__title {
  color: white;
  font-size: 18px;
}

.deposit__description {
  color: #B9C5E1;
  font-size: 16px;
}

.static__header {
  position: static;
}

.table_container {
  overflow: auto;
}

.bonus_container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.header_menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_menu > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.burger-menu {
  min-width: 200px;
  width: 400px;
  background-color: rgb(53, 61, 82);
  padding: 25px;
  position: fixed;
  z-index: 200001;
  border-radius: 0 0 74px 0;
  padding-left: 99px;
  transform: translateX(0%);
  transition: transform 0.2s ease-in-out;
}

.hidden_background {
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.5;
  position: fixed;
  z-index: 20000;
}

.line {
  height: 1px;
  width: 80%;
  background-color: rgba(185, 197, 225, 0.2);
  margin: 10px 0;
}

.menu_buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  text-align: center;
}

.burder_menu {
  margin-top: 20px;
  display: flex;
  gap: 25px;
  flex-direction: column;
  margin-left: 20px;
}

.burder_menu > a {
  color: #fff;
  text-decoration: none;
}

.close {
  padding: 1px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #aaa;
}

@media (max-width: 1200px) {
  .welcome-banner__title {
    width: 80%;
    justify-content: start;
    align-items: start;
    font-size: 32px;
    margin-top: 180px;
  }
  
  .slider__more {
    display: inline-block;
  }

  .dropdown {
    width: auto;
    margin-left: 0;
  }

  .welcome-banner__paragraph {
    text-align: start;
    font-size: 24px;
  }

  .welcome-banner__button-link {
    margin-left: -50px;
    bottom: 110px;
    color: #1D222F;
    background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
    border-radius: 100px;
    border: none;
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    z-index: 10;
    padding: 18px 30px;
    bottom: 56px;
    left: 160px;
  }

  .games__image {
    width: 100%;
  }

  .main__image--first, .main__image--second, .main__image--third {
    background-position: 60%;
  }

  .section {
    margin-left: 99px;
    margin-right: 116px;
  }
}

@media (max-width: 1024px) {
  .burger-menu-open {
    display: inline-block;
  }

  .header_menu {
    display: none;
  }
}

@media (max-width: 720px) {
  .questions-title {
    font-size: 18px;
    margin-left: 16px;
  }

  .burger-menu {
    padding-left: 16px;
    padding-right: 16px;
    width: 260px;
  } 

  .scroll-top {
    height: 35px;
    width: 35px;
  }

  .arrow-top {
    width: 20px;
    height: 20px;
    left: 7px;
    top: 8px;
  }

  .deposits__container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .center_image {
    width: 100%;
  }

  .deposit__container {
    width: 100%;
  }

  .dropdown {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  .select {
    gap: 10px;
  }

  .menu li, .selected {
    font-size: 13px;
  }

  .section__element {
    font-size: 16px;
    line-height: 27px;
    margin-top: 0px;
  }

  .section__list-container {
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 900px) {
  .instruction {
    display: inline-block;
  }

  .instruction div {
    width: auto;
  }
}
@media (max-width: 720px) {
  .section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .second-table, .third-table {
    width: 100%;
    max-width: 100%;
  }

  .images__container {
    flex-direction: column;
  }

  .bonus__image {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .slider__text {
    font-size: 11px;
  }
}

@media (max-width: 720px) {
  .livechat__image {
    width: 280px;
  }
  .main__image {
    background-position: 100%;
  }

  .main__image--first {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80%;
  }

  .welcome-banner__button-link {
    bottom: 40px;
    font-size: 13px;
    left: 100px;
    padding: 12px 18px;
  }

  .slider {
    height: 290px;
  }

  .slider-content-wrapper {
    height: 290px;
  }

  .welcome-banner__title {
    font-size: 20px;
    margin-left: 44px;
    margin-top: 110px;
    margin-bottom: 5px;	
    font-size: 18px;
  }
  
  .welcome-banner__paragraph {
    font-size: 13px;
    margin-left: 44px;
  }

  .arrow-right, .arrow-left {
    top: 145px;
  }

  .slider__play {
    margin-bottom: 16px;
  }

  .main__image {
    height: 260px;
  }

  .Slider-Slick-Next, .Slider-Slick-Prev {
    top: 130px;
    transform: translateY(-50%);
  }
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  background-color: url('../images/arrow-top.png');
  bottom: 30px;
  right: 1%;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "↑";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.content {
  width: 77%;
  margin: 50px auto;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

#button {
  margin: 30px;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

#button::after {
  line-height: 35px;
  position: relative;
  color: #232939;
  top: 0px;
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.section__info {
  color: #B9C5E1;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.section__info-container {
  display: flex;
  line-height: 21px;
  margin-top: 10px;
  gap: 10px;
}

.yellowpoint {
  color: yellow;
  display: inline;
  width: min-content;
}

.section__list-dots {
  margin-top: 20px;
}

@media (max-width: 720px) {
  #button {
    height: 35px;
    right: 15px;
    bottom: 15px;
    width: 35px;
    margin: 15px;
  }

  #button::after {
    line-height: 0px;
    position: relative;
    color: #232939;
    font-size: 21px;
    top: 3px;
  }
}
.steps {
  display: flex;
  margin-top: 40px;
}

.step {
  width:30.5%;
  height:75px;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  justify-content: center;
  position:relative;
}


.step:after{
  border: 38px solid transparent;	
  content:'';
  position: absolute;
  right:-77px;
  top:0px;
  z-index:12;
}

.step:before{
  border: 38px solid transparent;
  border-left: 40px solid #232939;
  content:'';
  position: absolute;
  left: -1px;
  top: 0px;
}

.step1 {
  background:rgb(185, 197, 225);
}

.step1::after {
  border-left: 40px solid rgb(185, 197, 225);
}

.step2 {
  position: relative;
  left: 30px;
  background:rgb(135, 147, 195);
}

.step2::after {
  border-left: 40px solid rgb(135, 147, 195);
}

.step3 {
  position: relative;
  background:rgb(65, 77, 105);
  left: 60px;
}

.step3::after {
  border-left: 40px solid rgb(65, 77, 105);
}

@media (max-width: 800px) {
  .steps {
    flex-direction: column;
  }

  .step {
    position: static;
    width: 100%;
  }

  .step::before, .step::after {
    border: none;
    display: none;
  }
}

.footer {
  background-color: #1D222F;
  width: 100%;
  padding: 20px 151px 38px 125px;
}

.footer__casino {
  display: flex;
  gap: 57px;
  justify-content: space-between;
  margin-bottom: 35px;
}

.footer__payment-images {
  width: 100%;
}

.footer__image {
  height: 62px;
}

.footer__info {
  display: flex;
  color: #B9C5E1;
  gap: 16px;
  line-height: 21px;
}

.footer__links-title {
  font-size: 18px;
  color: #B9C5E1;
  margin-bottom: 10px;
}


.footer__link {
  color: #B9C5E1;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  gap: 4px;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
}

.footer__info-title {
  margin-bottom: 6px;
  color: white;
  font-size: 18px;
}

.footer__info-paragraph {
  font-size: 13px;
}

.footer__link:hover {
  color: #FFD60E;
  text-decoration: underline;
}

.footer__images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.footer__social-links--mobile {
  display: none;
}

.footer__image {
  width: 60px;
  height: 60px;
}

.footer__image-18plus {
  height: 30px;
  width: 30px;
}

.footer__social-links {
  display: flex;
  gap: 20px;
}

.hidden {
  transform: translateX(-100%);
}

@media (max-width: 1200px) {
  .footer__payment-images {
    display: none;
  }

  .footer__images {
    margin-top: 0px;
  }

  .footer {
    padding-left: 99px;
    padding-right: 116px;
  }
}

@media (max-width: 720px) {
  .footer {
    padding: 32px 12px 125px 12px;
  }

  .footer__social-links {
    display: none;
  }

  .footer__social-links--mobile {
    display: flex;
    gap: 20px;
    margin-top: 10px;
  }

  .footer__social-link {
    text-decoration: none;
  }

  .footer__images {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .footer__info-title {
    display: none;
  }

  .footer__casino {
    flex-direction: column;
    align-items: center;
  }

  .footer__info {
    margin-left: 28px;
    margin-right: 28px;
  }

  .footer__casino {
    margin-bottom: 24px;
    gap: 24px;
  }
}

#cookie-popup {
  position: fixed;
  z-index: 9999;
  left: 15%;
  bottom: 30px;
  align-items: center;
  right: 15%;
  border-radius: 17px;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(136.18deg, rgb(41, 47, 65) 28.25%, rgb(70, 79, 102) 98.65%);
  color: #eee;
  display: flex;
  gap: 20px;
}

#cookie-popup p:first-child {
  margin: 0;
  font-weight: 400;
  color: #B9C5E1;
}

#cookie-popup p:nth-child(2) {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

#cookie-popup .link {
  color: rgb(0, 174, 139);
  position: relative;
  text-decoration: none;
}

#cookie-popup .link::before {
  content: '';
  position: absolute;
  transition: all 0.2s ease-in-out;
  height: 1px;
  width: 0px;
}

#cookie-popup .link:hover::before {
  width: 75px;
}

#cookie-popup > div {
  display: flex;
  gap: 10px;
}
#cookie-popup button {
  font-size: 16px;
  margin-right: 0;
  font-weight: 400;
  padding: 8px 12px;
  white-space: nowrap;
  display: inline-block;
  height: 52px;
  color: #fff;
  background-color: transparent;
  border-radius: 27px;
  border: 1px solid rgb(60, 204, 135);
}

#cookie-popup button:hover {
  background-color: rgb(60, 204, 135);;  
}

.decline-button {
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 720px) {
  #cookie-popup {
    max-width: 95%;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
  }

  #cookie-popup {
    flex-direction: column;
  }
}

table {
  display: block;
  margin: 15px auto;
  border-collapse: collapse;
  width: fit-content;
  overflow: auto;
  border-radius: 17px;
  border: none;
}

tbody {
  width: 100%;
}

table td {
  border: 1px solid #232939;
  padding: 10px;
  vertical-align: middle;
  background-color: #353D52;
  color: #B9C5E1;
}

h2, h3, h4 {
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
}

.dropdown__element > p {
  margin-top: 0;
}

@media (max-width: 460px) {
  .main_header .header__logo {
    width: 66px;
    padding-right: 0px;
  }

  .main_header .header__button-link {
    font-size: 11px;
    padding: 6px 8px;
  }
}
