@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

:root {
    --black: #000000;
    --blue: #224D8D;
    --golden: #11A790;
}

html{scroll-behavior: smooth;scroll-padding-top: 80px;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.navbar-brand img {
    width: 90px;
}

.navbar-brand2 img {
    width: 260px;
}

.navbar .nav-link {
    color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar .nav-contacts {
    background: var(--golden);
    color: #fff;
    font-weight: 600;
    padding: 10px 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px;
}


@media screen and (max-width:800px) {
    .navbar .nav-contacts {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:352px) {
    .navbar-brand2 img {
        width: 100px;
    }
}

@media screen and (max-width:290px) {
    .navbar-brand2 img {
        width: 80px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 10px;
    /* margin-left: 25px; */
}

/* navbar end */








/* banner start */
.carousel-caption {
    bottom: 200px !important;
}

.carousel .carousel-caption h5 {
    font-size: 60px;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.carousel .carousel-caption p {
    font-size: 30px;
}

/* banner end */





/* about section start*/
.about-head {
    margin-bottom: 50px;
}

.about-head h1 {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 600 !important;
    position: relative;
    margin-bottom: 20px;

}

.about-head h1 span {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: var(--golden);
}

.about-head h1 span::before {
    content: '';
    position: absolute;
    background: var(--golden);
    width: 65px;
    height: 3px;
    top: 100%;
    left: -60px;
}

.about-text h2 {
    font-size: 20px;
}
.about-text h3 {
    font-size: 17px;
}

.about-text p {
    /* padding-top: 8px; */
    color: #353434;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0;
}

.about-text h2 {
    /* padding-top: 10px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 800;
    position: relative; */
}

.about {
    padding: 52px 0px;
}

.about-img {
    transition: .9s;
    overflow: hidden;
}

.about-img img {
    transition: .9s;
    padding: 10px;
}

.about-img:hover img {
    transform: scale(1.1);
}
/* about section end*/







/* gallery start */
.location {
    padding: 52px 0;
    background-color: var(--light);
    /* background: var(--black); */
}

.main-g-box {
    box-shadow: rgba(206, 203, 203, 0.35) 0px 5px 15px;
    transition: .5s;
}

.main-g-box:hover {
    transform: translateY(-1%);
}
/* gallery end */

@media screen and (max-width:500px) {
    .about-head h1::before {
        display: none;
    }

    .about-head h1::after {
        display: none;
    }

    .about-head h1 span::before {
        display: none;
    }

}
@media screen and (max-width:770px) {

    .right {
        display: none !important;
    }

    .left {
        width: 100% !important;
        height: 100%;
    }
}


.portfolio-item img {
    transition: 0.5s;
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, 0.7);
    transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}

.portfolio-item .fw-medium {
    font-size: 20px !important;
    text-transform: uppercase;
}

.portfolio-item h5 {
    font-size: 15px !important;
}

.portfolio-item .bg-danger {
    background-color: var(--blue) !important;
}
.service-krishna {
    padding: 10px 0;
}
.service-krishna a{
    text-decoration: none;
    color: #10140f;
    font-size: 1.125rem;    
    font-weight: 600;
    display: block;
}
.service-krishna p{
    color: #696767;
}
/* new footer  */




/* captcha new design start */
.captchasep1 {
    display: flex;
}

.captchasep1 input {
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 16px;
    border-color: var(--black) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    background: #fff !important;
    color: #616060;
    padding: 8px !important;
}

.captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    background: url(../img/index-img/capt-img.jpeg);
    font-size: 16px;
    overflow: hidden;
    border-radius: 3px;
    font-weight: bolder;
    background: #fff;
}

.captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 9px;
    font-style: italic;
    font-size: 20px !important;
    padding: 10px;
    height: 100%;
    font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec button {
    font-style: italic;
    font-size: 22px;
    outline: none;
    background: transparent;
    height: 100%;
    border: none;
}

.captchasep1 .captcha-codes-sec button i {
    background: var(--golden);
    color: #fff;
    padding: 10px;
}

.captchasep1 input {
    background-color: transparent;
}

.captchasep1 input::placeholder {

    color: var(--black) !important;
}

@media screen and (max-width:600px) {
    .captchasep1 {
        display: flex;
        flex-direction: column !important;
    }

    .captchasep1 .captcha-codes-sec {
        border-color: #000 !important;
    }
}

.bg-danger22 {
    background-color: var(--golden) !important;
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
    border-color: #000 !important;
}

/* page header */
.whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99999;
}

.phone {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 99999;
}



/* index book appoiint start */
.book-appoint {
    margin-top: 20px;
}

.book-appoint .enqiry-book-appoint {
    background: var(--blue);
    padding: 20px;
    border-radius: 15px;
    z-index: 9999;
}

.book-appoint .enqiry-book-appoint .book-appoint-add {
    border-right: 1px solid #fff;
    padding: 30px 20px;
}

.book-appoint .enqiry-book-appoint h4 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
}
.book-appoint .enqiry-book-appoint h4 i {
  /* animation: zoomInOut 2s ease-in-out infinite; */
  animation-name: zoomInOut;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform: scale(1);
  display: block;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.book-appoint .enqiry-book-appoint .book-appoint-add p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.book-appoint .enqiry-book-appoint .book-appoint-add a i {
    font-size: 20px;
}

.book-appoint .enqiry-book-appoint .book-appoint-add a {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry h4 {
    color: #fff;
    font-weight: bold;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry form input {
    border-radius: 0;
    padding: 8px;
    margin-top: 5px;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry form textarea {
    margin-top: 5px;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry form .book-btn {
    background: #fff;
    color: var(--blue);
    font-weight: bold;
    font-size: 20px;
    border: none;
    outline: none;
    padding: 10px 20px;
    margin-top: 0px;
}




/* index book appoiint end */
@media screen and (max-width:544px) {

    .book-appoint .enqiry-book-appoint .book-appoint-add h4 {
        font-size: 14px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add {
        padding: 10px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add {
        padding: 14px;
        border-right: none;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add a {
        font-size: 16px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-enqiry h4 {
        font-size: 14px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-enqiry form input {
        padding: 10px;
    }
}


/* overview */
.overview {
    padding: 50px 0;
}

.overview span {
    font-size: 30px;
    color: var(--golden);
    font-weight: bold;
}

.overview .overview-head h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blue);
}

.overview .overview-head p {
    font-size: 14px;
}









/* hightlight */
.facts {
  background-color: var(--blue);
  padding: 80px 20px;
  color: #fff;
}

.facts-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.facts-image,
.facts-content {
  flex: 1 1 50%;
}

.facts-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.facts h2 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.facts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.facts ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.facts ul li::before {
  content: '➤';
  position: absolute;
  left: 0;
  color: #ffc74b;
  font-size: 18px;
  top: 2px;
}





/* Responsive */
@media (max-width: 768px) {
  .facts-container {
    flex-direction: column;
  }

  .facts h2 {
    font-size: 24px;
  }
}


/* footer */
.footer{
    background: var(--black);
    color: #a3a3a3;
    padding: 50px 0;
    font-size: 14px;
    font-weight: 300;
}
.footer .footer-usefull-link{}
.footer .footer-usefull-link a{
    color: inherit;
    display: inline-block;
}
.footer .footer-usefull-link p{}

.copyright{
    display: flex;
    justify-content: space-between;
}
.copyright a{
    color: #a3a3a3;
}






/* specification start */
.specification {
    padding: 52px 0;
    /* background: #3e413c; */
  }
  
  .specification .specfi-head {
    text-align: center;
    padding: 20px 10px;
    background: var(--blue) !important;
    /* min-height: 235px !important; */
  }
  
  .specification .specfi-head:hover {
    /* background: var(--black); */
    
    background-color:var(--golden)!important;
  }
  
  .specification .specfi-head .specfi-img img {
    width: 60px;
    margin-bottom: 20px;
  }
  
  .specification .specfi-head .specfi-title p {
    color: #86C228;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  .specification .specfi-head .specfi-title span {
    color: #fff;
    font-size: 14px;
  }
  
  /* specification end */
  
  


  
/* page header */
.page-header {
    background: linear-gradient( to right, rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0.655)), url(../images/gallery/shri-krishna-enclave-gallery-01.jpg) no-repeat;
    background-size: cover;
    background-position: top ;
    padding: 100px 0 !important;
  }
  
  .page-header ol li{
    /* color: #02685A !important; */
  }
  .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light) !important;
  }
  
  

  /* yahmuna-exp-bg */
  .yahmuna-exp-bg{
    background: url(../images/yamuna_banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0;
    text-align: center;
    color: #fff;
  }
  .yahmuna-exp-bg p{
    font-size: 60px;
  }
  @media screen and (max-width:700px) {
   .yahmuna-exp-bg p{
    font-size: 30px;
  } 
  }