
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee:hover .text_marquee_item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.text_marquee_item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}


@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee {
    background-color: #000;
    padding: 20px 0px;
    color: #fff;
}

.text_marquee_item h6 {
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    color: #fff;
}

.text_marquee_item h6:before {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 3px;
    background-color: #fff;
    margin: 0 2vw;
}

.text_marquee_item a:hover {
    color: #5e1d1d;
}



.haru-text-scroll--style-1 span {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #696969;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "DM Sans";
}


.roatating-text-sec{
    overflow: hidden;
}

.roatating-text-sec a:hover{
    color: #c72538;
}

.roatating-text-sec a{
  text-decoration: none;
  color:#000;
  color: #fff; 
}
.roatating-text-sec h6{
    line-height: 1.5;
    color: #fff; 
}

.haru-text-scroll:not(.flickity-enabled) {
  display: flex;
}

.haru-text-scroll .text-scroll-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.haru-text-scroll .text-scroll-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}

.haru-text-scroll--style-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

@media screen and (max-width: 1199px) {
  .haru-text-scroll--style-1 {
    padding: 10px 0;
  }
}

.haru-text-scroll--style-1 .text-scroll-item:before {
  content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #696969;
    margin: 0 2vw;
}

@media screen and (max-width: 1440px) {
  .haru-text-scroll--style-1 .text-scroll-item:before {
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .haru-text-scroll--style-1 .text-scroll-item:before {
    height: 1px;
  }
}

.haru-text-scroll--style-1 .text-scroll-item h6 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
}

@media screen and (max-width: 1440px) {
  .haru-text-scroll--style-1 .text-scroll-item h6 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .haru-text-scroll--style-1 .text-scroll-item h6 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .haru-text-scroll--style-1 .text-scroll-item h6 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .haru-text-scroll--style-1 .text-scroll-item h6 {
    font-size: 24px;
  }
}




/* End of Roatating css */