@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    font-family: "Mona Sans";
}

a {
    text-decoration: none;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

button.dark,
a.dark {
    /* background: #07283B; */
    background: linear-gradient(to bottom, #862A41, #541829);
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    /* border: 1px solid #07283B; */
    border: 1px solid #790625;
}

button.dark:hover,
a.dark:hover {
    background: #FFFFFF;
    /* color: #07283B; */
    color: #790625;
}

button.dark .top-left,
a.dark .top-left {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    background: url("../images/btn-corner1.svg");
    width: 15px;
    height: 15px;
}

button.dark .top-right,
a.dark .top-right {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    background: url("../images/btn-corner2.svg");
    width: 15px;
    height: 15px;
}

button.dark .bottom-right,
a.dark .bottom-right {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: url("../images/btn-corner3.svg");
    width: 15px;
    height: 15px;
}

button.dark .bottom-left,
a.dark .bottom-left {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: url("../images/btn-corner4.svg");
    width: 15px;
    height: 15px;
}

a.light {
    background: #FFFFFF;
    color: #07283B;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    border: 1px solid #AAAAAA
}

a.light .top-left {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    background: url("../images/light-btn-corner1.svg");
    width: 15px;
    height: 15px;
}

a.light .top-right {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    background: url("../images/light-btn-corner2.svg");
    width: 15px;
    height: 15px;
}

a.light .bottom-right {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: url("../images/light-btn-corner3.svg");
    width: 15px;
    height: 15px;
}

a.light .bottom-left {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: url("../images/light-btn-corner4.svg");
    width: 15px;
    height: 15px;
}

.crafting,
.contact-us,
.expertise,
.explore,
.details,
.home {
    margin-top: 80px;
}

/* header css start */

header {
    top: 0;
    height: 80px;
    width: 100%;
    /* background: #FFFFFF; */
    background: #000000aa;
    z-index: 99;
}

header .link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffff;
}

header .link button {
    background: linear-gradient(to bottom, #862A41, #541829);
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 8px 25px;
    border: 1px solid #790625;
}

header .link button:hover {
    background: #ffffff;
    color: #790625;
}

header .mobile-view {
    display: none;
}

header .menu-area button,
header .menu-area a {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-transform: capitalize;
    color: #474747;
}

header .menu-area button span.big,
header .menu-area a span.big {
    display: block;
    width: 23px;
    height: 1.8px;
    background: #474747;
}

header .menu-area button span.small,
header .menu-area a span.small {
    display: block;
    width: 13px;
    height: 2px;
    background: #474747;
}

header .menu-area button:hover span.big,
header .menu-area a:hover span.big {
    width: 30px;
    transition: ease-in-out .5s;
}

header .menu-area button:hover span.small,
header .menu-area a:hover span.small {
    width: 9px;
    transition: ease-in-out .5s;
}

header .menu-list {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    width: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 1000;
    background: #790625;
}

header .menu-list .close button,
header .menu-list .close a {
    font-weight: 600;
    font-size: 21.67px;
    line-height: 120%;
    text-transform: capitalize;
    color: #FFFFFF;
}

header .menu-list ul {
    list-style-type: none;
}

header .menu-list ul li {
    margin-bottom: 30px;
}

header .menu-list ul li a {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

header .menu-list ul li a::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid #FFFFFF
}

header .menu-list .contact span {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-transform: lowercase;
    color: #AAAAAA;
}

header .menu-list .contact .email a {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    vertical-align: middle;
    text-transform: lowercase;
    color: #FFFFFF;
}

header .menu-list .contact .social a {
    display: inline-flex;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D9D9D9;
    padding: 10px;
}

header .menu-list .policy a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: lowercase;
    color: #AAAAAA;
}

header .menu-list .policy a img {
    width: 15px;
    height: 15px;
}

header .menu-list .copyright span {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-transform: lowercase;
    color: #AAAAAA;
}

header .menu-area .menu-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.modal h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #07283B;
}

.modal label {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #07283B;
}

.modal .form-control {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 10px;
    border: 1px solid #bababa;
}

.modal button.btn {
    background: linear-gradient(to bottom, #862A41, #541829);
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    border: 1px solid #790625;
}

/* header css end */


/* home css start */

.home {
    height: 100vh;
}

.home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000 0%, #000 100%);
}

.home .content {
    bottom: 10%;
    left: 10%;
    width: 80%;
}

.home h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    text-transform: capitalize;
    color: #ffffff;
}

.home h1 span {
    color: #790625;
}

.home h1 marquee {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #AAAAAA;
    width: 30%;
}

.home img {
    width: 100%;
    height: auto;
}

.home p {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #AAAAAA;
}

/* home css end */

/* trust css start */

.trust {
    background: url('../images/trust.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    height: 60vh;
    background-attachment: fixed;
}

.trust .since {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 25%;
    background: #FFFFFF;
}

.trust .since h4 {
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #07283B;
}

.trust .since p {
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #666565;
}

/* trust css end */


/* count-area css start */
.count-area span {
    font-weight: 500;
    font-size: 64px;
    line-height: 70px;
    text-transform: capitalize;
    /* color: #07283B; */
    color: #FFFFFF;
}

.count-area p {
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    /* color: #07283B; */
    color: #FFFFFF;
    overflow: hidden;
}

.count-area .col-lg-4 {
    /* background: #790625de; */
    background: linear-gradient(to bottom, #862A41, #541829);
}


.count-area .central-area {
    height: 70vh;
    position: relative;
}

.count-area .central-area .layout {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 295px;
    background: url('../images/central-layout.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.count-area .central-area img.wheel {
    width: 25px;
    height: 25px;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.count-area .central-area p {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

/* count-area css end */

/* flats-home css start */
.flats-home .img {
    background: #F5F5F5;
    height: 60vh;
    overflow: hidden;
}

.flats-home .img img {
    width: 100%;
    height: auto;
}

.flats-home .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
}

.flats-home .content .type span {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize;
    color: #AAAAAA;
}

.flats-home .content .type span:first-child,
.flats-home .content .type span:nth-child(2) {
    color: #790625;
}

.flats-home .content .counter p {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
    color: #07283B;
}

.flats-home .content .counter p span {
    font-weight: 500;
    font-size: 100px;
    line-height: 110px;
    text-transform: capitalize;
    color: #07283B;
}

.flats-home .content .counter {
    bottom: 0;
}

/* flats-home css end */

/* our-projects css start */
.our-projects h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #07283B;
}

.why p,
.our-projects p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #07283B;
}

.our-projects .projects img {
    width: 100%;
    height: auto;
}

.our-projects .projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(114.3% 62.13% at 50% 37.87%, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
}

.our-projects .projects .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.our-projects .projects .content span {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.our-projects .projects .content p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* our-projects css end */

/* our-commitments css start */
.our-commitments img {
    width: 100%;
    height: auto;
}

.our-commitments .img svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.our-commitments .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: radial-gradient(114.3% 62.13% at 50% 37.87%, rgba(0, 0, 0, 0) 0%, #000000 100%);*/
}

.our-commitments .head {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60%;
}

.our-commitments .head h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.our-commitments .content {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50%;
}

.our-commitments .content p {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    text-transform: capitalize;
    color: #FFFFFF;
}

/* our-commitments css end */

/* why css start */

.why h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #07283B;
}

.why .img-content img {
    width: 100%;
    height: auto;
}

.why .img-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000 0%, #000 100%);
}

.why .img-content p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.why .accordion-item {
    border-top: 1px solid #AAAAAA !important;
    border: none;
    border-radius: 0;
}

.why .accordion-item button {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #07283B;
}

.why .why-item {
    /* background: linear-gradient(to bottom, #862A41, #541829); */
    box-shadow:
        0 0 5px rgba(0, 0, 0, 0.1),
        0 0 10px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin: 15px;
}

.why .why-item span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #07283B;
    margin: 10px 0;
}

.why .accordion-button:not(.collapsed) {
    box-shadow: none
}

.why .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.why .accordion-body {
    padding: 1rem 0;
}

.why .why-item p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
    height: 150px;
    overflow: hidden;
    margin: 0;
}

.why .accordion-button:not(.collapsed)::after {
    background-image: url('../images/black-close.svg');
    transform: rotate(0deg);
}

.why .accordion-button::after {
    background-image: url('../images/black-close.svg');
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.ongoing {
    /* background: #07283B; */
    background: linear-gradient(to bottom, #862A41, #541829);
}

.ongoing h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -5%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ongoing .flatsnew .row {
    /* background: #07283B; */
    background: linear-gradient(to bottom, #862A41, #541829);
    top: 80px;
}

.ongoing .left span {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.ongoing .left p {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.ongoing .left img {
    height: 400px;
    width: auto;
}

.ongoing .right .types span {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    /* letter-spacing: -5%; */
    text-transform: capitalize;
    color: #FFFFFF;
}

.ongoing .right .types span:last-child {
    color: #AAAAAA57;
}

.ongoing .right .flat-count {
    font-weight: 500;
    font-size: 90px;
    line-height: 110px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #FFFFFF;
    bottom: 0;
}

.ongoing .right .flat-count span {
    font-size: 85px;
    line-height: 95px;
}

.ongoing .flatsnew .row {
    border-top: 1px solid #FFEDED4A;
    border-bottom: 1px solid #FFEDED4A;
}

.ongoing .flatsnew .row .col-lg-5 {
    border-left: 1px solid #FFEDED4A;
}

/* why css end */

/* shaping css start */
.shaping img {
    width: 100%;
    height: auto;
}

.shaping .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    /* background: #07283B; */
    background: linear-gradient(to bottom, #862A41, #541829);
}

.shaping .content h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.shaping .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #E3E3E3;
}

/* shaping css end */

/* footer css start */
footer span {
    font-weight: 400;
    font-size: 210px;
    line-height: 220px;
    text-transform: uppercase;
    color: #000000;
}

footer ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #474747;
}

footer ul li a:hover {
    color: #790625;
}

a:hover {
    color: #790625 !important;
}

/* footer .address a, */
footer .address span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #474747;
}

footer .address a,
footer .address p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* text-transform: capitalize; */
    color: #474747;
}

footer .address a:hover {
    color: #790625;
}

footer .social span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #474747;
}

footer .social a {
    /* background: #07283B; */
    background: linear-gradient(to bottom, #862A41, #541829);
    border-radius: 50%;
    padding: 10px;
}

footer .social a img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

footer .copyright span {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #AAAAAA;
}

/* footer css end */

/* about us page css start */

.crafting h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
    color: #07283B;
}

.crafting h2 span {
    color: #790625;
}

.crafting p {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #AAAAAA;
}


.about h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #07283B;
}

.about p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #07283B;
}

.count h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 138%;
    text-transform: uppercase;
    color: #07283B;
}

.count span {
    font-weight: 700;
    font-style: Italic;
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    color: #790625;
}

.count p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #07283B;
}

.usps h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #07283B;
    width: 80%;
}

.usps span {
    color: #790625;
}

.usps ul {
    list-style-type: none;
    border-top: 1px solid #AAAAAA;
}

.usps ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize;
    color: #07283B;
    border-bottom: 1px solid #AAAAAA;
    padding: 15px 0 15px 0;
}

.usps ul li:nth-child(even) img {
    transform: rotate(45deg);
}

.usps ul li img {
    width: 35px;
    height: 35px;
    margin-left: 2%;
    margin-right: 10%;
}


.founder {
    background: #040405;
    padding-bottom: 40px;
    padding-top: 50px;
}

.founder h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}


.founder .name p,
.founder .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 153%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.founder .content p {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.team h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #040405;
    text-align: center;
}

.team .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.5); */
    box-shadow:
        0 0 15px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(0, 0, 0, 0.15),
        0 0 60px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.team .img span {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000;
}



.timeline .line {
    background: linear-gradient(to bottom, #862A41, #541829);
    width: 100%;
    height: 4px;
    border-radius: 30px;
    margin: 70px 0;
}

.timeline .year1,
.timeline .year {
    position: relative;
    width: 20%;
}

.timeline .year::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    width: 3px;
    height: 70px;
    margin: auto;
    background: linear-gradient(to bottom, #862A41, #541829);
}

.timeline .year1::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    width: 3px;
    height: 70px;
    margin: auto;
    background: linear-gradient(to bottom, #862A41, #541829);
}

.timeline .year1 span,
.timeline .year span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #541829;
}

.timeline .year1 p,
.timeline .year p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}


/* about us page css end */

/* project listing page css start */

.explore .col-lg-6:first-child {
    /* background: #07283B; */
    background: linear-gradient(to bottom, #862A41, #541829);
}

.explore .left-side h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.explore .left-side p {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #AAAAAA;
}

.explore .left-side::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 50%;
    background: url('../images/explore1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.explore img {
    width: 100%;
    height: auto;
}

.standout h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #07283B;
}

.standout p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #07283B;
}

.standout span {
    font-weight: 500;
    font-size: 64px;
    line-height: 70px;
    text-transform: capitalize;
    color: #07283B;
}

.standout .counting p {
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #07283B;
}

/* project listing page css end */

/* project details page css start */

.details span {
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #07283B;
}

.details p {
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}

.info .left-area span {
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #040405;
}

.info .left-area h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #07283B;
}

.info .left-area .las p {
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666565;
}

.info .left-area .las a,
.info .left-area .las span {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
}

.info .left-area .las a:hover {
    color: #790625;
}

.info .left-area .las a:hover svg {
    fill: #790625;
}



.info .left-area {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.info .col-lg-6:last-child {
    border-left: 1px solid #D9D9D9;
}

.info .right span {
    font-weight: 500;
    font-size: 32px;
    line-height: 142%;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #07283B;
}

.info .right p {
    font-weight: 500;
    font-size: 18px;
    line-height: 153%;
    text-transform: capitalize;
    color: #07283B;
}

.info .right h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -5%;
    text-transform: uppercase;
    color: #790625;
}

.info .right .why .accordion-body li {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #07283B;
}

.info .right .usps ul li {
    font-size: 24px;
}

.info .right .usps ul li img {
    width: 25px;
    height: 25px;
    margin-left: 2%;
    margin-right: 5%;
}

.info .right .amenities ul {
    /* list-style-type: none; */
    padding-left: 20px;
}

.info .right .amenities ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #07283B;
}

.info .right .amenities ul li img {
    width: auto;
    height: 35px;
    margin-right: 10px;
}

/* project details page css end */

/* expertise page css start */

.expertise {
    background: #790625;
}


.expertise h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.expertise img {
    width: 100%;
    height: auto;
}

.modal .warehouse span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #07283B;
}

.modal .warehouse p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #07283B;
    margin: 0;
}

.sector .sticky-title {
    top: 90px;
    border: 1px solid #bbbbbb;
    border-left: none;
}

.sector .sector-item {
    border: 1px solid #bbbbbb;
}

.sector h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #000000;
}

.sector img {
    width: 100%;
    height: auto;
}

.sector span {
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #07283B;
}

.sector p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #07283B;
}

.sector button {
    background: linear-gradient(to bottom, #862A41, #541829);
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 8px 25px;
    border: 1px solid #790625;
}

.sector button:hover {
    background: #790625;
    color: #ffffff;
}

/* expertise page css end */

/* contact page css start */

.contact-us h2 {
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
    /* text-transform: uppercase; */
    color: #07283B;
}

.contact-us span {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -5%;
    text-transform: capitalize;
    color: #07283B;
}

.contact-us .inquiry span {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -5%;
    text-transform: uppercase;
    color: #07283B;
}

.contact-us .inquiry p,
.contact-us .inquiry a {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #07283B;
    position: relative;
    padding-left: 30px;
}

.contact-us .inquiry a:hover {
    color: #790625;
}

.contact-us .inquiry p svg,
.contact-us .inquiry a svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.contact-us .card {
    background: #00000011;
}



/* .contact-us::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bbbbbb;
} */

/* .contact-us .inquiry {
    border: 1px solid #bbbbbb;
}

.contact-us .form-control {
    border: 1px solid #bbbbbb;
} */

/* contact page css end */

/* Mobile */
@media (max-width: 767px) {

    .right-area,
    .desk-view {
        display: none;
    }

    header.px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    header .mx-4 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    header .menu-area button,
    header .menu-area a {
        font-size: 16px;
        line-height: 25px;
    }

    header .mobile-view {
        display: block;
    }

    header .menu-list {
        top: 0;
        width: 95%;
        height: 100vh;
    }

    header .menu-list .close button,
    header .menu-list .close a {
        font-size: 18px;
        line-height: 25px;
    }

    header .menu-list ul li {
        margin-bottom: 25px;
    }

    header .menu-list ul li a {
        font-size: 20px;
        line-height: 30px;
    }

    header .menu-list .contact .email a {
        font-size: 16px;
        line-height: 25px;
    }

    .home {
        height: auto;
    }

    .home h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .home .content {
        bottom: 5%;
        left: 5%;
        width: 90%;
    }

    .home video {
        height: 100vh !important;
        object-fit: cover;
    }


    .trust {
        background-position: bottom;
        background-size: auto;
        height: 150px;
    }

    button.dark,
    a.dark {
        font-size: 16px;
        line-height: 22px;
    }

    .py-3 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .count-area span {
        font-size: 30px;
        line-height: 40px;
        display: block;
        margin-bottom: 20px;
    }

    .count-area p {
        margin: 0;
    }

    .count-area .col-lg-4 {
        padding: 50px 0;
    }

    .count-area .col-lg-4:nth-child(2) {
        padding: 0;
        margin: 20px 0;
    }

    .count-area .central-area {
        height: auto;
        padding: 20px !important;
    }

    .count-area .central-area p {
        font-size: 15px;
        line-height: 24px;
    }

    .pb-70 {
        padding-bottom: 50px;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .flats-home .content p {
        font-size: 16px;
        line-height: 25px;
    }

    .flats-home .content .type span {
        font-size: 25px;
        line-height: 35px;
    }

    .flats-home .content .counter p span {
        font-size: 35px;
        line-height: 45px;
    }

    .flats-home .content .row {
        row-gap: 30px;
    }

    .flats-home .content .row .col-lg-4.text-center {
        width: 50%;
    }

    .flats-home .content .row .col-lg-4.text-center:last-child {
        width: 100%;
    }

    .w-75 {
        width: 100% !important;
    }

    .our-projects h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .our-projects p.w-50 {
        width: 100% !important;
    }

    section.our-projects.w-75.mx-auto.pt-70.pb-70.overflow-hidden {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .our-commitments.mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .our-commitments .mt-70 {
        margin-top: 0px;
    }

    .our-commitments .mb-70 {
        margin-bottom: 40px;
    }

    .our-commitments .head h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .our-commitments .head {
        bottom: 5px;
        left: 5px;
        width: 80%;
    }

    .our-commitments .content {
        top: 5px;
        right: 5px;
        width: 90%;
    }

    .our-commitments .content p {
        font-size: 12px;
        line-height: 20px;
    }

    .why {
        padding-top: 0;
    }

    .why.mx-5 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .why p.w-50 {
        width: 90% !important;
    }

    .why h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .why p,
    .our-projects p {
        font-size: 16px;
        line-height: 25px;
    }

    .why .img-content p {
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .why .why-item.p-4 {
        padding: 15px !important;
    }

    .why .why-item span {
        font-size: 22px;
        line-height: 30px;
    }

    .why .why-item p {
        font-size: 15px;
    }

    .ongoing .w-50 {
        width: 80% !important;
    }

    .ongoing h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .ongoing .flatsnew .row.mx-4 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .ongoing .flatsnew .col-lg-1 {
        display: none;
    }

    .ongoing .flatsnew .col-lg-6,
    .ongoing .flatsnew .col-lg-5 {
        width: 50%;
    }

    .ongoing .left span {
        font-size: 20px;
        line-height: 30px;
    }

    .ongoing .left p {
        font-size: 15px;
        line-height: 25px;
    }

    .ongoing .left img {
        height: auto;
        width: 100%;
    }

    .ongoing .left iframe {
        height: 150px;
    }

    .ongoing .right .types span {
        font-size: 15px;
        line-height: 30px;
    }

    .ongoing .right .flat-count {
        font-size: 20px;
        line-height: 30px;
    }

    .ongoing .right .flat-count span {
        font-size: 18px;
        line-height: 28px;
    }

    .shaping.mx-4 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .shaping .content {
        position: unset;
        width: 100%;
        margin: 20px auto auto;
    }

    .shaping .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .shaping .content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .shaping .content h2.mb-4 {
        margin-bottom: .5rem !important;
    }

    .shaping .content p {
        font-size: 15px;
        line-height: 25px;
    }

    .shaping .text-end {
        text-align: left !important;
    }

    a.light {
        font-size: 18px;
        line-height: 25px;
        margin: 30px 0 15px;
    }



    footer.mx-5 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    footer .mb-5 {
        margin-bottom: 10px !important;
    }

    footer ul.links.m-0 {
        margin-bottom: 20px !important;
    }

    footer .mb-3 {
        margin-bottom: 8px !important;
    }

    footer ul li a {
        font-size: 18px;
        line-height: 28px;
    }

    footer .mb-5 a img {
        width: 150px;
        height: auto;
    }

    footer .me-4 {
        margin-right: 0rem !important;
    }

    footer .address a,
    footer .address p {
        font-size: 16px;
        line-height: 25px;
    }

    footer .address span,
    footer .social span {
        font-size: 18px;
        line-height: 28px;
    }

    footer .copyright span {
        font-size: 15px;
        line-height: 25px;
    }

    footer .mt-5 {
        margin-top: 0rem !important;
    }

    .crafting .mx-4 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .crafting img {
        width: 100%;
        height: 30vh;
        object-fit: cover;
    }

    .crafting h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .crafting p {
        font-size: 16px;
    }

    .about h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .about p {
        font-size: 16px;
        line-height: 25px;
    }

    .about .mx-4 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .about .ms-5 {
        margin-left: 0rem !important;
    }

    .about .me-5 {
        margin-right: 0rem !important;
    }

    .about .row-gap-5 {
        row-gap: 2rem !important;
    }

    .about .p-3 {
        padding: 0 1rem !important;
    }

    .founder.mx-4 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .team h2,
    .founder h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .founder .d-flex {
        flex-wrap: wrap;
    }

    .founder .content p,
    .founder .name p,
    .founder .info p {
        font-size: 16px;
        line-height: 25px;
    }

    .team.mx-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .team .row {
        row-gap: 20px;
    }

    .team .row.mb-5 {
        margin-bottom: 0 !important;
    }

    .team .img span {
        font-size: 20px;
        line-height: 30px;
    }

    .timeline .w-75 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .timeline .w-75 .d-flex {
        flex-wrap: wrap;
        width: 45% !important;
        gap: 40px;
    }

    .timeline .w-75 .d-flex.justify-content-between.w-75.mx-auto {
        margin: 40px 0 0 !important;
        gap: 30px;
    }

    .timeline .line {
        width: 5px;
        height: auto;
        border-radius: 30px;
        margin: 0;
    }

    .timeline .year1,
    .timeline .year {
        position: relative;
        width: 100%;
    }

    .timeline .year1 span,
    .timeline .year span {
        font-size: 20px;
        line-height: 30px;
    }

    .timeline .year1 p,
    .timeline .year p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 0px;
    }

    .timeline .year::after {
        bottom: 0px;
        top: 15px;
        width: 25px;
        height: 3px;
        margin: 0;
    }

    .timeline .year1::before {
        left: auto;
        right: 0;
        top: 15px;
        width: 25px;
        height: 3px;
        margin: 0;
    }

    .expertise img {
        height: 80vh;
        object-fit: cover;
    }

    .expertise h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0rem !important;
    }

    .sector .mx-4 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .sector .p-4 {
        padding: .8rem !important;
    }

    .sector h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .sector .sticky-title {
        border: none;
    }

    .sector span {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0%;
    }

    .standout p,
    .sector p {
        font-size: 15px;
        line-height: 25px;
    }

    .sector button {
        font-size: 15px;
        padding: 5px 15px;
    }

    .standout span,
    .standout h2,
    .explore .left-side h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .explore .left-side p {
        font-size: 15px;
        margin-top: 1rem !important;
    }

    .standout .mx-4 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .standout .content .d-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .standout .content .d-flex .counting {
        width: 100%;
    }

    .standout .counting p {
        font-size: 15px;
    }

    .our-projects .row.mx-5.row-gap-4,
    .our-projects .row.mx-5.row-gap-4.mb-70 {
        margin-right: -5px !important;
        margin-left: -5px !important;
    }

    .details span,
    .our-projects .projects .content span {
        font-size: 25px;
        line-height: 35px;
    }

    .our-projects a.light {
        font-size: 15px;
        margin: 15px 0 15px !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .our-projects iframe {
        height: auto;
    }

    .our-projects {
        padding-bottom: 0px;
    }

    .details .mx-4 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .details p {
        font-size: 20px;
        line-height: 30px;
    }

    .info {
        padding-top: 0px;
    }

    .info .mx-4 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .info .left-area h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    .info .left-area img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .info .left-area .las {
        margin-top: 20px;
    }

    .info .left-area .las a,
    .info .left-area .las span {
        font-size: 16px;
    }

    .info .right.ps-4 {
        padding-left: 0rem !important;
    }

    .info .right h2 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0%;
    }

    .why .accordion-item button {
        font-size: 18px;
        padding: 10px;
    }

    .info .right .amenities ul li {
        font-size: 16px;
        line-height: 25px;
        width: 100% !important;
    }

    .contact-us.pb-70 {
        padding-bottom: 0px;
    }

    .contact-us .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .contact-us h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    .contact-us span {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%;
    }

    .contact-us .card.p-4 {
        padding: .5rem !important;
    }

    .contact-us .inquiry span {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0%;
        display: block;
        margin-top: 40px;
    }

    .contact-us .inquiry p,
    .contact-us .inquiry a {
        font-size: 16px;
        padding-left: 25px;
    }

    .contact-us .py-4 {
        padding-bottom: 0rem !important;
    }

    .contact-us .mb-3 {
        margin-bottom: 0rem !important;
    }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Laptop */
@media (min-width: 1025px) and (max-width: 1440px) {}

@media (min-width: 1441px) and (max-width: 1580px) {}



/* Desktop */
@media (min-width: 2001px) and (max-width: 3000px) {

    button.dark,
    a.dark,
    a.light {
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
    }

    .count-area span {
        font-size: 90px;
        line-height: 120px;
    }

    .count-area p {
        font-size: 20px;
        line-height: 40px;
    }

    .count-area .central-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 100px;
    }

    .count-area .central-area p {
        font-size: 24px;
        line-height: 35px;
        margin: 0;
    }

    .our-projects h2 {
        font-weight: 600;
        font-size: 50px;
        line-height: 60px;
    }

    .our-projects p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-commitments .head,
    .our-commitments .content {
        width: 40%;
    }

    .our-commitments .head h2 {
        font-size: 60px;
        line-height: 75px;
    }

    .our-commitments .content p {
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
    }

    .why h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .why .img-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .why .why-item span {
        font-size: 30px;
        line-height: 40px;
    }

    .why p,
    .why .why-item p {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .shaping .content {
        width: 70%;
    }

    .shaping .content p {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
    }

    .explore .left-side p {
        font-size: 22px;
        line-height: 35px;
    }

    .explore .left-side::before {
        width: 100%;
        height: 70%;
        background-position: center;
    }

    .standout h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .standout p {
        font-weight: 500;
        font-size: 24px;
        line-height: 35px;
    }

    .standout .counting p {
        font-size: 22px;
        line-height: 35px;
    }

    .contact-us .inquiry p,
    .contact-us .inquiry a {
        font-size: 25px;
        line-height: 40px;
        padding-left: 40px;
    }

    .contact-us .form-control {
        font-size: 22px;
        line-height: 35px;
    }

    .contact-us .inquiry p svg {
        top: 10px;
        width: 30px;
        height: 30px;
    }

    .contact-us .inquiry a svg {
        bottom: 0;
        margin: auto;
        width: 25px;
        height: 25px;
    }

    .sector span {
        font-size: 45px;
        line-height: 55px;
    }

    .sector p {
        font-size: 22px;
        line-height: 32px;
    }

    .about p {
        font-size: 22px;
        line-height: 35px;
    }

    .founder .name p,
    .founder .info p {
        font-size: 22px;
        line-height: 32px;
    }

    .founder .content p {
        font-size: 24px;
        line-height: 35px;
    }

    .team h2 {
        font-size: 50px;
        line-height: 60px;
    }

    /* .team .img img {
        width: ;
        height: 550px;
    } */

    .our-projects .projects iframe {
        height: 712px;
    }

    .info .right .why .accordion-body li {
        font-size: 22px;
        line-height: 32px;
    }

    .info .right .amenities ul li {
        font-size: 25px;
        line-height: 35px;
    }

    header .link button,
    header .link a {
        font-size: 22px;
        line-height: 35px;
    }

    footer ul li a {
        font-size: 25px;
        line-height: 40px;
    }

    footer .address a,
    footer .address p {
        font-size: 22px;
        line-height: 35px;
    }

    .modal .warehouse span {
        font-size: 25px;
        line-height: 35px;
    }

    .modal .warehouse p {
        font-size: 20px;
        line-height: 30px;
    }

    .info .left-area .las p {
        font-size: 20px;
        line-height: 30px;
    }

    .info .left-area .las a,
    .info .left-area .las span {
        font-size: 22px;
        line-height: 32px;
    }
}