/* CSS ROOT VARIABLES */
 
:root {
  --yellow: #ffc107;
 
}

/*Left Side Buttons Start*/
  .sticky-left-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -158px;
    top: 41%;
    width: 200px;
    z-index: 100;
  }
  .sticky-left li{
    list-style-type: none;
    background-color: none;
    color: black;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer; 
  }
  .sticky-left li:hover{
    margin-right: -150px;
    background: var(--yellow);
    border-radius: 25px 25px 25px 0;
  }
  .sticky-left li img{
    float: right;
    border-radius:50%; 
    margin: 5px 5px;
    margin-left: 10px;
  }
  .sticky-left li p{
    padding: 0px;
    float:right;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
  }
/*Left Side Buttons End*/

/*Vertical Right Site Scroll Bar (Custom Site Scroll Bar) Start Here*/

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cc9b0a;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  cursor: pointer;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--yellow);
  border-radius: 10px;
}
/*Vertical Right Site Scroll Bar (Custom Site Scroll Bar) End Here*/


body , html{
  overflow-x: hidden;
  scroll-behavior: smooth; 
  padding: 0;
  margin: 0;
  box-sizing: border-box;
 
  
}

    .navbar {
      position: fixed; 
      width: 100%;
      z-index: 100;
    }
    
    section{      
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .logo-text{
    font-size: 14px;
    font-family: 'Seymour One', sans-serif;
    font-weight: bold;
    color: var(--yellow);
    margin-top: 10px;
    
  }

  .nav-item .nav-link{
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    font-family:  'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
   }

  .nav-item .nav-link:hover{
    color: var(--yellow);
    border-top: 1px solid var(--yellow);
    border-bottom: 1px solid var(--yellow);
  }

  .email-address, .contact-no{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
  }

  .social-icon a i{
    font-size: 14px;
    padding: 3px;
    color: var(--yellow);
    border: none;
  }

  .social-icon a .bi-facebook:hover{
    color: #007bb6;
  }
  .social-icon a .bi-linkedin:hover{
    color: #fff;
  }
  .social-icon a .bi-twitter:hover{
    color: #00acee;
  }
  .social-icon a .bi-instagram:hover{
    color:  #dc2743;
  }

  .text-animate{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: auto;
    align-items: center;
    color: #fff;
    margin-top: 40px;
    height: 30vh;
}

  .search-property{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: auto;
    align-items: center;
    color: #fff;
    /* height: 90vh; */
}
  .search-property .container{    
    height: auto;
}

/* Read More Read Less CSS  */
.moretext {
  display: none;
}



/* Updating News */


/*horizontal news ticker*/


.ticker-wrapper-h{
	display: flex;	
	position: relative;
	overflow: hidden;
	border: 1px solid var(--yellow);
    background-color: #111;
    z-index: -1;

}

.ticker-wrapper-h .heading{
	background-color: var(--yellow);
	color: black;
	padding: 3px 8px;
	flex: 0 0 auto;
	z-index: 1000;
}
.ticker-wrapper-h .heading:after{
	content: "";
	position: absolute;
	top: 0;
	border-left: 16px solid var(--yellow);
	border-top: 17px solid transparent;
	border-bottom: 12px solid transparent;
}

.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 80s;
	
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}

.news-ticker-h li a{
	color: white;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.bigheading{
  display: block;
  position: absolute;
  font-style: italic;
  font-size: 10px; 
  color: var(--yellow);
  text-transform: uppercase;
  padding: 6px;
  border-radius: 5px;
  border-right: none;
  letter-spacing: 3px;
  font-weight: 100;
  z-index: 2;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.bigheading .text-update p{
  background: lightgray; 
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/* Updating News Ends*/


.section h2{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: black;
  text-decoration: underline;
  text-decoration-color: var(--yellow);

}

.about-us-video{
  background-image: url('../frontend/images/property-img.jpg');
  border: 2px solid var(--yellow);
  border-radius: 5px;
  cursor: pointer;

  
}
/*Cards Slider Section Starts Here*/
.cards {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 1rem;
		margin: 1rem 1vw;
		padding: 0;
		list-style-type: none;
		width: 370px;
	}

	.card {
		position: relative;
		display: block;
		height: 100%;
		border-radius: calc(var(--curve) * 1px);
		overflow: hidden;
		text-decoration: none;
		border-radius: 5px;
	}

	.card__image {
		width: 100%;
		height: auto;
	}

	

	.card__overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		border-radius: calc(var(--curve) * 1px);
		background-color: var(--surface-color);
		transform: translateY(100%);
		transition: .2s ease-in-out;
	}

	.card:hover .card__overlay {
		transform: translateY(0);	

	}

	.card__header {
		position: relative;
		display: flex;
		align-items: center;
		gap: 2em;
		padding: 1em;
		border-radius: calc(var(--curve) * 1px) 0 0 0;
		background-color: rgba(83, 83, 83, 0.712);
		transform: translateY(-100%);
		transition: .2s ease-in-out;
	}

	.card__arc {
		width: 80px;
		height: 80px;
		position: absolute;
		bottom: 100%;
		right: 0;
		z-index: 1;
	}

	.card__arc path {
		fill: black;
		d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
	}

	.card:hover .card__header {
		transform: translateY(0);
		border-bottom: 2px solid var(--yellow);
	}

	.card__thumb {
		flex-shrink: 0;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	.card__title {
		font-size: 1em;
		margin: 0 0 .3em;
		color: white;
	}

	.card__tagline {
		display: block;
		margin: 1em 0;
		font-family: "MockFlowFont";
		font-size: .8em;
		color: white;
	}

	.card__status {
		font-size: .8em;
		color: white;
	}

	.card__description {
		padding: 0 2em 2em;
		margin: 0;
		color: white;
		font-family: "MockFlowFont";
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		background-color: black;
	}
/*Cards Slider Section Ends Here*/


.section .card-text{
  text-align: justify;
  text-justify: inter-word;
}





/* Project Images Slider Starts Here */
.slider-img {
  width: 400px;
  height: 200px;
  animation: scroll 60s linear infinite;
  cursor: pointer;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-1000%)
  }
}

/* Blog Slider CSS Start Here */
.cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
  color: black !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: var(--yellow) !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
  background: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.blog .carousel-indicators .active {
  background: red;
}

.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid black;
  text-align: center;
  z-index: 4;
  padding: 20px;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
  transition: transform .5s ease;
  cursor: pointer;
}
.item-box-blog-image figure img:hover {
   transform: scale(1.1);
}

.item-box-blog-date .mon{
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  color: black;
  top: -20px;
  right: 8px;
  background-color: var(--yellow);
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h3 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

/* ************************************** */
/* Cards Slider */
@media screen and (min-width: 568px) {
  .cards-wrapper{
    display: flex;
  }
  
  .blog-cards{
    margin: 0.5em;
    width: calc(100%/3);
   
  }
  }
  .image-wrapper{
    /* height: 20vw; */
    margin: 0 auto;
  
  }
  
  @media screen and (max-width: 567px) {
    .blog-cards:not(:first-child){
      display: none;
    }
  }
  
  
  .image-wrapper img{
    max-width: 100%;
    max-height: 100%;
  
  }
  .card-title, .card-text{
    color: black;
  }
  .carousel-control-prev .carousel-control-prev-icon{
   /* padding: 30px; */
    color: red;
  }
  
  .carousel-indicators, button{
     padding-top: 10px !important;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     word-spacing: 3px;
     color: rgb(14, 134, 204);
  }  

/* Blog Slider CSS Ebnd Here */


/* Project Images Slider Ends Here */

.accordion-button{
  font-size: 15px;
  font-weight: bolder
}



/* Footer CSS Starts Here */
.footer-menus ul li a{
  list-style: none;
  text-decoration: none;
  color: white;
  font-size: 12px;
}
.footer-menus ul li a:hover{
  color: var(--yellow);
}

input,
.subscribe-btn {
  font-size: 1em;  
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
  color: black;
}
.subscribe-btn {
  background-color: var(--yellow);

}
.subscribe-btn:hover {
  transition: 0.5s ease-in-out;

}



  /*Back To Top Button*/
.goTop{
  position: fixed;
  background-color: var(--yellow);
  width: 45px;
  height: 45px;
  bottom: 3px;
  right: 33px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  margin-top: 8px;
  display: none;
  z-index: 20;
}

.chevron-up{
  fill: black;
}
/*Back To Top Button Ends*/


