/* today-css-section-sta */

.auction-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    padding: 40px 0 0 0;
    position: relative;
    top: -190px;
    z-index: 1000;
    overflow: hidden;
}

.auction-card-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 1px rgb(8 39 86 / 57%);
    padding: 30px 20px;
    position: relative;
}

.auction-heading {
    text-align: center;
    color: #082756;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    position: relative;
    padding: 0px;

}

.auction-heading::after {
    content: '';
    display: block;
    background: url('../images/Group-20.9f4a8bda.png') no-repeat center;
    height: 30px;
    width: 100%;
    margin: 5px auto;
}

.auction-cards-wrapper {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.auction-cards {
    display: flex;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
}



.auction-card {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    /* background-image: url("../images/a-f-1.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
     background-color: #143e7c;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: transform 0.3s ease;
}
.login-head{
    height: 115px;
    overflow: hidden;
}
.best-head{
    height: 115px;
    overflow: hidden;
}


.accordion {
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-item-header {
    /* padding: 0.5rem 3rem 0.5rem 1rem; */
    padding: 20px 20px 20px 20px;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color:#F7AA21;
    color: #111;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 4rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height:0;
    overflow: hidden;
    /* transition: max-height 0.2s ease-out; */
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 2.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    font-size: 17px;
    color:#082756;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }

.auction-card:hover {
    transform: translateY(-5px);

}

.auction-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.auction-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auction-info {
    flex-grow: 1;
}

.A-Tilte h2 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 325px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.l-i-text {
    align-items: center;
}

.auction-title {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    padding: 0px 0px 2px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auction-place {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;

}

.auction-place p {
    margin: 0px;

}

.auction-series p {
    display: flex;
    align-items: center;
    color: white;
    gap: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
}

.main-d-city {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auction-date {
    display: flex;
    align-items: center;
    color: white;
    gap: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.auction-date i {
    margin-right: 5px;
    color: #0d61b5;
}

.view-all-t {
    text-align: right;
    margin-top: 10px;
}

.view-all-t a {
    color: #082756;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.view-all a:hover {
    text-decoration: underline;
}

.nav-arrow-to {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgb(247 170 33);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.nav-prev-to {
    left: -5px;
}

.nav-next-to {
    right: -5px;
}

.nav-arrow i {
    color: #0d3b6f;
    font-size: 20px;
}

/* Pagination dots */
.pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #0d61b5;
}

/* end */



.upcoming-match {
    margin: 50px 0px 20px 0px;
}

.up-title h1 {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: rgb(0, 0, 0);
    padding: 0px;
    margin: 0px;
}

/* From Uiverse.io by boryanakrasteva */
.input-container {
    width: 420px;
    position: relative;
    float: right;
    input[type=text] {
        padding: 25px 10px;
        border: 2px solid #082756;
        border-radius: 10px;
        width: 100%;
        background: #fff;
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        color: #000000;
        line-height: normal;
        outline: 0;
    }
}

.icon {
    position: absolute;
    right: 10px;
    top: calc(50% + 5px);
    transform: translateY(calc(-50% - 5px));
}

.input {
    width: 100%;
    height: 40px;
    padding: 10px;
    transition: .2s linear;
    border: 2.5px solid #082756;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.input:focus {
    outline: none;
    border: 0.5px solid #082756;
    box-shadow: -5px -5px 0px #082756;
}

.input-container:hover>.icon {
    animation: anim 1s linear infinite;
}

@keyframes anim {

    0%,
    100% {
        transform: translateY(calc(-50% - 5px)) scale(1);
    }

    50% {
        transform: translateY(calc(-50% - 5px)) scale(1.1);
    }
}


.match-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 92%);
    background-image: url("../images/common/backchange.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: transform 0.3s;
    margin-bottom: 20px;
    /* height: 250px; */
}

.m-team {
    padding: 42px 32px;
    border-bottom:1px solid rgb(150, 150, 150);
}
.m-team p{
    font-size:15px;
        line-height: 36px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        color: rgb(255, 255, 255);
}
.m-i-o{
    border-left:1px solid rgb(150, 150, 150);
}

.match-card:hover {
    transform: translateY(-5px);
}
.team-logo {
    width: 75px !important;
    height: 75px !important;
    object-fit: contain;
}
.vs-text {
    font-weight: 500;
    color: #ffffff;
}
.venue {
    color: #ffffff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    padding: 20px 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.venue p{
    margin: 0px;
}
.venue i {
    /* color: #20c997; */
    margin: 0px;
    padding: 0px;
    /* margin-right: 5px; */
}
.time{
    background-color: #f7aa21;
    border-radius: 8px;
    padding: 5px 0px;
 p{
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 0px;
}
}
.badge-match {
    margin: 0px 20px;
}
.date {
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.navigation-up{
    display: flex;
    align-items: center;
    justify-content: center;
}



.pagination .page-item.active .page-link {
    background-color: #f7aa21;
    border-color: #f7aa21;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-link {
    color: #000000;
    font-size: 18px;
}

.match-info-ditails{
    padding:80px 0px;
}
.match-info-ditails p{
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.card-1{
    margin:8px;
}
.card-2{
    margin:8px;
}
.footer-copyright {
    background: #000;
    /* Adjust to your brand color */
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
  }
  
  .footer-copyright a {
    color: #f7aa21;
    /* Accent color */
    text-decoration: none;
  }
  
  .footer-copyright a:hover {
    text-decoration: underline;
  }
  .footer-copyright p{
    color:white;
  }

@media screen and (max-width:1300px){
    .up-title h1 {
        font-size: 32px;
      
    }
}
@media screen and (max-width:1200px){
    .up-title h1 {
        font-size:25px; 
    }
    .match-info-ditails p {
        font-size: 14px;
    }
    .badge-match {
        margin: 0px 0px;
    }
    .date {
        font-size: 12px;
    }
    .m-team p {
        font-size: 11px;
    }
    .m-team {
        padding: 31px 32px;
    }
    .match-info-ditails {
        padding: 55px 0px;
    }
}
@media screen and (max-width:992px){
    .up-title h1 {
        font-size: 30px;
    }
    .input-container {
        margin: 20px 0px;
        width:100%;
        position: relative;
        float:left;
    }
   
}
@media screen and (max-width:576px){
    .up-title h1 {
        font-size:20px;
    }
    .m-i-o {
        border-left: 0px solid rgb(150, 150, 150);
    }
    .match-info-ditails {
        padding: 5px 0px;
    }
}

















