#showroom_hero{
  position: relative;
  max-height: 500px;
  /* background: linear-gradient( to right, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 52%, rgba(0, 0, 0, 0) 80% ); */
}
/* #showroom_hero img{
  mix-blend-mode: multiply;
} */
#showroom_hero picture{
  display: block;
}

#showroom_hero img{
  max-height: 500px;
  min-height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#showroom_hero_content{
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  width: 100%;
}
#showroom_hero_content h1{
  color: #fff;
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
}
#showroom_hero_content label,
#showroom_hero_content span{
  font-family: 'Inter', sans-serif;
}
#showroom_hero_content label:nth-child(2){
  font-size: 36px;
  line-height: 47px;
  color: #E8A724;
  font-weight: 700;
  margin-bottom: 29px;
}
#showroom_hero_content label:nth-child(3){
  font-size: 28px;
  line-height: 40px;
  color: #FFF;
  font-weight: 400;
  max-width: 515px;
  margin-bottom: 20px;
}
#showroom_hero_content label:nth-child(4){
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  font-weight: 400;
  max-width: 515px;
  margin-bottom: 0px !important;
}
#showroom_hero_content label:nth-child(4) span:first-of-type{
  padding-left: 5px;
}

#showroom_hero_content svg{
  height: 25px;
  width: auto;
}


#showroom_content{
  max-width: 1170px;
  width: 100%;
  margin: 40px auto;
}
#showroom_content h2{
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
  color: #000;
  margin-bottom: 17px;
}
#showroom_content p{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}


#showroom_recentAds_section{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
#showroom_recentAds_section h2{
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
  color: #000;
  max-width: 1095px;
  width: 100%;
  margin: 0px auto 22px;
}
#showroom_recentAds_items_wrapper{
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
  background-color: #E8ECF3;
  padding: 30px 0px 56px 0px;
  border-radius: 20px;
}

#showroom_recentAds_items_container .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

#showroom_recentAds_items_container .owl-dots .owl-dot span {
	background: #C9CBD2 !important;
	width: 8px !important;
	height: 8px !important;
}

#showroom_recentAds_items_container .owl-dots .owl-dot.active span {
  background: #000000 !important;
}

#showroom_recentAds_items_container .owl-dots{
  margin-top: 20px;
}

#showroom_recentAds_items_container .owl-nav .owl-next{
	position: absolute;
	right: -35px;
	top: 155px;
}

#showroom_recentAds_items_container .owl-theme .owl-nav{
  margin-top: 0px;
}

#showroom_recentAds_items_container .owl-next:hover,
#showroom_recentAds_items_container .owl-prev:hover{
	background: transparent !important;
}

#showroom_recentAds_items_container .owl-nav .owl-prev:hover span,
#showroom_recentAds_items_container .owl-nav .owl-next:hover span {
	color: #E8A724;
}


#showroom_recentAds_items_container .owl-nav .owl-prev.disabled:hover span,
#showroom_recentAds_items_container .owl-nav .owl-next.disabled:hover span {
	color: #010101;
}


#showroom_recentAds_items_container .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  top: 155px;
  right: auto;
}

#showroom_recentAds_items_container .owl-nav .owl-prev span,
#showroom_recentAds_items_container .owl-nav .owl-next span {
  font-size: 80px;
  color: #010101;
}

#showroom_recentAds_items_container .image {
  background-color: white;
  margin: 0px 6px 5px 6px;
}

#showroom_recentAds_items_container .short-description-1 {
  background: #010101 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 15px 20px 0px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#showroom_recentAds_items_container .homePage_ads_carContainer_overlay_carModel {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0px;
}

#showroom_recentAds_items_container .homePage_ads_carContainer_overlay_price {
  position: static !important;
}

#showroom_recentAds_items_container .homePage_ads_carContainer img{
	object-fit: cover;
}

#showroom_recentAds_items_container .owl-dots,
#showroom_recentAds_items_container .slide_gesture_info{
	display: none;
}

#showroom_recentAds_items_container .slide_gesture_info span{
  font-family: 'Inter', sans-serif;
}

#showroom_recentAds_items_container .homePage_ads_carContainer_overlay_price span {
  background: none !important;
  color: #E8A724 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  padding: 0px !important;
  font-family: "Inter", sans-serif;
}

#showroom_recentAds_items_container .homePage_ads_carContainer_overlay_sitename {
  width: 100%;
  text-align: center;
  color: #E8A724;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

#showroom_recentAds_items_container .category-grid-box-1 {
  background: #010101 none repeat scroll 0 0;
  border-radius: 4px;
  max-width: 335px;
  box-shadow: none !important;
  margin-bottom: 0px;
  overflow: hidden;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}

#showroom_recentAds_items_container .homePage_ads_carContainer_overlayHeader {
  height: 37.5px;
  display: flex;
  align-items: center;
}

#showroom_recentAds_items_container .homePage_ads_carContainer_overlay_logo {
  position: absolute;
  top: 14px;
  left: 19px;
  width: 42px !important;
  height: 51px !important;
  z-index: 99;
}







#showroom_team_carousel{
    display: none;
}
#showroom_team_carousel{
  margin-bottom: 0px;
}
#showroom_team_carousel .f-carousel__dots{
  position: static;
  margin-top: 29px !important;
}
#showroom_team_carousel .f-carousel__dot{
  background-color: #000 !important;
}

#showroom_ourTeam_container{
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.showroom_team_card{
  display: flex;
  flex-direction: column;
  max-width: 330px;
  width: 100%;
  /* background-color: #F8F8F8;
  border-radius: 10px; */
  border: 1px solid #EAECF0;
}
.showroom_team_card img{
  width: 100%;
  max-height: 243px;
  object-fit: cover;
}
.showroom_team_card h3{
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #19191B;
  font-weight: 600;
  padding: 15px 23px 0px 23px;
  margin-bottom: 0px !important;
}
.showroom_team_card h4{
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #7D839B;
  font-weight: 400;
  padding: 0px 23px;
  margin-bottom: 0px !important;
}
#showroom_content .showroom_team_card p{
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  padding: 15px 23px;
}

.fancybox-container{
  z-index: 99999999999;
  background-color: rgba(24, 24, 27, 0.98);
}
#showroom_slider_container{
  margin-top: 24px;
  padding-bottom: 40px;
}
#showroom_slider_container img{
  border-radius: 10px;
  /* height: 100%;
  object-fit: cover; */
}
#showroom_slider_container .f-carousel__nav .f-button{
  background-color: rgba(0,0,0,0.5);
  height: 60px;
  width: 46px;
}
#showroom_slider_container .f-carousel__nav .f-button svg{
  fill: #E8A724;
  stroke: #E8A724;
  width: 35px;
  height: 35px;
  stroke-width: 0px;
}
#showroom_slider_container .f-carousel__nav .f-button.is-next{
  right: 0;
}
#showroom_slider_container .f-carousel__nav .f-button.is-prev{
  left: 0;
}
#showroom_slider_container .f-carousel__dots{
  bottom: -40px;
}
#showroom_slider_container .f-carousel__dot{
  background-color: #000;
}
#showroom_slider_container .f-carousel__dots.is-dynamic li.is-prev button,
#showroom_slider_container .f-carousel__dots.is-dynamic li.is-next button,
#showroom_slider_container .f-carousel__dots.is-dynamic li.is-before-prev button,
#showroom_slider_container .f-carousel__dots.is-dynamic li.is-after-next button{
  transform: none !important;
}

#showroom_slider_container .f-carousel__dots.is-dynamic li.is-current:first-child{
  margin-left: 0px !important;
}

.showroom_content_separator{
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.2);
  margin: 40px auto;
}


#showroom_seeMore_section{
  width: 100%;
  margin-bottom: 40px;
}
#showroom_seeMore_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #181A1E;
  padding: 40px 30px;
  border-radius: 20px;
}
#showroom_seeMore_container > div{
  display: flex;
  gap: 28px;
  width: 100%;
}
#showroom_seeMore_container > label{
  font-size: 30px;
  line-height: 32px;
  color: #FFF;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-bottom: 30px;
}
#showroom_seeMore_container a{
  padding: 13px 0px;
  max-width: 330px;
  width: 100%;
  background-color: #E8A724;
  color: #181A1E;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
#showroom_seeMore_container a:hover{
  background-color: #D6A01F;
  color: #FFF;
  text-decoration: none;
}


#showroom_seeMore_container,
#showroom_reviews_section{
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
#showroom_reviews_container > label {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 41px;
  color: #000;
  padding-bottom: 30px;
  margin-bottom: 0px !important;
  font-family: 'Inter', sans-serif;
}
#showroom_reviews_widget .ti-review-text-container.ti-review-content, #showroom_reviews_widget .ti-date {
  color: #FFF;
  opacity: 1;
}
#showroom_reviews_widget .ti-name {
  color: #E8A724;
}
#showroom_reviews_widget {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  background-color: #363A44;
  border-radius: 10px;
  padding-bottom: 25px;
}
#showroom_reviews_widget > div.ti-widget {
  border: 1px solid #363A44;
  border-radius: 20px;
  background-color: #363A44;
}
#showroom_reviews_widget .ti-footer * {
  color: #FFF;
}

@media (max-width: 1366px) {
  #showroom_hero_content{
    top: 40px;
  }
}

@media (max-width: 1350px) {
  #showroom_recentAds_items_container .owl-nav .owl-prev{left: 0px;}
  #showroom_recentAds_items_container .owl-nav .owl-next{right: 0px;}
}

@media (max-width: 1170px) {
  #showroom_reviews_container{
    margin: 0px 16px;
  }
  #showroom_recentAds_section h2{
    margin: 30px 16px;
    width: calc(100% - 32px);
  }
  #showroom_hero_content{
    max-width: calc(100% - 32px);
  }
  #showroom_recentAds_items_wrapper{
    max-width: 1170px;
    border-radius: 0px;
    padding: 0px 0px 30px 0px;
  }

  #showroom_recentAds_items_container .owl-dots, #showroom_recentAds_items_container .slide_gesture_info{
    display: block;
  }

  #showroom_content h2,
  #showroom_recentAds_section h2,
  #showroom_content p,
  #showroom_ourTeam_container,
  .showroom_content_separator{
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }

  #showroom_slider_container img{
    border-radius: 0px;
    /* min-height: 390px;
    object-fit: cover; */
  }

  #showroom_content .showroom_team_card p{
    margin: 0px !important;
    width: 100% !important;
  }


}

@media (max-width: 1100px) and (min-width: 901px) {

  #showroom_recentAds_items_container .category-grid-box-1 {
    max-width: 300px;
  }

  /* #showroom_recentAds_items_container .owl-carousel .owl-item{
     display: block;
  } */

}

@media (max-width: 999px) and (min-width: 901px) {

  #showroom_recentAds_items_container .category-grid-box-1 {
    max-width: 280px;
  }

}

/* @media (max-width: 900px) and (min-width: 640px) {

  #showroom_recentAds_items_container .category-grid-box-1 {
    max-width: 410px;
  }

} */

@media (max-width: 1024px) {
  #showroom_seeMore_container {
    border-radius:  0px;
    padding: 23px 16px 35px 16px;
  }

  #showroom_seeMore_container > label{
    font-size: 20px;
    line-height: 28px;
  }

  #showroom_recentAds_section{
    padding-bottom: 0px;
  }

  #showroom_content h2,
  #showroom_recentAds_section h2,
  #showroom_reviews_container > label{
    font-size: 20px !important;
    line-height: 28px !important;
  }

  #showroom_ourTeam_container{
    flex-wrap: wrap;
  }

  .showroom_team_card{
    max-width: calc(50% - 16px);
  }

  .showroom_team_card img{
    max-height: unset;
  }
}
@media (max-width: 900px) {
  #showroom_recentAds_items_container .category-grid-box-1{
    opacity: 0.5;
    transform: scale(0.9);
  }

  #showroom_recentAds_items_container .active .category-grid-box-1{
    opacity: 1;
    transform: scale(1);
  }

  #showroom_recentAds_section h2{
    text-align: center;
  }


  #showroom_hero_content{
    bottom: 60px;
  }

  #showroom_hero_content h1{
    font-size: 24px;
    line-height: 32px;
  }

  #showroom_hero_content label:nth-child(2){
    font-size: 24px;
    line-height: 32px;
    margin-top: auto;
    margin-bottom: 11px;
  }

  #showroom_hero_content label:nth-child(3){
    font-size: 18px;
    line-height: 24px;
    max-width: 360px;
    margin-bottom: 23px;
  }

  #showroom_hero_content label:nth-child(4){
    font-size: 18px;
    line-height: 20px;
  }

}

@media (max-width: 650px) {

  #showroom_seeMore_container > div{
    flex-direction: column;
    gap: 19px;
  }

  #showroom_seeMore_container a{
    max-width: unset;
  }

  #showroom_seeMore_container > label{
    font-size: 16px;
    line-height: 24px;
  }

  #showroom_seeMore_section{
    margin-bottom: 30px;
  }
}


@media (max-width: 585px) {
  #showroom_hero{
    max-height: calc(100dvh - 75px);
  }

  #showroom_hero_content{
    align-items: center;
    top: 50px;
    bottom: 35px;
  }

  #showroom_hero img{
    max-height: unset;
  }

  #showroom_hero_content label:nth-child(3){
    text-align: center;
  }

  #showroom_team_carousel{
    display: flex;
    width: 100%;
  }

  #showroom_slider_container .f-carousel__dots{
    position: static;
    margin-top: 29px !important;
  }

  #showroom_slider_container .f-carousel.has-dots{
    margin-bottom: 0px !important;
  }

  .showroom_team_card{
    max-width: calc(100vw - 32px);
  }

  #showroom_ourTeam_container > .showroom_team_card{
    display: none;
  }
}

@media (max-width: 349px) {
  #showroom_hero_content label:nth-child(3){
    font-size: 16px !important;
  }
}
