header {
  height: 100vh;
  background: white;
}

.black {
  color: black;
}

.paraStyle {
  margin: 3rem;
  border-radius: 10px;
}

body, html {
  height: 100vh;
  overflow: hidden;
  background-color: black;
  color: white !important;
}

body {
  background-color: transparent !important;
}

.logo {
  width: 3rem;
  height: 50%;
}

.navbar {
  opacity: 1;
}

.logoDetails {
  color: white;
  display: inline-block;
}

.logoDetails img {
  height: 80px;
}

.details {
  margin: 10px;
  font-weight: 300;
}

stronger {
  font-weight: 900;
}

#logoAnimation {
  color: white;
  margin: auto;
  width: 50%;
}

#logoDetails_CR::after {
  content: attr(cross);
  position: absolute;
  opacity: 1;
  font-weight: 100;
}

#logoDetails_I::after {
  content: attr(Into);
  position: absolute;
  opacity: 1;
  font-weight: 100;
}

#logoDetails_T::after {
  content: attr(Target);
  position: absolute;
  opacity: 1;
  font-weight: 100;
}

.para {
  margin: 2rem 0.2rem 2rem 1.2rem;
  opacity: 1;
  color: white;
  font-size: 2rem;
  font-weight: 100;
}

#navbarSupportedContent a.nav-link {
  color: white;
}

#tooltip1 {
  height: 160px !important;
  width: 100% !important;
  overflow: hidden;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
}

#tooltip1 .rs-container {
  left: 50%;
  margin-left: -300px;
}

#tooltip1 .rs-tooltip {
  top: 100px;
}

.rfixedScroll {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
}

.lfixedScroll {
  position: fixed !important;
  bottom: 10px;
  right: 60px;
}

.workFlowArow {
  color: black;
}

#flow_1, #flow_2, #flow_3, #flow_4 {
  margin: 0rem 1rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 100;
  position: absolute;
  top: 45vh;
  background-color: rgba(71, 246, 255, 0.2);
  padding: 0.7rem;
}

.rs-tooltip-text {
  color: #00f2ff;
  font-size: 1rem !important;
  font-weight: bolder;
}

#SiteDesgin {
  display: none;
  margin-top: 15vh;
}

@media only screen and (min-width: 600px) {
  #SiteDesgin {
    margin-top: 22vh;
  }
}

@media only screen and (max-width: 600px) {
  #flow_3 {
    top: 70vh !important;
  }
  #flow_4 {
    top: 68vh !important;
  }
}

#InformationG, #SiteDesgin, #Implementation, #Testing {
  max-height: 80vh;
}

#InformationG {
  margin-top: -20vh;
  margin: -6rem 0px 0px;
}

#flow_2 {
  top: 58vh;
}

#flow_3 {
  top: 58vh;
}

#flow_4 {
  top: 58vh;
}

#AboutUs_BG {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

#AboutUs_BG svg {
  position: absolute;
  width: 210vh !important;
  top: 0;
  /* filter: blur(0.1rem); */
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  #flow_1 {
    top: 25vh;
  }
  #AboutUs_BG svg {
    width: 210vh !important;
  }
  .rs-tooltip-text {
    position: fixed !important;
    right: 00px !important;
    top: 80px !important;
    background-color: darkgrey;
    padding: 5px;
    display: block;
    border-radius: 10px 0px 0px 10px !important;
    margin: 0;
    left: auto !important;
  }
  #Testing {
    margin-top: -20vh !important;
    height: 70vh !important;
  }
}

@media only screen and (max-width: 326px) {
  #flow_2 {
    top: 55vh;
  }
  #SiteDesgin {
    margin-top: 9vh;
  }
}

#InformationG svg {
  height: 80vh !important;
}

@media only screen and (min-width: 600px) {
  #flow_1, #flow_2, #flow_3, #flow_4 {
    right: 0;
    width: 40%;
    font-size: 1rem;
    font-weight: 100;
    background-color: rgba(71, 246, 255, 0);
  }
  #flow_2 {
    margin-top: 220px;
  }
  #flow_2 {
    top: 0vh;
  }
  #InformationG, #SiteDesgin, #Implementation, #Testing {
    left: 0;
    width: 50%;
  }
  #InformationG {
    margin-top: -30vh;
  }
}

.Colapsed {
  margin-top: 100px !important;
}

#Implementation {
  margin-top: -41vh;
  height: 70vh;
}

#Testing {
  margin-top: 40vh;
  height: 70vh;
  max-height: 50vh;
}

.navbar-collapse .active {
  font-weight: bolder;
}

.paraStyle:before {
  font-family: "Font Awesome 5 Free";
  content: '\f10d';
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
  color: #44f5ff;
}

.paraStyle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #44f5ff;
}

#flow_4:before {
  color: white;
}

#flow_4:after {
  color: white;
}

.dropdown-menu {
  background-color: #06f1f8 !important;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
}

#workFlowbadge {
  border-radius: 50%;
  padding: 0.1rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
/*# sourceMappingURL=main.css.map */