@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;500;600;700&family=Roboto:wght@100;300;400;500;700&family=Vina+Sans&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: Roboto;
    scroll-behavior: smooth;
}
html {
  overflow-x: hidden;
}

body {      
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.dropdown-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
}


.cta {
    position: relative;
    margin: auto;
    padding: 15px 20px;
    transition: all 0.2s ease;
    border: none;
    background: none;
}
   
.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #B27713;
    width: 65px;
    height: 65px;
    transition: all 0.3s ease;
}
   
.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #4F595C;
}

.cta svg {
    position: relative;
    display: inline;
    top: 0;
    margin-left: 8px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #4F595C;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #B27713;
}

.cta:hover svg {
    transform: translateX(0);
    stroke: #fff;
}

.cta:hover span {
    color: #fff;
    transition: all 0.3s ease;
}

.cta:active {
    transform: scale(0.95);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #B27713;
  font-weight: bold;
}


.glass-container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-radius: 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  box-shadow: 
    0 8px 32px 0 rgba(0, 0, 0, 0.1),
    0 2px 8px 0 rgba(0, 0, 0, 0.05),
    inset 0 1px 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.glass-container {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-radius: 24px;
  border: 1.5px solid rgba(79, 89, 92, 0.3);
  box-shadow: 
    0 8px 32px 0 rgba(0, 0, 0, 0.08),
    0 2px 8px 0 rgba(0, 0, 0, 0.04),
    inset 0 1px 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 1px 0 rgba(79, 89, 92, 0.15);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.glass-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6) 20%,
    rgba(255, 255, 255, 0.6) 80%,
    transparent
  );
  pointer-events: none;
  border-radius: 24px 24px 0 0;
}

.swiper-slide img {
  object-fit: cover;
  border-radius: 12px;
  border: 1.5px solid rgba(79, 89, 92, 0.25);
  position: relative;
}

.tagcloud {
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
}
  
.tagcloud--item:hover {
    color: #4F595C;
    transition:all ease;
    cursor: pointer;
}



.cta2 svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
    fill: #4F595C;
    padding-left: 14px;
    transition: 0.3s ease-in;
  }
  
  .cta2:hover svg {
    transform: translateX(0);
    fill: #4F595C;
  }
  
  .cta2:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation2 {
    position: relative;
    color: #4F595C ;
    padding-bottom: 3px;
  }
  
  .hover-underline-animation2:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #4F595C;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .cta2:hover .hover-underline-animation2:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  

.cta3 svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
    fill: #4F595C;
    padding-left: 14px;
    transition: 0.3s ease-in;
  }

  .cta3 span:hover {
    color: #B27713;
    transition: 0.1s ease-in;
  }
  
  .cta3:hover svg {
    transform: translateX(0);
    fill: #B27713;
  }
  
  .cta3:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation2 {
    position: relative;
    color: #4F595C ;
    padding-bottom: 3px;
  }
  
  .hover-underline-animation2:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #B27713;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .cta3:hover .hover-underline-animation2:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


#parallax {

    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  
#parallax-text {
    position: relative;
    -webkit-text-stroke: 2px #f5b039;
    color: #fff;
    font-family: 'Vina Sans';
    white-space: nowrap;
    margin-top: -50px;
    z-index: 0;
    margin-left: -5000px;
}

.shape {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #B27713;
}

.shape img {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
}

.honeycomb-carousel-container {
  max-width: 100%;
  overflow: hidden;
}

.honeycomb-swiper {
  overflow: hidden;
}

.honeycomb-swiper .swiper-wrapper {
  align-items: center;
}

.honeycomb-swiper .swiper-slide {
  width: auto !important;
  height: auto;
  pointer-events: none;
}

.honeycomb-swiper .swiper-slide {
  pointer-events: none;
}

.honeycomb-swiper .swiper-slide * {
  pointer-events: none;
}

.project-overlay {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}

.project-overlay .project-content {
  top: 60%;
  left: 43%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}


.project-container img {
  transition: 0.2s ease-in;
}

.project-container:hover img {
  transform: scale(1.1);
}

.project-container:hover .project-overlay {
  opacity: 0.8;
}

.popup-link{
  display:flex;
  flex-wrap:wrap;
}

.popup-link a{
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    position: fixed; 
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
}

.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
    background: none;
    padding: 4px;
    padding-right: 6px;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

#hamburgerMenu {
  cursor: pointer;
  background: none;
  border: none;
}

.bar {
  width: 28px;
  height: 2px;
  background-color: #4F595C;
  margin: 5px 0;
  transition: transform 0.3s ease-in-out;
}

#hamburgerMenu.open .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-10px, 6px);
}

#hamburgerMenu.open .bar:nth-child(2) {
  opacity: 0;
}

#hamburgerMenu.open .bar:nth-child(3) {
  transform: rotate(45deg) translate(-10px, -6px);
}
  
@media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2));
    }

    .cta {
      position: relative;
      margin: auto;
      padding: 10px 15px;
      transition: all 0.2s ease;
      border: none;
      background: none;
  }
     
  .cta:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      border-radius: 50px;
      background: #B27713;
      width: 45px;
      height: 45px;
      transition: all 0.3s ease;
  }
     
  .cta span {
      position: relative;
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      color: #4F595C;
  }
  
  .cta svg {
      position: relative;
      display: inline;
      top: 0;
      margin-left: 6px;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: #4F595C;
      stroke-width: 2;
      transform: translateX(-5px);
      transition: all 0.3s ease;
  }
  
  .cta:hover:before {
      width: 100%;
      background: #B27713;
  }
  
  .cta:hover svg {
      transform: translateX(0);
      stroke: #fff;
  }
  
  .cta:hover span {
      color: #fff;
      transition: all 0.3s ease;
  }
  
  .cta:active {
      transform: scale(0.95);
  }

}
  
@media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
}