#navbarin {
  background-color: #000 !important;
  color: #fff;
 
}

#navbarin.navbar-scrolled {
  background-color: #000 !important; /* Change this to your desired background color */
  color: #fff;
}

#navbarin.navbar-scrolled .nav-link{
    color: #c43e32 !important;
}

/**/
#navbar {
  background-color: transparent !important;
  color: #fff;
 
}

#navbar.navbar-scrolled {
  background-color: #000 !important; /* Change this to your desired background color */
  color: #fff;
}

#navbar.navbar-scrolled .nav-link{
    color: #fff !important;
}
/**/

.matchfix{
    background: #000;
    padding: 35px;
}

.intro-section h2{
    background: #000;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
}

#tenmilli{
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
z-index: 2;
position: relative;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-attachment: fixed;
color:#fff;
}


.fixture{
      background-color: #cdb85f !important;
    padding: 15px;
    border-radius: 15px;

}

.intro-section img{
    border-top: 14px solid #000 !important;
    border-left: 14px solid #000 !important;
}

@media screen and (max-width: 580px) and (min-width: 360px){
.collapse {
display: none !important;
}

}

@media screen and (max-width: 1680px) and (min-width: 800px){
.offcanvas {
display: none !important;
}


}

.collapse ul .nav-link{
color: #fff !important;
}

#home p {
    font-size: 22px;

}

.btn-main{
    background: #fff !important;
    color: #cdb85f !important;
}

#home{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
z-index: 2;
position: relative;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-attachment: fixed;
}

/**/
.result-header{
    background: #151d2d !important;
    border-top: 4px solid #ecc867;
    color: #fff !important;
}

.newscard{
      background: red !important;
    border-top: 4px solid #f7cb68;
    color: #fff !important;
}

