/* Main Colors 

shadows
#e5e0ff

main
#525be8;
*/


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
  }
  
  audio, canvas, video {
    display: inline-block;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden] {
    display: none;
  }
  
  html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  a:focus {
    outline: thin dotted;
  }
  
  a:active, a:hover {
    outline: 0;
  }
  
  h1 {
    font-size: 2em;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b, strong {
    font-weight: 700;
  }
  
  dfn {
    font-style: italic;
  }
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
  }
  
  pre {
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  q {
    quotes: \201C \201D \2018 \2019;
  }
  
  small {
    font-size: 80%;
  }
  
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -.5em;
  }
  
  sub {
    bottom: -.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
  }
  
  button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
  }
  
  button, input {
    line-height: normal;
  }
  
  button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled], input[disabled] {
    cursor: default;
  }
  
  input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  
  input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  body, figure {
    margin: 0;
  }
  
  legend, button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
  }
  
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .visuallyHidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0);
    overflow: hidden;
  }
  
  html {
    font-size: 62.5%;
  }
  
  body {
    height: 100%;
    font-family: karla, sans-serif;
    position: relative;
  }
  
  p {
    line-height: 1.6;
  }


  /* Live Products Section Styles */
  .skill-box-live {
    width: 100%;
    background-color: white;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .skill-box-live .my_image,
  .skill-box-live .my_image_live {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .skill-box-live .my_text {
    color: #525be8;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
  }

  .back-to-skill-box-live {
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 170px;
  }

  @media (min-width: 780px) {
    .zeroRow {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
  }

  .portfolioLive1,
  .portfolioLive2 {
    width: 100%;
    height: 350px;
    margin-bottom: 10%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }

  @media (min-width: 540px) {
    .portfolioLive1,
    .portfolioLive2 {
      height: 400px;
    }
  }

  @media (min-width: 780px) {
    .portfolioLive1,
    .portfolioLive2 {
      margin-bottom: 3%;
    }
  }

  .portfolioLive1 {
    background-size: 300% 300%;
    background-image: linear-gradient(
        -45deg,
        rgb(95, 33, 253) 0%,
        rgb(184, 192, 255) 25%,
        rgb(82, 91, 232) 51%,
        rgb(229, 224, 255) 100%
    );
    animation: AnimateBG 15s ease infinite;
  }

  .portfolioLive2 {
    background: #c7ccff;
    background: linear-gradient(to left, #ffffff, #c7ccff);
  }

  .overlayLive1,
  .overlayLive2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
  }

  .overlayLive1.active,
  .overlayLive2.active {
    display: flex;
    opacity: 1;
  }

  .overlayLive1 h3,
  .overlayLive2 h3 {
    color: white;
    font-size: 3rem;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding-bottom: 10px;
  }

  @media (min-width: 780px) {
    .overlayLive1 h3,
    .overlayLive2 h3 {
      width: 70%;
    }
  }

  .overlayLive1 p,
  .overlayLive2 p {
    color: white;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  @media (min-width: 780px) {
    .overlayLive1 p,
    .overlayLive2 p {
      width: 70%;
    }
  }

  .overlayLive1 .closeOverlayLive1,
  .overlayLive2 .closeOverlayLive2 {
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .overlayLive1 .closeOverlayLive1:hover,
  .overlayLive2 .closeOverlayLive2:hover {
    color: #525be8;
  }

  @media (min-width: 780px) {
    .zeroRow .portfolioLive1 {
      width: 53%;
    }
    .zeroRow .portfolioLive2 {
      width: 45%;
    }
  }
  .skill-box{
    width: 100%;
    background-color: white;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
   .skill-box2{
    width: 100%;
    background-color: white;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .skill-box3{
    width: 100%;
    background-color: white;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .skill-box4{
   width: 100%;
    background-color: white;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
  }

  .hidden{
    display: none !important;
  }


  .back-to-skill-box-live{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 170px;
  }

  .back-to-skill-box{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 170px;
  }

  .skill-box .my_image {
    height: 100%;
  }
  .skill-box .my_text{
    color: #525be8;
    font-size: 25px;
 font-family: karla, sans-serif;
  }
    .back-to-skill-box2{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 170px;
  }

    .back-to-skill-box4{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 170px;
  }

  
  .skill-box2 .my_image {
    height: 100%;
  }
  .skill-box2 .my_text{
    color: #525be8;
    font-size: 25px;
 font-family: karla, sans-serif;
  }
    .back-to-skill-box3{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 170px;
  }

  .skill-box3 .my_image {
    height: 100%;
  }
  .skill-box3 .my_text{
    color: #525be8;
    font-size: 25px;
 font-family: karla, sans-serif;
  }

 .skill-box4 .my_image {
    height: 100%;
  }
  .skill-box4 .my_text{
    color: #525be8;
    font-size: 25px;
 font-family: karla, sans-serif;
  }

  .wrapper {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
 
.portfolioFive {
  height: 400px;
  width: 62%;
  /* background-color: #525be8; */
  border-radius: 10px;
}  
.portfolioSix {
  height: 400px;
  width: 35%;
  /* background-color: #525be8; */
  border-radius: 10px;
}  
.portfolioSeven {
  height: 400px;
  width: 61%;
  margin-top: 30px;
  /* background-color: #525be8; */
  border-radius: 10px;
}  
.portfolioEight {
  height: 400px;
  width: 35%;
  margin-top: 30px;
  /* background-color: #525be8; */
  border-radius: 10px;
}  

.videoImage{
  height: 100%;
  cursor: pointer;
}

.overlayText{
  color: white;
  font-size: 16px;
   padding-left: 50px;
  padding-right: 50px;
  margin: 0 !important;
}
.overlayTitle{
color: white;
font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
}


  @media (min-width: 1080px) {
    .wrapper {
      width: 80%;
    }
  }
  
  a {
    text-decoration: none;
    color: #525be8;
  }
  
  a:hover {
    color: #525be8;
  }
  
  nav {
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    position: fixed;
  }
 
  nav .menu {
    display: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: #525be8;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  nav .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  nav .menu li {
    list-style: none;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  nav .menu li a {
    color: #fff;
    margin: auto;
    width: auto;
    background: none;
    font-size: 2.9rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  
  nav .menu li a:hover, nav .menu li a:focus, nav .menu li a:active {
    color: #525be8;
  }
  
  .menu-toggle {
    top: 24px;
    z-index: 2;
    right: 30px;
    width: 22px;
    height: 20px;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
  }
  
  .menu-toggle span {
    height: 4px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    background: #525be8;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  
  .menu-toggle::before, .menu-toggle::after {
    left: 0;
    content: "";
    width: 22px;
    height: 4px;
    background: #525be8;
    border-radius: 2px;
    position: absolute;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: width 0.2s ease-in-out, background 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, background 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  
  .menu-toggle::before {
    top: 0;
  }
  
  .menu-toggle::after {
    bottom: 0;
  }
  
  .menu-toggle.menu-open span {
    background: rgba(255, 255, 255, 0);
  }
  
  .menu-toggle.menu-open::before {
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .menu-toggle.menu-open::after {
    bottom: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .menu-toggle.menu-open::before, .menu-toggle.menu-open::after {
    width: 26px;
    background: #fff;
  }
  
  .menu-toggle.menu-open:hover span, .menu-toggle.menu-open:focus span, .menu-toggle.menu-open:active span {
    background: rgba(255, 255, 255, 0);
  }
  
  .menu-toggle.menu-open:hover::before, .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:active::before {
    top: 8px;
    left: -3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .menu-toggle.menu-open:hover::after, .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::after {
    left: 9px;
    bottom: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .menu-toggle.menu-open:hover::before, .menu-toggle.menu-open:hover::after, .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::before, .menu-toggle.menu-open:active::after {
    width: 18px;
  }
  
  .menu-toggle:hover span, .menu-toggle:focus span, .menu-toggle:active span {
    background: rgba(255, 255, 255, 0);
  }
  
  .menu-toggle:hover::before, .menu-toggle:focus::before, .menu-toggle:active::before {
    top: 8px;
    left: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .menu-toggle:hover::after, .menu-toggle:focus::after, .menu-toggle:active::after {
    left: 9px;
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .menu-toggle:hover::before, .menu-toggle:hover::after, .menu-toggle:focus::before, .menu-toggle:focus::after, .menu-toggle:active::before, .menu-toggle:active::after {
    width: 18px;
  }
  
  header {
    height: 100vh !important;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  
  @media (min-width: 780px) {
    header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 85vh;
    }
  }
  
  header .imageContainer {
    width: 80%;
    max-width: 230px;
  }
  
  header .imageContainer img {
    width: 100%;
  }
  
  header .headerText h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 10px 0;
    color: #525be8;
    position: relative;
    max-width: 200px;
    width: 80%;
    margin-top: 200px;

  }
  
  @media (min-width: 780px) {
    header .headerText h1 {
      font-size: 4rem;
      max-width: 400px;
      margin-top: 200px;
    }
  }
  
  header .headerText h1 span {
    display: block;
  }
  
  @media (min-width: 780px) {
    header .headerText h1 span {
      display: inline;
    }
  }
  
  header .headerText h1::after {
    content: "";
    position: absolute;
    background-color: #f0edff;
    -webkit-box-shadow: 0 0 8px #e5e0ff;
            box-shadow: 0 0 8px #e5e0ff;
    height: 15px;
    left: 8px;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  
  @media (min-width: 780px) {
    header .headerText h1::after {
      height: 23px;
    }
  }
  
  header .scrollDownText {
    position: absolute;
    text-align: center;
    padding-top: 90vh;
    font-family: "Nanum Pen Script", "cursive";
    font-size: 23px;
    color: #525be8;
  }
  
  header .fa-angle-down {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  header p {
    color: #696969;
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
    position: relative;
  }
  
  @media (min-width: 780px) {
    header p {
      width: 80%;
    }
  }
  
  header p span {
    color: #525be8;
  }
  
  header p .smallerText {
    font-family: "Nanum Pen Script", "cursive";
    color: #b3b3b3;
  }

  #snowfall {
            position: relative;
            /* width: 500px; */
            /* height: 400px; */
            background-color: white;
            overflow: hidden;
        }

        .snowflake {
            position: absolute;
            background: #525be8;
            border-radius: 50%;
            opacity: 0.6;
        }
  
  
  .aboutMe {
    min-height: 500px;
    height: 80%;
    padding: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .aboutMe h2 {
    font-size: 3rem;
    color: #525be8;
    position: relative;
    margin: 0;
  }
  
  .aboutMe h2::after {
    content: "";
    position: absolute;
    background-color: #f0edff;
    -webkit-box-shadow: 0 0 8px #e5e0ff;
            box-shadow: 0 0 8px #e5e0ff;
    height: 18px;
    left: 5px;
    bottom: 0;
    width: 180px;
    z-index: -1;
  }
  
  .aboutMe .aboutMeTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
  
  @media (min-width: 780px) {
    .aboutMe .aboutMeTop {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  
  .aboutMe .aboutMeTop .aboutMeBio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .aboutMe .aboutMeTop .aboutMeBio p {
    font-size: 1.8rem;
    color: #696969;
  }
  
  .aboutMe .aboutMeTop .aboutMeImage {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    margin: 0 auto;
  }
  
  @media (min-width: 780px) {
    .aboutMe .aboutMeTop .aboutMeImage {
      margin-left: 5%;
      width: 120%;
    }
  }
  
  @media (min-width: 1080px) {
    .aboutMe .aboutMeTop .aboutMeImage {
      width: 80%;
    }
  }
  
  .aboutMe .aboutMeTop .aboutMeImage img {
    width: 100%;
    border-radius: 10px;
  }
  
  .skills {
    font-family: "Nanum Pen Script", "cursive";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto 60px auto;
    padding: 20px 0;
  }
  
  @media (min-width: 780px) {
    .skills {
      width: 90%;
      margin-bottom: 100px;
    }
  }



  .firstRow .portfolioOne{
    cursor: pointer;
  }
  .firstRow .portfolioTwo{
    cursor: pointer;
  }
  .secondRow .portfolioThree{
    cursor: pointer;
  }
    .secondRow .portfolioSeven{
    cursor: pointer;
    /* margin-top: 50px; */
  }
    .secondRow .portfolioEight{
    cursor: pointer;
  }
  .secondRow .portfolioFour{
    cursor: pointer;
  }

  
  .skills li {
    list-style: none;
    width: 80px;
    text-align: center;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
  
  @media (min-width: 780px) {
    .skills li {
      margin: 0 20px;
      width: 120px;
    }
  }
  
  .skills li img {
    width: 40px;
    margin-bottom: 5px;
  }
  
  @media (min-width: 780px) {
    .skills li img {
      width: 50px;
    }
  }
  
  main {
    margin-top: 100px;
  }
  
  .hideDesktop {
    display: none;
  }
  
  .notesText {
    position: absolute;
    text-align: left;
    margin: -50px auto;
    max-width: 1080px;
    width: 80%;
    left: 0;
    right: 0px;
    font-family: "Nanum Pen Script", "cursive";
    /* font-family: karla, sans-serif; */
    font-size: 21px;
    color: #525be8;
  }
  
  .smallerText {
    font-family: "Nanum Pen Script", "cursive";
    color: #b3b3b3;
  }
  
  .smallerTextContact {
    font-family: "Nanum Pen Script", "cursive";
    color: #696969;
  }
  
  .portfolioProjects {
    margin: 0 0 100px 0;
    overflow: hidden;
  }
  
  video:hover {
    cursor: pointer;
  }
  
  .overlayOne,
  .overlayTwo,
  .overlayThree,
  .overlayFour
  {
    margin: 0 auto;
    position: absolute;
    width: 90%;
    height: 350px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: none; 
    /* add shadow */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
.overlayFive,.overlaySix,.overlaySeven,.overlayEight{
    margin: 0 auto;
    position: absolute;
    width: 90%;
    height: 400px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: none; 
    /* add shadow */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  

}
  .overlayOne.active,
  .overlayTwo.active,
  .overlayThree.active,
  .overlayFour.active,
  .overlayFive.active,
  .overlaySix.active,
  .overlaySeven.active,
  .overlayEight.active
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  
  @media (min-width: 540px) {
    .overlayOne,
    .overlayTwo,
    .overlayThree,
    .overlayFour,
    .overlayFive,
    .overlaySix,
    .overlayEight,
    .overlaySeven
    {
      height: 400px;
    }
  }
  
  .overlayOne .closeOverlayOne,
  .overlayOne .closeOverlayTwo,
  .overlayOne .closeOverlayThree,
  .overlayOne .closeOverlayFour,
  .overlayOne .closeOverlayFive,
  .overlayOne .closeOverlaySix,
  .overlayOne .closeOverlaySeven,
  .overlayOne .closeOverlayEight,


  .overlayTwo .closeOverlayOne,
  .overlayTwo .closeOverlayTwo,
  .overlayTwo .closeOverlayThree,
  .overlayTwo .closeOverlayFour,
  .overlayTwo .closeOverlayFive,
  .overlayTwo .closeOverlaySix,
  .overlayTwo .closeOverlaySeven,
  .overlayTwo .closeOverlayEight,

  .overlayThree .closeOverlayOne,
  .overlayThree .closeOverlayTwo,
  .overlayThree .closeOverlayThree,
  .overlayThree .closeOverlayFour,
  .overlayThree .closeOverlayFive,
  .overlayThree .closeOverlaySix,
  .overlayThree .closeOverlaySeven,
  .overlayThree .closeOverlayEight,

  .overlayFour .closeOverlayOne,
  .overlayFour .closeOverlayTwo,
  .overlayFour .closeOverlayThree,
  .overlayFour .closeOverlayFour,
  .overlayFour .closeOverlayFive,
  .overlayFour .closeOverlaySix,
  .overlayFour .closeOverlaySeven,
  .overlayFour .closeOverlayEight,

  .overlayFive .closeOverlayOne,
  .overlayFive .closeOverlayTwo,
  .overlayFive .closeOverlayThree,
  .overlayFive .closeOverlayFour,
  .overlayFive .closeOverlayFive,
  .overlayFive .closeOverlaySix,
.overlayFive .closeOverlaySeven,
  .overlayFive .closeOverlayEight,

  .overlaySix .closeOverlayOne,
  .overlaySix .closeOverlayTwo,
  .overlaySix .closeOverlayThree,
  .overlaySix .closeOverlayFour,
  .overlaySix .closeOverlayFive,
  .overlaySix .closeOverlaySix,
.overlaySix .closeOverlaySeven,
  .overlaySix .closeOverlayEight,


    .overlaySeven .closeOverlayOne,
  .overlaySeven .closeOverlayTwo,
  .overlaySeven .closeOverlayThree,
  .overlaySeven .closeOverlayFour,
  .overlaySeven .closeOverlayFive,
  .overlaySeven .closeOverlaySix,
  .overlaySeven .closeOverlaySeven,
  .overlaySeven .closeOverlayEight,

      .overlayEight .closeOverlayOne,
  .overlayEight .closeOverlayTwo,
  .overlayEight .closeOverlayThree,
  .overlayEight .closeOverlayFour,
  .overlayEight .closeOverlayFive,
  .overlayEight .closeOverlaySix,
  .overlayEight .closeOverlaySeven,
  .overlayEight .closeOverlayEight
  {
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .overlayOne .closeOverlayOne:hover,
  .overlayOne .closeOverlayTwo:hover,
  .overlayOne .closeOverlayThree:hover,
  .overlayOne .closeOverlayFour:hover,
  .overlayOne .closeOverlayFive:hover,
  .overlayOne .closeOverlaySix:hover,
  .overlayOne .closeOverlaySeven:hover,
  .overlayOne .closeOverlayEight:hover,

  .overlayTwo .closeOverlayOne:hover,
  .overlayTwo .closeOverlayTwo:hover,
  .overlayTwo .closeOverlayThree:hover,
  .overlayTwo .closeOverlayFour:hover,
  .overlayTwo .closeOverlayFive:hover,
  .overlayTwo .closeOverlaySix:hover,
  .overlayTwo .closeOverlaySeven:hover,
  .overlayTwo .closeOverlayEight:hover,

  .overlayThree .closeOverlayOne:hover,
  .overlayThree .closeOverlayTwo:hover,
  .overlayThree .closeOverlayThree:hover,
  .overlayThree .closeOverlayFour:hover,
  .overlayThree .closeOverlayFive:hover,
  .overlayThree .closeOverlaySix:hover,
  .overlayThree .closeOverlaySeven:hover,
  .overlayThree .closeOverlayEight:hover,

  .overlayFour .closeOverlayOne:hover,
  .overlayFour .closeOverlayTwo:hover,
  .overlayFour .closeOverlayThree:hover,
  .overlayFour .closeOverlayFour:hover,
  .overlayFour .closeOverlayFive:hover,
  .overlayFour .closeOverlaySix:hover,
  .overlayFour .closeOverlaySeven:hover,
  .overlayFour .closeOverlayEight:hover,

  .overlayFive .closeOverlayOne:hover,
  .overlayFive .closeOverlayTwo:hover,
  .overlayFive .closeOverlayThree:hover,
  .overlayFive .closeOverlayFour:hover,
  .overlayFive .closeOverlayFive:hover
  .overlayFive .closeOverlaySix:hover,
  .overlayFive .closeOverlaySeven:hover,
  .overlayFive .closeOverlayEight:hover,

  .overlaySix .closeOverlayOne:hover,
  .overlaySix .closeOverlayTwo:hover,
  .overlaySix .closeOverlayThree:hover,
  .overlaySix .closeOverlayFour:hover,
  .overlaySix .closeOverlayFive:hover
  .overlaySix .closeOverlaySix:hover
  .overlaySix .closeOverlaySeven:hover,
  .overlaySix .closeOverlayEight:hover,

  .overlaySeven .closeOverlayOne:hover,
  .overlaySeven .closeOverlayTwo:hover,
  .overlaySeven .closeOverlayThree:hover,
  .overlaySeven .closeOverlayFour:hover,
  .overlaySeven .closeOverlayFive:hover
  .overlaySeven .closeOverlaySix:hover
  .overlaySeven .closeOverlaySeven:hover,
  .overlaySeven .closeOverlayEight:hover,

    .overlayEight .closeOverlayOne:hover,
  .overlayEight .closeOverlayTwo:hover,
  .overlayEight .closeOverlayThree:hover,
  .overlayEight .closeOverlayFour:hover,
  .overlayEight .closeOverlayFive:hover
  .overlayEight .closeOverlaySix:hover
  .overlayEight .closeOverlaySeven:hover,
  .overlaySeven .closeOverlayEight:hover
  {
    color: #525be8;
    cursor: pointer;
  }
  
  .overlayLive1 .toolsUsed,
  .overlayLive2 .toolsUsed,
  .overlayOne .toolsUsed,
  .overlayTwo .toolsUsed,
  .overlayThree .toolsUsed,
  .overlayFour .toolsUsed,
  .overlayFive .toolsUsed ,
  .overlaySix .toolsUsed,
  .overlaySeven .toolsUsed,
  .overlayEight .toolsUsed


  {
    width: 80%;
    font-size: 1.5rem;
    margin: 20px auto 0 auto;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .overlayLive1 .toolsUsed li,
  .overlayLive2 .toolsUsed li,
  .overlayOne .toolsUsed li,
  .overlayTwo .toolsUsed li,
  .overlayThree .toolsUsed li,
  .overlayFour .toolsUsed li,
  .overlayFive .toolsUsed li,
  .overlaySix .toolsUsed li,
  .overlayEight .toolsUsed li,
  .overlaySeven .toolsUsed li
  {
    list-style: none;
    background-color: white;
    color: #808080;
    padding: 5px 10px;
    margin: 5px;
    width: auto;
    border-radius: 50px;
  }
  
  .overlayOne .viewProject,
  .overlayTwo .viewProject,
  .overlayThree .viewProject,
  .overlayFour .viewProject,
  .overlayFive .viewProject,
  .overlaySix .viewProject,
  .overlaySeven .viewProject,
  .overlayEight .viewProject

  {
    font-size: 1.5rem;
    margin: 20px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    white-space: nowrap;
  }
  
  .overlayLive1 .viewProject a.button,
  .overlayLive2 .viewProject a.button,
  .overlayOne .viewProject a.button,
  .overlayTwo .viewProject a.button,
  .overlayThree .viewProject a.button,
  .overlayFour .viewProject a.button,
  .overlayFive .viewProject a.button,
  .overlaySix .viewProject a.button,
  .overlaySeven .viewProject a.button,
  .overlayEight .viewProject a.button
  {
    background-color: #525be8 !important;
    padding: 10px 15px;
    margin: 10px;
    width: auto;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
  }
  
  .overlayOne .viewProject a.button:hover,
  .overlayTwo .viewProject a.button:hover,
  .overlayThree .viewProject a.button:hover,
  .overlayFour .viewProject a.button:hover,
  .overlayFive .viewProject a.button:hover,
  .overlaySix .viewProject a.button:hover
  .overlaySeven .viewProject a.button,
  .overlayEight .viewProject a.button 
  {
    background-color: #fff6f6;
    color: #525be8;
  }
  
  @media (min-width: 780px) {
    .overlayOne {
      width: 48%;
    }
  }
  
  @media (min-width: 1080px) {
    .overlayOne {
      width: 42.5%;
    }
  }
  
  @media (min-width: 1352px) {
    .overlayOne {
      width: 572px;
    }
  }
  
  @media (min-width: 780px) {
    .overlayTwo {
      width: 40.5%;
    }
  }
  
  @media (min-width: 1080px) {
    .overlayTwo {
      width: 36.5%;
    }
  }
  
  @media (min-width: 1352px) {
    .overlayTwo {
      width: 485.59px;
    }
  }
  
  @media (min-width: 780px) {
    .overlayThree {
      width: 33.5%;
    }
  }
  
  @media (min-width: 1080px) {
    .overlayThree {
      width: 29.5%;
    }
  }
  
  @media (min-width: 1352px) {
    .overlayThree {
      width: 399.59px;
    }
  }
  
  @media (min-width: 780px) {
    .overlayFour {
      width: 54%;
    }
  }
  
  @media (min-width: 1080px) {
    .overlayFour {
      width: 48%;
    }
  }
  
  @media (min-width: 1352px) {
    .overlayFour {
      width: 648px;
    }
  }

  @media (min-width: 780px) {
    .overlayFive {
      width: 56%;
     }
  }
  
  @media (min-width: 1080px) {
    .overlayFive {
      width: 50%;
    }
  }
  
  @media (min-width: 1352px) {
    .overlayFive {
      width: 669px;
    }
  }


  @media (min-width: 780px) {
    .overlaySix {
      width: 32%;
    }
      .overlaySeven {
      width: 55%;
    }
    
         .overlayEight {
      width: 32%;
    } 
  }
  
  @media (min-width: 1080px) {
    .overlaySix {
      width: 28%;
    }
        .overlaySeven {
      width: 49%;
    }

         .overlayEight {
      width: 28%;
    } 
  }
  
  @media (min-width: 1352px) {
    .overlaySix {
      width: 388px;
    }

       .overlaySeven {
      width: 669px;
    }

       .overlayEight {
      width: 379px;
    }
  }
  
  .portfolioOne,
  .portfolioTwo,
  .portfolioThree,
  .portfolioFour {
    width: 100%;
    height: 350px;
    margin-bottom: 10%;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @media (min-width: 540px) {
    .portfolioOne,
    .portfolioTwo,
    .portfolioThree,
    .portfolioFour {
      height: 400px;
    }
  }
  
  @media (min-width: 780px) {
    .portfolioOne,
    .portfolioTwo,
    .portfolioThree,
    .portfolioFour {
      margin-bottom: 3%;
    }
  }
  
  .portfolioOne a,
  .portfolioTwo a,
  .portfolioThree a,
  .portfolioFour a {
    text-decoration: none;
  }
  
  .portfolioOne h3,
  .portfolioOne p,
  .portfolioTwo h3,
  .portfolioTwo p,
  .portfolioThree h3,
  .portfolioThree p,
  .portfolioFour h3,
  .portfolioFour p {
    width: 90%;
    color: white;
    margin: 0 auto;
    text-align: center;
  }
  
  @media (min-width: 780px) {
    .portfolioOne h3,
    .portfolioOne p,
    .portfolioTwo h3,
    .portfolioTwo p,
    .portfolioThree h3,
    .portfolioThree p,
    .portfolioFour h3,
    .portfolioFour p {
      width: 70%;
    }
  }
  
  .portfolioOne h3,
  .portfolioTwo h3,
  .portfolioThree h3,
  .portfolioFour h3 {
    font-size: 3rem;
    padding-bottom: 10px;
  }
  
  .portfolioOne p,
  .portfolioTwo p,
  .portfolioThree p,
  .portfolioFour p {
    font-size: 1.6rem;
  }
  
  @media (min-width: 780px) {
    .zeroRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .firstRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }

  .firstRow .portfolioOne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media (min-width: 780px) {
    .firstRow .portfolioOne {
      width: 53%;
    }
  }

    @media (max-width: 780px) {
    .skill-box-live .my_image {
      width: 70%;
      height: 70%;
      padding-right: 10px;
    }
    .skill-box-live .my_text {
      font-size: 15px;
    }
    .back-to-skill-box-live {
      height: 20px;
      width: 20px;
      background-color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #525be8;
      cursor: pointer;
      margin-left: 2px;
      margin-top: 0px;
      margin-bottom: 10px;
    }


   .my_image_live {
      z-index: 1;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
    }



    .skill-box .my_text {
      font-size: 15px;
      /* margin-right: 20px; */
    }
    .skill-box2 .my_text {
      font-size: 15px;
      margin-left: 20px;
    }
    .skill-box3 .my_text {
      font-size: 15px;
      /* margin-left: 20px; */
    }
       .skill-box4 .my_text {
      font-size: 15px;
      margin-left:20px ;
      /* margin-left: 20px; */
    }
      .back-to-skill-box-live{
        height: 20px;
        width: 20px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #525be8;
        cursor: pointer;
        font-size: 18px;
        margin-left: -40px;
        margin-top: 170px;
      }
      .back-to-skill-box{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
        .back-to-skill-box2{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
  } 
      .back-to-skill-box3{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
  } 
    .back-to-skill-box4{
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525be8;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
    .skill-box-live .my_image,
    .skill-box-live .my_image_live {
      width: 70%;
      height: 70%;
      padding-right: 10px;
      object-fit: contain;
  }
    .skill-box .my_image {
      width:70%;
      height: 70%;
      padding-right: 10px;
  }
  .skill-box2 .my_image {
      width:70%;
      height: 70%;
      padding-left: 10px;
  }
    .skill-box3 .my_image {
      width:70%;
      height: 70%;
      
  }
    .skill-box4 .my_image {
      width:70%;
      height: 70%;
      padding-left: 10px;
  }
  
  .portfolioOne h3,
  .portfolioTwo h3,
  .portfolioThree h3,
  .portfolioFour h3 {
    font-size: 2rem;
  }
.overlayTitle{
  font-size: 2rem;
}

.overlayText{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
}
  
  .firstRow .portfolioOne video {
    height: 100%;
    margin-left: -30px;
  }
  
  @media (min-width: 540px) {
    .firstRow .portfolioOne video {
      height: 120%;
      margin-top: -40px;
      margin-left: 0;
    }
  }
  
  @media (min-width: 780px) {
    .firstRow .portfolioOne video {
      height: 100%;
      margin-top: 0;
    }
  }
  
  @media (min-width: 1080px) {
    .firstRow .portfolioOne video {
      height: 114%;
      margin-top: -25px;
    }
  }
  
  .firstRow .portfolioTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media (min-width: 780px) {
    .firstRow .portfolioTwo {
      width: 45%;
    }
  }
  
  .firstRow .portfolioTwo video {
    height: 100%;
    margin-right: -30px;
  }
  
  @media (min-width: 540px) {
    .firstRow .portfolioTwo video {
      height: 120%;
      margin-top: -30px;
      margin-right: 0;
    }
  }
  
  @media (min-width: 540px) and (min-width: 780px) {
    .firstRow .portfolioTwo video {
      height: 100%;
      margin-top: 0;
      margin-right: -45px;
    }
  }
  
  @media (min-width: 540px) and (min-width: 1080px) {
    .firstRow .portfolioTwo video {
      margin-right: -30px;
    }
  }
  
  @media (min-width: 780px) {
    .secondRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  .secondRow .portfolioThree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  @media (min-width: 780px) {
    .secondRow .portfolioThree {
      width: 37%;
    }
  }
  
  .secondRow .portfolioThree video {
    height: 100%;
    margin-left: -30px;
  }
  
  @media (min-width: 540px) {
    .secondRow .portfolioThree video {
      height: 120%;
      margin-top: -40px;
      margin-left: 0;
    }
  }
  
  @media (min-width: 780px) {
    .secondRow .portfolioThree video {
      height: 100%;
      margin-top: 0;
      margin-left: -30px;
    }
  }
  
  
  @media (min-width: 1080px) {
    .secondRow .portfolioThree video {
      margin-left: -25px;
    }
  }
  
  .secondRow .portfolioFour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media (min-width: 780px) {
    .secondRow .portfolioFour {
      width: 60%;
    }
  }
  
  .secondRow .portfolioFour video {
    height: 100%;
    margin-right: -30px;
  }
  
  @media (min-width: 540px) {
    .secondRow .portfolioFour video {
      height: 119%;
      margin-top: -35px;
      margin-right: 0;
    }
  }
  
  @media (min-width: 780px) {
    .secondRow .portfolioFour video {
      height: 100%;
      margin-top: 0;
    }

  }

  header{
    margin-top: -350px;
  }


  @media (max-width: 780px) {
    .portfolioFive {
  width: 100%;
  margin-bottom: 10px;
}
      .portfolioSix {
  width: 100%;
}  
   .portfolioSeven {
  width: 100%;
  margin-bottom: 10px;
}

    .secondRow .portfolioSeven{
    cursor: pointer;
    margin-top: 50px;
  }

      .portfolioEight {
  width: 100%;
}  
  main {
    margin-top: 200px;
  }
  header {
    margin-top: -200px;
  }
  header .scrollDownText {
    display: none;
   }
  }
  
  @media (min-width: 1080px) {
    .secondRow .portfolioFour video {
      height: 114%;
      margin-top: -25px;
    }
  }
  
  .contact {
    /* background-color: #f6f5fe; */
    border-top: 1px solid #e4e6ff;
    padding: 50px 0;
    font-size: 1.6rem;
    height: auto;
    z-index: -10;
  }
  
  @media (min-width: 780px) {
    .contact {
      padding: 100px 0;
    }
  }
  
  .contact h2 {
    color: #525be8;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  
  .contact h2::before {
    content: "";
    position: absolute;
    background-color: #f0edff;
    -webkit-box-shadow: 0 0 8px #e5e0ff;
            box-shadow: 0 0 8px #e5e0ff;
    height: 18px;
    left: 5px;
    bottom: 0;
    width: 240px;
    z-index: -1;
  }
  
  @media (min-width: 780px) {
    .contact .contactContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  .contact .contactContainer .contactInformation,
  .contact .contactContainer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .contact .contactContainer .contactInformation {
    width: 100%;
  }
  
  .contact .contactContainer .contactInformation p {
    padding-top: 20px;
  }
  
  .contact .contactContainer .contactInformation .socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
  }
  
  .contact .contactContainer .contactInformation .socialIcons li {
    font-size: 2.4rem;
  }
  
  .contact .contactContainer .contactInformation .socialIcons li a {
    color: #525be8;
  }
  
  .contact .contactContainer .contactInformation .socialIcons li a:hover {
    color: #0211e8;
  }
  
  @media (min-width: 780px) {
    .contact .contactContainer .contactInformation {
      width: 30%;
      margin-right: 10%;
    }
  }
  
  .contact .contactContainer .contactForm {
    width: 100%;
  }
  
  @media (min-width: 780px) {
    .contact .contactContainer .contactForm {
      width: 60%;
    }
  }
  
  .contact .contactContainer .contactForm input,
  .contact .contactContainer .contactForm textarea {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #ffffff;
    border-radius: 5px;
    resize: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .contact .contactContainer .contactForm textarea {
    height: 200px;
  }
  
  .contact .contactContainer .contactForm button {
    
    border: none;
    padding: 10px 15px;
    margin: 10px 0;
    width: auto;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    background-image: linear-gradient(
        -45deg, 
        rgb(95, 33, 253) 0%, 
        rgb(184, 192, 255) 25%, 
        rgb(82, 91, 232) 51%, 
        rgb(229, 224, 255) 100%
  );  
    animation: AnimateBG 20s ease infinite;
  }
  
  .contact .contactContainer .contactForm button:hover {
    background-color: rgb(218, 218, 218);
    /* color: #525be8; */
   
  }
  
  footer {
    width: 100%;
    position: relative;
    background-color: #525be8;
    margin: 0 auto;
    bottom: 0px;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 1.6rem;
  }
  
  footer p {
    margin: 0;
    padding: 0;
  }
  
  .shady {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
  }

   
    .portfolioOne{
      background-size: 300% 300%;
      background-image: linear-gradient(
          -45deg, 
          rgb(95, 33, 253) 0%, 
          rgb(184, 192, 255) 25%, 
          rgb(82, 91, 232) 51%, 
          rgb(229, 224, 255) 100%
    );  
      animation: AnimateBG 15s ease infinite;

  }
    .portfolioTwo{
        background: #c7ccff;  
        background: -webkit-linear-gradient(to left, #ffffff, #c7ccff); 
        background: linear-gradient(to left, #ffffff, #c7ccff);

  }
   
    .portfolioThree{
        background: #99a2ff;  
        background: -webkit-linear-gradient(to right top, #ffffff, #99a2ff);  
        background: linear-gradient(to right top, #ffffff, #99a2ff); 

        
  }
    .portfolioFour{
      background-size: 300% 300%;
      background-image: linear-gradient(
          -45deg, 
          rgb(95, 33, 253) 0%, 
          rgb(184, 192, 255) 25%, 
          rgb(82, 91, 232) 51%, 
          rgb(229, 224, 255) 100%
    );  
      animation: AnimateBG 15s ease infinite;

  }
  

  .aboutMeImage {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
      border-radius: 10px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: 300% 300%;
      background-image: linear-gradient(
          -45deg, 
          rgb(95, 33, 253) 0%, 
          rgb(184, 192, 255) 25%, 
          rgb(82, 91, 232) 51%, 
          rgb(229, 224, 255) 100%
    );  
      animation: AnimateBG 20s ease infinite;
  }
  @keyframes AnimateBG {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }