@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

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

body {
  font-family: "Sora", sans-serif;
  line-height: 1.6;
}
.same-head {
  font-size: 30px;
  line-height: 40px;
}

/* Header */
header {
  background: #fff;
  padding: 10px 0px;
}
header img {
  max-width: 200px;
}
header .logo a:focus-visible {
  outline: none;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: 0px 0px;
}

.header nav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-left: 30px;
}
.header nav a:hover {
  color: #ef5e04;
}

.header nav .logo a {
  margin-left: 0px;
}

/* .header nav a:hover {
  color: #fff;
} */

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 19px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: #e38d0d;
  border-radius: 3px;
  transition: 0.3s ease;
}
nav a.button-call,
nav a.button-call:hover {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  border-radius: 100px;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

/* banner */
.banner {
  background: url("../images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 50px 0px;
}
.banner h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.banner h3 {
  font-size: 16px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 100px;
  padding: 10px;
  display: inline-block;
}
.banner p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.banner .banner-img {
  height: 450px;
  width: 100%;
  overflow: hidden;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
}
.banner button {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease;
}
.banner button:hover {
  background: #fff;
  color: #000;
}
/* choose */
.choose {
  padding: 50px 0px;
}
.choose p {
  font-size: 16px;
  font-weight: 400;
}
.choose ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.choose ul {
  list-style-type: none;
}
/* devotees */
.devotees {
  padding: 50px 0px 30px;
  background: #f4f4f4;
}
.devotees h2 {
  position: relative;
  z-index: 99;
}
/* works */
.work {
  padding: 50px 0px;
}
.work .work-card {
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  padding: 20px 20px;
  text-align: left;
  position: relative;
  transition: all 0.5s ease;
}
.work .work-card:hover {
  box-shadow: 0px 0px 20px 0px #e66c132e;
}
.work .work-card span {
  background: #f3f1fd;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.15px;
  letter-spacing: 0.04em;
  color: #6a6d79;
  width: 77px;
  height: 37px;
  margin: 0px auto 0px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.work .work-card img {
  height: 230px;
}
.work .work-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.work .work-card p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
/* revenue */
.revenue {
  padding: 50px 0px 0px;
  background: #f4f4f4;
}
.revenue .revenue-img {
  height: 300px;
  overflow: hidden;
}
.revenue .revenue-img img {
  height: 100%;
  width: auto;
}
/* temples */
.temples {
  padding: 50px 0px;
}
.temples p {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 0px;
  text-align: center;
}
.temples .owl-carousel .owl-item img {
  transition: all 0.5s ease;
}
.temples .owl-carousel .owl-item img:hover {
  transform: scale(1.05);
}
.temples .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.temples .owl-carousel .owl-prev {
  position: absolute;
  left: -60px;
  background: #fff !important;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  border: 1px solid #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temples .owl-carousel .owl-nav span {
  color: #000;
  font-size: 30px;
}
.temples .owl-carousel .owl-next {
  position: absolute;
  right: -60px;
  background: #fff !important;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  border: 1px solid #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temples .owl-carousel .owl-prev:hover,
.temples .owl-carousel .owl-next:hover {
  background: #000 !important;
}
.temples .owl-carousel .owl-prev:hover span,
.temples .owl-carousel .owl-next:hover span {
  color: #fff;
}

/* footer */
footer {
  padding: 40px 0px;
  background: #f4f4f4;
}
.footer-left img {
  width: 200px;
}
.footer-left p {
  font-size: 16px;
  font-weight: 400;
}
footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer ul {
  list-style-type: none;
}
footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
footer ul li a:hover {
  color: #ef5e04;
}
footer a.contact {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
footer a.contact img {
  height: 15px;
}

/* modal */
.call-modal .modal-header,
.call-modal .modal-footer {
  border: none;
}
.call-modal .btn-submit {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  border-radius: 100px;
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
}
.call-modal .form-control {
  height: 50px;
  border-radius: 8px;
  font-size: 14px;
}
.call-modal .form-control:focus {
  outline: none;
  box-shadow: none;
}

/* contact */
.contact-bg {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  padding: 20px 0px;
  color: #fff;
}
.contact-bg h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.contact-form {
  padding: 50px 0px;
}
.contact-form .form-control {
  height: 50px;
  border-radius: 8px;
  font-size: 14px;
}
.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form .btn-submit {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  border-radius: 100px;
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
}
.contact-form h2 {
  color: #ff8d28;
}
.contact-form a.contact {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.contact-form a.contact img {
  height: auto;
}
/* temple */
.list-temple {
  padding: 0px 0px 50px;
}
.list-temple h1 {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  padding: 20px 0px;
  color: #fff;
}
.list-temple .temple-box {
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}
.list-temple .temple-box:hover {
  box-shadow: 0px 0px 10px 0px #e66c132e;
}
.list-temple .list-icon {
  height: 40px;
}
.list-temple .temple-img {
  width: 100%;
  height: 150px;
}
.list-temple .temple-img img {
  width: 100%;
}
.list-temple .temple-box h3 {
  font-size: 20px;
}
.list-temple .temple-box p {
  font-size: 14px;
}
.list-temple .temple-box .book-now {
  background: linear-gradient(101.29deg, #d26e30 1.22%, #ef5e04 65.24%);
  border-radius: 100px;
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  text-decoration: none;
  border: none;
}
.list-temple .temple-box .read-more {
  background: #fff;
  border-radius: 100px;
  color: #d26e30;
  padding: 7px 20px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #d26e30;
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
  }

  nav {
    overflow: hidden;
    top: 48px;
    position: fixed;
    height: calc(100vh - 30px) !important;
    background: #fff;
    left: -100vw !important;
    transition: all 0.5s ease;
    padding: 10px 20px;
    margin: 0;
    display: block !important;
    visibility: hidden;
    width: 95% !important;
  }

  nav.active {
    left: 0 !important;
    transition: all 0.3s ease;
    visibility: visible;
    max-height: 100vh;
    opacity: 1;
  }

  header nav a {
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #000 !important;
    margin-left: 0px !important;
  }

  .header {
    position: relative;
  }

  .menu-toggle {
    display: flex;
    position: absolute;
    right: 10px;
    top: 2px;
  }

  /* Animate hamburger into X */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  header img {
    max-width: 100px;
  }
  .same-head {
    font-size: 25px;
  }
  .banner{
    background: url("../images/mob-banner.png");
    background-size: cover;
    padding: 0px;
    text-align: center;
  }
  .banner h1{
    font-size: 30px;
    line-height: 40px;
  }
  .banner button{
    margin-top: 0px;
  }
  .choose{
    padding: 20px 0px;
  }
  .devotees,
  .work,
  .revenue,
  .temples,
  .contact-form {
    padding: 20px 0px;
  }
  .temples .owl-carousel .owl-prev {
    left: -10px;
  }
  .temples .owl-carousel .owl-next {
    right: -10px;
  }
  .temples .owl-carousel .owl-prev,
  .temples .owl-carousel .owl-next {
    height: 30px;
    width: 30px;
  }
  .temples .owl-carousel .owl-nav span {
    font-size: 24px;
  }
  .list-temple .temple-img {
    height: 190px;
  }
  .header nav a.button-call {
    display: inline-block;
    width: auto;
    margin: 10px 0px;
    color: #fff !important;
  }
  .footer-left img{
    width: 150px;
  }
}
