html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer,
main,
nav,
section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #70767a;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: #000b22;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

h2 {
  color: #000b22;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

h3 {
  color: #000b22;
  letter-spacing: -.84px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

h4 {
  color: #000b22;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

h5 {
  color: #000b22;
  letter-spacing: -.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

p {
  margin-bottom: 0;
}

.navbar {
  background-color: #fff0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-right-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000b22;
  text-align: center;
  text-transform: capitalize;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-text-block {
  justify-content: flex-start;
  display: flex;
}

.nav-text-block.is-absolute {
  position: absolute;
}

.primary-button {
  color: #fff;
  letter-spacing: -.18px;
  text-transform: capitalize;
  background-color: #00d1f9;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.secondary {
  background-color: #00d1f900;
  border: 1px solid #fff3;
}

.primary-button.tertiary {
  color: #000b22;
  background-color: #00d1f900;
  border: 1px solid #000b221a;
}

.primary-button.desktop {
  display: flex;
}

.primary-button-text-block {
  z-index: 1;
  justify-content: flex-start;
  line-height: 100%;
  display: flex;
  position: relative;
}

.primary-button-text-block.is-text-absolute {
  position: absolute;
}

.section.banner-section {
  background-image: url("image/banner.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  position: relative;
}

.section.about-section {
  background-image: url("image/waves.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -115px;
  padding-top: 250px;
  position: relative;
}

.section.about-feature {
  padding-bottom: 280px;
}

.section.footer-section {
  background-image: url("image/footer.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.blog-section {
  background-image: url("image/blog.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 145px;
}

.section.testimonials-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.faq-section {
  padding-bottom: 150px;
}

.section.team-section {
  background-image: url("image/bluew.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.choose-us {
  background-image: url("image/water.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.services-sec {
  padding-bottom: 30px;
  position: relative;
}

.section.process {
  padding-bottom: 150px;
}

.banner-wrapper {
  background-image: url("image/wavesblue.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 120px;
  padding-bottom: 240px;
  position: relative;
}

.banner-content {
  z-index: 1;
  text-align: center;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-subtitle-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-subtitle-wrap.banner {
  margin-bottom: 20px;
}

.banner-subtitle-line {
  background-color: #00d1f9;
  width: 55px;
  height: 1px;
}

.banner-subtitle-line.mobile {
  display: none;
}

.banner-banner-subtitle {
  color: #00d1f9;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satisfy, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.banner-title-description {
  margin-bottom: 30px;
}

.banner-title {
  color: #fff;
  letter-spacing: -4px;
  width: 100%;
  max-width: 900px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 92px;
}

.banner-description {
  color: #fff;
  letter-spacing: -.2px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.banner-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-hero-image {
  width: 315px;
  position: absolute;
  inset: auto auto 0% 40px;
}

.banner-water-image {
  width: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-wrapper {
  max-width: 1635px;
  margin-left: auto;
  padding-left: 15px;
}

.about-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.about-left-content {
  width: 100%;
  max-width: 575px;
}

.subtitle-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subtitle-wrap.mb10 {
  margin-bottom: 15px;
}

.section-title {
  color: #000b22;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.section-title.mb10 {
  margin-bottom: 10px;
}

.section-description {
  color: #70767a;
  font-size: 18px;
  line-height: 28px;
}

.about-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 45px;
  display: flex;
}

.numbers {
  justify-content: flex-start;
  height: 46px;
  display: flex;
  overflow: hidden;
}

.numbers.two {
  align-items: center;
  height: 64px;
  margin-bottom: 10px;
  overflow: hidden;
}

.number-digit {
  z-index: 1;
  color: #000b22;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  position: relative;
}

.number-categories {
  color: #00d1f9;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.about-counter-up-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
}

.about-counter-tag {
  color: #70767a;
  font-size: 18px;
}

.about-right-content {
  width: 100%;
  max-width: 970px;
}

.about-thumbnail-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-thumbnail-image {
  border: 1px solid #00d1f9;
  width: 972px;
}

.about-video-shape-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -75px auto auto -75px;
}

.about-feature-content {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}

.about-feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about-feature-single-wrapper {
  border-right: 1px solid #000b221a;
  padding: 55px 20px;
}

.about-feature-single-wrapper.pd-right-20 {
  padding: 55px 20px;
}

.about-feature-number-wrapper {
  border: 1px solid #000b221a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-feature-number {
  z-index: 1;
  color: #000b22;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.about-feature-name-description {
  margin-bottom: 80px;
}

.about-feature-name {
  color: #000b22;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.about-feature-description {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 16px;
  line-height: 26px;
}

.footer-wrapper {
  padding-bottom: 30px;
}

.footer-top-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-contact-wrapper {
  background-color: #0d255e;
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding: 45px 60px;
  display: flex;
}

.footer-contact-details-wrapper {
  width: 420px;
}

.footer-logo-link-block {
  margin-bottom: 25px;
}

.footer-details-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  line-height: 28px;
}

.footer-contact-form-wrap {
  grid-column-gap: 20px;
  align-items: center;
  width: 625px;
  display: flex;
}

.footer-menu-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 105px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, auto) minmax(135px, auto) minmax(105px, auto) minmax(165px, auto) minmax(265px, auto);
  place-items: start stretch;
}

.footer-menu-title-wrapper {
  margin-bottom: 40px;
}

.footer-menu-title {
  color: #fff;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-menu-single {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.footer-menu-text-link {
  color: #e0e3ed;
  letter-spacing: -.18px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.footer-menu-text-link:hover {
  color: #00d1f9;
}

.footer-contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-contact-details-single {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.footer-contact-details-icon-wrap {
  width: 22px;
}

.footer-contact-details-icon-wrap._2nd {
  width: 25px;
}

.footer-contact-details-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  max-width: 213px;
  font-size: 18px;
}

.footer-infermation-wrap {
  background-color: #0d255e;
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.footer-infermation-text {
  color: #fff;
  font-size: 18px;
}

.blog-section-title-wrapper {
  border-bottom: 1px solid #00d1f933;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.blog-section-title-left-content {
  width: 100%;
  max-width: 605px;
}

.blog-section-title {
  color: #000b22;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.blog-section-title-right-content {
  width: 100%;
  max-width: 510px;
}

.blog-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.blog-section-button-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.blog-section-button-wrapper.products {
  margin-top: 25px;
}

.testimonials-faq-section-wrap {
  background-image: url("image/water2.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.testimonials-section-title-left-content {
  width: 100%;
  max-width: 575px;
  overflow: hidden;
}

.testimonials-section-title-left-content.faq {
  width: 100%;
  max-width: 625px;
}

.testimonials-section-title {
  color: #000b22;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.testimonials-section-title-right-content {
  width: 100%;
  max-width: 495px;
  overflow: hidden;
}

.testimonials-section-title-right-content.faq {
  width: 100%;
}

.testimonials-section-description {
  color: #70767a;
  font-size: 18px;
  line-height: 28px;
}

.testimonials-slider {
  background-color: #ddd0;
  height: 100%;
}

.testimonials-slider-single-wrapper {
  position: relative;
}

.testimonials-slider-content {
  background-color: #fff;
  width: 810px;
  padding-top: 65px;
  padding-bottom: 60px;
  padding-left: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.testimonials-slider-rivew-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonials-slider-description {
  color: #70767a;
  letter-spacing: -.4px;
  max-width: 485px;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 30px;
}

.testimonials-author-name {
  color: #000b22;
  letter-spacing: -1.12px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.testimonials-author-bio {
  color: #70767a;
  text-transform: capitalize;
  font-size: 18px;
}

.testimonials-author-image {
  z-index: 2;
  position: absolute;
  inset: auto 25px 0% auto;
}

.testimonials-slider-arrow {
  color: #002c8f;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonials-slider-arrow.left {
  color: #fff;
  background-color: #00d1f9;
  bottom: 80px;
}

.testimonials-tag {
  letter-spacing: -13.6px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ebfcff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 170px;
  line-height: 100%;
  position: absolute;
  inset: auto 0% -3% auto;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.faq-left-content {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.faq-question {
  color: #000b22;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.faq-arrow-icon {
  color: #000b2226;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.faq-arrow-icon-wrapper {
  border: 1px solid #000b2226;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 15px;
  display: flex;
}

.paragraph.for-faq {
  letter-spacing: -.18px;
  max-width: 585px;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.faq-singel-wrapper {
  background-color: #fff;
  border: 1px solid #00d1f933;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.faq-answer-container {
  width: 100%;
  overflow: hidden;
}

.faq-right-content {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.team-content {
  grid-column-gap: 15px;
  justify-content: space-between;
  max-width: 1540px;
  margin-left: auto;
  margin-right: 40px;
  display: flex;
}

.team-left-content {
  width: 100%;
  max-width: 410px;
  margin-top: 150px;
}

.team-section-title-wrapper {
  padding-bottom: 70px;
  position: sticky;
  top: 140px;
}

.team-section-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.team-section-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
}

.team-section-button-wrapper {
  margin-top: 30px;
  display: flex;
}

.team-right-content {
  width: 100%;
  max-width: 1080px;
}

.team-collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-single-wrapper {
  border-bottom: 1px solid #ffffff1f;
  border-right: 1px solid #ffffff1f;
  padding: 65px 30px;
}

.team-number-wrap {
  margin-bottom: 35px;
}

.team-number {
  color: #00d1f9;
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.team-member-image-wrapper {
  display: block;
  overflow: hidden;
}

.team-member-name-bio-wrapper {
  margin-top: 30px;
  margin-bottom: 25px;
}

.team-member-name {
  color: #fff;
  letter-spacing: -.48px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.team-member-bio {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
}

.blog-post-single-wrapper {
  z-index: 1;
  border-bottom: 1px solid #00d1f933;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.blog-post-single-wrapper:hover {
  padding-left: 60px;
  padding-right: 60px;
}

.blog-post-author-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-post-author-image-wrapper {
  width: 70px;
  height: 70px;
}

.blog-post-author-name {
  color: #000b22;
  letter-spacing: -.48px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-post-author-bio {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 100%;
}

.blog-post-name-date-wrapper {
  width: 100%;
  max-width: 480px;
}

.blog-post-tag-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-category-post-tag {
  color: #00d1f9;
  letter-spacing: -.32px;
  border: 1px solid #00d1f9;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.blog-post-date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-post-date {
  line-height: 100%;
}

.blog-post-date-circel {
  color: #70767a;
  background-color: #70767a;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.blog-post-name {
  color: #000b22;
  letter-spacing: -.64px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.blog-post-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-blog-post {
  opacity: 0;
  position: absolute;
}

.blog-post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post-single {
  position: relative;
  overflow: hidden;
}

.products-section-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.products-section-title-wrapper.mb60 {
  margin-bottom: 60px;
}

.products-section-title-left-content {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

.products-section-title-right-content {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
}

.choose-us-wrapper {
  background-image: url("image/fishi.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px;
  position: relative;
}

.choose-us-content {
  max-width: 945px;
  margin-left: auto;
}

.choose-us-top-content {
  margin-bottom: 8px;
}

.choose-us-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.choose-us-single-wrapper {
  background-color: #fff;
  padding: 35px 25px;
}

.choose-us-single-wrapper._1 {
  background-color: #00d1f9;
}

.choose-us-single-wrapper._5 {
  background-color: #002c8f;
}

.choose-us-image-wrapper {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
}

.choose-us-image-wrapper._1 {
  background-color: #fff;
}

.choose-us-name-description {
  margin-bottom: 25px;
}

.choose-us-name {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.choose-us-name.white {
  color: #fff;
}

.choose-us-description {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-description.white {
  color: #fff;
  font-size: 17px;
}

.choose-us-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000b22;
  letter-spacing: -.18px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.choose-us-link-block.white {
  color: #fff;
}

.choose-us-text-block {
  text-transform: capitalize;
  text-decoration: underline;
}

.choose-us-grid-two {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}


.services-link-block {
  grid-column-gap: 10px;
  color: #000b22;
  letter-spacing: -.18px;
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.services-link-block:hover {
  color: #00d1f9;
}

.services-link-block-wrap {
  display: inline-block;
}

.services-link-text-block {
  text-decoration: underline;
}

.services-link-text-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.services-process {
  background-image: url("image/blue2.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.services-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: -120px;
  overflow: hidden;
}

.services-left-card {
  background:#002c8f;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 420px;
  padding: 65px 30px;
}

.services-title-description {
  margin-bottom: 160px;
}

.services-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 62px;
}

.services-card-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  max-width: 351px;
  font-size: 18px;
  line-height: 28px;
}

.services-card-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-right-card {
  width: 100%;
  max-width: 870px;
  position: relative;
}

.services-card-image-wrapper {
  height: 100%;
}

.services-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-cards {
  border-top: 1px solid #00d1f9;
  border-left: 1px solid #00d1f9;
  border-right: 1px solid #00d1f9;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-single-card {
  background-color: #fff;
  padding: 30px 20px 25px;
}

.services-card-image-wrap {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  display: flex;
}

.services-card-icon {
  width: 24px;
}

.services-card-name-description {
  display: inline-block;
}

.services-card-name {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.services-card-name:hover {
  color: #00d1f9;
}

.services-card-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.services-card-bottom-content {
  overflow: hidden;
}

.process-section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  overflow: hidden;
}

.process-section-title-left-content {
  width: 100%;
  max-width: 580px;
}

.process-section-title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.process-section-description-wrap {
  width: 100%;
  max-width: 495px;
}

.process-section-description-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.process-slider-wrapper {
  position: relative;
}

.process-slider {
  background-color: #fff0;
  height: 100%;
  padding-left: 100px;
}

.process-slider-mask {
  max-width: 100%;
}

.process-slide-content {
  background-color: #0d255e;
  align-items: center;
  display: flex;
}

.process-slide-image-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 610px;
  padding: 30px;
}

.process-slide-image {
  border: 1px solid #00d1f9;
  width: 100%;
  height: 100%;
}

.process-typography {
  text-align: center;
  border-top: 2px dashed #00d1f999;
  border-bottom: 2px dashed #00d1f999;
  border-right: 2px dashed #00d1f999;
  width: 100%;
  max-width: 610px;
  padding: 60px 65px;
}

.process-number-wrap {
  color: #fff;
  letter-spacing: -.6px;
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  display: flex;
}

.process-number-text {
  line-height: 100%;
}

.process-title-description {
  margin-bottom: 30px;
}

.process-title {
  color: #fff;
  letter-spacing: -.42px;
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.process-descrption {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.process-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-slide-arrow {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  transition: all .35s;
  display: flex;
  inset: 0% auto auto 0%;
}

.process-slide-arrow:hover {
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.process-slide-arrow.right {
  inset: auto auto 0% 0%;
}

.process-slider-arrow-line {
  height: 73%;
  position: absolute;
  inset: 50% auto auto 30px;
  transform: translate(0, -50%);
}

.about-feature-number-shape {
  background-color: #00d1f9;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mobile-button-wrap {
  display: none;
}

@media screen and (min-width: 1920px) {
  .banner-wrapper {
    margin-left: 70px;
    margin-right: 70px;
  }

  .banner-title {
    width: 100%;
    max-width: 1055px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100px;
    line-height: 110px;
  }

  .banner-hero-image {
    width: 415px;
    left: 105px;
  }

  .banner-water-image {
    width: 566px;
  }

  .about-content {
    padding-bottom: 0;
  }

  .about-thumbnail-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .about-video-shape-wrap {
    width: 150px;
    height: 150px;
    position: absolute;
    inset: -75px auto auto -75px;
  }

  .about-video-shape {
    width: 100%;
  }

  .about-feature-single-wrapper {
    padding: 75px 35px;
  }

  .about-feature-single-wrapper.pd-right-20 {
    padding: 75px 20px 75px 35px;
  }

  .about-feature-name {
    font-size: 28px;
    line-height: 38px;
  }

  .about-feature-description {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-menu-grid {
    grid-column-gap: 105px;
    grid-row-gap: 105px;
  }

  .faq-question {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph.for-faq {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-singel-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-left-card {
    padding: 65px 30px 65px 40px;
  }

  .services-title {
    font-size: 60px;
    line-height: 70px;
  }

  .services-single-card {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-card-description-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    border: 1px solid #00d1f94d;
    align-items: flex-start;
    max-height: 95vh;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 20px;
    overflow: auto;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .primary-button {
    padding: 18px 30px;
    font-size: 17px;
  }

  .primary-button.desktop {
    display: none;
  }

  .section.banner-section {
    padding-top: 95px;
  }

  .section.about-section {
    margin-top: -100px;
    padding-top: 200px;
  }

  .section.about-feature {
    padding-bottom: 100px;
  }

  .section.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.testimonials-section {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section.faq-section {
    padding-bottom: 100px;
  }

  .section.team-section,
  .section.choose-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.services-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.process {
    padding-bottom: 200px;
  }

  .banner-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 100px;
    padding-bottom: 370px;
  }

  .banner-content {
    max-width: 715px;
  }

  .banner-subtitle-line.mobile {
    display: block;
  }

  .banner-banner-subtitle {
    font-size: 26px;
  }

  .banner-title {
    font-size: 70px;
    line-height: 80px;
  }

  .banner-description {
    max-width: 670px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-hero-image {
    width: 250px;
  }

  .banner-water-image {
    width: 300px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .about-content {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-left-content {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-wrap.mb10 {
    justify-content: center;
  }

  .subtitle-wrap.center {
    justify-content: center;
  }

  .section-title,
  .section-title.mb10 {
    font-size: 52px;
    line-height: 62px;
  }

  .section-description {
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-button-wrapper {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-counter-up-wrapper {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers.two {
    justify-content: center;
  }

  .about-counter-up-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-video-shape-wrap {
    display: none;
  }

  .about-feature-content {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .about-feature-single-wrapper {
    border-top: 1px solid #000b221a;
    border-bottom: 1px solid #000b221a;
    border-left: 1px solid #000b221a;
    padding: 40px 25px;
  }

  .about-feature-number-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }

  .about-feature-number {
    font-size: 46px;
  }

  .about-feature-name-description {
    margin-bottom: 25px;
  }

  .about-feature-description {
    max-width: 305px;
    font-size: 17px;
    line-height: 27px;
  }

  .footer-contact-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-contact-details-wrapper {
    text-align: center;
    width: 100%;
    max-width: 450px;
  }

  .footer-logo-link-block {
    margin-bottom: 20px;
  }

  .footer-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-contact-form-wrap {
    width: 100%;
    max-width: 625px;
  }

  .footer-menu-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-menu-single {
    grid-row-gap: 15px;
  }

  .footer-infermation-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .blog-section-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .blog-section-title-left-content {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-title {
    font-size: 56px;
    line-height: 66px;
  }

  .blog-section-title-right-content {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-button-wrapper,
  .blog-section-button-wrapper.products.center {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .testimonials-section-title {
    font-size: 52px;
    line-height: 62px;
  }

  .testimonials-section-title-right-content {
    max-width: 715px;
  }

  .testimonials-slider-image-wrapper {
    display: none;
  }

  .testimonials-slider-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    position: static;
  }

  .testimonials-slider-description {
    max-width: 470px;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 27px;
  }

  .testimonials-author-image {
    width: 200px;
  }

  .testimonials-slider-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    inset: auto auto -100px 55%;
  }

  .testimonials-slider-arrow.left {
    bottom: -100px;
    left: 45%;
  }

  .testimonials-tag {
    letter-spacing: -5px;
    font-size: 76px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .paragraph.for-faq {
    max-width: 650px;
  }

  .team-content {
    flex-direction: column;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-left-content {
    text-align: center;
    max-width: 700px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .team-section-title-wrapper {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: static;
  }

  .team-section-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
    line-height: 62px;
  }

  .team-section-description {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-section-button-wrapper {
    justify-content: center;
  }

  .team-right-content {
    border-top: 1px solid #ffffff1f;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-single-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-post-single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-post-single-wrapper:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .products-section-title-wrapper.mb60 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .products-section-title-right-content {
    max-width: 100%;
  }

  .choose-us-grid,
  .choose-us-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .choose-us-year {
    display: none;
  }

  .services-link-block {
    font-size: 17px;
  }

  .services-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    top: 0;
  }

  .services-left-card {
    max-width: 100%;
    padding: 40px 30px;
  }

  .services-title-description {
    margin-bottom: 20px;
  }

  .services-title {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .services-card-description {
    max-width: 675px;
  }

  .services-card-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-single-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-card-name {
    font-size: 24px;
    line-height: 32px;
  }

  .services-card-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .process-section-title-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .process-section-title-left-content {
    max-width: 685px;
    margin-bottom: 10px;
  }

  .process-section-title {
    font-size: 52px;
    line-height: 62px;
  }

  .process-section-description-wrap {
    max-width: 700px;
  }

  .process-slider-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-slider {
    padding-left: 0;
  }

  .process-slide-content {
    flex-direction: column-reverse;
  }

  .process-slide-image-wrapper {
    max-width: 100%;
  }

  .process-typography {
    border-bottom-style: none;
    border-left: 2px dashed #00d1f999;
    max-width: 100%;
  }

  .process-slide-arrow {
    inset: auto auto -100px 55.5%;
    transform: translate(-50%);
  }

  .process-slide-arrow.left {
    left: 45.5%;
  }

  .process-slide-arrow.right {
    top: auto;
    bottom: -100px;
    right: -19%;
  }

  .gap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 86px;
    line-height: 96px;
  }

  .logo-image {
    width: 170px;
  }

  .primary-button {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .section.banner-section {
    padding-top: 85px;
  }

  .section.about-section {
    margin-top: -95px;
    padding-top: 140px;
  }

  .section.about-feature {
    padding-bottom: 80px;
  }

  .section.blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.testimonials-section {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .section.faq-section {
    padding-bottom: 80px;
  }

  .section.team-section,
  .section.choose-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.services-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.process {
    padding-bottom: 180px;
  }

  .banner-wrapper {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .banner-content {
    max-width: 440px;
  }

  .banner-subtitle-wrap.banner {
    grid-column-gap: 15px;
  }

  .banner-subtitle-line {
    width: 40px;
  }

  .banner-banner-subtitle {
    letter-spacing: -.3px;
    font-size: 22px;
  }

  .banner-title-description {
    margin-bottom: 25px;
  }

  .banner-title {
    letter-spacing: -2px;
    font-size: 42px;
    line-height: 52px;
  }

  .banner-description {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-button-wrapper {
    grid-column-gap: 10px;
  }

  .banner-hero-image {
    width: 180px;
    left: 20px;
  }

  .banner-water-image {
    width: 170px;
  }

  .about-content {
    grid-row-gap: 40px;
  }

  .about-left-content {
    max-width: 450px;
  }

  .subtitle-wrap.center {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.mb10 {
    font-size: 42px;
    line-height: 52px;
  }

  .section-description {
    max-width: 415px;
    font-size: 17px;
    line-height: 27px;
  }

  .about-button-wrapper {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .numbers.two {
    height: 56px;
    margin-bottom: 7px;
  }

  .number-digit,
  .number-categories {
    font-size: 46px;
    line-height: 56px;
  }

  .about-counter-up-grid {
    grid-column-gap: 5px;
  }

  .about-counter-tag {
    font-size: 15px;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .about-feature-number-wrapper {
    width: 80px;
    height: 80px;
  }

  .about-feature-number {
    font-size: 38px;
  }

  .about-feature-description {
    max-width: 400px;
  }

  .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-contact-wrapper {
    margin-bottom: 60px;
    padding: 40px 25px;
  }

  .footer-contact-form-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-title {
    font-size: 22px;
    font-weight: 500;
  }

  .footer-menu-single {
    grid-row-gap: 10px;
  }

  .footer-menu-text-link {
    font-size: 17px;
  }

  .footer-contact-details {
    grid-row-gap: 15px;
  }

  .footer-infermation-wrap {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-infermation-text {
    font-size: 16px;
  }

  .blog-section-title-left-content {
    max-width: 450px;
  }

  .blog-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-section-title-right-content {
    max-width: 450px;
  }

  .blog-description-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-section-button-wrapper.products.center {
    grid-column-gap: 10px;
  }

  .section-title-wrapper {
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .testimonials-section-title-left-content {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-section-title-left-content.faq {
    max-width: 450px;
  }

  .testimonials-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .testimonials-section-title-right-content {
    max-width: 450px;
  }

  .testimonials-section-description {
    font-size: 16px;
    line-height: 27px;
  }

  .testimonials-slider-content {
    padding: 30px 20px 0;
  }

  .testimonials-slider-rivew-image {
    width: 20px;
  }

  .testimonials-slider-description {
    margin-bottom: 25px;
  }

  .testimonials-slider-author-name-info-wrapper {
    text-align: center;
  }

  .testimonials-author-name {
    text-align: left;
    font-size: 24px;
  }

  .testimonials-author-bio {
    text-align: left;
  }

  .testimonials-author-image {
    margin-top: 20px;
    position: static;
  }

  .testimonials-slider-arrow {
    width: 50px;
    height: 50px;
    inset: auto 0% -100px auto;
  }

  .testimonials-slider-arrow.left {
    inset: auto auto -100px 0%;
  }

  .testimonials-tag {
    letter-spacing: -1px;
    font-size: 55px;
    bottom: 0%;
  }

  .faq-question {
    max-width: 370px;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph.for-faq {
    max-width: 400px;
    font-size: 16px;
  }

  .faq-singel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-section-title {
    max-width: 500px;
    font-size: 42px;
    line-height: 52px;
  }

  .team-section-button-wrapper {
    margin-top: 20px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .team-single-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-member-image {
    width: 100%;
  }

  .blog-post-author-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .blog-post-author-name {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post-tag-date-wrapper {
    grid-column-gap: 10px;
  }

  .blog-post-name {
    font-size: 26px;
    line-height: 36px;
  }

  .products-section-title-left-content {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-top-content {
    margin-bottom: 20px;
  }

  .choose-us-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-us-single-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .choose-us-description {
    max-width: 373px;
  }

  .choose-us-grid-two {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .services-left-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
  }

  .services-card-description {
    max-width: 400px;
    font-size: 17px;
    line-height: 27px;
  }

  .services-card-image-wrapper {
    display: none;
  }

  .services-cards {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    position: static;
  }

  .services-card-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .services-card-description-text {
    max-width: 400px;
  }

  .process-section-title-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-section-title-left-content {
    max-width: 100%;
  }

  .process-section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
  }

  .process-section-description-text {
    font-size: 16px;
  }

  .process-slider-wrapper {
    max-width: 450px;
  }

  .process-slide-image-wrapper {
    padding: 20px;
  }

  .process-typography {
    padding: 50px 30px;
  }

  .process-number-wrap {
    width: 80px;
    height: 80px;
  }

  .process-number-text {
    font-size: 46px;
    line-height: 100%;
  }

  .process-title {
    font-size: 36px;
    line-height: 46px;
  }

  .process-descrption {
    font-size: 17px;
    line-height: 27px;
  }

  .process-slide-arrow {
    left: 59%;
  }

  .process-slide-arrow.left {
    left: 43%;
  }

  .process-slide-arrow.right {
    right: -30%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .navvbar-logo-link {
    padding-left: 0;
  }

  .logo-image {
    width: 150px;
  }

  .primary-button {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .section.banner-section {
    padding-top: 75px;
    height: 80vh;
  }

  .section.about-section {
    margin-top: -61px;
    padding-top: 100px;
  }

  .section.about-feature {
    padding-bottom: 60px;
  }

  .section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonials-section {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .section.faq-section {
    padding-bottom: 60px;
  }

  .section.team-section,
  .section.choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.services-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.process {
    padding-bottom: 140px;
  }

  .banner-wrapper {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .banner-content {
    max-width: 290px;
  }

  .banner-subtitle-wrap.banner {
    grid-column-gap: 5px;
    margin-bottom: 15px;
  }

  .banner-subtitle-line {
    width: 20px;
  }

  .banner-banner-subtitle {
    font-size: 18px;
  }

  .banner-title {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

  .banner-description {
    max-width: 280px;
    font-size: 15px;
    line-height: 25px;
  }

  .banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .banner-button-wrapper.hv1 {
    flex-direction: row;
  }

  .banner-hero-image {
   display: none;
  }

  .banner-water-image {
   display: none;
  }

  .about-left-content {
    max-width: 300px;
  }

  .subtitle-wrap {
    margin-bottom: 15px;
  }

  .subtitle-wrap.mb10 {
    grid-column-gap: 10px;
  }

  .subtitle-wrap.center {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .section-title,
  .section-title.mb10 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-description {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .about-button-wrapper {
    grid-column-gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .numbers.two {
    height: 42px;
  }

  .number-digit,
  .number-categories {
    font-size: 32px;
    line-height: 42px;
  }

  .about-counter-tag {
    font-size: 15px;
    line-height: 25px;
  }

  .about-thumbnail-image {
    width: 100%;
  }

  .about-feature-single-wrapper {
    padding: 30px 20px;
  }

  .about-feature-number-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .about-feature-number {
    font-size: 30px;
  }

  .about-feature-name-description {
    margin-bottom: 20px;
  }

  .about-feature-name {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .about-feature-description {
    max-width: 250px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .footer-top-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-contact-details-wrapper {
    max-width: 270px;
  }

  .footer-logo-link-block {
    margin-bottom: 15px;
  }

  .footer-contact-logo-image {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-menu-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-menu-single {
    grid-row-gap: 5px;
  }

  .footer-menu-text-link {
    font-size: 16px;
  }

  .footer-contact-details {
    grid-row-gap: 10px;
  }

  .footer-contact-details-text {
    font-size: 15px;
  }

  .footer-infermation-wrap {
    grid-row-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-infermation-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-section-title-wrapper {
    padding-bottom: 40px;
  }

  .blog-section-title-left-content {
    max-width: 290px;
  }

  .blog-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-section-title-right-content {
    max-width: 300px;
  }

  .blog-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-section-button-wrapper {
    grid-column-gap: 10px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .testimonials-section-title-left-content {
    max-width: 290px;
  }

  .testimonials-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonials-section-title-right-content {
    max-width: 290px;
  }

  .testimonials-section-description {
    letter-spacing: -.5px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-slider-content {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-slider-rivew-wrap {
    grid-column-gap: 5px;
    margin-bottom: 20px;
  }

  .testimonials-slider-rivew-image {
    width: 17px;
  }

  .testimonials-slider-description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-author-name {
    letter-spacing: -.5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .testimonials-author-image {
    width: 100%;
  }

  .testimonials-tag {
    font-size: 36px;
  }

  .faq-grid,
  .faq-left-content {
    grid-row-gap: 20px;
  }

  .faq-question {
    width: 230px;
    font-size: 19px;
    line-height: 29px;
  }

  .faq-arrow-icon {
    font-size: 14px;
  }

  .faq-arrow-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .paragraph.for-faq {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-singel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .team-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-left-content {
    max-width: 290px;
  }

  .team-section-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }

  .team-section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .team-single-wrapper {
    padding: 20px;
  }

  .team-number-wrap {
    margin-bottom: 20px;
  }

  .team-number {
    font-size: 18px;
  }

  .team-member-name-bio-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-member-name {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .team-member-bio {
    font-size: 16px;
  }

  .blog-post-single-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-post-single-wrapper:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-post-author-wrapper {
    grid-column-gap: 10px;
  }

  .blog-post-author-image-wrapper {
    width: 45px;
    height: 45px;
  }

  .blog-post-author-name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-tag-date-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .blog-category-post-tag {
    padding: 5px 10px;
    font-size: 15px;
  }

  .blog-post-date-wrapper {
    grid-column-gap: 5px;
  }

  .blog-post-date {
    font-size: 16px;
  }

  .blog-post-date-circel {
    width: 5px;
    height: 5px;
  }

  .blog-post-name {
    font-size: 18px;
    line-height: 28px;
  }

  .products-section-title-wrapper.mb60 {
    grid-row-gap: 10px;
  }

  .products-section-title-left-content {
    max-width: 290px;
  }

  .choose-us-single-wrapper {
    padding: 30px 15px;
  }

  .choose-us-image-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .choose-us-name-description {
    margin-bottom: 20px;
  }

  .choose-us-name {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }

  .choose-us-description {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-description.white {
    max-width: 350px;
  }

  .services-left-card {
    padding: 30px 15px;
  }

  .services-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .services-card-description {
    max-width: 270px;
    font-size: 14px;
    line-height: 24px;
  }

  .services-card-description-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .process-section-title-wrapper {
    max-width: 290px;
  }

  .process-section-title-left-content {
    margin-bottom: 7px;
  }

  .process-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .process-section-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .process-slide-image-wrapper {
    padding: 15px;
  }

  .process-typography {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding: 30px 15px;
  }

  .process-number-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .process-number-text {
    font-size: 36px;
  }

  .process-title-description {
    margin-bottom: 20px;
  }

  .process-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .process-descrption {
    font-size: 14px;
    line-height: 24px;
  }

  .process-slide-arrow {
    width: 45px;
    height: 45px;
    bottom: -80px;
    left: 60%;
  }

  .process-slide-arrow.left {
    left: 42%;
  }

  .process-slide-arrow.right {
    bottom: -80px;
    right: -32%;
  }
}



@font-face {
  font-family: 'Fa Solid 900';
  src: url('/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa Brands 400';
  src: url('/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/* -------- FishClub Header -------- */

.fc-header {
  position: fixed;
  inset: 0 0 auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff00;
  z-index: 1100;
}

.fc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fc-logo-image {
  max-height: 48px;
  display: block;
}

.fc-nav {
  display: flex;
  align-items: center;
}

.fc-nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
}

.fc-nav-link {
  color: #000b22;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}

.fc-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #00d1f9;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.fc-nav-link:hover::after {
  transform: translateX(0);
}

.fc-nav-cta {
  margin-left: 10px;
}

/* Бургер */

.fc-burger {
  display: none;
  /* по умолчанию скрыт на десктопе */
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #000b221a;
  background-color: #ffffffee;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.fc-burger span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background-color: #000b22;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Анимация иконки при открытом меню */

.fc-burger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.fc-burger.is-open span:nth-child(2) {
  opacity: 0;
}

.fc-burger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---- Мобильная адаптация хедера ---- */

@media screen and (max-width: 991px) {
  .fc-nav-menu {
    position: fixed;
    inset: 72px 10px auto 10px;
    background-color: #ffffff;
    border: 1px solid #00d1f94d;
    border-radius: 16px;
    padding: 24px 20px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1200;
  }

  .fc-nav-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .fc-nav-link {
    font-size: 18px;
  }

  .fc-nav-cta {
    width: 100%;
    justify-content: center;
  }

  .fc-burger {
    display: flex;
  }
  .choose-us-wrapper{
    background-image: none;
  }
  .section.choose-us {
  background-image: none;

}
.blog-post-image {
  display: none;
}
}

/* Класс для блокировки скролла при открытом меню */
body.no-scroll {
  overflow: hidden;
}