/*This css will be applied in all like FP and it's clients*/

.property-details .carousel-inner .image-box:before {
	background-color: unset; 
}

.swal2-container > * {
  font-size: .75rem;
}
.display__mobile{
	display: none !important;
}
.display__desktop{
	display: block;
}
@media(width < 30rem){
	.display__mobile{
		display: block;
	}
	.display__desktop{
		display: none;
	}
	.property-details .top-details, .property-details .top-details + div{
		padding:15px;
	}
	.property-details .top-details + div + div div > .tab-pane > .content-widget{
		padding: 15px;
	}

	/*Shorting*/
	.short-box .nice-select .current{
		font-size: 12px;
  		padding-left: 1rem;
  		text-transform: uppercase;
	}
	.short-box .nice-select::after{
		font-size: 12px;
	}
	.item-shorting .short-box {
    	width: 128px;
  	}
  	.property-page-section .item-shorting {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    text-transform: uppercase;
	}
	.item-shorting h5{
		font-size: 12px;
    	color: #000;
	}
	 .property-page-section .auto-container:first-child {
    margin-top: 0rem !important;
  }
  .theme-btn{
  	font-size: 13px;
		padding: 7.5px 11px;
  }
  .rating {
		float: unset !important;
		display: inline-flex !important;
		margin-top: 1rem !important;
		flex-direction:unset;
	}
	.author-info{
		display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
	}
	.author-info .rating {
      float: unset !important;
      display: inline-flex !important;
      margin-top: unset !important;
      align-items: center;
      background: var(--main-color);
      border-radius: 16px;
      color: white;
      padding-inline: 4px;
      font-size: 12px;
      flex-direction: unset !important;
      gap: 4px !important;
      .bi{
      	  color: #ffffff;
			    font-size: 15px;
			    margin-left: 2px;
			}
  }
  .top-details .right-column .price-inner{
  	flex-direction: unset !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
	.property_view__location {
	  font-size: 16px;
	}
	.property-details-content .description-box .title-box{
		margin-bottom: unset;
	}
	.property-details .top-details .left-column h3{
		font-size: 27px;
	}
	.property-details .top-details .left-column .author-box h6{
		font-size: 19px;
	}
	.property-details .top-details .left-column .author-box::before{
		background-color: unset;
	}
}

@media(width<30rem){
  .gallery_container{
    margin-top: 5rem !important;
  }
}
.event-card {
    margin-bottom: 20px;
    transition: border-radius 1s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    .bi{
      color: #fff;
      font-size: 13px;
    }
    img{
      transition: border-radius .5s ease-in-out;
      height: 200px; object-fit:cover; border-radius: 3rem 3rem 1rem 1rem !important;
    }
}
.event-card:hover{
  border-radius: 7px;
}
.event-card:hover img{
  border-radius: 1rem 2rem 4rem 2rem !important;
}

.event-date {
    background-color: #222222;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.event-card .card-body {
    padding: 20px;
}

.event-card .btn {
    margin-right: 5px;
}

.card {
    float: left;
    min-height: 0px;
    padding-bottom: 0%;
    position: relative;
    text-align: center;
    width: 100%;
}

.card-shine-effect {
  --shine-deg: 45deg;
  position: relative;
  overflow: hidden;
  border-radius: 0.875rem;
/*  border: 1px solid rgb(15 23 42);*/
/*  background-color: rgb(9 9 11);*/
/*  padding: 4rem 2rem;*/
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  max-width: 28rem;

  background-repeat: no-repeat;
  background-position: -100% 0, 0 0;

  background-image: linear-gradient(
    var(--shine-deg),
    transparent 20%,
    transparent 40%,
    rgb(170, 170, 170, 0.1) 50%,
    rgb(170, 170, 170, 0.1) 55%,
    transparent 70%,
    transparent 100%
  );

  background-size: 250% 250%, 100% 100%;
  transition: background-position 0s ease;
}

.card-shine-effect:hover {
  background-position: 200%0, 0 0;
  transition-duration: 1.5s;
}

.gallery__custom .gallery img{
  	height: 300px;
	object-fit: cover;
}
.gallery__custom .inner-box:hover .image-box .image img{
	opacity: unset;
}
.gallery__custom .bi{
	color: #fff;
}
@media (width < 30rem){
	.gallery__custom{
		margin-top: 5rem !important;
	}
}
.btn_download__brochure
{
    width: auto !important;
    padding-inline: 8px;
}
.feature-block-one .inner-box .lower-content .title-text h4 a{
	text-transform: capitalize;
}