
  @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');

.background-col{
    background-color: rgb(255, 255, 255);
}
body{
  background-color: #f0faff;
}
.summernote {
    font-family: 'Noto Sans', sans-serif;
  }


.nav-font{
    font-size: large;
}
.back-col{
    background-color: rgb(147, 34, 24);
}


.ad-section {
  background-color: #f5f5f5;
  padding: 10px;
  height: 50px;
  width: 50px;
}

.ad-item {
  margin: 10px 0;
}

.ad-item img {
  max-width: 100%;
}

.bgg-black{
  background-color: rgb(37, 38, 39);

}

.summernote {
  font-family: 'Noto Sans', sans-serif;
}


.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .owl-theme {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent) !important;
  background-image: url('your-slider-image.jpg') !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
}

.slider-with-gradient .slider-overlay {
  position: absolute;
  top: 50%;
  left: 5%; /* Position it to the right */
  width: 30%; /* Occupy 50% of the slide width */
  
  
    
}

.slider-overlay h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}
/* Add this CSS to your existing styles if it's not already present */
.owl-carousel .owl-stage-outer {
  overflow: visible;
}


/* Adjust font size for smaller screens */
@media (max-width: 768px) {
  .slider-overlay h5 {
      font-size: 18px;
  }
}

/* Adjust font size for even smaller screens */
@media (max-width: 576px) {
  .slider-overlay h5 {
      font-size: 16px;
  }
}

/* Style for the vertical red line */
.slider-overlay::before {
  position:absolute;
  bottom:10px;
  content: '';
  width: 6px;
  height: 45px;
  background-color: red;
  left: 10px;
}

@media (max-width: 768px) {
  /* Adjust the height for screens up to 768px width */
  .slider-overlay::before {
    height: 45px; /* Set a specific height for screens up to 768px */
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  /* Adjust the height for screens between 769px and 1200px width */
  .slider-overlay::before {
    height: 20px; /* Set a different height for this range of screen sizes */
  }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  /* Adjust the height for laptop screens between 1201px and 1600px width */
  .slider-overlay::before {
    height: 20px; /* Set a specific height for laptop screens in this range */
  }
}

/* Style for the post title */
.slider-with-gradient .slider-overlay h5 {
  position:absolute;
  bottom:10px;
  font-size: 18px;
  
  margin-left: 20px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2; /* Limit the title to 2 lines */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white; /* Set the text color to white */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent );
   font-family: 'Noto Sans', sans-serif;
   background-position: -10% 0;
}


.slider-with-gradient .slider-content {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.slider-with-gradient {
    /* Apply the gradient style here */
    position: relative;
    overflow: hidden;
}

.slider-with-gradient .slider-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
}



.bn53 {
  background-color: #ff4742;
  padding: 7px;
  width: 80%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  animation: bn53bounce 4s infinite;
  margin: 0 auto; /* Center horizontally */
  border-radius: 10px; /* Round the edges */
  text-align: center; /* Center the text horizontally */
  margin-bottom:10px;
  margin-top:10px;
}

@keyframes bn53bounce {
  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(1);
  }

  15% {
    transform: scale(1);
  }

  20% {
    transform: scale(1) rotate(-5deg);
  }

  25% {
    transform: scale(1) rotate(5deg);
  }

  30% {
    transform: scale(1) rotate(-3deg);
  }

  35% {
    transform: scale(1) rotate(2deg);
  }

  40% {
    transform: scale(1) rotate(0);
  }
}

.pageview{
  color: rgba(255, 255, 255, 0.916);
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
}




.button-24 {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-24:active {
  opacity: .5;
}

.newstitile{
  color: #ffffff;
    text-decoration: none;
}

.title-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    line-height: 1.2em; /* Adjust this value according to your design */
}


