/*--------------------------------------------------------------
# Font Family
--------------------------------------------------------------*/
@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Regular"), local("GTWalsheimProRegular"),
    url("../fonts/GTWalsheimPro/GTWalsheimProRegular.woff2") format("woff2"),
    url("../fonts/GTWalsheimPro/GTWalsheimProRegular.woff") format("woff"),
    url("../fonts/GTWalsheimPro/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/GTWalsheimPro/GTWalsheimProBold.woff2") format("woff2"),
    url("../fonts/GTWalsheimPro/GTWalsheimProBold.woff") format("woff"),
    url("../fonts/GTWalsheimPro/GTWalsheimProBold.ttf") format("truetype");
  font-weight: 700;
  font-style: 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;
}

@font-face {
  font-family: "ArialUnicodeMS";
  src: url("../fonts/arial-unicode-ms.ttf") format("truetype");
  /* Add other font formats for cross-browser compatibility if needed */
}

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

.container {
  /* padding: 0px 60px; */
}

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

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: #7a2cf4 !important;
}

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

.card-meta {
  color: #555;
  font-size: 14px;
  font-family: "GT Walsheim Pro";
  display: flex;
}

.card-meta .left span {
  margin-left: 10px;
}

.card-meta span {
  margin-left: 7px;
  padding: 0px;
}

.cat-btn {
  border-radius: 6px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: "GT Walsheim Pro";
  padding: 4px 16px;
}

.binge-header {
  background: #7a2cf4;
  padding: 14px 0px;
}
.nav-link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.offcanvas {
  visibility: unset;
}

.navbar ul li a {
  display: flex;
  align-items: center;
  font-family: Gilroy-Medium;
}
.navbar ul li a:hover {
  font-family: Gilroy-Heavy;
  color: #fff;
}

.navbar ul li i {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.3607843137);
  border-radius: 51px;
  padding: 4px;
  margin-left: 7px;
}

.dropdown-toggle::after {
  display: none;
}

.nav-link:focus {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

span.search-icon {
  position: absolute;
  top: 29px;
  right: 80px;
}

.line-3 {
  color: #000;
  font-family: GT Walsheim Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media (max-width: 768px) {
  .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .navbar-toggler {
    padding: 0;
  }
  .navbar-collapse {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/
.navbar {
  background-color: #7a2cf4;
  height: 80px;
}

.navbar-brand img {
  width: 100px;
  height: 42px;
}

.navbar .search-icon {
  position: absolute;
  top: 6px;
  right: 10px;
}
.navbar .form-control:focus {
  box-shadow: none !important;
}
.navbar .nav-link {
  color: #fff;
  white-space: nowrap;
}
.navbar .navbar-nav {
  gap: 20px;
}
.dropdown-menu {
  padding: 14px;
}
.dropdown-menu li {
  padding: 8px;
}
.navbar .nav-item .dropdown-menu .dropdown-menu-container {
  padding: 30px;
  display: flex;
  gap: 50px;
}
.navbar .nav-item .dropdown-menu .drop-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.navbar .nav-item .dropdown-menu a {
  padding: 0px;
}
.navbar .nav-item .dropdown-menu a img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 10px;
}
.navbar .nav-item .dropdown-menu a p {
  color: #000;
  font-family: Gilroy-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 169.5%; /* 30.51px */
  text-transform: capitalize;
  margin: 0;
}
.dropdown-toggle::after {
  display: none !important;
}

/*--------------------------------------------------------------
# Mobile Navbar Sidebar
--------------------------------------------------------------*/
.mobile-sidebar {
  background-color: #7a2cf4 !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;
}
.accordion-body ul a li {
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  padding-top: 60px;
}

.hero-section .big-card .head-card {
  width: 60%;
}

.hero-section .big-card .head-card .card-img {
  width: 100%;
  height: 389px;
  border-radius: 12px;
  overflow: hidden;
}

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

.hero-section .big-card .head-card .card-info-block {
  position: relative;
  bottom: 90px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 27px;
}

.hero-section .big-card .head-card .card-info-block .card-info .top-btn {
  color: #7a2cf4;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.35px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hero-section .big-card .head-card .card-info-block .card-info h3 {
  font-family: "GT Walsheim Pro";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 5px;
}

.hero-section .big-card .head-card .card-info-block .card-info h6 {
  font-family: "GT Walsheim Pro";
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hero-section .big-card .head-card .card-info-block .card-meta span {
  padding: 0 10px;
  color: #555555;
  font-size: 16px;
  font-family: "GT Walsheim Pro";
}

.hero-section .big-card .card-content {
  width: 40%;
}

.hero-section .big-card .card-content .normal-card .card-info .top-btn {
  color: #7a2cf4;
  font-family: "Bebas Neue";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 4px;
}

.hero-section .big-card .card-content .normal-card .card-info h3 {
  font-family: "GT Walsheim Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hero-section .big-card .card-content .normal-card .card-meta {
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero-section .big-card .card-content .normal-card .card-info .card-meta span {
  padding: 0 5px;
  color: #555555;
  font-size: 12px;
  font-family: "GT Walsheim Pro";
}

.hero-section .big-card .card-content .normal-card .card-img {
  height: 134px;
  border-radius: 10px;
  overflow: hidden;
}

.hero-section .big-card .card-content .normal-card .card-img img {
  object-fit: cover;
}

.hero-section .big-card .card-content .normal-card h3 {
  color: #000000;
  font-size: 20px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.hero-section .big-card .card-content .normal-card .card-meta span {
  padding: 0px;
  color: #555555;
  font-size: 12px;
  font-family: "GT Walsheim Pro";
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 20px;
  }

  .hero-section .big-card .head-card .card-img {
    width: 100%;
    height: 188px;
    border-radius: 5px;
    overflow: hidden;
  }

  .hero-section .big-card .head-card .card-info-block .card-info .top-btn {
    font-size: 10px;
    letter-spacing: 0.75px;
  }

  .hero-section .big-card .head-card .card-info-block .card-info h3 {
    font-size: 12px;
  }

  .hero-section .big-card .head-card .card-info-block .card-info h6 {
    font-size: 10px;
  }

  .hero-section .big-card .head-card .card-info-block .card-meta img {
    width: 14px;
    height: 14px;
    border-radius: 14px;
  }

  .hero-section .big-card .head-card .card-info-block .card-meta span {
    font-size: 10px;
    padding: 0px;
  }

  .hero-section .big-card .head-card .card-info-block {
    padding: 10px;
    bottom: 45px;
  }

  .hero-section .big-card .head-card {
    width: 100%;
    margin-bottom: -100px;
  }

  .hero-section .big-card .card-content {
    margin-top: 75px;
    width: 100%;
  }

  .hero-section .big-card .card-content .normal-card {
    padding-bottom: 16px;
  }

  .hero-section .big-card .card-content .normal-card .card-img {
    height: 90px;
    border-radius: 5px;
  }

  .hero-section .big-card .card-content .normal-card .card-info .top-btn {
    font-size: 8px;
    letter-spacing: 0.6px;
  }

  .hero-section .big-card .card-content .normal-card .card-info h3 {
    font-size: 10px;
  }

  .hero-section .big-card .card-content .normal-card .card-meta img {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }

  .hero-section .big-card .card-content .normal-card .card-meta span {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Top of week Section
--------------------------------------------------------------*/
.topOfWeekSwiper-prev {
  position: absolute;
  top: 34%;
  z-index: 999;
  left: -48px;
  width: auto;
}
.topOfWeekSwiper-next {
  position: absolute;
  top: 34%;
  z-index: 999;
  right: -44px;
  width: auto;
}
.hero-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #1a1c1e;
}

.category {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  gap: 40px;
  /* padding: 8px; */
  overflow-x: scroll;
}

.cat {
  color: #8218ea;
  padding: 8px;
  border-bottom: 4px solid #8218ea;
  border-radius: 2px;
}

.card-content .card-head {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.card-count {
  padding: 0px 15px;
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 63px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  background: linear-gradient(300deg, rgba(130, 24, 234, 0) 39%, #8218ea 100%);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 3;
}

.top-card {
  position: relative;
  z-index: 0;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.top-of-week .top-card .top-btn {
  color: #7a2cf4;
  font-family: Bebas Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.35px;
  margin-bottom: 3px;
}

.top-of-week .top-card .head {
  color: #000;
  font-family: GT Walsheim Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;

  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.card-body {
  padding: 14px;
}

.card-img {
  /* padding: 5px; */
  height: 153px;
  border-radius: 10px;
  z-index: 999;
  object-fit: cover;
}

.top-btn {
  color: #7a2cf4;
  text-transform: uppercase;
  font-weight: 600;
}

.blue-left > img {
  margin: 0 8px 0 0;
}

.menu-item-blue {
  padding: 64px 0 40px 0;
}
.dark-blue {
  background: #130032;
  padding-bottom: 30px;
}

.dark-blue .line-3 {
  color: #fff;
}
.dark-blue .highlight {
  background: #fff;
}

.menu-item {
  padding: 64px 0 50px 0;
}

.menu-item .menu-items {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 0.075em;
  color: #ffffff;
  text-transform: uppercase;
  gap: 60px;
  overflow-x: scroll;
}

.top-card-blue {
  background: #130032;
}

.top-card-blue .card-content {
  margin-top: 14px;
}

.top-card-blue .card-meta {
  margin-top: 14px;
}

.top-card-blue .card-meta span {
  margin-left: 7px;
  padding: 0px;
  color: #fff;
  font-family: GT Walsheim Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.card-meta-blue {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
  padding-top: 14px;
}

.tabs {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0px;
  gap: 20px;
  white-space: nowrap;
}

.tabs li {
  cursor: pointer;
  padding: 10px;
}

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

.dark-tabs {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0px;
  gap: 60px;
  white-space: nowrap;
}

.dark-tabs li {
  /* cursor: pointer;
  padding: 10px;
  color: #ffffff;
  opacity: 0.5; */

  color: #fff;
  font-size: 18px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.35px;
  opacity: 0.5;
}

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

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
}

li.tab.active {
  color: #8218ea;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

li.dark-tab.active {
  color: #ffffff;
  opacity: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.tab-content .col-lg-12 {
  padding: 12px;
}

.li-overflow {
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.li-overflow::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .topOfWeekSwiper-prev {
    left: 8px;
  }
  .topOfWeekSwiper-next {
    right: 10px;
  }
  .topOfWeekSwiper .swiper {
    padding: 0px 44px;
    position: relative;
  }
  .darkBlueSwiper {
    padding: 0;
    margin: 0;
  }
  .py-4 {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  .highlight {
    display: none;
  }

  /* .py-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  } */

  .p-3 {
    padding-top: 0px !important;
  }

  .hero-heading {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Most Recent Tab Section
--------------------------------------------------------------*/
.most-recent-tab-section .top-head {
  margin-bottom: 40px;
}

.side-bar {
  gap: 20px;
}

.most-recent-tab-section .top-head h2 {
  font-family: "GT Walsheim Pro";
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
}

.most-recent-tab-section .top-head a {
  flex-direction: row;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.most-recent-tab-section .top-head a > span {
  color: #7a2cf4;
  font-size: 24px;
  font-weight: 600;
}

.most-recent-tab-section .side-bar row {
  border-radius: 10px;
}

.most-recent-tab-section .side-bar .small-card {
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.most-recent-tab-section .side-bar .small-card .card-img {
  height: 127px;
  border-radius: 5px;
  overflow: hidden;
}

.most-recent-tab-section .side-bar .small-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.most-recent-tab-section .side-bar .small-card .card-info .top-btn {
  color: #7a2cf4;
  font-size: 16px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.most-recent-tab-section .side-bar .small-card .card-info h3 {
  color: #000;
  font-size: 18px;
  font-family: GT Walsheim Pro;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.most-recent-tab-section .side-bar .small-card .card-meta span {
  font-family: "GT Walsheim Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #555555;
}

.most-recent-tab-section .big-card .normal-card {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.most-recent-tab-section .big-card .normal-card .card-img {
  height: 177px;
  border-radius: 10px;
  overflow: hidden;
}

.most-recent-tab-section .big-card .normal-card .card-img img {
  object-fit: cover;
}

.most-recent-tab-section .big-card .normal-card .card-info {
  padding: 14px 10px 32px 10px;
}

.most-recent-tab-section .big-card .normal-card .card-info .top-btn {
  color: #7a2cf4;
  font-size: 18px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.35px;
}

.most-recent-tab-section .big-card .normal-card .card-info h3 {
  color: #000000;
  font-size: 20px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: normal;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-top: 14px;
}

.most-recent-tab-section .big-card .normal-card .card-info p {
  color: #555555;
  font-family: "GT Walsheim Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0;
}

.most-recent-tab-section .big-card .normal-card .card-meta {
  padding-left: 10px;
  padding-bottom: 12px;
}

.most-recent-tab-section .big-card .normal-card .card-meta span {
  padding: 0px !important;
}

@media (max-width: 768px) {
  .most-recent-tab-section .top-head h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .most-recent-tab-section .top-head {
    padding-bottom: 14px;
    margin-bottom: 0px;
  }
  .most-recent-tab-section .top-head a > span {
    font-size: 14px;
  }
  .most-recent-tab-section .side-bar .small-card .card-img {
    height: 92px;
  }
  .most-recent-tab-section .side-bar .small-card .card-info h3 {
    font-size: 14px;
    margin: auto;
  }
  .most-recent-tab-section .side-bar .small-card .card-info .top-btn {
    font-size: 12px;
    margin: auto;
  }
}

/*--------------------------------------------------------------
# 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: #8218ea;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fresh-section .newsletter-form h5 {
  color: #000;
  text-align: center;
  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;
  background-color: #7a2cf4;
  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;
  }
}

/*--------------------------------------------------------------
# Most Recent Slider Section
--------------------------------------------------------------*/
.most-recent-slider-section .top-head h2 {
  color: #1a1c1e;
  font-size: 45px;
  font-weight: 700;
}

.most-recent-slider-section .top-head {
  margin-bottom: 40px;
}

.most-recent-slider-section .top-head a {
  font-size: 24px;
  font-weight: 500;
  flex-direction: row;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.most-recent-slider-section .top-head a > span {
  color: #7a2cf4;
  font-family: "GT Walsheim Pro";
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.most-recent-slider-section .big-card .head-card-section {
  width: 45%;
}

.most-recent-slider-section .big-card .head-card-section .large-card {
  width: 100%;
}

.most-recent-slider-section .big-card .head-card-section .large-card .card-img {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .large-card
  .card-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .large-card
  .card-info {
  background: #fff;
  border-radius: 10px;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .large-card
  .card-info
  .top-btn {
  margin: auto;
  color: #7a2cf4;
  letter-spacing: 0.075em;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .large-card
  .card-info
  h3 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.most-recent-slider-section .big-card .head-card-section .small-card .card-img {
  width: 100%;
  height: 127px;
  border-radius: 5px;
  overflow: hidden;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .small-card
  .card-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}
.most-recent-slider-section
  .big-card
  .head-card-section
  .small-card
  .card-info-block
  .card-info
  .top-btn {
  color: #7a2cf4;
  font-family: "Bebas Neue";
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.075em;
  text-align: left;
  text-transform: uppercase;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .small-card
  .card-info-block
  .card-info
  h3 {
  /* font-family: "GT Walsheim Pro"; */
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.most-recent-slider-section
  .big-card
  .head-card-section
  .small-card
  .card-meta
  span {
  padding: 0 5px;
  color: #555555;
  font-size: 12px;
  font-family: "GT Walsheim Pro";
}

.most-recent-slider-section .big-card .card-content {
  width: 55%;
}

.most-recent-slider-section .big-card .card-content .normal-card .card-img {
  width: 100%;
  height: 191px;
  border-radius: 10px;
  overflow: hidden;
}

.most-recent-slider-section .big-card .card-content .normal-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.most-recent-slider-section
  .big-card
  .card-content
  .normal-card
  .card-info
  .top-btn {
  color: #7a2cf4;
  font-size: 18px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.35px;
}

.most-recent-slider-section .big-card .card-content .normal-card .card-info h3 {
  font-family: "GT Walsheim Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.most-recent-slider-section
  .big-card
  .card-content
  .normal-card
  .card-info
  .card-meta
  span {
  padding: 0 5px;
  color: #555555;
  font-size: 12px;
  font-family: "GT Walsheim Pro";
}

.most-recent-slider-section .big-card .card-content .normal-card h3 {
  color: #000000;
  font-size: 20px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.most-recent-slider-section
  .big-card
  .card-content
  .normal-card
  .card-meta
  span {
  padding: 0 5px;
  color: #555555;
  font-size: 12px;
  font-family: "GT Walsheim Pro";
}

@media (max-width: 768px) {
  .most-recent-slider-section .top-head {
    margin: 50px 0 14px 0;
  }
  .most-recent-slider-section .top-head h2 {
    font-size: 24px;
  }
  .most-recent-slider-section .top-head a > span {
    font-size: 14px;
  }
  .most-recent-slider-section .big-card .head-card-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .most-recent-slider-section
    .big-card
    .head-card-section
    .large-card
    .card-info
    .top-btn {
    font-size: 16px;
  }
  .most-recent-slider-section
    .big-card
    .head-card-section
    .large-card
    .card-info
    h3 {
    font-size: 24px;
  }
  .most-recent-slider-section .big-card .card-content {
    width: 100%;
  }
  .most-recent-slider-section
    .big-card
    .card-content
    .normal-card
    .card-info
    .top-btn {
    font-size: 8px;
  }
  .most-recent-slider-section
    .big-card
    .card-content
    .normal-card
    .card-info
    h3 {
    font-size: 10px;
    line-height: normal;
  }
  .most-recent-slider-section
    .big-card
    .card-content
    .normal-card
    .card-meta
    .card-meta-img {
    width: 12px;
    height: 12px;
  }
  .most-recent-slider-section
    .big-card
    .card-content
    .normal-card
    .card-meta
    span {
    font-size: 8px;
    padding: 0px;
  }
  .most-recent-slider-section .big-card .card-content .normal-card .card-img {
    height: 90px;
  }
  /* .most-recent-slider-section .big-card .head-card .card-info-block {
		bottom: 135px;
	}

	.most-recent-slider-section .big-card .head-card {
		width: 100%;
		margin-bottom: -100px;
	}

	.most-recent-slider-section .big-card .card-content {
		width: 100%;
	}

	.most-recent-slider-section .big-card .card-content .normal-card {
		padding-bottom: 30px;
	}

	.most-recent-slider-section .big-card .card-content .normal-card .card-img {
		height: 225px;
	} */
}

/*--------------------------------------------------------------
# Featured for member Section
--------------------------------------------------------------*/
.featured-section .top-head h2 {
  color: #1a1c1e;
  font-size: 45px;
  font-weight: 700;
}

.featured-section .top-head a {
  font-size: 24px;
  font-weight: 500;
  flex-direction: row;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.featured-section .top-head a > span {
  color: #7a2cf4;
  font-family: "GT Walsheim Pro";
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.featured-section .big-card .normal-card .card-info .top-btn {
  color: #7a2cf4;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.075em;
  text-align: left;
  text-transform: uppercase;
}

.featured-section .big-card .normal-card .card-info .card-meta span {
  padding: 0 5px;
  color: #555555;
  font-size: 12px;
  font-family: "GT Walsheim Pro";
}

.featured-section .big-card .normal-card .card-img {
  height: 316px;
  border-radius: 10px;
  overflow: hidden;
}

.featured-section .big-card .normal-card .card-img img {
  object-fit: cover;
}

.featured-section .big-card .normal-card .card-info h3 {
  color: #000000;
  font-size: 34px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: 39px;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.featured-section .big-card .normal-card .card-meta span {
  padding: 0 5px;
  color: #555555;
  font-size: 16px;
  font-family: "GT Walsheim Pro";
}

/* .featured-section .side-bar .small-card {
  height: 170px;
} */

.featured-section .side-bar .small-card .card-img {
  border-radius: 10px;
  overflow: hidden;
  height: 175px;
}

.featured-section .side-bar .small-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-section .side-bar .small-card .card-info .top-btn {
  margin: auto;
  color: #7a2cf4;
  font-size: 18px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.35px;
}

.featured-section .side-bar .small-card .card-info h3 {
  color: #000000;
  font-size: 20px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media (max-width: 768px) {
  .featured-section .top-head h2 {
    font-size: 20px;
  }
  .featured-section .big-card .normal-card .card-img {
    height: 225px;
  }
  .featured-section .side-bar .small-card .card-info h3 {
    font-size: 14px;
    line-height: normal;
    margin: auto;
  }
  .featured-section .side-bar .small-card .card-info p {
    font-size: 12px;
  }
  .featured-section .top-head a > span {
    font-size: 14px;
  }
  .featured-section .big-card .normal-card .card-img {
    height: 186px;
  }
  .featured-section .big-card .normal-card .card-info .top-btn {
    font-size: 16px;
    margin: auto;
  }
  .featured-section .big-card .normal-card .card-info h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .featured-section .big-card .normal-card .card-meta span {
    padding: 0px;
  }
  .featured-section .side-bar .small-card .card-img {
    height: 95px;
  }
  .featured-section .side-bar .small-card .card-info .top-btn {
    font-size: 12px;
    margin: auto;
  }
  .featured-section .side-bar .small-card .card-meta img {
    width: 17px;
    height: 17px;
  }
  .featured-section .side-bar .small-card .card-meta span {
    font-size: 12px;
    padding: 0px;
  }
}

/*--------------------------------------------------------------
# Most Recent Fotter
--------------------------------------------------------------*/
.most-recent-fotter-style {
  position: relative;
  bottom: -100px;
  top: 100px;
}
.most-recent-fotter {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: #fff;
}

.most-recent-fotter .normal-card {
  box-shadow: none !important;
}

.most-recent-fotter .normal-card .card-img {
  height: 205px !important;
}

@media (max-width: 768px) {
  .most-recent-fotter-style {
    top: 0px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 128px !important;
  background-color: #7a2cf4;
}

.footer .main {
  border-bottom: 1px solid #ffffff;
}
.footer .logo-wrapper .logo {
  height: 60px;
  width: 140px;
  object-fit: contain;
}
.footer .logo-wrapper span {
  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: #9657f8;
  padding: 2px;
  border-radius: 4px;
}
.footer .form-control:focus {
  box-shadow: none !important;
}

.input-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.input-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.footer .form .form-control {
  border-radius: 4px;
  background: #9657f8;
  flex-grow: 1;
  border: none;
}

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

.footer .form .input-group button {
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  background: #fff;
  height: 100%;
  padding: 0 12px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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%;
  }
}
