@font-face {
  font-family: 'Visby Round CF Bold';
  src: url('VisbyRoundCF-Bold.otf') format('opentype'); /* For OTF files, the format is 'opentype' */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body {
margin: 200px 30px 100px 30px;
font-family: "Visby Round CF Bold"," Helvetica Neue", "Aria"l, "sans-serif";font-size: 16px;
font-weight: normal;
line-height: 1em;
display: flex;
flex-direction: column;
align-items: center;
color: rgba(0, 0, 0, 1);
background-image: linear-gradient( 109.6deg,  rgba(112,246,255,0.33) 11.2%, 
rgba(221,108,241,0.26) 42%, rgba(229,106,253,0.71) 71.5%, rgba(123,183,253,1) 100.2% );
}

.alert {
z-index: 10;
position: fixed;
top: 120px;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 1);
color: rgba(255, 255, 255, 1);
padding: 12px 20px 12px 20px;
text-align: center;
border-radius: 50px;
white-space: nowrap;
}

.alert a {
color: rgba(0, 0, 0, 1);
}

hr {
border: 0;
height: 1px;
background-color: rgba(1, 1, 1, 0.05);
margin: 20px 0px 40px 0px;
}


body.modal-open {
overflow: hidden;
position: fixed;
width: 100%;
}

::selection {
background: rgba(0, 0, 0, 0.05);
}

a {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}

.logo a {
font-family: "Visby Round CF Bold", "Helvetica Neue", Arial, sans-serif;
text-transform: uppercase;
font-weight: normal;
z-index: 1;
font-size: 11px;
position: fixed;
top: 20px;
left: 30px;
border: 1px solid rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
border-radius: 50px;
padding: 8px 12px 8px 12px;
box-sizing: border-box;
display: block;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}


/* Container for the right menu */
.logo-right {
  position: fixed;
  top: 20px;
  right: 30px;  /* Keeps the menu aligned to the right */
  display: flex;
  gap: 20px; /* Adds space between each menu item */
  z-index: 1;
}

/* Menu item styling */
.logo-right a {
  font-family: "Visby Round CF Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  padding: 8px 12px;
  box-sizing: border-box;
  display: block;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}


/* Individual positioning for each menu item */
.logo-right a:nth-child(1) {
  top: 20px; /* Position of Menu Item 1 */
}

.logo-right a:nth-child(2) {
  top: 20px; /* Position of Menu Item 2 */
}

.logo-right a:nth-child(3) {
  top: 100px; /* Position of Menu Item 3 */
}


.profile {
z-index: 1;
position: fixed;
top: 20px;
right: 30px;
height: 35px;
width: 35px;
}

.profile-image-small {
display: block;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05);
filter: grayscale(100%);
width: 35px;
height: 35px;
object-fit: cover;
}

#modal {
display: none;
}

.modal {
z-index: 10;
position: fixed;
top: 0px;
left: 0px;
width: 100vw;
height: 100vh;
background-color: rgba(255, 255, 255, 1);
overflow-y: auto;
}

.modal-container {
margin: 100px auto 100px auto;
padding: 0px 30px 0px 30px;
box-sizing: border-box;
max-width: 460px;
width: 100%;
}

.modal-picture {
width: 100%;
margin: 0px 0px 40px 0px;
}

.modal-picture-image {
display: block;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05);
filter: grayscale(100%);
width: 115px;
height: 115px;
object-fit: cover;
}

.modal-picture-empty {
display: block;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05);
width: 115px;
height: 115px;
}

.modal-bio {
box-sizing: border-box;
word-wrap: break-word;
word-break: break-word;
position: relative;
display: inline-block;
}

.modal-close {
z-index: 20;
position: fixed;
top: 20px;
right: 30px;
}

.close-button {
display: block;
border-radius: 50%;
filter: grayscale(100%);
width: 35px;
height: 35px;
object-fit: cover;
}

.container {
box-sizing: border-box;
max-width: 400px;
width: 100%;
}

.item {
box-sizing: border-box;
padding: 0px 0px 80px 0px;
}

.content {
width: 100%;
box-sizing: border-box;
padding: 0px 0px 15px 0px;
line-height: 1.4em;
word-wrap: break-word;
word-break: break-word;
position: relative;
display: inline-block;
}

.content-detail {
width: 100%;
box-sizing: border-box;
padding: 0px 0px 15px 0px;
font-family: "Visby Round CF Bold", "Helvetica Neue", Arial, sans-serif;
font-size: 32px;
font-weight: normal;
line-height: 1.2em;
word-wrap: break-word;
word-break: break-word;
position: relative;
display: inline-block;
}

/* Mobile styles using a media query */
@media only screen and (max-width: 600px) {
.content-detail {
font-size: 22px;
}
}

.content img, .content-detail img {
  width: 100%;
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  filter: grayscale(100%);
  display: block;
  height: auto;
}

.content img:hover, .content-detail img:hover {
  filter: grayscale(0%);
}

.content:hover .overlay-link-content {
opacity: 1;
}

.content-detail:hover .overlay-link-content {
opacity: 1;
}

.overlay-link-content {
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1em;
white-space: nowrap;
background-color: rgba(1, 1, 1, 1);
border-radius: 50px;
padding: 12px 20px 12px 20px;
box-sizing: border-box;
color: rgba(255, 255, 255, 1);
margin: -10px 0px 0px 0px;
display: inline-block;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
pointer-events: none;
}

.date {
box-sizing: border-box;
padding: 0px 0px 0px 0px;
color: rgba(0, 0, 0, 0.25);
font-size: 14px;
}

.date a {
box-sizing: border-box;
padding: 0px 0px 0px 0px;
color: rgba(0, 0, 0, 0.25);
font-size: 14px;
}

.archive a {
font-size: 14px;
}

.app-container {
box-sizing: border-box;
max-width: 400px;
width: 100%;
}

.form-header {
box-sizing: border-box;
max-width: 800px;
width: 100%;
padding: 0px 0px 40px 0px;
font-family: "Visby Round CF Bold",;
font-size: 45px;
font-weight: normal;
line-height: 1.1em;
}

/* Mobile styles using a media query */
@media only screen and (max-width: 600px) {
.form-header {
font-size: 35px;
}
}

.form-title {
box-sizing: border-box;
max-width: 800px;
width: 100%;
padding: 0px 0px 40px 0px;
font-family: "Visby Round CF Bold", "Helvetica Neue", Arial, sans-serif;
font-size: 32px;
font-weight: normal;
line-height: 1.2em;
}

/* Mobile styles using a media query */
@media only screen and (max-width: 600px) {
.form-title {
font-size: 22px;
}
}

.button {
background-color: rgba(1, 1, 1, 0.05);
color: white;
border-radius: 50px;
padding: 12px 20px 12px 20px;
box-sizing: border-box;
color: rgba(1, 1, 1, 1);
margin: 0px 30px 0px 0px;
display: inline-block;
text-decoration: none;
text-align: center;
transition: background-color 0.3s;
}

.form-text {
box-sizing: border-box;
padding: 0px 0px 0px 0px;
line-height: 1.4em;
}

.form-intro {
box-sizing: border-box;
padding: 0px 0px 40px 0px;
line-height: 1.6;
margin-bottom: 20px;
color: #333;
box-sizing: border-box;
justify-content: center;
align-items: center;
gap: 30px;
margin: 0 auto;
}

.form-error {
box-sizing: border-box;
padding: 20px 0px 0px 0px;
color: rgba(0, 0, 0, 0.25);
line-height: 1.4em;
}

.input-container {
display: flex;
align-items: center;
}

.input-field {
width: 100%;
background-color: transparent;
border: none;
outline: none;
-webkit-appearance: none; /* For Chrome/Safari */
-moz-appearance: none; /* For Firefox */
}

.input-field input {
padding: 20px 0px 20px 0px;
width: 100%;
background-color: transparent;
border: none;
outline: none;
-webkit-appearance: none; /* For Chrome/Safari */
-moz-appearance: none; /* For Firefox */
}

.input-field input::placeholder {
color: rgba(0, 0, 0, 0.25);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.submit-button {
display: none;
}

#copyFeedback {
color: rgba(0, 0, 0, 0.25);
display: none;
flex: 0 0 100%; /* Set flex property to force the div to take 100% width */
}

.second {
color: rgba(0, 0, 0, 0.25);
}

.image-box {
    display: flex; /* Align items horizontally */
    justify-content: center; /* Center images horizontally within the container */
    align-items: center; /* Center images vertically within the container */
    overflow-x: auto; /* Allow horizontal scrolling if needed */
    padding: 20px; /* Optional padding */
    gap: 10px; /* Space between images */
}

/* Container for carousel */
.carousel-container {
  position: relative;
  width: 100%; /* Full width of the parent container */
  overflow: hidden; /* Hide overflow of carousel items */
  padding: 20px; /* Optional padding around the carousel */
}

.carousel {
  display: flex; /* Align items horizontally */
  gap: 10px; /* Space between images */
  animation: scroll 10s linear infinite; /* Scroll animation */
}

.carousel-image {
  width: 200px; /* Adjust size of the images */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Optional: rounded corners */
  display: block;
}

/* Keyframes for scrolling effect */
@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}



.image-box img {
  width: 65%; /* Reduce the image size to 40% of the container's width */
  height: auto; /* Maintains aspect ratio */
  border-radius: 17px; /* Optional: rounded corners */
  display: block;
  margin: 0 auto; /* Centers the image horizontally */
}

.overlay-link {
  display: block;
  margin-top: 10px; /* Space above the link */
  font-family: "Visby Round CF Bold", sans-serif;
  font-size: 16px;
  text-decoration: none; /* Remove underline from the link */
  color: #007BFF; /* Button color */
  text-align: center; /* Center text */
}



.overlay-link {
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1em;
white-space: nowrap;
background-color: rgba(1, 1, 1, 1);
border-radius: 50px;
padding: 12px 20px 12px 20px;
box-sizing: border-box;
color: rgba(255, 255, 255, 1);
margin: 40px 0px 0px 0px;
display: inline-block;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
pointer-events: none;
}

.image-box:hover .overlay-link {
opacity: 1;
}

.footer {
width: 100%;
z-index: 1;
position: relative;
padding: 2.9em;
padding-left: calc(2.9em + env(safe-area-inset-left));
padding-right: calc(2.9em + env(safe-area-inset-right));
padding: 80px 0px 0px 0px;
}
footer #footer-top-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
footer #footer-left-content {
  display: flex;
  flex-wrap: wrap; }
  footer #footer-left-content a,
  footer #footer-left-content svg {
    color: black;
    fill: black; }
footer * {
  font-weight: 500;
  text-decoration: none; }
footer .section-header {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 900;
  color: black;
  padding-bottom: 0.7em;
  display: inline-block; }
footer li {
  padding-bottom: 0.35em; }
  footer li svg {
    height: 1em;
    width: 1.3em;
    vertical-align: middle; }
footer #copyright,
footer #copyright a {
  color: black; }
footer .footer-section {
  width: 11em;
  margin-right: 1.4em;
  margin-bottom: 1.6em; }
footer .footer-section:not(:last-child) {
  border-right: 1px solid black; }

.code {
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50px;
padding: 2px 8px 2px 8px;
}

.profile-image-wrapper {
display: block;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05);
width: 115px;
height: 115px;
}

.profile-image {
display: block;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.05);
filter: grayscale(100%);
width: 115px;
height: 115px;
object-fit: cover;
}

.setting-button {
border: none;
background-color: rgba(1, 1, 1, 0.05);
border-radius: 50px;
padding: 12px 20px 12px 20px;
box-sizing: border-box;
color: rgba(1, 1, 1, 1);
margin: 0px 30px 0px 0px;
display: inline-block;
cursor: pointer;
}

.setting-textfield {
width: 100%;
height: 115px;
border: 1px solid rgba(1, 1, 1, 0.05);
border-radius: 17px;
padding: 12px 20px 12px 20px;
font-size: 16px;
line-height: 1.4em;
resize: none;
margin: 20px 0px 0px 0px;
}

.setting-textfield::placeholder {
color: rgba(0, 0, 0, 0.25);
}

.setting-textfield:focus {
outline: none;
}

.setting-upload {
display: none;
}

.setting-form {
padding-bottom: 20px;
}

.custom-file-label {
display: inline-block;
padding: 12px 20px 12px 20px;
cursor: pointer;
background-color: rgba(1, 1, 1, 0.05);
color: rgba(1, 1, 1, 1);
border-radius: 50px;
margin: 0px 10px 0px 0px;
}

#preview-container {
display: none;
}

.data {
align-self: flex-start;
}

pre {
font-size: 14px;
line-height: 2em;
}
/* Mobile styles using a media query */
@media only screen and (max-width: 600px) {
pre {
font-size: 8px;
}
}
