:root {
  --accent-color: #ff0060;
  --colorBlack: #000000;
  --colorLightBlack: #111111;
  --colorDarkDim: #333333;
  --colorGrey: #dddddd;
  --colorlightGrey: #dddddd8d;
  --bgGrey: #f8f9fa;
  --colorWhite: #ffffff;
  --colorRed: crimson;
  --font-heading: Arial, sans-serif;
  --font-body: Arial, sans-serif;
  --padding-x: 0 3rem;
  --padding-x-lg: 0 5rem;
  --padding-y: 3rem 0;
  --padding-y-lg: 5rem 0;
  --padding-top: 1rem;
  --padding-bottom: 1rem;
  --padding-left: 1rem;
  --padding-right: 1rem;
  --padding-btn: 0.4rem 1.5rem;
  --HeadingOne: 60px;
  --HeadingTwo: 50px;
  --HeadingThree: 35px;
  --HeadingFour: 27px;
  --HeadingFive: 20px;
  --MagazineCoverText: 45px;
  --font-bolded: 900;
  --transition: 0.3s ease;
  --less-transition: 0.1s ease;
}
@media (max-width: 768px) {
  :root {
    --padding-x: 0 1rem;
    --padding-x-lg: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  :root {
    --HeadingOne: 38px;
    --HeadingTwo: 32px;
    --HeadingThree: 26px;
    --HeadingFour: 22px;
    --HeadingFive: 18px;
    --MagazineCoverText: 30px;
  }
}

* {
  box-sizing: border-box;
  border-width: 0;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--colorBlack);
  cursor: pointer;
  transition: var(--less-transition);
}
a:hover {
  color: var(--accent-color);
}

.btn-accent {
  background-color: var(--accent-color);
  transition: var(--transition);
  padding: var(--padding-btn);
  color: var(--colorWhite);
}
.btn-accent:hover {
  opacity: 0.7;
  background-color: var(--accent-color);
}
.btn-accent:active {
  opacity: 0.3;
  background-color: var(--accent-color) !important;
}

li {
  list-style: none;
}

.ad-banner.square {
  width: 300px;
  height: 250px;
    object-fit: contain !important;
    height: max-content;

}

.ad-banner.square img {
    object-fit: contain !important;

}

.ad-banner.top {
  width: 100%;
  height: 250px;
  
}
.ad-banner.top{
    object-fit: contain;
}

.ad-banner.bottom {
  width: 100%;
  height: 220px;
  margin: 30px auto;

}
/*.ad-banner.bottom img{*/
/*    object-fit: contain !important;*/
/*}*/

@media (max-width: 768px) {
  .ad-banner.square {
    margin: 0 auto;
        height: max-content;

  }
  .ad-banner {
    margin: 0 auto;
  }

  .ad-banner.bottom {
    margin: 10px;
  }
}

.ad-banner {
  height: 100%;
  width: 100%;
  color: var(--colorWhite);
  object-fit: contain !important;
  overflow: hidden;
}
.ad-banner img,
.ad-banner video,
.ad-banner iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}

.category-text {
  color: crimson;
}

.badge {
  padding-left: 0;
  padding-right: 0;
}

.load-more a {
  position: relative;
  background: transparent;
  padding: 0.2rem 1rem;
  color: var(--colorBlack);
  border: 1px solid var(--colorBlack);
  font-weight: 600;
  z-index: 1;
  display: none;
}
.load-more a::before,
.load-more a::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: var(--colorBlack);
  position: absolute;
  top: 50%;
  width: 100vw;
  z-index: -1;
}
.load-more a::before {
  right: 100%;
}
.load-more a::after {
  left: 100%;
}

.separator {
  width: 2px;
  background-color: var(--colorBlack);
}

.top-slider {
  width: 100%;
  background-color: var(--colorBlack);
  overflow: hidden;
}
.top-slider .close-btn-wrapper {
  position: absolute;
  top: 2px;
  right: 5px;
  background: transparent;
  outline: none;
  border: none;
  z-index: 5;
}
.top-slider .close-btn-wrapper img {
  border-radius: 50%;
  width: 30px;
}
.top-slider .slide-caption {
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: var(--HeadinFive);
  color: var(--colorWhite);
  background-color: rgba(0, 0, 0, 0.5960784314);
  padding: var(--padding-btn);
}

header {
  padding: var(--padding-x);
}
@media (max-width: 768px) {
  header {
    padding: 0;
  }
}
header .header-top .header-top-right a:nth-child(1) {
  position: relative;
}
header .header-top .header-top-right a:nth-child(1)::before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: var(--colorBlack);
  width: 40%;
  height: 2px;
}
header .header-top .header-top-right a:nth-child(1):hover::before {
  background-color: var(--accent-color);
}
header .header-bottom {
  border-block: 1px solid var(--colorBlack);
}
header .header-bottom svg {
  cursor: pointer;
}
header .mobile-header {
  border-bottom: 1px solid var(--colorBlack);
}
header .mobile-header .col-6 {
  text-align: center;
}
header .mobile-header img {
  width: 150px;
}
header .mobile-header .right-link a {
  font-size: 15px;
}

main {
  max-width: 2200px;
  margin: 0 auto;
}
main li {
  list-style: unset;
}
main .hero-section {
  padding: var(--padding-x-lg);
}
main .hero-section .left-column div {
  border-bottom: 1px solid var(--colorBlack);
}
main .hero-section .left-column div:first-child {
  border: none !important;
  margin-bottom: 0 !important;
}
main .hero-section .left-column div:nth-child(2) {
  border-top: 1px solid var(--colorBlack);
  padding-top: 1.5rem !important;
}
main .hero-section .left-column div:last-child {
  border: none !important;
}
@media (max-width: 768px) {
  main .hero-section .center-column {
    /*margin: 2rem 0;*/
  }
}


main .hero-section .right-column img {
  width: 270px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
main .hero-section .right-column div:nth-child(2) {
  border-top: 2px solid var(--colorBlack);
  padding-top: calc(var(--padding-top) + 5px);
  margin-bottom: 0 !important;
}
main .top-stories {
  overflow: hidden;
  width: 100%;
}
main .top-stories .swiper-slide {
  display: flex;
  justify-content: center;
  width: auto;
}
main .top-stories .card {
  width: 300px;
}
main .top-stories img,
main .top-stories video {
  border: 1px solid var(--colorBlack);
  border-radius: 0;
  width: 290px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}
.swipe-down img {
  pointer-events: none;
}
@media (max-width: 768px) {
  main .top-stories img {
    width: 270px;
    height: 150px;
  }
  .swipe-down img {
    width: 20px;
    height: 15px;
  }
  .swipe-down {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
main .article-list {
  padding: var(--padding-x);
}
main .article-list .articles-wrapper img,
main .article-list .articles-wrapper video {
  width: 290px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10px;
  outline: 1px solid #000;
  background: #f9f9f9;
}
main .featured-content {
  padding: var(--padding-x);
}
main .featured-content .featured-image {
  width: 50%;
}
@media (max-width: 768px) {
  main .featured-content .featured-image {
    width: 100%;
  }
}
main .featured-content .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main .featured-content .featured-content {
  width: 50%;
}
@media (max-width: 768px) {
  main .featured-content .featured-content {
    width: 100%;
    margin-top: 0.5rem;
  }
}
main .featured-content .featured-content p {
  font-size: var(--HeadingFive);
}
main .featured-content .featured-content h2 {
  font-weight: var(--font-bolded);
  font-size: 70px;
}
main .video-list {
  padding: var(--padding-x);
}
main .video-list .videos-wrapper img,
main .video-list .videos-wrapper video,
.video-card img,
.video-card video {
  width: 290px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10px;
    outline: 1px solid #000;
    background: #f9f9f9;
}
main .video-list .videos-wrapper .details {
  margin-top: 10px;
}
main .video-list .videos-wrapper .details .publisher img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
main .banner {
  width: 100%;
}
main .banner .banner-media {
  width: 100%;
  overflow: hidden;
}
 main .featured-content .featured-content > p {

    margin-bottom: -10px;
 }
@media (max-width: 768px) {
  main .banner .banner-media {
    max-height: 550px;
  }
  main .featured-content .featured-content h2{
      font-size: 35px !important;
  }
}
main .banner .banner-media img,
main .banner .banner-media video,
main .banner .banner-media iframe {
  width: 85%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  object-position: top;
}
main .banner .banner-media video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;

}
@media (max-width: 768px) {
  main .banner .banner-media img,
  main .banner .banner-media video,
  main .banner .banner-media iframe {
    max-height: 550px;
  }
}
main .sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}
main .sidebar .sidebar-magazine-cover {
  width: 100%;
}
main .sidebar .sidebar-magazine-cover img {
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
main .sidebar .sidebar-hot-latest-posts,
main .sidebar .sidebar-hot-trending-posts {
  padding: 0.6rem 0.2rem;
  width: 100%;
  color: var(--colorWhite);
  background: linear-gradient(to right, #040411, #1a1a2e);
}
main .sidebar .sidebar-hot-latest-posts > h5,
main .sidebar .sidebar-hot-trending-posts > h5 {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-weight: var(--font-bolded);
}
main .sidebar .sidebar-hot-latest-posts a,
main .sidebar .sidebar-hot-trending-posts a {
  color: var(--colorWhite);
  height: -moz-max-content;
  height: max-content;
}
main .sidebar .sidebar-hot-latest-posts a:hover,
main .sidebar .sidebar-hot-trending-posts a:hover {
  color: var(--accent-color);
}
main .sidebar .sidebar-hot-latest-posts .posts-box-wrapper,
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper {
  width: 100%;
}
main .sidebar .sidebar-hot-latest-posts .posts-box-wrapper .posts-box,
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box {
  padding: 0.5rem;
  border: 1px solid var(--colorlightGrey);
}
main .sidebar .sidebar-hot-latest-posts .posts-box-wrapper .posts-box img,
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box img,
main .sidebar .sidebar-hot-latest-posts .posts-box-wrapper .posts-box video,
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box video {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
main .sidebar .sidebar-hot-trending-posts a {
  text-align: center;
}
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box {
  padding: 0.5rem;
  border: 1px solid var(--colorlightGrey);
}
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box img,
main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box img,
  main .sidebar .sidebar-hot-trending-posts .posts-box-wrapper .posts-box video {
    width: 220px;
  }
}

footer .footer-carousel {
  position: relative;
}
footer .footer-carousel img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .footer-carousel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
footer .footer-carousel .carousel-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--accent-color);
  color: var(--colorWhite);
  padding: 0.45rem 1.3rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
}
footer .footer-social {
  background: var(--colorLightBlack);
  text-align: center;
  padding: 1rem 0;
}
footer .footer-social ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
footer .footer-social ul li a {
  color: var(--colorGrey);
  transition: var(--transition);
}
footer .footer-social ul li a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
footer .footer-social ul li a:hover {
  color: var(--accent-color);
}
footer .footer-social ul li a:hover img {
  filter: brightness(1) invert(0);
}
footer .footer-bottom {
  background: var(--colorBlack);
  padding: 2rem 1rem;
  flex-wrap: wrap;
}
footer .footer-bottom .footer-logo img {
  width: 150px;
  height: auto;
}
footer .footer-bottom .footer-links {
  margin: 0;
  padding: 0;
}
footer .footer-bottom .footer-links li a {
  color: var(--colorGrey);
  font-weight: 500;
}
footer .footer-bottom .footer-links li a:hover {
  color: var(--colorWhite);
}

.post-content figure {
  text-align: center;
}
.post-content img {
  text-align: center;
}

@media (max-width: 768px) {
  .post-content img {
    width: 100%;
    height: auto;
  }
  main .banner {
    margin-top: 10px;
  }
}

div#my-video {
  width: 90%;
  margin: 0 auto;
  align-self: center;
  display: flex;
}

@media (min-width: 768px) {
  div#my-video {
    height: 85vh;
  }
}
.read-more-video {
  color: var(--colorWhite) !important;
  font-weight: 600 !important;
  transition: 0.2s;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.read-more-video:hover {
  color: var(--colorGrey);
  text-decoration: underline;
}

.publisher img {
  width: 30px !important;
  height: 30px !important;
}
.video-card.active,
.post-card.active {
  position: relative;
}

.video-card.active > .video-card__media::before,
.post-card.active ::before {
  content: 'Recently Viewed';
  position: absolute;
  top: 0.5rem;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 15px;
  z-index: 10;
  font-weight: 600;
}

.video-card.active .video-card__media img,
.video-card.active .video-card__media video,
.post-card.active .video-card__media img,
.post-card.active .video-card__media video {
  filter: grayscale(100%);
}

.video-caption,
.post-caption {
  text-align: center !important;
}

.fullscreen-search {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.fullscreen-search.active {
  opacity: 1;
  pointer-events: auto;
}

.search-content {
  background: #fff;
  width: 100%;
  height: 75vh;
  padding: 3rem 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fullscreen-search.active .search-content {
  transform: translateY(0);
}

.search-input {
  width: 100%;
  font-size: 2rem;
  padding: 1rem;
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
}

.search-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}

.menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-content {
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  padding: 3rem 2rem;
  text-align: center;
  height: 90vh;
  overflow-y: auto;
  text-align: start;
  padding: 100px 50px;
}

.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}

.menu-content li {
  margin-bottom: 1.5rem;
}

.menu-content a {
  text-decoration: none;
  font-size: 1rem;
}

/* Show state */
.fullscreen-menu.active {
  pointer-events: all;
}

.fullscreen-menu.active .menu-overlay {
  opacity: 1;
}

.fullscreen-menu.active .menu-content {
  transform: translateY(0%);
}
.menu-content.from-header {
  top: auto;
  bottom: 0;
}

.overlay-content {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.category-column h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: start;
}

.category-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.image-right-menu {
    width: 100%;
    max-width: 300px;
    margin: 10px 65px;
}
.border-col {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  .border-col {
    border-right: none;
  }
  body > main > div > div.menu-content > div:nth-child(1) > div.col-lg-9 > div > div:nth-child(3) {
    border-left: 1px solid #ccc;
  }
  .image-right-menu {

    margin: 8px 25px;
  }
  .search-input {
    font-size: 1.1rem;
    padding: 0.5rem;
  }

  .menu-content {
    height: 70vh;
  }
  .right-content {
    margin-top: 15px;
  }
}
.left-1 {
  border-left: 1px solid #ccc;
}

.menu-close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  display: none;
  cursor: pointer;
  z-index: 1000;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.menu-close-btn:hover {
  background: #f0f0f0;
}

.cat-Music,
.cat-7,
.cat-8,
.cat-9,
.cat-10,
.cat-11,
.cat-36,
.cat-37,
.cat-TV\/Films,
.cat-17,
.cat-18,
.cat-19,
.cat-20,
.cat-21,
.cat-42,
.cat-43,
.cat-44,
.cat-47,
.cat-Culture,
.cat-12,
.cat-13,
.cat-14,
.cat-15,
.cat-16,
.cat-38,
.cat-39,
.cat-40,
.cat-41,
.cat-Magazine,
.cat-27,
.cat-28,
.cat-29,
.cat-30,
.cat-34,
.cat-33,
.cat-31,
.cat-45,
.cat-46,
.cat-Videos,
.cat-22,
.cat-23,
.cat-24,
.cat-25,
.cat-26,
.cat-54,
.cat-53,
.cat-55,
.cat-56,
.cat-57,
.cat-58,
.cat-59,
.cat-60,
.cat-61,
.cat-62,
.cat-63,
.cat-64,
.cat-65,
.cat-66,
.cat-67,
.cat-68,
.cat-69,
.cat-70,
.category-color
{
    
    -webkit-text-stroke: 0.2px var(--colorBlack);
  background: linear-gradient(to right, #eb007b, #00a6ff);
    background-clip: border-box;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-size: 0.99rem;
}



.magazine-image-wrapper {
  position: relative;
  overflow: hidden;
}

.magazine-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  pointer-events: none;
}

.magazine-image-wrapper:hover .magazine-overlay {
  opacity: 1;
  pointer-events: auto;
}

.magazine-image-wrapper:hover img {
  filter: grayscale(100%) brightness(0.6) blur(3px);
}

.magazine-content-top {
  text-align: center;
  margin: 5rem auto 0;
}

@media (max-width: 768px) {
  .magazine-content-top {
    margin: 1rem auto 0;
  }
  .posts-box-wrapper h5 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}

.magazine-content-top h3 {
  font-size: var(--HeadingTwo);
  -webkit-text-stroke: 0.5px var(--colorBlack);
  text-transform: uppercase;
  font-weight: 900;

  background: linear-gradient(to right, #eb007b, #00a6ff);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

@media (max-width: 768px) {
  .magazine-content-top h3 {
    font-size: 20px;
  }
}

.magazine-content-top span {
  font-size: var(--HeadingThree);
  font-weight: 800;
  color: var(--colorWhite);
  -webkit-text-stroke: 0.5px var(--colorBlack);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .magazine-content-top span {
    font-size: 18px;
  }
}

.magazine-content-bottom {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .magazine-content-bottom a {
    font-size: 0.645rem;
  }
  
  form#contactForm {
    height: 320px;
   
}

  .search-result {
    max-height: 380px;
  }
  .hero-section .row {
    margin-top: 10px !important;
  }
}

.search-result {
  max-height: 290px;
  overflow-y: auto;
  padding: 10px 0;
  margin: 20px auto;
}

.search-link {
  font-size: 16px;
}

.view-all-btn-archive a {
  color: #ccc;
  font-size: 13px;
}
.view-all-btn-archive a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .view-all-btn-archive {
    margin-bottom: 10px;
  }
}

/* contact popup */
.contact-popup-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  transition: opacity 0.3s ease;
}

/* Popup box */
.contact-popup-box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  max-width: 400px;
  width: 90%;
  transition: opacity 0.3s ease, transform 0.3s ease;
   padding: 0px 5px;
}

.contact-popup-box h3{
       padding: 0 25px;
    padding-top: 15px;
    
}

/* When active */
.contact-popup-overlay.active,
.contact-popup-box.active {
  opacity: 1;
  visibility: visible;
}

.contact-popup-box.active {
  transform: translate(-50%, -50%);
}
.contact-popup-box input[type='text'],
.contact-popup-box input[type='email'],
.contact-popup-box textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  resize: vertical;
}

form#contactForm {
    height: 400px;
    overflow-y: auto;
    padding: 25px 30px;
    padding-top: 0px;
}

.submit-popup {
  background: var(--accent-color);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 1rem;
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin-top: 10px;
}

p#formStatus {
    padding: 5px 25px;
}

.submit-popup:hover {
  opacity: 0.7;
}

/* Optional: style labels and spacing */
.contact-popup-box label {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.contact-popup-close {
  font-size: 21px;
  right: 30px;
  position: absolute;
  top: 15px;
  cursor: pointer;
}

.ad-banner figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-wrapper {
  height: max-content;
}

.post-cat-div {
  width: max-content;
}
.category-text {
  font-size: 1rem !important;
  font-weight: 500;
}
.sidebar-title {
  font-size: 16px;
}
.white {
  width: 4px;
  height: 23px;
  background: #fff;
  position: absolute;
  right: 0;
}

@media (max-width: 1000px) {
  .post-cat-div {
    margin: 10px auto;
    justify-content: center;
  }
}

.title-post {
  font-weight: 700;
}


.menu-h4{
    border-bottom: 2px solid #000;
}
.sidebar p, .sidebar a, .sidebar h5 {
  word-break: break-word;
  text-align: start !important;
}


.sidebar-hot-latest-posts,
.sidebar-hot-trending-posts{
    font-family: bagota_losregular;
}

.sidebar-hot-latest-posts > h5,
.sidebar-hot-trending-posts > h5{
    font-size: 25px !important;
  font-weight: 900;
}
@media (max-width: 768px) {
.sidebar-hot-latest-posts > h5,
.sidebar-hot-trending-posts > h5{
    font-size: 20px !important;
}
}

.trending-magazine .posts-box > a{
    width: 50%;
}

.trending-magazine .posts-box-wrapper .posts-box img,
.trending-magazine .posts-box-wrapper .posts-box video{
    width: 100% !important;
  aspect-ratio: 1/0 !important;
  height: auto;
}

.desk-ad{
    display: block;
}

.mob-ad{
    display: none;
}

@media (max-width: 768px){
    .desk-ad{
    display: none !important;
}

.mob-ad{
    display: block !important;
}
}


.btn-primary{
    background-color: var(--accent-color) !important;
      border-color: var(--accent-color) !important;

}

.btn-primary:hover {
 opacity: 0.7;
  border-color: var(--accent-color) !important;
   background-color: var(--accent-color) !important;
}


.search-link-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;         
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-link-desc {
  font-size: 0.875rem;    
  color: #555;            
  display: -webkit-box !important;
  -webkit-line-clamp: 1;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result img {
  border-radius: 5px;
  border: 1px solid;
}



@media (min-width: 350px) and (max-width: 390px) {
    header .mobile-header .right-link a {
  font-size: 13px;
}

}