/*!
Theme Name: Peter Di Giorgio
Theme URI: https://www.technoexponent.com/
Author: The TechnoExponent team
Author URI: https://www.technoexponent.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: httpswww-technoexponent-com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
}
body{
	font-family: "Poppins", sans-serif;
}
/* global button start */
.global-btn-blue{
    background-color: #29ABFF;
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
	text-transform:uppercase;
}
.global-btn-white{
    background-color: white;
    color: #000;
    display: inline-flex;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
	text-transform:uppercase;
}

/* Home banner slider css start */
.swiper-slide-contents {
    z-index: 999;
    position: relative;
}
.top-hero-banner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 10px !important;
}

.top-hero-banner {
    overflow: hidden !important;
	text-align:left;
}
.top-hero-banner .swiper-button-next, .top-hero-banner .swiper-button-prev{
    color: #fff;
}
.top-hero-banner .content h2{
	font-size:16px;
	text-transform:uppercase;
}
.top-hero-banner .content p{
	font-size:44px;
	font-weight:600;	
}
.top-hero-banner .swiper-slide::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #0000008f;
}
.top-hero-banner {
    position: relative;
}
.custom-banner-slider .slide {
    position: relative;
    width: 100%;
	background: #000000bd;
}
.custom-banner-slider img {
    width: 100%;
    height: auto;
}
.custom-banner-slider .content {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0%, -50%);
    text-align: left;
    color: white;
    max-width:700px;
	z-index:99;
}
.home-all-banner-wrap {
    margin-top:25px;
}
.home-all-banner-wrap a{
	display: inline-flex;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
	height:48px;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:14px;
}
.home-all-banner-wrap a:first-child{
	background-color: #29ABFF;
    color: #fff;
}
.home-all-banner-wrap a:last-child {
    background-color: white;
    color: #000;
}
/* Home banner slider css end */

/* home property start */
.welcome-lft-cntn figure.elementor-image-box-img {
    margin-right: 15px !important;
}
.welcome-lft-cntn figure.elementor-image-box-img img {
    background: #eaf7ff;
    height: 82px;
    width: 82px;
    padding: 16px;
    border-radius: 15px;
}
.property-buy-icon .elementor-widget-container {
    background: #29ABFF;
    height: 87px !important;
    width: 87px;
    padding: 16px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.below_title_icon::after {
    position: absolute;
    width: 150px;
    height: 1px;
    background: #000;
    content: '';
    left: 15%;
    right: 0;
    margin: 0 auto;
    transform: translate(0px, -14px);
}
.below_title_icon::before {
    position: absolute;
    width: 150px;
    height: 1px;
    background: #000;
    content: '';
    right: 15%;
    left: 0;
    margin: 0 auto;
    transform: translate(0px, 14px);
}
.properties-tab-main ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
    list-style-type: none;
    gap: 15px;
}
.properties-tab-main ul a {
    display: inline-flex;
    background: transparent;
    padding: 10px 20px;
    border: 1px solid #000000;
    color: #000000;
    transition: all 0.3s ease-in-out;
}
.properties-tab-main ul a:hover, .properties-tab-main ul li.active a {
    background-color: #29ABFF;
    color: #fff;
    border-color: #29ABFF;
}
.propety_main_wrap .property_item {
    background: #F1F4F5;
    text-align: center;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.propety_main_wrap .property_item .info {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.propety_main_wrap .property_item .img_block{
    position: relative;
}
.propety_main_wrap .property_item p.type {
    position: absolute;
    right: 0;
    padding: 6px 17px;
    transform: translate(-15px, 15px);
    background: #fff;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.propety_main_wrap .property_item .info h3 {
    font-size: 16px;
    font-weight: 500;
}
.propety_main_wrap .property_item p.address {
    font-size: 16px;
    color: #303030;
    margin: 15px 0px 12px;
}
.propety_main_wrap .property_item p.price {
    order: 2;
}
.propety_main_wrap .property_item p.price {
    order: 2;
    font-size: 24px;
    font-weight: 500;
    color: #29ABFF;
}

/* home property end */

/* Home property listing css start */

.ptab-content {
    display: none;
}
.ptab-content.active {
    display: block;
}
.propety_main_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.property_item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}
/* home property end */

/* what people says start */

.what-people-says::after {
    position: absolute;
    background: #161E2D;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    right: 0;
    height: 68%;
    z-index: -1;
}
.what-people-says .below_title_icon::after, .what-people-says .below_title_icon::before{
    background-color: white;
}
.review-main-items .elementor-star-rating {
    position: absolute;
    top: 0;
    left: 13px;
}
.swiper-slide .elementor-testimonial {
    display: flex;
    flex-direction: column;
    padding: 55px 15px 40px;
}
.what-people-says span.swiper-pagination-bullet {
    background: #a2a2a2;
    height: 10px;
    width: 10px;
}
.what-people-says .swiper-pagination-bullet-active{
    background: #29ABFF !important;
    height: 10px;
    width: 10px;
    position: relative;
}
.what-people-says .swiper-pagination-bullet-active::after{
    border:1px solid #29ABFF;
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
}




.swiper-slide .elementor-testimonial .elementor-testimonial__header {
    order: 2;
    border-bottom: 0px !important;
}
.review-main-items .elementor-star-rating {
    position: absolute;
    top: 28px;
    left: 31px;
    font-size: 20px;
}
.review-main-items .elementor-star-rating i{
    margin-right: 3px;
}
.review-main-items .elementor-testimonial__text {
    line-height: 25px !important;
    margin-bottom: -15px;
    margin-top: 6px;
}

/* what people says end */

/* free contact us start */
.free-contact-us {
    overflow-x: hidden !important;
}

.free-contact-us .e-con-inner {
    align-items: center !important;
    position: relative;
}
.free-contact-us .e-con-inner .elementor-element-08b0887 {
    padding: 50px;
}
.free-contact-us .e-con-inner::after {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    background: #F1F4F5;
    content: '';
    width: 97%;
    height: 70%;
    z-index: -1;
    border-radius: 20px;
}
.free-contact-us .elementor-element.elementor-element-a0200b5 {
    right: -68px;
}
.free-contact-us .elementor-form-fields-wrapper{
    position: relative;
}
.free-contact-us .elementor-field-type-submit {
    width: 109px !important;
    position: absolute;
    right: 0px;
    transform: translate(1px, 1px);
    height: 38px;
}
.free-contact-us button.elementor-button {
    height: 45px;
}
.ftr-header h4::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 43px;
    height: 4px;
    background: #29ABFF;
    content: '';
    border-radius: 8px;
}
.ftr-header h4{
    position: relative;
}

/* free contact us end */



/* few our propert start */
.few-our-propert-main .property_item {
    display: flex;
    align-items: center;
    gap: 100px;
}
.few-our-propert-main .property_item .img_block, .few-our-propert-main .property_item .info {
    width: 50%;
    position: relative;
}
.few-our-propert-main .property_item .img_block img {
    width: 100%;
    object-fit:cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.few-our-propert-main .property_item:nth-child(even) {
    flex-direction: row-reverse;
    margin: -120px 0px;
}
.few-our-propert-main .property_item:last-child{
    margin-bottom: 0px;
}
.few-our-propert-main .property_item .img_block::after {
    position: absolute;
    height: 100%;
    right: -25px;
    top: 15px;
    width: 87%;
    border: 2px solid #29ABFF;
    content: '';
    z-index: -1;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.few-our-propert-main .property_item:nth-child(even) .img_block::after {
    position: absolute;
    height: 100%;
    left: -25px;
    top: 15px;
    width: 87%;
    border: 2px solid #29ABFF;
    content: '';
    z-index: -1;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.few-our-propert-main .property_item .info h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 10px;
}

.few-our-propert-main .property_item .info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}



/* few our propert end */

/* contast us start */
.contact-enquiry-form input.elementor-field-textual, .contact-enquiry-form textarea.elementor-field-textual {
    min-height: 68px;
    border: 1px solid #D1C4C4 !important;
    background: #F9F9F9 !important;
    padding: 20px;
    margin: 5px 0px;
    resize: none;
}
.contact-enquiry-form button.elementor-button.elementor-size-md {
    max-width: 180px;
    margin-left: auto;
}
/* contast us end */



.resident-propert-inner{
    border: 1px solid #29ABFF;
    color: #fff;
    border-radius: 35px;
    transition: all 0.3s ease-in-out;
}
.resident-propert-inner:hover h4{
    color: #fff;
}

.resident-propert-inner:hover{
    background-color: #29ABFF;
    cursor: pointer;
}

.contact-form-main-wrap {
    padding-bottom: 70px;
}
.contact-form-main-wrap .form-group-field .form-input-field {
    width: 50%;
}
.contact-form-main-wrap .form-group-field {
    display: flex;
    gap: 30px;
}
.contact-form-main-wrap .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.contact-form-main-wrap .form-control {
    background: #fff;
    width: 100%;
    min-height:65px;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 6px;
}


.field-names select {
    width: 49%;
    height: 65px;
    background: #fff;
    min-height:65px;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 6px;
}
.contact-form-main-wrap p {
    margin-bottom: 20px;
}

.contact-form-main-wrap p label {
    color: #4A4A4A;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.contact-form-main-wrap .contact-submit input.btn.submit_btn {
    background: #29abff;
    padding: 11px 40px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

/* responsive css start */
@media (max-width: 992px) {
	.top-hero-banner .content p {
		font-size:36px;
		font-weight:600;
	}
	.property-buy-icon .elementor-widget-container {
    height: 50px !important;
    width: 50px;
    padding: 8px;
	}
	.custom-banner-slider .content {
		left: 70px;
		max-width: 600px;
		z-index: 99;
	}
	.custom-banner-slider .button1, .custom-banner-slider .button2 {
		height: 35px;
		padding: 10px 18px;
		font-size: 14px;
	}
	.propety_main_wrap .property_item .info {
    padding: 18px;
	}
	.propety_main_wrap .property_item p.address {
		font-size: 16px;
		margin: 6px 0px 0px;
	}
	.below_title_icon::after, .below_title_icon::before{
		display:none;
	}
	.propety_main_wrap .property_item p.type {
		padding: 6px 10px;
		font-size: 13px;
	}
	.few-our-propert-main .property_item {
    	gap: 50px;
    }
	.few-our-propert-main .property_item:nth-child(even) {
    flex-direction: row-reverse;
    margin: 40px 0px;
	}
	.few-our-propert-main .property_item .info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
	}
	.few-our-propert-main .property_item .img_block::after {
		right: -15px;
		top: 6px;
		width: 87%;
	}
	.free-contact-us .e-con-inner .elementor-element-08b0887 {
    padding: 28px 20px;
	}
	.contact-enquiry-form input.elementor-field-textual, .contact-enquiry-form textarea.elementor-field-textual {
		min-height: 40px;
		padding: 10px 12px;
		margin: 2px 0px;
   }
	
}


@media (max-width: 768px) {
	.top-hero-banner .content p {
		font-size:26px;
		font-weight:600;
	}
	.properties-tab-main ul a {
    padding: 6px 8px;
    font-size: 14px;
	}
	.properties-tab-main ul {
    margin-bottom: 30px;
    gap: 10px;
	}
	.property_item {
    flex: auto;
    width: 100%;
	}
	.elementor img {
    max-width: 100%;
    width: 100%;
	}
	.properties-tab-main ul {
        margin-bottom: 18px;
        gap: 5px;
        flex-wrap: wrap;
    }
	.free-contact-us .elementor-element.elementor-element-a0200b5 {
    right: -10px;
	}
	.free-contact-us .e-con-inner::after {
        right: 0;
        bottom: 10px;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
	.free-contact-us .e-con-inner .elementor-element-08b0887 {
        padding: 0 10px;
    }
	.top-hero-banner .content{
		position:relative;
		left:0px;
		padding:0px 30px;
	}
	.few-our-propert-main .property_item {
        gap: 30px;
        flex-direction: column;
    }
	.few-our-propert-main .property_item:nth-child(even) {
        flex-direction: column;
        margin: 40px 0px;
    }
	.few-our-propert-main .property_item .img_block, .few-our-propert-main .property_item .info {
    width: 100%;
    position: relative;
	}
	
	.contact-form-main-wrap .form-group-field .form-input-field {
    width: 100%;
	}
	.contact-form-main-wrap .form-group-field {
    display: flex;
    gap: 0px;
    flex-direction: column;
	}
	.contact-form-main-wrap .form-control, .field-names select {
    background: #fff;
    width: 100%;
    min-height: 40px;
	height:40px;
    border: 1px solid #dedede;
    padding: 8px;
    border-radius: 6px;
	}
	.contact-form-main-wrap p {
    margin-bottom: 10px;
	}
	.custom-banner-slider img{
		height:100% !important;
	}


}
