@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #00327F;
    --bs-secondary: #FFA300;
    --bs-body-font-family: "Lato", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #373435;
    --bs-body-bg: #fff;
    --bs-seconadry-font-family: "Montserrat", sans-serif;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: initial !important;
}

img {
    max-width: 100%;
    height: auto;
}

.section {
    padding: 50px 0;
}

.sec_head h3 {
    font-size: 2rem;
    font-family: var(--bs-seconadry-font-family);
    margin-bottom: 16px;
    color: var(--bs-primary);
    font-weight: 700;
}

.btn {
    font-size: 0.875rem;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: var(--bs-secondary);
}

.btn-primary-outline {
    background-color: transparent;
    border-color: #2B2A29;
    color: #2B2A29;
}

.btn-primary-outline:hover {
    background-color: transparent;
    border-color: #2B2A29;
    color: #2B2A29;
}
.btn-secondary {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: transparent;
}
.form-select:focus {
    border: 1px solid transparent;
    box-shadow: none;
}
.bg_red {
    background-color: #C62C26;
    /* background: linear-gradient(0deg, rgba(198, 44, 38, 1) 0%, rgb(198 44 38 / 86%) 0%); */
}
/* add from index */
.bg_red {
    background-color: #C62C26;
}

.sangam_text {
    background-color: #FED115;
}

.plot_list li:nth-child(3) {
    font-size: 22px;
}

.banner_div {
    background-color: var(--bs-primary);
}

.safety_col p span {
    background-color: #FED115;
}

@media (max-width:767px) {
    .river_text {
        text-shadow: none;
    }

    .plot_list li:nth-child(3) {
        font-size: 20px;
    }

    .discovery_sec .card-name {
        font-size: 1rem;
    }

    .banner_top_div {
        top: 160px;
    }

    .banner_sec img {
        height: 580px;
    }
}

@media (max-width:576px) {
    .dotted-map {
        height: 240px;
        object-fit: cover;
    }
}
/* navbar */
.navbar-brand img {
    width: 160px;
}

.navbar .nav-link {
    padding: 8px 0 !important;
    font-weight: 500;
    color: #000;
    opacity: 0.8;
}

.nav-item.selected .nav-link {
    opacity: 1;
}

.navbar {
    margin: 10px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 26px;
    width: 90%;
}
.banner_top_div {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner_top_div .container {
    max-width: 1300px;
}
.head_text {
 font-size: 37px;
 font-weight: 500;
 color: #0A244E;
 font-family: var(--bs-seconadry-font-family);
}
.river_text {
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 1;
    color: #0A244E;
    text-shadow:  3px 1px #5AB9FF;
    font-family: var(--bs-seconadry-font-family);
}
.sangam_text {
    background-color: #FED115;
    border-radius: 20px;
    width: fit-content;
    margin: auto;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
}
.sangam_text p {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
}
.sangam_text::before {
    content: "";
    background-color: #0A244E;
    width: 300px;
    height: 2px;
    bottom: 0;
    position: relative;
    margin-left: -270px;
}
.sangam_text:after {
    content: "";
    background-color: #0A244E;
    width: 300px;
    height: 2px;
    bottom: 0;
    position: relative;
    margin-right: -270px;
}
.plot_list li:nth-child(3) {
    font-size: 22px;
}
.master_text_title .card-title {
    /* color: #00327F; */
}

@media (max-width:1199px) {
    .head_text {
        font-size: 28px;
    }
    .river_text {
        font-size: 4.25rem; 
    }
    .sangam_text:after{
        margin-right: -200px;
        width: 220px;
    }
    .sangam_text::before {
        margin-left: -200px;
        width: 220px;
    }
}
@media(max-width:991px){
    .head_text {
        font-size: 21px;
    }
    .river_text {
        font-size: 3.25rem;
    }
    .sangam_text p {
        font-size: 12px;
        padding: 5px 20px;
    }
}
@media (max-width:767px) {
    .sangam_text::before,.sangam_text::after {
        display: none;
    }
    .head_text {
        font-size: 20px;
        font-weight: 600;
    }
    .river_text {
        font-size: 2.625rem; 
        text-shadow: none;
    }
    .sangam_text p {
        font-size: 0.8rem;
    }
    .plot_list li:nth-child(3) {
        font-size: 20px;
    }
    .discovery_sec .card-name {
        font-size: 1rem;
    }
    .banner_top_div {
        top: 160px;
    }
}
@media (max-width:576px) {
    .head_text {
        font-size: 16px;
    }
    .river_text {
        font-size: 2.25rem; 
    }
    .sangam_text p {
        font-size: 0.78rem;
    }
    .dotted-map {
        height: 240px;
        object-fit: cover;
    }
    .sangam_text p {
        padding: 4px 20px;
    }
}
.banner_div {
    bottom: 0;
    padding: 10px 0;
    /* background-color: #d52929bc; */
    background-color: var(--bs-primary);
}



.what_alakanda_ul li {
    padding: 6px 0;
}

.what_alakanda_ul li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: cover;
    background-image: url('../images/leaf.svg');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}

.banner_form_div {
    position: absolute;
    bottom: 0;
}

.banner_form_div p {
    font-size: 1.125rem;
    font-weight: 600;
}

.banner_form_div p span {
    color: #C62C26;
}

.banner_form {
    padding: 30px 36px;
    border-radius: 16px;
    border: 1px solid #00327F;
    background: #fff;
    box-shadow: 0px 13px 20px #0000000D;
}

.banner_form .form-group {
    margin-bottom: 22px;
    position: relative;
}

.form-group label {
    position: absolute;
    top: -2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: #fff;
    padding: 0 12px 0 6px;
    margin: 0 0 0 12px;
}

.form-group .form-control,
.form-group .form-select {
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #000;
    background-color: transparent;
    margin: 6px 0 0;
    color: #000;
}

.reviews-box {
    padding: 4px 15px;
    color: #2B2A29;
}

.reviews-box .star-text {
    font-size: 1.25rem;
}

.reviews-text a {
    color: #2B2A29;
    font-size: 1.25rem;
}

.status_div {
    background-color: var(--bs-primary);
    padding: 30px;
}

.status_row>div {
    border-right: 1px solid #fff;
}

.status_row>div:last-child {
    border-right: none;
}

.distance_from {
    background-color: var(--bs-primary);
    padding: 20px 30px;
    border-radius: 16px;
}
.distance_text p {
    font-size: 0.865rem;
}
.distance_text p span {
    font-weight: 600;
    font-size: 1rem;
}

.major_news {
    background-color: #F7FAFF;
    padding: 30px 0 0;
}

.sec_head h4 {
    color: #2B2A29;
    font-size: 1.5rem;
    font-weight: 600;
}

.major_block {
    padding: 10px 0;
}

.gallery_sec {
    padding: 30px 0 0;
}

.swiper-pagination.pagination1 .swiper-pagination-bullet-active {
    border: 3px solid var(--bs-primary) !important;
    background: var(--bs-primary) !important;
}

.swiper-pagination.pagination1 .swiper-pagination-bullet {
    border: 3px solid var(--bs-primary);
    background-color: transparent;
    width: 16px;
    height: 16px;
}

/*  */

/* ameniti section */
.grey_bg {
    background-color: #F7FAFF;
}

p.ameniti_text {
    left: 14px;
    bottom: 14px;
    color: #fff;
    line-height: 1;
    z-index: 1;
}

.amenities_sec .zoom_icon {
    right: 14px;
    bottom: 14px;
    z-index: 1;
}

.ameniti_img {
    height: 100%;
    border-radius: 12px;
}

.ameniti_img_div:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
    border-radius: 0 0 12px 12px;
}




/* openplot_sec */
.plot_block h6 {
    font-weight: 500;
}

.plot_list li {
    padding: 8px 0;
    font-weight: 600;
}

.plot_list li::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #000;
    border-radius: 10px;
    margin-right: 10px;
}

.openplot_tabs {
    padding: 30px 0 10px 0;
}

.tabs_overlay {
    position: relative;
}

.tab_block {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 99;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7904411764705882) 0%, rgba(18, 21, 39, 1) 100%);
    width: 60%;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 12px;
}

.tab-btn {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.tab_swiper {
    margin: auto;
}

.tab_swiper .swiper-slide {
    height: 100%;
    opacity: 0.5;
}

.tab_swiper .swiper-slide-thumb-active {
    opacity: 1;
    background: var(--bs-primary);
    border-radius: 12px;
}

.tab_img {
    position: relative;
}

.tab_img img {
    border-radius: 12px;
}

.tabimg_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.tab_img:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
    border-radius: 0 0 10px 10px;
}

.dtcp_sec p {
    font-family: var(--bs-seconadry-font-family);
    font-weight: 600;
}

/* master plan section */
.master_sec .zoom_icon {
    right: 14px;
    bottom: 14px;
}

.master_card {
    border: none;
    background-color: transparent;
}

.master_card img {
    border-radius: 12px;
}

.master_card .card-title {
    font-size: 40px;
    font-weight: 700;
}

.master_card .card-img-overlay {
    background-color: #ffffff5e;
}

/* customers_sec */
.customer_swiper .swiper-slide {
    height: auto;
}

.startext i,
.star-text i {
    color: #FED115;
}

.cust_img img {
    width: 120px;
    height: 120px;
    border-radius: 6px;
}

.cust_text .card-head {
    font-weight: 800;
    font-size: 1.2rem;
}

.cust_text .card-title {
    font-size: 0.865rem;
}

.customer_bg {
    background-color: #00327F;
    border-radius: 12px;
    padding: 20px;
    margin-top: -12px;
    height: 140px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.customer_bg p {
    height: 90px;
    padding: 0 20px;
    overflow-y: scroll;
    /* margin-bottom: 0; */
}
.customer_bg p::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    bottom: 0;
  }
.customer_bg p::-webkit-scrollbar-track {
    background: #8a8a8a6f;
    /* background-size: 1px; */
    border-radius: 10px;
    width: 1px;
}
.customer_bg p::-webkit-scrollbar-thumb {
    border: 3px solid #B0C5E5;
    background: #B0C5E5;
    border-radius: 10px;
}

.customer_card .card-img-overlay {
    position: absolute;
    bottom: 0;
    top: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 0.48783263305322133) 73%, rgba(0, 0, 0, 0) 100%);
}

.swiper-slide-center {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1;
    transform: translateX(30px);
}

.swiper-button-prev {
    right: 50%;
    transform: translateX(-90px);
}

.swiper-button-next {
    left: 50%;
    transform: translateX(0px);
}

.swiper-button-next,
.swiper-button-prev {
    padding: 12px;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #707070;
    width: 20px;
    height: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #000000;
    font-size: 8px;
}

.customer_swiper .swiper-slide.n,
.customer_swiper .swiper-slide.swiper-slide-prev .customer_card,
.customer_swiper .swiper-slide.swiper-slide-next .customer_card {
    margin-top: 40px;
}

/* discovery_sec */
.discovery_sec {
    background-image: url('../images/trees_bg.svg');
    background-size: cover;
}

.discovery_sec .card-name {
    font-family: var(--bs-seconadry-font-family);
}

.discovery_div .enquire_text {
    font-size: 2rem;
    font-family: var(--bs-seconadry-font-family);
    margin-bottom: 16px;
    color: var(--bs-primary);
    font-weight: 700;
}

/* footer */
.footer_div {
    background-color: var(--bs-primary);
    color: #fff;
}

.popup-form .modal-content {
    border-radius: 12px;
    z-index: 1;
}
.popup-form .modal-body {
    padding: 60px 100px;
}
.popup-form .btn-close {
    opacity: 0.6;
    position: absolute;
    top: -60px;
    right: 50%;
    left: 50%;
    background-color: #d7df14;
    border-radius: 30px;
    padding: 12px;
    filter: invert(1);
    --bs-btn-close-color: #fff;
}

.brochure-form .form-group {
    margin-bottom: 26px;
    position: relative;
}
.modal-head {
    color: var(--bs-primary);
    margin-bottom: 30px;
}
.modal {
    background-image: url(../images/master_plan_sm.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, transparent, #e2dddd);
}
.safety_col p span {
    background-color: #FED115;
}
@media (max-width:1400px) {
    .navbar>.container {
        max-width: 1300px;
    }
}

@media (max-width:1300px) {
    .navbar .nav-link {
        font-size: 0.875rem;
    }
}

@media (max-width:1199px) {
    .navbar .nav-link {
        font-size: 0.8rem;
    }
    .navbar {
        width: 94%;
    }
    .g-icon img {
        width: 60px;
    }

    .status_img img {
        width: 50px;
    }

    .status_text p {
        font-size: 0.9rem;
    }

    .status_text h5 {
        font-size: 1.1rem;
    }

    .major_text img,
    .safety_col img {
        width: 60px;
    }

    .cust_text .card-head {
        margin-bottom: 0;
        font-size: 1.08rem;
    }
    .customer_bg p {
        height: 100px;
    }
}

@media (max-width:1024px) {
    .navbar-brand img {
        width: 120px;
    }

    .nav-btn .btn {
        font-size: 0.7rem;
    }
}

@media (max-width:991px) {
    .section {
        padding: 30px 0;
    }
    .banner_form_div {
        position: static;
    }
    textarea.form-control {
        height: 36px;
    }

    .sec_head h3 {
        font-size: 1.825rem;
    }

    .navbar {
        /* width: 98%; */
        margin: 4px auto;
        padding: 10px;
        border-radius: 12px;
    }

    .nav-btn .btn {
        padding: 4px;
    }

    .status_card {
        display: block !important;
        text-align: center;
    }

    .status_text p {
        /* margin-bottom: 0 !important; */
    }

    .status_text h5 {
        font-size: 0.865rem;
    }

    .distance_text p {
        font-size: 0.865rem;
    }

    .major_text {
        display: block !important;
        text-align: center;
    }

    p.ameniti_text {
        font-size: 0.865rem;
    }

    .tab_block {
        width: 80%;
        top: 20px;
    }

    .dtcp_sec p {
        font-size: 0.865rem;
    }

    .customer_swiper .swiper-slide.n,
    .customer_swiper .swiper-slide.swiper-slide-prev .customer_card,
    .customer_swiper .swiper-slide.swiper-slide-next .customer_card {
        margin-top: 0;
    }

    .swiper-slide-center {
        bottom: 10px;
    }

    .swiper-button-next {
        transform: translateX(-20px);
    }

    .swiper-button-prev {
        transform: translateX(-70px);
    }

    .discovery_sec .card-name {
        font-size: 1.2rem;
    }
    .popup-form .modal-body {
        padding: 60px;
    }
    .customer_bg p {
        height: 100px;
    }
    .yvid iframe {
        height: 400px;
    }
}

@media (max-width:767px) {
    .distance_text {
        margin-bottom: 10px;
        align-items: center;
    }

    .sec_head h3,
    .sec_head h4 {
        font-size: 1.325rem;
    }

    .major_text,
    .safety_col {
        margin-bottom: 10px;
    }

    .tab-btn {
        font-size: 0.8rem;
    }

    .tabimg_text p {
        font-size: 0.865rem;
    }

    .customer_bg {
        height: 90px;
    }
    .customer_bg p {
        height: 50px;
    }

    .footer_logo {
        display: block !important;
        text-align: center;
    }

    .footer_logo>div {
        border: none !important;
    }

    .footer_logo img {
        width: 250px;
        margin-bottom: 10px;
    }

    .tab-btn {
        padding: 6px;
    }

    .banner_sec img {
        height: 580px;
    }
}

@media (max-width:576px) {
    .status_row>div {
        border-right: none;
        border-bottom: 1px solid #fff;
        width: fit-content;
        margin: auto auto 10px;
    }

    .status_row>div:last-child {
        border-bottom: none;
    }

    .status_div {
        padding: 20px 0;
    }

    .banner-content p {
        font-size: 0.8rem;
    }

    .reviews-box .star-text,
    .reviews-text a {
        font-size: 1rem;
    }

    .g-icon img {
        width: 50px;
    }

    .tab_block {
        width: 96%;
        top: -40px;
    }

    .tab-btn {
        font-size: 0.7rem;
    }

    .dtcp_sec p {
        font-size: 0.65rem;
    }

    .dtcp_sec>div {
        gap: 0 !important;
    }

    .dtcp_sec img {
        width: 16px;
    }

    .master_sec .zoom_icon {
        width: 30px;
    }

    .customer_bg {
        height: 140px;
    }
    .customer_bg p {
        height: 100px;
    }

    .master_card .card-title {
        font-size: 30px;
    }

    .footer_div p {
        font-size: 0.8rem;
    }
    .popup-form .modal-body {
        padding: 30px;
    }
    .what_alakanda,.master_sec,.amenities_sec,.food_safety_sec ,.customers_sec {
        padding: 30px 0 0;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}
@media (max-width:991px) {
    .navbar-brand img {
        width: auto;
    }
    .navbar {
        padding: 10px 10px 40px;
    }

    .navbar-expand .navbar-collapse {
        justify-content: end;
    }

    .navbar-expand .navbar-nav {
        position: absolute;
        bottom: 0;
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: scroll;
        padding: 0 10px;
    }
}

@media (max-width:600px) {
    .navbar .nav-link {
        padding: 8px 4px !important;
    }
}