*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  color: #3e3e47;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

section[id],
header[id] {
  scroll-margin-top: 110px;
}

img {
    max-width: 100%;
    display: block;
}

a {
  color: #fff;
}

h4 {
  font-size: 30px;
  font-weight: 400;
}

.container {
  /* margin: 0 80px !important; */
  padding: 0;
}

.navbar-toggler {
  background-color: none;
  border: none;
}

.navbar-toggler-icon {
  color: #fff;
}

.navbar {
  padding: 0;
  margin: 0 120px;
  padding: 30px 0;
}

.sticky {
  position: fixed;
  background-color: #197475;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 400;
}

.navbar-toggler {
  background-color: none;
}

.sticky .navbar {
  padding: 10px 0;
}

.con {
  padding: 0;
  margin: 0 120px;
  padding: 30px 0;
}

.con1 {
  padding: 0;
  margin: 0 120px;
  padding: 0 0;
}

.con-head {
  margin-top: 100px;
  position: relative;
}

.nav-item {
  position: relative;
}

#must {
  color: white;
}

.nav-link {
  color: #fff !important;
}

.nav-link:link,
.nav-link:visited {
  position: relative;
}

.nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background-color: #30cbce;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,
    background-color 0.1s, -webkit-transform 0.2s;
  transition: width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, background-color 0.1s,
    -webkit-transform 0.2s;
  transition: width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, background-color 0.1s,
    -webkit-transform 0.2s;
  transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,
    background-color 0.1s;
  transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,
    background-color 0.1s, -webkit-transform 0.2s;
}

.nav-item:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  width: 100%;
  color: wheat;
}

.active {
  background-color: #30cbce;
}

.nav-item {
  color: #fff;
}

.nav-item .nav-link span {
  color: #fff;
  z-index: 2000;
}

.display-3 {
  font-weight: 500;
  font-size: 60px;
}

.lead {
  font-weight: 500;
}

header {
  height: 98vh;
  background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(rgba(0, 0, 0, 0.35)),
      to(rgba(0, 0, 0, 0.35))
    ),
    url(./img/headerbg.jpg);
  background-image: linear-gradient(
      to right bottom,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url(./img/headerbg.jpg);
  background-color: #fff;
  background-size: cover;
  color: #fff;
  font-weight: 600;
  background-position: top;
  position: relative;
  margin: 0;
  padding: 0;
}

.logo {
  width: 200px;
}

.svg {
  color: #30cbce;
  font-size: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.svg2 {
  color: #fff;
  font-size: 30px;
}

.stan {
  color: #3e3e47;
  position: absolute;
  top: 80vh;
  width: 80%;
  /*   height: 500px; */
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background-color: #197475;
}

.paragraph {
  font-size: 20px;
  font-weight: 300;
}

.load-reveal,
.scroll-reveal {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, transform;
  transition-duration: 750ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.load-reveal.is-visible,
.scroll-reveal.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.reveal-fade-up {
  transform: translate3d(0, 34px, 0);
}

.reveal-up {
  transform: translate3d(0, 72px, 0);
}

.reveal-left {
  transform: translate3d(-88px, 0, 0);
}

.reveal-right {
  transform: translate3d(88px, 0, 0);
}

/* About us */

.aboutUs {
  margin-top: 400px;
}

.header-com {
  color: #30cbce;
  margin-bottom: 0px;
}

.step {
  position: relative;
}

.step-2 {
  position: absolute;
  left: 74% !important;
}

.display-1 {
  font-weight: bold;
  opacity: 0.19;
  position: absolute;
  left: 10px;
  top: -30px;
}

.display-4 {
  font-size: 30px;
  font-weight: 400;
  margin: 40px 150px;
}

/* how it works section */
.how-it-works {
  margin-top: 190px;
}

.dash {
  width: 100%;
}

.img {
  padding: 50px;
}

/* why us section */
.why-us {
  background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(rgba(64, 187, 189, 0.803)),
      to(rgba(227, 237, 239, 0.333))
    ),
    url(./img/headerbg.jpg);
  background-image: linear-gradient(
      to right bottom,
      rgba(64, 187, 189, 0.803),
      rgba(227, 237, 239, 0.333)
    ),
    url(./img/headerbg.jpg);
  background-size: cover;
  height: 700px;
  position: relative;
}

.list {
  margin-top: 30px;
}

.why-us_header {
  color: #fff;
}

.why-us_con {
  color: #fff;
  font-weight: 300;
  margin-left: 50px;
}

.dam {
  color: #fff !important;
}

.laptop {
  position: absolute;
  top: 180px;
  right: -200px;
}

.phone {
  position: absolute;
  top: 500px;
  right: 400px;
}

/* contact */
.contact {
  margin-top: 200px;
}

.list img {
  float: left;
}

.icon-big {
  font-size: 40px;
  color: #30cbce;
}

.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont {
  position: relative;
}

.cont::before {
  content: "";
  position: absolute;
  left: -30px;
  height: 70px;
  width: 3px;
  background-color: #30cbce;
}

button {
  background-color: #30cbce;
  color: #fff;
  text-align: center;
}

.blog-modal[hidden] {
  display: none;
}

.blog-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.blog-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 40, 42, 0.68);
}

.blog-modal__panel {
  position: relative;
  width: min(520px, 100%);
  border: 1px solid rgba(48, 203, 206, 0.28);
  border-radius: 18px;
  background: #fff;
  color: #233237;
  padding: 34px;
  -webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.blog-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(25, 116, 117, 0.25);
  border-radius: 50%;
  background: #fff;
  color: #197475;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.blog-modal__eyebrow {
  margin-bottom: 8px;
  color: #197475;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.blog-modal h2 {
  margin-bottom: 12px;
  color: #102a2d;
  font-size: 34px;
  font-weight: 700;
}

.blog-modal p {
  color: #4b5a5f;
  font-size: 17px;
  line-height: 1.7;
}

.blog-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.blog-modal__primary,
.blog-modal__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
}

.blog-modal__primary {
  background: #197475;
  color: #fff;
}

.blog-modal__primary:hover,
.blog-modal__primary:focus {
  color: #fff;
  text-decoration: none;
}

.blog-modal__secondary {
  border: 1px solid rgba(25, 116, 117, 0.25);
  background: #fff;
  color: #197475;
}

body.blog-modal-open {
  overflow: hidden;
}

.footer {
  background-color: #30cbce;
  color: #fff;
  padding: 10px;
}

.footCon {
  margin-top: 10px;
}

.svg1 {
  font-size: 30px;
  color: #fff;
  float: left;
}

.trophy {
  fill: #30cbce;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
