@charset "utf-8";
/* CSS Document */


body {
    background-color: #F0F0F0;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    background-color: #20409A;
    color: aliceblue;
}

.navbar a {
    color: aliceblue;
}

.navbar a:hover {
    color: cyan;
}

.dropdown-menu {
    background-color: #20409A;
    width: auto;


}





.navbar.scrolled {
    background-color: #20409A;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: aliceblue;
}

.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.news-event {
    background: #f8f9fa;
    position: relative;
    padding: 30px;
}

.news-slider {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: solid #D8D8D8 1px;
    ;
    border-radius: 6px;
}

.news-item {
    display: none;
}

.news-item.active {
    display: block;
}

.news-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.news-arrow.left {
    left: 10px;
}

.news-arrow.right {
    right: 10px;
}

.grid-item {
    background: #e9ecef;
    padding: 1px;
    border-radius: 5px;
    text-align: center;
}

.full-width-btn {
    width: 100%;
}

.player-reg-btn {
    background-color: red;
    font-size: 12px;
}

.find-btn {
    background-color: forestgreen;
    font-size: 12px;
}

.grid-home {
    background-color: #FFFFFF;
    border-bottom: solid #B00002 1px;
    border-radius: 5px;
}

.grid-home h1 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.grid-home p {
    font-size: 13px;
    font-weight: bold;
    color: red;
}


.grid-home a {
    text-decoration: none;
}



.rounded-corner {
    border-radius: 10px;
}

.btn-outline-primary {
    background-color: crimson;
    color: aliceblue;
    border: none;
}

.heading-text {
    font-size: 25px;
}

.footerbg {
    background-color: #20409A;
    text-align: center;
    font-size: 11px;
}


.wibabluebg {

    background-color: #20409A;
}

/****************************************listing *********************************************************/

.grid-item1 {
    background: #e9ecef;
    padding: 1px;
    border-radius: 5px;
    text-align: center;
}


.grid-listing {
    background-color: #FFFFFF;
    border-bottom: solid #B00002 1px;
    border-radius: 5px;
}

.grid-listing a {
    text-decoration: none;
}


.grid-listing h1 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.grid-listing h2 {
    font-size: 12px;
    color: black;
    text-align: center;
}

.grid-listing h3 {
    font-size: 12px;
    color: black;
    text-align: center;
}


.grid-listing h4 {
    font-size: 15px;
    color: white;
    text-align: left;
    background-color: red;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}

.grid-listing h5 {
    font-size: 15px;
    color: white;
    text-align: left;
    background-color: midnightblue;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}

.grid-listing p {
    font-size: 13px;
    font-weight: bold;
    color: red;
}


/****************************************Exicutive page  *********************************************************/


.grid-exicutive {
    background-color: #FFFFFF;
    border-bottom: solid #B00002 1px;
    border-radius: 5px;
}

.grid-exicutive h1 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: left;
}

.grid-exicutive h2 {
    font-size: 12px;
    color: black;
    text-align: left;
}

.grid-exicutive h3 {
    font-size: 12px;
    color: black;
    text-align: left;
}


.grid-exicutive h4 {
    font-size: 15px;
    color: white;
    text-align: left;
    background-color: red;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}

.grid-exicutive h5 {
    font-size: 15px;
    color: white;
    text-align: left;
    background-color: midnightblue;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}

.grid-exicutive p {
    font-size: 13px;
    font-weight: bold;
    color: red;
}


/****************************************Exicutive page  *********************************************************/


.grid-singleplayer {
    background-color: #FFFFFF;
    border-bottom: solid #B00002 1px;
    border-radius: 5px;
    text-transform: uppercase;
}

.grid-singleplayer h1 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.grid-singleplayer h2 {
    font-size: 18px;
    color: black;
    text-align: center;
    color: red;
}

.grid-singleplayer h3 {
    font-size: 14px;
    color: darkblue;
    text-align: center;
}


.grid-singleplayer h4 {
    font-size: 15px;
    text-align: left;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}

.grid-singleplayer h5 {
    font-size: 16px;
    color: green;
    text-align: center;
    background-color: antiquewhite;
    padding: 3px;
}

.grid-singleplayer p {
    font-size: 13px;
    font-weight: bold;

}


.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #DEDEDE;
}

.icon-box {
    font-size: 24px;
    width: 50px;
    height: 50px;
    color: aliceblue;
    margin: 30px;
    transition: 0.3s;
    background-color: springgreen;
    padding: 2px;
    border-radius: 20px;
    align-content: center;
    color: white;
}

.icon-box:hover {
    color: #000;
}


.badge-pill {
    background-color: red;
    height: 45px;
    padding: 15px;
    font-size: 15px;
}

.cout {
    text-decoration: none;
}



.cout a {
    text-decoration: none;
    font-size: 17px;
    color: black;
}