main {
  margin-top: 175px;
}

@media (max-width: 1024px) {
  main {
    margin-top: 165px;
  }
}

@media (max-width: 640px) {
  main {
    margin-top: 107px;
  }
}

@media screen and (min-width: 320px) and (max-width: 429px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 430px) {
  .container {
    max-width: 400px;
  }
}

@media (min-width: 744px) {
  .container {
    max-width: 715px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 748px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1640px) {
  .container {
    max-width: 1600px !important;
  }
}

/* header */

header a.btn-epaper {
  color: #fff;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

header nav ul li a {
  color: #fbfbfb;
  font-size: 24px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

header ul.nested-dopdown li a {
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

header .tag-buttons.container {
  border-top: 1px solid #ffc200;
  padding-top: 20px;
  margin-top: -10px;
  padding-bottom: 10px;
  list-style: none;
}

header .bottom-nav.inner .tag-buttons.container {
  border-bottom: 1px solid #ffc200;
  padding-bottom: 20px;
}

header .tag-buttons.nav-2 {
  border-bottom: 1px solid #ffc200;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

header ul.desktop-links li a {
  color: #fbfbfb;
  font-size: 27px;
  line-height: 1;
  font-family: 'Barlow Semi Condensed';
  font-weight: 400;
  word-wrap: break-word;
  display: inline-flex;
}

header .tag-buttons.container a {
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  color: #fff;
  font-size: 14.7px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  height: 100%;
  border-radius: 10px;
  border: 1px #fff solid;
}

header .first {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
}

header .first.scrolled {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
  height: auto;
  min-height: 70px;
}

header .first {
  transition: all 0.3s ease;
}

header .logo {
  transition: all 0.3s ease;
}

header nav ul.dropdown-content {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  position: absolute;
  margin-top: 0.4rem;
  z-index: 9;
  background: linear-gradient(180deg, #ffe697 0%, #ffc200 100%);
  left: 0;
  right: 0;
  max-height: 35rem;
}

header nav ul.dropdown-content.show {
  display: flex;
}

header nav ul.dropdown-content a {
  color: #0039aa;
  font-size: 24px;
  font-family: 'Barlow Semi Condensed';
  font-weight: 700;
  word-wrap: break-word;
}

header nav ul.dropdown-content li {
  margin: 5px;
}

header .e-paper {
  color: #fff;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed';
  font-weight: 400;
  word-wrap: break-word;
}

header button span {
  background: #fff;
}

header .sign-in {
  color: #fbfbfb;
  font-size: 27px;
  line-height: 2;
  font-family: 'Barlow Semi Condensed';
  font-weight: 700;
  word-wrap: break-word;
}

header .hamberger-menu {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
  padding: 1rem;
  top: 0;
  right: 0;
  left: 0;
  z-index: 49;
  overflow-y: auto;
  position: fixed;
  height: 100vh;
  overscroll-behavior: contain;
  display: none;
}

header .menu-overlay {
  pointer-events: none;
  z-index: -1;
}

header .menu-content {
  position: relative;
  z-index: 2;
  min-height: 100%;
}

header .hamburger-btn {
  transition: all 0.3s ease;
}

header .hamburger-line {
  background-color: #fff;
  transition: all 0.3s ease;
}

header .hamburger-btn:hover .hamburger-line {
  background-color: #ffc200;
}

header .hamburger-btn.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #ffc200;
}

header .hamburger-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

header .hamburger-btn.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
  background-color: #ffc200;
}

header .dropdown-grid {
  display: flex;
}

header .nested-dropdown.active .nested-dropdown-content {
  display: flex !important;
  flex-direction: column;
}

header .mobile-dropdown .mobile-nested-dropdown .mobile-nested-dropdown-content a {
  display: block;
}

header nav .dropdown .dropdown-content .dropdown-grid .nested-dropdown {
  display: flex;
  align-items: flex-start;
}

header .first {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
  transition: all 0.3s ease;
}

.first.scrolled {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
  height: auto;
  padding: 10px 0;
}

.first.scrolled .top-nav,
.first.scrolled .bottom-nav {
  display: none;
}

.first.scrolled .navigation {
  padding: 0;
}

.first.scrolled .logo {
  width: 90px;
  transition: all 0.3s ease;
}

.first.scrolled nav {
  padding: 0;
}

nav ul li a {
  color: #fbfbfb;
  font-size: 24px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: linear-gradient(180deg, #ffe697 0%, #ffc200 100%);
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 40;
  padding: 1rem;
  margin-top: 0.5rem;
}

.dropdown.active .dropdown-content {
  display: block;
}

.dropdown-icon,
.nested-dropdown-icon,
.mobile-dropdown-icon,
.mobile-nested-dropdown-icon {
  transition: transform 0.2s ease-in-out;
}

.dropdown.active .dropdown-icon,
.mobile-dropdown.active > a .mobile-dropdown-icon {
  transform: rotate(180deg);
}

.nested-dropdown.active .nested-dropdown-icon,
.mobile-nested-dropdown.active > a .mobile-nested-dropdown-icon {
  transform: rotate(90deg);
}

.nested-dropdown-content {
  display: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.nested-dropdown.active .nested-dropdown-content {
  display: block;
}

.mobile-dropdown a,
.mobile-nested-dropdown a {
  padding: 0.5rem 0;
  display: block;
  color: white;
}

.dropdown-enter {
  opacity: 0;
  transform: translateY(-10px);
}

.dropdown-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 200ms, transform 200ms;
}

.dropdown-exit {
  opacity: 1;
  transform: translateY(0);
}

.dropdown-exit-active {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 200ms, transform 200ms;
}

@media (max-width: 1024px) {
  header nav ul li a {
    font-size: 16px;
  }

  header .tag-buttons.container a {
    padding: 0.5rem 0.25rem;
  }

  header nav ul.dropdown-content a {
    font-size: 16px;
  }

  header ul.nested-dopdown li a {
    font-size: 16px !important;
    line-height: 12px;
  }

  header .first.scrolled {
    min-height: 60px;
  }

  header .tag-buttons.nav-2 {
    min-width: max-content;
  }

  header .bottom-nav {
    overflow: scroll;
  }

  header nav .dropdown .dropdown-content .dropdown-grid .nested-dropdown a {
    padding-right: 10px;
    min-width: max-content;
}
}

@media (max-width: 768px) {
  header .menu-content {
    padding-top: 4rem;
    padding-left: 1rem;
  }

  header .menu-anchor {
    font-size: 24px;
  }

  header .navigation {
    overflow: scroll;
  }

  header .navigation > ul {
    width: max-content;
  }

  header .navigation ul li a {
    white-space: nowrap;
  }

  .first.scrolled .logo {
    padding-right: 5px;
}
}

@media (min-width: 768px) {
  header .scrolled .logo {
    width: 90px;
  }
}

@media (max-width: 767px) {
  header .tag-buttons.container a {
    font-size: 12.7px;
  }
}

@media (max-width: 640px) {
  header .first {
    padding: 0 15px 6px;
  }

  header .first.scrolled {
    min-height: 70px;
  }

  header ul li .menu-anchor {
    font-size: 24px;
  }

  header ul.desktop-links li a {
    font-size: 24px;
  }

  nav ul.dropdown-content a {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  nav ul li a {
    font-size: 16px;
  }

  .first.scrolled {
    min-height: auto;
  }
}

@media (max-width: 1024px) {

  .mobile-dropdown-content,
  .mobile-nested-dropdown-content {
    padding-left: 1rem;
  }

  header nav ul li.dropdown .dropdown-content a {
    color: #003194;
}

  /* header .dropdown-grid {
    flex-direction: column;
} */

/* .dropdown.active .dropdown-content {
  display: flex !important;
  flex-direction: column;
  padding-top: 0;
} */

}

@media (min-width: 1025px) {
  header nav ul li.dropdown .dropdown-content a {
    color: #003194;
    padding-right: 15px;
  }
  }

  @media screen and (max-width: 1023px) {
    .bizz-buzz-special iframe {
      height: 400px;
  }
    
  }

@media (max-width: 640px) {
  header .first.scrolled nav .navigation {
    display: none;
  }

  header .first.scrolled .top-nav {
    order: 1;
    display: flex;
    justify-content: flex-end;
}

header .first.scrolled {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
}

/* market */

@media (max-width: 1366px) {
  .market-data.card-wrapper {
    overflow: scroll;
  }

  .market-data.card-wrapper .market-cards {
    width: -moz-max-content;
    width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.market-data h3.name {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}

.market-data p.item {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.market-data span.change {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: right;
}

.market-data.card-wrapper {
  background: linear-gradient(180deg, #ffe697 0%, #ffc200 100%);
  padding-left: 10px;
  padding-right: 10px;
}

.market-data .card {
  width: 193px;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.market-data .market-cards {
  display: flex;
  gap: 1rem; 
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 
}

.market-data .market-cards::-webkit-scrollbar {
  height: 8px;
}

.market-data .market-cards::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media (min-width: 1900px) {
  .market-data .card {
    width: 256px;
  }
}

@media (max-width: 1280px) {
  .market-data .card {
    width: 180px;
  }

  .market-data h3.name {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .market-data .card {
    width: 156px;
  }

  .market-data h3.name {
    font-size: 10px;
  }

  .market-data p.item {
    font-size: 14px;
  }

  .market-data span.change {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .market-data .radious-box .radious-box-strip {
    font-size: 18px;
  }
}

/* top news */

section.top-news {
  max-width: 1896px;
  margin: auto;
}

.desktop-layout {
  display: flex;
}

.skyscraper-ad {
  width: 124px;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaeaea;
}

.main-content {
  max-width: 100%;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #ffc200; */
}

.buzzing {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffc200;
}

.radious-box {
  margin: 0 0 1rem;
  position: relative;
  background: linear-gradient(180deg, #0039aa 0%, #002164 100%);
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 15px;
}

.radious-box .radious-box-strip-head {
  color: #fff;
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

.radious-box .radious-box-strip {
  background: linear-gradient(180deg, #fbfbfb 0%, #d4d4d4 100%);
  border-radius: 10px;
  position: absolute;
  padding: 0.25rem 0;
  padding-left: 1.5rem;
  top: 30px;
  left: 0;
  right: 0;
  color: #000;
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.news-card {
  transition: transform 0.2s ease-in-out;
  background: linear-gradient(180deg, #ffe697 0, #ffc200 100%);
  border-radius: 10px;
  padding: 8px;
}

.news-card:hover {
  transform: translateY(-4px);
}

.top-news h2 {
  color: #000;
  font-size: 28px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  text-transform: uppercase;
}

.news-card img {
  border-radius: 8px;
}

.card-content h5 {
  color: #000;
  font-size: 15px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  word-wrap: break-word;
  margin-top: 10px;
  line-height: 16.8px;
  text-transform: uppercase;
}

.card-content h3 {
  color: #000;
  font-size: 21px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.card-content p {
  color: #000;
  font-size: 14px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  word-wrap: break-word;
}

@media (max-width: 1280px) {
  .skyscraper-ad {
    width: 50px;
  }

  section p.ad {
    display: none;
  }
}

@media (max-width: 1024px) {
  .skyscraper-ad {
    display: none;
  }
}

@media (max-width: 767px) {
  .radious-box .radious-box-strip {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .buzzing.container {
    margin-bottom: 15px;
  }

  section.top-news .wrapper {
    overflow: scroll;
    display: flex;
  }

  .news-card {
    width: 287px;
    min-width: max-content;
  }

  .card-content h3 {
    max-width: 300px;
  }

  section.top-news {
    margin-right: 30px;
  }
}

/* news capsule */

.news-capsule {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffc200;
}

.news-capsule .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
  border-radius: 10px;
}

.news-capsule .card:hover {
  background: linear-gradient(180deg, #002164 0, #0039aa 100%);
}

.news-capsule h2 {
  color: #000;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  text-transform: uppercase;
}

.news-capsule h3 {
  color: #fff;
  font-size: 18px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.news-capsule p {
  color: #fff;
  font-size: 13px;
  font-family: Barlow Semi Condensed;
  font-weight: 500;
  word-wrap: break-word;
}

@media (max-width: 640px) {
  .news-capsule .card {
    min-width: max-content;
  }

  .news-capsule .wrapper {
    overflow: scroll;
    display: flex;
  }

  .news-capsule h3 {
    max-width: 350px;
  }
}

/* latest news */

.latest-news h2 {
  color: #000;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  text-transform: uppercase;
}

.latest-news a.read-more {
  color: #0039aa;
  font-size: 17px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  word-wrap: break-word;
}

.latest-news h3 {
  color: #000;
  font-size: 16px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-top: 5px;
}

.latest-news p.left {
  color: #000;
  font-size: 22px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.2;
}

.latest-news .image-wrapper {
  min-width: 100px;
  height: 55px;
  border-radius: 15px 0px 0px 0px;
}

.latest-news p.right {
  color: #000;
  padding: 2px 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
}

.news-wrapper {
  height: 60px;
  display: flex;
  align-items: flex-start;
  border-bottom: 0.5px dotted #f89315;
}

.news-wrapper:last-child {
  border-bottom: 0;
}

/* bizzbuzz special */

.bizz-buzz-special {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffc200;
}

.bizz-buzz-special .news-section {
  background: linear-gradient(180deg, #ffe697 0, #ffc200 100%);
  border-radius: 10px;
  padding: 1.3rem 1.5rem;
}

.bizz-buzz-special h2 {
  color: #000;
  font-size: 1.5rem;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  margin: 0.5rem 0;
}

.bizz-buzz-special .right {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bizz-buzz-special h3 {
  color: #000;
  font-size: 1.25rem;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5rem;
}

.bizz-buzz-special p.date {
  font-family: Barlow Semi Condensed;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bizz-buzz-special p.desc {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

/* videos section */

.videos-section {
  margin-bottom: 15px;
}

.video-card {
  height: auto;
  flex: 0 0 calc(100% - 16px);
}

.video-image {
  aspect-ratio: 16 / 9;
  height: auto;
}

.video-card .overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.videos-section h2 {
  color: #000;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
}

.videos-section .background {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.videos-section .play-icon {
  font-size: 30px;
}

.videos-section .category {
  font-family: Barlow Semi Condensed;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
}

.videos-section h3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  line-height: 1.2;
  padding-bottom: 6px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.4rem;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
}

.videos-section .date {
  font-family: Barlow Semi Condensed;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .video-cards-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .video-cards-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .video-card {
    flex: 0 0 calc(100% - 16px);
  }

  .video-image {
    aspect-ratio: 16 / 9;
  }
}

/* podcasts section */

.podcasts-section {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
}

.podcasts-section .podcast-cards-container {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffc200;
}

.podcasts-section .podcast-card {
  height: 312px;
}

.podcasts-section .podcast-card .overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.podcasts-section h2 {
  color: #000;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.podcasts-section svg {
  font-size: 30px;
}

.podcasts-section .duration {
  font-family: Barlow Semi Condensed;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.podcasts-section .text-content {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
}

.podcasts-section h3 {
  color: #fff;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 500;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.75rem;
  min-height: 69px;
}

.podcasts-section .date {
  font-family: Barlow Semi Condensed;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.podcasts-section .overlay {
  justify-content: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

@media screen and (max-width: 1024px) {
  .podcasts-section .podcast-card {
    height: 292px;
  }
}

@media screen and (max-width: 768px) {
  .podcasts-section .podcast-card {
    height: 252px;
  }
}

/* visual stories */

.visual-stories {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
}

.visual-stories .card {
  height: 350px;
}

.visual-stories .to-black\/80 {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.visual-stories .background {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.visual-stories .bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.visual-stories .wrapper {
  height: 140px;
}

.visual-stories h2 {
  color: #000;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.visual-stories span.category {
  font-family: Barlow Semi Condensed;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.visual-stories .story {
  font-family: Barlow Semi Condensed;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visual-stories .time {
  font-family: Barlow Semi Condensed;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .visual-stories .card {
    width: 225px;
  }
}

/* commodity prices */

.commodity-prices {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
}

.commodity-prices h2 {
  color: #000;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .advertisements {
    display: none;
  }
}

.commodity-prices iframe {
  min-height: 450px;
}

.commodity-prices .ad-card {
  min-height: 218px;
}

/* short videos */

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.short-videos {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
}

.short-videos .wrapper {
  min-height: 385px;
}

.short-videos h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

.short-videos span.category {
  color: #fff;
  font-size: 13px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.short-videos h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.2;
  min-height: 85px;
}

.short-videos span.date {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
  color: #fff;
}

.short-videos .videos-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));
  gap: 16px;
}

@media (max-width: 1279px) {
  .short-videos .videos-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 16px;
  }

  .short-videos .videos-container {
    display: flex;
    gap: 16px;
  }

  .short-videos .wrapper {
    flex: 0 0 auto;
    width: 224px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .short-videos .videos-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

.short-videos .bg-gradient-to-b {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.8)
  );
}

.short-videos button {
  background-color: rgb(255 255 255 / 0.6);
  top: 36%;
  left: 5%;
}

/* market industry */

.market-industry {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
}

.market-industry .title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
}

.market-industry .left-align-list-title {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 0;
}

.market-industry .card-wrapper {
  min-height: 330px;
}

.market-industry h5.category {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 0;
}

.market-industry h3.sub-title {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.market-industry h5.time {
  font-family: Barlow Semi Condensed;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.market-industry h4.title {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 0;
}

.market-industry h4.description {
  color: #000;
  font-size: 15px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
}

.market-industry p.timestamp {
  color: #000;
  font-size: 13px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 0;
}

.market-industry img.main {
  max-height: 175px;
}

.market-industry img.sub {
  width: 130px;
  height: 80px;
}

/* opinion wealth */

.opinion-wealth {
  padding-top: 15px;
  border-top: 1px solid #ffc200;
}

.opinion-wealth .title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
}

.opinion-wealth .left-align-list-title {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 0;
}

.opinion-wealth .card-wrapper {
  min-height: 330px;
}

.opinion-wealth h5.category {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 0;
}

.opinion-wealth h3.sub-title {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.opinion-wealth h5.time {
  font-family: Barlow Semi Condensed;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.opinion-wealth h4.title {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 0;
}

.opinion-wealth h4.description {
  color: #000;
  font-size: 15px;
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  word-wrap: break-word;
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
}

.opinion-wealth p.timestamp {
  color: #000;
  font-size: 13px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 0;
}

.opinion-wealth img.main {
  max-height: 175px;
}

.opinion-wealth img.sub {
  width: 130px;
  height: 80px;
}

/* footer */

footer {
  background: linear-gradient(180deg, #0039aa 0, #002164 100%);
}

footer .logo-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffc200;
}

footer nav a {
  color: #fff;
  font-size: 20px;
  font-family: Barlow Semi Condensed;
  font-weight: 500;
  word-wrap: break-word;
}

footer a.icon {
  background-color: #fff;
  color: rgb(0, 57, 170);
  width: 2.5rem;
  height: 2.5rem;
}

footer .input-box {
  border: 0;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) inset;
  border-radius: 10px;
  min-width: 70%;
  padding: 1.3rem 2rem;
  height: 50px;
}

.btn-signup {
  background: #ffd141;
  color: #0039aa;
  font-size: 22px;
  font-family: Barlow Semi Condensed;
  font-weight: 700;
  word-wrap: break-word;
}

footer a.icon svg {
  height: 1.25rem;
}

footer .subscribe p {
  color: #fff;
  font-size: 15.5px;
  font-family: Barlow Semi Condensed;
  font-weight: 600;
  word-wrap: break-word;
}

footer .bottom p {
  font-family: Barlow Semi Condensed;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 1280px) {
  .btn-signup {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  footer nav a {
    font-size: 15px;
  }

  footer .nav-wrapper {
    gap: 1rem;
  }

  footer .btn-signup {
    font-size: 14px;
    padding: 5px;
    white-space: nowrap;
  }

  footer .input-box {
    padding: 10px;
    font-size: 13px;
  }

  footer .bottom p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  footer a.icon {
    width: 2rem;
    height: 2rem;
  }

  footer .nav-wrapper {
    flex-direction: column;
    gap: 0;
  }

  footer .subscribe p {
    padding-top: 10px;
  }
}
