*{
    margin: 0;
}
/* navbar */
.nav-item:hover{
  border-top: 2px solid #1A77AA;
  background-color: linea;
  background-image: linear-gradient(rgba(26, 119, 170, 0.2), rgba(26, 119, 170, 0));
}

.app-wrap{
    min-height: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
}
/* navbar */
.nav-mobile{
top: 44px;
padding: 16px ;
background-color: #1A77AA;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.name-profile{
    font-size: var(--text-body-lg, 1.375rem);
    color: white;
}
.description-profile{
    font-size: var(--text-body-sm, 1rem);
    color: white;

}
.description-profile-login{
  color: var(--State-White, #FFF);
font-size: var(--text-body, 1.125rem);
font-style: normal;
font-weight: 500;
line-height: 18px; /* 120% */
}
.icon-button {
    position: relative;
    
  }
  
  .icon-button:hover {
    cursor: pointer;
  }
  
  .icon-button:active {
    background: #cccccc;
  }
  
  .icon-button__badge {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 18px;
    height: 18px;
    padding: 2px 4px;
    font-size: var(--text-caption, 0.9375rem);
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  /* end navbar */
  /* sliders */
  .swiper {
    width: 100%;
  }
  .swiper-2 {
    width: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: var(--text-body-lg, 1.375rem);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;

  }

  .border-radius-slide img{
    border-radius: 16px !important;

  }
  .border-radius-livecourse img{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  /* end sliders */
  .swiper-slide-2 {
    width: 90% !important;
    margin-right: 15px !important;
  }
  .swiper-slide-3 {
    width: 85% !important;
    margin-right: 15px !important;
  }
  /* online course title */
  .online-course-title{
    width: 100%;
    min-height: 0;
    height: auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
  }
  .online-course-black{
    color: black;
    font-size: var(--text-body-lg, 1.375rem);
    font-weight: 600;
    line-height: 22px;
    word-wrap: break-word;
  }
  .see-all{
    color: #1a77aa;
    font-size: var(--text-body-sm, 1rem);
    font-weight: 600;
    line-height: 16px;
    word-wrap: break-word;
  }
  .content-online-course{
    width: 100%;
    padding: 16px;
    background: #f4f9e9;
    border-radius: 16px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    flex-direction: column;
    
  }
  .subcontent-online-course{
      flex: 1 1 0;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 4px;
      display: inline-flex;
    }
    .title-online-course{
        color: black;
        font-size: var(--text-body, 1.125rem);
        font-weight: 600;
        line-height: 18px;
        word-wrap: break-word;
    }
    .description-online-course{
        align-self: stretch;
        color: black;
        font-size: var(--text-body-sm, 1rem);
        font-weight: 400;
        line-height: 16px;
        word-wrap: break-word;
    }

    /* kamus */
    .kamus{
      width: 100%;
      min-height: 168px;
      height: auto;
      padding: 8px;
      border-radius: 16px;
      overflow: visible;
      /* background-image: url(https://via.placeholder.com/343x168); */
      justify-content: flex-start;
      align-items: center;
      gap: 8px;
      display: inline-flex;
background: url('./../../assets-statis/bg-kamus.jpeg');
background-repeat: repeat-x;
background-attachment: scroll;
background-size: cover;
    }
    .kamus-word{
      flex: 1 1 0;
                  align-self: stretch;
                  padding: 8px;
                  background: white;
                  border-radius: 16px;
                  overflow: visible;
                  flex-direction: column;
                  justify-content: space-between;
                  align-items: center;
                  display: inline-flex;
    }
    .kamus-word-day{
      align-self: stretch;
      text-align: center;
      color: black;
      font-size: var(--text-body-sm, 1rem);
      font-family: Inter;
      font-weight: 600;
      line-height: 16px;
      word-wrap: break-word;
    }
    .description-word-day{
      align-self: stretch;
      text-align: center;
      color: #1a77aa;
      font-size: var(--text-h3, 1.5rem);
      font-weight: 600;
      line-height: 32px;
      word-wrap: break-word;
    }
    .kamus-picture{

      align-self: stretch;
      text-align: center;
      color: black;
      font-size: var(--text-body-lg, 1.375rem);
      font-weight: 600;
      line-height: 22px;
      word-wrap: break-word;
    }
    .kamus-word-picture{
      flex: 1 1 0;
                  padding: 8px;
                  background: white;
                  border-radius: 16px;
                  overflow: visible;
                  flex-direction: column;
                  justify-content: flex-start;
                  align-items: center;
                  gap: 4px;
                  display: inline-flex;
    }
    @media (max-width: 992px) { 
.container-nav{
  margin: 0 !important;
  max-width: 100% !important;
}
.container-content{
padding: 20px;
  max-width: 100% !important;
}
     }
    .kamus-description-picture{
      align-self: stretch;
      text-align: center;
      color: black;
      font-size: var(--text-body-sm, 1rem);
      font-weight: 600;
      line-height: 16px;
      word-wrap: break-word;
    }
    .description-picture{
      align-self: stretch;
                    text-align: center;
                    color: #1a77aa;
                    font-size: var(--text-h3, 1.5rem);
                    font-weight: 600;
                    line-height: 32px;
                    word-wrap: break-word;
    }
.swiper-slide-online-course{
  width: 96%;
  margin-right: 15px !important;
}
.swiper-slide-live-course{
  width: 90%;
  margin-right: 15px !important;
}
    /* testimonial */
    .content-online-course-testi{
      width: 100%;
      min-height: 97.91px;
      padding: 16px;
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 16px;
      display: inline-flex;

      box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.08);
      
    }
    .subcontent-online-course{
        flex: 1 1 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
        display: inline-flex;
        width: 100%;
      }
      .title-online-course{
          color: black;
          font-size: var(--text-body-sm, 1rem);
          font-weight: 600;
          line-height: 18px;
          word-wrap: break-word;
      }
      .description-online-course{
          color:  #4F4F4F;
          font-size: var(--text-body-sm, 1rem);
          font-weight: 400;
          line-height: 16px;
          word-wrap: break-word;
          text-align: left;
      }
  
      /* dictornary */
      
      .file-credit {
        font-size: var(--text-body, 1.125rem);
    }

    @media (min-width: 768px) {
        .file-credit {
            font-size: var(--text-body-lg, 1.375rem);
        }
    }

    @media (min-width: 992px) {
        .file-credit {
            font-size: var(--text-h3, 1.5rem);
        }
    }