@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.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: 60vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 50vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 64.24%, rgba(0, 0, 0, 0.7) 86.6%), linear-gradient(270deg, rgba(0, 0, 0, 0) 37.23%, rgba(0, 0, 0, 0.7) 76.29%);
}
.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;
  transform: scaleX(-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%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.home-banner .video-background .container .bg-wrapper p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6980392157);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper p {
    width: 100%;
    text-align: center;
  }
}
.home-banner .video-background .container .bg-wrapper h1 {
  max-width: 586px;
  margin-bottom: 40px;
  font-size: 68px;
  font-weight: 900;
  text-shadow: 0 2px 40px rgba(126, 184, 247, 0.12), 0 0 120px rgba(126, 184, 247, 0.06);
}
@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: 768px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    font-size: 32px;
  }
}
@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;
    margin-bottom: 20px;
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.home-banner .video-background .container .bg-wrapper h1 span {
  background: linear-gradient(135deg, #E0F0FF 0%, #A8D4FF 15%, #7EB8F7 35%, #72E8D4 60%, #9EF2E4 75%, #F2CC6B 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(126, 184, 247, 0.3));
}
.home-banner .video-background .container .bg-wrapper .btn2 {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper .btn2 {
    margin: 0 auto;
  }
}

.home-secA {
  padding: 90px 0;
  background: var(--gradient-a);
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 40px 0;
  }
}
.home-secA .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secA .flex-box {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box {
    gap: 30px;
  }
}
.home-secA .flex-box .col {
  flex: 0 1 50%;
}
@media only screen and (max-width: 991px) {
  .home-secA .flex-box .col {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
.home-secA .flex-box .col figure {
  margin: auto;
  position: relative;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 80% 0;
  rotate: 45deg;
  overflow: hidden;
  transition: 1s ease;
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col figure {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col figure {
    width: 220px;
    height: 220px;
  }
}
.home-secA .flex-box .col figure::after {
  content: "";
  position: fixed;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid #C2F8FF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col figure::after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col figure::after {
    width: 160px;
    height: 160px;
  }
}
.home-secA .flex-box .col figure img, .home-secA .flex-box .col figure svg {
  position: fixed;
  top: 50%;
  right: -8%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col figure img, .home-secA .flex-box .col figure svg {
    width: 150px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col figure img, .home-secA .flex-box .col figure svg {
    width: 100px;
    top: 52%;
    right: 2%;
  }
}
.home-secA .flex-box .col figure .bg {
  position: absolute;
  top: -72%;
  left: -72%;
  width: 500px;
  height: 500px;
  background: #C2F8FF;
  transition: 1s ease;
  rotate: 45deg;
  transform: translate(0px, 0px);
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col figure .bg {
    top: -91%;
    left: -93%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col figure .bg {
    top: -125%;
    left: -122%;
  }
}
.home-secA .flex-box .col figure .bg.close {
  transform: translate(300px, 0px);
}
.home-secA .flex-box .col figure .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 350px;
  background: #00a2b5;
  border-radius: 100% 0 80% 0;
  rotate: -45deg;
  transition: 1s ease;
  transform: translate(283px, 176px);
}
.home-secA .flex-box .col:last-child h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.home-secA .flex-box .col:last-child h3 {
  max-width: 478px;
  color: var(--white);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secA .flex-box .col:last-child h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col:last-child h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child h3 {
    font-size: 24px;
  }
}
.home-secA .flex-box .col:last-child p {
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 30px;
  max-width: 487px;
  text-align: justify;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 991px) {
  .home-secA .flex-box .col:last-child p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .flex-box .col:last-child .btn2 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child .btn2 {
    font-size: 12px;
    padding: 10px 20px;
  }
}

.home-secB {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .heading {
    margin: 0 auto;
    text-align: center;
  }
}
.home-secB .top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secB .top-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .top-sec {
    gap: 20px;
  }
}
.home-secB .top-sec .heading {
  width: 100%;
}
.home-secB .top-sec .heading h2 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .home-secB .top-sec .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .top-sec .heading h2 {
    font-size: 24px;
  }
}
.home-secB .top-sec .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 540px) {
  .home-secB .top-sec .heading p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.home-secB .top-sec .tab-nav {
  display: flex;
  justify-content: end;
  gap: 40px;
  align-items: center;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .home-secB .top-sec .tab-nav {
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .top-sec .tab-nav {
    gap: 15px;
  }
}
.home-secB .top-sec .tab-nav li {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3019607843);
  transition: 0.5s ease;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  text-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .home-secB .top-sec .tab-nav li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .top-sec .tab-nav li {
    font-size: 16px;
  }
}
.home-secB .top-sec .tab-nav li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: var(--primary);
  height: 1px;
  transition: 0.5s ease;
}
.home-secB .top-sec .tab-nav li.active {
  color: var(--primary);
}
.home-secB .top-sec .tab-nav li.active::before {
  width: 100%;
}
.home-secB .tab-nav-content .tabs {
  opacity: 0;
  transform: translateY(20%);
  transition: 1s ease;
}
.home-secB .tab-nav-content .tabs .swiper-nav {
  width: 104%;
  max-width: 104%;
}
@media only screen and (max-width: 768px) {
  .home-secB .tab-nav-content .tabs .swiper-nav {
    width: 100%;
    max-width: 100%;
  }
}
.home-secB .tab-nav-content .tabs.active {
  opacity: 1;
  transform: translateY(0%);
}
.home-secB .tab-nav-content .tabs .not-found figure {
  max-width: 250px;
  margin: 30px auto 0;
}
.home-secB .tab-nav-content .tabs .not-found figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}
.home-secB .tab-nav-content .tabs .not-found h5 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .not-found h5 {
    font-size: 20px;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper {
    padding: 30px 0;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide {
  padding: 20px;
  border: 1px solid rgba(100, 100, 111, 0.2);
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide {
    padding: 15px;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide:hover img {
  scale: 1.1;
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figure {
  height: 248px;
  background: #F8F8F8;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figure {
    height: 200px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figure {
    height: 160px;
    padding: 20px 0;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption {
    padding: 15px 15px 15px 0;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--black);
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption p {
  font-weight: 400;
  font-size: 14px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption p {
    font-size: 12px;
  }
}
.home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption button {
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secB .tab-nav-content .tabs .swiper .swiper-wrapper .swiper-slide figcaption button {
    margin-top: 15px;
    padding: 8px 16px;
    font-size: 12px;
  }
}

.home-secC {
  position: relative;
  color: white;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-secC {
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC {
    height: 60vh;
  }
}
.home-secC::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 29.57%, rgba(0, 0, 0, 0.7) 65.35%);
}
@media only screen and (max-width: 540px) {
  .home-secC::before {
    background: linear-gradient(275deg, rgba(0, 0, 0, 0) -50.43%, rgba(0, 0, 0, 0.7) 85.35%);
  }
}
.home-secC .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-secC .video-background .container {
    padding: 0;
  }
}
.home-secC .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 12%;
  transform: translate(-50%);
}
@media only screen and (max-width: 1024px) {
  .home-secC .video-background .container .bg-wrapper {
    bottom: 10%;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .video-background .container .bg-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.home-secC .video-background .container .bg-wrapper h2 {
  max-width: 521px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .home-secC .video-background .container .bg-wrapper h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav {
  justify-content: space-between;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 120%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav {
    width: 110%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav {
    display: none;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav button {
  transition: 0.5s ease;
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav button svg {
  width: 30px;
  height: 30px;
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav button svg path {
  fill: var(--white);
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav button.swiper-button-disabled {
  opacity: 0;
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper-nav .prev svg {
  transform: scale(-1);
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper {
  width: 484px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper {
    width: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper {
    width: 280px;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(17px);
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide {
    padding: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box figure {
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box figure {
    width: 40px;
    height: 40px;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .flex-box h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6980392157);
  text-align: justify;
  letter-spacing: 0.001px;
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .btn2 {
  margin-top: 25px;
}
@media only screen and (max-width: 540px) {
  .home-secC .video-background .container .bg-wrapper .main-swiper-wrapper .swiper .swiper-wrapper .swiper-slide .btn2 {
    margin-top: 15px;
    font-size: 12px;
    padding: 8px 16px;
  }
}

.home-secD {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .home-secD {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 30px 0;
  }
}
.home-secD .heading h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  max-width: 473px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  .home-secD .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .heading h2 {
    font-size: 24px;
  }
}
.home-secD .heading p {
  font-weight: 400;
  font-size: 16px;
  max-width: 473px;
  margin: auto;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.home-secD .grid-box {
  padding: 50px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secD .grid-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .grid-box {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 30px 0 0 0;
  }
}
.home-secD .grid-box .col {
  box-shadow: 0px 6.14px 25.43px 0px rgba(100, 100, 111, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 20px 40px;
  border-radius: 5px;
  background: white;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secD .grid-box .col {
    height: 100px;
    padding: 15px 30px;
  }
}
.home-secD .grid-box .col img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-secE {
  background: #F3F3F3;
  padding: 50px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding: 40px 0;
  }
}
.home-secE .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .home-secE .heading {
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .heading {
    margin-bottom: 20px;
  }
}
.home-secE .heading h2 {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .home-secE .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .heading h2 {
    font-size: 24px;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  gap: 30px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 20px;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure {
  width: 463px;
  height: 309px;
}
@media only screen and (max-width: 768px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figure {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figure {
    height: 200px;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption {
    width: 100%;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide figcaption span {
  font-weight: 500;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption span {
    font-size: 14px;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide figcaption h3 {
  font-weight: 500;
  font-size: 30px;
  max-width: 388px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption h3 {
    font-size: 20px;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide figcaption p {
  max-width: 392px;
  text-align: justify;
  letter-spacing: -0.099px;
}
@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: initial;
  }
}
.home-secE .swiper .swiper-wrapper .swiper-slide figcaption .btn2 {
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secE .swiper .swiper-wrapper .swiper-slide figcaption .btn2 {
    margin-top: 15px;
    font-size: 12px;
    padding: 8px 16px;
  }
}/*# sourceMappingURL=home.css.map */