@charset "UTF-8";
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
main {
  overflow: hidden;
}

.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 80vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  border-bottom: 1px solid var(--gray-sec);
}
@media only screen and (max-width: 1366px) {
  .home-banner {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 100%;
    margin-top: 64px;
    padding: 30px 0;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 36%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 60%);
}
.home-banner .shape {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 10%;
  top: 20%;
  transform: translateX(-40%);
  opacity: 0.9;
}
@media only screen and (max-width: 1366px) {
  .home-banner .shape {
    right: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .shape {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .shape {
    display: none;
  }
}
.home-banner .shape:nth-of-type(3) {
  right: 0;
  transform: translateX(0%);
}
.home-banner .shape img {
  width: 100%;
  height: 100%;
}
.home-banner .shape:nth-of-type(2) {
  left: -20px;
  bottom: -20px;
  transform: translate(0);
  top: auto;
}
.home-banner .shape:nth-of-type(4) {
  right: 16%;
  bottom: 50px;
  left: auto;
  top: auto;
}
@media only screen and (max-width: 1366px) {
  .home-banner .shape:nth-of-type(4) {
    right: 4%;
  }
}
.home-banner .shape:nth-of-type(5) {
  right: 38%;
  bottom: 54%;
  left: auto;
  top: auto;
}
.home-banner .shape:nth-of-type(6) {
  right: 40%;
  bottom: 7%;
  left: auto;
  top: auto;
}
.home-banner video, .home-banner img:not(.btn > img, .banner-logo a > img, .shape > img) {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.2;
  z-index: -1;
}
.home-banner .bg-content {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  z-index: 5;
  gap: 8px;
  display: grid;
  grid-template-columns: 0.8fr 370px;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .home-banner .bg-content {
    grid-template-columns: 1fr 320px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content {
    max-width: 100%;
    position: static;
    transform: translate(0);
    gap: 30px;
    padding: 0;
  }
}
.home-banner .bg-content .item-content {
  width: 100%;
  max-width: 650px;
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .item-content {
    max-width: 100%;
  }
}
.home-banner .bg-content .item-content h5 {
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content h5 {
    font-size: 16px;
  }
}
.home-banner .bg-content .item-content .text-wrapper {
  margin: 15px 0 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content .text-wrapper {
    margin: 15px 0;
  }
}
.home-banner .bg-content .item-content .text-wrapper .text {
  text-transform: capitalize;
  color: var(--black);
  display: inline;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content .text-wrapper .text {
    font-size: 26px;
  }
}
.home-banner .bg-content .item-content .text-wrapper .typed-cursor {
  color: var(--black);
  font-family: "Poppins";
  font-weight: 400;
  font-size: 48px;
  line-height: 1.05;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content .text-wrapper .typed-cursor {
    font-size: 26px;
  }
}
.home-banner .bg-content .item-content p:not(.dics) {
  color: var(--text);
  opacity: 0.9;
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .item-content p:not(.dics) {
    max-width: 100%;
  }
}
.home-banner .bg-content .item-content .services {
  margin-top: 24px;
}
.home-banner .bg-content .item-content .services h5 {
  color: var(--text);
  font-weight: 500;
}
.home-banner .bg-content .item-content .services .banner-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .item-content .services .banner-logo {
    gap: 8px;
    margin-top: 24px;
  }
}
.home-banner .bg-content .item-content .services .banner-logo a {
  width: 100%;
  max-width: 115px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .item-content .services .banner-logo a {
    max-width: 85px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .item-content .services .banner-logo a {
    max-width: 70px;
  }
}
.home-banner .bg-content .form-wrapper {
  backdrop-filter: blur(30px) brightness(145%);
  background: rgba(255, 255, 255, 0.71);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-top: 4px solid var(--primary);
  padding: 35px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .form-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .form-wrapper {
    display: block;
    padding: 20px;
  }
}
.home-banner .bg-content .form-wrapper h5 {
  color: var(--black);
  opacity: 1;
  z-index: 1;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.home-banner .bg-content .form-wrapper::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.home-banner .bg-content .form-wrapper .form-grid {
  --gaptb: 20px;
  margin-top: 12px;
}
.home-banner .bg-content .form-wrapper .form-grid .capture {
  width: 100%;
  height: 65px;
  border: none;
}
.home-banner .bg-content .form-wrapper .form-grid .capture::before, .home-banner .bg-content .form-wrapper .form-grid .capture::after {
  display: none;
}
.home-banner .bg-content .form-wrapper .form-grid .capture img {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .bg-content .form-wrapper .form-grid .form-group input, .home-banner .bg-content .form-wrapper .form-grid .form-group textarea, .home-banner .bg-content .form-wrapper .form-grid .form-group label {
  font-family: "Poppins";
}
.home-banner .bg-content .form-wrapper .form-grid .btn {
  width: 100%;
  margin-top: 8px;
}
.home-banner .bg-content .form-wrapper .form-grid .dics {
  font-size: 12px;
  color: var(--black);
  font-weight: 400;
}
.home-banner .bg-content .form-wrapper .form-grid .dics a {
  font-size: inherit;
  font-weight: inherit;
  color: var(--primary);
  font-weight: 500;
}

.home-secA {
  padding: 70px 0;
  overflow: hidden;
  background: var(--white);
}
@media only screen and (max-width: 1280px) {
  .home-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 30px 0;
  }
}
.home-secA .heading {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home-secA .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .heading {
    padding-bottom: 2rem;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
}
.home-secA .heading h6 {
  color: var(--primary);
  margin-bottom: 10px;
  opacity: 0.8;
  font-weight: 600;
}
.home-secA .heading h3 {
  color: var(--black);
}
.home-secA .logoLeft,
.home-secA .logoRight {
  width: 100%;
}
.home-secA .logoLeft .swiper-wrapper,
.home-secA .logoRight .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.home-secA .logoLeft .swiper-wrapper .swiper-slide,
.home-secA .logoRight .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secA .logoLeft .swiper-wrapper .swiper-slide,
  .home-secA .logoRight .swiper-wrapper .swiper-slide {
    padding: 10px;
  }
}
.home-secA .logoRight {
  margin: 24px 0 45px;
}
.home-secA .btn {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.home-secB {
  padding: 70px 70px 0;
  position: relative;
  z-index: 3;
  background: var(--white);
}
@media only screen and (max-width: 1200px) {
  .home-secB {
    padding: 70px 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secB {
    padding: 60px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 50px 0 0;
  }
}
.home-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background: var(--primary);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .home-secB::before {
    height: 55vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB::before {
    height: 50vh;
  }
}
.home-secB .heading {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secB .heading {
    padding: 0 16px 40px;
  }
}
.home-secB .heading h3 {
  color: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading h3 {
    max-width: 220px;
    margin: 0 auto 10px;
  }
}
.home-secB .heading p {
  color: var(--white);
  opacity: 0.7;
}
.home-secB .grid-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  background: var(--white);
  padding: 35px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .grid-wrapper {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .grid-wrapper {
    padding: 20px 15px 40px;
  }
}
.home-secB .grid-wrapper .btn {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.home-secB .grid-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .grid-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-wrapper .grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
  }
}
.home-secB .grid-wrapper .grid .card {
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secB .grid-wrapper .grid .card {
    padding: 18px;
  }
}
.home-secB .grid-wrapper .grid .card:nth-child(1) .icon {
  background: rgba(229, 224, 7, 0.15);
}
.home-secB .grid-wrapper .grid .card:nth-child(1) .icon svg path {
  stroke: #e5e007;
}
.home-secB .grid-wrapper .grid .card:nth-child(2) .icon {
  background: rgba(63, 250, 88, 0.15);
}
.home-secB .grid-wrapper .grid .card:nth-child(2) .icon svg path {
  stroke: #3ffa58;
}
.home-secB .grid-wrapper .grid .card:nth-child(3) .icon {
  background: rgba(255, 58, 189, 0.15);
}
.home-secB .grid-wrapper .grid .card:nth-child(3) .icon svg path {
  stroke: #ff3abd;
}
.home-secB .grid-wrapper .grid .card:nth-child(4) .icon {
  background: rgba(7, 200, 229, 0.15);
}
.home-secB .grid-wrapper .grid .card:nth-child(4) .icon svg path {
  stroke: #07c8e5;
}
.home-secB .grid-wrapper .grid .card:nth-child(5) .icon {
  background: rgba(255, 124, 7, 0.15);
}
.home-secB .grid-wrapper .grid .card:nth-child(5) .icon svg path {
  stroke: #ff7c07;
}
.home-secB .grid-wrapper .grid .card:nth-child(6) .icon {
  background: rgba(85, 7, 229, 0.15);
}
.home-secB .grid-wrapper .grid .card:nth-child(6) .icon svg path {
  stroke: #5507e5;
}
.home-secB .grid-wrapper .grid .card .icon {
  margin-bottom: 14px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-secB .grid-wrapper .grid .card .icon svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.home-secB .grid-wrapper .grid .card .content h6 {
  margin-bottom: 6px;
}
.home-secB .grid-wrapper .grid .card .content p {
  font-size: 14px;
  color: var(--text);
}

.fixed-bg {
  background: #4141cb;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fixed-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-bg .circle-top,
.fixed-bg .circle-bottom {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #fedc5a;
}
@media only screen and (max-width: 768px) {
  .fixed-bg .circle-top,
  .fixed-bg .circle-bottom {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 540px) {
  .fixed-bg .circle-top,
  .fixed-bg .circle-bottom {
    width: 180px;
    height: 180px;
  }
}
.fixed-bg .circle-top {
  left: -200px;
  bottom: -200px;
}
.fixed-bg .circle-bottom {
  right: -200px;
  top: -200px;
}

.home-secD {
  margin-top: 70px;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .home-secD {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    margin-top: 36px;
    padding-bottom: 36px;
  }
}
.home-secD .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    max-width: 250px;
    margin: 0 auto;
  }
}
.home-secD .heading h3 {
  color: var(--white);
  margin-bottom: 10px;
  text-align: center;
}
.home-secD .heading p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.home-secD .grid-wrapper {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .home-secD .grid-wrapper {
    margin-top: 24px;
  }
}
.home-secD .grid-wrapper .btn {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.home-secD .grid-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto 20px;
  padding: 35px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .home-secD .grid-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .grid-wrapper .grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}
.home-secD .grid-wrapper .grid .card {
  padding: 28px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .home-secD .grid-wrapper .grid .card {
    padding: 20px;
  }
}
.home-secD .grid-wrapper .grid .card:hover {
  transform: translateY(-4px);
}
.home-secD .grid-wrapper .grid .card:nth-child(1) .icon {
  background: #ffd166;
}
.home-secD .grid-wrapper .grid .card:nth-child(2) .icon {
  background: #96f7d2;
}
.home-secD .grid-wrapper .grid .card:nth-child(3) .icon {
  background: #a9d2ff;
}
.home-secD .grid-wrapper .grid .card:nth-child(4) .icon {
  background: #f45352;
}
.home-secD .grid-wrapper .grid .card:nth-child(5) .icon {
  background: #a3d764;
}
.home-secD .grid-wrapper .grid .card:nth-child(6) .icon {
  background: #c3a9ff;
}
.home-secD .grid-wrapper .grid .card .icon {
  margin-bottom: 16px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
}
.home-secD .grid-wrapper .grid .card .icon svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.home-secD .grid-wrapper .grid .card .icon svg path {
  stroke: var(--white);
}
.home-secD .grid-wrapper .grid .card .content h5 {
  margin-bottom: 8px;
  color: var(--black);
}
.home-secD .grid-wrapper .grid .card .content p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.2;
}
.home-secD .grid-wrapper .grid .card .content p:not(:last-child) {
  margin-bottom: 8px;
}

.home-secG {
  padding: 70px 0;
  background: var(--gray-sec);
}
@media only screen and (max-width: 768px) {
  .home-secG {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 36px 0;
  }
}
.home-secG .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 1024px) {
  .home-secG .grid {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-secG .grid .item-content p:not(.content > p) {
  margin: 20px 0 35px;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .item-content p:not(.content > p) {
    text-align: center;
    margin: 16px 0 28px;
  }
}
.home-secG .grid .item-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .item-content ul {
    gap: 14px;
  }
}
.home-secG .grid .item-content ul li {
  background: var(--white);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .item-content ul li {
    padding: 12px;
    gap: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .grid .item-content ul li {
    flex-direction: column;
  }
}
.home-secG .grid .item-content ul li:nth-child(1) .icon {
  background: #ffd166;
}
.home-secG .grid .item-content ul li:nth-child(2) .icon {
  background: #96f7d2;
}
.home-secG .grid .item-content ul li:nth-child(3) .icon {
  background: #f45352;
}
.home-secG .grid .item-content ul li:nth-child(4) .icon {
  background: #a3d764;
}
.home-secG .grid .item-content ul li:nth-child(5) .icon {
  background: #c3a9ff;
}
.home-secG .grid .item-content ul li .icon {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .item-content ul li .icon {
    width: 38px;
    height: 38px;
  }
}
.home-secG .grid .item-content ul li .icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .item-content ul li .icon svg {
    width: 24px;
    height: 24px;
  }
}
.home-secG .grid .item-content ul li .icon svg path {
  fill: var(--white);
}
.home-secG .grid .item-content ul li .content h5 {
  margin-bottom: 2px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .home-secG .grid .item-content ul li .content h5 {
    text-align: center;
  }
}
.home-secG .grid .media {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid .media {
    height: 320px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .grid .media {
    height: 240px;
  }
}
.home-secG .grid .media video, .home-secG .grid .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secE {
  padding: 90px 0;
  background: #f8f8f6;
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 40px 0;
  }
}
.home-secE .heading {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secE .heading {
    padding-bottom: 40px;
  }
}
.home-secE .heading h3 {
  margin-bottom: 20px;
}
.home-secE .heading p {
  color: var(--text);
  max-width: 440px;
  margin: 0 auto;
}
.home-secE .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .home-secE .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .home-secE .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.home-secE .cards-grid .card-item {
  position: relative;
  background: var(--white);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .home-secE .cards-grid .card-item {
    padding: 24px 20px;
  }
}
.home-secE .cards-grid .card-item:nth-child(1) .card-icon {
  background: #ffd166;
}
.home-secE .cards-grid .card-item:nth-child(2) .card-icon {
  background: #96f7d2;
}
.home-secE .cards-grid .card-item:nth-child(3) .card-icon {
  background: #a9d2ff;
}
.home-secE .cards-grid .card-item:nth-child(4) .card-icon {
  background: #f45352;
}
.home-secE .cards-grid .card-item:nth-child(5) .card-icon {
  background: #a3d764;
}
.home-secE .cards-grid .card-item:nth-child(6) .card-icon {
  background: #c3a9ff;
}
.home-secE .cards-grid .card-item:nth-child(7) .card-icon {
  background: rgba(101, 132, 233, 0.768627451);
}
.home-secE .cards-grid .card-item:nth-child(8) .card-icon {
  background: #ffa69a;
}
.home-secE .cards-grid .card-item .card-num {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gray);
  opacity: 0.3;
  margin-bottom: 10px;
}
.home-secE .cards-grid .card-item::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.05;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.home-secE .cards-grid .card-item:nth-child(1)::before {
  background: #ffd166;
}
.home-secE .cards-grid .card-item:nth-child(2)::before {
  background: #96f7d2;
}
.home-secE .cards-grid .card-item:nth-child(3)::before {
  background: #a9d2ff;
}
.home-secE .cards-grid .card-item:nth-child(4)::before {
  background: #f45352;
}
.home-secE .cards-grid .card-item:nth-child(5)::before {
  background: #a3d764;
}
.home-secE .cards-grid .card-item:nth-child(6)::before {
  background: #c3a9ff;
}
.home-secE .cards-grid .card-item:nth-child(7)::before {
  background: rgba(101, 132, 233, 0.768627451);
}
.home-secE .cards-grid .card-item:nth-child(8)::before {
  background: #ffa69a;
}
.home-secE .cards-grid .card-item:hover {
  border-color: transparent;
}
.home-secE .cards-grid .card-item:hover::before {
  transform: scale(1.4);
  opacity: 0.1;
}
.home-secE .cards-grid .card-num-wrap {
  display: flex;
  justify-content: space-between;
}
.home-secE .cards-grid .card-num-wrap .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
  flex-shrink: 0;
}
.home-secE .cards-grid .card-num-wrap .card-icon svg {
  width: 22px;
  height: 22px;
}
.home-secE .cards-grid .card-num-wrap .card-icon svg path {
  fill: var(--white);
}
.home-secE .cards-grid .card-body {
  flex: 1;
}
.home-secE .cards-grid .card-body h5 {
  color: var(--black);
  margin-bottom: 10px;
}
.home-secE .cards-grid .card-body p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
}

.home-secF {
  padding: 70px 0;
  background: var(--gray-sec);
}
@media only screen and (max-width: 768px) {
  .home-secF {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding: 40px 0;
  }
}
.home-secF .heading {
  text-align: center;
}
.home-secF .heading h3 {
  margin-top: 12px;
}
.home-secF .heading h6 {
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.home-secF .swiper-wrap {
  position: relative;
  margin-top: 30px;
}
.home-secF .swiper-wrap .testimonials {
  padding: 60px 0 30px;
  margin: 0 30px;
}
@media only screen and (max-width: 1024px) {
  .home-secF .swiper-wrap .testimonials {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper-wrap .testimonials {
    margin: 0 10px;
    padding: 50px 0 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper-wrap .testimonials {
    margin: 0 6px;
  }
}
.home-secF .swiper-wrap .testimonials .swiper-slide {
  display: flex;
  justify-content: center;
}
.home-secF .swiper-wrap .testimonials .card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 680px;
  width: 100%;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-secF .swiper-wrap .testimonials .card .top {
  padding: 30px 30px 20px 30px;
  text-align: left;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper-wrap .testimonials .card .top {
    padding: 24px 20px;
    padding-top: 44px;
  }
}
.home-secF .swiper-wrap .testimonials .card .top .avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}
.home-secF .swiper-wrap .testimonials .card .top .avatar img {
  width: 100%;
  height: 100%;
}
.home-secF .swiper-wrap .testimonials .card .top .quote {
  height: 180px;
  overflow: auto;
  padding-right: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper-wrap .testimonials .card .top .quote {
    height: 150px;
  }
}
.home-secF .swiper-wrap .testimonials .card .top .quote::-webkit-scrollbar {
  width: 2px;
  background: #cecece;
}
.home-secF .swiper-wrap .testimonials .card .top .quote::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secF .swiper-wrap .testimonials .card .top .quote::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.home-secF .swiper-wrap .testimonials .card .bottom {
  border-top: 1px solid #ebebeb;
  padding: 24px 0;
  position: relative;
  z-index: 1;
  color: #585D6D;
  font-size: 14px;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper-wrap .testimonials .card .bottom {
    padding: 18px 0;
  }
}
.home-secF .swiper-wrap .testimonials .card .bottom::before {
  content: "“";
  font-size: 100px;
  color: #838383;
  opacity: 0.2;
  font-family: serif;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: -24px;
  z-index: -1;
  line-height: inherit;
  pointer-events: none;
  transform: rotate(180deg);
}
.home-secF .swiper-wrap .testimonials .card .bottom .author {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}
.home-secF .swiper-wrap .testimonials .card .bottom .info {
  font-size: 14px;
  color: #B1B4BD;
  width: 65%;
  margin: 0 auto;
  line-height: 1.7;
}
.home-secF .swiper-wrap .btns-group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% + 80px);
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .home-secF .swiper-wrap .btns-group {
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper-wrap .btns-group {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper-wrap .btns-group {
    width: calc(100% + 10px);
  }
}
.home-secF .swiper-wrap .btns-group button {
  pointer-events: all;
  width: 42px;
  height: 42px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper-wrap .btns-group button {
    width: 36px;
    height: 36px;
  }
}
.home-secF .swiper-wrap .btns-group button svg path {
  stroke: var(--primary);
  transition: stroke 0.3s ease;
}
.home-secF .swiper-wrap .btns-group button:hover {
  background: var(--primary);
}
.home-secF .swiper-wrap .btns-group button:hover svg path {
  stroke: var(--white);
}
.home-secF .swiper-wrap .btns-group button.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.home-secF .swiper-wrap .btns-group button.swiper-button-disabled:hover {
  background: var(--white);
}
.home-secF .swiper-wrap .btns-group button.swiper-button-disabled:hover svg path {
  stroke: var(--primary);
}
.home-secF .swiper-wrap .btns-group button.testimonials-prev {
  transform: rotate(270deg);
}
.home-secF .swiper-wrap .btns-group button.testimonials-next {
  transform: rotate(90deg);
}

.home-secH {
  padding: 70px 0;
  background: var(--white);
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-secH {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH {
    padding: 36px 0;
  }
}
.home-secH .content-wrapper {
  background: var(--primary);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-secH .content-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 560px;
  height: 100%;
  background-image: url(../../icon/contact-bg.png);
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  background-position: center bottom;
  background-size: contain;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .home-secH .content-wrapper::before {
    max-width: 100%;
    opacity: 0.15;
  }
}
.home-secH .content-wrapper .content {
  padding: 60px;
  width: 100%;
  max-width: 650px;
}
@media only screen and (max-width: 1024px) {
  .home-secH .content-wrapper .content {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secH .content-wrapper .content {
    padding: 40px 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .content-wrapper .content {
    padding: 30px 20px;
  }
}
.home-secH .content-wrapper .content h3 {
  color: var(--white);
  font-weight: 800;
}
.home-secH .content-wrapper .content p {
  color: var(--white);
  opacity: 0.7;
  margin: 12px 0 45px;
}
@media only screen and (max-width: 768px) {
  .home-secH .content-wrapper .content p {
    margin: 10px 0 30px;
  }
}

.home-secI {
  background: var(--white);
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .home-secI {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI {
    padding: 36px 0;
  }
}
.home-secI .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-secI .grid {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-secI .grid .item-img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.home-secI .grid .heading {
  width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 768px) {
  .home-secI .grid .heading {
    max-width: 100%;
  }
}
.home-secI .grid .heading p {
  margin: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  .home-secI .grid .heading p {
    margin: 16px 0 24px;
  }
}

.home-secJ {
  padding: 70px 0;
  background: var(--white);
}
@media only screen and (max-width: 1366px) {
  .home-secJ {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ {
    padding: 40px 0;
  }
}
.home-secJ .heading {
  text-align: center;
}
.home-secJ .heading h3 {
  margin-top: 5px;
}
.home-secJ .heading h6 {
  color: var(--text);
}
.home-secJ .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .home-secJ .grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
.home-secJ .grid .item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-secJ .grid .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: 0;
}
.home-secJ .grid .item > * {
  position: relative;
  z-index: 1;
}
.home-secJ .grid .item:nth-child(1)::before {
  background-image: url(../../images/home/india.png);
}
.home-secJ .grid .item:nth-child(2)::before {
  background-image: url(../../images/home/dubai.png);
}
.home-secJ .grid .item:nth-child(3)::before {
  background-image: url(../../images/home/canada.png);
}
.home-secJ .grid .item .location {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  gap: 10px;
}
.home-secJ .grid .item .location svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: block;
}
.home-secJ .grid .item .location svg path {
  fill: var(--primary);
}
.home-secJ .grid .item p {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 200px;
  font-size: 14px;
}/*# sourceMappingURL=home.css.map */