:root {
  --primary-color: #04263e;
  --white: white;
  --gray: #8b8b8b;
  --dark-gray: #6e6e6e;
  --dark-cerulean: #084772;
  --secondary-color: #021429;
  --black: #000;
  --white-2: white;
  --black-2: 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 {
  background-color: var(--primary-color);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

.heading1-82px {
  font-family: Assistant, sans-serif;
  font-size: max(20px, min(6vw, 82px));
  font-weight: 600;
  line-height: 1;
}

.heading2-54px {
  text-align: center;
  font-size: 54px;
  line-height: 1;
}

.heading2-64px {
  font-size: max(20px, min(6vw, 64px));
  line-height: 1;
}

.paragraph-18px {
  color: var(--gray);
  font-family: Assistant, sans-serif;
  font-size: max(8px, min(6vw, 18px));
  line-height: 26px;
}

.text-36px {
  color: var(--dark-gray);
  font-family: Assistant, sans-serif;
  font-size: max(25px, min(6vw, 36px));
  font-weight: 300;
  line-height: 1;
}

.text-18px {
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.primary-btn {
  background-color: var(--dark-cerulean);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 19px 35px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.primary-btn:hover {
  background-color: var(--secondary-color);
}

.text-22px {
  color: var(--white);
  font-family: Assistant, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.arrow-div {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.image {
  flex: none;
}

.image.invert {
  filter: invert();
}

.hero-section {
  background-image: url('../images/dds.png'), linear-gradient(#02142a, #04263d);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.container-1240px.flex {
  flex-flow: column;
  flex: 1;
}

.hero-content-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-left-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 660px;
  display: flex;
}

.hero-upper-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero-paragraph-wrap {
  max-width: 564px;
}

.hero-btn-wrap {
  max-width: 308px;
}

.scroll-down-content-wrap {
  position: absolute;
  top: auto;
  bottom: -120px;
  left: 0%;
  right: auto;
}

.her-cricle-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  width: 35px;
  height: 35px;
  display: flex;
}

.cricle-arrow {
  border: 2px solid var(--white);
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.lottie-arrow {
  filter: invert();
}

.lottie-animation {
  flex: none;
  width: 40px;
  height: 40px;
}

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

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(221, 221, 221, 0);
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white);
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: all .3s;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, .12);
  border-radius: 10px;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-btn {
  border: 1px solid var(--white);
  background-color: rgba(56, 152, 236, 0);
  padding: 10px 15px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: all .3s;
}

.nav-btn:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.nav-btn.hide {
  display: none;
}

.what-we-do-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.what-we-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.what-we-heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.whar-we-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.what-we-card-content-wrap {
  color: var(--white);
  max-width: 273px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-works-section {
  background-color: var(--secondary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-works-content-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.team-works-top-content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-16px {
  color: #ccc;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.team-works-heading-text-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 410px;
  display: flex;
}

.team-works-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-works-card-content-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  padding: 24px 24px 30px;
  display: flex;
}

.text-72px {
  color: var(--dark-cerulean);
  font-family: Lato, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.text-72px.light {
  color: #ccc;
}

.text-24px {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-14px {
  color: #666;
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.team-works-card-upper-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.explore-link {
  background-color: rgba(8, 71, 114, 0);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.explore-btn-wrap {
  max-width: 86px;
  display: flex;
}

.text-16px-lato {
  color: var(--dark-cerulean);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.card-overlay {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 273px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.text-28px {
  z-index: 50;
  font-size: max(15px, min(6vw, 28px));
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 140px;
  right: -70px;
  transform: rotate(-90deg);
}

.text-28px.alt {
  bottom: 118px;
  right: -62px;
}

.text-28px.alt2 {
  bottom: 118px;
  right: -65px;
}

.text-28px.alt3 {
  bottom: 141px;
  right: -80px;
}

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

.team-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.team-upper-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-lower-content-wrap {
  justify-content: space-between;
  display: flex;
}

.team-member-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 200px;
  flex-flow: column;
  max-width: 192px;
  display: flex;
}

.team-member-image {
  border-radius: 500px;
  overflow: hidden;
}

.team-member-detail-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.texr-14px {
  font-family: Lato, sans-serif;
  line-height: 1;
}

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.footer-content-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.footer-top-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.seprater {
  background-color: var(--white);
  height: 1px;
}

.footer-bottom-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-heading-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.footer-heading-wrap:hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.white-btn {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: 500px;
  flex: none;
  padding: 18px 42px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: all .3s;
}

.white-btn:hover {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
}

.footer-btn-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-20px {
  color: rgba(255, 255, 255, .6);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.blur {
  max-width: 40%;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -10%;
  right: 0;
}

.cursor-wrap {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  z-index: 5000;
  background-color: var(--dark-cerulean);
  border-radius: 100px;
  width: 2rem;
  height: 2rem;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section {
  min-height: 300px;
}

@media screen and (max-width: 991px) {
  .heading2-54px {
    font-size: 45px;
  }

  .heading2-64px {
    font-size: 33px;
  }

  .paragraph-18px {
    font-size: 16px;
    line-height: 23px;
  }

  .text-36px {
    font-size: 25px;
  }

  .hero-section {
    height: 80vh;
  }

  .hero-left-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 500px;
  }

  .hero-upper-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu {
    background-color: var(--primary-color);
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .nav-btn.hide {
    justify-content: center;
    align-items: center;
    padding: 35px 10px;
    display: block;
  }

  .nav-btn.hodden {
    display: none;
  }

  .text-16px {
    font-size: 14px;
    line-height: 22px;
  }

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

  .explore-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .explore-btn-wrap {
    align-self: flex-end;
  }

  .text-28px {
    font-size: 20px;
    bottom: 98px;
    right: -62px;
  }

  .text-28px.alt {
    bottom: 88px;
    right: -47px;
  }

  .text-28px.alt2 {
    bottom: 91px;
    right: -51px;
  }

  .text-28px.alt3 {
    bottom: 108px;
    right: -64px;
  }

  .team-lower-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .menu-button.w--open {
    background-color: var(--secondary-color);
    border-radius: 10px;
  }

  .image-3 {
    max-width: 70%;
  }

  .cursor-wrap.hide {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .heading1-82px {
    font-size: 50px;
  }

  .heading2-54px {
    font-size: 40px;
  }

  .heading2-64px {
    font-size: 32px;
  }

  .paragraph-18px {
    font-size: 14px;
    line-height: 20px;
  }

  .text-36px {
    font-size: 25px;
  }

  .text-18px {
    font-size: 16px;
  }

  .text-22px {
    font-size: 18px;
  }

  .hero-section {
    align-items: center;
    height: 90vh;
    padding-top: 0;
  }

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

  .hero-paragraph-wrap {
    max-width: 400px;
  }

  .hero-btn-wrap {
    max-width: 270px;
  }

  .nav-btn.hide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .what-we-do-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .text-16px {
    font-size: 12px;
    line-height: 18px;
  }

  .text-28px {
    font-size: 22px;
    bottom: 108px;
    right: -59px;
  }

  .text-28px.alt {
    bottom: 95px;
    right: -41px;
  }

  .text-28px.alt2 {
    bottom: 98px;
    right: -50px;
  }

  .text-28px.alt3 {
    bottom: 117px;
    right: -61px;
  }

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

  .team-lower-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-top-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-bottom-content-wrap {
    justify-content: space-between;
  }

  .white-btn {
    text-align: center;
  }

  .footer-btn-link {
    justify-content: space-between;
  }

  .text-20px {
    font-size: 14px;
  }

  .footer-logo {
    text-align: right;
  }

  .image-4 {
    max-width: 60%;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading1-82px {
    font-size: 50px;
  }

  .heading2-54px {
    font-size: 35px;
  }

  .paragraph-18px {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-upper-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-link, .nav-btn.hide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .what-we-do-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-works-top-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-24px {
    font-size: 20px;
  }

  .text-28px {
    font-size: 15px;
    bottom: 79px;
    right: -41px;
  }

  .text-28px.alt {
    bottom: 68px;
    right: -35px;
  }

  .text-28px.alt2 {
    bottom: 70px;
    right: -34px;
  }

  .text-28px.alt3 {
    bottom: 76px;
    right: -49px;
  }

  .team-member-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-button, .menu-button.w--open {
    padding: 10px;
  }

  .image-2 {
    max-width: 70%;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }
}


