/* Banner css start  */
.banner {
  margin-top: 70px;
  height: calc(100vh - 70px);
}
.bannerImgDiv {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.bannerSlider {
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
}
section.banner .banner_img {
    position: relative;
}
.mobile_banner {
    display: none;
}
section.banner .banner_img .bannerImgDiv .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
section.banner .banner_content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 9;
}

section.banner .luxury_heading h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

section.banner .luxury_heading span {
    color: #ffffff;
    text-transform: uppercase;
}

section.banner .banner_pera p {
    color: #fff;
    font-size: 22px;
    font-family: 'SpaceGrotesk-SemiBold';
    line-height: 1;
}
section.banner .banner_img {
    position: relative;
    height: 100%;
}
section.banner .banner_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Banner css end  */


/* about us section css start  */


/* .aboutus {
    height: 13vh;
} */

.aboutus .container {
    height: 100%;
}

.aboutus .container .row {
    height: 100%;
}

.aboutus .container .row.align-items-center .col-lg-4 {
    height: 100%;
}

.flex_counter {
    display: flex;
    align-items: center;
}

.counter-box {
    display: flex;
    height: 100%;
}

.counter-header {
    font-size: 45px;
    font-weight: 400;
    border-left: 1px solid #707070;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    font-family: 'SpaceGrotesk-SemiBold';
    padding: 10px 0 10px 35px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.counter-header::after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 50%;
    background: #d8b15a;
    z-index: 11;
}

.counter-header sup {
    font-size: 45px;
    top: 0;
}

.counter-header p {
    color: #d8b15a;
    font-size: 16px;
    text-transform: uppercase;
    margin-block: 0;
}

.counter-txt {
    padding-left: 35px;
    display: flex;
    align-items: center;
}

.counter-txt p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}


/* about us section css end  */


/* India dubai section css start  */

section.india_dubai .row {
    position: relative;
}

section.india_dubai .row .col-lg-6:nth-child(1) {
    padding-right: 60px;
}

section.india_dubai .row .col-lg-6:nth-child(2) {
    padding-left: 60px;
}

section.india_dubai .india_dubai_wrp {
    display: flex;
    height: 100%;
    column-gap: 15px;
}

section.india_dubai .india_dubai_wrp .india_dubai_right_content {
    background-color: #000000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    width: 50%;
    row-gap: 15px;
}

section.india_dubai .flag img {
    width: 60px;
}

section.india_dubai .india_dubai_text p {
    margin-bottom: 0;
}

section.india_dubai .india_dubai_img {
    width: 50%;
}

section.india_dubai .india_dubai_img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

section.india_dubai .india_dubai_text h3 {
    text-transform: uppercase;
    font-size: 30px;
}

section.india_dubai .centre_arrow {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #000000;
    width: fit-content;
    margin: 0px auto;
    z-index: -1;
    padding: 15px;
}

section.india_dubai .centre_arrow img {
    width: 90px;
}


/* India dubai section css end  */


/* Project Page section css start  */

section.projects {
    position: relative;
    border-radius: 20px;
}

section.projects::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/home-new/project-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

section.projects .projects_tab {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

section.projects .projects_tab .project_image {
    width: 60%;
    margin: 0px auto;
    position: relative;
}

section.projects .projects_tab .project_image a {
  display: block;
  position: relative;
}

section.projects .projects_tab .project_image a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
}

section.projects .projects_tab .project_image .luxury_heading {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
}

section.projects .projects_tab .project_image img {
    border-radius: 20px;
}

section.projects .projects_tab .nav-item {
    width: 25%;
    text-align: center;
    margin: 0px auto;
}

section.projects .projects_tab .nav-item:last-child .nav-link {
    border-right: 0;
}

section.projects .projects_tab .nav-item:last-child .nav-link.active {
    border-right: 0;
}

section.projects .projects_tab .nav-tabs {
    border-bottom: 0;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

section.projects .projects_tab .nav-tabs .nav-link {
    width: 100%;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'SpaceGrotesk-Medium';
    transition: .5s;
    border-right: 1px solid #ffffff;
    border-radius: 0;
}

section.projects .projects_tab .nav-tabs .nav-item.show .nav-link,
section.projects .projects_tab .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    color: #d8b15a;
    transform: translateY(-20px);
    border-right: 1px solid #ffffff;
}


/* Project Page section css end  */


/* Why choose section css start  */

section.why_choose .why_choose_grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

section.why_choose .why_choose_wrp {
    height: 270px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    width: 25%;
}

section.why_choose .why_choose_heading.card2 {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

section.why_choose .why_choose_wrp.card4 {
    margin-left: 60px;
    margin-top: 30px;
}

section.why_choose .why_choose_wrp.card6 {
    margin-right: 60px;
    margin-top: 30px;
}

section.why_choose .why_choose_wrp.card5 {
    margin-top: 90px;
}

section.why_choose .whychoose_icon img {
    width: 80px;
}

section.why_choose .whychoose_text p {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'SpaceGrotesk-SemiBold';
}


/* Why choose section css end  */


/* Most Popular developer section css start  */

section.developer {
    overflow: hidden;
    position: relative;
}

section.developer .developer-slider {
    margin-top: 20px;
}

section.developer .developer-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

section.developer .developer-slider .swiper-wrapper,
section.developer .developer-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

section.developer .developer-slider .swiper-slide,
section.developer .developer-slider .swiper-slide {
    width: auto;
}

section.developer .developer_wrp {
    text-align: center;
}

section.developer .developer_wrp .developer_image img {
    width: 100%;
    border-radius: 10px;
}

section.developer .developer_logo img {
    width: 100px;
    margin-top: 15px;
}
/* Most Popular developer section css end  */

@media only screen and (max-width: 1320px) {
    .container {
        max-width: 1140px;
    }
    p,
    a,
    input,
    li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner {
        height: auto;
    }
    .container {
        max-width: 1020px;
    }
    p,
    a,
    input,
    li {
        font-size: 12px;
    }
    .small_heading img {
        width: 14px;
    }
    .margin_top {
        margin-top: 40px;
    }
    .padding_top_bottom {
        padding: 40px 0px;
    }
    .luxury_heading h2 {
        font-size: 25px;
    }
    .common_btn_large a {
        padding: 10px 20px;
        border-radius: 5px;
    }
    section.banner .luxury_heading h1 {
        font-size: 30px;
    }
    section.banner .luxury_heading span {
        font-size: 14px;
    }
    section.banner .banner_content {
        bottom: 20px;
    }
    section.india_dubai .india_dubai_text h3 {
        font-size: 22px;
    }
    section.india_dubai .flag img {
        width: 60px;
    }
    section.why_choose .whychoose_text p {
        font-size: 16px;
    }
    section.why_choose .whychoose_icon img {
        width: 60px;
    }
    section.why_choose .why_choose_wrp {
        padding: 20px;
        border-radius: 10px;
        height: 240px;
    }
    section.developer .developer_logo img {
        width: 80px;
        margin-top: 10px;
    }
    /* counter css start  */
    .counter-box {
        display: flex;
    }
    .counter-header {
        font-size: 25px;
        width: 40%;
        padding-left: 25px;
    }
    .counter-header sup {
        font-size: 25px;
    }
    .counter-header p {
        font-size: 12px;
    }
    .counter-txt p {
        font-size: 14px;
    }
    .counter-txt {
        width: 60%;
        padding-left: 0px;
    }
    /* counter css end  */
}

@media only screen and (max-width: 991px) {
    p,
    a,
    input,
    li {
        font-size: 14px;
    }
    .common_btn_large a {
        padding: 12px 30px;
        border-radius: 5px;
    }
    .margin_top {
        margin-top: 40px;
    }
    .margin_round {
        margin: 10px 10px 0px 10px;
    }
    .padding_top_bottom {
        padding: 40px 0px;
    }
    .small_heading {
        margin-bottom: 10px;
    }
    .luxury_heading h2 {
        font-size: 25px;
    }
    /* Home Banner section css start  */
    section.banner .luxury_heading h1 br {
        display: none;
    }
    section.banner .banner_img::before {
        background: #00000087;
    }
    section.banner .banner_content {
        bottom: 20px;
    }
    section.banner .banner_pera p {
        font-size: 16px;
        line-height: 1.2;
    }
    section.banner .banner_pera p br {
        display: none;
    }
    /* Home Banner section css end  */
    /* About us section css start  */
    section.aboutus .small_heading {
        margin-left: 0;
    }
    /* counter css start  */
    .aboutus {
        height: auto;
        padding: 30px 0px;
    }
    .counter-box {
        display: flex;
        border-bottom: 1px solid #606060;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .counter-header {
        font-size: 30px;
        padding-left: 0;
        border-left: 0;
        width: 40%;
    }
    .counter-header::after {
        background: none;
    }
    .counter-header sup {
        font-size: 30px;
    }
    .counter-header p {
        font-size: 14px;
    }
    .counter-txt p {
        font-size: 16px;
    }
    .counter-txt {
        width: 60%;
        padding-left: 0px;
    }
    /* counter css end  */
    /* About us section css end  */
    /* India dubai section css start  */
    section.india_dubai .row .col-lg-6:nth-child(1) {
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }
    section.india_dubai .row .col-lg-6:nth-child(2) {
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    section.india_dubai .flag img {
        width: 50px;
    }
    section.india_dubai .india_dubai_text h3 {
        font-size: 22px;
    }
    section.india_dubai .centre_arrow {
        display: none;
    }
    section.india_dubai .india_dubai_wrp {
        column-gap: 10px;
    }
    section.india_dubai .row {
        row-gap: 10px;
    }
    section.india_dubai .india_dubai_wrp .india_dubai_right_content {
        padding: 15px;
    }
    section.india_dubai .india_dubai_map img {
        object-fit: cover;
        height: 300px;
        object-position: right;
    }
    /* India dubai section css end  */
    /* Projects section css start  */
    section.projects {
        border-radius: 10px;
    }
    section.projects::before {
        top: 0%;
    }
    section.projects .projects_tab .project_image .luxury_heading {
        top: 15px;
    }
    section.projects .projects_tab {
        margin-top: 0px;
    }
    section.projects .projects_tab .project_image img {
        border-radius: 10px;
    }
    section.projects .projects_tab .nav-tabs .nav-link {
        padding: 0;
    }
    section.projects .projects_tab .nav-tabs .nav-item.show .nav-link,
    section.projects .projects_tab .nav-tabs .nav-link.active {
        transform: none;
    }
    section.projects .projects_tab .nav-tabs {
        margin-top: 15px;
        row-gap: 20px;
    }
    /* Projects section css end  */
    /* Why choose section css start  */
    section.why_choose .why_choose_grid {
        row-gap: 10px;
        column-gap: 10px;
        justify-content: center;
    }
    section.why_choose .why_choose_wrp {
        width: 32%;
        padding: 15px;
        height: 180px;
    }
    section.why_choose .whychoose_icon img {
        width: 50px;
    }
    section.why_choose .why_choose_heading.card2 {
        width: 100%;
        order: -1;
    }
    section.why_choose .whychoose_text p {
        font-size: 16px;
    }
    section.why_choose .why_choose_wrp.card4 {
        margin-left: 0;
        margin-top: 0;
    }
    section.why_choose .why_choose_wrp.card5 {
        margin-top: 0;
    }
    section.why_choose .why_choose_wrp.card6 {
        margin-right: 0;
        margin-top: 0;
    }
    /* Why choose section css end  */
    /* Developer section css start  */
    section.developer .developer-slider {
        margin: 0px 20px;
        margin-top: 10px;
    }
    /* Developer section css end  */
}

@media only screen and (max-width: 767px) {
    .desktop_banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
    .fix-mobile-strip {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 0 5px #696969;
    }
    .fix-mobile-strip ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .fix-mobile-strip ul li {
        width: 50%;
        text-align: center;
    }
    .fix-mobile-strip ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        background-color: #c08831;
        padding: 10px;
        font-size: 16px;
    }
    a.whatsapp {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 44px;
        height: 44px;
    }
}

@media only screen and (max-width: 575px) {
    p,
    a,
    input,
    li,
    button {
        font-size: 14px;
    }
    .common_btn_large a {
        padding: 12px 30px;
        border-radius: 5px;
    }
    .margin_top {
        margin-top: 40px;
    }
    .margin_round {
        margin: 10px 10px 0px 10px;
    }
    .padding_top_bottom {
        padding: 40px 0px;
    }
    .small_heading {
        margin-bottom: 15px;
    }
    .luxury_heading h2 {
        font-size: 25px;
    }
    .desktop_banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
    /* Home Banner section css start  */
    section.banner .luxury_heading h1 br {
        display: none;
    }
    section.banner .banner_img::before {
        background: #00000087;
    }
    section.banner .banner_content {
        bottom: 20px;
    }
    section.banner .banner_pera p {
        font-size: 16px;
        line-height: 1.2;
    }
    section.banner .banner_pera p br {
        display: none;
    }
    /* Home Banner section css end  */
    /* About us section css start  */
    /* counter css start  */
    .aboutus {
        height: auto;
    }
    .counter-box {
        display: flex;
        border-bottom: 1px solid #606060;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .counter-header {
        font-size: 30px;
        padding-left: 0;
        border-left: 0;
        width: 40%;
    }
    .counter-header::after {
        background: none;
    }
    .counter-header sup {
        font-size: 30px;
    }
    .counter-header p {
        font-size: 14px;
    }
    .counter-txt p {
        font-size: 16px;
    }
    .counter-txt {
        width: 60%;
        padding-left: 0px;
    }
    /* counter css end  */
    section.aboutus .small_heading {
        margin-left: 0;
    }
    /* About us section css end  */
    /* India dubai section css start  */
    section.india_dubai .row .col-lg-6:nth-child(1) {
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }
    section.india_dubai .row .col-lg-6:nth-child(2) {
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    section.india_dubai .flag img {
        width: 50px;
    }
    section.india_dubai .india_dubai_text h3 {
        font-size: 22px;
    }
    section.india_dubai .centre_arrow {
        display: none;
    }
    section.india_dubai .india_dubai_wrp {
        column-gap: 10px;
    }
    section.india_dubai .row {
        row-gap: 10px;
    }
    section.india_dubai .india_dubai_wrp .india_dubai_right_content {
        padding: 15px;
    }
    section.india_dubai .india_dubai_map img {
        object-fit: cover;
        height: 300px;
        object-position: right;
    }
    /* India dubai section css end  */
    /* Projects section css start  */
    section.projects {
        border-radius: 10px;
    }
    section.projects::before {
        top: 0%;
    }
    section.projects .projects_tab .project_image .luxury_heading {
        top: 15px;
    }
    section.projects .projects_tab .project_image {
        width: 100%;
    }
    section.projects .projects_tab .nav-item {
        width: 50%;
    }
    section.projects .projects_tab {
        margin-top: 0px;
    }
    section.projects .projects_tab .project_image img {
        border-radius: 10px;
    }
    section.projects .projects_tab .nav-tabs .nav-link {
        padding: 0;
    }
    section.projects .projects_tab .nav-item:nth-child(2) .nav-link {
        border-right: 0;
    }
    section.projects .projects_tab .nav-tabs .nav-item.show .nav-link,
    section.projects .projects_tab .nav-tabs .nav-link.active {
        transform: none;
    }
    section.projects .projects_tab .nav-tabs {
        margin-top: 15px;
        row-gap: 20px;
    }
    /* Projects section css end  */
    /* Why choose section css start  */
    section.why_choose .why_choose_grid {
        row-gap: 10px;
        column-gap: 10px;
        justify-content: center;
    }
    section.why_choose .why_choose_wrp {
        width: 48%;
        padding: 15px;
        height: 180px;
    }
    section.why_choose .whychoose_icon img {
        width: 50px;
    }
    section.why_choose .why_choose_heading.card2 {
        width: 100%;
        order: -1;
    }
    section.why_choose .whychoose_text p {
        font-size: 16px;
    }
    section.why_choose .why_choose_wrp.card4 {
        margin-left: 0;
        margin-top: 0;
    }
    section.why_choose .why_choose_wrp.card5 {
        margin-top: 0;
    }
    section.why_choose .why_choose_wrp.card6 {
        margin-right: 0;
        margin-top: 0;
    }
    /* Why choose section css end  */
    /* Developer section css start  */
    section.developer .developer-slider {
        margin: 0px 20px;
        margin-top: 10px;
    }
    /* Developer section css end  */
}