@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans+Caption:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans+Caption:wght@400;700&family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans+Caption:wght@400;700&family=Pacifico&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::selection {
  background-color: #fec260;
  color: #352e28;
}
body {
  background-color: #f7ecde;
  font-family: "PT Sans Caption", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.sec {
  min-height: 100vh;
}
.main_heading {
  font-family: "Pacifico", cursive;
  font-size: 50px;
  line-height: 60px;
  margin: 0px 0px 8px;
  padding: 8px 0px;
  font-weight: 500;
}
.main_heading::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 25%;
  transform: translateX(2%);
  bottom: 10px;
  background-color: #fec260;
  z-index: -1;
  animation: moveBackground 2s ease-in-out infinite;
}
@keyframes moveBackground {
  0% {
    height: 25%;
  }
  100% {
    height: 50%;
  }
}
.form {
  border-width: 2px 0 2px 0;
  border-style: dotted;
  border-color: #352e28;
  margin-top: 50px;
}
.form .heading {
  font-family: "Righteous", cursive;
  font-size: 25px;
  background-image: linear-gradient(to right, #3ca55c, #b5ac49);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form .heading .form_heading {
  font-family: "Righteous", cursive;
  font-size: 25px;
  line-height: 30px;
  margin: 0px 0px 8px;
  font-weight: 500;
  color: #8eb46d;
}
.form .heading .svg-inline--fa {
  color: #b3ac49;
}
.btn {
  font-family: "PT Sans Caption" sans-serif;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  padding: 6px 48px;
  cursor: pointer;
}
.btn-submit {
  background-color: #d1512d;
  color: white;
}
.btn-submit:hover {
  border: 1px black solid;
  color: white;
}

.card {
  width: 35%;
  margin: 0 auto;
  border-radius: 8px;
  top: 40px;
  transform: translate(90%, 96%);
}
.box {
  display: inline-block;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
}
.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}
.closed {
  top: 20px;
  right: 5px;
  transform: translatex(20%);
  cursor: pointer;
}
.par {
  color: #352e28;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 27.3px;
}
.rules li {
  font-size: 18px;
  padding-top: 10px;
  font-family: "PT Sans Caption", sans-serif;

  font-weight: 400;
}
.rules li .fa-circle-right {
  color: #bb4120;
  padding: 8px;
}
