a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p img {
  max-width: 100%;
  height: auto;
}

.mb__40 {
  margin-bottom: 40px;
}

.obj_fit_cover__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  padding-top: 30px;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pt-20 {
  padding-top: 20px;
}

.white {
  color: #fff !important;
}

.text__primary {
  color: #570d68;
}

.text__primaryLight {
  color: #80298f;
}

.text__primaryLight:hover {
  color: #80298f;
}

.text__secondary {
  color: #f6921e;
}

.text__tertiary {
  color: #6b7a83 !important;
}

.text__tertiaryLight {
  color: #c5cfd2;
}

.text__white {
  color: #fff;
}

.text__bold {
  font-weight: 700;
}

.nepali__text {
  font-family: Arial, Helvetica, sans-serif;
}

.text__italic {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.font-6 {
  font-size: 7px;
}

.ml-sm {
  margin-left: 3px;
}

.wrapper {
  position: relative;
}

.center-text .text__secondary {
  font-size: 14px;
}

.vertical__middle {
  vertical-align: middle;
}

.primary__button {
  padding: 6px 46px;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 2px;
  font-family: "Bebas Neue";
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.primary__button:hover {
  background: #80298f;
  color: #fff;
}

.transparent {
  background: transparent;
}

.border__tertiary {
  border: 1px solid #6b7a83;
}

.border__tertiaryLight {
  border: 1px solid #c5cfd2;
}

.border__white {
  border: 1px solid #fff;
}

.border--2 {
  border-width: 2px;
}

.heading__divider {
  background: #f6921e;
  max-width: 50px;
  height: 2px;
  border-radius: 30px;
  margin: 12px 0;
}

@media (min-width: 992px) {
  .primary__button {
    font-size: 26px;
  }
  .blog__description {
    font-size: 18px;
  }
  .divider__space {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
  .heading__divider {
    max-width: 80px;
    height: 4px;
    margin-bottom: 30px;
  }
  .divider__space {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .blog__paddingRight {
    padding-right: 56px;
  }
}

#innerBanner {
  max-height: 398px;
  margin-top: 24px;
  position: relative;
}

#innerBanner .innerBanner__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#innerBanner::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  /*background: rgba(87, 13, 104, 0.6);*/
  /*opacity: 1;*/
}

.inner__section {
  padding: 15px 0;
}

.inner__section__title {
  color: #80298f;
  text-transform: capitalize;
}

.inner__section__excerpt {
  color: #6b7a83;
}

.inner__section__description {
  color: #000;
}

.inner__sidebar {
  padding-top: 6px;
}

.sidebar__box {
  width: 100%;
  height: 100%;
  position: relative;
  text-transform: capitalize;
}

.sidebar__box h2 {
  content: "";
  position: absolute;
  top: 36%;
  left: 13%;
  font-size: 25px;
  font-weight: 700;
  z-index: 100;
}

.sidebar__box h2 a {
  color: #fff;
}

.sidebar__box:not(:last-child) {
  margin-bottom: 1rem;
}

.sidebar__box::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(87, 13, 104, 0.7);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sidebar__box:hover::after {
  background: rgba(246, 146, 30, 0.6);
}

.inner__section__lists {
  color: #000;
}

.inner__section__lists h1,
.inner__section__lists h2,
.inner__section__lists h3,
.inner__section__lists h4 {
  color: #80298f;
  font-size: 28px;
}

.inner__section__lists__list {
  margin-bottom: 12px;
}

.inner__section__lists__list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}

.inner__section__videoWrapper {
  height: 364px;
}

.inner__section__videoWrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fa-angle-double-up:before {
  content: "\f102" !important;
}

.inner__more__button {
  color: #c5cfd2;
  font-size: 26px;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding-top: 20px;
}

.inner__more__button:hover {
  letter-spacing: 2px;
  color: #80298f;
}

.inner__more__button i {
  font-size: 44px;
  vertical-align: middle;
}

.more__content {
  display: none;
}

.movie__videoWrapper {
  width: 100%;
  margin: 12px 0;
}

.movie__videoWrapper iframe {
  width: 100%;
  height: 100%;
}

.movie__informationSection {
  font-size: 18px;
}

.movie__informationSection__generalInfo {
  color: #000;
  font-weight: 700;
}

.movie__informationSection__generalInfo p {
  margin-bottom: 2px;
}

.movie__informationSection__description {
  line-height: 27px;
}

.text__description__list--title {
  color: #80298f;
  font-size: 24px;
}

.text__description__list--description {
  color: #000;
  font-size: 18px;
}

.others__text {
  color: #80298f;
  font-size: 22px;
}

.similarPost__group {
  padding: 0;
  color: #80298f;
}

.similarPost__group__list__img {
  margin-bottom: 12px;
  overflow: hidden;
}

.similarPost__group__list__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.similarPost__group__list__link {
  color: inherit;
  font-weight: 500;
}

.similarPost__group__list__link:hover {
  color: inherit;
}

.similarPost__group__list:last-child .heading__divider {
  display: none;
}

.blogDetail .text__description__list--title {
  margin-top: 12px;
}

.similar__post__spacer:not(:last-child) {
  margin-bottom: 16px;
}

.contact__form .form-group .form-control {
  border-radius: 0;
}

.contact__form .form-group .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
  font-style: italic;
}

.contact__form .form-group .form-control:-ms-input-placeholder {
  text-transform: capitalize;
  font-style: italic;
}

.contact__form .form-group .form-control::-ms-input-placeholder {
  text-transform: capitalize;
  font-style: italic;
}

.contact__form .form-group .form-control::placeholder {
  text-transform: capitalize;
  font-style: italic;
}

.inner__section__lists__list p strong {
  color: #80298f;
  font-size: 28px;
}

.inner__section__lists__list p {
  margin-bottom: 0;
}

#innerPoem .toggleContent {
  min-height: 100px;
  height: 100px;
  overflow: hidden;
}

.height__auto {
  height: auto !important;
}

@media (min-width: 768px) {
  .text__description__list--title {
    color: #80298f;
    font-size: 28px;
  }
  .similarPost__group__list__link {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .sidebar__box {
    width: 300px;
    height: 115px;
  }
  .sidebar__box img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lists__secondary .title__2 {
    font-size: 24px;
  }
  .lists__secondary .title__3 {
    font-size: 28px;
  }
  .lists__secondary p {
    font-size: 20px !important;
    line-height: 36px;
  }
  .movie__list {
    margin-bottom: 50px;
  }
  .movie__list .movie__videoWrapper {
    height: 600px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .similar__post__spacer:not(:last-child) {
    margin-bottom: 40px;
  }
  .contact__form .form-group {
    margin-bottom: 26px;
  }
  .contact__form .form-group .form-control {
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .inner__section {
    padding-top: 50px;
  }
  .inner__section__title {
    font-size: 40px;
  }
  .inner__section__excerpt {
    font-size: 22px;
  }
  .inner__section .heading__divider {
    margin: 30px 0;
  }
  .inner__section__description {
    margin-bottom: 160px;
  }
  .inner__section__description p {
    font-size: 18px;
  }
  .inner__section__lists p {
    font-size: 18px;
  }
  .inner__section__lists__list {
    margin-bottom: 60px;
  }
  .inner__section__videoWrapper {
    width: 650px;
    overflow: hidden;
  }
  .movie__list {
    margin-bottom: 120px;
  }
  .text__description__list--title {
    margin-bottom: 40px;
  }
  .others__text {
    margin-top: 84px;
  }
  .blog__card {
    margin-bottom: 110px !important;
  }
  .blog__card .primary__button {
    margin-top: 32px !important;
  }
  .blogDetail .text__description__list--title {
    font-size: 32px;
    margin-top: 30px;
  }
  .similarPost__group__list__img {
    height: 167px;
  }
  .similar__post__spacer:not(:last-child) {
    margin-bottom: 50px;
  }
}
