.card {
  height: 100%;
  width: 18rem;
  padding: 0px;
  margin: 0px;
}
#MainContentDiv{
  display: none;
}
.card-img-top {
  width: 14rem;
  height: 14rem;
  margin: 0 auto;
}


.eventp {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  align-items: center;
  text-align: center;
  color: #000000;
}

.eventp:hover {
  opacity: 1;
}

.eventh5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  align-items: center;
  text-align: center;
  color: #000000;
}

.eventImg {
  width: auto;
  height: 300px;
}

.eventcard {
  border-radius: 20px;
  margin-bottom: 60px;
  height: 500px;
  width: auto;
  cursor: pointer;
  margin-left: 100px;
}

/* .eventcard:hover {
  height: 500px;
} */
::-webkit-scrollbar {
  display: none;
}

.privacy {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;

  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}


.fab {
  color: white;
}

.mainimg {
  /* margin-left: 2rem; */
  height: 450px;
}

.aboutP {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 334;
  font-size: 24px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #ffffff;
}

.acha {
  width: 50px;
}

.heroPic-div {
  height: 100%;
  width: 100%;
  /* border: solid white; */
  /* background-color: white; */
}

#preloader {
  background: #000 url("../assets/tenetLogoPreloader.gif") no-repeat center center;
  background-size: 20%;
  position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  z-index: 100;
}

@media only screen and (max-width: 991px) {
  .footer_section_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .privacy {
    margin: 30px auto;
  }

  .footA {
    margin-left: 0px !important;
  }



}

@media only screen and (max-width: 768px) {
  .mainimg {
    margin-top: -100px;
    height: 400px;
  }

  .privacy{
    margin-top: 10px;
  }
}

.card{
  padding: 5px;
}

.ffooter {
  width: 270px;
  height: auto;
}

@media only screen and (max-width: 768px) {

  .register {
    margin-left: 40px;
  }

  .ffooter {
    height: 2.5rem;
  }

  .eventLegsContain {
    padding-right: 30px;
  }

  #preloader {
    background-size: 35%;
  }

  .ham {
    height: 30px;
  }

  .heroPic-div {
    display: block;
    height: 100px;
  }

  .footer_section_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footImg {
    width: fit-content;

  }

  .aboutP {
    margin-left: 6px;
  }

  /* .logoImg {
    margin-left: 10px;
    margin-bottom: 20px;
  } */
  .sponDiv {
    padding: 20px;
  }

  .evenDIV {
    margin-right: 100px;
  }

  .privacy {
    margin: 20px auto;
  }

  .social_icons {
    width: 150%;
  }

  .aboutP {
    font-size: 20px;
  }

  .mainDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
  }

  .mainimg {
    margin-top: -100px;
    height: 300px;
  }
}

/* flip wala code  */


.box {
  text-align: center;
}

@media (max-width: 991px) {
  .general-container {
    margin-top: -50px;
  }
}

@media (max-width: 1200px) {

  /* .card {
    position: relative;
    margin: 0rem;
    padding: 0px 5px 5px 5px !important;
    
  } */
  .mainimg {
    /* margin-left: 1rem; */
    height: 425px;
  }
}

@media (max-width: 991px) {
  .card {
    position: relative;
    margin: 0rem;
    padding: 0%;
  }

  .mainimg {
    /* margin-left: 0.5rem; */
    height: 310px;
  }
}

@media (max-width: 770px) {
  .mainimg {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .mainimg {
    margin-left: 0.5rem;
    height: 250px;
  }

  .card {
    position: relative;
    height: 30rem;
    margin: 0;

  }

  .web {
    height: 30rem;
  }
}


.eventcard {
  margin-left: 50px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .eventcard {
    margin-left: 10px;
  }
}


.d-block {
  width: 25%;
  height: 25%;
}

@media (max-width: 991px) {
  .d-block {
    width: 250px;
  }

}

.card-text {
  font-size: 1rem;
}

.card{
  padding: 0 10px 10px 10px;
}