.page-section {
  width: 100%;
  height: calc(100vh - 77px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.exclusive-section-general {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/Exclusive/bg-general.jpg');
  display: flex;
  align-items: center;
}

.exclusive-section-template {
  background-image: url('../../assets/img/Exclusive/bg-template.jpg');
}

.exclusive-section-data {
  background-image: url('../../assets/img/Exclusive/bg-data.jpg');
}

.exclusive-section-exclusive {
  background-image: url('../../assets/img/Exclusive/bg-exclusive.jpg');
}

.exclusive-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  color: #ff9900;
}

.backdrop-exclusive {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.exclusive-how-link {
  background: var(--bs-gray-300);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3)!important;
  border-radius: 20px 6px!important;
}

