/*
Main CSS for myform element
*/

.snow {
  background: url(/assets/img/snow_bg.svg) repeat-x;
}

.title-size {
  font-size: x-large;
  font-weight: 400;
  line-height: 1.2;
}

.myform {
  padding: 2em;
  max-width: 100%;
  color: #fff;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}

.myform .btn {
  width: 100%;
  color: #fff;
  border-radius: 0;
  padding: 0.5em 0;
}

.myform .btn:hover {
  border-color: #fff;
}

.myform p {
  text-align: center;
  padding-top: 2em;
  color: grey;
}

.myform p a {
  color: #e1e1e1;
  text-decoration: none;
}

.myform p a:hover {
  color: #cc184b;
}

.btn-close {
  position: absolute;
  right: 0;
  padding: 1em;
}


/* General styles */
.tags a {
  font-family: Poppins, sans-serif !important;
}

.tags {
  max-height: 170px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .title h1 {
    font-size: 1.2rem !important;
  }

  .tags {
    max-height: 110px;
  }

  .tags a {
    font-size: 13px;
  }
}

::selection,
::-moz-selection {
  background: #b3032c59;
}

.page-load-status {
  display: none;
  padding-top: 20px;
  border-top: 1px solid #000;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #fff;
  position: absolute;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
  left: 0;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
  left: 1.5em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

/* .icon-background {
  padding: 2px 4px;
  font-size: 12px;
  opacity: 0.9;
  background: linear-gradient(
    45deg,
    rgb(0 0 0 / 30%) 0%,
    rgb(37 38 43 / 30%) 100%
  );
  backdrop-filter: blur(13px) saturate(160%);
  border-radius: 0.375rem;
  margin-right: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
} */

.icon-background {
  padding: 2px 4px;
  font-size: 12px;
  backdrop-filter: blur(13px) saturate(160%);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.icon-background:hover {
  background: rgb(20 19 19 / 65%);
}

img.icon-p2 {
  margin-bottom: 2px;
}

img.icon-p4 {
  margin-bottom: 4px;
}

.modal-content {
  margin: 0 auto;
}

.modal-content {
  border-radius: 8px;
  background: rgb(40 40 40 / 40%);
  backdrop-filter: saturate(1.8) blur(20px);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

.modal-dialog {
  margin: auto;
  max-width: 360px;
  overflow-y: initial !important;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.modal-footer button {
  background: #ffffff00;
  border: none;
  color: white;
}

.modal-footer button:hover {
  background: hsl(0deg 0% 0% / 30%);
  border-radius: 45px;
}

.options:hover {
  cursor: pointer;
}

.spl-button {
  background: #00000000;
  color: #ffffff;
}

.spl-button:hover {
  background: #b3032c59;
  border: 1px solid #b3032c;
}

.spl-button:active {
  background: #b3032c;
  border: 1px solid #ffffff;
}

.spl-footer {
  background: none;
}

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #000;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #212121;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.image-outer {
  position: relative;
  height: 600px;
  /* set height to the maximum height of the image */
  max-width: 100%;
  /* set max-width to the maximum width of the container */
  display: flex;
}

.image-outer img {
  max-height: 100%;
  /* set max-height to 100% to fill the height of the container */
  max-width: 100%;
  /* set max-width to 100% to fill the width of the container */
  object-fit: contain;
  /* set object-fit to contain to maintain the aspect ratio of the image */
}



.border-secondary {
  border-color: #b3032c47 !important;
}

.download-img {
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  background: #e5194d;
  color: #fff;
}

.download-img:hover {
  background: #4c83d9;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #b0b0b0;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-auto label {
  display: inline-block;
  cursor: pointer;
}

.col-auto input[type="radio"] {
  display: none;
}

.col-auto input[type="radio"] + span {
  display: inline-block;
  padding: 5px 13px;
  font-size: 16px;
  color: #eee;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.col-auto input[type="radio"]:checked + span {
  background-color: #eee;
  color: rgba(0, 0, 0, 0.87);
}

.col-auto span:hover {
  background: hsl(0deg 0% 0% / 30%);
}

.max {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.max::-webkit-scrollbar {
  display: none;
}

.date {
  margin-bottom: 2.2rem !important;
}

@media only screen and (max-width: 767px) {
  /* Styles for screens smaller than 768px, such as mobile devices */
  .icon-background {
    font-size: 12px;
    padding: 0.125rem 0.25rem;
  }

  .image-outer {
    height: 450px;
    /* set height to 360 pixels */
  }
}

.divider {
  background: hsla(0, 0%, 100%, 0.12);
  width: 100%;
  height: 1px;
}
 


 

.form-check-input:checked {
  background-color: #b3032c;
  border-color: #cf1f3e;
}

.form-check-input {
  --bs-form-check-bg: #212121;
  border-color: #b3032c;
}



.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.carousel-control .prev {
  position: absolute;
  left: 0;
}

.carousel-control .next {
  position: absolute;
  right: 0;
}

.video {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 20%;
  }
}

/* Show this part only on hover */
.position-relative:hover .hide-data {
  display: block;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .nav__menu {
    padding-right: 50px;
    /* Applied for screens between 1024px and 1439px */
  }
}

@media screen and (min-width: 1440px) and (max-width: 2559px) {
  .nav__menu {
    padding-right: 70px;
    /* Applied for screens between 1440px and 2559px */
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .floating-icon {
    right: 10px !important;
  }
}

/* Positioning for the floating icon */
.floating-icon {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 999;
}

/* Styling for the icon image */
.floating-icon img {
  width: 46px;
  /* Adjust the width and height as needed */
  height: auto;
  border-radius: 50%;
  /* Makes it round, if it's a circular icon */
}

/* Media query for smaller screens (e.g., mobile devices) */
@media (max-width: 767px) {
  .floating-icon {
    right: 10px;
    top: 5px;
  }

  .floating-icon img {
    width: 40px;
    /* Adjust the size for smaller screens */
  }
}

/* Initially hide the absolute-positioned div  
 .position-absolute.hide-data {
   display: none;
 }

  Show the div when hovering over the image 
 .img-fluid:hover+.position-absolute.hide-data {
   display: block;
 }*/

.w-100 {
  filter: contrast(110%);
}

/* Play icon style */
.play-icon {
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  filter: drop-shadow(1px 0px 5px black);
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.1s;
  transform: translate(-50%) translateY(-50%);
}

.img-fluid:hover + .play-icon {
  opacity: 1;
}

.play-icon:hover {
  opacity: 1;
}

.play-icon-hover:hover .play-icon {
  opacity: 1;
}

.hotgrid img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /* Adjust the max-width as needed */
  .pagination.responsive-pagination > li > a,
  .pagination.responsive-pagination > li > span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

@keyframes heartBeat {
  0% { transform: scale(1); }
  25% { transform: scale(2); }
  50% { transform: scale(1.4); }
  75% { transform: scale(2); }
  100% { transform: scale(1); }
}

.heart-animated {
  animation: heartBeat 0.5s ease-in-out;
}