.logo-container img {
  max-width: 220px;
}
.image-section.img-top {
  align-items: center !important;
  display: flex;
  justify-content: center;
}
.image-section.img-top img {
  border-radius: 45px;
  max-width: 76%;
}

.video-container img {
  max-width: 100%;
}
.info-sec-sec-img {
  display: flex;
  justify-content: flex-end;
}

.info-sec-sec-img img {
  width: 350px;
  border-radius: 10px;
  object-fit: cover;
  max-height: 250px;
}
.homepage-container .landing-section {
  background-image: unset !important;
  background-color: #110d18 !important;
}
.homepage-container .landing-section .content-section p{
  color: #c9c7c7;
}
.content-section h1 {
  color: #fff !important;
}
.homepage-container .feed-section .feed-container .feed-head .img-section {
  margin-right: -64px !important;
}
.img-section img {
  border-radius: 50px;
}
header ul li a {
  color: #dee3e0;
}
header ul li a:hover{
  background-image: linear-gradient(to right bottom, #9e5ef4, #8d62f2, #7d65ef, #6c67eb, #5b69e6);
  color: #fff;
  border-radius: 5%;
   transition: 0.5s;
}

@media screen and (max-width: 992px) {
  .homepage-container .landing-section .image-section {
    display: block !important;
    width: 100%;
    height: 100vw;
  }
}

.nature-scroll {
  height: 400px;
  /* max-height: 600px; */
  width: 100%;
  /* background-color: hsla(200, 40%, 30%, 0.4); */
  background-color: #0b0210;
  background-image: url('https://78.media.tumblr.com/cae86e76225a25b17332dfc9cf8b1121/tumblr_p7n8kqHMuD1uy4lhuo1_540.png'),
    url('https://78.media.tumblr.com/66445d34fe560351d474af69ef3f2fb0/tumblr_p7n908E1Jb1uy4lhuo1_1280.png'),
    url('https://78.media.tumblr.com/8cd0a12b7d9d5ba2c7d26f42c25de99f/tumblr_p7n8kqHMuD1uy4lhuo2_1280.png'),
    url('https://78.media.tumblr.com/5ecb41b654f4e8878f59445b948ede50/tumblr_p7n8on19cV1uy4lhuo1_1280.png'),
    url('https://78.media.tumblr.com/28bd9a2522fbf8981d680317ccbf4282/tumblr_p7n8kqHMuD1uy4lhuo3_1280.png');
  background-repeat: repeat-x;
  background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
  background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px;
  animation: 80s para infinite linear;
}

@keyframes para {
  100% {
    background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
  }
}
.hide {
  display: none !important;
}
#aboutUsCont {
  color: white;
}

@media screen and (min-width: 600px) {
  #aboutUsCont {
    width: 50%;
    margin: 0 auto;
    color: white;
  }
}
/*faq container updation*/
.wrapper {
  max-width: 75%;
  margin: auto;
}

.wrapper > p,
.wrapper > h1 {
  margin: 1.5rem 0;
  text-align: center;
}

.wrapper > h1 {
  letter-spacing: 3px;
  color: #fff;
}

.accordion {
  background-color: #212529;
  color:#c9c7c7;
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  padding: 2rem 2.5rem;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
 justify-content: space-between;
  padding-left: 10%;
  align-items: center;
  font-weight: bold;
  border: solid 0.1px #fff;
  border-radius: 20px;
}

.accordion i {
  font-size: 1.6rem;
}
.accordion:hover {
  background-color: #212529;
  box-shadow: /*Box Shadow*/
  0 0 0.9rem #9e5ef4;
}
.pannel {
   padding: 2.5rem 6.6rem 2rem 6.6rem;
  background-color: #0b0210;
  overflow: hidden;
  background-color: #212529;
  display: none;
  border-radius: 20px;
}
.pannel p {
  color: #c9c7c7;
  font-size: 1.2rem;
  line-height: 1.4;
}

.faq {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.faq.active {
  border: none;
}
