@font-face {
    font-family: "CircularStd";
    src: url("../fonts/CircularStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cammron Demo";
    src: url("../fonts/CammronDemo.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brittany Signature";
    src: url("../fonts/BrittanySignatureRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #103068;
    --footertxt: #41619a;
    --lightblue: #7ac4ed;
    --white: #ffffff;
    --black: #000000;
    --text: #656e7e;
    --title: #16366e;
    --CircularStd: "CircularStd";
    --Brittany: "Brittany Signature";
    --Cammron: "Cammron Demo";
}

body {
    font-family: var(--CircularStd);
}

h1,
h2 {
    font-family: var(--Cammron);
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--CircularStd);
    color: var(--text);
}

.container {
    max-width: 90%;
}

h2 {
    /* text-transform: uppercase; */
    font-size: 3.2vw;
    line-height: 4vw;
    color: var(--title);
}

.circle-dwon a {
    width: 65px;
    height: 65px;
    color: var(--white);
    background: var(--lightblue);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100%;
    font-size: 20px;
}

.subtitle-span {
    color: var(--text);
    font-size: 18px;
    line-height: 32px;
    display: block;
    text-transform: uppercase;
}

.subtitle-info p {
    font-family: var(--Brittany);
    color: var(--lightblue);
    font-size: 6vw;
    line-height: 8vw;
}


/* header start */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    /* background: #0a67a6;
  z-index: 100; */
    transition: all 1s ease;
    z-index: 9;
}
.header:before {
    content: '';
    width: 100%;
    height: 70%;
    background-color: #16366e;
    transition: all 1s ease;
    position: absolute;
    left: 0;
    top: 0;
}


/* .header:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: rgb(255 255 255 / 25%);
} */

.header.active {
    /* background-color: #16366e; */
    position: sticky;
    top: 0;
    transition: all 1s ease;
}

.header.active:before {
    content: '';
    width: 100%;
    height: 70%;
    background-color: #16366e;
    transition: all 1s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.header.active .logo-bg {
    /* width: 80px; */
    box-shadow: 0 0 4px #00000042;
}

.header.active .right-bar {
    margin-top: -26px;
}

.header.active .headerWhite .logo img {
    /* width: 40px; */
}


/* .banner-summary:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 25%);
  right: 19vw;
} */


/* .plus-sign {
  position: absolute;
  color: var(--white);
  right: 18.75vw;
  top: 8.1vw;
  font-size: 18px;
} */

.navlist {
    padding-left: 18px;
}

.navlist li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.navlist li:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
}

.navlist li a {
    padding-left: 30px;
    text-decoration: none;
    color: var(--blue);
    text-transform: capitalize;
    color: var(--text);
}

.offcanvas-header button {
    background: var(--blue);
    margin-right: 0 !important;
    opacity: 1;
    border-radius: 0;
}

.offcanvas-header button i {
    color: #fff;
    position: relative;
    top: -4px;
}

.offcanvas-title {
    padding-left: 16px;
    font-family: "CircularStd";
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 18px;
    color: var(--lightblue);
}


/* .logo img {
  width: 330px;
} */

.right-bar {
    display: flex;
    color: var(--white);
    align-items: center;
    margin-top: -25px;
}

.right-bar p {
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--white);
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
}

.btn-lines {
    color: var(--lightblue);
    font-size: 25px;
}

.btn-lines:focus {
    box-shadow: none;
}

.btn-lines:hover {
    color: var(--lightblue);
}

.play-area {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(50%, -42%);
}

.play-area a {
    width: 70px;
    height: 70px;
    border: 2px solid;
    color: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    text-decoration: none;
}


/* .banner-summary::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  background: url(../images/texture-bg.webp) var(--blue);
  min-height: 100vh;
  z-index: -1;
  top: 0;
} */

.m-right {
    margin-right: 4vw;
}

.header .navbar {
    padding-top: 1.5rem;
}

.navbar-dark .navbar-toggler {
    border: 0;
}

.banner-summary {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background: url(../images/banner-bg.jpg) no-repeat top right;
    background-size: 50%;
}

.play-thumbnail {
    left: 85px;
}

.sub-span {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
}

.mr-30 {
    margin-right: 30px;
}

.banner-info h1 {
    font-size: 6vw;
    line-height: 82px;
    padding: 45px 0;
    color: var(--white);
}

.banner-info h1 span {
    font-family: var(--Brittany);
    color: var(--lightblue);
    font-size: 7vw;
    line-height: 112px;
}

.down-direction {
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: end;
    text-transform: uppercase;
}

.down-direction p {
    flex: 0 0 37%;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
}

.section-part {
    padding: 100px 0;
}

.club-grand h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Cammron Demo";
    font-size: 4vw;
}

.club_slider {
    position: relative;
}

.slider-for {
    width: 92%;
    background: #fff;
    overflow: hidden;
}

.slider-nav {
    width: 280px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.thumb-slide img {
    width: 280px;
    height: 350px;
    object-fit: cover;
}


/* ------------ */

.brick-highlights {
    margin-top: 100px;
}

.brick-with-love {
    padding: 9vw 0 0;
    position: relative;
}

.brick-with-love::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    top: 0;
    background: url(../images/brick-with-love.jpg) no-repeat top;
    background-size: cover;
    z-index: -1;
}

.slider-brick-for img {
    width: 78%;
    height: 500px;
    object-fit: cover;
}

.slider-brick-for .slick-dots li {
    height: 22px;
}

.slider-brick-for .slick-dots li button:before {
    color: var(--white);
}

.slider-brick-for .slick-dots li.slick-active button:before {
    color: var(--white);
}

.slider-brick-nav .slick-next {
    right: 55px;
    top: 55%;
}

.slider-brick-nav .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

.slider-brick-nav .slick-prev {
    display: none !important;
}

.brick-with-love .subtitle-span {
    color: var(--white);
}

.brick-with-love h2 {
    color: var(--white);
}

.brick-with-love .subtitle-info p {
    position: absolute;
    right: 60px;
    bottom: -85px;
}

.slider-brick-for .slick-dots {
    display: flex;
    flex-flow: column;
    top: 38%;
    left: -4vw;
}

.brick-down {
    position: absolute;
    bottom: 7vw;
    right: 6vw;
}

.exp-info {
    text-transform: uppercase;
    color: var(--white);
    font-size: 20px;
    font-family: var(--Cammron);
}

.highlight-intro {
    text-transform: uppercase;
    color: var(--white);
    width: 68%;
    margin-bottom: -32px;
}


/* success-story */

.success-story {
    padding: 8vw 0 4vw;
}

.success-story::after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    background: url(../images/bg-pattern.webp) repeat-y right;
    min-height: 100%;
    z-index: -2;
    top: 0;
}

.mt-130 {
    margin-top: 10vw;
}

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

.itself img {
    width: 390px;
    height: 485px;
    object-fit: cover;
}

.homes-client h3 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Cammron Demo";
    font-size: 12vw;
    color: var(--blue);
    line-height: 10vw;
    position: relative;
    z-index: 1;
}

.homes-img {
    width: 65%;
    position: relative;
    display: table;
    margin: 0px auto;
    margin-bottom: 115px;
    z-index: 0;
}

.homes-img .circle-dwon {
    position: absolute;
    right: 10vw;
    bottom: -32px;
}

.homes-img img {
    height: 400px;
    object-fit: cover;
    margin: 0px auto;
    display: table;
    margin-top: -90px;
}

.box001 {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #355e8e;
    border-bottom: 0;
}

.box001 p {
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
}

.box001:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #355e8e;
}

.box002 {
    padding: 20px 40px;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #355e8e;
    border-left: 0;
    justify-content: center;
    border-bottom: 0;
}

.box002:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 1.5px;
    background: #355e8e;
}

.box002 p {
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

.box003 {
    padding: 20px 36px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #355e8e;
    border-right: 0;
}

.box003 p {
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    font-size: 12px;
    line-height: 22px;
}

.box003:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #355e8e;
}

.box004 {
    border: 2px solid #355e8e;
}


/* Bollineni Homes */

.bollineni_homes {
    padding: 100px 0;
}

.bollineni_homes_title .sub_title {
    margin: 0 0 35px 100px;
}

.bollineni_homes_title {
    width: 90%;
}

.bollineni_homes_content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.bollineni_homes_content h3 {
    color: #f6cc37;
    font-size: 70px;
    line-height: 80px;
    width: 51%;
    /* text-align: center; */
    margin-left: -160px;
    font-family: var(--Cammron);
}

.bollineni_homes_content h3 span:nth-child(2) {
    display: block;
    text-align: right;
}

.bollineni_homes_txt {
    text-transform: uppercase;
    color: var(--text);
    margin: 20px 0 0 50px;
}

.bollineni_homes_txt p {
    width: 80%;
}

.bollineni_homes_txt h4 {
    width: 45%;
    font-size: 34px;
    line-height: 46px;
}


/* Enquire Now */

.enquire_section {
    padding: 100px 0 70px 0;
    position: relative;
}

.enquire_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: var(--blue);
    margin: 0px auto;
}

.enquire_form .sub_title {
    margin: 0 0 35px 100px;
}

.enquire_form h2 {
    font-size: 5vw;
    line-height: 80px;
    width: 80%;
}

.enquire_form h3 {
    margin: 100px 0 20px 0;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.submit-btn {
    background: #113169;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    margin: 50px 0 0 0;
    padding: 15px 30px;
    border: 2px solid #113169;
    transition: ease 0.5s;
}

.submit-btn:hover {
    background: transparent;
    color: #113169;
}

.submit-btn i {
    margin: 0 0 0 10px;
}

.form_box .col-md-6:nth-child(odd) {
    padding-right: 0;
}

.form_box .col-md-6:nth-child(even) {
    padding-left: 0;
}

.form_box .user-box input,
.form_box .user-box select {
    height: 50px;
    border-radius: 0;
    width: 100%;
    padding: 10px;
}

.form_box .user-box input:focus {
    box-shadow: none;
    border-color: var(--blue);
}

.form_box .user-box select:focus-visible {
    border-color: var(--blue);
}

.form_box .user-box input::placeholder,
.form_box .user-box select {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text);
}

.top-border {
    border-top: 1px solid var(--blue);
}

.right-border {
    border-right: 1px solid var(--blue);
}

.bottom-border {
    border-bottom: 1px solid var(--blue);
}

.left-border {
    border-left: 1px solid var(--blue);
}


/* Bollineni Zion */

.bollineni_zion {
    background: url(../images/family-spend-time.jpg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    background-position: center bottom;
}

.bollineni_zion .col-12 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
}

.bollineni_zion h2 {
    font-size: 10vw;
    line-height: 11vw;
    width: 85%;
    text-align: center;
    margin: 0 0 -70px 0;
    color: var(--white);
}


/* Footer */

.main_footer {
    background: var(--blue);
    padding: 100px 0 50px 0;
}

.main_footer p {
    color: var(--footertxt);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.main_footer .follow_us {
    color: var(--white);
    display: flex;
    align-items: center;
}

.main_footer .follow_us i {
    font-size: 35px;
    margin: 0 0 0 20px;
}

.footer_txt p:nth-child(1) {
    margin-bottom: 30px;
}

.footer_txt p:nth-child(4) {
    margin: 70px 0 20px 0;
}

.main_footer .footer_chat {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main_footer .footer_chat p {
    margin: 0;
}

.footer_chat img {
    width: 50px;
    margin: 0 0 0 20px;
    filter: drop-shadow(10px 10px 15px black);
}

.pd-15 {
    padding: 15px 15px 0;
}


/* .slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.slideshow .item.slick-active img {
  transform: scale(1);
} */

.thumb-box {
    position: relative;
}

.thumb-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #1a3a6e, transparent);
}

.thumb-box p {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    right: 18px;
    font-size: 15px;
    letter-spacing: 2px;
}

.slider-nav .slick-next {
    right: 20px;
    /* left: 20px; */
    z-index: 1;
    top: 30px;
    bottom: 0;
}

.slider-nav .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

.slider-nav .slick-prev {
    left: 20px;
    z-index: 1;
    top: unset;
    bottom: 8px;
}

.slider-nav .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

.grand-img {
    position: relative;
}

.grand-img p {
    position: absolute;
    bottom: 0;
    right: 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.small-text {
    width: 73%;
}

.small-text p {
    position: absolute;
    bottom: -42px;
    right: 40px;
}

.imgCenter {
    display: table;
    margin: 0px auto;
}

.text-with-span {
    font-size: 3.6vw;
    line-height: 65px;
    color: var(--title);
}

.text-with-span span:nth-child(1) {
    font-family: var(--Cammron);
}

.text-with-span span:nth-child(2) {
    font-family: var(--Brittany);
    color: var(--lightblue);
    font-size: 6vw;
    line-height: 85px;
    position: relative;
    left: 14px;
}

.slide-down {
    position: absolute;
    bottom: -2vw;
    left: 18vw;
}

.video-modal .modal-body {
    padding: 0;
}

.btn-close {
    position: absolute;
    right: 0;
    background: var(--white) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    color: #fff;
}

.modal-content {
    height: 450px;
}


/* common project amenities */

.project_amenities .col-md-11 {
    padding: 0;
}

.project_amenities_slider .slick-slide {
    margin-left: 20px;
    position: relative;
}

.project_amenities_slider .slick-slide span {
    color: var(--white);
    position: absolute;
    top: 30px;
    left: 30px;
}

.project_amenities_slider .slick-next {
    right: 60px;
    bottom: -50px;
    top: unset;
    font-size: 16px;
    color: var(--title);
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project_amenities_slider .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 10px;
    color: var(--title);
    opacity: 1;
}

.project_amenities_slider .slick-prev {
    left: 60px;
    bottom: -50px;
    top: unset;
    font-size: 16px;
    color: var(--title);
    display: flex;
    align-items: center;
    z-index: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project_amenities_slider .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px 0 0;
    color: var(--title);
    opacity: 1;
}

.project_amenities_slider .slick-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #1a3a6e, transparent);
}

.project_amenities_slider .slick-slide p {
    color: var(--white);
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: table;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 60%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.common-rainbow .text-with-span span:nth-child(2) {
    top: 55px;
    left: -50px;
}


/* Construction update */

.construction-update .col-md-11 {
    padding: 0;
}

.construction_slider .slick-slide {
    margin-left: 20px;
}

.construction_slider .slick-next {
    right: 60px;
    bottom: 30px;
    top: unset;
    font-size: 16px;
    color: var(--white);
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.construction_slider .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 10px;
    color: var(--white);
    opacity: 1;
}

.construction_slider .slick-prev {
    left: 60px;
    bottom: 30px;
    top: unset;
    font-size: 16px;
    color: var(--white);
    display: flex;
    align-items: center;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.construction_slider .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px 0 0;
    color: var(--white);
    opacity: 1;
}


/* patterns bg */

.pattern-layout::before {
    content: "";
    background: url(../images/bg-pattern.webp) repeat-x top;
    width: 100%;
    height: 96vh;
    top: -14vw;
    position: absolute;
    z-index: -2;
}

.pattern-layout::after {
    content: "";
    background: url(../images/bg-pattern.webp) repeat-x bottom;
    width: 100%;
    height: 125vh;
    bottom: 25vw;
    position: absolute;
    z-index: -1;
}

.line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: var(--blue);
    margin: 0px auto;
}

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

.tab-content>.active {
    display: block;
    height: auto !important;
    overflow: hidden;
}

.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.you-see p {
    text-align: center;
    line-height: 45px;
}

.project-gallary .nav-link.active:before {
    content: "";
    position: absolute;
    left: 8px;
    top: -35px;
    width: 90px;
    height: 90px;
    background: #bee6fc;
    border-radius: 100%;
    z-index: -1;
}

.plans_img_gallery1 button {
    border: 0 !important;
}

.plans_img_gallery1.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.plans_img_gallery1 button:nth-child(1) .nav-link {
    position: relative;
}


/* .plans_img_gallery1 button:nth-child(1):after {
  content: "+";
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
} */

.plans_img_gallery1 .nav-link,
.plans_img_gallery1 .nav-link.active {
    background: transparent;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 0 20px;
}

.prev-next .owl-nav {
    display: flex;
    padding: 18px 50px 0;
    justify-content: space-between;
    /* position: absolute; */
    bottom: 30px;
    /* color: #fff; */
    width: 100%;
}

.prev-next .owl-nav button {
    text-transform: uppercase;
}


/* Project Floor Plans */


/* Project Floor Plans */

.floor_plans {
    padding: 100px 0;
}

.floor_plans_slider .slick-next {
    right: 25%;
    top: 50%;
    font-size: 16px;
    color: var(--title);
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floor_plans_slider .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 10px;
    color: var(--title);
    opacity: 1;
}

.floor_plans_slider .slick-prev {
    left: 25%;
    top: 50%;
    font-size: 16px;
    color: var(--title);
    display: flex;
    align-items: center;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floor_plans_slider .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px 0 0;
    color: var(--title);
    opacity: 1;
}

.floor_plans_slider .slick-slide {
    display: flex;
    justify-content: center;
}

.master_plan_img {
    display: flex;
    justify-content: center;
}

.plans_img_gallery {
    justify-content: center;
    margin: 0 0 70px 0;
}

.plans_img_gallery li .nav-link,
.plans_img_gallery li .nav-link.active {
    background: transparent;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 0 20px;
}

.plans_img_gallery li .nav-link.active:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -40px;
    width: 100px;
    height: 100px;
    background: #bee6fc;
    border-radius: 100%;
    z-index: -1;
}

.plans_img_gallery li:nth-child(1) .nav-link:after {
    content: "+";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

@media (max-width: 1024px) {
    .floor_plans_slider .slick-prev {
        left: 22%;
    }
}

@media (max-width: 991px) {
	.header:before {
    	background-color: transparent;
	}
    .floor_plans_slider .slick-prev {
        left: 0;
    }
    .floor_plans_slider .slick-next {
        right: 30%;
    }
    .plans_img_gallery1 .nav-link,
    .plans_img_gallery1 .nav-link.active {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 426px) {
    .floor_plans_slider .slick-prev {
        left: 25%;
        top: unset;
        bottom: -50px;
    }
    .floor_plans_slider .slick-next {
        right: 25%;
        top: unset;
        bottom: -50px;
    }
    .floor_plans .col-md-12 {
        padding: 0;
    }
    .plans_img_gallery li .nav-link {
        font-size: 14px;
    }
    .floor_plans_slider .slick-slide {
        flex-flow: column;
    }
    .plans_details {
        margin: 50px 0 0 0;
        text-align: center;
    }
    .plans_details p {
        width: 100%;
    }
}

.project_amenities_slider .slick-slide img {
    width: 100%;
}

.pro-connect .circle-dwon {
    position: absolute;
    right: 10vw;
    bottom: -2vw;
}

.exce-img .circle-dwon {
    position: absolute;
    left: 18vw;
    bottom: -2vw;
}

#nav-tabContent {
    position: relative;
    z-index: 0;
}

.plans_details span {
    text-transform: uppercase;
    color: var(--blue);
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    display: block;
}

.plans_details-para {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--blue);
    letter-spacing: 2px;
    font-family: var(--CircularStd);
}

.fplan {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--blue);
}

.floor_plans_slider .slick-slide {
    align-items: center;
    text-decoration: none;
}

.plans_details {
    padding-left: 30px;
}

.floor_plans_slider .slick-next {
    right: 34%;
    top: 67%;
    font-size: 0;
}

.floor_plans_slider .slick-prev {
    top: 67%;
    font-size: 0;
}

.backimg h2 {
    font-size: 10vw;
    line-height: 11vw;
    width: 75%;
    text-align: center;
    /* margin: 0 0 -70px 0; */
    color: var(--white);
    position: absolute;
    bottom: -8%;
    left: 0;
    right: 0;
    margin: 0px auto;
}


/* ------------------------------------------------ */

#button {
    display: inline-block;
    background-color: var(--lightblue);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.floor_plans {
    position: relative;
}

.floor_plans::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    background: url(../images/bg-pattern.webp) no-repeat right;
    min-height: 100%;
    z-index: -1;
    top: 0;
}

.pattern-center::after {
    content: "";
    background: url(../images/bg-pattern.webp) repeat-x bottom;
    width: 100%;
    height: 50vh;
    top: 0;
    position: absolute;
    z-index: -1;
}

.banner-intro {
    /* background: url(../images/bollo-home.jpg) no-repeat; */
    background-size: cover;
    /* min-height: 100vh; */
    /* padding: 50px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.headerWhite {
    padding-top: 0 !important;
}

.logo-bg {
    background: #fff;
    width: 100px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding-bottom: 15px;
    display: block;
    padding-top: 12px;
}

.headerWhite .logo img {
    width: 60px;
}

.info .span-info {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
}

.info h1 {
    font-size: 6vw;
    line-height: 82px;
    padding: 20px 0;
    color: var(--white);
}

.info p {
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}

.info {
    padding-top: 70px;
}

.info h1 span {
    font-family: var(--Brittany);
    color: var(--lightblue);
    font-size: 7vw;
    line-height: 112px;
}

.offcanvas-end {
    width: 290px;
}

.constructionInfo {
    display: flex;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    align-items: center;
    padding: 20px 18px;
    justify-content: space-between;
}

.constructionInfo h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0 5px 0 0;
}

.constructionInfo p {
    margin-bottom: 0;
    color: var(--white);
    font-size: 16px;
    line-height: 25px;
    flex: 0 0 25%;
    text-align: right;
}

.popup-btn {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}


/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

img.mfp-img {
    height: 1000px;
    object-fit: cover;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.thankyou_bg {
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou_msg {
    background: rgba(255, 255, 255, 0.8);
    width: 70%;
    margin: 0px auto;
    min-height: 60vh;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0;
}

.backbtn a {
    background: #113169;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 30px;
    transition: ease 0.5s;
    text-decoration: none;
    font-size: 12px;
}

.border1 {
    border: 1px solid #ddd;
}

.sky-color {
    color: #0bbff0;
}


/* .w-100 {
  height: 100vh;
} */

.right-bar p a {
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--white);
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.thankyou h1 {
    color: #000000;
}

.thankyou p {
    color: #000000;
}

.float {
    width: 40px;
    position: fixed;
    left: 25px;
    bottom: 80px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100px);
    animation: whatsapp 1s ease 2s forwards;
}

.my-float {
    margin-top: 16px;
}


/* .whatsapp {
  width: 40px;
  position: fixed;
  left: 25px;
  bottom: 80px;
  z-index: 9999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100px);
  animation: whatsapp 1s ease 2s forwards;
} */

.float:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.float:after {
    content: "";
    background: rgba(38, 25, 17, 0.7);
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    animation: whatsapp-after 1s ease infinite;
}

.whtsapp {
    height: auto;
    max-width: 100%;
    animation: whatsapp 1s ease 2s forwards;
    z-index: 1000;
    filter: invert(62%) sepia(83%) saturate(3856%) hue-rotate(160deg) brightness(110%) contrast(91%);
}

@keyframes whatsapp {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes whatsapp-after {
    0% {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        left: -50%;
        right: -50%;
        opacity: 0
    }
}


/* Mobile Buttons */

.eq-btn-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .eq-btn-mobile {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        font-size: 16px;
        color: #fff;
        background: #16366e;
        width: 100%;
        padding: 16px 0;
        text-align: center;
        z-index: 99;
        text-decoration: none;
    }
    .eq-btn-mobile:hover {
        color: #fff;
    }
    .form-container {
        width: 96%;
    }
}

.bar-code {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar-code img {
    width: 400px;
}

.enquire_section {
    padding: 0;
}

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #fff;
}

.close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
}

.form-popup-bg:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto;
    padding: 5px 20px;
    border: none;
    /* background: #0d0e0f; */
    /* color: white; */
    border-radius: 20px;
    font-size: 20px;
}

.loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 70px;
    animation: none;
    border: none;
    width: 100%;
    height: 100%;
    max-height: 120px;
}

.overlay {
    z-index: 99999;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #00000087;
    opacity: 1;
    cursor: pointer;
}

.form-control {

    background-color: #ffffff;
    border: 1px solid #000000;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.form-control[type="text"]{

    background-color : #000000; 
  
  }

  .form-control, select, textarea{
    color: #ffffff;
}

.form-control[type="email"]{

    background-color : #000000; 
  
  }

  textarea:focus, input:focus {
    color: #ffffff;
}

.form-control:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.form-group {
    margin-bottom: 15px;
}

.errormsg {
    border-bottom: 1px solid rgb(126, 0, 0);
}

.form-container h1 {
    text-align: center;
    padding-bottom: 20px;
}

@media (max-width:1023px){ 
    .form-container {
  width: 96%;
    }

    .bar-code img {
        width: 280px;
    }
}
@media (max-width:1023px) {
#kenytChatBubble.style1{
    margin-bottom: 80px !important;
    z-index: 1;
}
}

