

.dbverse-section {
  background-repeat: repeat;
  background-position: 1px 0;
  padding-bottom: 50px;
    background-image: url("../images//bg.5fc709131814.webp");
  position: relative;
}


.dbverse-section .main-content-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding:0px;
}

.dbverse-section .container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
   justify-content: normal;
  align-items: normal;
  flex-direction: row;
  touch-action: pan-y;
    user-select: none;
}

.dbverse-block {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
}

.dbverse-block .text-content {
  flex: 1 1 50%;
  max-width: 550px;
}

.dbverse-block .text-content h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  color: #5b2c0f;
  margin-bottom: 16px;
}

.dbverse-block .text-content h3 span {
  font-weight: 700;
  color: #a33b24;
}

.dbverse-block .text-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}

.dbverse-block .image-content {
  flex: 1 1 45%;
}

.dbverse-block .image-content img {
  width: 100%;
  height: auto;
  display: block;
}

.app-buttons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.app-buttons img {
  height: 40px;
  object-fit: contain;
}

/* Vệt sáng ở giữa */
/* .dbverse-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 30%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
} */

.slider-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.slider-nav button {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-nav button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {


  .dbverse-block {

    align-items: flex-start;
  }

  .dbverse-block .text-content {
    max-width: 100%;
    text-align: left;
  }

  .dbverse-block .text-content h3 {
    font-size: 28px;
  }

  .dbverse-block .text-content p {
    font-size: 16px;
  }

  .dbverse-block .image-content {
    flex: none;
    width: 80%;
  }

  .app-buttons {
    justify-content: flex-start;
  }

  .app-buttons img {
    height: 35px;
  }
}

@media (max-width: 480px) {
  .dbverse-block .text-content h3 {
    font-size: 24px;
  }

  .dbverse-block .text-content p {
    font-size: 14px;
  }

  .dbverse-block .image-content {
    width: 100%;
  }

  .app-buttons img {
    height: 30px;
  }
}
