@font-face {
  src: url("OpenSans-Regular.ttf");
  font-family: open;
}
@font-face {
  src: url("OpenSans-SemiBold.ttf");
  font-family: open-sb;
}
@font-face {
  src: url("operator.otf");
  font-family: operator;
}
body {
  -webkit-user-select: none;
}
a {
  text-decoration: none;
}
.bgl1 {
  position: fixed;
  height: 100vh;
  width: 1px;
  background-color: #eee;
  left: 30vw;
  top: 0;
  z-index: -1;
}
.bgl2 {
  position: fixed;
  height: 100vh;
  width: 1px;
  background-color: #eee;
  left: 60vw;
  top: 0;
  z-index: -1;
}
.bgl3 {
  position: fixed;
  height: 100vh;
  width: 1px;
  background-color: #eee;
  left: 90vw;
  top: 0;
  z-index: -1;
}
* {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(242, 244, 255) 100%
  ); */
}
.line1 {
}
/* .top-parent {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(242, 244, 255) 100%
  );

  width: 100vw;
} */
.nav-wrapper {
  width: 100vw;
  height: auto;
}
.nav-wrapper ul {
  list-style-type: none;
  float: right;
  margin-top: -30px;
}
.nav-wrapper ul li {
  font-family: open;
  font-size: 20px;
  color: #43484c;
  margin-right: 50px;
  float: left;
  letter-spacing: 2px;
  cursor: pointer;
}
.margin-right {
  margin-right: 130px !important;
}
.lline {
  position: relative;
  width: 40%;
  height: 1.5px;
  transition: 0.2s ease-in-out;
  background-color: #1523f1;
}
.nav-wrapper ul li:hover .lline {
  width: 100%;
  transition: 0.2s ease-in-out;
}
.ayush {
  font-family: open;
  font-size: 20px;
  color: #43484c;
  float: left;
  letter-spacing: 2.3px;
  cursor: pointer;
  margin-left: 70px;
  margin-top: -30px;
}
.top-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 80vh;
  width: 100vw;
}
.ayushkarir {
  font-family: open;
  font-size: 20px;
  color: #43484c;
  letter-spacing: 2.3px;
}
.intro {
  font-family: operator;
  font-size: 50px;
  color: #1523f1;
  padding: 0 20px;
}
.logo-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.logo {
  width: 40px;
}
.topinf {
  display: flex;
  flex-direction: row;
}
.line2 {
  position: relative;
  width: 20%;
  height: 1.5px;
  transition: 0.2s ease-in-out;
  background-color: #1523f1;
}
.page03 {
  float: right;
  background-color: transparent;
  padding-bottom: 10px;
}
.page03 ul {
  list-style-type: none;
}
.page03 ul li {
  font-family: operator;
  font-size: 30px;
  color: #43484c;
  width: 230px;
  letter-spacing: 2.3px;
  cursor: pointer;
}
.page03 ul li:hover .line2 {
  width: 30%;
  transition: 0.3s ease-in-out;
}
.works-info {
  font-family: open;
  margin-top: 20px;
  font-size: 17px;
  color: #898989;
  margin-left: 10vw;
}
.page07 {
  width: 50vw;
  background-color: transparent;
}

.card-cont {
  width: 500px;
  height: 400px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 2px 2px 5px rgba(0, 0, 0, 0.1);
  float: right;
  margin-right: 3vw;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-image {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-title {
  font-family: open;
  transition: 0.1s ease-in-out;

  font-size: 25px;
  color: #43484c;
  letter-spacing: 2.3px;
  cursor: pointer;
  padding: 10px 0px 10px 20px;
}
.card-info {
  font-family: open;
  font-size: 15px;
  color: #43484c;
  letter-spacing: 2.3px;
  cursor: pointer;
  padding: 0px 0px 10px 20px;
  transition: 0.1s ease-in-out;
}
.card-cont:hover .card-title {
  margin-left: 5px;
}
.card-cont:hover .card-info {
  margin-left: 5px;
}

.worksinf {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.page02 {
  background-color: transparent;
}
.page05 {
  width: 50vw;
  background-color: transparent;
}
.page005 {
  width: 50vw;
  background-color: transparent;
}
.nova-media {
  margin-top: -100px !important;
}
.card-cont2 {
  width: 500px;
  height: 380px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 2px 2px 5px rgba(0, 0, 0, 0.1);
  float: right;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
}
.card-cont2:hover .card-title {
  margin-left: 5px;
}
.card-cont2:hover .card-info {
  margin-left: 5px;
}

.footer-parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  margin-top: 50px;
}
.footer-container {
  width: 70vw;
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 20px;
}
.footer-left {
  width: 50%;
  float: left;
}
.footer-left p {
  font-family: open;

  font-size: 20px;
  color: #43484c;
  letter-spacing: auto;
  cursor: pointer;
  text-align: center;
  margin-left: 30px;
  margin-top: 20px;
}
.footer-left ul {
  list-style-type: none;
}
.footer-left ul li {
  font-family: operator;
  font-size: 30px;
  color: #43484c;
  width: 230px;
  letter-spacing: 2.3px;
  cursor: pointer;
}
.footer-left ul li:hover .line2 {
  width: 30%;
  transition: 0.3s ease-in-out;
}

.footer-right {
  width: 50%;
}

.footer-right ul {
  list-style-type: none;
}
.footer-right ul li {
  font-family: operator;
  font-size: 30px;
  color: #43484c;
  width: 230px;
  letter-spacing: 2.3px;
  cursor: pointer;
}
.footer-right ul li:hover .line2 {
  width: 30%;
  transition: 0.3s ease-in-out;
}

main {
  background: white;
  margin: 20px 0;
  padding: 10px;
  background: transparent;
}

main div {
  width: 60px;
  height: 60px;
  border: 1px solid #c3c3c3;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 20px;
  background: transparent;
}
main div:hover {
  background-color: #1523f1;
}
main div p {
  transform: translate(35%, 50%);
  font-size: 25px;
  color: #555;
  z-index: 100;
}
main div:hover .icon {
  color: #fff;
}

.flex-center {
  display: flex;
  justify-content: center;
  background: transparent;
}

@media only screen and (max-width: 1100px) {
  .topinf {
    flex-direction: column-reverse;
  }
  .stark-media {
    display: table !important;
    margin: auto !important;
    float: none;
  }
  .nova-media {
    margin-top: 0px !important;
  }
  .works-info {
    text-align: center;
    padding-bottom: 20px;
  }
  .page07 {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    float: left;
  }
  .card-cont {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .card-cont {
    width: 300px;
    height: 240px;
  }
  .card-cont2 {
    width: 300px;
    height: 240px !important;
  }
  .card-title {
    font-size: 15px;
    padding: 10px 0px 0px 20px;
  }
  .card-info {
    font-size: 10px;
  }
  .nav-wrapper ul li {
    /* margin-right: 10px;
    font-size: 14px; */
    display: none;
  }
  /* .margin-right {
    margin-right: 20px !important;
  } */
}
@media only screen and (max-width: 835px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .footer-left {
    width: 100%;
  }

  .footer-right {
    width: 100%;
  }
}
@media only screen and (max-width: 935px) {
  .intro {
    margin-left: 30px;
  }
}
/************E X P E R I M E N T I N G ************* */
