@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/gotham/Gotham-Book.woff2') format('woff2');
	src: url('../fonts/gotham/Gotham-Book.woff') format('woff');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Gotham Book";
}
.title-font {
	font-family: "Gotham Book";
	font-size: 45px;
	color: rgba(56, 128, 62, 1);
	font-weight: 500;
}
.title-font-2{color: rgba(68, 68, 68, 1);font-size: 40px;font-weight: 300;}
.title-font span{color: rgba(197, 168, 69, 1);}

.mobile-title{
	display: none;
}
.desktop-title{
	display: block;
}
.row-0{
	margin-left: 0;
	margin-right: 0;
}
.col-0{
	padding-left: 0;
    padding-right: 0;
}
.flex-col{
	 display: flex;
	 justify-content: center;
	 align-items: center;
}

form label.error {
	width: 100% !important;
	padding: 10px 0;
	color: red;
	clear: both;
	margin: 0;
	display: none;
	font-weight: normal;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #9c9c9c;
}

::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #9c9c9c;
}

:-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #9c9c9c;
}

:-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #9c9c9c;
}

/* sticky form code */
.stickyForm {
	position: fixed;
	top: 30%;
	width: 310px;
	right: -310px;
	text-align: center;
	padding: 17px;
	background: rgba(84, 84, 84, 0.81);
	border-radius: 11px 0px 0 11px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 2;
}

.stickyForm.active {
	right: 0px;
}

.stickyForm .btn {
	background: rgba(56, 128, 62, 1);
	padding: 10px 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -97px;
	color: #fff;
	height: 40px;
	border-radius: 7px 7px 0 0;
	font-size: 15px;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	border: 0;
	perspective: 100px;
	outline: 0 !important;
}

input#phone {
	/* padding-left: 50px !important; */
}

/* body .stickyForm * {
	color: #fff;
} */

body .stickyForm label {
	width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm input[type="tel"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
	width: 100% !important;
	border: 0;
	height: 35px;
	background: transparent;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
	color: white;
	padding: 10px;
}

.stickyForm [type="submit"] {
	background: #545454d9;
	color: white;
	border: 0;
	padding: 10px 25px;
	border-radius: 2px;
	border: 1px solid #616161;
}

body .stickyForm ._checkbox {
	margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
	text-align: left;
	margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
	width: 50% !important;
	float: left;
	padding-right: 5px;
}

body .stickyForm ._checkbox span {
	padding-left: 4px;
	font-size: 13px;
	float: left;
}

.stickyForm {
	background: rgba(35, 35, 35, 0.77);
}


.stickyForm ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm ::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm :-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #ccc;
}

body .stickyForm select {
	width: 100%;
	color: #fff;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #fff;
	height: 40px;
}

body .stickyForm .btn-group {
	margin-top: 20px;
}

body .stickyForm .error {
	margin-bottom: 0 !important;
}

body .stickyForm label.error {
	padding: 7px 0;
}

body .stickyForm [type="submit"] {
	background: rgba(56, 128, 62, 1) !important;
	color: #fff;
	height: 40px !important;
	padding: 0px 30px !important;
	/* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

/* end of sticky form code */

.form-section form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.stickyForm .loading {
	top: -29px;
}


header {
	position: fixed;
	top: 20px;
	z-index: 9;
	width: 80%;
	background-color: rgba(238, 255, 239, 0.35);
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 25px 30px;
	backdrop-filter: blur(10px);
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 15px;
	border: 1px solid rgb(238 255 239 / 1%);
	transition: all .2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backdrop-filter: blur(10px); /* For Safari */
}
.menu_lists{
	display: none;
}
.navbar-menu ul {
	display: flex;
	gap: 30px;
	padding: 0px 10px;
	margin: 0px 10px;
}

.navbar-menu ul li {
	list-style: none;
	font-size: 13px;
}

.navbar-menu ul li a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
.navbar-menu ul li a:hover {
    border-bottom: 2px solid black;
}


header.fixed-header {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	border-radius: 0;
	border: none;
}

ul.sub-menu li a{
	padding: 10px 30px;
	display: block;
}
ul.sub-menu li:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.menu_btn.btn11 {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.primus-sangam-logo img{
	width: 170px;
}

.homepage {
	width: 100%;
	margin: auto;
}

.homepage-banner {
	position: relative;
	overflow: hidden;
}
.homepage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, 
    rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0)
);
}

.banner-title h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.homepage-title {
	color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    right: 0;
    bottom: 60px;
    top: 0;
}
.rera{
	position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 1;
}
.rera p{
	font-size: 10px;
	color: white;
}
.section-gap {
	padding: 50px 0 0;
}


.input-box input {
	border: none;
	border: 1px solid #dedede;
	padding: 20px;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 10px;
}

.input-box,
.contact-btn {
	width: 100%;
	margin-bottom: 10px;
}

.contact-btn button {
	border: 1px solid rgba(56, 128, 62, 1);
    color: white;
    background-color: rgba(56, 128, 62, 1);
    margin: 10px 0;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 20px;
}

.contact-form {
	width: 100%;
	margin: auto;
	padding: 20px 0;
}

.contact-form input::placeholder {
	color: black;
	font-size: 14px;
}

h3.contact-us-title {
	margin-left: 70px;
	margin-top: 0px;
	padding-left: 60px;
}

.contact-info a{
	color: white;
	text-decoration: none;
}

.logo-wrapper p {
	margin-left: 40px;
}
.address-logo {
	margin-right: 20px;
}

.contact-info {
	width: 100%;
}

.contact {
	padding: 30px 0;
}
.logo-wrapper span {
	position: absolute;
	top: 30px;
	left: 5px;
}

.logo-wrapper {
	position: relative;
}
.faq-accordion h2 button {
	font-size: 14px;
    color: black !important;
    background: transparent;
    font-weight: 600;
    padding: 20px;
    border: none;
}
.faq-accordion .accordion-body {
    padding: 10px 40px 20px;
    font-size: 14px;
}
.faq-accordion .accordion-item {
    border: none;
}
div#accordionFlushExample-3 {
    padding: 20px 0;
}

.faq-accordion h2 {
	margin-top: 0px;
	background: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 10px;
}



.comingsoon-img img{
    width: 100%;
}
.comingsoon-content h4 {
    color: black;
    font-size: 40px;
    font-weight: 300;
    margin-top: 40px;
}
.comingsoon-content {
    display: flex
;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
}
.comingsoon-content img {
    width: 100px;
}
.aboutus-img img {width: 100%;}
.aboutus-content p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.aboutus-wrapper h3{
    margin-bottom: 20px;
}
section#aboutus {
    background: url(../images/Vector-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 70px 0 11px;
    background-position: top;
}
section#primus-diff {
	background: url(../images/Vector-2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 70px 0 50px;
	background-position: top;
}
.amenities-wrapper {
    padding: 0px 0 0px;
}
.amenities-slider .owl-stage {
	padding-left: 0 !important;
}
.amenities-slider {
    padding: 20px 0;
    width: 92%;
    margin-left: auto;
}
.amenities-img-wrapper img {
    width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.diff-img img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}
.p-b-30{
    margin-bottom: 30px;
}
.h-100 img{
	object-fit: cover;
}
.h-100{
	height: 100%;
}
.primus-diff-wrapper {
    padding: 40px 0;
}

.diff-img{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.diff-img::after{
	content: "";
	background-color: #396333;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	border-radius: 6px;
	transition: all ease-out 0.8s
}
.diff-img:hover::after{
opacity: 0.7;
transition: all ease-out 0.8s;

}
.diff-content {
    position: absolute;
    color: white;
    bottom: -100px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    transition: all ease-out 0.8s;
    opacity: 0;
	visibility: hidden;
}
.diff-img:hover .diff-content{
	bottom: 0px;
	color: white;
	top: 0;
	opacity: 1;
	z-index: 2;
	transition: all ease-out 0.8s;
	visibility: visible;
	justify-content: center;
}
.location-img {
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.location-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #ACA6A6;
	background-color: transparent;
}

.location-accordion .accordion-body {
	padding-top: 0;
	padding-bottom: 0;
}

.location-accordion table tr,

.location-accordion table td {
	border: none;
	color: black;
	font-size: 14px;
}

.location-accordion .table>tbody>tr>td {
	border: none;
	padding: 4px;
}

.location-accordion h2 .accordion-btn {
	background-color: transparent;
	font-size: 14px;
	color: black !important;
	font-weight: 700;
}

.location-accordion .accordion-btn:not(.collapsed) {

	background-color: transparent;
	box-shadow: none;
	color: #000;
}
.location-accordion .accordion-header {
    margin: 7px 0 0;
}
.location-accordion .accordion-button:focus{
	outline: none;
	box-shadow: none;
}
.location-wrapper h3{
    padding-bottom: 30px;
}
.location-wrapper {
    padding: 0 0 30px;
    width: 90%;
    margin: auto;
}
.location-img img {
    width: 100%;
}
.vector-3{
	background: url(../images/Vector-3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 70px 0 30px;
	background-position: top;
}

.project-tab, .pichart-tab {
	margin: 40px auto 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 70%;
}

.project-tab button ,.pichart-tab button {
	padding: 10px 30PX;
	background-color: rgba(214, 242, 216, 1);
	color: #293D31;
	border: 1px solid rgba(214, 242, 216, 1);
	border-radius: 20px;
	width: 250px;
	font-size: 18px;
}

.project-tab button.active ,.pichart-tab button.active{border: 1px solid rgba(56, 128, 62, 1);}

.project-wrapper .projects ,.pichart-wrapper .picharts{
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.project-wrapper .projects.active,.pichart-wrapper .picharts.active {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.sanagamaPichart-content-slider .owl-nav {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    gap: 25px;
    position: absolute;
    bottom: 17%;
    left: 17%;
	z-index: 2;
}
.sanagamaPichart-content p {
    font-size: 20px;
    line-height: 40px;
    color: rgba(37, 37, 37, 0.8);
}
.sanagamaPichart-content-slider .owl-nav img {
    width: 12px;
}
.sangamapichart rect,.sangama-pichart-btn {
    cursor: pointer;
}
.plan-img img {
    max-width: 100%;
    width: 100% !important;
    height: 100%;
}
.contactus-img img {
    width: 100%;
}
.contactpage h3 {
    font-size: 30px;
    margin-top: 0;
}
.contact-wrapper {
    width: 90%;
    margin: auto;
}
.contactus-right-side {
    width: 90%;
    margin-left: auto;
}
.contact-method {
	display: flex;
	align-items: center;
	gap: 15px;
}
.contact-method input {
	accent-color: rgba(56, 128, 62, 1); /* Changes radio button color */
	width: 17px;
	height: 17px;
	transform: scale(1);
}
.contact-method label {
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	font-weight: 500;
}
@supports (-webkit-touch-callout: none) { 
	.contact-method input {
		transform: scale(0.5);
	}
	.input-box p{
		font-size: 14px;
		text-align: left;
	}
} 



.input-box p{
    font-size: 14px;
    text-align: left;
}
.desktop-section{
	display: block;
}
.mobile-section{
	display: none;
}
.sangama-three-container {
	position: relative;
	width: 1000px;
	height: 400px;
	/* overflow: hidden; */
	margin-bottom: -10px;
}
.sangama-three-card {
	position: absolute;
	width: 300px;
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: transform .9s ease-in-out, opacity 0.5s ease-in-out;
	transform: translate(-40px, 400px) rotate(-70deg);
	opacity: 0;
}
.sangama-three-card.active { display: block; opacity: 1; }
.sangama-three-card.center {transform: translate(380px, 60px);z-index: 2;}
.sangama-three-card.left {transform: translate(10px, 170px) rotate(-32deg);opacity: 1;z-index: 1;}
.sangama-three-card.right {transform: translate(750px, 170px) rotate(32deg);opacity: 1;z-index: 1;}
.sangama-three-card.exit {transform: translate(720px, 520px) rotate(60deg); opacity: 0;}

.sangama-pichart-1.active {
    stroke-dasharray: 84.8% 58.6%;
    stroke-dashoffset: 100%;
}
.sangama-pichart-2.active {
	stroke-dasharray: 94% 63%;
    stroke-dashoffset: 106%;
}
.sangama-pichart-3.active {
    stroke-dasharray: 100% 57.5%;
    stroke-dashoffset: 100%;
}
.sangama-pichart-btn{
	transition: stroke-dashoffset 0.5s ease-in-out;
}
.sangama-pichart-btn.active{
	stroke: rgba(64, 118, 69, 1);
	stroke-opacity: 0.9;
    stroke-width: 6px;
    stroke-linecap: round;
	transition: stroke-dashoffset 0.5s ease-in-out;
}
.sangamapichart svg {
    width: 90%;
	height: 100%;
}
.sangamapichart {
    text-align: center;
	position: relative;
}
.sangamapichart p.active {
    font-weight: 1000;
}
.sangamapichart p {
    font-size: 24px;
    color: black;
	position: absolute;
}
.sangamapichart p.title-1 {
    top: 0;
	right: 0;
}
.sangamapichart p.title-2 {
    left: 0;
    bottom: -20;
    right: 0;
    text-align: center;
}
.sangamapichart p.title-3 {
	left: 0;
	top: 0;
}
	
.sanagamaPichart-content {
    width: 100%;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
	padding: 50px;
	min-height: 320px;
}
.sanagamaPichart-content-slider {
    margin: 20px 0;
	width: 90%;
	position: relative;
}
.sanagamaPichart-content-slider .item {
    padding: 25px;
}
.sanagamaPichart-content-slider::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/tape.png);
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
	background-position: top left;
    left: 0;
    top: 0;
}
.sanagamaPichart-content-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/tape.png);
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
	background-position: bottom right;
    right: 0;
    bottom: 0;
}

.sangama-three-button{
	fill: #C2DDC4;
	cursor: pointer;
}
.sangama-three-button.active{
	fill: #38803E;
}
.sangama-three-button-text path{
	fill: #38803E;
}
.sangama-three-button-text.active path{
	fill: white;
}
.sangama-three-card-text{
	position: absolute;
	bottom: 15px;
	left: 10px;
	padding-right: 10px;
}
.sangama-three-card:before{
	content: '';
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	top: 0;
	border-radius: 10px;
	
}
.sangama-three-card-text h3, .sangama-three-card-text p{
	color: white;
	margin: 0;
	margin-bottom: 5px;

}
.sangama-text {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.sangam-three-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}
.amenities-img-wrapper{
	position: relative;
}
.amenities-img-wrapper p {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background-color: #00000070;
    color: white;
    padding: 10px;
    text-align: center;
}
.plan-img {
    width: 50%;
    margin: auto;
}
.plan-img img{
    width: 100%;
    margin: auto;
}
footer {
	background-color: rgba(56, 128, 62, 1);
	color: white;
}
.quick-links h3{
	display: none;
}
footer a {
    color: white;
    text-decoration: none !important;
}
.quick-links a:hover {
    color: #FDD7A6;
}
.quick-links a:active {
    color: white;
}
.quick-links a {
    color: white;
}
.quick-links{
	text-align: left;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.disclaimer p {
    margin-bottom: 0;
}
.disclaimer{
	padding: 20px 0;
	/* border-top: 1.5px solid rgba(159, 193, 171, 1); */
}
.disclaimer a:hover{
	color: #FDD7A6;
}
.disclaimer a:active{
    color: white;
}
.disclaimer a{
    color: white;
	text-decoration: none;
}
.mobile-footer{
	display: none;
}
.desktop-footer-logo {
}
.mobile-footer-logo{
	display: none;
}
.footer-wrapper {
	width: 100%;
}
.desktop-footer-logo img,
.mobile-footer-logo{
	width: 100px;
}
.follow-us-wrapper {
	margin-top: 30px;
}
.mobile-followus{
	display: none;
}
.follow-us-logo {
	color: white;
	padding-top: 5px;
}
.follow-us-logo ul{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
	padding-left: 0;
}

.social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}
.social-icon a {
    line-height: 12px;
}
.social-icon a:hover {
	text-decoration: none;
	color: white;
}

.contact-popup-form{
	width: 45%;
	z-index:9 !important;
	min-height: auto;

}
.contact-popup-form .input-box input {
    border: 1px solid #dedede ;
	padding: 10px;
}
.contact-popup-form .contact-btn button{
	height: 45px;
}
.contact-popup-form form{
	padding: 30px;
}
ul.footer-link {
    list-style: none;
    text-align: right;
    padding: 0px;
    margin-bottom: 0px;
}

ul.footer-link li {
    display: inline-block;
    margin-right: 18px;
}
.sangama-three-buttons {
    position: relative;
}
.mfp-title{
	display: none;
}
#age-popup-Form {
	width: 30%;
    margin: auto;
    position: relative;
    padding: 40px;
    background: white;
    text-align: center;
}
#age-popup-Form h4 {
    font-size: 26px;
}
#age-popup-Form button.mfp-close {
    display: none;
}
.FAQs-wrapper li {
    margin-bottom: 5px;
}
.FAQs-wrapper ul {
    margin-top: 10px;
}
/* mobile reponsive */
@media only screen and (min-width: 1400px){

.amenities-img-wrapper img {
	min-height: 550px;
	object-fit: cover;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {


	.homepage-title {
        bottom: 70px;
    }
	.title-font{
		line-height: normal;
	}
	.title-font-2{
		line-height: normal;
	}
	header {
        /* padding: 8px 20px; */
        width: 95%;
        margin: auto;
    }
	.navbar-menu ul {
	}
	.homepage-title {
		bottom: 20px;
        justify-content: flex-end;
	}
	.homepage-title h1 {
		margin-top: 0;
	}
	.footer-wrapper {
		width: 70%;
	}
	.quick-links {
        padding: 20px 0;
	}
}
@media only screen and (max-width: 1100px) {
	#age-popup-Form {
		width: 40%;
	}
}
@media only screen and (max-width: 1024px) {

	.navbar-menu {
		display: none;
	}
		/* Hamburgur menu */
		.menu_btn.btn11 {
			visibility: visible;
			opacity: 1;
			display: block;
		}
		.menu_lists{
			display: block;
		}
		.menu_lists {
			position: absolute;
			top: 69px;
			background-color: white;
			color: black !important;
			width: 100%;
			height: 100Vh;
			z-index: 19;
			right: 120%;
			-webkit-transition: .35s ease-in-out;
			-o-transition: .35s ease-in-out;
			transition: .35s ease-in-out;
			opacity: 1;
			border-radius: 25px;
		}
		.menu_lists.active{
			right: 0;
			width: 100%;
		}
	
		.menu_lists li a{
		color: black !important;
		}
		.btn11 {
			position: relative;
			width: 30px;
			height: 40px;
			top: -10px;
			left: 0px;
			transition-duration: .5s;
			margin: auto;
			margin-right: 0;
		}
	
		.btn11 .icon-left {
			transition-duration: .5s;
			position: absolute;
			height: 4px;
			width: 15px;
			top: 30px;
			background-color: rgba(56, 128, 62, 1)
		}
	
		.btn11 .icon-left:before {
			transition-duration: .5s;
			position: absolute;
			width: 15px;
			height: 4px;
			background-color: rgba(56, 128, 62, 1);
			content: "";
			top: -10px
		}
	
		.btn11 .icon-left:after {
			transition-duration: .5s;
			position: absolute;
			width: 15px;
			height: 4px;
			background-color: rgba(56, 128, 62, 1);
			content: "";
			top: 10px
		}
	
		.btn11 .icon-left:hover {
			cursor: pointer
		}
	
		.btn11 .icon-right {
			transition-duration: .5s;
			position: absolute;
			height: 4px;
			width: 15px;
			top: 30px;
			background-color: rgba(56, 128, 62, 1);
			left: 15px
		}
	
		.btn11 .icon-right:before {
			transition-duration: .5s;
			position: absolute;
			width: 15px;
			height: 4px;
			background-color: rgba(56, 128, 62, 1);
			content: "";
			top: -10px
		}
	
		.btn11 .icon-right:after {
			transition-duration: .5s;
			position: absolute;
			width: 15px;
			height: 4px;
			background-color: rgba(56, 128, 62, 1);
			content: "";
			top: 10px
		}
	
		.btn11.open .icon-left {
			transition-duration: .5s;
			background: 0 0
		}
	
		.btn11.open .icon-left:before {
			transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
		}
	
		.btn11.open .icon-left:after {
			transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
		}
	
		.btn11.open .icon-right {
			transition-duration: .5s;
			background: 0 0
		}
	
		.btn11.open .icon-right:before {
			transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
		}
	
		.btn11.open .icon-right:after {
			transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
		}
	
		.btn11:hover {
			cursor: pointer
		}
		header {
			/* opacity: 1; */
			/* background: white; */
			/* backdrop-filter: blur(10px); */
			padding: 15px 25px;
			width: 88%;
			border-radius: 25px;
			}
		.raun-logo {
			padding-left: 35px;
		}
		ul.custom_class {
			padding: 0;
			display: flex;
			flex-direction: column;
			align-items: unset !important;
			padding: 15px 0;
			margin: 0;
			color: black;
			background: white;
		}
		ul.custom_class li a{
			color: black;
		}
	
		.menu_lists li a {
			text-decoration: none;
			color: black;
			display: block;
			margin: 10px 0;
			padding-left: 35px;
			font-size: 16px;
		}
		li .social-icon a{
			padding-left: 0;
		}
		header ul.custom_class{
			border-radius: 30px;
			list-style: none;
		}
		header.fixed-header .menu_lists.active{
			border-radius: 0px;
		}
		header.fixed-header ul.custom_class{
			border-radius: 0px;
		}
.container {
	width: 100%;
}

.contact-popup-form {
    width: 100%;
}

section#aboutus {
    padding: 0 0 10px;
    background-position: top;
}
.aboutus-content p {
    width: 100%;
    font-size: 15px;
}
section#amenities {
    padding: 40px 0 0px;
}
.amenities-slider {
    padding: 20px 0;
    width: 90%;
    margin: auto;
}
.amenities-wrapper h3{
	width: 90%;
	margin: auto;
}
.amenities-wrapper {
    padding: 0px 0 0px;
}
.primus-diff-wrapper {
	padding-top: 0px;
}
.vector-3 {
    padding: 0px 0 0px;

}
.p-b-30 {
    margin-bottom: 15px;
}

.location-wrapper {
    padding: 0px 0;
    width: 100%;
}
.project-content {
	width: 80%;
	margin: auto;
}
.project-content-right {
	margin-top:0px;
}

.footer-wrapper {
	width: 70%;
}
.contact {
	padding-bottom: 0;
}
.contact-form {
    width: 90%;
}
h3.contact-us-title {
     margin-left: 0px;
}

.sangam-three-wrapper {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
	min-height: auto;
}
.desktop-section{
	display: none;
}
.mobile-section{
	display: block;
}
.sangam-content-wrapper{
	position: relative;
}
.sangam-content h4{font-size: 30px;}
.sangam-content p{
	font-size: 20px;
}
.sangam-content{position: absolute;color: white;bottom: 0px;left: 0;right: 0;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;padding: 20px;text-align: left;z-index: 2;}
.sangam-content-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 30px;
}	
.sangam-content-wrapper::after {
		content: "";
		background-color: #0000007a;
		opacity: 0.8;
		width: 100%;
		height: 100%;
		z-index: 1;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border-radius: 25px;
		transition: all ease-out 0.8s;
	}
	.sangam-btn {
		margin: 15px auto 30px;
        display: flex;
        gap: 20px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: static;
        color: black;
        overflow: hidden;
        padding: 10px;
        overflow-x: scroll;
	}
	
	.sangam-btn button {
		padding: 10px 30PX;
		background-color: rgba(214, 242, 216, 1);
		color: #293D31;
		border: 1px solid rgba(214, 242, 216, 1);
		border-radius: 20px;
		font-size: 18px;
		man-width: 300px;
		white-space: nowrap;
		text-align: center;
	}
	
	.sangam-btn button.active {border: 1px solid rgba(56, 128, 62, 1);}
	
	.sangam-slider-wrapper .sangams {
		opacity: 0;
		visibility: hidden;
		height: 0;
	}
	
	.sangam-slider-wrapper .sangams.active {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.contact-wrapper {
		padding-top: 20px;
	}
	.location-wrapper h3 {
		padding-bottom: 10px;
	}
	
}
@media only screen and (max-width: 1023px) {

	/* Rayy Optimization */
	.banner-tags-wrapper{
		position: static;
		width: 90%;
		margin: 10px auto;
	}
	.banner-tags p {
		font-size: 12px;
		line-height: 17px;
	}
	.banner-tags-wrapper{
		flex-wrap: wrap;
	}
	.banner-tags{
		width: 47%;
	}
	.homepage-title{
		/* justify-content: center; */
		align-items: flex-start;
		width: 90%;
		margin: auto;
	}

	
	.form-section label {
		width: 100% !important;
		height: auto !important;
	}

	.form-section label input,
	.form-section label select {
		margin-bottom: 10px;
		height: 40px !important;
	}

	.form-section {
		width: 80%;
		margin: auto;
		float: none;
	}

	.form-section .btn-group {
		float: none;
		margin-top: 5px;
	}

	/* custom codes here */

	.title-font{
		font-size: 35px;
		text-align: center;
		line-height: normal;
	}
	.title-font-2{
		font-size: 35px;
		text-align: left;
		line-height: normal;
	}
	.mobile-title{
		display: block;
		margin: 0;
	}

	.desktop-title-2{
		display: none;
	}
	.mobile-title-2 {
        display: block;
        font-size: 20px;
    }
	.hide-title{
		display: none;	
	}
	.mobile-title-wrapper{
		position: relative;
		display: inline-block;
		text-align: center;
	}

	.section-gap {
		padding: 30px 0;
	}
	.project-detail-wrapper h4 {
		font-size: 15px;
	}
	.contact-page-wrapper {
		margin: 0px 0;
	}
	header {
	}

/* home page */
	.project-content-wrapper {
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
	.project-slider-left .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
    }
	.project-slider-left .owl-prev{
		margin-right: 1px;
	}
	.project-tab, .pichart-tab {
		margin: 20px 0px 30px;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: scroll;
		width: 100%;
		padding: 10px 0;
	}
	.project-tab button, .pichart-tab button {
    white-space: nowrap;
}
	.slider-content {
		padding: 0px;
	}
	/* about us page */
	.project-content {
    	width: 100%;
	}
	.contact-form {
		width: 100%;
		padding: 0;
	}
	.contact {
		padding: 0;
	}

	.contact-us-wrapper {
		display: none;
	}
	.faq-wrapper h3{
		text-align: center;
   		margin-bottom: 30px;
	}

	/* faq page */

	/* footer page */
	.footer-wrapper {
		width: 100%;
	}
	.quick-links h3{
		display: block;
	}
	.quick-links{
		padding-top: 0px;
		text-align: center;
	}
	.desktop-footer-logo {
		display: none;

	}
	.mobile-footer{
		display: block;
	}
	.mobile-footer{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile-footer-logo{
		display: block;
	}
    .mobile-followus {
        display: block;
        margin-top: 30px !important;
    }
	.row-sm-reverse{
		flex-direction: column-reverse;
	}

	.banner-title h1 {
		font-size: 37px;
	}
	.banner-title h4 {
		font-size: 20px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.homepage-title {
        bottom: 80px;
        width: 80%;
        align-items: center;
        justify-content: end;
    }

	.desktop-footer-logo {
		display: block;

    }
	.mobile-footer{
		display: none;
	}
	.desktop-footer-logo {
		margin:  0;
		padding-top: 0px;
	}
	footer {
		padding-top: 30px;
	}
	.quick-links {
        /* padding-top: 0px; */
    }
	.follow-us-wrapper {
		margin-top: 20px;
		padding-top: 20px;
	}
	.quick-links{
		padding: 20px;
	}
	.banner-tags-wrapper {
		bottom: 10px;
		right: 0px;
		gap: 10px;
	}
	.banner-tags {
		gap: 10px;
		padding: 10px 13px;
		font-size: 13px;
	}
	.avatar {
		right: 10px;
		top: 90px;
		width: 22%;
		padding: 15px;
		font-size: 14px;
	}
	.avatar img {
		width: 100px;
	}
	.salon-title {
		width: 80%;
	}
}
@media only screen and (max-width: 996px) {

	.form-section label {
		width: 15% !important;
	}
	.mb-mt-110{
		/* margin-top: 110px; */
	}
	
	.avatar img {
		width: 80px;
	}
	.avatar p {
		margin-top: 4px;
		font-size: 11px;
	}
	.avatar{
		width: 30%;
		top: 86px;
	}
	
}
@media only screen and (max-width: 996px) {	

}
@media only screen and (max-width: 992px) {	
	#age-popup-Form {
		width: 50%;
	}
	.mobile-title{
		display: block;
	}
	.desktop-title{
		display: none;
	}

.comingsoon-content {
    width: 100%;
    margin: auto;
}
.aboutus-wrapper h3 {
	width: 100%;
	padding-top: 70px;
	text-align: center;
}
.aboutus-content{
	width: 100%;
	/* padding-top: 50px; */
}
.contact-right-wrapper {
	display: none;
}
.h-100 {
	height: 100%;
	padding-bottom: 15px;
}
.col-l-0{
	/* padding-left: 0px; */
}
.col-r-0{
    padding-right: 0;
}
.plan-img {
	width: 100%;
	margin: auto;
}
}
@media only screen and (max-width: 768px) {
	#age-popup-Form {
		width: 80%;
	}
    	.homepage-title h1{
        font-size: 27px !important;
        text-align: center;
        line-height: 40px;
		margin-top: 0;
		margin-bottom: 10px;
 }
 .homepage-title {
        align-items: center;
        bottom: 60px;
        justify-content: end;
    }

.sangam-btn {
	margin: 15px auto 30px;
	display: flex;
	gap: 20px;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
	.mb-mt-110{
		/* margin-top: 60px; */
	}
	/* custom codes */
	
	.desktop-footer-logo {
		display: block;
		margin-bottom: 20px;
		}
	.mobile-footer{
		display: none;
	}
	.h-100 img {
		height: 100%;
		min-height: 400px;
	}
	.diff-img .diff-content{
		bottom: 0;
		color: white;
		top: 0;
		opacity: 1;
		z-index: 2;
		transition: all ease-out 0.8s;
		visibility: visible;
		align-items: flex-start;
		justify-content: flex-end;
		padding: 10px;
		text-align: left;
	}
	.diff-img::after {
		background-color: #0000007a;
		opacity: 0.7;
	}
	.location-img {
		padding: 0px 0 20px;
	}
	.primus-sangam-logo img {
		width: 140px;
	}
	section#plans {
		background: url(../images/Vector-3.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
	}
	section#sangama-three {
		background: url(../images/Vector-3.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
	}
	.owl-nav {
		display: none;
	}
	.amenities-slider .owl-stage {
		
	}
	.vector-4{
		background: url(../images/Vector-4.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
	}
	.faq-accordion .accordion-body {
		padding: 10px 10px 20px;
	}
	.faq-accordion h2 button {
		padding: 20px 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 1022px) {

	.banner-title h1 {
        /* font-size: 60px; */
    }
	.banner-title h4 {
        font-size: 17px;
    }
	.contact-form {
        width: 80%;
	}



}
@media only screen and (max-width: 479px) {
	#age-popup-Form {
		width: 90%;
	}
	.homepage-title {
		bottom: 20px;
	}
	.avatar{
		width: 40%;
		padding: 10px;
		top: 6px;
        right: 6px;
	}
	.sangam-three-wrapper h3 {
		padding: 0 20px;
	}
	

	/* .section-gap {
		margin: 0px 0;
	} */
	.nav-previous,.nav-next{
		text-align: center;
	 }
	 .nav-next a{
		margin: 0;
		line-height: 50px;	 }
	.nav-title{
		font-size: 10px;
	}
	header {
    }
	.menu_lists {
        top: 70px;
 }

	.homepage-title h3{
        font-size: 18px;
	}
	.banner-title h1 {
        font-size: 50px;
    }
	.banner-title h4 {
        font-size: 17px;
    }
	h4,h3{
		font-size: 17px;
	}
	.title-font{
		font-size: 33px;
		text-align: left !important;
		line-height: normal;
		margin-bottom: 20px;
	}
	.title-font-2{
		/* font-size: 60px; */
		text-align: left;
		line-height: normal;
		margin-bottom: 20px;
	}
	.mb-mt-110 {
        /* margin-top: 70px; */
    }
	
	.faq-wrapper h3 {
        font-size: 24px;
    }
	.contact-page-wrapper h3{
		font-size: 24px;
	}
	.follow-us-wrapper {
		margin-top: 30px;
	}
	.faq-accordion .faq-content {
		width: 100%;
	}

	.contact-popup-form form {
		padding: 0px 0 0px;
	}
}
@media only screen and (max-width: 370px) {
	.title-font {
        font-size: 23px;
	}
    .sangam-content p {
        font-size: 13px;
    }
	.sangam-content h4 {
        font-size: 25px;
    }
	.sangam-content{
		padding: 10px;
	}
}