
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
  font-family: 'Poppins', sans-serif;
}

html, body { overflow-x: hidden;}

/* announcement bar */

.marquee {
  background-color: rgb(45 6 1);
  padding: 4px 0px;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  font-size: 12px;
  font-weight:550;
  letter-spacing: 1px;
  font-family: 'Times New Roman', Times, serif;
  display: inline-block;
  padding-left: 100%;
  will-change: transform;
  color: white;
  animation: marquee 42s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused
}


/* Make it move */

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee { 
    white-space: normal 
  }
  .marquee span {
    animation: none;
    padding-left: 0;
  }
}


.header{
    position: fixed;
    z-index: 10;
    width: 100%;
    top: -55px;
}
.wrapper .top-nav{
    width: 100%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 90px;

}
.wrapper .top-nav .left .logo img{
    padding-top: 50px;
    padding-bottom: 65px;
}



.wrapper .top-nav .left .logo h2{
  font-size: 25px;
  color: #954d20;
  font-weight: 800;
  padding-bottom: 15px;
  font-family: "bookman old style";
}
.wrapper .top-nav .left .logo a{
  text-decoration: none;
}

.wrapper .top-nav .left .logo h2 span{
  color: #ffa405;
}


.wrapper .top-nav .right ul{
    display: flex;
}
.wrapper .top-nav .right ul li{
    margin: 0 10px;
    list-style: none;
    color: #000;
    font-weight: bold;
}
.wrapper .top-nav .right ul li a{
    text-decoration: none;
}

.wrapper .top-nav .right ul li a{
    display: block;
    padding: 8px 10px;
    color: #000;
}


.navbar {
    background-color: #ffa405;
    margin: 0px 130px;
    border-radius: 16px;
    padding: 0.5rem;
    position: absolute;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    z-index: 20;
    top: 120px;
    height: 50px;
}

.navbar-expand-lg{
    display: flex;
    
}

.navbar-toggler {
    border: none !important;
    font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-item a{
    color: white;
    font-weight: 700;    
}

.nav-item a:hover{
  color: #954d20;
  font-weight: 700;    
}
.nav-link {
    color: #fff;
    font-size: 18px;   
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.nav-menu{
  color: White;
  font-size: 28px;
  outline: none !important;
  border: none !;
}

@media (max-width: 1150px) {
  .nav-item a{
    font-size: 13px !important;    
}
.wrapper .top-nav .left .logo img{
  width:250px;
  padding-top: 50px;
  padding-bottom: 65px;
}

}
@media (max-width: 1095px) {
.wrapper .top-nav .left .logo img{
  width:230px;
  padding-top:50px;
  padding-bottom: 65px;
}
}


@media (max-width: 991px) {
    .offcanvas-body{
        background-color: #954d20;
    }
    .wrapper .top-nav{
        width: 100%;
        padding: 0px 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}

@media only screen and (max-width:992px){
    .offcanvas-body{
        background-color: #954d20;
    }
    .wrapper .top-nav{
      width: 100%;
      padding: 0px 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .wrapper .top-nav .left .logo img{
      width:230px;
      padding-top:50px;
      padding-bottom: 65px;
}
}

@media (min-width: 992px) {
    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
    .offcanvas-body{
        background-color: transparent;
    }
}

@media (max-width: 992px){
    .navbar {
        margin: 0px 80px;
    }

}

@media (max-width:895px){
   .wrapper .right .contact{
    font-size: 14px;
}
}



@media (max-width:820px){
  .wrapper .right .contact{
    font-size: 13px;
}
}


@media (max-width:799px){
  .wrapper .right .contact{
    font-size: 12px;
    padding-top: 10px;
}
.wrapper .top-nav .left .logo img{
  width:230px;
  padding-top:60px;
  padding-bottom: 65px;
}
}
@media (max-width:799px){
  .wrapper .right .contact{
    display: none;
  }
}




@media (max-width:783px){
  .header{
    top: -65px;
}

.logo .k-logo{
  font-size: 20px !important;
  padding-top: 10px;
}
}

@media screen and (max-width:695px){
  .wrapper .top-nav .right ul li a{
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    color: #000;
}
}

@media (max-width:650px){
    .wrapper .right .contact{
        display: none;
    }
    .navbar {
      margin: 0px 50px;
  }

}

@media (max-width:600px){
  .wrapper .top-nav{
    padding: 0px 30px;
}

.navbar {
  margin: 0px 30px;
}
}

@media (max-width:550px){
  .wrapper .top-nav{
    padding: 0px 30px;
}

.navbar {
  margin: 0px 30px;
  height: 40px;
}

.nav-menu{
  font-size: 20px;
  text-align: center;
}

.wrapper .top-nav .left .logo img{
  width:230px;
  padding-top:80px;
  padding-bottom: 65px;
}
}




/* banner */

.container-banner{
  width:100%;
  position: relative;
  overflow: hidden;
}
.banner{
  width: 100%;
  display: flex;
  animation: slide 16s infinite;
  padding-top: 110px !important;
}
@keyframes slide{
  0%{
      transform: translateX(0);
  }
  25%{
      transform: translateX(0);
  }
  30%{
      transform: translateX(-100%);
  }
  50%{
      transform: translateX(-100%);
  }
  55%{
      transform: translateX(-200%);
  }
  75%{
      transform: translateX(-200%);
  }
  80%{
      transform: translateX(-300%);
  }
  100%{
      transform: translateX(-300%);
  }
}
img{
  width: 100%;
}




/* welcome */

.container2{
    position: relative;
    background-size: cover;
    height: auto;
    align-items: center;
    text-align: center;
    padding: 40px 130px;
    background: url(../img/Flower\ 8.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.image-lamb img{
  max-width: 100%;
  height: auto;  
}

.image-lamb{
  position: absolute;
  top: 0%;
  left: 90%;
}


.heading img{
  width:100px;
}
.heading h4{
    font-size: 18px;
}

.heading h2{
    font-size: 30px;
    color: #954d20;
    font-weight: 700;
}

.container2 .sec-content{
    padding: 20px 120px;
    font-size: 16px;
   
}

.container2 .sec-content{
  position: relative;
  animation-name: mymove;
  animation-duration: 1s;
}

@keyframes mymove {
  from {left: -400px;}
  to {left: 0px;}
}


.sec-content .about-temple span{
    color: #9e6440;
    font-weight: bold;
}

@media screen and (max-width:1250px){
    .container2{
        align-items: center;
        text-align: center;
        padding: 40px 10px;
        height: auto;
    }
    .container2 .sec-content{
        padding: 20px 120px;
        font-size: 16px;
    }
}
@media screen and (max-width:1170px){
  .image-lamb img{
    max-width: 100%;
    height: auto;  
  }
  
  .image-lamb{
    position: absolute;
    top: 0%;
    left: 88%;
  }
}
@media screen and (max-width:970px){
    .container2{
        align-items: center;
        text-align: center;
        padding: 40px 10px;
        height: auto;
    }
    .container2 .sec-content{
        padding: 10px 100px;
        font-size: 16px;
    }
    .image-lamb{
      position: absolute;
      top: 0%;
      left: 90%;
      right: 10px;
    }
}

@media screen and (max-width:970px){
  .container2 .sec-content{
    padding: 20px 80px;
    font-size: 16px;
}
}


@media screen and (max-width:650px){
  .container2 .sec-content{
    padding: 20px 10px;
    font-size: 16px;
}
}

/* temple photos */
.container3{
    position: relative;
    padding: 40px 20px;
    background: url(../img/Container\ Flower.png),url(../img/Om\ Backround.png);
    background-repeat: no-repeat, repeat;
    background-position: top left, cover;
}
.container3 .card-para{
    padding: 20px 100px;
    color: #fff;
}

.pooja{
  width: 230px;
  position: absolute;
  top: -15% !important;
}

.container3 .pooja img{
  width: 300px;
  max-width: 100%;
  vertical-align: middle;
}
.container3 .heading{
  text-align: center;
  align-items: center;
  justify-content: center;
}

.container3 .heading h2{
    align-items: center;
    text-align: center;
    color: white;
}

.container3 .heading p{
  text-align: center;
  padding: 15px 100px;
  color: #fff;
  font-size: 17px;
}

.ohm-image{
  position: absolute; 
  left: 60%;
  top: 15%;
}
.ohm-image img{
  width: 100%;
  opacity: 1 !important;
}



/* slider */
.slide{
  align-items: center;
  justify-content: center;
  display: flex;
}
.container-slide{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
  
}

.card{
  background: #fff;
  border-radius: 8px;
  height: 360px !important;
  cursor: auto;
} 
.card .image-box img{
  width: 100%;

}

.card .profile-details{
  padding:0px 15px;
  align-items: center;
}

.card .profile-details p{
  padding: 10px 0px;
}

.swiper-pagination{
  display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  color: #954d20;
  font-size: 20px !important;
  font-weight: bold;
  background: #fff;
  width: 30px;
  height: 30px;
  align-items: center !important;
  text-align: center !important;
  padding-top: 5px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
  content: 'next';
  color: #954d20;
  font-size: 20px !important;
  font-weight: bold;
  background: #fff;
  width: 30px;
  height: 30px;
  align-items: center !important;
  text-align: center !important;
  padding-top: 5px;
}

.card:hover {
 transform: translateY(-5px);
}

@media screen and (max-width:1250px){
  .pooja{
    width: 150px;
    position: absolute;
    top: -10% !important;
  }

}

@media screen and (max-width:1000px){
  .container3 .card-para{
    padding: 20px 0px;
  }
  .container3 .heading p{
   padding: 15px 0px;
  }
  .pooja{
    width: 150px;
    position: absolute;
    top: -9% !important;
  }

}

@media screen and (max-width:913px){
  .card{
    height: 370px !important;
  }
}
@media screen and (max-width:800px){
    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .pooja{
      width: 150px;
      position: absolute;
      top: -9% !important;
    }

}

@media screen and (max-width:768px){
  .card{
    height: 385px !important;
  }
}

@media screen and (max-width:520px){
  .card{
    height: 450px !important;
  }
}



@media screen and (max-width:500px){
    .card-container {
        grid-template-columns:1fr;
    }
    .pooja{
      width: 150px;
      position: absolute;
      top: -6% !important;
    }
}

@media screen and (max-width:450px){
  .card{
    height: 430px !important;
  }
}

@media screen and (max-width:400px){
  .card{
    height: 400px !important;
  }
}

@media screen and (max-width:370px){
  .card{
    height: 380px !important;
  }
}


.flower{
  position: absolute;
  top: 80%;
}

.flower img{
  width: 30%;
  opacity: 0.1;
}


/* yearly events */

.container4{
    position: relative;
    padding: 40px auto;
    background: url(../img/Early\ Events\ Background.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.image-lamb-events img{
  max-width: 100%;
  height: auto;  
}

.image-lamb-events{
  position: absolute;
  top: 0%;
  left: 5%;
}


.container4 .heading{
  text-align: center;
}

.container4 h2{
    font-size: 30px;
    color: #954d20;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
}

.about-lamb{
  position: absolute;
  top: 0%;
  width:8%;
  left: 2%;
  max-width: auto;
  height: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 40px 100px;
    justify-content: center;
  }
  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 60px;
    font-size: 30px;
    text-align: center;
    border: none !important;
    display: flex;
    gap: 20px;
    
  }
  

  .grid-item .event-img img{
    width: 40px;
  }

  .grid-item .event-img:hover{
    transform: scale(1.1);
    z-index: 2;
  }
  .grid-item .event-img{
      background:  #ffa405;
      width: 80px;
      height: 80px;
      align-items: center;
      text-align: center;
      padding-top: 10px;
      border-radius: 10px;
  }

  .grid-item .event{
      text-align: start;
      padding-left: 0px !important;
  }

  .event h4{
   color: #954d20;
  }

  @media (max-width:1160px){
    .flower-event{
      position: absolute;
      top: 24%;
      width:18%;
      left: 83%;
      max-width: auto;
      height: auto;
    }
  }

  @media (max-width:1030px){
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 40px 60px;
     
   }
  .grid-item {
    padding: 20px 20px;
   }
  }
  @media (max-width:990px){
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 40px 20px;
     
   }
   .container4{
    padding: 40px auto;
    background: none;
  
}
}

@media (max-width:920px){
  .flower-event{
    position: absolute;
    top: 22%;
    width:25%;
    left: 80%;
    max-width: auto;
    height: auto;
  }
}
  @media (max-width:880px){
  .grid-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 40px 20px;
     
   }
  }

  @media (max-width: 300px){
    .about-lamb{
       opacity: -1;
    }
    .flower-event{
      opacity: -1;
    }
  }


  @media (max-width:460px){
  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px 20px;
    }
  }

  /* footer */

  footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 130px;
    padding-top: 50px;
    background: url(../img/Footer.png);
    background-position: center;
    background-size: cover;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .container-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  footer .container-footer ul{
    padding-left: 0rem;
  }
  .sec-quicklinks h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 20px;
    
  }

  .sec-quicklinks{
    position: relative;
    width: calc(40% - 60px);
  }
  .sec-quicklinks li span{
    color:  #ffa405;
    padding-right: 4px;
  }
  .sec-quicklinks li{
    list-style: none !important;
  }

  .sec-quicklinks ul li a{
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    
  }
  .sec-quicklinks ul li a:hover{
    color: #b5b0b0;
  }

 
  .sec-contact{
    width: calc(40% - 60px);
    margin-right: 0 !important;
  }
  .sec-contact h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 20px;
  }

  .sec-contact .info{
    position: relative;
  }

  .sec-contact .info li{
    display: flex;
    margin-bottom: 13px;
  }

  .sec-contact .info li span:nth-child(1){
    color: #fff;
    font-size: 20px;
    margin-right: 10px;  
  }

  .sec-contact .info li span{
    color: #fff;
  }
  .sec-contact .info li span i{
    color:  #ffa405;
  }
  .sec-contact .info li span:hover{
    color: #b5b0b0;
  }

  .sec-contact .info li span a{
    color: #fff;
    text-decoration: none;
  }
  .sec-contact .info li p a{
    text-decoration: none;
    color: #fff;
  }

  .sec-contact .info li a:hover{
    color: #b5b0b0;
  }
  .social-media{
  color: #fff;

  }

.social-media p{
  font-size: 20px;
  font-weight: bold;
}
  .sci{
    display: flex;
    margin-top: 20px;
    padding-right: 30px;
  }

  .sci li{
    list-style: none;
   
   
  }
  .sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none !important;
    border-radius: 30px;
  }

  .sci li a .fa-brands{
    color:  #ffa405 !important;
    font-size: 20px;
    text-decoration: none;
  }



  .copyrightText{
    width: 100%;
    background: #181818;
    padding: 8px 100px;
    text-align: center;
    color: #999;
  }


  .sec-time{
    width: calc(30% - 60px);
    margin-right: 0 !important;
  }
  .sec-time h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 20px;
  }

  .sec-time .info{
    position: relative;
  }

  .sec-time .info li{
    display: flex;
    margin-bottom: 12px;
  }

  .sec-time .info li span:nth-child(1){
    color: #fff;
    font-size: 20px;
    margin-right: 10px;  
  }

  .sec-time .info li span{
    color:  #ffa405;
    font-size: 18px;
    font-weight: bold;
  }
  .sec-time .info li i{
    color:  #ffa405;
    padding-right: 5px;
  }
  .sec-time .info li .fa-regular{
    color: #fff;
  }
  .sec-time .info li p{
    color: #fff;
  }

  .sec-time .info li span a{
    color: #fff;
    text-decoration: none;
  }

  .sec-time .info li a:hover{
    color: #fff;
  }
  
footer .copyrightText{
    width: 100%;
    background: none;
    padding: 8px 100px;
    text-align: center;
    /* color: #999; */
  }
  .copyrightText p{
  padding-top: 10px;
  color: #fff;
  }
  .copyrightText span a{
    color:  #ffa405;
    text-decoration: none;
  }

  .copyrightText h6{
    color: #fff;
    font-size: 16px !important;
  }

  hr{
    background-color: #fff;
    color: #fff;
    height: 2px;
    width: 100%;
  }

@media (max-width: 1190px) {
  footer{
    padding: 40px 80px;
  }
  footer .copyrightText{
    padding: 8px 80px;
  }
}


@media (max-width:991px){
    footer{
    padding: 40px;
    }
  
    .footer .container-footer .sec{
    margin-right: 0;
    margin-bottom: 40px;
    }
    .footer .container-footer .sec-quicklinks, .sec-contact, .sec-time{
    width: 100%;
    }
    .footer .container-footer .sec-time{
        margin-right: 0;
        margin-bottom: 40px;
        }
    .copyrightText{
    padding: 8px 40px;
    }

    .sec-quicklinks{
        position: relative;
        width: 100%;
      }
      footer .copyrightText{
        padding: 8px 0px;
      }
}

@media (max-width:800px){
  footer .container-footer{
    flex-direction: column;
    
    }
}


/* back to top */

#scrollButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  cursor: pointer;
  background:#fff!important;
  color: #ffa405 !important;
  border: #000 !important;
}
#scrollButton i{
  font-size: 18px;
}


/* Home page end */

/* Contact Us Start */


.sub-banner{
  background-image:url(../img/About\ sri\ kannimar\ Temple.png);
  height: 35vh;
  background-size: cover !important;
  background-position: center;
  color: white;
  width: 100%;
  margin-top: 120px;
  position: relative;
}

.sub-banner .head{
  position: absolute;
  text-align: center;
  top: 38%;
  left: 35%;
}


.sub-banner h1{
  font-size: 35px;
  font-weight: bold;
  background-color: #79320956;
  border-radius: 30px;
}

.sub-banner h5{
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color:  #79320956;
}

.sub-banner h5 a{
  text-decoration: none;
  color: #fff;
 
}

.sub-banner h5 span{
  color: #ffa405;
  font-weight: 1000;
}

@media (max-width:1090px){
  .sub-banner .head{
    position: absolute;
    text-align: center;
    top: 38%;
    left: 30%;
  }
}

@media (max-width:900px){
  .sub-banner .head{
    left: 25%;
  }
}


@media (max-width:690px){
  .sub-banner .head{
    left: 20%;
  }
}
@media (max-width:600px){
  .sub-banner{
    margin-top: 90px;
  }
}

@media (max-width:550px){
  .sub-banner .head{
    top: 30%;
    left:6%;
    right: 5%;
  }
  
.sub-banner h1{
  font-size: 30px;
}

.sub-banner h5{
  font-size: 15px;
}
}
/* banner refund */
.sub-banner-refund{
  background-image:url(../img/About\ sri\ kannimar\ Temple.png);
  height: 35vh;
  background-size: cover !important;
  background-position: center;
  color: white;
  width: 100%;
  margin-top: 120px;
  position: relative;
}
@media (max-width:600px){
  .sub-banner-refund{
    margin-top: 90px;
  }
}

.sub-banner-refund .head-refund{
  position: absolute;
  text-align: center;
  top: 38%;
  left: 33%;
}


.sub-banner-refund h1{
  font-size: 35px;
  font-weight: bold;
  background-color: #ec8e4f56;
  border-radius: 30px;
}

.sub-banner-refund h5{
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
  background-color: #ec8e4f56;
}

.sub-banner-refund h5 a{
  text-decoration: none;
  color: #fff;
 
}

.sub-banner-refund h5 span{
  color: #ffa405;
  font-weight: 1000;
}
@media (max-width:1250px){
  .sub-banner-refund .head-refund{
    position: absolute;
    text-align: center;
    top: 38%;
    left: 26%;
  }
}

@media (max-width:1090px){
  .sub-banner-refund .head-refund{
    position: absolute;
    text-align: center;
    top: 38%;
    left: 24%;
  }
}

@media (max-width:900px){
  .sub-banner-refund .head-refund{
    top: 30%;
    left: 16%;
  }
}


@media (max-width:690px){
  .sub-banner-refund .head-refund{
    top: 30%;
    left: 15%;
  }
  .sub-banner-refund h1{
    font-size: 28px;
  }
  .sub-banner-refund h5{
    font-size: 16px;
  }
}


@media (max-width:600px){
  .sub-banner-refund .head{
    top: 30%;
    left: 15%;
  }
  .sub-banner-refund h1{
    font-size: 25px;
  }
  .sub-banner-refund h5{
    font-size: 14px;
  }
}


@media (max-width:550px){
  .sub-banner-refund .head{
    top: 30%;
    left:6%;
    right: 5%;
  }
  
.sub-banner-refund h1{
  font-size: 30px;
}

.sub-banner-refund h5{
  font-size: 15px;
}
}

@media (max-width:500px){
  .sub-banner-refund .head-refund{
    top: 30%;
    left:6%;
    right: 5%;
  }
  
.sub-banner-refund h1{
  font-size: 25px;
}

.sub-banner-refund h5{
  font-size: 15px;
}
}

/* main */
.contact-banner{
  position: relative;
  background-image: url(../img/Flower\ 8.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.contact-pg{
  text-align: center;
  padding: 70px;
  padding-bottom: 30px !important;
}

.contact-info{
   max-width: 1200px;
   display: flex;
   justify-content: center;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
.info-detail{
  padding:0px 100px;
}

.info-detail span i{
  background-color: #ffa405;
  width: 90px;
  height: 90px;
  align-items: center;
  padding-top: 30px;
  font-size: 30px;
  color: #fff;
  border-radius: 50px;
}

.info-detail .detail-head{
  padding-top: 22px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.info-detail .detail{
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 2px;
}

@media (max-width:1180px){
  .contact-pg{
    text-align: center;
    padding: 70px 0px;
  }

  .info-detail{
    padding:0px 100px;
  }
  
}

@media (max-width:1180px){
  .info-detail{
    padding:0px 50px;
  }  
}

@media (max-width:740px){
  .info-detail{
    padding:0px 35px;
  }  
}


@media (max-width:650px){
  .contact-info{
    display: flex;
    flex-direction: column;
 }

 .info-detail{
  padding:30px 35px;
}  
}




/* form */
.c-form{
  padding: 0px !important;
}
.row .form-title{
  padding: 20px;
  padding-top: 0px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  
}
.contact-area{
  padding: 50px;
  padding-left: 40px !important;

}
.contact-form input{
  width: 100%;
  padding: 20px;
  margin-bottom: 25px;
  border: 0;
  outline: none;
  border: 2px solid #5555551c;
}

.contact-form textarea{
  width: 100%;
  height: 200px;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #5555551c;
  outline: none;
}
.contact-btn{
  text-align: center;
  justify-content: center;
}

.contact-btn button{
  border: 0;
  padding: 15px 50px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  background: #954d20; 
}
.contact-btn button:hover{
  background: #fff;
  border: 2px solid #954d20; 
  color: #954d20;
}


@media screen and (max-width:1160px){
  .contact-area{
    padding: 50px 0px;
  }
}

@media screen and (max-width:1160px){
  .contact-area{
    padding: 50px 0px;
  }
}

@media screen and (max-width:900px){
  .contact-area{
    padding: 50px 0px;
  }
}

@media screen and (max-width:400px){
  .contact-area{
    padding: 0px !important;
    padding-left: 30px !important;
    padding-bottom: 30px !important;
  
  }

  .contact-btn button{
    font-size: 14px;
  }
}


/* map */

.map-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

iframe {
  width: 100%;
  height: 550px;
}

/* location */

.locations{
  position: relative;
  width: 100%;
  background-image: url(../img/Flower\ 6.png), url(../img/Sub\ pages\ background.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left center;
}


.image-lamb-location img{
  max-width: 80%;
  height: auto;  
}

.image-lamb-location{
  position: absolute;
  top: 0%;
  left: 90%;
  right: 20px;
}

.locations .heading{
  text-align: center;
}

.locations .heading h2{
  font-size: 30px;
  color: #954d20;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
}
.table{
  padding: 50px 220px;
  margin: 0px !important;
}


.table .locate-image{
  display: flex;
}
.table .locate-image i{
  margin-right: 10px;
}

td p{
  color: #000;
}

td img{
  width: 20px;
}

td span {
  color: #954d20;
  font-weight: 500;
}

@media (max-width:1170px){
  .table{
    padding: 50px 50px;
    margin: 0px !important;
  }
  
}

@media (max-width:1100px){
  .table{
    padding: 50px 100px;
    margin: 0px !important;
  }
  
}

@media (max-width:800px){
  .table{
    padding: 50px 40px;
    margin: 0px !important;
  }
  
}

@media (max-width:550px){
  .table{
    padding: 50px 20px;
    margin: 0px !important;
  }
  .image-lamb-location img{
   opacity: -1;
  }
}

@media (max-width:520px){
  .locations{
    position: relative;
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  tr td{
    font-size: 12px;
  }
}

@media (max-width:445px){
  .table{
    padding: 50px 10px;
    margin: 0px !important;
  }

  tr td{
    font-size: 12px;
  }
  
}

@media (max-width:405px){
  .table{
    padding: 50px 10px;
    margin: 0px !important;
  }

  tr td{
    font-size: 10px;
  }
  
}


/* reach us */
.reach{
  position: relative;
  padding: 20px;
  padding-bottom: 40px;
  background-image: url(../img/Flower\ 6.png),url(../img/Sub\ pages\ background.png);
  background-repeat: no-repeat,no-repeat;
  background-position: bottom right, left center;
}

.reach-flower {
  position: absolute;
  top: 25%;
}

.reach-flower img{
  opacity: 0.1;
  width: 20%;
}
.reach .heading{
  text-align: center;
}

.reach .heading h2{
  font-size: 30px;
  color: #954d20;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}

.how-to-reach-us{
  text-align: center;
  padding-bottom: 20px;
}

.how-to-reach-us p{
  font-size: 18px;
  padding-top: 30px;
}
.how-to-reach-us h3{
  color: #954d20;
  font-weight: bold;
  padding: 15px;
  padding-top: 30px;
}

.locate-content {
 display: flex;
 gap: 30px;
 justify-content: center;
 align-items: center;
 text-align: center;
 padding-bottom: 20px;
}
.locate-content img{
  width: 20px;
  height: 70px;
}
.locate-content h5{
  font-size: 18px;
  text-align: start;
}
.locate-content h6{
  font-size: 18px;
  padding-top: 12px;
  text-align: start;
}

.locate-map{
  padding:0px 300px;
}



@media (max-width:1200px){
 
  .locate-map{
    padding:0px 100px;
  }
  }


@media (max-width:1050px){
 
.locate-map{
  padding:0px 150px;
}
}

@media (max-width:950px){
  .locate-map{
    padding:0px 50px;
  }
  .reach{
    background-image: none;
  }
}

@media (max-width:600px){
  .locate-map{
    padding:0px 0px;
  }
  .locate-content h5{
    font-size: 14px;
    text-align: start;
  }
  .locate-content h6{
    font-size: 14px;
    padding-top: 12px;
    text-align: start;
  }
}
@media (max-width:533px){
  .locate-map{
    padding:0px 0px;
  }
  .locate-content h5{
    font-size: 12px;
    text-align: start;
  }
  .locate-content h6{
    font-size: 13px;
    padding-top: 12px;
    text-align: start;
  }
}


/* donation */

.donate-container{
  display: flex;
  width: 100%;
  padding: 10px 70px;
  gap: 50px;
}


/* left */
.donate-container .donate-left{
  width: 50%;
}

.donate-left .donation-left-content .donation-heading{
  color: #ffa405;
  font-size: 20px;
  font-weight: 700;
}

.donate-left .donation-left-content h2{
  color: #954d20;
  font-size: 25px;
  font-weight: 700;
}

.donate-img{
  padding-bottom: 20px;
}

.donate-container .donate-right{
  width: 50%;

}


.donation-list-2 li{
  list-style: none;
  padding-bottom: 10px;

}
.donation-list-2{
  padding-left: 0px;
}

.donation-list-2 img{
  width: 18px;
  margin-right: 10px;
}


.donate-area{
  position: relative;
  padding: 40px;
  background-image: url(../img/Flower\ 6.png), url(../img/Sub\ pages\ background.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left center;
}

.donate-area .heading{
  text-align: center;
}

.donate-form-title{
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  color: #954d20;
}

.row .donate-head{
  color: #954d20;
  padding-bottom: 15px;
}

.inputbox{
  width: 100% !important;
  margin: 0 !important;
}

.donate-form input{
  width: 100%;
  padding: 20px;
  margin-bottom: 25px;
  border: 0;
  outline: none;
  border: 1px solid #5555551c;
}


.donte-form-pad{
   width: 100%;
}
.row{
  width: 100% !important;
}

.donate-form textarea{
  width: 100%;
  height: 200px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #5555551c;
  outline: none;
}

.d-btn{
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 0px;
}

.donate-btn{
  width: 200px;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  border: none;
  font-size: 17px;
  font-weight: 600;
}

.donate-kannimar{
  gap: 80px;
}
.donate-btn:nth-child(1){
  background-color: #ffa405;
}

.donate-btn:nth-child(1):hover{
  background-color: #fff;
  color: #ffa405;
  border: 2px solid #ffa405;
}
.donate-btn:nth-child(2){
  background-color: #cba666;
}
.donate-btn:nth-child(2):hover{
  background-color: #fff;
  color: #cba666;
  border: 2px solid #cba666;
}

.donate-btn:nth-child(3){
  background-color: #954d20;
}
.donate-btn:nth-child(3):hover{
  background-color: #fff;
  color: #954d20;
  border: 2px solid #954d20;
}


@media (max-width:1150px){
  .donate-area{
    padding: 40px;
  }
  .donate-container{
    padding: 20px;
  }
  
}
@media (max-width:1060px){
  .donate-btn{
    font-size: 15px;
  }
  .donate-kannimar{
    flex-direction: column;
    gap: 0px;
  }

  .code-qr img{
    width: 30% !important;
  }

  .vertical-line{
    display: none;
  }

}


@media (max-width:900px){
  .donate-container{
    display: flex;
    flex-direction: column;
  }
  .donate-container .donate-left{
    width: 100%;
  }
  .donate-container .donate-right{
    width: 100%;
  }
  .qr{
    width: 50% !important;
  }

  .code-qr img{
    width: 30% !important;
}

}
@media (max-width:650px){
  .donate-btn{
    font-size: 15px;
  }
}

@media (max-width:600px){
  .code-qr img{
      width: 30%;
  }
}


@media (max-width:550px){
  .d-btn{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .donate-btn{
    width: 200px;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    border: none;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
  }
}

@media (max-width:480px){
  .d-btn{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .donate-btn{
    width: 200px;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    border: none;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
  }
  
  .donate-container{
    padding: 0px;
  }
}


/* terms and consitions */

.terms{
  padding: 50px 130px;
}

.terms h3{
  font-size: 22px;
  font-weight: 500;
  color: #954d20;
  padding: 10px 0px;
}

.terms p{
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}

.terms p span{
  color: #000;
  font-weight: 500;
}
.terms p a{
  color: #000;
  text-decoration: none;
}

@media (max-width:1070px){
  .terms{
    padding: 50px 100px;
  }
}

@media (max-width:900px){
  .terms{
    padding: 50px 80px;
  }
}
@media (max-width:600px){
  .terms{
    padding: 50px 50px;
  }
}
@media (max-width:420px){
  .terms{
    padding: 50px 30px;
  }
}


/* Privacy policy*/

.privacy-policy{
  padding: 50px 130px;
}

.privacy-policy h3{
  font-size: 22px;
  font-weight: 500;
  color: #954d20;
  padding: 10px 0px;
}

.privacy-policy p{
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}

.privacy-policy p span{
  color: #000;
  font-weight: 500;
}
.privacy-policy p a{
  color: #000;
  text-decoration: none;
}
.privacy-policy p .privacy-sub{
  color: #000;
  font-weight: 500;
}
.privacy-policy .data{
  display: flex;
  gap: 10px;
  padding-left: 60px;
}
.data i{
  font-size: 16px;
  color: #954d20;
}





@media (max-width:1070px){
  .privacy-policy{
    padding: 50px 100px;
  }
}

@media (max-width:900px){
  .privacy-policy{
    padding: 50px 80px;
  }
}
@media (max-width:600px){
  .privacy-policy{
    padding: 50px 50px;
  }
}
@media (max-width:420px){
  .privacy-policy{
    padding: 50px 30px;
  }
}

/* Refund policy*/

.refund{
  padding: 50px 130px;
}

.refund h3{
  font-size: 22px;
  font-weight: 500;
  color: #954d20;
  padding: 10px 0px;
}

.refund p{
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}
.refund p a{
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.refund p span{
  color: #000;
  font-weight: 500;
}


@media (max-width:1070px){
  .refund{
    padding: 50px 100px;
  }
}

@media (max-width:900px){
  .refund{
    padding: 50px 80px;
  }
}
@media (max-width:600px){
  .refund{
    padding: 50px 50px;
  }
}
@media (max-width:420px){
  .refund{
    padding: 50px 30px;
  }
}






