@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Quicksand', sans-serif;
  background-color: white;
  background-image: url(dots1.png), url(dots2.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: 14%, 35%;
}
/*custom scrollbar*/
::-webkit-scrollbar {
  width: 9px;
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61);
  -webkit-border-radius: 100px;
}
/*custom scrollbar*/

#header {
  opacity: 75%;
}

.cont, .home_m, .cont3_m {

  display: none;
}
.home {
  pointer-events: none;
  user-select: none;
  position: relative;
  height: 100vh;
  width: 100%;
}
.home {
  position: relative;
  height: 85vh;
  width: 100%;
  background-image: url(beaker.png);
  background-position: 9% 90%;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.home .text {
  position: absolute;
  /* width: 80%; */
  font-size: 2.4vh;
  height: 400px;
  right: 10%;
  left: 45%;
  top: 30%;
  color: black;
}
.cont3 {
  width: 100%;
  height:100vh;
  position: relative;
  background-image: url(bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#back2Top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
	font-size: 34px;
	background-color: transparent;
	border: none;
	outline: none;
	color: #12575d;
	cursor: pointer;
	padding: 15px;
}

#back2Top:hover {
	color: #068775;
}

.cont3 .title1{
  float: left;
  position: relative;
  top: 3em;
  margin-left: 6em;
  color: black;
}
.cont3 h1:after{
  position: absolute;
  left: 6.6em;
  top: 3px;
  content: url(tri.png);
}
.cont3 h1:before{
  position: absolute;
  left: -0.3em;
  top: 1px;
  content: url(tri\ 2.png);
}
.cont3 {
  width: 100%;
  height:auto;
  position: relative;
  background-image: url(bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cont3 .title2{
  float: left;
  position: relative;
  top: 3em;
  margin-left: 6em;
  color: black;
}
.cont3 h1:after{
  position: absolute;
  left: 6.6em;
  top: 3px;
  content: url(tri.png);
}
.cont3 h1:before{
  position: absolute;
  left: -0.3em;
  top: 1px;
  content: url(tri\ 2.png);
}
.cont3 h1{
  position: relative;
  color: black;
  font-size: 1.6em;
}
.img1{
  margin-top: 3em;
  display: block;
  margin-left: auto;
  width: 17vh;
  margin-right: auto;
}
.img2{
  width:32em;
}
.cont3 h1:after{
  top: 3px;
  left: 7px;
  position: relative;
  content: url(tri.png);
}
.cont3 h1:before{
  content: url(tri\ 2.png);
  top: 3px;
  right: 7px;
  position: relative;
}
.card-body p{
  line-height: 1em;
  font-size:19px;
  color: black;
}
.contact-form .input{
  font-family: monospace;
}
.contact-form .input-fields1 .input{
  font-family: monospace;
}
.cont3 .line {
  left: 625px;
  bottom: 110px;
  position: relative;
}
.sec1{
  width: 100vh;
  display: flex;
  margin-left: 15em;
}
.container {
  width: 90%;
  margin: 50px auto;
}
.heading {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}
.card {
  width: 25em;
  margin-bottom: 50px;
  transition: 0.3s;
  pointer-events: none;
  user-select: none;

}
.card1 {
  margin-top: 7em;
  transition: 0.3s;
  pointer-events: none;
  user-select: none;

}
.card-header {
  text-align: center;
  padding: 2px 10px;
  color: black;
  font-size: 10;
}
.card-body {
  margin-top: 3em;
  display: block;
  margin-left: auto;
  width: 59vh;
  margin-right: auto;

}
.card-body p{

}
.card-body1 {
  margin-top: 3em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
.input {
  font-size: x-large;
  font-family: FontAwesome;
}

.input-fields1 {
  display: flex;
  flex-direction: column;
  margin-right: 25%;
}

.input-fields1,
.msg {
  text-align: center;
  align-items: center;
  width: 300px;
}

.input-fields1 .input,
.msg textarea {
  margin: 10px 0;
  background: #bac3ba;
  border: 2px solid black;
  padding: 10px;
  color: rgb(0, 0, 0);
  width: 300px;
}

.wrapper3 {
  position: relative;
  float: left;
  width: 100%;
  left: -13em;
  border-radius: 0.313em;
}
.Form1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgb(0, 0, 0);
  top: -209px;
  right: -2%;
  width: 650px;
  height: 35em;
}

.wrapper2 {
  position: relative;
  top: 20%;
  margin-top: -5em;
  left: -5em;
  width: 404%;
  max-width: 25.375em;
  background: transparent;
  padding: 1.875em;
  border-radius: 0.313em;
}
.wrapper2 .title h1 {
  font-size: 3.3vh;
  line-height: 1em;
  color: #175b60;
  text-align: center;
  margin-bottom: 1.563em;
}
.contact-form {
  left: 17em;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.input-fields {
  display: flex;
  flex-direction: column;
  margin-right: 4%;
}
.input-fields, .msg {
  text-align: center;
  align-items: center;
  width: 148%;
}

.btn {
  background: #011902;
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  top: 0em;
  right: -45%;
  position: relative;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.title h1:after{
  top: -7px;
  right: -9px;
  position: relative;
  content: url(ellipse.png);
}
.title{
  pointer-events: none;
  left: 14em;
  user-select: none;
  position: relative;
  font-weight: lighter;
  color: black;
}
.title h1:before{
  top: -4px;
  position: relative;
  right: 7px;
  content: url(ellipse.png);
}
.Form {
  position: relative;
  height: auto;
  width: 100%;
  background-image: url(bg3.png);
  background-position: 92% 87%;
  height: -5em;
  background-repeat: no-repeat;
  background-size: auto 81%;
}
@media screen and (max-width: 1000px) {
  .card {
      width: 40%;
 }
}
@media screen and (max-width: 1022px) {
  .container {
      width: 100%;
 }
  .heading {
      padding: 20px;
      font-size: 20px;
 }
  .card {
      width: 80%;
 }
}


@media only screen and (max-width: 935px) {

  html, body {
    background-repeat: repeat-y;
  background-size: 34%, 65%;

  }

  .home, .cont3, .Form1 {
      display: none;
 }
  
 .home_m {
    display: block;
    position: relative;
    width: 100%;
    height: 800px;
    background: url(beaker.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom;
 }

 .home_m .text {
    position: absolute;
    width: 80%;
    font-size: 16px;
    height: auto;
    left: 10%;
    top: 60px;
    color: black;
 }

 .cont3_m {
  display: block;
    position: relative;
    width: 100%;
    height: 1400px;
    background-color: #e6f0e3;
 }

 .cont3_m .founder {
    position: relative;
    width: 100%;
    height: 750px;
 }

 .cont3_m .founder h3 {
    color: black;
 }

 .cont3_m .founder h3:after{
    top: 22px;
    right: 70px;
    position: absolute;
    content: url(tri.png);
  }
  .cont3_m .founder h3:before{
    content: url(tri\ 2.png);
    top: 22px;
    left: 70px;
    position: absolute;
  }

 .cont3_m .founder #founder_m {
    position: relative;
    left: 25%;
 }

 .cont3_m .founder .text {
    position: relative;
    width: 80%;
    font-size: 16px;
    height: auto;
    left: 10%;
    color: black;
 }

 .cont3_m .hl {
  position: absolute;
  height: 5px;
  top: 780px;
  width: 90%;
  left: 5%;
  border-bottom: 5px solid black;
  border-radius: 0px;
  box-sizing: border-box;
 }

 .cont3_m .factory {
    position: absolute;
    top: 800px;
    width: 100%;
    height: auto;
 }

 .cont3_m .factory h3:after{
    top: 20px;
    right: 70px;
    position: absolute;
    content: url(tri.png);
  }

  .cont3_m .factory h3:before{
    content: url(tri\ 2.png);
    top: 20px;
    left: 70px;
    position: absolute;
  }

  .cont3_m .factory .img2_m {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 80px;
  }

  .cont {
    display: block;
    position: relative;
    width: 100%;
    height: 750px;
  }

  .btn {
  background: #011902;
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  top: 0em;
  right: 0;
  position: relative;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

  .cont .input {
    font-size: x-large;
    font-family: FontAwesome;
  }

  .cont .input-fields1 {
      display: flex;
      flex-direction: column;
      margin-right: 0%;
  }

  .cont .input-fields1,
  .msg {
      text-align: center;
      align-items: center;
      width: 100%;
  }

  .cont .input-fields1 .input,
  .msg textarea {
      margin: 10px 0px 10px 60px;
      background: #bac3ba;
      border: 2px solid black;
      padding: 10px;
      color: rgb(0, 0, 0);
      width: 250px;
  }

  .cont .wrapper3 {
      position: relative;
      float: left;
      width: 100%;
      border-radius: 0.313em;
      left: 0;
  }

  .cont .contact-form {
    left: 0em;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }

  .cont .Form1 {

      position: absolute;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      color: rgb(0, 0, 0);
      top: 80px;
      right: 10%;
      width: 90%;
      height: auto;
      background-size: cover;
  }

  .cont .Form1 img {
      position: absolute;
      left: 0;
    }

  .cont .title {
                            
    position: relative;
    width: 21em;
    left: 10px;
    font-size: 20px;
    font-weight: lighter;
    color: #012101;
  }

  .cont .title h1 {
    font-size: 20px;
  }

  .cont .title h1:before {
    top: -4px;
    position: relative;
    right: 7px;
    content: url(ellipse.png);
  }

  .cont .title h1:after {
    top: -7px;
    right: -9px;
    position: relative;
    content: url(ellipse.png);
  }


}