
.lg-sz{
width: auto;
height: 100px;

}

.lg-al{
	display: inline-flex;
}

.lg-al p {
margin: 8px;
font-size: 24px;
color: #e9000c;
}

.lg-al span {
	color: #36838a;
margin-right: 70px;
float: right;
font-size: 18px;
}


.audiowide {
  font-family: 'Audiowide';
  font-weight: 400;
  font-style: normal;
}

.eb-garamond{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.about-content h6{
	color:#e9000c;
}

/*** scroll start ****/

.scroller {
  width: 100%;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, black, white 20%, #2f0909 80%, #000000fa);

}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
	width: auto;
height: 200px;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 60s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 20s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}



.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}
/*** scroll end ****/

.cat-ban {
    background-image: url(../../img/banner/category-banner.jpeg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
	z-index: 0;
	margin-top: 30px;
  }
  .cat-ban::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffb2;
  content: '';
  z-index: -1;
  }
  
  .ch-ban {
    background-image: url(../../img/banner/ch-banner.jpeg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
	z-index: 0;
  }
  .ch-ban::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffe8;
  content: '';
  z-index: -1;
  }
  
  .p-1{
	  padding-top: 35px !important;
	  padding-bottom: 35px !important;
  }
  
  .wh{
	  width: auto;
height: 45px;
  }
  
  .pri-img{
	  width: auto;
height: 266px;
  }
  
   .sec-img{
	  width: auto;
height: 266px;
  }
  
  .ft-tt{
	  color: #e9000c;
font-size: 17px;
  }
  
  .ft-sl{
	  color: #517e82;
font-size: 14px;
  }
  
  .widget-footer{
	  margin-top: -6px;
  margin-bottom: 5px;
  }
  
  .widget-body ul li a{
	  color: #555 !important;
  }
  
  
  @media only screen and (max-width: 767.98px){
  .ft-tt {
  color: #e9000c;
  font-size: 16px;
}
.btn-hero{
	padding: 5px 10px;
}

.slide-desc{
	display:none;
}
.slick-dot-style ul.slick-dots {
  bottom: 0;
}
.slick-dot-style ul.slick-dots li button {
  width: 9px;
  height: 9px;
  border: 2px solid #e9000c;
  background-color: #e9000c;
}
.slick-dot-style ul.slick-dots li.slick-active button {
  border-color:  #5ea67f;
  background-color:  #5ea67f;
}
.lg-sz {
  width: auto;
  height: 45px;
  margin-top: 0px;
}
.lg-al p {
  margin-top: 1px;
  font-size: 11px;
}
.lg-al span {
  color: #36838a;
  margin-right: 13px;
  float: right;
  font-size: 9px;
}
.mobile-header {
  padding: 8px 0;
   
  padding-bottom: 0;
}
.justify-content-end {
  justify-content: center !important;
}
.d-n{
	display:none;
}
.ft-lg-mb{
	width: auto;
    height: 100px;
}



  }