Commit 024225ca by Harshit

changes

1 parent d9e0b6d6
...@@ -218,7 +218,7 @@ p { ...@@ -218,7 +218,7 @@ p {
.navbar-default .navbar-nav>li>a { .navbar-default .navbar-nav>li>a {
/* color: #2e6da4; */ /* color: #2e6da4; */
padding: 20px 15px 0 15px; padding: 12px 5px 0 15px;
text-shadow: none; text-shadow: none;
text-transform: uppercase; text-transform: uppercase;
font-family: "Cera Pro Regular"; font-family: "Cera Pro Regular";
...@@ -268,7 +268,7 @@ p { ...@@ -268,7 +268,7 @@ p {
.navbar-brand>img { .navbar-brand>img {
float: left; float: left;
margin-right: 15px; margin-right: 15px;
width: 115px; width: 100px;
margin-top: 3px; margin-top: 3px;
margin-left: 20px; margin-left: 20px;
} }
...@@ -357,7 +357,7 @@ p { ...@@ -357,7 +357,7 @@ p {
.navbar-nav>li>a { .navbar-nav>li>a {
line-height: 40px !important; line-height: 40px !important;
margin-right: 35px; /* margin-right: 35px; */
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
outline: none; outline: none;
...@@ -412,18 +412,18 @@ p { ...@@ -412,18 +412,18 @@ p {
padding: -3px 0px; padding: -3px 0px;
/*top: -60px;*/ /*top: -60px;*/
/*transition: top 0.3s;*/ /*transition: top 0.3s;*/
height: 124px; height: 88px;
} }
.glob-sec { .glob-sec {
width: 100%; width: 100%;
padding: 80px 0px 10px; padding: 50px 0;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.glob-sec { .glob-sec {
width: 100%; width: 100%;
padding: 40px 0px 10px; padding: 50px 0;
} }
} }
...@@ -603,12 +603,22 @@ p { ...@@ -603,12 +603,22 @@ p {
text-align: center; text-align: center;
margin-bottom: 25px; margin-bottom: 25px;
} }
.overview-form h2 {
font-size: 17px !important;
}
} }
.head-center { .head-center {
text-align: center; text-align: center;
} }
.disclaimer {
cursor: pointer;
text-decoration: underline;
}
.sub-head { .sub-head {
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
...@@ -1319,8 +1329,11 @@ hr { ...@@ -1319,8 +1329,11 @@ hr {
/*----------- price model--------------*/ /*----------- price model--------------*/
#price-model input, .selectfields {
#price-model select { display: none;
}
.forms-input {
height: 40px; height: 40px;
border: none; border: none;
width: 100%; width: 100%;
...@@ -1362,18 +1375,7 @@ hr { ...@@ -1362,18 +1375,7 @@ hr {
/*----------- i am model--------------*/ /*----------- i am model--------------*/
#interested input,
#interested select {
height: 40px;
border: none;
width: 100%;
background: #f3f3f3;
letter-spacing: 1px;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
#interested input::placeholder { #interested input::placeholder {
color: #bebebe; color: #bebebe;
...@@ -1409,18 +1411,7 @@ hr { ...@@ -1409,18 +1411,7 @@ hr {
padding: 0px !important; padding: 0px !important;
} }
#broch-form input,
#broch-form select {
height: 40px;
border: none;
width: 100%;
background: #fff;
letter-spacing: 1px;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
#broch-form input::placeholder { #broch-form input::placeholder {
color: #bebebe; color: #bebebe;
...@@ -1460,18 +1451,7 @@ hr { ...@@ -1460,18 +1451,7 @@ hr {
padding: 0px !important; padding: 0px !important;
} }
#plans-form input,
#plans-form select {
height: 40px;
border: none;
width: 100%;
background: #fff;
letter-spacing: 1px;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
#plans-form input::placeholder { #plans-form input::placeholder {
color: #bebebe; color: #bebebe;
...@@ -1636,7 +1616,7 @@ hr { ...@@ -1636,7 +1616,7 @@ hr {
.legends li { .legends li {
list-style: none; list-style: none;
line-height: 1.5; line-height: 1.5;
font-size: 13px; font-size: 18px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
...@@ -1645,10 +1625,106 @@ hr { ...@@ -1645,10 +1625,106 @@ hr {
} }
.legends li { .legends li {
font-size: 12px; font-size: 14px;
} }
}
@media (max-width: 768px) {
.about-item {
width: 100%;
}
}
/* .sub-area {
display: flex;
justify-content: center;
gap: 60px;
text-align: center;
}
.about-img img{
width: 70px;
} */
.sub-area {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-top: 30px;
}
.about-item {
background: #f8f8f8;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
padding: 20px;
width: 300px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
transition: transform 0.3s ease;
} }
.about-item:hover {
transform: translateY(-5px);
}
/* .about-img img {
width: 60px;
height: 60px;
object-fit: contain;
margin-bottom: 15px;
} */
.about-img img {
width: 115px;
height: 115px;
object-fit: contain;
/* border-radius: 50%; */
/* background-color: #fff; */
padding: 25px;
/* border: 2px solid #ddd; */
/* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
/* margin-bottom: 15px; */
}
.about-img{
border: 1px solid;
border-radius: 50%;
background-color: #fff;
}
.about-item h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
margin-top: 17px;
}
#masterplan {
background-color: #cae7bd !important;
}
.about-contain {
/* padding: 40px 0; */
}
/* World */ /* World */
.intl-tel-input .selected-flag { .intl-tel-input .selected-flag {
...@@ -1762,27 +1838,33 @@ hr { ...@@ -1762,27 +1838,33 @@ hr {
} }
.interested { .interested {
position: fixed;
z-index: 9999;
top: 50%;
right: -52px;
background: #224b23 !important; background: #224b23 !important;
border: none; /* margin: 28px; */
letter-spacing: 1px; /* border-radius: 20px; */
transform: rotate(270deg); border: none !important;
font-size: 18px !important; padding: 12px 15px;
font-family: "Cera Pro Regular"; margin: 20px 0;
text-transform: uppercase;
position: fixed;
bottom: 11px;
z-index: 111;
right: 30px;
font-size: 14px;
} }
.btn-download { .btn-download {
background: #224b23 !important; background: #224b23 !important;
/* margin: 28px; */ /* margin: 28px; */
border-radius: 20px; /* border-radius: 20px; */
border: none !important; border: none !important;
padding: 12px 15px; padding: 12px 15px;
margin: 20px 0; margin: 20px 0;
text-transform: uppercase; text-transform: uppercase;
position: fixed;
bottom: 11px;
z-index: 111;
left: 30px;
} }
.rera-para { .rera-para {
...@@ -1839,6 +1921,7 @@ hr { ...@@ -1839,6 +1921,7 @@ hr {
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
z-index: 99; z-index: 99;
display: none;
} }
.f-icon { .f-icon {
...@@ -2495,7 +2578,7 @@ b { ...@@ -2495,7 +2578,7 @@ b {
@media (max-width: 767px) { @media (max-width: 767px) {
.overlay { .overlay {
background: #fff; background: #fff;
padding: 50px 0 0; padding: 0 !important;
height: auto; height: auto;
} }
...@@ -2512,6 +2595,14 @@ b { ...@@ -2512,6 +2595,14 @@ b {
} }
.interested { .interested {
/* display: none; */
transform: rotate(270deg);
right: -40px;
bottom: 31%;
padding: 5px 10px;
}
.call-btn {
display: none; display: none;
} }
...@@ -2521,6 +2612,12 @@ b { ...@@ -2521,6 +2612,12 @@ b {
font-size: 13px; font-size: 13px;
} }
.gallery-tabs {
display: flex;
justify-content: center;
}
.stamp sup { .stamp sup {
color: red; color: red;
font-size: 22px; font-size: 22px;
...@@ -2828,7 +2925,7 @@ b { ...@@ -2828,7 +2925,7 @@ b {
} }
.floor { .floor {
filter: blur(1px); filter: blur(2px);
} }
...@@ -2870,16 +2967,7 @@ b { ...@@ -2870,16 +2967,7 @@ b {
background: url("../images/patch3.webp") no-repeat bottom right; background: url("../images/patch3.webp") no-repeat bottom right;
} }
.owl-nav button.owl-prev { .owl-nav button.owl-prev {}
position: absolute !important;
top: 45%;
left: 5px;
display: block !important;
border: 0px solid #000;
color: #fff;
background: #000;
border-radius: 70px;
}
.owl-theme .owl-nav { .owl-theme .owl-nav {
margin: unset; margin: unset;
...@@ -2887,40 +2975,12 @@ b { ...@@ -2887,40 +2975,12 @@ b {
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next { .owl-carousel .owl-nav button.owl-next {
width: 30px; filter: invert(1);
height: 30px;
margin: 10px 0px;
background: #ecf0f1;
border-radius: 50%;
color: #fff;
outline: none;
cursor: pointer;
position: relative;
z-index: 9999;
background: #000000 !important;
bottom: 0px;
color: #fff !important;
font-size: 5px !important;
border-radius: 71px;
z-index: 999;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav button.owl-next {
position: absolute !important;
top: 45%;
right: 5px;
display: block !important;
/* right: 0px; */
border: 0px solid #000;
color: #fff;
border-radius: 70px;
background: #000;
} }
.owl-nav button.owl-next {}
#carousel-example-generic1 { #carousel-example-generic1 {
width: 500px; width: 500px;
max-width: 100%; max-width: 100%;
...@@ -3543,7 +3603,7 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -3543,7 +3603,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.overview-form h2 { .overview-form h2 {
font-size: 25px; font-size: 22px;
} }
...@@ -3589,7 +3649,7 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -3589,7 +3649,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.navbar-img { .navbar-img {
width: 200px; width: 150px;
margin-left: -134px; margin-left: -134px;
margin-top: 15px; margin-top: 15px;
} }
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
...@@ -51,8 +51,8 @@ jQuery(function ($) { ...@@ -51,8 +51,8 @@ jQuery(function ($) {
"Value must not equal arg." "Value must not equal arg."
); );
if ($("#contact-form").length > 0) { if ($("#contact_form").length > 0) {
$("#contact-form").validate({ $("#contact_form").validate({
rules: { rules: {
fname: { fname: {
required: true, required: true,
...@@ -83,6 +83,40 @@ jQuery(function ($) { ...@@ -83,6 +83,40 @@ jQuery(function ($) {
}); });
} }
if ($("#register-form").length > 0) {
$("#register-form").validate({
rules: {
fname: {
required: true,
maxlength: 100,
},
mobile: {
required: true,
number: true,
minlength: 7,
maxlength: 14,
},
email: {
required: true,
email: true,
},
},
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
});
}
if ($("#price-popup").length > 0) { if ($("#price-popup").length > 0) {
$("#price-popup").validate({ $("#price-popup").validate({
rules: { rules: {
...@@ -100,6 +134,17 @@ jQuery(function ($) { ...@@ -100,6 +134,17 @@ jQuery(function ($) {
required: true, required: true,
}, },
}, },
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
}); });
} }
...@@ -120,6 +165,17 @@ jQuery(function ($) { ...@@ -120,6 +165,17 @@ jQuery(function ($) {
required: true, required: true,
}, },
}, },
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
}); });
} }
...@@ -262,6 +318,17 @@ jQuery(function ($) { ...@@ -262,6 +318,17 @@ jQuery(function ($) {
required: true, required: true,
}, },
}, },
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
}); });
} }
......
...@@ -21,23 +21,25 @@ class PostData ...@@ -21,23 +21,25 @@ class PostData
//$projectname = $_REQUEST['projectname']; //$projectname = $_REQUEST['projectname'];
$source = $_REQUEST['source']; $source = $_REQUEST['source'];
$message = $_REQUEST['message']; $message = $_REQUEST['message'];
$conf = $_REQUEST['select_option_1'];
$site_visit = $_REQUEST['select_option_2'];
//$country_code = $_REQUEST['country_code']; //$country_code = $_REQUEST['country_code'];
$name = $fname . ' ' . $lname; $name = $fname . ' ' . $lname;
$fullmobile = "91" . $mobile; $fullmobile = "91" . $mobile;
// Google Sheet Interation------------------ // Google Sheet Interation------------------
$postFields = "entry.449648499=" . $name; $postFields = "entry.449648499=" . $name;
$postFields .= "&entry.1379833540=" . $email; $postFields .= "&entry.1379833540=" . $email;
$postFields .= "&entry.758332158=" . $fullmobile; $postFields .= "&entry.758332158=" . $fullmobile;
$postFields .= "&entry.1900106466=" . $message; $postFields .= "&entry.1900106466=" . $message;
$postFields .= "&entry.1693361781=" . $source; $postFields .= "&entry.1693361781=" . $source;
$postFields .= '&entry.1830911442=' . urlencode($_COOKIE['cstm_ppc_campaign']); $postFields .= '&entry.1830911442=' . urlencode($_COOKIE['cstm_ppc_campaign']);
$postFields .= '&entry.939490048=' . urlencode($_COOKIE['cstm_ppc_channel']); $postFields .= '&entry.939490048=' . urlencode($_COOKIE['cstm_ppc_channel']);
...@@ -46,6 +48,8 @@ class PostData ...@@ -46,6 +48,8 @@ class PostData
$postFields .= '&entry.2003337495=' . urlencode($_COOKIE['cstm_ppc_device']); $postFields .= '&entry.2003337495=' . urlencode($_COOKIE['cstm_ppc_device']);
$postFields .= '&entry.399907321=' . urlencode($_COOKIE['cstm_ppc_medium']); $postFields .= '&entry.399907321=' . urlencode($_COOKIE['cstm_ppc_medium']);
$postFields .= '&entry.1966964226=' . urlencode($_COOKIE['gclid']); $postFields .= '&entry.1966964226=' . urlencode($_COOKIE['gclid']);
$postFields .= '&entry.599794443=' . $conf;
$postFields .= '&entry.1354448406=' . $site_visit;
$postFields .= '&entry.2132069230=' . $ip; $postFields .= '&entry.2132069230=' . $ip;
$ch3 = curl_init(); $ch3 = curl_init();
...@@ -61,4 +65,4 @@ class PostData ...@@ -61,4 +65,4 @@ class PostData
// do not delete // do not delete
return true; return true;
} }
}
\ No newline at end of file \ No newline at end of file
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!