*{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: roboto;
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: cambria;
    src: url(fonts/Cambria-Font-For-Windows.ttf);
}

body{
    font-family: cambria;
    /* background-color: rgba(255, 255, 255, 1) !important; */
    
}

header{
    height: 131px;
    width: 100%;
}

header .nav1{
    height: 41px;
    width: 100%;
    display: flex;
    background: #FF8A00;
}

.nav1 h1{
    color: white;
    display: none;
}

.nav1 img{
    width: 3%;
    display: none;
}

header .nav2{
    height: 90px;
    width: 97%;
    margin: 0PX AUTO;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2 .logo{
    padding-bottom:20px;
    display: flex;
    align-items: center;
    width: 18%;
    gap: 5px;
    
}

.nav2 img{
    width: 18%;
}

.nav2 h1{
    color: #FF8A00;
    font-weight: 400;
    font-family: roboto;
}

.nav2 .navbar{
    /* background: #121526; */
    width: 83%;
}

.nav2 ul{
    display: flex;
    list-style-type: none;
    gap: 18px;
    font-size: 15px;
}

.nav2 ul li a{
    text-decoration: none;
    color: black;
    font-family:Droid Sans', sans-serif';
}

.nav2 ul li a:hover{
    color: #FF8A00;
    transition: 0.5s;
}

/* Hamburger menu styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
}

/* responsiveness  */

@media (max-width: 768px){

header .nav1{
    height: 41px;
    width: 100%;
    display: flex;
    background: #FF8A00;
    align-items: center;
}

.nav1 h1{
    color: white;
    display: flex;
    font-size: 20px;
    display: none;
}

.nav1 img{
    width: 10%;
    display: flex;
    display: none;
}

header .nav2{
    height: 90px;
    width: 90%;
    margin: 0PX AUTO;
    background: white;
    display: flex;
    justify-content: space-between;
    /* gap: 100px; */
    align-items: center;
    position: relative;
}

.nav2 .logo{
    display: flex;
    align-items: center;
    width: 70%;
    gap: 5px;
    /* background: red; */
    /* display: none; */
}

.nav2 img{
    width: 30%;
}

.nav2 h1{
    color: #FF8A00;
    font-weight: 400;
    font-size: 150%;
    /* display: none; */
}

.nav2 .navbar{
    /* background: #121526; */
    width: 22%;
}

.nav2 ul{
    display: none;
    list-style-type: none;
    /* gap: 25px; */
    /* font-size: 16px; */
}

.nav-links{
    display: none;
}

.nav2 ul li a{
    text-decoration: none;
    color: black;
}

.nav2 ul li a:hover{
    color: #FF8A00;
    transition: 0.5s;
}

.nav2 .navbar .hamburger-menu{
    display: flex;
    position: absolute;
    right: 10px;
    top: 32px;
}


.nav-links.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    /*height: 100%;*/
    width: 68%;
    background: white;
    box-shadow: 0px 0px 1px grey;
    z-index: 999;
    padding: 20px;
    padding-right: 0px;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.nav-links.active a {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.nav-links.active a:hover {
    color: #FF8A00;
}

.nav-links.active .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #333;
}

.nav-links.active .close-icon img {
    width: 20px;
    height: 20px;
}


}


/* responsiveness  */




.hero{
    width: 100%;
    height: max-content;
    background: #efebeb;
    background: rgba(255, 255, 255, 1);
    color: #FF8A00;
    
}

/* her0 */

.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FF8A00;
}

.content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #FF8A00;
    /* background: #333; */
    width: 87%;
}

.content .author{
    text-align: left;
    width: 100%;
    text-align: left;
    width: 88%;
    /* padding-top: 70px; */
    /* padding-top: 70px; */
    /* background: red; */
}


.hero .content h2{
    font-family: cambria;
    font-size: 22px;
    font-weight: 700;
    color: #FF8A00;
    color: black;
    height: 35px;
}

.hero .content h3{
    font-family: cambria;
    font-size: 12px;
    font-weight: 400;
    color: #FF8A00;
    color: black;
}



/* hero  */



.container {
    /* padding-top: 10px; */
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}
.container img {
    margin: -3%; /* Adjust this value to decrease or increase the gap */
    width: 85%;
}

.container1 {
    /* padding-top: 10px; */
    width: 95%;
    height: max-content;
    margin: 0px auto;
    display: none;
    justify-content: center;
    flex-direction: column;
}
.container1 img {
    margin: -5%; /* Adjust this value to decrease or increase the gap */
}



    footer{
        
        width: 100%;
        height: 110px;
        background: #FF8A00;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    @media (max-width: 468px){
      .containermobile{
        width:100% !important;
    }
    .hero .content .head-title {

    font-size: 29px !important;
    font-weight: 700;
    color: #FF8A00;
    padding: 70px 0px !important;
    margin-top: 0px;
}
    }
    @media (max-width: 400px){
        footer{
            margin-top: 60px;
            
        }

        .containermobile{
        width:100% !important;
    }

        .container1{
            display: flex;
            justify-content: center;
            /* align-items: center; */
            margin: 0px auto;
        
        }
        .profile-card .description{
        font-weight: 500;
        font-size: 15px;
        margin-left: 3px;
        margin-bottom: 10px !important;
    }
    
    }
    /*.profile-card .name{
        font-weight: 700; 
        font-size: 1.3rem;
    }
    .profile-card .description{
        font-weight: 500;
        font-size: 15px;
        margin-left: 3px;
        margin-bottom: 0px;
    }
    .profile-card .pr{
        padding-right: 0px !important;
    }
    .profile-card .code{
        color:#FF8A00;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .profile-card .subname{
        font-size: 15px;
        margin-bottom: 0px;
    }
    .containermobile{
        width:1060px;
    }*/
    .author {
        background: none; /* Remove red background */
        display: inline-block; /* Ensure the div only takes up as much space as its content */
    }
 
 #app1 {
    text-align: center;
    width: 300px;
}   
#app {
    text-align: center;
    width: 300px;
}
/*.clock{
    background-color: #000;
    color: #fff;
}*/
/*.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 1px solid #4c4646;
    padding-bottom: 5px;
}*/

/*.value {
    margin: 0 10px;
}*/

.text {
    display: block;
    font-size: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/*.number {
    display: block;
}

.date-info {
    padding: 7px 0px;
    font-size: 10px;
    font-weight: 700;
}
.clock .clock-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}*/
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    border: none !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Add box shadow */
    color:black !important;
}
      .table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFA756 !important;
    color: black !important;
} 
  /* Hide dropdown menu by default */
.navbar .nav-links .dropdown .dropdown-menu {
  display: none;
}

/* Show dropdown menu on hover */
.navbar .nav-links .dropdown:hover .dropdown-menu {
  display: block;
}
.nav2 h2 {
    color: #FF8A00;
    font-weight: 400;
    font-family: Droid Sans', sans-serif';
    text-align: left;
    font-size: 25px;
}
.nav2 a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
    .nav2 h2 {
        font-size: 20px;
    }
       .pagetitle {
    font-family: cambria;
    font-size: 45px !important;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}
/*.coming {
    font-family: cambria;
    font-size: 50px !important;
    font-weight: 700;
    color: white;
    padding-bottom: 0px !important;
}*/
}
 .hero .content h2 {
    font-family: cambria;
    font-size: 60px ;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}
.hero .content h1 {
    font-family: cambria;
    font-size: 104px ;
    font-weight: 700;
    color: white;
    padding-bottom: 0px !important;
}
.hero .content h3 {
    background: white;
    color: #FF8A00;
    padding: 17px 39px 17px 39px;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
}
.hero .content .head-title {
    font-family: 'arial', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #FF8A00;
    padding: 90px 0px;
    margin-top: 0px;
}
.navbar {
     position: initial !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
footer {
    width: 100%;
    height: 50px;
    background: #FF8A00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    align-items: center;
}
footer p{
   margin-bottom: 0px;
}




.responsivePayPalWhite img {
  position: relative;
  top: 5px;
}
 @media screen and (max-width: 480px) {
          
            .drop-menu{
    position: static !important;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  .navbar .nav-links .dropdown:hover .dropdown-menu {
    display: block;
    max-height: 100%;
}
.payment-image{
    width: 50% !important;
}
        }

/*--------NMB-MockDraft---css---/*




/*
         body{
         background:#000;
         min-height:100vh;
         display:flex;
         justify-content:center;
         align-items:center;
         padding:20px;
         overflow-x:hidden;
         color:#fff;
         }
         */
        i {
    font-size: 13px;
    color: #FF8A00;
}
.school-small {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Teko', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: black;
}

.player-name {
    font-family: 'Teko', sans-serif;
    font-size: 72px !important;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
}

/* =========================
         CARD
         ========================= */
.card {
    width: 100%;
    max-width: 1200px;
    background: white;
    border: 2px solid #FF8A00 !important;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 25px rgba(0, 217, 255, 0.12),
        inset 0 0 20px rgba(0, 217, 255, 0.03);
}

/* GLOW */
.card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 217, 255, 0.05),
            transparent 60%);
    pointer-events: none;
}

/* =========================
         CORNERS
         ========================= */
.corner {
    position: absolute;
    width: 60px;
    height: 60px;
    border-color: #00d9ff;
    opacity: 0.8;
}

.corner.top-left {
    top: 12px;
    left: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.corner.top-right {
    top: 12px;
    right: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.corner.bottom-left {
    bottom: 12px;
    left: 12px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.corner.bottom-right {
    bottom: 12px;
    right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

/* =========================
         TOP SECTION
         ========================= */
.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* =========================
         CONTENT
         ========================= */
.contents {
    flex: 1;
    padding-top: 10px;
}

.tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.tag {
    border: 1px solid #FF8A00;
    color: black;
    font-weight: bold;
    padding: 7px 16px;
    font-size: 13px;
    letter-spacing: 2px;
    background: rgba(0, 217, 255, 0.08);
    transition: 0.3s;
}

.tag:hover {
    background: #00d9ff;
    color: #000;
}

.player-name {
    line-height: 0.95;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: 1px;
    font-size: 33px !important;
}

.desc {
    color: black;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
    max-width: 780px;
}

/* =========================
         IMAGE SIDE
         ========================= */
.image-side {
    width: 250px;
    position: relative;
    flex-shrink: 0;
}

.player-img {
    border: 2px solid #FF8A00;
    overflow: hidden;
    background: white;
    box-shadow:
        0 0 20px rgba(0, 217, 255, 0.15);
    width: 200px;
}

.player-img img {
    width: 100%;
    display: block;
    transition: 0.4s;
}

.player-img:hover img {
    transform: scale(1.03);
}

/* =========================
         RANK
         ========================= */
.rank {
    position: absolute;
    top: -8px;
    left: -12px;
    width: 45px;
    height: 45px;
    background: white;
    border: 2px solid #FF8A00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 20px;
    font-weight: 700;
    z-index: 5;
}

/* =========================
         SCHOOL
         ========================= */
.school-small {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: black;
    font-size: 20px;
    letter-spacing: 1px;
}

/* =========================
         STATS
         ========================= */
.stats {
    margin-top: 0px;
    padding-top: 8 px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.stat {
    text-align: center;
    transition: 0.3s;
}

.stat:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 24px;
    margin-bottom: 14px;
}

.stat-title {
    color: #777;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.stat-value {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* COLORS */
.cyan {
    color: #00d9ff;
}

.yellow {
    color: #ffd000;
}

.green {
    color: #00ff95;
}

/* =========================
         TABLET
         ========================= */
@media(max-width:950px) {
    .top {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .content {
        width: 100%;
    }

    .tags {
        justify-content: center;
    }

    .player-name {
        font-size: 62px;
    }

    .desc {
        max-width: 100%;
        font-size: 20px;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================
         MOBILE
         ========================= */
@media(max-width:550px) {
    body {
        padding: 0;
    }

    .card {
        padding: 22px 18px;
        border-radius: 0;
    }

    .top {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .image-side {
        width: 160px;
    }

    .rank {
        width: 44px;
        height: 44px;
        font-size: 17px;
        top: -10px;
        right: -10px;
        left: auto;
    }

    .school-small {
        justify-content: center;
        font-size: 18px;
    }

    .tags {
        justify-content: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .tag {
        font-size: 11px;
        padding: 5px 10px;
    }

    .player-name {
        font-size: 24px;
        text-align: center;
        margin-bottom: 18px;
    }

    .desc {
        text-align: center;
        font-size: 16px;
        line-height: 1.8;
    }

    .stats {
        margin-top: 35px;
        padding-top: 20px;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .stat-title,
    .stat-value {
        display: none;
    }

    .stat-icon {
        font-size: 18px;
        margin-bottom: 0;
    }

    .corner {
        width: 40px;
        height: 40px;
    }
}


@media(max-width:550px) {

    /* CARD */
    .card {
        padding: 20px 15px;
        border-radius: 0;
    }

    /* TOP SECTION */
    .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    /* IMAGE TOP CENTER */
    .image-side {
        order: -1;
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* PLAYER IMAGE */
    .player-img {
        width: 150px;
        margin: 0 auto;
    }

    /* RANK BOX */
    .rank {
        top: -10px;
        right: calc(50% - 95px);
        left: auto;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* SCHOOL NAME UNDER IMAGE */
    .school-small {
        margin-top: 10px;
        justify-content: center;
        font-size: 16px;
        text-align: center;
    }

    /* CONTENT */
    .contents {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }

    /* TAGS */
    .tags {
        justify-content: center;
        gap: 8px;
        margin-bottom: 18px;
    }

    .tag {
        font-size: 10px;
        padding: 5px 9px;
    }

    /* NAME */
    .player-name {
        font-size: 28px !important;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    /* DESCRIPTION */
    .desc {
        font-size: 15px;
        line-height: 1.8;
        text-align: center;
    }

    /* STATS */
    .stats {
        margin-top: 25px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }

    /* HIDE SCHOOL ICON */
    .stats .stat:last-child {
        display: ;
    }

    /* HIDE TEXT */
    .stat-title,
    .stat-value {
        display: ;
    }

    /* ICON SIZE */
    .stat-icon {
        font-size: 18px;
        margin-bottom: 0;
    }
}