@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  background-color: #370617;
  color: white;
  font-family: "Roboto", sans-serif;
  letter-spacing: .7px;
}

header {
  background-color: #370617;
  height: 70px;
  align-content: center;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  margin-left: 30px;
  color: white;
  font-family: "Kalam", cursive;
  font-weight: 900;
  font-style: normal;
}

.nav-menu {
  display: flex;
  align-items: center
}

.nav-links {
  margin: 0 20px;
  color: white;
  transition: 0.7s ease;
  border: 2px solid transparent;
}

.nav-form {
  background: #FAA307;
  padding: 8px 15px;
  border-radius: 15px;
  margin-right: 20px;
}

header a.nav-form {
  color: black;
  letter-spacing: 1px;
}

.nav-links:hover {
  color: #faa307;
  border-bottom-color: #faa307;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  background-color: #faa307;
  height: 2px;
  width: 30px;
  margin: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

@media only screen and (max-width:846px) {
  .hamburger {
    display: block;
    align-content: center;
    margin: 0 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
  }

  .logo {
    margin: 0 20px
  }

  .nav-menu {
    display: block;
    position: absolute;
    top: 70px;
    left: -100%;
    background: #370617;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    z-index: 999;
  }

  .nav-items {
    margin: 30px;
  }

  .nav-menu.active {
    left: 0;
  }
}

/*  */
main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/bg-main-overlay.jpg);
  background-size: cover;
  background-position: center;
}

.main-bg {
  width: 90%;
  margin: 0 auto;
}

main .h1-sanskrit h1 {
  font-size: 25px;
}

main .h1-english h1 {
  font-size: 25px;
  margin-top: 10px;
}

main h3 {
  font-size: 20px;
  margin-top: 20px;
}

/*   preface */
.preface {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preface-main {
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.preface-list img {
  width: 500px;
}

.preface-list h3 {
  font-size: 22px;
}

.preface-list p {
  margin-top: 15px;
  font-size: 18px;
}

/*  */
.about {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-main {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.about-list img {
  width: 450px;
  height: 600px;
}

.about-list p.head {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}

.about-list p.para {
  font-size: 18px;
  margin-top: 10px;
}

/*  */
.objective-head {
  width: 85%;
  margin: 50px auto;
}

.objective-head h3 {
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 20px;
}

.objective-head p {
  font-size: 18px;
}

.objective {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -80px 0;
}

.objective-list {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.objective-list .item {
  height: 400px;
  background: #FAA307;
  width: 300px;
  margin: 0 auto
}

.objective-list .img {
  height: 300px;
}

.objective-list .obj-img1 {
  background: url(../img/education.jpg);
  background-size: cover;
  background-position: center center;
}

.objective-list .obj-img2 {
  background: url(../img/cultural.jpg);
  background-size: cover;
  background-position: center center;
}

.objective-list .obj-img3 {
  background: url(../img/environment.webp);
  background-size: cover;
  background-position: center center;
}

.objective-list .obj-img4 {
  background: url(../img/sense.jpg);
  background-size: cover;
  background-position: center center;
}

.objective-list .obj-img5 {
  background: url(../img/civic.jpg);
  background-size: cover;
  background-position: center center;
}

.objective-list .obj-img6 {
  background: url(../img/holistic.jfif);
  background-size: cover;
  background-position: center center;
}

.objective-list .obj-img7 {
  background: url(../img/social.jpg);
  background-size: cover;
  background-position: center center;
}

.objective-list .details p {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  color: black
}

/*  */
.data-main {
  width: 85%;
  margin: 50px auto;
  min-height: 100vh;
}

.data-heading h2 {
  font-size: 40px;
}

.data-heading h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: light;
}

.data-details img {
  width: 550px;
  margin: 10px auto;
  display: flex;
}

/*  */
.route-main {
  min-height: 100vh;
  width: 85%;
  margin: 50px auto;
}

.route-head h2 {
  text-transform: capitalize;
  font-size: 40px;
}

.route-head h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.route-head p {
  font-size: 18px;
}

.route-corousel .item {
  margin: 20px auto;
  height: 400px;
  width: 300px;
}

.route-corousel p {
  text-align: center;
  background: #FAA307;
  text-transform: capitalize;
  padding: 5px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .5px;
}

.route-corousel .img {
  height: 350px;
}

.route-corousel .route-img1 {
  background: url(../img/uttar\ pradesh.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img2 {
  background: url(../img/maharastra.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img3 {
  background: url(../img/karnataka.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img4 {
  background: url(../img/rajasthan.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img5 {
  background: url(../img/tamilnadu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img6 {
  background: url(../img/madhya\ pradesh.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img7 {
  background: url(../img/andhra\ pradesh.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img8 {
  background: url(../img/gujarat.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img9 {
  background: url(../img/telangana.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.route-corousel .route-img10 {
  background: url(../img/west\ bengal.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  */
.events-main {
  width: 85%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin: 0 auto;
}

.events-main h3 {
  font-size: 30px;
}

.events-main p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.satya-btn {
  margin: 20px;
  display: flex;
  justify-content: center;
}

.satya-btn a {
  text-transform: capitalize;
  color: black;
  background: #FAA307;
  padding: 7px 10px;
}

.obj-btn {
  margin-top: 40px;
}

@media screen and (max-width:1085px) {
  .preface-main {
    flex-direction: column;
  }

  .about-main {
    flex-direction: column
  }
}

/*  */
footer {
  background: url(../img/wave-haikei\(1\).png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-main {
  display: flex;
  color: white;
  justify-content: space-around;
  padding: 50px
}

.footer-main .footer-list .social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-list .contact {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0;
}

.footer-main .footer-list h3 {
  font-size: 25px;
  text-transform: capitalize;
  margin: 25px 0;
}

.footer-main .footer-list a {
  text-transform: capitalize;
  color: white;
  font-size: 18px;
}

.footer-main .footer-list .footer-links {
  margin: 5px 0;
}
footer p {
  text-align: center;
  color: white;
  padding: 0 0 30px;
}
footer p a{
  color: white;
}
@media screen and (max-width:860px) {
  .footer-main {
    flex-direction: column;
  }

  footer p {
    text-align: center;
    color: white;
    padding: 0 0 30px;
  }
}



/*  */
.rathyatra-page {
  width: 85%;
  margin: 70px auto;
}

.rathyatra-page h1 {
  font-size: 40px;
  margin: 20px 0;
}

.rathyatra-page h2 {
  font-size: 30px;
  margin: 20px 0;
}

.rathyatra-page p {
  font-size: 18px;
}

.rathyatra-page span {
  font-weight: bold;
  font-size: 20px;
}





/*  */
.objective-page {
  width: 85%;
  margin: 70px auto;
}

.objective-page h1 {
  font-size: 40px;
  margin: 20px 0
}

.objective-page p {
  font-size: 18px;
}

.objective-page span {
  font-weight: bold;
  font-size: 20px;
}





@media screen and (max-width:534px) {
  main .h1-sanskrit h1 {
    font-size: 17px
  }

  main .h1-english h1 {
    font-size: 17px
  }

  main h3 {
    font-size: 13px;
  }

  .preface-list img {
    width: 350px
  }

  .preface-list h3 {
    font-size: 17px;
  }

  .preface-list p {
    font-size: 15px;
  }

  .about-list img {
    width: 350px;
    height: 500px;
  }

  .about-list p.head {
    font-size: 21px;
  }

  .about-list p.para {
    font-size: 15px;
  }

  .objective-head h3 {
    font-size: 25px;
  }

  .objective-head p {
    font-size: 15px;
  }

  .data-heading h2 {
    font-size: 25px;
    margin-bottom: 20px
  }

  .data-heading h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .route-head h2 {
    font-size: 25px;
  }

  .route-head h3 {
    font-size: 20px;
  }

  .route-head p {
    font-size: 15px;
  }

  .events-main h3 {
    font-size: 25px;
  }

  .events-main p {
    font-size: 15px;
  }

  .obj-btn {
    margin-top: 0;
  }

  .rath-btn {
    margin-top: 30px;
  }

  .data-details img {
    width: 350px;
    margin: 10px auto;
    display: flex;
  }
}

span.line {
  margin: 0 10px 0 0;
  color: #FAA307;
}