@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .bg {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: 75vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 50vh;
  }
}
.banner.home-banner .bg .banner-wrapper {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper {
    width: 100%;
  }
}
.banner.home-banner .bg .banner-wrapper .banner-content {
  text-align: center;
}
.banner.home-banner .bg .banner-wrapper .banner-content h1 {
  color: var(--white);
}
.banner.home-banner .bg .banner-wrapper .banner-content p {
  color: var(--white);
  margin-top: 15px;
}
.banner .container {
  max-width: 90%;
}

.home-secA {
  padding: 80px 0;
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 50px 0;
  }
}
.home-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 1180px) {
  .home-secA .grid {
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-content {
    text-align: center;
  }
}
.home-secA .grid .item-content h3 {
  font-family: "Kugile";
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-content p {
    margin: 15px 0 20px;
  }
}
.home-secA .grid .item-content .target {
  margin: 35px 0 45px;
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 1180px) {
  .home-secA .grid .item-content .target {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-content .target {
    justify-content: center;
    gap: 40px;
    margin: 35px 0 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid .item-content .target {
    margin: 30px 0 24px;
    gap: 10px;
  }
}
.home-secA .grid .item-content .target li {
  width: 100%;
  max-width: 135px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-content .target li {
    max-width: 115px;
  }
}
.home-secA .grid .item-content .target li h5 {
  color: var(--black);
  margin-bottom: 8px;
}
.home-secA .grid .item-content .target li h5 span {
  font-size: 36px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .home-secA .grid .item-content .target li h5 span {
    font-size: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid .item-content .target li p {
    font-size: 12px;
    line-height: 18px;
  }
}
.home-secA .grid .item-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end !important;
}
@media only screen and (max-width: 768px) {
  .home-secA .grid .item-img {
    justify-content: center;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .grid .item-img img {
    width: 120px;
  }
}

.home-secB:nth-child(even) .grid .grid-item {
  direction: rtl;
}
.home-secB:nth-child(even) .grid .grid-item .btn-border,
.home-secB:nth-child(even) .grid .grid-item .value {
  direction: ltr;
}
.home-secB:nth-child(even) .grid .grid-item:last-child .item-content {
  align-items: flex-end !important;
}
.home-secB:nth-child(even) .grid .grid-item:last-child .item-content .detail-item {
  align-items: flex-end;
}

.home-secB, .home-secD {
  padding: 80px 0;
  background: rgb(222, 228, 255);
}
@media only screen and (max-width: 540px) {
  .home-secB, .home-secD {
    padding: 50px 0;
  }
}
.home-secB .grid, .home-secD .grid {
  display: grid;
  gap: 10rem;
}
@media only screen and (max-width: 1366px) {
  .home-secB .grid, .home-secD .grid {
    gap: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .grid, .home-secD .grid {
    gap: 5rem;
  }
}
.home-secB .grid-item, .home-secD .grid-item {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 8rem;
}
@media only screen and (max-width: 1366px) {
  .home-secB .grid-item, .home-secD .grid-item {
    gap: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .grid-item, .home-secD .grid-item {
    gap: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-item, .home-secD .grid-item {
    gap: 2rem;
  }
}
.home-secB .grid-item:nth-child(even), .home-secD .grid-item:nth-child(even) {
  grid-template-columns: 1fr 2fr;
}
.home-secB .grid-item:nth-child(even) .item-img, .home-secD .grid-item:nth-child(even) .item-img {
  order: 2;
}
.home-secB .grid-item:nth-child(even) .item-content, .home-secD .grid-item:nth-child(even) .item-content {
  order: 1;
}
.home-secB .grid-item:has(.btn-border:hover) .item-img img, .home-secD .grid-item:has(.btn-border:hover) .item-img img {
  transform: scale(1.05);
}
.home-secB .item-img, .home-secD .item-img {
  height: 100%;
  overflow: hidden;
}
.home-secB .item-img img, .home-secD .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 400px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .home-secB .item-img img, .home-secD .item-img img {
    min-height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .item-img img, .home-secD .item-img img {
    min-height: 250px;
  }
}
.home-secB .item-img img:hover, .home-secD .item-img img:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.home-secB .item-content, .home-secD .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-secB .item-content h5, .home-secD .item-content h5 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}
.home-secB .item-content .subtitle, .home-secD .item-content .subtitle {
  color: var(--black);
  margin: 0 0 30px 0;
}
.home-secB .item-content .details, .home-secD .item-content .details {
  display: flex;
  gap: 40px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .home-secB .item-content .details, .home-secD .item-content .details {
    gap: 30px;
  }
}
.home-secB .item-content .details .detail-item, .home-secD .item-content .details .detail-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-secB .item-content .details .detail-item .label, .home-secD .item-content .details .detail-item .label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.home-secB .item-content .details .detail-item .value, .home-secD .item-content .details .detail-item .value {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
@media only screen and (max-width: 768px) {
  .home-secB .item-content h2, .home-secD .item-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .grid-item, .home-secD .grid-item {
    grid-template-columns: 1fr;
  }
  .home-secB .grid-item:nth-child(even) .item-img, .home-secB .grid-item:nth-child(even) .item-content, .home-secD .grid-item:nth-child(even) .item-img, .home-secD .grid-item:nth-child(even) .item-content {
    order: initial;
  }
}

.home-secC {
  position: relative;
}
.home-secC::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4509803922);
  z-index: 0;
}
.home-secC img {
  width: 100%;
  display: block;
}
.home-secC .content {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .home-secC .content {
    bottom: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .content {
    bottom: 0;
  }
}
.home-secC .content h1 {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Optima";
}
.home-secC .content p {
  color: var(--white);
  margin: 10px 0 50px;
}
@media only screen and (max-width: 1366px) {
  .home-secC .content p {
    margin: 10px 0 35px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .content p {
    margin: 8px 0 12px;
  }
}
.home-secC .content a {
  color: var(--white);
  border: none;
}
.home-secC .content a::before {
  display: none;
}
.home-secC .content a svg path {
  fill: var(--white);
}

.home-secD .heading {
  margin-bottom: 70px;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    margin-bottom: 35px;
  }
}
.home-secD .heading h2 {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.home-secD .testimonials-slider .swiper-slide .card {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.home-secD .testimonials-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-secD .testimonials-slider .swiper-slide .card img {
  width: 100%;
  display: block;
  transition: filter 0.5s ease;
  transition: all 0.2s ease-in-out;
}
.home-secD .testimonials-slider .swiper-slide .card img:hover {
  transform: scale(1.02);
  filter: grayscale(0);
}
.home-secD .testimonials-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-secD .testimonials-slider .swiper-slide .card .card-content {
    padding: 20px;
  }
}
.home-secD .testimonials-slider .swiper-slide .card .card-content h6 {
  color: var(--white);
}
.home-secD .testimonials-slider .swiper-slide .card .card-content p {
  color: var(--white);
  opacity: 0.7;
}

.home-secG {
  padding: 40px 0 80px;
  background: rgb(222, 228, 255);
}
@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 10px 0 60px;
  }
}
.home-secG .btn-border {
  color: var(--black);
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.home-secG .btn-border::before {
  display: none;
}
.home-secG .btn-border svg path {
  fill: var(--black);
}
.home-secG .heading {
  text-align: center;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .home-secG .heading {
    padding-bottom: 40px;
  }
}
.home-secG .cart-parent {
  overflow: hidden;
}
.home-secG .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-secG .cart-parent .card-wrap {
    height: 450px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .cart-parent .card-wrap {
    height: 350px;
  }
}
.home-secG .cart-parent .card-wrap .card {
  flex-shrink: 0;
  width: 26%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1180px) {
  .home-secG .cart-parent .card-wrap .card {
    width: 22%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .cart-parent .card-wrap .card {
    width: 15%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secG .cart-parent .card-wrap .card {
    width: 12%;
  }
}
.home-secG .cart-parent .card-wrap .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.home-secG .cart-parent .card-wrap .card video, .home-secG .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 0.4s ease;
  filter: grayscale(100%) brightness(130%) contrast(130%);
}
.home-secG .cart-parent .card-wrap .card .card-content {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .home-secG .cart-parent .card-wrap .card .card-content {
    padding: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .cart-parent .card-wrap .card .card-content {
    opacity: 0;
    text-align: left;
    padding: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secG .cart-parent .card-wrap .card .card-content {
    padding: 15px;
  }
}
.home-secG .cart-parent .card-wrap .card .card-content h6 {
  font-size: 22px;
  margin: 0 0 20px;
  pointer-events: auto;
}
@media only screen and (max-width: 540px) {
  .home-secG .cart-parent .card-wrap .card .card-content h6 {
    font-size: 18px;
  }
}
.home-secG .cart-parent .card-wrap .card .card-content .card-inner {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  pointer-events: none;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 1366px) {
  .home-secG .cart-parent .card-wrap .card .card-content .card-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .home-secG .cart-parent .card-wrap .card .card-content .card-inner {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .home-secG .cart-parent .card-wrap .card .card-content .card-inner {
    grid-template-columns: 1fr;
  }
}
.home-secG .cart-parent .card-wrap .card .card-content .card-inner p {
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secG .cart-parent .card-wrap .card .card-content .card-inner p {
    font-size: 14px;
  }
}
.home-secG .cart-parent .card-wrap .card:hover::before {
  opacity: 0.9;
}
.home-secG .cart-parent .card-wrap .card:hover img, .home-secG .cart-parent .card-wrap .card:hover video {
  transform: scale(1.05);
}
.home-secG .cart-parent .card-wrap .card.middle {
  width: 48%;
  opacity: 1;
}
@media only screen and (max-width: 1180px) {
  .home-secG .cart-parent .card-wrap .card.middle {
    width: 56%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .cart-parent .card-wrap .card.middle {
    width: 74%;
  }
}
.home-secG .cart-parent .card-wrap .card.middle video, .home-secG .cart-parent .card-wrap .card.middle img {
  filter: grayscale(0);
}
.home-secG .cart-parent .card-wrap .card.middle .card-content {
  pointer-events: auto;
  opacity: 1;
}
.home-secG .cart-parent .card-wrap .card.middle .card-content .card-inner {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.home-secG .cart-parent .card-wrap .card.middle .card-content .card-inner .btn {
  max-width: 140px;
}/*# sourceMappingURL=home.css.map */