body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    overflow-x: hidden;
  }
 
  @font-face {
    font-family: 'shree';
    src: url(..\\mahayog\\Font\\ShreeLipi045.TTF) format(TTF);
  }
  .headerFont {
    top: 10px;
    left: 30px;
    margin-left: 30px;
  }
  header {
    background-color:rgb(255, 255, 255);
    color: rgb(12, 2, 6);
    text-align: center;
    padding: 10px;
    border-color: 3px #000;
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    /* border-radius: 25px; /* Rounded corners */
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    height: 105px;
  }

  nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* transform: translate(-50%, -50%); */
    background-color:#046daa; /* Transparent background */
    overflow: hidden;
    z-index: 1;
  }

  nav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  nav a:hover {
    background-color: #ddd;
    color: black;
  }

  .background-image-1 {
    background-image: linear-gradient(to right,#000 0%, Transparent 0.1%), url(..\\mahayog\\welcmeImage.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 350px;
    display: flex;
    justify-content: space-around;
    align-items: center; 
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    
    
    
  }
  .background-image-2 {
    background-image: linear-gradient(to right, #000 0%, Transparent 0.1%), url(..\\mahayog\\kakaMaharaj.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 350px;
    display: flex;
    justify-content: space-around;
    align-items: center; 
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
  
    
    
  }
  .background-image-3 {
    background-image: linear-gradient(to right, #000 0%, Transparent 0.1%), url(..\\mahayog\\swami.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 350px;
    display: flex;
    justify-content: space-around;
    align-items: center; 
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    
    
    
  }

  .background-image-4 {

    background-image: linear-gradient(to right, #000 0%, Transparent 0.001%), url(..\\mahayog\\backI.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    /* box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); Box shadow */
  }

  .headerBackground {
    background-image: linear-gradient(to right, #000 0%, Transparent 0.1%), url(..\\mahayog\\headerBackground.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    
  }
  .button-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
  }

  .button {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .webButtons {
    border:none;
    width: 150px;
    height: 35px;
    background-color:  #046daa;
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }

  .circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    width: 0;
    height: 0;
    transition: width 0.3s, height 0.3s;
  }

  .button:hover .circle {
    width: 200px;
    height: 200px;
  }


  .slideshow-container {
    position: absolute;
    width: 300px;
   
    bottom: 10px;
    left: 10px;
    
  }

  

  .card1 {
    display: none;
    text-align: center;
    
    background-color: rgba(85, 85, 85, 0);
    
    color:#ddd;
    animation: fade 2s ease-in-out; 
    z-index: 1;
  }

  .cardIntro {
   
    text-align: center;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    animation: fade 2s ease-in-out; 
    z-index: 1;
    color:#000000;
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
   
   
  }

  .addShadow {
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
  }
  .prev {
    cursor: pointer;
    position: absolute;
    top: 450px;
    left :2%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 100000;
  }
  .next {
    cursor: pointer;
    position: absolute;
    top: 450px;
    right: 10%;
    width: auto;
    padding:30px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 10000;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  footer {
    background-color:#046daa;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
    /* position: fixed;  Fixed position */
    /* width: 100%; */
    bottom: 0;
    z-index: 1000; /* Ensure it's above other elements */
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .parent {

     display: inline-flex; 
  
    /* background-image: url(D:\\mahayog\\assets\\mahayogLogo.JPG);
    background-size: cover;
    background-position: center;
    position: relative; */
    

  }

  .liveVideo {
    width:560px;
    height:315px;
  }

  .translateGoogle {
display: none;
    position: absolute;
    right: 4%;
    top: 40px;
  }

 
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }

  @media only screen and (max-width: 600px) {
    .background-image {
      height: 200px;
    }

    /* .popup {
      top: 60%;
      left: 40%;
    }
    .popup3 {
      top: 50%;
      left: 20%;
    }
    .popup5 {
      top: 50%;
      left: 20%;
    }
    */
    .photo3 {
      width: 200px;
      height: auto;
    }
    .photo4 {
      width: 280px;
      height: auto;
    }

    .imgPhotos {
      width: auto;
      height: 100px;
      /* max-height: 300px;*/
      max-width: 300px; 
      margin: 20px;
      
    }

    .button-container {
      width: 90%;
    }

    .translateGoogle {
      position: absolute;
    right: 4%;
    top: 150px;
    z-index: 99999;
    display: none;
    }

    .liveVideo {
      width:95%;
       height:180px;

    }

    .VisionImages {
      width:380px;
      height: 180px;
    }
  }


  body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
  .container {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    align-items: center;
    height: 60vh;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color:rgb(179, 152, 152);
    /* background-color:#ffbb006b; */
  }
  
  .card {
    width: 95%;
    height: auto;
    max-width: 95%; /* Adjust max-width as needed */
    border: 1px solid #ddd;
    background-color: #63ee6350;
    border-radius: 8px;
    padding: 20px;
    margin: 0 10px; /* Add margin between cards */
    text-align: center;
    
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }

  .cardI {
    width: 95%;
    height: auto;
    max-width: 95%; /* Adjust max-width as needed */
    border: 1px solid #ddd;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin: 0 10px; /* Add margin between cards */
    text-align: center;
    margin-top: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }
  .VisionImages {
    width: 100%;
    height: auto;
  }

  .card2 {
    width: 95%;
    max-width: 100%; /* Adjust max-width as needed */
    border: 1px solid #ddd;
    background-color: #63ee6350;
    border-radius: 8px;
    padding: 20px;
    margin: 0 10px; /* Add margin between cards */
    text-align: left;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }
  
  .card h2 {
    margin-top: 0;
    
  }

 
  .container1 {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: rgb(179, 152, 152);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    text-align: center;
    
}

.info {
    text-align: left;
    margin-top: 20px;
    padding: 0 20px;
}
.info p {
    
    line-height: 1.6;
}


  
  @media only screen and (max-width: 600px) {
    .prev {
      cursor: pointer;
      position: absolute;
      top: 300px;
      left :5%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 9px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      z-index: 100000;
    }
    .next {
      cursor: pointer;
      position: absolute;
      top: 300px;
      right: 5%;
      width: auto;
      padding:16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 9px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      z-index: 10000;
    }
    .container {
      flex-direction: column; /* Stack cards vertically on smaller screens */
      align-items: stretch;
    }
    .content {
      overflow: hidden;
      max-height: 100px; /* Adjust as needed */
    }
    .largeHead {
      display: none;
    }

    .container1 {
      width: 330px;
      margin: 20px auto;
      padding: 20px;
      background-color: rgb(179, 152, 152);
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  h1 {
      text-align: center;
      color: #000000;
  }
  
  .info {
      text-align: left;
      margin-top: 20px;
      padding: 0 20px;
  }
  .info p {
      
      line-height: 1.6;
  }
    .card {
      width: 90%;
      margin: 10px 0; /* Add margin between stacked cards */
      text-size-adjust: 10px;
    }

    .bigNav {
      display: none;
    }

    .largeVision {
      display: none;
    }
    .FullHeader {
      display: none;
    }
  .card2 {
    width: 85%;
    max-width: 85%; /* Adjust max-width as needed */
    border: 1px solid #ddd;
    background-color: #63ee6350;
    border-radius: 8px;
    padding: 20px;
    margin: 0 10px; /* Add margin between cards */
    text-align: left;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }

  .cardI {
    width: 90%;
    height: auto;
    /* max-width: 85%; Adjust max-width as needed */
    border: 1px solid #ddd;
    background-color: #ffffff;
    border-radius: 8px;
    /* padding: 20px; */
    margin: 10px 0; /* Add margin between cards */
    text-align: center;
    /* margin: 20px; */
    /* font-family:Verdana, Geneva, Tahoma, sans-serif; */
  }
    .background-image-1 {

      background-image: linear-gradient(to right,#000 0%, Transparent 0.1%), url(..\\mahayog\\welcomeSmall.jpg);
      width: 100%;
      /* height: auto; */
      background-size: cover;
    background-position: center;
    position: relative;
    height: 150px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center; 
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    
    }
    .background-image-2 {

      background-image: linear-gradient(to right,#000 0%, Transparent 0.1%), url(..\\mahayog\\welcomeSmall2.jpg);
      width: 100%;
      /* height: auto; */
      background-size: cover;
    background-position: center;
    position: relative;
    height: 150px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center; 
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    
    }

    .background-image-3 {

      background-image: linear-gradient(to right,#000 0%, Transparent 0.1%), url(..\\mahayog\\welcomeSmall3.jpg);
      width: 100%;
      /* height: auto; */
      background-size: cover;
    background-position: center;
    position: relative;
    height: 150px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center; 
    box-shadow: 0px 2px 5px rgba(0.9, 0.9, 0.9, 0.9); /* Box shadow */
    margin-bottom: 5px;
    
    }

    .columnDisplay {
      flex-direction: column;
    }

   
    .menuIcon {
      text-align: center;
      display: block;
      width: 5px;
      height: 18px;
      z-index: 9999;
      margin-right: 5px;
    }
  }
  

.footer-images {
  background-color: #fff;
  width: 150px;
  height: 30px;
  margin: auto;
  border-radius: 20px;
}

.footerI {
  margin: auto;
}

.info{
  text-emphasis-color: black;
}

.yogiLogo{
  height: 180px;
  width: auto;
  top: 0px;
  left: 50px;
}
.headline{
  height: 100px;
  width: auto;
  top: 0px;
  left: 50px;
}
.yogiLogoDiv{
  position: absolute;
  top: 0px;
  left: 90px;
}
.headlineDiv{
  position: absolute;
  top: 0px;
  left: 200px;
}
.subtitleDiv{
  position: absolute;
  top: 60px;
  left: 200px;
}
.subtitle{
  height: 60px;
  width: auto;
}
  @media only screen and (min-width: 601px) {
    .photo4 {
      width: 400px;
      height: auto;
    }
    .photo3 {
      width: 250px;
      height: auto;
    }
    .smallHead {
      display: none;
    }
    .menuIcon {
      display: none;
    }

    .SmallHeader {
      display: none;
      width: 400px;
      height: 70px;
      margin: 20px;
    }

    .smallVision{
      display: none;
    }
    

  }
 
  /* Style the dropdown button */
.dropbtn {
  
  padding: 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  color: #ffffff;
  position: absolute;
  background-color: #063c8f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


.image-container {
  display: flex;
 
}

.image-wrapper {
  margin-right: 20px;
}

.imgPhotos {
  width: auto;
  height: 170px;
  /* max-height: 300px;
  max-width: 380px; */
  margin: 20px;
  
}

.download-btn {
  display: block;
  margin-top: 10px;
}


#popup {
  display: none;
  position: fixed;
  top: 315px;
  left: 130px;
  transform: translate(-50%, -50%);
  background-color:#046daa;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100000;
  border-radius: 20px;
}

/* Styles for the links */
#popup a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  
}

#popup a:hover {
  background-color: #ddd;
  color: black;
}

#popup2 a:hover {
  background-color: #ddd;
  color: black;
}

#popup2 {
  display: none;
  position: fixed;
  top: 305px;
  left: 300px;
  transform: translate(-50%, -50%);
  background-color: #046daa;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  border-radius: 20px;
}

/* Styles for the links */
#popup2 a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}



#popup3 a:hover {
  background-color: #ddd;
  color: black;
}

#popup3 {
  display: none;
  position: fixed;
  top: 295px;
  left: 190px;
  transform: translate(-50%, -50%);
  background-color: #046daa;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  border-radius: 20px;
}

/* Styles for the links */
#popup3 a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

#popup4 a:hover {
  background-color: #ddd;
  color: black;
}

#popup4 {
  display: none;
  position: fixed;
  top: 277px;
  left: 535px;
  transform: translate(-50%, -50%);
  background-color: #046daa;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  border-radius: 20px;
}

/* Styles for the links */
#popup4 a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

#popup5 a:hover {
  background-color: #ddd;
  color: black;
}

#popup5 {
  display: none;
  position: fixed;
  top: 220px;
  left: 150px;
  transform: translate(-50%, -50%);
  background-color: #046daa;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  border-radius: 20px;
}

/* Styles for the links */
#popup5 a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}
/* Styles for the button */
#open-popup-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.content {
  overflow: hidden;
  max-height: auto; /* Adjust as needed */
}

.more-content {
  display: none;
}

.read-more-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.read-more-btn:hover {
  background-color: #0056b3;
}

.question {
  cursor: pointer;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.answer {
  display: none;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.containerCenter {
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  padding: 20px;
}

.CenterImage {
  width: 30%;
  height: auto;
  margin-right: 20px; /* Space between image and text content */
}

.text-content {
  flex-grow: 1;
}

@media (max-width: 600px) {
  .containerCenter {
      flex-direction: column;
      align-items: flex-start;
  }
 .arrow12{
  position: relative;
  width: 100%;
  
  
 }
  .yogiLogoDiv{
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .headlineDiv{
    position: absolute;
    top: 5px;
    left: 85px;
  }
  .subtitleDiv{
    position: absolute;
    top: 45px;
    left: 85px;
  }
  .yogiLogo{
    height: 150px;
    width: auto;
    top: 0px;
    left: 50px;
  }
  .headline{
    height: 70px;
    width: auto;
   
  }
  .subtitle{
    height: 45px;
    width: auto;
  }
  .CenterImage {
    width: 95%;
      margin-right: 0;
      margin-bottom: 10px; /* Space between image and text when aligned vertically */
  }
}


.category1{
  display: none;
}

.category2{
  display: none;
}

.category3{
  display: none;
}
.category4{
  display: none;
}

.category5{
  display: none;
}

.category6{
  display: none;
}

.category7{
  display: none;
}

p {
  /* color:#040720; */
  color:#123456;
  
}
a {
  color: white;
  font-weight: bold;
}
b {
  color: rgb(0, 90, 8);
  font-weight: bold;
}

h2 {
  color: rgb(112, 25, 3);
  font-weight: bold;
}

h4 {
  color: rgb(112, 25, 3);
  font-weight: bold;
}
.footerText {
  color: white;
  
}

.docImage{
  width: 95%;
}

.slide{
  width: 100%;
  animation: fade 2s ease-out; 
  
  
}
.h5{
  color: white;
  font-weight: bold;
}
.arrow12{
  position: absolute;
  width: 100%;
  top: 600px;
}

.newsDiv{
  background-color: #0056b3;
  color: #0056b3;
  font-weight: bold;
}