/*

TemplateMo 589 lugx gaming

https://templatemo.com/tm-589-lugx-gaming

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */


/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  overflow-x: hidden; /* Menghindari scroll horizontal */
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 12px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  max-width: 100%; /* Gambar tidak akan lebih lebar dari container */
  height: auto; /* Mempertahankan rasio aspek */
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #86469C;
  color: #fff;
}

::-moz-selection {
  background: #86469C;
  color: #fff;
}

.section {
  margin-top: 40px;
}

/* Container Styles */
.container {
  max-width: 1140px; /* Lebar maksimum untuk layar besar */
  width: 100%; /* Mengatur lebar penuh */
  padding: 0 15px; /* Padding horizontal untuk layar besar */
  margin: 0 auto; /* Mencenternya container */
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .container {
      padding: 0 20px; /* Menyesuaikan padding untuk perangkat menengah */
  }
}

@media (max-width: 992px) {
  .container {
      padding: 0 20px; /* Menyesuaikan padding untuk perangkat kecil */
  }
}

@media (max-width: 768px) {
  .container {
      padding: 0 20px; /* Mengurangi padding lebih lanjut untuk perangkat kecil */
  }
}

@media (max-width: 576px) {
  .container {
      padding: 0 20px; /* Mengatur padding kiri dan kanan untuk mobile */
      margin: 0 auto; /* Pastikan margin tetap auto untuk memusatkan konten */
  }
}


/* Additional Responsive Design */
@media (max-width: 576px) {
    body {
        padding: 0; /* Reset padding body untuk mobile */
    }
}


/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #86469C;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #86469C;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #86469C !important;
  background: linear-gradient(-145deg, rgba(134, 70, 156, 1) 0%, rgba(251,154,209,1) 100%) !important;
  border-radius: 0px 0px 25px 25px;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.90)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.background-header .logo img {
  max-width: 110px;
}

.header-area {
  position: absolute;
  background-color: transparent;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.background-header .main-nav .logo{
  margin-top: 25px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-top: 10px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

/* .header-area .main-nav .nav li:last-child {
  padding-right: 0px;
} */

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

/* .header-area .main-nav .nav li:last-child a {
  background-color: #DB8ADE;
  text-transform: uppercase;
  font-weight: 500;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #DB8ADE;
} */

.header-area .main-nav .nav li:hover a {
  background-color: rgba(255, 255, 255, 0.10);
}

.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
}

.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  /* .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  } */
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #DB8ADE!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  /* .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  } */
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner-bg.png);
  border-radius: 0px 0px 150px 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 225px 0px;
}

.main-banner .caption h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  font-size: 48px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.main-banner .caption h2:after {
  position: absolute;
  background-image: url(../images/caption-dec.png);
  width: 202px;
  height: 12px;
  content: '';
  left: 125px;
  bottom: 0;
}

.main-banner .caption p {
  color: #fff;
  margin-bottom: 70px;
}

.main-banner .caption form {
  position: relative;
  max-width: 450px;
}

.main-banner .caption form input {
  max-width: 450px;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  color: #7a7a7a;
}

.main-banner .caption form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #DB8ADE;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.main-banner .caption form button:hover {
  background-color: #86469C;
}

.main-banner .right-image {
  position: relative;
}

.main-banner .right-image img {
  border-radius: 25px;
}

.main-banner .right-image span.price {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 25px;
  background-color: #86469C;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 4px 15px;
}

.main-banner .right-image span.offer {
  position: absolute;
  left: -25px;
  bottom: -25px;
  border-radius: 50%;
  background-color: #DB8ADE;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}



/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.features {
  margin-top: -80px;
}

.features .item {
  padding: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
}

.features .item h4 {
  font-size: 17px;
  margin-top: 25px;
  text-transform: uppercase;
}

.features .item .image {
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  background-color: #86469C;
  border-radius: 50%;
  transition: all .3s;
}

.features .item:hover .image {
  background-color: #DB8ADE;
}



/* 
---------------------------------------------
Trending Style
--------------------------------------------- 
*/

.trending .main-button {
  margin-top: 32px;
  text-align: right;
}

.trending .item  {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px;
}

.trending .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.trending .item span.price em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.trending .item span.price {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #86469C;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.trending .item .down-content {
  padding: 25px;
}

.trending .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.trending .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.trending .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #DB8ADE;
  color: #fff;
  border-radius: 50%;
  right: 25px;
  bottom: 25px;
  transition: all .3s;
}

.trending .item:hover .down-content h4 {
  color: #86469C;
}

.trending .item:hover .down-content a {
  background-color: #86469C;
}


/* 
---------------------------------------------
Most Played Style
--------------------------------------------- 
*/

.most-played {
  background-color: #f7f7f7;
  padding: 100px 0px;
  border-radius: 150px;
}

.most-played .main-button {
  margin-top: 32px;
  text-align: right;
}

.most-played .item  {
  background-color: #fff;
  position: relative;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.most-played .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.most-played .item .down-content {
  padding: 20px 15px 40px 15px;
}

.most-played .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.most-played .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.most-played .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  background-color: #DB8ADE;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  transition: all .3s;
}

.most-played .item:hover .down-content h4 {
  color: #86469C;
}

.most-played .item:hover .down-content a {
  background-color: #86469C;
}


/* 
---------------------------------------------
Categories Style
--------------------------------------------- 
*/

.categories .main-button {
  margin-top: 30px;
}

.categories .item  {
  background-color: #86469C;
  position: relative;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.categories .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.categories .item h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 22px;
  margin-bottom: 0px;
}

/* 
---------------------------------------------
CTA Style
--------------------------------------------- 
*/

.cta {
  position: relative;
}

.cta::after {
  background-image: url(../images/cta-bg.jpg);
  max-width: 550px;
  max-height: 510px;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border-radius: 25px;
  left: 50%;
  transform: translateX(-275px);
  top: 0;
  z-index: -1;
}

.cta .shop {
  margin-top: 80px;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 80px;
}

.cta .shop .section-heading {
  margin-right: 30px;
  margin-bottom: 50px;
}

.cta .shop p {
  font-weight: 600;
  font-size: 16px;
}

.cta .shop .main-button {
  margin-top: 50px;
}

.cta .subscribe {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 80px 60px;
}

.cta .subscribe .section-heading {
  margin-bottom: 50px;
}

.cta .subscribe form {
  position: relative;
  max-width: 100%;
}

.cta .subscribe form input {
  max-width: 100%;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  color: #7a7a7a;
}

.cta .subscribe form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #DB8ADE;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.cta .subscribe form button:hover {
  background-color: #86469C;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  margin-top: 150px;
  background-color: #86469C;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/footer-bg.png);
  min-height: 150px;
  border-radius: 100px 100px 0px 0px;
}

footer p {
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.png);
  border-radius: 0px 0px 150px 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 100px 0px;
  text-align: center;
}

.page-heading span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.page-heading span a {
  color: #fff;
}

.page-heading h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}


/* 
---------------------------------------------
Shop Page Style
--------------------------------------------- 
*/

.trending ul.trending-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.trending ul.trending-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.trending ul.trending-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1e1e1e;
  background-color: #eee;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all .3s;
}

.trending ul.trending-filter li a.is_active {
  background-color: #DB8ADE;
  color: #fff;
}

.trending ul.trending-filter li a.is_active:hover {
  color: #fff;
}

.trending ul.trending-filter li a:hover {
  color: #DB8ADE;
}

.trending-box .item  {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px;
}

.trending-box .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.trending-box .item span.price em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.trending-box .item span.price {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #86469C;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.trending-box .item .down-content {
  padding: 25px;
}

.trending-box .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.trending-box .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.trending-box .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #DB8ADE;
  color: #fff;
  border-radius: 50%;
  right: 25px;
  bottom: 25px;
  transition: all .3s;
}

.trending-box .item:hover .down-content h4 {
  color: #86469C;
}

.trending-box .item:hover .down-content a {
  background-color: #86469C;
}

.trending ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.trending ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.trending ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eee;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.trending ul.pagination li a:hover,
.trending ul.pagination li a.is_active {
  background-color: #86469C;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-product .sep {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 80px 0px;
}

.single-product .left-image {
  margin-right: 80px;
}

.single-product .left-image img {
  border-radius: 25px;
}

.single-product h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.single-product span.price {
  font-size: 27px;
  font-weight: 700;
  color: #86469C;
}

.single-product span.price em {
  font-style: normal;
  color: #c8c8c8;
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 5px;
}

.single-product p {
  margin-top: 50px;
  margin-bottom: 60px;
}

.single-product form input {
  width: 80px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.single-product form {
  display: inline;
}

.single-product form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #DB8ADE;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.single-product form button i {
  margin-right: 5px;
}

.single-product form button:hover {
  background-color: #86469C;
}

.single-product ul {
  margin-top: 60px;
}

.single-product ul li {
  display: block;
  margin: 20px 0px;
  font-size: 14px;
  color: #86469C;
}

.single-product ul li:last-child {
  margin-bottom: 0px;
}

.single-product ul li span {
  width: 120px;
  display: inline-block;
  color: #aaa;
}

.tabs-content {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 40px;
  transition: all 0.3s;
}

.tabs-content .nav-link {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 0px;
}

.tabs-content ul.nav-tabs {
  border-bottom: none;
}

.tabs-content ul.nav-tabs li {
  border-right: 1px solid #d7d7d7;
  margin-right: 10px;
  padding-right: 10px;
}

.tabs-content ul.nav-tabs li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.tabs-content .nav-tabs .nav-link.active {
  color: #86469C;
}

.tabs-content .tab-content {
  margin-top: 30px;
}

.related-games .main-button {
  text-align: right;
  margin-top: 32px;
}


/* 
---------------------------------------------
Contact PAge Style
--------------------------------------------- 
*/

.contact-page .left-text {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 60px;
}

.contact-page .left-text .section-heading {
  margin-bottom: 50px;
}

.contact-page .left-text p {
  margin-bottom: 50px;
}

.contact-page .left-text ul li {
  display: block;
  font-size: 16px;
  color: #aaaaaa;
  font-size: 300;
  margin-bottom: 30px;
}

.contact-page .left-text ul li:last-child {
  margin-bottom: 0px;
}

.contact-page .left-text ul li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.contact-page .right-content {
  margin-left: 50px;
}

.contact-page .right-content #map {
  margin-bottom: 60px;
}

.contact-page .right-content form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.contact-page .right-content form textarea {
  width: 100%;
  height: 130px;
  border-radius: 25px;
  padding: 20px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.contact-page .right-content form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #DB8ADE;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.contact-page .right-content form button:hover {
  background-color: #86469C;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area {
    top: 0;
  }
  .main-banner .right-image span.offer {
    left: 20px;
    bottom: 20px;
  }
  .cta .subscribe form button {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .logo img {
    max-width: 110px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav ul.nav {
    margin-top: 0px;
  }
  .background-header .main-nav ul.nav {
    margin-top: 20px;
  }
  .main-banner .caption {
    margin-bottom: 45px;
    text-align: center;
  }
  .main-banner .caption form,
  .main-banner .caption form input {
    max-width: 100%;
  }
  .features .item {
    margin-bottom: 30px;
  }
  .trending .main-button,
  .cta::after,
  .most-played .main-button,
  .related-games .main-button {
    display: none;
  }
  .most-played .section-heading {
    text-align: center;
  }
  .cta .shop {
    padding: 30px;
    margin-bottom: 30px;
  }
  .cta .subscribe {
    padding: 30px;
  }
  .cta .shop .section-heading {
    margin-right: 0px;
  }
  .trending ul.trending-filter li a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .trending ul.trending-filter li {
    margin: 5px 2px;
  }
  .single-product .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .portofolio-details .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .tabs-content .nav-link {
    font-size: 16px;
  }
  .tabs-content ul.nav-tabs li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .page-heading {
    padding: 140px 0px 100px 0px;
  }
  .contact-page .right-content {
    margin-left: 0px;
    margin-top: 45px;
  }
}

@media (max-width: 1200px) {
  
}

/* 
---------------------------------------------
Portofolio Details Page Style
--------------------------------------------- 
*/


section.contact-us .section-heading {
  position: relative;
  z-index: 2;
  /* padding-top: 20px; */
  margin-top: 0px;
  text-align: left;
  margin-bottom: 20px;
}

section.contact-us .section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

section.contact-us .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

section.contact-us .section-heading h4 em {
  font-style: normal;
  color: #86469C;
}


.portofolio-details .sep {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 80px 0px;
}

.portofolio-details .left-image {
  margin-right: 80px;
}

.portofolio-details .left-image img {
  border-radius: 25px;
}

.portofolio-details h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.portofolio-details span.price {
  font-size: 27px;
  font-weight: 700;
  color: #86469C;
}

.portofolio-details span.price em {
  font-style: normal;
  color: #c8c8c8;
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 5px;
}

.portofolio-details p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.portofolio-details form input {
  width: 80px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.portofolio-details form {
  display: inline;
}

.portofolio-details form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #DB8ADE;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.portofolio-details form button i {
  margin-right: 5px;
}

.portofolio-details form button:hover {
  background-color: #86469C;
}

.portofolio-details ul {
  margin-top: 60px;
}

.portofolio-details ul li {
  display: block;
  margin: 20px 0px;
  font-size: 14px;
  color: #86469C;
}

.portofolio-details ul li:last-child {
  margin-bottom: 0px;
}

.portofolio-details ul li span {
  width: 120px;
  display: inline-block;
  color: #aaa;
}

.portofolio-details h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

.portofolio-details h4 em {
  font-style: normal;
  color: #86469C;
}

.portofolio-details h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

/* Table Style */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan */
  border-radius: 10px; /* Menambahkan border-radius pada tabel */
  overflow: hidden; /* Agar border-radius juga berlaku pada isi tabel */
}

.custom-table tbody tr {
  background-color: #fff; /* Semua baris putih */
  border-bottom: 1px solid #ccc; /* Garis pemisah antar baris */
}

.custom-table tbody td {
  padding: 15px;
  font-size: 12px;
  color: #4a4a4a; /* Warna teks abu-abu */
  text-align: left;
}

.custom-table tbody td:first-child {
  font-weight: 600;
}

.custom-table tbody tr:last-child {
  border-bottom: none; /* Menghapus garis di bawah baris terakhir */
}



/* Additional styles for project summary */
.project-summary {
  margin-top: 40px;
}

.project-summary-table {
  /* Additional styles for the project summary table can be added here if needed */
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .portofolio-details .left-image {
    margin-right: 40px; /* Reduce margin on medium devices */
    margin-bottom: 40px;
  }

  .portofolio-details h4 {
    font-size: 24px; /* Smaller font size for headings */
  }

  .portofolio-details span.price {
    font-size: 24px; /* Smaller font size for price */
  }

  .portofolio-details form input {
    width: 60px; /* Smaller input width */
  }

  .portofolio-details form button {
    font-size: 14px; /* Smaller font size for button */
    padding: 0 20px; /* Smaller padding for button */
  }
}

@media (max-width: 768px) {
  .portofolio-details {
    text-align: center; /* Center text on smaller screens */
  }

  .portofolio-details .left-image {
    margin: 0 auto 20px; /* Center image with margin */
   
  }

  .portofolio-details .left-image img {
    width: 100%; /* Full width on mobile */
    height: auto; /* Maintain aspect ratio */

  }

  .portofolio-details form {
    display: block; /* Stack form elements vertically */
    margin: 0 auto; /* Center form */
  }

  .portofolio-details form input {
    width: 100%; /* Full width for input */
    margin: 0 0 10px; /* Margin below input */
  }

  .portofolio-details form button {
    width: 100%; /* Full width for button */
    margin: 0; /* Remove margin */
  }

  .portofolio-details ul li {
    font-size: 12px; /* Smaller font size for list items */
  }
}

@media (max-width: 480px) {
  .portofolio-details h4 {
    font-size: 25px; /* Further reduce heading size */
  }

  .portofolio-details span.price {
    font-size: 20px; /* Further reduce price size */
  }

  .portofolio-details h6 {
    font-size: 14px; /* Smaller font size for h6 */
  }
}

/* 
---------------------------------------------
Project Description Style
--------------------------------------------- 
*/

.project-description .container {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.project-description .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

.project-description .left-info p {
  margin-bottom: 10px;
  text-align: justify;
}


.project-description .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}

.project-description .section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

.project-description .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.project-description .section-heading h4 em {
  font-style: normal;
  color: #86469C;
}

.project-description #video {
  margin-left: -70px;
}

.project-description #video .thumb {
  position: relative;
}

.project-description #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

.project-description #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(251, 154, 209, 1) 100%);
}

.project-description #video img {
  border-radius: 20px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .project-description .container {
    padding: 0 10px; /* Reduce padding */
  }

  .project-description .left-info {
    padding: 30px; /* Reduce padding for smaller screens */
  }

  .project-description #video {
    margin-left: -50px; /* Adjust margin for video */
  }
}

@media (max-width: 992px) {
  .project-description .left-info {
    margin-top: 20px; /* Reduce margin on top for smaller screens */
  }

  .project-description #video {
    margin-left: -30px; /* Further adjust margin */
  }

  .project-description .section-heading h4 {
    font-size: 25px; /* Smaller font size for headings */
  }

  .project-description .section-heading h6 {
    font-size: 14px; /* Smaller font size for subheadings */
  }
}

@media (max-width: 768px) {
  .project-description .left-info {
    padding: 20px; /* Further reduce padding */
    margin: 0; /* Remove margin */
  }

  .project-description #video {
    margin-left: 0; /* Center video */
  }

  .project-description #video img {
    width: 100%; /* Make video image responsive */
    border-radius: 10px; /* Adjust border radius */
  }

  .project-description .section-heading h4 {
    font-size: 18px; /* Further reduce font size */
  }

  .project-description .section-heading h6 {
    font-size: 10px; /* Further reduce font size */
  }
}

@media (max-width: 576px) {
  .project-description .section-heading h4 {
    font-size: 25px; /* Smaller font size for mobile */
  }

  .project-description .section-heading h6 {
    font-size: 14px; /* Smaller font size for mobile */
  }
  .project-description .left-info {
    padding: 15px; /* Minimal padding for mobile */
  }

  .project-description .section-heading {
    margin-bottom: 60px; /* Reduce margin */
    margin-top: 20px;
  }
}

/* 
---------------------------------------------
Problem & Goals Style
--------------------------------------------- 
*/
.img-fluid{
  margin-bottom: 60px;
}
.problem-goals .container {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.problem-goals .last-info {
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

.problem-goals .last-info p {
  margin-bottom: 20px;
  text-align: justify;
}

.problem-goals .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.problem-goals .section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

.problem-goals .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.problem-goals .section-heading h4 em {
  font-style: normal;
  color: #86469C;
}

@media (max-width: 992px) {
  .problem-goals .last-info {
    padding: 25px; /* Further reduce padding */
  }

  .problem-goals .section-heading h4 {
    font-size: 28px; /* Ukuran lebih besar dari 24px */
  }

  .problem-goals .section-heading h6 {
    font-size: 16px; /* Ukuran lebih besar dari 14px */
  }
}

@media (max-width: 768px) {
  .problem-goals .last-info {
    padding: 20px; /* Further reduce padding */
    margin-top: 10px; /* Adjust margin for smaller screens */
  }

  .problem-goals .section-heading h4 {
    font-size: 24px; /* Ukuran lebih besar dari 20px */
  }

  .problem-goals .section-heading h6 {
    font-size: 14px; /* Ukuran lebih besar dari 12px */
  }
}

@media (max-width: 576px) {
  .problem-goals .last-info {
    padding: 15px; /* Minimal padding for mobile */
  }

  .problem-goals .section-heading h4 {
    font-size: 25px; /* Ukuran lebih besar dari 16px */
  }

  .problem-goals .section-heading h6 {
    font-size: 14px; /* Ukuran lebih besar dari 12px */
  }

  .problem-goals .section-heading {
    margin-bottom: 80px; /* Reduce margin */
  }
}

/* 
---------------------------------------------
Tabs Style QCDSMPE
--------------------------------------------- 
*/

/* Center the nav-wrapper */
.nav-wrapper {
  display: flex;
  justify-content: center; /* Center the tabs */
  flex-wrap: wrap; /* Allow items to wrap */
}

.tabs-content {
  background-color: #ffffff;
  border-radius: 25px;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}

.tabs-content .nav-link {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 10px 0; /* Padding atas dan bawah */
  display: flex; /* Gunakan flex untuk memusatkan teks */
  align-items: center; /* Pusatkan secara vertikal */
  justify-content: center; /* Pusatkan secara horizontal */
  height: 100%; /* Pastikan tinggi penuh */
}

.tabs-content ul.nav-tabs {
  border-bottom: none;
  display: flex; /* Pastikan item dalam satu baris */
  justify-content: center; /* Pusatkan item */
  padding: 0; /* Hapus padding default */
}

.tabs-content ul.nav-tabs li {
  position: relative; /* Posisi relatif untuk child absolute */
  flex: 1; /* Buat setiap tab mengambil ruang yang sama */
  text-align: center; /* Pusatkan teks di dalam li */
}

.tabs-content ul.nav-tabs li:not(:last-child) {
  border-right: 1px solid #d7d7d7; /* Garis pemisah untuk semua kecuali yang terakhir */
}

.tabs-content .nav-tabs .nav-link.active {
  color: #86469C;
}

.tabs-content .tab-content {
  margin-top: 30px;
}

.related-games .main-button {
  text-align: right;
  margin-top: 32px;
}

.tabs-content .tab-content p {
  text-align: justify; /* Justifikasi teks di dalam paragraf */
  margin-bottom: 1em; /* Spasi antara paragraf */
}

/* Responsive adjustments for mobile */
@media (max-width: 576px) {
  .tabs-content ul.nav-tabs {
    justify-content: space-around; /* Sebar tab secara merata */
    flex-wrap: nowrap; /* Cegah wrapping */
    width: 100%; /* Pastikan tab mengambil lebar penuh */
  }

  .tabs-content ul.nav-tabs li {
    flex: 1; /* Buat setiap tab mengambil ruang yang sama */
  }

  .tabs-content .nav-link {
    font-size: 15px; /* Ukuran font untuk mobile */
    padding: 10px 0; /* Padding vertikal untuk penyesuaian */
  }
}



/* 
---------------------------------------------
Key Features
--------------------------------------------- 
*/
.key-features .section-heading {
  position: relative;
  z-index: 2;
  /* padding-top: 20px; */
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.key-features .section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

.key-features .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.key-features .section-heading h4 em {
  font-style: normal;
  color: #86469C;
}



/* 
---------------------------------------------
Dev Process Section
--------------------------------------------- 
*/
/* Dev Process Section Styles */

.dev-process .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.dev-process .section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

.dev-process .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.dev-process .section-heading h4 em {
  font-style: normal;
  color: #86469C;
}

/* White Table Styles */

.white-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: white; /* White background for the entire table */
}

.white-table tbody tr {
  border-bottom: 1px solid #ddd; /* Light horizontal line between rows */
}

.white-table tbody td {
  padding: 15px;
  font-size: 12px;
  color: #4a4a4a; /* Dark text color for better readability */
}

.white-table tbody td:first-child {
  font-weight: 600;
}

/* Styles for the Link column buttons */
.white-table tbody td a {
  display: inline-block;
  padding: 10px 40px; /* Increase padding to make the button longer */
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(251, 154, 209, 1) 100%);
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  transition: background 0.3s ease;
  text-decoration: none;
  width: 210px;
}

.white-table tbody td a:hover {
  background: #86469C;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .white-table {
    display: block; /* Makes the table a block */
    width: 100%; /* Full width */
  }

  .white-table tbody tr {
    display: block; /* Each row becomes a block */
    margin-bottom: 15px; /* Space between rows */
    border: 1px solid #ccc; /* Border around each row */
    border-radius: 5px; /* Rounded corners */
    padding: 10px; /* Padding for each row */
  }

  .white-table tbody td {
    display: block; /* Make each cell a block */
    text-align: left; /* Align text to the left */
    padding: 10px; /* Padding for each cell */
    font-size: 12px; /* Smaller font size for mobile */
  }

  .white-table tbody td:last-child {
    text-align: center; /* Center text for the Link column in body */
  }
}



/* 
---------------------------------------------
Result Section
--------------------------------------------- 
*/

.result .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.result .section-heading h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  margin-top: 30px;
}

.result .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.result .section-heading h4 em {
  font-style: normal;
  color: #86469C;
}


/* Result Section Styles */

.result .description {
  margin: 20px 0; /* Margin above and below the description */
  text-align: center; /* Center the description text */
  font-size: 16px; /* Font size for description */
  color: #333; /* Color for the description text */
}

.result .gallery {
  margin-top: 30px; /* Space above the gallery */
}

.result .gallery .row {
  display: flex; /* Use flexbox for the gallery layout */
  justify-content: center; /* Center the images */
  margin-bottom: 15px; /* Space between rows */
}

.result .gallery .col-3 {
  flex: 1; /* Equal width for each column */
  max-width: 25%; /* Limit to 4 images per row */
  padding: 5px; /* Padding around images */
}

.result .gallery-image {
  width: 100%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 5px; /* Optional: Rounded corners for images */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Add shadow */
}

/* Responsive styles for the gallery */
@media (max-width: 768px) {
  .result .gallery .col-3 {
    max-width: 100%; /* Stack images on smaller screens */
    flex: 0 0 100%; /* Make columns take full width */
  }
}

/* Modal Styles */
.modal-result {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Prevent scroll */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  display: flex; /* Use flexbox to center content */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}

.modal-result .modal-content {
  display: flex; /* Use flexbox for centering */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  width: 90%; /* Use percentage for responsiveness */
  max-width: 500px; /* Maximum width of the modal */
  max-height: 80%; /* Maximum height of the modal */
  object-fit: contain; /* Adjust image to fit in the box without cropping */
  border-radius: 5px; /* Optional: Rounded corners */
  margin: 0 auto; /* Center the modal horizontally */
}

/* Button Styles */
.modal-result .prev, .modal-result .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  border: none;
  color: black; /* Text color */
  font-size: 24px; /* Font size */
  cursor: pointer; /* Pointer cursor */
  padding: 10px; /* Padding around the button */
  border-radius: 5px; /* Rounded corners for buttons */
  z-index: 1001; /* Ensure buttons are above the modal content */
}

.modal-result .prev {
  left: 20px; /* Position left */
}

.modal-result .next {
  right: 20px; /* Position right */
}

.modal-result .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer; /* Pointer cursor on hover */
}

/* Centering Image in Modal */
.modal-result .modal-content {
  display: flex; /* Use flexbox for centering */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  margin: 0 auto; /* Center modal content */
}

/* Adjust image styling */
.modal-result img {
  width: 100%; /* Full width of the modal content */
  height: auto; /* Maintain aspect ratio */
  max-height: 80%; /* Limit max height of the image */
}

/* Hover effect on gallery images */
.gallery-image:hover {
  transform: scale(1.05); /* Slightly enlarge image on hover */
  transition: transform 0.3s ease; /* Smooth transition */
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .modal-result .modal-content {
    width: 90%; /* 90% width on smaller screens */
    height: auto; /* Allow height to adjust based on content */
    margin-left: 45px;
    padding: 0 20px; /* Optional: Add padding to the sides for better appearance */
  }
}

.load-more {
  display: block; /* Center the button */
  margin: 20px auto; /* Add margin for spacing */
  padding: 10px 20px; /* Add padding for better touch area */
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(251, 154, 209, 1) 100%);
  color: white; /* Button text color */
  border: none; /* No border */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor */
  font-size: 16px; /* Font size */
}

.load-more:hover {
  background-color: #76389b; /* Darker shade on hover */
}


