@media screen and (min-width: 360px) {
  .uid-toolbar .uid-button {
    padding: 0 1rem;
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .course-links {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 90vw;
    height: 100vh;
    max-width: 450px;
    background: var(--bg-light);
    z-index: 10;
    flex-direction: column;
    color: var(--secondary);
    padding: 2rem;
    justify-content: flex-start;
  }
  .course-links .menu-icon {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    width: 100%;
  }
  .course-links .menu-icon span:first-child,
  .course-links .menu-icon span:last-child {
    font-size: 3rem;
    cursor: pointer;
  }
  .course-links .links {
    overflow: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 auto;
  }
  .course-links .links a {
    padding: 0.5rem 0 0 0.5rem;
    width: 100%;
    gap: 1rem;
    font-weight: 400;
  }
  .course-links .links a i {
    font-size: 2rem;
  }
  .course-links .bottom-logo {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    color: #ccc;
  }
  .course-links .bottom-logo img {
    width: 35px;
    filter: grayscale(1);
    opacity: 0.2;
  }
  .section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .section-header p {
    font-size: 1.2rem;
  }
  .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapper.hero-banner {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
  .wrapper.hero-banner .img-col {
    display: block;
  }
  .wrapper.hero-banner .img-col img {
    max-width: 100%;
  }
  .wrapper.hero-banner h2 {
    font-size: 3rem;
    margin: 1rem 0 2rem;
  }
  .wrapper.hero-banner p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }
  .wrapper.hero-banner .content-col {
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .wrapper.testimonial {
    padding: 2rem;
  }
  .wrapper.testimonial .section-header {
    margin-bottom: 2rem;
  }
  .wrapper.testimonial ul li {
    flex-direction: column;
    align-items: center;
  }
  .wrapper.testimonial ul li .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper.testimonial ul li .content p {
    text-align: center;
  }
  .wrapper.course-page {
    padding: 0;
  }
  .wrapper.course-page .chapters.full-view {
    width: 100%;
    padding-bottom: 2rem;
    text-transform: initial;
    font-size: 2rem;
    transform: none;
  }
  .wrapper.footer .list-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wrapper.footer .list-wrapper .list {
    width: 100%;
  }
  .wrapper.footer .list-wrapper .list.designer-details {
    justify-content: flex-start;
    margin-top: 3rem;
  }
  .wrapper.footer .list-wrapper .list ul {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .wrapper.footer .list-wrapper .list ul li {
    width: 100%;
    font-size: 1.4rem;
  }
  .course-details .details header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem;
  }
  .course-details .details header .uid-button {
    width: 100%;
    justify-content: center;
  }
  .content-wrapper {
    display: block;
  }
  .course-details .chapters {
    position: fixed;
    min-width: initial;
    max-width: none;
    left: 0;
    right: 0;
    top: 0;
    z-index: 7;
    width: 90vw;
  }
  .course-details .chapters h2 {
    padding: 2rem;
  }
  .course-details .chapters .list-wrapper {
    padding: 0 1rem 1.5rem;
  }
  .course-details .chapters .list-wrapper .list h2 {
    padding: 1rem;
  }
  .detail-wrapper {
    width: 100%;
  }
  .student-registration {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
  .line {
    height: 8px;
  }
  .logo .logo-img {
    max-width: 35px;
  }
  .uid-card-title .title {
    margin: 2rem 0 1rem;
    gap: 20px;
  }
  .wrapper.testimonial .img-col {
    width: 300px;
    height: 300px;
    border: dashed 4px var(--testimonial-gradient-color);
  }
  .wrapper.testimonial .img-col .inner-circle .icon {
    width: 7rem;
    height: 7rem;
    font-size: 7rem;
  }
  .wrapper.footer .bottom-content .logo {
    max-width: 50px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 30px;
  }
  .line {
    height: 8px;
  }
  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .uid-card-title .title {
    margin: 2rem 0 1rem;
    gap: 20px;
  }
  .wrapper.testimonial .img-col {
    width: 300px;
    height: 300px;
    border: dashed 4px var(--testimonial-gradient-color);
  }
  .wrapper.testimonial .img-col .inner-circle .icon {
    width: 7rem;
    height: 7rem;
    font-size: 7rem;
  }
  .student-registration {
    flex-direction: row;
  }
}
@media screen and (min-width: 1180px) {
  html {
    font-size: 17px;
  }
  .uid-toolbar {
    z-index: 8;
  }
  .course-links {
    z-index: 7;
  }
  .overlay {
    z-index: 6;
  }
  .logo .logo-img {
    max-width: 25px;
  }
  .main-header .main-menu {
    display: none;
  }
  .mobile-links {
    display: none;
  }
  .uid-card-content {
    max-height: 144px;
  }
  .wrapper.hero-banner {
    flex-direction: row;
  }
  .wrapper.hero-banner .content-col {
    align-items: flex-start;
  }
  .wrapper.hero-banner p {
    text-align: left;
  }
  .wrapper.testimonial .img-col {
    width: 250px;
    height: 250px;
  }
  .wrapper.testimonial ul li {
    flex-direction: row;
  }
  .wrapper.testimonial ul li .content {
    align-items: flex-start;
  }
  .wrapper.testimonial ul li .content p {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 11px;
  }
  .overlay {
    display: none;
  }
  .content-wrapper {
    display: flex;
  }
  .line {
    height: 3px;
  }
  .course-links {
    transform: none;
    position: static;
    height: auto;
    background: none;
    width: auto;
    display: flex;
    max-width: none;
    padding: 0;
    transition: none;
  }
  .course-links .menu-icon,
  .course-links .bottom-logo {
    display: none;
  }
  .course-links .menu-close {
    display: none;
  }
  .course-links .links {
    flex-direction: row;
    width: auto;
    white-space: nowrap;
    gap: 1rem;
    color: #fff;
  }
  .course-links .links a {
    width: auto;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
  }
  .course-links .bottom-logo {
    display: none;
  }
  .section-header h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .card-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .wrapper {
    padding: 5rem 2rem;
  }
  .wrapper.hero-banner {
    gap: 15rem;
  }
  .wrapper.hero-banner h2 {
    font-size: 6rem;
    color: #fff;
    font-weight: 600;
    margin: 2rem 0 4rem;
  }
  .wrapper.hero-banner p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .wrapper.testimonial {
    padding: 5rem 20rem;
  }
  .wrapper.testimonial .img-col {
    width: 150px;
    height: 150px;
    border: dashed 1px var(--testimonial-gradient-color);
  }
  .wrapper.footer .bottom-content .logo {
    max-width: 25px;
  }
  .wrapper.footer .list-wrapper {
    display: flex;
    margin-bottom: 6rem;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
  .wrapper.footer .list-wrapper .list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
  }
  .wrapper.footer .list-wrapper .list ul li {
    width: calc(50% - 2rem);
  }
  .wrapper.footer .list-wrapper .list.designer-details {
    justify-content: flex-end;
  }
  .topic-menu {
    display: none;
  }
  .chapters {
    transition: none;
  }
  .chapters .menu-icon {
    display: none;
  }
  .course-details .details header {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .course-details .chapters {
    min-width: 320px;
    max-width: 320px;
    position: sticky;
    width: auto;
    transform: none;
    top: 1.5rem;
  }
  .course-details .chapters h2 {
    padding: 1rem 2rem 1rem;
    top: 6.2rem;
  }
  .course-details .chapters .list-wrapper .list h2 {
    top: -1px;
  }
  .content-col {
    width: 100%;
  }
}/*# sourceMappingURL=responsive.css.map */