@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
section:has(.home-secB) {
  position: relative;
}
section:has(.home-secB)::before {
  content: "";
  position: absolute;
  top: 7%;
  left: -1%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secB)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}
section:has(.home-secB)::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secB)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.home-secD) {
  position: relative;
}
section:has(.home-secD)::before {
  content: "";
  position: absolute;
  top: 7%;
  left: -1%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secD)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.home-secF) {
  position: relative;
}
section:has(.home-secF)::after {
  content: "";
  position: absolute;
  top: -19%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secF)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.home-secG) {
  position: relative;
}
section:has(.home-secG)::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -1%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secG)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.home-secI) {
  position: relative;
}
section:has(.home-secI)::before {
  content: "";
  position: absolute;
  top: 8%;
  left: -1%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secI)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.home-secJ) {
  position: relative;
}
section:has(.home-secJ)::after {
  content: "";
  position: absolute;
  top: -1%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.home-secJ)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 70vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.87%, rgba(0, 0, 0, 0.5525) 100%);
}
.home-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%);
}
@media only screen and (max-width: 1024px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
    width: 100%;
  }
}
.home-banner .video-background .container .bg-wrapper h1 {
  max-width: 612px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    line-height: 1.2;
    font-size: 40px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.home-secA {
  padding: 30px 0;
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 30px 0 0 0;
  }
}
.home-secA .counter_sec {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .home-secA .counter_sec {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .counter_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .counter_sec .count-info:last-child {
    grid-column: span 2;
    margin: auto;
  }
}
.home-secA .counter_sec .count-info h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  color: var(--primary);
}
@media only screen and (max-width: 1024px) {
  .home-secA .counter_sec .count-info h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .counter_sec .count-info h4 {
    font-size: 25px;
  }
}
.home-secA .counter_sec .count-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secA .counter_sec .count-info p {
    font-size: 14px;
    max-width: 80%;
    margin: 5px auto 0;
    line-height: 1.1;
  }
}

.home-secB {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 50px 0 0 0;
  }
}
.home-secB::before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background: url("/assets/images/Vectors/Vector-1.png") no-repeat;
  transition: all 0.5s;
  position: absolute;
}
.home-secB .heading p {
  max-width: 476px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading p {
    max-width: 85%;
  }
}
.home-secB .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-secB .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-secB .grid-box {
  position: relative;
}
.home-secB .grid-box::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box::before {
    content: none;
  }
}
.home-secB .grid-box {
  position: relative;
}
.home-secB .grid-box::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box::after {
    content: none;
  }
}
.home-secB .grid-box .col {
  position: relative;
  overflow: hidden;
  line-height: 0;
  height: 278px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .grid-box .col {
    height: 318px;
  }
}
.home-secB .grid-box .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.home-secB .grid-box .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6509803922);
}
.home-secB .grid-box .col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.home-secB .grid-box .col figcaption {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.8s ease;
}
@media only screen and (max-width: 768px) {
  .home-secB .grid-box .col figcaption {
    top: 62%;
  }
}
.home-secB .grid-box .col figcaption::before {
  transition: 0.8s ease;
}
.home-secB .grid-box .col figcaption .content {
  padding: 40px 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .home-secB .grid-box .col figcaption .content {
    padding: 40px 0 0 20px;
  }
}
.home-secB .grid-box .col figcaption .content h5 {
  color: var(--white);
  margin-bottom: 90px;
  transition: 0.8s ease;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secB .grid-box .col figcaption .content h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box .col figcaption .content h5 {
    font-size: 19px;
  }
}
.home-secB .grid-box .col figcaption .content h5::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 53px;
  height: 5px;
  background: var(--primary);
}
.home-secB .grid-box .col figcaption .content p {
  line-height: 1.3 !important;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  max-width: 350px;
  scale: 1.1;
  margin-left: 20px;
  margin-top: 40px;
  transition: 0.8s ease;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box .col figcaption .content p {
    font-size: 14px;
  }
}
.home-secB .grid-box .col:hover img {
  scale: 1.2;
}
.home-secB .grid-box .col:hover::before {
  opacity: 0;
}
.home-secB .grid-box .col:hover::after {
  opacity: 1;
}
.home-secB .grid-box .col:hover figcaption {
  top: 20%;
}
.home-secB .grid-box .col:hover figcaption .content h5 {
  margin-bottom: 30px;
}
.home-secB .grid-box .col:hover figcaption .content p {
  scale: 1;
  margin-left: 0;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}
.home-secB .bottom {
  text-align: center;
}
.home-secB .bottom .btn2 {
  margin-top: 40px;
}

.home-secC {
  padding: 50px 0;
  text-align: center;
}
.home-secC .heading {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading p {
    max-width: 300px;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .heading p {
    max-width: 85%;
  }
}
.home-secC .swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper-nav {
    display: none;
  }
}
.home-secC .industries-swiper {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 540px) {
  .home-secC .industries-swiper {
    padding: 20px 0 0 0;
  }
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  padding: 28px 5px;
  background: var(--white);
  display: initial;
  transition: 0.5s ease;
  position: relative;
  height: 132px;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0AA5B3 0%, #00838F 100%);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide:hover::before {
  opacity: 1;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide:hover figure {
  top: 46%;
  margin: 0;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide:hover figure svg path {
  stroke: white;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide:hover span {
  color: white;
  bottom: 50%;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide figure {
  width: 54px;
  height: 54px;
  margin: 0 auto 5px;
  line-height: 0;
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  margin: 20px 0;
  transition: 0.5s ease;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide figure img, .home-secC .industries-swiper .swiper-wrapper .swiper-slide figure svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide figure img path, .home-secC .industries-swiper .swiper-wrapper .swiper-slide figure svg path {
  stroke: var(--primary);
}
.home-secC .industries-swiper .swiper-wrapper .swiper-slide span {
  font-weight: 500;
  font-size: 16px;
  color: var(--text);
  text-align: center;
  display: block;
  transition: 0.5s ease;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%);
  padding: 20px 0;
  width: 100%;
}

.home-secD {
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 50px 0 20px 0;
  }
}
.home-secD::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--primary);
  top: 33.6%;
  left: 0;
}
@media only screen and (max-width: 540px) {
  .home-secD::before {
    top: 27%;
  }
}
.home-secD {
  position: relative;
}
.home-secD::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secD::after {
    content: none;
  }
}
.home-secD::after {
  left: 50%;
  bottom: -40%;
}
.home-secD .more-product-slider {
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper-nav {
    display: none;
  }
}
.home-secD .swiper {
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper {
    padding: 60px 0 0px 0px;
  }
}
.home-secD .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper .swiper-wrapper .swiper-slide {
    gap: 0px;
    flex-direction: column;
  }
}
.home-secD .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: -21%;
  left: 40%;
  transform: translateX(-50%);
  background: var(--primary);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .home-secD .swiper .swiper-wrapper .swiper-slide::before {
    top: -14%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .swiper .swiper-wrapper .swiper-slide::before {
    top: -5%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper .swiper-wrapper .swiper-slide::before {
    left: 50%;
  }
}
.home-secD .swiper .swiper-wrapper .swiper-slide figure {
  height: 144px;
  width: 279px;
}
.home-secD .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secD .swiper .swiper-wrapper .swiper-slide figcaption {
  flex: 1;
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper .swiper-wrapper .swiper-slide figcaption {
    text-align: center;
  }
}
.home-secD .swiper .swiper-wrapper .swiper-slide figcaption h3 {
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  margin: 20px 0 10px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.home-secD .swiper .swiper-wrapper .swiper-slide figcaption p {
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  max-width: 401px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-secD .swiper .swiper-wrapper .swiper-slide figcaption .read {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper .swiper-wrapper .swiper-slide figcaption .read {
    justify-content: center;
  }
}
.home-secD .swiper .swiper-wrapper .swiper-slide figcaption .read:hover {
  gap: 20px;
}
.home-secD .swiper .swiper-wrapper .swiper-slide figcaption .number {
  font-weight: 600;
  font-size: 150px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  z-index: -1;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}
.home-secD .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.home-secE {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 50px 0 0 0;
  }
}
.home-secE .container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  .home-secE .container {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .container {
    padding: 40px 20px;
  }
}
.home-secE .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(360deg, rgba(239, 239, 239, 0) 0%, #FBF9F9 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
}
.home-secE .container h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secE .container h2 {
    margin-bottom: 20px;
  }
}
.home-secE .container .flex-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box {
    padding-bottom: 40px;
  }
}
.home-secE .container .flex-box .col:last-child {
  max-width: 498px;
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box .col:last-child {
    margin: auto;
  }
}
.home-secE .container .flex-box .col:last-child figure {
  width: 488px;
  height: 300px;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box .col:last-child figure {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
  }
}
.home-secE .container .flex-box .col:last-child figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secE .container .flex-box .col:first-child {
  max-width: 498px;
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box .col:first-child {
    max-width: 80%;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box .col:first-child {
    max-width: 100%;
  }
}
.home-secE .container .flex-box .col:first-child p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box .col:first-child p {
    font-size: 14px;
  }
}
.home-secE .container .flex-box2 {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
}
.home-secE .container .flex-box2::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box2::after {
    content: none;
  }
}
.home-secE .container .flex-box2::after {
  bottom: -70%;
  width: 605px;
  height: 605px;
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box2 {
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box2 {
    flex-direction: column;
  }
}
.home-secE .container .flex-box2 .flex-box-item {
  width: 498px;
  height: 305px;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box2 .flex-box-item {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
    height: 275px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .container .flex-box2 .flex-box-item {
    height: 245px;
  }
}
.home-secE .container .flex-box2 .flex-box-item .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box2 .flex-box-item .flex-box {
    padding: 20px;
    flex-direction: row;
  }
}
.home-secE .container .flex-box2 .flex-box-item .flex-box figure {
  width: 66px;
  height: 66px;
  line-height: 0;
}
.home-secE .container .flex-box2 .flex-box-item .flex-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secE .container .flex-box2 .flex-box-item .flex-box h4 {
  font-weight: 700;
  font-size: 36px;
}
.home-secE .container .flex-box2 .flex-box-item p {
  max-width: 321px;
}
.home-secE .container .flex-box2 .flex-box-item:first-child {
  background: var(--white);
}
.home-secE .container .flex-box2 .flex-box-item:first-child p {
  position: relative;
}
.home-secE .container .flex-box2 .flex-box-item:first-child p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  width: 5px;
  background: var(--primary);
}
@media only screen and (max-width: 768px) {
  .home-secE .container .flex-box2 .flex-box-item:first-child p::before {
    left: -20px;
  }
}
.home-secE .container .flex-box2 .flex-box-item:last-child {
  background: var(--primary);
}
.home-secE .container .flex-box2 .flex-box-item:last-child p {
  color: var(--white);
}
.home-secE .container .flex-box2 .flex-box-item:last-child h4 {
  color: var(--white);
}

.home-secF {
  position: relative;
}
.home-secF::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secF::before {
    content: none;
  }
}
.home-secF::before {
  width: 867px;
  height: 867px;
  top: 70%;
}
@media only screen and (max-width: 768px) {
  .home-secF::before {
    content: none;
  }
}
.home-secF {
  position: relative;
}
.home-secF::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secF::after {
    content: none;
  }
}
.home-secF::after {
  width: 500px;
  height: 500px;
  bottom: initial;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.home-secF::before {
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .home-secF {
    overflow: hidden;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding: 20px 0 0 0 !important;
  }
}
.home-secF .swiper {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper {
    padding: 20px 0 0 0;
  }
}
.home-secF .swiper .swiper-nav {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .home-secF .swiper .swiper-nav {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper .swiper-nav {
    width: 74%;
    top: 50%;
  }
}
.home-secF .swiper .swiper-nav button {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
}
.home-secF .swiper .swiper-nav button svg {
  width: 21px;
  height: 38px;
}
.home-secF .swiper .swiper-nav button svg path {
  fill: var(--primary);
}
.home-secF .swiper .swiper-nav .prev {
  transform: scaleX(-1);
}
.home-secF .swiper .swiper-wrapper .swiper-slide:hover figure img {
  scale: 1.1;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figure {
  height: 338px;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper .swiper-wrapper .swiper-slide figure {
    height: 230px;
  }
}
.home-secF .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figcaption {
  text-align: center;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figcaption h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper .swiper-wrapper .swiper-slide figcaption h5 {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 50px 0 40px 0 !important;
  }
}
.home-secG .heading {
  position: relative;
}
.home-secG .heading h2 {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .home-secG .heading h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .heading h2 {
    text-align: center;
  }
}
.home-secG .heading .form .form-group {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-secG .heading .form .form-group::before {
  content: none;
}
@media only screen and (max-width: 540px) {
  .home-secG .heading .form .form-group {
    position: relative;
    margin: 10px auto 0;
  }
}
.home-secG .heading .form .form-group .custom-select {
  border: 1px solid rgba(102, 102, 102, 0.5411764706);
  padding: 10px 13px;
  border-radius: 5px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-secG .heading .form .form-group .custom-select::before {
  right: 10px;
}
.home-secG .heading .form .form-group .custom-select::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 0;
  border-radius: 5px;
}
.home-secG .heading .form .form-group .custom-select span {
  text-align: left;
}
.home-secG .heading .form .form-group .custom-select .current {
  color: var(--text);
  z-index: 1;
}
.home-secG .heading .form .form-group .custom-select .list {
  left: auto;
  max-height: 150px;
}
.home-secG .heading .form .form-group .custom-select .list li {
  white-space: nowrap;
}
.home-secG .bottom {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 540px) {
  .home-secG .bottom {
    padding: 30px 0 0 0;
  }
}
.home-secG .bottom a {
  z-index: 1;
}
.home-secG .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0 0 0;
  position: relative;
}
.home-secG .grid-box::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secG .grid-box::after {
    content: none;
  }
}
.home-secG .grid-box::after {
  width: 605px;
  height: 605px;
  left: 50%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .home-secG .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .grid-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    padding: 20px 0 0 0;
  }
}
.home-secG .grid-box .col {
  height: 249px;
  line-height: 0;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.home-secG .grid-box .col:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
.home-secG .grid-box .col:nth-child(1)::before {
  content: none;
}
.home-secG .grid-box .col:nth-child(1)::after {
  content: none;
}
@media only screen and (max-width: 540px) {
  .home-secG .grid-box .col:nth-child(1) {
    grid-column: initial;
  }
}
.home-secG .grid-box .col::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  transition: 0.5s ease;
}
.home-secG .grid-box .col::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5882352941);
  z-index: 0;
  transition: 0.5s ease;
  opacity: 0;
}
.home-secG .grid-box .col:hover::before {
  opacity: 0;
}
.home-secG .grid-box .col:hover::after {
  opacity: 1;
}
.home-secG .grid-box .col:hover figcaption {
  bottom: 40%;
  padding: 0;
  z-index: 1;
}
.home-secG .grid-box .col:hover img {
  scale: 1.1;
}
.home-secG .grid-box .col video, .home-secG .grid-box .col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.home-secG .grid-box .col figcaption {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  z-index: 1;
  text-align: center;
  width: 90%;
  padding: 40px 0;
  transition: 0.5s ease;
}
.home-secG .grid-box .col figcaption h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .home-secG .grid-box .col figcaption h4 {
    font-size: 18px;
  }
}

.home-secH {
  margin: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .home-secH {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-secH {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH {
    height: 60vh;
    margin: 0;
  }
}
.home-secH {
  position: relative;
}
.home-secH::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secH::before {
    content: none;
  }
}
.home-secH::before {
  top: 0;
}
.home-secH .banner {
  height: 100%;
}
.home-secH .bg {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-secH .bg {
    height: 100% !important;
  }
}
.home-secH .bg .bg-wrapper {
  height: 100%;
  position: relative;
}
.home-secH .bg .bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.home-secH .bg .bg-wrapper .circle {
  cursor: pointer;
}
.home-secH .bg .bg-wrapper .circle h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-weight: 500;
  font-size: 38px;
  font-family: "Poppins";
  border: 3px solid white;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-secH .bg .bg-wrapper .circle h5::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 18px;
  border: 4px solid var(--white);
  padding: 4px;
  border-radius: 50%;
}
.home-secH .bg .bg-wrapper .circle figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 213px;
  height: 213px;
  background: rgba(255, 255, 255, 0.2117647059);
  border-radius: 50%;
  padding: 10px;
}
.home-secH .bg .bg-wrapper .circle figure img {
  width: 100%;
  height: 100%;
  animation: spin 16s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.home-secI .heading {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-secI .heading p {
    max-width: 340px;
    margin: 6px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI .heading p {
    max-width: 50%;
    margin: 6px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .heading p {
    max-width: 85%;
  }
}
.home-secI .heading .btn2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  padding: 10px 15px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-secI .heading .btn2 {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI .heading .btn2 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
}
.home-secI .heading .btn2::before {
  border-radius: 5px;
}
.home-secI .heading .btn2::after {
  border-radius: 5px;
}
.home-secI .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 0 0 0;
  position: relative;
}
.home-secI .grid-box::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box::before {
    content: none;
  }
}
.home-secI .grid-box::before {
  top: 0;
}
.home-secI .grid-box {
  position: relative;
}
.home-secI .grid-box::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box::after {
    content: none;
  }
}
.home-secI .grid-box::after {
  bottom: initial;
  top: -20%;
}
@media only screen and (max-width: 768px) {
  .home-secI .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box {
    padding: 20px 0 0 0;
  }
}
.home-secI .grid-box .col {
  position: relative;
  overflow: hidden;
  height: 407px;
  line-height: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box .col {
    height: 300px;
  }
}
.home-secI .grid-box .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.home-secI .grid-box .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6509803922);
}
.home-secI .grid-box .col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.home-secI .grid-box .col figcaption {
  position: absolute;
  top: 64%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.8s ease;
}
.home-secI .grid-box .col figcaption::before {
  transition: 0.8s ease;
}
.home-secI .grid-box .col figcaption .content {
  padding: 40px 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .home-secI .grid-box .col figcaption .content {
    padding: 40px 0 0 20px;
  }
}
.home-secI .grid-box .col figcaption .content h5 {
  color: var(--white);
  margin-bottom: 90px;
  transition: 0.8s ease;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .home-secI .grid-box .col figcaption .content h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box .col figcaption .content h5 {
    font-size: 19px;
  }
}
.home-secI .grid-box .col figcaption .content h5::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 53px;
  height: 5px;
  background: var(--primary);
}
.home-secI .grid-box .col figcaption .content p {
  line-height: 1.3 !important;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  max-width: 350px;
  scale: 1.1;
  margin-left: 20px;
  margin-top: 40px;
  transition: 0.8s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box .col figcaption .content p {
    font-size: 14px;
  }
}
.home-secI .grid-box .col figcaption button {
  margin: 20px 0 0 30px;
}
.home-secI .grid-box .col:hover img {
  scale: 1.2;
}
.home-secI .grid-box .col:hover::before {
  opacity: 0;
}
.home-secI .grid-box .col:hover::after {
  opacity: 1;
}
.home-secI .grid-box .col:hover figcaption {
  top: 20%;
}
.home-secI .grid-box .col:hover figcaption .content h5 {
  margin-bottom: 30px;
}
.home-secI .grid-box .col:hover figcaption .content p {
  scale: 1;
  margin-left: 0;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}
@media only screen and (max-width: 540px) {
  .home-secI .grid-box .col:hover figcaption .content p {
    max-width: 95%;
  }
}

.home-secJ {
  padding: 50px 0 100px 0;
  position: relative;
}
.home-secJ::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secJ::before {
    content: none;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ {
    padding: 20px 0 50px 0;
  }
}
.home-secJ::before {
  top: 0%;
}
.home-secJ .container {
  position: relative;
}
.home-secJ .container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secJ .container::before {
    content: none;
  }
}
.home-secJ .container::before {
  left: 10%;
  top: 70%;
}
.home-secJ .container {
  position: relative;
}
.home-secJ .container::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secJ .container::after {
    content: none;
  }
}
.home-secJ .container::after {
  bottom: initial;
  top: 0;
  left: 70%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .home-secJ .container::after {
    left: 50%;
  }
}
.home-secJ .heading {
  position: relative;
}
.home-secJ .heading .swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 540px) {
  .home-secJ .heading .swiper-nav {
    display: none;
  }
}
.home-secJ .heading .swiper-nav button {
  background: transparent;
}
.home-secJ .heading .swiper-nav button:hover {
  background: var(--primary);
}
.home-secJ .swiper {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 540px) {
  .home-secJ .swiper {
    padding: 20px 0 0 0;
  }
}
.home-secJ .swiper .swiper-wrapper .swiper-slide {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figure {
  height: 325px;
  position: relative;
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
@media only screen and (max-width: 540px) {
  .home-secJ .swiper .swiper-wrapper .swiper-slide figure {
    height: 245px;
  }
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 20px;
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figcaption p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .home-secJ .swiper .swiper-wrapper .swiper-slide figcaption p {
    font-size: 16px;
  }
}
.home-secJ .swiper .swiper-wrapper .swiper-slide figcaption span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: var(--text);
}
.home-secJ .swiper .bottom {
  margin-top: 40px;
}/*# sourceMappingURL=home.css.map */