@import "var.css";
@import "responsive.css";
@import "card-grid.css";
@import "animation.css";
@import "content-grid.css";
@import "modal.css";

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

html {
  scroll-behavior: smooth;
  height: 100%;
  font-weight: 800;
}

body {
  margin: 0;
  padding: 0px !important;
  margin: 0px !important;
  font-family: "Ubuntu Mono", monospace !important;
  font-size: var(--main-font-size) !important;
  accent-color: rgb(255, 255, 255, 0) !important;
}

a {
  color: var(--c-link) !important;
  text-decoration: none !important;
}

a:hover {
  color: var(--c-link-hover) !important;
}

.wrapper {
  margin: 0px;
  /* display: grid;
  grid-template-columns: 0% 100% 0%; */
}

.main {
}

.content {
  /* min-height: 100vh; */
}

.footer {
  margin-top: 2em;
  padding: 0.3em;
  background-color: var(--c-tert-bg);
}

.footer-content {
  text-align: center;
  font-size: var(--main-font-size-s);
}

/* SECTION 1  */

#section-1-container {
  background-color: var(--c-main-bg);
}

#section-1 {
  color: var(--c-main-font);
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 1em;
  padding: 1em 1em;
  min-height: 90vh;
}

.main-menu-container {
  /* background-color: var(--c-menu-bg); */
  padding: 1em 1.2em 0em 1.2em;
  /* border-bottom: 2px solid var(--c-border); */
  /* position: sticky;
  top: 0; */
}

.logo-span {
  display: flex;
  gap: 0.3em;
  align-items: center;
  /* border: 2px solid var(--c-iceblue); */
  background-color: var(--c-main-bg) !important;
}

#logo {
  position: relative;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  color: black;
  display: inline-block;
  border-radius: 7px;
  /* border: 3px solid rgb(194, 194, 194); */
}

#logo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(30deg, #3ac5d5 0%, #000000 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-radius: 7px;
}

.border-gradient-purple {
  border-image-source: linear-gradient(30deg, #cbffb1, #76ffe6);
}

.main-menu {
  /* font-family: "Inconsolata", monospace; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  gap: 1vw;
}

#menu-item-1 {
}

#menu-item-2 {
  margin-right: 10px;
}

#menu-item-3 {
  margin-right: 10px;
  background: linear-gradient(
    90deg,
    hsl(198, 75%, 64%) 0%,
    hsl(155, 100%, 43%) 100%
  );
}

#menu-item-3:hover {
  background: linear-gradient(
    90deg,
    hsl(198, 75%, 70%) 0%,
    hsl(155, 100%, 73%) 100%
  );
}

#menu-item-2,
#menu-item-4 {
  margin-left: auto;
  background: linear-gradient(
    90deg,
    hsl(155, 100%, 43%) 0%,
    hsl(198, 75%, 64%) 100%
  );
}

#menu-item-2:hover,
#menu-item-4:hover {
  background: linear-gradient(
    90deg,
    hsl(155, 100%, 73%) 0%,
    hsl(198, 75%, 70%) 100%
  );
}

#contact-graphic {
  opacity: 0;
}

.menu-item {
  font-size: 1em;
  border-radius: 20px;
  padding: 4px 18px 4px 18px;
  height: 100%;
  font-weight: bold;
  background: linear-gradient(
    90deg,
    hsl(155, 100%, 43%) 0%,
    hsl(198, 75%, 64%) 100%
  );
  color: white !important;
}

.menu-item:hover {
  color: white !important;
  cursor: pointer;
}

#lottie-right {
  margin: 1.5em 0em;
  border-radius: 50%;
  border: 10px solid hsl(0, 0%, 94%);
  /* background: rgb(126, 106, 236);
  background: linear-gradient(
    90deg,
    hsl(198, 75%, 96%) 0%,
    hsl(249, 77%, 96%) 100%
  ); */
  /* box-shadow: 0 4px 2px rgba(0, 0, 0, 0.02), 0 8px 6px rgba(0, 0, 0, 0.03),
    0 14px 10px rgba(0, 0, 0, 0.04); */
  outline-offset: 15px;
  outline: 15px solid hsl(0, 0%, 94%);
}

.menu-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.section-1-content {
  padding: 1em;
  background-color: var(--c-sec-bg);
  border: 2px solid var(--c-border);
  border-radius: var(--stan-border-radius);
  /* margin-top: 5vh; */
  display: grid;
  gap: 2em;
  flex-wrap: wrap;
}

.sidebar-right {
}

.main-element-1 {
}

.element-1-flex,
.element-2-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  gap: 2em;
}

.element-1-flex {
  padding: 1em;
  /* background-color: #2c0d0d; */
  border-radius: 15px;
}

.element-1-flex h1 {
  display: inline-block;
}

.element-1-right {
  /* margin-left: auto; */
  width: 100%;
  margin-top: 30px;
  /* min-height: 5vh; */
  /* height: 100%; */
  /* background-color: var(--c-tert-bg); */
}

.element-1-right span {
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.02), 0 8px 6px rgba(0, 0, 0, 0.03),
    0 16px 10px rgba(0, 0, 0, 0.04);
}

.element-2-flex {
  padding: 1em;
  justify-content: space-between;
  gap: 2em;
}

#web-dev {
  /* color: var(--bg-3); */
  font-weight: bold;
  display: inline-block;
}

.web-dev-letter {
  display: inline-block;
}

.main-text-element-right {
}

.sub-text-element {
  display: flex;
  flex-wrap: wrap;

  gap: 1em;
  text-align: left;
}

#sub-text-1 {
  font-size: var(--main-font-size-m);
  background-color: var(--c-sec-bg);
  border: 2px solid var(--c-border);
  border-radius: var(--stan-border-radius);
  padding: 4px 12px;
}

#sub-text-1 .question {
  color: var(--c-link-hover);
}

#sub-text-1 .question:hover {
  cursor: pointer;
  color: var(--c-link);
  color: var(--c-link);
}

.ask-container {
  display: flex;
}

#sub-text-2 {
  position: relative;
  margin-top: 2em;
  padding: 4px 12px;
  height: 15vh;
  background-color: var(--c-sec-bg);
  border: 2px solid var(--c-border);
  border-radius: var(--stan-border-radius);
  line-height: 20px;
}

#sub-text-3 {
  position: relative;
  margin-top: 2em;
  display: flex;
  justify-content: center;
  /* background-color: var(--c-sec-bg); */
  /* border: 2px solid var(--c-border);
  border-radius: var(--stan-border-radius); */
  /* background-image: url("/assets/img/sqbg.png"); */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  flex: 1;
  /* max-width: sq300px; */
  max-height: 32vh;
  /* height: 32vh; */
  /* text-align: left; */
}

#sub-bell {
  position: absolute;
  cursor: pointer;
  top: 215px;
  left: 250px;
  color: white;
}

#writeElement {
  font-size: 0.85em;
  min-height: 50px;
}

#write-placeholder {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  opacity: 0.7;
}

.header-img {
  width: 100%;
}

.code {
  font-size: var(--main-font-size);
  /* color: white !important; */
}

#code-input {
  width: 100%;
  /* height: 3em; */
  color: var(--bg-6);
  border: none;
  margin: 5px 0px;
}

#code-load {
  margin-top: 25px;
  height: 3em;
  width: 100%;
}

.scramble-container {
  text-align: center;
  /* min-height: 200px; */
}

.scramble-additional-content {
  /* transform: translate(0, 200px); */
  margin-right: 30px;
}

.scramble-copy-icon:hover {
  cursor: pointer;
}

#sqdude {
  visibility: hidden;
  text-align: center;
  margin-top: 20px;
}

#sqtext {
  text-align: center;
  visibility: hidden;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: teal;
}

#sq-initial-text {
  text-align: center;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.html-color {
  color: #e44c25;
}

.js-color {
  color: #fcdc00;
}

.nodejs-color {
  color: #86b958;
}

.css-color {
  color: #1b73ba;
}

.php-color {
  color: #4e5b92;
}

.vue-color {
  color: #3fb984;
}

.firebase-color {
  color: #fdc92b;
}

.s1-arrows {
  display: inline-block;
}

.hl-red {
  color: var(--c-red-bright);
}

.hun-hun {
  width: 150px;
  height: 150px;
}

.text-success-custom {
  color: #1b73ba !important;
}

.center-button-container {
  display: flex;
  gap: 0.5em;
  justify-content: baseline;
}

/* SECTION 2 */
#section-2-container {
  background-color: white;
  background-image: url("/assets/img/cube.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: var(--c-s2-font);
}

#section-2 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 0px 20px;
}

.section-2-grid {
  height: 92vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas:
    "a b c"
    "d e f"
    "g h i";
  grid-gap: 4vh;
}

/* S2 MENU  */

#s2-menu {
  height: 9vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: space-around;
  align-items: center;
}

#s2-menu > div {
  padding-right: 2vw;
  margin-left: 5vw;
}

.s2-menu-item {
  color: white !important;
}

.s2-menu-item-container {
  margin-top: 50px;
  display: flex;
  transform: translate(-50%, -50%);
}

.s2-menu-item-container div {
  margin: 0 35px;
}

.s2-menu-item-container div a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 58px;
  background: #001733;
  border-radius: 50%;
  font-size: 30px;
  color: #666;
  transition: 0.5s;
}

.s2-menu-item-container div a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fc366d;
  transition: 0.5s;
  transform: scale(0.9);
  z-index: -1;
}

.s2-menu-item-container div a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #fc366d;
}

.s2-menu-item-container div a:hover {
  color: #fc366d;
  box-shadow: 0 0 5px #fc366d;
  text-shadow: 0 0 5px #fc366d;
}

/* S2 CARD */

.s2-card {
  color: white;
  /* height: 100%; */
  width: 70%;
  padding: 20px;
}

#s2-card-left {
  border-radius: 15px 15px 0px 15px !important;

  background: linear-gradient(
    110deg,
    /* hsl(0, 0%, 100%) 8%, */ hsl(221, 58%, 46%) 0%,
    /* hsl(183, 100%, 33%) 57%, */ hsl(212, 98%, 23%) 80%
  );
}

#s2-card-right {
  border-radius: 0px 15px 15px 0px !important;
  border: 2px solid #fc366d;
  background: linear-gradient(
    110deg,
    /* hsl(0, 0%, 100%) 8%, */ hsl(343, 97%, 60%) 0%,
    /* hsl(183, 100%, 33%) 57%, */ hsl(212, 98%, 23%) 80%
  );
  transition: box-shadow 0.5s;
}

#s2-card-right:hover {
  box-shadow: 0 0 15px #fc366d;
  /* text-shadow: 0 0 9px #fc366d; */
}

.s2-card-content {
  display: flex;
  flex-direction: column;
}

.s2-card h6 {
  color: hsl(0, 0%, 82%);
}

#s2-up-a {
  display: flex;
  justify-content: center;
  grid-area: a;
  align-content: space-around;
}

#s2-up-b {
  grid-area: b;
  border-right: 2px solid #fc366d;
}

#s2-up-c {
  grid-area: c;
  border-top: 6px solid #fc366d;
  border-left: 2px solid #fc366d;
}

#s2-up-d {
  padding-right: 20px;
  border-right: 3px solid #27aada;
  text-align: right;
  grid-area: d;
}

#s2-up-e {
  border-left: 2px solid #faeeaa;
  grid-area: e;
  align-self: center;
}

#s2-up-f {
  /* border-left: 5px dashed #fc366d; */
  /* transform: translate(-50%, -50%); */
  grid-area: f;
}

#s2-up-g {
  grid-area: g;
}

#s2-up-h {
  grid-area: h;
}

#s2-up-i {
  grid-area: i;
  align-self: flex-end;
  justify-self: flex-end;
}

#s2-svg {
  transform: rotate(46deg);
  filter: blur(3px);
}

#s2-card-right:hover {
  box-shadow: 0 0 15px #fc366d;
  /* text-shadow: 0 0 9px #fc366d; */
}

#s2-svg-2 {
  transform: rotate(-45deg);
}

/* Section 3  */
#section-3 {
  height: 90vh;
}

.flex-cont {
  height: 20vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* GENERAL STYLES */

.rainbow-text {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    #ffffff 8%,
    #fdae92 13%,
    #18b4c5 27%,
    #93a8e6 58%,
    #e5497e 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.rainbow-text-2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    #03dac4 8%,
    /* #fdae92 13%, */ #18b4c5 27%,
    #93a8e6 58%,
    #08f7ff 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.canv {
  width: 100%;
  height: auto;
}

.morse {
  font-family: "Flow Rounded", cursive;
}

.super-big-text {
  font-size: var(--main-font-size-xxxl);
}

.big-text {
  font-size: 3rem;
}

.big-med-text {
  font-size: 2.5rem;
}

.med-text {
  font-size: 1.5em;
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-2 {
  background-color: var(--bg-2);
}

.bg-3 {
  background-color: var(--bg-3);
}

.hl-1 {
  color: var(--bg-1);
}

.hl-2 {
  color: var(--bg-2);
}

.hl-3 {
  color: var(--bg-3);
}

.hl-4 {
  color: var(--bg-4);
}

.hl-5 {
  color: var(--bg-5);
}

.hl-6 {
  color: var(--bg-6);
}

.s2-c1 {
  color: var(--c-s2-1);
}

.s2-c2 {
  color: var(--c-s2-2);
}

.s2-c3 {
  color: var(--c-s2-3);
}

.s2-c4 {
  color: var(--c-s2-4);
}

.s2-c5 {
  color: var(--c-s2-5);
}

/* IMG Styles */
.img-res {
  width: 100%;
  height: auto;
}

/* BTN STYLES  */

.btn-custom {
  font-size: 1em;
  border-radius: 20px !important;
  padding: 4px 18px 4px 18px;
  height: 100%;
  font-weight: bold !important;
  background: linear-gradient(
    90deg,
    hsl(155, 100%, 43%) 0%,
    hsl(198, 75%, 64%) 100%
  );
  color: white !important;
}

.btn-custom:hover {
  background: linear-gradient(
    90deg,
    hsl(155, 100%, 73%) 0%,
    hsl(198, 75%, 70%) 100%
  );
}

.btn-custom-outline {
  font-size: 1em;
  border-radius: 20px !important;
  padding: 4px 18px 4px 18px;
  border: 1px solid black !important;
  height: 100%;
  font-weight: bold !important;
  color: black !important;
}

.btn-custom-outline:hover {
  background-color: hsl(0, 0%, 90%);
  color: black !important;
}

/* BTN TWO */
.btn-two::before,
.btn-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.s2-btn-cont {
  /* font-weight: bold; */
  font-size: 0.8em !important;
}

.btn-two:hover::after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btn-two:hover::before {
  animation-name: rotateccw;
  animation-duration: 3s;
}
.btn-two:hover::after,
.btn-two:hover::before {
  left: 96px;
  width: 64px;

  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.rot-btn {
  margin-top: 20px;
  position: relative;
  color: white !important;
  width: 256px;
  height: 64px;
  /* line-height: 64px; */
  transition: all 0.3s;
}

@keyframes rotatecw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateccw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
