* {
  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: #029920;
  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: #0081e4;
}

.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: #0081e4;
  transition: all 0.2s ease-in-out;
}
.card-title-head:hover {
  color: #029920;
}

.title-head {
  color: #1e2f97;
  transition: all 0.2s ease-in-out;
}
.title-head:hover {
  color: #fff;
}

.button1 {
  background: none;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
}

.title-border {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #03f7ff, #69c500);
}

.title-button {
  background-color: #0081e4;
  color: #fff;
}

.section-title {
  position: relative;
}
.section-title::before {
  background: #0081e4;
  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;
}
.image-class .image:hover {
  transform: scale(1.05);
}

.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(0, 0, 0);
  transition: 0.4s all ease;
}
.social-media-icons .ul li a i:hover {
  color: #f90808;
  transform: translate(0, -3px);
}

.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: 2rem;
}
.social-media-icons ul li a i {
  color: #0081e4;
  transition: 0.4s all ease;
}
.social-media-icons ul li a i:hover {
  color: #f90808;
  transform: translate(0, -9px);
}

.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-color: #4db2ec;
  transform: translate3d(0, 0, 0);
  transition: width 0.5s ease;
}
.nav-link2 .nav-link1:hover {
  color: #0081e4;
}

.category .category-title {
  margin: 0 0 6px 0;
  padding-top: 6px !important;
  background: linear-gradient(166deg, rgb(0, 129, 228) 0%, rgb(2, 153, 32) 100%);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px 4px;
  display: inline-block;
  transition: 0.3s all ease-out;
}
.category .category-title:hover {
  background-color: #0081e4;
  transform: scale(1.1, 1.1);
}

.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%;
}

footer {
  width: 100%;
  border: 5px solid #1e2f97;
  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, #0081e4 0%, #029920 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;
}

.card-image {
  width: 110px;
  height: 110px;
  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%;
}

/* media queries  */
@media (max-width: 752px) {
  .card-h-xlarge {
    height: 16rem;
  }
}/*# sourceMappingURL=style.css.map */