@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
    
    direction: ltr;
    font-family: 'Pragati Narrow', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}

.section-privas{
  padding: 81px 0px; background: #00000008;
}
.header-bar-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.header-bar-bg::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background-color: #8b5e83;
}

.header-bar {
  padding-top:  7px;
  padding-bottom:  7px;
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.hb-logo-wrap {
  position: relative;
  z-index: 3;
}

.hb-logo-link {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.hb-logo-link img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.hb-logo-link h3 {
  font-size: 38px;
  font-weight: 400;
  margin: 0;
}

.hb-navbtn {
  display: none;
}

.hb-navigation {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.hb-navigator-link {
  color: #fff !important;
  padding: 7px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 0;
  transition: all 0.7s ease;
}


.hb-navigator-link:hover {
  text-decoration: overline;
}

@media (max-width: 1200px) {
  .hb-navbtn {
    display: block;
    position: relative;
    z-index: 3;
    width: 30px;
    height: 20px;
    padding: 10px;
    border: 0;
    background-color: inherit;
  }

  .hb-navbtn::before, .hb-navbtn::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 100%;
    left: 0;
    transition: all 0.7s ease;
  }

  .hb-navbtn::before {
    top: 0;
  }

  .hb-navbtn::after {
    bottom: 0;
  }

  .hb-navbtn.active::before {
    transform: rotate(45deg);
    top: 43%;
  }

  .hb-navbtn.active::after {
    transform: rotate(-45deg);
    bottom: 43%;
  }
 
  .hb-navbtn.active span {
    background-color: inherit;
  }

  .hb-navbtn span {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.7s ease;
  }

  .hb-navigation {
    color: #fff;
    flex-direction: column;
    align-items: start;
    position: fixed;
    z-index: 0;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100%;
    background-color:#2C061F;
    padding: 70px 20px 0 15px;
    transition: all 0.7s ease;
  }
  

  .hb-navigation.active {
    right: 0;
  }

}

.maingamhero-bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: rgb(131,58,180);
  background: radial-gradient(circle, rgba(131,58,180,0.6055672268907564) 0%, #5B69E7 55%, #2C061F 100%);
}

.maingamhero-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 200%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rotate-center {
	-webkit-animation: rotate-center 17s linear infinite both;
	        animation: rotate-center 17s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.maingamhero-block {
  margin: auto;
  margin-top: 128px;
  margin-bottom: 81px;
  width: 50%;
  display: flex;
  padding: 27px;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px #ab5cdf;
  background: rgba(255,255,255,0.5); color: #222;
}

.maingamhero-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.maingamhero-imgleft {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -20px;
  height: 80%;
  object-fit: contain;
}

.maingamhero-imgright1 {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -50%;
  height: 150%;
  object-fit: contain;
}

.maingamhero-imgright2 {
  position: absolute;
  z-index: -1;
  right: 15%;
  bottom: -40%;
  height: 100%;
  object-fit: contain;
}

.about-gall-form-bg {
  padding-top: 74px;
  padding-bottom: 44px;
  background-color: #8b5e83;

}

.about-gall-form {
  display: flex;
  flex-direction: row;
  gap: 27px;
  align-items: center;
}

.agf-form-gall-block, .agf-aboutblock {
  width: 48%;
}

.agf-aboutblock {
  padding: 27px;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px #ab5cdf;
  background: rgba(255,255,255,0.5); color: #222;
}

.agf-form-block {
  padding: 13px;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px #ab5cdf;
  background: rgba(255,255,255,0.5); color: #222;
}

.agf-about-title img {
  display: flex;
  margin: auto;
  height: 18px;
  object-fit: contain;
}

.agf-about-title h2 {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.agf-about-txt {
  margin-top: 44px;
  font-size: 15px;
}

.agf-form-gall-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  
}

.agf-gall-promovideo {
  display: block;
}

.agf-gall-promovideo video {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.agf-gall-gallimg {
  position: relative;
  height: 220px;
}

.agf-gall-gallimg1, .agf-gall-gallimg2, .agf-gall-gallimg3, .agf-gall-gallimg4 {
  position: absolute;
  width: 119px;
  height: 119px;
  object-fit: cover;
  border: 7px solid #fff;
  border-bottom: 27px solid #fff;
  border-radius: 3px;
}

.agf-gall-gallimg1 {
  width: 119px;
  height: 119px;
  transform: rotate(5deg);
  top: 33%;
  right: 40%;
}

.agf-gall-gallimg2 {
  transform: rotate(15deg);
  top: 8%;
  left: 13%;
}

.agf-gall-gallimg3 {
  transform: rotate(-30deg);
  top: 13%;
  right: 20%;
}

.agf-gall-gallimg4 {
  width: 102px;
  height: 102px;
  transform: rotate(30deg);
  bottom: 5%;
  right: 10%;
}

.agf-form-title {
  font-size:  18px;
  text-align: center;
  margin-bottom: 13px;
}

.agf-form-body {
  
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin: 13px;
  gap: 13px;
}

.input-control_block__component, .textarea-control_block__component {
  margin: auto;
  width: 80%;
  outline: none;
  border: 1px solid #264143;
  box-shadow: 3px 4px 0px 1px #5B69E7;
  padding: 7px 5px;
  border-radius: 5px;
  font-size: 12px;
}

.input-control_block__component:focus, .textarea-control_block__component:focus {
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px #5B69E7;
}

.input-control_block__component label, .textarea-control_block__component label {
  font-weight: 400;
  margin: 5px 0;
}

.agf-btn {
  padding: 7px;
  margin: 18px auto 0;
  font-size: 15px;
  background: rgba(131,58,180,0.6055672268907564);
  border-radius: 8px;
  font-weight: 400;
  box-shadow: 2px 2px 0px 0px #5B69E7 ;
}

.agf-btn:hover {
  opacity: .9;
}

.agf-btn:focus {
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px #5B69E7 ;
}

.agf-btn button {
  background: inherit;
    border: none;
    color: #fff;
}

.agf-form-body label a {
  color: inherit;
  text-decoration: none;
}

.agf-form-body label a:hover {
  text-decoration: underline;
}

.form-check {
  margin-bottom: 0 !important;
}

.gambene-sect {
  padding-top: 44px;
}

.gambene-title-block img {
  display: flex;
  margin: auto;
  height: 18px;
  object-fit: contain;
}

.gambene-title-block h2 {
  font-size:  38px;
  font-weight: 400;
  text-align: center;
  margin-bottom:  15px;
}

.gambene-list-bg {
  margin-top: 27px;

}

.gambene-list {
  display: flex;
  flex-direction: column;
  position: relative;
}

.gambene-item-row {
  direction: ltr;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 0;
}

.gambene-item-wrap {
  width: 50%;
  height: 220px;
  display: flex;
  align-items: end;
  flex: 1;
  padding-bottom: 25px;
}

.gambene-wrap-up {
  align-items: start;
  padding-top: 20px;
}

.gambene-item-flex {
  height: 220px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 44px;
}

.gamesbene-itemimg {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  width: 50%;
  height: 220px;
  transform: translateY(-50%);
}

.gambene-reverse .gamesbene-itemimg {
  left: 0;
}

.gamesbene-itemimg  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gambene-item {
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 7px;
  background: rgba(255,255,255,0.9); color: #222;
}

.gambene-item p {
  border-radius: 8px;
  display: inline-block;
  padding: 15px 44px;
  border: 1px solid #5B69E7;
  font-size: 18px;
  text-align: center;
  margin: 0;
}




.gamstep-bg {
  background: linear-gradient( 270deg, rgba(131,58,180,0.6055672268907564) 0%, #5B69E7 55%, #2C061F 100%);
}

.gamstep-overlay {
  background-image: url(visualtreasure/bg/opacity_bg-0686ffd7036866.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 44px;
  padding-bottom: 44px;
}

.gamstep {
  display: flex;
  flex-direction: row;
  gap: 27px;
}

.gamstep-title-block {
  width: 100%;
}

.gamstep-title-block h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.gamstep-title-border {
  display: flex;
  margin: auto;
  height: 18px;
  object-fit: contain;
  margin-bottom: 44px;
}

.gamstep-title-img {
  display: none;
  margin: auto;
  width: 100%;
  height: 345px;
}

.gamstep-title-img img {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gamstep-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gamstep-item {
  width: 50%;
  padding: 44px;
  text-align: center;
}

.skew-left {
  transform: skewX(-6deg);
}

.skew-right {
  transform: skewX(6deg);
}

.bg-one {
  background: rgba(255,255,255,0.5); color: #222;
}

.bg-two {
  background: rgba(255,255,255,0.9); color: #222;
}

.skew-left .gamstep-item-content {
  transform: skewX(6deg);
}

.skew-right .gamstep-item-content {
  transform: skewX(-6deg);
}

.gamstep-item-content img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: flex;
  margin: 0 auto 23px;
}

.gamstep-item-content  p {
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.mainlist-gam {
  padding-top: 44px;
  padding-bottom: 44px;
}

.mainlist-gam-title h2 {
  font-size:  38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.mainlist-gam-title img {
  display: flex;
  margin: auto;
  height: 18px;
  object-fit: contain;
  margin-bottom: 44px;
}

.mainlist-gam-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 23px;
}

.mlg-list-wraptwo {
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.mlg-list-wrapfour {
  width: 66%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 23px;
  flex-wrap: wrap;
}

.mlg-list-wrapfour .mainlist-gam-card {
  width: 45%;
}

.mainlist-gam-card {
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 18px;
  transition: all 0.2s ease;
}

.mlg-cards-img {
  max-width: 100%;
  vertical-align: top;
  transform-origin: 50% 100%;
  transition: all 0.4s ease;
}

.mlg-card-content {
  padding: 20px;
  position: relative;
}

.mlg-card-dev,
.mainlist-gam-card i {
  background-color: #8b5e83;
  top: 25px;
  color: #fff;
  left: 25px;
  padding: 7px;
  min-width: 40px;
  position: absolute;
  text-align: center;
}

.mainlist-gam-card i {
  transition-delay: 0.2s;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.mlg-card-dev {
  padding: 7px;
  font-size: 18px;
  transform: rotateY(-90deg);
  transition-delay: 0s;
}

.mlg-cards-title {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.mlg-card-txt {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.mlg-card-btn {
  border: medium none;
  padding: 13px 15px;
  background-color: #8b5e83;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.mainlist-gam-card a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.mainlist-gam-card:hover img,
.mainlist-gam-card.hover img {
  transform: scale(1.1);
}

.mainlist-gam-card:hover i,
.mainlist-gam-card.hover i {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mainlist-gam-card:hover .mlg-card-dev,
.mainlist-gam-card.hover .mlg-card-dev {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mainlist-gam-card:hover button,
.mainlist-gam-card.hover button {
  background-color: #117964;
}

.simplfooter-gam-bg {
  padding-top: 69px;
  padding-bottom: 27px;
  background-color: #8b5e83;
}

.simplfooter-gam {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}

.simplfooter-gam-info {
  display: flex;
  flex-direction: row;
  gap: 23px;
  align-items: center;
  justify-content: space-between;
}

.sfg-logo-link {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.sfg-logo-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.sfg-logo-link h3 {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}

.sfg-disclaim-img {
  width: 64px;
  height: 64px;
} 

.sfg-disclaim-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sfg-copy-txt {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 7px;
}

.sfg-copy-txt p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.sfg-btn {
  padding: 10px;
  margin: 0 auto;
  font-size: 15px;
  background: rgba(131,58,180,0.6055672268907564);
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 2px 2px 0px 0px #5B69E7;
}

.simplfooter-gam-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 13px;
}

.sfg-games-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}

.sfg-games-link:hover {
  transform: scale(1.1);
}

.sfg-dec {
  width: 100%;
  height: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px #ab5cdf;
}

.darkcloud-disclaim {
  display: flex;
  gap: 27px;
  align-items: center;
  position: relative;
  bottom: -50px;
  padding: 27px 44px;
  border-radius: 100px;
  box-shadow: 0 0 10px 5px #ab5cdf;
  background: #5B69E7;
}

.dcd-img {
  width: 20%;
  height: 220px;
  object-fit: contain;
}

.dcd-block {
  width: 78%;
}

.dcd-title {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 27px;
  color: #fff;
  text-align: center;
}

.dcd-txt {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.who-we-page-bg {
  background-image: url(visualtreasure/bg/bg-light-0686ffd703675d.jpg );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.who-we-page {
  padding-top: 74px;
  padding-bottom: 74px;
  padding-left: 44px;
  padding-right: 44px;
  background: #000; color: #fff;
  display: flex;
  flex-direction: column;
  gap:  23px;
}

.who-we-page-content, .who-we-page-gall {
  width: 100%;
}

.wwasp-title {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 27px;
}

.wwp-txt {
  font-size: 18px;
}

.wwp-slider-item {
  padding: 20px;
  border-radius: 8px;
  margin: 13px;
  box-shadow: 0 0 10px 5px #ab5cdf;
  background: rgba(255,255,255,0.5); color: #222;
}

.wwp-slider-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.allgam-list-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(visualtreasure/bg/bg-all-0686ffd70367f3.jpg);
}

.allgam-list-overlay {
  background: linear-gradient(360deg, rgba(18,20,20,0.8) 20%, rgba(255,255,255,0.4) 60%, rgba(18,20,20,0.8) 100%);
  padding-top: 74px;
  padding-bottom: 74px;
}

.allgam-list-title {
  color: #fff;
  font-size: 43px;
  font-weight:  400;
  margin-bottom: 44px;
}

.agl-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
  justify-content: center;
}

.agl-list-rowwrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 27px;
}


.agl-card {
  width: 32%;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.2);
	transition: all .2s ease;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.agl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px 0 rgba(0,0,0,.3), 0 0 1px 0 rgba(0,0,0,.25);
}

.agl-card:hover .agl-card-content {
  box-shadow: inset 0 3px 0 0 #5B69E7;
  border-color: #5B69E7;
}

.agl-card:hover .agl-card-img .overlay {
  background-color: rgba(25,29,38,.85);
  transition: opacity .2s ease;
  opacity: 1;
}

.agl-card-img {
  position: relative;
  height: 345px;
  width: 100%;
  background-color: #fff;
  transition: opacity .2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.agl-card-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.agl-card-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: #fff; 
}

.agl-card-img .overlay .overlay-content a {
  font-size:  18px;
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.4);
  line-height: 40px;
  border-radius:  20px;
  cursor: pointer;
  text-decoration: none;
}

.agl-card-img .overlay .overlay-content a:hover {
  background: #5B69E7;
  border-color: #5B69E7;
}

.agl-card-content {
  width: 100%;
  min-height: 104px;
  background-color: #fff;
  border-top: 1px solid #E9E9EB;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding:  13px 23px;
  transition: all .2s ease;
}

.agl-card-content a {
  text-decoration: none;
  color: #202927;
}

.agl-card-content h2, a h2 {
  font-size: 15px;
  font-weight: 500;
}

.agl-card-content p, a p {
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, .8);
}

.playnow-page-bg {
  background: rgba(255,255,255,0.5);
}

.playnow-page {
  padding-top:  44px;
  padding-bottom:  44px;
  display: flex;
  flex-direction: column-reverse;
  gap:  44px;
}

.playnow-block {
  display: flex;
  flex-direction: column;
  gap: 27px;
  justify-content: center;
}

.playnow-game {
  width: 80%;
  padding: 0 15px 15px;
  background:  #8b5e83;
  border-radius: 8px;
  overflow: hidden;
}

.playnow-game h3 {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  padding: 13px;
  background: #fff;
  width: fit-content;
  margin: auto;
  margin-bottom: 44px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px 5px #ab5cdf;
}

.top-players-block {
  width: 18%;
  padding: 13px;
}

.tp-titasdle, .sg-title {
  font-size: 18px;
  font-weight:  400;
  margin-bottom: 20px;
}

.tp-list, .sg-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.tp-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius:  50%;
  box-shadow: 0 0 10px 5px #ab5cdf;
}

.tp-item p {
  font-size:  15px;
  font-weight: 400;
  margin: 0;
}

.playnow-contentblock {
  display: flex;
  flex-direction: row;
  gap: 27px;
  align-items: center;
  justify-content: center;
}

.playnow-gaminfo {
  width: 80%;
}

.png-img {
  float: right;
  margin: 25px;
  width: 40%;
  object-fit: contain;
}

.png-title {
  font-size: 26px;
  font-size: 400;
  margin-bottom: 27px;
  text-align: center;
}

.png-txt {
  font-size: 15px;
}

.similargam-block {
  width: 19%;
  padding: 13px;
  background: #8b5e83;
  border-radius: 8px;
}

.sg-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.sg-item:hover {
  box-shadow: 0 0 10px 5px #ab5cdf;
}

.sg-item img {
  width: 100%;
  object-fit: contain;
}

.sg-item-title {
  padding: 13px;
  background-color: #fff;
}

.sg-item-title h5 {
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.sg-title {
  color: #fff;
}

.get-in-tought-page {
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: row;
  gap: 27px;
}

.gtp-staticblock, .gtp-randblock {
  width: 48%;
}

.gtp-staticblock {
  padding: 20px;
  display: flex;
  flex-direction:  column-reverse;
  gap: 27px;
}

.gtp-formbody {
  padding:  15px;
  border-radius: 8px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin: 7px;
  gap: 7px;
}

.gtp-form-input {
  margin: auto;
  width: 80%;
  outline: none;
  border: 1px solid #264143;
  box-shadow: 3px 4px 0px 1px #8b5e83;
  padding: 7px 5px;
  border-radius: 5px;
  font-size: 15px;
}

.gtp-btn button {
  padding: 7px;
  margin: 15px auto 0;
  font-size: 15px;
  background: rgba(131,58,180,0.6055672268907564);
  border-radius: 8px;
  font-weight:  400;
  box-shadow: 2px 2px 0px 0px #8b5e83;
}

.gtp-form-input:focus {
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px #5B69E7;
}

.gtp-faq-title {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 44px;
}

.gtp-cont-title {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 44px;
}

.accordion-item {
  margin-bottom: 23px;
  border: 0;
  border-radius: 10px !important;
  box-shadow: 0 0 10px 5px #ab5cdf;
  background: rgba(255,255,255,0.5); color: #222;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #180707;
}

.accordion-button {
  color: #fff !important;
  font-size: 18px;
  padding: 20px 60px 20px 27px;
  background: #5B69E7;
  border-radius: 10px !important;
}

.gtp-cont-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gtp-cont-item {
  flex: 1;
  padding: 7px;
  background:  rgba(0,0,0,0.5);
  border-radius: 8px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.gtp-cont-item i {
  font-size:  25px;
  color: #fff;
}

.gtp-cont-item p {
  word-break: break-word;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.gtp-cont-item a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

.gtp-cont-item a:hover {
  color: #fff;
  text-decoration: underline;
}























