
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#about-us-18 {
  padding: 60px 0;
  background-color: #222;
  color: #fff;
}
#about-us-18 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-18 .section-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .company-description {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-item {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#about-us-18 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .mission-vision-item p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
#about-us-18 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-18 .core-value-item p {
  font-size: 1rem;
  color: #ccc;
}
#about-us-18 .game-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .game-highlight-card {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-align: center;
}
#about-us-18 .game-highlight-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#about-us-18 .game-highlight-card h4 {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .game-highlight-card p {
  font-size: 0.9rem;
  color: #ddd;
}
#about-us-18 .responsible-gaming-wrapper {
  margin-top: 40px;
  padding: 30px;
  background-color: #444;
  border-radius: 8px;
  text-align: center;
}
#about-us-18 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 20px;
}
#about-us-18 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #ccc;
}
@media (min-width: 768px) {
  #about-us-18 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-18 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-18 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-18 .game-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#our-services-10 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#our-services-10 .service-tab {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#our-services-10 .service-tab i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}



#counter-5 {
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#counter-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
#counter-5 .counter-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
#counter-5 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
#counter-5 p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#counter-5 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
#counter-5 .counter-item {
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#counter-5 .counter-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
#counter-5 .counter-item i {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 15px;
}
#counter-5 .counter-number {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}
#counter-5 .counter-title {
  font-size: 1.3rem;
  color: #ddd;
}



#portfolio-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-1 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-1 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-1 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-1 .portfolio-filters {
  margin-bottom: 40px;
  text-align: center;
}
#portfolio-1 .portfolio-filters .filter-btn {
  background-color: transparent;
  border: 1px solid #0d6efd;
  color: #0d6efd;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
#portfolio-1 .portfolio-filters .filter-btn:hover,
#portfolio-1 .portfolio-filters .filter-btn.active {
  background-color: #0d6efd;
  color: #ffffff;
}
#portfolio-1 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-1 .portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
#portfolio-1 .portfolio-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#portfolio-1 .portfolio-item:hover img {
  transform: scale(1.05);
}
#portfolio-1 .portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  color: #ffffff;
}
#portfolio-1 .portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}
#portfolio-1 .portfolio-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
}
#portfolio-1 .portfolio-item:hover .portfolio-item-title {
  transform: translateY(0);
  opacity: 1;
}
#portfolio-1 .portfolio-item-category {
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 8px;
  background-color: rgba(13, 110, 253, 0.8);
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
#portfolio-1 .portfolio-item:hover .portfolio-item-category {
  transform: translateY(0);
  opacity: 1;
}
#portfolio-1 .portfolio-item-description {
  font-size: 0.85rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  max-height: 0;
  overflow: hidden;
}
#portfolio-1 .portfolio-item:hover .portfolio-item-description {
  opacity: 0.9;
  transform: translateY(0);
  max-height: 60px;
}



#timeline-12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
}
#timeline-12 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-12 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
}
#timeline-12 .event-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #ffffff;
  transition: transform 0.4s ease;
}
#timeline-12 .event-banner:last-child {
  margin-bottom: 0;
}
#timeline-12 .event-banner:hover {
  transform: scale(1.02);
}
#timeline-12 .event-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background-color 0.4s ease;
}
#timeline-12 .event-banner:hover::before {
  background-color: rgba(0, 0, 0, 0.65);
}
#timeline-12 .event-content {
  position: relative;
  z-index: 2;
}
#timeline-12 .event-year {
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 0.5rem;
  display: block;
}
#timeline-12 .event-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
#timeline-12 .banner-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  font-size: 0;
  color: transparent;
}
@media (max-width: 767.98px) {
  #timeline-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-12 .section-title {
    font-size: 2.1rem;
  }
  #timeline-12 .event-banner {
    min-height: 250px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #timeline-12 .event-year {
    font-size: 1rem;
  }
  #timeline-12 .event-title {
    font-size: 1.8rem;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


