/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap");
.blur-gradient {
  position: absolute;
  width: 1046px;
  height: 344px;
  left: 42%;
  top: 20px;
  background: linear-gradient(89.28deg, rgba(98, 98, 140, 0) 3.91%, rgba(134, 134, 255, 0.5) 9.89%, rgba(66, 66, 227, 0.5) 44.88%, rgba(47, 196, 255, 0.5) 81.59%, rgba(51, 166, 249, 0) 89.27%);
  filter: blur(130px);
}
@media (max-width: 1660px) {
  .blur-gradient {
    width: 57%;
    height: 344px;
  }
}
@media (max-width: 1440px) {
  .blur-gradient {
    width: 50%;
    height: 344px;
  }
}

.tab-container {
  margin: 5% 10%;
  background-color: #c1e3d9;
  padding: 3%;
  border-radius: 4px;
}

.tab-menu ul {
  margin: 0;
  padding: 0;
}

.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.tab-menu ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  background-color: #b4cbc4;
  padding: 7px 25px;
  border-radius: 4px;
}

.tab-menu ul li a.active-a {
  background-color: #588d7d;
  color: #ffffff;
}

.tab {
  display: none;
}

.tab h2 {
  color: rgba(0, 0, 0, 0.7);
}

.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.project-contain {
  background: linear-gradient(280.81deg, #CBDEB7 -28.04%, #F2FFE6 21.89%, #FFFFFF 57.39%, #EBFFEA 79.51%);
  border: 2px solid #33AA00;
  box-shadow: 8px 11px 29px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  margin-top: 58px;
  position: relative;
}

.project-tab-menu {
  margin-top: -24px;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .project-tab-menu {
    margin-top: 24px;
  }
}
.project-tab-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1199px) {
  .project-tab-menu ul {
    gap: 20px;
  }
}

.tab-a {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 30px;
  border: 1px solid #33AA00;
  background-color: #FAFAFF;
  font-size: 17px;
  font-family: "Public Sans", sans-serif;
  color: #33AA00;
  letter-spacing: 0.43px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .tab-a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .tab-a {
    height: 40px;
    padding: 0 22px;
  }
}
.tab-a.active-a {
  background-color: #33AA00;
  color: #fff;
}

.our-project-tab {
  padding: 54px 30px 74px 30px;
  display: none;
}
@media (max-width: 767px) {
  .our-project-tab {
    padding: 40px 30px 30px 30px;
  }
}
.our-project-tab.tab-active {
  display: block;
}

.our-project-tab .card {
  box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
}
.our-project-tab .card figure {
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.our-project-tab .card figure img {
  border-radius: 16px 16px 0px 0px;
  transition: 0.8s;
}
.our-project-tab .card:hover figure img {
  transform: scale(1.06);
}

.sans {
  font-family: "Public Sans", sans-serif;
}

.sora {
  font-family: "Sora", sans-serif;
}

h1 {
  font-size: 66px;
  line-height: 76px;
}
@media (max-width: 1660px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 1660px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-size: 38px;
  line-height: 52px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 30px;
    line-height: 46px;
  }
}

h3 {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 22px;
    line-height: 36px;
  }
}

.gray1 {
  color: #5D586C;
}

.gray2 {
  color: #616161;
}

.primary {
  color: #0F1548;
}

.secondary {
  color: #33AA00;
}

.btn {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #33AA00;
  border: 1px solid #33AA00;
  color: #fff;
  font-family: "Public Sans", sans-serif;
  border-radius: 54px;
  padding: 0 36px;
  transition: 0.4s;
  letter-spacing: 0.43px;
  font-weight: 400;
  min-height: 54px;
}
@media (max-width: 1280px) {
  .btn {
    height: 48px;
    min-height: 48px;
    padding: 0 26px;
  }
}
.btn:hover {
  background-color: transparent;
  color: #33AA00;
  border: 1px solid #33AA00;
}
.btn.h-48 {
  height: 48px;
  padding: 0 26px;
}
@media (max-width: 1280px) {
  .btn.h-48 {
    height: 46px;
    padding: 0 26px;
    min-height: 46px;
  }
}
.btn.h-48.btn-outline {
  background-color: transparent;
  border: 1px solid #33AA00;
  color: #33AA00;
}
.btn.h-48.btn-outline:hover {
  background-color: #33AA00;
  color: #fff;
}

.heading p {
  letter-spacing: 0.4px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1366px) {
  .heading p {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .heading p {
    font-size: 16px;
    line-height: 26px;
  }
}

.banner-img img {
  position: absolute;
  top: 127px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .banner-img img {
    max-width: 700px;
  }
}
@media (max-width: 1280px) {
  .banner-img img {
    max-width: 615px;
  }
}
@media (max-width: 1199px) {
  .banner-img img {
    max-width: 500px;
    top: 136px;
  }
}
@media (max-width: 991px) {
  .banner-img img {
    max-width: 400px;
    top: 176px;
  }
}
@media (max-width: 767px) {
  .banner-img img {
    position: static;
    top: unset;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .banner-img img {
    width: 100%;
  }
}

.our-service {
  padding-top: 277px;
}
@media (max-width: 1660px) {
  .our-service {
    padding-top: 242px;
  }
}
@media (max-width: 1660px) {
  .our-service {
    padding-top: 180px;
  }
}
@media (max-width: 1366px) {
  .our-service {
    padding-top: 109px;
  }
}
@media (max-width: 1199px) {
  .our-service {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .our-service {
    padding-top: 50px;
  }
}

.why-choose-card .circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
@media (max-width: 1366px) {
  .why-choose-card .circle {
    width: 70px;
    height: 70px;
  }
  .why-choose-card .circle img {
    max-width: 30px;
  }
}
.why-choose-card .circle.purple {
  background: linear-gradient(352.91deg, #7A5AFB -28.4%, #D585FC 128.94%);
}
.why-choose-card .circle.orange {
  background: linear-gradient(0.95deg, #F3666B -9.56%, #FADA05 123.11%);
}

.service-img {
  background: linear-gradient(280.81deg, rgba(203, 222, 183, 0.7) -28.04%, rgba(242, 255, 230, 0.7) 21.89%, rgba(255, 255, 255, 0.7) 57.39%, rgba(235, 255, 234, 0.7) 79.51%);
  border-radius: 24px 24px 0px 0px;
}

.service-main-part {
  position: relative;
}
.service-main-part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1564px;
  height: 847px;
  filter: blur(130px);
  background: linear-gradient(89.28deg, rgba(98, 98, 140, 0) 3.91%, rgba(134, 134, 255, 0.1) 9.89%, rgba(66, 66, 227, 0.1) 44.88%, rgba(47, 196, 255, 0.1) 81.59%, rgba(51, 166, 249, 0) 89.27%);
  z-index: -1;
}
@media (max-width: 1660px) {
  .service-main-part::after {
    width: 80%;
  }
}

.service-card {
  border-radius: 32px;
  position: relative;
}
.service-card.odd {
  border: 4px solid #33AA00;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
}
.service-card.odd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 91%;
  height: 4px;
  background-color: #33AA00;
}
.service-card.odd::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 100px;
  height: 100px;
  border: 4px solid #33AA00;
  border-radius: 32px;
  border-top: 0;
  border-left: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.service-card.even {
  position: relative;
  border-bottom: 0;
  border-left: 4px solid #33AA00;
}
.service-card.even::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 100px;
  height: 100px;
  border: 4px solid #33AA00;
  border-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-bottom: 0;
}
.service-card.even::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 96%;
  height: 100%;
  border: 4px solid #33AA00;
  border-radius: 32px;
  border-right: 0;
  border-top: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}
.service-card:first-child {
  border: 4px solid #33AA00;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.service-card:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 91%;
  height: 4px;
  background-color: #33AA00;
}
.service-card:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 100px;
  height: 100px;
  border: 4px solid #33AA00;
  border-radius: 32px;
  border-top: 0;
  border-left: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.service-card:nth-of-type(odd) {
  position: relative;
}
.service-card:nth-of-type(even) {
  margin-top: -4px;
  border-right: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.client-slider {
  position: relative;
}
.client-slider .slick-arrow {
  width: 58px;
  height: 58px;
  border: 1px solid #33AA00;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
  background-color: #fff;
  z-index: 9;
}
.client-slider .slick-arrow i {
  font-size: 35px;
  color: #33AA00;
}
.client-slider .slick-arrow:hover {
  background-color: #33AA00;
}
.client-slider .slick-arrow:hover i {
  color: #fff;
}
.client-slider .slick-arrow.left {
  position: absolute;
  top: 50%;
  left: -82px;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .client-slider .slick-arrow.left {
    left: -15px;
  }
}
.client-slider .slick-arrow.right {
  position: absolute;
  top: 50%;
  right: -82px;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .client-slider .slick-arrow.right {
    right: -15px;
  }
}

.our-service::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 900px;
  height: 371px;
  background: linear-gradient(89.28deg, rgba(98, 98, 140, 0) 3.91%, rgba(134, 134, 255, 0.2) 9.89%, rgba(66, 66, 227, 0.2) 44.88%, rgba(47, 196, 255, 0.2) 81.59%, rgba(51, 166, 249, 0) 89.27%);
  filter: blur(130px);
  z-index: -1;
}
@media (max-width: 1660px) {
  .our-service::before {
    width: 60%;
  }
}
.our-service::after {
  content: "";
  position: absolute;
  top: 17%;
  right: 0;
  width: 900px;
  height: 371px;
  background: linear-gradient(89.28deg, rgba(98, 98, 140, 0) 3.91%, rgba(134, 134, 255, 0.2) 9.89%, rgba(66, 66, 227, 0.2) 44.88%, rgba(47, 196, 255, 0.2) 81.59%, rgba(51, 166, 249, 0) 89.27%);
  filter: blur(130px);
  z-index: -1;
}
@media (max-width: 1660px) {
  .our-service::after {
    width: 60%;
  }
}

.service-gradient::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 891.71px;
  height: 397.04px;
  background: linear-gradient(224.62deg, rgba(227, 179, 255, 0.2) 32.5%, rgba(255, 113, 29, 0.2) 39.18%, rgba(254, 187, 102, 0.2) 58.27%, rgba(253, 205, 73, 0.2) 65.26%, rgba(253, 205, 73, 0) 73.76%);
  filter: blur(80px);
}
@media (max-width: 1660px) {
  .service-gradient::after {
    width: 40%;
  }
}

.why-choose::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1050.99px;
  height: 342.15px;
  bottom: -11.95%;
  background: linear-gradient(89.28deg, rgba(98, 98, 140, 0) 3.91%, rgba(134, 134, 255, 0.2) 9.89%, rgba(66, 66, 227, 0.2) 44.88%, rgba(47, 196, 255, 0.2) 81.59%, rgba(51, 166, 249, 0) 89.27%);
  filter: blur(130px);
}
@media (max-width: 1280px) {
  .why-choose::after {
    width: 80%;
  }
}

.bring-with-our-services::after {
  content: "";
  position: absolute;
  background: linear-gradient(89.28deg, rgba(98, 98, 140, 0) 3.91%, rgba(134, 134, 255, 0.2) 9.89%, rgba(66, 66, 227, 0.2) 44.88%, rgba(47, 196, 255, 0.2) 81.59%, rgba(51, 166, 249, 0) 89.27%);
  filter: blur(130px);
  bottom: -15%;
  right: 0;
  width: 1050.99px;
  height: 342.15px;
}
@media (max-width: 991px) {
  .bring-with-our-services::after {
    width: 60%;
  }
}

.banner-content::after {
  position: absolute;
  content: "";
  bottom: -15%;
  left: -18%;
  width: 667px;
  height: 281px;
  background: linear-gradient(224.62deg, rgba(227, 179, 255, 0.5) 32.5%, rgba(255, 113, 29, 0.5) 39.18%, rgba(254, 187, 102, 0.5) 58.27%, rgba(253, 205, 73, 0.5) 65.26%, rgba(253, 205, 73, 0) 73.76%);
  filter: blur(80px);
  transform: rotate(-33.83deg);
  z-index: -1;
}
@media (max-width: 575px) {
  .banner-content::after {
    width: 400px;
  }
}
@media (max-width: 375px) {
  .banner-content::after {
    width: 300px;
  }
}

@media (max-width: 1023px) {
  .navabr-nav {
    position: fixed;
    width: 300px;
    background-color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    z-index: 20;
    transform: translateX(-100%);
    transition: 0.4s;
  }
  .navabr-nav.active {
    transform: translateX(0);
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9;
  transition: 0.4s;
}
.overlay.active {
  display: block;
}

@media (max-width: 767px) {
  .large-btn {
    display: none;
  }
}

.samll-btn {
  display: none;
}
@media (max-width: 767px) {
  .samll-btn {
    display: inline-flex;
  }
}

.bar {
  display: none;
}
@media (max-width: 1023px) {
  .bar {
    display: block;
  }
  .bar i {
    font-size: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
