@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Regular"), local("GTWalsheimProRegular"),
    url("../fonts/GTWalsheimProRegular.woff2") format("woff2"),
    url("../fonts/GTWalsheimProRegular.woff") format("woff"),
    url("../fonts/GTWalsheimProRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Bold"), local("GTWalsheimProBold"),
    url("../fonts/GTWalsheimProBold.woff2") format("woff2"),
    url("../fonts/GTWalsheimProBold.woff") format("woff"),
    url("../fonts/GTWalsheimProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: local("Gilroy Medium"), local("Gilroy-Medium"),
    url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"),
    url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: local("Gilroy Bold"), local("Gilroy-Bold"),
    url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"),
    url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Heavy";
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"),
    url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff"),
    url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "GT Walsheim Pro", sans-serif;
}

a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Use color of parent element */
}

p {
  display: inline;
}

a:hover,
a:focus,
a:active {
  text-decoration: none; /* Remove underline on hover, focus, and active states */
  color: inherit; /* Use color of parent element in hover, focus, and active states */
}

.bg-dark {
  color: #fff;
  background-color: #171717 !important;
}

.bg-light-dark {
  background-color: #242731 !important;
}

.card-meta {
  color: #b4b4b4;
  font-size: 14px;
  /* color: #555; */
}
.card-meta .left p {
  margin-left: 5px;
}

.cat-btn {
  border-radius: 6px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 4px 16px;
  cursor: pointer;
  margin-bottom: 0px;
}

.p-12px {
  padding: 12px;
}
.pt-12px {
  padding-top: 12px;
}
.pt-5px {
  padding-top: 5px;
}
.pb-12px {
  padding-bottom: 12px;
}
.pl-12px {
  padding-left: 12px;
}
.pr-12px {
  padding-right: 12px;
}
.px-12px {
  padding: 0 12px;
}
.py-12px {
  padding: 12px 0;
}
.mx-12px {
  margin: 0 12px;
}
.my-12px {
  margin: 12px 0;
}

.tabs {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0px;
  gap: 20px;
  overflow-x: auto;
  justify-content: end;
}

.tabs li {
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
}

.highlight {
  height: 4px;
  border-radius: 6px;
  background: #cbf44f;
  width: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: flex;
}
.tab-content .col-lg-12 {
  padding: 12px;
}

@media (max-width: 768px) {
  .cat-btn {
    border-radius: 3px;
    font-size: 8px;
    padding: 2px 8px;
    display: block;
    width: fit-content;
  }
  .big-card .cat-btn {
    border-radius: 6px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 10px;
    padding: 4px 16px 3px 16px;
    cursor: pointer;
  }
  .tabs {
    justify-content: start;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header > div {
  padding: 16px 0;
}
#header .nav-link {
  padding: 0px;
}
#header #search-form {
  padding-right: 20px;
  position: relative;
}
#header #search-form input {
  border-radius: 66px;
  border: none;
  padding: 8px 26px;
  color: #fff;
}
#header #search-form input:focus {
  box-shadow: none;
}
#header #search-form button {
  border: none;
  position: absolute;
  right: 20px;
  top: 0;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
  padding: 13px 18px;
  display: flex;
  background: #242731;
}
#header .nav {
  margin-right: -10px;
}

.navbar {
  padding-top: 4.5rem;
  border-bottom: 2px solid #242731;
}

.navbar .carousel-container {
  display: flex;
  align-items: center; /* Align items on the cross axis */
  justify-content: space-between; /* Distribute items evenly along the main axis */
  width: 100%;
  padding: 10px 0;
}

.navbar .carousel {
  display: flex;
  white-space: nowrap;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  overflow: hidden;
  justify-content: start;
}

.navbar .carousel-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  padding: 7px;
}

.navbar .carousel::-webkit-scrollbar {
  display: none; /* For Chrome, Safari and Opera */
}

.navbar .carousel img {
  height: 65px;
  margin: 10px;
}

.navbar .prev,
.navbar .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.navbar .prev {
  padding-right: 20px;
}
.navbar .next {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .navbar {
    border-bottom: none;
    padding-top: 60px;
  }
  .navbar .container {
    border-top: 2px solid #242731;
    /* margin-top: 18px; */
  }
  .navbar .prev {
    display: none;
  }
  .navbar .next {
    display: none;
  }
  #header .nav {
    display: none;
  }
}

@media (max-width: 575px) {
  .navbar .prev {
    padding-right: 5px;
  }
  .navbar .next {
    padding-left: 5px;
  }
  .navbar .carousel {
    overflow-x: auto;
  }
  .navbar .carousel img {
    height: 50px;
    margin: 5px;
  }
  .navbar .carousel-content {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Mobile Navbar Sidebar
--------------------------------------------------------------*/
.mobile-sidebar {
  background-color: #171717 !important;
}
.mobile-sidebar .sidebar-category {
  background-color: #fff;
  border-radius: 0px 15px 15px 0px;
  padding: 14px 0px;
  margin-top: 8px;
}
.mobile-sidebar .sidebar-category .accordion-item {
  border: none;
}
.accordion-button {
  background-color: #fff !important;
  box-shadow: none !important;
  padding: 8px 36px 8px 20px;
}
.accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #fff;
}
.accordion-body {
  padding-left: 77px !important;
}
.accordion-collapse {
  background-color: #f5f5f5;
}
.mobile-sidebar .sidebar-category ul {
  padding: 0;
  margin: 0;
}
.mobile-sidebar .sidebar-category ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #555;
}
.accordion-button img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 17px;
}
.accordion-button.btn-hide:not(.collapsed)::after,
.accordion-button.btn-hide::after {
  background-image: unset !important;
}
.mobile-sidebar .sidebar-category .accordion-button p {
  color: #000;
  font-family: Gilroy-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 169.5%;
  text-transform: capitalize;
  margin: 0%;
}
.mobile-sidebar .sidebar-links {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 8px;
}
.mobile-sidebar .sidebar-links p {
  color: #fff;
  font-family: Gilroy-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.mobile-sidebar .copyright {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Gilroy-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.mobile-sidebar .copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.accordion-body ul a img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 10px;
}
.offcanvas {
  visibility: unset;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section .big-card {
  background: #171717;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.hero-section .big-card .card-img {
  background-color: #171717;
  width: 55%;
  height: 100%;
  display: flex;
}

.hero-section .big-card .card-img img {
  width: 100%;
  object-fit: cover;
}

.hero-section .big-card h2 {
  margin: 20px 0 10px 0;
  color: #cbf44f;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

.hero-section .big-card .cat-btn {
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
}

.hero-section .big-card .card-content {
  width: 45%;
  height: 100%;
  padding: 52px 37px 40px 20px;
  border: 2px solid #242731;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hero-section .normal-card {
  border-radius: 20px;
  background: #242731;
  overflow: hidden;
}

.hero-section .normal-card .card-content {
  min-height: 148px;
  padding: 25px 20px 20px 20px;
}

.hero-section .big-card .card-sub-desc {
  color: #959595;
}
.hero-section .big-card .card-meta {
  margin-top: 30px;
}

.hero-section .normal-card h3 {
  color: #cbf44f;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* border-bottom: 1px solid #ffffff14; */
  margin-bottom: 15px;
  margin-top: 20px;
  height: 75px;
}
.hero-section .normal-card .card-content .card-meta {
  border-top: 1px solid #ffffff14;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .hero-section .normal-card h3 {
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 5px !important;
    height: 40px;
  }
  .hero-section .normal-card {
    border-radius: 10px;
  }
  .hero-section .normal-card .card-content .left img {
    width: 14px;
    height: 14px;
  }
  .hero-section .normal-card .card-content .left p {
    font-size: 8px;
  }
  .hero-section .normal-card .card-content .right p {
    font-size: 8px;
  }
  .hero-section .big-card p {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .hero-section .normal-card .card-content .card-meta {
    border-top: 1px solid #ffffff14;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .hero-section .big-card {
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column !important;
  }

  .hero-section .big-card .card-img {
    width: 100%;
    height: 189px;
  }

  .hero-section .big-card .card-content {
    min-height: auto;
    width: auto;
    padding: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .hero-section .normal-card .card-content {
    min-height: auto;
    padding: 8px;
  }

  .hero-section .big-card h2 {
    color: #cbf44f;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /* border-bottom: 1px solid #ffffff14; */
    margin: 14px 0 8px 0;
  }
  .hero-section .big-card .card-content .card-meta .left img {
    width: 25px;
    height: 25px;
  }
  .hero-section .big-card .card-content .card-meta .left p {
    font-size: 10px;
  }
  .hero-section .big-card .card-content .card-meta .right p {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Recent Section
--------------------------------------------------------------*/
.recent-section h2 {
  /* font-size: 25px; */
  font-weight: 700;
}
.recent-section .small-card {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.recent-section .small-card .card-content {
  border-bottom: 1px solid #e8e8e8;
  /* min-height: 120px; */
}
.recent-section .small-card .cat-btn {
  background: #cbf44f;
}
.recent-section .small-card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.recent-section .small-card .card-meta {
  font-size: 12px;
  padding: 12px !important;
}
.recent-section .card-meta .left p {
  margin-left: 4px;
}
.recent-section .small-card .card-meta img {
  width: 25px;
  height: 25px;
}

.recent-section .big-card {
  height: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.recent-section .big-card .card-content {
  border-bottom: 1px solid #e8e8e8;
  max-height: 263px;
}
.recent-section .big-card .cat-btn {
  background: #cbf44f;
}
.recent-section .big-card h3 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}
.recent-section .big-card p {
  font-size: 18px;
  color: #555;
}
.recent-section .big-card .card-meta {
  font-size: 14px;
}
.recent-section .card-meta .left p {
  margin-left: 4px;
}

@media (max-width: 575px) {
  .recent-section h2 {
    font-size: 25px;
  }
  .recent-section .top-head {
    flex-direction: column;
  }
  .recent-section .tabs {
    gap: 10px;
  }
  .recent-section .big-card h3 {
    font-size: 18px;
    padding-bottom: 0px !important;
  }
  .recent-section .big-card p {
    display: none;
  }
  .recent-section .small-card .card-content,
  .recent-section .big-card .card-content {
    min-height: auto;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .recent-section .small-card .card-meta {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
.featured-section .tabs::-webkit-scrollbar {
  display: none; /* For Chrome, Safari and Opera */
}
.featured-section .big-card {
  border-radius: 20px;
  overflow: hidden;
}
.featured-section .big-card h3 {
  color: #cbf44f;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}
.featured-section .big-card .card-content {
  border-bottom: 1px solid #ffffff30;
  padding: 20px 0px 40px 0px !important;
}
.featured-section .big-card .card-img {
  border-radius: 20px;
  overflow: hidden;
  height: 331px;
}

.featured-section .small-card {
  padding: 14px;
  gap: 14px;
  border-radius: 20px;
}

.featured-section .small-card .card-img {
  width: 40%;
  border-radius: 14px;
  overflow: hidden;
  /* margin: 14px; */
  height: 152px;
}

.featured-section .small-card .card-img img {
  object-fit: cover;
}
.featured-section .small-card .card-content {
  width: 60%;
}

.featured-section .small-card h3 {
  color: #cbf44f;
  font-size: 20px;
}

.featured-section .card-meta {
  color: #b4b4b4;
}
.featured-section .card-meta .left p {
  margin-left: 5px;
}

@media (max-width: 575px) {
  .recent-section h2 {
    font-size: 25px;
  }
  .featured-section .top-head {
    flex-direction: column;
  }
  .featured-section .small-card .card-img {
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
  }
}

/*--------------------------------------------------------------
# Fresh Section
--------------------------------------------------------------*/
.fresh-section {
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.fresh-section h3 {
  color: #171717;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.fresh-section .logo-list li a > div {
  width: 150px;
  height: 150px;
  overflow: hidden;
  padding: 12px;
  border-radius: 10px;
}

.fresh-section .logo-list li a > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fresh-section .logo-list li a > p {
  margin-top: 14px;
  color: #000;
  text-align: center;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.fresh-section .newsletter-form {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 24px;
}
.fresh-section .newsletter-form h4 {
  color: var(--main-blue, #171717);
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fresh-section .newsletter-form h5 {
  color: #000;
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fresh-section .newsletter-form form {
  padding: 8px 10px;
  border-radius: 7px;
}
.fresh-section .newsletter-form input {
  padding: 0;
  border: none;
  padding-right: 15px;
  font-size: 16px;
}
.fresh-section .newsletter-form .form-control:focus {
  box-shadow: none;
}

.fresh-section .newsletter-form button {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  background-color: #171717;
  border: none;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 5px;
}
.fresh-section .social-icons {
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.social-wrapper {
  position: relative;
}
.social-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #1778f2;
  top: 50%;
}
.fresh-section .social-icons h4 {
  color: #1778f2;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.fresh-section .social-icons ul > li {
  padding: 8px;
}
.fresh-section .social-icons ul > li > a > svg {
  border-radius: 10px;
}
.fresh-section .social-icons .youtube a {
  background-color: #f00;
  padding: 3px;
}

@media (max-width: 768px) {
  .fresh-section h3 {
    font-size: 18px;
  }
  .fresh-section .logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fresh-section .logo-list li {
    width: 50%;
    padding: 10px;
  }
  .fresh-section .logo-list li a > div {
    width: 82px;
    height: 82px;
    border-radius: 5px;
  }
  .fresh-section .logo-list li a > p {
    font-size: 14px;
    width: auto;
  }
  .fresh-section .newsletter-form {
    border-radius: 10px;
    padding: 15px 18px 18px 18px;
  }
  .fresh-section .social-icons {
    border-radius: 10px;
  }
  .fresh-section .social-icons .list-unstyled a {
    border-radius: 10px;
    overflow: hidden;
    width: 37.5px;
    height: 37.5px;
  }
  .fresh-section .social-icons .list-unstyled a > svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fresh-section .newsletter-form h4 {
    font-size: 14px;
  }
  .fresh-section .newsletter-form form {
    border-radius: 8px;
    padding: 6px 8px;
  }
  .fresh-section .newsletter-form input {
    font-size: 12px;
  }
  .fresh-section .newsletter-form button {
    border-radius: 4px;
    font-size: 12px;
  }
  .fresh-section .social-icons h4 {
    font-size: 16px;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# Upcoming Section
--------------------------------------------------------------*/
.upcoming-section .cat-btn {
  background: #cbf44f;
}

.upcoming-section .top-head h2 {
  color: #1a1c1e;
  font-size: 45px;
  font-weight: 700;
}

.upcoming-section .top-head a {
  font-size: 24px;
  font-weight: 500;
}

.upcoming-section .small-card h3 {
  color: #1a1c1e;
  font-size: 20px;
  font-weight: 700;
}

.upcoming-section .small-card .card-img {
  width: 40%;
  border-radius: 14px;
  overflow: hidden;
  height: 152px;
}

.upcoming-section .small-card .card-img img {
  object-fit: cover;
}
.upcoming-section .small-card .card-content {
  width: 60%;
}

/* .upcoming-section .big-card .card-content {
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
} */

.upcoming-section .big-card {
  overflow: hidden;
  color: #fff;
  height: 328px;
  border-radius: 20px;
}

.upcoming-section .big-card .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.upcoming-section .big-card .card-meta {
  color: #fff;
}
@media (max-width: 575px) {
  .upcoming-section .top-head h2 {
    font-size: 25px;
  }
  .upcoming-section .top-head a {
    font-size: 20px;
  }
  .upcoming-section .top-head a > svg {
    display: none;
  }
}
/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/
.top-section .top-head h2 {
  color: #1a1c1e;
  font-size: 45px;
  font-weight: 700;
}
.top-section .top-head a {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.top-section .normal-card {
  border-radius: 20px 20px 10px 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.top-section .normal-card .card-content {
  border-bottom: 1px solid #e8e8e8;
  min-height: 120px;
}
.top-section .normal-card .cat-btn {
  background: #cbf44f;
}
.top-section .normal-card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.top-section .normal-card .card-meta {
  font-size: 12px;
}
.top-section .card-meta .left p {
  margin-left: 4px;
}
.top-section .col-lg-3 {
  padding: 12px;
}

@media (max-width: 575px) {
  .top-section .top-head h2 {
    font-size: 25px;
  }
  .top-section .top-head a {
    font-size: 20px;
  }
  .top-section .top-head a > svg {
    display: none;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 0px !important;
  background-color: #171717;
}

.footer .main {
  border-bottom: 1px solid #ffffff;
}
.footer .logo-wrapper .logo {
  object-fit: contain;
  height: 56px;
  width: 120px;
  margin-top: -6px;
}
.footer .logo-wrapper p {
  color: #ffffffb2;
  font-size: 18px;
  font-family: Gilroy-Medium;
  text-transform: capitalize;
}

.footer .explore-wrapper ul > li {
  display: flex;
  align-items: center;
}
.footer .explore-wrapper ul > li a {
  color: rgba(255, 255, 255, 0.59);
  font-size: 16px;
  font-family: Gilroy-Medium;
  text-transform: capitalize;
}
.footer .explore-wrapper ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 20px;
  width: 8px;
  height: 8px;
  background: #ffffff96;
  border-radius: 50%;
  vertical-align: middle;
}

.footer .form .input-group {
  position: relative;
  display: flex;
  background-color: #454545;
  padding: 2px;
  border-radius: 4px;
}
.form-control:focus {
  box-shadow: none;
}

.footer .form .form-control {
  border-radius: 4px;
  flex-grow: 1;
  background-color: #454545;
  border: none;
  color: #fff;
}

.footer .form .input-group-append {
  display: flex;
}

.footer .form .input-group button {
  border-radius: 5px;
  font-size: 12px;
  background: #fff;
  height: 100%;
  padding: 0 12px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: Gilroy-Medium;
  font-weight: 700;
}

.footer .links ul {
  gap: 34px;
  margin: 0;
}

.footer .links {
  color: #fff;
  font-size: 16px;
  font-family: Gilroy-Medium;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}

.footer .logo-block {
  width: auto;
}

@media (max-width: 768px) {
  .footer .links ul {
    gap: 10px;
    margin-bottom: 20px !important;
  }
  .footer .logo-block {
    width: 100%;
  }
  .footer .main {
    padding-bottom: 20px !important;
  }
}

/*--------------------------------------------------------------
# Article Page
--------------------------------------------------------------*/
.article-hero {
  background: linear-gradient(to bottom, #171717 50%, white 0%);
  padding-top: 78px;
}

.article-hero .banner-img img {
  margin-top: 40px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}
.article-hero .cat-btn {
  display: inline-block;
  background: #cbf44f;
  margin-top: 32px;
  margin-bottom: 13px;
}

.article-hero .game-section-header h1 {
  color: #000;
  font-family: GT Walsheim Pro;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.5%; /* 70.675px */
}

.article-hero .short-desc {
  font-size: 18px;
  font-style: italic;
  color: #333333;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 26px;
}

.article-page {
  background-color: #fff;
}

.article-page .game-component-left-s2 {
  flex-shrink: 0;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.article-page .game-component-left-s2-style {
  border-radius: 15px;
  border: none;
  background: #f3f3f3;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
}
.article-page .game-component-left-s2 a {
  color: #fff;
  font-size: 18px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 10px;
  padding: 12px 0;
  border: none;
  margin: 8px 0;
}
.article-page .btn-twitter {
  background: #00acee;
}
.article-page .btn-linkedin {
  background: #0077b5;
}

.article-page .facebook-btn a {
  padding: 14px 34px;
  color: #fff;
  font-size: 14px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  margin-bottom: 0px;
  width: max-content;
  text-transform: uppercase;
}

.article-page .article-desc {
  color: #555;
  font-family: Gilroy-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: 26px;
}

.article-page .featured-section h3 {
  color: #000;
  font-family: Gilroy-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 151.3%;
}

.article-page .featured-section .featured-card {
  padding-top: 7px !important;
}

.article-page .featured-section .small-card .card-img {
  width: 40%;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  height: 100px;
}
.article-page .featured-section .small-card .card-content .cat-btn {
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 10px;
  background-color: #cbf44f;
}
.article-page .featured-section .small-card .card-content h3 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 8px !important;
}
.article-page .featured-section .small-card .card-content .card-meta {
  padding-top: 8px !important;
}
.article-page .featured-section .small-card .card-content .card-meta .left img {
  width: 24px;
  height: 24px;
}
.article-page .featured-section .small-card .card-content .card-meta .left p {
  font-size: 12px;
  color: #555;
}
.article-page .featured-section .small-card .card-content .card-meta .right p {
  font-size: 12px;
  color: #555;
}
.article-page .featured-section .small-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header > div {
    padding: 2px 10px !important;
  }
  #header img {
    height: 40px;
  }
  .article-hero {
    background: #fff;
    padding-top: 60px;
  }
  .article-hero .game-section-header h1 {
    font-size: 24px;
  }
  .article-hero .banner-img img {
    margin-top: 0px;
    aspect-ratio: 16 / 9;
    border-radius: 0px;
  }
  .article-hero .banner-img {
    padding: 0;
  }
  .article-hero .cat-btn {
    border-radius: 6px;
    font-size: 14px;
    padding: 4px 16px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Category-page
--------------------------------------------------------------*/
.category-page {
  padding-top: 78px;
}
.category-page .cate-details-banner {
  height: 300px;
}
.category-page .cate-details-banner h1 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: GT Walsheim Pro;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.5%; /* 83.525px */
}
.category-page .cate-card {
  margin-bottom: 20px;
}
.category-page .cate-card .small-card .card-content {
  padding: 25px 0px 15px 0px;
  margin: 0px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.category-page .cate-card .small-card .card-content h3 {
  padding-top: 20px;
  color: #000;
  font-family: GT Walsheim Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
.category-page .cate-card .small-card .card-meta {
  padding: 15px 20px !important;
}
.category-page .cate-card .small-card .card-meta p {
  color: #555;
}
.category-page .small-card {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.category-page .small-card .cat-btn {
  background: #cbf44f;
}

.category-page .featured-section h3 {
  color: #000;
  font-family: Gilroy-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 151.3%;
}

.category-page .featured-section .featured-card {
  padding-top: 7px !important;
}

.category-page .featured-section .small-card .card-img {
  width: 40%;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  height: 100px;
}
.category-page .featured-section .small-card .card-content .cat-btn {
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 10px;
  background-color: #cbf44f;
}
.category-page .featured-section .small-card .card-content h3 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 8px !important;
}
.category-page .featured-section .small-card .card-content .card-meta {
  padding-top: 8px !important;
}
.category-page
  .featured-section
  .small-card
  .card-content
  .card-meta
  .left
  img {
  width: 24px;
  height: 24px;
}
.category-page .featured-section .small-card .card-content .card-meta .left p {
  font-size: 12px;
  color: #555;
}
.category-page .featured-section .small-card .card-content .card-meta .right p {
  font-size: 12px;
  color: #555;
}
.category-page .featured-section .small-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.category-page .wrap-cate {
  margin: 50px 0px;
}
.category-page .aside-cate-list-wrapper {
  border-radius: 20px;
  background: #171717;
  padding: 35px;
}
.category-page .aside-head-cate {
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.category-page .cate-list-row {
  gap: 28px;
}
.category-page .aside-cate-list.d-flex {
  gap: 21px;
}
.category-page .cate-img > img {
  border-radius: 50%;
  object-fit: cover;
}
.category-page .cate-name {
  color: #fff;
  font-family: Gilroy-Bold;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 169.5%;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .category-page .cate-details-banner {
    height: 115px;
  }
  .category-page .cate-details-banner h1 {
    font-size: 24px;
  }
  .category-page {
    padding-top: 60px;
  }
}
