/* FONTS */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Regular.woff2") format("woff2"),
    url("../fonts/Rift-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Bold.woff2") format("woff2"),
    url("../fonts/Rift-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Medium.woff2") format("woff2"),
    url("../fonts/Rift-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rift Demi";
  src: url("../fonts/Rift-Demi.woff2") format("woff2"),
    url("../fonts/Rift-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Light.woff2") format("woff2"),
    url("../fonts/Rift-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* FONTS END */

/* VARIABLES */
:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-rift: "Rift", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-ice-blue: #f8fcff;
  --color-red: #fd4846;
  --color-red-light: #f9eeee;
  --color-brown: #927b7b;
  --color-brown-dark: #250404;
  --color-brown-light: #232228;
  --color-dark-purple: rgb(16, 16, 17);
  --color-light-gray: rgb(222, 222, 222);
  --color-white-faded: rgba(255, 255, 255, 0.5);
}
/* VARIABLES END */

/* CSS RESET */
.dropdown-toggle::after {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%237C7575' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='208 96 128 176 48 96' fill='none' stroke='%237C7575' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 20px;
  height: 10px;
}

.dropdown-toggle.show::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%237C7575' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='48 160 128 80 208 160' fill='none' stroke='%237C7575' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/polyline%3E%3C/svg%3E");
}
/* CSS RESET END */

/* GENERAL */
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: var(--font-montserrat);
  font-size: 18px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h4.small {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

p {
  color: var(--color-brown);
}

select {
  -webkit-appearance: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.dashed {
  position: relative;
  padding-left: 100px;
}

.dashed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 80px;
  background-color: var(--color-red);
  margin-top: -1.5px;
}
.dasheds {
    position: relative;
    padding-left: 40px;
}

.dasheds::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background-color: var(--color-red);
    margin-top: -1.5px;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.img-inherit {
  width: 100%;
  height: 100%;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.font-rift {
  font-family: var(--font-rift);
}

.link {
  color: var(--color-white-faded);
  font-weight: 600;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.link:hover {
  color: var(--color-red);
}

.link.underlined {
  color: var(--color-red);
}

.link.underlined:hover {
  text-decoration: underline;
}

select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-white);
}

textarea {
  resize: none;
}

select,
button {
  cursor: pointer;
}

select.text-white option {
  color: var(--color-brown-dark);
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-black {
  font-weight: 900;
}

.fw-extra-thin {
  font-weight: 100;
}

.text-red {
  color: var(--color-red);
}

.text-gray {
  color: var(--color-light-gray);
}

.text-brown {
  color: var(--color-brown);
}

.bg-ice-blue {
  background-color: var(--color-ice-blue);
}

.bg-dark {
  background-color: var(--color-dark-purple) !important;
}

.bg-white {
  background-color: var(--color-white);
}

.custom-btn {
  padding: 15px 30px;
  text-align: center;
  border: none;
  color: white;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.custom-btn:hover {
  color: white;
}

.btn-red {
  background-color: var(--color-red);
}

.btn-red:hover {
  background-color: #e00502;
}

.btn-red:active {
  background-color: #a00302;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--color-red);
}
/* GENERAL END */

/* HEADER */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 9999;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.main-header.scrolled {
  padding: 10px 0;
  background-color: var(--color-brown-light);
  background-image:url('/latest/assets/images/backgrounds/lines-bg.svg');
}

.navbar-brand,
.main-header .custom-btn {
  width: 150px;
}
.main-headerr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    background-color: var(--color-brown-light);

}

.main-headerr.scrolled {
    padding: 10px 0;
    background-color: var(--color-brown-light);
}



.hamburger-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
  color: white;
  font-size: 40px;
  z-index: 1001;
}

.hamburger-btn .ham-close {
  display: none;
}

.hamburger-btn.open .ham-close {
  display: inline-flex;
}

.hamburger-btn.open .ham-open {
  display: none;
}



.nav-link {
  color: white;
  font-weight: 500;
}

.nav-link.active {
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: var(--color-red);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.nav-link:hover {
  color: var(--color-red);
}
/* HEADER END */

/* HERO */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  background-color: var(--color-dark-purple);
  background-image: url("/latest/assets/images/backgrounds/lines-bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.hero-info {
  width: calc(50% + 20px);
  max-width: 42%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  line-height: 1.4;
  margin-bottom: 15px;
}

.hero-paragraph {
  font-size: 26px;
  margin-bottom: 40px;
}

.form-bar {
  display: flex;
  background-color: var(--color-brown-light);
  padding: 30px;
  width: max-content;
  position: relative;
  z-index: 2;
  align-items: center;
}

.bar-item .custom-input {
  padding: 0;
}

.form-bar .bar-item {
  position: relative;
  margin-right: 50px;
  padding-right: 50px;
}

.form-bar .bar-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 100%;
  background-color: var(--color-light-gray);
  opacity: 0.1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-bar .bar-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.form-bar .bar-item:last-child::after {
  content: unset;
}

.hero-slider {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  right: 0;
  width: calc(50% - 20px);

}

#heroSwiper {
  height: 100%;
}
.swiper-pagination-bullet {
  background-color: var(--color-brown);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--color-red);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: var(--color-dark-purple);
  width: auto;
  bottom: 30px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 2px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/* HERO END */

/* AUCTIONS */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}

.nav-tabs {
  border-bottom: none;
  overflow: auto hidden;
  flex-wrap: nowrap;
}

.nav-tabs .nav-link {
  font-family: var(--font-rift);
  font-size: 35px;
  color: var(--color-brown);
  font-weight: 500;
  padding: 0;
  border: none;
}

.nav-tabs .nav-link.active {
  color: var(--color-black);
  font-weight: 600;
  background-color: transparent;
}

.nav-tabs .nav-link.active::after {
  width: 100%;
}

.nav-tabs .nav-item {
  margin-right: 50px;
  flex-shrink: 0;
  padding-bottom: 15px;
}

.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.auction-timer {
  display: flex;
  padding: 11px 10px;
  width: auto;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}

.auction-timer .timer-item {
  position: relative;
  white-space: nowrap;
  padding-left: 10px;
}

.timer-item:first-child {
  padding-left: 0;
}

.timer-item:last-child:after {
  content: unset;
}

.timer-item::after {
  content: ":";
  padding-left: 5px;
  color: var(--color-light-gray);
}

.timer-item .timer-number {
  color: var(--color-white);
}

.timer-item .timer-label {
  font-size: 16px;
  color: var(--color-light-gray);
}

.auction-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.card {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.card {
  transition: 0.3s all;
}

.card:hover {
  background-color: var(--color-red-light);
}

.card-img {
  position: relative;
  max-height: 270px;
}

.card-img .auction-timer {
  position: absolute;
  top: 5px;
  right: 5px;
}

.card-main-info,
.card-bid-info {
  padding: 20px 30px;
}

.card-title {
  font-family: var(--font-rift);
  font-weight: 600;
  margin-bottom: 10px;
}

.auc-feature:first-child {
  padding-left: 0;
}

.auc-feature {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
}

.auc-feature::before {
  content: "\f857";
  font-family: "Phosphor";
  font-size: 8px;
  padding-right: 12px;
}

.auc-feature:first-child::before {
  content: unset;
}

.auc-feature .feat-img {
  color: var(--color-brown);
  margin-right: 10px;
  font-size: 15px;
  line-height: 1;
}

.auc-feature .feat-label {
  font-size: 12px;
  padding-left: 5px;
}

.card-bid-info {
  border-top: 4px solid var(--color-red-light);
  display: flex;
  justify-content: space-between;
}

.card-bid-info .bid-price {
  font-weight: 600;
  font-size: 10px;
  display: flex;
  align-items: center;
  color: var(--color-red);
}

.bid-price .text-brown {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
/* AUCTIONS END */

/* ABOUT */
.about {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.about-inner-wrap {
  display: flex;
}

.about-info {
  width: 65%;
  padding-right: 80px;
}

.about-info .about-details {
  line-height: 1.5;
}

.about-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}

.about-stats {
  display: flex;
  flex-wrap: wrap;
}

.about-stats .stat {
  display: flex;
  margin-right: 40px;
  margin-bottom: 20px;
}

.about-stats .stat:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.stat .stat-img {
  margin-right: 20px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  font-size: 35px;
  color: var(--color-red);
  background-color: var(--color-red-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-info h5 {
  color: var(--color-red);
  margin-bottom: 5px;
  font-weight: 600;
}

.stat-info p {
  font-weight: 500;
}
/* ABOUT END */

/* WORKS */
.works-swiper {
  max-width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.works-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 650px;
  height: 450px;
}

.works-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* WORKS END */

/* TESTIMONIALS */
.swiper-custom-nav {
  display: flex;
}

.swiper-nav-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--color-brown);
  color: white;
  border: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.swiper-nav-btn:hover {
  background-color: var(--color-red);
}

.swiper-nav-btn.btn-prev {
  margin-right: 30px;
}

.review-item {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.review-item .review-text {
  line-height: 1.5;
}

.review-result {
  display: flex;
  align-items: center;
}

.review-stars {
  display: flex;
  align-content: center;
}

.review-result li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  background-color: rgba(253, 136, 70, 0.1);
  color: #fd8846;
  margin-left: 12px;
}

.reviewer {
  display: flex;
  align-items: center;
}

.reviewer-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
/* TESTIMONIALS END */

/* FOOTER */
.main-footer {
  color: var(--color-white);
    background-image: url("/latest/assets/images/backgrounds/lines-bg.svg");
}

.footer-social {
  display: flex;
}

.footer-social li {
  margin-left: 20px;
}

.footer-social svg {
  width: 30px;
  height: 30px;
}

.footer-social .link {
  color: var(--color-white);
}

.footer-social .link:hover {
  color: var(--color-red);
}

.footer-links-list .link {
  font-weight: 400;
  font-size: 12px;
}

.footer-links-list li {
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.footer-list-title {
  margin-bottom: 25px;
}
.footer-brand p {
  color: var(--color-white-faded);
}

.copyright {
  border-top: 1px solid var(--color-brown);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-white-faded);
  flex-wrap: wrap;
}
.newsletter {
    border-top: 1px solid var(--color-brown);
    margin-top:-20px;

}
.custom-input {
  background-color: var(--color-brown-light);
  border: 1px solid transparent;
  padding: 10px;
  color: var(--color-white);
  width: 100%;
  font-size:10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.customr-input {
    background-color: var(--color-brown-light);
    border: 1px solid transparent;
    padding: 12px;
    color: var(--color-white);
    width: 100%;
    font-size:10px;

    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

input.custom-input:focus,
textarea.custom-input:focus {
  border: 1px solid var(--color-red);
}

::placeholder {
  color: var(--color-white-faded);
}
#livestream-next-items .block {
    height: 80vh;
    overflow-y: auto;
}
/* FOOTER END */
