body{
    background-color: #0A192F;
    margin: 0px;
    padding: 0px;
    font-family: "Instrument Sans";
    /* background-image: url("images/background3.png"); */
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */
   /* background-size: cover; */
   background-position: center;
   background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: calc(80%);
    scroll-behavior: smooth;
    height: 100vh;
    overflow: hidden;
  
}
a {
     cursor: pointer;
}
.topbar{
    background-color: #00000000;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.topbar > .name {
    color: #64FFDA;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 20px;
    line-height: 32px;
}

.topbar > .menu {
    position: absolute;
    top: 0px;
    right: 20px;
    line-height: 70px;
}
.topbar > .menu > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    text-decoration: none;
}
.topbar > .menu > ul > li > a{
    text-decoration: none;
    color: #909090;
    font-size: 17px;
    padding: 10px;
    margin-left: 20px;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    padding-bottom: 5px;
}
.topbar > .menu > ul > li > a:hover{
    color: white;
    border-bottom: 2px solid #64FFDA;
}
.active{
    color: white !important;
}



.firstpart{
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 100px;
    
}
.firstpart > h1{
    color: #ccd6f6;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 14px;

}
.firstpart > h3{
    color: #8892B0;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;

}
.main {
    height: 100vh;
}
.main > .bottom{
    position: absolute;
    color: white;
    bottom: 10px;
    width: 100%;
    text-align: center;
    /* height: 100vh; */
}
.main > .bottom > p > i {
    margin-left: 10px;
}
.main > .bottom > p{
    animation-name: bounce-3;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    cursor: pointer;
    transition-duration: 0.2s;
}
.main > .bottom > p:hover{
   font-size: 17px;
   animation-play-state: paused;
}
@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    9%  { transform: translateY(-10px); }
    15%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

.quotespart{
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    text-align: right;
    margin-left: 30%;
    color: white;
}
.quotespart > h1{
    font-size: 20px;
    font-family: 'Crimson Text';
    font-weight: 400;
    margin-bottom: 0px;
    
    
}
.quotespart > p {
    margin-top: 0px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 13px;
    /* margin-bottom: 50px; */
    color: #64ffda;
    font-family: "Fira Code";
}
.quotespart > .padded{
    margin-bottom: 50px;
}

.secondpart{
    height: calc(100vh - 40px);
    width: calc(100% - 100px);
    /* background-color: red; */
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
}
.iconLogo{
    height: 35px;
    color: #64FFDA;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0px;
    line-height: 32px;

    opacity: 0;
}

.text-show {
    opacity: 1;
    transition: all 1s ease;
  }
  
  .text-fade {
    opacity: 0;
    transition: all 1s ease;
  }
  #page1 > h1{
    text-align: center;
    padding-top: 10px;
    /* color: #; */
  }




  .page > .bottom {
    position: absolute;
    color: white;
    bottom: calc(-100vh + 15px);
    width: calc(100% - 30px);
    text-align: center;
    margin-left: -35px !important;
  }










  .page > .bottom > p > i {
    margin-left: 10px;
}
.page > .bottom > p{
    animation-name: bounce-3;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    cursor: pointer;
    transition-duration: 0.2s;

    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0)

}
.page > .bottom > p:hover{
   /* font-size: 17px; */
   animation-play-state: paused;
   /* text-decoration: underline; */
   border-bottom: 2px solid white;
}
@keyframes bounce-3 {
    0%   { transform: translateX(0); }
    9%  { transform: translateX(10px); }
    15%  { transform: translateX(0); }
    100% { transform: translateX(0); }
}





 /* Styles for the slideshow */
 .slideshow-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    width: 40%;
  }

  /* .slide {
    display: none;
  } */
/* #slide{
    display: block;
} */
  .slide img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .slide-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
  }
  /* #slide{
    height: 35vh;
  } */

  .slide-nav button {
    background-color: transparent;
    border: none;
    font-size: 24px;
    /* cursor: pointer; */
    
  }
  .slide-nav > button {
    color: rgba(255, 255, 255, 0);
  }
  /* .slide{
    height: 100%;    width: fit-content;
    margin: auto;
  } */
  .preview {
    width: 50%;
    height: auto;
    /* opacity: 0.5; */
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .preview:hover {
    opacity: 1;
  }

    .preview1 {
        position: absolute;
        left: calc(-50% - 20px);
        top: -135%;
    }
    .preview2 {
        position: absolute;
        right: calc(-50% - 20px);
        top: -135%;

    }
    img {
        border-radius: 7.5px;
        
    }
 

    .progress{
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .progress > .dot{
        height: 10px;
        width: 10px;
        background-color: gray;
        border-radius: 10px;
        margin: 10px;
        transition-duration: 0.1s;
        cursor: pointer;
    }
    .progress > .active{
        width: 20px;
        background-color: rgb(201, 201, 201);
    }

    .container {
        display: flex;
        padding: 20px;
        max-width: 1300px;
        margin: auto;
        padding-top: 0px;
      }
      
      .column {
        flex: 1;
        padding: 10px;
      }
      .container > .column:first-child{
        flex: 2;
      }
      .links > a{
        color: rgb(252, 254, 255);
        transition-duration: 0.2s;
        padding: 10px 30px;
        border: 1px solid #64FFDA;
        border-radius: 7.5px;
        text-decoration: none;
        font-weight: 500;

        font-size: 14px;
        padding: 10px 28px;
        font-family: "Fira Code";
        color: #64ffda;
      }
      .links > a:hover{
        /* font-weight: bold; */
        /* background-color: #64FFDA;
        color: black; */

        box-shadow: 2px 2px 0 0 #64ffda;
    translate: -3px -3px;

      }
      .buttonspaced{
        margin-top: 50px;
        
      }
      .button{
        color: #64ffda;
        border: 1px solid #64ffda;
        font-size: 14px;
        padding: 20px 28px;
        display: block;
        font-family: "Fira Code";


        border-radius: 5px;
        transition-duration: 0.2s;

        display: block;
        width: fit-content;
      }
      .button:hover{
        box-shadow: 2px 2px 0 0 #64ffda;
        translate: -3px -3px;
      }
      .links{
        display: flex;
        justify-content: space-around;
      }

      .altLeft{
        margin-left: 0px;
        margin-right: 10px;
    }
    .page > .bottom {
      display: flex;
      justify-content: center;
    }
    .page > .bottom > p {
      margin: 20px;
      
    }
    .page > .bottom > .altP {
      animation-name: bounce-4;

      
    }

    @keyframes bounce-4 {
      0%   { transform: translateY(0); }
      9%  { transform: translateX(0px); }
      15%  { transform: translateY(0); }
      100% { transform: translateY(0); }
  }




  @media only screen and (max-width: 1200px) {
   .firstpart > h1{
      font-size: 33px;
   }
   .firstpart > h3{
      font-size: 17px;
   }
   .quotespart > h1{
      font-size: 18px;
   }
   #leftSideContent > p{
      font-size: 15px;
   }
   #leftSideContent > h2, .column > h2{
      font-size: 23px;
      margin-top: 0px;
   }
  }
  @media only screen and (max-width: 600px) {
    .footer{
      display: none !important;
    }
  }
  @media only screen and (max-width: 800px) {
    .firstpart > h1{
      font-size: 33px;
   }
   .firstpart > h3{
      font-size: 17px;
   }
   .quotespart > h1{
      font-size: 18px;
   }
   #leftSideContent > p{
      font-size: 10px;
   }
   #leftSideContent > h2, .column > h2{
      font-size: 23px;
      margin-top: 0px;
   }

.container{
  display: block;
}
/* .secondpart{
  overflow-x: hidden;
  overflow-y: hidden;
} */
.quotespart {
  display: none;
}
.name{
  display: none;
}
.menu > ul> li > a{
  font-size: 15px !important;
  padding: 0px !important;
}
.firstpart{
  width: 70%;
  margin-left: 10%;
}
.preview2, .preview1{
  top: -100%;
}
#skillsLinks > a{
    padding: 7px 21px;
    font-size: 12px;
}
.column:nth-child(2) {
  display: none;
}
.progress > .dot{
  height: 7px;
    width: 7px;
}
.bottom > p {
  font-size: 8px !important;
}
  }

  .design{
    height: 100vh;
  }


   /* CSS for the two-column layout */
   .custom-container {
    display: flex;
    flex-wrap: wrap;

    margin: auto;
    max-width: 1100px;
    padding: 20px;
    padding: 70px;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .custom-column {
    flex: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  
  /* CSS for the video and description */
  .video {
    position: relative;
    /* padding-bottom: 56.25%; */
    /* height: 0; */
    text-align: center;
    /* object-fit: cover; */
  }
  
  .video video {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    width: 230px;
    height: 455px;
    /* object-fit: cover; */
    /* object-fit: cover; */
  }
  
  .description > p{
    margin-top: 10px;
    font-size: 16px;
    color: #8892b0;
  }

  .footnote  > p{
    font-size: 13px;
    color: #8892B0;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .largerfootnote > p{
    font-size: 18px;
    color: white;
    font-weight: 700;
    margin-bottom: 0px;
  }
#skillList{
  color: #8892b0;
}
  .redesignimage{
    width: 100%;
    height: 300px;
    object-fit: contain;
    /* border-radius: 7.5px; */
  }

  .playbutton{
    color: #64FFDA;
    margin: auto;
    padding: 10px;
    border: 2px solid  #64FFDA;
    margin-top: 10px;
    display: block;
    border-radius: 7.5px;
    text-align: center;
    font-weight: 400;
    transition-duration: 0.2s;
    width: 50%;

       font-family: "Fira Code";

       font-size: 14px;
       padding: 10px 28px;
       font-family: "Fira Code";
       color: #64ffda;
    
  }
  .playbutton:hover{
    /* color: white; */
    /* background-color:  #64FFDA;
    color: black; */
    
    box-shadow: 2px 2px 0 0 #64ffda;
    translate: -3px -3px;

  }

  .playbutton > i {
    margin-left: 10px;
  }


.youtubeshort{
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 102;
  display: block;
  top: 0;
  background-color: rgba(15, 15, 15, 0.568);
}

.youtubeshort > iframe{
  margin: auto;
    display: block;
    height: 90vh;
    padding:  5vh;
}

.close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
}
.close > .fa {
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
}


.short-show {
  opacity: 1;
  display: block;
  transition: all 0.3s ease;
}

.short-fade {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}












.contact{
  height: 100vh;
}

.window{
  /* background-color: #292929; */
  width: 50vw;
  height: fit-content;
  position: relative;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7.5px;
  box-shadow: 0 10px 30px -15px rgba(2,12,27,.7);
  background-color: #112240;
  padding-bottom: 10px;


}
.window-topbar{
  width: 100%;
  background-color: #0a1529;
  height: 30px;
  border-radius: 7.5px 7.5px 0px 0px;
  display: flex;
}
.window-content{
  width: 100%;
  height: calc(100% - 30px);
  background-color: rgba(255, 0, 0, 0);
}
.actionbar{
  width: 72px;
  height: 30px;
  background-color: #0a152900;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;

}
.windowend{
  width: 72px;
}
.actionbar > .action {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 0px;
  display: inline-block;
  /* cursor: pointer; */
  transition-duration: 0.2s;
}
.red{
  background-color: #FF5B60;
}
.yellow{
  background-color: #FFB51C;
}
.green{
  background-color: #27C93F;
}
.window-title{
  font-size: 12px;
  color: white;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 500;
  margin: auto;

}



.footer{
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  align-content: center;
  position: fixed;
  width: 100%;
  pointer-events: none; 
}
.footer > .left {
  margin-left: 10px;
  -webkit-writing-mode: vertical-lr;
  padding-left: 20px;

}
.footer > .left  > a{
  opacity: 0.5;
  color: #a8b2d1;
  font-size: 20px;  
  /* letter-spacing: 0.4em; */
  padding-bottom: 10px;
}
.footer > .left  > a:last-child{
  padding-bottom: 0px;
}
.footer > .right {
  /* margin-left: auto; */
  margin-right: 10px;
  -webkit-writing-mode: vertical-lr;
  padding-right: 20px;
}

.footer > .left, .footer > .right{
  margin-bottom: 140px;

  pointer-events: all;
}

.footer > .left::after, .footer > .right::after{
  content: "";
  width: 1px;
  height: 130px;
  background: #a8b2d1;
  position: absolute;
    bottom: 0;
    /* margin-left: 10px; */
    opacity: 0.5;
}
.footer > .right > p{
  margin: 0px;
  color: #a8b2d1;
  opacity: 0.5;
  letter-spacing: 0.1em;
  font-size: 13px;
  transition-duration: 0.2s;
  cursor: pointer;
  font-family: "Fira Code";
}
.footer > .left::after{
  margin-left: 10px;
}
.footer > .right::after{
  margin-left: -10px;
}

.footer > .left  > a i{
  transition-duration: 0.2s;
}
.footer > .left  > a:hover i, .footer > .left  > a:hover{
  opacity: 1 !important;
  color: #64ffda;
  transform: scale(1.1) translateY(-2px) !important;
  
}

.footer > .right > p:hover{
  opacity: 1 !important;
  color: #64ffda;
  transform:  translateY(-5px) !important;
}

.right > p > a {
  color: inherit;
  text-decoration: none;
}












    /* Add some basic styling */
    label {
      display: block;
      margin-bottom: 5px;
      color: rgb(136, 146, 176);

    }
    input,
    textarea {
      color: #64ffda;
      border: 1px solid #64ffda24;
      font-size: 14px;
      padding: 10px 7px;
      display: block;
      font-family: "Fira Code";
      border-radius: 5px;
      transition-duration: 0.2s;
      display: block;
      width: -webkit-fill-available;
      background-color: #0a152900;
      margin-bottom: 10px;
      /* width: 100%; */
    
    }
    #contact-form{
      margin: 20px;
      margin-left: 40px;
      margin-right: 40px;
    }

    input:focus,
    textarea:focus{
      outline: none;
    }
    .sharedinput{
      display: flex;
      flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    }
    .sharedinput> div:first-child{
      width: 50%;
      margin-right: 10px;
    }
    .sharedinput> div:last-child{
      width: 50%;
      margin-left: 10px;
    }

     button{
      background-color: #64ffdb00 !important;
      padding: 10px 28px !important;
      margin-top: 25px !important;
    }

    
#success-message > p{
  display: block;
  margin-bottom: 5px;
  color: rgb(136, 146, 176);
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}










@media only screen and (max-width: 600px) {

  .progress > .dot {
    height: 6px;
    width: 6px;
  }
  .preview2, .preview1{
    display: none;
  }
  .slideshow-container{
    width: 90%;
  }
  #leftSideContent{
    overflow: scroll;
    height: 300px;
  }
  #leftSideContent > h2{
    font-size: 10px;
  }
  /* .custom-container{
    height: 80vh;
  }
  .container{
    overflow: scroll;
  } */
  #page1 > h1 {
    font-size: 20px;
  }
  /* .custom-container{
    display: none;
  } */
  .window{
    width: 90vw;
  }
  .redesignimage {
    height: 100px;
  }
  .description > p{
  font-size: 10px;
}
.playbutton{
  width: 80%;
    
    font-size: 9px;
    padding: 11px 11px;
}
.footnote > p{
  font-size: 8px;
}
.custom-container{
  padding: 20px;
}
.youtubeshort > iframe{
  width: auto;

}
}

button{
  cursor: pointer;
}