/* 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: #BD0101;
  --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 {
  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;
}



h4.small {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

header {
  background-color: white;
  position: relative;
  z-index: 100;
}

section {
  position: relative;
  z-index: 99;
}

select {
  -webkit-appearance: none;
}

.bottom-shadow {
  box-shadow: 1px 1px #e7e7e7;
}

.site-logo {
  width: 270px;
}

.view-all {
  position: relative;
  top: -55px;
  width: 30%;
  margin-left: auto;
}

#site-menu {
  display: none;
}

.second-nav ul li {
  display: inline;
}

.navbar-nav2 {
  display: flex;
}

.navbar-nav2 a {
  text-transform: uppercase;
}

.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;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;

}

.img-inherit {
  width: 100%;
  height: 100%;
}

.img-coverwork {
  height: 250px;
}

.right-menu {
  display: flex;
  justify-content: end;
}

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);
}

.btn-red {
  background-color: #BD0101 !important;
  color: white !important;
}

.text-gray {
  color: var(--color-light-gray);
}

.bg-black {
  background-color: #000;
  color: white;
}

.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);
}

.btn-outline-white {
  border-radius: 10px;
  border: 1px solid 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);
}

.text-theme {
  color: #BD0101;
}

.btn-red:hover {
  background-color: #BD0101;
}

.btn-red:active {
  background-color: #a00302;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--color-red);
}

/* GENERAL END */

/* HEADER */
.main-header {
  width: 100%;
  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;
}

.header-search {
  padding: 24px 0px;
  font-size: 12px;
  background-color: #e4e4e4;
  color: white;
  border-radius: 8px;
}

.header-search input::placeholder {
  font-size: 14px;
}

.header-search .form-group {
  margin-bottom: 0;
}

.sale_type label {
  padding: 8px 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 10px;
  margin: 0;
  height: 100%;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
  height: 40px !important;
}

#location {
  height: 40px !important;
}

.sale_type {
  box-shadow: 0px 0px 8px 2px #cfcfcf;
  border-radius: 10px;
  background: white;
  margin: 16px 0;
}

.hero-info {
  text-transform: uppercase;
  color: #000;
}

.hero-info h3 {
  font-size: 40px;
}

.hero-info h2 {
  font-size: 68px;
}

.hero-info h1 {
  font-size: 110px;
}

.hero-info h5 {
  font-size: 30px;
}

.hero-info a {
  color: #f8fcff;
  border: 2px solid #f8fcff;
  padding: 10px;
  margin-left: 10px;
}

.sale_type input:checked+label {
  background: #BD0101;
  color: #f8fcff;
}

.sale_type input {
  display: none;
}

.btn-search {
  width: 45px;
  height: 38px;
}

#all-videos {
  background-color: #ECECEC;
  background: linear-gradient(to right,
      #ECECEC 0%,
      #ECECEC 50%,
      #BD0101 50%,
      #BD0101 100%);
}

#all-videos .player {
  background-color: #BD0101;
  padding: 20px 0px 20px 20px;
  color: #fff;
}

.videos-list li {
  padding: 10px 0px;
}

.videos-list a {
  text-decoration: underline;
  color: #000;
  text-transform: capitalize;
  font-size: 12px;
}

.main-header.scrolled {
  position: fixed;
  padding: 10px 0;
}

.navbar-brand,
.main-header .custom-btn {
  width: 150px;
}

#search-bar {
  background-image: url('../images/search-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.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;
}

.navbar-expand-xxl .navbar-nav .nav-link {
  padding: 6px 20px;
  font-size: 16px;
}

.main-header {
  background-color: #ffffff;
  color: #000000;
}

.nav-link {
  color: black;
  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 */
.head-line {
  background-color: #ebebeb;
  padding: 20px 0px;
}

/* HERO */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 55vh;
  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 {
  z-index: 999;
}

.range-div {
  z-index: 999;
  background-color: white;
  border-radius: 15px;
}

.hero-title {
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hero-title span {
  color: #BD0101;
}

.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: 100%;
}

#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-size: 18px;
  padding: 8px 30px !important;
  color: #000;
  font-weight: 500;
  padding: 0;
  border: none;
  text-transform: uppercase;
}

.nav-tabs .nav-link.active {
  color: white;
  font-weight: 600;
  background-color: #BD0101;
  border-radius: 0;
}

.nav-tabs .nav-link.active::after {
  width: 100%;
}

.nav-tabs .nav-item {
  margin-right: 10px;
  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: 4px 4px 16px rgba(0, 0, 0, 0.15);
  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-ice-blue);
}

.card-img {
  position: relative;
  height: 270px;
}

.card-img .auction-timer {
  position: absolute;
  top: 10px;
  right: 10px;
}

.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-red);
  margin-right: 10px;
  font-size: 28px;
  line-height: 1;
}

.auc-feature .feat-label {
  font-size: 12px;
  padding-left: 5px;
}

.card-bid-info {
  border-top: 2px solid #7c7c7c;
  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: 100px 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 {
  background-color: #fff;
}

.footer-social {
  display: flex;
}

.footer-social li {
  margin-right: 5px;
}

.footer-social svg {
  width: 30px;
  height: 30px;
}

.footer-social .link {
  color: #fff !important;
}

.main-footer li {
  margin-bottom: 3px;
}

.main-footer a {
  color: #fff !important;
  font-size: 10px;
  text-decoration: underline;
}

.btn-red-outline {
  border: 2px solid #BD0101;
}

.bg-lightgrey {
  background-color: #e3e3e3;
}

.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: black !important;
  flex-wrap: wrap;
}

.copyright a {
  color: black !important;
}

.footer {
  background-color: #404040;
  color: white;
  padding: 20px 0px;
}

.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: #a3a3a3;
  border-radius: 19px;
  border: 0;
  padding: 12px;
  color: black;
  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;
}

.contactus-form {
  box-shadow: 0px 0px 10px 2px #979797;
}

.title-bar {
  height: 100px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-bar::after {
  content: "R";
  color: #fd4846;
  background-color: #fd4846;
  position: absolute;
  bottom: -5px;
  width: 80%;
  height: 10px;
  font-size: 1px;
}

input.custom-input:focus,
textarea.custom-input:focus {
  border: 1px solid var(--color-red);
}

.page-box {
  box-shadow: 0px 0px 6px 5px #bbbbbb9e;
  background: white;
  margin: 5em;
  border-radius: 10px;
  padding: 30px;
}

.form-group {
  margin-bottom: 1rem;
}

::placeholder {
  color: var(--color-white-faded);
}

/* FOOTER END */

.package .card {
  margin: 30px 10px;
}

.auction-detail .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auction-detail .banner-image {
  height: 70vh;
}

.package .card .head {
  text-transform: uppercase;
  background-color: #BD0101;
  color: white;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}

.package .card .head span {
  float: right;
}

.package .card .head.red {
  background-color: #BD0101;
}

.package .card .head.black {
  background-color: #000;
}


/* SLIDER */
.range {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  border: 5px solid #BD0101;
  cursor: pointer;
}

.range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  border: 5px solid #BD0101;
  cursor: pointer;
}

.range-wrap {
  position: relative;
  margin: 3em 0em;
}

.range {
  width: 100%;
}

.bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  top: -30px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.range_property_type {
  background-color: #BD0101;
  padding: 10px 0px;
  border-radius: 10px;
  position: relative;
  top: -20px;
  text-align: center;
}

.range_property_type button {
  border: 0;
  background: #BD0101;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.let-get-started {
  color: #BD0101;
  border: 2px solid #BD0101;
  padding: 10px;
  margin-left: 10px;
}

.logo {
  color: black
}

.logo span {
  color: #BD0101
}

#crm-images input {
  display: none
}

#crm-images img {
  width: 200px;
  margin-right: 10px;
}

#announce2-modal .modal-header {
  display: block !important;
  padding-bottom: 5px !important
}

#announce2-modal .user_type {
  font-size: 18px;
  text-transform: uppercase;
}

#announce2-modal .user_type span {}

#announce2-modal .user_type label {
  cursor: pointer;
  font-weight: bold;
}

#announce2-modal .user_type input[type="radio"] {
  visibility: hidden;
}

.border-right {
  border-right: 1px solid black;
  padding-right: 20px;
}

#announce2-modal .user_type input:checked+label {
  color: #BD0101;
}

.navbar-logo {
  width: 200px;
  height: auto
}

.timer {
  top: -50px;
  left: 12px;
  margin: 0;
  padding: 5px 0px;
  background: #000000ba;
  color: #fff;
  position: relative;
  z-index: 12;
  width: 100% !important;
  white-space: nowrap;
  font-size: 12px;
  height: 19%;
  backdrop-filter: blur(5px);
}

.page-item .page-link {
  padding: 8px 12px;
  font-weight: 600;
}

.page-item.active .page-link {
  background: var(--color-red);
}

.navbar a:hover,
.btn:hover {
  color: #dc3545 !important;
}

.socialmediaicon {
  width: 15%;
}

.scroll-location-list {
  margin-top: -2%;
  margin-right: 0% !important;
  padding: 1%;
  font-size: 13px;
  overflow-x: hidden;

}

.scroll-location-list::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


.scroll-location-list::-webkit-scrollbar {
  width: 5px;
}


.scroll-location-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: red;
}


.footer-logo {
  width: 250px;
  height: auto
}

.testimonial-img {
  width: 100%;
  height: auto
}

.btn-red {
  background: #BD0101;
  color: #fff
}

.np {
  padding: 0
}

.select.select-theme-default {
  z-index: 9999 !important;
  display: none;
}

.select.select-open {
  display: block !important;

}

.main-header {
  z-index: 9990 !important;
}

.iframe-open {
  width: 80% !important;
  height: 60% !important;
  position: fixed !important;
  top: 110px !important;
  left: 10%;
  right: 10%;
  z-index: 9992 !important;
}

.inside-overlay {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff85;
  z-index: 9991;
  display: none;
  cursor: pointer;
}

.video-overlay .close {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 50px;
  cursor: pointer;
}

#how-it-works .col-lg-2 {
  padding: 0px 5px;
}

.carousel-item img {
  obje ct-fit: cover;
}

.ck-editor__editable_inline {
  min-height: 250px;
}

.ck-editor__editable_inline p {
  color: black;
}

.ck-editor__editabl e_inline ul {
  list-style-type: disc !important;
  margin-left: 15px;
}

.pdes p {
  color: black;
}

.pdes ul {
  list-style-type: disc !important;
  margin-left: 15px;
}

.navbar {
  margin-bottom: 0px;
  font-family: var(--font-montserrat);
}

.second-nav a {
  font-size: 12px;
  font-family: var(--font-montserrat);
}

#header-video .carousel-indicators {
  bottom: -50px;
  margin-right: 0px;
  right: 1px px;
  left: auto;
}

#header-video .carousel-indicators .active {
  color: #BD0101;
  background-color: #BD0101;
}

#header-video .carousel-indicators button {
  color: #000;
  background-color: #000;
  opacity: 1;
  height: 5px;
}

.blog-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #00000000;
  border: 0;
}

.blog-link a {
  color: #000;
  text-decoration: underline
}

.auction-card-grid .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: red;
  font-size: 24px;
  text-align: center;
}

.card-main-info>p.fw-medium {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.card-bid-info {
  font-size: 14px;
  font-weight: 600;
}

.card-bid-info p {
  margin-bottom: 6px;
}

.auc-feature {
  color: #1F1F1F
}

.property-label {
  position: absolute;
  bottom: 10px;
  background: #BD0101;
  color: white;
  padding: 2px;
  right: 0px;
}

.images input {
  display: none;
}

.dz-image img {
  width: 100%;
  height: 100%;
}

.dropzone.dz-started .dz-message {
  display: block !important;
}

.dropzone {
  border: 2px dashed #028AF4 !important;
  ;
}

.dropzone .dz-preview.dz-complete .dz-success-mark {
  opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-success-mark {
  opacity: 0;
}

.dropzone .dz-preview .dz-error-message {
  top: 144px;
}

.right-side-images img {
  object-fit: cover;
}

.notifications .dropdown-menu {
  left: unset;
  width: 460px;
  padding-bottom: 0px;
  padding: 0px;
}

.notifications .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 12px;
  border: 10px solid #343A40;
  border-color: transparent transparent #343A40 transparent;
}

.notifications .head {
  padding: 5px 15px;
  border-radius: 3px 3px 0px 0px;
  margin-top: -1px;
}

.notifications .footer {
  padding: 5px 15px;
  border-radius: 0px 0px 3px 3px;
}

.notifications .notification-box {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}

.float-right {
  float: right;
}

.notifications a {
  cursor: pointer;
  color: black;

}

#notification-icon span {
  position: relative;
  top: -10px;
  right: 7px;
  box-shadow: 0px 0px 15px 0px #BD0101;
  background: #BD01014a;
  color: white;
  border-radius: 50%
}

.notifications .unread {
  background: #fee4e4f5;
}

.notifications a:hover {
  text-decoration: none;
  color: black
}

.notifications strong {
  color: var(--color-red)
}

#notification-icon {
  color: white
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

.forms .card {
  height: 100%;
}

/* #partners .swiper-slide{
      width: auto !important;
    } */
.main-form label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: black;
  font-size: 12px;
}

.main-form h5 {
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-size: 15px;
}

.main-form .row div {
  margin-bottom: 5px;
}

.main-form .row .col-4 {
  padding: 0px 2px;
}

.ck-content p {
  color: black;
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  z-index: 99999;
  background: white;
}

.user-dashboard .col-4 {
  margin-bottom: 5px;
  padding: 5px
}

.cp {
  cursor: pointer;
}

.disable {
  cursor: no-drop;
}

#btnsendi input {
  margin-bottom: 5px;
}

#fxwidget-cc .card-footer a {
  display: none;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icons {
  position: fixed;
  z-index: 99;
  right: 5px;

}

.icons1 {
  top: calc(35% + 0px);
}

.icons2 {
  top: calc(35% + 50px);
}

.icons3 {
  top: calc(35% + 100px);
}

.icons4 {
  top: calc(35% + 150px);
}

.icons img {
  width: 40px
}

.btn-close-custom {
  right: -20px;
  top: -23px;
  position: absolute;
  font-size: 24px;
  background: black;
  color: white;
  border-radius: 50%;
  padding: 3px 13px;
}

.icon-form label {
  font-weight: bold;
  width: 66px;
  align-items: center;
  display: flex;
  font-size: 16px;
}

/* .icon-form input{
      margin-left: 10px;
    }
    .icon-form select{
      margin-left: 12px;
    } */
.icons .icon {
  background-color: black;
  border-radius: 10px;
  border: 3px solid white;
  margin-bottom: 2px;
}

.icons span {
  color: white;
  padding-right: 5px;
  padding-top: 10px;
  display: none;

}

.icons a {
  display: flex;
}

.btn-black {
  background: #1F1F1F;
  border-radius: 12px;
  color: white;
}

.btn-black:hover {
  color: white;
}

.zoom-in-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}


.light-announce #presentation-submit-btn button {
  background-color: var(--color-red);
  color: white;
}

.light-announce #presentation-submit-btn {
  text-align: end;
}



.dark-announce #announcement_message {
  display: none;
}

.dark-announce .announce-heading {
  display: none;
}

.dark-announce #presentation-submit-btn button {
  background-color: #e6aa47;
  color: black;
  font-size: bold;
}

.dark-announce #presentation-submit-btn {
  text-align: center;
}

#vip-announce-modal .modal-content {
  background-color: #1F1F1F;
  color: white;
}

.dark-announce .modal-header {
  border: 0;
}

.btn-golden {
  background-color: #e6aa47;
  color: black;
}

.announce-heading-vip {
  color: #e6aa47;
}

.vip-icon-btn .icon {
  border-color: #e6aa47 !important;

}

.vip-icon-btn .icon span {
  color: #e6aa47 !important;

}

.second-nav .nav-link {
  padding: 0em 0em 0.5em 2em;
}

.top-banner {
  background-image: url(../../../img/Banner_Background.png);
  background-color: #BD0101;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  display: flex;
  align-items: center;
}

.banner-icons img {
  height: 40px;
  margin: 20px 10px;
}

.icon-videos {
  background-color: #F6F4F4
}

.btn-outline-red {
  border: 3px solid #BD0101;
  border-radius: 10px;
}

.text-bold {
  font-weight: bold;
}

#header-video {
  border: 8px solid white;
  box-shadow: 0px 0px 10px 8px #bdbcbc91;
}

/* Auction detail start from here... */
.auction-detail .carousel img {
  width: 100%;
  height: 500px;
}

.ads-images img {
  height: 40px;
}

.ads-images .nav-link {
  box-shadow: 0px 0px 7px 1px #d5d4d4;
  min-width: 18%;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}

.auction-heading {
  font-family: 'Rift', sans-serif;
  padding: 10px;
}

.watch-videos {
  background-color: #fff;
  font-size: 12px;
}

.watch-videos img {
  width: 50px;
}

.watch-videos p {
  margin-bottom: 10px;
}

.watch-videos a {
  text-decoration: none;
  border-radius: 20px;
  border: 2px solid #BD0101;
  color: #BD0101;
  padding: 5px 20px;
}

.online .tab {
  background: white;
  box-shadow: 0px 0px 11px 1px #c1c1c1;
  padding: 2px 10px;
  border-radius: 10px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.make-offer {
  box-shadow: 0px 0px 11px 4px #f5f5f580;
  padding: 20px;
  background-color: white;
}

.package-block {
  position: relative;
  padding-bottom: 30px;
}

.package-detail {
  height: 280px;
  padding: 10px 15px;
}

.package-bottom-price.red-bg {
  background-color: #BD0101;
  z-index: 99;
  position: relative;
  color: white;
}

.package-view-more {
  width: 100%;
  display: block;
  background-color: white;
  z-index: 99;
  position: relative;
  color: black;
  padding-top: 10px;
  text-decoration: underline;
}

.package-bottom-price {
  background-color: #ffffff00;
  height: 55px;
  padding: 10px 15px;

}

.package-bottom {
  text-align: center;
  width: 100%;
  color: #000;
}

#packages {
  background-image: url('../images/package-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.package-detail table td,
.package-detail table tr {
  border: 0;
  padding: 1px 0px;
}

.package-block .inner-block {
  background-color: #fff;
  font-size: 12px;
  height: 100%;
  overflow: hidden;
  border-bottom: 10px solid white;
  box-shadow: 0px 0px 8px 2px #b5b5b5;
}

.package-block h6 {
  font-weight: bold;
  margin: 10px;
}

.customBtn {
  background: #bd0101;
  color: white;
}

.package-price {
  background-color: #BD0101;
  color: white;
  display: inline-block;
  padding: 10px 32px;
  position: relative;
  left: -20px;
  margin: 10px 0px;
  font-weight: bold;
  font-size: 18px;
}

.select2-container .select2-selection--single {
  display: flex !important;
  height: 37px !important;
  font-size: 14px !important;
  align-items: center !important;
  border-radius: 50px !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  padding: 0px 5px;
}

.border-round {
  border-radius: 50px;
}

.header-search .form-control {
  margin: 0;
}

/* .package-price::before{
    content: "A";
    color: #000;
    background-color: #000;
    transform: rotate(90);
} */
.red-banner::before {
  content: "R";
  background-color: #BD0101;
  color: #BD0101;
  position: absolute;
  left: 0;
  width: 100%;
  height: 40vh;
}

.decription {
  padding: 0px 12px;
}

.auction-heading {
  background-color: #b8b8b8;
}

.auction-heading .left {
  height: 100%;
  padding-right: 0px;
  color: #fff;
  padding: 5px 10px
}

.auction-heading .right {
  height: 100%;
  color: #fff;
  padding-left: 0px;
  padding: 5px 10px
}

.left-btn li {
  display: inline;
  text-align: center;
  float: left;
  order: 1;
  flex-grow: 1;
}

.left-btn img {
  width: 25px;
  height: 25px;

}

.left-btn li:last-child a {
  background-color: #BD0101;
  color: #fff
}

.left-btn ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  display: flex;
  flex-direction: row;
}

.left-btn a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  min-width: 150px;
  background: white;
  color: #1F1F1F;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px #dad3d3d6;
}

.left-btn img {
  float: left;
}

.left-btn span {
  color: #000;
  font-size: 18px;
}

.side-btn li {
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #BD0101;
  margin-top: 10px;
  border-radius: 10px;
}

.side-btn a {
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: white !important;
  text-align: center;
}


.filters {
  font-size: 12px;
}

.filters .city {
  border: 0;
}

.filters h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.filters .city:focus {
  box-shadow: 0px 0px !important
}

/* width */
.filters .city::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.filters .city::-webkit-scrollbar-track {
  background: rgb(111, 111, 111);
}

/* Handle */
.filters .city::-webkit-scrollbar-thumb {
  background: #BD0101;
}

/* Handle on hover */
.filters .city::-webkit-scrollbar-thumb:hover {
  background: #8e201e;
}

.filters input::placeholder {
  font-size: 12px
}

.auc-feature::before {
  content: unset;
}

.custom-btn {
  padding: 15px;
}

.filters .side-bar .modal-dialog {
  margin: 0;
}

.filters .side-bar .modal-header,
.filters .side-bar .modal-footer {
  padding: 0;
  border: 0
}

.filters .side-bar .modal-body {
  padding: 0;
}

.filters .side-bar .modal-content {
  border: 0
}


.search-result {
  display: none;
}

.filters .close {
  display: none;
}

/* Live stream */

#livestream-next-items .block {
  height: 80vh;
  overflow-y: auto;
}

.next-items .info {
  background: #080000;
  color: white;
  font-size: 10px;
  padding: 2px 10px;
}

.next-items {
  box-shadow: 0px 0px 8px 2px #9d9d9d99;
}

.next-items img {
  height: 120px;
  object-fit: cover
}

.online {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0px;
}

.online .value {
  font-weight: 700;
}

.current-bid {
  background-color: #FF2F2F;
  color: #fff;
  padding: 10px;
}

.highest-bid {
  box-shadow: 0px 0px 7px 1px #9d9d9d;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .left-btn a {
    font-size: 10px
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .left-btn a {
    font-size: 9px
  }

  .left-btn img {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .left-btn ul {
    display: block
  }

  .ads-images .nav-link {
    width: 100%;
    margin-bottom: 10px;
  }

  .watch-videos {
    text-align: center;
  }

  .package-block {
    margin-bottom: 20px;
  }

  #all-videos {
    background: #ECECEC;
  }

  #youtube-all-iframe {
    width: 94% !important;
    height: 250px !important;
  }

  .site-logo {
    width: 150px;
  }

  .mySwiper {
    margin-top: 10px;
  }

  .second-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
  }

  .navbar-nav2 {
    display: block;
  }

  .right-menu {
    display: block;
    padding: 0;
  }

  .second-nav .nav-link {
    padding: 20px 0px 0px 20px;
  }

  #site-menu {
    display: block;
  }

}

@media only screen and (max-width: 993px) {
  .filters {
    display: none;
  }

  .search-result {
    display: block;
  }

  .nav-tabs .nav-link {}
}

@media only screen and (max-width: 1450px) and (min-width: 1198px) {
  .timer {
    font-size: 11px;
    top: -42px;
  }
}