*,
*::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;
}

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;
  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;
}

.header_product {
  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;
}

.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;
}

/* 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;
}

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

.footCon {
  margin-top: 10px;
}

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

.trophy {
  fill: #30cbce;
}
