@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
head,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #ce0e2d;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.z-99 {
  z-index: 99;
}

.z-9 {
  z-index: 9;
}

.modal {
  z-index: 99999;
}

.fw-semibold {
  font-weight: 600;
}

.bg-dark1 {
  background-color: #191919 !important;
}

.bg-dark2 {
  background-color: #313131 !important;
}

.bg-darkgradient {
  background: linear-gradient(315deg, #191919, #2e2e2e);
}

.bg-darkgradient1 {
  background: linear-gradient(200deg, #191919, #2e2e2e);
}

.bg-dark3 {
  background-color: #232323 !important;
}

.bg-theme {
  background-color: #ce0e2d !important;
}

.text-theme {
  color: #ce0e2d !important;
}

.border-theme {
  border-color: #ce0e2d !important;
}

a:hover .header-product-hov p {
  color: #ce0e2d !important;
}

.background-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pt-75 {
  padding-top: 75px;
}

.header-logo {
  width: 95px;
  height: 50px;
}

.header-afte {
  position: relative;
}

.owl-pagination .owl-page:nth-child(n+6) {
  display: none !important;
}

/* 
.header-after::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #191919;
  width: 75%;
  height: 82px;
  border-radius: 0px 0px 0px 100px;
} */

.map-icons {
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.home-banner {
  height: 60vh !important;
  width: 800px !important;
  background-size: contain;
  background-position: right;
}

.product_list_swiper {
  height: 250px;
  margin: 0 auto;
  width: 250px;
  background-size: contain;
  background-position: right;
}

@media screen and (max-width:1100px) {

  .h-80vh {
    height: auto !important;
  }

  .h-90vh {
    height: auto !important;
  }
}

.product-detail-img {
  height: 300px;
  width: 500px;
}

.productDetail .product-banner {
  transform: scale(1);
  transition: transform .2s;
}

.productDetail:hover .product-banner {
  transform: scale(1.1);
  transition: ease-in-out .4s all;
}

.h-90vh {
  height: 90vh;
  object-fit: cover;
}

.mobile-product-title {
  z-index: 999;
  font-size: 50px;
}

.mob-product-img {
  width: 500px;
  height: 300px;
  margin: 0 auto;
}

.product-detail-title {
  z-index: 999;
  font-size: 50px;
}

.product-detail-title::before {
  background-image: url(../images/top-right-line.png);
  background-size: contain;
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 99;
  content: '';
  background-repeat: no-repeat;
  left: 650px;
  top: 50px;
}

.product-detail-title::after {
  background-image: url(../images/top-right-line.png);
  background-size: contain;
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 99;
  content: '';
  background-repeat: no-repeat;
  right: -75px;
  bottom: 65px;
}

.z-9999 {
  z-index: 9999;
}

.product-showCase {
  width: 100%;
  height: 300px;
}

.bg-overlayBanner {
  background: linear-gradient(310deg, rgb(255 255 255 / 0%), #000000);
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  right: auto;
  z-index: 98;
  opacity: 0.3;
}

.header-product-img {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
  background-size: contain;
}

.product-img {
  height: 200px;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.header-product-hov {
  transition: ease-in-out 0.3s all;
}

.header-product-hov:hover {
  transform: scale(1.07);
}

.index-banner.nav-tabs .nav-link.active,
.index-banner.nav-tabs .nav-link.active:hover,
.index-banner.nav-tabs .nav-item.show .nav-link,
.index-product.nav-tabs .nav-link.active,
.index-product.nav-tabs .nav-link.active:hover,
.index-product.nav-tabs .nav-item.show .nav-link {
  background-color: #ce0e2d;
  color: #fff !important;
  border-color: transparent;
  border-radius: 0px;
}

.index-banner.nav-tabs .nav-link,
.index-product.nav-tabs .nav-link {
  background-color: #fff;
  border-color: rgb(49 49 48 / 3%);
  border-radius: 0px;
}

.product-detail-branch.nav-tabs .nav-link.active,
.product-detail-branch.nav-tabs .nav-link.active:hover,
.product-detail-branch.nav-tabs .nav-item.show .nav-link {
  background-color: #ce0e2d;
  color: #fff !important;
  border-color: transparent;
  padding: 5px 25px;
}

.product-detail-branch.nav-tabs .nav-link {
  background-color: #fff;
  border-color: transparent;
  padding: 5px 25px;
  border-radius: 50px;
}

.product-detail-branch.nav-tabs .nav-link:hover,
.product-detail-branch.nav-tabs {
  background-color: #fff;
  color: #000 !important;
  border-color: transparent;
  padding: 5px 25px;
  border-radius: 50px;
}

.product-detail-tab.nav-tabs .nav-link.active,
.product-detail-tab.nav-tabs .nav-link.active:hover,
.product-detail-tab.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

.product-detail-tab.nav-tabs .nav-link {
  border-color: transparent;
  padding: 5px;
}


.landing-btn:hover {
  background-color: #970018;
  letter-spacing: 0.05rem;
  color: #fff;
}

.rounded-10 {
  border-radius: 10px;
}

.fs-80 {
  font-size: 80px;
}

.w-fit {
  width: fit-content;
}

.enquiry-btn {
  background-color: #545454 !important;
  padding: 20px !important;
}

.enquiry-btn:hover {
  background-color: #414141 !important;
}

.landing-btn {
  background: #ce0e2d;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px;
  transition: ease-in-out 0.3s all;
  padding: 15px 25px;
}

.enquiry-border {
  border-bottom: 2px solid #dbdbdb;
}

.enquiry-border:last-child {
  border-bottom: 0px solid transparent;
}

@media screen and (max-width: 767px) {
  .enquiry-icon {
    width: 15px !important;
    height: 15px !important;
  }
}

.enquiry-icon {
  width: 20px;
  height: 20px;
}

.model-color {
  width: 25px;
  height: 25px;
  background-color: var(--model-color);
  border-radius: 50%;
  border: 1px solid #ddd;
}

.fs-7 {
  font-size: 14px;
}

.top-100px {
  top: 100px;
}

input,
textarea,
select {
  border: 1px solid #c3c3c3;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: transparent !important;
}

.product-detail-contact {
  width: 100%;
  height: 700px;
  background-size: contain;
  background-position-x: right;
  position: absolute;
  background-position-y: center;
  z-index: 9;
  background-attachment: scroll;
  top: 16%;
  left: 0px;
}

.specifications p {
  height: 40px;
  overflow: auto;
  max-height: 50px;
}

.bottom-10 {
  bottom: 10px;
}

.right-10 {
  right: 10px;
}

.res-text-white {
  color: #fff !important;
}

.dropdown-menu {
  background-color: #313131;
  border: 0px solid transparent;
}

.navbar-dark .navbar-toggler {
  color: transparent;
}

.w-lg-25 {
  width: 25% !important;
}

.w-lg-75 {
  width: 75% !important;
}

.input-padding {
  padding: 7px 15px;
}

.px-02 {
  padding-left: 2px;
  padding-right: 2px;
}


@media only screen and (max-width: 1080px) {
  .contact-card {
    padding: 2rem 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product-detail.container {
    max-width: 1280px;
  }
}

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }

  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }

  .ktm-mega-menu {
    position: static;
  }

  .mega-menu {
    left: 0;
    right: 0;
    top: 64px;
    width: 100%;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }

  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.h-md-1000px {
  height: auto;
}

@media screen and (max-width: 767px) {
  .left-8rem {
    left: 2rem !important;
  }
}



@media screen and (max-width: 991px) {

  .right-lg-0 {
    right: 40px !important;
  }

  .w-40per {
    width: 70% !important;
  }

  .enquiry_btn .landing-btn {
    font-size: 12px !important;
  }

  .h-md-1000px {
    height: 1000px !important;
  }

  .bottom-20 {
    bottom: 20px !important;
  }

  .right-10 {
    right: 20px !important;
  }

  .res-text-white {
    color: #fff !important;
  }

  .menu-scroll {
    max-height: 340px;
    overflow-y: scroll;
  }

  /* 
  .header-after::before {
    width: 65%;
  } */

  .w-lg-25 {
    width: 35% !important;
  }

  .w-lg-75 {
    width: 65% !important;
  }

  .contact-card .box .content {
    width: 100%;
    justify-content: end;
  }

  .contact-bg::after {
    width: 400px;
    height: 350px;
    top: 70%;
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .home-background {
    height: 75vh !important;
  }
  .product_slider_img {
    width: 300px !important;
    height: 170px !important;
  }

  .bottom-20 {
    bottom: 10px !important;
  }

  .right-10 {
    right: 10px !important;
  }

  .mob-product-img {
    width: 320px !important;
    height: 200px !important;
    margin: 0 auto;
  }

  .mobile-product-title {
    font-size: 30px !important;
  }

  .product-detail-title::before {
    left: 70%;
    bottom: 110%;
  }

  .product-detail-title::after {
    right: 35%;
    top: 105%;
  }

  .product-detail-title {
    font-size: 40px;
  }

  .left-16 {
    left: 20px !important;
  }

  .menu-scroll {
    max-height: 250px;
    overflow-y: scroll;
  }

  /* 
  .header-after::before {
    width: 40%;
  } */

  .w-lg-25 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 100% !important;
  }

  .product-detail-contact {
    width: 270px;
    height: 160px;
  }

  .product-detail-img {
    width: 280px;
    height: 180px;
  }
}

/* css flip starts */
.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* padding: 35px 15px; */
  width: 100%;
}

@media screen and (min-width: 1380px) {
  .box-container {
    flex-direction: row;
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.3s;
}

.flip-box-button:hover {
  background: #ffffff;
  color: #313131;
  transition: 1s;
}

/* css flip end */
.bg-banners {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
}

.bg-cta-lines1 {
  position: absolute;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 20%;
  left: 0;
  bottom: 10%;
}

.bg-cta-lines2 {
  position: absolute;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 20%;
  left: 76%;
  top: 10%;
}

.bg-cta-linestop {
  position: absolute;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 70%;
  left: 0%;
  top: 0%;
}

/* banners accordion starts */
.c-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.c-accordion__item {
  --cover: var(--cover-placeholder);
  background: var(--cover);
  background-position: center center;
  background-size: cover;
  background-color: var(--cover-placeholder);
  background-blend-mode: luminosity;
  position: relative;
  flex-grow: 1;
  height: 100%;
  width: 100px;
  min-width: 2.05rem;
  transition: all 0.3s ease-in-out;
}

.c-accordion__item:hover,
.c-accordion__item:focus-within,
.c-accordion__item:target {
  _flex-grow: 2;
  width: 100%;
  background-color: transparent;
}

.c-accordion__item:hover .c-accordion__title--hover-hide,
.c-accordion__item:focus-within .c-accordion__title--hover-hide,
.c-accordion__item:target .c-accordion__title--hover-hide {
  max-height: 0;
  opacity: 0;
}

.c-accordion__item:hover .c-accordion__title--hover-show,
.c-accordion__item:focus-within .c-accordion__title--hover-show,
.c-accordion__item:target .c-accordion__title--hover-show {
  opacity: 1;
}

.c-accordion__item:hover .c-accordion__description,
.c-accordion__item:focus-within .c-accordion__description,
.c-accordion__item:target .c-accordion__description {
  opacity: 1;
}

.c-accordion__item:hover {
  cursor: pointer;
}

.c-accordion__action {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.c-accordion__title {
  color: #ffffff;
  margin: 0;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-weight: 800;
  text-shadow: -1px 1px black;
}

.c-accordion__title--hover-show {
  opacity: 0;
  width: 100%;
}

.c-accordion__title--hero {
  font-size: 3rem;
  line-height: 150%;
}

.c-accordion__aside {
  padding: 1rem;
  position: absolute;
  height: 100%;
  right: 1rem;
  bottom: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.c-accordion__aside:before {
  content: "+";
  color: white;
  margin-bottom: 1rem;
  font-size: 2rem;
  display: inline-block;
}

.c-accordion__aside:after {
  content: "";
  flex-grow: 1;
  width: 1px;
  display: block;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.c-accordion__content {
  padding: 3rem 2.5rem 0 2rem;
  width: 50%;
}

.c-accordion__description {
  color: white;
  font-weight: 400;
  line-height: 120%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.hv-100 {
  height: 100vh;
}

/* banners accordion end */
/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.line-title::after {
  width: 32px;
  background: #ce0e2d;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.product-section {
  padding: 60px 50px;
}

.product-section .line-title {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.product-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.product-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.product-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.product-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 75px));
  -webkit-transform: translateY(calc(100% - 75px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.product-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.product-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.product-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.social-links {
  transition: 0s, ease-in-out;
  transform: scale(1);
  border: 2px solid #ce0e2d;
}

.social-links:hover {
  transition: 2s, ease-in-out;
  transform: scale(1.1);
  background: transparent !important;
  color: white !important;
  border: 2px solid #fff !important;
}

.product-carousels button.owl-prev {
  position: absolute;
  top: 150px;
  left: 0;
}

.product-carousels button.owl-prev span,
.product-carousels button.owl-next span {
  color: #fff;
  display: block;
  font-size: 50px;
  border-radius: 100px;
}

.product-carousels button.owl-next {
  position: absolute;
  top: 150px;
  right: 0;
}

.product-carousels.owl-carousel .owl-nav button.owl-prev:hover,
.product-carousels.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
  transform: scale(1.1);
}

.text-graygradient {
  background: -webkit-linear-gradient(#ffffff, #a5a5a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h-80vh {
  height: 80vh;
  object-fit: cover;
}

.banner-owl.owl-carousel {
  background: url('../images/bg-banner.jpg');
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .product-section {
    padding: 50px 30px;
  }

  .product-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }

  .product-section .item.active {
    width: 400px;
  }

  .product-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .product-section {
    padding: 50px 30px 40px;
  }

  .product-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }

  .product-section .item.active {
    width: 360px;
  }

  .product-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }

  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .product-section {
    padding: 30px 15px 20px;
  }

  .product-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }

  .product-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }

  .product-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

.modal-content {
  background-color: transparent !important;
}

.ch_exe_top {
  background: url('/assets/images/transition-wave_white-to-green.svg');
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: 66px;
}

.ch_exe_bottom {
  background: url('/assets/images/transition-wave_green-to-white.svg');
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: 66px;
}

.member-card {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.member-info {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.item {
  opacity: 1;
  transition: .4s ease all;
  margin: 0 0px;
  transform: scale(1.1);
}

@media(max-width:1000px) {
  .item {
    margin: 0;
    transform: scale(.9);
  }
}

.active .item {
  opacity: 1;
  transform: scale(1);
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.inner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: .3s ease border-color
}

.inner a:hover {
  border-color: #fff;
}

.black .inner a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.4)
}

.black .inner a:hover {
  border-color: #000;
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}

.portfolio-area {
  padding: 45px 0;
  float: left;
  width: 100%;
}

.portfolio-area img {
  width: 100%;
}

.single-portfolio-item {
  margin-bottom: 30px;
}

.single-portfolio-item img {
  height: 100%;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.portfolio-menu ul li {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  background: #2f88f7;
  color: #fff;
  border-radius: 3px;
  margin: 20px 4px;
  margin-bottom: 35px;
  cursor: pointer;
}

.portfolio-menu ul li.mixitup-control-active {
  background: #3b4a4d;
}

.owl-nav {
  font-size: 60px;
  color: #fff;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: 15px;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .inner h2 {
    font-size: 15px;
  }

  .inner h3 {
    padding: 0 5px;
    font-size: 14px;
  }
}

.product_detail-img .owl-item.active .h-500px {
  height: 500px !important;
  top: 0px !important;
  filter: brightness(1) !important;
}

.product_detail-img .owl-item.active {
  z-index: 9;
}

.product_detail-img .owl-item .h-500px {
  height: 400px;
  position: relative;
  top: 50px;
  filter: brightness(0.5);
}

.home_banner .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #fff;
}

.home-background {
  width: 100%;
  height: 90vh;
  background: url(../images/bg-banner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
}

.home_banner .wrapper {
  width: 100%;
  height: 90vh;
  background: url(../images/bg-banner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (max-width: 992px) {
  .home_banner .wrapper {
    height: auto;
    min-height: 100vh;
  }
}

.home_banner .product_content {
  height: 600px;
  margin-top: 80px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.home_banner .bg-shape {
  height: 100%;
  background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
  box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
  border-radius: 30px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .home_banner .bg-shape {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .home_banner .bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {

  .home_banner .next,
  .home_banner .prev {
    top: 500px !important;
  }

  .home_banner .next {
    transform: translate(50px, -50%) !important;
  }

  .home_banner .prev {
    transform: translate(50px, -50%) !important;
  }

  .home_banner .bg-shape {
    padding: 30px;
    width: 95%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .bg-shape {
    height: 200px;
    padding: 30px;
  }
}

.home_banner .bg-shape img {
  object-fit: contain;
  width: 510px;
  display: block;
  object-position: left center;
  opacity: 0.2;
  transform: rotate(-90deg) translateY(-50%);
  max-width: inherit;
  left: 10px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .home_banner .bg-shape img {
    width: 430px;
    left: 10px;
  }
}

@media screen and (max-width: 992px) {
  .home_banner .bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }

  .w-lg-50 {
    width: 100% !important;
  }
}

.w-lg-50 {
  width: 50%;
}

.w-sm-50 {
  width: auto;
}

.home_banner .next,
.home_banner .prev {
  z-index: 9;
  display: inline-flex;
  border: none;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  outline: none;
  cursor: pointer;
}

.home_banner .next.disabled,
.home_banner .prev.disabled {
  cursor: not-allowed;
}

.home_banner .next:focus,
.home_banner .prev:focus {
  outline: none;
}

.home_banner .prev {
  left: 100px;
  transform: translate(-30px, -50%);
}

@media screen and (max-width: 992px) {
  .home_banner .prev {
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 576px) {
  .home_banner .prev {
    transform: translate(20%, -50%);
  }
}

.home_banner .next {
  right: 100px;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 576px) {
  .home_banner .next {
    transform: translate(-20%, -50%);
  }
}

.home_banner .product-slider {
  width: 75%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .home_banner .product-slider {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .home_banner .product-slider {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }

  .home_banner .product-slider br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .w-sm-50 {
    width: 50% !important;
  }

  .home_banner .product-slider {
    border-radius: 20px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}

.home_banner .product-slider__wrp {
  height: 100%;
}

.home_banner .product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .home_banner .product-slider__item {
    height: auto;
  }
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>* {
  opacity: 1;
  transform: none;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(1) {
  transition-delay: 0s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(2) {
  transition-delay: 0.2s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(3) {
  transition-delay: 0.4s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(5) {
  transition-delay: 0.8s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(6) {
  transition-delay: 1s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(7) {
  transition-delay: 1.2s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(8) {
  transition-delay: 1.4s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(9) {
  transition-delay: 1.6s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(10) {
  transition-delay: 1.8s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(11) {
  transition-delay: 2s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(12) {
  transition-delay: 2.2s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(13) {
  transition-delay: 2.4s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(14) {
  transition-delay: 2.6s;
}

.home_banner .product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(15) {
  transition-delay: 2.8s;
}

.home_banner .product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0.75;
}

.home_banner .product-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .home_banner .product-slider__card {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .home_banner .product-slider__card {
    border-radius: 20px;
  }
}

.home_banner .product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .home_banner .product-slider__cover {
    border-radius: 20px;
  }
}

.home_banner .product-slider__content {
  color: #fff;
  position: relative;
  z-index: 2;
  top: -65px;
  width: 100%;
  padding-left: 200px;
}

@media screen and (max-width: 1200px) {
  .home_banner .product-slider__content {
    padding-left: 220px;
  }
}

@media screen and (max-width: 992px) {
  .home_banner .product-slider__content {
    padding: 20px 60px 100px;
    padding-top: 280px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .home_banner .product-slider__content {
    padding: 20px 30px 50px;
    padding-top: 300px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home_banner .product-slider__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
  .home_banner .product-slider__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .product-slider__title {
    font-size: 24px;
  }
}

.home_banner .product-slider__price {
  display: block;
  font-size: 42px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
  .home_banner .product-slider__price {
    font-size: 36px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .product-slider__price {
    font-size: 30px;
  }
}

.home_banner .product-slider__price sup {
  top: -20px;
  font-size: 65%;
}

.home_banner .product-slider__cart {
  box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
  background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .home_banner .product-slider__cart {
    margin-right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.home_banner .product-slider__fav {
  color: #888e94;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}

.home_banner .product-slider__fav:focus {
  outline: none;
}

.home_banner .product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}

.home_banner .product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}

.home_banner .product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

.home_banner .product-ctr {
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  .home_banner .product-ctr {
    justify-content: center;
  }
}

.home_banner .product-ctr .hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 35px;
  flex-shrink: 0;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .home_banner .product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .home_banner .product-ctr .hr-vertical {
    width: 100%;
    margin: 35px 0;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .home_banner .product-labels {
    width: 100%;
  }
}

.home_banner .product-labels__checkbox {
  display: none;
}

.home_banner .product-labels__checkbox:checked+.product-labels__txt {
  border-color: #cc3743;
  padding: 10px 13px;
}

.home_banner .product-labels__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 10px;
}

.home_banner .product-labels__group {
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .home_banner .product-labels__group {
    justify-content: center;
  }
}

.home_banner .product-labels__group:last-child {
  margin-bottom: 0;
}

.home_banner .product-labels__item {
  margin: 5px;
  cursor: pointer;
}

.home_banner .product-labels__item:first-child {
  margin-left: 0;
}

.home_banner .product-labels__txt {
  display: block;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 50px;
  transition: all 0.3s;
  letter-spacing: 2px;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.home_banner .product-inf {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .home_banner .product-inf {
    width: 100%;
  }
}

.home_banner .product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
  position: relative;
}

.home_banner .product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}

.home_banner .product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_banner .product-inf__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}

.home_banner .product-img {
  position: absolute;
  z-index: 2;
  width: 0;
  right: 0%;
  transform: translateX(-45%);
  max-height: 580px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .home_banner .product-slider {
    top: 40% !important;
  }

  .home-banner {
    height: 350px !important;
    width: 500px !important;
  }

  .home_banner .product-img__item {
    top: 80% !important;
  }
}

@media screen and (max-width: 992px) {
  .home_banner .product-img {
    width: 430px;
    right: -200px !important;
    transform: translateX(0%) !important;
    top: 0;
    left: auto !important;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .home_banner .product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}

@media screen and (max-width: 576px) {
  .home_banner .product-img {
    max-width: 300px;
    height: 300px;
  }
}

.home_banner .product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
}

.home_banner .product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
}

.home_banner .product-img__item img {
  object-fit: contain;
  object-position: center right;
}

.home_banner .social {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: flex;
  padding: 20px 55px;
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .home_banner .social {
    flex-direction: column;
    bottom: 0;
  }
}

.home_banner .social__item {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.home_banner .social__item:hover {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .home_banner .social__item {
    margin-bottom: 10px;
  }
}

.home_banner .social__img {
  width: 24px;
  margin-right: 15px;
}

.product_slider .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .product_slider .swiper-container {
    min-height: 320px;
  }
}

.product_slider .swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}

@media (min-width: 480px) {
  .product_slider .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.product_slider .swiper-button-next,
.product_slider .swiper-button-prev {
  color: #fff;
}

.product_slider .swiper-button-next {
  right: 100px;
}

.product_slider .swiper-button-prev {
  left: 100px;
}

.product_slider .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  /* background-color: #fff; */
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  /* Slide content */
}

.product_slider .swiper-slide .description,
.product_slider .swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.product_slider .swiper-slide-active .description,
.product_slider .swiper-slide-active .title {
  opacity: 1;
}

.product_slider .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}

.product_slider .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.product_slider .gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}

@media (min-width: 480px) {
  .product_slider .gallery-top {
    width: 100%;
    height: 100vh;
    margin-right: 10px;
  }
}

.product_slider .gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}

@media (min-width: 480px) {
  .product_slider .gallery-thumbs {
    width: 75%;
    height: 100vh;
    padding: 0;
  }
}

.product_slider .gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}

@media (min-width: 480px) {
  .product_slider .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}

.product_slider .gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width: 480px) {
  .product_slider .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}

.product_slider .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product_slider .gallery-thumbs .swiper-slide-active {
  align-items: end;
}

.product_slider_img {
  width: 400px;
  height: 250px;
}

.product_slider .gallery-thumbs .swiper-slide-visible.swiper-slide-prev {
  align-items: start;
}

.product_slider .gallery-thumbs .swiper-slide-visible.swiper-slide-next {
  align-items: start;
}

.swiper-slide {
  transition: ease-in-out 1s all;
}


.swiper-slide.swiper-slide-visible.swiper-slide-prev.swiper-slide-thumb-active {
  transform: translate(280px, 260px);
}

.swiper-slide.swiper-slide-thumb-active.swiper-slide-visible.swiper-slide-active {
  transform: translate(0px, 0px);
}

.swiper-slide.swiper-slide-visible.swiper-slide-next {
  transform: translate(30px, 0px);
}

.swiper-slide.swiper-slide-visible.swiper-slide-prev {
  transform: translate(30px, 20px);
}

.text-align-justify {
  text-align: justify !important;
}

.text-align-center {
  text-align: center !important;
}

.cai-price-color {
  color: #ce0e2d !important;
}

.error {
  color: #e85347;
  font-size: 12px;
  font-style: italic;
}

.product-detail-text {
  z-index: 999;
  font-size: 50px;
}

.product-detail-text::before {
  background-image: url(../images/top-right-line.png);
  background-size: contain;
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 99;
  content: '';
  background-repeat: no-repeat;
  bottom: 50px;
  left: 530px;
  transform: rotate(346deg);
}

.product-detail-text::after {
  background-image: url(../images/top-right-line.png);
  background-size: contain;
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 99;
  content: '';
  background-repeat: no-repeat;
  right: -25px;
  bottom: -378px;
  transform: rotate(350deg);
}

.w-40per {
  width: 40%;
}

.top-10em {
  top: 12.5rem;
}

.left-8rem {
  left: 8rem;
}

.enquiry_btn {
  bottom: 50%;
  right: 0;
  transform: translate(0px, 50%);
}

.car-logo-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
  margin-bottom: 15px;
}

.bg-contain {
  background-size: contain;
}

.right-lg-0 {
  right: 0;
}

.enquiry-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.display-none {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.error-title {
  margin-bottom: 22px;
  font-size: 40px;
}
.error-text {
  margin-bottom: 30px;
}
.text-theme {
  color: #ce0e2d !important;
}
.btn-404 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ce0e2d !important;
  color: #fff !important;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.5rem;
  /* box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24); */
  border-radius: 5px;
}
.font-bold{
  font-weight: bold;
  color: #ce0e2d;
}