.btn.style-nine:hover,
.btn.style-ten:hover {
    color: var(--whiteColor);
}

.col-border {
    background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px 40px) !important;
}

.call-glasy {
    border-radius: 0 10px 10px 0px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    /* border-radius: 16px; */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* padding: 20px; */
    color: #fff;
}
.col-20{width: 20px;}
.call-p {
    color: white;
    font-size: 18px;
    padding-top: 20px;
}

.col-bg-grey {
    background-color: #fafafa !important;
    border: 1px solid #0000001A;
}

.footer-img {
    height: 70px;
    /*width: 70px;*/
}

.footer-icon {
    width: 20px;
}

.mb-90 {
    margin-bottom: 90px;
}

.w-full {
    width: 100%;
}

.body-img {
    width: 280px;
}

.slider-btn.style-three .prev-btn:hover,
.slider-btn.style-three .next-btn:hover {
    border: 1.5px solid #ED1C24 !important;
}

.slider-btn.style-three .prev-btn img:hover,
.slider-btn.style-three .next-btn img:hover {
    filter: brightness(0) invert(1) !important;
}


.col-how {
    width: auto;
    height: 360px;
}

.btn.style-ten1 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.style-ten1 span {
    background-color: #fff;
}

.btn.style-ten1:before {
    background-color: var(--secondaryColor);
}


.call-cta {
    background-image: repeating-linear-gradient(90deg, rgb(255 255 255 / 17%) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(0deg, rgb(255 255 255 / 22%) 0 1px, transparent 1px 40px) !important;
}

.call-p1 {
    border-radius: 100px 100px;
}

.pb-unset {
    padding-bottom: unset !important;
}

@media (max-width: 767px) {
    .cold-none {
        display: none !important;
    }

    .col-pb-3 {
        padding-bottom: 0rem !important;
}

    .col-how {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .body-img {
        width: 135px;
    }

    .col-pa {
        padding: 0px 50px;
    }
}

.dol-mi {
    justify-content: center;
    display: flex;
}

.ob-fit {
    object-fit: contain;
}

.footer-p {
    color: white;
    font-size: 17px;
}

.col-tw {
    margin-right: 10px;
}


.about-home {
    color: white
}

.col-go {
    height: 50px;
}

.one-two {
    color: white;
}

.btn.style-eleven:hover {
    border-color: #fff;
    color: var(--whiteColor);

}

.btn.style-eleven {
    background-color: transparent;
    border: 1px solid #ED1C24;
    color: #ED1C24;

}

.about-ninja {
    /* height: 300px; */
    /* margin-left: 78px; */
}

/* .col-pop:hover {
        background-color: #fff;
} */

.col-pop {
    background-color: white;
}

.btn.style-eleven2 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.style-eleven2:hover {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: var(--whiteColor);
}

.int-box {
    justify-content: center;
    display: flex;
    align-items: center;
}

.int-box img {
    width: 60px;
    height: 60px;
}

.col-comming {
    width: 200px;
}

.col-category {
    width: 300px;
}

.align-center {
    align-items: center;
}

.col-1 {
    width: 60px;
}

.col-2 {
    width: 50px;
}
.col-bright{ filter: invert(1) brightness(2);}
.fs-50{font-size: 50px;}

.col-pb-3 {
        padding-bottom: 3rem;
}

.move-text-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px 0; 
}

.move-text ul {
  display: flex;
  width: max-content;
  align-items: center; 
  animation: scroll-left 50s linear infinite; 
}

.move-text li {
  white-space: nowrap;
  padding-right: 120px;
  font-size: 42px;
  line-height: 1.2;
  color: #d60000; 
  font-weight: 500;
  letter-spacing: 2px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .move-text li {
    font-size: 32px;
    padding-right: 80px;
  }
  .move-text ul {
    animation: scroll-left 50s linear infinite;
  }
}

@media (max-width: 768px) {
  .move-text li {
    font-size: 24px;
    padding-right: 60px;
  }
  .move-text ul {
    animation: scroll-left 50s linear infinite;
  }
}

@media (max-width: 480px) {
  .move-text li {
    font-size: 18px;
    padding-right: 40px;
  }
  .move-text ul {
    animation: scroll-left 50s linear infinite;
  }
}   