@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Roboto", serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Alumni Sans", serif;
}

p {
    font-family: "Roboto", serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}



/*** header ***/
header {
    position: relative;
}

.topcontmenu {
    background: #4043bc;
    color: #fff;
    position: absolute;
    width: 74%;
    top: 0px;
    text-align: right;
    border-radius: 0px 0px 0px 18px;
    right: 0px;
}

.topcontmenu ul {
    padding-right: 4.2%;
}

.darkHeader .topcontmenu {
    top: -4px;
}

.topcontmenu ul li {
    display: inline;
}

.clipcornor {
    z-index: 999;
    position: absolute;
    top: 4px;
    left: -28px;
    border-radius: 0px 0px 0px 0px;
}

.topdirect {
    color: #fff;
    line-height: 33px;
    display: inline-block;
    font-size: 20px;
    padding: 0px 10px;
}

.topdirect:hover {
    background: #8bb91d;
    color: #fff;
}

.clipmenu {
    padding: 0px 10px;
}

.dbrochure {
    background: #8bb91d;
    color: #ffffff;
    line-height: 36px;
    display: inline-block;
    padding: 0px 20px 0px 40px;
    margin-left: -5px;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    font-weight: 500;
}

.dbrochure:hover {
    background: #eee;
    color: #000;
}


.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}

.logo img {
    width: 266px;
    margin-top: -15px;
    margin-bottom: 0px;
    padding: 10px 10px 5px 0px;
}

.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    border-top: 4px solid #4043bc;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 12px 10px;
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #4043bc;
    ;
}

.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #4043bc;
}

.dropdoqwn li a:hover {
    background-color: #8bb91d;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffff;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    font-size: 19px;
    border: 1px solid #bfbfbf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.two-elements {
    display: flex;
    align-items: center;
}

.get {
    background-color: #fff;
    color: #111;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 22px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    border: 1px solid #989898;
    font-weight: 500;
}


.get:hover {
    background-color: #4043bc;
    color: #fff;
}

.counter-Txt {
    font-size: 70px;
    font-weight: 800;
    color: #ff7d00;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 22px;
    position: relative;
    top: -7px;
}

.group_flex {
    display: flex;
    margin-top: 33px;
}

/*** Main CSS ****/
.bannertopcont {
    background-image: linear-gradient(#f0efef, white, #f0efef);
    text-align: center;
    padding: 8px 0px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.bannerbothead {
    background: rgb(20, 190, 240);
    background: linear-gradient(90deg, rgb(139 185 29) 0%, rgb(64 67 188) 100%);
    color: #fff;
    text-align: center;
    padding: 8px 0px;
}

.bannerbothead h1 {
    font-size: 33px;
    font-weight: 400;
}

.welcommsg img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.welcommsg {
    background: #fdffcc;
    text-align: center;
    color: #000000;
}

.welcommsgbox {
    padding: 40px;
}

.welcommsgbox p {
    line-height: 28px;
}

.welcommsgbox h3 {
    font-size: 70px;
    line-height: 60px;
    color: #000;
    padding: 0px 0px 20px;
}

.exploremore {
    background: #8bb91d;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
    display: block;
}

.exploremore:hover {
    background: #4043bc;
    color: #ffffff;
}





/*** Footer ****/
.footertopmain {
    padding: 50px 0px;
}

.footertop {
    text-align: center;
    font-size: 18px;
}

.footertop h4 {
    padding: 20px;
    font-family: "Jost", serif;
}

/*** FOOTER ***/
footer {
    background: #eee;
    color: #000;
    padding-top: 50px;
    margin-top: 29px;
}

.footerbox {
    margin-top: 80px;
}

.footerbox a {
    color: #000;
    display: flex;
}

.footerbox a:hover {
    color: #4043bc;
}

.footerbox h5 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

.footerbox ul li {
    margin-bottom: 6px;
}

.footerbox i {
    margin-right: 5px;
    font-size: 20px;
}

.footercopy {
    text-align: center;
    color: #878787;
    margin-top: 20px;
    margin-bottom: 20px;

}

.footercopy a {
    color: #878787;
}

.footerboxcenter {
    text-align: center;
    padding: 0px 50px;
}

.footerboxcenter img {
    margin-bottom: 50px;
    width: 266px;
}

.footerboxcenter a i {
    color: #000;
    border: 1px solid #000;
    padding: 5px 8px;
    opacity: 0.5;
    background: #fff;
    font-size: 20px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.footerboxcenter a i:hover {
    opacity: 1;
    background-position: left bottom;
    color: #350608;
}

.footerbottom {
    background: #4043bc;
    border-top: 1px solid #5f5f5f;
    padding: 15px 0px;
    margin-top: 20px;
    text-align: center;
}

.footerbottom a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    font-size: 13px;
}


.provide p::before {
    position: absolute;
    content: "";
    content: "";
    height: 5%;
    width: 10%;
    background-color: #7eb300;
    left: 265px;
    top: 34px;

}

.provide p::after {
    position: absolute;
    content: "";
    content: "";
    height: 5%;
    width: 10%;
    background-color: #7eb300;
    right: 265px;
    top: 34px;

}



.provide p {
    text-align: center;
    font-size: 48px;
    color: #000;
    position: relative;
}

.clinte-box p {
    margin-top: 11px;
    color: #505050;
    font-size: 15px;
}


.clinte-box {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #a39393;
    margin: 15px;
}

.clinte-box strong {
    margin-top: 10px;
    font-weight: 400;
}








.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -57px;
    top: 150px;
    font-size: 27px;
    border: 1px solid #7e7e7e;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
}

.owl-prev {

    width: 44px;
    height: 44px;
    position: absolute;
    left: -47px;
    top: 150px;
    font-size: 27px;
    border: 1px solid #7e7e7e;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}




/**service***/
.service {
    background: url(../images/download.png);
    padding: 33px 0px;
}

.what-do {
    text-align: center;
}

.what-do h2 {
    color: #585aa8;
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", serif;
    font-style: normal;
    position: relative;
}

.what-do h2::before {
    position: absolute;
    content: "";
    height: 10%;
    width: 10%;
    background-color: #7eb300;
    left: 372px;
    ;
    top: 16px;

}

.what-do h2::after {
    position: absolute;
    content: "";
    height: 10%;
    width: 10%;
    background-color: #7eb300;
    right: 372px;
    ;
    top: 16px;

}

.what-do h1 {
    font-size: 67px;
    font-weight: 600;
}


.what-do p {
    font-size: 18px;
    font-family: "Nunito", serif;
    margin: 0px
}

.service-photo {
    position: relative;
}

.service-photo img {
    border-radius: 5px;
    filter: brightness(0.9);
}

.service-photo p {
    position: absolute;
    color: #ffff;
    font-weight: 500;
    font-family: "Poppins", serif;
    font-style: normal;
    top: 119px;
    font-size: 38px;
    left: 97px;
    text-transform: uppercase;
}


.serice-cont h2 {
    font-weight: 600;
    font-family: "Poppins", serif;
    font-size: 20px;
    padding-bottom: 15px;
}

.serice-cont p {
    color: #242424;
    font-size: 20px;
    margin-bottom: 0px;


}

.god-life h2 {
    text-align: center;
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: 600;

}

.details-box {
    margin-top: 5px;
    text-align: center;
}

.details-box img {
    margin-bottom: 15px;
}

.details-index {
    padding-top: 16px;
}

.details-box p {
    font-weight: 600;
    color: #343434;
    padding: 6px 10px;
    margin: 0px;
}

.for-call {
    background-color: #7eb300;
    margin-top: 11px;
}

.for-rent {
    background-color: #000;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.for-rent p {
    margin: 0px;
    text-align: center;
    padding: 8px 0px;
    font-weight: 600;
}

.price p {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 8px 0px;
    font-weight: 600;
}

/**gallery**/

.Gallery img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 5px;
    margin-top: 20px;
}

.our-gallery {
    margin-top: 32px;
}

.our-gallery h2 {
    color: #585aa8;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 80px;
}

.our-gallery p:nth-child(2) {
    color: #2f2f2f;
    font-size: 21px;
    margin: 0px;
}

.our-gallery p:nth-child(3) {
    font-size: 14px;
    margin: 0px;
    margin-top: 14px;
}

.all-photo {
    border: none;
    background-color: #7eb300;
    padding: 10px 20px 10px 35px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
}

/***find-out***/
.find-best {
    background: url(../images/find.jpg) no-repeat;
    background-size: 100%;
    filter: brightness(0.9);
    padding: 107px 0px;
    margin-top: 54px;
}

.best-place h2 {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 51px;
}

.best-place p {
    color: #fff;
}

.place-left {
    text-align: end;
}

.contact {
    border: none;
    background-color: #7eb300;
    padding: 10px 55px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
}


/***profile-pannel***/
.profile-box {
    background: url(../images/about-2-banner.jpeg) no-repeat;
    background-size: 100%;
}


.right-side-abt {
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}

.right-side-abt img {
    width: 100%;
    object-fit: cover;
    height: 284px;

}


.profile-box .owl-next {
    display: none;
}

.profile-box .owl-prev {

    display: none;
}

.owl-example-2 {
    float: right !important;
}

.left-side-abt {
    display: inline-flex;
    justify-content: center;

    background-color: #fff;
    margin: 100px 108px;
    box-shadow: 0px 6px 0px 0px #4043bc;
    opacity: 0.9;
}




.left-side-abt h2 {
    position: relative;
    color: #000000;
    font-size: 56px;
    font-weight: 500;
    padding: 0px 18px;
}



.left-side-abt h2::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 73px;
    bottom: -3px;
    right: -12px;
    background-color: #8bb91d;
    rotate: 337deg;
}




.left-side-abt p {

    color: #343434;
    padding: 0px 32px;
    margin-top: 19px;
}

/**why-choose-**/
.choose-us {
    padding: 50px 0px;
}

.why-us h3 {
    font-size: 70px;
}

.why-us p {
    line-height: 28px;
}


/***contact**/
.easy-find {
    padding: 40px;
}

.all-details {
    display: flex;
}

.details {
    display: flex;
}

.details p {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.find-contact h3 {
    font-size: 70px;
}

.find-contact p {
    width: 658px;
}


.details-icon i {
    background-color: #7eb300;
    color: #ffffff;
    border-radius: 100%;
    padding: 9px 18px 0px 16px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 21px;

}

.contact-details a {
    color: #000;
}

.contact-details a:hover {
    color: #002fff;
}

.contact-details {
    margin-left: 10px;
}

.contact-back {
    background: url(../images/contact-us.jpg) no-repeat;
    background-size: 100%;
    padding: 30px 0px;
}


.content-contact {
    display: inline-flex;
    justify-content: center;
    background-color: #fff;
    margin: 79px;
    box-shadow: 0px 6px 0px 0px #4043bc;
    opacity: 0.9;
}




.content-contact h2 {
    position: relative;
    color: #000000;
    font-size: 56px;
    font-weight: 500;
    padding: 0px 18px;
}



.content-contact h2::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 73px;
    bottom: -3px;
    right: -12px;
    background-color: #8bb91d;
    rotate: 337deg;
}




.content-contact p {
    padding: 20px 10px;
    color: #343434;
    padding: 0px 32px;
    margin-top: 19px;
}







.in-abt {
    padding-top: 70px;
}



.layout-plan {
    padding-top: 50px;
}

.manjeet button {
    padding: 2px;

    aspect-ratio: 1 / 1;
    margin-top: 3px;
    width: 110px;
}

.manjeet {
    padding-top: 14px;
}

.tab-images img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0;
    width: 601px;
    height: 364px;
}

.layout-design {
    padding-top: 10px;
}

.layout-design img {
    width: 100%;
}

.layout-design h3 {
    color: #130e0e;
    font-size: 49px;
}

.layout-design h3::after {
    content: 'works.';
    color: #585aa8;
}

.box-photo {
    margin-top: 30px;
}

.box-photo img {
    overflow: hidden;
}

.box-photo img:hover {
    transform: scale(1.1);
}

.box-photo img {
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 10px;
    transition: .2s linear;
    max-height: 400px;
    width: 100%;
}


.apartment-box {
    position: relative;
    margin-top: 40px;
}

.box-apartment img {
    border-radius: 5px;
    width: 393px;
    height: 270px;
    object-fit: cover;
}


.box-facility {
    position: absolute;
    top: 243px;
    background-color: #ffff;
    text-align: center;
    padding: 11px 41px;
    margin: 0px 44px;
    border-radius: 5px;
}

.box-facility img {
    width: 32px;
    margin: 0px 10px;
}

.apartment-name p::after {
    content: " Residence";
    color: #8bb91d
}

.apartment-name p {
    color: #4043bc;
    margin: 0px;
    font-weight: 500;
    font-size: 38px;
    font-family: "Alumni Sans", serif;
}

.apartment-name {
    text-align: center;
    padding-top: 22px;
}

.apartment-name h3 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    padding-bottom: 13px;
    margin-top: -9px;
}

/***Manjeet Srivast***/


.send {
    background-color: #fff;
    color: #111;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3sease-in-out;
    border: 1px solid #989898;
    font-weight: 500;
    margin-top: 10px;
}

.send:hover {
    background-color: #4043bc;
    color: #fff;
}

.list-group {
    display: inline-flex;
    flex-direction: row;
    width: 72%;
    background-color: #4043bc;
    border-color: #0d6efd;
    text-transform: uppercase;
}

.apartment-tab {
    padding-top: 50px;
}

.dream-house {
    text-align: center;
}

.dream-house h2 {
    color: #585aa8;
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", serif;
    font-style: normal;
    position: relative;
}

.dream-house h2::before {
    position: absolute;
    content: "";
    height: 10%;
    width: 10%;
    background-color: #7eb300;
    left: 372px;
    ;
    top: 16px;

}

.dream-house h2::after {
    position: absolute;
    content: "";
    height: 10%;
    width: 10%;
    background-color: #7eb300;
    right: 372px;
    ;
    top: 16px;

}

.dream-house h1 {
    font-size: 67px;
    font-weight: 600;
}


.dream-house p {
    font-size: 18px;
    font-family: "Nunito", serif;

}

/***request***/

.request-top {
    background: url(../images/request.jpg) no-repeat;
    background-size: 100%;
}

.request-head {
    display: inline-flex;
    justify-content: center;

    background-color: #fff;
    margin: 79px;
    box-shadow: 0px 6px 0px 0px #4043bc;
    opacity: 0.9;
}






.request-head h2 {
    position: relative;
    color: #000000;
    font-size: 56px;
    font-weight: 500;
    padding: 0px 18px;
}



.request-head h2::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 73px;
    bottom: -3px;
    right: -12px;
    background-color: #8bb91d;
    rotate: 337deg;
}




.request-head p {

    color: #343434;
    padding: 0px 32px;
    margin-top: 19px;
}



.request {
    padding: 30px 0px;
}

.data-type {
    margin-top: auto;
    margin-bottom: auto;
}

.request-point img {
    clip-path: circle(77.4% at 28% 70%);
    width: 442px;
    height: 442px;
}

.request-form h3 {
    font-size: 70px;
}

.request-form h3::after {
    content: "interest";
    color: #8bb91d
}

.form-file {
    border: none;
    border-bottom: 1px solid;
    outline: none;
    width: 100%;
}


.select-form {
    margin-top: 16px;
    width: 100%;
    padding: 5px 0px;
    border: none;
    border-bottom: 1px solid;
    outline: none;
}

.form-pages {
    border: 1px solid #d5d5d5;
    padding: 25px;
}

.form-pages input:nth-child(2) {
    margin-top: 10px;
}

.form-pages input:nth-child(3) {
    margin-top: 10px;
}

.detail-request p {
    padding: 0px 0px;
}

.select-form-2 {
    width: 100%;
    margin-top: 16px;
    padding: 5px 0px;
    border: none;
    border-bottom: 1px solid;
    outline: none;
}

.send-request {
    background-color: #fff;
    color: #111;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3sease-in-out;
    border: 1px solid #989898;
    font-weight: 500;
    margin-top: 20px;
}

.send-request:hover {
    background-color: #4043bc;
    color: #fff;
}



.photo-gallery {
    display: flex;
    justify-content: flex-end;
    position: relative;

}

.photo-gallery img {
    margin: 10px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border: 9px solid #ffffff;
    border-radius: 5px;
    filter: brightness(0.9);
}

.photo-gallery p {
    position: absolute;
    top: 73px;
    font-size: 21px;
    left: 54px;
    color: #ffff;
    font-weight: 500;
    transform: rotate(338deg);
}


.side-role {
    display: inline-flex;
    justify-content: center;

    background-color: #fff;
    margin-top: 79px;
    box-shadow: 0px 6px 0px 0px #4043bc;
    opacity: 0.9;
}




.side-role h2 {
    position: relative;
    color: #000000;
    font-size: 56px;
    font-weight: 500;
    padding: 0px 18px;
}



.side-role h2::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 73px;
    bottom: -3px;
    right: -12px;
    background-color: #8bb91d;
    rotate: 337deg;
}




.side-role p {
    color: #343434;
    padding: 0px 32px;
    margin-top: 19px;
}

.main-profile {
    background: url(../images/Studio.png) no-repeat;
    background-size: 100%;
    padding: 30px 0px;
}



.apartment-head {
    background: url(../images/breadcumb-bg.jpg) no-repeat;
    background-size: 100%;
    padding: 30px 0px;
}


.profile-update {
    display: inline-flex;
    justify-content: center;

    background-color: #fff;
    margin: 79px;
    box-shadow: 0px 6px 0px 0px #4043bc;
    opacity: 0.9;
}




.profile-update h2 {
    position: relative;
    color: #000000;
    font-size: 56px;
    font-weight: 500;
    padding: 0px 18px;
}



.profile-update h2::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 73px;
    bottom: -3px;
    right: -12px;
    background-color: #8bb91d;
    rotate: 337deg;
}




.profile-update p {
    padding: 20px 10px;
    color: #343434;
    padding: 0px 32px;
    margin-top: 19px;
}


/**enqiury-form**/
.enqiry-all {
    background-color: #8bb91d;

    position: fixed;
    top: 149px;
    right: 0px;
    border-radius: 21px 0px 0px 23px;
    z-index: 999999
}

.enqiry-all p {
    margin: 0px;
    padding: 8px 20px;
    color: #ffffff;
}

.enqiry-all p:hover {
    color: #0004ff;
}

.enqiry-all i:hover {
    color: #0004ff;
}

.enqiry-all i {
    color: #ffffff;
}


/***details-apartmant***/

.apartment-detail {
    background: url(../images/apartment-detail.jpg) no-repeat;
    background-size: 100%;
    padding: 30px 0px;
}


.detail-apart {
    display: inline-flex;
    justify-content: center;

    background-color: #fff;
    margin: 79px;
    box-shadow: 0px 6px 0px 0px #4043bc;
    opacity: 0.9;
}




.detail-apart h2 {
    position: relative;
    color: #000000;
    font-size: 56px;
    font-weight: 500;
    padding: 0px 18px;
}



.detail-apart h2::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 73px;
    bottom: -3px;
    right: -12px;
    background-color: #8bb91d;
    rotate: 337deg;
}

.detail-apart p {
    padding: 20px 10px;
    color: #343434;
    padding: 0px 32px;
    margin-top: 19px;
}


.head-title {
    text-align: center;
    padding-bottom: 38px;
}

.head-title h3 {
    color: #585aa8;
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", serif;
    font-style: normal;
    position: relative;
}

.head-title h3::before {
    position: absolute;
    content: "";
    height: 10%;
    width: 10%;
    background-color: #7eb300;
    left: 372px;
    top: 16px;
}

.head-title h3::after {
    position: absolute;
    content: "";
    height: 10%;
    width: 10%;
    background-color: #7eb300;
    right: 372px;
    top: 16px;
}

.detail-1 img {
    border-radius: 5px;
    width: 468px;
    height: 270px;
    object-fit: cover;
}

.details-drop h3::after {
    content: "Luxury 1BHK";
    color: #8bb91d
}

.details-drop h3 {
    font-size: 50px;
}
.send-details  {
        background-color: #fff;
    color: #111;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3sease -in-out;
    border: 1px solid #989898;
    font-weight: 500;
    margin-top: 2px;}
    
.send-details:hover {
    background-color: #4043bc;
    color: #fff;
}

.detail-body {
    padding-top: 34px;
}

.aminities h4 {
    font-size: 50px;
    text-transform: uppercase;
}

.aminities ul li {
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    color: #000;
    border: 1px solid #afafaf;
    font-family: "Roboto", serif;
}

.aminities i {
    color: #7eb300;
}

.furnished {
    margin-top: 46px;
}

.furnished p {
    color: #464646;
}

.god-life {
    margin-bottom: 11px;
}