:root {
  --bg1: #f9f9f9;
  --bg2: #e9f0f1;
  --sec: #152a48;
  --text1: #3e3e3e;
  --title: #4f9d95;
}

.darkMode {
  --bg1: #2c6f74;
  --bg2: #152a48;
  --sec: #fff;
  --text1: #e9f0f1;
  --title: #f9f9f9;
}

@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-ExtraLight.woff2") format("woff2"), url("../fonts/zain/Zain-ExtraLight.woff") format("woff"), url("../fonts/zain/Zain-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-Light.woff2") format("woff2"), url("../fonts/zain/Zain-Light.woff") format("woff"), url("../fonts/zain/Zain-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-Regular.woff2") format("woff2"), url("../fonts/zain/Zain-Regular.woff") format("woff"), url("../fonts/zain/Zain-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-Bold.woff2") format("woff2"), url("../fonts/zain/Zain-Bold.woff") format("woff"), url("../fonts/zain/Zain-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-ExtraBold.woff2") format("woff2"), url("../fonts/zain/Zain-ExtraBold.woff") format("woff"), url("../fonts/zain/Zain-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-Black.woff2") format("woff2"), url("../fonts/zain/Zain-Black.woff") format("woff"), url("../fonts/zain/Zain-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-LightItalic.woff2") format("woff2"), url("../fonts/zain/Zain-LightItalic.woff") format("woff"), url("../fonts/zain/Zain-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zain";
  src: url("../fonts/zain/Zain-Italic.woff2") format("woff2"), url("../fonts/zain/Zain-Italic.woff") format("woff"), url("../fonts/zain/Zain-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "reqa";
  src: url("../fonts/reqa/BaradaReqa.woff2") format("woff2"), url("../fonts/reqa/BaradaReqa.woff") format("woff"), url("../fonts/reqa/BaradaReqa.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #80fed7 var(--bg1);
  scroll-behavior: unset !important;
}

body {
  font-family: zain;
  font-weight: 400;
  color: var(--text1);
  background-color: var(--bg1);
}
body::-webkit-scrollbar {
  background-color: var(--bg1);
  width: 4px;
  height: 0;
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #80fed7;
  border-radius: 3px;
}
html[dir=ltr] body {
  text-transform: capitalize;
}

.overflow {
  overflow: hidden;
}

.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}
.row > * {
  --bs-gutter-x: 30px;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.en {
  display: inline-flex;
  direction: ltr;
}

/* General Resets */
* {
  outline: 0 !important;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-inner-spin-button, input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

select {
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: left 20px top 50%;
}
html[dir=ltr] select {
  background-position: right 20px top 50%;
}
@media (max-width: 767px) {
  select {
    background-position: left 15px top 50%;
  }
  html[dir=ltr] select {
    background-position: right 15px top 50%;
  }
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-twitter::before {
  content: "\e61b";
}

.fa-facebook::before {
  content: "\f39e";
}

.lazy-img-parent img {
  transition: all 0.3s ease-in-out;
}

.loading-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
}
.loading-img img {
  opacity: 0 !important;
  filter: blur(40px);
}

.loaded-img img {
  opacity: 1;
  filter: blur(0);
}

.slider-content {
  position: relative;
}

.swiper-pagination.swiper-pagination-bullets {
  position: relative;
  inset: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12px;
  gap: 3px;
  z-index: 5;
  margin-top: 35px;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 0;
  background-color: var(--sec);
  opacity: 0.3;
  cursor: pointer;
  margin: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
}
@media (max-width: 767px) {
  .swiper-pagination.swiper-pagination-bullets {
    height: 10px;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
  }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
  }
}

.main-slider {
  position: relative;
}
.main-slider .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 34px;
  left: 0;
  margin: 0;
}
.main-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
}
@media (max-width: 991px) {
  .main-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: 50px;
  }
}

.projects-slider .swiper-pagination.swiper-pagination-bullets {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .projects-slider .swiper-pagination.swiper-pagination-bullets {
    margin-top: 35px;
  }
}

.testimonials-slider .swiper-pagination.swiper-pagination-bullets {
  margin-top: 59px;
}
@media (max-width: 767px) {
  .testimonials-slider .swiper-pagination.swiper-pagination-bullets {
    margin-top: 35px;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
.about-section .section-head {
  margin-bottom: 25px;
}
.services-section .section-head {
  margin-bottom: 35px;
}
.projects-section .section-head {
  margin-bottom: 25px;
}
.contact-section .section-head {
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .contact-section .section-head {
    margin-bottom: 30px;
  }
}
.partners-section .section-head {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .partners-section .section-head {
    margin-bottom: 30px;
  }
}
.testimonials-section .section-head {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .testimonials-section .section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-head {
    gap: 15px;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  font-size: 36px;
  color: var(--sec);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}
.section-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.section-title span::before, .section-title span::after {
  content: "";
  background-image: url("../images/bg/title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 39px;
  height: 24px;
}
.darkMode .section-title span::before, .darkMode .section-title span::after {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .section-title span {
    gap: 15px;
  }
  .section-title span::before, .section-title span::after {
    width: 20px;
  }
}
.section-title:after {
  content: "";
  background-image: url("../images/bg/border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 126px;
  height: 11px;
}
@media (max-width: 767px) {
  .section-title:after {
    width: 100px;
  }
}
.darkMode .section-title:after {
  filter: brightness(0) invert(1);
}
.contact-section .section-title {
  color: #fff;
}
.contact-section .section-title span::before, .contact-section .section-title span::after {
  filter: brightness(0) invert(1);
}
.contact-section .section-title::after {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.section-subtitle {
  color: var(--title);
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}
.contact-section .section-subtitle {
  color: #fff;
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 18px;
  }
}

.section-btn {
  height: 48px;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 165px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c6f74;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border: 1px solid #2c6f74;
  margin: 36px auto 0;
  transition: all 0.3s ease-in-out;
}
.section-btn:focus {
  color: #fff;
}
.section-btn:hover {
  background-color: transparent;
  color: #27686e;
  border-color: #27686e;
}
.darkMode .section-btn {
  background-color: #fff;
  color: #152a48;
  border-color: #fff;
}
.darkMode .section-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.form-group {
  margin-bottom: 12px;
}

.form-control {
  background-color: #f9f9f9;
  border: 2px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
  height: 48px;
  padding: 0 41px;
  font-weight: 700;
  font-size: 16px;
  color: var(--sec);
  outline: none !important;
  box-shadow: none !important;
  line-height: 1.4;
  resize: none;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .form-control {
  text-align: right;
}
.form-control::-moz-placeholder {
  font-weight: 400;
  color: #989898;
}
.form-control::placeholder {
  font-weight: 400;
  color: #989898;
}
.form-control:focus {
  border-color: #80fed7;
  background-color: #f9f9f9;
}
.form-control:is(textarea) {
  height: 155px;
  padding: 15px 41px;
}

.submit-btn {
  height: 48px;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 165px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c6f74;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border: 1px solid #2c6f74;
  margin: 30px 0 0;
  transition: all 0.3s ease-in-out;
}
.submit-btn:focus {
  color: #fff;
}
.submit-btn:hover {
  background-color: transparent;
  color: #27686e;
  border-color: #27686e;
}
.darkMode .submit-btn:hover {
  color: #fff;
  border-color: #fff;
}

body {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body {
    overflow-x: unset;
  }
}

.has-pattern {
  position: relative;
}
@media (max-width: 991px) {
  .has-pattern {
    overflow: hidden;
  }
}

.pattern {
  position: absolute;
  width: 584px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 584/355;
  z-index: 2;
  opacity: 3%;
  fill: var(--sec);
}
.breadcrumb-section .pattern {
  width: 274px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.05px;
  fill: #80fed7;
}
@media (max-width: 767px) {
  .breadcrumb-section .pattern {
    width: 150px;
  }
}
.main-section .pattern {
  opacity: 5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #80fed7;
}
.about-section .pattern {
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .about-section .pattern {
    top: 140px;
    transform: none;
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.services-section .pattern {
  top: 17px;
  inset-inline-start: -170px;
}
@media (max-width: 767px) {
  .services-section .pattern {
    inset-inline: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.projects-section .pattern {
  top: 120px;
  inset-inline-end: -120px;
}
.contact-section .pattern {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  fill: #fff;
}
.testimonials-section .pattern {
  top: 29px;
  inset-inline-end: -188px;
}
.main-footer .pattern {
  width: 445px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 43px;
  fill: #fff;
  opacity: 2%;
}
.services-main .pattern {
  bottom: 105px;
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .services-main .pattern {
    bottom: unset;
    top: 140px;
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.project-main .pattern {
  top: 180px;
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .project-main .pattern {
    top: 140px;
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.project-img .pattern {
  top: 190px;
  inset-inline-start: -170px;
}
.contact-main .pattern {
  bottom: -100px;
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .contact-main .pattern {
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.service-main .pattern {
  bottom: -100px;
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .service-main .pattern {
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.service-provides .pattern {
  top: 0;
  inset-inline-start: -170px;
}
.service-why .pattern {
  bottom: 0;
  inset-inline-end: -164px;
}
.projects-main .pattern.top, .articles-main .pattern.top {
  bottom: 50%;
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .projects-main .pattern.top, .articles-main .pattern.top {
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.article-page .pattern.top {
  top: 130px;
  inset-inline-end: -164px;
}
@media (max-width: 767px) {
  .article-page .pattern.top {
    inset-inline-end: unset;
    inset-inline-start: 50%;
  }
}
.projects-main .pattern.bottom, .articles-main .pattern.bottom {
  top: 50%;
  inset-inline-start: -170px;
}
@media (max-width: 767px) {
  .projects-main .pattern.bottom, .articles-main .pattern.bottom {
    inset-inline-start: unset;
    inset-inline-end: 50%;
  }
}
.article-page .pattern.bottom {
  bottom: 120px;
  inset-inline-start: -170px;
}
@media (max-width: 767px) {
  .article-page .pattern.bottom {
    inset-inline-start: unset;
    inset-inline-end: 50%;
  }
}

.filters-content {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .filters-content {
    overflow-x: auto;
    border-radius: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

.filters-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background-color: var(--bg2);
}
@media (max-width: 991px) {
  .filters-list {
    justify-content: start;
    width: -moz-max-content;
    width: max-content;
  }
}

.filter-btn {
  min-width: 182px;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--text1);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 22px;
  padding: 0 28px;
  border-bottom: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transform: perspective(1px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .filter-btn {
    min-width: auto;
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .filter-btn {
    font-size: 16px;
    height: 55px;
    white-space: nowrap;
    padding: 0 25px;
  }
}
.filter-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sec);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.filter-btn:hover {
  color: var(--sec);
}
.filter-btn.active {
  color: var(--sec);
  font-weight: 900;
  border-color: var(--sec);
}
.filter-btn.active::after {
  opacity: 0.2;
}

.main-section {
  position: relative;
  overflow: hidden;
}

.main-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-cover img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 991px) {
  .main-cover img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}

.main-slider {
  position: relative;
  z-index: 3;
}

.main-content {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 80px 0 4px;
}
@media (max-width: 1199px) {
  .main-content {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .main-content {
    flex-direction: column;
    align-items: center;
    padding: 120px 0 46px;
  }
}

.main-text {
  width: 100%;
  padding-inline-end: 43px;
}
@media (max-width: 1199px) {
  .main-text {
    padding: 40px 0 0;
  }
}
@media (max-width: 991px) {
  .main-text {
    padding: 0;
    text-align: center;
  }
}

.main-title {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .main-title {
    font-size: 38px;
    margin: 0 0 10px;
  }
}

.main-desc {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 1.41;
  margin: 0 0 52px;
}
@media (max-width: 1199px) {
  .main-desc {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .main-desc {
    font-size: 24px;
  }
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 188px;
  height: 48px;
  border-radius: 24px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 800;
  perspective: 1000px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #80fed7;
  color: #152a48;
  background-color: #80fed7;
  transition: all 0.3s ease-in-out;
}
.main-btn:focus {
  color: #152a48;
}
.main-btn:hover {
  color: #80fed7;
  background-color: transparent;
}
@media (max-width: 991px) {
  .main-btn {
    margin: 0 auto;
  }
}

.main-img {
  width: 44%;
  max-width: 500px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .main-img {
    width: 100%;
  }
}

.about-content {
  position: relative;
  z-index: 3;
}

.about-desc {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: var(--text1);
  line-height: 1.42;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 69px;
}
@media (max-width: 767px) {
  .about-desc {
    font-size: 16px;
    margin: 0 0 40px;
  }
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 370px;
    gap: 30px;
    margin: 0 auto;
  }
}

.feature-item {
  padding: 0 14px 26px;
  position: relative;
}
.feature-item:nth-of-type(1){
  --color: #e47625
}
.feature-item:nth-of-type(2){
  --color: #4f9d95
}
.feature-item:nth-of-type(3){
  --color: #152a48
}
.feature-item:after {
  content: "";
  display: block;
  border-radius: 20px 20px 79px 79px;
  border: 4px solid var(--color);
  border-top: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 209px;
}
.feature-item .feature-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 79px;
  text-align: center;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 37px 22px 49px;
  border-top: 14px solid var(--color);
  transition: all 0.3s ease-in-out;
}
.darkMode .feature-item .feature-content {
  background-color: #2c6f74;
}
.feature-item .feature-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--sec);
  line-height: 1.4;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-icon {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 21px;
}
.feature-item .feature-icon .main {
  fill: var(--text1);
  stroke: var(--text1);
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-icon .custom {
  fill: var(--color);
  stroke: var(--color);
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-desc {
  font-size: 18px;
  color: var(--text1);
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
.feature-item:hover .feature-content {
  background-color: var(--color);
  border-color: #fff;
}
.feature-item:hover .feature-content .feature-title {
  color: #fff;
}
.feature-item:hover .feature-content .feature-icon .custom {
  fill: #fff;
  stroke: #fff;
}
.feature-item:hover .feature-content .feature-icon .dark {
  fill: #fff;
  stroke: #fff;
}
.feature-item:hover .feature-content .feature-desc {
  color: #fff;
}

.service-item {
  padding: 29px 32px 28px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
}
.service-item .item-icon {
  width: 76px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  transform: perspective(1px);
  margin-bottom: 23px;
}
.service-item .item-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(282.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  opacity: 0.2;
  z-index: -1;
  transform: rotate(-180deg);
}
.service-item .item-title {
  font-size: 28px;
  font-weight: 900;
  color: #4f9d95;
  line-height: 1.393;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 9px;
}
.service-item .item-desc {
  font-size: 18px;
  font-weight: 300;
  color: #3e3e3e;
  height: 125px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3889;
  margin: 0 0 15px;
}
.service-item .item-link {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  font-weight: 700;
  color: #4f9d95;
  line-height: 1.375;
  gap: 8px;
}
.service-item .item-link::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  content: "\e09d";
  transition: all 0.3s ease-in-out;
}
html[dir=ltr] .service-item .item-link::after {
  content: "\e09f";
}
html[dir=rtl] .service-item:hover .item-link:after {
  transform: rotate(-45deg);
}
html[dir=ltr] .service-item:hover .item-link:after {
  transform: rotate(45deg);
}
.swiper-slide .service-item {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1607843137);
}

.projects-slider .swiper {
  height: 428px;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .projects-slider .swiper {
    height: auto;
    overflow: unset;
    padding: 0;
  }
}
.projects-slider .swiper-wrapper {
  align-items: center;
}
.projects-slider .swiper-slide {
  align-self: center;
  height: auto;
}

.project-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.project-item .item-img {
  width: 100%;
  aspect-ratio: 1;
  transition: all 0.3s ease-in-out;
}
.project-item .item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 38px 30px;
  text-align: center;
  background: linear-gradient(180.06deg, rgba(0, 0, 0, 0) -82.43%, #152a48 99.95%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .swiper-slide-active .project-item .item-info {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .project-item .item-info {
    padding: 25px 15px;
  }
}
.project-item .item-icon {
  width: 89px;
  height: 53px;
  fill: #80fed7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.project-item .item-icon img {
  height: 100%;
}
@media (max-width: 767px) {
  .project-item .item-icon {
    width: 70px;
    height: 42px;
    margin-bottom: 10px;
  }
}
.project-item .item-title {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.39;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .project-item .item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.project-item .item-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 21px;
}
@media (max-width: 767px) {
  .project-item .item-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.project-item .item-link {
  height: 44px;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 177px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #80fed7;
  font-size: 20px;
  font-weight: 800;
  color: #152a48;
  transition: all 0.3s ease-in-out;
}
.project-item .item-link:focus {
  color: #152a48;
}
.project-item .item-link:hover {
  background-color: #27686e;
  color: #fff;
}
@media (max-width: 767px) {
  .project-item .item-link {
    min-width: auto;
    padding: 0 25px;
  }
}
.project-item:hover .item-info {
  opacity: 1;
  visibility: visible;
}

.swiper-slide .project-item {
  pointer-events: none;
}
.swiper-slide .project-item .item-img {
  aspect-ratio: 557/350;
}
.swiper-slide.swiper-slide-active .project-item {
  pointer-events: all;
}
@media (min-width: 1200px) {
  .swiper-slide.swiper-slide-active .project-item {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
  }
  .swiper-slide.swiper-slide-active .project-item .item-img {
    aspect-ratio: 557/408;
  }
}

.contact-flex {
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 79px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-flex {
    border-radius: 40px;
  }
}
.darkMode .contact-flex {
  background-color: #152a48;
}

.contact-title {
  text-align: center;
  color: var(--sec);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.393;
  margin: 0 0 40px;
}

.contact-form {
  padding: 43px 76px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 30px 20px;
  }
}

.contact-info {
  width: 385px;
  flex-shrink: 0;
  min-height: 100%;
  padding: 43px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transform: perspective(1px);
}
.contact-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #27686e;
  opacity: 0.1;
}
.darkMode .contact-info:after {
  opacity: 0.25;
}
@media (max-width: 991px) {
  .contact-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding: 30px 20px;
  }
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 45px;
}
.contact-methods li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.method-link {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #27686e;
  line-height: 1.091;
  transition: all 0.3s ease-in-out;
}
.method-link i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  transform: perspective(1px);
  font-size: 18px;
  background: linear-gradient(102.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.method-link i::after {
  content: "";
  background: linear-gradient(282.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-180deg);
  opacity: 0.2;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.method-link:is(a):focus {
  color: #27686e;
}
.method-link:is(a):hover {
  color: var(--sec);
}
.method-link:is(a):hover i::after {
  opacity: 0.3;
}
.darkMode .method-link {
  color: #fff;
}

.copy-btn {
  fill: #27686e;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.copy-btn:hover {
  fill: var(--sec);
}
.darkMode .copy-btn {
  fill: #fff;
}
.darkMode .copy-btn:hover {
  fill: #4f9d95;
}

.socials-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.43;
  color: var(--text1);
  font-weight: 300;
  margin: 0 0 24px;
  opacity: 0.6;
}
.socials-title:after, .socials-title::before {
  content: "";
  width: 12px;
  height: 0.5px;
  background-color: var(--text1);
}

.contact-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 60px;
}

.contact-social {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  transform: perspective(1px);
  font-size: 24px;
  background: linear-gradient(102.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.contact-social::after {
  content: "";
  background: linear-gradient(282.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-180deg);
  opacity: 0.2;
  z-index: -1;
}
.contact-social:hover {
  transform: translateY(-5px);
}

.contact-btn {
  height: 48px;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 137px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c6f74;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border: 1px solid #2c6f74;
  margin: 0 auto 0;
  transition: all 0.3s ease-in-out;
}
.contact-btn:focus {
  color: #fff;
}
.contact-btn:hover {
  background-color: transparent;
  color: #27686e;
  border-color: #27686e;
}
.darkMode .contact-btn:hover {
  color: #fff;
  border-color: #fff;
}

.partners-grid {
  display: flex;
  flex-direction: column;
  gap: 26.5px 28.5px;
  flex-wrap: wrap;
  height: 229px;
  overflow-x: auto;
}
@media (max-width: 991px) {
  .partners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
  }
}
@media (max-width: 767px) {
  .partners-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  width: 170px;
  aspect-ratio: 170/100;
}
@media (max-width: 991px) {
  .partner-item {
    width: 100%;
  }
}

.testimonial-item {
  background-color: #fff;
  border: 1px solid #27686e;
  border-radius: 43px;
  padding: 34px 35px 39px;
}
.testimonial-item .item-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.testimonial-item .item-img {
  width: 68px;
  aspect-ratio: 1;
  border: 4px solid #27686e;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .item-title {
  color: #152a48;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}
.testimonial-item .item-desc {
  font-size: 20px;
  color: #3e3e3e;
  font-weight: 300;
  line-height: 1.4;
  padding-inline-end: 30px;
  margin: 0;
}

.article-item {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 51px;
  box-shadow: 4px 4px 8px 0px rgba(39, 104, 110, 0.1215686275), -4px -4px 8px 0px rgba(39, 104, 110, 0.1215686275);
}
@media (max-width: 767px) {
  .article-item {
    border-radius: 25px;
  }
}
.darkMode .article-item {
  background-color: var(--bg2);
}
.article-item .item-img {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 558/260;
}
.article-item .item-info {
  padding: 19px 26px 25px;
}
.article-item .item-title {
  font-size: 28px;
  color: #27686e;
  line-height: 1.4;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 8px;
}
.darkMode .article-item .item-title {
  color: #fff;
}
.article-item .item-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.article-item .item-title a:hover {
  color: #80fed7;
}
@media (max-width: 767px) {
  .article-item .item-title {
    font-size: 20px;
  }
}
.article-item .item-desc {
  font-size: 20px;
  color: var(--text1);
  font-weight: 300;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 112px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .article-item .item-desc {
    font-size: 16px;
    height: 89.5px;
  }
}
.article-item .item-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sec);
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .article-item .item-date {
    font-size: 16px;
  }
}
.article-item .item-link {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  font-weight: 700;
  color: #4f9d95;
  line-height: 1.375;
  gap: 8px;
}
.article-item .item-link::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  content: "\e09d";
  transition: all 0.3s ease-in-out;
}
html[dir=ltr] .article-item .item-link::after {
  content: "\e09f";
}
html[dir=rtl] .article-item .item-link:hover::after {
  transform: rotate(-45deg);
}
html[dir=ltr] .article-item .item-link:hover::after {
  transform: rotate(45deg);
}

.service_feature-item {
  width: 100%;
  max-width: 285px;
  text-align: center;
  margin: 0 auto;
}
.service_feature-item .feature-img {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.service_feature-item .feature-title {
  font-size: 24px;
  color: #27686e;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 14px;
}
.darkMode .service_feature-item .feature-title {
  color: #fff;
}
@media (max-width: 767px) {
  .service_feature-item .feature-title {
    font-size: 20px;
  }
}
.service_feature-item .feature-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--text1);
}
@media (max-width: 767px) {
  .service_feature-item .feature-desc {
    font-size: 16px;
  }
}

.why-item {
  background-color: #e9f0f1;
  border-radius: 20px;
  padding: 24px 15px;
}
.why-item .item-icon {
  width: 70px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.why-item .item-title {
  font-size: 20px;
  font-weight: 900;
  color: #27686e;
  line-height: 1.4;
  margin-bottom: 9px;
}
.why-item .item-desc {
  font-size: 16px;
  color: #152a48;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.steps-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1199px) {
  .steps-content {
    flex-direction: column;
  }
}

.step-item {
  width: calc(33.3333333333% - 40px);
  position: relative;
  order: 1;
}
@media (max-width: 1199px) {
  .step-item {
    width: 100%;
    padding-inline-start: 50px;
  }
}
@media (max-width: 767px) {
  .step-item {
    padding: 0;
  }
}
.step-item .step-number {
  position: absolute;
  top: -5px;
  inset-inline-start: -5px;
  color: #000;
  opacity: 0.1;
  font-size: 70px;
  font-weight: 900;
}
.darkMode .step-item .step-number {
  color: #fff;
}
@media (max-width: 767px) {
  .step-item .step-number {
    top: -40px;
  }
}
.step-item .step-img {
  width: 100%;
  max-width: 332px;
  aspect-ratio: 332/221;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.step-item .step-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  color: #27686e;
  margin: 0 0 6px;
}
.darkMode .step-item .step-title {
  color: #fff;
}
.step-item .step-desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--text1);
  margin: 0;
  width: 100%;
  max-width: 265px;
}
@media (min-width: 1200px) {
  .step-item:nth-of-type(2) {
    margin-top: 115px;
  }
  .step-item:nth-of-type(5) {
    order: 4;
  }
  .step-item:nth-of-type(4) {
    order: 5;
  }
  .step-item:nth-of-type(n + 4) .step-number {
    inset-inline-start: unset;
    inset-inline-end: -5px;
  }
}

.pre-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #27686e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-loader img {
  width: 335px;
}
@media (max-width: 767px) {
  .pre-loader img {
    width: 200px;
  }
}
.pre-loader .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pre-loader .progress-bar {
  background-color: #80fed7;
  border: none;
  overflow: hidden;
  width: 250px;
  height: 5px;
  box-shadow: none;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .pre-loader .progress-bar {
    width: 100px;
  }
}
.pre-loader .progress-bar span {
  display: block;
}
.pre-loader .bar {
  background-color: #f1f7e4;
  box-shadow: none;
}
.pre-loader .progress {
  animation: loader 8s ease infinite;
  background: #80fed7;
  border: none;
  padding: 0px;
  width: 0;
  height: 5px;
}
.pre-loader .progress-bar {
  transform: rotateY(0deg);
}
.pre-loader .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  header {
    overflow: hidden;
  }
}

.header {
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  align-items: center;
  padding: 27px 0;
}
@media (max-width: 1199px) {
  .header {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 15px 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 202px;
  aspect-ratio: 202/48;
}
@media (max-width: 991px) {
  .logo {
    max-width: 175px;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 33px;
}
@media (max-width: 1199px) {
  .header-tools {
    gap: 15px;
  }
}

.vision-2030 {
  width: 74px;
  aspect-ratio: 74/49;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .vision-2030 {
    display: none;
  }
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  min-width: 135px;
  height: 48px;
  border-radius: 24px;
  padding: 0 32px;
  font-size: 20px;
  font-weight: 800;
  perspective: 1000px;
  cursor: pointer;
  overflow: hidden;
  color: #152a48;
  background-color: #80fed7;
  transition: all 0.3s ease-in-out;
}
.header-btn:focus {
  color: #152a48;
}
.header-btn:hover {
  color: #80fed7;
  background-color: #152a48;
}
@media (max-width: 1199px) {
  .header-btn {
    min-width: none;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.nav-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .nav-trigger {
    display: flex;
  }
}

.menu-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
}
.menu-btn .btn-bar {
  position: relative;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.menu-btn .btn-bar.menu {
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.15s ease-in-out 0.2s;
}
.menu-btn .btn-bar.menu:not(:first-child) {
  margin-top: 5px;
}
.menu-btn .btn-bar.menu:nth-child(even) {
  width: 30px;
}
.menu-btn .btn-bar.close {
  transform-origin: center center;
  position: absolute;
  margin-top: -1.5px;
  opacity: 0;
  top: 50%;
  transition: transform 0.2s ease-in-out, opacity 0.05s ease-in-out 0.2s;
}
.menu-btn .btn-bar.close:not(:last-child) {
  transform: rotate(45deg) translateX(-250%);
}
.menu-btn .btn-bar.close:last-child {
  transform: rotate(-45deg) translateX(250%);
}
.menu-btn.active .btn-bar {
  background-color: #fff;
}
.menu-btn.active .btn-bar.menu {
  transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out 0.15s, background-color 0.15s ease-in-out 0.15s;
  opacity: 0;
}
.menu-btn.active .btn-bar.menu:nth-child(odd) {
  transform: translateX(-400%);
}
.menu-btn.active .btn-bar.menu:nth-child(even) {
  transform: translateX(200%);
}
.menu-btn.active .btn-bar.close {
  opacity: 1;
  transition: transform 0.2s ease-in-out 0.3s, opacity 0.05s ease-in-out 0.3s, background-color 0.15s ease-in-out 0.3s;
}
.menu-btn.active .btn-bar.close:not(:last-child) {
  transform: rotate(45deg);
}
.menu-btn.active .btn-bar.close:last-child {
  transform: rotate(-45deg);
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}
.nav-list a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.nav-list a:focus {
  color: #fff;
}
.nav-list a:hover {
  color: #80fed7;
}

.nav-tools {
  display: none;
  width: 100%;
  margin-top: 40px;
}
.nav-tools .vision-2030 {
  display: flex;
  position: absolute;
  top: 25px;
  inset-inline-start: 20px;
}
.nav-tools .header-btn {
  display: flex;
  width: 100%;
  height: 50px;
}
@media (max-width: 767px) {
  .nav-tools {
    display: flex;
  }
}

.background {
  position: absolute;
  flex-flow: column;
  align-items: stretch;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none;
}
.background .portion {
  background-color: #27686e;
  flex: 1 1 100%;
  transition: transform 0.2s ease-in-out;
}
.background .portion:not(:first-child) {
  margin-top: -1px;
}
.background .portion:nth-child(odd) {
  transform: translateX(-100%);
}
.background .portion:nth-child(even) {
  transform: translateX(100%);
}

@media (max-width: 991px) {
  .header-nav {
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: none;
    transition: z-index 0.01s ease-in-out 0.2s;
  }
  .header-nav .background {
    display: flex;
  }
  .header-nav .nav-content {
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 20);
    display: block;
    background-color: transparent;
    border: none;
    padding: 120px 20px 40px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    transition: all 0.01s ease-in-out;
  }
  .header-nav .nav-list {
    display: block;
    text-align: center;
  }
  .header-nav .nav-list li {
    padding: 10px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .header-nav .nav-list a {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    width: 100%;
  }
  .header-nav .nav-list a:hover, .header-nav .nav-list a.active {
    color: #80fed7;
  }
  .header-nav.active {
    z-index: 98;
    transition: z-index 0.01s ease-in-out 0.3s;
  }
  .header-nav.active .background .portion {
    transform: translateX(0%);
    transition: transform 0.2s ease-in-out 0.3s;
  }
  .header-nav.active .nav-content {
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: all 0.3s ease-in-out 0.5s;
  }
}

.mode-swither {
  position: fixed;
  bottom: 35px;
  inset-inline-end: 35px;
  z-index: 6;
}
@media (min-width: 1500px) {
  .mode-swither {
    bottom: 60px;
    inset-inline-end: 60px;
  }
}
@media (max-width: 1199px) {
  .mode-swither {
    bottom: 15px;
    inset-inline-end: 15px;
  }
}
.mode-swither .mode-switch {
  padding: 12px 10px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: var(--bg2);
  cursor: pointer;
  box-shadow: 4px 4px 8px 0px rgba(39, 104, 110, 0.1607843137), -4px -4px 8px 0px rgba(39, 104, 110, 0.1607843137);
}
.mode-swither .icon {
  width: 37px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transform: perspective(1px);
}
.mode-swither .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27686e;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.darkMode .mode-swither .icon:after {
  background-color: #fff;
}
.mode-swither .icon.sun {
  fill: #fff;
  stroke: #fff;
}
.mode-swither .icon.sun:after {
  opacity: 1;
}
.darkMode .mode-swither .icon.sun {
  fill: #27686e;
  stroke: #27686e;
}
.mode-swither .icon.moon {
  fill: #27686e;
  stroke: #27686e;
}
.mode-swither .icon.moon:after {
  opacity: 0.1;
}
.darkMode .mode-swither .icon.moon {
  fill: #fff;
  stroke: #fff;
}
.mode-swither input {
  display: none;
}
.mode-swither input:checked ~ .mode-switch .icon.moon {
  fill: #fff;
  stroke: #fff;
}
.mode-swither input:checked ~ .mode-switch .icon.moon:after {
  opacity: 1;
}
.darkMode .mode-swither input:checked ~ .mode-switch .icon.moon {
  fill: #27686e;
  stroke: #27686e;
}
.mode-swither input:checked ~ .mode-switch .icon.sun {
  fill: #27686e;
  stroke: #27686e;
}
.mode-swither input:checked ~ .mode-switch .icon.sun:after {
  opacity: 0.1;
}
.darkMode .mode-swither input:checked ~ .mode-switch .icon.sun {
  fill: #fff;
  stroke: #fff;
}

.breadcrumb-section {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 88px;
  height: 292px;
  transform: perspective(1px);
  position: relative;
}
.breadcrumb-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(282.2deg, #80fed7 -66.51%, #152a48 98.52%);
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .breadcrumb-section {
    height: auto;
    padding: 100px 0 30px;
  }
}

.breadcrumb {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.breadcrumb > span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .breadcrumb > span {
    display: none;
  }
}
.breadcrumb > span::after {
  content: "/";
  margin: 0 5px;
}
.breadcrumb  > span:last-of-type {
  font-weight: 700;
}
.breadcrumb  > span:last-of-type:after {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumb > span:last-of-type {
    display: flex;
    font-size: 42px;
    text-align: center;
  }
}
.breadcrumb > span a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.breadcrumb > span a:hover {
  color: #80fed7;
}

.page-content {
  padding-top: 45px;
}

.newsletter-content {
  background-color: var(--bg2);
  box-shadow: 0px 4px 8px 0px rgba(39, 104, 110, 0.1607843137);
  border-radius: 20px;
  padding: 18px 60px;
  position: relative;
  transform: perspective(1px);
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1199px) {
  .newsletter-content {
    padding: 20px;
  }
}

.newsletter-cover {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  z-index: -1;
}
html[dir=ltr] .newsletter-cover img {
  transform: scaleX(-1);
}

.newsletter-head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 9px;
  font-size: 24px;
  font-weight: 900;
  color: #27686e;
}
.newsletter-head i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  transform: perspective(1px);
  font-size: 18px;
  background: linear-gradient(102.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.newsletter-head i::after {
  content: "";
  background: linear-gradient(282.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-180deg);
  opacity: 0.3;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .newsletter-head {
    justify-content: center;
  }
}
.darkMode .newsletter-head {
  color: #fff;
}

.newsletter-form {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 1199px) {
  .newsletter-form {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.newsletter-form .form-head {
  font-size: 20px;
  color: var(--sec);
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1199px) {
  .newsletter-form .form-head {
    text-align: center;
  }
}
.newsletter-form .form-body {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 599px;
}
@media (max-width: 1199px) {
  .newsletter-form .form-body {
    max-width: 100%;
  }
}

.newsletter-input {
  width: 100%;
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 30px;
  height: 52px;
  padding: 0 32px;
  font-weight: 700;
  font-size: 18px;
  color: var(--sec);
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .newsletter-input {
  text-align: right;
}
.newsletter-input::-moz-placeholder {
  font-weight: 400;
  color: #aeaeae;
}
.newsletter-input::placeholder {
  font-weight: 400;
  color: #aeaeae;
}
.newsletter-input:focus {
  border-color: #27686e;
  background-color: #f9f9f9;
}

.newsletter-btn {
  position: absolute;
  top: 4px;
  inset-inline-end: 4px;
  height: 44px;
  width: 117px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c6f74;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border: 1px solid #2c6f74;
  transition: all 0.3s ease-in-out;
}
.newsletter-btn:focus {
  color: #fff;
}
.newsletter-btn:hover {
  background-color: transparent;
  color: #27686e;
  border-color: #27686e;
}

.main-footer {
  background-color: #152a48;
  position: relative;
  margin-top: 60px;
}
.main-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background-color: var(--bg1);
}
@media (max-width: 767px) {
  .main-footer {
    margin-top: 40px;
  }
}

.footer {
  position: relative;
  z-index: 3;
  padding: 50px 0 34px;
}

.footer-info {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer-info {
    margin-bottom: 40px;
  }
}

.footer-logo {
  width: 100%;
  max-width: 202px;
  aspect-ratio: 202/48;
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  .footer-logo {
    margin-inline: auto;
  }
}

.footer-desc {
  width: 100%;
  max-width: 258px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .footer-desc {
    text-align: center;
    margin-inline: auto;
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 1199px) {
  .socials {
    justify-content: center;
  }
}

.social {
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #80fed7;
  color: #152a48;
  transition: all 0.3s ease-in-out;
}
.social:focus {
  color: #152a48;
}
.social:hover {
  background-color: #27686e;
  color: #fff;
}

.footer-menu {
  margin: 0;
}
@media (max-width: 991px) {
  .footer-menu {
    margin-bottom: 40px;
  }
}

.footer-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  color: #80fed7;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .footer-title {
    text-align: center;
  }
}

.footer-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
  gap: 12px 0;
}
@media (max-width: 767px) {
  .footer-list {
    height: 100px;
    gap: 10px 50px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
}
.footer-list a {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.footer-list a:focus {
  color: #fff;
}
.footer-list a:hover {
  color: #80fed7;
}

.footer-contacts {
  margin: 0;
}
@media (max-width: 991px) {
  .footer-contacts {
    margin-bottom: 40px;
  }
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  width: 100%;
  max-width: 210px;
}
@media (max-width: 767px) {
  .contacts-list li {
    margin: 0 auto;
  }
}
.contacts-list .contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contacts-list .contact-link i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #80fed7;
  color: #152a48;
  font-size: 12px;
}
.contacts-list .contact-link:is(a):focus {
  color: #fff;
}
.contacts-list .contact-link:is(a):hover {
  color: #80fed7;
}
.contacts-list .copy-btn {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.contacts-list .copy-btn:hover {
  fill: #80fed7;
}

@media (max-width: 991px) {
  .footer-qr {
    text-align: center;
  }
}

.qr-img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .qr-img {
    margin: 0 auto;
  }
}

.copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  position: relative;
  transform: perspective(1px);
}
.copyrights:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #27686e;
  opacity: 0.3;
}
.copyrights span {
  color: #80fed7;
}
.copyrights p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.about-section {
  padding-top: 47px;
}

.services-section {
  padding: 48px 0 0;
}
.services-section .services-content {
  position: relative;
  z-index: 3;
}
.services-section .swiper {
  height: 770px;
}
@media (max-width: 1199px) {
  .services-section .swiper {
    height: unset;
  }
}
.services-section .swiper-slide {
  height: auto;
}

.projects-section {
  padding: 97px 0 54px;
  position: relative;
}

.projects-content {
  position: relative;
  z-index: 3;
}

.projects-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projects-cover img {
  -o-object-position: top;
     object-position: top;
}

.contact-section {
  padding: 78px 0 0;
  position: relative;
}

.contact-content {
  position: relative;
  z-index: 3;
}

.contact-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact-cover img {
  width: 100%;
  height: auto;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 991px) {
  .contact-cover img {
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.partners-section {
  padding-top: 49px;
}

.partners-content {
  padding: 33px 64px;
  display: flex;
  align-items: center;
  gap: 42px;
  border-radius: 43px;
  background-color: var(--bg2);
  overflow: hidden;
}
@media (max-width: 767px) {
  .partners-content {
    border-radius: 40px;
    padding: 30px 20px;
  }
}

.partners-img {
  width: 204px;
  aspect-ratio: 204/331;
  background-color: var(--bg2);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .partners-img {
    display: none;
  }
}

.testimonials-section {
  padding: 48px 0 27px;
}

.testimonials-content {
  position: relative;
  z-index: 3;
}
.testimonials-content .qoutes {
  display: flex;
  align-items: center;
  width: 54px;
  aspect-ratio: 54/38;
}
.testimonials-content .qoutes.last {
  margin-top: 39px;
  transform: scale(-1);
  margin-inline-start: auto;
}
@media (max-width: 1199px) {
  .testimonials-content .qoutes {
    display: none;
  }
}
.darkMode .testimonials-content .qoutes {
  filter: brightness(0) invert(1);
}

.testimonials-sliders {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials-slider {
  width: 100%;
  max-width: 599px;
}
@media (max-width: 1199px) {
  .testimonials-slider {
    max-width: 100%;
  }
}

.testimonials-users {
  margin: 29px;
  width: 383px;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg width="384" height="384" viewBox="0 0 384 384" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="192" cy="192" r="191.148" stroke="%23152A48" stroke-dasharray="20 20"/></svg>');
  border-radius: 50%;
  position: relative;
  background-size: contain;
}
.testimonials-users:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 249px;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg width="250" height="250" viewBox="0 0 250 250" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="125" cy="125" r="123.812" stroke="%23152A48" stroke-dasharray="20 20"/></svg>');
  border-radius: 50%;
  background-size: contain;
}
.testimonials-users .active {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonials-users .active .user-img {
  width: 96px;
  border-width: 4px;
}
@media (max-width: 1199px) {
  .testimonials-users {
    display: none;
  }
}

.testimonial-user {
  position: absolute;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.testimonial-user:first-of-type {
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-user:nth-of-type(2) {
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.testimonial-user:nth-of-type(3) {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-user:nth-of-type(4) {
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
}
.testimonial-user:nth-of-type(5) {
  top: 85px;
  left: calc(100% - 125px);
}
.testimonial-user:nth-of-type(6) {
  top: 85px;
  left: 75px;
}
.testimonial-user:nth-of-type(7) {
  top: calc(100% - 135px);
  left: calc(100% - 125px);
}
.testimonial-user:nth-of-type(8) {
  top: calc(100% - 135px);
  left: 75px;
}
.testimonial-user .user-img {
  width: 57px;
  aspect-ratio: 1;
  border: 1px solid #27686e;
  border-radius: 50%;
  overflow: hidden;
}
.active .testimonial-user {
  position: relative;
  inset: unset;
  transform: none;
}

.services-main {
  padding-bottom: 20px;
}

.services-content {
  position: relative;
  z-index: 3;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  .services-grid {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .services-grid {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.projects-main {
  padding-bottom: 20px;
}

.projects-content {
  position: relative;
  z-index: 3;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 17px;
}
@media (max-width: 1199px) {
  .projects-grid {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .projects-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .projects-grid {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.project-page {
  padding: 0;
}

.project-main {
  margin-top: -51px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .project-main {
    margin-top: -20px;
  }
}

.project-content {
  padding: 35px 53px 40px;
  background-color: var(--bg2);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .project-content {
    padding: 20px 15px;
  }
}

.project-info {
  position: relative;
  z-index: 3;
  text-align: center;
}
.project-info .project-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 284px;
  aspect-ratio: 284/116;
  margin: 0 auto 12px;
}
.project-info .project-title {
  font-size: 36px;
  font-weight: 900;
  color: #27686e;
  line-height: 1.4;
  margin: 0 0 12px;
}
.darkMode .project-info .project-title {
  color: #fff;
}
@media (max-width: 767px) {
  .project-info .project-title {
    font-size: 28px;
  }
}
.project-info .project-category {
  font-size: 26px;
  font-weight: 300;
  color: #27686e;
  line-height: 1.4;
  margin: 0 0 22px;
}
.darkMode .project-info .project-category {
  color: #fff;
}
@media (max-width: 767px) {
  .project-info .project-category {
    font-size: 22px;
  }
}
.project-info .project-desc {
  font-size: 24px;
  font-weight: 300;
  color: var(--text1);
  line-height: 1.4;
  width: 100%;
  max-width: 778px;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  .project-info .project-desc {
    font-size: 20px;
  }
}
.project-info .project-link {
  margin: 0 auto 32px;
}
.project-info .project-services {
  border-top: 0.5px solid #27686e;
  text-align: start;
  padding-top: 25px;
}
.project-info .title {
  font-size: 26px;
  font-weight: 800;
  color: var(--sec);
  line-height: 1.4;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .project-info .title {
    font-size: 22px;
    text-align: center;
  }
}
.project-info .body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 13px;
}
@media (max-width: 767px) {
  .project-info .body {
    justify-content: center;
    gap: 10px;
  }
}
.project-info .body a {
  width: 220px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c6f74;
  position: relative;
  transform: perspective(1px);
  border-radius: 20px;
  font-size: 22px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .project-info .body a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
  }
}
.project-info .body a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(282.2deg, #80fed7 -66.51%, var(--sec) 98.52%);
  opacity: 0.2;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.darkMode .project-info .body a {
  color: #fff;
}
.project-info .body a:hover {
  color: #fff;
}
.project-info .body a:hover::after {
  opacity: 1;
}
.darkMode .project-info .body a:hover {
  color: #27686e;
}

.project-img .img-holder {
  position: relative;
  z-index: 3;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1141/1147;
}

.contact-main {
  padding-bottom: 25px;
}

.contact_main-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .contact_main-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.contact-text .title {
  font-size: 36px;
  font-weight: 900;
  color: #27686e;
  line-height: 1.4;
  margin: 0 0 23px;
}
.darkMode .contact-text .title {
  color: #fff;
}
@media (max-width: 991px) {
  .contact-text .title {
    font-size: 24px;
  }
}
.contact-text .desc {
  font-size: 24px;
  line-height: 1.4;
  color: var(--text1);
  font-weight: 300;
  width: 100%;
  max-width: 572px;
  margin: 0;
}
@media (max-width: 991px) {
  .contact-text .desc {
    font-size: 20px;
  }
}

.contact-img {
  flex-shrink: 0;
  width: 33.3%;
  max-width: 416px;
  aspect-ratio: 416/289;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-img {
    width: 100%;
    margin: 0 auto;
  }
}

.contact-page .contact-flex {
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--bg2);
}
.contact-page .contact-info {
  background-color: #fff;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 79px;
}
@media (max-width: 767px) {
  .contact-page .contact-info {
    border-radius: 40px;
  }
}
.darkMode .contact-page .contact-info {
  background-color: #27686e;
}
.contact-page .contact-info:after {
  display: none;
}

.articles-content {
  position: relative;
  z-index: 3;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 34px;
}
@media (max-width: 1199px) {
  .articles-grid {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.article-page {
  padding: 0;
}
@media (max-width: 767px) {
  .article-page {
    overflow: unset;
  }
}

body:has(.article-page) {
  overflow-x: hidden;
}

.article_page-content {
  margin-top: -51px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .article_page-content {
    margin-top: -20px;
  }
}

.article-main {
  box-shadow: 0px 4px 8px 0px rgba(39, 104, 110, 0.1607843137);
  border-radius: 20px;
  background-color: var(--bg2);
  padding: 40px 80px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .article-main {
    padding: 20px 15px;
  }
}

.article-desc {
  border: 1px solid rgba(21, 42, 72, 0.1019607843);
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 80px;
}
.darkMode .article-desc {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .article-desc {
    padding: 20px 15px;
  }
}

.article-content {
  position: relative;
  z-index: 3;
}
.article-content .post-img {
  width: 100%;
  /*aspect-ratio: 979/260;*/
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 26px;
}
.article-content h2 {
  font-size: 32px;
  color: #27686e;
  font-weight: 900;
  line-height: 1.375;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .article-content h2 {
    font-size: 24px;
  }
}
.darkMode .article-content h2 {
  color: #fff;
}
.article-content p {
  font-size: 22px;
  font-weight: 300;
  color: var(--text1);
  line-height: 1.45;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .article-content p {
    font-size: 16px;
  }
}
.article-content .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sec);
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .article-content .post-date {
    font-size: 16px;
  }
}
.article-content :last-child {
  margin: 0;
}

.service-page {
  padding-top: 0;
}

.service_desc-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 3;
  padding: 40px 0 50px;
}
.service_desc-content .service-img {
  flex-shrink: 0;
  width: 313px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_desc-content .service-text {
  width: 100%;
  max-width: 636px;
}
.service_desc-content .service-title {
  font-size: 36px;
  font-weight: 900;
  color: #27686e;
  line-height: 1.5;
  margin: 0 0 23px;
}
.darkMode .service_desc-content .service-title {
  color: #fff;
}
.service_desc-content .service-desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--text1);
  margin: 0 0 25px;
}
.service_desc-content .service-link {
  margin: 0;
}
.service_desc-content :last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .service_desc-content {
    flex-direction: column;
    justify-content: center;
  }
  .service_desc-content .service-text {
    text-align: center;
    order: 1;
  }
  .service_desc-content .service-title {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .service_desc-content .service-desc {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .service_desc-content .service-link {
    margin: 0 auto;
  }
  .service_desc-content .service-img {
    order: 2;
  }
}

.service_features-grid {
  box-shadow: 0px 4px 8px 0px rgba(39, 104, 110, 0.1607843137);
  background: var(--bg2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 140px;
}
@media (max-width: 991px) {
  .service_features-grid {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px 100px;
  }
}

.feature-item {
  position: relative;
  z-index: 3;
}

.service-provides {
  margin-top: -82px;
  position: relative;
  z-index: 3;
}

.provides-content {
  position: relative;
  z-index: 4;
  background-color: #27686e;
  border-radius: 20px;
  width: calc(100% - 30px);
  max-width: 1030px;
  padding: 30px 40px 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .provides-content {
    padding: 30px 20px 20px;
  }
}
.provides-content .provides-title {
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .provides-content .provides-title {
    font-size: 20px;
  }
}
.provides-content .provides-list {
  padding: 40px 50px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
  background-color: #2c6f74;
  color: #fff;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .provides-content .provides-list {
    padding: 40px 30px 20px;
  }
}
@media (max-width: 767px) {
  .provides-content .provides-list {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
.provides-content .provides-list li {
  display: flex;
  align-items: start;
  gap: 11px;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}
.provides-content .provides-list li::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  width: 21px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #152a48;
  font-size: 12px;
  background-color: #80fed7;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .provides-content .provides-list li {
    font-size: 14px;
  }
}

.service-why {
  padding-top: 40px;
}

.why-content {
  position: relative;
  z-index: 3;
}

.why-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
@media (max-width: 1199px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.service-packages {
  padding-top: 60px;
}

.packages-table {
  white-space: nowrap;
}
.packages-table table {
  --bs-table-striped-bg: var(--bg2);
  table-layout: fixed;
  vertical-align: middle;
  width: auto;
}
.packages-table th, .packages-table td {
  border: none;
  min-width: 280px;
}
.packages-table th {
  padding-block: 0;
}
.packages-table .table-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 26px;
  height: 100%;
  font-size: 26px;
  font-weight: 800;
  color: #27686e;
  line-height: 1.4;
}
.packages-table .table-head img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(69%) saturate(367%) hue-rotate(137deg) brightness(96%) contrast(92%);
  width: 78px;
}
.darkMode .packages-table .table-head {
  color: #fff;
}
.darkMode .packages-table .table-head img {
  filter: brightness(0) invert(1);
}
.packages-table .package-head {
  width: 100%;
  padding-bottom: 40px;
}
.packages-table .package-head .package-title {
  margin: 0;
  position: relative;
  margin: 0 0 30px;
}
.packages-table .package-head .package-title span {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  background-color: var(--color1);
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.packages-table .package-head .package-title::after {
  content: "";
  position: absolute;
  background-color: var(--color2);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  width: 143px;
  height: 81px;
  top: 15px;
  inset-inline-end: 38px;
}
.packages-table .package-head .package-price {
  font-size: 40px;
  line-height: 0.9;
  color: #27686e;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 15px;
}
.darkMode .packages-table .package-head .package-price {
  color: #fff;
}
.packages-table .package-head .currency {
  font-family: reqa;
  font-weight: 500;
  font-size: 12px;
}

.packages-table tr td:first-of-type .value{
  font-weight: 800;
  line-height: 1.4;
}
.packages-table td {
  padding: 15px 37px;
}
.packages-table .title {
  /*font-size: 18px;*/
  /*color: var(--sec);*/

}
.packages-table .value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: var(--sec);
  font-weight: 400;
  line-height: 1.4;
}
.packages-table .value i {
  width: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--sec);
  font-size: 14px;
  background-color: #80fed7;
}/*# sourceMappingURL=main.css.map */