@import url("../font/poppins.css");
@import url("../font/nunitosans.css");
@import url("../font/baloo.css");

/* scroll */

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

/* end */

/* Handle */

::-webkit-scrollbar-thumb {
  background: #e42426 !important;

  border-radius: 20px;
}

/* end */

/* lenis */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* end */

a {
  text-decoration: none;
}
body {
  overflow-x: hidden !important;
}

/* header */
.container-fluid {
  max-width: 1500px !important;
}
.nav-link {
  color: #6c360f;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* transition: all 0.3s ease; */
}
.nav-link:hover {
  transform: scale(1.05);
  font-weight: 600;
}
.franchise-btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #e42527;
  border: 1px solid #e42527;
  color: #fff;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
}
.franchise-btn:hover {
  border: 1px solid #e42527;
  background: #fff;
  transform: scale(1.05);
  color: #6c360f;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.offcanvas {
  background: #e42426;
  max-width: 80%;
}
.offcanvas-title {
  color: #fff !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
}
.mobile-link {
  color: #fff !important;
}
.dropdown-item {
  color: #e42426 !important;
}
/* end */

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 9999999999999999999;
}
.preloader div img {
  animation: fadeInOut 3s infinite ease-in-out;
  width: 15%;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* end */

/* owl */
.owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-60%);
}
.owl-prev:hover {
  background: none !important;
}
.owl-next:hover {
  background: none !important;
}
/* end */

/* footer */
.footer-bg {
  background: linear-gradient(180deg, #e42426 21.5%, #7e1415 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.footer-logo {
  max-width: 241px;
  width: 100%;
  max-height: 130px;
  height: 100%;
}
.foot-link {
  color: #fff;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.copyright {
  color: #fff;
  font-family: "nunitosans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
/* end */

/* /responcive/ */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 880px) {
}
@media only screen and (max-width: 768px) {
  .navbar-toggler {
    padding: 0 !important;
  }
}
/* /mobile/ */
@media only screen and (max-width: 767px) {
  .preloader div img {
    width: 15%;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 485px) {
  .preloader div img {
    width: 20%;
  }
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 400px) {
  .foot-link {
    font-size: 16px;
  }
  .copyright {
    font-size: 16px;
  }
  .footer-logo {
    max-width: 169px;
    max-height: 91px;
  }
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 280px) {
}
