
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
}
/* h1 {

} */
h2 {
  font-weight: 500;
  line-height: normal;
  font-size: 36px;

  @media (min-width: 992px) {
    font-size: 48px;
  }

  @media (min-width: 1441px) {
    font-size: 56px;
  }
}
/* h3{

} */
h4 {
  font-weight: 400;
  line-height: normal;
  font-size: 12px;

  @media (min-width: 992px) {
    font-size: 18px;
  }

  @media (min-width: 1441px) {
    font-size: 20px;
  }
}

h5 {
  font-weight: 400;
  line-height: normal;
  font-size: 12px;

  @media (min-width: 992px) {
    font-size: 18px;
  }

  @media (min-width: 1441px) {
    font-size: 20px;
  }
}

.card-title-featured {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;

  @media (min-width: 768px) {
    font-size: 18px;
  }

  @media (min-width: 1441px) {
    font-size: 24px;
  }
}

.card-title-v1 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;

  @media (min-width: 576px) {}


  @media (min-width: 992px) {
    font-size: 18px;
  }

  @media (min-width: 1200px) {}

  @media (min-width: 1441px) {
    font-size: 24px;
  }
}

.card-title-v2 {
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  margin-bottom: 0;

  @media (min-width: 992px) {
    font-size: 14px;
  }

  @media (min-width: 1441px) {
    font-size: 18px;
  }
}

.card-title-v3 {
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 0;

  @media (min-width: 992px) {
    font-size: 16px;
  }

  @media (min-width: 1441px) {
    font-size: 20px;
  }
}

.card-title-v4 {
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 0;

  @media (min-width: 992px) {
    font-size: 16px;
  }

  @media (min-width: 1441px) {
    font-size: 20px;
  }
}

.card-title-v5 {
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 0;

  @media (min-width: 1441px) {
    font-size: 18px;
  }
}

.description {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  
  @media (max-width: 576px) {
    -webkit-line-clamp: 3;
  }
  
  @media (min-width: 1441px) {
    font-size: 16px;
  }
}

.card-inner-wrp .content-wrp .title {
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.update-wrp-lg {
  line-height: normal;
  font-size: 8px;
  display: flex;
  flex-direction: row;
  color: var(--gray-100);
  
  @media (min-width: 768px) {
    font-size: 16px;
  }
}
.update-wrp-lg span {
  display: block;
}

.update-category {
  position: relative;
  color: var(--primary);
}

.update-category::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 1px;
  background-color: var(--text);

  
  @media (min-width: 768px) {
    height: 14px;
  }
}

.update-wrp-lg .update-category{
  margin-right: 8px;
  padding-right: 8px;

  @media (min-width: 768px) {
    margin-right: 14px;
    padding-right: 14px;
  }
}

.card-v2 .update-wrp-lg,
.card-v3 .update-wrp-lg {
  line-height: normal;
  font-size: 8px;
  
  @media (min-width: 576px) {
    font-size: 10px;
  }
}

.nav-item {
  color: var(--text) !important;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  position: relative;
}

.fnav-item {
  position: relative;
  text-decoration: none;
}

.fnav-item::after,
.nav-item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background-color: var(--secondary);
  width: 0;
  will-change: width;
  transition: width 0.25s ease-in-out;
}

.nav-item::marker {
  display: none;
}

footer .section-bottom .navigation-wrp a.nav-item:hover,
.fnav-item:hover,
.nav-item:hover {
  color: var(--secondary) !important;
  text-decoration: none;
}

.fnav-item:hover::after,
.nav-item:hover::after {
  width: 100%;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .nav-item {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .nav-item {
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  .nav-item {
    font-size: 18px;
  }
}