@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4: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=Kalam:wght@300;400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");.Home_container__CbPXP *{padding:0;margin:0;box-sizing:border-box;font-family:Ubuntu,Arial,Helvetica,sans-serif}.Home_container__CbPXP{width:100vw;overflow-x:hidden;font-size:16px}.Home_container__CbPXP h1{font-size:20px;font-family:Roboto Slab,Arial,Helvetica,sans-serif}.Home_container__CbPXP h2{font-size:42px}.Home_container__CbPXP h2,.Home_container__CbPXP h3{font-weight:400;font-family:Roboto Slab,Arial,Helvetica,sans-serif}.Home_container__CbPXP h3{font-size:35px}.Home_container__CbPXP h4{font-size:24px;font-weight:400;font-family:Roboto Slab,Arial,Helvetica,sans-serif}.Home_container__CbPXP h5{font-size:18px;font-weight:500}.Home_container__CbPXP p{letter-spacing:.1px}@media only screen and (max-width:1100px){.Home_container__CbPXP{font-size:14.4px}.Home_container__CbPXP h1{font-size:19.8px}.Home_container__CbPXP h2{font-size:37.8px}.Home_container__CbPXP h3{font-size:31.5px}.Home_container__CbPXP h4{font-size:21.6px}.Home_container__CbPXP h5{font-size:16.2px}}@media only screen and (max-width:800px){.Home_container__CbPXP{font-size:18px}.Home_container__CbPXP h1{font-size:22px}.Home_container__CbPXP h2{font-size:42px}.Home_container__CbPXP h3{font-size:35px}.Home_container__CbPXP h4{font-size:24px}.Home_container__CbPXP h5{font-size:18px}}@media only screen and (max-width:600px){.Home_container__CbPXP{font-size:12.8px}.Home_container__CbPXP h1{font-size:17.6px}.Home_container__CbPXP h2{font-size:33.6px}.Home_container__CbPXP h3{font-size:28px}.Home_container__CbPXP h4{font-size:19.2px}.Home_container__CbPXP h5{font-size:14.4px}}@media only screen and (min-width:1550px){.Home_container__CbPXP{font-size:19.2px}.Home_container__CbPXP h1{font-size:24px}.Home_container__CbPXP h2{font-size:50.4px}.Home_container__CbPXP h3{font-size:42px}.Home_container__CbPXP h4{font-size:28.8px}.Home_container__CbPXP h5{font-size:21.6px}}@media only screen and (min-width:1700px){.Home_container__CbPXP{font-size:20.8px}.Home_container__CbPXP h1{font-size:26px}.Home_container__CbPXP h2{font-size:54.6px}.Home_container__CbPXP h3{font-size:45.5px}.Home_container__CbPXP h4{font-size:31.2px}.Home_container__CbPXP h5{font-size:23.4px}}.Header_wrapper__bKDx9{height:100vh;width:100%;overflow:hidden;background-image:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.6),rgba(0,0,0,.6),#000);background-size:cover;display:flex;justify-content:center;align-items:center;color:#fff;position:relative}.Header_logo__SxCd7{position:absolute;top:5vh;left:50px;animation:Header_appear__fcV6x 1s backwards;animation-delay:4s}.Header_content__pKUZd{display:flex;flex-direction:column;align-items:center;justify-content:center}.Header_content__pKUZd h2{margin-bottom:10px}.Header_content__pKUZd h2,.Header_content__pKUZd h5{animation:Header_slidefromleft__cItUy 1s backwards;animation-delay:2s}.Header_content__pKUZd h5{margin-bottom:20px}.Header_content__pKUZd a{border:1px solid #fff;padding:10px 30px;color:#000;background-color:#fff;border-radius:5px;text-decoration:none;font-weight:600;transition:all .2s;animation:Header_slidefrombottom__z7bBs 1s backwards;animation-delay:3s}.Header_content__pKUZd a:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 3px 7px #000}@keyframes Header_slidefromleft__cItUy{0%{transform:translateX(-100vw)}90%{transform:translateX(2vw)}to{transform:translateX(0)}}@keyframes Header_slidefrombottom__z7bBs{0%{transform:translateY(100vh)}90%{transform:translateY(-2vh)}to{transform:translateY(0)}}@keyframes Header_appear__fcV6x{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:800px){.Header_wrapper__bKDx9{height:100vh;text-align:center}.Header_logo__SxCd7{left:30px}.Header_box__pNKXE{flex-direction:column;width:23.4%}.Header_content__pKUZd{width:90%}}.Ammenities_container__slyoU{width:100%;height:40vh;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#000;color:#fff}.Ammenities_content__hny_c{width:100%;display:flex;justify-content:space-around;align-items:center;animation:Ammenities_appear__vfTCa 1s backwards;animation-delay:4s;text-align:center}.Ammenities_content__hny_c:first-child{margin-bottom:20px}.Ammenities_box__uGszE{width:20%;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:all .2s;padding:20px 0;border:1px solid #fff;border-radius:10px;box-shadow:0 2px 4px hsla(0,0%,100%,.4)}.Ammenities_box__uGszE:hover{color:#00d9e0;border:1px solid #00d9e0;box-shadow:0 3px 6px #00d9e0}.Ammenities_icon__w_raR{font-size:40px;margin-right:5px}@keyframes Ammenities_appear__vfTCa{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:800px){.Ammenities_container__slyoU{height:600px;text-align:center}.Ammenities_content__hny_c{width:90%;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-row-gap:20px;grid-column-gap:20px}.Ammenities_content__hny_c:first-child{margin-bottom:20px}.Ammenities_box__uGszE{flex-direction:column;width:100%}}@media only screen and (max-width:1100px){.Ammenities_icon__w_raR{font-size:36px}}@media only screen and (min-width:1550px){.Ammenities_icon__w_raR{font-size:48px}}@media only screen and (min-width:1700px){.Ammenities_icon__w_raR{font-size:52px}}.AboutProject_container__R4shZ{width:100%;min-height:100vh}.AboutProject_heading__kaf_j{height:25vh;align-items:center}.AboutProject_content__iThcl,.AboutProject_heading__kaf_j{width:100%;display:flex;justify-content:center;padding-top:5vh}.AboutProject_content__iThcl{min-height:75vh;align-items:flex-start}.AboutProject_left__tI5aS{width:50%;height:100%;display:flex;justify-content:center;align-items:flex-start}.AboutProject_image__LyoVk{position:relative;border-radius:20px;overflow:hidden;width:621px;max-width:80%;height:55vh}.AboutProject_right__WgoC_{width:50%;display:flex;justify-content:flex-start;align-items:flex-start}.AboutProject_details__IBBqk{width:80%}.AboutProject_details__IBBqk p{margin-bottom:20px}.AboutProject_details__IBBqk a{width:100%;display:block;padding:17px 0;text-decoration:none;background-color:#000;color:#fff;border-radius:5px;text-align:center;transition:all .2s}.AboutProject_details__IBBqk a:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 3px 7px #000}.AboutProject_read__t0eZ6{margin-left:10px;cursor:pointer;font-weight:700}@media only screen and (max-width:1100px){.AboutProject_details__IBBqk a{margin-bottom:50px}}@media only screen and (max-width:800px){.AboutProject_container__R4shZ{padding:0 30px;text-align:center}.AboutProject_image__LyoVk{max-width:90%;height:40vh}.AboutProject_content__iThcl{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:0}.AboutProject_left__tI5aS,.AboutProject_right__WgoC_{width:100%;height:auto;justify-content:center;align-items:center;margin-bottom:50px}.AboutProject_details__IBBqk{width:90%}.AboutProject_details__IBBqk p{margin-bottom:30px}}.Gallery_galleryContainer__O7knh{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000}.Gallery_grid__bDd7c{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);width:100%;height:100%}.Gallery_gridItem__42wdM{position:relative;overflow:hidden;transition:all .2s;cursor:pointer;opacity:.9}.Gallery_gridItem__42wdM:hover{opacity:1}.Gallery_gridItem__42wdM:hover img{transform:scale(1.05)}@media only screen and (max-width:800px){.Gallery_galleryContainer__O7knh{height:150vh}.Gallery_grid__bDd7c{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@media only screen and (max-width:600px){.Gallery_galleryContainer__O7knh{height:300vh}.Gallery_grid__bDd7c{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr)}}.Form_container__IaD3Z{height:100vh;width:100vw;background-image:linear-gradient(180deg,#000,rgba(0,0,0,.8),rgba(0,0,0,.8),rgba(0,0,0,.8),#000);background-size:cover;position:relative;display:flex;justify-content:center;align-items:center}.Form_form__bQAIj{width:400px;height:420px;position:relative}.Form_flip___XJB7>.Form_content__hHR6g{transform:rotateY(180deg)}.Form_flip___XJB7>.Form_backface__GImYk{transform:rotateY(0deg)}.Form_content__hHR6g{transform:rotateY(0deg)}.Form_backface__GImYk,.Form_content__hHR6g{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;transition:all 1s;padding:30px;border-radius:10px;display:flex;flex-direction:column;text-align:center}.Form_backface__GImYk{transform:rotateY(-180deg);justify-content:center;align-items:center}.Form_heading__EV08v{margin:15px 0 25px}.Form_heading__EV08v h3{margin-bottom:10px}.Form_heading__EV08v p{font-size:14px}.Form_input__dVRn8{margin-bottom:12px}.Form_input__dVRn8 input{width:100%;padding:12px 5px;border-radius:5px;border:1px solid grey}.Form_realtor__uWEhe{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px}.Form_realtor__uWEhe input{margin-right:10px}.Form_cta__Q53lp a{display:block;text-decoration:none;background-color:#000;color:#fff;padding:10px;border-radius:5px;transition:all .2s}.Form_cta__Q53lp a:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 3px 7px #000}@media only screen and (max-width:1100px){.Form_form__bQAIj{width:360px;padding:27px}.Form_heading__EV08v{margin:13.5px 0 23.5px}.Form_heading__EV08v h3{margin-bottom:9px}.Form_heading__EV08v p{font-size:12.6px}.Form_input__dVRn8{margin-bottom:10.8px}.Form_input__dVRn8 input{padding:10.8px 4.5px}.Form_realtor__uWEhe{margin-bottom:9px}.Form_realtor__uWEhe input{margin-right:9px}.Form_cta__Q53lp a{padding:9px}}@media only screen and (max-width:800px){.Form_form__bQAIj{width:480px;height:500px;padding:36px}.Form_heading__EV08v{margin:18px 0 30px}.Form_heading__EV08v h3{margin-bottom:12px}.Form_heading__EV08v p{font-size:16.8px}.Form_input__dVRn8{margin-bottom:14.4px}.Form_input__dVRn8 input{padding:14.4px 6px}.Form_realtor__uWEhe{margin-bottom:12px}.Form_realtor__uWEhe input{margin-right:12px}.Form_cta__Q53lp a{padding:12px}}@media only screen and (max-width:600px){.Form_container__IaD3Z{width:100%;height:100%}.Form_backface__GImYk,.Form_content__hHR6g{width:100%;height:100%;border-radius:0}.Form_heading__EV08v{margin:18px 0 30px}.Form_heading__EV08v h3{margin-bottom:12px}.Form_heading__EV08v p{font-size:16.8px}.Form_input__dVRn8{margin-bottom:14.4px}.Form_input__dVRn8 input{padding:14.4px 6px}.Form_realtor__uWEhe{margin-bottom:12px}.Form_realtor__uWEhe input{margin-right:12px}.Form_cta__Q53lp a{padding:12px;margin-bottom:30px}}@media only screen and (min-width:1550px){.Form_form__bQAIj{width:480px;padding:36px;height:500px}.Form_heading__EV08v{margin:18px 0 30px}.Form_heading__EV08v h3{margin-bottom:12px}.Form_heading__EV08v p{font-size:16.8px}.Form_input__dVRn8{margin-bottom:14.4px}.Form_input__dVRn8 input{padding:14.4px 6px}.Form_realtor__uWEhe{margin-bottom:12px}.Form_realtor__uWEhe input{margin-right:12px}.Form_cta__Q53lp a{padding:12px}}@media only screen and (min-width:1700px){.Form_form__bQAIj{width:520px;padding:39px}.Form_heading__EV08v{margin:19.5px 0 32.5px}.Form_heading__EV08v h3{margin-bottom:13px}.Form_heading__EV08v p{font-size:18.2px}.Form_input__dVRn8{margin-bottom:15.6px}.Form_input__dVRn8 input{padding:15.6px 6.5px}.Form_realtor__uWEhe{margin-bottom:13px}.Form_realtor__uWEhe input{margin-right:13px}.Form_cta__Q53lp a{padding:13px}}.YoutubeVideo_container__607qk{width:100%;height:56.25vw}.Footer_container__AcAqc{width:100%;display:flex;flex-direction:column;background-color:#000;color:#fff}.Footer_top__LoXq3{width:100%;display:flex;padding:30px}.Footer_left__qItjh{width:50%;display:flex;justify-content:center;align-items:flex-start}.Footer_left__qItjh p{display:block;width:50%;font-size:8px}.Footer_right__dzqP6{width:50%;display:flex}.Footer_contact__UVN6Q{width:33.3%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.Footer_contact__UVN6Q h6{font-family:Roboto Slab,Arial,Helvetica,sans-serif;font-size:16px;margin-bottom:8px}.Footer_contact__UVN6Q a{color:#fff;text-decoration:none;display:flex;align-items:center}.Footer_contact__UVN6Q a svg{margin-right:5px}.Footer_contact__UVN6Q a:nth-child(2){margin-bottom:5px}.Footer_developer__BmGgf{width:50%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.Footer_developer__BmGgf h6{font-family:Roboto Slab,Arial,Helvetica,sans-serif;font-size:16px;margin-bottom:8px}.Footer_logo__hA_f1{position:relative;width:40%}.Footer_copright__GC6oG{width:100%;text-align:center;padding:5px 0;font-size:8px}.Footer_disclaimer__h4Pmb{width:100%;display:flex;justify-content:center;align-items:center;padding:10px 30px;font-size:14px;text-align:center}@media only screen and (max-width:1100px){.Footer_top__LoXq3{padding:27px}.Footer_left__qItjh p{font-size:8px}.Footer_contact__UVN6Q h6{font-size:14.4px;margin-bottom:7.2px}.Footer_contact__UVN6Q a svg{margin-right:4.5px}.Footer_contact__UVN6Q a:nth-child(2){margin-bottom:4.5px}.Footer_developer__BmGgf h6{font-size:14.4px;margin-bottom:7.2px}.Footer_copright__GC6oG{padding:4.5px 0}}@media only screen and (max-width:800px){.Footer_top__LoXq3{flex-direction:column-reverse;text-align:center}.Footer_left__qItjh{width:100%;align-items:center}.Footer_right__dzqP6{width:100%;margin-bottom:50px}.Footer_contact__UVN6Q,.Footer_developer__BmGgf{align-items:center}}@media only screen and (max-width:600px){.Footer_logo__hA_f1{position:relative;width:100%}.Footer_top__LoXq3{padding-bottom:10px}.Footer_right__dzqP6{margin-bottom:0}.Footer_contact__UVN6Q,.Footer_developer__BmGgf{width:100%;margin-bottom:30px}.Footer_left__qItjh p{width:90%}}@media only screen and (min-width:1550px){.Footer_top__LoXq3{padding:36px}.Footer_left__qItjh p{font-size:8px}.Footer_contact__UVN6Q h6{font-size:19.2px;margin-bottom:9.6px}.Footer_contact__UVN6Q a svg{margin-right:6px}.Footer_contact__UVN6Q a:nth-child(2){margin-bottom:6px}.Footer_developer__BmGgf h6{font-size:19.2px;margin-bottom:9.6px}.Footer_copright__GC6oG{padding:6px 0}}@media only screen and (min-width:1700px){.Footer_top__LoXq3{padding:39px}.Footer_left__qItjh p{font-size:8px}.Footer_contact__UVN6Q h6{font-size:20.8px;margin-bottom:10.4px}.Footer_contact__UVN6Q a svg{margin-right:6.5px}.Footer_contact__UVN6Q a:nth-child(2){margin-bottom:6.5px}.Footer_developer__BmGgf h6{font-size:20.8px;margin-bottom:10.4px}.Footer_copright__GC6oG{padding:6.5px 0}}.Shutter_container__TQYs4{width:100vw;height:100vh;z-index:100;position:fixed;top:0;left:0;background-color:#000;color:#fff;animation:Shutter_up__0rggk 2s 1 forwards;display:flex;justify-content:center;align-items:center;font-family:Roboto Slab,Arial,Helvetica,sans-serif}@keyframes Shutter_up__0rggk{0%{font-size:42px;transform:translateY(0)}40%{font-size:42px;transform:translateY(0)}50%{font-size:0;transform:translateY(0)}to{transform:translateY(-100vh)}}.ProjectCard_container__2fD_D{width:100%;height:100%;display:flex;border-radius:5px;border:1px solid #000;position:relative}.ProjectCard_tag__AOWYb{position:absolute;z-index:100;top:0;left:0;background-color:#000;color:#fff;padding:7.5px 15px;font-size:12px}.ProjectCard_image__Fknus{width:50%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.ProjectCard_image__Fknus>div{height:100%;width:100%;position:relative}.ProjectCard_content__ngcux{width:50%;padding:20px}.ProjectCard_content__ngcux>div>h4{font-size:20px}.ProjectCard_content__ngcux>div>p{font-size:14px}.ProjectCard_content__ngcux>div:first-child{margin-bottom:20px}.ProjectCard_content__ngcux p:not(:last-child){margin-bottom:10px}@media only screen and (max-width:550px){.ProjectCard_container__2fD_D{flex-direction:column}.ProjectCard_image__Fknus{height:55%;width:100%}.ProjectCard_content__ngcux{height:45%;width:100%}}.PastProjects_container___ryhd{width:100%;padding:80px 50px}.PastProjects_heading__bLmgk{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:25px;text-align:center}.PastProjects_content__9aW7v{flex-direction:column}.PastProjects_column__WJtbj,.PastProjects_content__9aW7v{width:100%;display:flex;justify-content:center;align-items:flex-start}.PastProjects_column__WJtbj{margin-bottom:10px}.PastProjects_upper__lDIBJ{color:#fff;background-color:#000;display:flex;justify-content:center;align-items:center}.PastProjects_upper__lDIBJ>.PastProjects_column__WJtbj{height:175px}.PastProjects_content__9aW7v>.PastProjects_column__WJtbj{height:325px}.PastProjects_left__btILK{width:50%;height:100%;padding-right:5px}.PastProjects_right__n4o3m{width:50%;height:100%;padding-left:5px}@media only screen and (max-width:1080px){.PastProjects_column__WJtbj,.PastProjects_content__9aW7v{flex-direction:column}.PastProjects_content__9aW7v>.PastProjects_column__WJtbj{height:500px}.PastProjects_left__btILK{padding-right:0;margin-bottom:10px}.PastProjects_right__n4o3m{padding-left:0;margin-bottom:10px}.PastProjects_left__btILK,.PastProjects_right__n4o3m{width:100%}}@media only screen and (max-width:800px){.PastProjects_upper__lDIBJ>.PastProjects_column__WJtbj{height:250px}.PastProjects_content__9aW7v>.PastProjects_column__WJtbj{height:700px}}@media only screen and (max-width:550px){.PastProjects_container___ryhd{border-top:1px solid #000;padding:30px}.PastProjects_upper__lDIBJ>.PastProjects_column__WJtbj{height:400px;margin:0}.PastProjects_content__9aW7v>.PastProjects_column__WJtbj{height:1300px}.PastProjects_content__9aW7v{flex-direction:column}.PastProjects_left__btILK,.PastProjects_right__n4o3m{width:100%}}@media only screen and (max-width:400px){.PastProjects_container___ryhd{padding:80px 20px}.PastProjects_upper__lDIBJ>.PastProjects_column__WJtbj{height:450px;margin:0}.PastProjects_content__9aW7v>.PastProjects_column__WJtbj{height:1450px}.PastProjects_left__btILK{margin-bottom:20px}}.ContactUs_container__Lqey7{width:100%;height:500px;padding:50px}.ContactUs_content__1h2b8{width:100%;height:100%;display:flex}.ContactUs_left__H32R8{width:50%;height:100%}.ContactUs_left__H32R8>iframe{width:100%;height:100%}.ContactUs_right__XKLBK{display:flex;width:50%;height:100%;padding:0 30px}.ContactUs_content_2__2DE7C{display:flex;flex-direction:column;justify-content:space-between}.ContactUs_details__X_wF8{display:flex;height:150px}.ContactUs_contacts__rICtU{width:50%}.ContactUs_contacts__rICtU,.ContactUs_contacts_without_timmings__iwBpa{height:100%;padding-right:20px;display:flex;flex-direction:column;justify-content:space-between}.ContactUs_contacts_without_timmings__iwBpa{width:100%}.ContactUs_timmings__F4DIo{width:50%;height:100%;padding-right:20px;display:flex;flex-direction:column;justify-content:space-between}.ContactUs_contacts__rICtU>div>div,.ContactUs_timmings__F4DIo>div>div{margin-bottom:5px}.ContactUs_contacts__rICtU a{color:#000}@media only screen and (max-width:800px){.ContactUs_container__Lqey7{height:800px;padding:20px}.ContactUs_content__1h2b8{flex-direction:column}.ContactUs_left__H32R8,.ContactUs_right__XKLBK{width:100%;height:50%;padding:10px 0}}.WhatsappLiveChat_container__Rd0aF{position:fixed;bottom:50px;right:50px;z-index:10000;height:60px;width:60px}