footer{
    background: rgba(8, 8, 8, 0.9);

}


.newletter{
    background: rgba(96, 96, 96, 0.7);
}

.newletter form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px !important;
    border-radius: 10px !important;
    flex-wrap: wrap;


}

.newsletter-header {
    position: relative;
    margin-bottom: 0 !important;
    margin-left: 0;
    display: flex;
    align-items: center;
    max-width: 47%;
}
.newsletter-header h3 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white-color);
}
.newsletter-header i {
    display: inline;
    margin-right: 5px;
    color: var(--white-color);
    font-size: 28px;
}
.newsletter-field {
    width: 30%;
}


.newsletter-field input[type="email"] {
    color: var(--white-color);
    border-color: #e8e8e8;
    transition-duration: 0.1s;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 20px 0;
    border-radius: 50px 0px 0px 50px;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    width: 100%;
}

.newsletter-field button {
    background-color: transparent;
    color: var(--white-color);
    transition-duration: 0.4s;
    font-size: 20px;
    height: 45px;
    position: absolute;
}

.footer-logo img{
  height: 80px;
}

.newsletter-field input::placeholder {
    font-size: 13px;
    color: var(--white-color) !important;
  }

.footerInfo p{
  font-size: 13px;
}

  .footer-colum-single .footer-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-colum-single .footer-social ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer-colum-single .footer-social ul li a {
    width: 40px;
    height: 40px;
    color: var(--white-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.8;
    border-radius: 5px;
  }
  .sinfle-footer-contact,
  .footer-contact-content.text-right{
    text-align: right;
  }
  .footer-colum-single .footer-social ul li a svg{
    transform: translateY(-1px);
  }
  .footer-colum-single .footer-social ul li a::after {
    position: absolute;
    content: "";
    border: 1px solid var(--gray-color);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    top: 0;
    left: 0;
    opacity: 0.2;
    transition: all 0.3s ease;
    background: var(--gray-color);
  }
  .footer-colum-single .footer-social ul li a:hover::after {
    border: 1px solid var(--primary-color);
  }
  .footer-colum-single .footer-social ul li a:hover {
    opacity: 1;
  }
  .footer-colum-single .footer-social ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    left: 0;
    transform: scale(0);
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  .footer-colum-single .footer-social ul li a:hover::before {
    transform: scale(1);
  }
  .footer-colum-single .footer-social ul li a i {
    position: relative;
    z-index: 99;
  }
  .footer-colum-single h2 {
    color: var(--white-color);
    font-size: 22px;
    margin-bottom: 20px;
  }
  .link-colum {
    margin-left: 66px;
  }
  
  .footer-colum-single .footer-page-link ul li{
    padding: 5px 0;
  }  
  .footer-colum-single .footer-page-link ul li a {
    color: var(--white-color);
    color: var(--white-color);
    font-weight: normal;
    transition: all 0.3s ease;
    font-size: 14px;
  }
  .footer-colum-single .footer-page-link ul li a:hover {
    color: var(--primary-color);
  }
  
  .footer-colum-single.sinfle-footer-contact ul li:last-child {
    margin: 0;
  }
  .footer-colum-single.sinfle-footer-contact ul li .footer-contact-content h5 {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 12px;
    font-style: normal;
    line-height: 17px;
  }
  .footer-colum-single.sinfle-footer-contact ul li .footer-icon {
    margin-right: 16px;
    transform: translateY(-3px);
  }
  .footer-contact-content p{
    color: var(--white-color);
    font-size: 13px;
  }
  .footer-botom {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #e3e3e329;
  }
  .footer-bootom-link ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bootom-link ul li {
    color: var(--white-color);
    font-size: 13px;
  }
  .footer-bootom-link ul li span:first-child{
    border: none;
  }
  .footer-bootom-link ul li span{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid var(--white-color);
  }
  .footer-bootom-link ul li:first-child {
    margin-right: 20px;
  }
  .footer-bootom-link ul li a {
    color: var(--white-color);
    font-size: 13px;
    font-weight: normal;
  }
  .footer-bootom-link ul li a:hover {
    color: var(--primary-color);
  }
 
  .tp-instagram-link a {
    position: relative;
    display: block;
  }
  .tp-instagram-link a:hover::before {
    transform: scale(1);
  }
  .tp-instagram-link a:hover i {
    opacity: 1;
    font-size: 14px;
    transform: rotate(-90deg);
    line-height: 0;
  }
  .tp-instagram-link a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.902;
    transform: scale(0);
    transition: all 0.4s ease;
  }
  .tp-instagram-link a i {
    position: absolute;
    color: var(--white-color);
    font-size: 50px;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .footer-contact-content a{
    color: var(--white-color);
    opacity: 0.8;
  }
  .footer-contact-content a:hover{
    opacity: 1;
  }
  .cm-2-footer-colum-single .footer-social ul li a {
    color: var(--title-color);
  }
  .cm-2-footer-colum-single .footer-social ul li a:hover {
    color: var(--white-color);
  }
  .footer-form button {
    border: none;
    width: 100%;
    background: var(--title-color);
    color: var(--white-color);
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
    transition: all .4s ease;
  }
  .footer-form button:hover {
    background: var(--primary-color);
  }
  .footer-form input {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--title-color);
    height: 56px;
    width: 100%;
    padding: 0 24px;
    border-radius: 12px;
    border: 1px solid transparent;
  }
  .footer-form input:focus {
    border-color: var(--primary-color);
  }
  .footer-form input::placeholder {
    color: #787878;
    text-transform: inherit;
  }
  .section-plr-3 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .footer-colum-single.cm-2-footer-colum-single p {
    color: var(--paragraph-color);
    opacity: 1;
  }
  .cm-2-footer-colum-single .footer-social ul li a::after {
    border: 1px solid var(--title-color);
  }
  .cm-2-footer-colum-single h2 {
    color: var(--title-color);
  }
  .cm-2-footer-colum-single .footer-page-link ul li a {
    color: var(--paragraph-color);
    opacity: 1;
  }
  .cm-2-footer-bootom-link ul li {
    color: var(--paragraph-color);
  }
  .cm-2-footer-bootom-link ul li a {
    color: var(--title-color);
  }

 

@media (max-width:767px){
	
	.footerInfo p {
	  font-size: 13px;
	  line-height: initial;
	  word-spacing: -1px;
	  text-align: justify;
	}

    .newsletter-field{
        width: 100%;
        margin-top: 20px;
      }
      .footer-area .link-colum .col-lg-6.col-md-6 {
        width: 50%;
    }
    .sinfle-footer-contact, .footer-contact-content.text-right {
        text-align: center;
    }

	.footer-bootom-link ul li {
		width: 100%;
		text-align: center;
	}
	.footer-bootom-link ul li:first-child{
		margin: 0 auto;
	}

	.footer-bootom-link ul {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.link-colum {
	  margin-left: 0;
	}
	.mobileHide{
		display:none;
	}

	.newsletter-field button{
	  right: 10px;
	}

	.footer-colum-single h2{
	  font-size: 18px;
	  margin-bottom: 15px;
	}
 }



  .modal.modalNoproperty {
    background: rgba(0, 0, 0, 0.85);
}
.modalNoproperty .modal-header {
  flex-direction: row-reverse;
}

.modalNoproperty h4 {
    font-size: 17px;
}
.modalNoproperty p {
    font-size: 15px;
}












.propertyModalbox  .modal-body {
  display: flex;
  align-items: self-start;
  gap: 40px;
}

.propertyModalbox  .modal-dialog {
  max-width: 850px;
}

.propertyModalbox img.showImage {
  width: calc(100% - 50%);
  height: 360px;
  object-fit: cover;
}

.propertyModalbox ul.list-group {
  width: 50%;
}


.propertyModalbox button.btnClose i {
  font-size: 18px;
  margin: 0 auto;
}


.propertyModalbox button.btnClose {width: 40px;height: 40px;}


button.showProperty {
  width: 40px;
  height: 40px;
}

button.showProperty i {
  margin: 0;
  font-size: 20px;
}
.propertyModalbox {
  background: rgba(0, 0, 0, 0.4);
}


@media (max-width:767px){
  .footer-contact-content.text-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto !important;
    padding: 5px !important;
}

.footer-contact-content h4 {
    padding: 0;
    margin: 0 !important;
}
}