.innovative-banner {
  background: url(../image/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  padding: 64px 0 0;
}

.innovative-banner-cont {
  padding: 12.25% 0;
}

.innovative-banner-cont .banner-title {
  margin-top: 7.35%;
}
.innovative-banner-cont .col-sm-6:first-child {
  position: relative;
  z-index: 2;
}
.banner-btn {
  width: 277px;
  height: 60px;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, #5c2ebc 0%, #916aff 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 60px;
  margin-top: 0.72rem;
  cursor: pointer;
}
.banner-btn a {
  color: #fff;
  display: block;
}
.banner-btn a:hover {
  color: #fff;
}
.banner-btn:hover {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, #49229c 0%, #7552d9 100%);
}

.banner-logo {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  /* height: 600px; */
  background: url(../image/banner-logo.png) no-repeat;
  background-size: 100% auto;
}

.spribe-title,
.games-title {
  width: 68.95%;
  font-size: 0.38rem;
  line-height: 1.5;
  font-weight: 600;
  color: #212529;
  margin-top: 1.6rem;
}

.spribe-text,
.games-text {
  width: 68%;
  color: #727781;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 24px;
}

.spribe-list {
  display: flex;
  margin-top: 150px;
}

.spribe-list div {
  width: 50%;
  /* height: 382px; */
  background: url(../image/spribe-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 56px;
  box-sizing: border-box;
  position: relative;
}

.spribe-list div img {
  width: 260px;
  height: 260px;
  position: absolute;
  top: -79px;
  left: 29px;
}

.spribe-list div h5 {
  color: #212529;
  line-height: 56px;
  font-size: 40px;
  font-weight: 600;
  margin-top: 130px;
}

.spribe-list div p {
  color: #727781;
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
}

.games-container {
  width: 100%;
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
  background-color: rgba(237, 235, 240, 0.5);
  margin-top: 80px;
  box-sizing: border-box;
}
.games-container .games-box {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
}

.games-title {
  padding-top: 160px;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%); */
}

.games-list {
  /* display: flex;
  flex-wrap: wrap; */
  /* justify-content: space-between; */
  margin-top: 80px;
}

.listBox {
  border-radius: 28px;
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(153, 155, 168, 0.25);
  padding: 0.24rem;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.listBox h6 {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 12px;
  padding-left: 12px;
}

.listBox p {
  color: #727781;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 12px;
}

.listBox p span {
  color: #212529;
  font-weight: 600;
  margin-right: 5px;
}

.imgFour,
.imgThree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.imgFour > div,
.imgThree > div,
.imgTwo > div {
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.imgFour {
  margin-left: -17px;
}
.imgFour > div {
  margin-left: 17px;
  width: calc(50% - 17px);
  height: 90px;
}
.imgFour > div img {
  width: 100%;
}
.imgFour > div:nth-child(1),
.imgFour > div:nth-child(2) {
  margin-bottom: 30px;
}
.imgThree > div:first-child {
  flex: 218;
  margin-right: 20px;
}

.imgThree > div:last-child {
  flex: 103;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.imgThree > div:last-child div {
  border-radius: 12px;
  overflow: hidden;
}

.imgThree > div img {
  width: 100%;
}

.imgTwo div {
  height: 100px;
  padding: 12px;
  box-sizing: border-box;
}

.browseBtn {
  text-align: center;
  padding: 60px 0 130px 0;
}

.browseBtn a {
  display: inline-flex;
  padding: 16px 32px;
  align-items: flex-start;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: #e4dcfd;
  color: #7a52f4;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.browseBtn a:hover {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: #d6cfee;
  transition: all 0.3s;
}

.browseBtn a img {
  width: 32px;
}
.licenses-cont {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.licenses-img {
  padding: 130px 0 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.licenses-img div {
  margin-bottom: 20px;
  height: 40px;
}

.licenses-img div img {
  height: 100%;
}
/* @media only screen and (max-width: 820px) {
  .spribe-title,
  .games-title,
  .spribe-text,
  .games-text {
    width: 100%;
  }
  .games-container {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  }
} */
@media only screen and (max-width: 768px) {
  .innovative-banner-cont .banner-title {
    margin-top: 0;
  }
  .banner-logo {
    width: 240px;
    height: 240px;
    padding-bottom: 0;
    background: url(../image/banner-logo.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: -140px;
    bottom: 0;
  }

  .spribe-cont {
    padding: 0 16px;
  }

  .spribe-title,
  .games-title {
    width: 100%;
    font-size: 22px;
    line-height: normal;
    margin-top: 40px;
  }

  .spribe-text,
  .games-text {
    font-size: 14px;
    width: 100%;
    line-height: normal;
  }

  .spribe-list {
    display: block;
    margin-top: 80px;
  }

  .spribe-list div {
    width: 100%;
  }

  .spribe-list div:last-child {
    margin-left: 0px;
  }

  .spribe-list div img {
    width: 160px;
    height: 160px;
    top: -36px;
    left: 19px;
  }

  .spribe-list div h5 {
    line-height: 28px;
    font-size: 20px;
    margin-top: 80px;
  }

  .spribe-list div p {
    line-height: normal;
    font-size: 14px;
    margin-top: 16px;
  }

  .games-container {
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
    margin-top: 20px;
  }
  .games-container .games-box {
    padding: 0 16px;
  }
  .games-title {
    padding-top: 80px;
  }
  .licenses-cont {
    padding: 0px;
  }

  .licenses-img {
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .browseBtn {
    padding: 60px 0;
  }
  .licenses-img div {
    width: 50%;
    height: 40px;
    text-align: center;
    margin-top: 78px;
  }

  .licenses-img img {
    height: 100%;
  }

  .imgFour > div {
    width: 45%;
    height: 80px;
  }

  .imgThree div:first-child {
    width: 65%;
  }

  .imgThree div:last-child {
    width: 30%;
  }

  .imgThree div:last-child div {
    width: 100%;
  }
  .listBox {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
