:root {
  --pink: #f14e95;
  --bg: #0a0a0a;
  --shadow: 0 2px 2px rgb(0 0 0/ 0.5);
  --begron: rgba(255,255,255,0.15);
  --begron-end: rgba(83, 82, 82, 0.562);
}

body {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  min-height: 2000px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  color: white;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero::before {
  left: 0;
  background-image: url('img/download.jpeg');
}

.hero::after {
  right: 0;
  background-image: url('img/Kau mampu yakinkan yang kucari _ MRNWSH.jpeg');
}


.hero h1, h4, p {
  background-color: var(--shadow);
}

.hero h1{
  font-family: "Sacramento", cursive;
  font-size: 6rem;
}

.hero h4 {
  font-size: 1.6rem;
}

.hero p {
  font-size: 1.4rem;

}

.hero a {
  color: var(--pink);
  background-color: white;
}

.hero a:hover {
  background-color: var(--pink);
  color: white;
}

.simply-countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.simply-countdown > .simply-section {
  background: rgba(255,255,255,0.15);
  padding: 15px 10px;
  border-radius: 8px;
  min-width: 70px;
  text-align: center;
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.simply-countdown > .simply-section .simply-word {
  font-size: 0.8rem;
  color: #ddd;
}

.begron {
  background-color: #4a4a4aa9;
  margin-top: -1rem;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-brand,
.navbar .offcanvas-title {
  color: white !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #f8f9fa !important;
}


.home {
  background-image: url('img/pexels-kriisszzz-30723351.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  padding: 4rem 1rem;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
  min-height: 500vh;
  padding-top: 50vh;
  
}

.teks-conten{
  margin-top: 10vh;
}

.teks-background {
  
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  border-radius: 12px;
  color: white;
  width: 100%;          
  max-width: 1000px;     
  margin: 0 auto;       
}

.ket2 {
  padding-top: 20vh;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.date-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-line .line {
  flex: 1;
  height: 2px;
  background-color: white;
}

.date-line .date-text {
  white-space: nowrap;
  font-weight: bold;
}


.warnateks {
  color: #fff;
}

.text {
  color: #fffdfd;
}

.begron-end {
  background-color:  #306277 !important;
  color: white !important;
}


.mynavbar .navbar-brand, .mynavbar .offcanvas-title {
  font-family: 'sacramento', cursive;
  font-size: 3rem;
  font-weight:500;

}

.mynavbar .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 60%;
  }

  .hero span {
   display: block;

  }
}

@media (max-width: 600px) {
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(img/download.jpeg);
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .hero::after {
   background-image: none;
  }

  .offcanvas-end {
    width: 50% !important;
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 55%;
  }

  .mynavbar .navbar-brand, .mynavbar .offcanvas-title {
    font-family: 'sacramento', cursive;
    font-size: 2rem;
  }
}

