/* 
------------------
Template Name: App.biostealth.ai | biostealth resource
Version: 1.00
------------------
*/
/* Google Fonts Link */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Nunito+Sans:wght@400;500;800;1000&display=swap");

html,
body {
  scroll-behavior: smooth;
  font-family: "Nunito Sans", sans-serif;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: unset;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
}

input:-webkit-autofill {
  -webkit-text-fill-color: unset;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.user-select-none {
  pointer-events: none;
}

.list-inline {
  font-size: 0;
}
.list-inline-item {
  font-size: 1rem;
}

/* common p color */
p {
  color: #000000;
  font-size: 1rem;
}

/* header part css */

.header {
  background-color: rgb(255, 255, 255) !important;
  padding-top: 19px;
}
header {
  position: absolute;
  z-index: 999;
}
header .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5a67b2;
  padding: 14px 0px;
  margin: 0 20px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
  position: relative;
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background-color: #5a67b2;
  left: 0;
  bottom: 5px;
  border: 0px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}

header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
header .navbar-nav .nav-item .nav-link.active {
  position: relative;
}
header .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #5a67b2;
  left: 0;
  bottom: 5px;
  border: 0px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
header .navbar-nav .nav-item .dropdown-menu {
  padding: 0px;
  text-align: center;
  margin-top: 23px;
}
header .navbar-nav .nav-item .dropdown-menu::after {
  width: 0;
  border-right: 0;
  border-left: 0px;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  background-color: #8d97d7;
  color: white;
  line-height: 43px;
  padding: 0px 23px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #5a67b2;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #5a67b2;
  background: white;
}
header .navbar-nav .nav-item .dropdown-toggle::after {
  margin-left: 0px;
}
header .navbar-nav .nav-item .m-btn {
  color: white;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s;
  padding: 14px 20px;
  margin: 0px;
}
header .navbar-nav .nav-item .m-btn:hover {
  color: #5a67b2;
  background-color: white;
}
header .nav-fixed .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5a67b2;
  padding: 14px 0px;
  margin: 0 20px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
  position: relative;
}
header .nav-fixed .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background-color: #5a67b2;
  left: 0;
  bottom: 5px;
  border: 0px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
header .nav-fixed .nav-item .nav-link:hover {
  color: #4556b7;
}
header .nav-fixed .nav-item .nav-link:hover::after {
  width: 100%;
}
header .nav-fixed .nav-item .nav-link.active {
  position: relative;
}
header .nav-fixed .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #5a67b2;
  left: 0;
  bottom: 5px;
  border: 0px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
header .nav-fixed .nav-item .dropdown-menu {
  padding: 0px;
  text-align: center;
  margin-top: 23px;
}
header .nav-fixed .nav-item .dropdown-menu::after {
  width: 0;
  border-right: 0;
  border-left: 0px;
}
header .nav-fixed .nav-item .dropdown-menu .dropdown-item {
  background-color: #8d97d7;
  color: white;
  line-height: 43px;
  padding: 0px 23px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
header .nav-fixed .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #5a67b2;
}
header .nav-fixed .nav-item .m-btn {
  color: white;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s;
  padding: 14px 20px;
  margin: 0px;
}

header .nav-fixed .nav-item .m-btn:hover {
  color: #5a67b2;
  background-color: white;
}

.sidenav {
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #f2f3f5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  color: #5a67b2;
  right: 45px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#mySidenav {
  display: none;
}
#mySidenav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5a67b2;
  padding: 14px 0px;
  margin: 0 20px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
  position: relative;
}
#mySidenav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background-color: #5a67b2;
  left: 0;
  bottom: 5px;
  border: 0px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
#mySidenav .navbar-nav .nav-item .nav-link:hover {
  color: #4556b7;
}
#mySidenav .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
#mySidenav .navbar-nav .nav-item .nav-link.active {
  position: relative;
}
#mySidenav .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #5a67b2;
  left: 0;
  bottom: 5px;
  border: 0px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
#mySidenav .navbar-nav .nav-item .dropdown-menu {
  padding: 0px;
  text-align: center;
  margin-top: 23px;
}
#mySidenav .navbar-nav .nav-item .dropdown-menu::after {
  width: 0;
  border-right: 0;
  border-left: 0px;
}
#mySidenav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  background-color: #8d97d7;
  color: white;
  line-height: 43px;
  padding: 0px 23px;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s;
}
#mySidenav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #5a67b2;
}
#mySidenav .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #5a67b2;
  background: white;
}
#mySidenav .navbar-nav .nav-item .m-btn {
  color: white;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s;
  padding: 14px 20px;
  margin: 0px;
}
#mySidenav .navbar-nav .nav-item .m-btn:hover {
  color: #5a67b2;
  background-color: white;
}

.navWith {
  width: 210px !important;
}

/* banner part start from here */

.banner {
  background: url(../images/banner/bannerBg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.banner .overlay {
  /* background: rgba(0, 0, 0, 0.59); */
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}

.banner h1 {
  font-weight: 600;
  font-style: italic;
  color: #35434c;
  font-size: 60px;
}
.banner p {
  margin-top: 30px;
  color: #5a67b2;
  padding-right: 100px;
}
.button {
  margin-top: 40px;
}
.button i {
  font-size: 35px;
}
.button .text span {
  font-size: 32px;
}
.windowsBtn {
  margin-right: 20px;
}
.WBtn {
  display: flex;
  border-radius: 3px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  background-color: #5a67b2;
  color: #ffffff;
  transition-delay: 0.2s;
  transition: 0.3s;
  font-variant-caps: all-small-caps;
  line-height: 19px;
  align-items: center;
}
.WBtn:hover {
  background-color: #dcdcdc;
  /* box-shadow: 4px 3px 11px 0 #5a67b2; */
  color: #333333;
}
.MBtn {
  display: flex;
  border-radius: 3px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  background-color: #dcdcdc;
  color: #333333;
  transition-delay: 0.2s;
  transition: 0.3s;
  font-variant-caps: all-small-caps;
  line-height: 19px;
  align-items: center;
}
.MBtn:hover {
  background-color: #5a67b2;
  /* box-shadow: 4px 3px 11px 0 #5a67b2; */
  color: #ffffff;
}

.bannerImg img {
  filter: drop-shadow(0px 5px 17px #000);
  scale: 1.1;
}

/* right side png image animation */

.banner .animation img {
  width: 80%;
}
.banner .animation {
  position: absolute;
  bottom: 20%;
  right: 20px;
  animation: mymove 50s infinite;
}
@keyframes mymove {
  from {
    bottom: 0%;
  }
  to {
    bottom: 90%;
  }
}

/* plus shape animation */

.banner .plus-shape img {
  width: 80%;
}
.banner .plus-shape {
  position: absolute;
  bottom: 5%;
  left: 20%;
  animation: myrotate 50s infinite linear;
}
@keyframes myrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* animation an second shape beside the banner image */

.banner .shape2 img {
  width: 70%;
}
.banner .shape2 {
  position: absolute;
  top: 20%;
  left: 45%;
  animation: myrotate2 80s infinite linear;
}
@keyframes myrotate2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* responsive css start from here */

/* X-Small devices (portrait phones, less than 576px) */
@media (min-width: 480px) and (max-width: 575.98px) {
  .banner {
    top: 25px;
  }
  .banner h1 {
    font-size: 35px;
  }
  .banner p {
    margin-top: 50px;
    color: #5a67b2;
    font-size: 16px;
  }
  .bannerImg img {
    filter: drop-shadow(0px 5px 17px #000);
    scale: 1;
    margin-top: 40px;
  }
  .WBtn {
    font-size: 16px;
    padding: 7px 13px;
  }
  .MBtn {
    font-size: 16px;
    padding: 7px 13px;
  }
  .button i {
    font-size: 26px;
  }
  .button .text span {
    font-size: 26px;
  }
  .button {
    margin-top: 20px;
  }
  .banner .shape2 img {
    width: 45%;
  }
  .banner .shape2 {
    left: 80%;
  }
  .banner .plus-shape img {
    width: 30%;
    display: none;
  }
  .banner .animation img {
    width: 42%;
  }
  .banner .animation {
    right: 6px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .bannerImg img {
    filter: drop-shadow(0px 5px 17px #000);
    scale: 1;
    margin-top: 45px;
  }
  .banner {
    top: 140px;
  }
  .banner h1 {
    font-size: 55px;
  }
  .banner p {
    padding-right: 0px;
  }
  .button {
    justify-content: center;
  }
  .banner .shape2 {
    display: none;
  }
  .banner .plus-shape {
    display: none;
  }
  .navbar-brand img {
    width: 70%;
  }
  header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner {
    top: 180px;
  }
  .bannerImg img {
    scale: 1;
    margin-top: 45px;
  }
  .banner .shape2 {
    display: none;
  }
  .banner .plus-shape {
    display: none;
  }
  .banner p {
    padding-right: 0px;
  }
  .button {
    justify-content: center;
  }
  .banner h1 {
    font-size: 79px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1400px) {
  .banner h1 {
    font-size: 42px;
  }
  .banner p {
    margin-top: 20px;
    padding-right: 10px;
  }
  .WBtn {
    font-size: 19px;
  }
  .MBtn {
    font-size: 19px;
  }
  .banner .plus-shape {
    display: none;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) and (max-width: 2400px) {
}
