/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Declaring fonts */
@font-face {
  font-family: "Header Font";
  src: url(../fonts/NovaSquare-Regular.ttf);
  font-display: swap;
}

/* Main app styles */
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Roboto Mono", monospace;
  scroll-behavior: smooth;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/images/bg-curve-profile2.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0066b6;
  font-family: "Header Font", "Courier New", Courier, monospace;
  text-shadow: 2px 2px 4px #000000;
  font-weight: bolder;
}

hr {
  border-width: 7px;
  height: 0;
  border-style: dotted;
  border-color: #87c4ff;
  border-bottom: none;
  width: 10%;
  margin: 50px auto;
}

header,
main {
  width: 70%;
  margin: auto;
  text-align: center;
}

header {
  z-index: 30;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 60px 0;
}

.form-container {
  padding: 60px 0;
}

#profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #7f7fd5;
  background-size: cover;
  background-position: center;
  margin: 20px auto 0;
  display: block;
  z-index: 10;
}

.top-menu {
  justify-content: space-between;
  padding: 10px 20px;
}

.top-menu ul {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: none;
}

.top-menu ul li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.top-menu ul li a {
  width: 100%;
  padding: 15px 0;
}

.hamburger {
  display: flex;
}

/* Show the menu when the hamburger is clicked */
.top-menu ul.active {
  display: flex;
}

.top-menu ul li a {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table,
tr,
th,
td {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  border-color: brown;
  border-style: solid;
  margin: auto;
}

td,
th {
  color: black;
  font-weight: bolder;
}

div,
table,
tr,
th,
td {
  font-family: "Arial", sans-serif;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
  font-weight: bolder;
}

.email,
.resume,
.grey-text {
  font-family: "Arial", sans-serif;
  color: #ffffff;
  text-shadow: none;
  font-weight: bolder;
}

footer a {
  text-decoration: none;
  padding: 7px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.email,
.resume {
  cursor: pointer;
}

.curve {
  position: static;
  height: auto;
}

.section {
  margin-bottom: 30px;
  overflow: auto;
  position: relative;
}

button {
  padding: 10px 15px;
}

p {
  line-height: 1.5;
}

ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

li {
  margin-bottom: 5px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul {
    padding-left: 15px;
  }
  li {
    margin-bottom: 3px;
  }
}

.social-media {
  text-align: center;
  padding: 20px 0;
}

.social-icon {
  margin: 0 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.social-icon:hover {
  color: #91eae4;
}

@media (max-width: 600px) {
  .social-media {
    padding: 10px 0;
  }
  .social-icon {
    margin: 0 5px;
    font-size: smaller;
  }
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(82, 116, 173, 1);
  overflow: hidden;
  z-index: 20;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.bottom-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.bottom-menu li {
  display: inline-block;
  margin: 0 10px;
}

.bottom-menu li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: bold;
}

.bottom-menu li a:hover {
  color: red;
}

@media (max-width: 600px) {
  .bottom-menu {
    padding: 4px 0;
  }
  .bottom-menu ul {
    justify-content: space-around;
  }
  .bottom-menu li a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .social-icon {
    margin: 0 4px;
    font-size: smaller;
  }
}

.navbar-custom {
  background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
}

.navbar-custom .nav-link {
  color: white;
  font-weight: bolder;
}

.navbar-custom .nav-link:hover {
  color: red;
}

.card-custom {
  background: linear-gradient(to bottom, #4c65a2, #5184c5);
  border: 2px solid #7f7fd5;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.card-custom .card-title,
h2,
h4,
.greentext {
  color: #91eae4;
}

.card-custom p,
.card-custom ul,
.card-custom ol,
.card-custom li {
  color: white;
  text-shadow: 2px 2px 4px #000000;
  list-style-type: none;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.card-content {
  max-width: 700px;
  width: 100%;
}

#profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #7f7fd5;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.row {
  margin-bottom: 20px;
}

.card-col {
  margin-bottom: 20px;
}

.email a {
  color: white;
  text-decoration: underline;
}

.email a:hover {
  color: red;
}

.computer-image {
  position: fixed;
  bottom: 10px;
  right: 20px;
  max-width: 30%;
  z-index: -1;
}

@media (max-width: 768px) {
  .computer-image {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: auto;
    max-width: 50%;
    z-index: -1;
  }
}

.message-box {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.top-menu li i.fa-sharp.fa-regular.fa-circle-check {
  display: none;
}

.icon-list li::before {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-container {
  padding: 60px 0;
  margin: 20px auto;
  border-radius: 10px;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .form-container {
    max-width: 800px;
    padding: 80px 0;
  }
}
