body {
    background: linear-gradient(90deg, #121212 0%, #232323 100%);
    font-family: 'Poppins', sans-serif;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-link {
    font-weight: 400;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
.nav-link {
    position: relative;
}

.nav-link.active,
.nav-link:hover {
    color: #f35b04 !important;
}

.nav-link::after {
    content: "";
    display: block;
    position: absolute;
   left: 35%;
    bottom: 4px;
    width: 30%;
    height: 2px;
    background: #f35b04;
    opacity: 0;
    transition: opacity 0.3s;
}

.nav-link.active::after,
.nav-link:hover::after {
    opacity: 1;
}

.video-thumb {
    border-radius: 20px;
    overflow: hidden;
}
.play-btn{
    border: 4px solid #fff !important;
    border-radius: 50% !important;
}
.play-btn i {
    color: white;
    transition: transform 0.3s ease;
}

.play-btn:hover i {
    transform: scale(1.1);
}


.player-first-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 96px;
    line-height: 100px;
    font-weight: 400;
}

.player-last-name {
    color: #f35b04;
    font-family: 'Orbitron', sans-serif;
    font-size: 96px;
    font-weight: 400;
}
.watchhighlight{
    background-color: #f35b04;
    color: #fff;
}

/* ========= Prospect Section Styles ========= */
.prospect-section{
    background: linear-gradient(to right, rgba(234, 88, 12, 0.1), #0f0f0f);
}
.prospect-title{
     background: linear-gradient(90deg, #d34e00 37%, #ff8a37 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;

}
.prospect-section .info-box {
  border: 1px solid #f35b04 !important;
  background-color: #1c1c1c;
  transition: 0.3s ease;
}

.info-box > div > span {
  color: #f35b04;
  font-weight: 500;
}
.info-box > div > i{
    color: #f35b04;
    background-color: #f35c047f;
    padding: 5px 8px;
    border-radius: 50%;
}

.prospect-section .info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 10px rgba(243, 91, 4, 0.4);
}

.prospect-section h5 {
  color: #fff;
  font-size: 27px;
}

.prospect-section i {
  font-size: 1rem;
}

.affiliations{
    color: #f35b04;
    font-size: 30px;
    margin-top: 20px;
}
.affiliations i{
    color: #f35b04;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* ========== skills section styles ========== */

.skills-section .custom-progress {
  background-color: #333;
  height: 7px;
  border-radius: 2px;
  margin: 8px 0px;
}
.skills-title{
    background: linear-gradient(90deg, #d34e00 37%, #ff8a37 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.skill-ratings h5 {
    color: #f35b04;
    font-size: 24px;
    font-weight: 700;
}

.skills-section .progress-bar {
  height: 7px;
  border-radius: 2px;
    background-color: #f35b04;
}


.skills-section ul li {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.skills-section ul li:hover {
  background-color: #1c1c1c;
  box-shadow: 0 0 10px rgba(243, 91, 4, 0.3);
}
.key-strengths h5{
    color: #f35b04;
    font-size: 24px;
    font-weight: 700;
}
.key-strengths ul li {
    border-color: #f35b04 !important;
}


/* ========================== */
.mixtape-title{
     background: linear-gradient(90deg, #d34e00 37%, #ff8a37 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.video-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f35b04;
}
.video-card:hover {
  transform: scale(1.01);
  box-shadow: 0 0 15px rgba(255, 94, 19, 0.5);
  cursor: pointer;
}
.video-card .overlay {
  transition: background 0.3s ease;
}
.video-card:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.btn-view-all{
    background-color: transparent;
    border: 2px solid #f35b04;
    color: #f35b04;
    transition: background 0.3s ease, color 0.3s ease;
    padding: 8px 30px;
    border-radius: 7px;
}
.btn-view-all:hover{
    background-color: #f35b04;
    color: #fff;
}
.badge{
    background-color: #f35b04;
}

/* ========== contact section css ========== */

.contact-title{
    background: linear-gradient(90deg, #d34e00 37%, #ff8a37 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.bg-orange {
  background-color: #f35b04 !important;
}
.text-orange {
  color: #f35b04 !important;
}
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-input {
  background-color: transparent;
  border: 1px solid #f35b04;
  color: white;
  border-radius: 4px;
}
.custom-input::placeholder {
  color: #aaa;
}
.custom-input:focus {
  background-color: transparent;
  border-color: #ff6d1f;
  box-shadow: 0 0 0 0.2rem rgba(243, 91, 4, 0.25);
  color: white;
}
.blog-img{
    width: 100%;
    object-fit: cover;
}

/* ========= footer section styles ========= */
.footer-section {
    background: linear-gradient(to right, rgba(243, 91, 4, 0.1), #0f0f0f);
    padding: 50px 0;
}
.footer-section .footer-title {
   background: linear-gradient(90deg, #d34e00 37%, #ff8a37 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-instagram,
.btn-twitter {
    border-radius: 8px;
    padding: 6px 50px;
    font-size: 15px;
    font-weight: 500;
}
 a{
  text-decoration: none !important;
}
.btn-instagram {
    background: linear-gradient(90deg, rgba(171, 85, 243, 1) , rgba(235, 73, 154, 1) );
    color: #fff;
    transition: background-color 0.3s ease;
}
.btn-instagram:hover {
    background: linear-gradient(90deg, rgba(171, 85, 243, 1) , rgba(235, 73, 154, 1) );
    color: #fff;
}
.btn-twitter {
    background: linear-gradient(90deg, rgba(56, 132, 244, 1), rgba(8, 180, 213, 1));
    color: #fff;
    transition: background-color 0.3s ease;
}
.btn-twitter:hover {
    background: linear-gradient(90deg, #1da1f2 0%, #1da1f2 100%);
    color: #fff;
}

.footer-bottom-title{
  background: linear-gradient(90deg, #d34e00 37%, #ff8a37 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {
    .player-first-name, .player-last-name {
        font-size: 80px;
        line-height: 90px;
    }
    .nav-link {
        padding: 0.5rem 0.5rem;
    }
    .nav-link::after {
        left: 20%;
        width: 60%;
    }
    .prospect-title, .skills-title, .mixtape-title, .contact-title {
        font-size: 30px;
    }
    .video-thumb {
        border-radius: 10px;
    }
}
@media (max-width: 576px) {
    /* .main-row{
      width: 100% !important;
    } */
    .player-first-name, .player-last-name {
        font-size: 70px;
        line-height: 80px;
    }
    .nav-link::after {
        left: 10%;
        width: 80%;
    }
    .prospect-title, .skills-title, .mixtape-title, .contact-title {
        font-size: 24px;
    }
    .video-thumb {
        border-radius: 5px;
    }
    .btn-view-all {
        padding: 6px 20px;
        font-size: 14px;
    }
    .footer-section .footer-title {
        font-size: 30px;
    }
    .footer-bottom-title {
        font-size: 25px;
    }
}
  