@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif !important;
}

.search-results {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 10;
    background-color: white;
    width: 80%;
}

a.navbar-brand img {
    width: 133px;
}

.bg-dark-theme {
    background-color: #0f172a !important;
    background-image: url('../img/pattern-square.svg');
}

header {
    border-bottom: solid #acacac 3px;
}

header a.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 18px;
}

.TvFram,
.ArchiveSectionInner,
.StatsSectionInner {
    background: rgb(232, 156, 24);
    background: linear-gradient(342deg, rgba(232, 156, 24, 1) 44%, rgba(255, 175, 36, 1) 55%);
    padding: 18px;
}

section.TvSection,
.ArchiveSection,
.StatsSection {
    padding-top: 35px;
}

.TvFramHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
}

.logo img {
    width: 94px;
}

.TvFramMenu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.TvFramMenu i {
    font-size: 28px;
}

.addBanner {
    margin-bottom: 10px;
    position: relative;
}

.addBanner i {
    position: absolute;
    right: -9px;
    top: -9px;
    background: #fff;
    padding: 4px;
    border-radius: 22px;
}

.TvImg {
    position: relative;
}

.imageCounter {
    display: flex;
    /* min-width: 20%; */
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    justify-content: space-around;
}

.no-bullets {
    list-style-type: none;
    /* Removes bullet points */
    padding-left: 0;
    /* Removes any left padding (default padding of <ul>) */
}


.counter {
    background: #0b0701e0;
    width: 100%;
    cursor: pointer;
}

.counterActive {
    background: #077b89;
}

/* .imageCounter {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    justify-content: center;
}

.counter {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.counterActive {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
} */

.backMenu span {
    background: #0f172a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    /* align-items: center; */
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

.RandomMovieBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #352882;
    height: 48px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 13px 0;
    cursor: pointer;
}

.RandomNumberInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;

}

.RandomNumbers {
    background: #0f172a;
    color: #fff;
    width: 80px;
    height: 80px;
    justify-content: space-around;
    align-items: center;
    display: flex;
    border-radius: 4px;
    cursor: pointer;
}

.RandomNumberMain {
    overflow-y: auto;
    max-height: 320px;
    padding-right: 8px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* width */
.RandomNumberMain::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.RandomNumberMain::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

/* Handle */
.RandomNumberMain::-webkit-scrollbar-thumb {
    background: #352882;
    border-radius: 20px;
}

/* Handle on hover */
.RandomNumberMain::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.statsCols {
    margin: 13px 0;
}

.statsColsInner {
    border: solid 2px;
    text-align: center;
    border-color: #ffffff;
    margin-bottom: 15px;
}

.statsColsHeader {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.statsColsBody {
    font-size: 20px;
    padding: 7px 0;
    background: #0f172a;
    color: #fff;
}

.guessDistribution table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
    margin-top: 12px;
}

.guessDistribution table th {
    text-align: center;
    width: 28px;
    font-weight: 400;
    padding: 4px 0;
}

.guessDistribution table td {
    text-align: center;
    background: #352882;
    color: #fff;
    padding: 4px 0;
}

a.btn-btn {
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-top: 5px;
}

.archiveBtn {
    background: #222;
    color: #fff;
}

.gamesBtn {
    background: #1381b5;
    color: #FFF;
}

.containerBg {
    background: rgb(255 255 255 / 96%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    margin: 12px 0;
    border-radius: 15px;
    padding: 36px 27px;
}

.title {
    background: rgb(232, 156, 24);
    background: linear-gradient(320deg, rgb(230 165 52) 44%, rgba(255, 175, 36, 1) 55%);
    border-radius: 15px;
    text-align: center;
    padding: 14px 0;
    margin-top: 40px;
}

section.section.footer.overflow-hidden.section-padding {
    background: #1b1b1b;
    padding: 50px 0;
    margin-top: 55px;
}

a.social-media {
    background: #ffaf24;
    padding: 2px 7px;
    padding-bottom: 7px;
    border-radius: 7px;
    color: #000;
}

.footer-item li {
    padding-bottom: 8px;
}

.footer .footer-link li a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    text-decoration: none;
}

a#basic-addon2 {
    background: #ffaf24 !important;
}

footer {
    background: #000000;
    border-top: solid 2px #383838;
    padding: 10px 0;
}

/* .top-header ul {
    display: flex;
    list-style: none;
} */

/* .m-auto {
    margin: auto !important;
} */

.fw-bold {
    margin-bottom: 0px !important;
}

.top-header ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.top-header ul li {
    color: #fff;
    margin-right: 16px;
}
.footer-logo img{
    background: #fff;
    padding: 11px;
    border-radius: 5px;
}


.col-lg-4 {
    display: flex;
    flex-direction: column;
  }
  
  .authore {
      display: flex;
      align-items: center;
      gap: 17px;
      background: #fcfcfc;
      padding: 18px;
      margin: 20px 0;
  }
  .BlogDetailsRightSide {
      background: #fcfcfc;
      padding: 15px; 
      position: -webkit-sticky;
      position: sticky;
      top: 10px;
      min-height: 80vh;
  }
  .contentRecentPost {
      margin-bottom: 35px;
      border-bottom: solid 2px #f0f0f0;
  }
  .blogContent {
      margin-bottom: 38px;
  }

/* popup design */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
  }
  
  .modal-dialog {
    background: white;
    border-radius: 8px;
    padding: 20px;
    width: 90%;
    max-width: 500px;
  }
  
  .modal-header,
  .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .btn-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
  }  
  