* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Devanagari", sans-serif;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background-color: #316569;
  border-radius: 0.625rem;
  margin: block;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0.625rem;
  border: solid #fff;
  width: 100%;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #e40010;
}

.sticky-section {
  position: sticky;
  top: 100px;
}

.card-h-xsmall {
  height: 7rem;
}

.card-h-small {
  height: 11rem;
}

.card-h-medium {
  height: 22rem;
}

.card-h-xmedium {
  height: 25rem;
}

.card-h-large {
  height: 28rem;
}

.card-h-xlarge {
  height: 33rem;
}

.card-title-head {
  color: #25408e;
  transition: all 0.2s ease-in-out;
}

.title-head {
  color: #25408e;
  transition: all 0.2s ease-in-out;
}
.title-head:hover {
  color: #fff;
}

.social-media-icons .ul li:nth-child(1) i:hover {
  color: #3b5998;
}
.social-media-icons .ul li:nth-child(2) i:hover {
  color: #c32aa3;
}
.social-media-icons .ul li:nth-child(3) i:hover {
  color: #ff0000;
}
.social-media-icons .ul li:nth-child(4) i:hover {
  color: #0084b4;
}
.social-media-icons .ul li a {
  font-size: 15px;
}
.social-media-icons .ul li a i {
  color: rgb(255, 255, 255);
  transition: 0.4s all ease;
}
.social-media-icons .ul li a i:hover {
  color: #f90808;
  transform: translate(0, -3px);
}

.nav-link2 {
  position: relative;
}
.nav-link2:hover::after {
  width: 100%;
}
.nav-link2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 3px;
  background: #25408e;
  background: linear-gradient(166deg, #002cff 0%, #e40010 100%);
  transform: translate3d(0, 0, 0);
  transition: width 0.5s ease;
}
.nav-link2 .nav-link1:hover {
  color: #fff;
}

.category .category-title {
  margin: 0 0 6px 0;
  background: #e40010;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  border-radius: 10px;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px;
  padding-top: 6px;
  display: inline-block;
  transition: 0.3s all ease-out;
}
.category .category-title:hover {
  background-color: #316569;
  transform: scale(1.1, 1.1);
}

.title-border {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-radius: 10px !important;
  border-image-source: #316569;
}
.title-border:hover {
  border-image-source: #e40010;
}

.title-button {
  background-color: #e40010;
  color: #fff;
  font-size: 1.5rem !important;
}

.section-title {
  position: relative;
}
.section-title::before {
  background: rgb(228, 0, 16);
  background: linear-gradient(166deg, rgb(228, 0, 16) 0%, rgb(0, 44, 255) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 0%;
  height: 3px;
  opacity: 1;
  transition: width 0.5s ease;
}
.section-title:hover::before {
  width: 100%;
}

.image-class {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-class .image {
  transition: all 0.4s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-class .image:hover {
  transform: scale(1.05);
}

.card-section-5 .content {
  position: relative;
  overflow: hidden;
}
.card-section-5 .content .text {
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
}
.card-section-5 .content2 {
  position: relative;
  overflow: hidden;
}
.card-section-5 .content2 .text2 {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
}

.card-image {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 15px;
}
.card-image .card-image-hover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

footer {
  width: 100%;
  border: 5px solid #333232;
  color: #fff;
  padding: 100px 0 30px;
  border-top-left-radius: 125px;
  border-bottom-right-radius: 25px;
  font-size: 13px;
  line-height: 20px;
}

.aapan-tv-share .share-links a {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 10px;
  overflow: hidden;
  transition: transform 0.5s;
}
.aapan-tv-share .share-links a:hover i {
  color: #fff;
}
.aapan-tv-share .share-links a:hover {
  transform: translateY(-10px);
}
.aapan-tv-share .share-links a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -70px;
  left: 0;
  background: linear-gradient(150deg, #e40010 0%, #002cff 100%);
  transition: 0.5s;
}
.aapan-tv-share .share-links a:hover::after {
  top: 0;
}
.aapan-tv-share .share-links a i {
  font-size: 30px;
  color: #222327;
  line-height: 60px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}

.links ul li {
  cursor: pointer;
}

.nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.navbar-nav .nav-item .fs-5 {
  font-size: 1.05rem !important;
}/*# sourceMappingURL=style.css.map */