@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .bg {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: 75vh !important;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 65vh !important;
  }
}
@media only screen and (max-width: 420px) {
  .banner.home-banner .bg {
    height: 60vh !important;
  }
}
.banner.home-banner .banner-wrapper {
  bottom: 0 !important;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper {
    bottom: 25% !important;
  }
}
.banner.home-banner .banner-wrapper .banner-content-wrap {
  position: relative;
}
.banner.home-banner .banner-wrapper .banner-content-wrap img {
  display: block;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .banner-content-wrap img {
    animation: banner-pan 8s ease-in-out infinite alternate;
    width: 150%;
    animation-duration: 6s;
  }
}
.banner.home-banner .banner-wrapper .banner-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(343deg, rgba(0, 0, 0, 0.71) 0, rgba(0, 0, 0, 0) 42%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner.home-banner .banner-wrapper .banner-content-wrap .banner-content {
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 5;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .banner-content-wrap .banner-content {
    display: none;
  }
}
.banner.home-banner .banner-wrapper .banner-content-wrap .banner-content a {
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.banner.home-banner .banner-wrapper .banner-content-wrap .banner-content a svg {
  width: 24px;
  height: 24px;
}
.banner.home-banner .banner-wrapper .banner-content-wrap .banner-content a svg path {
  fill: var(--white);
}
.banner.home-banner .banner-wrapper .banner-content-wrap .banner-content a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--white);
}

@keyframes banner-pan {
  0% {
    transform: translateX(0) scale(3);
  }
  100% {
    transform: translateX(-100%) scale(3);
  }
}
.home-secA {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .home-secA {
    min-height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA {
    min-height: 72vh;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA {
    min-height: 65vh;
  }
}
.home-secA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 71.15%, rgba(0, 0, 0, 0.65) 85.89%), linear-gradient(270deg, rgba(0, 0, 0, 0) 50.96%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .home-secA::before {
    background: linear-gradient(360deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 540px) {
  .home-secA::before {
    background: linear-gradient(360deg, rgb(0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.home-secA img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.8s ease;
}
@media only screen and (max-width: 540px) {
  .home-secA img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-secA .card-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1750px;
  gap: 40px;
  z-index: 3;
  color: white;
}
@media only screen and (max-width: 1584px) {
  .home-secA .card-content {
    max-width: 1380px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secA .card-content {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-secA .card-content {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .card-content {
    max-width: 950px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .card-content {
    max-width: 80%;
    flex-direction: column;
    padding: 20% 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .card-content {
    padding: 37% 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .card-content {
    max-width: 94%;
    gap: 0;
    padding: 45% 0 40px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .card-content {
    padding: 37% 0 40px;
  }
}
.home-secA .card-content .card-left {
  flex: 1;
  max-width: 600px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .card-content .card-left {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .card-content .card-left {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .card-content .card-left {
    margin-bottom: 30px;
  }
}
.home-secA .card-content .card-left .logo {
  width: 200px;
}
@media only screen and (max-width: 991px) {
  .home-secA .card-content .card-left .logo {
    width: 150px;
    margin: 0 auto;
  }
}
.home-secA .card-content .card-left .logo img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.home-secA .card-content .card-left p {
  color: var(--white);
  margin: 24px 0 34px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .home-secA .card-content .card-left p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .card-content .card-left p {
    margin: 20px 0 24px;
  }
}
.home-secA .card-content .card-left .btn {
  display: none;
}
.home-secA .card-content .card-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .home-secA .card-content .card-right {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .card-content .card-right {
    justify-content: center;
  }
}
.home-secA .card-content .card-right ul {
  list-style: none;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .home-secA .card-content .card-right ul {
    gap: 45px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .card-content .card-right ul {
    gap: 30px;
  }
}
.home-secA .card-content .card-right ul li {
  text-align: center;
}
.home-secA .card-content .card-right ul li h5 {
  color: var(--white);
  font-size: 32px;
  margin-bottom: 5px;
  font-family: "Poppins", serif;
}
@media only screen and (max-width: 540px) {
  .home-secA .card-content .card-right ul li h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .card-content .card-right ul li h5 {
    font-size: 20px;
  }
}
.home-secA .card-content .card-right ul li span {
  color: rgb(255, 255, 255);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 540px) {
  .home-secA .card-content .card-right ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .card-content .card-right ul li span {
    font-size: 10px;
    line-height: 1.3;
  }
}

.home-secB {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding-top: 40px;
  }
}
.home-secB .heading {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secB .heading {
    padding-bottom: 30px;
  }
}
.home-secB .heading h2 {
  color: var(--primary);
}
.home-secB .card-content {
  display: grid;
  grid-template-columns: 1fr 1fr 510px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-secB .card-content {
    grid-template-columns: 1fr 1fr 450px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content {
    grid-template-columns: 1fr;
  }
}
.home-secB .card-content .card-left {
  grid-column: 1/span 2;
}
.home-secB .card-content .card-left img {
  width: 100%;
  height: 100%;
}
.home-secB .card-content .card-right {
  background: var(--primary);
  color: var(--white);
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 1280px) {
  .home-secB .card-content .card-right {
    padding: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secB .card-content .card-right {
    padding: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right {
    text-align: center;
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secB .card-content .card-right {
    padding: 16px;
  }
}
.home-secB .card-content .card-right h6 {
  font-family: "Optima";
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secB .card-content .card-right h6 {
    font-size: 27px;
  }
}
.home-secB .card-content .card-right p:not(ul li p) {
  padding: 25px 0;
}
@media only screen and (max-width: 420px) {
  .home-secB .card-content .card-right p:not(ul li p) {
    padding: 12px 0;
  }
}
.home-secB .card-content .card-right .line {
  width: 60px;
  height: 2px;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right .line {
    margin: 0 auto;
  }
}
.home-secB .card-content .card-right ul {
  margin: 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right ul {
    margin: 25px 0 38px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .card-content .card-right ul {
    margin: 34px 0 38px;
  }
}
.home-secB .card-content .card-right ul li {
  flex: 0 0 calc(50% - 30px);
}
@media only screen and (max-width: 1024px) {
  .home-secB .card-content .card-right ul li {
    flex: 0 0 calc(55% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right ul li {
    flex: 0 0 calc(25% - 30px);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .card-content .card-right ul li {
    flex: 0 0 calc(31% - 30px);
  }
}
@media only screen and (max-width: 420px) {
  .home-secB .card-content .card-right ul li {
    flex: 0 0 calc(52% - 30px);
  }
}
.home-secB .card-content .card-right ul li p {
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secB .card-content .card-right ul li {
    font-size: 14px;
  }
}
.home-secB .card-content .card-right ul li span {
  font-size: 12px;
  color: var(--white);
  opacity: 0.7;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-secB .card-content .card-right ul li span {
    font-size: 12px;
  }
}
.home-secB .card-content .card-right .arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  transform: rotate(224deg);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .home-secB .card-content .card-right .arrow-btn {
    margin: 0 auto;
  }
}
.home-secB .card-content .card-right .arrow-btn svg {
  transition: all 0.2s ease-in-out;
}
.home-secB .card-content .card-right .arrow-btn svg path {
  stroke: var(--primary);
}

.home-secC {
  padding: 60px 0 0;
}
@media only screen and (max-width: 1024px) {
  .home-secC {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container {
    padding: 0 0 0 12px;
  }
}
.home-secC .sub-heading {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 0 0 60px;
  line-height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .home-secC .sub-heading {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .sub-heading {
    padding: 0 0 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
}
.home-secC .sub-heading h2 {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: var(--primary);
}
.home-secC .sub-heading .swiper-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 675px) {
  .home-secC .sub-heading .swiper-group {
    gap: 7px;
    display: none;
  }
}
.home-secC .sub-heading .swiper-group button svg {
  width: 35px;
  height: 35px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-secC .sub-heading .swiper-group button svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secC .sub-heading .swiper-group button svg {
    width: 20px;
    height: 20px;
  }
}
.home-secC .sub-heading .swiper-group button svg path {
  stroke: var(--primary);
}
.home-secC .sub-heading .swiper-group button:first-child {
  transform: rotate(180deg);
}
.home-secC .delivering-slider .swiper-slide .card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.home-secC .delivering-slider .swiper-slide .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.home-secC .delivering-slider .swiper-slide .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.home-secC .delivering-slider .swiper-slide .card img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.home-secC .delivering-slider .swiper-slide .card:hover .arrow-btn {
  transform: rotate(224deg) translateY(6px);
}
.home-secC .delivering-slider .swiper-slide .card:hover img {
  transform: scale(1.04);
}
.home-secC .delivering-slider .swiper-slide .card:hover::after {
  opacity: 1;
  animation: ledLight 3s ease-in-out;
}
.home-secC .delivering-slider .swiper-slide .card .card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secC .delivering-slider .swiper-slide .card .card-content {
    padding: 20px;
  }
}
.home-secC .delivering-slider .swiper-slide .card .card-content h5 {
  color: var(--white);
  font-family: "Optima";
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 540px) {
  .home-secC .delivering-slider .swiper-slide .card .card-content h5 {
    margin-bottom: 5px;
  }
}
.home-secC .delivering-slider .swiper-slide .card .card-content p {
  color: var(--white);
}

.home-secD {
  padding: 80px 0 0;
}
@media only screen and (max-width: 1024px) {
  .home-secD {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 30px 0 0;
  }
}
.home-secD .heading {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .home-secD .heading {
    padding-bottom: 40px;
  }
}
.home-secD .heading h2 {
  color: var(--primary);
}
.home-secD .cart-parent {
  overflow: hidden;
}
.home-secD .cart-parent .card-wrap {
  display: flex;
  width: 100%;
  overflow-x: hidden;
  transition: all 2s ease;
  gap: 2px;
  height: 570px;
}
@media only screen and (max-width: 991px) {
  .home-secD .cart-parent .card-wrap {
    height: 450px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap {
    height: 350px;
  }
}
.home-secD .cart-parent .card-wrap .card {
  flex-shrink: 0;
  width: 25%;
  position: relative;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  .home-secD .cart-parent .card-wrap .card {
    width: 20%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap .card {
    width: 15%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secD .cart-parent .card-wrap .card {
    width: 12%;
  }
}
.home-secD .cart-parent .card-wrap .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  transition: opacity 0.6s ease;
}
.home-secD .cart-parent .card-wrap .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.home-secD .cart-parent .card-wrap .card:hover img {
  transform: scale(1.1);
}
.home-secD .cart-parent .card-wrap .card:hover::after {
  opacity: 1;
  animation: ledLight 3s ease-in-out;
}
.home-secD .cart-parent .card-wrap .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-secD .cart-parent .card-wrap .card .card-content {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  max-width: 850px;
  position: relative;
  z-index: 2;
  color: #fff;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 1280px) {
  .home-secD .cart-parent .card-wrap .card .card-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .cart-parent .card-wrap .card .card-content {
    transform: translateY(176px);
    opacity: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap .card .card-content {
    padding: 20px;
  }
}
.home-secD .cart-parent .card-wrap .card .card-content h6 {
  font-size: 24px;
  margin: 0 0 15px;
  pointer-events: auto;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 1280px) {
  .home-secD .cart-parent .card-wrap .card .card-content h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap .card .card-content h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.home-secD .cart-parent .card-wrap .card .card-content p {
  color: var(--white);
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(170px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap .card .card-content p {
    font-size: 14px;
  }
}
.home-secD .cart-parent .card-wrap .card:hover:not(.middle) img {
  transform: scale(1.05);
}
.home-secD .cart-parent .card-wrap .card:hover:not(.middle)::before {
  opacity: 0.85;
}
.home-secD .cart-parent .card-wrap .card:hover:not(.middle) .card-content h6 {
  transform: scale(1);
  opacity: 1;
}
.home-secD .cart-parent .card-wrap .card.middle {
  width: 50%;
  opacity: 1;
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap .card.middle {
    width: 74%;
  }
}
.home-secD .cart-parent .card-wrap .card.middle .card-content {
  opacity: 1;
  transform: translateY(0);
}
.home-secD .cart-parent .card-wrap .card.middle .card-content p {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secD .cart-parent .card-wrap .card.middle .card-content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .home-secD .card-content {
    opacity: 1;
    transform: translateY(0);
  }
  .home-secD .home-secD .card-content p {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
  }
}

@keyframes ledLight {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.home-secG {
  padding-top: 60px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-secG {
    padding-top: 40px;
  }
}
.home-secG .heading {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secG .heading {
    padding-bottom: 30px;
  }
}
.home-secG .heading h2 {
  color: var(--primary);
}
.home-secG .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secG .card-grid {
    grid-template-columns: 1fr;
  }
}
.home-secG .card-grid .card {
  background: var(--secondary);
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.home-secG .card-grid .card .img-wrap {
  position: relative;
  overflow: hidden;
}
.home-secG .card-grid .card .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.home-secG .card-grid .card .img-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.home-secG .card-grid .card:hover .arrow-btn {
  transform: rotate(224deg) translateY(6px);
}
.home-secG .card-grid .card:hover .img-wrap img {
  transform: scale(1.04);
}
.home-secG .card-grid .card:hover .img-wrap::after {
  opacity: 1;
  animation: ledLight 3s ease-in-out;
}
.home-secG .card-grid .card:hover .arrow-btn {
  transform: rotate(224deg) translateY(6px);
}
.home-secG .card-grid .card:hover img {
  transform: scale(1.04);
}
.home-secG .card-grid .card:hover::after {
  opacity: 1;
  animation: ledLight 3s ease-in-out;
}
.home-secG .card-grid .card .card-content {
  padding: 25px;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 1024px) {
  .home-secG .card-grid .card .card-content {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG .card-grid .card .card-content {
    padding: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .card-grid .card .card-content {
    padding: 18px;
  }
}
.home-secG .card-grid .card .card-content h6 {
  font-size: 20px;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  .home-secG .card-grid .card .card-content h6 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.home-secG .card-grid .card .card-content p:not(last-child) {
  font-size: 14px;
  color: var(--text);
  margin: 5px 0 30px;
}
@media only screen and (max-width: 504px) {
  .home-secG .card-grid .card .card-content p:not(last-child) {
    margin: 5px 0 20px;
  }
}
.home-secG .card-grid .card .card-content .date {
  display: flex;
  justify-content: space-between;
}
.home-secG .card-grid .card .card-content .date p {
  border: 1px solid var(--primary);
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0;
}
.home-secG .card-grid .card .card-content .date p > span {
  display: block;
  text-align: center;
  color: var(--primary);
}
.home-secG .card-grid .card .card-content .date p > span:first-child {
  font-size: 20px;
}
.home-secG .card-grid .card .card-content .date p > span:last-child {
  font-size: 10px;
}
.home-secG .card-grid .card .card-content .date .arrow-btn {
  background: var(--primary);
  transition: all 0.3s ease;
}
.home-secG .card-grid .card .card-content .date .arrow-btn svg path {
  stroke: var(--white);
}
.home-secG .card-grid .card:hover {
  background: var(--primary);
}
.home-secG .card-grid .card:hover .img-wrap img {
  transform: scale(1.05);
}
.home-secG .card-grid .card:hover .card-content h6, .home-secG .card-grid .card:hover .card-content p {
  color: var(--white);
}
.home-secG .card-grid .card:hover .card-content .date p {
  color: var(--white);
  border: 1px solid var(--white);
}
.home-secG .card-grid .card:hover .card-content .date span {
  color: var(--white);
}
.home-secG .card-grid .card:hover .card-content .arrow-btn {
  background: var(--white);
}
.home-secG .card-grid .card:hover .card-content .arrow-btn svg path {
  stroke: var(--primary);
}

.home-secH {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .home-secH {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .container {
    padding: 0 0 0 12px;
  }
}
.home-secH .sub-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .home-secH .sub-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .sub-heading {
    gap: 15px;
    padding-bottom: 30px;
    padding-right: 12px;
  }
}
.home-secH .sub-heading div:first-child {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secH .sub-heading div:first-child {
    text-align: center;
    flex: 1;
  }
}
.home-secH .sub-heading div:first-child h2 {
  color: var(--primary);
  text-transform: uppercase;
}
.home-secH .sub-heading div:first-child p {
  margin-top: 8px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secH .sub-heading div:first-child p {
    font-size: 12px;
  }
}
.home-secH .sub-heading .swiper-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 675px) {
  .home-secH .sub-heading .swiper-group {
    gap: 10px;
    display: none;
  }
}
.home-secH .sub-heading .swiper-group button svg {
  width: 35px;
  height: 35px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-secH .sub-heading .swiper-group button svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secH .sub-heading .swiper-group button svg {
    width: 20px;
    height: 20px;
  }
}
.home-secH .sub-heading .swiper-group button svg path {
  stroke: var(--primary);
}
.home-secH .sub-heading .swiper-group button:first-child {
  transform: rotate(180deg);
}
.home-secH .customer-slider .swiper-slide .card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  height: 100%;
}
.home-secH .customer-slider .swiper-slide .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.home-secH .customer-slider .swiper-slide .card img {
  width: 100%;
  height: 100%;
  display: block;
  transition: filter 0.5s ease;
  transition: all 0.2s ease-in-out;
}
.home-secH .customer-slider .swiper-slide .card img:hover {
  transform: scale(1.02);
  filter: grayscale(0);
}
.home-secH .customer-slider .swiper-slide .card .card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secH .customer-slider .swiper-slide .card .card-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secH .customer-slider .swiper-slide .card .card-content {
    padding: 15px;
  }
}
.home-secH .customer-slider .swiper-slide .card .card-content h6 {
  color: var(--white);
  font-size: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secH .customer-slider .swiper-slide .card .card-content h6 {
    font-size: 16px;
  }
}
.home-secH .customer-slider .swiper-slide .card .card-content p {
  color: var(--white);
  opacity: 0.7;
  font-size: 14px;
}/*# sourceMappingURL=home.css.map */