* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
/* body{
    background-color: rgba(220, 220, 220, 0.146);
} */
.carousel-control-prev {
    height: 50px;
    width: 50px;
    border-color: white;
    border-radius: 25px;
    margin-top: 280px;
    margin-left: 40px;
    background-color: black;
}
.carousel-control-next {
    height: 50px;
    width: 50px;
    border-color: white;
    border-radius: 25px;
    margin-top: 280px;
    margin-right: 50px;
    background-color: black;
}
#myDiv {
    display: none; /* Start hidden */
    padding: 20px;
    background-color: lightblue;
    border: 1px solid #ccc;
    margin: 10px 0;
}
/* card section start */
/* body {
        font-family: Arial, sans-serif;
        background-color: #f4f4f4;
        margin: 0;
        padding: 20px;
      } */

.match-card {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
    color: #fff;
    background-image: url("/image/icons-svg/Homepage.png");
    /* margin: 0px!important;
        padding: 0px!important; */
}

.match-header {
    /* background-color: #b0d5ff; */
    background-color: #133f7c;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
}
/* .match-header{
          width: 24px;
          height: auto;
          writing-mode: vertical-lr;
          transform: rotate(180deg);
          text-align: right;
          font-weight: 600;
          line-height: 21px;
          padding-bottom: 10px;
          background-color: #b0d5ff!important;
          color: #000!important;
      } */

.match-body {
    padding: 20px;
    text-align: center;
}

.match-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.match-timer {
    /* color: #ff5722; */
    color: #b0c8e1;
    font-weight: bold;
    margin-bottom: 20px;
}

.teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.team {
    text-align: center;
}

.team img {
    width: 50px;
    height: auto;
    margin-bottom: 5px;
}

.vs {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.match-info {
    /* color: #555; */
    color: rgba(255, 255, 255, 0.444);
    font-size: 14px;
    margin-bottom: 20px;
}

.match-footer {
    /* background: #f9f9f9; */
    /* background-color: rgba(51, 51, 51, 0.455); */
    background: rgba(169, 169, 169, 0.169);
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.info-link {
    color: #1c4b82;
    text-decoration: none;
    font-weight: bold;
    margin-left: 150px;
}

.honours-section {
    padding: 20px;
    background-color: #222;
    background-image: url(../image/icons-svg/honors-bg.png);
    /* background-repeat: no-repeat; */
    margin-bottom: 20px;

}

.honours-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.honour-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.honour-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Individual Card Styling */
.honour-card {
    border: 1px solid #728ed9 !important;
    background: #293b6a !important;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    width: 150px;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    height: 350px;
}

.honour-card:hover {
    transform: scale(1.05);
}

.honour-card .tropies img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.num-years {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .honour-card {
        width: 120px;
        padding: 10px;
    }

    .num-years {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .honour-card {
        width: 100px;
        padding: 8px;
    }

    .num-years {
        font-size: 1rem;
    }
}

/* gallery section start */
.gallery-section {
    background-image: url(../image/icons-svg/honors-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 500px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}
/* Sponsor Section */
.sponsor-section {
    background-color: #000;
    padding: 30px 15px;
    margin-top: 10px;
}

.sponsor {
    border: 2px solid #d2a66c;
    border-radius: 20px;
    background-color: #111;
}

.text {
    color: #d2a66c;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sponsor-section h3 {
        font-size: 24px;
        text-align: center;
    }

    .sponsor img {
        height: auto;
        width: 70px; /* Adjust image size for smaller screens */
    }

    .text {
        font-size: 16px; /* Smaller text on mobile devices */
    }
}

@media (max-width: 576px) {
    .sponsor img {
        width: 60px; /* Further reduce image size for very small screens */
    }

    .text {
        font-size: 14px; /* Smaller text for mobile screens */
    }
}

/* video section */
.videos-section {
    background-image: url(../image/icons-svg/honors-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 345px;
    padding-top: 60px;
    padding-left: 15px;
}
.videos-section .card-title {
    font-size: 15px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.495);
}
.videos-section .card {
    height: 400px;
    width: 330px;
}
