*{
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins",sans-serif;
  font-family: 'Roboto Slab', serif;
  scroll-behavior: smooth;
  background-image: url('../img/bg.jpg');
}

a, button {
  color: #feb970;
  font-family: "Poppins",sans-serif;
  transition: all .3s;
}
p, h6{
  font-family: "Poppins",sans-serif;
  color: #8f8a86;
}
.btn-warning{
  background: linear-gradient(to right, #feb970, #fd9551 100%) !important;;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus{
  color: #fff!important;
}
a:hover, a:focus {
  color: #fd9551!important;
}
h4 a {
  color: #343a40!important;
  transition: 0.3s;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
section h2 {
  font-size: 49px;
}
.resize-img{
  width: 180px;
}
#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'roboto', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 16px;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #4a403c;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fd9551;
}

.navbar-container{
  padding-left: 180px;
  padding-right: 180px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .9rem;
  padding-left: .9rem;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #4a403c;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}
/*=== Navbar section end ===*/
.templelist{
  padding: 80px 10px;
}

.templelist_temple_image{
  /* height: 210px; */
  border-radius: 5px; 
}
.templelist_temple_image img{
  transition:transform 0.2s linear;
}
.templelist_temple_image:hover img{
  transform: scale(1.1,1.1);
}
.viewmore-effect{
  border: none;
  background: linear-gradient(to right, #feb970, #fd9551 100%) !important;
}

/* Button effect */


/*=== header section end ===*/
section.templelist_cta {
  position: relative;
  padding: 140px 70px;
  margin: 30px;
  border-radius: 10px;
  background-image: url("../img/god2.jpg");
  background-position: center;
  background-size: cover;
}
section.templelist_cta .templelist_cta-content {
  position: relative;
  z-index: 1;
}

section.templelist_cta .templelist_cta-content h2 {
 
  margin-top: 0;
  color: white;
}

@media (min-width: 768px) {
  section.templelist_cta .templelist_cta-content h2 {
    font-size: 35px;
    font-weight: 700;
  }
}

section.templelist_cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*=== header section end ===*/

/*=== footer section end ===*/
footer {
  padding: 30px 0;
  color: rgba(255, 255, 255);
}
.socmedia-icon a{
  color: white;
}
.socmedia-icon a:hover{
  color:  #fdcc52;
}
/*=== footer section end ===*/

.temple_image{
  /* height: 200px; */
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}
.temple_image img{
  transition:transform 0.2s linear;
}
.temple_image:hover img{
  transform: scale(1.1,1.1);
}


/* scroll to top */
#scrolltotop {
  display: inline-block;
  background: linear-gradient(to right, #feb970, #fd9551 100%) !important;
  border: none;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrolltotop:hover {
  cursor: pointer;
  background-color: #333;
}
#scrolltotop:active {
  background-color: #555;
}
#scrolltotop.show {
  opacity: 1;
  visibility: visible;
}


/*Extra Large Screens*/
@media (min-width: 1600px) {
  section.templelist_cta .templelist_cta-content h2 {
    font-size: 54px;
  }
	
  section.templelist_cta {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
  }
}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  
 
  section.templelist_cta .templelist_cta-content h2 {
    font-size: 48px;
    font-weight: 900;
    margin-top: 0;
    color: white;
  }
  section.templelist_cta {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
  }
}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) { 

  section.templelist_cta .templelist_cta-content h2 {
    font-size: 45px;
    font-weight: 900;
    margin-top: 0;
    color: white;
  }
  section.templelist_cta {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
  }
  .navbar-container {
    padding-left: 100px!important;
    padding-right: 100px!important;
}
}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) { 

  section.templelist_cta .templelist_cta-content h2 {
    font-size: 45px;
    font-weight: 900;
    margin-top: 0;
    color: white;
  }
  section.templelist_cta {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
  }
}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) { 
  .templelist {
    padding: 50px 10px;
}
.templelist_cta-content{
  text-align: center;
}

  section.templelist_cta .templelist_cta-content h2 {
    font-size: 35px;
    font-weight: 900;
    margin-top: 0;
    color: white;
  }
  footer .copyright-content, footer .socmedia-icon{
    display: block!important;
    text-align: center;
  }
  .socmedia-icon{
    font-size: 18px!important;
  }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  .templelist {
    padding: 50px 30px;
}
.templelist_cta-content{
  text-align: center;
}
  section.templelist_cta {
    padding: 100px 0;
    margin: 10px;
  }
  p, h6{
    font-size: 14px!important;
    letter-spacing: 0px!important;
  }
  section h2 {
    font-size: 34px;
    text-align: center;
}
  section.templelist_cta .templelist_cta-content h2 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
    color: white;
  }
  footer .copyright-content, footer .socmedia-icon{
    display: block!important;
    text-align: center;
  }
  .socmedia-icon{
    font-size: 18px!important;
  }
  #scrolltotop {
    padding: 10px 15px;
    bottom: 30px;
    right: 30px;
  }
}


