/*=============================================NAVBAR==============================================*/
/* Change background color */
.navbar {
  background-color: #EBE9E1;
}

/* Set text color for all navbar elements */
.navbar a {
  color: #E43D12 !important;
}

/* Logo styling */
.navbar-brand {
  font-family: "Futura", sans-serif;
  font-size: 24px;
  letter-spacing: 0.4em; /* 40% letter spacing */
  font-weight: bold;
}

/* Navbar elements */
.navbar .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

/*=============================================FOOTER==============================================*/

.footer {
  background-color: #EBE9E1; /* Matches site theme */
  color: black;
  padding: 20px 0;
  position: relative;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}


.footer-brand {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px; /* Adjust left padding */
}

.footer .nav-link {
  color: black;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
}

.footer .nav-link:hover {
  color: #E43D12; /* Highlight effect on hover */
}
/*============================================MAIN===============================================*/
.home-page {
  min-height: 100vh;
  background-color: #F58B57;
}

.main-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #412517;
  font-weight: bold;
  position: absolute;
  line-height: 100%;
  transition: transform 0.3s ease, font-size 0.3s ease;
}

.main-text:hover {
  transform: scale(1.2);
  z-index: 10; /* Higher z-index on hover */
}

#create {
  font-size: clamp(24px, 5vw, 40px);
  top: 20%;
  left: 10%;
}
#create_2 {
  font-size: clamp(24px, 5vw, 40px);
  top: 45%;
  left: 10%;
}
#life {
  font-size: clamp(36px, 8vw, 64px);  
  top: 15%;
  right: 5%;
}
#i {
  font-size: clamp(36px, 8vw, 64px);  
  top: 50%;
  left: 2%;
}
#listen {
  font-size: clamp(20px, 4vw, 36px);
  top: 60%;
  right: 10%;
}
#travel {
  font-size: clamp(24px, 5vw, 40px);
  top: 80%;
  left: 40%;
}

.main-image {
  position: absolute;
}

#coverimage_1 {
  top: 5%;
  left: 41%;
  width: clamp(131.25px, 43.75vw, 350px);
}

#coverimage_2 {
  top: 30%;
  left: 28%;
  width: clamp(112.5px, 37.5vw, 300px);
}

#coverimage_3 {
  top: 33%;
  right: 25%;
  width: clamp(93.75px, 31.25vw, 250px);
}
/*============================================CREATE===============================================*/
/* Set the background color */
body {
  background-color: #EBE9E1;
}

/* Page Title Styling */
.page-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -0.10em; /* -10% letter spacing */
    margin-top: 20px;
    position: relative; /* Needed for absolute positioning inside */
    color: #E43D12;
}

/* Achievement Section (Long Rectangle) */
.achievement-box {
  background: linear-gradient(to bottom, 
  #EBE9E1 0px,  /* Start gradient from top */
  #0B8457 200px /* Transition fully to bottom color at 200px */
  );
  padding: 10px;
  height: 270%; /* Adjust as needed */
  opacity: 90%;
  
  /* Positioning */
  position: absolute;
  top: 7%; /* Moves it directly below the page title */
  left: 50%;
  transform: translateX(-50%); /* Centers it in columns 6-7 */
  width: 16.67%; /* Ensures it occupies 2 columns (2/12 * 100%) */
  z-index: 0; /* Ensure it is behind other elements */
}

/* Achievement Header (Container for DATE& and AGE) */
.achievement-header {
  position: absolute;
  top: 90px; /* Places texts 50px below the navbar */
  left: 50%;
  transform: translateX(-50%); /* Centers horizontally */
  display: flex;
  flex-direction: column;
  align-items: center; /* Keeps text aligned */
  color: #EBE9E1;
}

/* DATE& (Top) */
#date {
  font-family: 'Oxanium', sans-serif;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -0.11em; /* -11% letter spacing */
  align-self: flex-start; /* Moves DATE& slightly left */
  margin-left: -40px; /* Adjust positioning within column 6 */
  margin-bottom: -55px;
}

/* AGE (Below DATE&) */
#age {
  font-family: 'Oxanium', sans-serif;
  font-weight: bold;
  font-size: 96px;
  letter-spacing: -0.11em; /* -11% letter spacing */
  align-self: flex-end; /* Moves AGE slightly right */
  margin-right: -40px; /* Adjust positioning within column 7 */
}


.activity-links {
  margin-top: 10px;
}

.activity-links a {
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.activity-links a:hover {
  transform: scale(1.1);
}

.activity-links img.social-icon {
  width: 24px;
  height: 24px;
}
/*----------*/

/* Left-Aligned Activities */
.text-right {
  text-align: right;
  margin-right: 20px; /* Ensures spacing from the rectangle */
}

/* Right-Aligned Activities */
.text-left {
  text-align: left;
  margin-left: 20px; /* Ensures spacing from the rectangle */
}

.in-achievement-box {
  z-index: 1;
  color: #EBE9E1;
}

.year {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  margin-bottom: 4px;
  width: 100%;
  text-align: right;
  display: inline-block;
  transform: translateX(+10px); /* Move left */
}

.age {
  font-family: "Oxanium", sans-serif;
  font-weight: bold;
  font-size: 128px;
  letter-spacing: -0.2em;
  display: flex;
  width: 100%;
  text-align: right;
  display: inline-block;
}


.date-age {
  display: flex;
  flex-direction: column; /* Stacks year above age */
  align-items: flex-end; /* Adjusts spacing */
  justify-content: center;
}

.right-aligned {
  align-items: flex-end;
  transform: translateX(-50px); /* Move left */
}


.left-aligned {
  align-items: flex-start;
  transform: translateX(-20px); /* Move left */
}

.row.activity_1 {
  margin-top: 150px;
  min-height: 490px;
}

.row.activity_2, .row.activity_3 {
  margin-top: 50px;
  min-height: 490px;
}

.row.activity_4 {
  margin-top: 50px;
}

.year, .age {
  line-height: 0.75; /* Adjusts vertical spacing */
}


.activity-phrase {
  font-family: 'Anton', sans-serif; /* Anton font */
  font-weight: 400; /* Regular weight */
  font-size: 32px; /* Font size */
  color: black; /* Text color */
}

/* Activity Title */
.activity-title {
  font-family: 'Anton', sans-serif; /* Anton font */
  font-weight: 400; /* Regular weight */
  font-size: 48px; /* Font size */
  color: #E43D12; /* Text color */
}

/* Activity Description */
.activity-description {
  font-family: 'Open Sans Hebrew Condensed', sans-serif; /* Open Sans Condensed font */
  font-weight: lighter;
  font-stretch: ultra-condensed;
  letter-spacing: -1px;
  font-size: 16px; /* Font size */
  color: black; /* Text color */
  line-height: 1.6; /* Optional: Improves readability */
}

.activity-phrase, .activity-title, .activity-description {
  line-height: 1;
}

.align-bottom {
  align-self: flex-end; /* Moves element to the bottom */
}

strong {
  font-weight: bold;
}

.create_image {
  position: absolute;
}

#butterfly {
  width: 50%;
  right: 0%;
  margin-top: -290px;
  z-index: -1;
}
#soombi {
  width: 20%;
  left: 5%;
  margin-top: -20px;
  z-index: -1;
}
#bench {
  width: 20%;
  right: 5%;
  margin-top: 0px;
  z-index: -1;
}
#uporic {
  width: 20%;
  right: 5%;
  margin-top: 30px;
  z-index: -1;
}
#orangefilms {
  scale: 50%;
  left: -15%;
  margin-top: 30px;
  z-index: -1;
}

/* Ensure the country-box is the positioning reference */
.country-box {
  position: relative; /* This makes sure .country-abbr is confined within this container */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Country Abbreviation (Centered Inside the Map) */
.country-abbr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #EBE9E1;
}

#south_korea .country-abbr {
  top: 40%;
}

#usa .country-abbr {
  top: 40%;
  left: 40%;
}

#uk .country-abbr {
  top: 75%;
  left: 65%;
}

#france .country-abbr {
  top: 50%;
  left: 55%;
}

#japan .country-abbr {
  top: 65%;
  left: 60%;
}

/* Country Name (Positioned Outside the Map) */
/* Common styles for country names */
.country-name {
  font-family: 'Anton', sans-serif;
  font-size: 48px;
  color: #000000;
  display: flex;
  align-items: center; /* Aligns text with vertical line */
  white-space: nowrap; /* Prevents text from wrapping */
  position: absolute; /* Allows free positioning */
  line-height: 90%;
}

/* Left-aligned country name */
.country-name-left {
  right: 110%; /* Moves text to the left of the map */
  top: 50%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

/* Vertical line for left-aligned text */
.country-name-left::after {
  content: "";
  width: 3px;
  height: 100%; /* Matches text height */
  background-color: black;
  position: absolute;
  right: -105px; /* Position line to the right of text */
}

/* Right-aligned country name */
#south_korea .country-name-right {
  left: 60%; /* Moves text to the right of the map */
  top: 90%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

#usa .country-name-right {
  left: 80%; /* Moves text to the right of the map */
  top: 90%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

#uk .country-name-right {
  left: 70%; /* Moves text to the right of the map */
  top: 20%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

#france .country-name-left {
  left: -20%; /* Moves text to the right of the map */
  top: 60%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

#italy .country-name-left {
  left: 50%; /* Moves text to the right of the map */
  top: 80%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

#switzerland .country-name-right {
  left: 110%; /* Moves text to the right of the map */
  top: 50%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}

#japan .country-name-right {
  left: 40%; /* Moves text to the right of the map */
  top: 90%; /* Adjust as needed */
  transform: translateY(-50%); /* Centers vertically */
}


/* Vertical line for right-aligned text */
.country-name-right::before {
  content: "";
  width: 3px;
  height: 100%; /* Matches text height */
  background-color: black;
  position: absolute;
  left: -10px; /* Position line to the left of text */
}

/* Holographic Container */
.holo-container {
    position: relative;
    width: 160px; /* Adjust size */
    height: 160px;
    perspective: 800px; /* Adds 3D effect */
    transition: transform 0.5s ease-out;
}

/* Album Cover */
.album, .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.album {
    z-index: 1;
}

.overlay {
    z-index: 2;
    opacity: 30%;
    pointer-events: none;
}

/* Ensure images cover the space */
.album img, .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-out;
    will-change: transform;
}

.album-line {
  width: 100%;
  height: 5px;
  background-color: #E43D12;
  margin-top: 10px;
}

.album-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; 
  padding: 10px 5%;
  margin-bottom: 50px;
}

.genre-tag-right {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #E43D12;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-right: -5%;
}

.genre-tag-left {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #E43D12;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -5%;
}
