html {
    font-size: 16px;
}

body{
	font-family: 'sans';
	font-size: 1rem;
	margin:0px;	
	color:#333;
	font-weight: 100;
	overflow-x: hidden;
}

h1{

}

b, strong{font-weight: bold;}

img {max-width: 100%;}
a{text-decoration:none;}
a:hover{text-decoration:none;}

.overflow-hidden{
	overflow: hidden;
}
header {
	text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%; 
}

.navbar {
    margin-top: 20px;
    border-top: 1px dashed #b1b1b1;
    border-bottom: 1px dashed #b1b1b1;
    background: linear-gradient(-92deg, white, transparent);
    backdrop-filter: blur(0.4em);
    position: sticky;
}

.logo span{
    padding: 0px 10px;
    color: #539d86;
    font-size: 1.2rem;
    font-family: 'sans';
}

.mainwrap{
	background: url(../img/topvision.jpg) center center;
    position: relative;
    background-size: cover;
}

.overlay {
    padding-top: 100px;
    height: auto;
    background: rgba(0, 0, 0, 0.1); /* Adjust the alpha value for transparency */
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
        text-align: center;
}

.slogan{}
.slogan h1{
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
    color:#fff;
}
.slogan img{padding-right:10px;}

.slogan h2{
    font-size: 1.2rem;
    text-shadow: -1px 1px 0px #000;
    color: #ffffff;
}
.fastsearch{
	padding: 25px;
    margin: 30px 0px 70px 0px;
    background-image: linear-gradient(-180deg, #31bab575, #31bab575);
    border-radius: 10px;
}

.form-control, .form-control:focus{
	background: #0839399e;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 100;
    margin: 10px 0px;
}
.btn-primary{
    background-color: #265c5c;
    border-color: #b5b5b5;
    font-size: 0.8rem;
    font-weight: 100;
    margin: 10px 0px;
}

.btn-primary:hover{
    background-color: #2e6554;
    border-color: #28614f;
}

.features{
    margin-top: -30px;
}

.features  .col-md-4{margin-bottom: 50px;}
.features .item{
	border-radius: 10px;
    padding: 50px 50px 20px;
    background: #e9fff8;
    color: #333;
    font-weight: 100;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.085);
    margin-bottom: 50px;
    height:100%;
}

.features .col-md-4:nth-child(1) .item {
    background: #ade7d5 url(../img/spain.png) top center no-repeat;
    background-size: contain;
}

.features .col-md-4:nth-child(2) .item{
    background-color: #c9e5dc; /* ??? ?? ????? ???? ????? .item */
}

.features .col-md-4:nth-child(3) .item {
    background: #e9fff8 url(../img/spainlogo.png) bottom left no-repeat;
}

.features h3{
    font-family: 'sans';
    font-size: 20px;
    margin-bottom: 40px;
}

.features i{
    font-size: 60px;
    margin-bottom: 20px;
        text-shadow: 0px 0px 20px #fff;
}

.features .description{
	text-align: justify;
}

.propertype{
	background: aliceblue url(../img/p1.png);
    padding: 0px 0px 50px;
    box-shadow: inset 0px 5px 10px 0px #c9e5dc;

}

.propertype h3{
	font-size: 2rem;
    color: #333;
	margin: 40px 5px 30px;
	text-transform: uppercase;
}
.propertype h2{
	font-size: 1rem;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.propertype img{
	max-width: 100%;
	width: 50%;
	text-align:center;
}
.propertype .item{
	padding: 25px 20px 20px;
    display: flex;
    border: 1px solid #d2f5d2;
    border-radius: 5px;
    background-color: #f5fbec;
    box-shadow: 1px 2px 7px #0000001a;
        margin-bottom: 20px;
}

.properlist{
	background: #749389;
}

.properlist h3{
	font-size: 2rem;
    color: #fff;
	margin: 50px 5px 30px;
	text-transform: uppercase;
}

.price{
	font-size: 2rem;
    color: #124d53;
    margin: 10px 7px;
    text-align: center;
}

.price::after {
    content: "\20AC";
    position: absolute
}
        
.properlist img{
	max-width:100%;
}
.proitem {
	position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: -1px 1px 10px #466158;
    border: 3px solid #fff;
    color: #333;
    transition: transform 1.3s ease;
}

.proitem:hover{
	transform: rotate(-2deg);
}
.proitem h2{
    font-size: 1.3rem;
    margin: 30px 7px 10px;
}
.proitem .tag{
	position: absolute;
    text-align: center;
    font-size: 0.8rem;
    z-index: 2;
    color: #fff;
    top: 223px;
    display: inline-block;
    width: auto;
    float: none;
    background: #FF9800;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 0px auto;
    right: 50%;
    transform: translate(50%, -50%);
}

.status-sold:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background:rgb(0 0 0 / 14%)  url(../img/sold.png) center center no-repeat;
    background-position: center 20%; /* Adjust the second value to add padding to the top */
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    background-size: 30%;
    backdrop-filter: blur(1px);
}

.prodetails{
    background: aliceblue;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width:100%;
}
.prodetails span:before{
	padding: 10px;
	color : #009688;
}
.prodetails .bed::before{
	content: "\f236";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
}

.prodetails .bath::before{
    content: "\f2cd";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.prodetails .parking::before{
    content: "\f5de";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.prodetails .size::before{
    content: "\f546";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.bloglist{
	background: linear-gradient(-180deg, aliceblue, aliceblue);
    padding: 0px 0px 50px;
    box-shadow: inset 0px 5px 10px 0px #c9e5dc;
    width: 100%;
}

.bloglist h4 {
    font-size: 2rem;
    color: #333;
    margin: 40px 5px 30px;
    text-transform: uppercase;
}

.blogitem {
	background-color: #FFF;
    border: 1px solid #E5E6E1;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(71, 71, 68, .08);
    transition: all .2s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.blogitem:hover{
	box-shadow: 0 2px 8px 1px rgba(71, 71, 68, .24);
}
.blogitem img{transition: filter 0.5s ease}
.blogitem:hover img{    filter: saturate(0.5);}
.blogitem h3{
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 30px 20px 20px;
}

.imgholder{
	position: relative;
}

.imgholder .tag{
    position: absolute;
    z-index: 2;
    bottom: -25px;
    right: 50%;
    margin: 0 auto;
    background: darkseagreen;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 0.7rem;
    transform: translate(50%, -50%);
}

.download{
    padding: 20px 10px;
}

.location i{
    background: aliceblue;
    padding: 7px;
    width: 30px;
    border-radius: 50px;
    color: darkseagreen;
    margin: 10px 0px 10px 10px;
    text-align: center;
}

.location span::before{
    content: 'Location:';
    padding-left: 10px;
}
.location span{
	padding-left: 200px;
	text-wrap: nowrap;
}

.location span strong{
	font-weight: bold;
}

.properoptions{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* Adjust the gap as needed */
    list-style-type: none;
    padding: 0;
    width:100%;
}

.properoptions li{
	padding: 2px; 
	text-align:right;}
	
.properoptions i{
    padding: 7px;
    width: 30px;
    border-radius: 50px;
    color: darkseagreen;
    margin: 0px;
    text-align: center;
	font-size: 1rem;
}

.call {
	background: url(/portalfiles/img/sell-agent1.png) no-repeat right center;
    background-position-x: 10px;
    padding: 0px 50px 0px 20px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    align-content: center;
    border-radius: 10px;
    /* border: 1px dashed #39ada3; */
    box-shadow: 1px 1px 15px 0px #cdcdcd;
}

.call:before{
	content: 'Chat with Our Sale Agent';
}
.call i{
    font-size: 2rem;
    color: #009688;
    padding: 10px 20px;
}


footer{
    background: linear-gradient(-357deg, #749389, #28332f);
    color: #fff;
}

footer a{color: #fff;}
footer a:hover{color: gold;}
footer .copywrite{
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 100;
    padding: 20px 10px;
}

.pageheader{
	background: aliceblue url('../img/header2.jpg') center bottom;
	background-size: cover;
    min-height: 280px;
}
.pageheader2{
	background: aliceblue url(../img/topvision.jpg) center center;
    background-size: cover;
    min-height: 250px;
}
.breadcrumb{
    background: linear-gradient(-270deg, #e3e9e7, #e3e9e7);
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
        margin: -25px auto 20px;
    border-radius: 0px;
}

.breadcrumb li:before {
    display: inline-block;
    padding-left: 0.5rem;
    color: #333;
    content: "/";
    padding: 0px 5px;
}

.breadcrumb li:nth-child(1):before {
    display: inline-block;
    padding-left: 0.5rem;
    color: #333;
    content: '';
    padding: 0px 10px;
}
.breadcrumb a{color: #333;}
.breadcrumb li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innerpage h1{
    font-size: 2rem;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.lastpost{
	box-shadow: -2px 1px 8px 0 rgb(71 71 68 / 26%);
	background: #fff;
}

.lastpost h4{
    color: #333;
    font-size: 0.8rem;
    line-height: 1rem;
    display: block;
    padding: 10px 10px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;  
}

.horizontalcat{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0px;
}

.horizontalcat li{
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0px 5px;
    background: aliceblue;
    border: 1px solid #cbf1f0;
    text-align: center;
}

.horizontalcat li a{
    color: darkgreen;
}

/* Advanced Search */
#advancsearch{
	background: aliceblue;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #c9d5c9;
    box-shadow: 0px 2px 10px #ccc;
}

#advancsearch .form-control, #advancsearch .form-control:focus{
    background: #fff;
    color: #0000009e;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 10px 0px;
    padding: 5px;
    border-color: #0839399e;
}
.searchoptions input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .searchoptions *,
  .searchoptions ::after,
  .searchoptions ::before {
    box-sizing: border-box;
  }

  .searchoptions {
	position: relative;
    display: block;
    overflow: hidden;
    padding-right: 10px;
    color: #111;
    font-size: 0.9rem;
    padding-left: 10px;
  }
  .searchoptions .check {
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
  }
  .searchoptions .label svg {
    vertical-align: middle;
  }
  .searchoptions .path1 {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: .5s stroke-dashoffset;
    opacity: 0;
  }
  .searchoptions .check:checked + label svg g path {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
	.slogan{width: 100%;}
	.slogan h1 {
    	font-size: 1.5rem;
    	padding-top: 20px;
    }
    .slogan h2 {
    	font-size: 0.7rem;
    }
    .features  .col-md-4{margin-bottom: 30px;}
    .pageheader{
    	min-height: 230px;
        background-position: center;
    }
    .breadcrumb li{
    	max-width:300px;
    }
    .horizontalcat li a span{display:none;}
    
    .horizontalcat li {
    	border-radius: 5px;
    }
}



/* devanagari */
@font-face {
    font-family: sans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: sans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: sans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: sans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: sans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: sans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
/****** Main Menu ******/

.navbar-light .navbar-nav .nav-link{color:#333}
.navbar-light .navbar-toggler{
	color: rgba(0, 0, 0, .7);
	border-color:transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	margin-top: -2px;
}

.navbar-nav .dropdown-menu{
    background: #ffffffb8;
}

/****** scrollbar *******/
html {
  --scrollbarBG: #e9fff8;
  --thumbBG: #86b3a5;
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

/* ====================== Page Numbers =====================*/

#page-numbers-block {
  width: 100%;
  margin-top:5px;
}

#page-numbers-block ul#numbers {
  margin: 0;
  padding: 0;
  width: 100%;
}

#page-numbers-block ul#numbers li  {
  list-style: none;
  display: inline;
  border-radius: 5px;
  padding: 5px;
float:right!important;
}

#page-numbers-block ul#numbers a,#page-numbers-block ul#numbers span,#page-numbers-block ul#numbers a.current {
  margin: 0px 1px 0px 0px;
  text-align: center;
  font-family: tahoma;
  font-size: 8pt;
  text-decoration: none;
  color: #0099FF;
  padding: 4px 9px 4px 9px;
  border-color: #E0EEFE;
  display: block;
  line-height: normal;
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
}

#page-numbers-block ul#numbers span,#page-numbers-block ul#numbers a.current,#page-numbers-block ul#numbers a.current:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#99CCFF));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #99CCFF);
    color:#000;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
}

#page-numbers-block ul#numbers a {
  background: none;
  border: 1px solid #E0EEFE;
}

#page-numbers-block ul#numbers a:hover {
  border-color: #E0EEFE;
  background-color: #EBEBEB;
  border: solid 1px #c0c0c0;
}