/*/--- banner styles start's here  ---/*/

.home-banner-wrapper {
    background: url('../images/images/home/bannerbg.png');
    width: 100%;
   height: 100vh;
   background-position: bottom;
   background-repeat: no-repeat;
   background-size: cover;
}

.home-banner-wrapper::after {
    content: "";
    background: url('../images/images/home/carimg.png') no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-title-wrapper{
    z-index: 2 !important;
    position: relative;
    align-items: center;
}

.banner-title-wrapper h1{
    color: #fff;
    font-size: 60px;
    font-family: "Roboto", serif;
    font-weight: 500;
}

.banner-title-wrapper p{
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    line-height: 38px;
    margin-right: 150px;
}

.white-btn{
    background-color: #fff;
    border-radius: 11px;
    border: none !important;
    padding: 10px 20px;
    color: #40909D;
    font-size: 16px;
}

.white-btn:hover{
    background-color: #F4EDE3;
    color: #40909D;
}

.feature-winner-wrapper{
    background-color: rgba(244, 237, 227, 0.9) !important;
    height: 150px;
    border-radius: 28px;
    position: relative;
    z-index: 0;
    bottom: 76px;
}

.feature-winner-wrapper h3{
    font-size: 42px;
    font-family: "Roboto", serif;
    font-weight: 600;
    line-height: 38px;
}

.feature-winner-wrapper p{
    font-size: 18px;
    font-family: "Roboto", serif;
    font-weight: 500;
    line-height: 38px;
}

.stats-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #357B83;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.stats-img:hover{
    background-color: #fff;
}
.green-icon{
    display: none;
}

.stats-img:hover .green-icon{
    display: inline-block;
}

.stats-img:hover .white-icon{
    display: none;
}

.stats-card img{
    width: 50px;
    height: 50px;
}
/*/--- banner styles start's here  ---/*/

/*/--- competition start's here ---/*/
.competition-wrapper{
    margin-top: 100px;
}

.section-title h2{
    font-size: 50px;
    font-family: "Roboto", serif;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(26, 45, 52, 1);
}

.section-title p{
    color: rgba(26, 45, 52, 1);
    font-size: 20px;
    font-family: "Roboto", serif;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.card-wrapper {
    border: none !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 12px !important;
    border-width: 1.04px, 1.04px, 1.04px, 0px;
}

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

.card-header {
    position: relative;
}

.card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #1A2D34;
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.car-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-body {
    padding: 0px 16px 16px !important;
    text-align: left;
    background-color:#E9E9E9;
}

.card-title {
    font-size: 18px;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    font-family: "Roboto", serif;
    font-weight: 500;
    color: #40909D !important;
}

.card-text {
    font-size: 14px;
    color: #222222;
    margin-bottom: 12px !important;
    font-weight: 400;
    font-family: "DM Sans", serif !important;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent !important;
    padding: 0px;
    border-top: 0px !important;
    padding: 20px 0px 0px 0px!important;
}

.card-price {
    font-size: 20px;
    font-weight: 600;
    color: #357B83;
}

.start-price{
    font-size: 9px;
    font-weight: 500;
    color: #222222;
}

.green-button{
    font-size: 18px !important;
    padding: 8px 20px !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-family: "Roboto", serif !important;
    background-color: #357B83 !important;
    border-radius: 11px !important;
    border: none !important;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
}

.green-button:hover{
    color: #357B83 !important;
    background-color: #fff !important;
}

.iconWrapper {
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    margin-top: 3px;
}

.defaultIcon {
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease;
    right: 0px;
    width: 22px;
    height: 22px;
}

.hoverIcon {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 0px;
    width: 22px;
    height: 22px;
}

.green-button:hover .defaultIcon {
    opacity: 0; /* Hide default icon */
}

.green-button:hover .hoverIcon {
    opacity: 1; /* Show hover icon */
}
/*/--- competitions section end's here  ---/*/

/*/--- winner section start's here ---/*/
.win-section {
  margin-top: 40px;
}

.image-col {
  position: relative;
}

.win-image {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}


.content-col {
  padding: 0px 20px;
}

/* Tabs */
.nav-tabs {
    flex-wrap: nowrap !important;
    margin-bottom: 16px !important;
    border-bottom: none !important;
}

.nav-tabs .nav-link span{
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", serif;
}

.nav-tabs .nav-link img {
    display: inline-block;
}

/* Hide inactive image when button is active */
.nav-tabs .nav-link.active .inactive-img {
    display: none;
}

/* Hide active image when button is not active */
.nav-tabs .nav-link:not(.active) .active-img {
    display: none;
}

.nav-tabs .nav-link{
    background: #e0e0e0 !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 8px 16px !important;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #000000 !important;
}

.nav-tabs.competition-tabs .nav-link{
    background: #fff !important;
    color: #357B83 !important;

}

.nav-link.border-link{
    border-right: 1px solid rgba(244, 237, 227, 0.9) !important;
}

.nav-tabs .nav-link.nav-link-0{
  border-radius: 8px 0px 0px 8px !important;
}

.nav-tabs .nav-link.nav-link-1{
  border-radius: 0px 8px 8px 0px !important;
}

.nav-tabs .nav-link.active {
  background-color: #357B83 !important;
  color: #fff !important;
}

.win-section  .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Roboto", serif;
  line-height: 56px;
  color: #050B20;
}

.win-section .subtitle {
  font-size: 30px;
  font-weight: 500;
  color: #050B20;
  font-family: "Roboto", serif;
  margin-bottom: 16px;
}

.win-section .description {
  font-size: 15px;
  color: #050B20;
  font-family: "Roboto", serif;
  margin-bottom: 16px;
  line-height: 28px;
}


.list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.list li {
  font-size: 15px;
  color: #050B20;
  font-family: "Roboto", serif;
  margin-bottom: 8px;
  line-height: 27px;
}


.win-section .green-button:hover{
  background-color: #40909D !important;
  color: #fff !important;
}

/*/--- Last Week Winner Section Start's Here ---/*/
.lastweek-wrapper{
  margin-top: 60px;
}

/* Winner Slider Section */
.winner-slider-section {
    padding: 0px 20px;
    text-align: center;
}

/* Winner Card */
.winner-card {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 200px;
    height: 350px;
    border-radius: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #fbf5ea;
}

.winner-card.white-card{
    background-color: #fff;
}
.winner-card.pink-card{
    background-color: #FFEBEE;
}
.winner-card.blue-card{
    background-color: #F1F8E9;
}
.winner-card.purple-card{
    background-color: #E0F7FA;
}

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

.winner-image {
    margin-bottom: 15px;
}

.winner-name {
    padding-top: 20px;
    margin-bottom: 5px;
    color: #050B20;
    font-size: 18px;
    font-family: var(--font-dmsan);
    font-weight: 500;
}

.winner-amount {
    font-size: 14px;
    color: #050B20;
    font-family: var(--font-dmsan);
    font-weight: 400;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    background-color: #D9D9D9;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
    width: 10px;
    height: 10px;
}

.swiper-wrapper{
    height: 500px;
    margin-top: 30px;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
/*/--- Last Week Winner Section End's Here ---/*/
/*/--- Competition Page Start's Here ---/*/
.home-banner-wrapper.competition-banner-wrapper {
    background: url('../images/images/banner/carimg.jpg');
    /*background: url('../images/images/banner/competition-banner-bg.png');*/
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner-wrapper.competition-banner-wrapper::after {
    content: "";
    background: url('../images/images/banner/carimg.png') no-repeat center;
    background-size: 100% 100%;
    bottom: -76px;
    left: unset;
    transform: translate(10px, 10px);
    right: 13px !important;
    width: 70%;
    height: 90%;
    z-index: 1;
}

.competition-filters-wrraper{
    background: #357B83;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.competition-filters-wrraper .filter-select-input{
    width: 170px;
}

.competition-filters-wrraper .filter-select-input select{
    width: 100%;
    padding: 10px 15px;
    background: #C8A7A3;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    font-family: "Roboto",serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: -0.008em;
}

.filter-toggler{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.008em;
    cursor: pointer;
}

.range_container {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.sliders_control {
    position: relative;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    background-color: #1E3740;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
    border-radius: 20px;
    transform: translateY(-50%);
}

#toSlider {
    z-index: 2;
}

#toSlider{
    top: 50%;
    transform: translateY(-50%);
}

#fromSlider {
    height: 0;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
}

.filters {
    opacity: 0;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.filters.show {
    width: 100%;
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}

.filter-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.filters-container{
    min-height: 80px;
    transition: all 0.3s ease-in-out;
}

.range-label{
    margin-top: -17px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.008em;
    color: #1A2D34;
}
/*/--- Competition Page End's Here ---/*/

@media(max-width: 992px){
    .competition-filters-wrraper{
        flex-wrap: wrap;
    }

    .filters {
        bottom: unset;
        top: 0;
    }

    .competition-filters-wrraper .filter-select-input{
        width: 100%;
    }

    .range_container{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .filters-container.grow-height{
        min-height: 300px;
    }
}
.background-wimg {
    height: 76%;
    width: 100%;
    background-size: cover;
    border-radius: 100px;
}
.competition-card-body{
    position: relative;
    padding-bottom: 50px !important;
}
.competition-card-body .ticketBtn{
    text-align: left;
}
.competition-card-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 16px 16px !important;
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.competition-card-footer .green-button:hover {
    border: 1px solid #357B83 !important;
}

