


.font-mo {
    font-family: montserrat;
}

.font-po {
    font-family: poppins;
}

.menu li a {
    font-family: Poppins;
}

.btn-area a {
    font-family: montserrat;
}

.mt--30 {
    margin-top: 30px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--40 {
    margin-top: 40px;
}

ol {
    padding-left: 1rem;
}

.p--45 {
    padding: 45px !important;
}

.p--40 {
    padding: 40px !important;
}

.p--35 {
    padding: 35px !important;
}

.about-section {
    background: none;
}

.auction-item-2 .auction-thumb {
    background-color: white;
}

.auction-content {
    padding: 0px 30px 0px 30px;
}

.auction-item-2 {
    padding: 30px 10px 30px 10px;

}

.overview-content {
    margin-left: 75px;
}

textarea {
    height: 100px;
}

.section-header .cnt {
    display: block;
    color: #3f22b3;
    margin-bottom: 15px;
}

.how-video-wrapper {
    text-align: center;
    padding: 0px;
    margin-top: 90px;
}

.p-top {
    padding-top: 60px;
}

.p-bottom {
    padding-bottom: 60px;
}

.mt---100 {
    margin-top: 50px;
}

.how-item .how-thumb img {
    max-width: 25%;
}

.how-item .how-thumb-1 img {
    max-width: 35%;
    margin-bottom: 35px;
}

.contact-wrapper-1 {
    position: relative;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
    padding: 40px;
}

.map-section iframe {
    width: 100%;
    height: 610px;
}

.contact-form .form-group textarea {
    padding: 20px 50px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bccaea;
    border-radius: 0;
}

.subscribe-form button {
    position: relative;
    right: 0;
    top: 0;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    line-height: 32px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.social-icons li a {
    line-height: 56px;
}

.m-440 {
    margin-top: -440px;
}

.custom-button {
    color: #ffffff;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px 10px;
    font-size: 18px;
    background: -webkit-linear-gradient(90deg, rgb(61, 169, 245) 0%, rgb(104, 61, 245) 100%);
    font-family: montserrat;
    transition: all 0.4s;
    box-shadow: none;
}

button.custom-button {
    font-family: montserrat;
}

.about-content .title span {
    color: #0160b1;
}

.about-content .item-area .item .thumb {
    max-width: 80px;
}

.item-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
    width: 100%;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item .thumb img {
    display: block;
    max-width: 100%;
}

.about-content .item-area {
    margin: 0 -15px -20px;
    max-width: 445px;
}

h6 {
    font-size: 16px;
}

.about-content .item-area .item p {
    text-transform: capitalize;
    color: #0160b1;
}

.call-wrapper .section-header {
    max-width: 90%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px;
}

.auction-item-2 .auction-content .title a {
    font-size: 24px;
    text-align: center;
}

p a {
    color: #0160b1;
}

.fo-link{
    color: #FFFDD0;
}

.mt--30 {
    margin-top: 30px;
}


.overview-section {
    background: #f9f9f9;
    /* light background */
}

.overview-section .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.overview-section p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.expert-item {
    transition: all 0.3s ease-in-out;
}

.expert-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.overview-section .title-1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.section-header-3 {
    text-align: center;
    /* center text */
    max-width: 800px;
    /* keeps it from being too wide */
    margin: 0 auto 50px auto;
    /* centers block + spacing below */
}

.section-header-3 .title {
    font-size: 42px;
    font-weight: 700;
}

.section-header-3 .font-mo {
    font-size: 16px;
    color: #52606D;
    margin-top: 10px;
}

.marquee-section span {
    font-weight: bold;
}
.copyright-area .copyright p a {
    font-family: montserrat;
}

#portfolio-area .auction-item-2 {
    padding: 10px 10px 10px 10px;
}

.btn-area a:hover {
    background-color: #0160b1;
}







@media (min-width:320px) and (max-width:767px) {

    .auction-content {
        padding: 0px 0px 0px 0px;
    }

    /* General spacing for all sections */
    section {
        padding: 0px 15px;
        text-align: center;
    }

    /* Headings */
    .title,
    .title-1 {
        font-size: 22px;
        /* shrink heading */
        line-height: 1.3;
    }

    .font-mo {
        font-size: 15px;
        /* smaller paragraph */
        line-height: 1.5;
    }

    /* Banner Section */
    .banner-section {
        padding: 160px 0px 50px 0px;
    }

    .banner-content h1 {
        font-size: 1.8rem;
    }

    .services-section .row>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .banner-content p {
        font-size: 1rem;
    }

    .banner-thumb-2 {
        margin-top: 20px;
        text-align: center;
    }

    .banner-thumb-2 img {
        max-width: 80%;
        margin: 0 auto;
    }

    /* About Section */
    .about-section .title {
        font-size: 36px;
    }

    .about-section p {
        font-size: 15px;
        text-align: justify !important;
    }


    /* Marquee Section */
    .marquee-section span {
        font-size: 40px;
        padding: 0 20px;
        font-weight: bold;
    }

    .about-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .overview-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .call-wrapper .section-header {
        max-width: 100%;
    }

    .team-section .col-md-3>div {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dashboard-widget {
        padding: 30px 20px;
    }

    .dashboard-menu li a {
        padding: 10px 10px;
    }

    .team-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .team-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .team-section .col-md-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cl-white p {
        text-align: center; !important;
    }

    .my-img {
        height: 20px;
    }

    .how-video-section {
        background: url("./assets/images/auction/popular/popular-bg2.png") no-repeat center top;
        background-size: cover;
        margin-top: 0px;
    }

    .m-325 {
        margin-top: 325px;
    }

    .how-video-section .popular-bg {
        display: none;
        /* hide background div only on mobile */
    }

    /* Services Section */
    .services-section .auction-item-2 {
        margin-bottom: 50px;
        margin-top: -50px;
    }

    .services-section.padding-top {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .contact-form .form-group .custom-button {
        font-size: 13px;
    }

    .section-header-3 .title {
        font-size: 36px;
        font-weight: 700;
    }

    .how-video-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .services-section h6.title {
        font-size: 1.05rem;
    }

    .services-section .auction-content p {
        font-size: 15px;
    }

    /* Overview Section */
    .overview-section .expert-item {
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .overview-section h6 {
        font-size: 0.95rem;
    }

    .overview-section .title-1 {
        font-size: 33px;
        margin-bottom: 10px;
    }

    .section-header .title {
        font-size: 36px;
    }

    .overview-section img {
        max-width: 60px;
        margin: 0 auto;
    }

    .counter-header .counter {
        font-size: 50px;
    }

    .counter-section.padding-bottom {
        padding-bottom: 0 !important;
    }

    /* Counter Section */
    .counter-item {
        margin-bottom: 25px;
    }

    .counter-item p {
        font-size: 0.85rem;
    }

    /* How Section */
    .how-item {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .how-item img {
        max-width: 60px;
    }

    .how-item h4 {
        font-size: 1.05rem;
    }

    .how-item p {
        font-size: 0.9rem;
    }

    /* Client Section */
    .client-slider .client-item {
        margin: 15px 15px;
        padding: 20px;
    }

    .client-item .client-content {
        padding: 25px 0px;
    }

    .client-author {
        flex-direction: grid;
        align-items: center;
        text-align: center;
    }

    .client-author .content {
        margin-left: 0;
        margin-top: 10px;
    }

    /* Contact Section */
    .contact-section .section-header {
        margin-bottom: 25px;
    }

    .contact-form .form-group {
        margin-bottom: 15px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 15px;
        padding: 10px 12px 10px 38px;
    }

    .footer-bottom-wrapper .copyright p {
        font-size: 17px;
        text-align: center;
    }

    .contact-form label {
        top: 10px;
        left: 12px;
    }

    .map-section iframe {
        min-height: 250px;
        margin-top: 20px;
    }


    /* About us */

    .item-area {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;
        flex-wrap: wrap;
    }

    .item {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .about-content .item-area {
        margin: 0 0px -50px;
    }

    .dashboard-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dashboard-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .dashboard-section .row>[class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .margin-t0p {
        margin-top: 125px;
    }
    .header-wrapper .logo img {
        width: 70%;
    }
    .marquee-section span {
        font-size: 30px;
        padding: 0 0px;
        font-weight: bold;
    }
    .client-author .title, .client-author .title-1 {
        font-size: 20px;
        text-align: left;
        line-height: 1.3;
    }
    .banner-content .cate {
        margin-bottom: 15px;
        color: #00f7ff;
        text-align: center;
    }
    .banner-content .title {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 10px;
        text-align: center;
    }
    .dashboard-purchasing-tabs .nav-tabs {
        margin-bottom: 25px;
        justify-content: center;
    }


}