@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner&family=Poppins&family=Roboto+Mono:wght@300&display=swap?family=Raleway&family=Roboto+Mono:wght@300&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

html {
  scroll-behavior: smooth;
  border: 11px solid #08a702;
  margin: auto;
  border-bottom: 0;
  z-index: -1;
  --scrollbarBG: #a36302;
  --thumbBG: #b3b3b3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #e93e0a);
  border-radius: 22px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  cursor: pointer;
}

body::-webkit-scrollbar {
  height: 4px;
  width: 20px;
  cursor: pointer;
}

body {
  scroll-behavior: smooth;
  scrollbar-width: thick;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  animation: fadeInMobile ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  cursor: pointer;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #b3b006);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  background-color: var(--thumbBG);
  border-radius: 7px;
  border: 3px solid var(--scrollbarBG);
  cursor: pointer;
}

body {
  background-color: #3797a4;
  font-family: 'Poppins', sans-serif;
}

#entire-page-show {
  display: block;
  -webkit-animation: delay 2s ease 0s 1 normal;
  -moz-animation: delay 2s ease 0s 1 normal;
  -ms-animation: delay 2s ease 0s 1 normal;
  animation: delay 2s ease 0s 1 normal;
}

#entire-page-hide {
  display: none;
}

#collection {
  margin-left: 22px;
  text-align: center;
}

#bookoflife {
  border: 22px dashed rgb(255, 255, 255);
  background-image: linear-gradient(90deg, rgb(56, 224, 224) 0%, rgb(120, 40, 218) 35%, rgb(0, 157, 29) 100%);
}

.cybersecurity-title, .mobile-projects-title{
  font-size: 1.5rem;
  letter-spacing: 3px;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center;
  color: white; */
}

.cybersecurity-description, .mobile-projects-description{
  font-size: 1rem;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: white;

}

.mobilefriendly-alignment,.cybersecurity-alignment{
  position: relative;
  left:66px;
  letter-spacing: 4px;
  font-family: 'Poppins', sans-serif;
  margin-left:22px;
  list-style: none;
}
/* border-image-source: linear-gradient(to left, #00C853, #B2FF59); */

video {
  cursor: pointer;
  transition: transform 2s ease-in-out;
  /* border: 22px solid linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(105,6,171,1) 35%, rgba(4,138,28,1) 100%); */
  border: 20px solid black;
  border-top: 11px dashed rgb(255, 255, 255);
  border-left: 20px dashed rgb(255, 255, 255);
  -webkit-text-stroke: 4px rgb(0, 0, 0);
}

video:hover {
  -webkit-animation: bounce-in 1s linear 0s 1 normal;
  -moz-animation: bounce-in 1s linear 0s 1 normal;
  -ms-animation: bounce-in 1s linear 0s 1 normal;
  animation: bounce-in 1s linear 0s 1 normal;
}


button {
  transition: all 1s ease-out;
}

button:hover {
  -webkit-animation: appear 1s ease 0s 1 normal;
  -moz-animation: appear 1s ease 0s 1 normal;
  -ms-animation: appear 1s ease 0s 1 normal;
  animation: appear 1s ease 0s 1 normal;
}

#btn_nebula,
#btn_pong,
#btn_seed66,
#btn_simon,
#btn_unit_circle,
#btn_hacking {
  cursor: pointer;
}

#jshot {
  margin-left: 7px;
}

#ecommerce {
  font-size: 1.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#madhatter, #AI_news {
  padding-left: 11px;;
  font-size: 1em;
  letter-spacing: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: scale
}

#madhatter:hover, #AI_news:hover {
  color: #4CAF50;
  -webkit-animation: delayReverse .3s ease-in;
  -moz-animation: delayReverse .3s ease-in;
  -ms-animation: delayReverse .3s ease-in;
  animation: delayReverse .3s ease-in;
  /* animation: delayReverse .3s ease-in; */
}

#certificates {
  color: white;
  cursor: pointer;
}

#certificates:hover {
  color: #4CAF50;
  -webkit-animation: delayReverse .3s ease-in;
  -moz-animation: delayReverse .3s ease-in;
  -ms-animation: delayReverse .3s ease-in;
  animation: delayReverse .3s ease-in;
}


#me {
  border-radius: 0;
  border: none;
  margin-top: 7px;
  border: 7px solid #078fb1;
  width: 150px;
  -webkit-animation: change-color 4s ease 0s infinite normal;
  -moz-animation: change-color 4s ease 0s infinite normal;
  -ms-animation: change-color 4s ease 0s infinite normal;
  animation: change-color 4s ease 0s infinite normal;

}

.under-construction {
  position: relative;
  font-size: 1.2em;
  color: rgb(201, 201, 4);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: (50%, 50%);
}

.under-construction2 {
  margin-left: 22px;
  font-size: 1em;
  color: rgb(4, 201, 53);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-transform: (50%, 50%);
}

#twins {
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  left: 50%;
  border-radius: 0%;
  width: 400px;
}

#artgallery {
  letter-spacing: 22px;
  color: white;
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
}

img:hover {
  opacity: 0.7;
}

.REACT {
  letter-spacing: 4px;
  font-family: 'Poppins', sans-serif;
  margin-left:22px;
}
.react-todolist{
  position: relative;
  text-align: center;
  margin-left:90px;
  margin-bottom:11px;
}
.REACT:hover{
  text-decoration: none;
}
.art {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:all ease-in-out;
}

.art img {
  width: 100px;
  border-radius: 0%;
  border: 1px solid black;
  cursor: pointer;
  transition:all ease-in-out;
}

.art img:hover {
  opacity: 0.7;
}

.writing {
  cursor:pointer;
}

#warrior {
  position: relative;
  top: 10px;
  left: 50%;
  margin-top: 7px;
  padding-top: 7px;
  font-family: 'Edu VIC WA NT Beginner', cursive;
  text-align: center;
}

img {
  border-color: gold;
  border-radius: 22px;
}

.img {
  transition: transform 0.25s ease;
}

.img:hover {
  transform: scale(2);
  transition: transform 0.25s ease;
}


.thejourney {
  text-align: center;
}

.journey:hover {
  animation: delayReverse .3s ease-in;

}

#thejourney {
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 1em;
  font-weight: 500;
  font-size: 3rem;
  color: #3797a4;
  text-shadow: 7px 2px #176c77;
  margin-left: 3px;
  letter-spacing: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;


}

#health-status {
  color: whitesmoke;
  font-family: 'Orbitron', sans-serif;
  /* font-family:   'Poppins', sans-serif; */
}

hr.workbar {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 66%;
}

hr {
  border-color: #ffd31d;
  border-width: 6px;
  border-style: none;
  border-top-style: dotted;
  width: 40%;
  left: 50%;
  text-transform: (-50%, -50%);
  text-align: center;
}

.form-container {
  margin: 7px;
  width: fit-content;
  padding: 7px;

}

table {
  border-collapse: collapse;
}

.dandright td,
th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

.dandrleft td {
  border: 1px solid #999;
  padding: 0.5rem;
  color: #24bddf;
  font-family: monospace;
  font-size: 12px;
  text-align: left;

}

ul {
  transition: scale 1s ease-in;
}

/* ul:hover {
  animation: delayReverse .3s ease-in;

} */

.projects-working {
  margin-left: 40px;
  padding-top: 30px;
}

.projects-python {
  margin: auto;
}

ul.project-items {
  margin-left: 120px;
  z-index: 200;
  list-style-image: url('../images/bulletlinkicon.jpg');
  border: none;
  cursor: pointer;
  width: auto;
}
ul.project-items-cybersecurity {
  z-index: 200;
  list-style-image: url('../images/bulletlinkicon.jpg');
  border: none;
  cursor: pointer;
  width: auto;
}
.landingpage{
  text-align: center;
  margin-left:-100px;
  font-size: 2rem;
  letter-spacing: 6px;;
}
.landingpage:hover{
  text-decoration: none;
  animation: delayReverse .3s ease-in;
}

/* .portfolio-item:hover {
  animation: delayReverse .3s ease-in;
} */

/* ul li:hover {
  color: #d1c500;
  text-decoration: underline;

} */

li {
  color: white;

}
.mm-experience {
  border-collapse: collapse;
  color: #01d28e;
  font-family: 'Orbitron', 'Poppins', monospace;
  font-size: 12px;
   margin: 0 auto;
}

.mm-experience td,
.mm-experience th {
  border: 1px solid #ddd;
  padding: 8px;
  color: #24bddf;
  font-family: monospace;
  font-size: 12px;
}
.mm-experience th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  /* background-color: #4CAF50; */
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 500;
  float: inherit;
}
.mm-experience td:hover {
  background-color: #ffffff;
}

/* .workexperience tr:nth-child(even) {
  background-color: #f2f2f2;
} */



#contact {
  letter-spacing: 2px;
  font-family: 'Orbitron', sans-serif;
  cursor: pointer;
}

#contact:hover {
  color: #90b800;
  animation: delayReverse .3s ease-in;
}

#contact-embed {
  box-shadow: 0px 20px 20px rgba(22, 22, 22, 0.2);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

ul li:hover {
  animation: delayReverse 0.3s ease-in-out;
}

.interest {
  margin-left: 100px;
  list-style-image: url('../images/oldtimericon.png');
}

ul.interest li {
  transition: 0.9s ease all;
}

ul.interest li:hover {
  animation: delayReverse .3s ease-in;
}

.bounce-out-contact {
  -webkit-animation: bounce-out 2s ease 0s 1 normal;
  -moz-animation: bounce-out 2s ease 0s 1 normal;
  -ms-animation: bounce-out 2s ease 0s 1 normal;
  animation: bounce-out 2s ease 0s 1 normal;
}

.contact-form {
  display: none;
}

.display-contact {
  -webkit-animation: bounce-in 1s ease 0s 1 normal;
  -moz-animation: bounce-in 1s ease 0s 1 normal;
  -ms-animation: bounce-in 1s ease 0s 1 normal;
  animation: bounce-in 1s ease 0s 1 normal;
  display: block;
}

#license {
  border-radius: 0%;
  border: 7px dashed rgb(158, 116, 1);
  transition: transform .2s;
}

#license:hover {
  opacity: (.7);
  transform: scale(1.3);
  animation: bounce-in 1s ease 0s 1 normal;
  border: 12px dashed orangered;
}

section {
  margin: 0 auto;
}

/* Start of:Links */
button {
  cursor: pointer;
}

a:link {
  cursor: pointer;
  color: #24bddf;
  text-decoration: none;

}

a:visited {
  color: #d6ae0b;
  text-decoration: none;
}

a:hover {
  color: #7611e9;
  /* text-decoration: underline; */
}

a:active {
  color: #e6e6e6;
  text-decoration: none;
}

h1 {
  color: #00a8cc;
  font-family: monospace;
}

h2 {
  color: #01d28e;
  font-family: monospace;
}

h3 {
  color: #8bcdcd;
  font-family: monospace;
}

p {
  color: #8bcdcd;
  font-family: monospace;
}

.credits {
  font-size: .9em;
  color: rgb(4, 201, 14);
  font-family: 'Poppins', sans-serif;

}

#table-hearts {
  margin-left: 22px;
}

#greenhearts {
  margin-left: 22px;
}

#t {
  font-size: 3rem;
}

.greenheartinterest {
  color: #24bddf;
  font-family: monospace;
  font-size: 12px;
  margin-left: 12px;
}

#green {
  color: #029132;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

#myname {
  padding-left: 33px;
  padding-top: 12px;
  font-weight: 800;
}

#student {
  color: #f3c623;
  font-family: monospace;
  font-size: 17px;
  padding-left: 33px;
  padding-top: 22px;

}

#binaryinterest {
  color: #24bddf;
  font-family: monospace;
  font-size: 12px;
}

#hobbies {
  color: #24bddf;
  font-family: monospace;
  font-size: 12px;
}


#monkey {
  margin-left: 11px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 140px;
  /* border-radius: 66%; */
  /* border:140px dotted rgb(250, 250, 250); */
}

#studysubjects {
  margin-left: 33px;
}

#disability {
  color: #f3c623;
  font-family: 'Orbitron', sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}

.projects {
  text-align: center;
}

.toggle-music-container {
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  text-align: center;
}

/* Start of: Music Mixing table */

.musicmixing {
 text-align: center;
  border-collapse: collapse;
  color: #ffffff;
  font-family: monospace;
  font-size: 12px;
}

.musicmixing td,
.musicmixing th {
  border: 1px solid #ddd;
  padding: 8px;
  color: #24bddf;
  font-family: monospace;
  font-size: 12px;
}
.musicmixing th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  /* background-color: #4CAF50; */
  color: white;
  /* color: #24bddf; */
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 500;
  float: inherit;
}
.table-head{
  position:absolute;
  left:50%;
  transform: translate(-50%, -50%);
  background-color: #4CAF50;
  color: rgb(129, 129, 129);
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.table-row{
    background-color: transparent;
}

#music-mixing{
     background-color: #3797a4;
     font-family: 'Poppins', sans-serif;
     font-size:1.5rem;
     letter-spacing:3px;
     padding-top:-25px;
}
.table-mm {border-collapse:collapse;border-spacing:0;}
.table-mm td{cursor:pointer; border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.table-mm th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.table-mm .table-data{font-family:Verdana, Geneva, sans-serif !important;text-align:center;vertical-align:top}

/* End of: Music Mixing Table */

.audioToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  text-align: center;
}

#music {
  text-align: center;
  text-transform: (-50%, -50%);
  border: 22px solid black;
  border-top: 11px dashed rgb(255, 255, 255);
  border-left: 22px dashed rgb(255, 255, 255);
  -webkit-text-stroke: 4px rgb(0, 0, 0);

  cursor: pointer;
}

/* Start of: Input Toggle switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(99, 99, 99);
  -webkit-transition: .4s;
  transition: .4s;
  /* box-shadow: inset; */
}

.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 4px;
  bottom: 3px;
  background-color: rgb(146, 146, 146);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:hover {
  background-color: #5a3f11;
}

.slider:after {
  background-color: rgb(202, 199, 0);
  ;
}

input:checked+.slider {
  background-color: #2c2c2c;
}

input:focus+.slider {
  box-shadow: 0 0 1px #ffffff;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* End of: Input Toggle Switch */

/* Start of: Page Loader Animation*/
/* .container-loader {
  position: relative;
  top: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #02a561;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  animation: spin 2s linear infinite;
} */

/* End of: Page Loader Animation */
/* Start of:Animation Transitions */
/* animation: name duration timing-function delay iteration-count direction fill-mode play-state; */
@keyframes fadeInMobile {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutMobile {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes delay {

  0%,
  33% {
    transform: scaleY(1);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  66% {
    transform: scaleY(60);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes delayReverse {
  0% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }

  33% {
    transform: scaleY(1);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  66% {
    transform: scaleY(60);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* End of:Animation Transitions  */


/* Start of: Media Queriers */
@media only screen and (max-width: 600px) {
  body {
    animation: fadeOutMobile ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  #madhatter, #AI_news {
    font-size: 0.7em;
    letter-spacing: 2px;
    margin:auto;
  }
}

@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    animation: fadeOutMobile ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    animation: fadeOutMobile ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

}

/* End of: Media Queriers */