* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lexend Deca", sans-serif;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

input {
  border: 0;
  outline: 0;
}

a {
  text-decoration: none;
}

.w-full {
  width: 100%;
}

.relative {
  position: relative;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.hidden {
  display: none !important;
}

#header {
  position: sticky;
  top: 0;
  transition: all 0.4s linear;
  background-color: white;
  z-index: 999;
}

.sticky-header {
  box-shadow: 0px 9px 47.5px rgba(63, 100, 141, 0.21);
}

.container {
  width: 100%;
  padding-right: 33px;
  padding-left: 33px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  display: flex;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 6.58px;
}

.header-logo {
  width: 151px;
  height: 37px;
}

.nav-container {
  display: none;
}

.mobile-menu {
  margin-left: auto;
  padding: 10px 0 10px 10px;
}

.mobile-search {
  display: flex;
  flex-direction: column;
  padding: 25px 0 10px;
}

.mobile-search-input {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 14px 17px 14px 60px;
}

.mobile-search-input::placeholder {
  color: #19124866;
}

.mobile-search-btn {
  position: absolute;
  top: 12px;
  left: 17px;
}

.mobile-category-container {
  width: 100%;
  padding-left: 33px;
  margin-top: 15px;
}

.mobile-category-title {
  color: #1D76D7;
  font-size: 22px;
  font-weight: 500;
}

.mobile-category-list {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding-bottom: 10px;
  gap: 23px;
  margin-top: 18px;
  padding-right: 33px;
}

.mobile-category-item {
  color: #191248;
  white-space: nowrap;
}

.mobile-category-item-active {
  font-weight: 600;
}

.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
}

.little-box {
  display: flex;
  align-items: center;
}

.little-box-svg {
  width: 43px;
  height: 5px;
}

.title {
  color: #191248;
  margin-top: 12.47px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.title-text {
  color: #6F6C90;
  font-size: 15.76px;
  font-weight: 300;
  text-align: center;
  margin-top: 12.65px;
}

.main-body {
  width: 100%;
  display: flex;
  gap: 33px;
  margin-top: 40px;
}

.category-container {
  display: none;
}

.detail-conatiner {
  width: 100%;
}

.first-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.first-box-cover {
  width: 100%;
  height: 200px;
  border-radius: 3.54px;
}

.first-box h2 {
  font-size: 17.81px;
  font-weight: 500;
  color: #191248;
  margin-top: 12.5px;
}

.first-box-text {
  color: #6F6C90;
  font-size: 17px;
  font-weight: 300;
  margin-top: 9px;
}

.publisher-information {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.publisher-cover {
  border-radius: 100%;
  width: 34px;
  height: 34px;
  object-position: center;
  object-fit: cover;
}

.publish-box {
  margin-left: 7.32px;
}

.publisher-name,
.publish-date {
  font-size: 11.39px;
  color: #858496;
  font-weight: 300;
}

.publish-date {
  margin-top: 3px;
}

.publisher-name span {
  font-weight: 400;
}

.first-box-btn {
  display: block;
  width: 100%;
  margin-top: 14.18px;
  background-color: #A0D7F6;
  padding: 18.23px 0;
  border-radius: 8.42px;
  color: #191248;
  font-size: 13.32px;
  font-weight: 600;
  text-align: center;
}

.previous-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 58.22px;
}

.previous-container h2 {
  color: #191248;
  font-size: 21.81px;
  font-weight: 500;
}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 41px 28px;
  margin-top: 34px;
}

.grid-item {
  width: 100%;
  grid-column: span 1 / span 1;
  display: block;
}

.item-cover {
  width: 100%;
  height: 151px;
  border-radius: 5px;
}

.item-title {
  color: #191248;
  font-size: 13.79px;
  font-weight: 500;
  margin-top: 10px;
}

.grid-item .publisher-cover {
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 4.811193466186523px rgba(0, 0, 0, 0.13);
  object-fit: none;
}

.grid-item .publisher-information {
  margin-top: 10px;
}

.grid-item .publish-box {
  margin-left: 6px;
}

.grid-item .publisher-name,
.grid-item .publish-date {
  font-size: 10.05px;
}

.previous-btn {
  display: block;
  width: 100%;
  margin-top: 40px;
  background-color: #A0D7F6;
  padding: 18.23px 0;
  border-radius: 8.42px;
  color: #191248;
  font-size: 13.32px;
  font-weight: 600;
  text-align: center;
}

.filter-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-page-title {
  color: #191248;
  font-size: 20px;
  font-weight: 500;
}

.clear-filter {
  color: #858496;
  font-size: 16px;
}

.search-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-page-title {
  color: #191248;
  font-size: 20px;
  font-weight: 500;
}

.search-page-title span {
  color: #19124894;
  font-size: 20px;
  font-weight: 400;
}

.clear-search {
  color: #858496;
  font-size: 16px;
}

.footer {
  width: 100%;
  background-color: #0c102a !important;
  margin-top: 100px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 27px;
}

.footer-first-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  width: 194px;
  height: 45px;
}

.linkedin {
  margin-top: 25px;
}

.footer-second-box {
  width: 100%;
  display: flex;
  gap: 82px 97px;
  flex-wrap: wrap;
  margin-top: 65px;
}

.footer-list-title {
  font-size: 21px;
  font-weight: 700;
  color: white;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 27px;
}

.footer-list-item {
  font-size: 15px;
  font-weight: 300;
  color: white;
  line-height: 40px;
}

.footer-third-box {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 70px;
}

.footer-email {
  width: 100%;
  padding: 6px 8px 6px 17.5px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 6.49px;
}

.footer-email-input {
  width: 100%;
  font-size: 12.17px;

}

.footer-email-input::placeholder {
  color: #161C2D;
}

.footer-email-btn {
  background-color: #A0D7F6;
  border-radius: 6.49px;
  padding: 12px 20px;
  margin-left: 8px;
  font-size: 13.8px;
  color: #191248;
}

.footer-third-box-text {
  font-size: 12.17px;
  margin-top: 12px;
  text-align: center;
  opacity: 0.7;
  color: white;
}

.footer-end {
  padding: 8px 0 11px;
  width: 100%;
  text-align: center;
  font-size: 12.34px;
  font-weight: 300;
  color: white;
  border-top: 1px #292F41 solid;
}

.modal-back {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #0000006e;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
}

.modal-container {
  width: 100%;
  border-radius: 8.4px;
  background-color: white;
  padding: 16px 22px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-size: 16.79px;
  color: #191248;
}

.close-modal-btn {
  width: 19.31px;
  height: 19.31px;
}

.demo-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 21px;
}

.fullName {
  display: flex;
  align-items: center;
  gap: 32px;
}

.form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.half-name {
  width: 50%;
}

.form-label {
  color: #191248;
  font-size: 12.59px;
}

.form-input {
  width: 100%;
  padding: 9.71px 11.57px;
  border-radius: 3.36px;
  border: 1.19px #EFF4FA solid;
  font-size: 10.91px;
}

.submit-demo {
  width: fit-content;
  background-color: #A0D7F6;
  color: #191248;
  border-radius: 6.72px;
  font-size: 12.59px;
  padding: 8.37px 56.29px;
  align-self: center;
  margin-top: 12px;
}

/* blog detail */

.inner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-link-item {
  font-size: 16.88px;
  color: #191248;
}

.nav-link-active {
  color: #1D76D7;
}

.back-home-btn {
  display: flex;
  align-items: center;
  color: #616161;
  font-size: 13.16px;
  font-weight: 500;
}

.back-home-btn svg {
  margin-right: 12px;
}

.inner-inner-container {
  display: flex;
  margin-top: 66px;
}

.left-side-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 20;
}

.left-side-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68.58px;
  height: 68.58px;
  background-color: #466C96;
  border-radius: 100%;
  position: sticky;
  top: 86vh;
}

.details-conatiner {
  width: 100%;
}

.detail {
  width: 100%;
  padding-bottom: 135px;
}

.detail-svg {
  width: 43.38px;
  height: 4.88px;
}

.detail-title {
  margin-top: 12px;
  color: #191248;
  font-size: 21.69px;
  font-weight: 700;
  line-height: 33.6px;
}

.detail-text-title {
  margin-top: 13px;
  font-size: 15.76px;
  color: #6F6C90;
  font-weight: 300;
}

.detail-image {
  width: 100%;
  height: 200px;
  border-radius: 3.54px;
  margin-top: 28px;
}

.detail .publisher-information {
  margin-top: 12.25px;
}

.detail-text {
  font-size: 17px;
  color: #6F6C90;
  font-weight: 300;
  line-height: 30px;
  margin-top: 12px;
}

.detail-text * {
  margin: revert;
  padding: revert;
}

.detail-text img {
  width: 100%;
  height: 200px;
  border-radius: 3.54px;
  margin-top: 28px;
}

.detail-sub-title {
  font-size: 17.81px;
  color: #191248;
  font-weight: 500;
  margin-top: 12px;
}

.right-side-btns {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 20;
}

.right-side-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linked-div {
  position: sticky;
  top: 78vh;
}

.right-side-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 19.203947067260742px #0000001a;
  background-color: white;
  border-radius: 100%;
}

.linkedin-link {
  margin-top: 15px;
}

.time-read {
  display: none;
}

.recent-articles {
  margin-top: 25px;
}

.recent-top-logo {
  width: 43.39px;
  height: 4.88px;
}

.recent-title {
  font-size: 21.81px;
  color: #191248;
  font-weight: 500;
  margin-top: 12px;
}

.mobile-menu-container {
  width: 100%;
  background-color: white;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 27px 50px;
  overflow-y: auto;
}

.mobile-menu-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  gap: 42px;
}

.mobile-menu-list-group {
  width: 100%;

}

.mobile-menu-group-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.mobile-menu-group-title h3 {
  font-size: 27.63px;
  color: #342E5E;
  font-weight: 400;
}

.mobile-menu-group-title hr {
  width: 100%;
  margin-left: 15px;
}

.mobile-menu-group-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #191248;
  font-size: 22.86px;
  font-weight: 400;
}

@media(min-width: 1024px) {

  .sticky-header {
    box-shadow: 0px 5px 27.5px rgba(63, 100, 141, 0.21);
  }

  .container {
    max-width: 1680px;
    padding-right: 216px;
    padding-left: 216px;
  }

  .header {
    padding-top: 41px;
    padding-bottom: 24px;
  }

  .header-logo {
    width: unset;
    height: unset;
  }

  .nav-container {
    display: flex;
    align-items: center;
    width: calc(100% - 194px);
  }

  .navbar {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: 64px;
  }

  .navbar-dropdown {
    position: relative;
  }

  .dropdown-title {
    color: #191248;
    font-size: 17px;
    cursor: pointer;
  }

  .dropdown-box {
    width: 223px;
    position: absolute;
    left: 0;
    top: 0;
    background: #121737;
    box-shadow: 0px 0px 8.899999618530273px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    padding: 23px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .dropdown-item {
    color: white;
    font-size: 16.74px;
  }

  .navbar-dropdown:hover .dropdown-box {
    opacity: 100;
    visibility: visible;
    top: 30px;
  }

  .header-buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .header-button-login {
    background-color: white;
    border: 1.7px solid #342E5E;
    padding: 11px 40.5px;
    border-radius: 10px;
    color: #342E5E;
    font-size: 15px;
    font-weight: 600;
  }

  .header-button-demo {
    margin-left: 6px;
    background-color: #A0D7F6;
    border: 1.7px solid #A0D7F6;
    padding: 11px 19.5px;
    border-radius: 10px;
    color: #342E5E;
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-menu,
  .mobile-search {
    display: none;
  }

  .title-container {
    margin-top: 71px;
  }

  .little-box-svg {
    width: unset;
    height: unset;
  }

  .title {
    margin-top: 23px;
    font-size: 40px;
  }

  .title-text {
    font-size: 18px;
    font-weight: 400;
    margin-top: 23px;
  }

  .main-body {
    margin-top: 84px;
  }

  .category-container {
    display: block;
    width: 344px;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 2px 5px 21.299999237060547px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 155px;
    height: fit-content;
  }

  .search-input {
    width: 100%;
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 10px 17px 10px 60px;
  }

  .search-input::placeholder {
    color: #19124866;
  }

  .search-btn {
    position: absolute;
    top: 7px;
    left: 17px;
  }

  .category-container-inner {
    width: 100%;
    margin-top: 28.16px;
  }

  .category-title {
    color: #1D76D7;
    font-size: 28.38px;
    font-weight: 500;
  }

  .category-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 23.84px;
  }

  .category-item {
    font-size: 14.29px;
    color: #191248;
    white-space: nowrap;

  }

  .category-item-active {
    font-weight: 600;
  }

  .detail-conatiner {
    width: calc(100% - 377px);
  }

  .first-box-cover {
    height: 451px;
    border-radius: 8px;
  }

  .first-box h2 {
    font-size: 26.81px;
    margin-top: 33px;
  }

  .first-box-text {
    font-size: 18px;
    margin-top: 14px;
  }

  .publisher-cover {
    width: 42px;
    height: 42px;
  }

  .publish-box {
    margin-left: 9px;
  }

  .publisher-name,
  .publish-date {
    font-size: 14px;
  }

  .publish-date {
    margin-top: 4px;
  }

  .publisher-name span {
    font-weight: 400;
  }

  .first-box-btn {
    width: fit-content;
    margin-top: 22.57px;
    padding: 15.79px 69.5px;
    border-radius: 7.29px;
    font-size: 11.54px;
  }

  .previous-container {
    margin-top: 70.86px;
  }

  .previous-container h2 {
    font-size: 26.81px;
    align-self: flex-start;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 53px 24px;
    margin-top: 53px;
  }

  .item-cover {
    height: 242px;
    border-radius: 8px;
  }

  .item-title {
    font-size: 16.81px;
    font-weight: 400;
    margin-top: 12px;
  }

  .grid-item .publisher-cover {
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 5.566504001617432px rgba(0, 0, 0, 0.13);
  }

  .grid-item .publish-box {
    margin-left: 9px;
  }

  .grid-item .publisher-name,
  .grid-item .publish-date {
    font-size: 11.63px;
  }

  .previous-btn {
    width: fit-content;
    margin-top: 52px;
    padding: 15.79px 74px;
    border-radius: 7.29px;
    font-size: 11.54px;
  }

  .filter-page-title {
    font-size: 26.81px;
  }

  .search-page-title {
    font-size: 26.81px;
  }

  .search-page-title span {
    font-size: 22px;
    font-weight: 400;
  }

  .footer {
    margin-top: 111px;
  }

  .footer-container {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 124px;
    padding-bottom: 100px;
  }

  .footer-first-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: unset;
    height: unset;
  }

  .linkedin {
    margin-top: 40px;
  }

  .footer-second-box {
    width: calc(100% - 693px);
    gap: 61px;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-left: 61px;
    justify-content: space-between;
  }

  .footer-list-title {
    opacity: 0.65;
    font-size: 15px;
    font-weight: 400;
    color: white;
  }

  .footer-list {
    gap: 30px;
    margin-top: 35px;
  }

  .footer-list-item {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
  }

  .footer-third-box {
    width: 336px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: 102px;
  }

  .footer-third-box-text {
    margin-top: 19px;
    text-align: left;
  }

  .footer-end {
    padding: 14px 0 14px;
    font-size: 15.34px;
  }

  /* blog detail */

  .inner-container {
    padding-left: 190px;
    padding-right: 190px;
  }

  .nav-link-container {
    margin-top: 85px;
  }

  .nav-link-item {
    font-size: 18.21px;
  }


  .back-home-btn {
    font-size: 14.52px;
  }

  .back-home-btn svg {
    margin-right: 11px;
  }

  .inner-inner-container {
    margin-top: 30px;
  }

  .left-side-btn {
    left: -130px;
  }

  .left-side-btn a {
    width: 55px;
    height: 55px;
    background-color: #466c9666;
    top: 90 vh;
  }

  .left-side-btn a svg {
    width: 12px;
    height: 18px;
  }

  .left-side-btn a svg path {
    stroke: #3F5165;
  }

  .detail {
    padding-bottom: 0;
  }

  .detail-svg {
    width: unset;
    height: unset;
  }

  .detail-title {
    margin-top: 11px;
    font-size: 40px;
    line-height: 62px;
  }

  .detail-text-title {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 400;
  }

  .detail-image {
    height: 451px;
    border-radius: 8px;
    margin-top: 35px;
  }

  .detail .publisher-information {
    margin-top: 19px;
  }

  .detail-text {
    font-size: 18px;
    margin-top: 19px;
  }

  .detail-text img {
    height: 451px;
    border-radius: 8px;
    margin-top: 35px;
  }

  .detail-sub-title {
    font-size: 26.81px;
    margin-top: 29px;
  }

  .right-side-btns {
    right: -215px;
  }

  .right-side-inner {
    height: unset;
    position: sticky;
    top: 69vh;
  }

  .linked-div {
    position: relative;
    top: auto;
  }

  .right-side-btns a {
    width: 60px;
    height: 60px;
    box-shadow: none;
    background-color: #1d76d736;
  }

  .linkedin-link {
    margin-top: 15px;
  }

  .time-read {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 28px;
    background-color: #1D76D7;
    color: white;
    border: 7px solid #BFDEFF;
    border-radius: 47.15px;
  }

  .time-read span {
    font-size: 14px;
    font-weight: 600;
  }

  .time-read p {
    font-size: 12.55px;
    font-weight: 300;
  }

  .recent-articles {
    margin-top: 181px;
  }

  .recent-top-logo {
    width: unset;
    height: unset;
  }

  .recent-title {
    font-size: 26.81px;
    margin-top: 21px;
  }

  .recent-articles .grid-container {
    margin-top: 74px;
  }

  .modal-container {
    width: 460px;
    border-radius: 10px;
    padding: 20px 27px;
  }

  .modal-title {
    font-size: 20px;
  }

  .close-modal-btn {
    width: unset;
    height: unset;
  }

  .demo-form {
    gap: 14px;
    margin-top: 24px;
  }

  .fullName {
    gap: 38px;
  }

  .form-item {
    gap: 11px;
  }

  .form-label {
    font-size: 15px;
  }

  .form-input {
    padding: 12px 14px;
    border-radius: 4px;
    border: 1.42px #EFF4FA solid;
    font-size: 13px;
  }

  .submit-demo {
    border-radius: 8px;
    font-size: 15px;
    padding: 10px 67px;
    margin-top: 14px;
  }
}