/* Home Navigation
--------------------------------------------- */
.page-id-719311 main {
  margin-top: -67px;
}

.home .nav-search {
  border: transparent;
}

.home .nav-logo {
  position: relative;
  transition-delay: 0.5s;
}


@media screen and (max-width: 991px) {
  .home .nav-logo {
    width: 100%;
  }
  .nav-logo-img {
    width: 96px;
    height: auto;
  }

}

/*==== Nav Open Home ====*/

.home .open .nav-flex,
.home .open-search .nav-flex {
  background-color: white;
  transition: none !important;
  border-bottom: 1px solid #d1d1d1;
}

.home .open .nav-logo-img,
.home .open-search .nav-logo-img {
  position: relative;
  height: 35px;
  top: 0;
}

/*
.home .open .navbar-subscribe, 
.home .open-search .navbar-subscribe {
    border-left: 1px solid #d1d1d1;
}
*/

/*==== Search Open Home ====*/

/* Homepage Section 1
--------------------------------------------- */

.s-hero-home {
  height: 100vh;
  text-align: center;
  color: white;
  border-bottom: 10px solid var(--main-color);
  position: relative;
}

.s-hero-home a {
  color: white;
}

.s-hero-home-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.s-hero-home-inner-cta {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.s-hero-home-inner h2 {
  text-transform: uppercase;
}

.header-subtitle {
  font-size: 44px;
  margin-bottom: 0.5rem;
  font-family: Span;
  letter-spacing: -2px;
  line-height: 1.1;
}

.hero-feature-r-top a {
  color: white;
}

.hero-feature-r {
  width: 72.5%;
}

.tagging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  font-size: var(--fs-meta);
  font-family: var(--secondary-font);
  text-transform: uppercase;
}

.tagging-inner {
  padding: 0.75rem 1.25rem;
  line-height: 1;
}

.tagging-inner.border-l-white {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .homepage-hero-h2 {
    font-size: 48px;
  }
  .header-subtitle {
	font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .homepage-hero-h2 {
    font-size: 32px;
  }
}

/* Homepage Section 2
--------------------------------------------- */

.s-hero-home-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*   padding-bottom: 4rem; */
}

/*=== Slider/Carousel Tout ===*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.s-hero-home-2 .swiper-slide {
  height: auto;
}

.hero-feature-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 68px;
  width: 27.5%;
  height: auto;
  background-color: var(--secondary-color);
  color: black;
}

.hero-ft-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}

.hero-ft-slide-content .blog-meta {
  display: none;
}

.hero-ft-slide-content a {
  color: black;
}

.fs-top {
  margin-bottom: 3rem;
  padding-top: 5.5rem;
  width: 90%;
}

.ft-slider-sub-title {
  position: absolute;
  top: 3rem;
  left: 1.5rem;
  font-size: var(--fs-meta);
  font-family: var(--secondary-font);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-ft-slider-img {
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-size: cover;
  margin-top: 3.5rem;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}

.homepage-ft-swiper-pagination {
  top: 1.5rem;
  line-height: 0.9;
  bottom: auto !important;
  text-align: right;
  padding: 0 1.5rem;
}

.homepage-ft-swiper-pagination .swiper-pagination-bullet {
  border-color: black;
}

.homepage-ft-swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}

@media screen and (max-width: 767px) {
  .hero-feature-slider {
    width: 100%;
    top: 0;
    position: relative;
    background-color: black;
    color: white;
  }

  .hero-feature-slider a {
    color: white;
  }

  .hero-ft-slide-content {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }

  .hero-ft-slide-content .blog-meta {
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: 2rem;
    color: white;
  }

  .hero-ft-slider-img {
    margin-top: 0;
  }

  .fs-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
    width: 100%;
  }

  .hero-ft-slider-img {
    padding-bottom: 75%;
  }

  .ft-slider-sub-title {
    top: 74vw;
    font-size: var(--fs-meta-sm);
    transform: translateY(-50%);
  }

  .ft-slider-title {
    font-size: 18px;
  }

  .homepage-ft-swiper-pagination {
    top: auto;
    width: 100;
    text-align: center;
    bottom: 1.5rem !important;
  }

  .homepage-ft-swiper-pagination .swiper-pagination-bullet-active {
    background-color: white;
  }

  .homepage-ft-swiper-pagination .swiper-pagination-bullet {
    border-color: white;
  }
}

/*=== Most Popular ===*/

.hero-feature-r-articles {
  padding-top: 3rem;
}

.section-header {
  margin-bottom: 2rem;
  font-size: var(--fs-meta);
  font-family: Span;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.section-header.mb-1 {
  margin-bottom: 1rem;
}

.section-header a {
  font-family: var(--secondary-font);
  font-size: var(--fs-meta);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-header.sh-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.hero-feature-r-article-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

.hero-feature-r-article-row p {
  color: #aaaaaa;
  font-size: 16px;
}

.h-bloglist-img {
  min-height: 115px;
  min-width: 115px;
  border-radius: 50%;
  margin-right: 1.5rem;
}

.hero-feature-r-article-row:hover {
  background-color: var(--main-color);
  color: white;
}

.hero-feature-r-article-row:hover .hero-feature-r-article-row-number {
  color: white;
}

.hero-feature-r-article-row:hover p {
  color: white;
}

.hero-feature-r-article-row:last-of-type {
  border: 0;
}

@media screen and (max-width: 991px) {
  .s-hero-home {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .hero-feature-r-top {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-feature-r {
    width: 100%;
  }
	
  .hero-feature-r-article-row {
	  padding: 1.25rem 0;
  }

  .hero-feature-r-article-inner {
    width: 100%;
  }

  .h-bloglist-img {
    min-height: 80px;
    min-width: 80px;
  }

  .section-header {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .hero-feature-r-article-row p {
    display: none;
  }
}

/* delete
--------------------------------------------- */

/*=== Second Featured Story Tout & SLAM Goods ===*/

.home #section2 ._70 {
  margin-right: 1rem;
}

.ft-blog-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.ft-blog-2-img {
  position: relative;
  width: 66.666%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-blog-2-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
}

.ft-blog-2-desc-top {
  padding: 1.5rem;
}

.ft-slider-title a {
  color: white;
}

.tile-shop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
}


.home-sidebar-sticky {
	position: sticky;
	top: 5.5rem;
}

.tile-shop-banner {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  background-color: #000;
}

.track-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.track-vertical-img {
  width: 16px;
  margin-top: 0.25rem;
}

.tile-shop-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 125%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../jpg/tile-shop-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile-shop-slam-goods {
  width: 40%;
}

.tile-shop-cta {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 34%;
}

@media screen and (max-width: 991px) {
  .home #section2 ._70 {
    margin-right: 0rem;
    margin-bottom: 1rem;
    width: 100%;
  }

  .home #section2 ._30 {
    width: 100%;
  }

  .ft-blog-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ft-blog-2-img {
    width: 100%;
    padding-bottom: 100%;
  }

  .ft-blog-2-desc {
    width: 100%;
  }

  .tile-shop-img {
    padding-bottom: 100%;
  }	
}

@media screen and (max-width: 767px) {
	.tile-shop {
		margin-bottom: 4rem;
  }
}

/* Homepage Section 3
--------------------------------------------- */

/*=== YouTube Tout ===*/
.h-youtube-tout {
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
  font-family: span;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url('../jpg/youtube-pattern.jpg');
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url('../jpg/youtube-pattern.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.h-youtube-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5vw;
}

.follow-youtube-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.youtube-btn {
  width: 12.5%;
  margin-right: 1rem;
}

.video-block {
  position: relative;
  padding-bottom: 56.25%;
  background-image: url('../jpg/youtube-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.play-btn {
  height: 50%;
}

@media screen and (max-width: 991px) {
  .s-hero-home-3 ._50:nth-child(2) {
    display: none;
  }

  .follow-youtube-flex {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .h-youtube-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .follow-youtube-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .s-hero-home-3 .play-btn {
    height: 75px;
  }

  .youtube-btn {
    width: 56px;
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }

  .video-block {
    margin-bottom: 1.5rem;
  }
}

/*=== Featured Story 3 Tout ===*/

.news-block-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.news-block-hor-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.75vw;
  line-height: 1;
  text-transform: capitalize;
}

.news-block-hor a {
  color: black;
}

.news-block-hor .blog-meta {
  margin-top: 1rem;
  background: transparent;
  color: black;
  padding: 0;
  letter-spacing: 0;
  font-size: var(--fs-meta);
}

.news-block-hor .blog-meta a {
  color: var(--main-color);
}

.news-block-hor-img {
  width: 30%;
}

.news-block-hor-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 2rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1.75vw;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .news-block-hor-desc {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .news-block-hor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .news-block-hor-img {
    width: 40%;
    padding-bottom: 45%;
  }

  .news-block-hor-desc {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 20px;
  }
}

/* Homepage Section 4
--------------------------------------------- */

#homepage-s4 {
  padding-top: 4rem;
  background-color: var(--secondary-color);
}

/*=== Paid Advertisment 1 Tout / Instagram Tout===*/

.h-sidebar {
  width: 300px;
  margin-right: 5%;
}

.paid-ad-1 {
  margin-bottom: 2rem;
  padding-bottom: 83.3333%;
  background-color: #e0e0e0;
}

.h-ig-tout {
  border: 1px solid #000;
  color: #fff;
  margin-bottom: 1rem;
}

.h-ig-tout-img-wrapper {
  padding: 0.5rem;
}

.h-ig-tout-img {
  padding-bottom: 125%;
  background-image: url('../jpg/trae-young.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-ig-tout-fa {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

.h-ig-tout-meta {
  background-color: #000;
}

.marquee.m-ig-tout {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

.h-ig-tout-meta-heading {
  overflow: hidden;
  padding-top: 1.75rem;
  padding-bottom: 0.5rem;
  font-family: 'Drukxcond super', sans-serif;
  font-size: 200px;
  line-height: 0.7;
  font-weight: 400;
  white-space: nowrap;
}

.ml-neg-50 {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.ig-tout-slam-at {
  display: inline-block;
  -webkit-transform: translate(0px, -1rem);
  -ms-transform: translate(0px, -1rem);
  transform: translate(0px, -1rem);
}

@media screen and (max-width: 767px) {
  #homepage-s4 .s-flex {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  #homepage-s4 {
    padding: 2rem 0;
  }

  .h-sidebar {
    width: 100%;
  }

  .h-ig-tout {
    position: relative;
	  margin-top: 2rem;
    top: auto;
    margin-bottom: 2rem;
  }
}

/*=== 6 Story Tout ===*/

.h-bloglist-wrapper {
  width: calc(95% - 300px);
}

.h-bloglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.h-bloglist-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d3d3d3;
  color: #000;
  transition: all 0.1s linear;
}

.h-bloglist-block:nth-last-child(3) {
  margin-bottom: 0;
}

.h-bloglist-block:nth-last-child(2) {
  display: none;
}

.h-bloglist-block:hover {
  background-color: white;
}

.h-bloglist-block-img {
  padding-bottom: 88%;
}

.h-bloglist-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-bloglist-block-content-top {
  padding: 1.5rem 1.5rem 6rem;
  line-height: 1.25;
}

.h-bloglist-block-content-top a {
  color: black;
}

@media screen and (max-width: 991px) {
  .h-bloglist-block {
    width: 100%;
  }

  .h-bloglist-block:nth-last-child(2),
  .h-bloglist-block:nth-last-child(3){
    margin-bottom: 4%;
  }
	
  .h-bloglist-block:nth-last-child(2) {
    display: flex;
  }	
}


@media screen and (max-width: 767px) {
  .h-bloglist-wrapper {
    width: 100%;
  }

  .h-bloglist {
    padding-bottom: 2rem;
  }

  .h-bloglist-block {
    width: 48%;
  }

  .h-bloglist {
    height: auto;
  }

  .h-bloglist-block-content-top {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .h-bloglist-block {
    width: 100%;
  }
  
  .h-bloglist-block:nth-child(3) {
	margin-bottom: 4%;
  }
	
  .h-bloglist-block:nth-last-child(2) {
    display: flex;
  }
	
	.h-bloglist-block:last-child {
		margin-bottom: 0;
	}
}
/*==== Homepage Magazine ====*/

.h-magazine-gallery {
  position: relative;
  overflow: hidden;
  width: 48%;
  color: #fff;
}

.h-mg-marquee {
  position: absolute;
  top: 0px;
  z-index: 2;
  padding-top: 0.5rem;
}

.h-mg-slide-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.h-mg-magazine-content {
  width: 75%;
  margin-top: -2.5rem;
}

.h-mg-magazine {
  width: 100%;
  margin-bottom: 0.5rem;
}

.h-mg-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

.hmg-meta-wrapper {
  text-align: right;
}

.h-mg-date {
  font-weight: 400;
  text-transform: none;
}

.h-magazine-gallery .swiper-pagination {
  bottom: 2.5rem !important;
}
.h-magazine-gallery .swiper-pagination-bullet {
  height: 7px;
  width: 7px;
}

.h-magazine-gallery .swiper-button-next {
  bottom: 41.5px;
  top: auto;
  height: 14px;
  width: 14px;
  right: 50%;
  margin-right: -2.75rem;
  transform: translateX(50%);
}

.h-magazine-gallery .swiper-button-prev {
  bottom: 41.5px;
  top: auto;
  height: 14px;
  width: 14px;
  left: 50%;
  margin-left: -2.75rem;
  transform: translateX(-50%);
}

.h-magazine-gallery .swiper-button-next:after,
.h-magazine-gallery .swiper-button-prev:after {
  content: none;
}

@media screen and (max-width: 991px) {
  .h-magazine-gallery {
    width: 100%;
  }

  .h-mg-magazine-content {
    margin: 6rem 0 4rem;
  }
}

@media screen and (max-width: 767px) {
  .h-magazine-gallery {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-bottom: 0;
  }

  .h-mg-magazine-content {
    margin: 0;
  }

  .h-mg-slide-content {
    padding: 7rem 0 5rem;
  }
}

/* Homepage Section 5
--------------------------------------------- */

.h-our-dna-img-bg {
  height: 100%;
  background-image: url('../jpg/dna.jpg');
}

.h-our-dna-block {
  width: 100%;
  height: 100%;
  font-family: var(--heading-font);
  font-weight: 900;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-color: var(--main-color);
  background-image: url('../svg/our-dna-stacked.svg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2vw;
}

.h-our-dna-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-our-dna-arrow {
  height: 2vw;
  width: auto;
}

@media screen and (max-width: 991px) {
  .h-our-dna-block {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .s-flex.mobile-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .h-our-dna-img-bg {
    height: auto;
    padding-bottom: 88%;
  }

  .h-our-dna-block {
    padding-top: 8rem;
    padding-bottom: 8rem;
    font-size: 10vw;
  }

  .h-our-dna-flex {
    font-size: 19px;
  }

  .h-our-dna-arrow {
    height: 18px;
  }
}