/* ========================================================================
   Fonts
 ========================================================================== */

/* ========================================================================
   BS Base
 ========================================================================== */

:root {
  --swiper-theme-color: var(--bs-primary);
  --swiper-navigation-size: 2rem;
  --swiper-navigation-sides-offset: 1.5rem;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: bold;
}

.lead {
  font-weight: normal;
}

.display-1 {
  font-weight: bold;
}

.display-2 {
  font-weight: bold;
}

.display-3 {
  font-weight: bold;
}

.display-4 {
  font-weight: bold;
}

.display-5 {
  font-weight: bold;
}

.display-6 {
  font-weight: bold;
}

/* ========================================================================
   BS Container
 ========================================================================== */

/* ========================================================================
   BS Table
 ========================================================================== */

/* ========================================================================
   BS Form
 ========================================================================== */

/* ========================================================================
   BS Button
 ========================================================================== */

.btn {
  font-weight: 700;
}

.btn-info,
.btn-primary,
.btn-success {
  box-shadow: 0 0 20px 0 rgba(252, 255, 74, 0.2);
}

.btn-info:hover,
.btn-primary:hover,
.btn-success:hover {
  box-shadow: 0 0 30px 0 rgba(252, 255, 74, 0.4);
}

.btn-dark,
.btn-secondary {
  box-shadow: 0 0 20px 0 rgba(16, 15, 20, 0.2);
}

.btn-dark:hover,
.btn-secondary:hover {
  box-shadow: 0 0 30px 0 rgba(16, 15, 20, 0.55);
}

.btn-danger,
.btn-warning {
  box-shadow: 0 0 20px 0 rgba(240, 80, 110, 0.2);
}

.btn-danger:hover,
.btn-warning:hover {
  box-shadow: 0 0 30px 0 rgba(240, 80, 110, 0.4);
}

/* ========================================================================
   BS Collapse
 ========================================================================== */

/* ========================================================================
   BS Dropdown
 ========================================================================== */

/* ========================================================================
   BS Button group
 ========================================================================== */

/* ========================================================================
   BS Nav
 ========================================================================== */

/* ========================================================================
   BS Navbar
 ========================================================================== */

/* ========================================================================
   BS Card
 ========================================================================== */

/* ========================================================================
   BS Accordion
 ========================================================================== */
.accordion-button {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.1rem;
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-secondary-bg);
  border: 0;
  border-radius: var(--bs-border-radius);
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-secondary-bg);
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: 0.5rem;
  background-color: var(--bs-secondary-bg);
  border: 1px solid var(--bs-accordion-border-color) !important;
  border-radius: var(--bs-border-radius);
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* ========================================================================
   BS Pagination
 ========================================================================== */

/* ========================================================================
   BS Babge
 ========================================================================== */

/* ========================================================================
   BS Allert
 ========================================================================== */

/* ========================================================================
   BS Progress
 ========================================================================== */

/* ========================================================================
   BS List group
 ========================================================================== */

/* ========================================================================
   BS Close
 ========================================================================== */

/* ========================================================================
   BS Toast
 ========================================================================== */
.modal {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
/* ========================================================================
   BS Modal
 ========================================================================== */

/* ========================================================================
   BS Tooltip
 ========================================================================== */

/* ========================================================================
   BS Popover
 ========================================================================== */

/* ========================================================================
   BS Carousel
 ========================================================================== */

/* ========================================================================
   BS Spinner
 ========================================================================== */

/* ========================================================================
   BS Off-canvas
 ========================================================================== */

/* ========================================================================
   TM Topbar
 ========================================================================== */

/* ========================================================================
   TM Header
 ========================================================================== */

.tm-header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 800;
}

@media (min-width: 1400px) {
  .tm-header-fixed {
    padding-top: 1rem;
    background: linear-gradient(to bottom, var(--bs-body-bg), 40%, transparent);
  }
}

.tm-header {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: rgba(48, 46, 58, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1400px) {
  .tm-header {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
  }
}

.tm-logo {
  display: inline-block;
  max-width: 100%;
}

.tm-header-nav .nav-link {
  color: var(--bs-body-color);
  font-size: 1.2rem;
  padding-left: 0 !important;
  padding-right: 2rem !important;
}

.tm-header-nav .nav-link:hover,
.tm-header-nav .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.tm-header-nav .nav-link.active,
.tm-header-nav .show > .nav-link {
  color: var(--bs-nav-link-color);
}

.tm-header-nav .nav-link.disabled,
.tm-header-nav .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
}

.tm-header-nav .dropdown-menu {
  padding: 0 0.5rem;
}

.tm-header-nav .dropdown-item {
  padding: 0.5rem var(--bs-dropdown-item-padding-x);
  margin: 0.5rem 0;
  border-radius: var(--bs-dropdown-border-radius);
}

.tm-header-icon,
.tm-footer-icon {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: var(--bs-secondary);
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  text-align: center;
  box-sizing: border-box;
}

/* ========================================================================
   TM Section
 ========================================================================== */

.tm-section {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.tm-section-hero {
  padding-top: calc(50px + 7rem);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  .tm-section-hero {
    padding-top: calc(50px + 8rem);
  }
}

.tm-section-hero .tm-section-content {
  position: relative;
  min-height: 550px;
}

@media (min-width: 768px) {
  .tm-section-hero .tm-section-content > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .tm-section-hero .tm-section-content .tm-section-text {
    position: relative;
    z-index: 1;
    width: 60%;
  }
}

.tm-section-background {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1400px) {
  .tm-section-background {
    border-radius: 1.5rem;
  }
}

/* ========================================================================
   TM Button
 ========================================================================== */

.tm-floatin-button {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  font-size: 1.1rem;
}

/* ========================================================================
   TM Section Swiper
 ========================================================================== */

.tm-section-swiper .swiper {
  padding-bottom: 46px;
}

.tm-section-swiper .swiper-wrapper {
  align-items: stretch !important;
}

.tm-section-swiper .swiper-slide {
  height: auto !important;
}

@media (min-width: 576px) {
  .tm-section-swiper .swiper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(var(--bs-gutter-x) * 0.5);
    background: linear-gradient(to right, #302e3a, 50%, transparent);
    z-index: 10;
  }

  .tm-section-swiper .swiper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(var(--bs-gutter-x) * 0.5);
    background: linear-gradient(to left, #302e3a, 50%, transparent);
    z-index: 10;
  }
}

.tm-section-swiper .swiper-button-next,
.tm-section-swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  margin: 0;
  height: 26px;
  color: var(--bs-body-color);
  z-index: 20;
}

.tm-section-swiper .swiper-button-next:hover,
.tm-section-swiper .swiper-button-prev:hover {
  color: var(--bs-primary);
}

.tm-section-swiper .swiper-button-next.swiper-button-disabled,
.tm-section-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.tm-section-swiper .swiper-button-prev {
  left: 15px;
}

.tm-section-swiper .swiper-button-next {
  right: 15px;
}

.tm-section-swiper .swiper-button-next:after,
.tm-section-swiper .swiper-button-prev:after {
  font-family: bootstrap-icons !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 26px;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-section-swiper .swiper-button-prev:after,
.tm-section-swiper .swiper-rtl .swiper-button-next:after {
  content: "\f12f";
}

.tm-section-swiper .swiper-button-next:after,
.tm-section-swiper .swiper-rtl .swiper-button-prev:after {
  content: "\f138";
}

.tm-section-swiper .swiper-horizontal > .swiper-pagination-bullets,
.tm-section-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.tm-section-swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: 9px;
}

/* ========================================================================
   TM Footer
 ========================================================================== */

.tm-footer {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

/* ========================================================================
   TM Contacts
 ========================================================================== */

.leaflet-top .leaflet-control {
  margin-top: 20px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 20px;
}

.leaflet-left .leaflet-control {
  margin-left: 20px;
}

.leaflet-right .leaflet-control {
  margin-right: 20px;
}

.tm-contact-icon {
  display: inline-block;
  font-size: 2rem;
  line-height: 4.5rem;
  color: var(--bs-primary);
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  text-align: center;
  box-sizing: border-box;
}

/* ========================================================================
   TM Auctions
 ========================================================================== */

.tm-auctions-card {
  position: relative;
}

/* ========================================================================
   TM Features
 ========================================================================== */

.tm-features-icon {
  width: 4rem;
  height: 4rem;
}
