.game-section img {

  max-width: 100%;

  border: 0px;

}



.game-section h2 {

  margin-bottom: 48px;

  padding-bottom: 16px;

  font-size: 20px;

  line-height: 28px;

  font-weight: 700;

  position: relative;

  text-transform: capitalize;

}

.game-section h3 {

  margin: 0 0 10px;

  font-size: 26px;

  line-height: 36px;

  color: #fff;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.game-section button {

  outline: none !important;

}

.tp-choose-area{
  overflow: hidden;
}



/* -------- title style ------- */

.game-section .line-title {

  position: relative;

  width: 400px;

}

.game-section .line-title::before,

.game-section .line-title::after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  height: 4px;

  border-radius: 2px;

}

.game-section .line-title::before {

  width: 100%;

  background: #f2f2f2;

}

.game-section .line-title::after {

  width: 32px;

  background: #e73700;

}



/******* Middle section CSS Start ******/

/* -------- Landing page ------- */

.game-section {

  padding-top: 70px;

  position: relative;

  overflow: hidden;

}

.game-section .owl-stage {

  margin: 15px 0;

  display: flex;

  display: -webkit-flex;

}

.game-section .item {

  margin: 0 15px 60px;

  width: 320px;

  height: 400px;

  display: flex;

  display: -webkit-flex;

  align-items: flex-end;

  -webkit-align-items: flex-end;

  background: #343434 no-repeat center center / cover;

  border-radius: 16px;

  overflow: hidden;

  position: relative;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  cursor: pointer;

}

.game-section .item.active {

  width: 500px;

  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);

  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);

}

.game-section .item:after {

  content: "";

  display: block;

  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));

}

.game-section .item-desc {

  padding: 0 24px 12px;

  color: #fff;

  position: relative;

  z-index: 1;

  overflow: hidden;

  transform: translateY(calc(100% - 90px));

  -webkit-transform: translateY(calc(100% - 90px));

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

}

.game-section .item.active .item-desc {

  transform: none;

  -webkit-transform: none;

}

.game-section .item-desc p {

  opacity: 0;

  -webkit-transform: translateY(32px);

  transform: translateY(32px);

  transition: all 0.4s ease-in-out 0.2s;

  -webkit-transition: all 0.4s ease-in-out 0.2s;

  color: #fff;

  margin-bottom: 0;

}

.game-section .item.active .item-desc p {

  opacity: 1;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}

.game-section .owl-theme.custom-carousel .owl-dots {

  margin-top: -20px;

  position: relative;

  z-index: 5;

  text-align: center;

}



.game-section .owl-theme .owl-dots .owl-dot.active span,

.game-section .owl-theme .owl-dots .owl-dot:hover span {

  background: #869791;

}



.owl-theme .owl-dots .owl-dot span {

  width: 10px;

  height: 10px;

  margin: 5px 7px;

  background: #d6d6d6;

  display: block;

  -webkit-backface-visibility: visible;

  transition: opacity 200ms ease;

  border-radius: 30px;

}



.game-section .owl-nav {

  display: flex;

  align-items: center;

  gap: 10px;

  position: absolute;

  top: -93px;

  right: 15px;

}



.game-section .owl-nav button {

  width: 30px;

  width: 30px;

  background-color: #000 !important;

  color: #fff;

  border-radius: 5px;

  transition: 0.5s;

  display: flex;

  align-items: center;

  justify-content: center;

}



.game-section .owl-nav button:hover {

  background-color: orange !important;

}



.game-section .owl-nav button span {

  color: #fff;

  font-size: 20px;

}

.tp-service-thmub-box{
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
}

.tp-service-thmub-box img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.tp-service-title{
  max-width: 240px;
  margin: 0 auto 20px;
}

.tp-service-title a{
  font-size: 20px;
}

.tp-service-item{
  margin-bottom: 25px;
}

.refer-wrapper{
  padding: 70px 0 160px;
}

.refer-img{
  width: 100%;
  height: 450px;
}

.refer-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.refer-wrapper h2{
  font-weight: 700;
  margin-bottom: 20px;
}

.refered-content{
  padding-left: 30px;
}

.refered-content h4{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.refered-content ul{
  padding-left: 0;
  margin-bottom: 0;
}

.refered-content ul li{
  list-style: none;
  list-style-position: inside;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.refered-content ul li i{
  margin-right: 10px;
  color: var(--tp-theme-1);
}

.refered-content ul li p{
  font-size: 16px;
  margin-bottom: 0;
  color: #262262;
  font-weight: 700;
}


@media only screen and (max-width:767px){
  .refer-img{
    height: 350px;
  }

  .refer-wrapper h2{
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {

  .game-section {

    padding: 25px 15px;

  }

  .refer-img{
    height: 250px;
  }

  .refered-content{
    padding-left: 0;
  }

  .refer-wrapper {
    padding: 50px 0 50px;
}

}

