

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Popins', serif;
}

html {
    scroll-behavior: smooth;
    background-color: rgb(5, 5, 5);
}

@font-face {
  font-family: 'AlteHaasGroteskBold';
  src: url('../fonts/AlteHaasGroteskBold.ttf');
}

@font-face {
  font-family: 'Popins';
  src: url('../fonts/Poppins-Medium.ttf');
}

.logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;

    z-index: 1000;
    
    text-align: center;
}

.logo img {
    justify-items: center;
}

@media screen and (max-width: 768px) {
  .logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
    width: 35%;
    padding: 0 1rem;

    z-index: 1000;
    
    text-align: center;
  }
}

.logo img {
    justify-items: center;
}

.video-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video-container .video{
  height: 15rem;
  width: 25rem;
  margin: 2rem;

  overflow: hidden;
}

.video-container .video video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  outline: none;
  border: none;
  cursor: pointer;
}

.video-container .video video:hover{
  transition: 1s linear;
}

.video-container .video .active{
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  box-shadow: 0 0 0 100vh rgb(5, 5, 5);
  z-index: 1;
}

.video-container .video .active:hover{
  transition: none;
}


.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.container {
  width: 100%;
  height: auto;
}

h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  font-family: 'AlteHaasGroteskBold', serif;
}

p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  width: 100vw;
  height: auto;
  background: url(./assets/hero.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 2em;
}

.footer {
  width: 100%;
  height: 100vh;
  background: url(./assets/footer.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.services {
  background: #000;
  padding: 8em 2em;
  display: flex;
  flex-direction: column;
}

.services-header {
  width: 100%;
  display: flex;
  gap: 4em;
}

.services-header .col:nth-child(1) {
  flex: 2;
}

.services-header .col:nth-child(2) {
  flex: 5;
  padding: 1em;
}

.service {
  display: flex;
  gap: 2em;
  height: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.service-info {
  flex: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
}

.service-img {
  flex: 5;
  width: 100%;
  height: 100%;
  padding: 1em;
}

.img {
  width: 30%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* lenis scroll */
html.lenis,
html.lenis body {
  height: 500vh;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

html {
    scroll-behavior: smooth;
    background-color: rgb(5, 5, 5);
}

@font-face {
  font-family: 'AlteHaasGroteskBold';
  src: url('../fonts/AlteHaasGroteskBold.ttf');
}

@font-face {
  font-family: 'Popins';
  src: url('../fonts/Poppins-Medium.ttf');
}

/*body {
    margin: 0;
    height: auto;
    background-color: rgb(5, 5, 5);
}

@media screen and (max-width: 1250px) {
    main {
        width: 100%;
        height: auto;
    }

    nav a {
        padding: 0 30;
    }
}

.nav {
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4em;
    background: #09090A;

    z-index: 999;
}

.nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #F4F4F4;
    padding: 0 1em;
    font-family: 'AlteHaasGroteskBold', serif;
    font-weight: 500;
    font-size: 1rem;

    position: relative;
}

.nav a:hover,
.nav a:focus {
    color: #F3A518;
    font-size: 17px;
    transition: 0.5s;
}

.logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;

    z-index: 1000;
    
    text-align: center;
}

.logo img {
    justify-items: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  background: rgb(9, 9, 9);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  will-change: transform;
  z-index: 1;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(255, 254, 254);
}

.menu-item {
  display: flex;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.menu-item p {
  position: relative;
  text-align: center;

  color: rgb(255, 254, 254);

  line-height: 300%;
  will-change: transform;
  transition: letter-spacing 0.3s;
}

.menu-item p:hover {
  letter-spacing: 0.075em;
}

.menu-item a {
  color: rgb(255, 254, 254);
  text-decoration: none;

  font-style: 'AlteHaasGroteskBold', serif;
  font-size: 4rem;
}

.sub-nav {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5em;
  opacity: 0;
}

.sub-nav a {
  font-style: 'AlteHaasGroteskBold', serif;
  font-size: 20px;
  color: #cdc6be;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
    width: 35%;
    padding: 0 1rem;

    z-index: 1000;
    
    text-align: center;
}

.logo img {
    justify-items: center;
}

.menu-item a{
    font-size: 3rem;
}
}

.side-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    box-sizing: border-box;
    right: 0;
    
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    transition: transform .5s ease;
    will-change: transition;
}

[data-sidenav-style=dots].side-nav .icono-nav {
    display: block;
    border: 0.1rem solid #09090A;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    visibility: visible;
}

[data-sidenav-style=dots] .item-nav.top-item .icono-nav {
    background-color: #09090A;
}

.item-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px
}

.item-nav .texto-nav {
    text-align: end;
    opacity: .6;
    transition: opacity .5s ease;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bolder;
}

.item-nav:hover .texto-nav {
    opacity: 1
}

.item-nav .icono-nav {
    display: none;
    position: relative;
    box-sizing: border-box
}

.sidebar-indicator {
    display: none;
    width: 3px;
    position: absolute;
    right: 0;
    background: #09090A;
    transition: height .5s ease, top .5s ease
}

@media(max-width: 799px) {
    .side-nav .mobile-trigger {
        height: 100%;
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-10px);
        opacity: 1;
        visibility: visible;
        will-change: opacity, visibility;
        transition: opcaity 0s ease .5s, visibility 0s ease .5s
    }

    .side-nav.open .mobile-trigger {
        opacity: 0;
        visibility: hidden
    }

    .side-nav .item-nav {
        visibility: hidden
    }

    .side-nav.open .item-nav {
        visibility: visible
    }

    .side-nav:not(.open):not([data-sidenav-style=bars]) .texto-nav {
        width: 0;
        white-space: nowrap
    }

    .side-nav.open:not([data-sidenav-style=bars]) .texto-nav {
        width: auto
    }

    

}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

[data-sidenav-style=none] .item-item.top-item .texto-nav {
    opacity: 1
}

@media(max-width: 799px) {
    [data-sidenav-style=none] {
        border-right: 3px solid #09090A
    }
}
.item-nav {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.item-nav a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 1em;
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-size: 1rem;
}

.item-nav .texto-nav {
    text-align: end;
    opacity: 6;
    transition: opacity .5s ease;
    margin-left: 5px;
    margin-right: 5px;
}

.item-nav .icono-nav {
    position: relative;
    box-sizing: border-box;
}


img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
  user-select: none;
}

p {
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;

  font-family: 'AlteHaasGroteskBold', serif;
  color: rgb(0, 0, 0);
}

.container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(255, 254, 254);
}

.site-info {
  position: absolute;
  top: 50%;
  left: 1.5em;
  display: flex;
  gap: 4px;
}

.site-info p span {
  font-family: 'AlteHaasGroteskBold', serif;
  color: rgb(0, 0, 0);
}

.img-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 75%;
  overflow: hidden;
  display: flex; /* Added for text positioning */
  /*flex-direction: column; /* Added for text positioning */
  /*align-items: center; /* Added for text positioning */
  /*justify-content: center; /* Added for text positioning */
/*}*/

.logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;

    z-index: 1000;
    
    text-align: center;
}

.logo img {
    justify-items: center;
}

@media screen and (max-width: 768px) {
  .logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
    width: 35%;
    padding: 0 1rem;

    z-index: 1000;
    
    text-align: center;
  }
}

.logo img {
    justify-items: center;
}

.container .heading{
  font-size: 1rem;
  margin: 2rem;
  text-transform: capitalize;
  color: var(--purple);
  font-family: 'AlteHaasGroteskBold', serif;
  color: rgb(255, 255, 255);
}

.video-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video-container .video{
  height: 15rem;
  width: 25rem;
  margin: 2rem;

  overflow: hidden;
}

.video-container .video video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  outline: none;
  border: none;
  cursor: pointer;
}

.video-container .video video:hover{
  transition: 1s linear;
  transform: scale(1.3);
}

.video-container .video .active{
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  box-shadow: 0 0 0 100vh rgb(5, 5, 5);
  z-index: 1;
}

.video-container .video .active:hover{
  transition: none;
  transform: translate(-50%, -50%) scale(1);
}

html.lenis,
html.lenis body {
  height: 500vh;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}