@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

body{
    
    direction: ltr;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

.section-privas{
  padding: 81px 0px; background: #00000006;
}
.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: #9f5f80;
}

.header-bar {
  padding-top:  9px;
  padding-bottom:  9px;
  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: 9px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

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

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

.hb-navbtn {
  display: none;
}

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

.hb-navigator-link {
  color: #fff !important;
  padding: 9px;
  font-size: 14px;
  font-weight: 500;
  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:#16213E;
    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%, #E07250 55%, #16213E 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: 131px;
  margin-bottom: 81px;
  width: 50%;
  display: flex;
  padding: 29px;
  border-radius: 12px;
  box-shadow: 0 0 10px 3px #ab5cdf;
  background: rgba(0,0,0,0.5); color: #fff;
}

.maingamhero-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
  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: 65px;
  padding-bottom: 44px;
  background-color: #9f5f80;

}

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

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

.agf-aboutblock {
  padding: 29px;
  border-radius: 12px;
  box-shadow: 0 0 10px 3px #ab5cdf;
  background: rgba(0,0,0,0.5); color: #fff;
}

.agf-form-block {
  padding: 13px;
  border-radius: 12px;
  box-shadow: 0 0 10px 3px #ab5cdf;
  background: rgba(0,0,0,0.5); color: #fff;
}

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

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

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

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

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

.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: 125px;
  height: 125px;
  object-fit: cover;
  border: 7px solid #fff;
  border-bottom: 29px solid #fff;
  border-radius: 3px;
}

.agf-gall-gallimg1 {
  width: 125px;
  height: 125px;
  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: 117px;
  height: 117px;
  transform: rotate(30deg);
  bottom: 5%;
  right: 10%;
}

.agf-form-title {
  font-size:  16px;
  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-formbox__group, .textarea-formbox__group {
  margin: auto;
  width: 80%;
  outline: none;
  border: 1px solid #264143;
  box-shadow: 3px 4px 0px 1px #E07250;
  padding: 9px 5px;
  border-radius: 5px;
  font-size: 12px;
}

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

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

.agf-btn {
  padding: 9px;
  margin: 15px auto 0;
  font-size: 14px;
  background: rgba(131,58,180,0.6055672268907564);
  border-radius: 12px;
  font-weight: 500;
  box-shadow: 3px 3px 0px 0px #E07250 ;
}

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

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

.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: 16px;
  object-fit: contain;
}

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

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

}

.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: 24px;
}

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

.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: 12px;
  display: flex;
  align-items: center;
  padding: 9px;
  background: rgba(255,255,255,0.9); color: #222;
}

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




.gamstep-bg {
  background: linear-gradient( 270deg, rgba(131,58,180,0.6055672268907564) 0%, #E07250 55%, #16213E 100%);
}

.gamstep-overlay {
  background-image: url(picgallery/background/opacity_bg-06885dcb1233d7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 44px;
  padding-bottom: 44px;
}

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

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

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

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

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

.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(0,0,0,0.5); color: #fff;
}

.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: 59px;
  height: 59px;
  object-fit: contain;
  display: flex;
  margin: 0 auto 23px;
}

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

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

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

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

.mainlist-gam-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  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: 12px;
  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: 15px;
  transition: all 0.3s ease;
}

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

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

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

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

.mlg-card-dev {
  padding: 9px;
  font-size: 15px;
  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: #9f5f80;
  font-weight: 800;
  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.3s;
  transition-delay: 0.3s;
}
.mainlist-gam-card:hover button,
.mainlist-gam-card.hover button {
  background-color: #117964;
}

.simplfooter-gam-bg {
  padding-top: 85px;
  padding-bottom: 29px;
  background-color: #9f5f80;
}

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

.simplfooter-gam-info {
  display: flex;
  flex-direction: row;
  gap: 22px;
  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: 46px;
  height: 46px;
  object-fit: contain;
}

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

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

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

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

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

.sfg-btn {
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
  background: rgba(131,58,180,0.6055672268907564);
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 3px 3px 0px 0px #E07250;
}

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

.sfg-games-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  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 3px #ab5cdf;
}

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

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

.dcd-block {
  width: 78%;
}

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

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

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

.who-we-page {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 44px;
  padding-right: 44px;
  background: #fff; color: #222;
  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: 500;
  margin-bottom: 29px;
}

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

.wwp-slider-item {
  padding: 24px;
  border-radius: 12px;
  margin: 13px;
  box-shadow: 0 0 10px 3px #ab5cdf;
  background: rgba(0,0,0,0.5); color: #fff;
}

.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(picgallery/background/bg-all-06885dcb123365.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: 65px;
  padding-bottom: 65px;
}

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

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

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


.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 .3s 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 #E07250;
  border-color: #E07250;
}

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

.agl-card-img {
  position: relative;
  height: 360px;
  width: 100%;
  background-color: #fff;
  transition: opacity .3s 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:  16px;
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.4);
  line-height: 40px;
  border-radius:  10px;
  cursor: pointer;
  text-decoration: none;
}

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

.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 .3s ease;
}

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

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

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

.playnow-page-bg {
  background: #ffffff;
}

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

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

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

.playnow-game h3 {
  font-size: 38px;
  font-weight: 500;
  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 3px #ab5cdf;
}

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

.tp-titasdle, .sg-title {
  font-size: 16px;
  font-weight:  500;
  margin-bottom: 24px;
}

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

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

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

.tp-item p {
  font-size:  14px;
  font-weight: 500;
  margin: 0;
}

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

.playnow-gaminfo {
  width: 80%;
}

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

.png-title {
  font-size: 25px;
  font-size: 500;
  margin-bottom: 29px;
  text-align: center;
}

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

.similargam-block {
  width: 19%;
  padding: 13px;
  background: #9f5f80;
  border-radius: 12px;
}

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

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

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

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

.sg-item-title h5 {
  font-size: 16px;
  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: 29px;
}

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

.gtp-staticblock {
  padding: 24px;
  display: flex;
  flex-direction:  column;
  gap: 29px;
}

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

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

.gtp-btn button {
  padding: 9px;
  margin: 15px auto 0;
  font-size: 14px;
  background: rgba(131,58,180,0.6055672268907564);
  border-radius: 12px;
  font-weight:  500;
  box-shadow: 3px 3px 0px 0px #9f5f80;
}

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

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

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

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

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

.accordion-button {
  color: #fff !important;
  font-size: 16px;
  padding: 24px 60px 24px 29px;
  background: #E07250;
  border-radius: 10px !important;
}

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

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

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

.gtp-cont-item p {
  word-break: break-word;
  font-size: 16px;
  font-weight: 500;
  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;
}























