@font-face {
    font-family: "the seasons";
    src: url("../assets/fonts/The Seasons Font/Demo_Fonts/Fontspring-DEMO-theseasons-lt.otf");
}

@font-face {
    font-family: "alta";
    src: url("./assets/fonts/alta/alta-regular.otf");
}

body{
    margin: 0px;
    background-color: #efebe0;
    font-family: "Tenor Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.header{
    background-color: transparent;
    width: 100%;
    height: 5vw;
    max-height: 36px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}

.service-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

    .service-title{
        font-weight: 400;
    }

    p{
        text-align: center;
    }

    .service-description{
        height: 25%;
        font-size: 18px;
    }

    a {
        border-color: black;
        width: 50%;
        color: black;
    }
    
    .reserve-button{
        border-color: black;
        width: 100%;
        color: black;
    }
}

.square {
    width: 7vw;
    height: 7vw;
    max-width: 60px;
    max-height: 60px;
    background-color: #efebe0;
    border: none;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    z-index: 99;
}

.logo{
    width: 260px;
}

button{
    font-family: "Tenor Sans";
    border-radius: 0px;
    background-color: transparent; /* Un color oscuro similar al de la imagen */
    border: 1px solid #ffffff; /* Borde blanco delgado */
    color: #ffffff;
    width: 25%;
    padding: 15px 0px; /* Ajusta el relleno según el tamaño deseado */
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
}

.shape-1{
    width: 130px;
    height: 130px;
}

.shape-2{
    width: 80px;
    height: 80px;
}

.service-icon{
    width: 110px;
    height: 110px;
}

.flower{
    width: 102.5px;
    height: 102.5px;
}

.hearts{
    width: 150px;
    height: 70px;
    margin: 17px 0px;
}

.clock{
    width: 70px;
}

.video-back{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9999999;
    object-fit: cover;
}

.light-screen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #050d18bb;
}

.sect-1{
    z-index: 1;
    position: relative;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    height: 110vh;

    h1, h3{
        color: white;
        text-align: center;
        margin: 0px;
    }

    h3{
        font-size: 29px;
        font-weight: 400;
    }

    h1{
        font-size: 80px;
        font-weight: 400;
        margin-bottom: .75rem;
        font-family: "alta";
    }

    div{
        width: 100%;
        text-align: center;
    }
}

.sect-services{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    div{ 
        width: 80%;
        min-width: 270px;
    }

    .head, .footer{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0px 8rem;
        justify-content: space-between;
        margin: 2rem 0px 3rem 0px;
        
        h2{
            font-weight: 400;
            font-size: 55px;
        }
    }

    .body{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
        row-gap: 8rem;
        margin-bottom: 5rem;
    }

    .body > *{
        width: 30%;
        height: 400px;
    }

    .footer{
        text-align: center;

        h1{
            font-size: 50px;
        }
    }
}

.sect-3{
    height: 110vh;
    width: 100%;
    background-image: url("../assets/backgrounds/sect-3.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: end;
    box-sizing: border-box;
    padding: 0 5.5rem 5rem 0px;
    
    .content{
        padding: 2rem;
        width: 45%;
        height: 70%;
        max-height: 480px;
        background-color: black;
        gap: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;

        h2, p{
            color: white;
            margin: 0px;
        }

        h2{
            font-size: 75px;
            font-weight: 400;
        }

        p{
            font-family: "Biryani";
            font-weight: 200;
            font-size: 21px;
        }
    }
}

.sect-address{
    min-height: 105vh;
    background-color: black;
    width: 100%;
    box-sizing: border-box;
    padding: 6rem 10% 5.5rem 10%;

    .content{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;

        h1{
            font-weight: 400;
            font-size: 65px;
        }
        
        button{
            font-weight: 200;
        }

        .left, .right{
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
        }
    }
}

.left{
    flex-direction: column;
    flex: 1;
    text-align: center;
    font-size: 210%;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
    color: white;
    gap: 1rem;

    a {
        width: 65%;
    }
    h1{
        margin: 0px;
    }
    button{
        width: 65%;
    }
}

.right{
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1rem;

    button{
        width: 20%;
    }
}

.carousel{
    width: 100%;
    position: relative;
    
    img{
        width: 100%;
        height: 80vh;
        border-radius: 1rem;
        transition: .7s ease;
    }

    .img-no-view{
        position: absolute !important;
        opacity: 0 !important;
        left: 0px !important;
    }
}

#foward, #back{
    border: none;
    transition: .3s ease;
    border-radius: 0.5rem;
    width: max-content;
    text-align: center;
    padding: 1rem;

    .icon{
        margin: 0px;
        width: 40px;
        height: 40px;
    }
}

#foward{
    .icon{
        padding-left: 5px;
    }
}

#back{
    .icon{
        padding-right: 5px;
    }
}

#foward:hover, #back:hover{
    background-color: rgba(128, 128, 128, 0.269);
}

.gradient{
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 1%, rgba(13, 13, 69, 0.3) 65%, rgba(13, 13, 69, 0) 99%);
}

.sect-social-nets{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 95%);
    position: relative;

    .content{
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3rem;

        h2{
            margin: 0px;
            text-align: center;
            font-size: 60px;
            line-height: 75px;
            color: white;
            font-family: "the seasons";
            position: relative;
        }

        button{
            width: 60%;
        }

        .socials{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
        }
    }
}

.accent{
    position: relative;
}

.accent::before{
    content: "´";
    position: absolute;
    top: -10px;
    left: 8px;
}

.btn-special{
    background-color: #fff;
    border: none;
    border-radius: 50px;
    color: #634f47;
    padding: 10px 0px 5px 0px;
    letter-spacing: 1.5px;
    cursor: pointer;
    text-align: center;
    position: relative;

    .text-btn{
        width: 85%;
    }

    a{
        opacity: 0;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.social-net{
    width: 30px;
    height: 30px;
}

.instagram{
    width: 32.5px;
    height: 32.5px;
}

.x{
    width: 25px;
    height: 25px;
}
