
.compact-courses-full[data-v-007f5204] {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  /* background: #f0f8ff; */
  padding: 2rem 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.compact-courses-full[data-v-007f5204] {
  background: #011627;
}
.header-bar[data-v-007f5204] {
  background: #011627;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.header-title[data-v-007f5204] {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.dark-btn[data-v-007f5204] {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.category-block[data-v-007f5204] {
  margin-bottom: 3rem;
}
.category-title[data-v-007f5204] {
  font-size: 1.25rem;
  font-weight: 600;
  /* color: #011627; */
  margin: 0 0 1rem 2rem;
}
.category-title[data-v-007f5204] {
  color: aliceblue;
}
.count[data-v-007f5204] {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: normal;
}
.courses-container[data-v-007f5204] {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0 2rem;
  justify-content: flex-start;
}
.course-card[data-v-007f5204] {
  flex: 0 0 calc(16.666% - 1.25rem);
  min-width: 200px;
  /* background: white; */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.12);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid;
}
.course-card[data-v-007f5204] {
  background: #1e293b;
  border-color: #334155;
}
.course-card[data-v-007f5204]:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(30, 64, 175, 0.25);
  border-color: aliceblue;
}
.thumb[data-v-007f5204] {
  width: 100%;
  height: 100px;
  object-fit: cover;
  background: #172554;
}
.tag[data-v-007f5204] {
  position: absolute;
  top: 8px;
  font-size: 0.6rem;
  font-weight: 900;
  padding: 3px 8px;
  border-radius: 999px;
  z-index: 10;
}
.tag.free[data-v-007f5204] {
  right: 8px;
  background: #10b981;
  color: white;
}
.tag.new[data-v-007f5204] {
  left: 8px;
  background: #f59e0b;
  color: black;
}
.info[data-v-007f5204] {
  padding: 0.75rem;
}
.title[data-v-007f5204] {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 4px;
  /* color: #011627; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title[data-v-007f5204] {
  color: aliceblue;
}
.instructor[data-v-007f5204] {
  font-size: 0.7rem;
  color: #64748b;
  margin: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meta[data-v-007f5204] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: #f59e0b;
}
.students[data-v-007f5204] {
  color: #94a3b8;
  font-size: 0.65rem;
}
.price[data-v-007f5204] {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}
.old[data-v-007f5204] {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 0.7rem;
}
.current[data-v-007f5204] {
  font-weight: 700;
}
.current[data-v-007f5204] {
  color: aliceblue;
}
@media (max-width: 1600px) {
.course-card[data-v-007f5204] {
    flex: 0 0 calc(20% - 1.2rem);
} /* 5 tane */
}
@media (max-width: 1280px) {
.course-card[data-v-007f5204] {
    flex: 0 0 calc(25% - 1.1rem);
} /* 4 tane */
}
@media (max-width: 1024px) {
.course-card[data-v-007f5204] {
    flex: 0 0 calc(33.333% - 1rem);
} /* 3 tane */
}
@media (max-width: 768px) {
.course-card[data-v-007f5204] {
    flex: 0 0 calc(50% - 0.75rem);
} /* 2 tane */
.courses-container[data-v-007f5204] {
    padding: 0 1rem;
    gap: 1rem;
}
}
@media (max-width: 480px) {
.course-card[data-v-007f5204] {
    flex: 0 0 100%;
}
.header-bar[data-v-007f5204] {
    padding: 1rem;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
}
}


#main-container[data-v-648f5cf6] {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero[data-v-648f5cf6] {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: center;
  gap: 50px;
  padding: 50px 0;
  width: 1080px;
}
.hero-text[data-v-648f5cf6] {
  grid-column: 1 / span 4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-text h1[data-v-648f5cf6] {
  font-size: 3rem;
  color: #011627;
  font-weight: 700;
}
.fade-enter-active[data-v-648f5cf6],
.fade-leave-active[data-v-648f5cf6] {
  transition: opacity 0.4s, transform 0.4s;
}
.fade-enter[data-v-648f5cf6],
.fade-leave-to[data-v-648f5cf6] {
  opacity: 0;
  transform: translateY(-20px);
}
.hero-text h3[data-v-648f5cf6] {
  font-size: 1.5rem;
  color: #011627;
  font-weight: 400;
}
.hero-image[data-v-648f5cf6] {
  grid-column: 5 / span 6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image img[data-v-648f5cf6] {
  width: 100%;
  height: auto;
}
.lms_and_data[data-v-648f5cf6] {
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  width: 100%;
}
#wrapper[data-v-648f5cf6] {
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: 1080px;
}
#wrapper > div[data-v-648f5cf6] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#wrapper > div > div[data-v-648f5cf6] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.image-container[data-v-648f5cf6] {
  width: 100%;
  aspect-ratio: 4/3;
}
.image-container img[data-v-648f5cf6] {
  width: 100%;
  height: 100%;
  border: 5px solid #011627;
}
#middle-column[data-v-648f5cf6] {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#left-column[data-v-648f5cf6],
#right-column[data-v-648f5cf6] {
  flex: 1;
}
#left-column[data-v-648f5cf6] {
  align-items: end;
}
#left-column > div[data-v-648f5cf6] {
  align-items: end;
}
#left-column h2[data-v-648f5cf6],
#left-column h4[data-v-648f5cf6],
#left-column p[data-v-648f5cf6] {
  text-align: right;
}
#right-column[data-v-648f5cf6] {
  align-items: start;
}
#right-column > div[data-v-648f5cf6] {
  align-items: start;
}
#right-column h2[data-v-648f5cf6],
#right-column h4[data-v-648f5cf6],
#right-column p[data-v-648f5cf6] {
  text-align: left;
}
#wrapper h2[data-v-648f5cf6] {
  font-size: 2rem;
  color: #f27314;
  font-weight: 700;
}
#wrapper h4[data-v-648f5cf6] {
  font-size: 1.5rem;
  font-weight: 500;
}
#wrapper p[data-v-648f5cf6] {
  font-size: 1rem;
  font-weight: 400;
}
.container-xxl[data-v-648f5cf6] {
  margin: 0 auto;
  padding: 30px;
}
#lms-text[data-v-648f5cf6],
#data-science-text[data-v-648f5cf6] {
  font-size: 1.1rem;
}
img[data-v-648f5cf6] {
  height: 375px;
  border-radius: 10px;
}
.btn-melda-orange[data-v-648f5cf6] {
  background-color: #f27314;
  border-color: #f27314;
  font-size: 1.5rem;

  color: #fff;
  transition: background-color 0.3s ease;
}
.btn-melda-orange[data-v-648f5cf6]:hover {
  background-color: #e05520;
  border-color: #e05520;
}
#melda-banner img[data-v-648f5cf6] {
  background: rgb(1, 22, 39);
  background: linear-gradient(
    0deg,
    rgba(1, 22, 39, 0.5032213569021359) 0%,
    rgba(1, 22, 39, 1) 100%
  );
}
.news-slider[data-v-648f5cf6] {
  padding: 50px;
  display: flex;
  justify-content: center;
  width: 80%;
}
.news-slider > div[data-v-648f5cf6] {
  width: 100%;
}
@media (max-width: 1080px) {
.hero[data-v-648f5cf6] {
    width: 100%;
    padding: 50px;
}
#wrapper[data-v-648f5cf6] {
    width: 100%;
}
.news-slider[data-v-648f5cf6] {
    width: 100%;
}
}
@media (max-width: 768px) {
.hero[data-v-648f5cf6] {
    gap: 50px 0;
}
.hero-text[data-v-648f5cf6] {
    grid-column: span 10;
}
.hero-image[data-v-648f5cf6] {
    grid-column: span 10;
}
#wrapper[data-v-648f5cf6] {
    flex-direction: column;
    gap: 50px;
}
#middle-column[data-v-648f5cf6] {
    display: none !important;
}
#wrapper > div[data-v-648f5cf6] {
    align-items: center !important;
}
#wrapper > div > div[data-v-648f5cf6] {
    align-items: center !important;
}
#wrapper > div > div > h2[data-v-648f5cf6],
  h4[data-v-648f5cf6],
  p[data-v-648f5cf6] {
    text-align: center !important;
}
.btn-melda-orange[data-v-648f5cf6] {
    font-size: 1.2rem;
    padding: 5px 10px;
}
img[data-v-648f5cf6] {
    height: 200px;
}
#lms-text[data-v-648f5cf6],
  #data-science-text[data-v-648f5cf6] {
    font-size: 1rem;
}
#melda-banner[data-v-648f5cf6] {
    padding: 0 20px;
}
.empty-space[data-v-648f5cf6] {
    height: 20px;
}
h2[data-v-648f5cf6] {
    font-size: 1.4rem;
}
h4[data-v-648f5cf6] {
    font-size: 1.2rem;
}
.text[data-v-648f5cf6] {
    font-size: 1.2rem;
}
.lead[data-v-648f5cf6] {
    font-size: 1rem;
    justify-content: center;
}
.img-fluid[data-v-648f5cf6] {
    height: 100%;
}
}
@media (max-width: 576px) {
.btn-melda-orange[data-v-648f5cf6] {
    font-size: 1rem;
    padding: 5px 10px;
}
img[data-v-648f5cf6] {
    height: 150px;
}
#lms-text[data-v-648f5cf6],
  #data-science-text[data-v-648f5cf6] {
    font-size: 1rem;
}
#middle-column svg[data-v-648f5cf6] {
    height: 400px;
}
h2[data-v-648f5cf6] {
    font-size: 1.2rem;
}
h4[data-v-648f5cf6] {
    font-size: 1rem;
}
.text[data-v-648f5cf6] {
    font-size: 1rem;
}
.lead[data-v-648f5cf6] {
    font-size: 0.9rem;
}
.img-fluid[data-v-648f5cf6] {
    height: 100%;
}
}
@media (min-width: 768px) {
.btn-melda-orange[data-v-648f5cf6] {
    font-size: 1.5rem;
    padding: 10px 20px;
}
img[data-v-648f5cf6] {
    height: 375px;
}
#lms-text[data-v-648f5cf6],
  #data-science-text[data-v-648f5cf6] {
    font-size: 1.1rem;
}
#middle-column svg[data-v-648f5cf6] {
    height: 670px;
}
h2[data-v-648f5cf6] {
    font-size: 2rem;
}
h4[data-v-648f5cf6] {
    font-size: 1.5rem;
}
.text[data-v-648f5cf6] {
    font-size: 1.5rem;
}
.lead[data-v-648f5cf6] {
    font-size: 1.2rem;
}
.img-fluid[data-v-648f5cf6] {
    height: 100%;
}
}
@media (min-width: 992px) {
.btn-melda-orange[data-v-648f5cf6] {
    font-size: 1.5rem;
    padding: 10px 20px;
}
img[data-v-648f5cf6] {
    height: 375px;
}
#lms-text[data-v-648f5cf6],
  #data-science-text[data-v-648f5cf6] {
    font-size: 1.1rem;
}
#middle-column svg[data-v-648f5cf6] {
    height: 670px;
}
h2[data-v-648f5cf6] {
    font-size: 2rem;
}
h4[data-v-648f5cf6] {
    font-size: 1.5rem;
}
.text[data-v-648f5cf6] {
    font-size: 1.5rem;
}
.lead[data-v-648f5cf6] {
    font-size: 1.2rem;
}
.img-fluid[data-v-648f5cf6] {
    height: 100%;
}
}
@media (min-width: 1200px) {
.btn-melda-orange[data-v-648f5cf6] {
    font-size: 1.5rem;
    padding: 10px 20px;
}
img[data-v-648f5cf6] {
    height: 375px;
}
#lms-text[data-v-648f5cf6],
  #data-science-text[data-v-648f5cf6] {
    font-size: 1.1rem;
}
#middle-column svg[data-v-648f5cf6] {
    height: 670px;
}
h2[data-v-648f5cf6] {
    font-size: 2rem;
}
h4[data-v-648f5cf6] {
    font-size: 1.5rem;
}
.text[data-v-648f5cf6] {
    font-size: 1.5rem;
}
.lead[data-v-648f5cf6] {
    font-size: 1.2rem;
}
.img-fluid[data-v-648f5cf6] {
    height: 100%;
}
}


@media (min-width: 768px) {
.img-fluid[data-v-212b146c] {
    max-width: 100%;
    height: 60% !important;
}
}



