* {
  margin: 0;
  padding: 0;
}

::selection {
  background: #E10600;
  color: #FFFFFF;
}

body {
  color: #B8BCC7;
  font-family: "Inter", sans-serif;
  background: url(../img/bg.png) repeat #0B0B0D;
}

a {
  color: #FF2A2A;
  text-decoration: none;
}

.max-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.left {
  float: left;
}

img.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.right {
  float: right;
}

img.right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

hr {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #161413, #1B1A1B, #161413) 1;
}

.label {
  color: #FF2A2A;
  background-color: #1F0B0B;
  font-family: "Bebas Neue", sans-serif;
  padding: 0.125rem 0.875rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.tag {
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #E10600;
  font-family: "Bebas Neue", sans-serif;
  padding: 0.125rem 0.875rem;
  border-radius: 2px;
  text-transform: uppercase;
}

.auto-width {
  width: 100%;
}

.btn {
  display: inline-block;
}
.btn.feature-primary {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1rem 1.5rem 0.8rem;
  border-radius: 0.5rem;
  border: 2px solid #E10600;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.125rem;
  transition: 250ms ease all;
}
.btn.feature-primary:hover {
  background-color: #E10600;
}

#header {
  background-color: #000102;
}
#header .top-header {
  height: 38px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #161413, #1B1A1B, #161413) 1;
}
#header .top-header .top-header-flex {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .top-header-trending {
  display: flex;
  align-items: center;
  column-gap: 0.875rem;
}
#header .top-header-trending p {
  font-size: 0.875rem;
}
#header .top-header-trending p a {
  color: #FFFFFF;
}
#header .top-header-trending p a:hover {
  color: #FF2A2A;
}
#header .header-container {
  height: 80px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #161413, #1B1A1B, #161413) 1;
}
#header .header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .header-navbar .header-menu {
  display: flex;
  align-self: flex-end;
  height: 100%;
}
#header .header-navbar .header-menu a {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #B8BCC7;
  text-transform: uppercase;
  padding: 0 0.875rem;
}
#header .header-navbar .header-menu a:hover {
  color: #FFFFFF;
}
#header .header-navbar .header-menu a.active {
  color: #FF2A2A;
  font-weight: bold;
  border-bottom: 2px solid #FF2A2A;
}

#big-feature {
  position: relative;
  padding: 4rem 0;
}
#big-feature .banner-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#big-feature .banner-figure::after {
  width: 100%;
  height: 120px;
  content: "";
  display: block;
  height: 120px;
  background: url(../img/linear-banner-bottom.png) repeat-x;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#big-feature .banner-figure img {
  position: relative;
  width: 100%;
  height: 550px;
  object-fit: cover;
  z-index: -2;
}
#big-feature h2 {
  font-size: 4rem;
  line-height: 1;
}
#big-feature .big-feature-legend {
  max-width: 600px;
}
#big-feature .big-feature-legend p.description {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}
#big-feature .feature-legend-info {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  margin-bottom: 0.5rem;
}
#big-feature .feature-legend-info p {
  font-size: 12px;
}

.list-section h2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.list-section .heading-bars {
  background: url(../img/heading-bars.svg) no-repeat;
  background-position: center right;
  background-size: 60px;
  padding-right: 4.125rem;
}
.list-section .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  column-gap: 0.625rem;
}
.list-section .grid article {
  position: relative;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.05);
}
.list-section .grid article h3 {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.list-section .grid article img {
  width: 100%;
  border-radius: 2px;
}
.list-section .grid article time {
  font-size: 12px;
}
.list-section .grid article .photo-figure {
  overflow: hidden;
}
.list-section .grid article .photo-figure a img {
  transition: transform ease-in-out 250ms;
}
.list-section .grid article .photo-figure a:hover img {
  transform: scale(1.05);
}
.list-section .grid article .inner {
  padding: 1rem;
}
.list-section .grid article .inner a {
  color: #FFFFFF;
  transition: ease-in-out color 250ms;
}
.list-section .grid article .inner a:hover {
  color: #FF2A2A;
}
.list-section .grid article .category {
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Bebas Neue", sans-serif;
  padding: 0.125rem 0.875rem;
  border-radius: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #E10600;
  background: linear-gradient(128deg, rgb(225, 6, 0) 60%, rgba(225, 6, 0, 0.2) 100%);
}
.list-section .list article {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  column-gap: 1rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #161413, #1B1A1B, #161413) 1;
}
.list-section .list article .info {
  font-size: 0.75rem;
  display: flex;
  column-gap: 1rem;
  margin-bottom: 0.25rem;
}
.list-section .list article .info a {
  text-transform: uppercase;
}
.list-section .list article .photo-figure {
  overflow: hidden;
}
.list-section .list article .photo-figure a img {
  width: 100%;
  transition: transform ease-in-out 250ms;
}
.list-section .list article .photo-figure a:hover img {
  transform: scale(1.05);
}
.list-section .list article .description {
  font-size: 0.875rem;
}
.list-section .list article h3 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.list-section .list article h3 a {
  color: #FFFFFF;
  transition: ease-in-out color 250ms;
}
.list-section .list article h3 a:hover {
  color: #FF2A2A;
}

.category-card {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/category-box-bg.jpg) bottom right no-repeat #171416;
  border-radius: 4px;
  transition: box-shadow ease-in 250ms;
  position: relative;
}
.category-card:hover {
  box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.7);
}
.category-card h3 {
  font-size: 24px;
  margin-bottom: 4px;
}
.category-card p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.category-card img.next-button {
  position: absolute;
  right: 26px;
  bottom: 20px;
}
.category-card img.category-icon {
  width: 80px;
}

#single {
  margin-top: -4rem;
  color: #FFFFFF;
  padding: 1.5rem;
  background-color: rgba(11, 11, 14, 0.75);
  backdrop-filter: blur(10px);
  font-size: 1rem;
  margin-bottom: 4rem;
  border-radius: 4px;
}
#single p, #single h1, #single h2, #single h3, #single h4, #single h5, #single h6, #single ul, #single ol, #single li, #single pre, #single blockquote {
  margin-bottom: 1rem;
}
#single h1, #single h2, #single h3, #single h4, #single h5, #single h6 {
  margin-top: 2rem;
}
#single h1:after, #single h2:after, #single h3:after, #single h4:after, #single h5:after, #single h6:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #E10600;
  transform: translateY(-6px);
}
#single h2 {
  font-size: 3rem;
}
#single h3 {
  font-size: 2.5rem;
}
#single h4 {
  font-size: 2rem;
}
#single h5 {
  font-size: 1.75rem;
}
#single h6 {
  font-size: 1.5rem;
}
#single ul, #single ol {
  margin-left: 1rem;
}
#single ul li {
  margin-left: 6px;
  list-style: none;
}
#single ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  transform: translate(-24px, 0px);
  background: url(../img/arrow-right.svg) no-repeat top left;
}
#single table {
  border-collapse: collapse; /* Merges cell borders */
  width: 100%;
}
#single table, #single th, #single td {
  padding: 0.625rem;
  border: 1px solid #211e1c;
}
#single blockquote {
  border-left: 2px solid #151517;
  padding-left: 1rem;
}
#single pre {
  padding: 1rem;
  background-color: #151517;
}
#single code {
  background-color: #151517;
  border-radius: 2px;
  padding: 2px 6px;
}

#category .header-category {
  height: 150px;
  background: url(../img/category-list-bg.png) bottom right no-repeat #0C0B0F;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #161413, #1B1A1B, #161413) 1;
  margin-bottom: 2rem;
}
#category .header-category .max-container {
  padding-top: 1rem;
}
#category .header-category h1 {
  font-size: 3rem;
}
#category .header-category .news-txt {
  font-size: 0.625rem;
  color: #FF2A2A;
  text-transform: uppercase;
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */