@font-face {
    font-family: "Inter";
    src: url("../fonts/static/Inter-Regular.ttf") format("ttf"), url("../fonts/static/Inter-Bold.ttf") format("ttf");
}

.auction-listing {
    padding: 100px;
}

footer {
    background-color: #004E89;
    color: #ffffff;
    padding: 30px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #cccccc;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    display: inline-block;
    margin: 3px;
    padding: 3px;
}

.auction-card {
    border: 0.5px solid #D2D6DB;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.auction-card a {
    text-decoration: none;
    color: #101828;
}

.auction-card .card-title {
    color: #101828;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.auction-card .card-title i {
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.auction-card .auction-date {
    color: #FF7847;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.auction-card .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
}

.auction-card .footer-text {
    font-weight: 600;
    margin-top: 20px;
}

.auction-card .footer-text span {
    display: inline-block;
    background-color: #DDF0FF;
    border-radius: 16px;
    color: #0061AB;
    padding: 2px 12px;
    font-size: 14px;
}

.auction-card:hover {
    -webkit-box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
    box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
    cursor: pointer;
}

.footer-copyright {
    margin-top: 10px;
    color: #98A2B3;
    font-size: 14px;
}

.clock-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 14px;
    border-radius: 14px;
    color: #ffffff;
    min-width: 180px;
    font-size: 14px;
}

.clock-badge span {
    font-weight: 600;
}

.img-wrapper {
    position: relative;
}

.listing-header {
    position: relative;
}

.listing-header button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ad-banner {
    background-color: #DDF0FF;
    padding: 100px;
}

.ad-banner h1 {
    color: #0075CD;
    font-weight: 600;
}

.ad-banner p {
    padding: 20px 0;
    color: #667085;
    font-size: 20px;
    width: 80%;
}

.secondary-btn {
    background: #FF7847;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 45px;
}

.bg-green {
    background-color: #039855;
}

.bg-red {
    background-color: #D92D20;
    color: #ffffff;
}

.bg-orange {
    background-color: #FF7847;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    color: #101828;
}

.banner {
    background-color: #EFEFD0;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.banner img {
    position: absolute;
    right: -10px;
    top: 70px !important;
    width: 50%;
}

.banner h1 {
    color: #0075CD;
    font-size: 52px;
}

.banner h4 {
    color: #101828;
    font-size: 37px;
    font-weight: 700;
}

.banner h5 {
    font-weight: 700;
}

.banner p {
    color: #4D5761;
    width: 80%;
}

.banner .search {
    margin-top: 70px;
}

.banner .search .form-group input {
    width: 70%;
    border: none;
    border-radius: 6px;
    padding: 8px;
}

.banner .search .form-group input:focus {
    border: none;
    outline: 0;
}

.banner .search .form-group button {
    margin-left: 10px;
}

.banner .search span {
    color: #FF7847;
    margin-top: 10px;
    font-size: 14px;
}

.reg-btn {
    background-color: #0088EF;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    margin-left: 15px;
}

.reg-btn:hover {
    color: #ffffff;
    background-color: #FF7847;
}

.sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-widget ul li {
    display: block;
    margin: 5px 0;
    padding: 5px 7px;
}

.sidebar-widget ul li a {
    text-decoration: none;
    color: #667085;
}

.sidebar-widget ul li a:hover {
    color: #004E89;
    font-weight: 600;
}

.sidebar-widget ul li:hover {
    background-color: #DDF0FF;
    color: #004E89;
    border-radius: 6px;
}

.login-btn {
    color: #FF7847;
    font-weight: 600;
}

.auction-details {
    margin-top: 20px;
}

.auction-details ol {
    padding-left: 35px;
}

.bid-details {
    border: solid 1px #D2D6DB;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.bid-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bid-details h4 {
    padding-bottom: 20px;
}

.bid-details h5 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24px;
}

.bid-details ul {
    list-style: none;
    border-left: solid 1px #D2D6DB;
    margin-left: 20px;
}

.bid-details ul li {
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 0;
}

.bid-details ul li span {
    text-transform: capitalize !important;
    margin-left: 15px;
    font-weight: 600;
}

.splide__track .is-active {
    border: none !important;
}

.form-wrapper {
    margin: 0 auto;
}

.signup-right-panel {
    position: relative;
    background: linear-gradient(45deg, #002038 0%, rgba(0, 117, 205, 0.71) 100%);
    padding: 100px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.signup-right-panel .text-content {
    margin: 0 auto;
    color: #ffffff;
}

.signup-right-panel .text-content h5 {
    font-size: 34px;
}

.signup-right-panel .text-content p {
    color: #EAECF0;
    font-size: 14px;
}

.signup-right-panel .vector {
    position: absolute;
    left: -40px;
    bottom: 20px;
    width: 40%;
}

.signup-right-panel .stars {
    position: absolute;
    left: 100px;
    top: 150px;
    width: 50px;
}

.signup-right-panel .login-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}

.signup-right-panel .login-lower-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}

.signup-right-panel .login-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.signup-right-panel .login-ico {
    position: absolute;
    left: 0;
    width: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.signup-panel-left {
    height: 100vh;
    padding: 50px;
}

.signup-panel-left button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.signup-panel-left label {
    font-size: 14px;
}

.signup-panel-left p {
    color: #667085;
}

.signup-panel-left a {
    color: #FF7847;
    text-decoration: none;
    font-weight: 600;
}

.signup-panel-left .logo {
    padding: 50px 0;
}

.login-right-panel {
    position: relative;
    background: linear-gradient(45deg, #0075CD 0%, rgba(0, 117, 205, 0.4) 100%);
    padding: 100px;
    height: 100vh;
}

.login-right-panel .login-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}

.login-right-panel .login-lower-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}

.login-right-panel .login-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.login-right-panel .login-ico {
    position: absolute;
    left: 0;
    width: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.login-panel-left {
    height: 100vh;
    padding: 50px;
}

.login-panel-left button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-panel-left p {
    color: #667085;
}

.login-panel-left a {
    color: #FF7847;
    text-decoration: none;
    font-weight: 600;
}

.login-panel-left .logo {
    padding: 50px 0;
}

.required {
    color: #D92D20;
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 769px) {
    .ad-banner {
        padding: 20px;
    }
    .auction-listing {
        padding: 20px;
    }
    .card {
        min-width: 100vw;
    }
    .auction-card {
        display: block;
        min-width: 300px;
    }
    .bid-details {
        width: 100%;
    }
    .bid-details .content li {
        list-style-type: none;
        padding-left: 0px;
        margin-left: 0px;
    }
    .bid-details .content ul {
        padding-left: 0px;
        margin-block-start: 0px;
        padding-inline-start: 0px;
    }
    .bid-details div {
        display: block;
        width: 100% !important;
        padding-left: 0px;
        padding-top: 20px;
    }
    .bid-details .content a {
        float: right;
    }
    .bid-details .content h5 {
        display: inline;
    }
    #primeSlider img {
        width: 100% !important;
    }
    .banner img {
        display: none;
    }
    .ad-banner p {
        width: 100%;
    }
}


/*# sourceMappingURL=main.css.map */