body {
  margin: 0;
}
.contact-header {
  background-color: #7d141d;
  color: white;
  padding: 80px 20px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  text-align: center;
  margin-top: 112px;
}

.contact-header small {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.contact-header h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 576px) {
  .contact-header h2 {
    font-size: 28px;
  }
}

.highlight {
  color: red;
}
.image-container {
  position: relative;
}
.main-img {
  border-radius: 10px;
  width: 94%;
  height: auto;
  object-fit: cover;
}
/* .overlay-img {
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 200px;
      border-radius: 10px;
      border: 5px solid white;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    } */

.font-42 {
  font-size: 42px;
  color: #721010;
  font-weight: 600 !important;
}

.about-stats-section {
  background: none !important;
}

.mtop {
  /* margin-top: 275px; */
  margin-top: 120px;
}

.cards {
  border: 1px solid #d8d5d5;
  padding: 28px;
  padding-bottom: 11px;
  color: white;
  background: #8a2e36;
  border-radius: 10px;
}

h1.title {
  text-align: center;
  padding-bottom: 20px;
  color: white;
}

.our-mission {
  background: #7d141d;
  padding: 50px;
}

/* Contact-us */
.contact-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  border: 1px solid #a43030;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.contact-left {
  background-color: #7a131b;
  color: white;
  padding: 40px;
  width: 40%;
  line-height: 35px;
  padding-left: 70px;
}

.contact-left h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.contact-left p {
  font-size: 14px;
  color: #e4dada;
  margin-bottom: 18px;
}

.contact-left strong {
  color: white;
  font-weight: 600;
}

.contact-right {
  background-color: #fff;
  padding: 100px;
  width: 60%;
  padding-top: 50px;
  padding-bottom: 20px;
}

.contact-right h3 {
  font-weight: 700;
  font-size: 42px;
}

.contact-right h3 span {
  color: red;
}

.form-control,
.form-select {
  border-radius: 6px;
}

.btn-submit {
  background-color: #7a131b;
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  border: none;
}

.btn-submit:hover {
  background-color: #5e0f16;
}

.form-check-label {
  font-size: 14px;
}

@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    padding: 30px;
  }
}

/* WEB DEVELOPMENT */

.boxes {
  background: white;
  padding: 25px;
  border-radius: 8px;
  padding-top: 1px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.custom-hero {
  /* padding: 60px 0; */
  padding: 20px 0;
  margin-top: 112px;
}

.game-hero{
  margin-top: 45px !important;
}

.hero-heading {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3;
}

.highlight-text {
  background: linear-gradient(to right, #500e14, #b6212d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.hero-description {
  color: #555;
  font-size: 1rem;
}

.start-button {
  background-color: #7d141b;
  color: #fff;
  border-radius: 30px;
  padding: 10px 24px;
  text-decoration: none;
}

.image-wrapper {
  position: relative;
  /* border: 2px solid #d11d1d; */
  border-radius: 12px;
  overflow: hidden;
  padding: 8px;
}

.image-wrapper img {
  width: 100%;
  border-radius: 10px;
}

.game-image {
  width: 80%;
}
.floating-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.floating-badge i {
  color: red;
  margin-right: 6px;
}

.badge-title {
  font-weight: 600;
  font-size: 0.9rem;
  background: white;
  padding: 10px;
  border-radius: 25px;
}

.badge-subtitle {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  padding: 8px;
}

.review-box {
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  text-align: center;
}
.review-box img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid white;
}
.review-stars {
  color: #a80000;
  font-size: 1.2rem;
  margin-top: 5px;
}
.btn-custom {
  background-color: #a80000;
  color: white;
  border-radius: 20px;
  padding: 8px 20px;
}
.team-photo,
.desk-photo {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.circle-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  opacity: 0.4;
}

.rigth-sec {
  margin: auto;
  padding-left: 45px;
}

.rigth-sec h3 {
  font-size: 42px;
  line-height: 60px;
}

section.counters {
  background: #7d141d;
  padding: 25px;
  padding-top: 0;
}
section.webs {
  background: #fef9f3;
  padding: 30px 0px;
}

.web2 {
  background: #fef9f3;
  /* padding: 75px 0px; */
}

.counters .stat-number {
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #410309, #c30e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-heading-container {
  text-align: center;
  margin-bottom: 40px;
}

.services-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}

.services-highlight {
  color: #d00000;
}

.services-subtext {
  max-width: 650px;
  margin: 10px auto;
  font-size: 0.95rem;
  color: #555;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.services-column {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .services-column {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-width: 992px) {
  .services-column {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.service-box {
  border: 1px solid #d00000;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 12px rgba(208, 0, 0, 0.1);
}

.service-icon-img {
  margin-bottom: 15px;
}

.service-title-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5a0000;
  margin-bottom: 10px;
}

.service-description {
  font-size: 0.92rem;
  color: #444;
  margin-bottom: 20px;
}

.service-link {
  text-decoration: none;
  color: #d00000;
  font-weight: 600;
  transition: color 0.2s ease;
}

.service-link i {
  margin-left: 6px;
}

.service-link:hover {
  color: #a00000;
}

.web-cta-section {
  /* background: linear-gradient(135deg, #da0000, #ff2c2c);  */
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  /* padding: 58px 0; */
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-text {
  flex: 1 1 50%;
  min-width: 280px;
  padding: 35px;
}

.cta-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-text p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #f1f1f1;
}

.cta-btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  background-color: #fff;
  color: #d00000;
  border: none;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #f5f5f5;
}

.cta-image {
  /* flex: 1 1 45%; */
  flex: 1 1 9%;
  text-align: center;
}

.cta-image img {
  /* max-width: 65%; */
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .cta-text h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .cta-text p {
    text-align: center;
  }

  .cta-text,
  .cta-image {
    text-align: center;
  }
}

.why-choose-us {
  background-color: #fdf8f6;
}
.card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.card {
  transition: all 0.3s ease-in-out;
}
.card:hover .bi {
  color: #7d141d;
  transform: rotate(5deg);
  transition: all 0.3s ease;
}

.webicon {
  text-align: left;
}

.testimonial-card {
  border: 1px solid #f5dede;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.brand i {
  color: #8b0000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #8b0000;
  border-radius: 50%;
  padding: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.accordion-button {
  background-color: #f4efea;
  font-weight: 600;
  border-radius: 10px;
}
.accordion-button:not(.collapsed) {
  color: #800000;
  /* background-color: #f9eeee; */
  box-shadow: none;
  border: none;
  background: none;
}
/* .accordion-body {
  border-top: 1px solid #e6dcdc;
} */

.faq-section .accordion-header {
  background: none;
}

.faq-section .accordion {
  box-shadow: none;
}

.faq-section .accordion-header {
  padding: 0;
}

.faq-section .accordion-item:not(:first-of-type) {
  border: 0.6px solid #7d141d99;
  border-radius: 5px;
}

/* Mob Development */
.section-title {
  text-align: center;
  margin-bottom: 30px;
  color: #721010;
}
.section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 320px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f4efea;
}

.flip-card-back {
  transform: rotateY(180deg);
  padding: 0;
}

.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.service-icon {
  font-size: 30px;
  color: #b80000;
  margin-bottom: 10px;
}

.service-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #7d141d;
}

.service-desc {
  font-size: 14px;
  color: #7d141d;
}

.know-more {
  color: #7d141d;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.know-more:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .flip-card {
    height: 280px;
  }
}

.digital-section {
  padding-top: 15px !important;
  padding: 35px 0;
}

.digital-section .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.digital-section .section-heading h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #721010;
}

.digital-section .section-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  color: #555;
  margin-top: 25px;
}

.digital-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.digital-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.digital-card .mob-icon {
  /* font-size: 28px; */
  color: #222;
  margin-bottom: 40px;
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 8px;
  height: 40px;
  width: 40px;
  padding: 6px;
}

.digital-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}

.digital-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 45px;
}

.know-more {
  font-weight: 500;
  font-size: 14px;
  color: #b80000;
  text-decoration: none;
}

.know-more:hover {
  text-decoration: underline;
}
.red {
  color: red;
}
/* Custom background colors per card */
.bg-pink {
  background-color: #fcecec;
}
.bg-green {
  background-color: #ecfce9;
}
.bg-blue {
  background-color: #e9f7fc;
}
.bg-purple {
  background-color: #f3ecfc;
}
.bg-lblue {
  background-color: #e9f0fc;
}
.bg-yellow {
  background-color: #fef6e8;
}

.cta-section {
  background: url("../img/m7.png") no-repeat center center/cover;
  padding: 40px 20px;
  color: #fff;
  position: relative;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-section .btn-cta {
  background-color: #fff;
  color: #d10000;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.cta-section .btn-cta:hover {
  background-color: #d10000;
  color: #fff;
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section {
    padding: 80px 15px;
    text-align: center;
  }

  .cta-content {
    margin: 0 auto;
  }
}

.app-services-section {
  background-color: #fff;
}

.app-services-section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.app-services-section p.subtext {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  background: #fcfafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.service-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-icon {
  color: #7e1d1d;
  border-radius: 10px;
  border: 1px solid #7e1d1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  color: #7e1d1d;
}

.service-description {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.section-subtext {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 40px;
  color: #555;
}

/* .image-box {
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      padding: 10px;
      background: #fff;
    } */

.image-box img {
  width: 90%;
  border-radius: 10px;
  border: 2px solid #a00000;
  padding: 5px;
}

.mob-accordion .accordion-button::after {
  transition: transform 0.3s ease-in-out;
}

.mob-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.mob-accordion .accordion-button {
  background-color: #fff;
  font-weight: 500;
  font-size: 25px;
}

.mob-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.mob-accordion .accordion-body {
  font-size: 14px;
  color: #333;
  padding-top: 0;
}

.mob-accordion .accordion-header {
  background: none;
  padding-left: 0;
}

.mob-accordion .accordion {
  box-shadow: none;
}

.why-section {
  padding: 60px 15px;
  position: relative;
}

.why-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.why-heading span {
  color: #e60000;
}

.why-card {
  background: #fff7f7;

  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid #f4dcdc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.why-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.why-icon {
  font-size: 32px;
  color: #a00000;
  margin-bottom: 15px;
}

.why-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.why-description {
  font-size: 15px;
  color: #333;
}

.servicess {
  font-size: 16px;
  font-weight: 500;
}

.footer-column {
  text-align: center;
}

/* Digital Marketing */
.first-count {
  text-align: left;
}

.third-count {
  text-align: left;
}

.digital-sec img {
  width: 90%;
}

.digital-sec2 {
  background: none;
}

/* GAME DEVELOPMENT */
.game-detail {
  position: relative;
}

.game-para {
  position: absolute;
  right: 0;
  bottom: 80px;
}

img.game-bg-img {
  width: 220px;
  position: absolute;
  bottom: 0;
}

.game-bg-img2 {
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
}

.game-expert {
  background-color: #f8f1ee;
  position: relative;
  left: 35px;
  padding: 25px;
  border-radius: 15px 0px 0px 15px;
}

.game-expert ul {
  padding-top: 30px;
}
.game-expert li {
  overflow: initial;
  margin-left: 5px;
  font-size: 14px;
}

.game-expert {
  /* padding-left: 50px !important; */
  /* padding: 50px; */
}
.custom-service-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.custom-service-title {
  font-weight: 700;
}

.custom-service-highlight {
  color: #b00020;
}

.custom-service-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: transform 0.3s ease;
}

.custom-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.custom-service-card:hover img {
  transform: scale(1.05);
}

.custom-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), #ffffffd9);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 30px;
}

.custom-card-title {
  font-weight: 600;
  font-size: 1rem;
}

.custom-card-text {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.end-texts {
  text-align: end;
}

.feature-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.feature-title {
  font-size: 28px;
  font-weight: 700;
}

.feature-title .highlight {
  color: red;
}

.feature-subtitle {
  max-width: 800px;
  margin: 10px auto 40px;
  color: #6c757d;
  font-size: 15px;
}

.feature-card {
  background-color: #f4efea;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  height: 100%;
}

.feature-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.feature-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.card-flex {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
}

.custom-cta-wrapper {
  background-color: #c62828;
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.custom-cta-textbox h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-cta-textbox p {
  font-size: 16px;
  line-height: 1.6;
  color: #f1f1f1;
  margin-bottom: 30px;
}

.custom-cta-button {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 30px;
  background-color: #fff;
  color: #c62828;
  border: none;
  transition: all 0.3s ease;
}

.custom-cta-button:hover {
  background-color: #fff3f3;
  color: #b71c1c;
  transform: scale(1.05);
}

.custom-cta-img-left,
.custom-cta-img-right {
  max-width: 370px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-cta-img-left {
  left: 0;
}

.custom-cta-img-right {
  right: 0;
}

@media (max-width: 768px) {
  .custom-cta-img-left,
  .custom-cta-img-right {
    display: none;
  }
}

.heading-section {
  margin-bottom: 40px;
  margin-top: 60px;
}

.rule-card {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

.heading-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7d141d;
}

.heading-subtext {
  font-size: 14px;
  color: #555;
}

.custom-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0px 4px 20px rgba(255, 0, 0, 0.05); /* Light red shadow */
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.custom-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(255, 0, 0, 0.1);
}

.custom-icon {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid #af3418;
}

.custom-icon i {
  font-size: 20px;
  color: #dc3545;
}

.custom-title {
  font-size: 18px;
  font-weight: 600;
  color: #a30000;
  margin-bottom: 10px;
  margin-top: 30px;
}

.custom-desc {
  font-size: 14px;
  color: #444;
}

section.faq-section {
  background: #f4efea;
}

.faq-section .accordion {
  background: none !important;
}

.responsive-heading {
  margin-bottom: 25px;
}

.boxes .stat-number {
  margin-top: 0 !important;
  text-align: center;
}

.boxes .stat-label {
  text-align: center;
}

.custom-hero .stat-number {
  background: linear-gradient(to right, #500e14, #b6212d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gaming-section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.left-heading h3 {
  font-size: 33px;
  line-height: 1.5;
}

.left-heading .text-danger {
  font-weight: 700;
}

.center-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.right-content p {
  margin-bottom: 15px;
}

.bg-deco {
  position: absolute;
  width: 150px;
  opacity: 0.2;
  z-index: 0;
}

.bg-left {
  bottom: 20px;
  left: 0;
}

.bg-right {
  top: 20px;
  right: 0;
}

@media (max-width: 767.98px) {
  .left-heading h3,
  .right-content p {
    text-align: center;
  }

  .left-heading,
  .center-image,
  .right-content {
    margin-bottom: 30px;
  }
}

.end-texts h3 {
  font-size: 35px;
  text-align: left;
  margin-top: -50%;
  font-weight: 600 !important;
}

.game-expert h3 {
  font-size: 36px;
  font-weight: 600 !important;
  line-height: 50px;
  color: #721010 !important;
}

.pd {
  padding: 0px 70px;
}

section.faq-section {
  position: relative;
}
img.pasa {
  width: 200px;
  position: absolute;
  right: 0;
}
img.cube {
  width: 130px;
  position: absolute;
  top: 300px;
}

img.hali {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

img.webbg {
  position: absolute;
  right: 0;
  width: 150px;
  bottom: -72px;
}

.bg-imges {
  position: relative;
}

.rule-of-game {
  background-color: #f4efea;
}

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  /* padding: 1em; */
  /* padding-right: 0; */
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
  border: 1px solid #7d141d;
  background-color: #f4efea;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.bg-body-tertiary {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}

button.carousel-control-prev {
  display: none;
}

button.carousel-control-next {
  display: none;
}

.pl {
  padding-left: 45px;
}

.row {
  /* margin-left: 0 !important; */
  margin-right: 0 !important;
}

.rule-of-game .col-md-4 {
  padding-right: 0 !important;
}

.why-heading .col-md-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.feature-section .col-12.col-sm-6.col-lg-4 {
  padding-right: 0;
}

.feature-section .col-lg-6,
.col-lg-3,
.col-lg-5 {
  padding-right: 0;
}

.contact-section .col-md-4 {
  padding-right: 0;
}

.accordion-item {
  border: 0.6px solid #7d141d99;
}

.faq-section .accordion-item {
  background-color: #f4efea !important;
  border-radius: 5px;
}


.web-imges{
  width: 94%;
}

.wordpress-img{
  height: 336px !important;
  width: 100%;
}


.game-img-3{
  width: 90%;
}

.game-detail .row>* {
    padding-right: 0 !important;
}