@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-color: #C41E3A;
  --hover-color: #fff;
  --hover-border: #DD3A3A;
  --white-color: #fff;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Mulish', sans-serif;
  /* overflow-x: hidden; */
  color: #6B7280;
  font-size: 14px;
}


section {
  padding: 60px 0px;
}

/* @media (max-width:767px) { */
  /* section { */
    /* padding: 25px 0px; */
  /* } */
/* } */

/* header-css */
.bg-light {
  background-color: #fff !important;
  backdrop-filter: blur(40px);
  box-shadow: 0px 4px 4px 0px #0000001C;
  padding: 20px 0px;
}

.nav-link {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #282C32;
  font-weight: 700;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #1A1A1A;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:hover {
  color: #282C32;
}

.navbar-nav>li {
  padding-right: 25px;
}

@media (min-width:993px) and (max-width:1400px) {
  .navbar-nav>li {
    padding-right: 10px;
  }
}

.login_btn {
  background-color: #DD3A3A;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #DD3A3A;
  border-radius: 30px;
  transition: all 0.5s;
}

.login_btn:hover {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-border);
  color: #000;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.nav-item-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-items-data {
  display: flex;
  flex-direction: column;
}

.nav-items-data p {
  margin-top: 0;
  margin-bottom: 0rem;
  font-size: 14px;
}

.nav-items-data p a {
  color: var(--main-color);
}


#myHeader {
  background-color: #fff;
  width: 100%;
  /* padding: 20px; */
  transition: all 0.3s ease-in-out;
  /* box-shadow: none; */
  z-index: 5;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-item-icon .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
}

.nav-item-icon i {
  font-size: 20px;
  color: var(--white-color);
}

.nav-items-data p a {
  color: #1A1A1A;
}

.nav-items-data p a:hover {
  color: var(--main-color);
}

.nav-items-data p a span {
  color: var(--main-color);
}

.navbar-brand img {
  width: 163px;
}

/* header-end */

/* banner-section-start */
.carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.container-banner {
  background-color: #ffffffeb;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 900px;
  text-align: center;
  position: relative;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.container-banner h1 {
  font-family: 'Mulish', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--main-color);
  text-align: left;

}

.container-banner h2 {
  margin-bottom: 20px;
  font-family: 'Mulish', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #545454;
  text-align: left;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  border: 3px solid #C41E3A;
  border-radius: 20px;
}

.feature {
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 100%;
  object-fit: cover;
}

.feature span {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
}

@media (max-width: 768px) {
  .container-banner {
    padding: 15px;
  }

  .container-banner h1 {
    font-size: 1.5rem;
  }

  .container-banner h2 {
    font-size: 1.2rem;
  }

  .feature img {
    width: 40px;
    height: 40px;
  }

  .feature span {
    font-size: 0.9rem;
  }
}

/* banner-section-end */

.abouts-us-dots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: absolute;
  left: -3%;
  bottom: 0px;
}

.abouts-us-dots .dot {
  width: 5px;
  height: 5px;
  background: #939598B2;
  border-radius: 50px;
}
.overlay_div {
  width: 131px;
  height: 350px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 33%;
  right: 14px;
}

.learn-more {
  font-family: 'Mulish', sans-serif;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 30px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

.learn-more:hover {
  background: var(--hover-color);
  border: 1px solid var(--hover-border);
  color: #000;
}

.view_more {
  font-family: 'Mulish', sans-serif;
  background-color: #fff;
  color: #C41E3A;
  padding: 10px 30px;
  border: 1px solid #C41E3A;
  border-radius: 5px;
}

.view_more:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);

}

.download-sec {
  background-image: url(../image/download.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 70px 0px; */
  background-attachment: fixed;
  position: relative;
}

.download-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.download-sec>* {
  position: relative;
  z-index: 2;
}

.download-sec h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #C41E3A;
  margin-top: 15px;
}

.download-sec h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  margin: 20px 0px;
}

.download-sec p {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #fff;
}

.app-buttons {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.app-store {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  transition: transform 0.2s, background-color 0.2s;
}

.app-store:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.app-store:hover .text p {
  color: var(--white-color);
}

.google-play {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #000;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  transition: transform 0.2s, background-color 0.2s;
}


.store-button img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

.store-button .text {
  display: flex;
  flex-direction: column;
}

.app-store .text p {
  color: #000;
}

.store-butto p {
  font-size: 12px;
  color: #000;
  line-height: 4px;
}

.store-button p {
  font-size: 16px;
  line-height: 4px;
}

.store-button:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.text_title {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}


.download-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.btn-store {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-store i {
  font-size: 30px;
  margin-right: 15px;
}

.btn-store:hover {
  background-color: var(--hover-color);
  color: var(--white-color);
}

.btn-appstore {
  background-color: var(--hover-color);
  color: var(--main-color);
  border-radius: 8px;
  padding: 5px 30px;
  transition: transform 0.2s, background-color 0.2s;
  border: 1px solid var(--main-color);
}

.btn-appstore:hover {
  background-color: var(--main-color);
}

.btn-playstore {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  border-radius: 8px;
  padding: 10px 30px;
  transition: transform 0.2s, background-color 0.2s;
}


.btn-store:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); */
}

.btn-playstore:hover {
  background-color: var(--hover-color);
  color: #000;
  border: 1px solid var(--hover-border);
}

/* @media (max-width:767px) { */
/* .download-buttons { */
/* flex-direction: column; */
/* width: 80%; */
/* } */
/* } */

@media (max-width:993px) {
  .download-buttons {
    flex-direction: column;
    width: 80%;
  }
}

/* counter-css-end */


/* breadcums-section-css */
.breadcrumb-section {
  background-image: url('../image/Rectangle\ 4090.webp');
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  position: relative;
}

.breadcrumb-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.breadcrumb-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-title {
  color: #0097B2;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 80px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #737373;
}
.breadcrumb-item a:hover{
  color: #009782;
}
.breadcrumb-item.active {
  color: #737373;
}
/* breadcums-section-end */

.cube-container {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}

.cube {
  width: 300px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
  cursor: grab;
  transition: transform 0.1s ease-in-out;
}

.face {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.front {
  transform: translateZ(150px);
  opacity: 1;
}

.back {
  transform: rotateY(180deg) translateZ(150px);
  opacity: 1;
}

.left {
  transform: rotateY(-90deg) translateZ(150px);
  opacity: 1;
}

.right {
  transform: rotateY(90deg) translateZ(150px);
  opacity: 1;
}

.face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease-in-out;
}

/* .swiper_cubes {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
} */
.swiper_cubes {
  display: flex;
  align-items: center;
}

/* .swiper_cubes_slider { */
/* background-position: center; */
/* background-size: cover; */
/* } */

.swiper_cubes_slider img {
  /* display: block; */
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* new-css-3d */
.rotationContainer {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#rotationMain {
  position: relative;
  width: 100%;
  height: 423px;
}

#rotationMain img {
  width: 100%;
  height: 100%;
  /* Adjust to maintain aspect ratio */
  object-fit: contain;
}

#rotationRange {
  position: absolute;
  width: 100%;
  top: 5%;
  height: 500px;
  z-index: 2;
  cursor: grabbing;
  opacity: 0;
}

/* Make the .threed-sec container responsive */
.rotation-threed-sec {
  width: 100%;
  max-width: 550px;
  height: 550px;
  padding-bottom: 45%;
  border-radius: 100%;
  background-color: #FAF7F7;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rotation-threed-sec {
    width: 80%;
    height: auto;
    padding-bottom: 80%;
  }

  #rotationMain {
    height: 350px;
  }

  #rotationRange {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .rotation-threed-sec {
    width: 100%;
    padding-bottom: 100%;
    border-radius: unset;

  }

  #rotationMain {
    height: 300px;
  }

  #rotationRange {
    height: 300px;
  }
}

/* 3d-css-end*/

.login-sec {
  background: linear-gradient(to right, #C41E3A, #D94F6A, #F1A7B7);
  padding: 80px 0px;
}

/* login-page-css */
.login-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  margin: auto;


}

.form-label-new {
  font-size: 20px;
  font-weight: 500;
}

.login-container h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
}

.form-control-login {
  padding: 15px 6px;
}

.form-control-login:focus {
  box-shadow: none;
  border-color: #86b7fe;
}

/* .btn-primary {
  width: 100%;
} */
.forgot-password {
  text-align: left;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

/* login-page-end */

/* reponsive-css */

@media (min-width:768px) and (max-width:992px) {
  .container-banner {
    max-width: 700px;
    text-align: center;
    position: relative;
    left: 43%;
    top: 60%;
    transform: translate(-50%, 5%)
  }

  .container-banner h1 {
    font-size: 20px;
  }

  .container-banner h2 {
    font-size: 20px;
  }

  .features {
    gap: 3px;
  }

  .feature span {
    font-size: 15px;
  }

  .feature {
    padding: 3px;
    gap: 10px;
  }

  .custom-next-btn {
    right: 99px;
    top: 28%;
  }

  .custom-prev-btn {
    right: 149px;
    top: 28%;
  }

  .download-sec_img {
    overflow: visible;
  }
}

@media (min-width:993px) and (max-width:1279px) {
  .container-banner {
    max-width: 700px;
    text-align: center;
    position: relative;
    left: 43%;
    top: 60%;
    transform: translate(-50%, -20%)
  }

  .container-banner h1 {
    font-size: 20px;
  }

  .container-banner h2 {
    font-size: 20px;
  }

  .features {
    gap: 3px;
  }

  .feature span {
    font-size: 15px;
  }

  .feature {
    padding: 5px;
    gap: 10px;
  }
}

@media (min-width:1280px) and (max-width:1400px) {
  .container-banner {
    max-width: 700px;
    text-align: center;
    position: relative;
    left: 40%;
    top: 60%;
    transform: translate(-50%, -20%)
  }
}


@media (max-width:767px) {
  .myTestimonial {
    padding: 0px 0px 20px 0px;
  }

  .location_sec {
    padding: 20px 0px 0px;
  }

  .about_us_img img {
    width: 100%;
  }

  .abouts-us-dots {
    display: none;
  }



  .download-sec_img img {

    width: 100%;
  }

  .learn-more {
    padding: 10px 10px;
  }

  .download-sec h3 {
    font-size: 25px;
  }

  .app-buttons {
    flex-direction: column;
  }

  .about_us_img img {
    height: auto;
  }

  .navbar-brand img {
    width: 160px;
  }

  .download-sec-data {
    padding: 15px;
  }

  .app-buttons {
    width: 68%;
  }

  .footer_logo-btm {
    text-align: left;
  }
}

/* reponsive-end */

/* product-page-css-start */
.product-cover {
  height: 550px;
  position: relative;
  background-image: url('../image/product-design.webp');
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* background-position: center; */
  transition: all 0.3s ease-in;
}
.product-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.product-cover .content {
  position: relative;
  z-index: 2;
}

@media (max-width: 812px) {
  .product-cover {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center;
    background-attachment: scroll !important;
  }
}


.product-sec-title {
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 20px 0px;
}

.product-sec-title h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: var(--white-color);
}


.product-slider {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.container-my {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55vh;
  padding: 20px;
  box-sizing: border-box;
}

.left-swiper {
  flex: 1;
  max-width: 30%;
}

.right-swiper {
  flex: 2;
  max-width: 65%;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
}

.mySwiperrr {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiperrr .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.4;
  border: 1px solid #ddd;
  /* padding: 10px 0px; */
}

.mySwiperrr .swiper-slide-thumb-active {
  opacity: 1;
}

.product-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiperrr .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--main-color) !important;
  /* padding: 7px; */
}

/* .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ddd;
} */
.product_line {
  border: 1px solid #ddd;
}

.product_line img {
  /* padding: 89px; */
  overflow: hidden;
}

.pre_next-line img {
  object-fit: cover !important;
}

.product_d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mySwiperrr .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--main-color) !important;
  /* padding: 7px; */
}

.product_h-title {
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}

.product-details-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

.product-modal-title {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.product-details-data p {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6B6363;
}

.Features_Specifications {
  background: #F9F3F4;

}

.Features_Specifications h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}

.spec-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 1rem;
}

.spec-card-header {
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.spec-card-body {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.spec-card-body i {
  color: var(--main-color);
  font-size: 20px;
  padding: 0px 10px 0px 0px;
}

.spec-card-body p {
  margin: 0;
  font-size: 16px;
}

.spec-card-body table {
  color: rgb(102, 102, 102);
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.threed-sec {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-color: #FAF7F7;
}

.threed-sec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.threed-data-sec span {
  font-family: 'Mulish', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--main-color);
}

.threed-data-sec h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #747474;
  padding: 7px 0px;
}

.threed-data-sec p {
  font-family: 'Mulish', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #747474;
  padding: 8px 0px;
}

.threed-data-sec p span {
  font-family: 'Mulish', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.slider img {
  width: 100%;
  border-radius: 8px;
}

.gallery-sec h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
}

.collection-slider a {
  height: 200px;
  width: 300px;

  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px #000;
}

.collection-slider a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/12;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.collection-slider a:hover {
  transform: scale(1.1);
}

.features-img img {
  border-radius: 20px;
}

.ev-range-cal_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.ev-range-cal_grid-cost {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 20px;
  /* border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.mt-rlt-ng {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rlt-bg {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-image: url(../image/services.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.rlt-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2125297a;
  z-index: 1;
}

.rlt-bg>* {
  position: relative;
  z-index: 2;
}



.product-rotation {
  height: auto;
}

.product-properties {
  width: 100%;
  height: auto;
}

.properties-content {
  height: 195px;
  width: 100%;
  padding: 24px;
  font-size: 24px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.properties-content i {
  font-size: 70px;
  color: #C41E3A;
  transition: color 0.3s ease;
}

.properties-content:hover {
  background-color: #C41E3A;
  color: white;
  transform: translateY(-5px);
}

.properties-content:hover i {
  color: white;
}

.product-list {
  background-color: #F9F3F44D;
}

.product-list-slider {
  width: 226px;
  height: 346px;
  padding: 20px;
  background-color: white;
  border: 1px solid #00000026;
  border-radius: 5px;
  overflow: hidden;

}

.product-list-slider img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  transition: transform 0.3s ease;

}

.product-list-img {
  border: 1px solid #00000061;
  border-radius: 5px;
  overflow: hidden;
}

.product-list-slider p {
  text-align: center;
  color: black;
  padding: 40px 0;
}

.product-list-slider:hover {
  border: 1px solid #00000080;
}

.product-list-slider:hover img {
  transform: scale(1.1);

}

.product-list-right-content {
  width: 225px;
  height: 350px;
  position: absolute;
  left: 295px;
  background-color: #C41E3A;
  top: -15px;
  z-index: -1;
}

.product-list-right {
  width: 503px;
}

.product-list-right-img {
  overflow: hidden;
  border-radius: 8px;

}

.product-list-right-img img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.product-list-right:hover img {
  transform: scale(1.1);
}

.product-list-right-img p {
  position: absolute;
  /* bottom: 8px; */
  /* right: 16px; */
  left: 22px;
  top: 265px;
  width: 248px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
}

.product-list-dots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10.72px;
  position: absolute;
  left: 480px;
  bottom: -20px;
}

.product-list-dots .dot {
  width: 8px;
  height: 8px;
  background: #C41E3A80;
}

@media(max-width:1440px) {
  .product-list-right {
    width: 385px;
  }

  .product-list-right-img img {
    height: 275px;
  }

  .product-list-right-content {
    height: 275px;
    left: 175px;
  }

  .product-list-dots {
    left: 345px;
  }
}

@media (max-width:1199px) {
  .product-list-right {
    width: 920px;
  }

  .product-list-right-img img {
    height: 400px;

  }

  .product-list-right-content {
    height: 400px;
    left: 711px;
  }

  .product-list-dots {
    left: 872px;
  }
}

@media (max-width: 991px) {
  .container-my {
    height: auto;
  }

  .left-swiper {
    max-width: 100%;
  }

  .right-swiper {
    max-width: 100%;
  }

  .product_line img {
    padding: 20px;
  }

  .product-list-right {
    width: 680px;
  }

  .product-list-right-content {
    left: 470px;
  }

  .product-list-dots {
    left: 635px;
  }
}

@media (max-width: 425px) {
  .product-list-right {
    width: 385px;
  }

  .product-list-right-img img {
    height: 276px;

  }

  .product-list-right-content {
    height: 275px;
    left: 176px;
  }

  .product-list-right-img p {
    top: 190px;
  }

  .product-list-dots {
    left: 335px;
  }
}

@media (max-width: 375px) {
  .product-list-right {
    width: 335px;
  }

  .product-list-right-img img {
    height: 241px;

  }

  .product-list-right-content {
    height: 240px;
    left: 206px;
    width: 145px;
  }

  .product-list-dots {
    left: 287px;
  }

  .product-list-right-img p {
    top: 157px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width:320px) {
  .product-list-right {
    width: 280px;
  }

  .product-list-right-img img {
    height: 204px;  

  }

  .product-list-right-img p {
    top: 145px;

  }

  .product-list-right-content {
    height: 204px;
    left: 150px;
    top: -15px;
  }

  .product-list-dots {
    left: 230px;
  }


}

/* product-page-css-start */

.container-banner {
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}

.container-banner.show {
  opacity: 1;
}




/* animation_section-start  */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-top {
  animation: fade-top 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-top {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }

  100% {
    transform: translateY(50px);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* animation_section-end */