@import url('https://fonts.googleapis.com/css?family=Exo 2');

.tbox{
    padding-top: 80px;
    padding-bottom: 80px;
}
.img_sz{
   width: 100%;
}
.box_saparator
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.heading_text{
    font-family: 'Exo 2';
    font-weight: 900;
    color: black;
}
.tx_center{
    text-align: center;
}
.heading_text_b{
    font-family: 'Exo 2';
    font-weight: 900;
    color: white;
    text-align: center;
}
.bl_scr{
    background-color: #253138;
}
.paragraph{
    font-family: 'Exo 2';
    color: #555;
   
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.button-19 {
  appearance: button;
  background-color: #77080a;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-19:after {
  background-clip: padding-box;
  background-color: #ea1f22;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}
@media only screen and (min-width: 1000px) {
    .wh_sec{
        margin-top: -140px!important;
    }
    .wh_sec_2{
        margin-top: -200px!important;
    }
    .bg_scr{
        padding-bottom: 50px;
    }
    .area_tx{
      width: 50%;
    }
  }
  @media only screen and (max-width: 999px) {
    .cd_sm_{
        padding-top: 110px!important;
    }
    .area_tx h2{
      font-size: 18px!important;
    }
    .area_tx p{
      display: none;
    }
  }
.cs_img{
    width: 150px;
    padding-bottom: 30px;
    margin-top: -110px;
}
.cs_img_2{
    width: 110px;
    padding-bottom: 30px;
    margin-top: -110px;
}

.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}
.cd_color{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background-color: #253138;
    color: white;
}
.img_scr{
    background-image: url("images/back.jpg");
    background-size: cover;
    background-position: top;
}
.bcolr{
    background-color: #253138d1;
    padding-top: 120px;
    padding-bottom: 200px;
}
.in_box{
  width: 50px;
  height: 50px;
  background-color: #1f292e;
  margin-top: -30px;
  margin-bottom: 25px;
}
.cli_sz{
width: 100px;
}

.button-32 {
  background-color: #fff000;
  border-radius: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  transition: 200ms;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 25px;
  margin-bottom: 10px;
}

.button-32:not(:disabled):hover,
.button-32:not(:disabled):focus {
  outline: 0;
  background: #f4e603;
  box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-32:disabled {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}
.tx_cap{
    text-transform: capitalize;
}
.cir_box{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #253138;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon_sz{
    font-size: 25px!important;
    color: white;
}
.sub_box{
    display: flex;
    align-items: center;
    gap: 15px;
}
.cd_1{
    background-color: #f0b326;
}
.wh_cl{
    color: white;
    text-align: center;
}
.txt_white{
  color: white!important;
}
.ab_abnner{
  padding-top: 120px;
  padding-bottom: 120px;
}
.about_banner{
  background-image: url(images/about_banner.jpg);
  background-size: cover;
  background-position: top;
}
.box_abt{
  width: 200px;
  height: 100px;
  background-color: red;
  text-align: center;
  color: white;
  padding: 10px 20px;
  transition: all ease-in-out 0.4s;
}
.box_abt:hover{
  scale: 1.1;
  margin-top: -10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.about_centered{
  transition: all ease-in-out 5s;
}
.about_centered:hover .n_box{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -50px;
  transition: all ease-in-out 0.5s;
}

.about_centered {
  transition: all ease-in-out 5s;
}

.n_box{
  width: 90px;
  height: 65px;
  margin-top: -45px;
  margin-bottom: 25px;
  background-color: #f0b326;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
}
.n_box i{
  font-size: 30px;
  color: white;
}

.about_centered:hover .n_box {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -50px;
}
.pulsing {
  display: inline-block;
  animation: pulse-animation 3s infinite;
}
.pulsing_2 {
  display: inline-block;
  animation: pulse-animation 2.5s infinite;
}
.pulsing_3 {
  display: inline-block;
  animation: pulse-animation 2.8s infinite;
}
.pulsing_4 {
  display: inline-block;
  animation: pulse-animation 2.6s infinite;
}


@keyframes pulse-animation {
  0%, 100% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
}

.product_card:hover img{
  filter: contrast(1.5);
}
.tr_upper{
  transition: all ease-in-out 0.3s;
}
.tr_upper:hover{
  margin-top: -15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


footer ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #151414;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: aqua;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 80%;
  filter: contrast(3);
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: red;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #00d5ff;
  padding: 13px 20px;
  border: 1px solid #00d8ff;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
.algn_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all ease-in-out 0.5s;
}
.algn_icon i{
  color: #253138;
  font-size: 40px!important;
}
.cd_color:hover .algn_icon > i{
  color: red!important;
}


.compact {
  line-height: 1.5em
}

a.customNav {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  border-right: 1px solid #e55c69;
  padding: 14px 18px;
}

a.active,
a.customNav:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent
}

@media screen and (min-width:797px) {
  #bottomNavbar.collapse {
    display: block
  }
}

@media screen and (max-width:796px) {
  #bottomNavbar {
    padding: 14px;
  }

  #bottomNavbar a.customNav {
    display: block !important;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: -5px;
    margin-right: -5px;
  }

  #removeFlex {
    display: block !important;
    text-align: center
  }
  .nav_logo{
    width: 150px!important;
  }
}
.nav_logo{
  width: 250px;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.carousel-item img {
  transition: transform 60s ease-in-out;
}

.carousel-item.active img {
  animation: zoom 60s forwards; /* Adjust the duration as needed */
}
.white_strip{
  background-color: white!important;
}

/* Style for the overlay */
.carousel-overlay {
  position: relative;
}

.carousel-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black with 50% transparency */
}


.carousel-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.carousel-text p {
  font-size: 1.2rem;
}
.carousel-text {
  position: absolute;
  top: 15%;
  left: 12%;
  transform: translate(-50%, -50%); /* Perfectly centers the text horizontally and vertically */
  text-align: left;
  color: white;
  z-index: 1;
  opacity: 0; /* Initially hidden */
  animation: fadeInUp 1s forwards; /* Animation for fade and slide up */
  animation-delay: 0.5s; /* Delay before the animation starts */
}

/* Keyframes for fade-in and slide-up effect */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at normal position */
  }
}

/* Text animation for the active slide */
.carousel-item.active .carousel-text {
  opacity: 0; /* Initially hidden */
  animation: fadeInUp 1s forwards;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

#back_mandir_img {
  margin: 0;
  padding: 0;
  height: 100vh; 
  background-image: url('images/kamakhya-temple-1.jpg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.wh_section{
  background-color: white;
}
.ln_colr{
  color: yellow;
  text-decoration: none;
}
.ser_sevtion{
  background-color: white;
}
.about_bkcolor{
  background-color: #ffffffe3;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.nav_drop{
  background-color: #dc3545;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid white;
}
.nav_drop li{
  background-color: #b02a37;
  border: 5px solid #dc3545;
}
.nav_drop li a{
color: white;
}
.no_ser{
  visibility: hidden;
}