@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

/* ---- preset style START ---- */
html,
body {
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}
img {
  border: none;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:link,
a:visited,
a:focus,
input:focus,
textarea:focus,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
select:focus {
  outline: none;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
  margin: 0;
  padding: 0;
}
::selection {
  background: #39373a;
  color: #ffffff;
}
::-moz-selection {
  background: #39373a;
  color: #ffffff;
}

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

.section {
  padding: 100px 0;
}

.hero {
  background-color: #03004a;
  padding: 200px 0 100px;
  color: #fff;
  position: relative;
  background-image: url('https://talenthub.timbremedia.in/wp-content/uploads/2026/04/img-tmb2-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero {
  padding: 300px 0 200px;
}
.section.hero.main-page::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000052;
  top: 0;
  left: 0;
}
.h-img {
  position: absolute;
  right: 134px;
  z-index: 9;
  max-width: 681px;
  bottom: -21px;
}
.header {
  background-color: #03004a00;
  padding: 15px 0 15px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.logos {
  display: flex;
  align-items: center;
}

.logos img {
  max-height: 62px;
}

.linw {
  background: rgb(105, 105, 105);
  height: 38px;
  width: 1px;
  margin-left: 13px;
}
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.menu ul li a {
  color: #fff;
  text-transform: capitalize;
}
.site-branding img {
  max-width: 250px;
}
.h-wrap {
  max-width: 600px;
  position: relative;
  z-index: 999;
}



.h-wrap p {
  font-size: 22px;
}

h1 {
  font-size: 68px;
}

label {
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
}
label span {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-top: -2px;
  display: block;
}
input {
  width: 100%;
  padding: 8px 10px;
}
select {
  width: 100%;
  padding: 10px;
}
.error-message {
  width: 100%;
  color: #ff4040;
  font-size: 14px;
  display: block;
}
.pill {
  display: inline-block;
  color: #fff;
  padding: 6px 14px;
  margin: 6px 8px 6px 0;
  border-radius: 8px;

  font-weight: 500;
  transition: transform 0.2s ease;
}

.pill:hover {
  transform: scale(1.05);
  cursor: default;
}

.pill-1 {
  background-color: #e9e42b;
} /* Red */
.pill-2 {
  background-color: #d08e22;
} /* Teal */
.pill-3 {
  background-color: #dd4128;
} /* Slate */
.pill-4 {
  background-color: #ec4d62;
} /* Yellow */
.pill-5 {
  background-color: #a84a96;
} /* Dark Cyan */
.pill-6 {
  background-color: #3f69b0;
} /* Coral */
.pill-7 {
  background-color: #28b5e0;
} /* Purple */
.pill-8 {
  background-color: #70cace;
} /* Light Salmon */
.pill-9 {
  background-color: #66b345;
} /* Aqua Green */
.pill-10 {
  background-color: #9bbf39;
} /* Rosy Pink */
.pill-11 {
  background-color: #b7c42d;
} /* Navy Blue */
.pill-12 {
  background-color: #fcf400;
}

footer {
  background: #03004a;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}

footer ul li a {
  color: #fff;
  text-decoration: underline;
}
footer ul li a:hover {
  text-decoration: underline;
}
.registration-section form {
  max-width: 600px;
}

.login-sec {
  padding-top: 200px;
}

.registration-section.section {
  padding-top: 200px;
}
.password-wrapper {
  position: relative;
  width: 100%;
}
.password-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #555;
}

.menu-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-profile-pic {
  width: 34px;
}
.success-message {
  color: #03a203;
}
.side-menu li {
  margin-bottom: 4px;
}
.profile-wrap {
  position: relative;
}
.sidebar {
  position: fixed;
  background: #fff;
  min-width: 300px;
  color: #fff;
  height: 100%;
  top: 0;
  left: 0;
  padding: 100px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-section {
  margin-left: 300px;
  padding: 120px 50px 50px;
}
.side-menu li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  color: #000;
  border-radius: 6px;
}

.side-menu li.active a {
  background: #03004a !important;
  color: #fff;
}
.side-menu li a:hover {
  background: #7d78ff;
  color: #fff;
}

.v-message {
  position: fixed;
  background: #0000;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 12%;
  left: 0;
}
.v-message div {
  padding: 12px 30px;
  background: #fff;
  width: max-content;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16),
    0 3px 6px rgba(255, 255, 255, 0.23);
}

.custom-upload button {
  background-color: #e0eaff;
  border-radius: 8px;
  color: #000;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.custom-upload button i {
  color: #1b44c9;
  font-size: 28px;
}

.custom-upload button:hover {
  background-color: #c3d6ff;
}

.video-details {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
  color: #161616;
}
#selected-file-size {
  color: #676767;
  font-size: 14px;
}
#selected-file-format {
  color: #676767;
  font-size: 14px;
}
#selected-file-name {
  display: block;
}

#videoPreview {
  margin-top: 22px;
}
.btn-primary {
  padding: 10px 30px;
  width: max-content;
  font-weight: 700;
  text-transform: capitalize;
}
.h-logo {
  width: 100%;
  max-width: 250px;
}


.bg-of {
  background-color: #f5f5f5;
}

.card-body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pop-cat-content ul{
  list-style: disc;
  padding-left: 20px;
}


.pop-cat-content ul li {
  margin-bottom: 10px;
}
.pop-cat-content ul li ul li {
  margin-bottom: 0;
}

.card-header {
  font-weight: 600;
}
.s-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 22px;
}

.sub-bg {
  background-image: url(../images/sub.png);
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 12px;
  background-size: contain;
  overflow: hidden;
}

.form-control {
  background: rgb(227, 239, 255);
  border: 1px solid rgb(189, 208, 232);
}

.sub-wrap {
  max-width: 600px;
  margin-left: auto;
  background-color: rgba(243, 248, 255, 1);
  padding: 50px;
}

.s-arrows button {
  width: 40px;
  height: 40px;
  box-shadow: none;
  outline: none;
  border: 0;
  background: #03004a;
  color: #fff;
}

.s-arrows button:hover {
  background: #040077;
}
.abt-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.grid-timeline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: max-content;
  margin: 0 auto;
  place-items: center;
}

.t-item {
  border: 1px solid #c9c9c9;
  background: #ebf4ff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
.t-item img {
  width: 50px;
}

.help {
  background: #02075d;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
img.help-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-content {
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 50px;
}
section.registration-section.section,
section.login-sec.section {
  background: url(../images/BG2.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

section.login-sec.section a,
.registration-section.section a {
  color: #fff;
  text-decoration: underline;
}

.c-icon {
  width: 45px;
  height: 45px;
  background: rgba(21, 0, 82, 1);
  display: grid;
  place-items: center;
  border-radius: 100%;
}
.c-icon img {
  width: 20px;
}
.c-h {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0;
  background: #00000000;
  padding: 0px 20px 15px 0;
  cursor: pointer;
}
.card {
  border: 0;
  border-bottom: 1px solid rgba(180, 180, 180, 1);
  border-radius: 0;
  margin-bottom: 15px;
  background: #00000000;
}

.card-header.rotate i {
  transform: rotate(180deg);
}
.card-body {
  padding-top: 0;
  padding-left: 60px;
  margin-top: -18px;
}

.cb-content {
  color: rgba(0, 0, 0, 1);
}

.accordion-item {
  border-radius: 0 !important;
  border: 0;
  margin-top: 20px;
}
.accordion-button {
  background: rgba(235, 244, 255, 1);
  border-radius: 0 !important;
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
#faqAccordion {
  max-width: 900px;
  margin: 0 auto;
}

.sg-img {
  border-radius: 8px;
  width: 700px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.sg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.slick-list.draggable {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.slick-active.slick-center {
  transform: scale(1.2);
  transition: all 0.9s ease;
  background: transparent;
  z-index: 999;
  position: relative;
}
.header.scrolled {
  background-color: #03004a;
  transition: all 0.3s ease;
}
.dropdown-toggle::after {
  display: none;
}
.sign-in {
  max-width: 450px;
}
#reg-scs {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  z-index: 999999;
  background: #000000b8;
}

#card {
  position: relative;
  max-width: 320px;
  display: block;
  margin: auto;
  text-align: center;
}

#upper-side {
  padding: 2em;
  background-color: #8bc34a;
  display: block;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#upper-side i {
  font-size: 60px;
}

#checkmark {
  font-weight: lighter;
  fill: #fff;
  margin: -3.5em auto auto 20px;
}

#status {
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  margin-top: -0.2em;
  margin-bottom: 0;
}

#lower-side {
  padding: 2em 2em 5em 2em;
  background: #fff;
  display: block;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#message {
  margin-top: -0.5em;
  color: #757575;
  letter-spacing: 1px;
}

#contBtn,.contBtn {
  position: relative;
  top: 1.5em;
  text-decoration: none;
  background: #8bc34a;
  color: #fff;
  margin: auto;
  padding: 0.8em 3em;
  -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  border-radius: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#contBtn:hover,.contBtn:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subimission {
  background-image: url('https://talenthub.timbremedia.in/wp-content/uploads/2026/04/img-tmb2-2.png');
  padding: 300px 0 150px;
}
.subimission::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000052;
  top: 0;
  left: 0;
}
.subimission .h-img {
  bottom: 0;
}

.submission-field {
  display: flex;
  font-size: 18px;
  border-bottom: 2px solid rgba(143, 143, 143, 1);
  align-items: center;
  padding: 15px 10px;
}
.submission-label {
  min-width: 200px;
  font-weight: 600;
}
.submission-field p {
  margin: 0;
}
.s-btn {
  cursor: pointer;
  font-size: 30px;
  display: none;
  width: max-content;
}

.fh {
  min-height: calc(100vh - 44px);
}
.pop-cat-content {
  position: fixed;
  background: #00000057;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: all;
}

.pop-cat-content.view{
z-index: 999999;
opacity: 1;
visibility: visible;
}

.pop-cat-wrap {
  max-width: 600px;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
}
.pop-cat-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
#email-domain {
    text-transform: lowercase;
}
.how-it-works{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #EAF3FF;
  padding: 50px 8%;
  border-radius: 22px;
}

.list-dot {
  width: max-content;
  margin: 0 auto;
}
.list-dot li {
  position: relative;
  width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-dot li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: block;
  border-radius: 100%;
}

.list-style-disc{
  list-style: disc;
  padding-left: 35px;
}

.about-content{
	padding-left:40px;
}
@media only screen and (max-width: 1024px) {
  .profile-box .col-md-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  .h-wrap p {
    font-size: 16px;
  }

  .h-img {
    display: none;
  }
  .hero.main-page {
    padding: 200px 0 100px;
  }

  .sidebar {
    transform: translateX(-100%);
    transition: all 0.4s ease;
  }
  .profile-section {
    margin-left: 0;
    padding-top: 100px;
  }
  .s-btn {
    display: block;
    margin-bottom: 15px;
    transition: all 0.4s ease;
  }
  .sidebar.show-sidebar {
    transform: translateY(0);
    z-index: 99;
  }
  .s-btn.move {
    transform: translateX(263px);
  }
	.about-content {
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 30px;
}
  .menu {
  display: none;
}
footer {
  text-align: center;
}
}
@media only screen and (max-width: 567px) {
  .grid-timeline {
    grid-template-columns: repeat(1, 1fr);
  }
  .help-content {
    padding: 50px 30px;
  }
  .profile-section {
    padding: 100px 20px;
  }
  .sidebar {
    min-width: 270px;
  }
  .sub-wrap {
    padding: 50px 20px;
  }
  .site-branding img {
  max-width: 160px;
}
}
.avl-item figure {
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.avl-item figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  bottom: 0;
}
.assigned-video-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.assigned-video-list .avl-item {
  color: #000;
}

.avl-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 0;
}
.avl-meta i {
  font-size: 18px;
  margin-right: 5px;
}

.video-meta {
  padding-right: 30px;
}

.gl-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.gl-item {
  background: linear-gradient(90deg, #29135e 0%, #42266e 100%);
  color: #fff;
  position: relative;
  padding: 0 30px;
  width: 360px;
  height: 164px;
  display: flex;
  align-items: flex-start;
}
.gl-content {
  margin: auto 0;
}
.gl-content h3 {
  font-size: 24px;
  text-transform: capitalize;
}

.gl-content h5 {
  font-size: 18px;
  font-weight: 400;
}

.gl-meta {
  background: #000;
  padding: 4px 24px;
  min-width: 86px;
  font-size: 15px;
  width: max-content;
  position: absolute;
  top: 12px;
  right: 0;
}

.gl-meta.bg-vocal {
  background: rgba(199, 96, 205, 1);
}

img.medal {
  position: relative;
  top: -5px;
  max-width: 60px;
  width: 100%;
}
.gl-meta.bg-vocal {
  background: rgba(199, 96, 205, 1);
}
.gl-meta.bg-painting {
  background: rgba(174, 126, 23, 1);
}
li.cat-item {
  border: 1px solid rgba(210, 210, 210, 1);
  color: rgba(153, 153, 153, 1);
  min-width: 124px;
  padding: 8px 30px;
  cursor: pointer;
}
li.cat-item:hover {
  background-color: rgba(125, 125, 125, 0.088);
}
li.cat-item.active {
  background: rgba(34, 116, 224, 1);
  color: #fff;
}
ul#video-category-filters {
  display: flex;
  column-gap: 4%;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}

/* Container will take the videoâ€™s aspect ratio */
.video-container {
  width: 100%;
  height: 100%;
}

/* Video element to fill the container */
#judge-video-player {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: relative !important;
}

/* Category-specific styles */
.bg-art {
  background-color: #f9d5e5; /* soft pink */
  color: #333;
}

.bg-music {
  background-color: #d0e1f9; /* soft blue */
  color: #1a1a1a;
}

.bg-dance {
  background-color: #e2f0cb; /* light green */
  color: #2d2d2d;
}

.bg-song {
  background-color: #fcebb6; /* pale yellow */
  color: #2c2c2c;
}

.assigned-item figure {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
  border-radius: 100%;
  background: beige;
}
.assigned-item figure img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.assigned-item {
  border-top: 1px solid #e3e3e3;
  height: 40px;
  font-weight: 600;
  color: #767676;
}



.assigned-video-table-header th {
  color: #7a7887;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 600;
}
.ath-name {
  color: #767676;
}
.video-title{
  color: #000;
}
.assigned-video-table {
  width: 100%;
}

.video-wrap {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  overflow: hidden;
}

.container-box {
  width: 95%;
  margin: 0 auto;
}

.filter {
  border-top: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.filter-btn{
  background: #e0eaff;
  color: #000;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
  width: max-content;
  display: flex;
}

.filter-btn.active{
  background: rgba(21, 0, 82, 1);
  color: #fff;
}

.filter-btn:hover {
  background: #c3d6ff;
  color: #000;
}

.filter-btn.active:hover{
  background: rgba(21, 0, 82, 1);
  color: #fff;
}

.filter-message {
  border-top: 1px solid #e3e3e3;
}
.assigned-item td {
  padding: 16px;
}
.video-det {
  
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.score-notdone {
  color: #ffc107;
}
.score-done {
  color: #198754;
}
.assigned-video-table tr.assigned-item {
  cursor: pointer;
   transition: background 0.3s ease;
}
.assigned-video-table tr.assigned-item.row-hover {
  background: #f5f5f5;
}

.assigned-video-table tr:nth-child(even) {
  background-color: #fcfbfc;
}

.gb {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  
  margin-bottom: 30px;
  width: max-content;
}

.gb span{
position: relative;
display: block;
}

.gb span::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease;
}

.gb:hover span::before{
  width: 100%;
}