html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  color: #383735;
  font-family: "Rubik", sans-serif;
  margin: 0;
  height: auto;
}

header {
  width: 100%;
  height: 150px;
  background-color: whitesmoke;
  overflow: hidden;
  z-index: 1;
}

/**  NAVIGATION BAR START */
.nav {
  margin: 0;
}

#port {
  width: 100%;
  height: 150px;
  background-color: whitesmoke;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  scroll-padding: 50px 0 0 0;
}

nav a {
  text-align: center;
  text-decoration: none;
  font-family: monospace;
  font-weight: 600;
}

.logo a {
  padding: 0px;
  margin: 0px;
}

.logo img {
  width: 50px;
  height: 50px;
  padding: 50px 50px;
}

nav .left {
  float: left;
  display: flex;
  align-items: center;
}

li h1 {
  font-size: 2vw;
  padding: 5px;
  color: rgb(59, 59, 59);
  font-family: "Rubik", sans-serif;
  text-align: center;
}

nav .right {
  float: right;
  padding: 55px 90px;
}

a:not(:first-child) {
  width: 20%;
}

nav a:hover {
  color: blueviolet;
  transition: 0.7s;
}

.container#form {
  padding-top: 117px;
}

.container#form2 {
  padding-top: 0px;
}

.goBack img{
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1308px) {
  img.goBack{
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .goBack{
    width: 40px;
    height: 4px;
    float: left;
    margin-top: -10px;
    margin-right: 34px;
    margin-left: -122px;
    z-index: 2;
  }

  .sideNav {
    position: fixed;
    top: 200px;
    left: 180px;
    margin: 0px;
    padding: 0px;
    width: 100px;
  }

  .sideNav li {
    width: 400px;
    list-style-type: none;
    padding-bottom: 20px;
  }

  .sideNav li a {
    color: rgb(41, 41, 41);
    padding: 8px 16px;
    text-decoration: none;
    font-size: 1.2em;
  }

  .sideNav li a:hover {
    color: blueviolet;
    transition: 0.3s ease-in-out;
  }

  .sideNav li a:active {
    color: blueviolet;
  }

  #hide {
    display: none;
  }

  .dropdown {
    display: none;
  }

  /* Video animation*/
  #vid_anim {
    width: 100%;
    height: auto;
  }

  section #video_AnimP {
    margin-right: 0;
  }

  #video_AnimP {
    padding-bottom: 150px;
    width: 720px;
    scroll-snap-align: center;
  }

  .logo_AnimP {
    width: 60px;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: space-between;
  }


  .goBack {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    z-index: 2;
  }

  #about_img {
    width: 55%;
    position: absolute;
    bottom: -30%;
    margin-left: 0%;
    z-index: 5;
  }

  /**This is the start of the TYPE-EFFECT in the ABOUT me section*/
  .typing-demo {
    width: 22ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
    text-align: center;
  }

  #mynames {
font-size: 0.9em;
  }

  @keyframes typing {
    from {
      width: 0
    }
  }

  @keyframes blink {
    50% {
      border-color: transparent
    }
  }

  #P7 {
    width: 70%;
    margin-right: 0%;
    text-align: center;
    display: block;
    font-size: 90%;
  }

  /* Contact */

  form {
    background-color: blueviolet;
    width: 500px;
    height: 648px;
    max-width: 400px;
    border: transparent;
    padding: 30px;
    margin: 0;
  }

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

  li {
    padding: 0.3em;
  }

  span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
  }

  input[type="submit"] {
    background: blueviolet;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
  }

  .container #form {
    width: 360px;
    margin: 6em auto;
  }

  form {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
  }

  .required-star {
    color: blueviolet;
  }

  input,
  textarea {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: blueviolet;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
  }
}

/**  NAVIGATION BAR END */



/**  INDEX.HTML PAGE START*/
.current {
  color: blueviolet;
}

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

header li {
  float: left;
}

header li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
}

video#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

img.logo_side {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  height: 50px;
  margin-top: 50px;
}

.class_index {
  position: absolute;
  left: 50px;
  top: 350px;
}

/**  INDEX.HTML PAGE END*/


/**  PORTFOLIO.HTML PAGE START*/
.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(9, 5.9em);
  grid-gap: 0px;
}

#container img {
  width: 100%;
  height: 100%;
  min-width: 200px;
  object-fit: cover;
  display: block;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.one {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 6;
}

.two {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 7;
}

.three {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 6;
}

.four {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 10;
}

.five {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 7;
  grid-row-end: 10;
}

.six {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 6;
  grid-row-end: 10;
}


#container {
  position: relative;
  width: 100%;

}

.image {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: blueviolet;
}

#container:hover .overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 50px;
  position: absolute;
  font-family: "Rubik", sans-serif;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/**  PORTFOLIO.HTML PAGE END*/


/** THESE ARE THE SUB PAGES START*/
/* TODO:THESE ARE THE SUB PAGES*/


#sub_port article {
  width: 55em;
  float: right;

  border-left: none;
  height: 300px;
  padding-top: 254px;
  padding-right: 270px;
}

#sub_port article.scrollCon {
  width: 65%;
  float: right;

  border-left: none;
  height: 300px;
  padding-top: 254px;
  padding-right: 0%;
}

#sub_port2 article {
  width: 80em;
  float: right;

  border-left: none;
  height: 300px;
  padding-top: 2%;
  padding-right: 50px;
}

#sub_port3 article {
  width: 54em;
  float: right;
  padding: 0px -7px;
  border-left: none;
  height: 277px;
  padding-top: 20%;
  padding-right: 0;
}

#sub_port4 article {
  width: 80em;
  float: right;
  border-left: none;
  height: 300px;
  z-index: 2;
}



.wrapper {
  width: 70%;
  margin: 0 auto;
}

.column {
  width: 30%;
  margin: 4.2% 1.66666667%;
  float: left;
}

.container_sub {
  position: relative;
  width: 100%;
}

.container_sub video {
  width: 100%;
}

/* THIS IS WHERE THE OVERLAY STARTS*/
.overlay_sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: blueviolet;
}

.container_sub:hover .overlay_sub {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* THIS IS WHERE THE OVERLAY ENDS*/

img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#P1,
#P2,
#P3,
#P4,
#P5,
#P6 img {
  display: block;
  max-width: 75%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#uxui_img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 48em) {
  .column {
    width: 46.6666667%;
  }
}

@media only screen and (max-width: 37.5em) {
  .wrapper {
    width: 100%;
  }

  .column {
    float: none;
    margin: 4em auto;
    width: 65%;
  }
}

.gallery_sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.gallery_sub_img {
  width: 100%;
  height: auto;
  align-self: center;
}

.image_wrap {
  display: flex;
  overflow: auto;

}

.image_wrap img {
  width: 30%;
}

/*!This is the start of the Scrollbar
/* width */
::-webkit-scrollbar {
  width: 5px;
  z-index: -5;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: blueviolet;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(73, 17, 124);
}

/*!This is the end of the Scrollbar*/

#sub_port h2 {
  color: blueviolet;
}


.image_wrap_tee {
  display: flex;
  overflow: auto;
  width: 45em;
}

.row_t {
  display: flex;
}

.column_t img {
  flex: 33%;
  width: 30em;
}

.row_t2 {
  display: flex;
  width: 50em;
  margin-bottom: 20px;
}

.row_3 {
  display: flex;
  width: 56.5em;
}

#tshearts {
  width: 25em;
}

/* Media QUERIES*/

@media only screen and (max-width: 1307px) {
  #sub_port article {
    width: 100%;
    border-left: none;
    height: 300px;
    padding-top: 221px;
    padding-right: 0%;
  }

  #sub_port article.scrollCon {
    width: 75%;
    border-left: none;
    height: 300px;
    padding-top: 254px;
    padding-right: 0;
  }

  #sub_port2 article {
    width: 80em;
    border-left: none;
    height: 300px;
    padding-top: 10%;
    padding-right: 50px;
  }

  .row_t {
    display: block;
  }

  .column_t img {
    flex: 33%;
    width: 30em;
    align-items: center;
  }


  .row_t2 {
    display: flex;
    width: 50em;
    margin-bottom: 20px;
  }

  .row_3 {
    display: flex;
    width: 20em;
  }


  #P1,
  #P2,
  #P3,
  #P4,
  #P5,
  #P6 img {
    display: block;
    max-width: 65%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  article #P1,
  #P2,
  #P3,
  #P4,
  #P5,
  #P6 h2 {
    text-align: center;
  }

  .goBack {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    z-index: 2;
  }

  li h1 {
    font-size: 2vw;
    color: rgb(59, 59, 59);
    font-family: "Rubik", sans-serif;
    text-align: center;
  }

  .sideNav {
    position: fixed;
    top: 150px;
    left: 0px;
    width: 100%;
    height: 60;
    background-color: white;
    padding-left: 10px;
    z-index: 1;
  }

  .sideNav li {
    width: auto;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }


  .sideNav li a {
    color: rgb(41, 41, 41);
    padding: 8px 16px;
    text-decoration: none;
    font-size: 1.2em;
  }

  .sideNav li a:hover {
    color: blueviolet;
    transition: 0.3s ease-in-out;
  }

  .sideNav li a:active {
    color: blueviolet;
  }

  .row_3 {
    display: flex;
    width: 100%;
  }

  nav .right {
    float: right;
    padding: 55px;
  }

  .dropdown {
    display: none;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(7, 6.2em);

    grid-gap: 0px;
  }

  #container img {
    width: 100%;
    height: 100%;
    min-width: 20px;
    object-fit: cover;
    display: block;
  }

  .one {
    grid-area: 1 / 1 / 6 / 4;
  }

  .two {
    grid-area: 1 / 4 / 6 / 7;
  }

  .three {
    grid-area: 1 / 7 / 6 / 17;
  }

  .six {
    grid-area: 6 / 1 / 12 / 5;
  }

  .four {
    grid-area: 6 / 5 / 12 / 8;
  }

  .five {
    grid-area: 6 / 8 / 12 / 17;
  }

  /* Video animation*/
  #vid_anim {
    width: 100%;
    height: auto;
  }

  section #video_AnimP {
    margin-right: 0;
  }


  #video_AnimP {
    padding-bottom: 150px;
    width: 90%;
    scroll-snap-align: center;
  }

  .logo_AnimP {
    width: 60px;
    height: auto;
    display: flex;
    margin: auto;
  }

  #hide {
    display: none;
  }

  .goBack2 {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    z-index: 1;
  }

  #about_img {
    display: none;
  }

  .typing-demo {
    margin: auto;
    width: 22ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
  }

  #P7 {
    width: 60%;
    margin-right: 0%;
    display: block;
    text-align: center;
    font-size: 90%;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
  }

  /* Contact */
  #sub_port4 article {
    width: 50em;
    float: right;
    border-left: none;
    height: 300px;
    z-index: 2;
  }

  form {
    background-color: blueviolet;
    width: 500px;
    height: 648px;
    max-width: 400px;
    border: transparent;
    padding: 30px;
    margin: 0;
  }

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

  li {
    padding: 0.3em;
  }

  span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
  }

  input[type="submit"] {
    background: blueviolet;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
  }

  .container #form {
    width: 360px;
    margin: 6em auto;

  }

  form {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
  }

  .required-star {
    color: blueviolet;
  }

  input,
  textarea {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: blueviolet;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
  }

}

@media only screen and (max-width: 839px) and (min-width: 580px) {

  header li h1 {
    font-size: 20px;
    padding: 5px;
    color: rgb(59, 59, 59);
    font-family: "Rubik", sans-serif;
    text-align: center;
  }

  #sub_port article.scrollCon {
    width: 70%;
    border-left: none;
    height: 300px;
    padding-top: 254px;
    padding-right: 0;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(16, 3.2em);
    grid-gap: 0px;
  }

  #container img {
    width: 100%;
    height: 100%;
    min-width: 200px;
    object-fit: cover;
    display: block;
  }

  .one {
    grid-area: 1 / 1 / 7 / 7;
  }

  .two {
    grid-area: 1 / 7 / 6 / 17;
  }

  .three {
    grid-area: 6 / 7 / 11 / 17;
  }

  .four {
    grid-area: 7 / 1 / 11 / 7;
  }

  .five {
    grid-area: 11 / 1 / 17 / 9;
  }

  .six {
    grid-area: 11 / 9 / 17 / 17;
  }


  #container img {
    width: 100%;
    height: 100%;
    min-width: 200px;
    object-fit: cover;
    display: block;
  }

  /* DROP DOWN MENU */
  .right {
    z-index: 5;
  }

  .dropbtn img {
    width: 25px;
    height: 25px;
    margin: 10px;
  }

  #animDD.dropbtn img {
    width: 25px;
    height: 25px;
    margin: 10px;
  }

  .dropdown {
    border: none;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 45px;
  }

  .dropdown-content {
    display: none;
  }

  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    margin: 20px;
    z-index: 5;
  }

  .dropdown-content a:hover {
    color: blueviolet;
    z-index: 5;
  }


  .dropdown:hover .dropdown-content {
    display: block;
    width: auto;
    position: absolute;
    right: 0px;
    background-color: whitesmoke;
    text-align: center;
  }

  .Main_nav {
    display: none;
  }

  /* Video animation*/

  #vid_anim {
    width: 100%;
    height: auto;
  }

  section #video_AnimP {
    margin-right: 0;
  }


  #video_AnimP {
    padding-bottom: 150px;
    width: 90%;
    scroll-snap-align: center;
  }

  .logo_AnimP {
    width: 60px;
    height: auto;
    display: flex;
    margin: auto;
  }

  #hide {
    display: none;
  }


  .row_t img {
    display: flex;
    width: 23em;
    align-items: center;
  }

  .column_t {
    display: flex;
    width: 20em;
  }

  .image_wrap_tee {
    display: block;
    align-items: center;
    width: 20em;
  }

  .row_t2 {
    display: block;
    width: 50em;
    margin-bottom: 20px;
  }

  .goBack2 {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    z-index: 1;
  }

  #about_img {
    display: none;
  }

  .typing-demo {
    margin: auto;
    width: 22ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
  }

  #P7 {
    width: 60%;
    margin-right: 0%;
    display: block;
    text-align: center;
    font-size: 90%;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
  }

  /* Contact */
  #sub_port4 article {
    width: 40em;
    height: 30px;
    z-index: 2;
  }

  form {
    background-color: blueviolet;
    width: 500px;
    height: 648px;
    max-width: 400px;
    border: transparent;
    padding: 30px;
    margin: 0;
  }

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

  li {
    padding: 0.3em;
  }

  span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
  }

  input[type="submit"] {
    background: blueviolet;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
  }

  .container #form {
    width: 360px;
    margin: 6em auto;
  }

  form {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
  }

  .required-star {
    color: blueviolet;
  }

  input,
  textarea {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: blueviolet;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
  }

}


@media only screen and (max-width: 580px) and (min-width: 470px) {
  #sub_port article {
    width: 100%;
    border-left: none;
    height: 300px;
    padding-top: 221px;
    padding-right: 0%;
  }

  #sub_port article.scrollCon {
    width: 87%;
    border-left: none;
    height: 300px;
    padding-top: 254px;
    padding-right: 0%;
  }

  #sub_port2 article {
    width: 80em;
    border-left: none;
    height: 300px;
    padding-top: 10%;
    padding-right: 50px;
  }

  .row_t {
    display: flex;
    width: 45em;
  }

  .row_t2 {
    display: flex;
    width: 50em;
    margin-bottom: 20px;
  }

  .row_3 {
    display: flex;
    width: 20em;
  }


  #P1,
  #P2,
  #P3,
  #P4,
  #P5,
  #P6 img {
    display: block;
    max-width: 65%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  article #P1,
  #P2,
  #P3,
  #P4,
  #P5,
  #P6 h2 {
    text-align: center;
  }

  header li h1 {
    font-size: 20px;
    padding: 5px;
    color: rgb(59, 59, 59);
    font-family: "Rubik", sans-serif;
    text-align: center;
  }


  nav .left {
    display: flex;
    align-items: center;
  }

  li h1 {
    font-size: 2vw;
    color: rgb(59, 59, 59);
    font-family: "Rubik", sans-serif;
    text-align: center;
  }

  a:not(:first-child) {
    width: 20%;
  }

  .goBack {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    z-index: 1;
  }

  .sideNav {
    position: fixed;
    top: 150px;
    left: 0px;
    width: 100%;
    height: 60;
    background-color: white;
    z-index: 1;
  }

  .sideNav li {
    width: auto;
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;


  }


  .sideNav li a {
    color: rgb(41, 41, 41);
    padding: 8px 16px;
    text-decoration: none;
    font-size: 1em;
  }

  .sideNav li a:hover {
    color: blueviolet;
    transition: 0.3s ease-in-out;
  }

  .sideNav li a:active {
    color: blueviolet;
  }


  .row_3 {
    display: flex;
    width: 100%;
  }

  /* DROP DOWN MENU */
  button .dropbtn {
    border: none;
    cursor: pointer;
    display: block;
  }

  .dropbtn img {
    width: 25px;
    height: 25px;
    margin: 10px;
  }

  #animDD.dropbtn img {
    width: 25px;
    height: 25px;
    margin: 10px;
  }

  
  .dropdown {
    border: none;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 45px;
  }

  .dropdown-content {
    display: none;
  }

  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    margin: 20px;
    z-index: 5;
  }

  .dropdown-content a:hover {
    color: blueviolet;
    z-index: 5;
  }


  .dropdown:hover .dropdown-content {
    display: block;
    width: auto;
    position: absolute;
    right: 0px;
    background-color: whitesmoke;
    text-align: center;
  }

  #port .dropdown:hover .dropdown-content {
    display: block;
  }

  .Main_nav {
    display: none;
  }

  .gallery {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, 10.49vw);
    grid-gap: 0px;
  }

  #container img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    object-fit: cover;
    display: block;
  }

  .row_t {
    display: block;
  }

  .column_t {
    display: flex;
    width: 20em;
  }

  .image_wrap_tee {
    display: block;
    align-items: center;
    width: 20em;
  }

  .row_t2 {
    display: block;
    width: 50em;
    margin-bottom: 20px;
  }

  .row_3 {
    display: flex;
    width: 56.5em;
  }



  .main a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 0;
  }

  /*This is the start Port_animation page*/
  #vid_anim {
    width: 100%;
    height: auto;
  }

  section #video_AnimP {
    margin-right: 0;
  }


  #video_AnimP {
    padding-bottom: 50px;
    width: 90%;
    scroll-snap-align: center;
  }

  .logo_AnimP {
    width: 60px;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: center;
  }

  .goBack2 {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    z-index: -1;
  }

  #about_img {
    display: none;
  }

  .typing-demo {
    margin: auto;
    width: 22ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
  }

  #P7 {
    width: 60%;
    margin-right: 0%;
    display: block;
    text-align: center;
    font-size: 90%;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
  }

  /* Contact */
  a img.logo_side {
    width: 50px;
    height: auto;
  }

  .class_index {
    width: 400px;
    display: flex;
    position: absolute;
    left: 83px;
    top: 127px;
    justify-content: space-around;
  }

  .container2 {
    width: 365px;
    margin: 7em auto;
  }

}

#sub_port4 article {
  width: 33em;
  float: right;
  border-left: none;
  height: 422px;
  z-index: 2;
}


.container2#form2 {
  padding-top: 0px;
}

form {
  background-color: #ffffff;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.required-star {
  color: blueviolet;
}

input,
textarea {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #e1e2eb;
  background-color: #fff;
  color: #102a43;
  caret-color: blueviolet;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 2rem;
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
  border-radius: 3px;
  line-height: 29px;
  line-height: 2rem;
}


/*This is the end of the Port_animation page*/


/** This Section is dedicated to the little effects and color chnages of your pages
/*!This is the start of the Scrollbar
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: blueviolet;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(73, 17, 124);
}

/*!This is the end of the Scrollbar

/*! This is the start of the section Scrolling effect

/*! This is the end of the section Scrolling effect


/*This is the start of the ABOUT ME Page*/
.goBack2 {
  width: 40px;
  height: 195px;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
  z-index: 1;
}


@keyframes typing {
  from {
    width: 0
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}


/** The End*/

button {
  cursor: pointer;
  width: 170px;
  height: 70px;
  background: blueviolet;
  letter-spacing: 2px;
  margin-top: 30px;
  font-family: "PT sans", sans-serif;
}

.btnShadow2 {
  border-radius: 38px;
  border: 4px solid whitesmoke;
  color: whitesmoke;
}

.btnShadow2:hover {
  box-shadow: inset 170px 0 0 #383735, inset -170px 0 0 whitesmoke;
  color: white;
  transition: 1.3s ease;
}

/**This is the end of the ABOUT ME Page*/



/**This is the START of the CONTACT PAGE*/
/* Contact */

form {
  background-color: blueviolet;
  width: 500px;
  height: 648px;
  max-width: 400px;
  border: transparent;
  padding: 30px;
  margin: 0;
}

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

li {
  padding: 0.3em;
}

span {
  font-weight: 700;
  color: #102a43;
  line-height: 35px;
  line-height: 2.5rem;
  font-size: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

input[type="submit"] {
  background: blueviolet;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-top: 1.3em;
}

.container #form {
  width: 360px;
  margin: 6em auto;
}

form {
  background-color: #ffffff;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.required-star {
  color: blueviolet;
}

input,
textarea {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #e1e2eb;
  background-color: #fff;
  color: #102a43;
  caret-color: blueviolet;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 2rem;
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
  border-radius: 3px;
  line-height: 29px;
  line-height: 2rem;
}