* {
    margin: 0;
    padding: 0;
     font-family: 'Times New Roman', Times, serif;
    
}

body {
    overflow-x: hidden;
}

.section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}
.visible {
    opacity: 1;
    transform: translateY(0);
}

.cor-slid {
    padding-top: 0px;
    /*min-height: 800px;*/
}

.cm-bgg {
    background-color: #EEE !important;
}

.lato-light,
.fw-light {
     font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000 !important;
    border-radius: 50%;
    padding: 2%;
    background-size: 24px;
}

.logo-img {
    width: 75% !important;
}

.nav-item .nav-link {
    /*text-transform: uppercase;*/
}

.lato-regular,
.fw-normal {
     font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
}

.fw-semibold {
     font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-style: normal;
}

.lato-bold,
.fw-bold {
     font-family: 'Times New Roman', Times, serif;
    font-weight: 700 !important;
    font-style: normal;
}

.lato-black {
     font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
     font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    font-style: italic;
}

/*Header */
.home .navbar-nav li {
    padding: 0px 20px;
}

.home .navbar-nav li .active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.home .navbar-nav li a {
    color: #3a6b8b !important;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar {
    z-index: 9;
    background-color: white;
}

#carouselExampleIndicators {

    z-index: 1;
}

.section {
    padding: 60px 0;
}

.section, section {
  padding: 60px 0;
}

.overview .heading {
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 42px;
    
    text-align: center;
    margin-bottom: 30px;
    font-weight: 100;
}

.main-heading h2, .b-imag  .heading-font {
   font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    line-height: 42px;
    /*letter-spacing: 0.1em !important;*/
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 37px;
    color: #000;
}   

.overview-content1 {
    background: linear-gradient(180deg, #0e89ae 0%, #F8F9F9 0.01%, #a8cf45 100%) !important;
}

/* .overview-content {
  background: linear-gradient(180deg, #0e89ae 0%, #F8F9F9 0.01%, #a8cf45 100%) !important;
  
  padding: 20px 0 10px;
  box-shadow: 0px 0px 15px lightgrey !important;
  border-radius: 20px;
} */

.overviewtext p {
    text-align: center;
}

.about {
   font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    
    text-align: left;
    letter-spacing: 0px;
    word-spacing: 5px;
}


.abt-img {
    width: 100%;
}

p {
   font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    
    text-align: left;
}

/*proejct*/
.project-ceonte .project-title {
   font-family: 'Times New Roman', Times, serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.project-title {
    font-size: 20px;
}

.resi-proj .owl-nav,
.comple-proj .owl-nav {
    text-align: center;
}

.owl-prev span,
.owl-next span {
    font-size: 45px;
    padding: 0 15px;
}

#g-sl {
    position: relative;
    z-index: 2;
}

#g-sl .item {
    position: relative;
    width: 100%;

}

#g-sl .item img {
    display: block;
    width: 100%;

}

#g-sl .item .overlay {
    position: absolute;
    /* top: 50%; */
    bottom: 1%;
    transform: translate(0%, -50%);
    text-align: center;
    color: white;
}

#g-sl .item .overlay h2 {
   font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 42px;
    
    text-align: center;
    margin: 0;
    background-color: transparent;
    text-transform: uppercase;
}

#sync2 .item {
    background-color: white !important;
}

#g-sl .owl-prev,
#g-sl .owl-next {
    position: absolute;
    bottom: 56px;
    right: 100px;
    transform: translateY(-10%);
    width: 45px;
    /* Adjust width as needed */
    height: 45px;
    /* Adjust height as needed */
    border-radius: 50%;
    /* Make it round */
    background-color: transparent;
    /* Background color */
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 3px solid #fff;
    ;
}

#g-sl .owl-prev {
    right: 122px;
    /* Adjust position as needed */
}

#g-sl .owl-next {
    right: 51px;
    /* Adjust position as needed */
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 75%;
}

/* .gallery {
  filter: brightness(0.5)
} */


.caption-cor {
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}


/* blog*/
.blog {
    margin: 0;
}

.blog-content .blog-title {
   font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    
    text-align: center;
    text-transform: uppercase;
}

.blog-content p {
   font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    
    text-align: center;
}




/* btn */

.btn-link {
    text-decoration: none;
}

.read-mor-btn {
    font-size: 18px;
    text-transform: uppercase;
    border: 1.5px solid black;
    padding: 1% 2%;
    display: block;
    margin: 0% auto;
}



.project-image:hover .image-container {
    background-position: bottom;
}

.project-image {
    box-shadow: 0px 0px 10px grey;
    border-radius: 20px;
}

/*footer*/
.contact-text {
    color: white;
   font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    
    text-align: left;
    text-transform: uppercase;
}

.contact-bg {
    position: relative;

    background-image: url(../img/contact-bg.jpg);
    /* background-color: rgba(232, 232, 232, 0.85); */
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-blend-mode: overlay;
    /* Blend the image and color */
    background-size: cover;
    background-position: center;
}

.contact-form {
    background: #002037cc;
    border-radius: 20px
}

.contact-form textarea {
    height: 75px !important;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    line-height: 1.5;
   font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-bg {
    background-image: url(../img/footer-image.png);
    background-color: #1c557a;
    background-blend-mode: overlay;
    background-size: cover;
    /*background-position: center;*/
}


.footer-heading {
    font-size: 25px;
    color: white !important;
    text-transform: uppercase;
}


.testmonial-cont {
    background: #1c557a !important;
    padding: 20px 20px;
    border-radius: 20px;
    color: dark;
}

#testimonial img {
    width: auto !important;
    filter: brightness(0) saturate(100%) invert(95%) sepia(10%) saturate(309%) hue-rotate(176deg) brightness(92%) contrast(97%);
}

#testimonial .owl-nav {
    text-align: center;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span span {
    background: #1c557a !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}

#comple-proj img,
#resi-proj img {
    max-width: 420px;
}

#resi-proj .owl-nav {
    display: block ruby;
}

#comple-proj .owl-nav {
    display: block ruby;
}

#g-sl .owl-next:hover,
#g-sl .owl-prev:hover {
    background: #fff;
    color: #000
}

.specification {
    background: linear-gradient(180deg, #0e89ae 0%, #F8F9F9 0.01%, #a8cf45 100%);
    ;
}

.am-img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    padding: 28px;
    background: #fff;
    border: 1px solid #dedede;
    width: 100px;
    height: 100px
}

.am-img img {
    margin: 0 auto;
    display: block;
}

.floor-plan {
    background: linear-gradient(180deg, #FFFFFF 0%, #85DBF6 100%);
}

.floor-img {
    background: #D9F4FF;
}

.spec {
    background: #B5E6FB;
    height: 100%;
}

.master-plan img {
    max-height: 600px;
}

@media screen and (max-width: 768px) {
    .form-input1 {
        margin-bottom: 20px;
    }

    #g-sl img {
        margin-bottom: 30px;
    }

    #g-sl .owl-nav {
        display: none;
    }

    .footer content img,
    .footer content p {
        margin: 0 auto;
        text-align: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob-ali-ftr {
        text-align: center !important;
    }

}

#sync1 {
    .item {
        /* background: #0c83e7; */
        margin: 80px 0px;
        margin: 5px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
}

#sync2 {
    .item {
        background: #C9C9C9;
        padding: 10px 0px;
        margin: 5px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;

        h1 {
            font-size: 18px;
        }
    }

    .current .item {
        background: white;
    }
}



.owl-theme {
    .owl-nav {

        /*default owl-theme theme reset .disabled:hover links */
        [class*='owl-'] {
            transition: all .3s ease;

            &.disabled:hover {
                background-color: #D6D6D6;
            }
        }

    }
}


#sync1.owl-theme {
    position: relative;

    .owl-next,
    .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }
}


.card-2 {
    box-shadow: 0px 0px 10px lightgray;
    border-radius: 10px;
    padding: 7% 0%;
}


/* about page */

.inner-mis-vis {
    width: 70%;

}

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

.buttons-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 15%;
}

/* .buttons-sec button {
  border: none;
  padding: 3% 5%;
  font-size: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #89cade 50.6%);
  text-transform: uppercase !important;
} */

.mis-vis-main {
    display: flex;
    align-items: center;
}

.mis-vis {
    font-size: 16px;
    color: black;
    background: white;
    padding: 4%;
    border-radius: 10px;

}

.num {
    width: 200px;
    height: 100px;
    object-fit: cover;
}

.mybtn {
    border: none;
    background-color: #000;
    color: white;
    padding: 1% 2%;

}

/* 

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800

.syne-<uniquifier> {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

.card {
    background-color: #F9F9F9;
    padding: 4%;
    height: 100%;
}

.card-heading {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.card-content {
    font-size: 16px;
}

.mjr-edg-cont {
    line-height: 40px;
}

.number-plu {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: #ffffff !important;

    font-family: "Syne", sans-serif;
}

.ourjourney {
    padding: 4% 0%;
    /* background: linear-gradient(90deg, #ffffff 0%, #89cade 50.6%); */
    background: #89cade;
}

.num-cont {
    color: black;
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
}

/* .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
    background: #030303;
  height: 100vh;
} */


.content {
    font-size: 16px !important;
}

.value {
    display: block;
    font-weight: bold;
    color: #BDBEBF;
}

.card-2 {
    text-align: center;
    background-color: white;
}

.am-img {
    width: 75%;
}

.mjr-cont {
    font-size: 20px;
    color: #1c557a;
    padding-top: 4%;
    margin-bottom: 0px;
    text-align: center;
}

.mjr-sub-cont {
    font-size: 15px;
    text-align: center;

}


.form-input {
    border: 1.5px solid white;
    padding: 1%;
    width: 100%;
}

.form-btn {
    font-size: 15px;
    border: 1.5px solid white;
}

.dig-partner {
    text-align: center;
    color: white;
    padding: 40px 0px;
}



.ftr-logo {
    width: 150px;
    height: 140px;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
}


/* owl-corosil */

#comple-proj .owl-nav {
    position: absolute !important;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -0%) !important;
}

/* #0e89ae
#a8cf45 */

#comple-proj .owl-nav.owl-next {
    width: 50px;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #0e89ae 0%, #F8F9F9 0.01%, #a8cf45 100%) !important;
    height: 50px;
    /* margin-right: -20px !important; */
}

#comple-proj .owl-nav.owl-next img {
    width: 30%;
}

#comple-proj .owl-nav.owl-prev {
    width: 50px;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #0e89ae 0%, #F8F9F9 0.01%, #a8cf45 100%) !important;
    height: 50px;
    /* margin-left: -20px !important; */
}


.owl-theme .owl-nav {
    margin-top: 0px !important;
}


.sub-hed {
    font-size: 20px;

    font-weight: 600;
}

.partner-content {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.channel-prtner li {
    list-style: none;
    line-height: 40px;
}

.box {
    width: 200px;
    height: 200px;
    background-color: lightgray;
    border-radius: 50%;
}


.crdd {
    width: 80%;
    border: 1.5px solid black;
    border-radius: 20px;
    padding: 3%;
}

.pers-content {
    text-align: justify;

}

.pers-name {
    font-size: 25px;
    font-weight: 600;
}

.pers-pos {
    font-size: 18px;
    color: grey;
}



/* 28/03/2024 */

.overviewtext {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-cont {
    background-color: #1c557a !important;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.over-view-logos {
    width: 50%;

    margin-bottom: 4%;
    padding: 3%;
}

.fter-frm {
    background: #1c557a;
    color: white;
    padding: 40px 0 1px;
}

.form-input1 {
    border: 1px solid white;
    background-color: transparent;
    width: 100%;
    color: white !important;
    padding: 10px 15px;
    height: 50px;
}

.btn_orange {
    color: #fff;
    background: #0e89ae;
    background: linear-gradient(90deg, #0e89ae, #a8cf45);
    border: 1px solid #a8cf45;
    box-shadow: 0 4px 0 0 #a8cf45;
    text-transform: uppercase;
    border: 1px solid #0e89ae;
    overflow: hidden;
    box-shadow: none;
}

.btn_orange:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateX(-101%);
    transition: 0.2s ease-in-out;
}

.btn_orange:after {
    content: "\F142";
    font-family: Material Design Icons;
    transition: all .25s ease;
    margin-left: .5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 0.5rem;
}

.btn_orange:hover {
    color: #0e89ae;
}

.btn_orange:hover:before {
    transform: translateX(0%);
}




.wrapper {
    position: relative;
}

.btnn-ani {
    display: block;
    background-color: white;
    width: 200px !important;
    text-transform: uppercase;
    font-family: sans-serif;
    text-decoration: none;
    border: 1px solid #a8cf45;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    transition: all .35s;
}

.btnn-ani span {
    position: relative;
    z-index: 2;
}

.btnn-ani:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* #0e89ae
#a8cf45 */
    background: #0e89ae;
    background: linear-gradient(90deg, #0e89ae, #a8cf45);
    /* border: 1px solid #a8cf45; */
    border-radius: 5px;
    transition: all .35s;
}

.btnn-ani:hover {
    color: #fff;
    background-color: #76C043;
    /* font-weight: 700; */
}

.btnn-ani:hover:after {
    width: 100%;
}

.value {
    font-size: 35px !important;
    font-weight: 700 !important;
    /* color: #1c557a !important; */
    padding: 20px 0%;
}

.plus {
    font-size: 35px;
    color: #BDBEBF;
    font-weight: 700;
}


.form-input1::placeholder {
    color: white !important;
    /* border: 2px solid black; */
}

@media only screen and (min-width:760px) {
    .set-pos {
        position: absolute !important;
    }

    .high {
        height: 100vh !important;
    }

    .set-pos {
        top: 0;
        right: 3%;
        border-radius: 3%;
        height: 50vh !important;
    }

    .blog {
        overflow-x: hidden !important;
    }

}

@media only screen and (max-width:760px) {
    #floorplan {
        overflow-x: hidden;
    }

    .cor-slid {
        padding-top: 0%;
    }

    .main-heading h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 40px !important;
        letter-spacing: 0px;
        word-spacing: 3px;
    }

    .value {
        font-size: 30px !important;
        padding: 10px 0%;
    }


    .about {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0px;
        word-spacing: 3px;
    }

    .footer-heading {
        text-align: center !important;
    }

}

.owl-prev {
    background: linear-gradient(180deg, #0e89ae 0%, #a8cf45 0.01%, #0e89ae 100%) !important;
}


/* Afreen start */
.b-imag {
    background-image: url("../img/czone/happy.webp");
    background-size: cover;
    color: #1c557a;
    /* padding: 200px 0 40px 0px; */
    margin-top: -118px;
    /* animation-name: slide;
    animation-duration: 3s;
    Adjust the duration as needed
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}

.heading-font {
    font-size: 45px;
    font-weight: 800;
}

@keyframes slide {
    0% {
        background-position: left;
        /* Start position */
    }

    100% {
        background-position: right;
        /* End position */
    }
}

.home {
    color: #1c557a;
    text-decoration: none;
}
.b-imag img
{
    filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(435%) hue-rotate(160deg) brightness(94%) contrast(89%);
}
.current-item{
    color: gray;
}

.b-cont {
    background-color: lightgray;
}

.cont {
    padding: 30px 0px;
}

.heading-sc {
    padding: 10px;
    color: #1c557a;
    text-align: center;
}

.btn-cl {
    padding: 10px;
    color: white;
    background-color: #1c557a;
    border: none;
    border-radius: 10px;
}

.btn-d {
    padding-top: 10px;
}

/* Define animation */
@keyframes slides {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Apply animation to images */
.animate-slide {
    animation-name: slides;
    animation-duration: 3s;
    /* Adjust the duration as needed */
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Adjust spacing between images */
.row>.col-6 {
    margin-bottom: 20px;
    /* Adjust as needed */
}

/* Afreen end*/

/* land prposal */

.lan-cont {
    font-size: 16px;
    text-align: justify;
}

.lan-img-con {
    height: 100px;
    width: 100px;
    background: linear-gradient(180deg, #0e89ae 0%, #a8cf45 0.01%, #0e89ae 100%) !important;
    border-radius: 20px;
    padding: 4%;
    display: block;
    margin: 4% auto;

}

.lan-img-con img {

    width: 100%;

}

.land-prp-card {
    height: 450px;
    background-color: #1c557a;
    color: white;
    padding: 4%;
    border-radius: 20px;

}

.lan-img-heading {
    text-align: center;
    font-size: 20px;
}

.lan-img-innercont {
    text-align: center;
    font-size: 16px;
    height: 100%;
}

.form-input1 {color:#000 !important;background: #fff !important;padding:10px !important}
.form-input1::placeholder {
  color: #000 !important;
  background: #fff !important;
  /* border: 2px solid black; */
}