HTML {
  zoom: 100%;
}

body {
  background: rgb(0, 180, 216);
  background: linear-gradient(
    180deg,
    rgba(0, 180, 216, 1) 0%,
    rgba(3, 4, 94, 1) 100%
  );
  background-attachment: fixed;
  list-style: none;
  overflow-x: hidden;
}

#navbar {
  color: rgb(255, 255, 255);
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 100vw;
  z-index: 10;
}

.nav-wrapper {
  color: rgb(255, 255, 255);
  margin: auto;
  text-align: center;
  align-items: center;
  width: 70%;
}

.logo {
  color: #ffffff;
  opacity: 1;
  float: left;
  margin-left: 28px;
  margin-top: -10px;
  letter-spacing: 1px;
  font: normal normal bold 25px/32px Inter;
  letter-spacing: 0px;
}

#navbar ul {
  color: #ffffff;
  opacity: 1;
  display: inline-block;
  list-style: none;
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}

#navbar li {
  color: rgb(255, 255, 255);
  display: inline-block;
}

#navbar li a {
  font: normal normal normal 25px/30px Lato;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.5;
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 20px;
  margin-top: 5px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding: 10px;
}

@media only screen and (max-width: 1200px) {
  #navbar li a {
    font: normal normal normal 15px/20px Lato;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 20px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 10px;
  }
}

#menu .digitalLabs-button {
  border: 3px solid #ffffff;
  border-radius: 500px;
  text-align: center;
  font: bold 20px/25px Lato;
}

#navbar li a:hover {
  /* border-bottom: 1px solid rgb(28, 121, 184); */
  color: rgb(255, 255, 255);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 1;
}

#menu .digitalLabs-button:hover {
  background-color: #90e0ef;
  border: 3px solid #90e0ef;
  color: #0077b6;
  font: bold 20px/25px Lato;
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: rgb(255, 255, 255);
  right: 0;
}

#navbar li a:hover:before {
  background: rgb(255, 255, 255);
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
}

/* .head p {
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  float: left;
  margin-top: 5%;
  margin-left: -10%;
}

.head em {
  background: #f3e38e;
  background: -webkit-linear-gradient(
    to right,
    #f3e38e 0%,
    #e9814c 50%,
    #dd8dff 100%
  );
  background: -moz-linear-gradient(
    to right,
    #f3e38e 0%,
    #e9814c 50%,
    #dd8dff 100%
  );
  background: linear-gradient(to right, #f3e38e 0%, #e9814c 50%, #dd8dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  position: absolute;
}

.head img {
  width: 50%;
  height: 50%;
  float: right;
  margin-top: -30%;
  margin-left: 5%;
}

@media only screen and (min-width: 1900px) {
  .head p {
    font: normal normal bold 70px/85px Inter;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    float: left;
    margin-top: 5%;
    margin-left: -5%;
  }
}

@media only screen and (min-width: 1300px) {
  .head img {
    width: 450px;
    height: 450px;
    float: right;
    margin-top: -20%;
    margin-left: 5%;
  }
} */

/* .objective p {
  text-align: center;
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  opacity: 1;
  padding-top: 30%;
  background: #00d7ff;
  background: -webkit-linear-gradient(
    to right,
    #00d7ff 50%,
    #f59976 50%,
    #e9aaff 51%
  );
  background: -moz-linear-gradient(
    to right,
    #00d7ff 0%,
    #f59976 50%,
    #e9aaff 100%
  );
  background: linear-gradient(to right, #00d7ff 0%, #f59976 50%, #e9aaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.objective-text {
  padding-left: 25%;
  padding-right: 25%;
}

.objective-text p {
  text-align: center;
  font: normal 35px/42px Lato;
  color: #ffffff;
  letter-spacing: 1px;
  opacity: 1;
  border: 5px dashed #ffffff;
  border-radius: 100px;
  opacity: 1;
  padding: 15px;
}

@media only screen and (max-width: 1400px) {
  .objective-text {
    padding-left: 15%;
    padding-right: 15%;
  }
} */

.hom-img img {
  width: 100%;
  height: 100%;
}

.obj-img img {
  width: 100%;
  height: 100%;
}

.scope img {
  width: 100%;
  height: 100%;
}

.adv img {
  width: 100%;
  height: 100%;
}

.feat img {
  width: 100%;
  height: 100%;
}

.go {
  width: auto;
  margin: auto;
  margin-top: 200px;
  padding-right: 30%;
  padding-left: 40%;
}

.go p {
  text-align: center;
  font: bold 40px/36px Inter;
  color: #ffffff;
  opacity: 1;
  background: rgb(144, 224, 239);
  background: linear-gradient(
    270deg,
    rgba(144, 224, 239, 1) 0%,
    rgba(0, 119, 182, 1) 100%
  );
  padding: 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 1200px) {
  .go p {
    text-align: center;
    font: bold 30px/26px Inter;
    color: #ffffff;
    opacity: 1;
    background: rgb(144, 224, 239);
    background: linear-gradient(
      270deg,
      rgba(144, 224, 239, 1) 0%,
      rgba(0, 119, 182, 1) 100%
    );
    padding: 30px;
    border-radius: 20px;
  }
}

.go p:hover {
  text-align: center;
  font: bold 43px/39px Inter;
  color: #ffffff;
  opacity: 1;
  background: rgb(144, 224, 239);
  background: linear-gradient(
    270deg,
    rgba(144, 224, 239, 1) 0%,
    rgba(0, 119, 182, 1) 100%
  );
  padding: 30px;
  border-radius: 20px;
  -webkit-transition: all 1s ease;
}

/* labs.html */

.img-flask img {
  width: 30%;
  height: 30%;
  transform: rotate(26deg);
  padding-left: 5%;
  margin-top: 5%;
}
@media only screen and (min-width: 1900px) {
  .img-flask img {
    width: 30%;
    height: 30%;
    transform: rotate(26deg);
    padding-left: 10%;
  }
}

.img-flask h1 {
  text-align: center;
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  background: #f3e38e;
  background: -webkit-linear-gradient(to right, #f08ef3 20%, #dd7600 100%);
  background: -moz-linear-gradient(to right, #f08ef3 20%, #ff8800 100%);
  background: linear-gradient(to right, #f08ef3 20%, #ff8800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.Experiments {
  width: auto;
  margin: auto;
}

.exp {
  width: auto;
  margin: auto;
  padding-right: 35%;
  padding-left: 35%;
}

.Experiments h1 {
  text-align: center;
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  color: white;
  opacity: 1;
}

.Experiments p {
  text-align: center;
  font: normal normal bold 35px/42px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border: 3px dashed white;
  border-radius: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1200px) {
  .Experiments p {
    text-align: center;
    font: normal normal bold 25px/32px Inter;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    border: 3px dashed white;
    border-radius: 20px;
    padding: 20px;
  }
}

.Experiments p:hover {
  text-align: center;
  font: normal normal bold 35px/42px Inter;
  letter-spacing: 0px;
  background-color: white;
  color: #000000;
  opacity: 1;
  border: 3px dashed white;
  border-radius: 20px;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
}

.go-1 {
  width: auto;
  margin: auto;
  margin-top: 200px;
  padding-right: 35%;
  padding-left: 35%;
}

.go-1 p {
  text-align: center;
  font: bold 40px/36px Inter;
  color: #ffffff;
  opacity: 1;
  background: rgb(144, 224, 239);
  background: linear-gradient(
    270deg,
    rgba(144, 224, 239, 1) 0%,
    rgba(0, 119, 182, 1) 100%
  );
  padding: 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 1200px) {
  .go-1 p {
    text-align: center;
    font: bold 30px/26px Inter;
    color: #ffffff;
    opacity: 1;
    background: rgb(144, 224, 239);
    background: linear-gradient(
      270deg,
      rgba(144, 224, 239, 1) 0%,
      rgba(0, 119, 182, 1) 100%
    );
    padding: 30px;
    border-radius: 20px;
  }
}

.go-1 p:hover {
  text-align: center;
  font: bold 43px/39px Inter;
  color: #ffffff;
  opacity: 1;
  background: rgb(144, 224, 239);
  background: linear-gradient(
    270deg,
    rgba(144, 224, 239, 1) 0%,
    rgba(0, 119, 182, 1) 100%
  );
  padding: 30px;
  border-radius: 20px;
  -webkit-transition: all 1s ease;
}

/* team.html */

.team {
  text-align: center;
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.team img {
  width: 100%;
  height: 100%;
}

.management {
  text-align: center;
  font: normal normal bold 70px/85px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.management img {
  width: 100%;
  height: 100%;
  margin-bottom: 200px;
}

.go-2 {
  width: auto;
  margin: auto;
  margin-top: 50px;
  padding-right: 35%;
  padding-left: 35%;
}

.go-2 p {
  text-align: center;
  font: bold 40px/36px Inter;
  color: #ffffff;
  opacity: 1;
  background: rgb(144, 224, 239);
  background: linear-gradient(
    270deg,
    rgba(144, 224, 239, 1) 0%,
    rgba(0, 119, 182, 1) 100%
  );
  padding: 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 1200px) {
  .go-2 p {
    text-align: center;
    font: bold 20px/16px Inter;
    color: #ffffff;
    opacity: 1;
    background: rgb(144, 224, 239);
    background: linear-gradient(
      270deg,
      rgba(144, 224, 239, 1) 0%,
      rgba(0, 119, 182, 1) 100%
    );
    padding: 30px;
    border-radius: 20px;
  }
}

.go-2 p:hover {
  text-align: center;
  font: bold 43px/39px Inter;
  color: #ffffff;
  opacity: 1;
  background: rgb(144, 224, 239);
  background: linear-gradient(
    270deg,
    rgba(144, 224, 239, 1) 0%,
    rgba(0, 119, 182, 1) 100%
  );
  padding: 30px;
  border-radius: 20px;
  -webkit-transition: all 1s ease;
}

/* 1.html */
.iframe iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
}
