body {
  font-family: "Comic Neue";
  margin: 0;
  padding: 0;
  background-color: rgba(234, 243, 254, 1);
}
html {
  font-size: 62.5%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(234, 243, 254, 1);
}
.logo img {
  height: 30px;
}
.explore-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.explore-btn {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 25.08px;
  font-family: "Comic Neue";
  width: 216px;
  height: 56px;
  gap: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 15px;
  border-radius: 72px;
  padding: 12px 16px;
  background-color: transparent;
  border: 2px solid rgba(215, 215, 215, 1);
}
.explore-btn a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}
.profile-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.deepwhitewithzindex {
  position: relative;
  z-index: 1;
}

.cardcolor {
  display: flex;
  position: absolute;
  flex-direction: column;
  padding: 2rem 1.4rem;
  min-width: 23rem;
  background-color: white;
  color: black;
  left: 12rem;
  top: 10rem;
}

.line {
  border-bottom: 1px solid grey;
}

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

.toparea {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  gap: 1.3rem;
  border-bottom: 1px solid grey;
}

.deepfont {
  font-size: 1.8rem;
  font-weight: 700;
}

.smallerfont {
  font-size: 1.8rem;
  font-weight: 400;
}

.twoareas {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.textandimg p {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.9rem;
}
.textandimg p a:hover {
  color: #0aa6b2;
}

.topareas {
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
}

.textandimg {
  display: flex;
  gap: 1.5rem;
}

.liner {
  border-bottom: 1px solid black;
  width: 80%;
  margin-top: 3rem;
  padding-top: 2rem;
}

.textandimg img {
  position: relative;
  top: -0.1rem;
}

/* Dropdown Menu Styles */
.profile-icon {
  position: relative;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  bottom: 6rem;
  right: 40rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.profile-icon:hover .dropdown-content {
  display: block;
}

.welcome-section {
  background-color: rgba(254, 225, 187, 1);
  padding: 24px;
  padding-top: 5px;
  border-radius: 12px;
  margin-top: 24px;
}
.welcome-message h1 {
  font-size: 3.516rem;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.welcome-message p {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 31.35px;
  color: rgba(0, 0, 0, 1);
}
.daily-streak {
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.section-title {
  font-family: "Comic Neue";
  font-size: 2.813rem;
  max-width: 1200px;
  line-height: 39.2px;
  margin: 20px 0;
  color: rgba(0, 0, 0, 1);
}
.course-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.course-card {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 384px;
  min-width: 325px;
  padding: 12px;
}
.course-card img {
  width: 100%;
  border-radius: 8px;
}
.course-card h3 {
  width: 176px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 25.08px;
  font-weight: 700;
  color: rgba(7, 117, 239, 1);
  font-size: 1.8rem;
}
.course-info {
  display: flex;
  align-items: center;

  justify-content: space-between;
}
.course-info span {
  margin-left: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 31px;
  background: rgba(254, 225, 187, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 1.024rem;
  border-radius: 8px;
}
.course-info p {
  width: 360px;
  font-weight: 400;
  color: rgba(45, 45, 45, 1);
  font-size: 1.94rem;
  line-height: 20.07px;
  margin: 10px 0;
}

.start-course-btn {
  background-color: rgba(7, 117, 239, 1);
  width: 380px;
  height: 38px;
  color: rgba(255, 255, 255, 1);
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.024rem;
}
.start-course-btn a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}
/* Modal Styles */
.modal {
  display: none;
  position: absolute;
  z-index: 10;
  left: -40rem;
  top: 170px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  width: 300px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.modal-buttons {
  display: flex;
  justify-content: space-between;
}

.continue-btn,
.logout-btn {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.continue-btn {
  background-color: #dbe5ff; /* Blue shade */
  color: #000;
}

.logout-btn {
  background-color: #ffe5e5; /* Red shade */
  color: #000;
}

.continue-btn:hover,
.logout-btn:hover {
  opacity: 0.4;
}
.add-padding-buttom {
  padding-bottom: 1.2rem;
}
