@charset "UTF-8";
@import url("../fonts/fonts.css");
/* title: dxgotha, text: fieldgothic */
/* attributes */
body {
  letter-spacing: 0.3;
  line-height: 1.3;
}

.scroll-wrapper {
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

@media (min-width: 1000px) {
  .scroll-wrapper {
    scroll-snap-type: y mandatory;
  }
}
.scroll-100 {
  max-height: 100vh !important;
  height: 100vh !important;
  height: 100% !important;
}

.scroll-section {
  scroll-snap-align: none;
  overflow: hidden;
}

@media (max-width: 1000px) or (max-height: 800px) {
  .scroll-section {
    scroll-snap-align: none;
    max-height: none;
    height: none;
  }
  .scroll-wrapper {
    height: 125vh;
    height: 125dvh;
  }
}
@media (max-width: 1000px) {
  .offset::before {
    display: block;
    content: " ";
    height: 10vh;
    margin-top: -10vh;
    visibility: hidden;
    pointer-events: none;
  }
}
.non-snapable-section {
  scroll-snap-align: none;
}

.spch {
  font-family: "dxgotha";
  font-weight: 200;
}

.seccolor {
  color: rgb(214, 163, 120);
}

.maincolor {
  color: rgb(119, 197, 213);
}

.main-font-color {
  color: rgb(119, 197, 213);
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
  z-index: 100;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(120, 169, 214, 0.5);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(120, 169, 214, 0.3);
}

::-webkit-scrollbar-track {
  border-radius: 5px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: "fieldgothic", sans-serif;
  font-weight: 200;
  font-size: 2rem;
}

h1 {
  font-family: "fieldgothic", sans-serif;
  font-weight: 200;
  font-size: 7rem;
}

.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* header */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  height: 10dvh;
  align-items: center;
  transition: 0.3s ease-out;
  z-index: 998;
}
.navbar .navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.navbar .navbar-header {
  color: rgb(119, 197, 213);
  font-size: 3rem;
  margin-left: 3vw;
}
.navbar .navbar-header a {
  color: rgb(119, 197, 213);
  font-size: 3rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
}
.navbar .navbar-menu, .navbar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar .navbar-menu li, .navbar .sidebar-menu li {
  margin-inline: 1rem;
  letter-spacing: 0.05rem;
}
.navbar .navbar-menu li.active a, .navbar .sidebar-menu li.active a {
  border-bottom: 1px solid rgb(214, 163, 120);
}
.navbar .navbar-menu a, .navbar .sidebar-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.75s ease;
  padding-bottom: 0.2rem;
}
.navbar .navbar-menu a:hover, .navbar .sidebar-menu a:hover {
  border-bottom: 1px solid rgb(214, 163, 120);
}
.navbar .navbar-menu .hidden, .navbar .sidebar-menu .hidden {
  display: none;
}
.navbar .navbar-social, .navbar .sidebar-social {
  display: flex;
  gap: 1rem;
  margin-right: 3vw;
}
.navbar .navbar-social .fa-brands, .navbar .sidebar-social .fa-brands {
  color: rgb(214, 163, 120);
  font-size: 1.5rem;
}
.navbar .navbar-social .fa-brands:hover, .navbar .sidebar-social .fa-brands:hover {
  color: #ca8851;
}
.navbar .navbar-menu-controller, .navbar .sidebar-menu-controller {
  display: none;
  color: rgb(255, 255, 255);
  margin-right: 3vw;
}
.navbar .navbar-menu-controller a, .navbar .sidebar-menu-controller a {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  text-decoration: none;
}
.navbar .navbar-menu-controller a:hover, .navbar .sidebar-menu-controller a:hover {
  color: #e6e6e6;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100vh;
  height: 100dvh;
  align-items: center;
  transition: 0.4s ease-out;
  z-index: 998;
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: right 0.4s ease-out;
}
.sidebar .sidebar-menu-controller {
  display: block;
  margin-inline: 1rem;
  margin-top: 1rem;
}
.sidebar a {
  width: 100%;
  font-size: 2.5rem !important;
  margin-block: 1rem;
}
.sidebar li {
  margin-block: 0.2rem;
}
.sidebar .sidebar-menu {
  flex-direction: column;
  width: 100%;
}
.sidebar .sidebar-social {
  margin: 1rem 1rem 0 1rem;
  padding: 1rem 0 0 0;
  border-top: 1px solid rgb(214, 163, 120);
  width: -moz-fill-available;
  width: -webkit-fill-available;
  gap: 0;
  justify-content: space-evenly;
}
.sidebar .sidebar-social .fa-brands {
  font-size: 2rem;
}
.sidebar .sidebar-social a {
  width: auto !important;
  margin: 0;
}

.scrolled {
  background-color: rgb(0, 0, 0);
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.5);
}

@media (max-width: 820px) {
  .hideonmobile {
    display: none !important;
  }
  .navbar-menu-controller {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .sidebar {
    width: 100%;
    right: -100vw;
  }
}
/* banner */
/* title: dxgotha, text: fieldgothic */
.banner-section {
  position: relative;
  background: url("../images/image00024.jpg") top fixed no-repeat;
  opacity: 0.9;
  background-size: cover;
  z-index: -2;
}
.banner-section .banner-section-container {
  position: inherit;
  height: 100%;
  width: auto;
  z-index: -2;
}
.banner-section .banner-section-title {
  position: relative;
  text-align: left;
  top: 70%;
  left: 10%;
  padding: 1rem 1rem 0.5rem 1rem;
  width: -moz-max-content;
  width: max-content;
  color: rgb(119, 197, 213);
  z-index: -1;
  transition: 0.3s ease-out;
  /*&::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      height: 50%;
      left: 100%;
      border-right: $sec-title-color solid 2px;
  }

  &::after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      width: 50%;
      left: 50%;
      border-top: $sec-title-color solid 2px;
  }*/
}
.banner-section .banner-section-title h1 {
  font-size: 10vw;
  letter-spacing: 0.3rem;
  text-shadow: 10px 10px rgb(0, 0, 0);
}

@media (max-width: 900px) {
  .banner-section .banner-section-title {
    top: 70% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0);
  }
}
@media (max-height: 500px) {
  .navbar {
    height: 20vh;
  }
  .banner-section .banner-section-title {
    top: 50% !important;
    background: rgb(0, 0, 0);
  }
  .banner-section .banner-section-title h1 {
    font-size: 10vw !important;
  }
}
@media (max-height: 650px) {
  .banner-section .banner-section-title h1 {
    font-size: 15vw;
  }
}
@media (min-width: 1000px) {
  .banner-section .banner-section-title h1 {
    font-size: 10vh;
  }
}
/* about */
/* title: dxgotha, text: fieldgothic */
.about-section {
  background-color: rgb(0, 0, 0);
  z-index: 1;
}
.about-section .about-section-container {
  position: relative;
  height: 100%;
  padding: 10%;
  z-index: 2;
}
.about-section .about-section-description {
  position: relative;
  padding: 3%;
  max-height: 100%;
  text-align: justify;
  z-index: 2;
  text-shadow: 10px 5px rgb(0, 0, 0);
}
.about-section .about-section-description::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  min-width: 23rem;
  width: 25%;
  left: 0;
  border-top: rgb(214, 163, 120) solid 2px;
}
.about-section .about-section-description::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 10rem;
  left: 0;
  border-left: rgb(214, 163, 120) solid 2px;
}
@media (max-width: 700px) {
  .about-section .about-section-description::after {
    display: none;
  }
}
.about-section .about-section-quote {
  padding-top: 3%;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) and (min-height: 1000px) {
  .about-section .about-section-image-container {
    background: url("../images/6.jpg") center no-repeat;
    opacity: 0.5;
    filter: blur(1px);
    background-size: cover;
    position: absolute;
    top: 10%;
    right: 5%;
    height: 80%;
    max-height: 80%;
    width: 550px;
    float: right;
    z-index: 1;
  }
}
@media (max-width: 1000px) or (max-height: 800px) {
  .about-section {
    height: -moz-min-content;
    height: min-content;
  }
  .about-section .about-section-container {
    padding: 5% !important;
    height: auto;
  }
  .about-section .about-section-container h2 {
    font-size: 1.75em;
  }
  .about-section .about-section-quote h2 {
    font-size: 1.25em;
  }
  .about-section .about-section-description {
    font-size: 1.5rem;
    height: auto;
  }
}
@media (max-width: 700px) {
  .about-section .about-section-container {
    padding: 5% !important;
    padding-block: 5% !important;
  }
  .about-section .about-section-container h2 {
    font-size: 1.5em;
  }
  .about-section .about-section-quote h2 {
    font-size: 1em;
  }
}
@media (max-width: 500px) {
  .about-section .about-section-description {
    padding-inline: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.25rem;
    padding: 1%;
  }
  .about-section .about-section-description::before {
    min-width: 100%;
  }
}
/* upcoming */
.album-section {
  position: relative;
  border-top: 1px solid rgb(214, 163, 120);
  /* layout */
  /* aside */
  /* tracklist */
  /* Mobile track styles */
  /* Very small screens - prevent text wrapping */
  /* album credits */
  /* Mobile styles - when tracks go below album info */
}
.album-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 100%), url("../images/GUIMAPRESS-25.jpg") no-repeat;
  background-position: right center;
  background-size: 60% auto;
  opacity: 1; /* Set to 1 since we're controlling opacity with the gradient */
  z-index: -1;
}
.album-section .album-section-container {
  position: relative;
  height: 100%;
  padding: 5%;
  z-index: 1;
  /*&::after {
      content: '';
      display: block;
      position:absolute;
      bottom: 0;
      left: 50%;
      background-color: $main-color;
      --size: 400px;
      width: var(--size);
      height: var(--size);
      border-radius: var(--size);
      filter: blur(calc(var(--size) / 6));
  }*/
}
.album-section .album-section-title {
  position: relative;
  margin: auto;
  text-align: center;
  padding: 1rem 1rem 0.5rem 1rem;
  width: 100%;
  max-width: 100%;
  color: rgb(119, 197, 213);
}
.album-section .album-section-title h2 {
  font-size: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .album-section .album-section-title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 480px) {
  .album-section .album-section-title h2 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
.album-section .album-section-content {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 3rem;
  align-items: start;
  padding: 2rem 0.5rem 1rem 0.5rem;
}
@media (max-width: 1000px) {
  .album-section .album-section-content {
    grid-template-columns: 1fr;
    padding: 2rem 0.25rem 1rem 0.25rem;
  }
}
.album-section .album-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.album-section .album-cover {
  border: none;
  box-shadow: none;
  overflow: hidden;
  /* Responsive sizing for album cover */
  max-width: 420px;
  margin: 0 auto;
}
.album-section .album-cover img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .album-section .album-cover {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .album-section .album-cover {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .album-section .album-cover {
    max-width: 300px;
  }
}
.album-section .album-info {
  text-align: center;
  margin-top: 1rem;
}
.album-section .album-info .album-title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 200;
  margin: 0 0 0.25rem 0;
  letter-spacing: 0.2rem;
}
.album-section .album-info .album-date {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.8;
}
.album-section .album-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.album-section .album-links .album-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  color: rgb(119, 197, 213);
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.album-section .album-links .album-link:hover {
  opacity: 1;
}
.album-section .album-links .album-link i {
  font-size: 1.25rem;
}
.album-section .album-text {
  text-align: center;
  margin-top: 1rem;
}
.album-section .album-text p {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 700px) {
  .album-section .album-text p {
    font-size: 1.25rem;
  }
}
.album-section .album-tracklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.album-section .track {
  display: grid;
  grid-template-columns: 32px 56px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  transition: background-color 0.2s ease-in-out;
}
.album-section .track:hover {
  background: rgba(119, 197, 213, 0.06);
}
.album-section .track:hover .track-title {
  text-decoration: underline;
}
.album-section .track-number {
  color: rgb(214, 163, 120);
  font-variant-numeric: tabular-nums;
}
.album-section .track-thumb {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.album-section .track-main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.album-section .track-title {
  color: rgb(119, 197, 213);
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.album-section .track-artists {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.album-section .track-duration {
  color: rgb(214, 163, 120);
  text-shadow: 4px 4px 0px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .album-section .track-number {
    font-size: 1.5rem;
  }
  .album-section .track-duration {
    font-size: 1.5rem;
  }
  .album-section .track-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .album-section .track {
    padding: 0.4rem 0.5rem;
  }
}
@media (max-width: 410px) {
  .album-section .track {
    grid-template-columns: 24px 48px 1fr auto;
    gap: 0.5rem;
    padding: 0.3rem 0.25rem;
  }
  .album-section .track-number {
    font-size: 1.2rem;
  }
  .album-section .track-duration {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .album-section .track-thumb {
    width: 48px;
    height: 48px;
  }
  .album-section .track-title {
    font-size: 1.3rem;
    white-space: wrap;
    overflow: hidden;
  }
  .album-section .track-artists {
    font-size: 1rem;
    white-space: wrap;
    overflow: hidden;
  }
}
.album-section .album-credits {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 163, 120, 0.3);
  text-align: center;
}
.album-section .album-credits p {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  margin: 0.4rem 0;
  opacity: 0.8;
}
.album-section .album-credits p strong {
  color: rgb(119, 197, 213);
  font-weight: 400;
}
@media (max-width: 700px) {
  .album-section .album-credits {
    margin-top: 1rem;
    padding-top: 0.75rem;
  }
  .album-section .album-credits p {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .album-section::before {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.7) 80%, transparent 100%), url("../images/GUIMAPRESS-90.jpg") no-repeat;
    background-position: 40% 95%; /* Horizontally positioned for tracks, vertically centered */
    background-size: 180% auto; /* Larger size to allow overflow */
    opacity: 1; /* Set to 1 since we're controlling opacity with the gradient */
  }
}

/* gallery */
.gallery-section {
  min-height: -moz-max-content;
  min-height: max-content;
  height: auto;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgb(214, 163, 120);
}
.gallery-section .gallery-section-container {
  position: relative;
  height: auto;
  padding: 5%;
  place-items: center;
}
.gallery-section .gallery-section-title {
  position: relative;
  margin: auto;
  text-align: center;
  padding: 1rem 1rem 0.5rem 1rem;
  width: 100%;
  max-width: 100%;
  color: rgb(119, 197, 213);
}
.gallery-section .gallery-section-title h2 {
  font-size: 4rem;
  letter-spacing: 0.2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .gallery-section .gallery-section-title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 480px) {
  .gallery-section .gallery-section-title h2 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
.gallery-section .gallery-section-title h2 ::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  border-right: 1px solid rgb(119, 197, 213);
}
.gallery-section .gallery-section-grid {
  display: grid;
  width: 80%;
  gap: 1rem;
}
.gallery-section .gallery-section-grid-item {
  width: auto;
  height: 30vh;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-section-grid-item:nth-of-type(12) img {
  -o-object-position: center top;
     object-position: center top;
}
.gallery-section .gallery-section-grid-item:nth-of-type(16) img {
  -o-object-position: center top;
     object-position: center top;
}
.gallery-section .gallery-section-grid-item:nth-of-type(18) img {
  -o-object-position: center top;
     object-position: center top;
}
.gallery-section .gallery-section-grid-item:hover {
  transform: scale(1.025);
}
.gallery-section .gallery-section-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

@media (min-width: 600px) {
  .gallery-section .gallery-section-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .gallery-section .gallery-section-grid {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(2) {
    height: 100%;
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(7) {
    height: 100%;
    grid-column: 4/span 1;
    grid-row: 2/span 2;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(7) img {
    -o-object-position: center top;
       object-position: center top;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(8) {
    grid-column: 1/span 2;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(8) img {
    -o-object-position: center top;
       object-position: center top;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(15) {
    height: 100%;
    grid-column: 3/span 1;
    grid-row: 3/span 2;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(17) {
    grid-column: 1/span 2;
  }
  .gallery-section .gallery-section-grid-item:nth-of-type(17) img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (min-width: 1200px) {
  .gallery-section .gallery-section-grid {
    width: 80%;
  }
}
/* schedule */
.schedule-section {
  display: none;
}

/* store */
.store-section {
  display: none;
}

/* footer */
.footer-section {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 3rem 0 2rem 0;
  margin-top: 3rem;
  overflow: hidden;
}
.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(214, 163, 120), transparent);
}
.footer-section .footer-section-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-section .footer-section-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.footer-section .footer-section-brand .brand-name {
  font-size: 4rem;
  color: rgb(119, 197, 213);
  font-weight: 200;
  letter-spacing: 0.4rem;
  text-shadow: 0 0 20px rgba(119, 197, 213, 0.3);
  position: relative;
}
.footer-section .footer-section-brand .brand-tagline {
  color: rgb(214, 163, 120);
  font-size: 1.4rem;
  opacity: 0.9;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: relative;
}
.footer-section .footer-section-brand .brand-tagline::before, .footer-section .footer-section-brand .brand-tagline::after {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(119, 197, 213);
  font-size: 1.8rem;
}
.footer-section .footer-section-brand .brand-tagline::before {
  left: -2rem;
}
.footer-section .footer-section-brand .brand-tagline::after {
  right: -2rem;
}
.footer-section .footer-section-social {
  position: relative;
}
.footer-section .footer-section-social .social-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.footer-section .footer-section-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(45deg, rgba(214, 163, 120, 0.1), rgba(119, 197, 213, 0.1));
  color: rgb(214, 163, 120);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.footer-section .footer-section-social .social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(214, 163, 120));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}
.footer-section .footer-section-social .social-link i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
.footer-section .footer-section-social .social-link:hover {
  box-shadow: 0 2px 7px rgba(214, 163, 120, 0.4);
}
.footer-section .footer-section-social .social-link:hover::before {
  opacity: 1;
}
.footer-section .footer-section-social .social-link:hover i {
  color: rgb(0, 0, 0);
}
.footer-section .footer-section-bottom {
  border-top: 1px solid rgba(214, 163, 120, 0.2);
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-section .footer-section-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(214, 163, 120), transparent);
}
.footer-section .footer-section-bottom .copyright {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  opacity: 0.8;
  text-align: center;
  line-height: 1.5;
}
.footer-section .footer-section-bottom .copyright .footer-copyright-author {
  color: rgb(214, 163, 120);
  text-decoration: none;
  font-weight: 300;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-section-bottom .copyright .footer-copyright-author:hover {
  color: rgb(119, 197, 213);
}/*# sourceMappingURL=main.css.map */