@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,500;0,700;1,100&display=swap");
body {
  height: 100vh;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  /*oli added*/
}

.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #bcfffb;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8rem;
}

.sidebar a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 1.5em;
  color: #6700ee;
  display: block;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sidebar a:hover {
  color: #332550;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 2rem;
  font-size: 2.5em;
  font-family: "Lato", sans-serif;
  /*is not charged*/
  margin-top: 1rem;
}

/*#main{
    transition: margin-left .5s ;
    // padding: 16px;
}
*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

.nav-container {
  background: #ecd9ff;
}

.nav-container a {
  color: #5710ff;
  font-weight: bold;
}

.nav-container a:hover {
  color: #332550;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
  -webkit-transition: 1s;
  transition: 1s;
}

header .logo {
  color: #332550;
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: #8b8b8b 1px 1px 3px;
}

header ul {
  display: none;
}

header ul a {
  display: block;
  padding: 0 1em;
  line-height: 2.4em;
  /*
            padding: 0 0.4em;
            font-size: 0.90em;
            line-height: 2em;
            */
}

header .openbtn {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  background: #ecd9ff;
  color: #5710ff;
  border: none;
}

header .openbtn:hover {
  color: #332550;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sticky header {
  padding: 0.5em 2em;
  -webkit-transition: 1s;
  transition: 1s;
}

.sticky .social-header {
  padding: 0.5em 2em;
  background: #ecd9ff;
}

.sticky .social-header ul {
  display: none;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .skills {
  padding-top: 5rem;
}

.social-header {
  display: none;
}

.hero {
  background: #faf6ff;
  color: #6700ee;
  display: -ms-grid;
  display: grid;
  text-align: center;
  padding: 4em;
}

.hero-design {
  display: none;
}

.i-am {
  margin: 0 auto;
  font-weight: bold;
  color: #332550;
  text-shadow: #afafaf 1px 1px 3px;
}

.meet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 auto;
  width: 100px;
  font-weight: bold;
  color: #332550;
  text-shadow: #afafaf 1px 1px 3px;
}

.meet img {
  height: 30px;
  width: 20px;
  margin: -10px 10px 0 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.scroll {
  width: 30px;
  margin-top: 2em;
}

section {
  padding: 4em 2em;
  text-align: center;
  /*.moreBtn{
            margin-bottom: 25px;
            padding: 0.6em 1.3em;
            text-align: center;
            color: #6700ee;
            background: white;
            border: #6700ee 1px solid;
            border-radius: 5px;
            font-family: 'Poppins',sans-serif;
            font-size: 1em;
            cursor: pointer;
        }
        .moreBtn:hover{
            color: #332550;
            border: #332550 1px solid;

        }
        */
}

.featured {
  position: relative;
}

/*.featured::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    background: #ffd5f1;
}
*/
.subtitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #6700ee;
  letter-spacing: .2em;
  font-size: .85em;
}

.featured-title {
  color: black;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -0.4em;
  display: block;
}

.featured-desc {
  color: #252525;
  margin-bottom: 3em;
  font-size: .9em;
  font-weight: 500;
}

.featured-desc .techno {
  display: block;
  margin-top: 5px;
  color: #ff64cb;
  color: #11beb3;
  opacity: .8;
}

.featured-desc a {
  color: #252525;
  text-decoration: underline;
}

.skills {
  background: #befffb;
}

.skills-container ul li {
  max-width: 300px;
  background: white;
  padding: 1em 1em;
  border-radius: 1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 1px 1px 5px #d1d1d1;
          box-shadow: 1px 1px 5px #d1d1d1;
}

.skills-container ul li .icon-container {
  /*remove this because it disturbs my images*/
  height: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.skills-container ul li .icon-container img {
  height: 200px;
  width: 200px;
}

.skills-container ul li .skill-title {
  font-weight: bold;
  color: #5710ff;
}

.skills-container ul li .featured-desc {
  margin-bottom: 1em;
}

.skills-container2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}

.skills-container2 .skill-card {
  position: relative;
  max-width: 300px;
  height: 215px;
  background: white;
  margin: 30px 10px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.skills-container2 .skill-card:hover {
  height: 420px;
}

.skills-container2 .skill-card:hover .skill-content {
  visibility: visible;
  opacity: 1;
  margin-top: -70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.skills-container2 .skill-card .imgBox {
  position: relative;
  width: 260px;
  height: 260px;
  top: -60px;
  left: 20px;
  z-index: 1;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.skills-container2 .skill-card .imgBox img {
  max-width: 100%;
  border-radius: 4px;
}

.skills-container2 .skill-card .skill-content {
  position: relative;
  margin-top: -140px;
  padding: 10px 15px;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio {
  background: #f7f7f7;
}

.portfolio .portfolio-container {
  border-bottom: #ccb6ff 1px solid;
  margin-bottom: 2em;
}

.portfolio .portfolio-container:last-child {
  border-bottom: unset;
  margin-bottom: unset;
}

.portfolio .portfolio-container a img {
  border-radius: 0.5em;
  margin-bottom: 2em;
}

/*.portfolio::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 50%;
    //background: #ffceee;
    background: #ffd5f1;
}
*/
.small-projects {
  background: #ffd5f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.small-projects .small-projects-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-projects .small-projects-container a {
  text-decoration: none;
  color: #252525;
}

.small-projects .small-projects-container .card {
  width: 300px;
  margin: 20px;
  border-radius: 18px;
  background: white;
  -webkit-box-shadow: 1px 1px 10px #c1a0c5;
          box-shadow: 1px 1px 10px #c1a0c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}

.small-projects .small-projects-container .card .card-image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.small-projects .small-projects-container .card .card-text {
  padding: 0px 20px 0px 20px;
  margin-bottom: 15px;
}

.small-projects .small-projects-container .card .card-text h2 {
  font-size: 1.0em;
  color: #6700ee;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.small-projects .small-projects-container .card .card-text p {
  font-size: 0.9em;
  text-align: center;
}

.small-projects .small-projects-container .card .card-text .date {
  display: block;
  color: #ff64cb;
  font-size: 0.8em;
  text-align: left;
}

.small-projects .small-projects-container .card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 1px 1px 10px #c1a0c5;
          box-shadow: 1px 1px 10px #c1a0c5;
}

.small-projects .small-projects-container .card:hover .card-text h2 {
  border-left: #08ffef solid 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.small-projects::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  /*background: #ffceee;*/
  background: #16ffff;
}

.small-projects .more-projects-btn {
  max-width: 300px;
}

.contact {
  position: relative;
  background: #5710ff;
  color: white;
}

.contact .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*form{
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;

            .heading{
                color: #bcfffb;
            }
            
            .inputBx{
                margin-bottom: 2em;
                width: 100%;
                
                input, textarea{
                    width: 100%;
                    background: transparent;
                    box-shadow: none;
                    border: none;
                    outline: none;
                    padding: 10px 0;
                    font-size: 1.1em;
                    font-weight: 300;
                    color: white;
                    font-family: 'Poppins';
                    border-bottom: 2px solid #bcfffb;

                    &::placeholder{
                        color: gray;
                        font-size: 1.1em;
                        font-weight: 300;
                        font-family: 'Poppins';
                    }
                }
                textarea{
                    min-height: 200px;
                }
                input[type="submit"]{
                    margin: 0 auto;
                    max-width: 150px;
                    border: 2px solid #bcfffb;
                    font-weight: bold;
                    cursor: pointer;
                    border-radius: 5px;

                    &:hover{
                        //color: #ff64cb;
                        background-color: rgba($color: #ffffff, $alpha: 0.2);
                    }
                }

            }
        }*/
}

.contact .contact-container .content .heading {
  color: #bcfffb;
}

.contact .contact-container .content .about-wrapper {
  border-bottom: 1px solid #9365ff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.contact .contact-container .content .about-wrapper div {
  width: 150px;
  height: 191px;
  margin: 0 auto;
  float: none;
  -webkit-box-shadow: 1px 1px 5px #890aff;
          box-shadow: 1px 1px 5px #890aff;
}

.contact .contact-container .content .about-wrapper div img {
  width: 100%;
  height: auto;
}

.contact .contact-container .content .about-wrapper p {
  width: auto;
  letter-spacing: 1px;
}

.contact .contact-container .social-nets {
  position: relative;
  width: 100%;
}

.contact .contact-container .social-nets .heading {
  color: #bcfffb;
}

.contact .contact-container .social-nets .social-nets-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .contact-container .social-nets .social-nets-content a {
  display: block;
  margin: 15px 15px 15px 15px;
  width: 100px;
}

.contact .contact-container .social-nets .social-nets-content a img {
  width: 100%;
  height: auto;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: .7;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5005ff;
}

footer p {
  color: white;
}

@media only screen and (min-width: 800px) {
  .openbtn {
    display: none;
  }
  .sidebar {
    display: none;
  }
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured, .portfolio, .small-projects, .contact {
    text-align: left;
  }
  .featured, .portfolio-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% auto;
        grid-template-columns: 45% auto;
  }
  .left, .portfolio-left {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .right {
    margin-left: 2em;
    margin-top: 1em;
  }
  .skills {
    margin-top: 0;
    margin-bottom: -7em;
    padding-top: 7em;
  }
  .skills-container ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
    grid-gap: 1em;
  }
  .portfolio {
    padding-top: 7em;
  }
  .portfolio-container img {
    margin-left: 2em;
  }
  .contact .contact-container .content .about-wrapper {
    border-bottom: unset;
  }
  .contact .contact-container .content .about-wrapper div {
    margin: 5px;
    float: right;
  }
  .contact .contact-container form {
    width: 50%;
  }
  .contact .contact-container .social-nets .social-nets-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
  }
}

@media only screen and (min-width: 1050px) {
  .hero {
    height: 90vh;
  }
  .nav-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66% auto;
        grid-template-columns: 66% auto;
    background: unset;
  }
  .nav-container header {
    background: #ecd9ff;
  }
  header {
    padding: 2em 2em 2em 4em;
  }
  .social-header {
    padding: 2.5em 4em 2em 0;
  }
  section {
    padding: 4em;
  }
  .social-header {
    display: block;
  }
  .social-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8em;
    float: right;
  }
  .social-header ul img {
    width: 20px;
  }
  .hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66% auto;
        grid-template-columns: 66% auto;
    background: unset;
    /*original*/
    background: #ecd9ff;
    padding: 0;
  }
  .hero .content {
    background: #faf6ff;
    padding: 10em 8em 6em 4em;
    text-align: left;
  }
  .hero .content h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .hero-design {
    display: unset;
    margin-left: -37.35%;
    margin-top: 29.5%;
    width: 75%;
  }
  .meet {
    margin: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .portfolio img {
    float: right;
    max-width: 500px;
  }
  .contact .contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*form{
                width: 50%;
                padding-left: 20px;
                margin-top: 0px;
            }*/
  }
  .contact .contact-container .content {
    width: 50%;
    padding-right: 20px;
  }
  .contact .contact-container .content .about-wrapper div {
    margin-left: 15px;
    margin: 0 0 10px 15px;
  }
  .contact .contact-container .social-nets {
    width: 50%;
    padding-left: 20px;
  }
  .contact .contact-container .social-nets .social-nets-content {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1250px) {
  header {
    padding: 2em 2em 2em 10em;
  }
  .social-header {
    padding: 2.5em 10em 2em 0;
  }
  section {
    padding: 10em 10em 4em 10em;
  }
  .hero .content {
    padding: 10em 8em 6em 10em;
  }
}

@media only screen and (min-width: 1550px) {
  header {
    padding: 2em 2em 2em 20em;
  }
  .social-header {
    padding: 2.5em 20em 2em 0;
  }
  section {
    padding: 6em 20em 4em 20em;
  }
  .hero .content {
    padding: 10em 20em 6em 20em;
  }
}

.circle {
  animation: circleAnim 1s infinite alternate-reverse;
}

@-webkit-keyframes circleAnim {
  from {
    -webkit-transform: translate(261px, 728px);
            transform: translate(261px, 728px);
    z-index: 5;
  }
  to {
    -webkit-transform: translate(261px, 750px);
            transform: translate(261px, 750px);
  }
}

@keyframes circleAnim {
  from {
    -webkit-transform: translate(261px, 728px);
            transform: translate(261px, 728px);
    z-index: 5;
  }
  to {
    -webkit-transform: translate(261px, 750px);
            transform: translate(261px, 750px);
  }
}
/*# sourceMappingURL=main.css.map */