body {
    margin: 0;
    user-select: none;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    all: unset;
    cursor: pointer;
}

.website_body {
    width: 100%;
    position: relative;
    background-color: #030304;
    padding: 30px 120px;
    overflow: hidden;
}

/* Target the scrollbar track */
::-webkit-scrollbar {
    width: 5px;
}

/* Scrollbar track (background area) */
::-webkit-scrollbar-track {
    background: #030304;
    border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: #45f882;
    border-radius: 10px;
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background: #45f882;
}

/* HEADER */
.header {
    position: sticky;
    top: 0px;
    display: flex;
    align-items: center;
    background-color: #0e1012;
    padding: 14px 14px 9px 14px;
    color: white;
    justify-content: space-between;
    z-index: 1000000000000;
}

.website_logo img {
    width: 180px;
    object-fit: cover;
    margin-bottom: -7px;
}

.search_bar_news,
.btns_user_profile,
.btns_not {
    display: flex;
}

.btns_user_profile {
    width: 35vw;
    justify-content: right;
}

.search_bar {
    margin-left: 10px;
    display: flex;
    align-items: center;
    background-color: #030304;
    padding: 8px 14px;
    border-radius: 20px;
    width: 30vw;
    margin-right: 20px;
}

.search_bar_icon {
    margin-bottom: -5px;
    margin-right: 10px;
}

.search_bar_input {
    width: 100%;
}

.search_bar input {
    all: unset;
    font-size: 15px;
    width: 100%;
}

.news_for_you {
    width: 136px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #f2972034;
    border-radius: 24px;
    padding: 2.5px 13px 2.5px 2.5px;
    font-size: 14px;
}

.news_for_you_icon {
    width: fit-content;
    padding: 9px 10px 6px 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #f29620;
    margin-right: 8px;
}

.news_for_you_icon svg {
    margin-bottom: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    color: black;
    transition: .3s ease;
}

.news_for_you:hover svg {
    transform: rotate(-30deg);
    scale: 1.1;
}

.header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 13px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25%;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    cursor: pointer;
    transition: .2s ease;
}

.header_btn:hover {
    border: 2px solid #f29620;
}

.header_btn svg {
    width: 20px;
    height: 20px;
    transition: .4s ease;
}

.header_btn:hover svg {
    scale: 1.2;
}

.user_profile {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user_profile_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
}

.user_profile_img img {
    object-fit: cover;
    width: 100%;
    min-height: 50px;
}

.user_profile svg {
    color: rgba(255, 255, 255, 0.5);
}

#prof_svg {
    transition: transform .2s ease;
}

.user_name {
    font-size: 14px;
    margin-right: 15px;
}

.user_friends {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.profile_menu {
    position: absolute;
    top: 65px;
    right: 0px;
    width: 150px;
    background-color: #232627;
    padding: 10px 14px;
    border-radius: 10px;
}

.profile_menu a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    transition: .3s ease;
    padding: 7px 7px;
    border-radius: 7px;
}

.profile_menu a:hover {
    background-color: #f29620;
    color: black;
}

#profile_menu {
    display: none;
}

/* HEADER */

/* LEFT BAR */
.website_left_bar {
    top: 70px;
    bottom: 0;
    overflow: scroll;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    position: fixed;
    left: 0;
    background-color: black;
    padding: 20px 15px;
    text-align: center;
    z-index: 1000000000;
}

.website_left_bar::-webkit-scrollbar {
    display: none;
}

.website_left_bar {
    scrollbar-width: none;
    /* Firefox */
}

.website_left_bar div {
    width: fit-content;
    padding: 10px 11px;
    margin: 10px 0;
    cursor: pointer;
}

.website_left_bar path {
    fill: white;
}

.website_left_bar svg:hover path {
    transition: .2s ease;
    fill: #f29620;
}

.website_left_bar svg {
    width: 28px;
    height: 28px;
}

.menu_button,
.trend_button {
    width: fit-content;
    background-color: rgb(242, 150, 32);
    border-radius: 50%;
}

.trend_button:hover svg path,
.menu_button:hover svg path {
    transition: .2s ease;
    fill: white;
}

.menu_button svg path {
    fill: rgb(242, 150, 32);
}

.trend_button svg path {
    fill: black;
}

.menu_button svg,
.trend_button svg {
    margin-bottom: -5px;
}

.four_buttons {
    all: unset;
    background-color: rgba(80, 79, 79, 0.39);
    border-radius: 50px;
}

/* LEFT BAR */
/* RIGHT BAR */
.website_right_bar {
    overflow: scroll;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
    background-color: black;
    padding: 20px 15px;
    text-align: center;
    z-index: 1000000000;
}

.right_bar_prof_img {
    cursor: pointer;
    margin-right: 0px;
    margin-bottom: 20px;
}

.add_member {
    background-color: #232627;
    padding: 13px;
    cursor: pointer;
    border-radius: 50%;
}

.add_member svg path {
    stroke: white;
}

.add_member svg {
    width: 25px;
    height: 25px;
    margin-bottom: -7px;
    transition: .4s ease;
}

.add_member:hover svg {
    transform: scale(1.1);
}

.seperator {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    margin: 20px 0px;
}

.website_right_bar_text {
    color: white;
    font-size: 12px;
    margin-bottom: 15px;
}

.right_bar_prof_img:hover img {
    transition: .3s ease;
}

.right_bar_prof_img:hover img {
    transform: scale(1.1);
}

.website_right_bar::-webkit-scrollbar {
    display: none;
}

.website_right_bar {
    scrollbar-width: none;
    /* Firefox */
}

/* RIGHT BAR */

/* SECTION TEAMS*/
.teams_section {
    color: white;
}

.team-heading {
    font-size: 40px;
    font-weight: 700;
}

.team-viewing-search-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-team,
.search-form,
.selection-team {
    display: flex;
    align-items: center;
}

.viewing-team {
    font-weight: 600;
}

.search-form {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.452);
    padding: 5px 10px;
    border-radius: 5px;
    transition: .3s ease;
    margin-right: 20px;
}

.search-form:hover {
    border-color: white;
}

.search-form input,
.search-ico {
    all: unset;
    font-weight: 400;
}

.search-ico {
    cursor: pointer;
}

.text-of-select {
    margin-right: 10px;
    font-size: 15px;
}

#team_select {
    background: #f29620;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
}

#team_select:focus-visible {
    border: none;
    outline: none;
}

#team_select option {
    background: #0e1012;
    color: white;
    border: none;
}

.all-teams-banner {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
}

.team-banner {
    background-color: #0e1012;
    width: 300px;
    padding: 20px;
    border-radius: 12px;
    margin: 10px 10px;
}

.team-img-name-join,
.img-name,
.team-data,
.view-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-prof-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.39);
    overflow: hidden;
    margin-right: 10px;
}

.team-prof-img img {
    width: 100% !important;
    object-fit: cover;
    min-height: 50px;
}

.team-name {
    font-size: 18px;
}

.team-join svg {
    width: 25px;
    height: 25px;
    color: #f29620;
    border: 1px solid rgba(255, 255, 255, 0.342);
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: .3s ease;
}

.team-join svg:hover {
    transform: scale(1.1);
}

.team-data {
    margin-top: 20px;
    width: 80%;
}

.repo-heading {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.671);
}

.repo-value {
    font-size: 14px;
}

.view-team {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.team-user-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.39);
    overflow: hidden;
    margin-right: 10px;
    background-color: black;
}

.team-user-profile img {
    width: 100%;
    min-height: 30px;
}

.teams-members {
    display: flex;
}

.team-user-profile {
    margin-left: -20px;
}

.team-user-profile:first-child {
    margin-left: 0px;
}

.view-team-btn {
    background-color: rgba(0, 0, 0, 0.884);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #45f881a4;
    transition: .3s ease;
}

.view-team-btn:hover {
    background-color: #45f882;
    color: black;
}

/* SECTION TEAMS */



/* FOOTER */
.container {
    margin: 0 auto;
    padding: 0 1.5rem;
    background-color: #0e1012;
}

/* Main Content */
.main-content_footer {
    padding: 4rem 0 6rem;
    margin-top: 40px;
    background-color: #0e1012;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    color: #d1d5db;
}

@media (min-width: 1024px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: white;
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.75rem;
    }
}

@media (min-width: 1280px) {
    .hero-title {
        font-size: 4.5rem;
    }
}

.subscription-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 28rem;
}

@media (min-width: 640px) {
    .subscription-form {
        flex-direction: row;
    }
}

.email-input {
    flex: 1;
    background: transparent;
    border: 1px solid #6b7280;
    color: #ffffff;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.email-input:focus {
    outline: none;
    border-color: #45f882;
    box-shadow: 0 0 0 1px #4fc3f7;
}

.email-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.subscribe-btn {
    background: #f28f16;
    color: #000000;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.subscribe-btn:hover {
    background: #45f882;
}

/* Character Section */
.character-section {
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    .character-section {
        justify-content: flex-end;
    }
}

.character-container {
    position: relative;
}

.character-circle {
    width: 21rem;
    height: 21rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
}

@media (min-width: 1024px) {
    .character-circle {
        width: 20rem;
        height: 20rem;
    }
}

.character-image {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.character-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
}

/* Footer */
.footer {
    background-color: #000000;
    border-top: 1px solid #374151;
}

.footer-content {
    padding: 3rem 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
    }
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(to right, #fb923c, #fbbf24);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
}

.company-description {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 18rem;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 2rem;
    height: 2rem;
    background: #374151;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d5db;
    text-decoration: none;
    transition: background-color 0.2s;
}

.social-link:hover {
    background: #4b5563;
}

.footer-heading {
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 2px;
    background: #ffffff;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-nav-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.5rem;
}

.footer-link {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #ffffff;
}

.contact-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.75rem;
}

.contact-label {
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Bottom Footer */
.bottom-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #374151;
    gap: 1rem;
}

@media (min-width: 768px) {
    .bottom-footer {
        flex-direction: row;
        gap: 0;
    }
}

.copyright-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

@media (min-width: 768px) {
    .copyright-section {
        flex-direction: row;
        gap: 1rem;
    }
}

.legal-links {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
}

.legal-link {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

.legal-link:hover {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .main-content {
        padding: 2rem 0 4rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .character-circle {
        width: 16rem;
        height: 16rem;
    }
}

/* FOOTER */
/* NAVIGATION */
/* Navigation Toggle Button */
.nav-toggle {
    display: none;
    position: fixed;
    right: 1.5rem;
    z-index: 3000000000;
    background: rgb(242, 150, 32);
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Custom Navigation Trigger Elements */
.navigation-trigger-element {
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.navigation-trigger-element:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

.navigation-trigger-element.active {
    transform: scale(0.95);
}

.navigation-trigger-element.nav-is-open {
    background-color: #4fc3f7 !important;
    color: #000000 !important;
    border-color: #4fc3f7 !important;
}

.navigation-trigger-element.trigger-clicked {
    animation: triggerPulse 0.6s ease-out;
}

@keyframes triggerPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(79, 195, 247, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(79, 195, 247, 0.3);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 20px rgba(79, 195, 247, 0);
    }
}

/* Predefined styles for common trigger classes */
.nav-trigger {
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    color: #ffffff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.nav-trigger:hover {
    background: #374151;
    border-color: #4fc3f7;
}

/* Button style trigger */
.nav-trigger.btn-style {
    background: linear-gradient(45deg, #4fc3f7, #00bcd4);
    border: none;
    color: #000000;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
}

.nav-trigger.btn-style:hover {
    background: linear-gradient(45deg, #00bcd4, #4fc3f7);
    transform: translateY(-2px);
}

/* Text link style trigger */
.nav-trigger.link-style {
    background: none;
    border: none;
    color: #4fc3f7;
    text-decoration: underline;
    padding: 0.5rem;
    font-weight: 500;
}

.nav-trigger.link-style:hover {
    color: #ffffff;
    background: rgba(79, 195, 247, 0.1);
}

/* Icon style trigger */
.nav-trigger.icon-style {
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 50%;
    padding: 0.75rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-trigger.icon-style:hover {
    background: #4b5563;
    border-color: #4fc3f7;
}

.nav-toggle:hover {
    background: #374151;
    transform: scale(1.05);
}

.nav-toggle.active {
    transform: rotate(90deg);
}

.hamburger {
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.nav-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.nav-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Navigation Overlay */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 40000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0e1012;
    border-top: 1px solid #45f882;
    z-index: 500000000000;
    height: 100vh;
    overflow-y: scroll;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav.active {
    transform: translateY(0);
}

.nav-content {
    padding: 1.5rem;
}

/* Navigation Header */
.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(45deg, #ff6b35, #ffa726);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000000;
    font-size: 0.875rem;
}

.logo-text {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
}

.nav-close {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    line-height: 1;
}

.nav-close:hover {
    color: #ffffff;
    background: #374151;
}

/* Search Container */
.search-container {
    margin-bottom: 1.5rem;
}

.search-box {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #4b5563;
}

.search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.search-input {
    width: 100%;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    background: #374151be;
    border: none;
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-input:focus {
    outline: none;
    border-color: #4fc3f7;
    box-shadow: 0 0 0 1px #4fc3f7;
}

/* Navigation Items */
.nav-items {
    margin-bottom: 2rem;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    color: #d1d5db;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease;
    font-weight: 500;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.3s ease forwards;
}

.nav-item:nth-child(1) {
    animation-delay: 0.05s;
}

.nav-item:nth-child(2) {
    animation-delay: 0.1s;
}

.nav-item:nth-child(3) {
    animation-delay: 0.15s;
}

.nav-item:nth-child(4) {
    animation-delay: 0.2s;
}

.nav-item:nth-child(5) {
    animation-delay: 0.25s;
}

.nav-item:nth-child(6) {
    animation-delay: 0.3s;
}

.nav-item:nth-child(7) {
    animation-delay: 0.35s;
}

.nav-item:nth-child(8) {
    animation-delay: 0.4s;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav-item:hover {
    color: #ffffff;
    background: #374151;
}

.nav-item.active {
    color: #ffffff;
}

.nav-icon {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: all 0.2s ease;
}

.nav-item:hover .nav-icon,
.nav-item.active .nav-icon {
    color: #45f882;
}

.active-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: #45f882;
    border-radius: 50%;
    margin-left: auto;
}

/* Info Section */
.info-section {
    background: #374151c9;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.3s ease 0.5s forwards;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.info-logo {
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(45deg, #ff6b35, #ffa726);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000000;
    font-size: 0.75rem;
}

.info-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
}

.info-text {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Social Links */
.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.social-link {
    width: 2.5rem;
    height: 2.5rem;
    background: #4b5563;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.125rem;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.8);
    animation: scaleIn 0.3s ease forwards;
}

.social-link:nth-child(1) {
    animation-delay: 0.6s;
}

.social-link:nth-child(2) {
    animation-delay: 0.65s;
}

.social-link:nth-child(3) {
    animation-delay: 0.7s;
}

.social-link:nth-child(4) {
    animation-delay: 0.75s;
}

.social-link:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.social-link:hover {
    background: #6b7280;
    transform: scale(1.1);
}

/* Responsive Design */
@media (min-width: 768px) {
    .nav-toggle {
        top: 2rem;
        right: 2rem;
    }

    .mobile-nav {
        max-width: 400px;
        left: auto;
        right: 0;
        border-radius: 1rem 1rem 0 0;
        border-left: 1px solid #374151;
    }
}

@media (max-width: 480px) {
    .nav-content {
        padding: 1rem;
    }

    .nav-header {
        margin-bottom: 1rem;
    }

    .search-container {
        margin-bottom: 1rem;
    }

    .nav-items {
        margin-bottom: 1.5rem;
    }

    .team-heading {
        font-size: 25px;
    }
    .subscribe-btn{
        font-size: 14px;
    }
}

/* NAVIGATION */

@media only screen and (min-width:1300px) {
    .website_body {
        width: 1300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1350px) {
    .tournament_boxes {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .tournament_ads_banner:nth-child(2) {
        margin-right: 0px;
    }

    .all-teams-banner {
        width: auto;
        justify-content: center;
    }

    /* .tournament_ads_banner:last-child {
        display: none;
    } */
}

@media only screen and (max-width:1000px) {
    .btns_not {
        display: flex;
        flex-direction: row-reverse;
    }

    .store_btn {
        display: none;
    }
}

@media only screen and (max-width:1050px) {

    .news_for_you {
        display: none;
    }

    .team-viewing-search-select {
        display: block;
    }

    .search-team {
        margin-top: 10px;
    }

    .selection-team {
        width: 250px;
    }

    .search-form {
        width: 80%;
    }

    .input-field {
        width: 100%;
    }

    .team-banner {
        width: 400px;
        overflow: hidden;
    }
}

@media only screen and (max-width:930px) {
    .selection-team {
        width: 330px;
    }
}

@media only screen and (max-width:700px) {

    .search_bar,
    .user_profile,
    .website_left_bar,
    .website_right_bar {
        display: none;
    }

    .website_body {
        padding: 30px 50px;
    }
    .user_profile{
        display: flex !important;
    }
    .user_profile_text{
        display: none;
    }
    .website_logo{
        margin-left: 50px;
    }
    .nav-toggle {
        display: block;
        right:auto !important;
    }

    .website_body {
        padding-bottom: 0px;
    }

    .main-content_footer,
    .footer .container {
        margin: 0 -50px;
    }

    .main-content_footer {
        margin-top: 20px;
    }

    .subscription-form {
        max-width: none;
    }
}

@media only screen and (max-width:600px) {
    .section_3_blog {
        display: block;
    }

    .section_3_blog_banner:first-child {
        margin: 0px;
        margin-bottom: 20px;
    }

    .section_3_text {
        left: 15px;
        bottom: 70px;
    }

    .stream_name {
        text-align: left;
        font-size: 25px;
    }

    .heading_view_all {
        height: 150px;
        margin-bottom: 20px;
    }

    .background_img_section_2 img {
        min-height: 150px;
    }

    .search-team {
        display: block;
    }

    .search-form {
        width: auto;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .selection-team {
        width: auto;
        justify-content: center;
    }
}

@media only screen and (max-width:450px) {
    .website_body {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-content_footer .container {
        padding: 0 3.5rem;
    }

    .footer-content {
        padding: 3rem 2.5rem;
    }

    .team-banner {
        margin: 10px 0px;
    }
}