section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.r-fit-text {
  font-size: 45px !important;
  text-align: center !important;
  color: #eee8d5;
}

.slides {
  margin: none !important;
  width: 1450px;
}

.reveal-viewport {
  --slide-width: 1920px !important;
  --slide-height: 1080px !important;
}

.btn {
  padding: 12px 28px;
  font-size: 0.7em;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  font-family: "beasigne";

  will-change: transform, box-shadow, background;
  -webkit-font-smoothing: antialiased;

  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.5s ease,
    border-color 0.5s ease;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.03)
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;

  box-shadow:
    0 10px 30px 0 rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 4px rgba(255, 255, 255, 0.05);
}

.btn:hover {
  transform: translateY(-3px) scale(1.01);

  border-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.06)
  );

  box-shadow:
    0 20px 40px 0 rgba(0, 35, 226, 0.45),
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 0 8px rgba(255, 255, 255, 0.15);
}

.btn:active {
  transform: translateY(0px) scale(0.98);
  box-shadow:
    0 8px 20px 0 rgba(0, 35, 226, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transition: all 0.1s ease;
}

.quote {
  font-size: 34px !important;
  text-align: center !important;
  font-style: italic;
}

.reveal .slide-background.video-small video {
  width: auto !important;
  height: auto !important;
  max-width: 60vw !important;
  max-height: 60vh !important;
  object-fit: contain !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.reveal .controls button {
  color: #0023e2 !important;
}

.reveal .controls .controls-arrow:before,
.reveal .controls .controls-arrow:after {
  background-color: currentColor !important;
}

@font-face {
  font-family: "Beasigne";
  /* Adjust the path below to match where you saved the file */
  src: url("./dist/theme/fonts/BEASIGNE.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* 2. Apply it globally to the Reveal.js presentation wrapper */
.reveal {
  font-weight: bold;
  font-family: "Century Gothic", sans-serif !important;
}

/* 3. Apply it explicitly to headings if you want them to use it too */
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 .heading .reveal p {
  font-family: "Beasigne", sans-serif !important;
  color: #eee8d5;
}

.reveal .r-fit-text-rest {
  font-size: 33px !important;
  text-align: center !important;
  font-family: Arial, Helvetica, sans-serif; !important
}

.rules{
 
    font-size: 30px !important;
    text-align: justify !important; 
    font-family:Arial, Helvetica, sans-serif;
    
    
} 
  
