* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Devanagari", sans-serif;
  box-sizing: border-box;
  list-style: none;
}

h1 {
  font-size: 3.25rem;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background-color: #0171bb;
  border-radius: 0.625rem;
  margin: block;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0.625rem;
  border: solid white;
  width: 100%;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #f90808;
}

.top-right-section a {
  font-size: 30px;
}
.top-right-section .social-media-icon li {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: #000;
  background-color: gainsboro;
}
.top-right-section .social-media-icon li:nth-child(1) i:hover {
  color: #3b5998;
}
.top-right-section .social-media-icon li:nth-child(2) i:hover {
  color: #c32aa3;
}
.top-right-section .social-media-icon li:nth-child(3) i:hover {
  color: #ff0000;
}
.top-right-section .social-media-icon li:nth-child(4) i:hover {
  color: #0084b4;
}
.top-right-section .social-media-icon li a i {
  color: #0171bb;
  transition: 0.5s all ease;
}
.top-right-section .social-media-icon li a i:hover {
  transform: translate(0, -7px);
}

.top-left-section .date-section h5 {
  color: #565656;
}

.sticky-section {
  position: sticky;
  top: 100px;
}

.card-title-head1 {
  color: #fff;
  transition: 0.5s;
}

.card-title-head1:hover {
  color: #f90808;
}

.title-head {
  color: rgb(46, 44, 44);
}
.title-head:hover {
  color: #0072c9;
}

.red-highlight {
  color: #f90808;
}

.card-title-head {
  color: #0072c9;
  transition: 0.5s;
}

.card-title-head:hover {
  color: #f90808;
}

.title-border {
  border-bottom: 1px solid black;
  border-top: 5px solid darkblue;
}

.card-border {
  border-right: 1px solid black;
}

.card-border1 {
  border-bottom: 1px solid black;
}

.title-button {
  background-color: #f90808;
  color: #fff;
}

.card-h-small {
  height: 11rem;
}

.card-h-medium {
  height: 20rem;
}

.card-h-xlarge {
  height: 33rem;
}

.card-h-large {
  height: 27rem;
}

.card-h-xsmall {
  height: 7rem;
}

.image-hover-zoom {
  overflow: hidden;
}
.image-hover-zoom .image-hover {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-hover-zoom .image-hover:hover {
  transform: scale(1.05);
}

.navi {
  background-color: #2260bf;
}
.navi .navigation-title ul li .card-title-head1 {
  color: #fff;
  padding: 0px !important;
  transition: 0.5s;
}
.navi .navigation-title ul li .card-title-head1:hover {
  color: #f90808;
}

.section-title {
  position: relative;
}
.section-title::before {
  background: #0072c9;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 1px;
  opacity: 0.5;
}

.card-section-8 .main-image {
  padding: 0 0.625rem;
  position: relative;
  height: 350px;
}
.card-section-8 .main-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
}
.card-section-8 .main-image h2 {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  z-index: 1;
}

.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(180deg, #f90808 0%, #f90808 50%, #1e2f97 100%);
  transition: 0.5s;
}
.aapan-tv-share .share-links a:hover::after {
  top: 0;
}
.aapan-tv-share .share-links a i {
  font-size: 30px;
  line-height: 60px;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}/*# sourceMappingURL=style.css.map */