* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h6,
p,
span,
a {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    padding: 0;
}

img {
    vertical-align: middle;
    width: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    transform: none;
    z-index: 1111;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 15px;
    color: greenyellow;
    font-size: 30px;
    z-index: 9999;
}

/* basic css end  */

/* Commom css start */
.title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #d8a24a;
    position: relative;
    display: inline-block;
}

.title h2::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #d8a24a;
    width: 100%;
}

.card {
    background-color: #ffffff;
    margin-top: 20px;
    position: relative;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
}

.card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.status {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card .text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card .text h1 {
    font-size: 14px;
    color: #d8a24a;
}

.card .text p {
    margin-top: 2px;
    font-size: 10px;
    color: #d8a24a;
}

.card .text span {
    margin-left: 10px;
}
/* Commom css end */

/* navbar start  */
.navbar .navbar-brand {
    color: #f9f8f6;
    font-weight: bold;
    font-size: 30px;
}

.navbar .navbar-brand span {
    color: #d8a24a;
}

.navbar .navbar-brand:hover {
    color: #f9f8f6;
}

.navbar .menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar .menu li a {
    transition: 0.3s ease-in-out;
    font-size: 18px;
    font-weight: normal;
}

.navbar .menu li:hover a {
    color: #fae6bf !important;
}
/* navbar end  */

/* auction start  */
.auction {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* auction end  */

/* regular start  */
.regular {
    padding-top: 25px;
    padding-bottom: 25px;
}
/* regular end  */

/* footer start  */
footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .text ul {
    display: flex;
    gap: 10px;
}

footer .icon ul {
    display: flex;
    gap: 10px;
}

footer .text ul li a {
    color: #fae6bf;
    font-size: 14px;
    font-weight: normal;
}

footer .icon ul li a {
    font-size: 18px;
}
/* footer end  */

/* product slider start  */

.clickble_slider1 img {
    border-radius: 10px;
}

.swiper_thumb .swiper-slide-thumb-active {
    border: none !important;
}

.swiper_thumb .swiper-slide-thumb-active {
    border: none !important;
    opacity: 0;
    scale: 0.9;
    transition: 0.5s ease-in-out;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slide .main_img img {
    display: block;
    width: 636px !important;
    height: 636px;
    object-fit: cover;
}

.swiper-slide .small_image img {
    display: block;
    width: 636px;
    height: 100px;
    object-fit: cover;
}

.swiper {
    width: 100%;
}

.swiper_thumb .swiper-slide {
    opacity: 0.7;
}

.swiper_thumb .swiper-slide:hover {
    opacity: 1;
}

.swiper_thumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid red;
}

.swiper-slide img {
    display: block;
    width: 100%;
    user-select: none;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:hover {
    color: #ccc;
    background: red;
}

.swiper-button-prev:hover {
    color: #ccc;
    background: red;
}
/* product slider end  */

/* details strat  */

.details {
    padding-top: 25px;
    padding-bottom: 25px;
}

.details .text h1 {
    font-size: 24px;
    font-weight: bold;
    color: #d8a24a;
}

.details .text h3 {
    font-size: 18px;
    font-weight: normal;
    color: #d8a24a;
    margin-bottom: 10px;
}

.details .text p {
    font-size: 14px;
    font-weight: normal;
    color: #d8a24a;
}

.details .text .desc {
    margin-top: 20px;
}

.buttons {
    margin-top: 25px;
}
/* details end  */

/* about start  */
.about {
    padding-top: 25px;
    padding-bottom: 25px;
}

.about img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about h2 {
    font-size: 30px;
    font-weight: bold;
    color: #d8a24a;
    margin-bottom: 10px;
}

.about p {
    font-size: 16px;
    color: #d8a24a;
    margin-bottom: 10px;
}

.about a {
    color: #d8a24a !important;
    border: 1px solid #d8a24a !important;
    outline: none !important;
    margin-top: 10px;
}

.about a:hover {
    background-color: #d8a24a !important;
    color: white !important;
    border: 1px solid #d8a24a !important;
    outline: none;
}

.btn:focus-visible {
    color: white !important;
    background-color: #d8a24a !important;
    border-color: #d8a24a !important;
    box-shadow: #d8a24a !important;
}

/* about end  */
