@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    color: black;
}

.navbar {
    background-color: #FFFAF4;

}

.logo {
    width: 100px;
}

.nav-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.nav-link:hover {
    color: #E27900;
}

.carousel-inner,
.carousel-inner img {
    height: 80vh;
    width: 100%;
}

.carousel-inner img {
    filter: brightness(0.4);
    object-fit: cover;
}


.carousel-item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Override Bootstrap default */
    bottom: auto;
    right: auto;
    color: white;
}

.title {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: -1px;
    font-weight: 700;
}

.subtitle {
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 1.5rem;
}

.detalis {
    background-color: #E27900;
    height: 30px;
}

.sector {
    padding: 100px 0;
}

.carousel-caption .more {
    border: 3px solid white;
    color: white;
}

.more {
    border: 3px solid black;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 0;
    width: fit-content;
}

.more:hover {
    border: 3px solid #E27900;
    color: #E27900;

}

a {
    text-decoration: none;
}

.footer {
    background-color: #EFE6DA;
    padding: 70px 0 20px 0;
}

.logo-footer {
    width: 120px;
}

.footer a,
.contact a {
    color: black;
    font-weight: 500;
}

.copyright {
    display: flex;
    justify-content: space-between;
}

.top-section {
    position: relative;
}

.top-section img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.top {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.menuu hr {
    margin: 7px !important;
    ;
}

.menu-item {
    font-size: 1rem;
}

.menuu .subtitle {
    color: #E27900;
}

@media(max-width:800px) {
    .title {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1.2rem;
    }
}