@charset "UTF-8";

/*
Theme Name: Purti Theme
Author: Dharmah
Author URI: https://wordpress.org/
Description: Custom wordpress theme
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Purti
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


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

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

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

/*----------------------Common code start----------------------------------*/

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.material-symbols-outlined {
  color:var(--white-purti);
  cursor: pointer;
  font-size: 30px;
}

*{
	margin: 0;
	padding: 0;
}

html,body
{   width: 100%;
    margin: 0px;
    padding: 0px;
    counter-reset: my-sec-counter;
}

.z-ind{z-index: 100;}

:root {
  --dark-walnut:#4B2E25;
  --light-walnut:#55362B;
  --walnut_brown: #56362a;
  --white-purti: #ffffff;
  --caramel: #C79248;
  --light-caramel:#e3bb63;
  --mahagony:#743431;
  --dark-mahagony:#652D2B;
  --light-mahagony:#723533;
  --darkcolor:#1E1E1E;
  --violet_dark:#403A5F;
  --violet_light:#4B446C;
  --dark-brown:#6E3E50;
  --light-brown:#7B495D;
  --dark-blue:#4D679A;
  --light-blue:#577AB2;
  --dark-pantone:#5F3645;
  --light-pantone:#6B3F50;
}

::selection {
	color: var(--white-purti);
	background: var(--mahagony);
  }

*{transition: 0.2s ease;}

figure{margin: 0;}

p{
	margin-bottom: 0;
	font-family: 'Mulish', sans-serif;
    text-align:justify;
}

.no-margin{margin: 0!important;}

a{
	text-decoration: none!important;
	font-family: 'Mulish', sans-serif;
}

h1,h2,h3,h4,h5,h6{font-family: 'Mulish', sans-serif;}

h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18.72px;}
h4{font-size:16px;}
h5{font-size:13.28px;}
h6{font-size:12px;}

ul{margin-bottom: 0;padding-inline-start:0;list-style-type: none;}
small{font-family: 'Mulish', sans-serif;}
span{font-family: 'Mulish', sans-serif;}

.max-container
{
	max-width:1200px;
	width:90%;
	margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px white; 
}
 
::-webkit-scrollbar-thumb {
  background: var(--caramel);
  border-radius: 10px;
}

.sticky-menu 
{
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 10000;
	animation-name: fadeInDown;
	animation-direction: normal;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
}

/*.sticky-menu ul li:not(.slide-menu):after {
  bottom: -28px!important;
}*/

.bnc-padd{padding-left: 50px;}


.fa-bars
{
	float: right;
	font-size: 25px;
	background-color:var(--walnut_brown);
	padding: 15px;
	color: #ffffff;
	display: none;
}

.ul-class{display: flex;}

.click-to-top
{
  position:fixed;
  bottom:20px;
  right:20px;
  background:var(--walnut_brown);
  width:50px;
  height:50px;
  color:#ffffff;
  border-radius:100%;
  cursor:pointer;
  text-align:center;
  font-size:1.8em;
  transform:scale(0)rotate(-90deg);
  z-index: 9990;
}
.click-to-top:hover
{
  background: var(--caramel);
}

.sec-padd{padding: 35px 0;}

.comm-header
{
  font-family: 'Literata', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 38.59px;
  color:#1E1E1E;
  margin-bottom: 16px;
}

.comm-big-text
{
  font-family: 'Literata', serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.40px;
  color:#1E1E1E;
  margin-bottom: 16px;
}

.comm-header-para
{
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color:#000;
}

.comm-para
{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color:#1E1E1E;
}

.mobile-view{display: none!important;}
.cont-none-desktop{display: none;}

.project-mobile-view{display: none;}

.hide-on-desktop{display: none!important;}

.img-object-fit{object-fit: cover;border-radius: 10px;}
/*----------------------Common code end----------------------------------*/




/****************PURTI REALTY ALL PAGE NAVIGATION START***************/

/*-----------Navigation burger menu code start-----------*/
.burger-overlay
{
  position: fixed;
  top: 0;
  right:-100%;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
}


.burger-menu
{
  position: fixed;
  width: 25%;
  top:0;
  right:-100%;
  height: 100vh;
  background: #1E1E1E;
  z-index: 9999;
  padding: 60px 90px 0px 30px;
  transition: 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.burger-menu::-webkit-scrollbar {
  display: none;
}

.burger-menu ul li{cursor: pointer;}

.burger-menu .close-menu{text-align: end;padding: 0 0 10px 0;}

.burger-menu .first-list ul li
{
  padding: 5px 0 5px 0px;
}

.burger-menu .first-list ul li a
{
  font-family: 'Mulish', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

.burger-menu .first-list ul li span
{
  float: right;
  font-size: 20px;
  margin-top: 10px;
}

.burger-menu .second-list ul li
{
  padding: 25px 0 25px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

/*.burger-menu .second-list ul li img{width: 180px; height: 22px;}*/

.burger-menu .second-list ul li span
{
  float: right;
  font-size: 25px;
  color:var(--white-purti);
  margin-top: -5px;
}

.show-dropdown-menu
{
  position: absolute;
  top: 55px;
  width: 100%;
  left: 100%;
  padding: 0 30px;
  transition: 0.5s ease;
}

.show-dropdown-menu .material-symbols-outlined
{
  float: right;
  position: relative;
  top: 5px;
}

.show-dropdown-menu span i{
  font-size: 38px;
  color: white;
}

.burger-menu .show-dropdown-menu .first-list ul li a {
  font-size: 25px;
  line-height: 35px;
}

.show-dropdown-menu ul li img{margin-top: -18px;}

.burger-menu .show-dropdown-menu ul li:hover {
  padding-left: 0px;
}

.show-dropdown-menu .first-list
{
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 15px;
}

.slide-on-click
{
  position: relative;
  left: 0;
  transition: 0.5s ease-in-out;
}

.burger-menu .third-list{margin-top: 15px;}
.burger-menu .third-list ul li
{
  padding: 5px 0 0 0px;
}

.burger-menu .third-list ul li a
{
  font-size: 19px;
  font-weight: 400;
  line-height: 38px;
  color:var(--white-purti);
}

.burger-menu ul li a:hover{padding-left: 20px;}

/*-----------Navigation burger menu code end-----------*/



/*--------------Header Navigation code start----------------------*/
.navigation
{
  border-radius: 0 0 10px 10px;
  position: relative; 
  z-index: 100;
  overflow: hidden;
}

.top-nav
{
  background: #F5F3F1;
  padding: 10px 0;
  border-bottom: 1px solid #E9E7E5;
}

.top-nav ul
{
  display: flex;
  justify-content: flex-end;
}

.top-nav ul li
{
  margin-right: 30px;
}
.top-nav ul li:last-child{margin: 0;}

.top-nav ul li a
{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color:var(--darkcolor);
  text-transform: capitalize;
}
.top-nav ul li a:hover{color:var(--caramel);}

.bottom-nav
{
  background: #FAF9F8;
  padding: 20px 0;
}

.bottom-nav ul
{
  display: flex;
  justify-content: flex-end;
}

.bottom-nav ul li
{
  margin-right: 55px;
  position: relative;
  top: 7px;
}
.bottom-nav ul li:last-child{margin: 0;}

.navigation .slide-menu{cursor: pointer;}

.bottom-nav ul li:not(.slide-menu):after
{
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: var(--caramel);
  left:0;
  right:0;
  margin:0 auto;
  bottom:-31px;
  transition: 0.1s linear;
}

.purti-common-page .bottom-nav ul li:not(.slide-menu):after{
  bottom:-31px;
}

.about-page .bottom-nav ul li:not(.slide-menu):after{
  bottom:-31px;
}

.bottom-nav ul li:not(.slide-menu):hover:after{
  width: 100%;
}

.bottom-nav ul .menu-active:after{width: 100%!important;}

.bottom-nav ul li a
{
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color:var(--darkcolor);
  text-transform: capitalize;
}

.bottom-nav ul li div:first-child {
  display: block;
  width: 37px;
  height: 2px;
  margin-bottom: 10px;
  background: var(--darkcolor);
}
.bottom-nav ul li div {
  display: block;
  width: 27px;
  height: 2px;
  margin-bottom: 10px;
  background: var(--darkcolor);
}

.nav-violet .top-nav
{
  background: var(--violet_dark);
  border-bottom: none;
}

.nav-blue .top-nav
{
  background: var(--dark-blue);
  border-bottom: 1px solid var(--light-blue);
}

.nav-brown .top-nav {
  background: var(--dark-brown);
}

.nav-pantone .top-nav {
  background: var(--dark-pantone);
  border-bottom: none;
}


.nav-blue .bottom-nav ul li:not(.slide-menu)::after {
  bottom: -13px;
}

.nav-blue .sticky-menu ul li:not(.slide-menu)::after {
  bottom: -13px !important;
}

.nav-mahagony .top-nav
{
  background: var(--dark-mahagony);
}

.nav-violet .top-nav ul li a, .nav-mahagony .top-nav ul li a, .nav-brown .top-nav ul li a, .nav-blue .top-nav ul li a, .nav-pantone .top-nav ul li a
{color:var(--white-purti);}

.nav-violet .bottom-nav
{
  background: var(--violet_light);
}

.nav-blue .bottom-nav
{
  background: var(--light-blue);
}

.nav-brown .bottom-nav {
  background: var(--light-brown);
}

.nav-mahagony .bottom-nav
{
  background: var(--light-mahagony);
}

.nav-pantone .bottom-nav
{
  background: var(--light-pantone);
}

.nav-violet .bottom-nav ul li a, .nav-mahagony .bottom-nav ul li a, .nav-brown .bottom-nav ul li a, .nav-blue .bottom-nav ul li a, .nav-pantone .bottom-nav ul li a{color:var(--white-purti);}

.nav-violet .bottom-nav ul li a span {
  color: var(--caramel);
}

.nav-violet .bottom-nav ul li div, .nav-mahagony .bottom-nav ul li div, .nav-brown .bottom-nav ul li div, .nav-blue .bottom-nav ul li div, .nav-pantone .bottom-nav ul li div{
  background: var(--white-purti);
}

.nav-violet .bottom-nav ul li:not(.slide-menu):after {
  display: none;
}

.nav-mahagony .bottom-nav ul li:not(.slide-menu):after, .nav-brown .bottom-nav ul li:not(.slide-menu):after {
  bottom: -31px;
}

.nav-mahagony .sticky-menu ul li:not(.slide-menu)::after, .nav-brown .sticky-menu ul li:not(.slide-menu)::after {
  bottom: -31px !important;
}

.nav-mahagony .top-nav {
  border-bottom: none;
}

.nav-brown .top-nav {
  border-bottom: none;
}

.nav-violet .bottom-nav .big-nav a, .nav-mahagony .bottom-nav .big-nav a, .nav-brown .bottom-nav .big-nav a
{
  font-weight: 600;
  text-transform: uppercase;
}

.nav-violet .bottom-nav .big-nav a span, .nav-mahagony .bottom-nav .big-nav a span, .nav-brown .bottom-nav .big-nav a span, .nav-blue .bottom-nav .big-nav a span, .nav-pantone .bottom-nav .big-nav a span
{
  color:var(--caramel);
  text-transform: capitalize;
}

.menu-two-nav-container{margin-right: 55px;}

.menu-burger-menu-first-list-container ul li{position: relative;}
.menu-burger-menu-first-list-container ul li::before
{
  position: absolute;
  content:"\2197";
  top:40%;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  color:var(--white-purti);
}

.show-dropdown-menu .first-list ul li{position: relative;}
.show-dropdown-menu .first-list ul li::before {
  position: absolute;
  content: "\2197";
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  color: var(--white-purti);
}

/*--------------Header Navigation code end----------------------*/

/****************PURTI REALTY ALL PAGE NAVIGATION END***************/



/****************PURTI REALTY HOME PAGE START***************/

/*--------------Banner code start----------------------*/
.banner-sec
{
  position: relative;
  margin-top:-15px;
}

.banner-content
{
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  z-index: 99;
}

.banner-sec .eclipse-left
{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  z-index: 99;
}

.banner-sec .eclipse-bottom
{
  position: absolute;
  bottom:0;
  right: 0;
  z-index: 99;
}

.banner-sec img
{
  height: 800px;
  object-fit: cover;
  object-position: top;
}

#banner-carousel .mobile-view{display: none!important;}

.banner-sec .banner-content
{ 
  background: linear-gradient(180deg, rgba(2,1,1,0.03405112044817926) 0%, rgba(0,0,0,1) 100%);
  padding: 30px 0 60px 0;
}

.banner-sec .banner-content p.b-text
{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color:#ffffff;
  width:100%;
  text-align:justify;
}

.banner-sec .banner-content .banner-counter p
{
  font-family: 'Literata', serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  color:transparent;
  margin-bottom: 5px;
  text-align:center;
  -webkit-text-stroke: 0.5px #fff;
}

.banner-sec .banner-content .banner-counter small
{
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color:#ffffff;
  text-transform: capitalize;
}
/*--------------Banner code end----------------------*/



/*--------------award-accolades code start-----------*/
.award-accolade-sec #awards
{
  margin-top: 40px;
  margin-bottom: 50px;
}

.award-accolade-sec
{
  background:#ffffff;
}

.award-accolade-sec #awards .owl-stage-outer{margin-left: 0%;}

/* .award-accolade-sec #awards .active:first-child{visibility: hidden;} */

.owl-item::first-child{opacity:0;}

.owl-nav .disabled{
  opacity: 0.5!important;
}

.award-accolade-sec #awards .owl-nav
{
  position: relative;
  display: flex;
  justify-content: center;
}

.award-accolade-sec #awards .owl-prev
{ 
  width: 30px;
  height: 30px;
  font-size: 20px!important;
  line-height: 0px;
  color: #828282!important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

.award-accolade-sec #awards .owl-next
{ 
  width: 30px;
  height: 30px;
  font-size: 20px!important;
  line-height: 0px;
  color: #828282!important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}
.award-accolade-sec #awards .owl-prev:hover{opacity: 1;}
.award-accolade-sec #awards .owl-next:hover{opacity: 1;}
/*--------------award-accolades code end-----------*/



/*-----------about code start-----------*/
.about-sec
{
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #FAF9F8;
  position: relative;
  z-index: 10;
}

.about-sec p
{
  width: 100%;
}

.about-sec .flex-image
{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.about-sec .desk-md
{
  padding: 10px 0;
  width: fit-content;
  margin-top: 20px;
}

.about-sec .desk-md p
{
  font-size: 19px;
  font-weight: 700;
  line-height: 23.85px;
  color:var(--walnut_brown);
  width: 100%;
}

.about-sec .desk-md p span
{
  font-size: 19px;
  font-weight: 700;
  line-height: 23.85px;
  color:var(--walnut_brown);
}

/*-----------about code end-----------*/



/*-----------categories code start-----------*/
.categories-sec{position: relative;z-index: 5;margin-top: -250px;border-top: 5px solid white;}

.categories-sec p.comm-header-para
{
  width: 45%;
  margin: 0 auto;
}

/* .categories-sec::before
{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 50%;
  background: var(--walnut_brown)url(/wp-content/uploads/2023/07/categories-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.categories-sec .glow-category-bg
{
  position: absolute;
  width: 100%;
  top: 0;
  height: 50%;
  z-index: -1;
} */

.categories-sec .row{margin-top: 30px;}

.categories-sec .cate-card figure img{border-radius: 10px;}

.categories-sec .cate-card img
{
  width: 80%;
}

/* .categories-sec .cate-card img:hover{transform: scale(1.1);} */

.categories-sec .cate-card p
{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin: 20px 0;
}

.categories-sec .cate-card .cate-logo
{
	margin-top: 30px;
    width: auto;
    height: 40px;
    max-width: 100%;
}

.categories-sec .cate-card span {
  font-size: 19px;
  line-height: 16px;
  color: var(--walnut_brown);
  position: relative;
  left: 0px;
  top: 4px;
}

.categories-sec .cate-card a
{
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  color:var(--walnut_brown);
  width: fit-content;
  padding: 0px 0px 5px 0;
}

.categories-sec .cate-card a:hover{
  color:var(--caramel);
}

.categories-sec .cate-card h3
{
  font-family: 'Literata', serif;
  font-weight: 400;
  font-size: 32px;
  line-height:41.6px;
  color:var(--walnut_brown);
  margin-top: 20px;
}
/*-----------categories code end-----------*/



/*-----------News code start-----------*/
.news-blogs-sec .header-btn
{
  font-weight: 700;
  font-size: 19px;
  line-height: 23.85px;
  color:var(--darkcolor);
  display: block;
  width: fit-content;
  padding: 16px 26px;
  float: right;
  border-radius:5px;
  border:2px solid var(--darkcolor);
}
.news-blogs-sec .header-btn:hover
{
  background: var(--dark-walnut);
  color:var(--white-purti);
  border:2px solid var(--dark-walnut);
}

.news-blogs-sec .sec-row{margin-top: 30px;}
.news-blogs-sec .sec-row p{width: 80%;}

.news-blogs-sec .news-blogs-sec-content .blog-type-time{margin-top: 70px;}

.news-blogs-sec .blog-type-time
{
  display: flex;
  align-items: center;
}

.news-blogs-sec .news-blogs-sec-content{margin-top: 0px;}

.news-blogs-sec .blog-type-time .type p, .news-blogs-sec .blog-type-time .time p{width: 100%;}

.news-blogs-sec .blog-type-time .type
{
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  height: 38px;
  padding: 8px 30px;
  color: #C69247;
  background: #F5EFE6;
  border-radius: 50px;
}

.news-blogs-sec .blog-type-time .blue-view
{
  color: #477AC6;
  background: #E8EDF3;
}

.news-blogs-sec .blog-type-time .time
{
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  height: 38px;
  padding: 8px 0 8px 10px;
  color: var(--darkcolor);
}

.news-blogs-sec .sec-row-snd
{
  margin-top: 30px;
}

.news-blogs-sec .sec-row-snd p.blog-det
{
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  line-height: 24.7px;
  color:var(--darkcolor);
  margin: 16px 0;
}

.sec-row-snd a:hover .blog-box p{color:var(--walnut_brown);}
/*-----------News code end-----------*/

/****************PURTI REALTY HOME PAGE END***************/




/****************PURTI REALTY COMMON SECTON CODE START***************/

/*-----------hero section code start-----------*/
.text-and-counter .text-and-counter-box .banner-counter p
{
  font-family: 'Literata', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  color:var(--darkcolor);
  margin-bottom: 5px;
}

.banner-counter p span.counter{font-family: 'Literata', serif;}

.text-and-counter .two-link span.material-symbols-outlined
{
  font-size: 16px!important;
  font-weight: 600!important;
  float: right;
  position: relative;
  margin-top: -20px;
  color: #4b446a!important;
}

.text-and-counter .text-and-counter-box .banner-counter small
{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color:var(--darkcolor);
  text-transform: capitalize;
}

.text-and-counter .text-and-counter-box h1
{
  font-family: 'Literata', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62.4px;
  color:var(--darkcolor);
}

.com-margin{margin-top: 44px;}

.text-and-counter .text-and-counter-box a
{
  font-size: 19px;
  font-weight: 700;
  line-height: 23.85px;
  color:var(--violet_light);
  display: block;
  width: fit-content;
}

.purti-homes .text-and-counter .text-and-counter-box a{color:var(--mahagony);}

.text-and-counter .text-and-counter-box .featured-project-link
{
  padding-bottom: 0px;
}

.purti-homes .text-and-counter .text-and-counter-box .featured-project-link
{
  border-bottom: none;
}

.purti-homes .text-and-counter .text-and-counter-box a{color:var(--mahagony);}


.purti-retails .text-and-counter .text-and-counter-box .featured-project-link
{
  border-bottom: none;
}

.purti-retails .text-and-counter .text-and-counter-box a{color:var(--dark-pantone);}

.purti-retails .text-and-counter .two-link span.material-symbols-outlined {
  color: var(--dark-pantone) !important;
}

.text-and-counter .text-and-counter-box .space-link
{
  border: 2px solid var(--violet_dark);
  padding: 16px 14px;
  border-radius: 5px;
}
.text-and-counter .text-and-counter-box .space-link:hover
{
  background: var(--violet_dark);
  color:var(--white-purti);
}

.purti-homes .text-and-counter .text-and-counter-box .space-link
{
  border: 2px solid var(--mahagony);
}
.purti-homes .text-and-counter .text-and-counter-box .space-link:hover
{
  background: var(--mahagony);
  color:var(--white-purti);
}


.purti-retails .text-and-counter .text-and-counter-box .space-link
{
  border: 2px solid var(--dark-brown);
}
.purti-retails .text-and-counter .text-and-counter-box .space-link:hover
{
  background: var(--dark-brown);
  color:var(--white-purti);
}
/*-----------hero section code end-----------*/



/*-----------For all pages nav code start---------*/
.page-navigation .top-nav, .page-navigation .bottom-nav {
  background: var(--dark-walnut);
}

.page-navigation .top-nav ul li a {
  color: var(--white-purti);
}

.page-navigation .top-nav {
  border-bottom: 1px solid var(--light-walnut);
}

.page-navigation .bottom-nav {
  background: var(--light-walnut);
}

.page-navigation .bottom-nav .big-nav a {
  font-weight: 600;
  text-transform: uppercase;
}

.page-navigation .bottom-nav .big-nav a span {
  color: var(--caramel);
  text-transform: capitalize;
}

.page-navigation .bottom-nav ul li a {
  color: var(--white-purti);
}

.page-navigation .bottom-nav ul li div {
  background: var(--white-purti);
}

.page-banner-sec
{
  position: relative;
  margin-top: -15px;
}
/*-----------For all pages nav code end---------*/




/*------------link with image code start-------------*/
.link-with-image-sec .link-box
{
  overflow: hidden;
  border-radius: 10px;
}

.link-with-image-sec .link-box .overlay
{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(85,54,43,0) 35%, rgba(85,54,43,1) 100%);
}

.link-with-image-sec .link-box img{transform: scale(1);transform-origin: center;}

/* .link-with-image-sec .link-box:hover img
{
  transform: scale(1.2);
  transition: 1s ease;
} */

.link-with-image-sec .link-box .overlay p
{
  position: absolute;
  bottom:20px;
  left:10px;
  font-family: 'Literata', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
  color:var(--white-purti);
  width: 100%;
}

.link-with-image-sec .link-box .overlay p span {
  float: right;
  position: relative;
  right: 25px;
  top: 10px;
}

/*------------link with image code END-------------*/


/****************PURTI REALTY COMMON SECTON CODE END***************/



/*--------------banner slider code start------------------*/

.slider{border-radius: 0px;overflow: hidden;}

/*--------------banner slider code end------------------*/



/*--------------featured project code start------------------*/
.feature-project-sec{margin-top: -10px;}

.feature-project-sec .all-project
{
  border: 2px solid var(--white-purti);
  padding: 16px 14px;
  border-radius: 5px;
  color:var(--white-purti);
  width: fit-content;
  display: block;
  float: right;
}
.feature-project-sec .all-project:hover{background: var(--white-purti);color:var(--violet_light);}

.feature-project-sec{position: relative;}

.feature-project-sec::before
{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 50%;
  background-repeat: repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
}

.purti-homes .feature-project-sec::before {
  background-repeat: no-repeat!important;
  background-position: left!important;
  background-size: contain!important;
}

.purti-retails .feature-project-sec::before {
  background-repeat: repeat;
  background-position: left;
  background-size: contain;
}

.feature-project-sec::after
{
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  display: block;
  height: 25%;
  background: var(--violet_dark);
  border-radius: 50% 50% 0 0;
  z-index: -1;
  filter: blur(100px);
}

.purti-homes .feature-project-sec::after{background: var(--dark-mahagony);}
.purti-retails .feature-project-sec::after{background: var(--dark-brown);}

.card-row{margin-top: 55px;}

.project-card
{
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #1E1E1E33;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.feature-project-sec .project-card .stamp
{
  display: flex;
  align-items: center;
  position: absolute;
  left: 25px;
  width: 55%;
}

.feature-project-sec .project-card .sold-out{color: #10B53E;font-weight: 700;}

.feature-project-sec .project-card .stamp img{margin-right: 15px;}

.feature-project-sec .project-card .stamp p
{
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color:var(--white-purti);
}

.project-card .project-card-middle
{
  padding: 20px 25px;
  background: var(--white-purti);
}

.project-card .project-card-middle i{margin-right: 5px; color:#000;}

.project-card .project-card-middle p, .project-card .project-card-middle span
{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color:#000;
}

.project-card .project-card-middle p{margin:11px 0 0 20px;}

.project-card .project-card-bottom{
  background: #FAF9F8;
  padding: 10px 25px;
}

.project-card .project-card-bottom .material-symbols-outlined {
  color: var(--darkcolor);
  cursor: pointer;
  font-size: 17px;
  position: absolute;
  top:4px;
}

.project-card .project-card-bottom a, .project-card .project-card-bottom p
{
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  color:var(--darkcolor);
}

.project-card .project-card-bottom a{margin-left: 20px;}


.feature-project-sec #featured-project .owl-nav
{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  width: 90%;
  max-width: 1200px;
}

.feature-project-sec #featured-project .owl-prev
{ 
  width: 30px;
  height: 30px;
  font-size: 20px!important;
  line-height: 0px;
  color: #828282!important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

.feature-project-sec #featured-project .owl-next
{ 
  width: 30px;
  height: 30px;
  font-size: 20px!important;
  line-height: 0px;
  color: #828282!important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

#featured-project img{display: unset;width: unset;}

.feature-project-sec #featured-project .owl-prev:hover{opacity: 1;}

.feature-project-sec #featured-project .owl-next:hover{opacity: 1;}

/*.feature-project-sec #featured-project .owl-stage-outer {margin-left: 18.5%;}*/

/*--------------featured project code end------------------*/



/*-----------award-accolades code start-----------*/
.no-white-bg-award #awards-set .owl-stage-outer {
  margin-left: 0%;
}

.award-accolade-sec #awards-set {
  margin-top: 100px;
  margin-bottom: 0px;
}

.no-white-bg-award{background: var(--white-purti);}

.award-accolade-sec #awards-set .owl-prev
{ 
  width: 30px;
  height: 30px;
  font-size: 3em!important;
  color: #828282!important;
  position: absolute;
  right: 70px;
  background: #E0E0E0;
  top: 80px;
  border-radius: 100%;
  opacity: 0.5;
}

.award-accolade-sec #awards-set .owl-prev span{position:relative;top:-23px;}

.award-accolade-sec #awards-set .owl-next
{ 
  width: 30px;
  height: 30px;
  font-size: 3em!important;
  color: #828282!important;
  position: absolute;
  right: 0px;
  background: #E0E0E0;
  top: 80px;
  border-radius: 100%;
  opacity: 1;
}

.award-accolade-sec #awards-set .owl-next span{position:relative;top:-23px;}

.award-accolade-sec #awards-set .owl-prev:hover{opacity: 1;}

.award-accolade-sec #awards-set .owl-next:hover{opacity: 1;}
/*-----------award-accolades code end-----------*/


/*-----------testimonial code start-----------*/
.testimomial-sec
{
  position: relative;
}

.testimomial-sec .testimony-photo
{
    border-radius: 50%;
    width: 50px!important;
    height: 50px;
}

.purti-homes .testimomial-sec::before
{
  content: "";
  position: absolute;
  bottom: 150px;
  width: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  height: 30%;
  border-radius: 100%;
  background: var(--caramel);
  filter: blur(100px);
}

.testi-eclipse-right
{
  position: absolute;
  top:0;
  right: 0;
  z-index: 1;
}

.testi-eclipse-left
{
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 1;
}

.zind{z-index: 2;}

.testimomial-sec h2
{
  font-family: 'Literata', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color:var(--white-purti);
}

.testimomial-sec .name
{
  font-weight: 400;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 10px;
  text-align: right;
  color:var(--white-purti);
}

.testimomial-sec a
{
  font-weight: 600;
  font-size: 16px;
  line-height: 20.0px;
  color:var(--white-purti);
}

.testimomial-sec .material-symbols-outlined {
  color: var(--darkcolor);
  cursor: pointer;
  font-size: 17px;
  position: relative;
  top:4px;
  color:var(--white-purti);
}

.testimomial-sec .testi-carousel-box .material-symbols-outlined {
  color:var(--darkcolor);
}

.testimomial-sec .name-link
{
  margin-top: 65px;
  text-align: right;
}

.testimomial-sec .testi-box img:not(.play-btn)
{
  border-radius: 10px;
}

.testimomial-sec .testi-box .play-btn
{
  position: absolute;
  bottom: 20px;
  right:20px;
  cursor: pointer;
}
.testimomial-sec .testi-box .play-btn:hover
{
  transform: scale(1.1);
}

#testi-carousel{margin-top: 40px;margin-bottom:30px;}

.testi-carousel-box
{
  background: var(--white-purti);
  border-radius: 5px;
  padding: 15px 30px;
  cursor: pointer;
}

.testi-carousel-box .adjust-height
{
  height: 150px;
}

.testimomial-sec #testi-carousel .owl-stage-outer{position: relative; left:0;}

.testi-carousel-box a{
  font-weight: 600;
  font-size: 16px;
  line-height: 20.08px;
  color:var(--darkcolor);
}

.testi-carousel-box .ratings i{
  font-size: 20px;
  color:#FCC039;
}

.testi-carousel-box .ratings{justify-content: flex-end;}

.testi-carousel-box .para-row{margin-top: 42px;min-height: 125px;}

.testi-carousel-box .para-row p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20.08px;
  color:#000;
}

.testi-carousel-box .name-row{margin-top: 55px;}

.testi-carousel-box .name-row img{margin-right: 10px;}

.testi-carousel-box .name-details strong
{
  font-weight: 700;
  font-size: 19px;
  line-height: 23.85px;
  color:#000;
  display: block;
}

.testi-carousel-box .name-details span
{
  font-weight: 400;
  font-size: 14px;
  line-height: 18.20px;
  color:#000;
  position: relative;
  top:-15px;
}


/*-----------happy to help code start-----------*/
.happy-to-help-sec h2{width: 80%;}
.happy-to-help-sec p{width: 80%;line-height: 20px;}

.happy-to-help-sec a
{
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: var(--walnut_brown);
  color:var(--white-purti);
  border-radius: 10px;
  display: block;
  width: fit-content;
  margin-top: 24px;
  border:1px solid transparent;
}

.happy-to-help-sec a.know-more {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: var(--walnut_brown);
  color: var(--white-purti);
  border-radius: 10px;
  display: block;
  width: fit-content;
  margin-top: 0;
  border: 1px solid transparent;
}

.happy-to-help-sec a:hover
{
  background: transparent;
  border:1px solid var(--walnut_brown);
  color:var(--walnut_brown);
}

.happy-to-help-sec a.know-more:hover
{
  background: transparent;
  border:1px solid var(--walnut_brown);
  color:var(--walnut_brown);
}

.happy-to-help-sec .sub-section-image
{
    padding: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    background: transparent;
    color: unset;
    border-radius: unset;
    display: unset;
    width: auto;
    margin-top: unset;
    border: none;
}

/*-----------happy to help code end-----------*/


/*video testimonial modal code start*/
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}
/*video testimonial modal code end*/
/****************PURTI REALTY COMMON SECTON CODE END***************/




/***************CONTACT US PAGE CODE START*********************/
.contact-form-info-sec form
{
  margin-top: 16px;
}

.contact-form-info-sec form .input_checkbox input{width: auto;}
.contact-form-info-sec form .input_checkbox .wpcf7-list-item{margin-left: 0;}

.contact-form-info-sec form input
{
  border:none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 10px 15px 0;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 15px;
}
.contact-form-info-sec form input:focus
{
  outline: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}


.contact-form-info-sec form textarea
{
  border:none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 10px 15px 0;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-weight: 700;
  height: 250px;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 20px;
}
.contact-form-info-sec form textarea:focus
{
  outline: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.contact-form-info-sec form input::placeholder, .contact-form-info-sec form textarea::placeholder
{
  color: #000;
  font-weight: 700;
  font-size: 19px;
  line-height: 24.7px;
}

.contact-form-info-sec form .wpcf7-submit
{
  border: 2px solid var(--darkcolor);
  background:var(--darkcolor);
  padding: 16px 41px 16px 41px;
  width: fit-content;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  line-height: 23.85px;
  border-radius: 10px;
  text-transform: capitalize;
  color:var(--white-purti);
  float: right;
}

.contact-form-info-sec form .wpcf7-submit:hover
{
  background:transparent;
  color: #000;
}

.contact-form-info-sec .related-enquiry-list li{margin-bottom: 30px;}

.contact-form-info-sec .related-enquiry-list li h5
{
  font-weight: 400;
  font-size: 19px;
  line-height: 24.70px;
  margin-bottom: 5px;
}

.contact-form-info-sec .related-enquiry-list li p
{
  font-weight: 700;
  font-size: 19px;
  line-height: 24.70px;
}

.contact-form-info-sec .open-map
{
  font-weight: 700;
  font-size: 19px;
  line-height: 24.70px;
  display: block;
  width: fit-content;
  margin: 5px 0;
  color:#000;
}

.contact-form-info-sec .open-map:hover{color:var(--dark-walnut);}

.contact-form-info-sec .contact-sec-col{
  padding-left: 10px;
  border-left: 2px solid #000;
}

.contact-map{padding-bottom: 60px;}
/***************CONTACT US PAGE CODE END*********************/




/***************FIND YOUR HOME PAGE CODE START*********************/
.find-home-sec
{
  padding-top: 10px;
}


.find-home-sec::after
{
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  background: var(--caramel);
  width: 40%;
  height: 18%;
  border-radius: 300px 0 0 0;
  filter: blur(100px);
  z-index: 1;
}

.find-home-sec::before
{
  content: "";
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(198, 146, 71, 0.5);
  width: 75%;
  height: 2px;
  z-index: 1;
}

.find-home-sec .max-container{z-index: 5;}

.find-home-sec form
{
  margin:90px 0 48px 0;
}

.find-home-sec form .select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 15px 0 0;
}
.find-home-sec form .select-dropdown:last-child {
  margin-right: 0px;
}
.find-home-sec form .select-dropdown__button 
{
  border:none;
  border-bottom: 1px solid var(--white-purti);
  background: transparent;
  padding: 15px 10px 15px 0;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: var(--white-purti);
  font-weight: 700;
  font-size: 19px;
  line-height: 24.7px;
  width: 100%;
  text-align: left;
}
.find-home-sec form .select-dropdown__button::focus {
  outline: none;
}
.find-home-sec form .select-dropdown__button .fa-angle-down{
  position: absolute;
  right: 10px;
  top: 12px;
}
.find-home-sec form .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 100;
}

.find-home-sec form .select-dropdown__list::-webkit-scrollbar {
  display: none;
}

.find-home-sec form .select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.find-home-sec form .select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-family: 'Mulish', sans-serif;
  color: var(--walnut_brown);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.find-home-sec form .select-dropdown__list-item:hover {
  background-color: var(--light-caramel);
  transition: all ease-in-out 0.3s;
}

.find-home-sec .display-selection ul
{
  display: flex;
  flex-wrap: wrap;
}

.find-home-sec .display-selection ul li
{
  background: #844c3b;
  padding: 6px 45px 6px 14px;
  border-radius: 50px;
  color:var(--white-purti);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin-right: 28px;
}

.find-home-sec .display-selection ul li:last-child{margin-right: 0;}

.display-selection ul li i{
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
}

.find-home-sec .display-selection{padding: 24px 0;}

.find-homes .feature-project-sec::before, .find-homes .feature-project-sec::after {display: none;}

.find-homes .feature-project-sec .project-card{margin-bottom: 24px;}
.find-homes .feature-project-sec .no-margin{margin-bottom: 0;}
/***************FIND YOUR HOME PAGE CODE END*********************/





/***************JOB DESCRIPTION PAGE CODE START*********************/
.job-description-sec .header-ul
{
  display: flex;
  justify-content: flex-end;
}

.job-description-sec .header-ul li{
  margin-right: 40px;
}

.job-description-page .page-banner-sec img{height: 272px; object-fit: cover;}

.job-description-sec .header-ul li:last-child{margin-right: 0;}


.job-description-sec .job-duty{margin-top: 34px;}

.job-description-sec .job-duty ul li
{
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.80px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 2px;
  font-family: 'Mulish', sans-serif;
}

.job-description-sec .job-duty ul li::before
{
  content:"";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:10px;
  width:5px;
  height: 5px;
  background:#000;
  border-radius: 100%;
}

.job-description-sec .form-group {
  display: block;
  margin-bottom: 15px;
}

.job-description-sec .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.job-description-sec .form-group label 
{
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  font-family: 'Mulish', sans-serif;
}

.job-description-sec .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid lightgray;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top:-2px;
}

.job-description-sec .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--dark-mahagony);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.job-description-sec form .wpcf7-submit, .job-description-sec .wpcf7-submit, .career-page .wpcf7-form-control
{
  border: 2px solid var(--dark-walnut);
  background: var(--dark-walnut);
  padding: 16px 41px 16px 41px;
  width: fit-content;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  line-height: 23.85px;
  border-radius: 10px;
  text-transform: capitalize;
  color: var(--white-purti);
}

.job-description-sec form .wpcf7-submit:hover
{
  background: transparent;
  color:var(--dark-walnut);
}


.career-page .wpcf7-form-control
{
  border: 2px solid var(--dark-walnut);
  background: var(--dark-walnut);
  padding: 16px 41px 16px 41px;
  width: fit-content;
  display:block;
  margin:20px auto;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  line-height: 23.85px;
  border-radius: 10px;
  text-transform: capitalize;
  color: var(--white-purti);
}

.career-page .wpcf7-form-control:hover
{
  background: transparent;
  color:var(--dark-walnut);
}
/***************JOB DESCRIPTION PAGE CODE END*********************/




/***************INVEST WITH US PAGE CODE START*********************/
.invest-with-us-tabination-sec{padding-bottom: 60px;}

.invest-with-us-tabination-sec .tablink-list
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.invest-with-us-tabination-sec .dynamic-tab-content-box
{
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.invest-with-us-tabination-sec .tablink-list li
{
  font-family: 'Mulish', sans-serif;
  color: var(--dark-walnut);
  font-weight: 700;
  font-size: 17px;
  line-height: 24.7px;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
}
.invest-with-us-tabination-sec .tablink-list li:hover{opacity: 1;}

.invest-with-us-tabination-sec .tablink-list li.invest-tab-active{opacity: 1;}

.invest-with-us-tabination-sec #tablink-list-carousel .owl-next {
  font-size: 1.5em!important;
  color: #fff!important;
  position: absolute;
  right: 10px;
  background: var(--dark-walnut);
  border-radius: 100%;
  border: 2px solid var(--white-purti);
  width: 25px;
  height: 25px;
  line-height: 0px;
  top: 0px;
}

.invest-with-us-tabination-sec #tablink-list-carousel .owl-next span {
  position: relative;
  top: -3px;
}

.invest-with-us-tabination-sec #tablink-list-carousel .owl-prev {
  font-size: 1.5em!important;
  color: #fff!important;
  position: absolute;
  left: 10px;
  background: var(--dark-walnut);
  border-radius: 100%;
  border: 2px solid var(--white-purti);
  width: 25px;
  height: 25px;
  line-height: 0px;
  top: 0px;
}

.invest-with-us-tabination-sec #tablink-list-carousel .owl-prev span {
  position: relative;
  top: -3px;
}



.invest-with-us-tabination-sec .tab-content-box
{
  background: var(--dark-walnut);
  padding: 40px 41px 0px 41px;
  border-radius: 10px;
  margin-top: 27px;
  position: relative;
  overflow: hidden;
}

.invest-with-us-tabination-sec .tab-content-box::after
{
  content: "";
  position: absolute;
  width: 50%;
  height: 100px;
  background: url(/wp-content/uploads/2023/07/tab-vector.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  z-index: 1;
}

.invest-with-us-tabination-sec .tab-content-box::before
{
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--caramel);
  right: 0;
  bottom: 0;
  filter: blur(80px);
  z-index: 1;
}

.invest-with-us-tabination-sec .tab-content-box .tab-content{z-index: 5;}

.invest-with-us-tabination-sec .tab-content-box .tab-content a
{
  border: 2px solid var(--white-purti);
  background: var(--white-purti);
  padding: 16px 41px 16px 41px;
  display: block;
  width: fit-content;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  line-height: 23.85px;
  border-radius: 10px;
  text-transform: capitalize;
  color: var(--darkcolor);
  margin-top: 100px;
}

.invest-with-us-tabination-sec .tab-content-box .tab-content a:hover
{
  background: transparent;
  color:var(--white-purti);

}

.invest-with-us-tabination-sec .tab-content-box .tab-content .line{
  background: var(--caramel);
  width: 100%;
  height: 2px;
  opacity: 0.3;
  margin: 32px 0 0 0;
}

.invest-with-us-tabination-sec .tab-content-box .tab-content .accordian-tab
{
  padding: 16px 0;
  cursor: pointer;
}

.accordian-tab-rotate i{transform: rotate(90deg);}

.invest-with-us-tabination-sec .tab-content-box .tab-content .accordian-tab p{
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
  color:var(--white-purti);
}
.invest-with-us-tabination-sec .tab-content-box .tab-content .accordian-tab p span{float: right;}

.invest-with-us-tabination-sec .accordian-tab-content
{
  padding: 41px;
  margin-top: -15px;
  border-radius: 10px;
}

.invest-with-us-tabination-sec .accordian-tab-content .site-link
{
  margin-top: 100px;
}

.invest-with-us-tabination-sec .accordian-tab-content .site-link a
{
  font-weight: 700;
  font-size: 14px;
  line-height: 17.57px;
  color:var(--darkcolor);
}
.invest-with-us-tabination-sec .accordian-tab-content .site-link a:hover{color:var(--caramel);}

.invest-with-us-tabination-sec .accordian-tab-content .site-link span
{
  font-weight: 700;
  font-size: 14px;
  color:var(--darkcolor);
}
/***************INVEST WITH US PAGE CODE END*********************/



/***************CAREER PAGE CODE START*********************/
.career-hero-sec .comm-para{color: var(--dark-walnut);}

.why-purti-realty-sec .caramel-color
{
  background: var(--caramel);
}

.why-purti-realty-sec .walnut-color
{
  background: var(--walnut_brown);
}

.why-purti-realty-sec .col-lg-4{margin-bottom: 25px;}

.why-purti-realty-sec .why-purti-realty-box
{
  height: 100%;
  border-radius: 10px;
  padding: 0 30px;
}

.why-purti-realty-sec .mobile-view .col-md-6{margin-bottom: 20px;}

.mobile-view .whyitem:nth-child(1) { order: 1; }
.mobile-view .whyitem:nth-child(2) { order: 2; }
.mobile-view .whyitem:nth-child(3) { order: 3; }
.mobile-view .whyitem:nth-child(4) { order: 4; }
.mobile-view .whyitem:nth-child(5) { order: 5; }
.mobile-view .whyitem:nth-child(6) { order: 6; }

.mobile-view .whyitem:last-child {
  width: 100%!important;
}

.why-purti-realty-sec .why-purti-realty-box .why-purti-realty-box-content
{
  position: relative;
  top:50%;
  transform: translateY(-50%);
}

.why-purti-realty-sec .why-purti-realty-box .why-purti-realty-box-content h2{font-size: 32px;line-height: 38.59px;}


.job-opening-sec .job-opening-list {
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.job-opening-sec .job-opening-list li
{
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

.job-opening-sec .job-opening-list li .mce
{
  border: 1px solid lightgray;
}

.job-opening-sec .job-opening-list li .body
{
  padding: 25px;
  background: var(--white-purti);
  min-width: 230px;
  min-height: 180px;
  max-height: 180px;
}

.job-opening-sec .job-opening-list li .footer
{
  padding: 12px 25px;
  background: #FAF9F8;
}

.job-opening-sec .job-opening-list li .footer p{font-weight: 600;}

.job-opening-sec .job-opening-list li h3
{
  font-family: 'Literata', serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 34.5px;
  margin-bottom: 5px;
}

.job-opening-sec .job-opening-list li div
{
  background: #FAF9F8;
}

.job-opening-sec .job-opening-list li span
{
  float: right;
  font-size: 16px; color:#000;
}

.job-opening-sec .job-opening-list li span.material-symbols-outlined{position: relative;left: 10px;top:2.5px;}

.job-opening-sec .job-opening-list li span a{color:#000;font-weight: 600;}


.career-testimony-sec
{
  background: var(--dark-walnut);
  position: relative;
  overflow: hidden;
}

.career-testimony-sec::after
{
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2023/07/testi-vector.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0%;
  bottom: 0px;
  z-index: 1;
}

.career-testimony-sec::before
{
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--caramel);
  right: 0;
  bottom: 0;
  filter: blur(80px);
  z-index: 1;
}

.career-testimony-sec .testi-name
{
  position: absolute;
  transform: scale(1.2);
  bottom: -12px;
  z-index: 5;
}
/***************CAREER PAGE CODE END*********************/




/***************LEGACY PAGE CODE START*********************/
.yesterday-today-tomorrow-sec .extra-padd
{
  padding-left: 60px;
}

.cursive-text-sec h2
{
  font-style: normal;
}

.associate-company-sec .comm-header-para{width:40%;margin:0 auto;}

.associate-company-sec .associate-company-box figure
{
  margin-bottom: 23px;
}

.associate-company-sec .associate-company-box h4
{
  font-size: 19px;
  line-height: 24.70px;
  font-weight: 700;
  color: #000;
}

.associate-company-sec .associate-company-box .site-link a
{
  font-size: 14px;
  line-height: 17.57px;
  font-weight: 700;
  color:var(--darkcolor);
}
.associate-company-sec .associate-company-box .site-link a:hover{color:var(--dark-mahagony);}

.associate-company-sec .associate-company-box .site-link span{color: var(--darkcolor);font-size: 14px;}

.associate-company-sec .associate-company-box{padding: 10px;border-radius: 10px;}

.associate-company-sec .associate-company-box:hover
{
  background: white;
}

.associate-company-box .comm-para {
    min-height: 120px;
}

.timeline-sec
{
  background: var(--dark-walnut);
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.timeline-sec::after
{
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2023/07/testi-vector.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0%;
  bottom: 0px;
  z-index: 1;
}

.timeline-sec::before
{
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--caramel);
  right: 0;
  bottom: 0;
  filter: blur(80px);
  z-index: 1;
}

.timeline-sec .white-box
{
  background: #FAF9F8;
  position: relative;
  z-index: 5;
  padding: 16px 0;
}

.timeline-sec .white-box a
{
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  color:var(--darkcolor);
}

.timeline-sec .white-box span
{
  font-size: 14px;
  color:var(--darkcolor);
}

.timeline-sec .timeline-image
{
  width: 100%;
  position: relative;
  z-index: 10;
  top: 65px;
}

.timeline-sec h5
{
  font-size: 19px;
  font-weight: 700;
  line-height: 23.85px;
  color: var(--white-purti);
}

.timeline-sec #timeline-year div span
{
  font-family: 'Literata', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
  color: var(--white-purti);
  cursor: pointer;
  text-align: center;
  display: block;
}

.timeline-sec .year{opacity: 0.2;}
.timeline-sec .year:hover{opacity: 1;}

.timeline-sec .year-active{
  opacity: 1;
}

/* .timeline-sec #timeline-year .owl-prev{display: none;} */

.timeline-sec #timeline-year .owl-next
{ 
  font-size: 1em!important;
  color: #fff!important;
  position: absolute;
  right: -70px;
  background:transparent;
  border-radius: 100%;
  border: 2px solid var(--white-purti);
  width: 25px;
  height: 25px;
  line-height: 0px;
  top: 10px;
}

.timeline-sec #timeline-year .owl-next span
{
  position: relative;
  top: -14.5px;
}


.timeline-sec #timeline-year .owl-prev
{ 
  font-size: 1em!important;
  color: #fff!important;
  position: absolute;
  left: -70px;
  background:transparent;
  border-radius: 100%;
  border: 2px solid var(--white-purti);
  width: 25px;
  height: 25px;
  line-height: 0px;
  top: 10px;
}

.timeline-sec #timeline-year .owl-prev span
{
  position: relative;
  top: -14.5px;
}



.timeline-sec .ex-pad
{
  padding-right: 100px;
}

.cursive-text-sec h2{margin-bottom: 0;}

.timeline-sec .timeline-description
{
  margin-top: 20px; 
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.timeline-sec .timeline-description h6
{
  font-size: 19px;
  font-weight: 700;
  line-height: 24.70px;
  color: var(--white-purti);
}


/***************LEGACY PAGE CODE START*********************/




/***************ABOUT PAGE CODE START*********************/
.about-page .text-and-counter .text-and-counter-box .featured-project-link {
    border: 2px solid var(--dark-walnut);
    padding: 16px 14px;
    border-radius: 5px;
}

.about-page .text-and-counter .text-and-counter-box .featured-project-link:hover {
  background: var(--dark-walnut);
  color: var(--white-purti);
}

.about-page .text-and-counter .text-and-counter-box a {
  color: var(--dark-walnut);
}

.about-page .text-and-counter .two-link span.material-symbols-outlined {
  font-size: 16px!important;
  font-weight: 600!important;
  float: right;
  position: relative;
  left: -10px;
  margin-top: -35px;
  color: var(--light-walnut)!important;
}

.about-page .text-and-counter .text-and-counter-box .space-link 
{
  border: none;
}

.about-page .text-and-counter .text-and-counter-box .space-link:hover {
  background: transparent;
  color: var(--light-walnut);
}

.about-page .text-and-counter .two-link-for-mobile{display: none;}

.about-page .text-and-counter .two-link-for-mobile a
{
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.about-page .text-and-counter .two-link-for-mobile a.w-control{width: fit-content;}

.about-page .text-and-counter .two-link-for-mobile span
{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color:var(--dark-walnut);
  position: relative;
  top:10px;
}

.about-page .text-and-counter .two-link-for-mobile .with-border
{
  border: 2px solid var(--dark-walnut);
}

.about-miss-vis-sec
{
  background: var(--dark-walnut);
  position: relative;
  padding-top: 0;
  overflow: hidden;
}

.about-miss-vis-sec::after
{
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: url(/wp-content/uploads/2023/07/about-vector.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0%;
  bottom: 0px;
  z-index: 1;
}

.about-miss-vis-sec::before
{
  content: "";
  position: absolute;
  width: 60%;
  height: 50%;
  background: var(--caramel);
  right: 0;
  bottom: 80px;
  filter: blur(150px);
  z-index: 1;
}

.about-miss-vis-sec .white-box
{
  background:var(--white-purti);
  position: relative;
  z-index: 5;
  padding: 35px 0;
}

.about-miss-vis-sec .white-box a
{
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  color:var(--darkcolor);
}

.about-miss-vis-sec .ex-pad
{
  padding-right: 100px;
}

.about-miss-vis-sec .xtra-margin{margin-top: 100px;}

.about-miss-vis-sec .white-box span
{
  font-size: 14px;
  color:var(--darkcolor);
}

.about-miss-vis-sec .timeline-image
{
  width: 100%;
  position: relative;
  z-index: 10;
  top: 65px;
}

.md-desk-sec
{
  background: var(--dark-walnut);
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.md-desk-sec::after
{
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: url(/wp-content/uploads/2023/07/md-vector.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0%;
  bottom: 0px;
  z-index: 1;
}

.md-desk-sec::before
{
  content: "";
  position: absolute;
  width: 40%;
  height: 50%;
  background: var(--caramel);
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 80px;
  filter: blur(180px);
  z-index: 1;
}

.md-desk-sec .timeline-image
{
  width: 100%;
  position: relative;
  z-index: 10;
  top: 50px;
}

.md-desk-sec .white-box
{
  height: 60px;
  background: var(--white-purti);
  position: relative;
  z-index: 5;;
}

.md-desk-sec h6
{
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color:var(--white-purti);
}

.md-desk-sec .name-link {
  margin-top: 65px;
}

.md-desk-sec .name 
{
  font-weight: 400;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 10px;
  color: var(--white-purti);
}

.md-desk-sec a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20.0px;
  color: var(--white-purti);
}

.md-desk-sec .material-symbols-outlined {
  color: var(--darkcolor);
  cursor: pointer;
  font-size: 17px;
  position: relative;
  top: 4px;
  color: var(--white-purti);
}

.md-desk-sec .line
{
  height: 1px;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(163,119,68,1) 0%, rgba(85,54,42,0) 100%);
  margin: 38px 0;
}

.md-desk-sec-mobile
{
  background:#4b2e25;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}

.md-desk-sec-mobile .name-link {
  text-align: center;
}

.md-desk-sec-mobile .max-container{z-index: 10;position: relative;}

.md-desk-sec-mobile h6 {
  margin-bottom: 25px;
}

.md-desk-sec-mobile::after{display: none;}

.md-desk-sec-mobile img{margin-bottom: 16px;}

.founder-sec{padding: 85px 0 60px 0;}

.founder-card ul
{
  display: flex;
  justify-content: end;
}

.founder-card
{
  background: var(--white-purti);
  border-radius: 10px;
  border: 1px solid var(--card-stroke, rgba(30, 30, 30, 0.20));
  overflow:hidden;
}

.founder-card p, .founder-card small{color:var(--darkcolor);}
.founder-card p{font-weight:bold;}
 
.founder-card ul li{margin-right: 15px;}
.founder-card ul li:last-child{margin: 0;}
.founder-card ul li a{color:#000;opacity: 0.2;}
.founder-card ul li a:hover{opacity: 1;}

.founder-card .f-body
{
  padding: 10px 0;
  text-align:center;
}

.core-values-sec .core-values-box
{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.core-values-sec .core-values-box li
{
  background: var(--white-purti);
  padding: 15px 10px 15px 15px;
  width: 184px;
  height: 184px;
  border-radius: 10px;
  border:2px solid #C4934E;
  cursor: default;
  overflow: hidden;
  margin-right: 20px;
  transition: 1s ease;
  position: relative;
}
.core-values-sec .core-values-box li:last-child{margin-right: 0;}

.core-values-sec .core-values-box li .core-values-hover-box{display: none;}

.core-values-sec .core-values-box li:hover h5{color:var(--white-purti);}

.core-values-sec .core-values-box li:hover
{
  width: 387px;
}

.core-values-sec .core-values-box li:hover .big-p
{
  position: absolute;
  top:-5px;
  right: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BD8946;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}


.core-values-sec .core-values-box li .big-p
{
  font-size: 11em;
  line-height: 120px;
  opacity: 0.05;
  font-weight: bold;
  text-align: center;
}


.core-values-sec .core-values-box li:hover
{
  background: #C4934E;
}

.core-values-sec .core-values-box li:hover .core-values-hover-box
{
  display: block;
  position: relative;
  z-index: 5;
}

.core-values-sec .core-values-box li h5
{
  font-size: 19px;
  font-weight: 700;
  color:#C4934E;
  text-align: left;
}

.core-values-sec .core-values-box li a
{
  color:var(--white-purti);
  font-weight: 700;
  font-size: 14px;
}

.core-values-sec .core-values-box li span
{
  color:var(--white-purti);
  font-size: 14px;
}

.core-values-sec .core-values-link
{
  margin-top: 25px;
}

.about-page .view-in-mobile{display: none;}

/***************ABOUT PAGE CODE END*********************/




/***************PROJECT PAGE CODE START*********************/

/*-------------navigation code start--------------*/
.project-navigation-sec
{
  background: #ffffff;
  padding: 1px 0;
}

.project-navigation-sec ul
{
  display: flex;
  justify-content: end;
  align-items: center;
}

.project-navigation-sec ul li 
{
  margin-right: 50px;
}

.project-navigation-sec ul li:last-child{ margin-right: 0;}

.project-navigation-sec ul li a
{
  color:#1E1E1E;
  font-size: 19px;
  font-weight: 700;
}

.project-navigation-sec ul li a:hover
{
  color:var(--dark-blue);
}

.project-navigation-sec ul li button
{
  font-size: 19px;
  font-weight: 700;
  color:var(--white-purti);
  padding: 8px 19px;
  border-radius: 5px;
  border:1px solid transparent;
  font-family: 'Mulish', sans-serif;
}
.project-navigation-sec ul li button:hover
{
  background: transparent;
}

.project-navigation-sec img{
  transform: scale(0.8);
}
/*-------------navigation code end--------------*/



/*-------------hero sec code start--------------*/
.purti-project-page .text-and-counter a
{
  padding: 10px;
}

.purti-project-page .text-and-counter a i{margin-right: 5px;}

.purti-project-page .text-and-counter .counter-row p
{
  font-size: 32px;
  line-height: 130%;
}

.purti-project-page .text-and-counter .text-and-counter-box .banner-counter small {
  font-size: 16px;
}

.purti-project-page .text-and-counter .comm-header-para{font-weight: 700; font-size: 20px;margin-bottom: 10px; line-height: 25px;}
/*-------------hero sec code end--------------*/



/*-------------amenities sec code start--------------*/
.amenities-sec::before{
  content:"";
  position: absolute;
  /* background: #1E3666; */
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
}

.amenities-sec .extra-padd{padding-left: 100px; padding-top: 0;}

.amenities-sec-content::before
{
  content:"";
  position: absolute;
  /* background: var(--light-blue); */
  width: 500px;
  height: 500px;
  top: 0;
  border-radius: 100%;
  left: 27%;
  filter:blur(100px);
}

.amenities-sec-content{overflow: hidden;}

.amenities-sec-content::after
{
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(/wp-content/uploads/2023/07/project-vector.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -11%;
  z-index: 1;
}

.amenities-sec-content .am-sec-image{position: relative;z-index: 2;border-radius: 20px;}

.amenities-sec-content .amenities-list .amenities-list-box
{
  margin-top: 50px;
}

.amenities-sec-content .amenities-list .amenities-list-box img{margin-bottom: 8px; width:53px;height:36px;display: unset;}

.amenities-sec-content a
{
  display: block;
  width: fit-content;
  margin-top: 160px;
  color:var(--light-blue);
  font-size: 14px;
  font-weight: 700;
}

.amenities-sec-content a:hover{color:var(--dark-brown);}
.amenities-sec-content a i{margin-right: 5px;}
/*-------------amenities sec code end--------------*/



/*-------------spectacular sec code start--------------*/
.spectacular-sec .comm-para-bold
{
  color:#1E1E1E;
  font-size: 19px;
}

.spectacular-sec .spectacular-sec-box
{
  position: relative;
}

.spectacular-sec .spectacular-sec-box .play-btn
{
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

/*.spectacular-sec .spectacular-sec-box .play-btn:hover {
  transform: scale(1.1);
}*/

.spectacular-sec-box #virtualtour_video_link{
    border: none;
    color: transparent;
    font-size: unset;
    font-weight: unset;
    border-radius: unset;
    padding: 0;
    display: unset;
    width: auto;
    margin-top: unset;
}

.spectacular-sec a:not(.vt-img-gall)
{
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 19px;
  display: block;
  width: fit-content;
  margin-top: 50px;
}

.spectacular-sec a:not(.vt-img-gall):hover{color:var(--white-purti);}

.spectacular-sec .spec-gallery-box{overflow: hidden;border-radius: 8px;}

.spectacular-sec .spec-gallery-box:hover img{transform: scale(1.2);}

.spectacular-sec .note
{
  color:#1E1E1E;
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
  margin: 16px 0 0 0; 
}
/*-------------spectacular sec code start--------------*/



/*-------------master plan sec code start--------------*/
.master-plan-sec ol {
  margin: 25px 0;
}

.master-plan-sec p.comm-para{width: 80%;}

.master-plan-sec ol li
{
  color: #1E1E1E;
  font-size: 19px;
  font-family:'Mulish',sans-serif;
  line-height: 150%;
}

.master-plan-sec img
{
  border:1px solid #CECDCC;
  border-radius: 10px;
}

.master-plan-sec a:not(.vt-img-gall)
{
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 19px;
  display: block;
  width: 100%;
  text-align: center;
}
.master-plan-sec a:not(.vt-img-gall):hover{color:var(--white-purti);}

.master-plan-sec .extra-padd{padding-left: 90px;}

.master-plan-sec .note
{
  color:#1E1E1E;
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
  margin: 16px 0 0 0; 
}
/*-------------master plan sec code end--------------*/



/*-------------location sec code start--------------*/
.location-sec p.comm-para{width: 80%;}

.location-sec .location-details .location-details-list
{
  padding: 10px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.20);
  font-size: 16px;
  font-family:'Mulish',sans-serif;
  font-weight: 700;
}

.location-sec .location-details .loc-content{margin-top: 15px;}

.location-sec .location-details .location-details-list p{font-weight: 500;margin-bottom: 17px;width: 100%;margin-bottom: 0;cursor: pointer;}

.location-sec .location-details .location-details-list span{float: right;}

.location-sec .location-details .location-details-list span i{font-size: 20px;font-weight: 700;}

.location-sec .location-details li.location-details-list:first-child
{
  border-top: 1px solid rgba(30, 30, 30, 0.20);
}

.location-sec .loc-content ul{display: flex;flex-wrap: wrap;}

.location-sec .loc-content ul li
{
  position: relative;
  padding-left: 12px;
  width: 50%;
  font-size: 14px;
  font-family:'Mulish',sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.location-sec .loc-content ul li::before
{
  content: "";
  position: absolute;
  top:50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--darkcolor);
  transform: translateY(-50%);
}

.location-sec .accordian-tab-rotate{transform: rotate(90deg);}

.location-sec a:not(.vt-img-gall) {
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 19px;
  display: block;
  width: 100%;
  text-align: center;
}
.location-sec a:not(.vt-img-gall):hover{color:var(--white-purti);}

.location-sec .note {
  color: #1E1E1E;
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
  margin: 16px 0 0 0;
}

/*-------------location sec code end--------------*/


/***************PROJECT PAGE CODE END*********************/




/*-----------Footer code start-----------*/
footer
{
  background: #000 url(/wp-content/uploads/2023/07/footer-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
}

.footer-radius{border-radius: 5px 5px 0 0;}

footer::before
{
  content: "";
  position: absolute;
  top: 0;
  height: 100px;
  width: 100%;
  filter: blur(120px);
  border-radius: 100%;
  background: #C69247;
}

footer .double-logo{float: right;}

footer .f-text{margin:75px 0 25px 0;}

footer .f-text address, footer .f-text p
{
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color:var(--white-purti);
}

footer .social-connect
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

footer .social-connect a
{
  margin-right: 15px;
  width: auto;
}

footer .social-connect a:last-child{margin: 0;}

footer .email
{
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color:#ffffff;
}

footer .email img{position: relative; top:-1px; margin-right: 10px;}

footer form
{
  display: flex;
}

footer form input
{
  width: 100%;
  background: transparent;
  border:none;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  margin-right: 10px;
  color:#fff;  
}

footer form input:focus{border-bottom: 2px solid #ffffff;outline: 0;}

footer form button
{
  width: fit-content;
  text-align: center;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  line-height: 20.08px;
  border: 1px solid var(--caramel);
  color:var(--caramel);
}

footer form button:hover
{
  background: var(--caramel);
  color:var(--white-purti);
}

.gradient-line
{
  background: radial-gradient(circle, rgba(152,152,152,1) 0%, rgba(255,0,0,0) 100%);
  height:1px;
  width: 100%;
}

.footer-last{padding: 20px 0;}

.footer-last small, .footer-last small a
{
  font-weight: 400;
  font-size: 12px;
  line-height: 15.6px;
  color:var(--white-purti);
  opacity: 0.3;
}

.footer-last .copyright
{
  display: block;
  text-align: left;
}

.footer-last .who-designed
{
  display: block;
  text-align: end;
}

.footer-last ul
{
  display: flex;
  justify-content: center;
}

.footer-last ul li{margin-right: 15px;}
.footer-last ul li:last-child{margin: 0;}

.footer-last ul li a
{
  font-weight: 400;
  font-size: 12px;
  line-height: 15.6px;
  color:var(--white-purti);
  opacity: 0.3;
}

.f-text .col-md-4, .f-text .col-md-5{padding: 0;}

.too-small-view{display: none;}
/*-----------Footer code end-----------*/




/*------------RESPONSIVE CODE SECTIONS START--------------*/
/*--purtirealty--*/
.banner-sec .banner-content-mobile
{
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
  padding: 100px 0 30px 0!important;
}

.banner-sec .banner-content-mobile .banner-counter
{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: fit-content;
  margin: 30px auto;
}

.banner-sec .banner-content-mobile .banner-counter p
{
  font-size: 48px!important;
  margin-right: 10px;
}

.banner-sec .banner-content .banner-counter small {
  font-size: 14px!important;
  top:0!important;
}

.mobile-banner-sec img{height: 750px!important;}

.categories-sec #category-carousel .owl-prev, .news-blogs-sec #news-blog .owl-prev {
  width: 45px;
  height: 45px;
  font-size: 3em!important;
  color: #828282!important;
  position: absolute;
  right: 33%;
  background: #E0E0E0;
  bottom: 10px;
  border-radius: 100%;
  opacity: 0.5;
}

.categories-sec #category-carousel .owl-next, .news-blogs-sec #news-blog .owl-next  {
  width: 45px;
  height: 45px;
  font-size: 3em!important;
  color: #828282!important;
  position: absolute;
  right: 5%;
  background: #E0E0E0;
  bottom: 10px;
  border-radius: 100%;
  opacity: 1;
}

.categories-sec #category-carousel .owl-prev span, .news-blogs-sec #news-blog .owl-prev span {
  position: relative;
  top: -21px;
}

.categories-sec #category-carousel .owl-next span, .news-blogs-sec #news-blog .owl-next span {
  position: relative;
  top: -21px;
}


/*---purty-homes----*/
.banner-content-mobile .banner-counter {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 250px;
  margin: 15px auto;
}

.banner-content-mobile .banner-counter p{margin-right: 10px;}

.banner-content-link .mobile-featured-link
{
  font-size: 16px!important;
  font-weight: 600!important;
  line-height: 24px!important;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid var(--purti-homes, #8A4646);
}

.color-walnut
{
  color: #8A4646!important;
}


.banner-content-link .mobile-space-link
{
  font-size: 16px!important;
  font-weight: 600!important;
  line-height: 24px!important;
  padding: 12px;
}

.banner-content-link span
{
  font-size: 16px!important;
  font-weight: 600!important;
  float: right;
  position: relative;
  margin-top: -30px;
}

.feature-mob-view .comm-header{margin-bottom: 0;}

.feature-mob-view .comm-header-para{font-size: 14px; text-align: center;}

.testimomial-sec .testi-mobile .name-link {
  margin-top: 20px;
  text-align: center;
}

.testimomial-sec .testi-box{cursor: pointer;}

.testimomial-sec #testi-carousel .black-play_circle
{
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  margin-right: 0;
}


/*---purti-retails---*/
.color-brown
{
  color: var(--dark-brown)!important;
}


/*---purti-office---*/
.color-violet
{
  color: var(--violet_dark)!important;
}
.violet-border{border:1px solid var(--violet_dark)!important;}

.purti-offices .text-and-counter span.material-symbols-outlined{color: var(--violet_dark) !important;}


/*purti-project*/
.hero-sec-mobile a.enq-nw
{
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
  padding: 10px 50px;
  width: fit-content;
  margin: 25px auto;
  color:var(--white-purti);
  border-radius: 6px;
  background: #547BB5;
  border:1px solid #547BB5;
}
.hero-sec-mobile a.enq-nw:hover
{
  background: transparent;
  color:#547BB5;
}

.brochure-floor-plan a
{
  font-size: 13px;
  line-height: 13.85px;
  text-align: center;
  color: var(--light-blue);
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #547BB5;
}

.mobile-view-virtual-tour-button
{
  display: block;
  margin: 0 auto;
  border: 2px solid #547BB5;
  color: #547BB5;
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 19px;
  display: block;
  width: fit-content;
}

.mobile-view-virtual-tour-button:hover
{
  background: #547BB5;
  color:#fff;
}

.location-sec-mobile
{
  display:none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.location-sec-mobile a:not(.vt-img-gall) {
  border: 2px solid #1E3666;
  color: #1E3666;
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 19px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.mob-location-content{display: none;}

.mob-location-details button
{
  color:#1E1E1E;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 10px 17px;
  width: 100%;
  border-radius: 50px;
  border:1px solid lightgray;
}

.mob-location-details .ld-btn-active{
  font-weight: 800;
}

.mob-location-content ul li {
  color: #1E1E1E;
  font-size: 14px;
  font-family: 'Mulish',sans-serif;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 5px;
}

.mob-location-content ul{list-style-type: disc;padding-inline-start: 22px;}

.proj-enquire button{margin-left: 25px;}


/*------------RESPONSIVE CODE SECTIONS END--------------*/



/*-----------------Adjusting with contact form 7--------------------*/

.job-description-page .wpcf7
{
  margin-top: 25px;
}

.job-description-sec .form-group label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--dark-mahagony);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


#download-form .modal-header
{
  background: var(--dark-walnut);
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  justify-content: center;
}

#download-form .modal-body {
  padding: 1rem;
}

#download-form .contact-form-info-sec .wpcf7-submit {
  margin-bottom: 0;
}

#download-form .modal-close
{
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

#download-form .modal-dialog
{
  width: 50%;
  max-width: 600px;
}

.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.range-slider .rangeValues {
  display: block;
  color:#ffffff;
  margin-bottom: 10px;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #fff;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--caramel);
  margin-top: -6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.pricing-slide-heading
{
    font-family: 'Mulish', sans-serif;
    color: var(--white-purti);
    font-weight: 700;
    font-size: 19px;
    line-height: 24.7px;
    text-align: left;
    margin-top: 25px;
}


/*--------NEWS AND UPDATE CODE SECTIONS START--------------*/
.news-updates-page .news-blogs-sec .sec-row-snd .blog-box, .news-updates-page .news-blogs-sec .sec-row-snd .blog-box {margin-bottom: 0;}

.press-release-description-page .page-banner-sec img{height: 400px;object-fit: cover;}
/*--------NEWS AND UPDATE CODE SECTIONS END--------------*/


/*--------CSR CODE SECTION START-----------*/
.csr-h2
{
  font-size: 34px;
  font-weight: normal;
  font-family: 'Literata', serif;
  margin-bottom: 15px;
}

/*--------CSR CODE SECTION END------------*/



/*-----MENU CODE START------*/

.top-nav ul li:nth-child(1){display: none;}
.top-nav ul li:nth-child(2){display: none;}
.top-nav ul li:nth-child(3){display: none;}
/*.top-nav ul li:nth-child(4){display: none;}*/

/* .top-nav ul li.active {display: block!important;} */

/*-----MENU CODE END------*/

.filter-btn
{
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.cl{display: none;}
.find-home-sec-not-before::before{display: none;}
.find-home-sec-not-before{padding-bottom: 10px;}

.find-homes .comm-big-text {margin-bottom: 0;}

.career-hero-sec .comm-para strong{font-size: 24px;}

.v_all_prj
{
  display: block;
  width: fit-content;
  padding: 10px 20px;
  color: #FFF;
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: -80px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.5s ease;
  transform: rotate(-90deg)translateY(-50%);
}

.navigation .another-menu ul{display: none;}
.navigation .another-menu ul li{display: none;margin-right: 0;}
.navigation .another-menu ul li::after{display: none;}
.navigation .another-menu ul{justify-content: space-between;margin-bottom: 10px;padding-bottom: 10px;}

.navigation .another-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

#show-in-mob{display: none;}



.faq-container {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
  font-family: 'Mulish', sans-serif;
}

.faq-answer {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 0em;
}

.input_checkbox .wpcf7-list-item-label {
  font-size: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-response-output {
  font-size: 12px;
}

.contact-form-info-sec input[type='checkbox']
{ 
	display: flex;
    width: fit-content;
    position: absolute;
    left: 0;
    top: unset;
    margin-top: 5px;
}

#job-form .modal-close, #career-form .modal-close, #career-form-details .modal-close{
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

#job-form .modal-header, #career-form .modal-header, #career-form-details .modal-header {
    background: var(--dark-walnut);
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    justify-content: center;
}

#job-form .modal-body, #career-form .modal-body, #career-form-details .modal-body {
    padding: 1rem;
}

#career-form .wpcf7-select,  #career-form-details .wpcf7-select{
    display:block!important;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    padding: 15px 10px 15px 0;
    width: 100%;
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    line-height: 24.7px;
    margin-bottom: 15px;
}

#career-form .wpcf7-select:focus, #career-form-details .wpcf7-select:focus{
	outline: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}




/*modal code start*/
.wrapper-2{
  padding :30px;
  text-align:center;
}
.content .wrapper-2 h1{
  font-family: 'Mulish', sans-serif;
  font-size:4em;
  color:#ddab46;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Mulish', sans-serif;
}
.go-home{
  color:#fff;
  background:#5892FF;
  border:none;
  padding:10px 50px;
  margin:30px auto;
  display:block;
  text-decoration:none;
  width:fit-content;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


.jobs-listing-heading{
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.jobs-listing-heading .comm-header {
  font-family: 'Literata', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  color: #1E1E1E;
  margin-bottom: 0;
  display: block;
  padding: 0px;
}
.career-page .jobs-listing-heading .wpcf7-submit{
  width: auto;
  display: block;
  margin: 0px;
}



@media (min-width:360px){
  .content .wrapper-2 h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
.wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
}
  
}


.nodisplay {
  display:none;
}

.related-enquiry-list li
{
  padding: 15px;
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-bottom: 0!important;
}

.contact-sec-col .make-padd 
{
  padding: 15px;
}

.contact-sec-col .make-big
{
  font-weight: 400;
  font-size: 19px;
  line-height: 24.70px;
  margin-bottom: 5px;
}


.manual-lead-form .contact-form-info-sec {
  border: 1px solid var(--dark-brown);
  padding: 15px;
  border-radius: 10px;
}

.manual-lead-form form select {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 10px 15px 0;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 15px;
  display: block!important;
}

.manual-lead-form form select:focus
{
  outline: 0;
  border-bottom: 2px solid #000;
}

.career-text{
  font-size: 25px;
  line-height: 30px;
  width:70%;
  margin: 50px 0 !important;
  text-align:justify;
  hyphens: auto;
}

.banner-video-wrapper {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
.banner-video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.purti-realty .banner-content 
{
  position: relative;
  padding: 20px 0 20px 0;
  background: linear-gradient(180deg, rgba(110,74,48,1) 0%, rgba(54,34,27,1) 100%);
}

.volume-btn, .play-pause
{
  width: 60px;
  height: 60px;
  padding: 5px;
  text-align: center;
  background: var(--dark-mahagony);
  font-size: 2.5em;
  line-height: 0;
  border-radius: 100%;
  border: none;
  opacity: 0.3;
  color:var(--white-purti);
  margin-right: 10px;
}

.volume-btn:hover, .play-pause:hover
{
  opacity: 1;
}

.fa-volume-up{display: none;}

@media only screen and (max-width:991px)
{
  
}

.purti-realty .categories-sec .col-lg-4:last-child a{
 cursor:default;
}

.founder-sec .col-reverse{
  margin-top:25px;
}

.founder-sec .col-reverse .row{
  flex-direction: row-reverse;
}

.set-fixed-height img
{
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

.custom-controls {
    position: absolute;
    bottom: 65px;
    right: 15px;
    display: flex;
    align-items: center;
}

.bottom-nav ul li {
  margin-right: 25px;
  position: relative;
  top: 4px;
  text-align: center;
  width: fit-content;
}

.bottom-nav .menu-item a img {
  height: 28px;
  width: auto;
  max-width: 100%;
}

.burger-menu .side-menu a img {
  height: 30px;
  width: auto;
  max-width: 100%;
}

.amenities-sec-content .amenities-list .comm-para{
	text-align:center;
}

.page-navigation .bottom-nav
{
  position: relative; overflow: hidden;
}

/*.page-navigation .bottom-nav::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--caramel)url(./assets/images/menu.png);
  bottom: 0;
  filter: blur(150px);
  left: 0;
  z-index: 1;
}*/

.page-navigation .bottom-nav::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 330px;
  background: url(./assets/images/menu.png);
  background-repeat: no-repeat;
  bottom: 0;
  background-position: left;
  left: -150px;
  z-index: 2;
  top: 0;
  opacity: 0.25;
}

.bottom-nav img{
  position:relative;
  z-index:99
}

.my-logo{
	width: auto;
    height: 50px;
    max-width: 100%;
}

.insta-testi .insta img
{
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
}

.insta-testi .insta:hover{
  transform: scale(0.95);
}

.insta-testi .insta i{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    font-size: 50px;
    color: white;
}

#insta_reels .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}

#insta_reels .owl-next{
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #828282 !important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

#insta_reels .owl-prev{
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #828282 !important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}


.purti-homes .my-logo, .purti-retails .my-logo, .purti-project-page .my-logo{height:50px;}

.find-homes .my-logo{height:50px;}

.purti-realty .banner-content::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: #0d0806;
  filter: blur(110px);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  top: 50px;
  border-radius: 100%;
}

.purti-realty .banner-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 355px;
  background: url(./assets/images/menu.png);
  background-repeat: no-repeat;
  bottom: 0;
  background-position: left;
  left: -240px;
  z-index: 2;
  top: 20px;
  opacity: 0.25;
}


.purti-realty .banner-content-mobile::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--caramel);
  bottom: 0;
  filter: blur(80px);
  right: 0;
  left:0;
  margin:0 auto;
  z-index: 1;
  display:none;
}

.purti-realty .banner-content-mobile::after {
  content: "";
   position: absolute;
   width: 100%;
   height: 330px;
   background: url(./assets/images/menu.png);
   background-repeat: no-repeat;
   bottom: 0;
   background-position: left;
   left: 95px;
   z-index: 2;
   opacity: 0.25;
   top: 130px;
}

.purti-realty .banner-content-mobile .reverse{
	flex-direction: column-reverse;
}

.purti-realty .banner-sec .banner-content-mobile .banner-counter 
{
 display:block;
 margin-bottom:25px;
}

.purti-realty .banner-sec .banner-content p.b-text {
    margin-bottom: 5px;
}

.menu-top-navigation-container .menu-item a img {
    height: 18px;
    width: auto;
    max-width: 100%;
}

.mobile-view-invest-with-us-tabination-sec{
	display:none;
}

.purti-homes .bottom-nav{position:relative; overflow:hidden;}
.purti-retails .bottom-nav{position:relative; overflow:hidden;}
.find-homes .bottom-nav{position:relative; overflow:hidden;}

/*.purti-homes .bottom-nav::before, .purti-retails .bottom-nav::before, .find-homes .bottom-nav::before{
  content: "";
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--caramel)url(./assets/images/menu.png);
  bottom: 0;
  filter: blur(150px);
  left: 0;
  z-index: 1;
}*/

.purti-homes .bottom-nav::after, .purti-retails .bottom-nav::after, .find-homes .bottom-nav::after{
  content: "";
  position: absolute;
  width: 50%;
  height: 330px;
  background: url(./assets/images/menu.png);
  background-repeat: no-repeat;
  bottom: 0;
  background-position: left;
  left: -150px;
  z-index: 2;
  top: 0;
  opacity: 0.25;
}

.purti-realty .banner-counter{position:relative; text-align: center;}

.purti-realty .banner-counter::after
{
 content: "";
 position: absolute;
 top: 50%;
 right: 0;
 width: 1px;
 height: 90%;
 background: #4B2E25;
 transform: rotate(0deg) translateY(-50%);
 }
 
 .purti-realty .no-after::after{display:none;}
 
 .purti-realty .banner-content-mobile .banner-counter::after{display:none;}
 
 .invest-with-us .comm-para{
 	text-align: justify!important;
 }
 
.find-homes .project-card .re-logo
{
	width:203px;
    height:auto;
}

#auto-popup .modal-close
{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background: transparent;
  border: none;
}

#auto-popup
{
 overflow-y: hidden;
}

#auto-popup .modal-content {
transform:scale(0.69);
}

.menu-top-navigation-container ul li.current-menu-item a
{
 color: var(--caramel);
}

#header ul li.current-menu-item:not(.slide-menu):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--caramel);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -31px;
}

.common-contact-form-sec
{
  background:#f8f9fa;
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 34px;
  z-index: 100;
  padding:17px 25px!important;
  border-radius:10px;
}

.common-contact-form-sec .comm-header {font-size:25px;}

.common-contact-form-sec form input:not(input[type=checkbox],input[type=submit]){
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 10px 15px 10px;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  height: 50px;
  line-height: 15px;
  margin-bottom: 5px;
}

.common-contact-form-sec form textarea{
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 10px 15px 10px;
  font-family: 'Mulish', sans-serif;
  color: #000;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}

.common-contact-form-sec .wpcf7-list-item{
  margin: 0 0 10px 0;
}

.common-contact-form-sec form input:focus, .common-contact-form-sec form textarea:focus
{
  outline: 0;
  border-bottom: 1px solid var(--dark-mahagony)!important;
}

.common-contact-form-sec form .wpcf7-submit
{
  border: 2px solid var(--darkcolor);
  background: var(--darkcolor);
  padding: 10px 41px 10px 41px;
  width: fit-content;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 10px;
  text-transform: capitalize;
  color: var(--white-purti);
  float: right;
}

.common-contact-form-sec .wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-enquiry{
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  padding: 5px;
}

.c-enquiry button
{
  border: 2px solid var(--darkcolor);
  background: var(--darkcolor);
  padding: 15px;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 10px;
  text-transform: capitalize;
  color: var(--white-purti);
}

.common-contact-form-sec i
{
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1.5em;
  color: #5d3d2d;
}

.popupthankyou p {
	text-align:center;
}


.awards-page .awards-sec .awr-bx
{
  padding: 100px 50px;
  
}

.awr-bx h5
{
   font-family: 'Literata', serif;
   font-size: 20px;
   font-weight: 700;
   line-height: 20px;
   color: #4b2e25;
   margin-bottom: 5px;
}

.award-main-text {
  font-family: 'Literata', serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  height: auto;
  text-wrap: balance;
  font-size: 13px;
}

.awards-c-block small
{ 
	text-transform:uppercase;
  font-size: 12px;
  line-height: 17px;
  display: block;
}

.l-leaf {
  width: 20% !important;
  height: auto !important;
  margin: 5px auto !important;
}

#awards .awr-bx
{
  padding:70px 0 20px!important;
}

.yvid
{
  padding:10px;
  border-radius:5px;
  border:1px solid lightgray;
  background:#fff;
}

.vide-thum
{
  height: 200px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}


.vide-thum-play
{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: white;
    line-height: 50px;
    text-align: center;
    background: #c79248;
    border-radius: 100%;
  }
  
  
.video-news-press .tablink-list 
{
  flex-wrap: nowrap;
  margin-top:30px;
}

.video-news-press .tablink-list li{
   padding: 10px 0!important;
}

.awards-c-block
{
  width: fit-content;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

/* #awards .awards-c-block {max-width: 100%;} */

.award-view-all {
  border: 2px solid var(--walnut_brown);
  padding: 10px 25px;
  border-radius: 5px;
  color: var(--walnut_brown) !important;
  width: fit-content;
  display: block;
  float: right;
}

.news-updates-page .modal .modal-close {
  position: absolute;
  right: 0;
  border: none;
  background: #000000;
  z-index: 100;
}

.video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height:0;
  padding-bottom: 30%;
  /* padding-top: 56%; */
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news-updates-page .modal-dialog {
   max-width: 1140px;
}

.news-updates-page .press-image
{
	min-height: 250px;
    height: auto;
}

.has-dropdown{position: relative;}
.has-dropdown .sub-menu
{
  display: block;
  position: absolute;
  left: 0;
  z-index: 100;
  background: #4b2e25;
  width: 150px;
  display:none;
}

.has-dropdown:hover .sub-menu{
  display:block;
}

.has-dropdown .sub-menu li
{
	display: block!important;
    padding:5px 10px;
}

.sd-image
{
  height: 300px;
  object-fit: cover;
}

.extra-padd{
  padding: 20px 0;
}

.extra-padd .link-box .overlay p {
  font-size: 20px;
}

.set_toggle{display:none;}

.set_toggle::before
{
  content: "\276F"!important;
  top: 0% !important;
  transform: none !important;
}

.burger-menu ul li.set_toggle a:hover {
    padding-left: 0px;
}

.burger-menu .sub-menu {
    display: none;
    padding-left: 15px;
    margin-top: 15px;
    background: #171717;
}

.open-ul{
	display: block;
}



.cross-timeline-sec .black-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.cross-timeline-sec .owl-stage-outer {
  padding: 90px 0;
}

.cross-timeline-sec .image-block img
{
  height: 180px;
  object-fit: cover;
}

.cross-timeline-sec .icon-box img {
  display: inline;
  width: 30px;
  height: 30px;
}



/*normal block start*/
.cross-timeline-sec .normal-block {
  top: -80px;
  width: 390px;
}

.cross-timeline-sec .normal-block h5 {
  font-family: 'Literata', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}

.cross-timeline-sec .normal-block span {
  display: block;
  position: absolute;
  font-family: 'Literata', serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  left: 0;
  margin-top: -5px;
}

.cross-timeline-sec .normal-block small {
  display: block;
  position: absolute;
  font-family: 'Literata', serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  right: 55%;
  top: 330px;
}

.cross-timeline-sec .normal-block p {
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  width: 200px;
  right: 70px;
  text-align: left;
}

.cross-timeline-sec .normal-block svg {
  position: relative;
  width: 150px;
  left: 13%;
  top: -15px;
}

.cross-timeline-sec .normal-block .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #55362b;
  text-align: center;
  top: 61%;
  position: absolute;
  left: 42px;
  line-height: 50px;
  z-index: 10;
}

.cross-timeline-sec .normal-block .image-block {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 420px;
  right: 50px;
  z-index: 10;
}

/*normal block end*/




/*inverted block start*/
.cross-timeline-sec .inverted-block {
  top: 80px;
  width: 390px;
}

.cross-timeline-sec .inverted-block h5 {
  font-family: 'Literata', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  top: 540px;
}

.cross-timeline-sec .inverted-block span {
  display: block;
  position: absolute;
  font-family: 'Literata', serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  left: 0;
  bottom: 50px;
}

.cross-timeline-sec .inverted-block small {
  display: block;
  position: absolute;
  font-family: 'Literata', serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  right: 55%;
  top: 210px;
}

.cross-timeline-sec .inverted-block p {
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  width: 200px;
  right: 70px;
  bottom: 50px;
  text-align: left;
}

.cross-timeline-sec .inverted-block svg {
  position: relative;
  width: 150px;
  left: 13%;
  top: -15px;
}

.cross-timeline-sec .inverted-block .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #55362b;
  text-align: center;
  top: 32%;
  position: absolute;
  left: 42px;
  line-height: 50px;
  z-index: 10;
}

.cross-timeline-sec .inverted-block .image-block {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 50px;
  top: -15px;
  z-index: 10;
}

/*inverted block end*/

.top-nav ul.sub-menu li a {
    font-size: 12px;
}


.make-pr-white
{
  background:#fff!important;
}
.make-pr-white::before{
  display: none!important;
}

.make-pr-white p, .make-pr-white small{
  color:#56362a!important;
}


.testimomial-sec #testi-carousel-for-homes .black-play_circle {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  margin-right: 0;
}

.testimomial-sec #testi-carousel-for-homes .owl-stage-outer {
  position: relative;
  /* left: 19.05%; */
}

#vitual-tour-carousel .owl-nav, #builder .owl-nav
{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}

.testimomial-sec #testi-carousel-for-homes .owl-nav, .testimomial-sec #testi-carousel .owl-nav{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 15px auto 20px;
}

.amenities-sec #project_amenities .owl-nav
{
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -85px;
  margin: 0;
}

#ame-list .owl-nav, #home-bann-view .owl-nav, #banner-carousel .owl-nav
{
  display: flex;
  justify-content: space-between;
  top: 50%;
  position: absolute;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
}

.testimomial-sec #testi-carousel-for-homes .owl-prev, #ame-list .owl-prev, .testimomial-sec #testi-carousel .owl-prev, #vitual-tour-carousel .owl-prev, .amenities-sec #project_amenities .owl-prev, #home-bann-view .owl-prev, #banner-carousel .owl-prev, #builder .owl-prev
{ 
  width: 30px;
  height: 30px;
  font-size: 20px!important;
  line-height: 0px;
  color: #828282!important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

.testimomial-sec #testi-carousel-for-homes .owl-next, #ame-list .owl-next, .testimomial-sec #testi-carousel .owl-next, #vitual-tour-carousel .owl-next, .amenities-sec #project_amenities .owl-next, #home-bann-view .owl-next, #banner-carousel .owl-next, #builder .owl-next
{ 
  width: 30px;
  height: 30px;
  font-size: 20px!important;
  line-height: 0px;
  color: #828282!important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

#ame-list .owl-nav .owl-prev, #ame-list .owl-nav .owl-next{
  background: #ffffff!important;
}

#home-bann-view .owl-next, #home-bann-view .owl-prev, #banner-carousel .owl-next, #banner-carousel .owl-prev{
  background: transparent!important;
  color: #ffffff!important;
  font-size: 40px !important;
}

.testimomial-sec img{display: unset;width: unset;}

.testimomial-sec  #testi-carousel-for-homes .owl-prev:hover{opacity: 1;}
.testimomial-sec  #testi-carousel-for-homes .owl-next:hover{opacity: 1;}

.testimomial-sec  #testi-carousel .owl-prev:hover{opacity: 1;}
.testimomial-sec  #testi-carousel .owl-next:hover{opacity: 1;}

#ame-list .owl-prev:hover{opacity: 1;}
#ame-list .owl-next:hover{opacity: 1;}

#vitual-tour-carousel .owl-prev:hover{opacity: 1;}
#vitual-tour-carousel .owl-next:hover{opacity: 1;}

#builder .owl-prev:hover{opacity: 1;}
#builder .owl-next:hover{opacity: 1;}

.view-hero-mobile{
  display: none;
}

#builder img{
  opacity: 0.5;
}

.landing-tec::after{
  content: "";
  position: absolute;
  top:-10px;
  left: -57%;
  width: 56%;
  height: 100%;
  background: #652d2b;
  z-index: 1;
} 

 #testi-carousel-for-homes .owl-stage-outer {
  overflow: visible;
} 







/* .slider .owl-carousel .owl-nav.disabled {
  display: flex!important;
} */

.award-view-block
{
  position: absolute;
  right: 0;
  top: 0;
}

#banner-carousel .owl-dots{
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 5;
  bottom: -20px;
  width: 100%;
}

#banner-carousel .owl-dots .owl-dot
{
  width: 7px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 100%;
  margin: 0 2.5px;
}

#banner-carousel .owl-dots .owl-dot.active
{
  background: #cb9954;
}

.purti-project-page .addidas .enquiry_cust_button
{
  display: block!important;
  width: 100%!important;
  text-align: center;
  border-radius: 10px;
  padding: 10px 19px;
}
.purti-project-page .addidas .enquiry_cust_button:hover{
  color: #ffffff;
}

.counter-row-block
{
  background: #ffffff;
  margin-bottom: 25px;
  padding: 20px 0;
  border-radius: 20px;
  margin-top: -50px;
}

.counter-row-block .banner-counter p 
{
  margin-bottom: 5px;
  text-align: center;
  -webkit-text-stroke: 2px #4B2E25!important;
}

.counter-row-block .banner-counter small 
{
  color: #4B2E25!important;
  font-weight: 800 !important;
}


.diff-awards .a-stars{
  width: 20% !important;
  height: auto !important;
  margin: 5px auto!important;
}

.diff-awards .award-main-text
{
  font-weight: 700!important;
  color:#000000!important;
}

.diff-awards .awr-bx{
  position: relative;
}

.diff-awards .owl-item.center .awr-bx::after
{
  position: absolute;
  content: "";
  right: 0;
  top:0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(188,139,64,1) 50%, rgba(255,255,255,0.4962359943977591) 100%);
}

.diff-awards .owl-item.center .awr-bx::before
{
  position: absolute;
  content: "";
  left: 0;
  top:0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(188,139,64,1) 50%, rgba(255,255,255,0.4962359943977591) 100%);
}

.diff-awards #awards .awr-bx {
  padding: 20px 0 20px !important;
}

.diff-awards #awards .owl-nav {
  justify-content: center!important;
}

.diff-awards #awards {
  margin-bottom: 0px;
}

.purti-realty .link-with-image-sec
{
  background: url(./assets/images/PurtiRealtyBackground.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 0 270px 0;
}

.purti-realty .link-with-image-sec::before
{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/images/Pattern.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.purti-realty .link-with-image-sec .glow-category-bg
{
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.purti-homes .slider
{
  background: url(./assets/images/PurtiHomesBackgroud.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-top: 5px;
  width: 100%;
}

.lb-number
{
  display: none!important;
}


.purti-realty .banner-sec .banner-content .banner-counter p{
	text-shadow: 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25, 0px 0px 2px #4B2E25;
    
    color:#fff;
} 

.purti-realty .counter-row-block .banner-counter p{
-webkit-text-stroke: 0px #4B2E25 !important;
}


.project-floor-plan .pf-btn-flex button, .specification-sec .pf-btn-flex button, .construction-sec .pf-btn-flex button
{
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 5px 19px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  width: 100%;
}

.project-floor-plan .pf-btn-flex button.active{
  background: transparent;
  color:#ffffff;
}

.project-floor-plan .pf-btn-flex button:hover{
  background: transparent;
  color:#ffffff;
}

.project-floor-plan .pf-btn-flex-content
{
  display: none;
}

.project-floor-plan .pf-btn-flex-content.active
{
  display: block;
}

.specification-sec ul 
{
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.specification-sec ul li {
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}


.specification-sec .pf-btn-flex-content, .construction-sec .pf-btn-flex-content
{
  display: none;
}

.specification-sec .pf-btn-flex-content.active, .construction-sec .pf-btn-flex-content.active
{
  display: block;
}

.purti-homes .testimomial-sec .name-link, .purti-project-page .testimomial-sec .name-link{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*.ph-bann img{
  height:400px;
  object-fit:cover;
}*/

.construction-upd .owl-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 0 0;
}

.construction-upd .owl-next
{
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #828282 !important;
  background: #E0E0E0!important;
  border-radius: 100%;
  margin: 0 5px;
}

.construction-upd .owl-prev{
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #828282 !important;
  background: #E0E0E0!important;
  border-radius: 100%;
  margin: 0 5px;
}

.purti-project-page #banner-carousel
{
  transform: scale(1.01);
}

.purti-project-page .banner-counter p span.counter {
  font-family: 'Literata', serif!important;
}

.purti-project-page .proj-broc-flo-link{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.purti-project-page .testimomial-sec #testi-carousel {
  margin: 10px 0;
}

.purti-realty .banner-counter p span.counter {
    font-family: 'Mulish', sans-serif;
}

.cl_br{display: none;}


.testi_mobile{
  display: none;
}

.awards-page .awards-sec .awr-bx
{
  padding: 40px 0px;
}

.psuedoclass::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(188, 139, 64, 1) 50%, rgba(255, 255, 255, 0.4962359943977591) 100%);
}

.psuedoclass::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(188, 139, 64, 1) 50%, rgba(255, 255, 255, 0.4962359943977591) 100%);
}

.page-template-contact footer{
  margin-top: -10px;
}

.contact_time_container .wpcf7-select {
  display: block !important;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 10px 15px 0;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 15px;
}

.contact_time_container span[data-name="time-slot"] {
  width: 60%
}

.contact_time_container label {
  font-size: 19px;
  font-weight: 700;
  width: 39%;
}

.contact_time_container p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_time_container {
  padding-top: 15px;
}


@media screen and (max-width: 768px) {
  .contact_time_container p {
    flex-direction: column!important;
  }

  .contact_time_container span[data-name="time-slot"] {
    width: 100%!important;
  }
  
  .contact_time_container label {
    width: 100%!important;
  }
}


.purti-retails .text-and-counter .text-and-counter-box .banner-counter small {
  font-size: 12px;
  line-height: 13px;
}

.purti-homes .text-and-counter .text-and-counter-box .banner-counter small {
  font-size: 12px;
  line-height: 13px;
}

/*21-10-2024*/
.my-number {
  position: fixed;
  bottom: 15px;
  right: 20px;
  background: var(--walnut_brown);
  width: 50px;
  height: 50px;
  color: #ffffff!important;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 1.8em;
  z-index: 9990;
  line-height: 50px;
}

#for-mobli{
  display: none;
}


#show-phone-no .modal-header {
  background: var(--dark-walnut);
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  justify-content: center;
  padding: 10px 1rem;
  border-bottom:none;
}

#show-phone-no .modal-close {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

#show-phone-no .modal-dialog {
  width: 50%;
  max-width: 600px;
}

#show-phone-no .modal-body p{
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
}


/*05-11-2024*/
.my-numbrill{
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: var(--walnut_brown);
  width: 50px;
  height: 50px;
  color: #B5F373!important;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 1.8em;
  z-index: 9990;
  line-height: 50px;
}


/*nri page*/
.psuedoclass::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(188, 139, 64, 1) 50%, rgba(255, 255, 255, 0.4962359943977591) 100%);
}

.psuedoclass::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(188, 139, 64, 1) 50%, rgba(255, 255, 255, 0.4962359943977591) 100%);
}

.csr-comm-sec .csr-h2 {
  font-size: 20px;
  text-align: center;
  margin: 13px 0;
  color: #c79248;
  min-height: 30px;
}

.csr-comm-sec .comm-para {
  font-size: 15px;
}

.csr-comm-sec .csr-com-item {
  background: #fbf9f9;
  padding: 15px;
  height: 550px;
  overflow: hidden;
}

.inc {
  height: auto !important;
  overflow: auto;
}

#csr-community .owl-nav,
#luke .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}

#csr-community .owl-prev,
#luke .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #828282 !important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

#csr-community .owl-next,
#luke .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #828282 !important;
  background: #E0E0E0;
  border-radius: 100%;
  margin: 0 5px;
}

.community-logo-sec h5 {
  font-size: 18px;
  color: #c79248;
}

.csr-comm-sec .csr-com-item .ov-lay {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 1) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.ov {
  background: transparent !important;
  position: relative !important;
}

.ov button {
  position: unset !important;
}


.csr-comm-sec .csr-com-item .ov-lay button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid var(--dark-walnut);
  background: var(--dark-walnut);
  padding: 5px 15px;
  width: fit-content;
  display: block;
  margin: 20px auto;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--white-purti);
}

.purti-community p {
  color: #000000;
  font-weight: 500;
}

.enp {
  background: #FBF8F1;
}

.purti-community .comm-header {
  color: #44281D;
}

.purti-community .community-logo-sec .comm-header:not(.pir) {
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.wly-mac::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -57%;
  width: 56%;
  background: #fff;
  height: 100%;
  z-index: 1;
}

#csr-community .owl-stage-outer {
  overflow: visible;
}

.purti-nri .slider {
  background: url(./assets/images/PurtiHomesBackgroud.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-top: 5px;
  width: 100%;
}

#rtop-yu img {
  display: unset;
  width: unset;
}

#rtop-yu .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 5;
  bottom: -20px;
  width: 100%;
}

#rtop-yu .owl-dots .owl-dot.active {
  background: #cb9954;
}

#rtop-yu .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 100%;
  margin: 0 2.5px;
}

.purti-nri .testimomial-sec {
  background: var(--mahagony);
}

.purti-nri .name-link {
  position: absolute;
  right: 0;
  bottom: 0;

}

.faq-section {
  padding: 20px;
}


.faq-section .accordion-header {
  border-top: 1px solid #808080 !important;
  border-bottom: 1px solid #808080 !important;
}

.faq-section .accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.faq-section .accordion-button {
  font-weight: 700 !important;
  padding-left: 0;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}


.accordion-button::after {
  top: 0px;
  transition: all 0.5s;
  color: #C79347;
  content: "+";
  font-size: 40px;
  position: absolute;
  right: 13px;
  background-image: none;
  transition: all 0.5s;
}



.accordion-button:not(.collapsed)::after {
  top: 0px;
  transition: all 0.5s;
  color: #C79347;
  content: "-";
  font-size: 40px;
  position: absolute;
  right: 13px;
  background-image: none;
  transform: none;
}

.accordion-button::after {
  transition: all 0.5s;
}

.biggy-text {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}


.form-container {
  width: 100%;
  padding: 20px;
}

.header {
  background-color: #633727;
  color: white;
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header svg {
  margin-right: 8px;
}

.form-group {
  margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #000 !important;
  background: transparent;
  border: none
}

.fromil input::placeholder {
  font-size: 14px;
  color: #000;
}

.mobile-group {
  display: flex;
  gap: 10px;
}

.country-code {
  width: 70px;
}

.checkbox {
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}

.checkbox input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.checkbox a {
  color: #633727;
  text-decoration: none;
}

.submit-btn {
  background-color: #633727;
  color: white;
  padding: 10px 25px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  width: fit-content;
  cursor: pointer;
  display: block;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #4e2a1e;
}

.contact-info {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.phone-number {
  color: #d0a866;
  font-weight: bold;
  font-size: 25px;
}

.h-full {
  height: 500px;
  object-fit: cover;
}

.checkbox label {
  font-size: 15px;
  font-weight: 400;
  line-height: 18.8px;
  color: #1E1E1E;
}

.mobi-slider {
  display: none;
  padding: 40px 0 40px 0;
  background: url(Background-mob.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}


.country-code {
  padding: 0;
}


.purti-nri .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  width: 90%;
  max-width: 1200px;
}

.purti-nri .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px !important;
  color: #828282 !important;
  background: #E0E0E0 !important;
  border-radius: 100%;
  margin: 0 5px;
}

.purti-nri .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px !important;
  color: #828282 !important;
  background: #E0E0E0 !important;
  border-radius: 100%;
  margin: 0 5px;
}

.difi-font {
  font-family: 'Literata', serif;
  text-align: justify;
  font-size: 18px;
  line-height: 23px;
  hyphens: auto;
}

.in-mobli-screen {
  display: none;
}

@media screen and (max-width: 991px) {
  .in-big-screen {
    display: none;
  }

  .in-mobli-screen {
    display: block;
  }
  
  .form-container, .lopio {
    height: auto;
  }
}

.purti-nri .owl-carousel .play-btn {
  width: 20px !important;
  height: 20px !important;
}

.purti-nri .accordion-body p {
  hyphens: auto;
}

.purti-nri .accordion-body {
  padding-left: 0;
}

.fromil .form-group input {
  padding-left: 0;
}

.fromil .form-group select {
  padding-left: 0;
}


#testilos .owl-stage-outer {
  overflow: visible;
}

#testilos .black-play_circle {
  width: unset;
  position: absolute;
  right: 0;
  bottom: 0;
}

.purti-nri .landing-tec::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -57%;
  width: 56%;
  height: 111%;
  background: #743431;
  z-index: 1;
}

.not-in-dekt {
  display: none;
}

@media only screen and (max-width:991px) {
  .not-in-mubli {
    display: none;
  }

  .not-in-dekt {
    display: block;
  }
}


.purti-nri .testimomial-sec::before {
  content: "";
  position: absolute;
  bottom: 150px;
  width: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  height: 30%;
  border-radius: 100%;
  background: var(--caramel);
  filter: blur(100px);
}

/*----------*/
.banner-sec .banner-content p.b-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
  text-align: justify;
  letter-spacing: 0;
}

.banner-sec .banner-content .banner-counter small {
  font-size: 16px !important;
  top: 0 !important;
}

.comm-header-para {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}


@media screen and (max-width: 1370px) {
.h-full {
    height: 470px;
    object-fit: cover;
}
}

@media screen and (max-width: 991px) {
  .det-ibrespi {
    margin: 25px 0;
  }

  .slider {
    display: none;
  }
  
  .single-projects .slider {
    display: block;
  }
  
  .purti-homes .slider {
    display: block!important;
  }

  .mobi-slider {
    display: block;
  }

  .purti-nri .name-link {
    position: unset;
    right: unset;
    bottom: unset;
  }

  .purti-nri .name-link p,
  .purti-nri .name-link a {
    text-align: left;
  }

  .accordion-item .accordion-button {
    text-align: justify;
    hyphens: auto;
    padding-right: 50px;
  }

  .purti-nri .testimomial-sec .name-link {
    text-align: left !important;
  }

  .h-full {
    height: auto;
  }

  .community-logo-sec .reverse {
    flex-direction: column-reverse;
  }

  .community-logo-sec img {
    margin: 25px 0 15px 0;
  }
  
  .checkbox label {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.8px;
    text-align: justify;
    hyphens: auto;
   }
   
   .enp h2{
     font-size: 19px;
   }
   
   .det-ibrespi h2{
     line-height: 24px;
   }
}




.det-ibrespi {
  padding-right: 550px;
}

.lopio{
  background: url(./assets/images/com/bg-form.jpg);
  padding: 0;
  position: absolute;
  width: 500px;
  right: 14px;
  top: 0;
  height: 100%;
  background: #f5f2e3;
}

@media screen and (max-width: 1440px) 
{
  .lopio{
    width:400px;
  }
  
  .det-ibrespi {
    padding-right: 450px;
   }
}

@media screen and (max-width: 1199px) 
{
  .lopio{
    position: unset;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
    background: white;
  }

  .lopio .form-container{
    background: #F5F2E3;
  }

  .det-ibrespi {
    padding-right: calc(var(--bs-gutter-x)* .5);
    margin: 25px 0;
  }
}

.fromil .country-select{
  width:100%;
}

.fromil .mobile-group {
  display:block;
}

.fromil .wpcf7-list-item{
 margin: 0 0 0 0;
}




/*19-02-2025*/
.set-flexi p{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.set-flexi select{
  display: block!important;
}
.set-flexi p input{
  width: 100%;
}

.set-flexi p .wpcf7-form-control-wrap:first-child{
  width: 18%;
  display: block;
}

.set-flexi p .wpcf7-form-control-wrap:last-child{
  width: 80%;
  display: block;
}

.plont{
 margin:10px 0;
 position:relative;
}

.plont input[type="checkbox"]{
	width: 25px;
    height: 26px;
    left: -3px;
}

.plont::before{
  content:"*";
  position:absolute;
  font-size: 32px;
  color: red;
  top: -5px;
  left: 40px;
}

.plont label{
   padding-left: 30px;
}


/*19-06-2025*/
.reason-buy-sec{
 background: #ffffff!important;
}

.reason-buy-sec .comm-header-para {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}

.reason-buy-sec .bordela{
  border: 2px solid var(--walnut_brown);
  padding: 10px 25px;
  border-radius: 5px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-weight: 700;
}

.reason-buy-sec .lister .row:not(:last-child){
  margin-bottom: 65px;
}

.reason-buy-sec .no-bordela{
  border: 2px solid var(--walnut_brown);
  padding: 10px 25px;
  border-radius: 5px;
  width: fit-content;
  display: block;
  color: var(--walnut_brown);
  font-weight: 700;
}
.reason-buy-sec .no-bordela:hover{
  background: var(--walnut_brown);
  color:#ffffff;
}

.is-fill{
  background:var(--walnut_brown);
  color: #ffffff!important;
}
.is-fill:hover{
  background: transparent;
  color: var(--walnut_brown)!important;
}

.reason-buy-sec .colema-reversid{
  flex-direction: row-reverse;
}

#lead-form .modal-header {
  font-family: Mulish, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: rgb(255, 255, 255);
  justify-content: center;
  background: var(--dark-walnut);
}

#lead-form .modal-close {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

#lead-form .manual-lead-form .contact-form-info-sec {
  border: none;
}

.lister .col-lg-5{padding-left: 30px;}

.lister img{
  border-radius: 25px;
  overflow: hidden;
}

.project-navigation-sec.sticky-menu{
  box-shadow: 10px 0 10px 1px #cecece;
}

@media only screen and (max-width:768px){
  .w-50{
    width: 100%!important;
  }

  .reason-buy-sec{
    display: block!important;
  }

  .reason-buy-sec .bordela, .reason-buy-sec .no-bordela{
    width: 100%!important;
    text-align: center;
  }

  .lister img{
    margin-bottom: 20px;
  }

  .lister .col-lg-5{padding-left: calc(var(--bs-gutter-x) * .5);}

  .lister .comm-header{
    font-size: 30px;
    line-height: 35px;
  }

  .reason-buy-sec .comm-header-para {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .mt-5 {margin: 25px 0!important;}
  .pt-4 {padding: 0!important;}

  .reason-buy-sec .lister .row:not(:last-child) {
    margin-bottom: 35px;
  }
}