* {
  margin: 0px;
  padding: 0px;
}

:root {
  --font-primary: "poppins", sans-serif;
  --font-secondary: "playfair display", cursive;
  --color-dk-black: #08080a;
  --color-lt-bk: #2a2a2a;
  --color-white: #fff;
  --color-lt-wt: #F4F1F1;
  --color-rd: #FF6363;
  --color-gr: #758A93;
  --color-cr: #FFFDF0;
  --color-dr: #EED9B9;
  --color-bn: #5e1117;
  --color-yl: #FFDE42;
  --color-lg: #F3F4F4;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.sec-title {
  margin: 0px 0px 30px 0px;
  position: relative;
  display: block;
}

.sec-title h2 {
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  display: block;
}

.sec-title span {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.page-hd {
  margin: 0px 0px 30px 0px;
  position: relative;
}

.page-hd h2 {
  font-family: var(--font-secondary);
  font-size: 36px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.page-hd p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.sec-btn {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-dk-blue);
  display: inline-block;
  border-radius: 10px;
  margin: 0px 0px 10px 0px;
  color: var(--color-white);
}

.gn-head {
  font-family: var(--font-primary);
  font-size: 26px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 15px 0px;
  text-align: left;
}

.gn-txt {
  font-family: var(--font-primary);
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  color: var(--color-lt-bk);
  text-align: justify;
}

.gn-span {
  font-family: var(--font-primary);
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  color: var(--color-lt-blue);
  text-align: justify;
}

.clr-pad0 {
  padding: 0px;
}

/* -----------navbar------------ */
.nav-w100 {
  background-color: var(--color-cr);
}


.nav-icons .icons {
  display: flex;
}

.icons i {
  color: var(--color-white);
  font-size: 12px;
  margin: 0px 5px 0px 5px;
}

.email-address {
  display: flex;
  margin: 0px 0px 0px 15px;
}

.email-content h1 {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  margin: 5px 0px 0px 5px;
}
.email-content a{
    font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  margin: 5px 0px 0px 5px;
}
.email-parent {
  display: flex;
  justify-content: end;
  align-items: end;
}

.email-icon i {
  font-size: 12px;
  color: var(--color-white);
}

.nav-item a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-bn);

}

.header-top {
 
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 3;
  background-color: var(--color-bn);
}
.phone-numbr h2 a{
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
}
.nav-logo img {
  width: 220px;
}
.email-phone i{
  color: var(--color-white);
  font-size: 15px;
  margin: 20px 5px 0px 0px;
}
.email-parent{
  margin: 0px 0px 10px 0px;
}
.sticky-nav.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 99;
  -webkit-animation: sticky 6.4s;
  animation: sticky 0.4s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: var(--color-cr);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.email-content h2 {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  margin: 5px 0px 0px 5px;
}

/* -----------navbar------------ */
/* -------------breadcrumb------------------ */
.bread-crumb {
  position: relative;
}

.breadcrumb-image img {
  width: 100%;
  display: block;
}

.breadcrumb-parent {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.breadcrumb-content h1 {
  font-family: var(--font-primary);
  font-size: 36px;
  font-weight: 600;
  color: var(--color-white);
}

/* -------------breadcrumb------------------ */
/* ------------slider------------ */
.bhairavan-slider {
  position: relative;
}

.bhairavan-images {
  position: relative;
}

.slider-parent {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 35%;
  left: 5%;

}

.slider-content {
  position: relative;
  z-index: 2;
}

.slider-content h1 {
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 10px 0px;
  max-width: 800px;
}

.slider-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  max-width: 700px;
  margin: 0px 0px 25px 0px;
}

.slider-content a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-bn);
  padding: 10px 20px 10px 20px;
}

.bhairavan-images {
  position: relative;
}

.bhairavan-images::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* ------------slider------------ */
/* ----------home-------------- */
.testimonial-section {
  background-color: var(--color-bn);
  padding: 60px 0px 60px 0px;
  position: relative;
}



.testimonial-head h1 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 10px 0px;
}

.testimonial-head h2 {
  font-family: var(--font-primary);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 10px 0px;
}

.testimonial-head p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 30px 0px;
}

.profile-image img {
  width: 80px;
  margin: 0px 0px 15px 0px;
}


.testimonial-slider {
  background-color: var(--color-white);

}

.profile-detail h1 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dk-black);
  text-align: center;
  margin: 0px 0px 5px 0px;
}

.testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 280px;
}

.profile-detail h2 {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-gr);
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.test-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.test-icons i {
  font-size: 10px;
  color: var(--color-yl);
  margin: 0px 5px 10px 5px;
}

.testimonial-content p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  max-width: 400px;
  text-align: center;
}

.testimonial-slider .profile-image {
  width: 80px;

}

.testimonial-image-side {
  position: relative;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-icon i {
  background-color: var(--color-white);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-bn);
}

.offer-head h1 {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 500;
  color: var(--color-bn);
  margin: 0px 0px 8px 0px;
}

.offer-head h2 {
  font-family: var(--font-primary);
  font-size: 35px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid rgba(181, 101, 29, 0.5);
  display: inline-block;
}

.offer-head p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 8px 0px;
  line-height: 25px;
}

.what-we-offer {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-cr);

}

.offer-content h1 {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-bn);
  margin: 0px 0px 8px 0px;
}

.offer-content h2 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 8px 0px;
}
.offer-content p{
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 5px 0px;
  min-height: 100px;
}
.offer-content a{
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-bn);
  text-decoration: underline;
  
}
.offer-details {
  border: 1px solid var(--color-gr);
  border-radius: 10px;
  min-height: 290px;
  padding: 30px;
}

.offer-head {
  margin: 0px 0px 25px 0px;
}

.blogs-content {
  display: flex;
}

.about-guruji {
  padding: 60px 0px 60px 0px;
}

.guruji-content h1 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  color: var(--color-bn);
  margin: 0px 0px 5px 0px;
}

.guruji-content h2 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 38px;
  color: var(--color-dk-black);
  margin: 0px 0px 15px 0px;
}

.guruji-content p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  text-align: justify;
  margin: 0px 0px 10px 0px;
}

/* ----------home-------------- */
/* ------------contact------------ */

.contact-section {
  padding: 60px 0px 60px 0px;
}

.contact-details {
  display: block;
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 30px;
  min-height: 250px;
}

.contact-icon i {
  font-size: 25px;
  background-color: var(--color-bn);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}

.contact-content h1 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 5px 0px;
}

.contact-icon {
  display: inline-block;
  margin: 0px 0px 20px 0px;
}

.contact-content li {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
 
}

.contact-head h1 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-bn);
  margin: 0px 0px 8px 0px;
}

.contact-head h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 30px 0px;
}

.form-text {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-cr);
  border: 0;
  height: 50px;
  margin: 0px 0px 20px 0px;
}

.form-floating .comment {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-cr);
  border: 0;
  height: 50px;
  min-height: 160px;
  border-radius: 10px;
  color: var(--color-lt-wt);
  padding: 15px;
  transition: 0.3s;
  margin: 0px 0px 30px 0px;
}

.form-floating .comment::placeholder {
  color: var(--color-gr);
}

.form-section {
  padding: 60px 0px 60px 0px;
  box-shadow: 0px 4px 10px rgba(255, 99, 99, 0.3);
  position: relative;
}

.form-button a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-bn);
  padding: 10px 30px 10px 30px;
}

.contact-image {
  position: absolute;
  top: 0px;
  right: 70px;

}

.kulacharam-section {
  padding: 60px 0px 60px 0px;
}

.kulacharam-sec h1 {
  font-family: var(--font-primary);
  font-size: 35px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 8px 0px;
}

.kulacharam-sec p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  text-align: justify;
  margin: 0px 0px 25px 0px;
}

.kulacharam-sec a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-bn);
  padding: 10px 20px 10px 20px;
}

/* ------------about ------------- */
.about-section {
    padding: 60px 0px 0px 0px;
}
.about-content p{
  text-align: justify;
}

.about-content h1 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-bn);
  margin: 0px 0px 15px 0px;
}

.about-content p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  line-height: 25px;
}

.about-side img {
  border-radius: 50px;
}

.about-mission {
  padding: 60px 0px 60px 0px;
}

.about-mission {
  position: relative;
  z-index: 1;
}

.about-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/about/home-icon1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  opacity: 0.8; 
  z-index: -1; 
  pointer-events: none; 
}

.about-mission {
  position: relative;
  z-index: 1;
}

.about-mission  {
  position: relative;
  z-index: 1;
}

/* ----------service----------- */
.service-section {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-lg);
}

.service-head h1 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-dk-black);
  text-align: center;
}

.services {
  background-color: var(--color-white);
  padding: 30px;
  margin: 0px 0px 20px 0px;
  min-height: 529px;
}

.service-head {
  margin: 0px 0px 30px 0px;
}

.service-head p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
 
}

.service-icon img {
  width: 60px;
  margin: 0px 0px 15px 0px;
}

.service-content h1 {
  font-family: var(--font-primary);
  font-size: 25px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 8px 0px;
}

.service-content p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  line-height: 25px;
  text-align: justify;
   min-height: 300px;
}

.service-button a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-bn);
}

.service-button a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px;
}

/* ----------service----------- */
/* -------------kulacharam---------------- */
.kulachara-section {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-cr);
}
.kulacharam{
  background-color: var(--color-cr);
  position: relative;
}
.kulacharam::before{
  content: "";
  position: absolute;
  background-image: url(../images/home/background-about-removebg-preview.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  left: 34%;
   z-index: 0;
   opacity: 0.3;
}
.kulachara-head h1 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  color: var(--font-primary);
  text-align: center;
  margin: 0px 0px 15px 0px;
}
.kulacharam-image img{
  width: 100%;
  margin: 0px 0px 25px 0px;
}

.kulachara-head p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  text-align: center;
}

.heading-kulacharam h1 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  color: var(--font-primary);
  text-align: center;
  margin: 0px 0px 15px 0px;
  
}
.kulacharam-details p{
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dk-black);
  text-align: center;
  margin: 0px 0px 20px 0px;
}
/* -------------kulacharam---------------- */
/* -------------gallery-------------- */
.gallery-section {
  padding: 60px 0px 60px 0px;
}

.Gallery-head h1 {
  font-family: var(--font-primary);
  font-size: 38px;
  font-weight: 600;
  color: var(--color-dk-black);
  text-align: center;
}

.Gallery-head {
  margin: 0px 0px 30px 0px;
}

.gallery {
  margin: 0px 0px 20px 0px;
}

.gallery img {
  width: 500px;
}

/* -------------gallery-------------- */
/* ------------footer-------------- */
.footer {
  background-image: url(../images/home/kalan-webp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 0px 0px;


}

.footer-links {
  margin: 0px 0px 60px 0px;
}

.logo-image img {
  width: 200px;
  margin: 0px 0px 15px 0px;
}

.logo-description p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 15px 0px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons i {
  font-size: 15px;
  background-color: var(--color-white);
  color: var(--color-bn);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer-head h1 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 12px 0px;

}

.links li a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
}
.address .address-content{
  font-weight: 600;
}
.address ul li a{
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
}
.address ul li{
    font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 30px;
}
.bottom-content p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  padding: 30px 0px 30px 0px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* --------------footer------------- */