body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  background-color: #f1eee5;
}

body::before {
  content: "";
  display: block;
  height: 66px;
}

body::after {
  content: "";
  display: block;
  height: 180px;
}

.sign-form,
.card-tugas,
.modal-content,
.card-gallery {
  background-color: #f399bf;
}

/* navbar */
nav {
  background-color: #f7c42a;
  height: 66px;
}

.collapse-bg {
  background-color: #f7c42a;
  transition: 1ms;
}

.hidden {
  display: none;
}

.collapse-bg {
  background-color: #f7c42a;
  transition: 1ms;
}

/* index */
.index-container {
  background-image: url(img/bg/background\ yeay\ 1.svg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.poro {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 280px;
}

@media screen and (max-width: 576px) {
  .poro {
    display: none;
  }
}

.sambutan {
  color: white;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 100px;
  border-radius: 10px;
  padding: 10px;
  transform: translateY(-50%);
}

.sambutan h2 {
  font-size: 50px;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.6);
}

/*--- Fixed Video Background iOS/Mobile Style--*/
section#teaser {
  width: 100%;
  height: 100vh;
  margin-top: -61px;
  position: relative;
}

section#teaser .before-teaser {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -2;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section#teaser::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

div#info {
  flex-direction: column;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 2;
  gap: 20px;
}

div#info i {
  font-size: 1.2rem;
  padding: 0.5rem;
  color: white;
  border-radius: 50%;
  border: 2px solid white;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-gallery {
  height: 100%;
}

/* login signup*/
.sign-bg {
  min-height: calc(100vh - 180px);
  background-image: url(img/bg/bg\ web\ -\ sign\ up\ log\ in\ 2\ 2.svg);
  background-size: cover;
  background-position: center;
}

.sign-bg .container {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.sign-form {
  border-radius: 20px;
}

/* penugasan */
.tugas-container {
  min-height: 100vh;
  background-image: url(img/bg/Web\ juga-01\ 2.svg);
  background-size: cover;
  background-position: center bottom;
}

.card-tugas {
  height: 100%;
}

/* panitia */
.panitia-bg {
  min-height: calc(100vh - 180px);
  background-image: url(img/bg/Panitia\ Inti.svg);
  background-size: contain;
  background-position: center top;
}

.panitia-bg p {
  margin-top: 10px;
}

.text-divisi {
  display: inline-block;
  background-color: #f7c42a;
  text-decoration: none;
  color: black;
  padding: 10px 25px;
  border-radius: 30px;
  margin-top: 20px;
}

.tulisan-panit {
  background-color: rgba(247, 196, 42, 0.9);
  border-radius: 8px;
  padding: 1px;
  margin-top: 10px;
}

a.text-divisi:hover {
  color: white;
  background-color: #395caa;
}

/*kelompok*/
.kelompok-bg {
  min-height: calc(100vh - 180px);
  background-image: url(img/bg/Absensicrop\ 1.svg);
  background-size: contain;
  background-position: center;
}

/* absensi */
.absensi-bg {
  min-height: calc(100vh - 180px);
  background-image: url(img/bg/Absensicrop\ 1.svg);
  background-size: cover;
  background-position: center;
}

.table {
  background-color: #f399bf;
}

/* background panitia*/
.bg-admin {
  min-height: calc(100vh - 180px);
  background-color: #79a686;
  background-size: cover;
  background-position: center;
}

/* footer */
footer {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #395caa;
  color: white;
}

.icons {
  width: 240px;
}

.fab {
  color: white;
  font-size: 40px;
  transition: 0.6s;
}

.fab:hover {
  color: rgb(206, 84, 84);
  transform: scale(1.2);
}

/* modal */
.modal-image {
  content: "";
  display: block;
  height: 100%;
  background-image: url(img/marc-olivier-paquin-2_RQhbu0ZDQ-unsplash.jpg);
  /* background-size: cover; */
  background-position: center;
}

/* index panitia (dashboard) */
.index-panitia .fas {
  font-size: 80px;
}

.index-panitia .kolom-direct:hover {
  background-color: lightblue;
}

.index-panitia .kolom-direct:nth-child(1):hover {
  border-start-start-radius: 30px;
  border-start-end-radius: 30px;
}

.index-panitia .kolom-direct:nth-child(2):hover {
  border-end-start-radius: 30px;
  border-end-end-radius: 30px;
}

@media screen and (min-width: 768px) {
  .index-panitia .kolom-direct:nth-child(1):hover {
    border-start-start-radius: 30px;
    border-end-start-radius: 30px;
    border-start-end-radius: 0px;
  }

  .index-panitia .kolom-direct:nth-child(2):hover {
    border-end-start-radius: 0px;
    border-start-end-radius: 30px;
    border-end-end-radius: 30px;
  }
}

.index-panitia .row .col-sm-8 {
  background-color: white;
  border-radius: 30px;
}

.back-btn {
  font-size: 30px;
  color: white;
}

.back-btn:hover {
  color: #395caa;
}

/* dashboard penugasan panitia */
.jumlah-kumpul p {
  margin: 0px;
  color: white;
}

@media screen and (max-width: 576px) {
  .jumlah-kumpul p {
    margin-bottom: 16px;
    text-align: center;
  }
}

/* sponsors */
.sponsors {
  background-color: #f399bf;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  height: 150px;
}

.sponsors img {
  height: 100%;
}

.hover-scale-up:hover {
  transform: scale(1.03);
}
