*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif';
}

:root{
    --background: white;
    --second-background: rgba(255, 255, 255, 0);
}
body{
    min-height: 100vh;
    background-color: var(--background);
    overflow-x: hidden;
}
nav{
    position: fixed;
    top: 0;
    height: 10vh;
    width: 100%;
    padding: 2em 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.139);
    backdrop-filter: blur(50px);
    z-index: 1000;
}
ul{
    display: flex;
    align-items: center;
    gap: 3em;
}
nav ul a{
    color: black;
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
nav ul a:hover{
    opacity: 1;
}
.logo{
    font-size: 2em;
    color: black;
    font-weight: 800;
    opacity: 0.8;
    transition: 0.2s ease-in-out;
}
.logo:hover{
    opacity: 1;
}
.btn{
    padding: 0.5em 1em;
    color: black;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0.5em;
    font-size: 1.1em;
    border: 2px solid black;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.btn:hover{
    background-color: black;
    color: var(--background);
}
span{
    background: linear-gradient(to right, #0e2509, #a5b7c0);
    background-clip: text;
    color: transparent;
}
#menu{
    color: black;
    font-size: 3em;
    display: none;
}
section{
    min-height: 100vh;
    padding: 5% 10%;
}
#home{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
    color: black;
}
#home img{
    width: 22vw;
    border-radius: 50%;
    margin-top: 1em;
}
.info-box{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.5em;
    max-width: 600px;
}
.info-box h1{
    font-size: 5em;
    font-weight: 800;
}
.info-box p{
    opacity: 1;
}
.btn-box{
    display: flex;
    gap: 1em;
}
.btn-box .btn:nth-of-type(2){
    background-color: black;
    color: var(--background);
}
.btn-box .btn:nth-of-type(2):hover{
    background-color: var(--background);
    color: black;
}

.gallery-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
}

.slides {
  position: relative;
  overflow: hidden;
  transition: opacity 0.6s ease;
}
.slides .content {
  position: relative;
  z-index: 1;
}


#gallery {
    text-align: center;
    padding: 0.1em 0;
}
.headers{
    text-align: center;
    font-size: 5em;
    margin: 0.1em 0;
}
.container{
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.slider{
    position: absolute;
    inset: 10% 5% 10% 5%;
}
.slider .slides{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    height: 320px;
    background: var(--img);
    background-size: cover;
    background-position: center;
    transition: 0.4s;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.slider .slides:nth-child(1),
.slider .slides:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0);
    background-size: cover;
    object-fit: cover;
}
.slider .slides:nth-child(3){
    left: calc(50% + 240px);
    background-size: cover;
    object-fit: cover;
}
.slider .slides:nth-child(4){
    left: calc(50% + 500px);
    background-size: cover;
    object-fit: cover;
}
.slider .slides:nth-child(5){
    left: calc(50% + 760px);
    background-size: cover;
    object-fit: cover;
}
.slider .slides:nth-child(6){
    left: calc(50% + 1020px);
    background-size: cover;
    object-fit: cover;
    /* opacity: 0; */
}
.slider .slides:nth-child(7){
    left: calc(50% + 1020px);
    background-size: cover;
    object-fit: cover;
    opacity: 0;
}
.slider .slides:nth-child(8){
    left: calc(50% + 1020px);
    background-size: cover;
    object-fit: cover;
    opacity: 0;
}
.slider .slides:nth-child(9){
    left: calc(50% + 1020px);
    background-size: cover;
    object-fit: cover;
    opacity: 0;
}
.slider .slides:nth-child(10){
    left: calc(50% + 1020px);
    background-size: cover;
    object-fit: cover;
    opacity: 0;
}

.buttons{
    position: absolute;
    bottom: 15px;
    display: flex;
    gap: 20px;
}
.buttons span{
    position: relative;
    width: 50px;
    height: 50px;
    background: #111;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.buttons span::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(315deg) translate(2px,2px);
}
.buttons span:nth-child(2)::before{
    transform: rotate(135deg) translate(2px,2px);
}
.buttons span:active{
    opacity: 0.5;
}
.content{
    position: relative;
    padding: 40px;
    max-width: 600px;
    transition: 0.1s;
    transition-delay: 0s;
    transform: translateY(40px);
    z-index: 10000;
    opacity: 0;
}
.content h2{
    font-size: 2em;
    color: white;
}
.content p{
    color: white;
}
.slider .slides:nth-child(1) .content,
.slider .slides:nth-child(2) .content{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

@media (max-width: 900px){
    .slider{
        position: absolute;
        inset: 40px 40px 200px 40px;
    }
    .slider .slides{
        width: 100px;
        height: 100px;
        top: initial;
        bottom: -170px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    }
    .slider .slides:nth-child(1),
    .slider .slides:nth-child(2){
        top: initial;
        bottom: 0px;
    }
    .slider .slides:nth-child(3){
        left: 0;
    }
    .slider .slides:nth-child(4){
        left: 120px;
    }
    .slider .slides:nth-child(5){
        left: 240px;
    }
    .slider .slides:nth-child(6){
        left: 360px;
    }
    .content h2{
        font-size: 1.5em;
    } 
}

#services{
    margin-top: 15vh;
}
.header{
    text-align: center;
    font-size: 5em;
    margin: 0.5em 0;
}
.services-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
    gap: 2em;
}

.box{
    border: 2px solid rgba(0, 0, 0, 0.655);
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    object-fit: cover;
    padding: 1.5em;
    gap: 1em;
    color: black;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}
.box:hover{
    border: 3px solid black;
    transition: 0.1s ease-in-out;
}
.box p{
    opacity: 0.8;
}
.box h1{
    font-size: 2em;
}
.box img{
    min-width: 25px;
    border-radius: 0.5em;
}

/* LOCATION SECTION */
#location {
    margin-top: 1vh;
    text-align: center;
}

#location .header {
    font-size: 5em;
    margin-bottom: 1em;
}

.location-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.location-container iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 0; 
}

@media (max-width: 768px) {
    #location .header {
        font-size: 2.5em;
    }
    .location-container iframe {
        height: 500px;
    }
  #services {
    margin-top: 8vh; 
  } 
}

.contact-container{
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2em;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-left-title h2{
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    font-size: 5em;
}
.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background: linear-gradient(to right, #0e2509, #a5b7c0);
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-inputs{
    width: 100%;
    max-width: 400px;
    height: 50px;
    border: 2px solid black;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: black;
    border-radius: 50px;
}
.contact-left textarea{
    height: 100px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:focus{
    border: 3px solid black;
}
.contact-inputs::placeholder{
    color: black;
}
.contact-left button{
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    border: 2px solid black;
    border-radius: 50px;
    background: black;
    cursor: pointer;
}
.contact-left button:hover{
    color: black;
    background: white;
}

footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10em;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
    height: 20vh;
}
.col-left{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.col-box{
    display: flex;
    align-items: center;
    gap: 1em;
}
.col-box i{
    font-size: 1.5em;
    line-height: 1; 
    display: inline-block; 
    width: auto;
    height: auto; 
    overflow: visible; 
    color: black;
}
.col-box a{
    display: flex;
    gap: 0.5em;
}
.col-right{
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: black;
    max-width: 500px;
}
.col-right span{
    font-size: 1.3em;
}
.col-right .social-icons{
    display: flex;
    align-items: baseline;
    justify-content: left;
    gap: 1em;
}
.col-right .social-icons i{
    font-size: 2em;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    background: linear-gradient(to right, #0e2509, #a5b7c0);
    background-clip: text;
    color: transparent;
}
.social-icons i:hover{
    color: black;
}
@media (max-width: 968px) {
    section{
        padding: 8em 10%;
    }
    nav{
    padding: 2em 13%;
}
    nav .btn{
        display: none;
    }
    #menu{
        display: block;
        font-weight: 50;
        font-size: 2.5em;
    }
    .links{
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        padding: 1em 3em;
        color: black;
        display: flex;
        flex-direction: column;
        text-align: center;
        background: whitesmoke;
        display: none;
    }
    .links a{
        margin: 2em 0;
        display: block;
        font-size: 1.5em;
    }
    .links.active{
        display: block;
    }
    #home h1{
        font-size: 2em;
    }
    #home h3{
        font-size: 1em;
    }
    #home img{
        width: 30vw;
    }
}
@media (max-width: 768px) {
    nav{
        height: 3vh;
        width: 100%;
        padding: 2em 10%;
    }
    .logo{
        font-size: 1.5em;
        font-weight: 900;
    }
    #home h1{
        font-size: 2.5em;
    }
    #home h3{
        font-size: 1.5em;
    }
    #home img{
        width: 60vw;
        margin-top: -3.5em;
    } 
    #gallery .headers{
        font-size: 2.5em;
    }
    #services .header{
        font-size: 2.5em;
    }
    #contact h2{
        font-size: 2.5em;
    }
    #contact .contact-inputs{
        font-size: 1.2em;
        padding: 0.5em 1em;
    }

    footer{
        flex-direction: column;
        gap: 3em;
        align-items: left;
        margin-bottom: 5em;
        padding: 2em 10%;
    }
}

@media (max-width: 500px) {
  .logo {
    font-size: 1.3em;
  }
  #menu{
    display: block;
    font-size: 2em;
}
nav{
    padding: 2em 7%;
}

  .location-container iframe {
    height: 600px; 
  }
}

