:root {
	--black: #000;
	--white: #fff;
	--primary: #F97202;
	--sc: #122E4C;
}

a {
	text-decoration: none;
	color: var(--primary);
}

p {
	line-height: 2;
	font-size: 16px;
	color: #242424b3;
}

ul,
ol {
	list-style: none;
	line-height: 2;
	color: #242424b3;
}

input:not(input.select2-search__field),
select,
textarea {
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

:is(input:not(input.select2-search__field), select, textarea):focus {
	border: 1px solid #f9720270;
	outline: 1px solid #f9720278;
}

form button {
	border: 0;
	cursor: pointer;
}

h1,
.h1 {
	font-size: clamp(3.1rem, 0.625rem + 0.9615vw, 2rem);
}

h2,
.h2 {
	font-size: clamp(1.375rem, 1.3846rem + 0.9615vw, 2.25rem);
}

h3,
.h3 {
	font-size: clamp(1.38rem, 1.1346rem + 0.9615vw, 2.0rem);
}

h4,
.h4 {
	font-size: clamp(1.25rem, 1.0577rem + 0.7692vw, 1.75rem);
}

h5,
.h5 {
	font-size: clamp(1.125rem, 0.9808rem + 0.5769vw, 1.5rem);
}

h6,
.h6 {
	font-size: clamp(1.0rem, 0.8808rem + 0.4669vw, 1.25rem);
}

/*---------- .header css starts -----------*/

.header {
	border-bottom: 1px solid #cccc;
	background: var(--white);
}

.dropdown li a:not(.show-ul .dropdown li a),
.header nav ul li a {
	color: var(--black);
}

.header nav ul a:hover {
	color: var(--primary) !important;
}

.dropdown:hover svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
	fill: var(--primary);
}

.header .search-bar-show {
	background-color: #fffaf6;
	transform: translateY(0);
}

.header ul .dropdown ul {
	background-color: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	border: 1px solid #cccccc59;
	transform: translateY(25px);
}

/*//site-btn*/

[class*="ary-btn"] {
	color: var(--white);
	font-size: 16px;
}

.primary-btn {
	background: var(--primary);
}

.secondary-btn {
	background-color: var(--sc);
}

[class*="ary-btn"] span {
	transform: rotate(-45deg);
}

[class*="ary-btn"]:hover {
	background-position: 100%;
	background-size: 200% auto;
}

.primary-btn:hover {
	animation: pcBtnAnimate 1.5s infinite;
}

@keyframes pcBtnAnimate {
	0% {
		box-shadow: 0 0 0 0 var(--primary)
	}

	70% {
		box-shadow: 0 0 0 10px rgba(218, 103, 68, 0)
	}

	to {
		box-shadow: 0 0 0 0 rgba(218, 103, 68, 0)
	}
}

.secondary-btn:hover {
	animation: scBtnAnimate 1.5s infinite;
}

@keyframes scBtnAnimate {
	0% {
		box-shadow: 0 0 0 0 var(--sc)
	}

	70% {
		box-shadow: 0 0 0 10px rgba(218, 103, 68, 0)
	}

	to {
		box-shadow: 0 0 0 0 rgba(218, 103, 68, 0)
	}
}

/*//hero-banner*/

.hero-banner:after {
	content: '';
	position: absolute;
	inset: 0;
	background: #00000091;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 0 0 300px 300px;
}

.peak__demands li {
	cursor: pointer;
	color: var(--white);
}

.peak__demands li span {
	border-radius: 50%;
	background-color: var(--primary);
	transition: 0.4s;
}

.peak__demands :is(li.active, li:hover) span {
	background-color: var(--primary);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: var(--sc);
}

.hero-banner [class*="col-"] :is(select, input):focus{
    border:none;
}

.hero-banner form button {
	cursor: pointer;
	border-radius: 0;
	border: 0;
	justify-content: center;
}

.hero-banner p {
	color: var(--white);
	font-size: 20px;
}

.seprator .sub-bg-title {
	font-family: Alex Brush, 'sans-serif;';
	font-size: 100px;
}

.seprator .sub-title {
	font-size: 18px;
	color: var(--primary);
	padding-left: 15px;
}

.seprator .sub-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: var(--primary);
	height: 8px;
	width: 8px;
	border-radius: 50%;
}

/*//property-card____**Start*/

.property-card {
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0px 0.0625rem 0.625rem 0px rgb(0 0 0 / 10%);
}

.property-img img {
	filter: brightness(.5);
}


.property-card .property-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 35px;
	height: 55px;
	width: 55px;
	background: url('data:image/svg+xml,<svg width="51" height="40" viewBox="0 0 51 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 39a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm40 0a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z" fill="%23F5F7FB" stroke="%23F97202" stroke-width="2"/><path d="M7 30 26 2l19 28" stroke="%23F97202" stroke-width="2"/></svg>') no-repeat;
}

.sale-tag {
	background: var(--primary);
	font-size: 14px;
	border-radius: 4px;
}

.property-card .card-rightBar span {
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 3px;
}

.property-card .price,
.property-card .card-rightBar span,
.sale-tag {
	color: var(--white);
}

.property-card .card-rightBar .p {
	background: #00c0ff;
}

.property-card .card-rightBar .t {
	background: #17a2b8;
}

.property-card .card-rightBar .f {
	background: #ff9642;
}

.property-card .price span:first-child {
	font-size: 25px;
	font-weight: 600;
}

.property-card .cat {
	background: var(--white);
	color: var(--primary);
	font-size: 14px;
}

.property-card .property-title {
	font-size: 20px;
	transition: all .3s ease;
	font-weight: 600;
	color: var(--black);
}

.property-card .property-title:hover {
	transition: all .3s ease;
	color: var(--primary);
}

.property-card .location {
	line-height: 1;
	color: #727272;
}

.property-card .property-intenary .col {
	color: #727272;
	font-size: 14px;
}

.property-card .property-intenary .col span {
	background: #f972021a;
	border-radius: 50%;
}

.property-card .btn-part {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 5px;
}


.site-bg {
	background: #ffd5b230;
	padding-block: 50px;
}

.wcu-con,
.wcu-img {
	position: relative;
}

.wcu-con:after {
	content: '';
	position: absolute;
	inset: 0;
	background: url(https://static.vecteezy.com/system/resources/previews/055/540/522/non_2x/a-hand-holding-a-model-of-a-beautiful-two-story-suburban-home-free-png.png) top right / contain no-repeat;
	height: 100%;
	width: 100%;
	opacity: .07;
	z-index: -1;
}

ul.list-icon li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)" stroke="%23F97202" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M42 20v19a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h21"/><path d="m16 20 10 8L41 7"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h48v48H0z"/></clipPath></defs></svg>') no-repeat;
	height: 20px;
	width: 20px;
}

.wcu-img:after {
	background: var(--primary);
	height: 500px;
	width: 75%;
	content: '';
	position: absolute;
	left: -40px;
	top: -50px;
	border-radius: 30px 30% 30% 30px;
	z-index: -1;
}


.country-card .country-detl {
	border: 1px solid #ccc;
	border-top: 0;
	background: var(--white);
}

.country-card .country-detl>div a {
	font-size: 22px;
	font-weight: 600;
	color: var(--black);
}

.country-card .country-detl .country-icn {
	background: #f972021a;
	border-radius: 50%;
	transition: all .3s ease;
}

:is(.country-card, .country-card .country-img) {
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.country-card .country-img img {
	border-radius: 4px 4px 0 0;
	transition: all .4s ease;
}

.country-card:hover .country-img img {
	transform: scale(1.1);
}

.country-card:hover .country-detl .country-icn {
	background: var(--primary);
}

.country-card:hover .country-detl .country-icn svg path {
	fill: var(--white);
}

.country-card:hover .country-detl>div a {
	color: var(--primary);
}

.country-card .country-detl .country-icn svg {
	transform: rotate(-45deg);
}

/*//vid-parallax**start*/

.parallax-content {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}

.vid-parallax .seprator {
	background: var(--white);
}

.vid-parallax .seprator h2 {
	font-size: 30px;
}

.circle {
	border-radius: 50%;
	background: var(--primary);
}

.circle:after,
.circle:before {
	border: 2px solid var(--primary);
	border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.circle:before {
	animation: 2s ease-out infinite ripple;
}

.circle:after {
	animation: 2s ease-out 1s infinite ripple;
}

@keyframes ripple {
	0% {
		opacity: .25
	}

	to {
		border-radius: 50%;
		opacity: 0;
		transform: scale(1.7)
	}
}

.vid-parallax .parallax-ryt-text {
	font-size: 100px;
	font-family: Alex Brush, 'sans-serif;';
	color: var(--white);
}

/*//stats-counter------start***/

.dark-bg :is(.seprator, .seprator p, .seprator .sub-bg-title) {
	color: #fff;
}

.circle-1:after,
.circle-1:before,
.circle-2:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #ddd;
	border-radius: 50%;
	z-index: -1;
	transition: 0.4s ease-in-out;
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF42 0%, #0E2E50 100%);
	transition-delay: 0.4s;
}

.circle-1:after {
	top: 0;
	opacity: 0.1;
	width: calc(150px + 84px);
	height: calc(150px + 84px);
}

.circle-1:before {
	top: 25px;
	opacity: 0.4;
	width: calc(150px + 42px);
	height: calc(150px + 42px);
}

.circle-2:after {
	top: -25px;
	width: 150px;
	height: 150px;
}

.stats-content [id*="no"] {
	font-size: 60px;
	font-weight: 500;
}

.stats-content span {
	font-weight: 500;
}

@keyframes rotateIn {
	0% {
		transform: translate(-50%, 0%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, 0%) rotate(180deg);
	}
}

@keyframes rotateOut {
	0% {
		transform: translate(-50%, 0%) rotate(180deg);
	}

	100% {
		transform: translate(-50%, 0%) rotate(0deg);
	}
}

.circle-1:after,
.circle-1:before,
.circle-2:after {
	transform: translate(-50%, 0%) rotate(0deg);
	transition: none;
}

.stats-col:hover .circle-1:after,
.stats-col:hover .circle-1:before,
.stats-col:hover .circle-2:after {
	animation: rotateIn 0.5s linear forwards;
}

.stats-col:not(:hover) .circle-1:after,
.stats-col:not(:hover) .circle-1:before,
.stats-col:not(:hover) .circle-2:after {
	animation: rotateOut 0.5s linear forwards;
}

.sec-img:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 190px;
	width: 100%;
	background: url(https://www.radiustheme.com/demo/wordpress/themes/homlisti/wp-content/uploads/2021/07/counter-bg-2.png) no-repeat center / contain;
}


.testimonial-card {
	background: #cccccc0f;
	box-shadow: 0px 4px 4px #c5c0c02e;
	border: 1px solid #cccccccc;
	border-radius: 5px;
	border-bottom: 0;
}

.swiper-pagination {
	display: flex;
	justify-content: end;
	align-items: end;
	position: relative;
	bottom: 100px !important;
	padding-right: 20px;
	flex-direction: column;
	gap: 10px;
}

.swiper-pagination-bullet-active {
	background: var(--primary) !important;
}

/*//footer-start*/

:where(footer, .copyryt) :is(p, a, span, div) {
	color: #c8d3de;
}

.social-media li a {
	background: rgba(255, 255, 255, 0.12);
	transition: all .4s ease;
	padding: 10px 12px;
	border-radius: 4px;
}

.social-media li a:hover {
	background: var(--primary);
	transition: all .4s ease;
}

footer .menu-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--white);
}

footer .menu-title:after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	background: var(--primary);
	height: 4px;
	width: 15%;
	border-radius: 30px;
}

footer form button {
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	background: var(--primary);
	color: var(--white);
}

.copyryt {
	background: #082039;
	padding-block: 20px;
	color: var(--white);
}

:where(footer, .copyryt) a:hover {
	transition: all .4s ease;
	color: var(--primary);
}

#breadcrumbs a {
	position: relative;
	color: var(--white);
}

#breadcrumbs span {
	color: #ddd;
}

#breadcrumbs a:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -26px;
	background: var(--primary);
	height: 6px;
	width: 6px;
	border-radius: 50%;
}

.single-hero {
	background: var(--sc);
	padding-block: 30px;
}

/*//for-single-property---pg..*/

.coll-property-img img {
	transition: all .3s ease;
	cursor: pointer;
	border-radius: 10px;
}

.coll-property-img:hover img {
	filter: brightness(.5);
	transition: all .3s ease;
}

.seller-form {
	border: 1px solid #ccc;
	border-radius: 20px;
}

.single-intenary .property-intenary {
	border-bottom: 1px solid #ccc;
}

.property-intenary .h2 {
	font-weight: 600;
}

.facility-cols span {
	border-radius: 6px;
	border: 1px solid #ccc;
}

.property-detls .property-summary {
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 25px;
}

.property-summary [class*="col-"] :is(strong, p) {
	font-size: 14px;
}

.property-summary [class*="col-"] strong {
	font-weight: 600;
}

.privacy-page {
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #ccc;
}

.contact-info-col {
	border: 1px solid #E4E9F2;
	box-shadow: 0px 11px 35px 0px rgba(194, 200, 213, 0.32);
	border-radius: 10px;
	transition: all .4s ease;
}

.contact-info-col .info-icn {
	border-radius: 50%;
	border: 1px solid #E5EAF2;
	background-color: #F9FBFE;
	transition: all .4s ease;
}

.contact-info-col:hover .info-icn {
	background-color: var(--primary);
}

.contact-info-col:hover .info-icn svg path {
	fill: var(--white);
}

.contact-info-col p {
	font-size: 16px;
	font-weight: 500;
}

.contactForm {
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #ccc;
}

.single-page-hero {
	background: transparent linear-gradient(120deg, #000000 0, var(--sc) 100%) 0 0 no-repeat padding-box;
	border-top: 1px solid var(--white);
}

.single-page-hero :is(div, span, p, a, h1) {
	color: var(--white);
}

.service-col-wrap .service-card {
	border: 1px solid #ccc;
	border-radius: 8px;
	border-top: 3px solid var(--sc);
	background: #cccccc0a;
	transition: all .4s ease;
}

.service-col-wrap .service-card:hover {
	transform: translateY(-10px);
	transition: all .4s ease;
}

.service-vr-card {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 0.0625rem 0.625rem 0 rgb(0 0 0 / 6%);
	transition: all .4s ease;
}

.service-vr-card:hover span {
	transform: rotateY(1turn);
	transition: all .4s ease;
}

.service-vr-card span {
	background: #cccccc1a;
	border: 1px solid #ccc;
	border-radius: 50%;
	transition: all .4s ease;
}

.team-card .team-img img {
	border-radius: 400px 400px 400px 0;
	transition: all .4s ease;
}

.team-card:hover .team-img img {
	transition: all .4s ease;
	filter: brightness(0.5);
}

.team-card .team-img .listing {
	background: var(--sc);
	border-radius: 4px;
	color: var(--white);
	font-size: 14px;
}

/*//site-popup*/

  .popup-wrap .popup-card .cancel__popup{
      background: var(--primary);
      border-radius: 0 0 0 10px;
      cursor: pointer;
  }

            .overlay {
    background: rgba(0, 0, 0, 0.78);
    transition: all 0.4s ease;
}

.popup-card .property-img:after{
            content: unset !important;
         }

         .popup-card .property-img{
            background: unset;
         }

         .popup-card .property-img img{
            filter: unset;
         }