/* === Simple Reset for Basic Projects === */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  /* background-color: #fffbf3; */
  color: #000;
  line-height: 1.5;
  font-size: 1rem;
}

@media (min-width: 600px) {
  body {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  display: block;
  border-radius: 0.75rem;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

li::marker {
  color: #10367b;
}

p {
  margin-block: 1rem;
}

h1,
h2 {
  line-height: 1.2;
}

header {
  background-color: #10367b;
  background-image: url(images/Line\ 9.svg);
  background-repeat: no-repeat;
  color: #fff;
  padding-block: 2rem;
}

section {
  margin-top: 2rem;
}

.wrapper {
  max-width: 800px;
  width: 85%;
  margin-inline: auto;
}

.image-wrapper {
  max-width: 400px;
  margin-block: 1rem;
  margin-inline: auto;
}

.btn-container {
  display: flex;
  margin-top: 2rem;
  font-size: 1rem;
}

.btn {
  display: inline-block;
  padding: 1rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  background: linear-gradient(120deg, rgba(143, 66, 236, 0), #812bea);
  background-color: #b142ec;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.container {
  margin-top: 2rem;
  position: relative;
}

.icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -10px;
  top: -25px;
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .icon {
    font-size: 2rem;
  }
}

.border-steps {
  border: 1px solid #10367b;
  padding: 1.5rem;
  width: fit-content;
  border-radius: 10px;
}

.enroll-box {
  background-color: #10367b;
  padding: 1rem;
  color: #fff;
  border-radius: 10px;
  background-image: url(images/Rectangle\ 3.svg);
  background-repeat: no-repeat;
}

#countdown {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
