@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);.rent-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:150px;text-align:center;width:100%}.rent-header h1{color:var(--color);font-size:30px}.rent-header h3{color:#04aa6d;font-size:18px;font-weight:400;line-height:35px;text-align:center;width:80%}.rent-header span{font-size:20px;margin-top:10px;text-align:center}.rent-header p{color:#000;font-size:14px;font-weight:400;line-height:40px;margin:-15px auto;text-align:justify;width:85%}.container{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:50px auto;width:90%}.container .box{border-radius:5px;box-shadow:0 4px 8px 0 #0003;display:flex;flex-direction:column;font-size:medium;height:450px;margin:20px 5px;padding:3px;position:relative;transition:.3s;width:400px}@media(max-width:640px){.container .box{width:100%}}.container .box img.image{height:300px;margin-bottom:10px;max-width:100%;object-fit:contain;width:400px}.container .box .info h3{color:var(--color);margin-left:10px}.container .box .info span{color:var(--themeColor);margin-left:10px}.container .box .info p{margin-left:10px}.Img_img__tJS3s{cursor:pointer}.Img_modal__Q6wsk{background-color:#000c;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.Img_modal__Q6wsk .Img_cross__bh7\+s{background-color:initial;border:none;cursor:pointer;position:fixed;right:0;top:0}.Img_modal__Q6wsk .Img_innermodal__6H3e7{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:3rem;padding-block:5rem}.Img_modal__Q6wsk .Img_innermodal__6H3e7 .Img_modalimg__WwPXw{height:75vh;max-height:80vh!important;max-width:100%!important;object-fit:contain!important}@media screen and (max-width:850px){.Img_modal__Q6wsk .Img_innermodal__6H3e7{padding:6rem 1rem 1rem}}.headercontainer{left:0;position:fixed;top:0;width:100%;z-index:1000}header{background-color:#fff;box-shadow:0 2px 8px 0 #63636333;flex-wrap:wrap;font-size:1rem;justify-content:space-between;padding-block:5px;padding-inline:40px}header,header nav{align-items:center;display:flex}header a,header nav{text-decoration:none}header a{color:#000;font-size:18px;font-weight:400;margin-right:40px;transition:all .2s ease}header a:last-child{background-color:var(--themeColor);border-radius:7px;color:#fff;margin-right:0;padding:.5rem}header nav a:active,header nav a:hover{color:var(--themeColor)}header a.active{text-decoration:underline}header a:last-child{background-color:#fff;color:blue;text-decoration:none}.logo{cursor:pointer;display:flex;height:70px;width:120px}.menuicon{display:none}@media screen and (max-width:1050px){header{display:flex;flex-direction:column;padding:initial}header,header nav{align-items:flex-end}header div{display:flex;justify-content:space-between;width:100%}header div .logo{height:auto;margin:0 1.5rem;object-fit:contain;width:100px}header div .menuicon{background-color:initial;border:none;cursor:pointer;display:inline-block;margin:1.5rem;width:2.5rem}header div .menuicon img{width:100%}header .startedbtn{display:none}header nav{animation-duration:.2s;animation-name:myAnimation;display:flex;display:none;flex-direction:column;gap:1.5rem;margin:0 1.5rem 1.5rem}header nav.responsive_nav{display:flex}@keyframes myAnimation{0%{transform:translateY(-50vh)}to{transform:translateY(0)}}}:root{--themeColor:#167d4a;--textColor:#fff;--backgroundColor:#;--color:#0b3e25}body{box-sizing:border-box;font-family:Roboto,Segoe UI,sans-serif;margin-left:auto;margin-right:auto;overflow:hidden;padding-left:.5rem;padding-right:.5rem;width:100%}body .btn{all:unset;background-color:#167d4a;background-color:var(--themeColor);border:1px solid #0b3e25;border:1px solid var(--color);border-radius:5px;color:#fff;color:var(--textColor);font-size:22px;font-weight:500;height:5%;margin-left:50%;padding:10px;text-align:center;text-decoration:none;transform:translateX(-50%);width:150px}body .btn:hover{opacity:1}body .rent{min-height:85vh;width:100%}body .rent .rented-flats{grid-gap:10px;display:grid;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:10px auto;width:100%}body .rent .rented-flats .cards{border-radius:5px;box-shadow:0 4px 8px 0 #0003;display:flex;flex-direction:column;font-size:medium;height:450px;margin:10px 2px;padding:3px;transition:.3s;width:400px}@media screen and (max-width:1580px){body .rent .rented-flats .cards{height:350px;width:300px}}body .rent .rented-flats .cards img.img{height:300px;margin-bottom:10px;width:400px}@media screen and (max-width:1580px){body .rent .rented-flats .cards img.img{height:200px;width:300px}}body .rent .rented-flats .cards .info h3{color:#0b3e25;color:var(--color);margin-left:10px}body .rent .rented-flats .cards .info span{color:#167d4a;color:var(--themeColor);margin-left:10px}body .rent .rented-flats .cards .info p{margin-left:10px}body .rent a{text-decoration:none}body .headings{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}body .headings h1{color:#0b3e25;color:var(--color);font-size:28px;margin-bottom:5px;margin-top:20px;text-align:center}@media screen and (max-width:480px){body .headings h1{font-size:24px;margin-top:40px}}body .headings h3{font-size:16px;font-weight:500;margin-bottom:-2px}body .headings h3,body .headings p{line-height:30px;text-align:center;width:60%}body .headings p{font-weight:400;margin-bottom:30px}body .footer{align-items:center;background-color:#101010;color:#727272;display:flex;flex-direction:column;font-size:15px;justify-content:center;overflow-x:hidden;width:100%}body .footer h2{color:#fff;font-size:20px;text-align:center}body .footer .footB{align-items:center;display:flex;justify-content:center;padding:60px;width:80%}@media(max-width:1100px){body .footer .footB{flex-direction:column;flex-wrap:wrap;width:70%}}@media screen and (max-width:1580px){body .footer .footB{width:100%}}body .footer .footB .detail{align-items:center;display:flex;flex-basis:45%;flex-direction:column;height:30vh;justify-content:center;line-height:35px;margin-left:30px;margin-right:30px;width:60%}@media(max-width:1100px){body .footer .footB .detail{margin-top:50px;padding:30px;width:60%}}@media screen and (max-width:1580px){body .footer .footB .detail{font-size:12px;margin-top:30px;padding:15px;width:70%}}body .footer .footB .detail .properties{padding-bottom:5px}@media screen and (max-width:1580px){body .footer .footB .detail .properties{font-size:16px}}body .footer .footB .detail .quick-link{padding-bottom:20px}@media screen and (max-width:1580px){body .footer .footB .detail .quick-link{font-size:16px}}body .footer .footB .detail .newsletter{padding-bottom:px}@media screen and (max-width:1580px){body .footer .footB .detail .newsletter{font-size:16px}}body .footer .footB .detail .contact-us{padding-bottom:18px}@media screen and (max-width:1580px){body .footer .footB .detail .contact-us{font-size:16px}}body .footer .footB .detail a{color:#727272;padding:10px}body .footer .footB .detail img{height:70px;width:120px}body .footer .footB .detail .icons{margin-top:10px;width:80%}body .footer .footB .detail .icons a{align-items:center;background-color:#2d2d2d;border-radius:50%;color:#727272;display:flex;justify-content:center;padding:10px}body .footer .footB .detail div{align-items:center;display:flex;justify-content:space-between}body .footer .footB .detail div input{all:unset;background-color:#2d2d2d;padding:3px 5px;width:80%}body .footer .footB .detail div .Go{border-left:1px solid #000;padding:3px 7px;text-align:center;width:20%}body .footer .footB .detail ul{width:100%}body .footer .footB .detail ul li{border-bottom:1px solid #2e2e2e;list-style:none;padding-bottom:5px}body .footer .footB .detail ul li a{text-decoration:none}@media screen and (max-width:1580px){body .footer .footB .detail ul li{font-size:12px}}body .footer .footB .detail span{border-bottom:1px solid #2e2e2e;font-size:13px;padding-bottom:5px;width:100%}body .footer .footB .detail span a{font-size:13 px;text-decoration:none}body .footer .footB .detail span:last-child{border:none}body .footer .footB .detail span:last-child p{color:#5454eb;margin-top:-2px}body .footer .footB .detail .phone{color:#fff}body .footer .footC{align-items:center;background-color:#1a1a1a;display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;justify-content:center;padding:10px;width:100%}@media(max-width:650px){body .footer .footC{text-align:center}}.whyrent{border:1px solid var(--themeColor);margin:50px auto;padding:10px;width:75%}.whyrent h2{color:var(--color);font-size:28px;text-align:center}.whyrent h2,.whyrent p{align-items:center;display:flex;justify-content:center}.whyrent p{color:gray;font-size:22px}.whyrent .why-c{align-items:center;display:flex;justify-content:center}@media(max-width:1100px){.whyrent .why-c{flex-direction:column}}.whyrent .why-c .why{margin-right:20px;padding:10px;text-align:center;width:400px}@media(max-width:700px){.whyrent .why-c .why{width:100%}}.whyrent .why-c .why img{height:70px;width:70px}.whyrent .why-c .why h4{font-size:20px}.whyrent .why-c .why p{font-size:18px}.whyrent .why-c .why span{color:var(--color);font-size:16px}.bannerContainer{align-items:center;background:url(/static/media/Banner.9fdc08a17a2d414efd32.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:space-evenly;min-height:1000px;min-height:100vh;position:relative;width:100%}.bannerContainer .form{background-color:#fff;border-radius:5px;border-radius:17px;box-shadow:4px 8px 0 #0003,0 6px 20px 0 #0003;flex-wrap:wrap;margin-inline:10px;max-width:400px;padding:30px;position:relative}@media(max-width:1580px){.bannerContainer .form{font-size:16px;margin-top:50px;padding:35px}}@media screen and (min-width:860px){.bannerContainer .form{margin-right:20%}}@media screen and (max-width:860px){.bannerContainer .form{max-width:350px}}.bannerContainer .form span{align-items:center;color:#000;display:flex;flex-direction:column;font-size:25px;font-weight:500;justify-content:center;text-align:center}@media(max-width:1580px){.bannerContainer .form span{font-size:20px;line-height:30px}}.bannerContainer .form .inputs{align-items:center;display:flex;flex-direction:column;width:100%}.bannerContainer .form .inputs input{all:unset;background-color:#f1f1f1;border:none;border-radius:10px;box-sizing:border-box;font-size:18px;margin:20px 0;padding:15px;width:100%}@media(max-width:1580px){.bannerContainer .form .inputs input{font-size:16px;margin:16px 0;padding:10px;width:100%}}.bannerContainer .form .btn{background-color:orange;border:none;box-sizing:border-box;color:#fff;cursor:pointer;margin:auto;opacity:.9;padding:16px 20px;position:static;transform:none;width:100%}@media(max-width:1580px){.bannerContainer .form .btn{padding:8px 10px}}.bannerContainer .form .btn:hover{opacity:1}.bannerContainer .form .message{display:flex;justify-content:center;margin-bottom:60px;position:relative;width:100%}.bannerContainer .form .message #success{animation:buttons .3s linear;color:green;font-size:20px;position:absolute}.aboutus{flex-direction:column}.aboutus,.aboutus .about-header{align-items:center;display:flex;justify-content:center;width:100%}.aboutus .about-header{background-color:var(--themeColor);color:#fff;font-size:50px;height:500px}@media screen and (max-width:850px){.aboutus .about-header{margin-top:5rem}}.aboutus h4{color:#fff;font-weight:400;margin-top:-200px}.aboutus .paragraphs,.aboutus h4{align-items:center;display:flex;font-size:22px;justify-content:center}.aboutus .paragraphs{flex-direction:column;line-height:30px;margin:120px auto;width:70%}
/*# sourceMappingURL=main.b9ba6458.css.map*/