*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* .leaflet-pane.leaflet-overlay-pane img {
  width: 100% !important;
  height: 100% !important;
} */
#map { height: 100vh; }

.animation-rounded img {
    width: 35px !important;
    height: 20px !important;
}
svg.swiper-navigation-icon {
    width: 15px;
    height: 15px;
}

svg.swiper-navigation-icon path {
    fill: #000;
}
.animation-rounded {
  width: 35px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.animation-rounded::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  animation: beater 1.8s ease-out infinite;
  animation-delay: 1s;
  opacity: 0;
  box-sizing: border-box;
}

@keyframes beater {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.animation-rounded img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.header{
  height: 60px;
  background: linear-gradient(45deg, black,rgb(41, 40, 40), #f1cc99);
  display: flex;
  padding: 10px;
  position: fixed;
  z-index: 11111;

}

.header div {
  flex: 1;
  display: flex;
  align-items: center;
}
.header .left-panel .date-time {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
}
.header .left-panel .date-time div#dubai-time {
  font-size: 10px;
  color: #ffffff99;
}
.header .left-panel .logo img {
  width: 90%;
}
.leaflet-top.leaflet-left {
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.header .marque {flex: 2;}
.header .rit-panel{
  justify-content: center;
  max-width: 40%;
}
.container-map {
width: 100%;
}


/* sidebar-slider  */
.sidebar-img-slider{
  position: absolute;
  bottom: 0;
}
.slider {
  position: relative;
  max-width: 245px;
  margin: 50px auto;
  overflow: hidden;
  background: #fff;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  user-select: none;
}

.slide img {
  width: 100%;
  display: block;
  pointer-events: none;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control-btn {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
}

.control-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* sidebar-slider  */

.container-map .main-row {
display: flex;
flex-wrap: wrap;
}

.container-map .main-row .sidebar-lft {
width: 245px;
position: fixed;
z-index: 1111;
background-color: #fff;
top: 60px;
height: 100%;
}
.sidebar-lft.collapsed {
  transform: translateX(-100%);
}
.container-map .main-row .map-right {
width: 100%;
}

#marker-search {
  padding: 8px;
  font-size: 14px;
  width: 320px;
  border: 1px solid #e0bd8e8f;
  position: relative;
  z-index: 9999;
  background: #00000061;
  color: #fff;
}
#marker-search:focus{
  border: 0;
  outline: none;
}
#search-results {
  list-style: none;
  padding: 0;
  margin-top: 4px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  width: 320px;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  display: none;
  transition: all .5s ease}

#search-results li {
  padding: 8px;
  cursor: pointer;
  font-size: 14px;
}
#search-results::-webkit-scrollbar {
  width: 8px;
}
 
/* Handle */
#search-results::-webkit-scrollbar-thumb {
  background: #f7d7a2; 
}

/* Handle on hover */
#search-results::-webkit-scrollbar-thumb:hover {
  background: #eb9f25; 
}

#search-results li:hover {
  background-color: #f0f0f0;
}
#sidebar-list {
  padding: 15px;
  font-family: sans-serif;
  font-size: 14px;
  overflow-y: auto;
  max-height: 70vh;
}
#sidebar-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */

.leaflet-control-zoom-in, a.leaflet-control-zoom-out {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* Handle */
#sidebar-list::-webkit-scrollbar-thumb {
  background: #f7d7a2; 

}

/* Handle on hover */
#sidebar-list::-webkit-scrollbar-thumb:hover {
  background: #eb9f25; 
}
#property-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#property-list li {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

#property-list li:hover {
  background-color: #f5f5f5;
}
.leaflet-popup-content img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.swiper{
  width: 100%;
}
.swiper-slide img {max-width: 285px !important;
height: 150px;}
.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 12px;
    color: #000;
}


.swiper-pagination 
 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f1cc99 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination {
    padding: 0 10px;
    display: flex;
    justify-content: center;
}
button.right-btn {
  position: absolute;
  right: -30px;
  top: 100px;
  border: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-lft {
  transform: translateX(0);
  transition: transform 0.5s ease;
}
.right-btn svg path {
  fill: #f1cc99;
}


.right-btn svg{
  transform: rotate(0) scale(0.6);
  transition: all .5s ease;

}
.right-btn.active svg {
  transform: rotate(180deg) scale(0.6);
}
button.right-btn::before, button.right-btn::after{
  content: "";
  position: absolute;
  width: 25px;
  height: 24px;
  left: 0px;
}
button.right-btn::before{
  background: url(btn-svg.svg) no-repeat 0 0 /100%;
  top: -24px;
}
button.right-btn::after{
  background: url(btn-svg.svg) no-repeat 0 -24px /100%;
  bottom: -24px;
}
.leaflet-popup-content h3 {
  font-size: 15px;
    align-self: flex-start;
    font-weight: 400;
}
.leaflet-popup-content a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background: #58595b;
  color: #fff;
  border-radius: 7px;
  transition: all .5s ease;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.leaflet-popup-content a:hover{
  background: #000;
}
.leaflet-popup-content {
  margin: 10px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    align-items: center;
    min-width: 285px !important;
    height: 240px;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.leaflet-popup-content .ft-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.leaflet-popup-content .ft-btn a.plane-icon{
  background: none;
  position: relative;
  color: #dc651e !important;
  font-size: 12px;
  padding: 10px 0 10px 25px;
}
.leaflet-popup-content .ft-btn a.plane-icon::before {
  content: url(plane-svg.svg);
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.leaflet-container a.leaflet-popup-close-button {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px #00000010;
  right: -10px;
  top: -5px;
  z-index: 11;
}
.marque h3{
  background-color: #f1cc99;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
}
.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
}
.header .marque .marquee {
  margin-left: 10px;
}
.marquee--inner {
  display: block;
  width: 350%;
  position: absolute;
  animation: marquee 10s linear infinite;
  &:hover {
    animation-play-state: paused;
  }
}

span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@media screen and (max-width:970px){
  .header .left-panel .marque{
    display: none;
  }
  .header .rit-panel{
    padding-right: 10px;
  }
}
@media screen and (max-width:767px){
  .header .marque{
    display: none;
  }
  .header .left-panel .logo img{
    width: 50%;
  }
}
@media screen and (max-width:650px){
  .header .left-panel .logo img{
    width: 70%;
  }
  .header .left-panel .date-time{
    display: none;
  }
  .header .rit-panel{
    padding-right: 0;
  }
}
@media screen and (max-width:550px){
  .header .left-panel .logo img{
    width: 90%;
  }
.header .rit-panel{
  max-width: 50%;
}
}
@media screen and (max-width:500px){
  #marker-search{
    width: 100%;
  }
  .leaflet-top.leaflet-left{
    margin-bottom: 50px;
  }
}