@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.para {
  position: relative;
}

a {
  text-decoration: none;
}
.lastestwork {
  text-align: center;
  width: 100%;
  display: block;
  
}

#laptopicon {
  margin-top: 4%;
  margin-bottom: 2%;
}
#headlp {
  font-weight: 800;
  color: white;
  font-size: 8vw;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 4%;
}
#vp1 {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  display: block;
}
#vp1 p {
  margin-top: 20px;
  text-align: justify;
}
#vp1 img {
  width: 180px ;
 
}
#vp2 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
  margin-bottom: 30px;
}
#vp2 p {
  margin-top: 20px;
  text-align: justify;
}
#vp2 img {
  width: 270px;
}
#story label {
  font-size: 16px;
  text-align: justify;
  padding: 30px;
  width: 90%;
}
#story h3{
  padding-top: 20px;
}
    .knowmorebtn {
          width: 100%;
          padding: 40px;
          text-align: center;
        }
        .btnm {
          font-size: 16px;
          color: black;
          background-color: #e5e5e5;
          border: 2px solid black;
          border-radius: 25px;
          padding: 16px;
          width: 200px;
          box-shadow: none;
          outline: none;
        }
        .btnm:hover {
          font-size: 20px;
          padding: 20px;   
        }
@media screen and (min-width: 768px) {
  #vp1 p {
    display: block;
    width: 500px;
    height: 150px;
    margin-top: 100px;
    margin-left: 50px;
    text-align: justify;
  }

  #vp1 {
    display: flex;
  }
   #vp1 img {
    margin-top: 100px;
    width: 210px;
  }
  #vp2 p {
    display: block;
    width: 500px;
    /* height: 150px; */
    margin-top: 100px;
    margin-left: 50px;
    text-align: justify;
  }

  #vp2 {
    display: flex;
  }
  #vp2 img {
    margin-top: 100px;
    width: 320px;
    height: 290px;
  }
  #story label {
    width: 50%;
  }
}
.aboutvarun {
  background-image: url("./images/13sep.jpg");
  width: 100%;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#aboutvhead {
  padding: 40px;
}
#aboutvhead label {
  text-align: center;
  color: white;
  padding: 20px;
  font-size: 35px;
  font-weight: 100;
  text-shadow: 1px #ccc;
}
#profilepic {
  background-image: url(./images/mug.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 300px;
  margin-top: 100px;
  border-radius: 50%;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid rgba(8, 85, 178, 1);

  border-radius: 50%;
  animation: colorchange 3s;
  animation-iteration-count: infinite;
}

@keyframes colorchange {
  0% {
    border: 6px solid #888888;
  }
  50% {
    border: 8px solid #ccc;
  }
  100% {
    border: 10px solid #fff;
  }
}
#story {
  text-align: center;

  background-color: #f5f5f5;

  /* background: linear-gradient(to bottom right, #f5f5f5 40%, #cccccc 60%); */
}

#story label h2 {
  margin-top: 0;
}

#sign {
  font-family: "Reenie Beanie", cursive;
  font-size: 40px;
}
/* contact form */

#contact {
  /* height: 100vh; */
  width: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
  padding-bottom: 20px;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
  font: 300 60px "Oswald", sans-serif;
  letter-spacing: 6px;
  color: #000;
  margin-bottom: 0px;
}

.contact-wrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  max-width: 800px;
}

/* Begin Left Contact Page */
.form-horizontal {
  float: left;
  max-width: 400px;
  font-family: "Lato";
  font-weight: 400;
}

.form-control,
textarea {
  max-width: 400px;
  background-color: #111;
  color: #000;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.button {
  width: 400px;
  height: 34px;
  transition: all 0.2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 300 14px "Lato", sans-serif;
  letter-spacing: 2px;
}

.button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
  float: right;
  margin-top: 5px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #000;
}

.contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #000;
}

.place {
  margin-left: 40px;
}

.phone {
  margin-left: 34px;
}

.gmail {
  margin-left: 31px;
}

.contact-text a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #000;
  text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27, 27, 27);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #e5e5e5;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #000;
}
.copyright {
  font: 200 14px "Oswald", sans-serif;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255, 255, 255, 0.8);
}

/* Begin Media Queries*/
@media screen and (max-width: 760px) {
  /* #contact {
    height: 1000px;
  } */
  .section-header {
    font-size: 65px;
  }
  .direct-contact-container,
  .form-horizontal {
    float: none;
    margin: 10px auto;
  }
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {
  /* #contact {
    height: 1200px;
  } */
  .section-header {
    font-size: 50px;
  }
  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  .form-control,
  textarea {
    max-width: 340px;
    margin: 0 auto;
  }

  .name,
  .email,
  textarea {
    width: 280px;
  }
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

/* responsive header  */

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;
    width: 100%;
    z-index: 999;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 600px) {
  #name2 h1 {
    top: 40%;
    left: 50%;
  }
  #name2 h6 {
    top: 44%;
    left: 50%;
  }
}
.fristproject {
  display: flex;
}
.secondproject {
  display: flex;
}
@media screen and (max-width: 414px) {
  .fristproject {
    display: block;
  }
  .secondproject {
    display: block;
  }
}

/* wave */
.box {
  position: fixed;
  top: 0;
  transform: rotate(80deg);
  left: 0;
  z-index: -1;
}

.wave {
  position: absolute;
  opacity: 0.4;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  border-radius: 73%;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.wave.-one {
  animation: rotate 7000ms infinite linear;
  opacity: 0.3;
  background:#BEFCFF ;
}

.wave.-two {
  animation: rotate 3000ms infinite linear;
  opacity: 0.2;
  background:#F0616E  ;
}

.wave.-three {
  animation: rotate 7500ms infinite linear;
  opacity: 0.1;
  background-color:#00C9DA;
}


#mail{
  display: none;
}