@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

body.wp-singular.page-template.page-template-home.page-template-home-php.page.page-id-8.logged-in.admin-bar.wp-theme-antiques-buyers.customize-support {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/BAHNSCHRIFT.TTF);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Bahnschrift';
    font-size: 80px !important;
    color: #000;
    font-weight: 500;
    margin: 0 0 25px;
}

h2 {
    font-family: 'Bahnschrift';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'Bahnschrift';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'Bahnschrift';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Bahnschrift';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Bahnschrift';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 20px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 9px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b7c4b8;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 50%;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #819a91;
    width: 12px;
    height: 12px;
    position: relative;
}

.carousel-indicators .active::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #819a91;
}

/*banner css end*/


/* header  */

/* Menu Icon */
.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-btn svg {
    width: 35px;
    height: 35px;
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
    stroke: #fff;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

/* Menu Box */

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 3rem;
    text-align: center;
}

ul#main-menu li a {
    padding: 2rem 0;
}

.menu-box>nav a {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    text-align: center;
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
}

/* Search Box */

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
}

.btn-search {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}

.input-search {
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0 20px;
    border: none;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #000;
    color: rgb(0, 0, 0);
    font-size: 16px;
    letter-spacing: 1px;
    transition: width 0.5s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.input-search::placeholder {
    color: #0000008a;
}

.search-box.active .input-search {
    width: 100%;
    opacity: 1;
    padding-right: 50px;
    pointer-events: all;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 10px 0;
}

.menuSection .container-fluid {
    padding: 0 5%;
}

/* header  */

/* banner  */

.banner_right {
    padding-left: 40px;
}

.banner_img {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner_img::before {
    position: absolute;
    content: '';
    background-color: #d1d8bf;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -17%;
    border-radius: 0 0 300px 300px;
    left: 50%;
    transform: translateX(-50%);
}

.main_slider {
    position: relative;
}

.banner_bg img {
    width: 100%;
    height: 100%;
}

.themebtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 5px 15px 5px 5px;
    border-radius: 8px;
    border: 1px solid #d1d8be;
    text-decoration: none;
    transition: background-color 0.4s ease;
}

.themebtn_txt {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: #d1d8be;
    border-radius: 8px;
    padding: 10px 20px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_arrow {
    width: 16px;
    height: 10px;
    transition: transform 0.4s ease;
}

.themebtn:hover .themebtn_txt {
    background-color: #819a91;
    color: #fff;
}

.themebtn:hover .btn_arrow {
    transform: translateX(5px);
}

.banner_text p {
    padding-bottom: 35px;
    width: 74%;
    font-weight: 500;
}

.banner_right h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.banner_right a {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
}

.banner_right p {
    margin-bottom: 30px;
}

div#last {
    margin-top: 39px;
}

.category_card_txt h4 {
    padding-bottom: 22px;
}

.banner_icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    border-bottom: 1px solid #d6d7c9;
    padding-bottom: 20px;
}

.banner_icons_txt h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner_icons_txt p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 17px;
    font-weight: 600;
}

.banner_icons_icon img {
    width: 60px;
    height: auto;
}

.main_slider .container-fluid {
    padding: 0 5%;
}

.count.count_none {
    border-right: none;
}

.counter {
    font-size: 30px;
}

.count {
    text-align: center;
    border-right: 1px solid #d1d8be;
    padding-right: 20px;
    width: 22%;
}

.count p {
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    line-height: 17px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.counter_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 90px;
}

.d-block {
    display: block !important;
}

/* banner  */

/* category */

.category_card_img {
    background: #d1d8be;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding: 0 10px 80px;
    transition: background 0.4s ease-in-out;
}

.category_card_img>img {
    width: auto;
    height: 300px;
    object-fit: contain;
    display: block;
    margin-top: -100px;
}

.category_card:hover .category_card_img {
    background: #819a91;
}

.category_card {
    margin-top: 80px;
}

.category_card_txt h4 {
    font-size: 30px;
}

.category_card_txt {
    text-align: center;
    padding: 20px 10px;
}

.category_heading h2 {
    font-size: 45px;
}

.category_heading {
    text-align: center;
    margin-bottom: 40px;
}

.category .container-fluid {
    padding: 0 5%;
}

.category_slider .slick-active {
    opacity: 1;
}

.category_slider .slick-next:before {
    content: unset;
}

.category_slider .slick-next:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 10px;
    border-radius: 8px;
    border: 1px solid;
    z-index: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.category_slider .slick-next:hover:before {
    border: none;
    background-color: #d1d8be;
    transform: scale(1.1);
}

.category_slider .slick-prev:before {
    content: unset;
}

.category_slider .slick-prev:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 10px;
    border-radius: 8px;
    border: 1px solid;
    z-index: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.category_slider .slick-prev:hover:before {
    border: none;
    background-color: #d1d8be;
    transform: scale(1.1);
}

.category_slider .slick-prev {
    left: -50px;
}

/* category */

/* Looking to Sell Your Antiques */

.antiques_left {
    position: relative;
    z-index: 1;
}

.antiques_left::before {
    content: '';
    position: absolute;
    background-color: #819a91;
    top: 0;
    left: 0;
    width: 90%;
    height: 60%;
    border-radius: 0 0 100% 100%;
    z-index: -1;
}

.antique_sm {
    text-align: end;
    position: relative;
    z-index: 1;
}

.antique_sm::before {
    content: '';
    position: absolute;
    background-color: #d1d8be;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 92%;
    border-radius: 100% 100% 0 0;
    z-index: -1;
}

.antiques_right h2 {
    margin-bottom: 30px;
}

.antiques_right p {
    margin-bottom: 30px;
}

/* Looking to Sell Your Antiques */

/* Items We're Looking to Buy */

.items_card_img {
    background: #819a91;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding: 0 30px 20px;
    transition: background 0.4s ease-in-out;
}

.items_card_img>img {
    width: auto;
    height: 300px;
    object-fit: contain;
    display: block;
    margin-top: -50px;
}

.items_card {
    margin-top: 80px;
}

.items_card_txt h4 {
    font-size: 34px;
}

.items_card_txt {
    text-align: center;
    padding: 20px 10px;
}

.items_card_btn .themebtn>span {
    background: #819a91;
    transition: background 0.4s ease-in-out;
}

.items_card_txt p {
    margin-top: 10px;
    margin-bottom: 15px;
}

.items_card:hover .items_card_img {
    background: #d1d8be;
}

.items_card:hover .items_card_btn .themebtn>span {
    background: #d1d8be;
}

.items_heading h2 {
    font-size: 45px;
    margin-bottom: 20px;
}

.items_heading p {
    width: 53%;
    margin: 0 auto;
}

.items_heading {
    text-align: center;
    margin-bottom: 0px;
}

.items {
    padding-top: 20px;
    padding-bottom: 80px;
}

/* Items We're Looking to Buy */

/* Selling Starts with Knowing the Value */

.selling_starts_img {
    text-align: end;
}

.ss_flx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.selling_starts_txt ul {
    column-count: 2;
    margin-bottom: 30px;
}

.selling_starts_txt h2 {
    font-size: 45px;
    margin-bottom: 30px;
}

.selling_starts_txt h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.selling_starts_txt p {
    margin-bottom: 30px;
}

/* Selling Starts with Knowing the Value */

/* What Our Happy Sellers Say */

.reviews_heading {
    text-align: center;
    margin-bottom: 50px;
}

.reviews_heading p {
    margin: 20px auto;
    width: 54%;
}

.reviews_card_txt {
    width: 72%;
}

.reviews_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background-color: #c6cdb4;
    border-radius: 150px;
    padding: 20px 30px;
}

.reviews_card_img {
    height: 177px;
    width: 24%;
    border-radius: 100%;
    border: 5px solid #fff;
}

.reviews_card_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
}

.reviews_card_txt h3 {
    font-size: 30px;
    font-weight: 500;
}

.rating_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.reviews_card_txt span {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
}

.reviews_card_txt p {
    font-size: 12px;
    font-weight: 600;
    width: 81%;
    margin-top: 7px;
    margin-bottom: 10px;
}

.stars i {
    color: #ffa200;
    font-size: 12px;
}


.avatar_1 {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #fff;
    left: -13%;
    top: 40%;
    animation: orbit1 5s ease-in-out infinite, orbit2 5s ease-in-out infinite;
}

@keyframes orbit1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, -8px);
    }

    50% {
        transform: translate(-4px, 6px);
    }

    75% {
        transform: translate(6px, -4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes orbit2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-6px, 5px);
    }

    50% {
        transform: translate(4px, -7px);
    }

    75% {
        transform: translate(-3px, -3px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.avatar_1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
}

.avatar_2 {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #fff;
    right: 30%;
    bottom: -40%;
    animation: orbit1 5s ease-in-out infinite, orbit2 5s ease-in-out infinite;
}

.avatar_2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
}

.avatar_3 {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #fff;
    right: -13%;
    top: 20%;
    animation: orbit1 5s ease-in-out infinite, orbit2 5s ease-in-out infinite;
}

.avatar_3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
}

.avatar_4 {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #fff;
    top: -40%;
    right: 0%;
    animation: orbit1 5s ease-in-out infinite, orbit2 5s ease-in-out infinite;
}

.avatar_4 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #fff;
}

.client_slider_wrpr {
    position: relative;
}

.reviews_slider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 15%;
    justify-content: end;
}

.reviews_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
}

.reviews_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    border: 1px solid;
}

.reviews_card_txt {
    margin-bottom: 30px;
}


/* What Our Happy Sellers Say */


/* contact */

.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_txt h2 {
    font-size: 45px;
    margin-bottom: 5px;
}

.contact_txt h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact_txt p {
    margin-bottom: 30px;
    font-weight: 600;
    color: #010101;
}

.selling_starts ul {
    list-style: none;
    margin-left: 0px;
}

.selling_starts ul li .ss_flx_txt::before {
    content: "✔" !important;
    color: black;
    font-size: 1em;
    padding-right: 10px
}

.footerSec ul {
    list-style: none;
    margin-left: 0px;
}

form input,
form textarea {
    margin-bottom: 15px;
    width: 100%;
    padding: 15px !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: #e5e5e5;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

form input:focus,
form textarea:focus {
    border-color: #14532d;
    outline: none;
    box-shadow: 0 0 0 3px rgba(20, 83, 45, 0.2);
}

form textarea {
    min-height: 130px;
    resize: none;
}

form input::placeholder,
form textarea::placeholder {
    color: #000;
}

button.themebtn {
    background-color: white;
}

.custom-file-upload {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #839a91;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    box-shadow: 0 4px 6px rgba(209, 216, 191, 0.5);
    border: 1px solid #d1d8bf;
    margin-bottom: 20px;
    margin-left: 4px;
}

.custom-file-upload:hover {
    background-color: #839a91;
    color: #d1d8bf;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(131, 154, 145, 0.6);
}

.custom-file-upload:active {
    transform: scale(0.95);
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload i {
    font-size: 18px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: inherit;
}

.custom-file-upload:hover i {
    transform: scale(1.2);
    color: inherit;
}

form p {
    margin-bottom: 0px !important;
}

.step {
    margin-bottom: 30px;
    background: #d1d8bf;
    padding: 40px;
    border: 5px solid #839a91;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.step h6 {
    font-size: 38px;
    font-weight: 600;
    color: #859a91;
    margin-bottom: 20px;
}

.step-text {
    font-size: 16px;
    line-height: 1.5;
    color: #0e0e0e;
}

/* contact */


/* footer */

.footerSec::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #414141;
    top: 0;
    left: 37.5%;
    content: '';
    z-index: 1;
}

.footerSec::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #414141;
    top: 0;
    right: 37.5%;
    content: '';
    z-index: 1;
}

.footerSec {
    background-color: #111111;
    color: #fff;
    padding: 50px 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.ftr_mid h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.footerSec h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.ftr_logo {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #414141;
}

.foot_links ul li {
    margin-bottom: 10px;
}

.footer_contact ul li {
    margin-bottom: 30px;
}

.foot_links ul li a,
.footer_contact ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

ul#menu-main-menu li a {
    padding: 21px 0px !important;
}

.foot_links ul li a:hover,
.footer_contact ul li a:hover {
    color: #819a91;
}

.footer_contact ul li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 15px;
}

.ftr_mid {
    text-align: center;
    margin-top: 20px;
}

.footer_contact {
    padding-left: 100px;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    color: #3b3b3b;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s ease;
}

.social_links a:hover {
    background-color: #819a91;
    color: #fff;
    transform: scale(1.1);
}

.ftr_btm {
    background-color: #111111;
    padding: 25px 0;
    border-top: 1px solid #414141;
}

.ftr_btm p {
    color: #fff;
    text-align: center;
}

.ftr_top {
    background-color: #111111;
    padding: 40px 0;
    border-bottom: 1px solid #414141;
}

/* footer */

html,
body {
    overflow-x: hidden;
}

.row div#upload-css p {
    width: fit-content !important;
}

.form-submit input#submit {
    width: fit-content;
}

.comment-form-cookies-consent {
    gap: 10px;
    align-items: baseline;
    display: flex;
}

input#wp-comment-cookies-consent {
    width: 20px !important;
}

/*Media Query Start*/

@media only screen and (min-width: 1486px) and (max-width: 1599px) {
    h1 {
        font-size: 50px !important;
    }

    .banner_text p {
        width: 100%;
    }

    .banner_right h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1485px) {


    .footerSec::before {
        left: 30%;
    }

    .footerSec::after {
        right: 30%;
    }

    .main_slider .container-fluid {
        padding: 0 2%;
    }

    .banner_bg {
        height: 800px;
    }

    .banner_bg img {
        height: 100%;
        object-fit: cover;
    }

    .banner_right h2 span {
        display: none !important;
    }

    .banner_right h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .banner_icons {
        gap: 15px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .banner_right {
        padding-left: 10px;
    }

    h1 {
        font-size: 50px !important;
    }

    .banner_text p {
        padding-bottom: 15px;
        width: 100%;
    }

    .counter_box {
        gap: 10px;
        margin-top: 30px;
    }

    .count {
        padding-right: 15px;
        width: 35%;
    }

    .banner_img::before {
        top: -25%;
    }

    .banner_img {
        padding-top: 50px;
    }

    .banner_img img {
        height: 90%;
        object-fit: contain;
    }

    .category_slider .slick-prev {
        z-index: 2;
        left: -20px;
    }

    .category_slider .slick-next {
        right: 5px;
    }

    .category_slider .slick-next::before,
    .category_slider .slick-prev::before {
        height: 40px;
        width: 40px;
    }

    .all-section {
        padding: 60px 0;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .banner_right {
        padding-left: 10px;
    }

    h1 {
        font-size: 40px !important;
    }

    .banner_text p {
        padding-bottom: 15px;
        width: 100%;
    }

    .counter_box {
        gap: 10px;
        margin-top: 30px;
    }

    .count {
        padding-right: 5px;
        width: 35%;
    }

    .main_slider .container-fluid {
        padding: 0 2%;
    }

    .banner_bg {
        height: 800px;
    }

    .banner_bg img {
        height: 100%;
        object-fit: cover;
    }

    .banner_right h2 span {
        display: none !important;
    }

    .banner_right h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .banner_icons {
        gap: 15px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .category_slider .slick-prev {
        z-index: 2;
        left: -20px;
    }

    .category_slider .slick-next {
        right: 5px;
    }

    .category_slider .slick-next::before,
    .category_slider .slick-prev::before {
        height: 40px;
        width: 40px;
    }

    .all-section {
        padding: 60px 0;
    }

    .footer_contact {
        padding-left: 70px;
    }

    .footerSec::before {
        left: 30%;
    }

    .footerSec::after {
        right: 30%;
    }






































}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner_right {
        padding-left: 10px;
    }

    .banner_text p {
        width: 100%;
        font-weight: 500;
    }

    h1 {
        font-size: 34px !important;
    }

    .banner_bg {
        height: 100%;
        height: 1370px;
    }

    .banner_bg img {
        object-fit: cover;
    }

    .counter_box {
        gap: 10px;
        margin-top: 30px;
    }

    .count {
        width: 45%;
    }

    .main_slider .container-fluid {
        padding: 0 3%;
    }

    .banner_right h2 span {
        display: none !important;
    }

    .banner_right h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .banner_right p {
        margin-bottom: 15px;
    }

    .banner_icons {
        gap: 15px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .category_slider .slick-prev {
        z-index: 2;
        left: -20px;
    }

    .category_slider .slick-next {
        right: 5px;
    }

    .category_slider .slick-next::before,
    .category_slider .slick-prev::before {
        height: 40px;
        width: 40px;
    }

    .all-section {
        padding: 60px 0;
    }

    .antiques_left {
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .antiques_left::before {
        left: 0;
        right: 0;
        width: 90%;
        height: 60%;
        margin: auto;
        max-width: 400px;
    }

    .antiques_left img {
        height: 300px;
        object-fit: contain;
    }

    .selling_starts_img {
        text-align: center;
    }

    .footer_contact {
        padding-left: 20px;
    }

    .footerSec {
        padding: 30px 0;
    }

    .footerSec::before {
        left: 32.5%;
    }

    .footerSec::after {
        right: 32.5%;
    }

    .ftr_top {
        padding: 30px 0;
    }

    .avatar_1 {
        left: -4%;
        top: -5%;
    }

    .avatar_3 {
        right: -3%;
        top: 88%;
    }

    reviews_card_img {
        width: 177px;
    }



}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .banner_bg {
        z-index: -1;
        height: 100%;
        position: absolute;
    }

    .main_slider .carousel-caption {
        position: unset;
    }

    h1 {
        margin-bottom: 5px;
        font-size: 45px !important;
    }

    .banner_text {
        padding-left: 10px;
    }

    p {
        font-size: 12px;
    }

    .banner_text p {
        padding-bottom: 15px;
        width: 90%;
    }

    .themebtn_txt {
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .themebtn {
        gap: 10px;
        padding: 3px 10px 3px 3px;
        border-radius: 5px;
    }

    .banner_img::before {
        display: none;
    }

    .counter {
        font-size: 17px;
    }

    .counter_box {
        gap: 15px;
        margin-top: 40px;
    }

    .count {
        width: 34%;
    }

    .banner_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner_img {
        height: 300px;
        width: auto;
    }

    .banner_right {
        padding-left: 0px;
        margin-bottom: 50px;
        padding-right: 20px;
    }

    .d-block {
        display: inline !important;
    }

    .banner_right h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .banner_right p {
        margin-bottom: 10px;
    }

    .banner_icons_txt h4 {
        font-size: 15px;
    }

    .banner_icons {
        gap: 10px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .category_heading h2 {
        font-size: 30px;
    }

    .category_slider .slick-prev {
        left: 0px;
        bottom: -3%;
        top: unset;
    }

    .category_slider .slick-next {
        right: 30px;
        top: unset;
        bottom: -3%;
    }

    .antiques_left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .antiques_left {
        height: 300px;
    }

    .antiques_left::before {
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        height: 100%;
    }

    .antiques_right h2 {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
    }

    .antiques_right p {
        margin-bottom: 10px;
    }

    .antique_sm {
        height: 210px;
        float: right;
        margin-top: 30px;
    }

    .antique_sm img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .antique_sm::before {
        width: 100%;
        height: 90%;
    }

    .items_heading h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .items_heading p {
        width: 100%;
    }

    .items_card_txt h4 {
        font-size: 25px;
    }

    .selling_starts_txt h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .selling_starts_txt h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .selling_starts_txt p {
        margin-bottom: 20px;
    }

    .selling_starts_img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .selling_starts_img {
        margin-top: 30px;
        height: 300px;
        width: auto;
    }

    .reviews_heading p {
        width: 100%;
    }

    .reviews_card {
        gap: 20px;
        flex-direction: column;
    }

    .reviews_card_txt p {
        width: 100%;
    }

    .reviews_slider .slick-dots {
        bottom: -30px;
        right: 0;
        justify-content: center;
    }

    .rating_main {
        padding-left: 10px;
    }

    .avatar_2 {
        right: 5%;
        bottom: -20%;
    }

    .reviews_card_txt h3 {
        font-size: 20px;
    }

    .contact_txt h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .contact_txt h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    form input,
    form textarea {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 5px;
        font-size: 12px;
    }

    .footerSec h5 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .foot_links ul li a,
    .footer_contact ul li a {
        font-size: 12px;
    }

    .foot_links ul li {
        margin-bottom: 5px;
    }

    .ftr_logo {
        padding-bottom: 15px;
        margin-bottom: 20px;
        width: 50%;
    }

    .ftr_mid {
        text-align: start;
    }

    .social_links {
        justify-content: flex-start;
    }

    .footer_contact {
        padding-left: 0;
        padding-top: 20px;
    }

    .avatar_4 {
        top: -10%;
    }

    .reviews_card_img {
        height: 250px;
        width: 250px;
    }

    .reviews_card_txt {
        text-align: center;
    }

    .rating_main {
        justify-content: center;
    }

    .header-logo a img {
        height: 40px;
        object-fit: contain;
    }

    .search-box.active .input-search {
        top: 100%;
        width: 260px;
        padding-right: 20px;
        position: absolute;
    }

    .main_slider .container-fluid {
        padding: 0 2%;
    }

    .page-template-home header {
        position: relative;
        background: #eeefe0;
    }

    .category_card_img>img {
        height: 200px;
        margin-top: 7px;
    }

    .category_card_img {
        padding: 0 10px 10px;
    }

    .category_card_txt h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .items_card {
        max-width: 400px;
        margin: 60px auto 0px;
    }

    .all-section {
        padding: 50px 0;
    }

    .reviews_card {
        margin: auto;
        max-width: 300px;
        padding: 10px 10px;
    }

    .step {
        padding: 20px;
        margin-bottom: 20px;
        border: 3px solid #839a91;
    }

    .footerSec::after,
    .footerSec::before {
        display: none;
    }

    .ftr_top {
        border: none;
        padding: 20px;
    }

    .footerSec {
        padding: 10px 0px;
    }

    .ftr_btm {
        padding: 15px 0;
    }






















}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .banner_bg {
        z-index: -1;
        height: 100%;
        position: absolute;
    }

    .main_slider .carousel-caption {
        position: unset;
    }

    .banner_text {
        padding-left: 10px;
    }

    p {
        font-size: 12px;
    }

    .banner_text p {
        padding-bottom: 15px;
        width: 90%;
    }

    .themebtn_txt {
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .themebtn {
        gap: 10px;
        padding: 3px 10px 3px 3px;
        border-radius: 5px;
    }

    .banner_img::before {
        display: none;
    }

    .counter {
        font-size: 17px;
    }

    .counter_box {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .count {
        width: 48%;
        padding-right: 10px;
    }

    .banner_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner_img {
        height: 300px;
        width: auto;
    }

    .banner_right {
        padding-left: 0px;
        padding-right: 20px;
        margin-bottom: 50px;
    }

    .d-block {
        display: inline !important;
    }

    .banner_right h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .banner_right p {
        margin-bottom: 10px;
    }

    .banner_icons_txt h4 {
        font-size: 15px;
    }

    .banner_icons {
        gap: 10px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .category_heading h2 {
        font-size: 30px;
    }

    .category_slider .slick-prev {
        left: 0px;
        top: unset;
        bottom: -2%;
    }

    .slick-next {
        right: 20px;
        top: unset;
        bottom: -2%;
    }

    .category_slider .slick-prev::before,
    .category_slider .slick-next::before {
        height: 35px;
        width: 35px;
    }

    .antiques_left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .antiques_left {
        height: 300px;
    }

    .antiques_left::before {
        left: 0%;
        right: 0;
        width: 80%;
        height: 90%;
        margin: auto;
    }

    .antiques_right {
        margin-top: 35px;
    }

    .antiques_right h2 {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
    }

    .antiques_right p {
        margin-bottom: 10px;
    }

    .antique_sm {
        height: 210px;
        float: right;
        margin-top: 30px;
    }

    .antique_sm img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .antique_sm::before {
        width: 100%;
        height: 90%;
    }

    .items_heading h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .items_heading p {
        width: 100%;
    }

    .items_card_txt h4 {
        font-size: 25px;
    }

    .selling_starts_txt h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .selling_starts_txt h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .selling_starts_txt p {
        margin-bottom: 20px;
    }

    .selling_starts_img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .selling_starts_img {
        margin-top: 30px;
        height: 300px;
        width: auto;
    }

    .reviews_heading p {
        width: 100%;
    }

    .reviews_card {
        gap: 20px;
        margin: auto;
        padding: 15px;
        max-width: 300px;
        flex-direction: column;
    }

    .reviews_card_txt p {
        width: 100%;
    }

    .reviews_slider .slick-dots {
        bottom: -30px;
        right: 0;
        justify-content: center;
    }

    .rating_main {
        padding-left: 10px;
    }

    .avatar_2 {
        right: 5%;
        bottom: -20%;
    }

    .reviews_card_txt h3 {
        font-size: 20px;
    }

    .contact_txt h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .contact_txt h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    form input,
    form textarea {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 5px;
        font-size: 12px;
    }

    .footerSec h5 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .foot_links ul li a,
    .footer_contact ul li a {
        font-size: 12px;
    }

    .foot_links ul li {
        margin-bottom: 5px;
    }

    .ftr_logo {
        padding-bottom: 15px;
        margin-bottom: 20px;
        width: 50%;
    }

    .ftr_mid {
        text-align: start;
    }

    .social_links {
        justify-content: flex-start;
    }

    .footer_contact {
        padding-left: 0;
        padding-top: 20px;
    }

    .avatar_4 {
        top: -10%;
    }

    h1 {
        font-size: 40px !important;
    }

    .banner_text p {
        width: 100%;
    }

    .header-logo a img {
        height: 40px;
        object-fit: contain;
    }

    .search-box.active .input-search {
        top: 100%;
        width: 260px;
        padding-right: 20px;
        position: absolute;
    }

    .main_slider .container-fluid {
        padding: 0 2%;
    }

    .page-template-home header {
        position: relative;
        background: #eeefe0;
    }

    .category_card {
        margin-top: 10px;
    }

    .category_card_img {
        padding: 0 10px 10px;
    }

    .category_heading {
        margin-bottom: 20px;
    }

    .all-section {
        padding: 40px 0;
    }

    .antique_sm {
        float: none;
        margin-top: 30px;
    }

    .items {
        padding-bottom: 0px;
    }

    .selling_starts_txt ul {
        column-count: 1;
        margin-bottom: 20px;
    }

    .reviews_card_img {
        height: auto;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .reviews_card {
        padding: 10px 10px;
    }

    .reviews_card_txt {
        width: 95%;
        text-align: center;
        margin-bottom: 40px;
    }

    .rating_main {
        justify-content: center;
    }

    .step {
        margin-bottom: 10px;
        padding: 20px;
        border: 3px solid #839a91;
    }

    .step h6 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .footerSec::after,
    .footerSec::before {
        display: none;
    }

    .footerSec {
        padding: 0px 0;
    }

    .ftr_top {
        border: none;
        padding: 15px 0px;
    }

    .ftr_btm {
        padding: 10px 0;
    }

    .footer_contact ul li {
        margin-bottom: 15px;
    }

    .category_card_img>img {
        height: 230px;
        margin-top: 20px;
    }

    ul#menu-main-menu li a {
        padding: 8px 0px !important;
    }

    .menu-box>nav a {
        font-size: 18px;
    }

    .elementor-171 .elementor-element.elementor-element-1c32921 .elementor-heading-title {
        font-size: 30px;
    }

    .elementor-171 .elementor-element.elementor-element-9e1e4f3 img {
        width: 100%;
    }

    .category_slider .slick-slide {
        margin: 0px 2px;
    }

    p.comment-notes,
    .selling_starts ul {
        font-size: 13px !important;
    }














}

/*Media Query End*/



.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-12px);
    }
}