@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box; 
    font-family: "Open sans" !important;
}

:root {
    --main-color: #00b1ed;
    --golden-color: #ff7c00;
    --white-color: #FFFFFF;
    --gray-color: #666666;
    --black-color: #000000;
    --button: #00557A;
    --color-1: #9C9C9C;
}

a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 18px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

a:hover {
    color: var(--main-color);
}

.button, .emi_form .emi_inner input.button {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    background: var(--black-color);
    border: 1px solid var(--black-color);
    padding: 10px 22px !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: var(--white-color);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    width: auto;
    text-align: center;
}

.button:hover, .emi_form .emi_inner input.button:hover {
    background: transparent;
    color: var(--black-color);
}

li {
    list-style: none;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

img,
iframe {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

iframe {
    border: 3px solid #e0e0e0 !important;
    outline: none;
}

.container-fluid {
    padding: 0px 48px;
}

section {
    margin-bottom: 144px;
}

.container-fluid hr {
    margin-bottom: 144px;
}

/* header */
.main-header {
    padding: 28px 0px;
    border-bottom: 1px solid #f3f3f3;
}

.main-header .logo-img {
    width: 200px;
}

.main-header .contact-button .button {
    border-color: var(--black-color);
    background: transparent;
    color: var(--black-color);
}

.main-header .contact-button .button:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.navbars ul.menu-ul a {
    font-size: 16px;
    font-weight: 400;
}

/* hero slide-------------------------------------------------
------------------------------------------------------------------ */
.hero-slide {
    /* background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,177,237,1) 100%); */
    /* padding: 50px 0px; */
    margin-top: 80px;
}

.hero-slide .hero-slide-text h1 {
    font-size: 68px;
    font-weight: 400;
}

.hero-slide .right-side-text h2 {
    font-size: 28px;
    font-weight: 500;
}

.hero-slide .right-side-text .work-related-text {
    font-size: 14px;
    min-block-size: 84px;
    font-weight: 400;
}

.hero-slide .right-side-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.hero-slide .slide_image {
    margin-top: 80px;
}

.hero-slide .slide_image .slide_image_inner .slide_preview img,
.hero-slide .slide_image .slide_image_inner .slide_preview {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.hero-slide .slide_image .swiper-pagination {
    font-size: 48px;
    font-weight: 500;
    color: var(--white-color);
    text-align: left;
    padding-left: 48px;
    bottom: 48px;
}

.hero-slide .slide_image .swiper-button-next:after,
.hero-slide .slide_image .swiper-button-prev:after {
    display: none;
}

.hero-slide .slide_image .swiper-button-next,
.hero-slide .slide_image .swiper-button-prev {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    background: #FFFFFF30;
    backdrop-filter: blur(8px);
    margin: 0px 48px;
    top: 46%;
}

.hero-slide .slide_image .swiper-button-next svg,
.hero-slide .slide_image .swiper-button-prev svg {
    width: 20px;
    color: var(--white-color);
}

.hero-slide .slide_preview {
    position: relative;
}

.hero-slide .slide_preview .perspective {
    position: absolute;
    bottom: 48px;
    right: 48px;
    font-size: 16px;
    font-weight: 500;
    text-align: end;
    padding: 0px;
    color: var(--white-color);
}



/* index section-------------------------------------------------
------------------------------------------------------------------ */
.index-section .container {
    padding: 80px 0px;
}

.first-section .container {
    border-bottom: 1px solid #e0e0e0;
}

.index-section .location {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
}

.index-section .section-heading {
    font-size: 27px;
}

.index-section .convenience {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.index-section .convenience .left {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-color);
}

.index-section .convenience .right {
    font-size: 16px;
    font-weight: 500;
}

/* first section-------------------------------------------------
------------------------------------------------------------------ */

.first-section .section-text-inner {
    margin-bottom: 40px;
}

.first-section .section-text-inner p {
    font-size: 16px;
    font-weight: 400;
}

.first-section .section-inner-headding h3 {
    font-size: 28px;
    margin-bottom: 48px;
    font-weight: 700;
}

.first-section .section-inner-headding .inner-p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}


/* second section-------------------------------------------------
------------------------------------------------------------------ */

.second-section .features h4 {
    font-size: 16px;
    font-weight: 500;
}


/* third section-------------------------------------------------
------------------------------------------------------------------ */

.third-section .plan-text {
    font-size: 28px;
    margin: 30px 0px;
}

.third-section .plan-button {
    margin-bottom: 80px;
}

/* fourth section-------------------------------------------------
------------------------------------------------------------------ */
/* .fourth-section .box {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-bottom: 50px;
} */

.fourth-section .box .main-text {
    font-size: 96px;
    font-weight: 400;
}

.fourth-section .box p {
    font-size: 16px;
    font-weight: 400;
}

/* fifth section-------------------------------------------------
------------------------------------------------------------------ */

.fifth-section .neighborhood .neighborhood-text {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.fifth-section .neighborhood p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.fifth-section .neighborhood .button {
    margin-bottom: 88px;
}

.fifth-section .neighborhood .image {
    position: relative;
}

.fifth-section .neighborhood .image .play-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 177, 237, 1) 100%); */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fifth-section .neighborhood .image .play-button .play-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* .fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg{
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    cursor: pointer;
} */
.fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg {
    padding: 17px 21px;
    background: var(--white-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg:before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    animation: pulseeffects 1.5s linear infinite;
}

.fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg:after {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    animation: pulseeffects 1.5s linear infinite;
    animation-delay: 0.4s;
}

@keyframes pulseeffects {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* .fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg:hover{
    background: var(--black-color);
} */
/* .fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg svg{
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
} */
/* .fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg:hover svg{
    fill: var(--white-color);
} */

/* sixth section-------------------------------------------------
------------------------------------------------------------------ */
.sixth-section .review-slide .slide .review-client-name {
    font-size: 96px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 8px;
}

.sixth-section .review-slide .slide .licensed-id {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}

.sixth-section .review-slide .slide .review-stars {
    margin-bottom: 30px;
}

.sixth-section .review-slide .slide p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.sixth-section .review-slide .slide .button {
    background: var(--black-color);
    border-color: var(--black-color);
}

.sixth-section .review-slide .slide .button:hover {
    background: transparent;
    color: var(--black-color);
}

.sixth-section .review-slide.testmonials-slides {
    padding-bottom: 100px;
}

.sixth-section .review-slide.testmonials-slides .swiper-pagination-bullet {
    padding: 10px;
    background: #d9d9d9;
}

.sixth-section .review-slide.testmonials-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding: 10px;
    background: #9a9a9a;
}

.emi_form {
    background: linear-gradient(180deg, #F1F7FA 0%, #9FD1E5 100%);
    border: 1px solid #25A2D3;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.emi_form .emi_inner h2 {
    font-size: 28px;
    font-weight: 700;
}

.emi_form .emi_inner span {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.emi_form .emi_inner span.wpcf7-spinner{
    margin-bottom: 0px;
}

.emi_form .emi_inner input, .emi_form .emi_inner select {
    width: 100%;
    display: block;
    /* margin-bottom: 20px; */
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    border: none;
    border-bottom: 1px solid #404040;
    padding: 0px 0px 14px 0px;
    outline: none;
    background: transparent;
    appearance: none;
}

.emi_form .emi_inner input::placeholder {
    color: var(--black-color);
}
.emi_form .emi_inner div p{
    margin-bottom: 0px;
}

.emi_form .emi_inner br{
    display: none;
}

.pending-project .project-heading {
    font-size: 76px;
    font-weight: 400;
}

.pending-project {
    background: #EFEFEF;
    padding: 85px 0px;
    margin-bottom: 88px;
}

.pending-project .project-pragraph {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 80px;
}

.pending-project .project_details .content {
    padding: 16px;
    border-bottom: 1px solid #9D9D9D;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pending-project .project_details .content .project-size {
    font-size: 22px;
    font-weight: 400;
}

.pending-project .image {
    margin-top: 60px;
}




/* footer ------------------------------------------------
---------------------------------------------------------- */
footer {
    background: #262626;
    color: var(--white-color);
    overflow: hidden;
}


footer .seven-section .looking_assistance span {
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 80px;
}

footer .seven-section .looking_assistance a {
    color: var(--white-color);
    font-size: 28px;
    margin-top: 20px;
}

footer .seven-section .looking_assistance a:hover {
    color: var(--main-color);
}

footer .seven-section .contact-form form input,
footer .seven-section .contact-form form textarea {
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    background: transparent;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 14px;
    margin-bottom: 48px;
}

footer .seven-section .contact-form form input::placeholder,
footer .seven-section .contact-form form textarea::placeholder {
    color: #9a9a9a;
}

footer .seven-section {
    padding: 144px 0px;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 0px;
}

footer .seven-section .contact-form form .button {
    background: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--white-color);
    display: inline-block;
    width: auto;
    /* padding-bottom: 10px !important; */
    margin-bottom: 0px !important;
    font-weight: 600;
}

footer .seven-section .contact-form form .button:hover {
    background: transparent;
    color: var(--white-color);
}

footer .main-footer {
    padding: 20px 0px;
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 0px;
}

footer .copyright {
    margin-bottom: 74px;
}

footer .main-footer .footer-logo img {
    width: 200px;
}

footer .main-footer .footer-nav ul li a {
    color: var(--color-1);
    font-size: 16px;
    font-weight: 400;
    margin-right: 30px;
}

footer .main-footer .footer-nav ul li a:hover {
    color: var(--main-color);
}

footer .main-footer .follow-us-icon a svg {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

footer .main-footer .follow-us-icon a:hover svg {
    fill: var(--main-color);
}

footer .copyright .text {
    font-size: 14px;
    color: var(--color-1);
    padding: 10px 0px;

}

.skytown-end {
    position: relative;
    height: 200px;
}

.skytown-end .skytown-text {
    font-size: 238px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    width: 100%;
    line-height: 1;
    color: var(--gray-color);
}


/* play button popup--------------------------------------------------
---------------------------------------------------------------------- */
.play-button-click {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    background: #00000080;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(1, 1);
    transform-origin: 0 0;
}

.play-button-click.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.play-button-click .click-to-show {
    height: 80%;
    width: auto;
    margin: auto;
    position: relative;
}

.play-button-click .click-to-show .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--button);
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
}

.play-button-click .click-to-show video {
    height: 100%;
    width: auto;
}

/* play button popup--------------------------------------------------
---------------------------------------------------------------------- */
.mobile-menus {
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* padding: 30px; */
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(1, 1);
    transform-origin: 0 0;
    overflow-y: scroll;
}

.mobile-menus.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.mobile-menus .mobile-menu-inner {
    background: var(--main-color);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0px 30px;
}

.mobile-menus .mobile-menu-inner nav ul li a {
    color: var(--black-color);
    padding: 10px 20px;
    display: block;
    border-top: 1px solid var(--white-color);
}

.mobile-menus .mobile-menu-inner nav ul li a:hover {
    color: var(--white-color);
}

.mobile-menus .mobile-menu-inner nav ul li:first-child a {
    border: none;
}

.mobile-menus .menu-close-icon {
    width: 100%;
    padding: 10px 30px;
    position: sticky;
    top: 0px;
    left: 0px;
    /* z-index: 9999; */
    background: var(--white-color);
    text-align: end;
}

.mobile-menus .menu-close-icon .menu-close-inner-icon {
    display: inline-block;
}
.page_title_wrapper h1{
    display: none;
}
.hero-slide .slide_preview .perspective p{
    margin-bottom: 0px;
}

footer .seven-section .contact-form form p, footer .seven-section .contact-form form p{
    margin-bottom: 0px;
}

.wpcf7-not-valid-tip{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.pending-project .project_details .content .project-button .button{
    display: flex;
    align-items: center;
}
.pending-project .project_details .content .project-button .button svg{
    margin-right: 5px;
}
#sync1 .owl-nav{
    display: none;
}


#sync2 .owl-prev,
#sync2 .owl-next{
    padding: 20px;
    height: 100%;
    top: 60px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}
#sync.owl-carousel .owl-stage-outer{
    z-index: 1;
}
#sync2 .owl-prev span,
#sync2 .owl-next span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666666;
    height: 44px;
    /* padding: 12px; */
    width: 44px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: #ffffff;
    position: absolute;
    /* margin: 0px 20px; */
    z-index: 1;
    /* top: 70px; */
}
#sync2 .owl-next span{
    right: 0px;
    left: auto;
}

#sync2{
    position: relative;
    margin-top: 20px;
}
#sync2::before {
    content: "";
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.8) 13%, rgba(255, 255, 255, 0) 60%);
    height: 100%;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* #sync2.owl-carousel .owl-stage-outer{
    z-index: 1;
} */

#sync2::after {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 33%, rgba(217, 217, 217, 0.8) 100%);
    height: 100%;
    width: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#sync1 .owl-dots,
#sync2 .owl-dots{
    display: none;
}
#sync2 .owl-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    /* height: 100%; */
    align-items: center;
    justify-content: space-between;
    /* padding: 20px; */
}
 
.index-section.second-section.gallery-bottom-space{
    margin-bottom: 119px;
}
.gallery-bottom-space .convenience:last-child{
    margin-bottom: 0px;
}

#sync2 .owl-item .item {
    cursor: pointer;
}





/* responsive--------------------------------------------------------------
--------------------------------------------------------------------------- */


@media (max-width: 1283px) {
    .hero-slide .hero-slide-text h1 {
        font-size: 80px;
    }
}
@media (max-width: 1254px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 52px;
    }
}
@media (max-width: 1099px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 46px;
    }
}


@media (max-width: 1199px) {
    .hero-slide .hero-slide-text h1 {
        font-size: 66px;
    }

    .hero-slide .right-side-text h2 {
        font-size: 20px;
    }

    .hero-slide .right-side-text .work-related-text {
        font-size: 12px;
    }
    .emi_form .emi_inner span {
        font-size: 22px;
    }

    .fourth-section .box .main-text {
        font-size: 60px;
    }

    .sixth-section .review-slide .slide .review-client-name {
        font-size: 80px;
    }

    .skytown-end .skytown-text {
        font-size: 180px;
        bottom: -50px;
    }

    .skytown-end {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .main-header .logo-img {
        width: 150px;
    }

    a {
        font-size: 16px;
    }

    .hero-slide .slide_image {
        margin-top: 40px;
    }

    section {
        margin-bottom: 74px;
    }
    .index-section.second-section.gallery-bottom-space {
        margin-bottom: 60px;
    }

    .container-fluid hr {
        margin-bottom: 74px;
    }

    .third-section .image iframe {
        height: 300px;
    }

    footer .seven-section .looking_assistance span {
        margin-top: 0px;
    }

    .skytown-end .skytown-text {
        font-size: 120px;
        bottom: -30px;
    }

    .skytown-end {
        height: 60px;
    }

    .fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg svg {
        height: 20px;
        width: 20px;
    }

    .play-button-click .click-to-show {
        height: auto;
        width: 90%;
    }

    .play-button-click .click-to-show video {
        height: auto;
        width: 100%;
    }

    .pending-project .project-heading {
        font-size: 56px;
    }
    .pending-project .project-pragraph {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .pending-project .project_details .content .project-size {
        font-size: 18px;
    }
    .fifth-section .neighborhood .image .play-button .play-btn-inner .play-svg {
        padding: 17px 18px;
    }
    footer .seven-section {
        padding: 74px 0px;
    }
    #sync2::before {
        width: 150px;
    }
    
    /* #sync2::after {
        width: 150px;
    } */
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 68px;
    }
}

@media (max-width: 890px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 54px;
    }
}

@media (max-width: 767px) {
    .hero-slide .slide_image .swiper-pagination {
        font-size: 30px;
        bottom: 20px;
    }

    .hero-slide .slide_preview .perspective {
        bottom: 20px;
        right: 40px;
        padding: 0px 10px;
    }

    .first-section .section-text-inner {
        margin-bottom: 20px;
    }

    .index-section .location {
        margin-bottom: 0px;
    }

    .index-section .container {
        padding: 30px 0px;
    }

    .skytown-end .skytown-text {
        font-size: 100px;
        bottom: -22px;
    }
    .hero-slide {
        margin-top: 40px;
    }
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 46px;
    }
}

@media (max-width: 700px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 42px;
    }
}
@media (max-width: 634px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 40px;
    }
}

@media (max-width: 575px) {
    .row {
        width: 100%;
        margin: auto;
    }
    .container-fluid {
        padding: 0px 20px;
    }

    .index-section .convenience {
        border-bottom: 1px solid #e0e0e0;
    }

    footer .seven-section .contact-form form input,
    footer .seven-section .contact-form form textarea {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .hero-slide .hero-slide-text h1 svg {
        height: 40px;
        width: 40px;
    }
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 42px;
    }
    #sync2::before {
        width: 50px;
    }
    
    #sync2::after {
        width: 50px;
    }
    #sync2 .owl-prev span, #sync2 .owl-next span {
        height: 34px;
        width: 34px;
    }
    .hero-slide .slide_image .swiper-pagination {
        bottom: 60px;
        width: auto;
    }
    .hero-slide .slide_preview .perspective {
        left: 40px;
        text-align: left;
        right: auto;
    }
    .hero-slide .slide_image .swiper-button-next, .hero-slide .slide_image .swiper-button-prev {
        height: 30px;
        width: 30px;
        margin: 0px 48px;
        top: 36%;
    }
    .hero-slide .slide_image .swiper-button-next svg, .hero-slide .slide_image .swiper-button-prev svg{
        height: 14px;
        width: 14px;
    }
    .hero-slide .slide_preview .perspective p{
        font-size: 12px;
    }
    .footer-nav ul .sidenav-item{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 540px) {
    .pending-project .project_details .content {
        padding: 10px;
    }
    .pending-project .project_details .content .project-size {
        font-size: 14px;
    }
    .pending-project .project_details .content .project-button .button {
        font-size: 12px;
    }
    .pending-project .project_details .content .project-button .button svg {
        height: 14px;
        width: 14px;
    }
    .pending-project .project_details .content .project-button .button {
        font-size: 12px;
        padding: 10px !important;
    }
}
@media (max-width: 536px) {
    .sixth-section .review-slide .slide .review-client-name {
        font-size: 60px;
        line-height: 1;
    }
}

@media (max-width: 504px) {
    .hero-slide .hero-slide-text h1 {
        font-size: 40px;
    }

    .first-section .section-inner-headding h3 {
        font-size: 24px;
    }

    .first-section .section-inner-headding .inner-p {
        font-size: 16px;
    }

    .first-section .section-inner-headding .prices .allprice {
        font-size: 40px;
    }

    .index-section .convenience .right {
        font-size: 16px;
    }

    .index-section .convenience .left {
        font-size: 16px;
    }

    .index-section .convenience {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }

    .fifth-section .neighborhood .neighborhood-text {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .sixth-section .review-slide .slide .licensed-id {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .sixth-section .review-slide .slide p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    footer .seven-section .looking_assistance span {
        font-size: 16px;
    }

    footer .seven-section .looking_assistance a {
        font-size: 22px;
    }

    .skytown-end .skytown-text {
        font-size: 60px;
        bottom: -20px;
    }
    footer .copyright {
        margin-bottom: 30px;
    }
    /* .pending-project .project_details .content .project-size {
        font-size: 15px;
    } */
    .button, .emi_form .emi_inner input.button {
        font-size: 15px;
        font-weight: 500;
    }
    
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 42px;
    }
    .pending-project .container{
        padding: 0px !important;
    }
    .pending-project .container .project_details{
        padding: 0px !important;
    }
}

@media (max-width: 460px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 38px;
    }
    .hero-slide .slide_image .swiper-pagination {
        font-size: 12px;
        bottom: 52px;
        padding-left: 20px;
    }

    .hero-slide .slide_image .swiper-button-next,
    .hero-slide .slide_image .swiper-button-prev {
        margin: 0px !important;
        top: 36%;
    }

    .hero-slide .slide_preview .perspective {
        bottom: 10px;
        /* right: 10px; */
        left: 20px;
        padding: 0px;
        font-size: 12px;
    }
}
@media (max-width: 406px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 30px;
    }
}

@media (max-width: 386px) {
    .hero-slide .hero-slide-text h1 {
        font-size: 32px;
    }

    .hero-slide .right-side-text h2 {
        font-size: 18px;
    }


    .index-section .section-heading {
        font-size: 22px;
    }

    .index-section .location {
        font-size: 16px;
    }

    .third-section .plan-text {
        font-size: 18px;
    }

    .button {
        font-size: 16px;
        padding: 6px 12px;
    }

    .fifth-section .neighborhood .neighborhood-text {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .fifth-section .neighborhood p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .fifth-section .neighborhood .button {
        margin-bottom: 20px;
    }
    
    .pending-project {
        margin-bottom: 20px;
    }

    .sixth-section .review-slide .slide .review-client-name {
        font-size: 40px;
        line-height: 1;
    }

    .fourth-section .box {
        margin-bottom: 20px;
    }
}


@media (max-width: 368px) {
    #sync2 .owl-prev, #sync2 .owl-next {
        top: 28px;
    }
}
.fullwidth {
    width: 100%;
}
.videoplay {
    width: 100%;
}