@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-color: #ff6b35;
    --secondary-color: #1a365d;
    --accent-color: #e1e9ec;
    --footer-bg: #151c24;
    --footer-section-bg: #314151;
}

@font-face {
    font-family: "Roundkey-Bold";
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roundkey-Bold.otf');

}

body {
    font-family: "Open Sans", sans-serif;

    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roundkey-Bold";
}

a {
    text-decoration: none;
}

section {
    padding-top: 90px;
    padding-bottom: 40px;
}

.navbar {
    background: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--primary-color) !important;
}

.navbar-brand img {
    width: 180px;
}

.navbar-nav .nav-link {
    color: var(--secondary-color) !important;
    font-weight: 600;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.header-contact {
    border-left: 3px solid var(--secondary-color);
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-number {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
}

.btn-join {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-join a {
    color: #fff;
}

.btn-join:hover {
    background: #00963f;
    transform: translateY(-2px);
    color: white;
}

.banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-top: 140px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.section-title {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.section-title2 {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 143px;
    margin-bottom: 20px;
    line-height: .9;
}

.pl {
    padding-left: 70px;
}

.title-sec {
    position: relative;
    text-align: center;
    margin: 50px 0;
    font-family: Arial, sans-serif;
}

.section-title {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
    font-size: 68px;
    font-weight: bold;
    color: #142564;
    /* text color */
}

/* Top and bottom split icon using before and after */
.section-title::before,
.section-title::after {
    content: '';
    position: absolute;
    width: 260px;
    /* adjust size */
    height: 260px;
    /* adjust size */
    background-image: url('../img/Icon-up.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.section-title::before {
    top: -76px;
    /* half above */
    left: 50%;
    transform: translateX(-88%) rotate(0deg);
    /* rotate if needed */
}

.section-title::after {
    background-image: url('../img/Icon-down.webp');
    bottom: -228px;
    left: 50%;
    transform: translateX(-110%) rotate(0deg);
}

.asia-sec {
    padding-bottom: 90px;
}

.asia {
    margin-right: 120px;
}

.asia::before {
    left: 50%;
    transform: translateX(-133%) rotate(0deg);
    /* rotate if needed */
}

.asia::after {
    left: 50%;
    transform: translateX(-154%) rotate(0deg);
}

.section-paragraph {
    color: #5a5a5a;
    font-size: 20px;
    line-height: 1.8;
}

.section-paragraph2 {
    color: #000;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    width: 80%;
}

.tournament-glance {
    background-image: url('../img/BG.webp');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: white;
    position: relative;
    background-repeat: no-repeat;
    height: 700px;
}

.tourn-pos {
    position: absolute;
}

.tournament-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #142564;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -2px;
}

.tournament-subtitle {
    font-size: 30px;
    margin-bottom: 50px;
    opacity: 0.9;
    color: #142564;
    width: 80%;
}

.basket {
    position: relative;
    top: 190px;
}

.feature-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.feature-box p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 15px;

}

.feature-box:hover {
    transform: translateY(-10px);
}

.feature-box.stair-up {
    margin-top: -172px;
}

.glance-flex {
    display: flex;
    align-items: center;

}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 20px; */
    font-size: 2rem;
    color: white;
}

.bask {
    width: 80px;
}

.feature-icon img {
    width: 40px;
}

.feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 15px;
    margin: 0;
    padding-left: 10px;
}

.updates-section {
    background: #fff;
    padding: 80px 0;
    padding-top: 170px;
}

.player-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.players-section {
    background: var(--accent-color);
    padding: 80px 0;
    text-align: center;
}

.players-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 60px;
    font-weight: bold;
    color: var(--secondary-color);
    /* margin-bottom: 120px; */
    margin-bottom: 20px;
        text-align: initial;
    line-height: 1;

}
.players-title img{
    padding-right: 20px;
}

.player-card {
    background: transparent;
    border-radius: 15px;
    /* padding: 20px; */
    text-align: center;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    margin-top: 90px;
    margin-bottom: 30px;
}

.player-card:hover {
    transform: translateY(-5px);
}

.player-card.card-up {
    margin-top: -40px;
}

.player-image {
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
}

.player-name {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
}

.player-position {
    color: #5a5a5a;
    font-size: 19px;
}

.footer {
    background: var(--footer-bg);
    color: white;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 280px;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00963f;
}

.footer-contact {
    background: var(--footer-section-bg);
    padding: 20px 0;
    margin-top: 30px;
}

.footer-contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-info {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.contact-info span a {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: white;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--primary-color);
}

.copyright {
    background: var(--footer-bg);
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #333;
    color: #fff;
}

.image-placeholder {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    height: 300px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.abu {
    margin: 0;
    margin-top: -30px;
}