.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}


.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.navbar-brand img {
    height: 50px;
}

.nav-link {
    color: #000;
    font-weight: 500;
    margin-right: 1rem;
}

.right-card {
    padding: 4rem 3rem;
}

.nav-link:hover {
    color: #d72638;
}

.btn-join {
    background-color: #d72638;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.btn-join:hover {
    background-color: #b71c2f;
}

.btn-contact {
    background: #DC143C;
}

nav.primary-header .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.nav-item-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-contact {
    background: #D5172B !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    /* Important if it's an <a> tag */
    border-radius: 5px;
}


.btn-contact:hover,
.btn-contact:focus {
    background: #11375A !important;
    /* Hover color */
    color: #ffffff !important;
    transform: translateY(-3px);
    /* Animate up */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    /* Add shadow */
    text-decoration: none;
}

li.nav-item-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.primary-header {
    position: sticky;
    top: 0;
    z-index: 99999;
}

@media (min-width: 992px) {

    nav.primary-header .nav-item,
    li.nav-item-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    #navbarNav .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.collapse.show {
        display: block !important;
    }
}

.btn-learn.text-white {
    border: 1px solid #fff;
    border-radius: 0px;
    width: 10rem;
    margin: 0 auto;
}

.btn-learn.text-white:hover {
    background-color: #063451;
    color: #D5172B;
    /* Red text on hover */

}

nav.primary-header .nav-link {
    color: #D5172B;
}

nav.primary-header .nav-link.active {
    /* color: #D5172B; */
    color: #dc3545 !important;
    border-bottom: 2px solid #dc3545;
}


.nav-link.active.fw-bold.btn-disabled-look.btn-contact.ms-2.ms-lg-4 {
    color: #fff !important;
    background-color: #063451 !important;
}

.bg-white.header {
    --bs-bg-opacity: 1;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.heading-block-new {
    text-align: center;
}

.heading-block-new h2 {
    font-size: 18px;
    color: #db133b;
}

.heading-block-new h3 {
    font-size: 14px;
    color: #063451;
}

.card-design {
    /* border: 1px solid #b71c2f;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    text-align: center;
    transition: 0.3s ease;  */
    border: 1px solid #dae0e5;
    border-radius: 4px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #cc2b3d;
    overflow: hidden;
}

.card-design img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    background: #fff;
    object-position: top;
}

.card-design:hover {
    transform: scale(1.05);
    /* Slight zoom */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    /* Soft shadow */
}


.card-design h2 {
    font-size: 22px;
    padding: 20px;
    text-align: center;
    color: #faf7f7;
    font-weight: bold;
}

.heading-block-new {
    text-align: center;
    margin-bottom: 30px;
}

thead.table-theme th {
    background: #D5172B !important;
    color: #fff;
}

.d-block.w-100.h-50 {
    max-height: 600px;
    object-fit: cover;
}

.banner-img.w-100.max-image {
    max-height: 200px;
    object-fit: cover;
}


/* my banner css use start */
/* Banner Container & Image */
.banner-container {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    filter: brightness(0.6) blur(1px);
    transition: filter 0.3s ease;
}

/* Banner Text Content */
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.banner-title {
    font-family: 'Racing Sans One', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -2px;
    color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 1rem;
}

/* Breadcrumb Styling */
.breadcrumb {
    background-color: transparent !important;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.9) !important;
}

.breadcrumb-item a {
    color: rgba(253, 182, 13, 0.9) !important;
    transition: color 0.3s ease;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: rgb(253, 182, 13) !important;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding: 0 0.5rem;
    color: rgba(255, 255, 255, 0.7) !important;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9) !important;
}

.textHome {
    color: rgb(253, 182, 13) !important;
    text-decoration: none;
}

.textHome:hover {
    color: rgb(253, 182, 13) !important;
    text-decoration: none;
}

/* Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Other Elements */
.cta-section {
    background-color: #f8f9fa;
    padding: 3rem;
    border-radius: 10px;
}

img.w-100.max-image {
    max-height: 220px;
    object-fit: cover;
}

/* my banner css end */

/* ranking css start */
.profileImage {
    border-radius: 10px;
    width: 80px;
    max-height: 80px;
    object-fit: cover;
}

.rules-banner img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}
/* ranking css end */

/* rules css start */
.rules h2 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.rules li {
  margin-bottom: 8px;
}

.rulesul {
  line-height: 1.6;
  color: #34495e;
  font-size: 1.1rem;
}

/* rules css end */

/* about css start */
 .about-heading {
            font-size: 2.5rem;
            font-weight: bold;
            color: #2c3e50;
        }

        .about-subheading {
            font-size: 1.25rem;
            color: #7f8c8d;
            margin-bottom: 2rem;
        }

        .about-img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .about-img:hover {
            transform: scale(1.02);
        }

        .about-section {
            padding: 4rem 0;
        }
        /* about css end */
