:root {
  --font-family: system-ui;
}


/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

hr {
  height: 1px;
  background-color: #ffffff44;
  /* Red color */
  border: none;
}

/* Main container takes 100% of viewport height and centers content */
.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 0 4vw;
  background-image: url("svg/Mesa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Main content box centers text and image */
.main_box {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Logo container takes 40% of viewport height and centers logo */
.bg {
  align-items: center;
  height: 60vh;
}

/* Logo image scales within the 40vh div */
.bg img {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 100%;
  filter: drop-shadow(6px 6px 6px rgb(0, 0, 0));
}

/* Style for titles and text elements with responsive font sizes */
.main_title {
  font-size: 3.6vh;
  margin-top: 1vh;
  color: #fff;
}

.sub_title {
  font-size: 2.1vh;
  color: #ddd;
  margin-top: 0.5vh;
}

.contact {
  color: #ddd;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgb(0, 0, 0));
}

.contact img,
.separator img {
  height: 6vw;
  max-height: 40px;
  width: auto;
}

/* @media screen and (max-width: 1200px) {

  .contact img,
  .separator img {
    height: 6vw;
    width: auto;
  }
} */

.icon {
  /* Define the size */
  width: 1.5em;
  /* 24px if the parent font-size is 16px */
  height: 1.5em;

  /* Set the color of the icon's shape(s) */
  fill: currentColor;
  /* Inherits the color of the parent text/font */

  /* Ensures the icon doesn't shift the layout */
  vertical-align: middle;
}

.iconsocial {
  /* Define the size */
  width: 2.2em;
  /* 24px if the parent font-size is 16px */
  height: 2.2em;

  /* Set the color of the icon's shape(s) */
  fill: currentColor;
  /* Inherits the color of the parent text/font */

  /* Ensures the icon doesn't shift the layout */
  vertical-align: middle;
}

.whiteshadow {
  filter: drop-shadow(0px 0px 8px #ffffff77);
}

.contact:hover {
  filter: drop-shadow(0px 0px 3px #f22);
}

.copy {
  /* font-size: 2vw; */
  font-size: 16px;
  color: #ccc;
  margin-top: 1vh;
}

.smalltext {
  font-size: 11px;
  color: #aaa;
  padding: 0 20px 0 20px;

}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 1vh;
  margin-bottom: 2vh;
}

/* @media screen and (max-width: 1000px) {
  .copy {
    font-size: 18px;
  }
} */

.trans {
  filter: drop-shadow(0px 0px 8px #000);
  text-shadow: 0 0 3px #000, 0 0 9px #000;
  position: fixed;
  bottom: 10px;
}

/* Modal form styling */
/* .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  } */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* When the modal is active (fades in) */
.modal.show {
  opacity: 1;
  visibility: visible;
}

.sent-container {
  position: relative;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(127deg, #8200CCff 0%, #380058ff 100%);

  padding: 2rem;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0px 0px 12px 5px rgb(212 110 255 / 30%);
  text-align: left;
}

gallerymodal {
  width: 100%;
  height: 100%;
}

.gallery_container {
  /* background-color: #fff; */
  position: relative;
  background-color: #1a1a1a;
  text-shadow: 1px 1px 3px #000000;
  width: 100%;
  box-shadow: 0px 0px 12px 5px rgb(212 110 255 / 30%);
  text-align: center;
}

.about-container {
  /* background-color: #fff; */
  position: relative;
  background-image: url("images/bg03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(127deg, #8200CCff 0%, #994107 50%, #380058ff 100%); */
  text-shadow: 1px 1px 3px #000000;

  padding: 2rem;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0px 0px 12px 5px rgb(212 110 255 / 30%);
  text-align: left;
}

.publish-container {
  /* background-color: #fff; */
  position: relative;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(127deg, #a100ffff 0%, #c0184dff 100%);

  padding: 2rem;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0px 0px 12px 5px rgb(212 110 255 / 30%);
  text-align: left;
}

.publish-container li {
  margin-bottom: 5px;
}

.close-btn {
  position: absolute;
  color: rgb(204, 89, 12);
  font-size: 30px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  /* filter: drop-shadow(0px 0px 4px rgb(255, 255, 255)); */
}

.close-btn:hover {
  color: rgba(240, 192, 255, 0.701);
}

.form-container {
  /* background-color: #fff; */
  position: relative;
  background-image: url("images/bg02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0px 0px 12px 5px rgb(212 110 255 / 30%);
  text-align: center;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-container button {
  padding: 10px 20px;
  margin: 5px 0px 5px 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.send-btn {
  background-color: #4caf50;
  color: white;
}

.cancel-btn {
  background-color: #f44336;
  color: white;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical;
  /* Allow the user to vertically resize the textarea (not horizontally) */
}

input:invalid,
textarea:invalid {
  border-bottom: 1px solid red;
}

.form-container .sendbtn {
  font-family: "Open Sans", "Arial";
  text-align: center;
  width: 100%;
  padding: 5px 20px 4px 20px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #c2c2c2 !important;
  border-radius: 6px;
}

.form-container .sendbtn:hover:enabled {
  background-color: #e9beff;
}

.error-message {
  display: none;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  text-shadow: 1px 1px 3px #c52700, -1px -1px 3px #c52700;
}

.ftitle {
  font-size: 38px;
  margin-bottom: 20px;
  color: white;
  text-shadow: 1px 1px 3px #000000;
}

.musictitle {
  font-size: 36px;
  margin-top: 12px;
  margin-bottom: 10px;
  color: white;
  text-shadow: 1px 1px 3px #000000;
}


.footer {
  width: 100vw;
  margin-top: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  background-color: #0000006e;
  padding: 10px;
}

.footer img {
  height: 9vw;
  max-height: 80px;
}