/* ==============
Template name : AuctionLab - Bid and Auction HTML Template
Author : Egens Theme
Version : 1.0.0
Created : 03-03-2022
Last update : 
================= */
/* CSS index 
-----------------------------------
1. Global CSS
2. Preloader Start
3. Reuseable Components Start
4. Sidebar start
5. Header area start
6. Hero area start
7. Search Section start
8. Category Area start
9. Product area start
10. Artist area start
11. Buyer area start
12. Collection area start
13. Blog area start
14. Newslatter area start
15. Footer area start
16. Live land auction area start
17. Upcoming land auction area start
18. Land banner area start
19. Best land auction area start
20. Learing process area start
21. Testimonial area start
-----------------------------------*/
/*=======================================
1. Global css start
=======================================*/
/*google fonts*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Mulish:wght@400;500;600;700;800;900&family=Raleway:wght@400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800&display=swap");
/* css variables */
:root {
  /*color variables*/
  --c-primary: #000915;
  --c-secondary: #fff;
  --text-secondary: #5C5C5C;
  /*font variables*/
  --ff-inter: 'Inter', sans-serif;
  --ff-releway: 'Raleway', sans-serif;
  --ff-rubik: 'Rubik', sans-serif;
  --ff-mulish: 'Mulish', sans-serif;
}

.bg--dark {
  background: #0C0D0D;
}

/*global css*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  font-size: 16px;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.swiper-negetive-space-x {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: -13px;
  padding-bottom: 13px;
}

/* table defult style */
table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
  border: 1px solid #eee;
  padding: 10px 10px;
}

/*defult input configure*/
input {
  height: 50px;
  width: 100%;
  padding: 10px 20px;
}

/* common utilities*/
.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .mt-110 {
    margin-top: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-110 {
    padding-top: 90px !important;
  }
}

@media (max-width: 767px) {
  .pt-110 {
    padding-top: 80px !important;
  }
}

.pb-110 {
  padding-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 767px) {
  .pb-110 {
    padding-bottom: 80px !important;
  }
}

.pt-110 {
  padding-top: 110px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.section-gap {
  padding-top: 115px;
}

.section-title h3 {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.section-title.style-light h3 {
  color: #212428;
}

.title-gap {
  padding-bottom: 25px;
}

.bg-dark {
  background: #212428;
}

.top-border-gray {
  border-top: 2px solid #E2E2E2;
}

/*=======================================
2. Preloader Start
=======================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@-webkit-keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #fff;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #D90A2C;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #fff;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #D90A2C;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}

.preloader .loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}

.preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/*=======================================
 preloader end
=======================================*

/*=======================================
 3. Reuseable Components Start
=======================================*/
.gamma-btn-fill {
  font-weight: 800;
  font-size: 18px;
  color: #17161A;
  background: #FF552E;
  border-radius: 10px;
  font-family: var(--ff-mulish);
  display: inline-block;
  padding: 9px 23px;
  border: 2px solid #FF552E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

@media (max-width: 767px) {
  .gamma-btn-fill {
    padding: 7px 15px;
  }
}

.gamma-btn-fill:hover {
  background: transparent;
  color: #FF552E;
}

.gamma-btn-outlined {
  font-weight: 800;
  font-size: 18px;
  color: #FF552E;
  background: transparent;
  border-radius: 10px;
  font-family: var(--ff-mulish);
  display: inline-block;
  padding: 9px 23px;
  border: 2px solid #FF552E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

@media (max-width: 767px) {
  .gamma-btn-outlined {
    padding: 7px 15px;
  }
}

.gamma-btn-outlined:hover {
  background: #FF552E;
  color: #17161A;
}

.gamma-btn-fill-md {
  background: #FF552E;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  padding: 7px 43px;
  font-family: var(--ff-inter);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  border: 1px solid #FF552E;
}

.gamma-btn-fill-md:hover {
  background: transparent;
  color: #FF552E;
}

.aprt-btn-alpha {
  background: #D90A2C;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  padding: 9px 42px;
  border: 2px solid #D90A2C;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.aprt-btn-alpha:hover {
  background: transparent;
  color: #D90A2C;
}

.land-section-header {
  text-align: center;
  max-width: 656px;
}

.land-section-header h2 {
  font-weight: 700;
  font-size: 35px;
  color: #D90A2C;
  font-family: var(--ff-rubik);
  padding-bottom: 10px;
}

.land-section-header p {
  font-size: 16px;
  line-height: 28px;
  color: #6A696C;
  font-family: var(--ff-releway);
}

.best-artist-area.style-light .nice-select span {
  color: #6A696C;
}

.best-artist-area.style-light .nice-select::after {
  border-bottom: 2px solid #6A696C;
  border-right: 2px solid #6A696C;
}

/*Nice select css*/
.nice-select {
  background-color: transparent;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  height: 37px;
  line-height: 35px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 170px;
  border: 1px solid #FF552E;
  box-sizing: border-box;
  border-radius: 10px;
}

.nice-select span {
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #FF552E;
}

.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 35px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: var(--ff-inter);
  font-size: 14px;
}

.nice-select .option:hover, .nice-select .option.focus {
  background-color: #f4f4f4;
}

.nice-select .option.selected {
  font-weight: 600;
}

.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*=======================================
 reuseable components end
=======================================*/
/*=======================================
 4. Sidebar start
=======================================*/
.menu-toggle-btn-full-shape.show-sidebar {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.menu-toggle-btn-full-shape {
  position: relative;
  width: 100%;
  max-width: 375px;
  padding: 30px 25px 0px 25px;
  height: 100%;
  position: fixed;
  right: 0;
  z-index: 999999;
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background: #fff;
  overflow-y: auto;
}

.menu-toggle-btn-full-shape .cross-icon i {
  color: #00152B;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: rgba(0, 21, 43, 0.08);
  text-align: center;
}

.menu-toggle-btn-full-shape .cross-icon i:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-toggle-btn-full-shape .sidebar-body {
  padding-top: 190px;
  padding-bottom: 290px;
}

.menu-toggle-btn-full-shape .sidebar-body h5 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  color: #00152B;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.menu-toggle-btn-full-shape .sidebar-body h5::after {
  content: '';
  width: 45px;
  height: 3px;
  border-radius: 4px;
  background: #00152B;
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu-toggle-btn-full-shape .sidebar-body .sidebar-social li {
  margin-bottom: 20px;
}

.menu-toggle-btn-full-shape .sidebar-body .sidebar-social i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #00152B;
  color: #00152B;
  margin-right: 15px;
}

.menu-toggle-btn-full-shape .sidebar-body .sidebar-social a {
  color: #00152B;
  font-size: 18px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu-toggle-btn-full-shape .sidebar-body .sidebar-social a:hover i {
  background: #00152B;
  border: 1px solid #00152B;
  color: #fff;
}

.menu-toggle-btn-full-shape .sidebar-bottom {
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
}

.menu-toggle-btn-full-shape .sidebar-bottom p {
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #00152B;
  margin-bottom: 5px;
}

.menu-toggle-btn-full-shape .sidebar-bottom span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #00152B;
}

.menu-toggle-btn-full-shape.dark-version {
  background: #111;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-top-area {
  background: #111;
}

.menu-toggle-btn-full-shape.dark-version .cross-icon i {
  color: #FF552E;
  background: rgba(255, 85, 46, 0.2);
  text-align: center;
}

.menu-toggle-btn-full-shape.dark-version .cross-icon i:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-toggle-btn-full-shape.dark-version .sidebar-body {
  padding-top: 190px;
  padding-bottom: 290px;
  background: #111;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-body h5 {
  color: #fff;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-body h5::after {
  background: #fff;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-body .sidebar-social a {
  color: #EEEEEE;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-body .sidebar-social a:hover i {
  background: #FF552E;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-body .sidebar-social i {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-bottom {
  border-top: 1px solid #EEEEEE;
  background: #111;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-bottom p {
  color: #fff;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-bottom span {
  color: #EEEEEE;
}

.menu-toggle-btn-full-shape.dark-version .sidebar-bottom-icon svg {
  fill: #fff;
}

.sidebar-bottom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sidebar-bottom-icon svg {
  fill: #00152B;
}

/*=======================================
 sidebar end
=======================================*/
/*=======================================
5. Header area start
=======================================*/
header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  z-index: 999;
}

header.sticky-header .header-style-dark {
  background: #000;
}

header.sticky-header .header-style-dark .main-nav ul li a {
  padding: 25px 0px;
}

header.sticky-header .header-style-dark .main-nav ul .has-child-menu::after {
  top: 28px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

header.sticky-header .header-style-dark .header-account .dropdown-menu {
  position: absolute;
  top: 22px !important;
}

.top-style-two {
  background: #17161A;
}

.top-style-two .topbar-contact-left .contact-list li {
  margin-right: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-style-two .topbar-contact-left .contact-list li:last-child {
  margin-right: 0;
}

.top-style-two .topbar-contact-left .contact-list li i {
  color: #fff;
  margin-right: 6px;
}

.top-style-two .topbar-contact-left .contact-list li a {
  font-size: 13px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
}

.top-style-two .topbar-social-links li {
  margin-right: 25px;
}

.top-style-two .topbar-social-links li:last-child {
  margin-right: 0;
}

.top-style-two .topbar-social-links li a {
  font-size: 15px;
  color: #fff;
}

.top-style-two .topbar-social-links li a:hover {
  color: #D90A2C;
}

.top-style-two .topbar-ad a {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  background: #D90A2C;
  padding: 10px 35px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.top-style-two .topbar-ad a:hover {
  background: #fff;
  color: #D90A2C;
  letter-spacing: 0.5px;
}

/*header style three*/
header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: smooth 1s ease-in;
          animation: smooth 1s ease-in;
}

header.sticky-header .header-style-three {
  background-color: #000915;
}

header.sticky-header .header-style-three .main-nav ul li a {
  padding: 25px 0px;
}

header.sticky-header .header-style-three .main-nav ul .has-child-menu::after {
  top: 28px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

header.sticky-header .header-style-three .header-account .dropdown-menu {
  position: absolute;
  top: 22px !important;
}

@media (max-width: 767px) {
  header.sticky-header .header-style-three .header-account .dropdown-menu {
    left: 0 !important;
  }
}

@-webkit-keyframes smooth {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smooth {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.dollar-icon {
  position: relative;
}

.dollar-icon .dropdown-menu {
  position: absolute;
  top: 39px !important;
  min-width: 190px;
  left: -250px !important;
  background-color: #111;
  border-radius: unset;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 767px) {
  .dollar-icon .dropdown-menu {
    left: 10px !important;
    top: 22px !important;
  }
}

.dollar-icon .dropdown-menu .dropdown-item {
  margin-bottom: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.dollar-icon .dropdown-menu .dropdown-item a {
  color: #eee;
}

.dollar-icon .dropdown-menu .dropdown-item:hover {
  background: #111;
}

.dollar-icon .dropdown-menu .dropdown-item:hover a {
  color: #b4b2b2;
}

.dollar-icon .dropdown-menu.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dollar-icon .dropdown-menu.account-list {
  padding: 20px 15px;
}

header .header-style-three {
  background: rgba(44, 50, 57, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 33;
}

header .header-style-three .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 10px 10px;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
}

header .header-style-three .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-three .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-three .main-nav ul > li a:hover {
  background: transparent;
  color: #f96822 !important;
}

header .header-style-three .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-three .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-three .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-three .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header .header-style-three .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-three .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

header .header-style-three .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-three .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 22px;
}

header .header-style-three .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-three .main-nav ul li:hover > a {
  color: #f96822;
}

header .header-style-three .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #f96822;
}

header .header-style-three .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--ff-mulish);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  position: relative;
  font-size: 15px;
}

header .header-style-three .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #f96822;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  opacity: 0;
  width: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a.active {
  color: #f96822;
  font-weight: 600;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a:hover {
  background: rgba(249, 104, 34, 0.1);
  color: #f96822 !important;
  padding-left: 20px;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a:hover::after {
  opacity: 1;
  width: 9px;
}

header .header-style-three .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #fff;
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 42px;
}

header .header-style-three .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-style-three .main-nav > ul > li > a.active {
  color: #f96822;
  font-weight: 600;
  font-size: 16px;
}

header .header-style-three .nav-right .nav-searchbar {
  position: relative;
  width: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-style-three .nav-right .nav-searchbar input {
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 10px 20px 10px 20px;
  background: rgba(33, 36, 40, 0.8);
  border: 1px solid rgba(255, 85, 46, 0.4);
  border-radius: 10px 0 0 10px;
}

header .header-style-three .nav-right .nav-searchbar button {
  height: 38px;
  background: #FF552E;
  border-radius: 0px 10px 10px 0px;
  border: none;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

header .header-style-three .nav-right .nav-actions ul {
  margin-left: 25px;
}

header .header-style-three .nav-right .nav-actions ul li {
  margin-right: 22px;
}

header .header-style-three .nav-right .nav-actions ul li i {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

header .header-style-three .nav-inner-actions li {
  margin-right: 25px;
}

header .header-style-three .nav-inner-actions li:last-child {
  margin-right: 0;
}

header .header-style-three .nav-inner-actions li i {
  color: #fff;
}

header .header-style-three .header-account .dropdown-menu {
  position: absolute;
  top: 35px !important;
  min-width: 190px;
  left: -100px !important;
  background-color: #111;
  border-radius: unset;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 767px) {
  header .header-style-three .header-account .dropdown-menu {
    left: 10px !important;
    top: 22px !important;
  }
}

header .header-style-three .header-account .dropdown-menu .dropdown-item {
  margin-bottom: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header .header-style-three .header-account .dropdown-menu .dropdown-item a {
  color: #eee;
}

header .header-style-three .header-account .dropdown-menu .dropdown-item:hover {
  background: #111;
}

header .header-style-three .header-account .dropdown-menu .dropdown-item:hover a {
  color: #b4b2b2;
}

header .header-style-three .header-account .dropdown-menu.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .header-style-three .header-account .dropdown-menu.dollar-list {
  padding: 20px 15px;
}

/*header style dark*/
header .header-style-dark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 33;
}

header .header-style-dark .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 10px 10px;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
}

header .header-style-dark .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-dark .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-dark .main-nav ul > li a:hover {
  background: transparent;
  color: #f96822 !important;
}

header .header-style-dark .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-dark .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-dark .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-dark .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header .header-style-dark .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-dark .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

header .header-style-dark .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-dark .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 22px;
}

header .header-style-dark .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-dark .main-nav ul li:hover > a {
  color: #f96822;
}

header .header-style-dark .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #f96822;
}

header .header-style-dark .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--ff-mulish);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  position: relative;
  font-size: 15px;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 10px 15px;
  color: #00152B;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li a::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #f96822;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  opacity: 0;
  width: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li a.active {
  color: #f96822;
  font-weight: 600;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li a:hover {
  background: rgba(249, 104, 34, 0.1);
  color: #f96822 !important;
  padding-left: 20px;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-dark .main-nav ul li ul.sub-menu > li a:hover::after {
  opacity: 1;
  width: 9px;
}

header .header-style-dark .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #fff;
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 42px;
}

header .header-style-dark .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-style-dark .main-nav > ul > li > a.active {
  color: #f96822;
  font-weight: 600;
  font-size: 16px;
}

header .header-style-dark .nav-right .nav-searchbar {
  position: relative;
  width: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-style-dark .nav-right .nav-searchbar input {
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 10px 20px 10px 20px;
  background: rgba(33, 36, 40, 0.8);
  border: 1px solid rgba(255, 85, 46, 0.4);
  border-radius: 10px 0 0 10px;
}

header .header-style-dark .nav-right .nav-searchbar button {
  height: 38px;
  background: #FF552E;
  border-radius: 0px 10px 10px 0px;
  border: none;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

header .header-style-dark .nav-right .nav-actions ul {
  margin-left: 25px;
}

header .header-style-dark .nav-right .nav-actions ul li {
  margin-right: 22px;
}

header .header-style-dark .nav-right .nav-actions ul li i {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

header .header-style-dark .nav-inner-actions li {
  margin-right: 25px;
}

header .header-style-dark .nav-inner-actions li:last-child {
  margin-right: 0;
}

header .header-style-dark .nav-inner-actions li i {
  color: #fff;
}

header .header-style-dark .header-account .dropdown-menu {
  position: absolute;
  top: 35px !important;
  min-width: 190px;
  left: -100px !important;
  background-color: #111;
  border-radius: unset;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 991px) {
  header .header-style-dark .header-account .dropdown-menu {
    top: 22px !important;
    left: 10px !important;
  }
}

header .header-style-dark .header-account .dropdown-menu .dropdown-item {
  margin-bottom: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header .header-style-dark .header-account .dropdown-menu .dropdown-item a {
  color: #eee;
}

header .header-style-dark .header-account .dropdown-menu .dropdown-item:hover {
  background: #111;
}

header .header-style-dark .header-account .dropdown-menu .dropdown-item:hover a {
  color: #b4b2b2;
}

header .header-style-dark .header-account .dropdown-menu.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .header-style-dark .header-account .dropdown-menu.account-list {
  padding: 20px 15px;
}

/*header style four*/
header .header-style-four {
  position: relative;
  background: white;
}

header .header-style-four .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 10px 10px;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
}

header .header-style-four .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-four .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-four .main-nav ul > li a:hover {
  background: transparent;
  color: #f96822 !important;
}

header .header-style-four .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-four .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-four .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-four .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header .header-style-four .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-four .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

header .header-style-four .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-four .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-style-four .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-four .main-nav ul li:hover > a {
  color: #f96822;
}

header .header-style-four .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #f96822;
}

header .header-style-four .main-nav ul li a {
  font-size: 16px;
  color: #00152B;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--ff-rubik);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 38px 0;
  position: relative;
}

header .header-style-four .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 10px 15px;
  color: #00152B;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: var(--ff-rubik);
}

header .header-style-four .main-nav ul li ul.sub-menu > li a::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #D90A2C;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  opacity: 0;
  width: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a.active {
  color: #f96822;
  font-weight: 600;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a:hover {
  background: rgba(217, 10, 44, 0.1);
  color: #D90A2C !important;
  padding-left: 20px;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a:hover::after {
  opacity: 1;
  width: 10px;
}

header .header-style-four .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #00152B;
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 41px;
}

header .header-style-four .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-style-four .main-nav > ul > li > a.active {
  color: #f96822;
  font-weight: 600;
  font-size: 16px;
}

header .header-style-four .nav-right .nav-actions li {
  margin-right: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

header .header-style-four .nav-right .nav-actions li:last-child {
  margin-right: 0;
}

header .header-style-four .nav-right .nav-actions li i {
  font-size: 22px;
  color: #454545;
  cursor: pointer;
}

header .header-style-four .nav-right .nav-actions li.dollar-icon {
  border: 1px solid #17161A;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
}

header .header-style-four .nav-right .nav-actions li.dollar-icon i {
  font-size: 12px;
}

header .header-style-four .nav-right .nav-actions li:hover {
  border-color: #D90A2C;
}

header .header-style-four .nav-right .nav-actions li:hover i {
  color: #D90A2C;
}

header .header-style-four .nav-right .contact-no .contact-icon {
  margin-right: 8px;
}

header .header-style-four .nav-right .contact-no .contact-info p {
  font-weight: 600;
  font-size: 12px;
  color: #454545;
}

header .header-style-four .nav-right .contact-no .contact-info h6 {
  font-weight: 700;
  font-size: 14px;
  color: #00152B;
  padding-top: 4px;
}

header .header-style-four .nav-right .contact-no .contact-info h6 a {
  color: inherit;
}

header .header-style-four .nav-inner-actions li {
  margin-right: 20px;
}

header .header-style-four .nav-inner-actions li:last-child {
  margin-right: 0;
}

header .header-style-four .nav-inner-actions li i {
  color: #17161A;
}

header .header-style-four .inner-social-icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  padding: 0;
}

header .header-style-four .inner-social-icons li {
  padding: 0 !important;
}

header .header-style-four .inner-social-icons li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333A44;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .header-style-four .inner-social-icons li a i {
  line-height: 1;
  color: #fff !important;
}

header .header-style-four .header-account .dropdown-menu {
  position: absolute;
  top: 35px !important;
  min-width: 190px;
  left: -100px !important;
  background-color: #111;
  border-radius: unset;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header .header-style-four .header-account .dropdown-menu .dropdown-item {
  margin-bottom: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header .header-style-four .header-account .dropdown-menu .dropdown-item a {
  color: #eee;
}

header .header-style-four .header-account .dropdown-menu .dropdown-item:hover {
  background: #111;
}

header .header-style-four .header-account .dropdown-menu .dropdown-item:hover a {
  color: #b4b2b2;
}

header .header-style-four .header-account .dropdown-menu.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .header-style-four .header-account .dropdown-menu.account-list {
  padding: 20px 15px;
}

@media (max-width: 1199px) {
  header .header-style-four .header-account .dropdown-menu {
    left: 0px !important;
    top: 22px !important;
  }
}

header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: smooth 0.6s ease-in;
          animation: smooth 0.6s ease-in;
}

header.sticky-header .header-style-four {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

header.sticky-header .header-style-four .main-nav ul li a {
  padding: 25px 0px;
}

header.sticky-header .header-style-four .main-nav ul .has-child-menu::after {
  position: absolute;
  top: 28px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

header.sticky-header .header-style-four .header-account .dropdown-menu {
  position: absolute;
  top: 22px !important;
}

header.sticky-header .header-style-four .dollar-icon .dropdown-menu {
  position: absolute;
  top: 22px !important;
}

@keyframes smooth {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.swiper-progress-bar {
  width: 100%;
  height: 5px;
  position: relative;
  background: #747376;
}

.swiper-progress-bar .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: #D90A2C;
  z-index: 1;
}

.swiper-progress-bar .progress-sections {
  left: 0;
  top: 0;
  position: absolute;
  height: inherit;
  width: inherit;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swiper-progress-bar .progress-sections span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
}

.swiper-progress-bar .progress-sections span:last-child {
  border-right-width: 0;
}

/*=======================================
 header area end
=======================================*/
/*=======================================
6. Hero area start
=======================================*/
.hero-style-three {
  position: relative;
}

.hero-style-three .number-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 47.5%;
  max-width: 100px;
}

.hero-style-three .number-pagination .swiper-pagination-bullet {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--ff-mulish);
  margin-bottom: 45px;
  padding-left: 10px;
}

@media (max-width: 1399px) {
  .hero-style-three .number-pagination .swiper-pagination-bullet {
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  .hero-style-three .number-pagination .swiper-pagination-bullet {
    font-size: 14px;
    font-weight: 600;
  }
}

.hero-style-three .number-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #FF552E;
  position: relative;
}

.hero-style-three .number-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 13px;
  background: #FF552E;
}

@media (max-width: 1399px) {
  .hero-style-three .number-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-three .number-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 93%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-style-three .number-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 93%;
  }
}

@media (max-width: 991px) {
  .hero-style-three .number-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 93%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero-style-three .banner-left-area {
  background: #252A31;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 250px;
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .hero-style-three .banner-left-area {
    padding: 120px 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-style-three .banner-left-area .banner-badge {
  background: #1B2027;
  font-size: 18px;
  font-weight: 700;
  color: #dddddd;
  text-align: center;
  padding: 3px 10px;
  text-align: center;
  margin: 10px;
}

.hero-style-three .banner3-title h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: var(--ff-mulish);
  color: var(--c-secondary);
  line-height: 1.3;
  margin-bottom: 26px;
}

.hero-style-three .banner3-title h1 span {
  font-weight: 900;
  color: #FF552E;
}

@media (max-width: 767px) {
  .hero-style-three .banner3-title h1 {
    font-size: 38px;
    text-align: center;
  }
}

.hero-style-three .design-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .hero-style-three .design-info {
    padding: 0px 40px;
  }
}

@media (max-width: 767px) {
  .hero-style-three .design-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-style-three .design-info .author-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.hero-style-three .design-info .author-name {
  font-size: 13px;
  font-weight: 500;
  color: #dddddd;
  font-family: var(--ff-inter);
}

.hero-style-three .design-info .author-img {
  max-width: 36px;
  max-height: 36px;
  width: 100%;
  margin-right: 10px;
}

.hero-style-three .design-info .author-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #dddddd;
}

.hero-style-three .design-info .price {
  text-align: right;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hero-style-three .design-info .price {
    text-align: center;
  }
}

.hero-style-three .design-info .price p {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--ff-mulish);
  color: #fff;
  margin-bottom: 0;
}

.hero-style-three .design-info .price p span {
  font-size: 30px;
  font-weight: 800;
  color: #FF552E;
}

.hero-style-three .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .hero-style-three .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-style-three .eg-btn {
  font-size: 18px;
  font-weight: 800;
  font-family: var(--ff-mulish);
  padding: 7px 46px;
  border-radius: 10px;
  white-space: nowrap;
  border: 2px solid #FF552E;
}

@media (max-width: 576px) {
  .hero-style-three .eg-btn {
    padding: 6px 25px;
  }
}

.hero-style-three .btn-fil {
  background: #FF552E;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hero-style-three .btn-fil:hover {
  background: transparent;
  color: #FF552E;
}

.hero-style-three .btn-outline {
  background: transparent;
  border: 2px solid #FF552E;
  color: #FF552E;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hero-style-three .btn-outline:hover {
  background: #FF552E;
  color: #fff;
}

.hero-style-three .left-btm {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1399px) {
  .hero-style-three .left-btm {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .left-top {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: rotation 15s linear infinite alternate;
          animation: rotation 15s linear infinite alternate;
}

@media (max-width: 767px) {
  .hero-style-three .left-top {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .mid-top {
  position: absolute;
  top: 100px;
  left: 40%;
}

@media (max-width: 767px) {
  .hero-style-three .mid-top {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .text-art {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: scale 3s linear infinite alternate;
          animation: scale 3s linear infinite alternate;
}

@media (max-width: 767px) {
  .hero-style-three .text-art {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .banner-bg-color {
  background: #252A31;
}

.hero-style-three img {
  z-index: 9;
}

.hero-style-three .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #fff;
}

.hero-style-three .swiper-pagination-bullet-active {
  color: orange;
  background: #007aff;
}

.hero-style-three .banner-countdwn li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #dddddd;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .hero-style-three .banner-countdwn li {
    font-size: 11px;
  }
}

.hero-style-three .banner-countdwn li span {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 767px) {
  .hero-style-three .banner-countdwn li span {
    font-size: 20px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* hero area three*/
.hero-style-dark .hero-pagination {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 1;
}

.hero-style-dark .hero-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  display: inline-block !important;
  z-index: 1;
  opacity: 0.15;
}

.hero-style-dark .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  opacity: .75;
  background: #FF552E;
}

.hero-style-dark .hero-item {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 250px;
  padding-bottom: 195px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-style-dark .hero-item {
    padding-top: 200px;
    padding-bottom: 145px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-dark .hero-item {
    padding-top: 170px;
    padding-bottom: 125px;
  }
}

@media (max-width: 767px) {
  .hero-style-dark .hero-item {
    padding-top: 150px;
    padding-bottom: 105px;
  }
}

.hero-style-dark .hero-item.swiper-slide-active .hero-content-wrap h1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.hero-style-dark .hero-item.swiper-slide-active .hero-content-wrap .hero-btns {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.hero-style-dark .hero-item.hero-item-one {
  background: url(../images/banner/hero3-bg1.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #01060a), to(#01060a));
  background: url(../images/banner/hero3-bg1.png), linear-gradient(#01060a 100%, #01060a 100%);
}

.hero-style-dark .hero-item.hero-item-two {
  background: url(../images/banner/hero3-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #01060a), to(#01060a));
  background: url(../images/banner/hero3-bg2.png), linear-gradient(#01060a 100%, #01060a 100%);
  background-size: cover;
}

.hero-style-dark .hero-item .hero-content-wrap h1 {
  font-weight: 800;
  font-size: 53px;
  line-height: 65px;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  padding-bottom: 30px;
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
}

.hero-style-dark .hero-item .hero-content-wrap h1 span {
  color: #FF552E;
}

@media (max-width: 767px) {
  .hero-style-dark .hero-item .hero-content-wrap h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

.hero-style-dark .hero-item .hero-content-wrap p {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  padding-bottom: 50px;
}

.hero-style-dark .hero-item .hero-content-wrap .hero-btns {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 2000ms ease, visibility 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, visibility 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease, -webkit-transform 2000ms ease;
}

.hero-style-dark .hero-item .hero-content-wrap .hero-btns a {
  margin-right: 30px;
}

.hero-style-dark .hero-item .hero-content-wrap .hero-btns a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .hero-style-dark .hero-item .hero-content-wrap .hero-btns a {
    margin-right: 15px;
  }
}

/* hero area four*/
.hero-style-four .hero-single-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.hero-style-four .hero-single-slide .hero-content-layer {
  background: url(../images/shape/apertment-bg-shape.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #17161a), to(#17161a));
  background: url(../images/shape/apertment-bg-shape.png), linear-gradient(#17161a 100%, #17161a 100%);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content {
  max-width: 570px;
  color: #fff;
  padding: 80px 24px;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .land-title {
  font-weight: 800;
  font-size: 73px;
  letter-spacing: 5px;
  opacity: 0.3;
  font-family: var(--ff-rubik);
  -webkit-text-stroke: 2.5px  #FFFFFF;
  -webkit-text-fill-color: transparent;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment {
  padding-top: 40px;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .apartment-disc li {
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  font-family: var(--ff-releway);
  line-height: 40px;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .apartment-disc li strong {
  font-size: 18px;
  font-weight: 700;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .features {
  padding-top: 10px;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .features .feature-list {
  margin-right: 30px;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .features .feature-list li {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .features .feature-list li i {
  font-size: 18px;
  color: #D90A2C;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .featured-bottom {
  padding-top: 50px;
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .featured-bottom h3 {
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
}

.hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .featured-bottom h3 span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
}

.hero-style-four .hero-single-slide .hero-highlighted-bg {
  height: 100%;
}

.hero-style-four .hero-single-slide .hero-highlighted-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=======================================
 hero area end
=======================================*/
/*=======================================
7. Search Section start
=======================================*/
.search-section {
  background: #F5F5F5;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .search-section {
    padding: 35px 30px;
  }
}

.search-section .search-form .form-inner {
  padding: 25px 30px 25px 30px;
}

@media (max-width: 991px) {
  .search-section .search-form .form-inner {
    border-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .search-section .search-form .form-inner {
    padding: 0px;
    margin-bottom: 25px;
  }
}

.search-section .search-form label {
  font-size: 19px;
  font-weight: 500;
  font-family: var(--ff-rubik);
  color: var(#484848);
}

.search-section .search-form input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-left: 0px;
  height: 20px;
}

.search-section .search-form input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--ff-releway);
  color: #6A696C;
}

.search-section .search-form input:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--ff-releway);
  color: #6A696C;
}

.search-section .search-form input::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--ff-releway);
  color: #6A696C;
}

.search-section .search-form input::placeholder {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--ff-releway);
  color: #6A696C;
}

.search-section .search-form select {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-left: 0px;
  height: 20px;
}

.search-section .explore-btn {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ff-rubik);
  color: #fff;
  background-color: #D90A2C;
  border: 1px solid #D90A2C;
  padding: 13px 73px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-section .explore-btn {
    padding: 13px 50px;
  }
}

@media (max-width: 767px) {
  .search-section .explore-btn {
    padding: 10px 45px;
    margin: 20px auto 0px;
  }
}

.search-section .explore-btn:hover {
  background-color: #fff;
  color: #D90A2C;
}

.search-section .nice-select {
  border: none;
  color: #6A696C;
  padding-left: 0px;
  width: 210px;
}

.search-section .nice-select span {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--ff-releway);
}

.search-section .nice-select::after {
  color: #6A696C;
  border-bottom: 1px solid #6A696C;
  border-right: 1px solid #6A696C;
}

.search-section .nice-select .list {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.05);
  left: -5px;
  border-radius: 0px 0px 3px 3px;
}

.search-section .border--right {
  border-right: 1px solid rgba(196, 196, 196, 0.5);
}

@media (max-width: 1199px) {
  .search-section .border--right {
    border-right: unset;
  }
}

/*=======================================
search-section start
=======================================*/
/*=======================================
8. Category Area start
=======================================*/
.category-style-three .slider-arrows .swiper-prev-arrow, .category-style-three .slider-arrows .swiper-next-arrow {
  position: absolute;
  top: 73%;
}

.category-style-three .slider-arrows .swiper-prev-arrow {
  left: 5%;
}

.category-style-three .slider-arrows .swiper-next-arrow {
  right: 5%;
}

.category-item {
  background: #212428;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px -2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
  margin-top: 25px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.category-item.style-light {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.category-item.style-light .cat-icon {
  fill: #FF552E;
}

.category-item.style-light:hover {
  background-color: #FF552E;
}

.category-item.style-light:hover h6 {
  color: #fff;
}

.category-item.style-light:hover .cat-icon {
  fill: #fff;
}

.category-item .cate-count {
  -webkit-text-stroke: 1px  #fff;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: var(--ff-mulish);
  opacity: .5;
  position: absolute;
  top: 10px;
  left: 10px;
}

.category-item .category-icon {
  min-height: 70px;
}

.category-item .category-icon img {
  max-width: 70px;
}

.category-item h6 {
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
}

.category-item h6.style-light {
  color: #212428;
}

.category-item h6 a {
  color: inherit;
}

.category-item .cat-icon2 {
  fill: #FF552E;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.category-item:hover {
  background: #FF552E;
}

.category-item:hover .cat-icon2 {
  fill: #FF552E;
  fill: #fff;
}

/*=======================================
category area end
=======================================*/
/*=======================================
9. Product area start
=======================================*/
.product-art-alpha {
  background: #212428;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px 20px;
  padding-top: 35px;
  font-family: var(--ff-inter);
  position: relative;
  z-index: 2;
}

.product-art-alpha.style-light {
  background: #fff;
  z-index: 5;
}

.product-art-alpha:hover .product .product-overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.product-art-alpha .product {
  border-radius: 10px;
  position: relative;
  width: 100%;
}

.product-art-alpha .product img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}

.product-art-alpha .product .countdown {
  background: #FF552E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  display: inline-block;
  position: absolute;
  padding: 8px 16px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 215px;
  text-align: center;
  z-index: 1;
}

.product-art-alpha .product .countdown h6 {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.product-art-alpha .product .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(23, 22, 26, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.product-art-alpha .product .product-overlay.blur-overlay {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.product-art-alpha .product .product-overlay .product-view {
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
}

.product-art-alpha .product .product-overlay h6 {
  font-weight: 800;
  font-size: 18px;
  text-transform: capitalize;
  color: #FF552E;
  font-size: var(--ff-mulish);
  margin-top: 20px;
}

.product-art-alpha .product .product-overlay .share-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.product-art-alpha .product .product-overlay .share-options li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27px;
  height: 27px;
  background: #FF552E;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  border-radius: 34px;
  color: #FFFFFF;
  border: 1px solid #FF552E;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.product-art-alpha .product .product-overlay .share-options li a:hover {
  color: #FF552E;
  background: transparent;
}

.product-art-alpha .product .product-overlay .share-options li a i {
  font-size: 13px;
  color: inherit;
}

.product-art-alpha .product-disc .product-title {
  padding-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.product-art-alpha .product-disc .product-title.style-light {
  color: #212428;
}

.product-art-alpha .product-disc .product-title a {
  color: inherit;
}

.product-art-alpha .product-disc .product-metas {
  padding-top: 20px;
}

.product-art-alpha .product-disc .product-metas .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-art-alpha .product-disc .product-metas .author .avater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-art-alpha .product-disc .product-metas .author .avater img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.product-art-alpha .product-disc .product-metas .author .avater span {
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: inline-block;
}

.product-art-alpha .product-disc .product-metas .author .avater span.style-light {
  color: #6A696C;
}

.product-art-alpha .product-disc .product-metas .author .price ins {
  text-decoration: none;
  font-weight: 600;
  font-family: var(--ff-inter);
  font-size: 20px;
  text-transform: capitalize;
  color: #FF552E;
  margin-right: 15px;
}

.product-art-alpha .product-disc .product-metas .author .price span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFf;
}

.product-art-alpha .product-disc .product-metas .author .price.style-light span {
  color: #333;
}

.product-art-alpha .product-disc .product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 28px;
}

.product-art-alpha .product-disc .product-footer .product-btn {
  font-weight: 800;
  font-size: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #FF552E;
  border-radius: 10px;
  display: inline-block;
  font-family: var(--ff-mulish);
  padding: 6px 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #FF552E;
}

.product-art-alpha .product-disc .product-footer .product-btn:hover {
  background: #212428;
  color: #FF552E;
  border: 1px solid #FF552E;
}

.product-art-alpha .product-disc .product-footer .product-btn.light-mode:hover {
  background: #fff;
  color: #FF552E;
  border: 1px solid #FF552E;
}

.product-art-alpha .product-disc .product-footer .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-art-alpha .product-disc .product-footer .product-actions li {
  margin-left: 15px;
}

.product-art-alpha .product-disc .product-footer .product-actions li i {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.product-art-alpha .product-disc .product-footer .product-actions li i:hover {
  color: #FF552E;
}

.product-art-alpha .product-disc .product-footer .product-actions.style-light i {
  color: #212428;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.product-art-alpha .product-disc .product-footer .product-actions.style-light i:hover {
  color: #FF552E;
}

.explore-pills {
  margin-top: 25px;
}

.explore-pills ul li {
  cursor: pointer;
}

.explore-pills ul li .nav-link {
  background-color: transparent;
  padding: 0;
  min-width: 200px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

.explore-pills ul li .nav-link:hover {
  background-color: transparent;
}

.explore-pills ul li .nav-link:hover h6 {
  background-color: #FF552E;
  border-color: transparent;
}

.explore-pills ul li .nav-link:hover .icon svg {
  fill: #FF552E;
}

.explore-pills ul li .nav-link:hover .cate-count {
  opacity: 1;
}

.explore-pills ul li .nav-link.active {
  background-color: transparent;
}

.explore-pills ul li .nav-link.active h6 {
  background-color: #FF552E;
  border-color: transparent;
}

.explore-pills ul li .nav-link.active .icon svg {
  fill: #FF552E;
}

.explore-pills ul li .nav-link.active .cate-count {
  opacity: 1;
}

.explore-pills ul li .nav-link .cate-count {
  font-weight: 800;
  font-size: 13px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  background: #FF552E;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1.5px 16.5px;
  opacity: 0;
  margin-left: -1px;
  margin-top: -1px;
}

.explore-pills ul li .nav-link .icon {
  min-height: 92px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.explore-pills ul li .nav-link .icon svg {
  fill: #fff;
}

.explore-pills ul li .nav-link h6 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  border: 2px solid #1E2125;
  background: transparent;
  padding: 8px 10px;
}

.explore-pills.style-light ul li .nav-link {
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.explore-pills.style-light ul li .nav-link:hover {
  background-color: transparent;
}

.explore-pills.style-light ul li .nav-link:hover h6 {
  background-color: #FF552E;
  border-color: transparent;
}

.explore-pills.style-light ul li .nav-link:hover .icon svg {
  fill: #FF552E;
}

.explore-pills.style-light ul li .nav-link:hover h6 {
  color: #fff;
}

.explore-pills.style-light ul li .nav-link.active {
  background-color: transparent;
}

.explore-pills.style-light ul li .nav-link.active h6 {
  background-color: #FF552E;
  border-color: transparent;
}

.explore-pills.style-light ul li .nav-link.active .icon svg {
  fill: #FF552E;
}

.explore-pills.style-light ul li .nav-link.active h6 {
  color: #fff;
}

.explore-pills.style-light ul li .nav-link .icon {
  min-height: 92px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.explore-pills.style-light ul li .nav-link .icon svg {
  fill: #6A696C;
}

.explore-pills.style-light ul li .nav-link h6 {
  font-weight: 600;
  font-size: 18px;
  color: #6A696C;
  font-family: var(--ff-mulish);
  border: 2px solid #EFEFEF;
  background: transparent;
  padding: 8px 0;
}

.explore-tab-content {
  margin-top: 45px;
}

/*=======================================
 product area end
=======================================*/
/*=======================================
10. Artist area start
=======================================*/
.artist-alpha {
  text-align: center;
  margin-top: 25px;
  background: #212428;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  position: relative;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.artist-alpha.style-light {
  background: #fff;
}

.artist-alpha.style-light .artist-disc h5 {
  color: #212428;
}

.artist-alpha.style-light .artist-disc .artist-disc-footer .totol-art span {
  color: #212428;
}

.artist-alpha .artist-index {
  padding: 1px 12px;
  position: absolute;
  left: 25px;
  top: 25px;
  background: #FF552E;
  border-radius: 5px;
  font-weight: 900;
  font-size: 15px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
}

.artist-alpha .artist {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  overflow: hidden;
}

.artist-alpha .artist .active-status {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #31A24C;
  border: 1.5px solid #212428;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  bottom: 4.5px;
  right: 2.5px;
}

.artist-alpha .artist img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.artist-alpha .artist-disc .artist-name {
  padding-top: 8px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: var(--ff-mulish);
}

.artist-alpha .artist-disc .artist-id {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #FF552E;
  font-family: var(--ff-inter);
  padding-top: 10px;
}

.artist-alpha .artist-disc .artist-disc-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
}

.artist-alpha .artist-disc .artist-disc-footer .totol-art img {
  margin-right: 7px;
}

.artist-alpha .artist-disc .artist-disc-footer .totol-art span {
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.artist-alpha .artist-disc .artist-disc-footer .follow-btn {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: #FF552E;
  border: 1px solid #FF552E;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--ff-inter);
  padding: 2px 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.artist-alpha .artist-disc .artist-disc-footer .follow-btn:hover {
  border: 1px solid #FF552E;
  background: #fff;
  color: #FF552E;
}

.artist-alpha:hover {
  border: 1px solid rgba(255, 85, 46, 0.7);
}

/*=======================================
 artist area end
=======================================*/
/*=======================================
11. Buyer area start
=======================================*/
.buyer-card-alpha {
  margin-top: 25px;
  background: #212428;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 30px;
  padding-left: 37px;
  position: relative;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.buyer-card-alpha.style-light {
  background: #fff;
}

.buyer-card-alpha.style-light .buyer-disc .buyer-name {
  color: #212428;
}

.buyer-card-alpha.style-light .buyer-disc .buyer-disc-bottom span {
  color: #6A696C;
}

.buyer-card-alpha .buyer-index {
  position: absolute;
  background: #FF552E;
  border-radius: 14px 30px 30px 30px;
  font-weight: 900;
  font-size: 15px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  z-index: 1;
  top: 0;
  left: 0;
  padding: 4px 8px;
  min-width: 42px;
  text-align: center;
}

.buyer-card-alpha .buyer {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  min-width: 60px;
  overflow: hidden;
}

.buyer-card-alpha .buyer .active-status {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #31A24C;
  border: 1.5px solid #212428;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  bottom: 4.5px;
  right: 2.5px;
}

.buyer-card-alpha .buyer img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.buyer-card-alpha .buyer-disc {
  margin-left: 15px;
}

.buyer-card-alpha .buyer-disc .buyer-name {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  padding-bottom: 7px;
}

.buyer-card-alpha .buyer-disc .id {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #FF552E;
  font-family: var(--ff-inter);
}

.buyer-card-alpha .buyer-disc .buyer-disc-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}

.buyer-card-alpha .buyer-disc .buyer-disc-bottom span {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: var(--ff-inter);
  margin-right: 20px;
}

.buyer-card-alpha .buyer-disc .buyer-disc-bottom span:last-child {
  margin-right: 0;
}

.buyer-card-alpha .buyer-disc .buyer-disc-bottom span i {
  color: #FF552E;
  margin-right: 4px;
}

.buyer-card-alpha:hover {
  border: 1px solid rgba(255, 85, 46, 0.7);
}

.buyer-area .title-gap {
  padding-bottom: 25px;
}

.buyer-area.style-light .nice-select span {
  color: #6A696C;
}

.buyer-area.style-light .nice-select::after {
  border-bottom: 2px solid #6A696C;
  border-right: 2px solid #6A696C;
}

/*=======================================
 buyer area end
=======================================*/
/*=======================================
12. Collection area start
=======================================*/
.collection-alpha {
  margin-top: 25px;
  background: #212428;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px -2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.collection-alpha.style-light {
  background: #fff;
}

.collection-alpha.style-light .collection-disc .collection-title {
  color: #212428;
}

.collection-alpha.style-light .collection-disc .collection-title a {
  color: inherit;
}

.collection-alpha.style-light .collection-disc .collection-footer span {
  color: #6A696C;
}

.collection-alpha:hover .cover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.collection-alpha .cover {
  border-radius: 10px;
  overflow: hidden;
}

.collection-alpha .cover img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.collection-alpha .collection-disc {
  text-align: center;
  padding: 20px;
  padding-top: 0;
}

.collection-alpha .collection-disc .profil {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  overflow: hidden;
  margin-top: -40px;
}

.collection-alpha .collection-disc .profil .active-status {
  position: absolute;
  display: inline-block;
  width: 17.14px;
  height: 17.14px;
  background: #31A24C;
  border: 1.5px solid #212428;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  bottom: 4.5px;
  right: 2.5px;
}

.collection-alpha .collection-disc .profil img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.collection-alpha .collection-disc .collection-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding-top: 10px;
  font-family: var(--ff-mulish);
}

.collection-alpha .collection-disc .collection-title a {
  color: inherit;
}

.collection-alpha .collection-disc .artist-id {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #FF552E;
  font-family: var(--ff-inter);
  padding-top: 7px;
}

.collection-alpha .collection-disc .collection-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.collection-alpha .collection-disc .collection-footer span {
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-alpha .collection-disc .collection-footer span img {
  margin-right: 7px;
}

/*=======================================
 collection area end
=======================================*/
/*=======================================
13. Blog area start
=======================================*/
.blog-art-alpha {
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.blog-art-alpha:hover .thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.blog-art-alpha .thumb {
  overflow: hidden;
  position: relative;
}

.blog-art-alpha .thumb .date {
  background: #17161A;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--ff-inter);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4.5px 16px;
}

.blog-art-alpha .thumb img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-art-alpha .blog-body {
  padding: 20px;
}

.blog-art-alpha .blog-body .blog-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.blog-art-alpha .blog-body .blog-title a {
  color: inherit;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-art-alpha .blog-body .blog-title:hover a {
  color: #FF552E;
}

.blog-art-alpha .blog-body .blog-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.blog-art-alpha .blog-body .blog-bottom .readme-btn {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #FF552E;
  font-family: var(--ff-inter);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.blog-art-alpha .blog-body .blog-bottom .readme-btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.blog-art-alpha .blog-body .blog-bottom .readme-btn i {
  -webkit-transition: all .25s;
  transition: all .25s;
}

.blog-art-alpha .blog-body .blog-bottom .readme-btn i::before {
  vertical-align: middle;
}

.blog-art-alpha .blog-body .blog-bottom .metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-art-alpha .blog-body .blog-bottom .metas li {
  margin-right: 12px;
}

.blog-art-alpha .blog-body .blog-bottom .metas li:last-child {
  margin-right: 0;
}

.blog-art-alpha .blog-body .blog-bottom .metas li i {
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.blog-art-alpha .blog-body .blog-bottom .metas li i:hover {
  color: #FF552E;
}

.blog-art-alpha .blog-body.dark--bg {
  background: #212428;
}

.blog-art-alpha.style-light .blog-title {
  color: #212428;
}

.blog-art-alpha.style-light .blog-title a {
  color: inherit;
}

.blog-art-alpha.style-light .blog-bottom .metas li i {
  color: #212428;
}

.blog-land-alpha {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.blog-land-alpha:hover .thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.blog-land-alpha:hover .thumb .action {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-land-alpha .thumb {
  position: relative;
  overflow: hidden;
}

.blog-land-alpha .thumb img {
  width: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.blog-land-alpha .thumb .action {
  position: absolute;
  right: 24px;
  bottom: 24px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.blog-land-alpha .thumb .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background: #D90A2C;
  border-radius: 50%;
  position: relative;
}

.blog-land-alpha .thumb .action a i {
  color: #fff;
  font-size: 14px;
}

.blog-land-alpha .thumb .action a::before {
  position: absolute;
  content: "";
  inset: -5px;
  border-radius: 50%;
  border: 1px dashed #D90A2C;
}

.blog-land-alpha .thumb .tag {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: var(--ff-releway);
  background: #D90A2C;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 20px;
  padding: 3.5px 10px;
}

.blog-land-alpha .blog-body {
  text-align: center;
  padding: 20px;
}

.blog-land-alpha .blog-body .metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-land-alpha .blog-body .metas .meta i {
  margin-right: 4px;
  color: #D90A2C;
}

.blog-land-alpha .blog-body .metas .meta span {
  font-family: var(--ff-releway);
  font-weight: 500;
  font-size: 13px;
  color: #6A696C;
}

.blog-land-alpha .blog-body .blog-title {
  margin-top: 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #484848;
  font-family: var(--ff-rubik);
}

.blog-land-alpha .blog-body .blog-title a {
  color: inherit;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.blog-land-alpha .blog-body .blog-title:hover a {
  color: #D90A2C;
}

/*=======================================
 blog area end
=======================================*/
/*=======================================
14. Newslatter area start
=======================================*/
.newslatter-style-three .newslatter-wrapper {
  background: url(../images/banner/newslatter-3-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 70px 70px;
  padding-top: 80px;
  padding-bottom: 75px;
  margin-bottom: -72px;
  position: relative;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.newslatter-style-three .newslatter-wrapper .newslatter-content p {
  font-weight: 700;
  font-size: 25px;
  color: #FF552E;
  font-family: var(--ff-inter);
}

.newslatter-style-three .newslatter-wrapper .newslatter-content h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--ff-inter);
  padding-top: 7px;
}

.newslatter-style-three .newslatter-wrapper .newslatter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.newslatter-style-three .newslatter-wrapper .newslatter-form input {
  background: #212428;
  border-radius: 10px 0 0 10px;
  height: 100%;
  color: #fff;
  border: 1px solid #212428;
}

.newslatter-style-three .newslatter-wrapper .newslatter-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.newslatter-style-three .newslatter-wrapper .newslatter-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.newslatter-style-three .newslatter-wrapper .newslatter-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.newslatter-style-three .newslatter-wrapper .newslatter-form input::placeholder {
  font-size: 14px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.newslatter-style-three .newslatter-wrapper .newslatter-form button {
  height: 100%;
  border: none;
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  background: #FF552E;
  border: 1px solid #FF552E;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 35px;
  margin-left: -1px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.newslatter-style-three .newslatter-wrapper .newslatter-form button:hover {
  background: #000;
  color: #FF552E;
}

.newslatter-style-three .newslatter-wrapper:hover {
  -webkit-box-shadow: 2px 5px 50px rgba(255, 85, 46, 0.4);
          box-shadow: 2px 5px 50px rgba(255, 85, 46, 0.4);
}

/*=======================================
 newslatter area end
=======================================*/
/*=======================================
15. Footer area start
=======================================*/
.footer-style-three {
  background: #161313;
  border-top: 1px solid rgba(196, 196, 196, 0.2);
}

.footer-style-three .footer-main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 85px;
}

.footer-style-three .footer-main .footer-widget {
  padding-top: 30px;
}

.footer-style-three .footer-main .footer-widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  font-family: var(--ff-mulish);
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.footer-style-three .footer-main .footer-widget .widget-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10px;
  background: #FF552E;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer-style-three .footer-main .footer-widget .widget-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 15px;
  height: 2px;
  width: 30px;
  background: #FF552E;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer-style-three .footer-main .footer-widget .widget-links li {
  margin-top: 16px;
}

.footer-style-three .footer-main .footer-widget .widget-links li:first-child {
  margin-top: 20px;
}

.footer-style-three .footer-main .footer-widget .widget-links li a {
  font-size: 16px;
  color: #EFEFEF;
  font-family: var(--ff-inter);
}

.footer-style-three .footer-main .footer-widget .widget-links li a:hover {
  color: #FF552E;
}

.footer-style-three .footer-main .footer-widget .footer-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.footer-style-three .footer-main .footer-widget .footer-contact-list li:first-child {
  margin-top: 20px;
}

.footer-style-three .footer-main .footer-widget .footer-contact-list li .contact-icon {
  margin-right: 10px;
}

.footer-style-three .footer-main .footer-widget .footer-contact-list li .contact-icon i {
  color: #fff;
}

.footer-style-three .footer-main .footer-widget .footer-contact-list li .contact-list a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: var(--ff-inter);
}

.footer-style-three .footer-main .footer-widget .footer-disc p {
  font-size: 16px;
  line-height: 30px;
  color: #ADADAD;
  padding-top: 20px;
}

.footer-style-three .footer-main .footer-widget .footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.footer-style-three .footer-main .footer-widget .footer-social-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 85, 46, 0.3);
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-style-three .footer-main .footer-widget .footer-social-links a:hover {
  background: #FF552E;
}

.footer-style-three .footer-main .footer-widget .footer-social-links a:hover i {
  color: #fff;
}

.footer-style-three .footer-main .footer-widget .footer-social-links a i {
  line-height: 1;
}

.footer-bottom {
  max-width: 100%;
  background: #161313 !important;
  padding: 15px;
  border-top: 1px solid rgba(238, 238, 238, 0.15);
}

.footer-bottom .copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ff-inter);
  white-space: wrap;
}

.footer-bottom .copyright span {
  font-weight: 700;
}

.footer-style-four {
  background: url(../images/shape/footer-bg4.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #17161a), to(#17161a));
  background: url(../images/shape/footer-bg4.png), linear-gradient(#17161a 100%, #17161a 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-style-four .footer-main {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .footer-style-four .footer-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer-style-four .footer-main .footer-widget .footer-disc p {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  padding-top: 25px;
  font-family: var(--ff-releway);
}

.footer-style-four .footer-main .footer-widget .footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.footer-style-four .footer-main .footer-widget .footer-social-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #6A696C;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-style-four .footer-main .footer-widget .footer-social-links a:hover {
  background: #D90A2C;
}

.footer-style-four .footer-main .footer-widget .footer-social-links a:hover i {
  color: #fff;
}

.footer-style-four .footer-main .footer-widget .footer-social-links a i {
  line-height: 1;
}

.footer-style-four .footer-main .footer-widget .widget-links li {
  margin-top: 16px;
}

.footer-style-four .footer-main .footer-widget .widget-links li:first-child {
  margin-top: 20px;
}

.footer-style-four .footer-main .footer-widget .widget-links li a {
  font-weight: 500;
  font-size: 16px;
  color: #EFEFEF;
  font-family: var(--ff-releway);
}

.footer-style-four .footer-main .footer-widget .widget-links li a:hover {
  color: #D90A2C;
}

.footer-style-four .footer-main .footer-widget .widget-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
  padding-bottom: 8px;
  position: relative;
}

.footer-style-four .footer-main .footer-widget .widget-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #FFFFFF;
  border-radius: 100px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer-style-four .footer-main .footer-widget .footer-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}

.footer-style-four .footer-main .footer-widget .footer-contact-list li:first-child {
  margin-top: 20px;
}

.footer-style-four .footer-main .footer-widget .footer-contact-list li .contact-icon {
  margin-right: 10px;
}

.footer-style-four .footer-main .footer-widget .footer-contact-list li .contact-icon i {
  color: #fff;
}

.footer-style-four .footer-main .footer-widget .footer-contact-list li .contact-list a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--ff-releway);
  color: #fff;
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap span {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap h2 {
  font-weight: 700;
  font-size: 35px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
  padding-top: 6px;
  padding-bottom: 36px;
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input {
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 80px;
  height: 54px;
  border: none;
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 11px;
  color: #6A696C;
  font-family: var(--ff-releway);
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 11px;
  color: #6A696C;
  font-family: var(--ff-releway);
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 11px;
  color: #6A696C;
  font-family: var(--ff-releway);
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input input::placeholder {
  font-weight: 500;
  font-size: 11px;
  color: #6A696C;
  font-family: var(--ff-releway);
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input .form-submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: #D90A2C;
  border: 1px solid #D90A2C;
  border-radius: 80px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
  padding: 10px 22px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer-style-four .footer-main .footer-widget .footer-newslatter-wrap .newslatter-input .form-submit-btn:hover {
  background: #fff;
  color: #D90A2C;
}

.footer-style-four .copyright {
  border-top: 1px solid rgba(226, 226, 226, 0.5);
  padding: 20px 0;
}

.footer-style-four .copyright p {
  font-size: 14px;
  line-height: 19px;
  color: #EFEFEF;
  font-family: var(--ff-rubik);
}

.footer-style-four .copyright p a {
  font-weight: 500;
  color: inherit;
}

/*=======================================
 footer area end
=======================================*/
/*=======================================
 16. Live land auction area start
=======================================*/
.cat-tab-arrows {
  position: absolute;
  top: 24px;
  right: -50px;
  z-index: 99;
}

@media (max-width: 1399px) {
  .cat-tab-arrows {
    right: -30px;
  }
}

@media (max-width: 991px) {
  .cat-tab-arrows {
    top: 90%;
    right: 50%;
  }
}

.cat-tab-arrows .bx {
  color: #D90A2C;
  border: 1px solid #D90A2C;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 23px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
}

.cat-tab-arrows .bx.hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.land-auction-btn {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--ff-rubik);
  color: #fff;
  background-color: #D90A2C;
  border: 1px solid #D90A2C;
  padding: 10px 23px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  min-width: 170px;
  white-space: nowrap;
  margin-top: 50px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .land-auction-btn {
    padding: 13px 50px;
  }
}

@media (max-width: 767px) {
  .land-auction-btn {
    padding: 10px 45px;
    margin: 20px auto 0px;
  }
}

.land-auction-btn:hover {
  color: #D90A2C;
  background: #fff;
}

.product-land-alpha {
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--ff-rubik);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
}

.product-land-alpha:hover .thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.product-land-alpha .thumb {
  overflow: hidden;
  position: relative;
}

.product-land-alpha .thumb .product-lavel {
  position: absolute;
  top: 15px;
  left: 20px;
}

.product-land-alpha .thumb .product-lavel span {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  font-family: var(--ff-releway);
  display: inline-block;
  background: #17161A;
  -webkit-box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
  padding: 3.5px 10px;
  position: relative;
}

.product-land-alpha .thumb .product-lavel span.status {
  text-transform: capitalize;
}

.product-land-alpha .thumb .product-lavel span.status::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #D90A2C;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
}

.product-land-alpha .thumb img {
  width: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.product-land-alpha .land-disc {
  padding: 20px;
}

.product-land-alpha .land-disc .land-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #484848;
  font-family: var(--ff-rubik);
  padding-bottom: 10px;
  text-transform: capitalize;
}

.product-land-alpha .land-disc .land-title a {
  color: inherit;
}

.product-land-alpha .land-disc .land-location {
  font-size: 17px;
  color: #6A696C;
  font-family: var(--ff-rubik);
}

.product-land-alpha .land-disc .land-location i {
  color: #D90A2C;
  margin-right: 6px;
}

.product-land-alpha .land-disc .land-disc-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
}

.product-land-alpha .land-disc .land-disc-bottom .countdown {
  text-align: center;
}

.product-land-alpha .land-disc .land-disc-bottom .price p, .product-land-alpha .land-disc .land-disc-bottom .countdown p {
  font-weight: 500;
  font-size: 14px;
  color: #6A696C;
  font-family: var(--ff-rubik);
}

.product-land-alpha .land-disc .land-disc-bottom .price ins, .product-land-alpha .land-disc .land-disc-bottom .countdown ins {
  text-decoration: none !important;
  font-weight: 700;
  font-size: 24px;
  color: #484848;
  font-family: var(--ff-rubik);
}

.product-land-alpha .land-disc .land-disc-bottom .price h6, .product-land-alpha .land-disc .land-disc-bottom .countdown h6 {
  font-weight: 700;
  font-size: 15px;
  color: #484848;
  padding-top: 5px;
}

/*=======================================
 live land auction area end
=======================================*/
/*=======================================
17. Upcoming land auction area start
=======================================*/
.upcoming-land-auction-area .slider-arrows .upcoming-prev, .upcoming-land-auction-area .slider-arrows .upcoming-next {
  opacity: .5;
}

.upcoming-land-auction-area .slider-arrows .upcoming-prev:hover, .upcoming-land-auction-area .slider-arrows .upcoming-next:hover {
  opacity: 1;
}

.upcoming-land-auction-area .slider-arrows .upcoming-prev {
  position: absolute;
  top: 52px;
  left: 0;
}

.upcoming-land-auction-area .slider-arrows .upcoming-next {
  position: absolute;
  top: 52px;
  right: 0;
}

.land-auction-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
  border-radius: 5px;
  padding: 30px;
  font-family: var(--ff-rubik);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .land-auction-card {
    padding: 15px;
  }
}

.land-auction-card:hover .acution-bg {
  opacity: 1;
}

.land-auction-card:hover .auction-date {
  color: #fff;
}

.land-auction-card:hover .auction-info li h6 {
  color: #fff;
}

.land-auction-card:hover .auction-bottom .venue h5 {
  color: #fff;
}

.land-auction-card:hover .auction-info li span {
  color: #fff;
  font-family: var(--ff-rubik);
}

.land-auction-card:hover .auction-info li h6 {
  color: #fff;
}

.land-auction-card .bid-icon {
  position: absolute;
  right: 25px;
  top: 25px;
}

.land-auction-card .acution-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.land-auction-card .acution-bg img {
  width: 100%;
  height: 100%;
}

.land-auction-card .auction-date {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  color: #17161A;
  font-family: var(--ff-rubik);
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.land-auction-card .auction-date::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 6px;
  background: #17161A;
  opacity: 0.15;
  border-radius: 10px;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.land-auction-card .auction-date span {
  font-weight: 700;
  font-size: 60px;
  color: #D90A2C;
}

.land-auction-card .auction-info li {
  padding-top: 14px;
}

.land-auction-card .auction-info li span {
  font-size: 16px;
  text-transform: capitalize;
  color: #6A696C;
  font-weight: 400;
  font-family: var(--ff-rubik);
}

@media (max-width: 767px) {
  .land-auction-card .auction-info li span {
    font-size: 1rem;
  }
}

.land-auction-card .auction-info li h6 {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #6A696C;
  padding-top: 5px;
  font-family: var(--ff-rubik);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .land-auction-card .auction-info li h6 {
    font-size: 1rem;
  }
}

.land-auction-card .auction-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}

.land-auction-card .auction-bottom .venue span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #D90A2C;
  font-family: var(--ff-rubik);
}

.land-auction-card .auction-bottom .venue h5 {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #6A696C;
  padding-top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.land-auction-card .auction-bottom .view-btn {
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
  background: #D90A2C;
  border: 1px solid #D90A2C;
  border-radius: 5px;
  display: inline-block;
  padding: 7.5px 12.5px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.land-auction-card .auction-bottom .view-btn:hover {
  background: #fff;
  color: #D90A2C;
}

.land-auction-card h5 {
  font-size: 17px;
  font-weight: 500;
  color: #D90A2C;
}

.land-category-tabs.nav.nav-tabs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: none;
  gap: 25px;
}

.land-category-tabs .nav-link {
  text-align: center;
  min-width: 170px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.land-category-tabs .nav-link.active {
  background: url(../images/apartment/cate-tab-bg.png) no-repeat center;
  background-size: cover;
}

.land-category-tabs .nav-link.active .cate-icon svg {
  fill: #fff;
}

.land-category-tabs .nav-link.active span {
  color: #fff;
}

.land-category-tabs .nav-link:hover::before {
  -webkit-transform: translate(50%, -50%) scale(1.15);
          transform: translate(50%, -50%) scale(1.15);
}

.land-category-tabs .nav-link:hover::after {
  -webkit-transform: translate(-50%, 50%) scale(1.1);
          transform: translate(-50%, 50%) scale(1.1);
}

.land-category-tabs .nav-link::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 71px;
  height: 71px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 50%;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) scale(1);
          transform: translate(50%, -50%) scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.land-category-tabs .nav-link::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 89px;
  height: 88px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 50%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%) scale(1);
          transform: translate(-50%, 50%) scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.land-category-tabs .nav-link .cate-icon svg {
  max-width: 40px;
  min-height: 40px;
  fill: #D90A2C;
}

.land-category-tabs .nav-link span {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  color: #17161A;
  font-family: var(--ff-rubik);
  display: inline-block;
}

/*=======================================
upcoming land auction area end
=======================================*/
/*=======================================
18. Land banner area start
=======================================*/
.land-single-banner {
  min-height: 450px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 1;
}

.land-single-banner:hover::before {
  inset: 30px 40px;
}

.land-single-banner:hover::after {
  inset: 40px 30px;
}

.land-single-banner:hover .banner-content .land-location {
  border-radius: 5px 50px;
}

.land-single-banner::before {
  position: absolute;
  content: "";
  inset: 30px 30px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: -1;
}

.land-single-banner::after {
  position: absolute;
  content: "";
  inset: 30px 30px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: -1;
}

.land-single-banner .banner-content {
  text-align: center;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.land-single-banner .banner-content h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: var(--ff-rubik);
  margin-bottom: 22px;
}

.land-single-banner .banner-content .land-location {
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 22px;
  font-family: var(--ff-rubik);
  color: #D90A2C;
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.land-single-banner .banner-content .land-location i {
  margin-right: 5px;
}

/*=======================================
land banner area end
=======================================*/
/*=======================================
19. Best land auction area start
=======================================*/
.best-land-auction-area .slider-arrows .upcoming-prev, .best-land-auction-area .slider-arrows .upcoming-next {
  opacity: .4;
}

.best-land-auction-area .slider-arrows .upcoming-prev:hover, .best-land-auction-area .slider-arrows .upcoming-next:hover {
  opacity: 1;
}

.best-land-auction-area .slider-arrows .upcoming-prev {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
}

@media (max-width: 1399px) {
  .best-land-auction-area .slider-arrows .upcoming-prev {
    left: 0;
    z-index: 9;
    opacity: 0.2;
  }
}

.best-land-auction-area .slider-arrows .upcoming-next {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  opacity: 0.2;
}

@media (max-width: 1399px) {
  .best-land-auction-area .slider-arrows .upcoming-next {
    right: 0;
    z-index: 9;
  }
}

.best-land-auction-area .best-auction-display {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.best-land-auction-area .best-auction-display img {
  width: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.best-land-auction-area .best-auction-display:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.best-land-auction-area .best-auction-display:hover .acution-disc {
  -webkit-transform: translateY(-20px) translateX(-50%);
          transform: translateY(-20px) translateX(-50%);
}

.best-land-auction-area .best-auction-display .acution-disc {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 80%;
  font-family: var(--ff-rubik);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.best-land-auction-area .best-auction-display .acution-disc .acution-info {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 25px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.best-land-auction-area .best-auction-display .acution-disc .acution-info .price span, .best-land-auction-area .best-auction-display .acution-disc .acution-info .countdown span {
  font-weight: 400;
  font-size: 19px;
  text-transform: capitalize;
  color: #17161A;
}

.best-land-auction-area .best-auction-display .acution-disc .acution-info .price h5, .best-land-auction-area .best-auction-display .acution-disc .acution-info .countdown h5 {
  font-weight: bold;
  font-size: 33px;
  text-transform: capitalize;
  color: #17161A;
}

.best-land-auction-area .best-auction-display .acution-disc .acution-info .price h6, .best-land-auction-area .best-auction-display .acution-disc .acution-info .countdown h6 {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: #17161A;
}

.best-land-auction-area .best-auction-display .acution-disc .bid-btn {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  background: #D90A2C;
  border: 1px solid #D90A2C;
  -webkit-box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.best-land-auction-area .best-auction-display .acution-disc .bid-btn:hover {
  background-color: #fff;
  color: #D90A2C;
}

.best-land-auction-area .best-auction-disc {
  margin-top: 24px;
  font-family: var(--ff-rubik);
}

.best-land-auction-area .best-auction-disc .auction-title a {
  font-weight: 500;
  font-size: 30px;
  line-height: 43px;
  text-transform: capitalize;
  color: #484848;
  padding-bottom: 14px;
}

.best-land-auction-area .best-auction-disc .land-location {
  font-size: 25px;
  color: #6A696C;
}

.best-land-auction-area .best-auction-disc .land-location i {
  color: #D90A2C;
  margin-right: 4px;
}

.best-land-auction-area .best-auction-disc p {
  font-size: 16px;
  line-height: 28px;
  color: #6A696C;
  font-family: var(--ff-releway);
  padding-top: 20px;
}

.best-land-auction-area .best-auction-disc .auction-features {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 2px solid #D90A2C;
}

.best-land-auction-area .best-auction-disc .auction-features .main-feature li {
  line-height: 38px;
  font-weight: 500;
  color: #6A696C;
  font-family: var(--ff-releway);
  font-size: 17px;
}

.best-land-auction-area .best-auction-disc .auction-features .main-feature li strong {
  color: #17161A;
  font-weight: 600;
  font-size: 18px;
}

.best-land-auction-area .best-auction-disc .auction-features .additional-features {
  margin-top: 15px;
}

.best-land-auction-area .best-auction-disc .auction-features .additional-features .feature-list li {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #484848;
  margin-top: 20px;
}

.best-land-auction-area .best-auction-disc .auction-features .additional-features .feature-list li i {
  color: #D90A2C;
  margin-right: 2px;
  font-size: 20px;
}

.best-land-auction-area .best-auction-disc .auction-features .additional-features .feature-list li i::before {
  vertical-align: middle;
}

/*=======================================
best land auction area end
=======================================*/
/*=======================================
20. Learing process area start
=======================================*/
.learning-process-area .process-pills .nav-item .nav-link {
  border: none;
  background: none;
  font-size: 26px;
  letter-spacing: 1px;
  font-family: var(--ff-rubik);
  font-weight: 700;
  color: #17161A;
  margin-bottom: -2px;
}

.learning-process-area .process-pills .nav-item .nav-link.active {
  background: #D90A2C;
  border-radius: 10px 10px 0px 0px;
  color: #FFFFFF;
}

.learning-process-area .process-tabs .process-list .single-process {
  padding-top: 30px;
}

.learning-process-area .process-tabs .process-list .single-process:first-child {
  padding-top: 25px;
}

.learning-process-area .process-tabs .process-list .single-process h4 {
  font-weight: 500;
  font-size: 26px;
  text-transform: capitalize;
  color: #484848;
  font-family: var(--ff-rubik);
}

.learning-process-area .process-tabs .process-list .single-process h4 span {
  color: #D90A2C;
}

.learning-process-area .process-tabs .process-list .single-process p {
  font-size: 16px;
  line-height: 28px;
  color: #6A696C;
  font-family: var(--ff-releway);
  padding-top: 16px;
}

/*=======================================
learing process area end
=======================================*/
/*=======================================
21. Testimonial area start
=======================================*/
.testimonial-style-four {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.7))), url(../images/banner/testimonial4-bg.png) no-repeat center;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(../images/banner/testimonial4-bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}

.testimonial-style-four .testimonial-disc strong {
  font-weight: 700;
  font-size: 30px;
  color: #D90A2C;
  font-family: var(--ff-rubik);
}

.testimonial-style-four .testimonial-disc h2 {
  font-family: var(--ff-rubik);
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 18px;
}

.testimonial-style-four .testimonial-disc p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: var(--ff-releway);
}

.testimonial-style-four .testimonial-land-alpha {
  padding-top: 10px;
}

.testimonial-style-four .testimonial-land-alpha .testi-reviewer {
  width: 119px;
  height: 119px;
  border-radius: 50%;
  position: relative;
}

.testimonial-style-four .testimonial-land-alpha .testi-reviewer::before {
  position: absolute;
  content: "";
  inset: -10px;
  border: 2px dashed #D90A2C;
  border-radius: 50%;
}

.testimonial-style-four .testimonial-land-alpha .testi-reviewer img {
  width: 100%;
  height: 100%;
}

.testimonial-style-four .testimonial-land-alpha .testi-body {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
          box-shadow: 0px 5px 20px rgba(69, 67, 96, 0.1);
  border-radius: 10px;
  padding: 40px;
  margin-top: 50px;
  position: relative;
}

.testimonial-style-four .testimonial-land-alpha .testi-body::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 54px;
  width: 57px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testimonial-style-four .testimonial-land-alpha .testi-body .testi-texts {
  font-size: 16px;
  line-height: 30px;
  color: #6A696C;
  font-family: var(--ff-releway);
}

.testimonial-style-four .testimonial-land-alpha .testi-body .testi-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.testimonial-style-four .testimonial-land-alpha .testi-body .testi-footer .reviewer h5 a {
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: #17161A;
  font-family: var(--ff-rubik);
  padding-bottom: 2px;
}

.testimonial-style-four .testimonial-land-alpha .testi-body .testi-footer .reviewer span {
  font-weight: 600;
  font-size: 16px;
  color: #6A696C;
}

.testimonial-style-four .testimonial-land-alpha .testi-body .testi-footer .testi-rating li i {
  font-size: 20px;
  color: #D90A2C;
}

/*=======================================
testimonial area end
=======================================*/
/*# sourceMappingURL=style2.css.map */