@import './reset.css';
@import './theme.css';
@import './classes.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
  color: var(--text-color);
  font-family: "Raleway" !important;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  height: 100%;
  width: 100%;
  line-height: 1.6;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

/* * {
  outline: 1px solid red;
} */

h1, h2, h3 {
  font-family: "Raleway";
  font-weight: 200;
}

@media(max-width: 7868px) {
  h1, h2, h3 {
    font-weight: 400;
  }
}

#parallax-world-of-ugg h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-color);
  padding: 0;
  margin: 0;
}

/*#parallax-world-of-ugg h1 {*/
/*  font-size: 70px;*/
/*  letter-spacing: 10px;*/
/*  text-align: center;*/
/*  color: #fefefe;*/
/*  text-transform: uppercase;*/
/*  z-index: 10;*/
/*  opacity: 0.9;*/
/*}*/

#parallax-world-of-ugg h3 {
  font-size: 14px;
  line-height: 0;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--text-color);
}

#parallax-world-of-ugg .title {
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px;
}

#parallax-world-of-ugg .title h2 {
  font-size: 35px;
  letter-spacing: 8px;
}

#parallax-world-of-ugg .parallax-one {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 90svh;
  background-image: url('./assets/background.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;

  .wrapper-main {
    width: 100%;
    height: 100%;
    position: relative;
    top: 20%;
    left: 5%;
  }
}

.header-container-h {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex !important;
    flex-direction: column;
    gap: 2.3rem !important;

    h3 {
      position: relative;
      font-family: 'Raleway' !important;
      color: #fefefeda;
      font-size: 65px !important;
      font-weight: 200 !important;
      width: max-content;

      &:last-child::before {
        content: '';
        position: absolute;
        left: 35px;
        bottom: 3rem;
        height: 2px;
        width: 60%;
        background-color: #ff9500;
        z-index: 1;
      }
    }
}

.wrapper-main {
  width: 100%;
  height: 100%;
  pointer-events: all;
  background: transparent;
  position: relative;
}

@media (max-width: 768px) {
  #parallax-world-of-ugg .title h2 {
    font-size: 20px;
    letter-spacing: 8px;
  }

  /*#parallax-world-of-ugg h1 {*/
  /*  font-size: 30px;*/
  /*  letter-spacing: 10px;*/
  /*  text-align: center;*/
  /*  color: #fefefe;*/
  /*  font-weight: 400;*/
  /*  text-transform: uppercase;*/
  /*  z-index: 10;*/
  /*  opacity: 0.9;*/
  /*}*/

  #parallax-world-of-ugg h3 {
    font-size: 9px;
    line-height: 0;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--text-color);
  }

  #parallax-world-of-ugg .parallax-one {
    .header-container-h {
        gap: .5rem !important; 
        
      h3 {
        font-size: 24px !important;
        font-weight: 400 !important;

        &:last-child::before {
          content: '';
          left: 25px;
          bottom: 1.2rem;
          height: 2px;
          width: 60%;
          background-color: #ff9500;
          z-index: 1;
        }
      }
    }
  }
}

/*@media (max-width: 520px) {*/
/*  #parallax-world-of-ugg .parallax-one {*/
/*    .header-container-h {*/
/*      h3 {*/
/*        font-size: 18px !important;*/
/*      }*/
/*    }*/
/*  }*/
/*}*/

@supports (-webkit-touch-callout: none) {
    .#parallax-world-of-ugg .parallax-one {
        background: url('image.jpg') center bootom no-repeat scroll;
        background-size: auto 100vh;
    }
}

.empty {
    position: absolute;
    font-size: 4px;
    color: var(--background-color);
}

.gallery {
  flex: 0 1 auto;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: var(--background-color);
  position: relative;
}

.gallery-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  padding: 0.25rem;
  will-change: transform;
  
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1;
    }
}

.hamburger {
  position: relative;
  z-index: 9000;
  width: 2.5em;
  height: 2.5em;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger__line {
  content: ' ';
  display: block;
  width: 100%;
  height: 0.1875em;
  background: var(--text-color);
  border-radius: 0.5em;
  margin-bottom: 0.5em;
}

.hamburger__line:last-child {
  margin-bottom: 0;
}

.hamburger--steps .hamburger__line {
  transition: width 0.12s ease-in-out;
}

.hamburger--steps .hamburger__line:nth-child(2) {
  width: 80%;
}

.hamburger--steps .hamburger__line:last-child {
  width: 55%;
}

.hamburger--steps-right .hamburger__line {
  float: right;
}

.hamburger--steps:hover .hamburger__line {
  width: 100%;
}

.hamburger--active.hamburger--steps .hamburger__line {
  transition: none;
  width: 100%;
}

.hamburger--active .hamburger__line {
  position: absolute;
  top: 0.8em;
  margin: 0;
  background: var(--text-color);
}

.hamburger--active .hamburger__line:first-child {
  transform: rotate(-45deg);
}

.hamburger--active .hamburger__line:nth-child(2) {
  display: none;
}

.hamburger--active .hamburger__line:last-child {
  transform: rotate(45deg);
}

.nav-control {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-container {
  box-sizing: border-box;
  position: sticky;
  width: 100%;
  height: 95px;
  background-color: transparent;
  display: flex;
  right: 35px;
  top: 0;
  padding: 35px;
  z-index: 1001;
  display: flex;
  justify-content: flex-end;
  pointer-events: all;
}

.nav-fullscreen {
  position: fixed;
  display: flex;
  z-index: 1003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10 px) !important;
  -moz-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  transition: opacity 0.2s, visibility 0.2s;
}

.nav-fullscreen--open {
  opacity: 1;
  visibility: visible;
}

.nav-fullscreen__items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 3rem;
  line-height: 6rem;
}

@media (max-width: 375px) {
  .nav-fullscreen__items {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.nav-fullscreen__item a {
  font-family: "Raleway";
  font-weight: 200;
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.1s ease-in-out;
}

.nav-fullscreen__item a:hover {
  color: var(--text-color);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.footer-links {
  box-sizing: border-box;
  display: flex;
  background: var(--background-color);
  color: var(--text-color);
}

.footer-links a {
  padding: 15px 25px 10px 25px;
  transition: 0.3s;
  transform-origin: center bottom;
  color: var(--text-color);
}

.footer-links a:hover {
  background-color: var(--footer);
}

.footer-links a span {
  color: var(--text-color);
}

.footer-links i {
  display: inline-block;
  font: normal 1rem/5rem 'icon';
  vertical-align: middle;
  margin: 0 0.5rem;
}

.lang-container {
  width: 100%;
  display: flex;
  justify-content: center;

  .lang-button {
    color: var(--text-color);

    &:hover {
      text-decoration: underline;
    }
  }
}

@media (max-width: 768px) {
  .footer-links {
    width: 100%;
    justify-content: space-around;
    padding: 0;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 33.33%;
    }

    .collapse {
      display: none;
    }
  }
}

footer {
  background-color: var(--footer);
  position: relative;
}

.f-container {
  color: var(--text-color);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 120px 35px 70px 35px;

  a {
    color: var(--text-color);
  }
}

@media(max-width: 540px) {
  .layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .f-container {
    padding: 60px 18px 35px 18px;
  }
}

@media (min-width: 675px) {
  .layout {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2rem;
  }
  .w-50 {
    width: 50%;
  }
  .w-25 {
    width: 25%;
  }
}
.c-2 {
  margin-top: 3.5rem;
}
.footer_copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--text-color);
  padding: 45px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  z-index: 100;
}

#lightbox img {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  max-width: 80%;
  max-height: 80svh;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}

#close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 32px;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

/* Style for navigation buttons */
#prev-btn,
#next-btn {
  cursor: pointer;
  color: #fefefe;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index:1000;
  -webkit-tap-highlight-color: transparent;
}

#prev-btn {
  padding: 35px 35px 35px 5px;
  text-align: left;
  left: 0;
}

#next-btn {
  padding: 35px 5px 35px 35px;
  text-align: right;
  right: 0;
}

.swiper-wrapper {
  box-sizing: border-box;
}

.swiper-slide {
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
  box-sizing: border-box;
  padding: 45px 35px;
  font-family: "Raleway" !important;

  a {
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: all;
    cursor: pointer;
  }
}

.bold {
  font-size: 1.5rem;
  color: #ff9500;
  font-weight: 100 !important;
}

.italic {
  color: #ff9500;
  font-style: italic;
  font-weight: 200 !important;
}

.about-image-container {
  pointer-events: all;
  height: 100%;
  position: relative;
  max-width:600px;
  min-width: 260px;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 45px;
  

  .image-title {
    font-weight: 200;
    z-index: 20;
    font-size: 70px;
    position: absolute;
    top: 8% !important;
    left: 8% !important;
    color: #fefefeda;
    padding: 5px 15px;
    width: max-content;
  }

  .about-image {
    filter: brightness(var(--filter));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px var(--background-color);
  }
}

.about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  padding: 30px;
  height: max-content;
  margin: auto 0;
  
  .about-info-text {
    a {
      color: #ff9500;
    }
  }

  .about-info-title {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--text-color);
    text-decoration: none;
  }
}


.swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 12px !important;
  height: 12px !important;  
}

.swiper-pagination-bullet-active {
  background-color: var(--text-color) !important;
}

.about-me-link {
  opacity: .8;
  color: var(--text-color);
}

@keyframes fade {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.swiper-wrapper .swiper-slide-active .about-info {
  animation: fade .5s both .3s
}

.swiper-button-prev, .swiper-button-next {
  padding: 15px;
  color: var(--text-color) !important;
}

@media(max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
  
  .swiper-wrapper {
    padding: 0 0 30px 0;
  }

  .swiper-slide {
    box-sizing: border-box !important;
  }


  .about-image-container {

    .image-title {
      font-size: 35px;
    }
  }

  .about-info {
    border: none;
    padding: 0;
  }
}

.line {
  display: inline-block;
  position: relative;
  left: 15px;
  top: -3px;
  height: 2px;
  width: 40%;
  background-color: #ff9500;
}

.vertical-line {
  padding: 15px 0 15px 25px;
  border-left: 2px solid #ff9500;
}