@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;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@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: 60vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 540px) {
  .home-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 26.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(177deg, rgba(0, 0, 0, 0) 43.27%, rgba(0, 0, 0, 0.65) 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;
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 9%;
  text-align: center;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 6%;
    margin-left: 0;
  }
}
.home-banner .video-background .container .bg-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper .btn {
    padding-top: 20px;
  }
}
.home-banner .video-background .container .bg-wrapper .btn a {
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper .btn {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.home-banner .video-background .container .bg-wrapper h1 {
  font-weight: 700;
  line-height: 0.99;
  margin-bottom: 18px;
  max-width: 650px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 50%;
    font-size: 26px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 90%;
    text-align: center;
    margin: auto;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.home-banner .video-background .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 80%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    margin: auto;
  }
}

.home-secA {
  position: relative;
  padding: 50px 0;
}
.home-secA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #FFFFFF 0%, #ACACAC 100%);
}
.home-secA .container {
  position: relative;
}
.home-secA .container .left-top {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid #232963;
  border-top: 4px solid #232963;
  width: 85px;
  height: 45px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .home-secA .container .left-top {
    left: 2%;
  }
}
.home-secA .container .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 4px solid #232963;
  border-bottom: 4px solid #232963;
  width: 85px;
  height: 45px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .home-secA .container .right-bottom {
    right: 2%;
  }
}
.home-secA .container .bg {
  display: inline-block;
  font-weight: 700;
  font-size: 400px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
  color: rgba(255, 255, 255, 0.1803921569);
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .bg {
    font-size: 240px;
    bottom: 0;
  }
}
.home-secA .container h2 {
  color: #232963;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  max-width: 35%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .home-secA .container h2 {
    max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .container h2 {
    max-width: 65%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container h2 {
    max-width: 90%;
    font-size: 22px;
    line-height: 1.1;
    padding-top: 20px;
  }
}
.home-secA .container .swiper {
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secA .container .swiper {
    padding-bottom: 0;
  }
}
.home-secA .container .swiper::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 93%;
  margin: auto;
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 768px) {
  .home-secA .container .swiper::before {
    top: 30%;
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container .swiper::before {
    top: 23%;
  }
}
.home-secA .container .swiper .swiper-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
.home-secA .container .swiper .swiper-nav .swiper-prev, .home-secA .container .swiper .swiper-nav .swiper-next {
  background: none;
  border: none;
}
.home-secA .container .swiper .swiper-slide span {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: var(--primary);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin: auto;
}
.home-secA .container .swiper .swiper-slide h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 15px;
}
.home-secA .container .swiper .swiper-slide p {
  text-align: center;
  font-weight: 500;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secA .container .swiper .swiper-slide p {
    max-width: 90%;
    margin: auto;
  }
}
.home-secA .container .bottom-btn {
  text-align: center;
  margin: auto;
  padding: 30px 0 0 0;
}
.home-secA .container .bottom-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #232963;
  padding: 10px 20px;
  border-radius: 25px;
  margin: auto;
}
.home-secA .container .bottom-btn a span {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.home-secA .container .bottom-btn a svg {
  width: 15px;
  height: 12px;
}
.home-secA .container .bottom-btn a svg path {
  fill: white;
}

.home-secB {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.home-secB .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secB .heading {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .heading h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .heading .tab-nav {
    width: 100%;
  }
}
.home-secB .heading .tab-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading .tab-nav ul {
    gap: 20px;
    overflow-x: auto;
    justify-content: space-between;
  }
}
.home-secB .heading .tab-nav ul li {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  transition: 0.5s ease;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading .tab-nav ul li {
    white-space: nowrap;
  }
}
.home-secB .heading .tab-nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #232963;
  transition: 0.5s ease;
}
.home-secB .heading .tab-nav ul li.active {
  color: #232963;
}
.home-secB .heading .tab-nav ul li.active::before {
  width: 100%;
}
.home-secB .tab-nav-content .tabs {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.9s ease;
}
.home-secB .tab-nav-content .active {
  opacity: 1;
  transform: translateY(0%);
}
.home-secB .swiper {
  position: relative;
  padding: 30px 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .home-secB .swiper {
    padding: 20px 0 20px 0;
  }
}
.home-secB .swiper .swiper-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secB .swiper .swiper-nav {
    display: none;
  }
}
.home-secB .swiper .swiper-nav button {
  background: white;
  border: none;
}
.home-secB .swiper .swiper-nav button:hover svg path {
  fill: white;
}
.home-secB .swiper .swiper-nav button:first-child {
  margin-left: 50px;
}
.home-secB .swiper .swiper-nav button:last-child {
  margin-right: 50px;
}
.home-secB .swiper .swiper-wrapper .swiper-slide:hover img {
  scale: 1.1;
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 378px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 360px;
  }
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.711) 75%);
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure .figinfo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1 !important;
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure .figinfo h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .home-secB .swiper .swiper-wrapper .swiper-slide figure .figinfo h3 {
    font-size: 17px;
  }
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure .figinfo .location {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure .figinfo .location img {
  width: 20px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.home-secB .swiper .swiper-wrapper .swiper-slide figure .figinfo .location p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.home-secBB {
  padding: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}
.home-secBB .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secBB .heading {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secBB .heading h2 {
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secBB .heading .tab-nav {
    width: 100%;
  }
}
.home-secBB .heading .tab-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secBB .heading .tab-nav ul {
    gap: 20px;
    overflow-x: auto;
    justify-content: space-between;
  }
}
.home-secBB .heading .tab-nav ul li {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  transition: 0.5s ease;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 540px) {
  .home-secBB .heading .tab-nav ul li {
    white-space: nowrap;
  }
}
.home-secBB .heading .tab-nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #232963;
  transition: 0.5s ease;
}
.home-secBB .heading .tab-nav ul li.active {
  color: #232963;
}
.home-secBB .heading .tab-nav ul li.active::before {
  width: 100%;
}
.home-secBB .tab-nav-content .tabs {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.9s ease;
}
.home-secBB .tab-nav-content .active {
  opacity: 1;
  transform: translateY(0%);
}
.home-secBB .swiper {
  position: relative;
  padding: 30px 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .home-secBB .swiper {
    padding: 20px 0 20px 0;
  }
}
.home-secBB .swiper .swiper-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secBB .swiper .swiper-nav {
    display: none;
  }
}
.home-secBB .swiper .swiper-nav button {
  background: white;
  border: none;
}
.home-secBB .swiper .swiper-nav button:hover svg path {
  fill: white;
}
.home-secBB .swiper .swiper-nav button:first-child {
  margin-left: 50px;
}
.home-secBB .swiper .swiper-nav button:last-child {
  margin-right: 50px;
}
.home-secBB .swiper .swiper-wrapper .swiper-slide:hover img {
  scale: 1.1;
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 378px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secBB .swiper .swiper-wrapper .swiper-slide figure {
    height: 360px;
  }
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.711) 75%);
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure .figinfo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1 !important;
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure .figinfo h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .home-secBB .swiper .swiper-wrapper .swiper-slide figure .figinfo h3 {
    font-size: 17px;
  }
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure .figinfo .location {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure .figinfo .location img {
  width: 20px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.home-secBB .swiper .swiper-wrapper .swiper-slide figure .figinfo .location p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.home-secC {
  padding: 50px 0;
  background: #ECECEC;
}
.home-secC .flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .heading {
    text-align: center;
  }
}
.home-secC .flex-box .heading h2 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .heading h2 {
    font-size: 25px;
  }
}
.home-secC .flex-box .heading p {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .heading p {
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .right-btn {
    width: 100%;
  }
}
.home-secC .flex-box .right-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #232963;
  padding: 10px 20px;
  border-radius: 25px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .right-btn a {
    padding: 5px 20px;
  }
}
.home-secC .flex-box .right-btn a span {
  color: #232963;
  font-weight: 700;
  font-size: 14px;
}
.home-secC .flex-box .right-btn a svg {
  width: 15px;
  height: 12px;
}
.home-secC .flex-box .right-btn a svg path {
  fill: #232963;
}
.home-secC .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home-secC .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-secC .grid-box .grid-box-item {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
}
.home-secC .grid-box .grid-box-item .top-left {
  position: absolute;
  top: 10px;
  left: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  width: 28px;
  height: 15px;
  display: inline-block;
  transform: translate(-15px, -15px);
  transition: 0.5s ease;
}
.home-secC .grid-box .grid-box-item .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  width: 28px;
  height: 15px;
  display: inline-block;
  transform: translate(15px, 15px);
  transition: 0.5s ease;
}
.home-secC .grid-box .grid-box-item h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #232963;
  transition: 0.5s ease;
}
.home-secC .grid-box .grid-box-item .flex-box p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  transition: 0.5s ease;
}
.home-secC .grid-box .grid-box-item .flex-box svg {
  transform: rotate(-90deg);
}
.home-secC .grid-box .grid-box-item .flex-box svg path {
  stroke: var(--primary);
}
.home-secC .grid-box .active {
  background: var(--primary);
}
.home-secC .grid-box .active h3 {
  color: white;
}
.home-secC .grid-box .active p {
  color: white !important;
}
.home-secC .grid-box .active img {
  opacity: 0;
}
.home-secC .grid-box .active .top-left {
  transform: translate(0px, 0px);
}
.home-secC .grid-box .active .bottom-right {
  transform: translate(0px, 0px);
}

.home-secCCC {
  background: #fff;
  padding: 50px 0;
}
.home-secCCC .flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secCCC .flex-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home-secCCC .flex-box .heading h2 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secCCC .flex-box .heading h2 {
    text-align: center;
  }
}
.home-secCCC .flex-box .heading p {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 540px) {
  .home-secCCC .flex-box .heading p {
    text-align: center;
    max-width: 80%;
    line-height: 1.1;
    margin: 10px auto;
  }
}
.home-secCCC .flex-box .right-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #232963;
  padding: 10px 20px;
  border-radius: 25px;
  margin: auto;
}
.home-secCCC .flex-box .right-btn a span {
  color: #232963;
  font-weight: 700;
  font-size: 14px;
}
.home-secCCC .flex-box .right-btn a svg {
  width: 15px;
  height: 12px;
}
.home-secCCC .flex-box .right-btn a svg path {
  fill: #232963;
}
.home-secCCC .swiper {
  position: relative;
  padding: 20px 0 20px 0;
}
.home-secCCC .swiper .swiper-nav {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secCCC .swiper .swiper-nav {
    display: none;
  }
}
.home-secCCC .swiper .swiper-nav button {
  background: white;
  border: none;
}
.home-secCCC .swiper .swiper-nav button:hover svg path {
  fill: white;
}
.home-secCCC .swiper .swiper-nav button:first-child {
  margin-left: 40px;
}
.home-secCCC .swiper .swiper-nav button:last-child {
  margin-right: 40px;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #ECECEC;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide:hover img {
  scale: 1.1;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figure {
  height: 300px;
  overflow: hidden;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 25px 55px 25px 25px;
  max-height: 270px;
  overflow-x: auto;
}
@media only screen and (max-width: 540px) {
  .home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption {
    max-width: 200px;
  }
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption::-webkit-scrollbar {
  width: 4px;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption {
    padding: 25px 20px 25px 25px;
  }
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #232963;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption h4 {
    font-size: 16px;
  }
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 4px;
}
.home-secCCC .swiper .swiper-wrapper .swiper-slide figcaption span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.home-secD {
  position: relative;
  color: white;
  overflow: hidden;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-secD {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    height: 60vh;
  }
}
.home-secD::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60.1%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 540px) {
  .home-secD::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60.1%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  }
}
.home-secD .video-background video, .home-secD .video-background img {
  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-secD .video-background .container {
    padding: 0;
  }
}
.home-secD .video-background .container .top-left {
  position: absolute;
  top: 10%;
  left: 10%;
  border-left: 7px solid white;
  border-top: 7px solid white;
  width: 129px;
  height: 68px;
  display: inline-block;
  transform: translate(-15px, -15px);
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .top-left {
    display: none;
  }
}
.home-secD .video-background .container .bottom-right {
  position: absolute;
  bottom: 10%;
  right: 10%;
  border-bottom: 7px solid white;
  border-right: 7px solid white;
  width: 129px;
  height: 68px;
  display: inline-block;
  transform: translate(15px, 15px);
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .bottom-right {
    display: none;
  }
}
.home-secD .video-background .container .bg-wrapper {
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 0;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-secD .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .bg-wrapper {
    top: 50%;
    margin-left: 0;
    left: 50%;
    height: -moz-fit-content;
    height: fit-content;
    transform: translate(-50%, -50%);
  }
}
.home-secD .video-background .container .bg-wrapper figure {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .home-secD .video-background .container .bg-wrapper figure {
    margin-bottom: 50px;
  }
}
.home-secD .video-background .container .bg-wrapper h2 {
  font-weight: 800;
  line-height: 0.99;
  margin-bottom: 18px;
  max-width: 770px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .home-secD .video-background .container .bg-wrapper h2 {
    max-width: 540px;
    font-size: 29px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .bg-wrapper h2 {
    max-width: 100%;
    text-align: center;
    margin: auto;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.home-secD .video-background .container .bg-wrapper p {
  font-weight: 400;
  line-height: 1.5;
  max-width: 780px;
  margin: auto;
  font-size: 16px;
  color: white;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .home-secD .video-background .container .bg-wrapper p {
    max-width: 540px;
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .bg-wrapper p {
    max-width: 100%;
    text-align: center;
    max-width: 95%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.home-secD .video-background .container .bg-wrapper .counter_sec {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin: 60px 0 10px 0;
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .bg-wrapper .counter_sec {
    flex-direction: column;
    gap: 20px;
  }
}
.home-secD .video-background .container .bg-wrapper .counter_sec h4 {
  font-weight: 800;
  font-size: 36px;
  line-height: 55px;
}
.home-secD .video-background .container .bg-wrapper .counter_sec p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.home-secD .video-background .container .bg-wrapper .custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  margin: auto;
  margin-top: 70px;
}
@media only screen and (max-width: 540px) {
  .home-secD .video-background .container .bg-wrapper .custom-btn {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
  }
}
.home-secD .video-background .container .bg-wrapper .custom-btn a {
  border: 1px solid white;
  padding: 10px 50px;
  border-radius: 25px;
  font-weight: 700;
  transition: 0.5s ease;
}
.home-secD .video-background .container .bg-wrapper .custom-btn a:hover {
  background: #fff;
  color: var(--primary);
}
.home-secD .video-background .container .bg-wrapper .custom-btn a {
  color: white;
}

.home-secE {
  padding: 100px 0;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 60px 0;
  }
}
.home-secE .flex-box {
  justify-content: space-evenly;
  gap: 150px;
}
@media only screen and (max-width: 1024px) {
  .home-secE .flex-box {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box {
    flex-direction: column;
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .flex-box {
    gap: 20px;
  }
}
.home-secE .flex-box .flex-box-item:first-child figure {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:first-child figure {
    margin: auto;
  }
}
.home-secE .flex-box .flex-box-item:first-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secE .flex-box .flex-box-item:first-child figure .top-left {
  position: absolute;
  top: -7%;
  left: -7%;
  border-left: 7px solid var(--primary);
  border-top: 7px solid var(--primary);
  width: 129px;
  height: 68px;
  display: inline-block;
  transform: translate(-15px, -15px);
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:first-child figure .top-left {
    top: 1%;
    left: 1%;
  }
}
.home-secE .flex-box .flex-box-item:first-child figure .bottom-right {
  position: absolute;
  bottom: -7%;
  right: -7%;
  border-bottom: 7px solid var(--primary);
  border-right: 7px solid var(--primary);
  width: 129px;
  height: 68px;
  display: inline-block;
  transform: translate(15px, 15px);
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:first-child figure .bottom-right {
    bottom: 3%;
    right: 1%;
  }
}
.home-secE .flex-box .flex-box-item:last-child {
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:last-child {
    max-width: 100%;
    text-align: center;
  }
}
.home-secE .flex-box .flex-box-item:last-child h4 {
  color: var(--text) !important;
  font-size: 16px;
  line-height: 45px;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:last-child h4 {
    margin: auto;
  }
}
.home-secE .flex-box .flex-box-item:last-child h2 {
  color: #232963;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  margin: 15px 0 10px 0;
  max-width: 75%;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:last-child h2 {
    font-size: 30px;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .flex-box .flex-box-item:last-child h2 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1;
  }
}
.home-secE .flex-box .flex-box-item:last-child p {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:last-child p {
    max-width: 70%;
    margin: auto;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .flex-box .flex-box-item:last-child p {
    max-width: 100%;
  }
}
.home-secE .flex-box .flex-box-item:last-child .bottom-btn {
  text-align: center;
  margin: auto;
  padding-top: 30px;
}
.home-secE .flex-box .flex-box-item:last-child .bottom-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #232963;
  padding: 10px 20px;
  border-radius: 25px;
}
@media only screen and (max-width: 768px) {
  .home-secE .flex-box .flex-box-item:last-child .bottom-btn a {
    margin: auto;
  }
}
.home-secE .flex-box .flex-box-item:last-child .bottom-btn a span {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.home-secE .flex-box .flex-box-item:last-child .bottom-btn a svg {
  width: 15px;
  height: 12px;
}
.home-secE .flex-box .flex-box-item:last-child .bottom-btn a svg path {
  fill: white;
}

.home-secF {
  background: #ECECEC;
  padding: 50px 0;
}
.home-secF .flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home-secF .flex-box .heading h2 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box .heading h2 {
    text-align: center;
    line-height: 1.1;
    font-size: 26px;
  }
}
.home-secF .flex-box .heading p {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box .heading p {
    text-align: center;
    max-width: 100%;
    line-height: 1.2;
    margin: 10px auto;
    font-size: 14px;
  }
}
.home-secF .flex-box .right-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #232963;
  padding: 10px 20px;
  border-radius: 25px;
  margin: auto;
}
.home-secF .flex-box .right-btn a span {
  color: #232963;
  font-weight: 700;
  font-size: 14px;
}
.home-secF .flex-box .right-btn a svg {
  width: 15px;
  height: 12px;
}
.home-secF .flex-box .right-btn a svg path {
  fill: #232963;
}
.home-secF .swiper {
  position: relative;
  padding: 50px 0 20px 0;
}
.home-secF .swiper .swiper-nav {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secF .swiper .swiper-nav {
    display: none;
  }
}
.home-secF .swiper .swiper-nav button {
  background: white;
  border: none;
}
.home-secF .swiper .swiper-nav button:hover svg path {
  fill: white;
}
.home-secF .swiper .swiper-nav button:first-child {
  margin-left: 40px;
}
.home-secF .swiper .swiper-nav button:last-child {
  margin-right: 40px;
}
.home-secF .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: var(--white);
}
.home-secF .swiper .swiper-wrapper .swiper-slide:hover img {
  scale: 1.1;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figure {
  height: 300px;
  overflow: hidden;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.home-secF .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 25px 55px 25px 25px;
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper .swiper-wrapper .swiper-slide figcaption {
    padding: 25px 20px 25px 25px;
  }
}
.home-secF .swiper .swiper-wrapper .swiper-slide figcaption h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #232963;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper .swiper-wrapper .swiper-slide figcaption h4 {
    font-size: 16px;
  }
}
.home-secF .swiper .swiper-wrapper .swiper-slide figcaption span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.home-secG {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.home-secG .container .heading {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .home-secG .container .heading {
    max-width: 100%;
  }
}
.home-secG .container .heading h2 {
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secG .container .heading h2 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 27px;
    line-height: 1.1;
  }
}
.home-secG .container .heading p {
  font-weight: 500;
  font-size: 16px;
}
.home-secG .container .review-swiper-slide .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
  max-width: 110%;
}
@media only screen and (max-width: 540px) {
  .home-secG .container .review-swiper-slide .swiper-nav {
    display: none;
  }
}
.home-secG .container .review-swiper-slide .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  border: none;
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-prev {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-prev svg path {
  fill: var(--primary);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-prev:hover {
  background: var(--primary);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-prev:hover svg path {
  fill: var(--white);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-next {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-next svg path {
  fill: var(--primary);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-next:hover {
  background: var(--primary);
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secG .container .review-swiper-slide .swiper-nav button.swiper-next:hover svg path {
  fill: var(--white);
}
.home-secG .container .review-swiper-slide .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secG .container .review-swiper-slide .swiper-nav button svg path {
  fill: var(--black);
}
.home-secG .container .review-swiper-slide .review-slider {
  padding: 30px 0 20px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secG .container .review-swiper-slide .review-slider {
    padding: 30px 0 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .container .review-swiper-slide .review-slider {
    padding: 20px 0 10px 0;
  }
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide {
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .flex-box {
  display: flow;
  margin-bottom: 20px;
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item figure {
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1;
  overflow: hidden;
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item .info h4 {
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item .info p {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}
.home-secG .container .review-swiper-slide .review-slider .swiper-slide .content p {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secG .container .review-swiper-slide .review-slider .swiper-slide .content p {
    font-size: 14px;
  }
}/*# sourceMappingURL=home.css.map */