.section__model {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 8, 8, 0.5);
  color: #fff;
  font-size: 14px;
  z-index: 100000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.section__model .section__box {
  display: flex;
  flex-direction: column;
  width: 550px;
  padding: 0px;
}
.section__model .section__box .section__bottom {
  box-sizing: border-box;
  padding: 40px 173px;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center;
}
.section__box .section__top .section__text {
  font-size: 26px;
}
.section__box .section__top .section__text__two {
  font-size: 18px;
}
.section__model .section__box .section__bottom .section__button {
  background-color: #00a0ea;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.section__model .section__box .section__bottom .section__time {
  position: absolute;
  top: -35px;
  left: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section__model .section__box .section__bottom .section__time div {
  font-size: 42px;
  font-weight: 600;
  background: #fff;
  color: black;
  padding: 15px;
}
.section__model .section__box .section__top {
  width: 100%;
  height: 300px;
  padding: 30px 65px 46px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
}
@media (max-width: 800px) {
  .section__model .section__box {
    width: 400px;
  }
  .section__model .section__box .section__bottom {
    padding: 40px 70px !important;
  }
}

.why-choose {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 70px 0 160px 0;
  background: url(https://www.casualcasino.top/theme/fan42/img/why-choose.jpg)
    no-repeat center bottom;
  background-size: cover;
}

.site-title h2 {
  font-size: 50px;
  letter-spacing: -4px;
  color: #3640ae;
  font-weight: 600;
  line-height: 66px;
  margin: 0 0 30px 0;
}

.site-title h4 {
  font-size: 24px;
  font-weight: 500;
  color: #aaaab1;
  line-height: 36px;
  margin: 0 0 40px 0;
}

.why-choose ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why-choose ul li {
  box-shadow: 0 20px 50px #dfdfdf;
  border-radius: 6px;
  background: #fff;
  padding: 40px 5px;
  width: 19%;
  text-align: center;
}

.why-choose ul li h2 {
  color: #0e1133;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.why-choose ul li p {
  line-height: 22px;
  font-size: 14px;
  color: #505056;
  padding: 0 10px;
  margin: 0;
}

.why-choose-block {
  background: #faf8fc;
  padding: 80px 0 25px 0;
}
#video_player {
  object-fit: cover;
  margin-bottom: 0;
}
.why-choose-block .heading-title h2 {
  margin-bottom: 60px !important;
  font-size: 40px;
}

.why-choose-left ul li {
  list-style: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  line-height: 30px;
  padding-left: 40px;
}

.why-choose-left ul li a {
  color: var(--yellow-color);
}

.why-choose-left ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 24px;
  color: var(--yellow-color);
  position: absolute;
  left: 0;
  top: 3px;
}
.why-choose-left > .vc_column-inner {
  padding-left: 0 !important;
}
.why-choose-left ul {
  margin: 0;
}
@media (max-width: 1199px) {
  .why-choose-block .heading-title h2 {
    margin-bottom: 50px !important;
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .why-choose-block .heading-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .why-choose-block {
    padding: 40px 0 45px 0;
  }
  .why-choose-block .heading-title h2 {
    margin-bottom: 35px !important;
  }

  .why-choose-left > .vc_column-inner {
    padding-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .why-choose-block .heading-title h2 {
    font-size: 24px;
  }
  .why-choose-block {
    padding: 0 0 15px 0;
  }
}
@media (max-width: 480px) {
  .why-choose-left ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
