body{
  overflow-x: hidden;
  margin: 0;
}
@font-face {
  src: url('fonts/Proxima Nova.otf');
  font-family: 'proxima nova';
}
@font-face {
  src: url('fonts/Montserrat-Medium.ttf');
  font-family: 'montserrat medium';
}
@font-face {
  src: url('fonts/Montserrat-Regular.ttf');
  font-family: 'montserrat regular';
}
@font-face {
  src: url('fonts/Proxima Nova bold.otf');
  font-family: 'proxi bold';
}
@font-face {
  font-family: 'bebas';
  src: url('fonts/BebasNeue Book.otf');
}
.land{
  background-image: radial-gradient(#42a0f7 ,#6a6aee);
  height: 100vh;
  width: 100vw;
}
.boxx1{

  position: absolute;
  margin-top: -40vh;
  background-color: #fff;
  height: 80vh;
  width: 60vw;
  margin-left: 20vw;
  box-shadow: 0px 5px 6px 0px #ccc;
}
.bg2{
  background-color: #efefef;
  padding-top: 20vh;
}
.feathead{
  font-family: 'proxi bold';
  font-size: 40px;
}
.boxx2{
    margin: auto;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 3px 12px 0px #ccc;
}
.f1{

}
.fimg{
  height: 30vh;
  background-image: url('assets/CODE.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feattext{
  font-size: 20px;

}
.nav2{
  height: 10vh;
  width: 100vw;
}
.logo{
  height: 8vh;
  transform: translateY(10px);
  background-image: url('assets/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.menu{
  float: right;
}
ul{
  list-style-type: none;
}
.ham{
  position: fixed;
  z-index: 20;
  top: 0;
}
.bars{
  position: absolute;
  z-index: 20;
  cursor: pointer;
  margin-left: 90vw;
  visibility: hidden;
}
.bar{
  height: 2px;
  width: 30px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: 300ms;
}
.bar1_ac{
  transform: rotate(45deg);
}
.bar2_ac{
  transform: rotate(-45deg);
  margin-top: -3px;
}
.bar3_ac{
  opacity: 0;
}
.lmune{
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #13171c;
  top: -20%;
  visibility: hidden;
}
.menu2_ac{
  visibility: visible;
}
input, input:hover, input:focus{
  outline: none;
  background-color: transparent;
}
.abouttext{
  font-size: 15px;
  font-family: 'montserrat regular';
}
.item{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: 'proxima nova';
}
.item:hover{
  border-top: 3px solid #fff;
}
.it1{
  border-top: 3px solid #fff;
}
.land_head{
  margin: auto;
  width: 100vw;
  font-size: 70px;
  color: #fff;
  font-family: 'bebas';
}
.land_line{
    height: 3px;
  background-color: #fff;
  width: 15vw;
  margin: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
  border-radius: 30px;
}
.land_tag{
  margin: auto;
  width: 100vw;
  font-size: 60px;
  color: #fff;
  font-family: 'proxi bold';
}
.land_bttn{
   padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  border-radius: 40px;
  border: 2px #fff solid;
  color: #fff;
  width:20vw;
  margin: auto;
  font-family: 'proxima nova';
  transition:300ms;
}
.land_bttn:hover{
  cursor: pointer;
  background-color: #fff;
  color: #257bef;
  transition: 300ms;
}
.btn1{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  border-radius: 40px;
  border: none;
  color: #fff;
  background-image: linear-gradient(to right, #42a0f7 ,#257bef);
}
.btn2{
  box-shadow: 1px 2px 6px 0px #4b4343;
  margin-top: 2vh;
}
.abouthead{
  font-size: 30px;

}
.about2{
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.abouttext{
  width: 60vw;
  margin: auto;
}
.line{
  height: 1px;
  background-color: #13171c;
  width: 10vw;
  margin: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.bg4{
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 30px;
  color: #fff;
  background-image: linear-gradient(#42a0f7 ,#6a6aee);
}
.f1{
  cursor: pointer;

}
.feattext{
  font-size: 20px;
  font-family: 'montserrat medium';
}
.card{
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 15px;
  text-align: center;
  /*position: absolute;*/
  color: #000;
  /*background-color: #6a6aee;*/
  /*opacity: 0;*/
  font-family: 'proxima nova';
  transition:500ms;
  font-size: 13px;
}
/*.card_ac{
  opacity: 1;
}*/
.l2{
  width: 30vw;

}
.fi1{
  background-image: url('assets/PRIVACY.png');
}
.fi3{
  background-image: url('assets/MIND.png');
}
.bgbrowse{
  height: 50vh;
  background-image: url('assets/SEARCH.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bg4text{
  font-family: 'montserrat regular';
  font-size: 18px;
}
.head3{
  padding-top: 10vh;
}
.l3{
  background-color: #fff;
  width: 32vw;
}
.bg4head{
  font-size: 35px;
  font-family: 'proxi bold';
}
.news{
  padding-top: 10vh;
}

.newsletter{
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
  box-shadow: 0px -2px 9px 0px #ccc;
  height: 60vh;
  transform: translateY(10vh);
}
.nin{
  border: none;
  border-bottom: 2px solid #6a6aee;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  font-family: 'proxima nova';
  font-size: 17px;
  width: 20vw;
  margin: 10px;
  transition: 500ms;
}
form{
  width: 50vw;
  transition: 500ms;
}
.bx2{
  width: 10vw;
  margin: auto;
  margin-top: 5vh;
  cursor: pointer;
  transition: 500ms;
}
.thank{
  position: absolute;
  z-index: -2;
  opacity: 0;
  text-align: center;
  color: #6a6aee;
  transition: 500ms;
  margin-top: 5vh;
  transition-delay: 200ms;
  font-family: 'proxima nova';
  font-size: 40px;
  width: 50vw;
}
.l4{
  width: 37vw;
}
footer{
  background-color: #6a6aee;
  height: 20vh;
}
.show{
  opacity: 1;
}
.hide{
  opacity: 0;
}
.land_bttn{
  visibility: hidden;

}
.wp2{
  background-image: url('assets/stellarbanner.png');
}

.wp3{
  background-image: url('assets/contactbanner.png');
}

@media screen and (max-width:700px) {
  .bars{
    visibility: hidden;
  }
  .menu{
    visibility: hidden;
  }

  .nin{
    width: 70vw;
  }
  .bx2{
    width: 60vw;
  }
}
