*body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
}


.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #F7AA21;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1000;
    box-shadow: 0 4px 12px #082756;
    transition: all 0.3s ease;
}

.privateLogo {
    color: #F7AA21;
    font-size: 17px;
    background: #fff;
    width: 69px;
    margin-right: 100px;
    display: flex;
    height: 69px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.scroll-top-btn:hover {
    background: #082756 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
    animation: cricketBounce 0.6s ease-in-out;
}

.scroll-top-btn:active {
    transform: translateY(0);
    animation: cricketHit 0.2s ease-out;
}

.scroll-top-btn.show {
    display: flex;
    animation: cricketCatch 0.5s ease-out;
}

#tableStep {
    margin-top: -40px;
}

/* #toploginmenue{
    display: none;
}
#topsignupmenue{
    display: none;
}
#topmyaccount{
    display: none;
} */

/* Cricket-themed animations */
@keyframes cricketCatch {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-10deg);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px) rotate(5deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes cricketBounce {

    0%,
    100% {
        transform: translateY(-3px);
    }

    25% {
        transform: translateY(-8px) rotate(2deg);
    }

    50% {
        transform: translateY(-3px) rotate(0deg);
    }

    75% {
        transform: translateY(-6px) rotate(-1deg);
    }
}

@keyframes cricketHit {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-2px) scale(0.95);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.main-menu li a {
    text-decoration: none;
    padding-bottom: 5px;
    transition: border-bottom 0.3s ease-in-out;
}

/* 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;
}














/* Hero Section */

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('https://images.unsplash.com/photo-1577905105267-3c58253a51f8?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover; */
    filter: brightness(0.2) contrast(1.3);
    animation: kenBurns 20s ease-in-out infinite;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(5, 26, 58, 0.6), rgba(247, 170, 33, 0.2), rgba(5, 26, 58, 0.4));
    /* #051A3A, #F7AA21 */
    backdrop-filter: blur(3px);
}

.hero-content {
    z-index: 10;
    max-width: 1000px;
    animation: heroEntrance 2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: -150px;
}

.hero-subtitle {
    font-family: 'Dancing Script', cursive;
    font-size: 33px;
    color: #F7AA21;
    margin-bottom: 18px;
    text-align: center;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #FFFFFF, #F7AA21, #051A3A, #FFFFFF);
    /* White, Gold, Dark Blue */
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGradient 6s ease-in-out infinite, textReveal 1.5s ease-out forwards;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    line-height: 1.2;
    overflow: hidden;
    opacity: 0;
    /* Start hidden for reveal */
    animation-delay: 0.8s, 0.8s;
    /* Match delays for both animations */
}

/* Gradient shimmer animation */
@keyframes textGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Fade/slide in effect */
@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero {
    padding: 90px 5%;
    background: rgba(5, 26, 58, 0.85);
    backdrop-filter: blur(12px);
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;

    button {
        margin-top: 0px !important;
    }
}

.hero-description {

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.8);
    /* White with transparency */
    animation: fadeInUp 2s ease-out 0.5s both;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.primary-button {
    font-family: 'Poppins', sans-serif;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    border: 1px solid #082756;
    padding: 0.8rem 2.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23F7AA21 %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #082756;
    background-size: 200%;
    background-position: 200%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transition-property: background-position, border, color;
    position: relative;
    z-index: 1;
}

.primary-button:hover {
    border: 1px solid #F7AA21;
    color: white;
    background-position: 40%;
}

.primary-button:before {
    content: "";
    position: absolute;
    background-color: #082756;
    width: 0.2rem;
    height: 0.2rem;
    top: -1px;
    left: -1px;
    transition: background-color 0.15s ease-in-out;
}

.primary-button:hover:before,
.primary-button:hover:after {
    background-color: white;
}

.primary-button:after {
    content: "";
    position: absolute;
    background-color: #F7AA21;
    width: 0.3rem;
    height: 0.3rem;
    bottom: -1px;
    right: -1px;
    transition: background-color 0.15s ease-in-out;
}

.button-borders {
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-right: 15px;
    display: inline-block;
}

.button-borders:before,
.button-borders:after {
    content: "";
    position: absolute;
    width: calc(100% + 0.5em);
    height: 50%;
    left: -0.3em;
    border: 1px solid #082756;
    z-index: 0;
}

.button-borders:before {
    top: -0.3em;
    border-bottom: 0;
}

.button-borders:after {
    bottom: -0.3em;
    border-top: 0;
}

.shape {
    fill: #082756;
}

/* Optional: Different hover or style for secondary button */
.primary-button.secondary {
    background-color: transparent;
    border: 1px solid #F7AA21;
    color: #F7AA21;
}

.primary-button.secondary:hover {
    background-color: #F7AA21;
    color: #082756;
}


.About-subtitle {
    font-family: 'Dancing Script', cursive;
    font-size: 33px;
    color: #F7AA21;
    margin-bottom: 18px;
    text-align: center;
}

.About-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(45deg, #fcfcfc, #F7AA21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    text-align: center;
}

.About-description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

#about {
    padding: 90px 5%;
    background: radial-gradient(circle at 20% 80%, rgba(5, 26, 58, 0.9) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(252, 162, 6, 0.6) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(5, 26, 58, 0.7) 0%, transparent 50%),
        linear-gradient(135deg, #051A3A 0%, #051A3A 100%);
    backdrop-filter: blur(12px);
    position: relative;
    margin-top: -110px;
}

/* About Us Section */
.about-content-ac {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
}

.about-text {
    flex: 1;
    min-width: 280px;
    max-width: 550px;
}

.about-text p {
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
    /* White with transparency */
}

.about-image {
    flex: 1;
    min-width: 280px;
    max-width: 550px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transform: rotate(-3deg);
    /* Slightly less rotation */
    transition: transform 0.4s ease-in-out;
}

.about-image:hover {
    transform: rotate(0deg) scale(1.01);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}








.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: 'Playfair Display', 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;
}

.login-head h5 {
    color: #fff;
}

.best-head h5 {
    color: #fff;
}

.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: 'Playfair Display', 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: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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 */

/* About-main-sectikon-css-strart */

.about-section {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('../images/soccer/a-bg.jpg') center/cover no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -160px;
    backdrop-filter: blur(10px);
}

.overlay {
    padding: 50px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.about-content {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    max-width: 500px;
    text-align: center;
    border-radius: 10px;

}

.ab-con-s {
    display: flex;
    align-items: center;
}

.about-content-all {
    position: relative;
    z-index: 1;
    max-width: 100%;
    /* text-align: center; */
    border-radius: 10px;
}

.ab-c-title h1 {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: white;
    padding: 0px;
}

.ab-c-title h3 {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: white;
    padding: 0px;
}

.about-content-all p {
    font-size: 17px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: white;
}

.lef-sideimg img {
    height: 550px;
    width: 550px;
}

.btn {
    background: #00bcd4;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: 0.3s;
}

.btn:hover {
    background: #008ba3;
}

.custom-shape-divider-bottom-1742293063 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1742293063 svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 112px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1742293063 .shape-fill {
    fill: #FFFFFF;
}

/* end */

/* gallery-css-start */
.gallery-container {
    margin: 30px auto;
    background-color: #082756;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-content {
    display: flex;
    padding: 20px;
}

/* Main image section */
.main-image-section {
    width: 60%;
    position: relative;
}

.main-image-container {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.main-image.active {
    display: block;
}

.arrow-btn-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(247 170 33);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
}

.a-g-1 {
    position: relative;
    top: -13px;
    left: -5px;
    font-size: 20px;
    color: black;
}

.prev-btn-2 {
    left: 10px;
}

.next-btn-2 {
    right: 10px;
}

/* Thumbnails section */
.thumbnails-section {
    width: 40%;
    padding-left: 20px;
}

.gallery-header {
    margin-bottom: 15px;
    color: white;
}

.gallery-header h2 {
    font-size: 22px;
}

.gallery-header p {
    font-size: 12px;
    opacity: 0.8;
}

.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.thumbnail {
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.thumbnail.active {
    border: 2px solid white;
}

.view-all-g {
    display: block;
    background-color: rgb(247 170 33);
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 8px 0;
    border-radius: 20px;
    margin-top: 15px;
    font-size: 14px;
}

/* end */

/* -login-sigup-best-css-starts */
.main-s-best-login {
    background: linear-gradient(133deg, rgba(8, 39, 86, 1) 55%, rgba(232, 0, 186, 1) 100%);
    padding: 20px;
    border-radius: 10px;
}

.login-head h2 {
    font-size: 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.best-head h2 {
    font-size: 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 35px 0px 30px 0px;
}

.mobile-form {
    margin-top: 10px;
    padding: 0px 50px 50px 50px;
}

.mobile-form p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.form-step {
    display: none;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-step.active {
    display: block;
}

.input-field {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 25px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #f0f0f0;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    outline: 0;
}

.input-field::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
}

.btn-login {
    width: 100%;
    padding: 18px;
    background: #f7aa21;
    color: rgb(0, 0, 0);
    text-align: center;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.otp-container .otp-input {
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    background-color: #f0f0f0;
    color: #333;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
}

.otp-container .otp-input:focus {
    outline: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(106, 17, 203, 0.1);
    background-color: #fff;
}

.tournament-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
}

.tournament-table th {
    background-color: #f7aa21;
    color: rgb(0, 0, 0);
    text-align: left;
    padding: 11px 15px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.tournament-table td {
    border-bottom: 1px solid #eee;
    text-align: start !important;
}

.tournament-table tr:last-child td {
    border-bottom: none;
}

.tournament-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tournament-table tr:hover {
    background-color: #f0f0f0;
}

.tournament-table .photo-cell {
    width: 80px;
    text-align: center;
}

.tournament-table .name-cell {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.tournament-table .value-cell {
    font-weight: 600;
    text-align: center;
}

.notification {
    color: #000000;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    border-left: 4px solid #082756;
}

.notification::before {
    content: '📱';
    margin-right: 8px;
}

.photo-frame {
    width: 40px;
    height: 40px;
    border: 2px solid #f7aa21;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-tournament-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.best-tournament-table th {
    background-color: #f7aa21;
    color: rgb(0, 0, 0);
    text-align: left;
    padding: 11px 15px;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-weight: 600;
}

.best-tournament-table td {
    border-bottom: 1px solid #eee;
    text-align: start !important;
}

.best-tournament-table tr:last-child td {
    border-bottom: none;
}

.best-tournament-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.best-tournament-table tr:hover {
    background-color: #f0f0f0;
}

.best-tournament-table .best-photo-cell {
    width: 80px;
    text-align: center;
}

.best-tournament-table .best-name-cell {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.best-tournament-table .best-value-cell {
    font-weight: 600;
    text-align: center;
}

.best-photo-frame {
    width: 25px;
    height: 25px;
    border: 2px solid #f7aa21;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.best-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Auction Container */
.auction-f {
    padding: 30px 0 50px;
    background-color: #0827562e;
}

/* Heading Styles */
.Af-head h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #082756;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.Af-head h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(247, 170, 33, 0.3), transparent);
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.Af-head p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease 0.5s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Live Score Box */
.livesore {
    /* background-color: rgba(255, 255, 255, 0.32); */
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.livesore {
    cursor: pointer;
}

.livesore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(247, 170, 33, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.livesore:hover::before {
    transform: translateX(100%);
}

.livesore.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.livesore:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(247, 170, 33, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Animations from Left & Right */
.animate-left {
    transform: translateX(-50px) translateY(50px) scale(0.95);
}

.animate-left.show {
    transform: translateX(0) translateY(0) scale(1);
}

.animate-right {
    transform: translateX(50px) translateY(50px) scale(0.95);
}

.animate-right.show {
    transform: translateX(0) translateY(0) scale(1);
}

/* Icon Style */
.icon1 img {
    background: url("../images/f-box.jpg") center/cover no-repeat;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: transform 0.3s ease;
}

.icon1 img:hover {
    transform: rotateY(180deg) scale(1.1);
}

/* Title Box */
.lititle {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    text-align: center;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 40px;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.lititle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f7aa21, #ff8c00);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 4px;
    z-index: -1;
}

.livesore:hover .lititle::before {
    opacity: 1;
}

.livesore:hover .lititle {
    color: #fff;
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(247, 170, 33, 0.4), 0 4px 8px rgba(247, 170, 33, 0.2);
}

/* Description */
.biggest {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    height: 168px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-top: 10px;
    transition: color 0.3s ease;
}

.biggest:hover {
    color: #f7aa21;
}

/* Buttons */
.button-29,
.button-30 {
    align-items: center;
    appearance: none;
    background: #f7aa21;
    color: rgb(8, 39, 86);
    border: none;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    user-select: none;
    white-space: nowrap;
}

.button-29::before,
.button-30::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.button-29:hover::before,
.button-30:hover::before {
    left: 100%;
}

.button-29:hover,
.button-30:hover {
    transform: translateY(-4px) scale(1.05);
}

.button-29:active,
.button-30:active {
    transform: translateY(0) scale(0.98);
}

/* Staggered Animations */
.livesore:nth-child(1) {
    transition-delay: 0.1s;
}

.livesore:nth-child(2) {
    transition-delay: 0.2s;
}

.livesore:nth-child(3) {
    transition-delay: 0.3s;
}

.mainlivescore:nth-child(3) .livesore:nth-child(1) {
    transition-delay: 0.4s;
}

.mainlivescore:nth-child(3) .livesore:nth-child(2) {
    transition-delay: 0.5s;
}

.mainlivescore:nth-child(3) .livesore:nth-child(3) {
    transition-delay: 0.6s;
}

.mainlivescore:nth-child(4) .livesore:nth-child(1) {
    transition-delay: 0.7s;
}

.mainlivescore:nth-child(4) .livesore:nth-child(2) {
    transition-delay: 0.8s;
}

.mainlivescore:nth-child(4) .livesore:nth-child(3) {
    transition-delay: 0.9s;
}

/* पॉपअप स्टाइल्स */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    overflow: auto;
}

.popup-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: #333;
}

/* Auction Features-section-End */


/* app-downloAD-SECTION-CSS */
.Get-app-main {
    margin: 95px 0px 0px 0px !important;
}

.promo-section {
    display: flex;
    align-items: center;
    /* max-width: 1200px; */
    background: #082756;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 1px rgb(8 39 86 / 57%);
}

.text-content {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 30px;
}

.text-content h2 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
}

.text-content p {
    margin: 15px 0;
    line-height: 1.5;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.download-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.download-buttons img {
    width: 140px;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 3px;
    box-shadow: 1px 1px 8px #ffffff8a;
}

.image-content {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}

.image-content img {
    width: 300px;
    border-radius: 10px;
}

/* END */


/* scoring Features -Starts */
.scroring-f {
    padding: 0px 0px 30px 0px;
    /* background-image: url("../images/s-a-b.jpg"); */
    background-color: #0827562e;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -0.1px;
}

.main-score-f {
    /* gap: 10px; */
}

.sf-head h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #082756;
    /* color: rgb(255, 255, 255); */
    text-transform: capitalize;
    padding: 0px;
}

.s-f-icon-s {
    position: relative;
    z-index: 100;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.sf-head p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #082756;
    /* color: rgb(255, 255, 255); */
    text-transform: capitalize;
}

.s-f-main {
    display: flex;
    /* gap: 20px; */
    /* align-items: center; */
    padding: 10px;
}

.s-f-icon {
    background-color: #f7aa21;
    height: 52px;
    width: 52px;
    color: #082756;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
}

.s-f-content {
    background-color: white;
    padding: 10px 10px 10px 23px;
    position: relative;
    left: -23px;
    border-radius: 4px;
}

.white-round {
    position: absolute;
    top: 0%;
    left: -10%;
    height: 52px;
    width: 52px;
    border-radius: 50px;
    background-color: #d2d8e1;
}

.s-f-content h2 {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #082756;
    /* color: rgb(255, 255, 255); */
    text-transform: capitalize;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    height: 60px;
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-f-content p {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
    line-height: 19px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.scroring-btn-main {
    margin: 25px 0px 0px 0px;
}

.button-31 {
    align-items: center;
    appearance: none;
    background: #f7aa21;
    color: rgb(8 39 86);
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 600;
    height: 52px;
    width: 100%;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
}

.button-31:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgb(8 39 86) 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-31:active {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgb(8 39 86) 0 -3px 0 inset;
    transform: translateY(2px);
}

.button-32 {
    align-items: center;
    appearance: none;
    background: #f7aa21;
    color: rgb(8 39 86);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 600;
    height: 52px;
    width: 100%;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
}

.button-32:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgb(8 39 86) 0 -3px 0 inset;
}

.button-32:active {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgb(8 39 86)1 0 -3px 0 inset;
}




.soreing {
    /* background-color: rgba(255, 255, 255, 0.32); */
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.soreing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(247, 170, 33, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.soreing:hover::before {
    transform: translateX(100%);
}

.soreing.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}



@keyframes pulse1 {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.soreing:nth-child(1) {
    transition-delay: 0.1s;
}

.soreing:nth-child(2) {
    transition-delay: 0.2s;
}

.soreing:nth-child(3) {
    transition-delay: 0.3s;
}

.mainlivescore:nth-child(3) .soreing:nth-child(1) {
    transition-delay: 0.4s;
}

.mainlivescore:nth-child(3) .soreing:nth-child(2) {
    transition-delay: 0.5s;
}

.mainlivescore:nth-child(3) .soreing:nth-child(3) {
    transition-delay: 0.6s;
}

.mainlivescore:nth-child(4) .soreing:nth-child(1) {
    transition-delay: 0.7s;
}

.mainlivescore:nth-child(4) .soreing:nth-child(2) {
    transition-delay: 0.8s;
}

.mainlivescore:nth-child(4) .soreing:nth-child(3) {
    transition-delay: 0.9s;
}


/* end */

/* gallery-section-css-starts */
.gallery-head h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #082756;
    /* color: rgb(255, 255, 255); */
    text-transform: capitalize;
    padding: 0px;
}

/* End */

/* top-clients-section-starts */
.top-slients-m {
    padding: 50px 0px 50px 0px;
}

.o-tc-head h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #082756;
    /* color: rgb(255, 255, 255); */
    text-transform: capitalize;
    padding: 0px;
}

.slider-items img {
    width: 7%;
    margin: 20px;

}

.top-slients-m {
    overflow: hidden;
}

.slider1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* width: 100%; */
    overflow: hidden;
    /* background: rgb(255, 255, 255); */
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    /* backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4); */
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

/* End */


/* feedback-section-starts  */
.feedback-modal {
    background-color: #082756;
    border-radius: 20px;
    padding: 70px;
    width: 100%;
    height: 800px;
    box-shadow: -1px -2px #e0e9fe;
}

.gfeed-head h2 {
    font-size: 37px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0px;
}

.gfeed-head p {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.ftext {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #ffffff;
}

.feedbackp {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 421px;
    width: 100%;
    color: white;
}

.rating-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.rating-options .border {
    text-align: center;
    cursor: pointer;
    border: 2px solid #e5edff;
    padding: 20px;
    border-radius: 5px;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    min-width: 90px;
    box-sizing: border-box;
}

.rating-options input {
    display: none;
}

.rating-options .border {
    box-shadow: none;
    transform: scale(1);
    color: #ffffff;
}

.emoji {
    display: block;
    font-size: 24px;
    margin-bottom: 4px;
    color: #ffffff;
}

textarea {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 16px;
    border-radius: 5px;
    border: 2px solid #a3b8e8;
    resize: none;
    font-size: 1rem;
    height: 80px;
    outline: none;
}

/* .options {
    text-align: left;
    margin-bottom: 16px;
} */
.maincheck-1 {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    gap: 10px;

    /* align-items: center; */
    .chck-text {
        font-size: 16px;
        font-family: 'Playfair Display', serif;
        font-weight: 600;
        color: #ffffff;
        margin-left: 10px;
    }

    .chck-text a:hover {
        color: #f7aa21;
    }

    .checkbox a,
    .checkbox a:visited {
        color: #f2f2f2;
        text-decoration: none;
    }

    input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

}

.actions {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 40px;
}

button {
    padding: 20px 30px;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

#submit {
    background-color: #f7aa21;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 8px;
}

#cancel {
    background-color: #fff;
    color: #60699a;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 8px;
}

#contact-consent-error {
    color: #d22e69;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    display: none;
    /* Hide the error message by default */
}

#success-message {
    color: green;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    display: none;
    /* Hide the success message by default */
}

/* @media (max-width: 768px) {
    body {
        height: auto;
    }

    .feedback-modal {
        width: 90%;
        margin: 50px auto;
        padding: 70px 10px 70px 10px;
    }

    .rating-options {
        flex-wrap: wrap;
        gap: 10px;
        margin: 20px auto;
        justify-content: center;
    }

    .rating-options .border {
        padding: 5px;
        width: 10%;
        min-width: 73px;
    }

    .actions {
        flex-direction: column;
    }

    .gfeed-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .gfeed-head p {
        font-size: 14px;

    }
} */

/* @media (max-width:576px) {
    .feedback-modal {
        width: 100%;
        margin: 50px 0px;
        padding: 40px 10px 50px 10px;
    }

    .emoji {
        font-size: 16px;
    }

    .rating-options {
        flex-wrap: wrap;
        gap: 3px;
        margin: 12px auto;
        justify-content: center;
        font-size: 12px;
    }

    .rating-options .border {
        padding: 6px;
        width: 6%;
        min-width: 58px;
    }

    textarea {
        height: 140px;
    }

    .actions {
        display: flex;
        justify-content: end;
        gap: 10px;
        margin-top: 20px;
    }

} */

.contect-form-main {

    .contact-container {
        background-color: #082756;
        padding: 70px;
        height: 800px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        /* width: 350px; */
        text-align: center;
    }

    .contact-container img {
        width: 50px;
        margin-bottom: 10px;
    }


    .contect-head h2 {
        font-size: 37px;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        color: #ffffff;
        text-transform: capitalize;
        padding: 0px;
        text-align: start;
    }

    .contect-head p {
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #ffffff;
        text-transform: capitalize;
        text-align: start;
    }

    form {
        background: #fff;
        max-width: 560px;
        width: 100%;
        margin: 30px 0px;
        padding: 58px 20px;
        border: 1px solid #e1e2f0;
        border-radius: 4px;
        box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
        transition: all 0.3s ease;
    }

    .form-group {
        text-align: left;
        margin-bottom: 15px;
    }

    label {
        display: block;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        margin-bottom: 5px;
        color: #000000;
    }

    input,
    textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #000000;
        border-radius: 5px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }

    input[type=text] {
        padding: 15px 10px;
        border: 1px solid #000000;
        width: 100%;
        background: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #666;
        line-height: normal;
        outline: 0;
    }

    input[type=email] {
        padding: 15px 10px;
        border: 1px solid #000000;
        width: 100%;
        background: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #666;
        line-height: normal;
        outline: 0;
    }

    textarea {
        resize: none;
        height: 80px;
    }

    .submit-btn {
        background: #f7aa21;
        color: #000000;
        border: none;
        padding: 10px;
        width: 100%;
        border-radius: 5px;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        cursor: pointer;
    }

    .submit-btn:hover {
        background: #070b2d;
    }
}

/* @media (max-width: 768px) {
    .contect-form-main {
        .contact-container {
            padding: 70px 10px 70px 10px;
        }

        .contect-head h2 {
            font-size: 30px;
            font-weight: 600;
        }

        .contect-head p {
            font-size: 12px;
        }
    }
} */

/* feedback-section-End */

/* testimonial-section-css-start */
.test-main {
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
    background-color: #0827562e;
    /* background-image: url("../images/test-b-1\ \(2\).png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testi-head h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #082756;
    text-transform: capitalize;
    padding: 0px;
}


.testimonial-container {
    /* max-width: 1200px !important; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-viewport {
    overflow: hidden;
    position: relative;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.testimonial-card {
    width: calc((100vw - 80px) / 3);
    max-width: 418px;
    /* background: rgb(0, 0, 0); */
    background-image: url("../images/a-f-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* backdrop-filter: blur(5px); */
    border-radius: 8px;
    padding: 25px;
    margin: 0 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    padding: 3px;
    margin-bottom: 15px;
    object-fit: cover;
}

.name {
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: white;
}

.position {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: white;
}

.testimonial-text {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: white;
    line-height: 19px;
}

.nav-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    cursor: pointer;
    background-color: #082756;
}

.nav-dot.active {
    background: #f7aa21;
}

.navigation-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10;
}

.arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 20px;
    user-select: none;
    background-color: #f7aa21;
}

.arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* @media (max-width: 992px) {
    .testimonial-card {
        width: calc((100vw - 60px) / 2);
    }
}

@media (max-width:768px) {
    .testi-head h2 {
        font-size: 30px;
        font-weight: 600;
    }


}

@media (max-width: 576px) {
    .testimonial-card {
        width: calc(100vw - 60px);
        padding: 15px;
    }
} */

/* testimonial-section-css-End*/

/* video-section-css-s */
.m-v-con {
    padding: 0px;
    text-align: left;
}

.vieo-po {
    background: #082756;
    height: 450px;
    position: relative;
    margin-top: 250px;
}

/* .vieo-po{
    position: absolute;
    background: rgb(52, 226, 17);
} */

.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    top: -180px;
    /* margin-top: 30px; */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.video-container video {
    width: 100%;
    height: 500px;
    display: none;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-button::before {
    content: '\25B6';
    color: white;
    font-size: 24px;
}

/* @media (max-width: 768px) {
    .m-v-con {
        text-align: center;
    }

    .buttons {
        display: flex;
        justify-content: center;
    }

    .buttons a {
        margin: 5px;
    }
} */

/* End */
@media (max-width:992px) {
    .main-menu {
        /* text-align: left; */
        /* padding-left: 10%; */
        /* float: right !important; */
        display: block;
    }
}


/*--------------------------------- 02-06-2025 --------------------------------------------*/
.loader_main {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0);
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    backdrop-filter: blur(3px);
}

.auction-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0);
    z-index: 999;
}

/* Gavel Animation */
.gavel-container {
    position: relative;
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}

.gavel {
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 20px 70px;
    animation: gavel-swing 1.2s infinite;
}

.gavel-head {
    width: 40px;
    height: 20px;
    background-color: #8B4513;
    border-radius: 5px;
}

.gavel-handle {
    width: 10px;
    height: 60px;
    background-color: #A0522D;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.strike-plate {
    width: 60px;
    height: 10px;
    background-color: #8B4513;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

@keyframes gavel-swing {
    0% {
        transform: rotate(-45deg);
    }

    30% {
        transform: rotate(-45deg);
    }

    40% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

/* Bidding text animation */
.auction-text {
    font-size: 24px;
    font-weight: bold;
    color: #F7AA21;
    letter-spacing: 2px;
    display: flex;
}

.auction-text span {
    display: inline-block;
    animation: bounce 1.5s infinite;
}

.auction-text span:nth-child(2) {
    animation-delay: 0.1s;
}

.auction-text span:nth-child(3) {
    animation-delay: 0.2s;
}

.auction-text span:nth-child(4) {
    animation-delay: 0.3s;
}

.auction-text span:nth-child(5) {
    animation-delay: 0.4s;
}

.auction-text span:nth-child(6) {
    animation-delay: 0.5s;
}

.auction-text span:nth-child(7) {
    animation-delay: 0.6s;
}

.auction-text span:nth-child(8) {
    animation-delay: 0.7s;
}

.auction-text span:nth-child(9) {
    animation-delay: 0.8s;
}

.auction-text span:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Make sure the loader is responsive */
@media (max-width: 768px) {}

/* loader end */

/* footer */

.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;
    font-family: 'Poppins', sans-serif;
}

/* auction steps */

.section-title {
    color: #082756;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    padding: 17px;
}

.section-subtitle {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.steps-timeline {
    position: relative;
    padding: 20px 0;
}

.steps-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f5a623;
    transform: translateX(-50%);
    z-index: 0;
}

.step {
    position: relative;
    /* margin-bottom: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.step.active {
    opacity: 1;
}

.step.active .step-content {
    background: #ffc107;
    transform: scale(1.05);

}

.step.active .step-content h3 {
    color: #082756;
}

.step.active .step-content p {
    color: #020202;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.step.active .step-icon {
    background: #ffc107;
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 0 15px rgba(245, 166, 35, 0.7);
}

.step-content {
    background: #082756;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.step-content::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #082756;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -10px;
    transition: all 0.5s ease;
}

.step.active .step-content::after {
    background: #ffc107;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #f5a623;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 3px solid #1a2526;
    transition: all 0.5s ease;
}

/* For odd steps (left side) */
.step:nth-child(odd) .step-content {
    margin-right: auto;
    margin-left: 250px;
    text-align: left;
}

.step:nth-child(odd) .step-content::after {
    right: -10px;
}

/* For even steps (right side) */
.step:nth-child(even) .step-content {
    margin-left: auto;
    margin-right: 250px;
    text-align: left;
}

.step:nth-child(even) .step-content::after {
    left: -10px;
}

.step-content h3 {
    color: #f5a623;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    padding: 14px 0px 14px 0px;
}

.step-content p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.step-icon i {
    color: #fff;
    font-size: 1.5rem;
}

/* auction steps end */

.auction-card {
    position: relative;
    overflow: hidden;
    /* background: #F7AA21; */
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.auction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.live-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffe600, #ffe600);
    color: white;
    /* padding: 5px 12px 5px 8px; */
    /* border-radius: 24px; */
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 50%;
    gap: 6px;
    /* box-shadow: 0 3px 10px rgba(255, 58, 58, 0.3); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    z-index: 2;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 999 !important;
}

.live-pulse {
    width: 10px;
    height: 10px;
    background: #13cb1a;
    border-radius: 50%;
    position: relative;
    animation: livePulse 1.5s infinite;
}

.live-pulse:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: livePulseBefore .8s infinite;
}

@keyframes livePulse {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.95);
    }
}

@keyframes livePulseBefore {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(2.5);
        opacity: 0;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}


/* book demo start */

#main-slider {
    background-image: url("../../new/images/auction_img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* ensures image fits without cropping */
    background-attachment: scroll;
    /* or 'fixed' if you want a parallax effect */
    /* background-color: #f5f5f5; */
    /* fallback background color if needed */
    height: 400px;
    /* adjust as needed */
    width: 100%;
    /* ensure it spans full width */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* book demo end */
.auction-cta-section {
    background: #082756;
    color: white;
    padding: 6rem 1rem;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    margin-top: -30px;
}

.cta-container {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.floating-cards {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.bid-card {
    position: absolute;
    width: 100px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: gold;
    transform: translate(var(--x), var(--y)) rotate(var(--r));
    opacity: 0;
    animation: float 15s infinite var(--delay);
    backdrop-filter: blur(2px);
}

@keyframes float {
    0% {
        opacity: 0;
        transform: translate(var(--x), calc(var(--y) + 50px)) rotate(var(--r));
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(var(--x), calc(var(--y) - 50px)) rotate(calc(var(--r) + 10deg));
    }
}

.card-content {
    transform: rotate(calc(-1 * var(--r)));
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auction-hammer {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    animation: hammerSwing 4s infinite;
}

.hammer-handle {
    position: absolute;
    width: 8px;
    height: 60px;
    background: linear-gradient(to right, #8B6E3D, #C0A173);
    border-radius: 4px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(15deg);
    transform-origin: bottom center;
}

.hammer-head {
    position: absolute;
    width: 30px;
    height: 20px;
    background: linear-gradient(to right, #555, #333);
    border-radius: 3px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(15deg);
    transform-origin: bottom center;
}

@keyframes hammerSwing {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

.cta-title {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 10px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

.title-word {
    display: inline-block;
    background: linear-gradient(90deg, #f5a623, #FFA500);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0 0.25rem;
    animation: wordPulse 2s infinite;
    font-family: 'Playfair Display', serif;
}

.title-word:nth-child(2) {
    animation-delay: 0.3s;
}

.title-word:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes wordPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.cta-subtitle {
    /* max-width: 600px; */
    margin: 0 auto 2.5rem;
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #FFD700, #FF8C00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    min-width: 70px;
    display: inline-block;
    text-align: center;
}

.timer-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.25rem;
}

.timer-separator {
    font-size: 2rem;
    font-weight: bold;
    color: gold;
    margin-top: -0.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-buttons a {
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.cta-buttons a:hover {
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.bid-now-btn,
.learn-how-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.bid-now-btn {
    background: linear-gradient(90deg, #FF8C00, #f5a623);
    color: #0a0e17;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.bid-now-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6);
}

.bid-now-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.bid-now-btn:hover::before {
    left: 100%;
}

.learn-how-btn {
    border: 2px solid #f5a623;
    color: #f5a623;
    background: transparent;
}

.learn-how-btn:hover {
    background: rgba(0, 0, 0, 0.1);
}

.live-bidding {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #FF5555;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .auction-cta-section {
        padding: 4rem 1rem;
    }

    .cta-title {
        font-size: 2.5rem;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .timer-number {
        font-size: 2rem;
        min-width: 60px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .bid-now-btn,
    .learn-how-btn {
        width: 100%;
    }
}

/* book-demo-And */

/* Pricing TABLE SECTION */

.pricing-header {
    /* background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(78, 84, 200, 0.2); */
}

.pricing-header h2 {
    color: #082756;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    padding: 17px;
}

.pricing-header .lead {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}


.pricing-card {
    border: 1px solid #082756 !important;
    border-radius: 15px !important;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: white;
    height: 680 !important;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(78, 84, 200, 0.15);
}

.pricing-card .card-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 1.5rem;
    text-align: center;
    border-bottom: none;
}

.pricing-card.starter .card-header {
    background: #082756;
    background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card.advanced .card-header {
    background: #082756;
    background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card.pro .card-header {
    background: #082756;
    background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card.golden .card-header {
    background: #082756;
    background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
}

.pricing-card .card-title {
    /* font-size: 2.5rem; */
    color: #082756;
    /* font-weight: 700;
    margin-bottom: 0.5rem; */
    font-size: 27px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
}

.pricing-card .price {
    color: #ffffff;
    font-size: 27px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
}

.pricing-card .price-period {
    font-size: 1rem;
    opacity: 0.8;
}

.pricing-card .card-body {
    padding: 2rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    height: 320px;
}

.pricing-features li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.pricing-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.S-p-i {
    margin-bottom: 30px;
}

.S-p-i p {
    text-align: center;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.S-p-i a {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

/* #star-p{
padding-top: 0px;
}
#adv-p{
    padding-top:30px;
}
#pro-p{
    padding-top:2px;
}
#gold-p{
    padding-top:101px;
} */
.pricing-card.starter .pricing-features li:before {
    color: #082756;
}

.pricing-card.advanced .pricing-features li:before {
    color: #082756;
}

.pricing-card.pro .pricing-features li:before {
    color: #082756;
}

.pricing-card.golden .pricing-features li:before {
    color: #082756;
}

.pricing-card .btn {
    width: 100%;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    padding: 0.75rem;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transition: all 0.3s ease;
}

.pricing-card.starter .btn {
    background: #082756;
    /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
    color: white;
    padding: 11px 40px;
}

.pricing-card.advanced .btn {
    background: #082756;
    /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
    color: white;
    padding: 11px 40px;
}

.pricing-card.pro .btn {
    background: #082756;
    /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
    color: white;
    padding: 11px 40px;
}

.pricing-card.golden .btn {
    background: #082756;
    /* background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%); */
    color: white;
    padding: 11px 40px;
}

.pricing-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.badge-popular {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--accent-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.common-features {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 3rem;
    border: 1px solid #082756;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
}

.common-features h3 {
    color: #082756;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 2rem;
}

.common-features ul {
    column-count: 2;
}

.common-features li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.common-features li:before {
    content: "\f058";
    font-size: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #F7AA21;
}

@media (max-width: 768px) {}

.plan-description {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.9;
    margin: 20px 0px 20px 0px;
    /* margin-bottom: 1.5rem; */
    padding: 4px 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

/* galler-section-s */
.gallery-section {
    margin: 30px 0px 30px 0px;
}

.viewb-t {
    text-align: end;
}

.viewb-t a {
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.gallery-section h2 {
    color: #082756;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center
}

@layers general, demo;

@layer demo {
    .grid {
        max-width: 1400px;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-rows: 120px;

        @media (min-width: 700px) {
            grid-auto-rows: 200px;
        }
    }

    .item>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item[data-active="true"] {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        z-index: 2;
    }
}

@layer general {
    * {
        box-sizing: border-box;
    }

    body {
        background: #111;
        min-height: 100svh;
        display: grid;
        place-content: center;
    }
}

/* galler-section-E*/

/* Follow-insta-s */

.social-section {
    background-color: #082756;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0px 20px 0px;
}

.follow h2 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}


.social-icon.instagram {
    font-size: 38px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s;
}

.social-icon.instagram:hover {
    transform: scale(1.1);
}

.credit {
    font-size: 12px;
    color: #888;
    margin-top: 20px;
}

.in-s-btn {
    padding: 10px 20px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    box-shadow: rgba(255, 253, 253, 0.35) 0px 5px 15px;
}

.in-s-btn p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}


/* counter-css-s */

.counter-section {
    /* background-color: #f8f9fa; */
    /* background-image: url("../images1/bg10.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px 0px 0px;
    text-align: center;
    margin-top: 40px;
}

/* .main-box{
    position: relative;
    top: 120px;
} */
.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.section-title p {
    color: #666;
    font-size: 18px;
}

.counter-box {
    padding: 30px 20px;
    background: linear-gradient(356deg, rgba(8, 39, 86, 1) 0%, rgba(247, 170, 33, 1) 100%);
    border: 1px solid rgba(8, 39, 86, 1);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.counter-icon {
    font-size: 43px;
    color: white;
    margin-bottom: 25px;
}

.counter {
    font-size: 50px;
    font-weight: 700;
    color: #082756;
    margin-bottom: 10px;
}

.counter-title {
    font-size: 23px;
    color: white;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
}

.btn-learn-more {
    background-color: #0d6efd;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 30px;
    border: none;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #0b5ed7;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

/* LED-SECTION */

.LED-HEAD h2 {
    color: #082756;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: capitalize;
    /* margin: 50px 0px 50px 0px; */
    padding: 17px;
}

.screen-img img {
    width: 100%;
    height: 400px;
    height: auto;
}

.LED-M-Slider {}

.slider {
    width: 100%;
    max-width: 800px;
    height: 400px;
    position: relative;
    overflow: hidden;

}

.slides {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    height: auto;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: opacity 1s ease-in-out;

}

.slide img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: fill;
}


input[type="radio"] {
    display: none;
}

/* Manual slide selection */
#slide1:checked~.slides .slide:nth-child(1),
#slide2:checked~.slides .slide:nth-child(2),
#slide3:checked~.slides .slide:nth-child(3),
#slide4:checked~.slides .slide:nth-child(4),
#slide5:checked~.slides .slide:nth-child(5),
#slide6:checked~.slides .slide:nth-child(6) {
    opacity: 1;
    z-index: 1;
}

/* Dot active state */
#slide1:checked~.dots .dot:nth-child(1),
#slide2:checked~.dots .dot:nth-child(2),
#slide3:checked~.dots .dot:nth-child(3),
#slide4:checked~.dots .dot:nth-child(4),
#slide5:checked~.dots .dot:nth-child(5),
#slide6:checked~.dots .dot:nth-child(6) {
    background: white;
}

/* Auto-slide animation (24s loop for 6 slides) */
@keyframes slide {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slides .slide {
    animation: slide 24s infinite;
}

.slides .slide:nth-child(1) {
    animation-delay: 0s;
}

.slides .slide:nth-child(2) {
    animation-delay: 4s;
}

.slides .slide:nth-child(3) {
    animation-delay: 8s;
}

.slides .slide:nth-child(4) {
    animation-delay: 12s;
}

.slides .slide:nth-child(5) {
    animation-delay: 16s;
}

.slides .slide:nth-child(6) {
    animation-delay: 20s;
}

/* Pause on hover */
.slider:hover .slides .slide {
    animation-play-state: paused;
}






/* ######################################################RESPONSIVE########################################################## */

@media only screen and (max-width:1400px) {

    /* .auction-container {
        max-width: 1600px;
    } */
    .lef-sideimg img {
        height: 450px;
        width: 450px;
    }

    .ab-c-title h1 {
        font-size: 22px;
    }

    .about-content-all p {
        font-size: 16px;
        line-height: 25px;
    }

    .button-29 {
        font-size: 14px !important;
        height: 41px !important;
    }

    .button-30 {
        font-size: 14px !important;
        height: 41px !important;
    }

    .lititle {
        font-size: 18px !important;
    }

    .biggest {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }

    .step:nth-child(odd) .step-content {
        margin-right: auto;
        margin-left: 170px;
        text-align: left;
    }

    .step:nth-child(even) .step-content {
        margin-left: auto;
        margin-right: 170px;
        text-align: left;
    }

    .pricing-card {
        height: 740px !important;
    }

    .pricing-features {
        height: 340px;
    }

    .plan-description {
        font-size: 8px;
    }
}

@media only screen and (max-width:1300px) {
    .counter-title {
        font-size: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .auction-container {
        max-width: 1180px;
    }

    /* .auction-card {
        flex: 0 0 calc(23.333% - -95px);
    } */
    .button-29 {
        font-size: 11px !important;
        height: 33px !important;
    }

    .button-30 {
        font-size: 11px !important;
        height: 33px !important;
    }

    .lititle {
        font-size: 16px;
    }

    .biggest {
        font-size: 14px !important;
        line-height: 21px;
        font-weight: 400;
    }

    .step:nth-child(odd) .step-content {
        margin-right: auto;
        margin-left: 90px;
        text-align: left;
    }

    .step:nth-child(even) .step-content {
        margin-left: auto;
        margin-right: 90px;
        text-align: left;
    }

    .follow h2 {
        font-size: 30px;
    }

    .in-s-btn {
        padding: 7px 1px;
    }

    .counter-title {
        font-size: 20px;
    }

    #second-s {
        margin-top: 13px;
    }

    .plan-description {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1100px) {
    .auction-container {
        max-width: 1000px;
    }

    .auction-card {
        flex: 0 0 calc(50% - 20px);
    }

    .pricing-card {
        height: 680px !important;
    }

    /* #adv-p {
        padding-top: 29px;
    }
    #pro-p {
        padding-top: 29px;
    }
    #gold-p{
        padding-top: 58px;
    } */
    .follow h2 {
        font-size: 25px;
    }

    .in-s-btn {
        padding: 7px 1px;
    }

    .pricing-features {
        height: 299px;
    }
}

@media only screen and (max-width:992px) {
    .auction-container {
        max-width: 889px;
    }

    .auction-card {
        flex: 0 0 calc(50% - 20px);
    }

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

    .about-content-all {
        margin-top: 25px;
    }

    .button-29 {
        font-size: 16px !important;
        height: 41px !important;
    }

    .button-30 {
        font-size: 16px !important;
        height: 41px !important;
    }

    .lititle {
        font-size: 16px;
    }

    .biggest {
        font-size: 14px !important;
        line-height: 21px;
        font-weight: 400;
        height: 100px !important;
    }

    .lef-sideimg {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .about-section {
        width: 100%;
        height: 1100px;
    }

    .step:nth-child(odd) .step-content {
        margin-right: auto;
        margin-left: -10px;
        text-align: left;
    }

    .step:nth-child(even) .step-content {
        margin-left: auto;
        margin-right: -10px;
        text-align: left;
    }

    .pricing-card {
        height: 675px !important;
    }

    /* #adv-p {
        padding-top: 52px;
    }
    #gold-p {
        padding-top:91px;
    } */
    .follow h2 {
        font-size: 25px;
    }

    .in-s-btn {
        width: 250px;
    }

    .pricing-features {
        height: 275px;
    }
}

@media only screen and (max-width:768px) {
    .section-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 23px;
    }

    .pricing-header h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .common-features h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .gallery-section h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .LED-HEAD h1 {
        font-size: 30px;
        font-weight: 600;
        margin: 0px;
    }

    .auction-container {
        max-width: 540px;
    }

    html {
        font-size: 14px;
    }

    .scroll-top-btn {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
        font-size: 16px;
    }

    .auction-card {
        flex: 0 0 calc(100% - 20px);
    }

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

    .about-content-all {
        margin-top: 25px;
    }

    .biggest {
        height: 100px !important;
    }

    .about-section {
        width: 100%;
        height: 1200px !important;
    }

    .login-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .mobile-form p {
        font-size: 17px;
    }

    .input-field {
        padding: 8px 20px;
    }

    .btn-login {
        padding: 11px;
    }

    .best-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .Af-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .Af-head p {
        font-size: 14px;
    }

    .lititle {
        font-size: 20px;
        padding: 30px 20px;
    }

    .livesore:hover {
        transform: translateY(-5px) scale(1.02);
    }

    .text-content h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .text-content p {
        font-size: 14px;
    }

    .promo-section {
        display: block;

    }

    .sf-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .sf-head p {
        font-size: 14px;
    }

    .gallery-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .o-tc-head h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .auction-loader {
        padding: 20px;
    }

    .gavel-container {
        height: 100px;
        width: 100px;
    }

    .auction-text {
        font-size: 20px;
    }

    .common-features ul {
        column-count: 1;
    }

    .steps-timeline::before {
        left: 30px;
    }

    .step {
        justify-content: flex-start;
        padding-left: 80px;
        margin-bottom: 30px;
    }

    .step-icon {
        left: 30px;
    }

    .step-content {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .step:nth-child(odd) .step-content::after,
    .step:nth-child(even) .step-content::after {
        left: -10px;
        right: auto;
    }

    .step:nth-child(even) .step-content {
        text-align: left;
    }

    .social-container {
        flex-direction: row;
        gap: 40px;
    }

    .social-content {
        text-align: left;
    }

    .social-content h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:576px) {
    .auction-container {
        max-width: 420px;
        margin-bottom: 20px;
    }

    .scroll-top-btn {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
        font-size: 14px;
    }

    .auction-card {
        flex: 0 0 calc(100% - 10px);
    }

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

    .about-content-all {
        margin-top: 25px;
    }

    .lef-sideimg img {
        height: 250px;
        width: 250px;
    }

    .text-content {
        padding: 0px;
    }

    .livesore {
        margin-top: 20px !important;
        ;
    }

    .about-section {
        width: 100%;
        height: 1200px !important;
    }

    .gallery-content {
        flex-direction: column;
    }

    .main-image-section,
    .thumbnails-section {
        width: 100%;
        padding-left: 0;
    }

    .thumbnails-section {
        margin-top: 20px;
    }

    .auction-container {
        padding: 0px;
    }

    .best-tournament-table th {
        padding: 11px 15px;
        font-size: 10px;
    }

    .best-tournament-table .best-name-cell {
        font-size: 10px;
    }

    .best-photo-frame {
        width: 30px;
        height: 30px;
    }

    .mobile-form {
        margin-top: 10px;
        padding: 0px 0px 50px 0px;
    }

    .main-s-best-login {
        padding: 0px;
    }

    .follow h2 {
        font-size: 22px;
    }

    .in-s-btn {
        width: 176px;
    }

    .in-s-btn p {
        font-size: 16px;
    }

    .button-borders {
        margin-bottom: 20px;
    }

    .hero-buttons {
        margin-bottom: 50px;
    }

    .hero h1 {
        font-size: 4rem;
    }

    .pricing-card {
        margin-top: 0px;
    }
}

@media only screen and (max-width:400px) {
    .auction-container {
        max-width: 330px;
    }

    .auction-card-container {
        padding: 21px 1px;
    }

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

    .hero-buttons {
        margin-bottom: 108px;
    }

    .hero-content {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .slider {
        height: 256px;
    }
}