html,
body {
    width: 100% !important;
    overflow-x: hidden;
    background-color: #ffffff !important;
}
.a_none_style {
    text-decoration: none;
}
@font-face {
    font-family: "Lato Light";
    src: url('./fonts/Lato-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Regular";
    src: url('./fonts/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Bold";
    src: url('./fonts/Lato-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Oswald Medium";
    src: url('./fonts/Oswald-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Oswald SemiBold";
    src: url('./fonts/Oswald-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Dream Avenue";
   src: url('./fonts/DreamAvenue.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.Lregular {
    font-family: "Lato Regular";
}
.Lbold {
    font-family: "Lato Bold";
}
.Omedium {
    font-family: "Oswald Medium";
}

.Osemibold {
    font-family: "Oswald SemiBold";
}
.logo-menu {
    width: 100px;
}
.txt-blue {
    color: #1e313f;
}
.bg-menu {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-blue {
    background-color: #1e313f;
    color: #fff;
}
.navbar {
    transition: background-color 0.3s ease;
}
.navbar.menu-open {
    background-color: rgba(30, 49, 63, 0.9); /* tu color */
}
.navbar-toggler {
    border: 1px solid #ffffff;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-family: "Lato Regular";
    background-color: rgba(30, 49, 63, 0.73);
    border-color: rgba(30, 49, 63, 0.73);
    color: #ffffff;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link {
    font-family: "Lato Regular";
    margin-right: 2rem;
    border: 1px solid rgba(250, 244, 244, 0.44);
    border-radius: 30px;
    width: 150px;
    text-align: center;
    margin-bottom: 1rem;
    color: #ffffff;
}
.navbar-toggler-icon {
    background-image: url("../img/menu-bars-svg.svg");
    width: 1rem;
}
.bg-navbar {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 30;
}
.menu-position {
    position: absolute;
    top: 0;
    z-index: 10000;
}
.title-welcome {
    position: absolute;
    top: 40%;
    left: 10%;
    color: #fff;
    z-index: 20;
}
.title-welcome h1 {
    font-size: 5rem;
    font-family: "Oswald SemiBold";
}
.title-welcome h2 {
    font-family: "Lato Regular";
}
.btn-header {
    background-color: #eaa136;
    border-color: #eaa136;
    color: #000000;
    font-family: "Lato Bold";
    font-size: 30px;
    width: 300px;
    border-radius: 30px;
    padding: 0;
    
}
.btn-header:hover {
    background-color: #1e313f;
    border-color: #1e313f;
    color: #ffffff;
    font-family: "Lato Bold";
    font-size: 30px;
    width: 300px;
    border-radius: 30px;
    padding: 0;
}
.btn-header:focus {
    background-color: #eaa136;
    border-color: #eaa136;
    color: #000000;
    font-family: "Lato Bold";
    font-size: 30px;
    width: 300px;
    border-radius: 30px;
    padding: 0;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
.splide__arrow {
    background: #eaa136 !important;
}
.carousel {
    position: relative;
}

.about-container h2 {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 3rem;
}
.about-container p {
    font-size: 1.2rem;
}
.about-container img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 30px;
}
.card-numbers {
    border: 1px solid #050505;
    border-radius: 30px;
    text-align: center;
}
.card-numbers p {
    font-size: 5rem;
    line-height: 50px;
}
.card-numbers span {
    font-size: 2rem;
}
.box-areas {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.box-areas:hover .hover {
    opacity: 1;
}
.box-areas:hover .tit-box {
    visibility: hidden;
}
.hover {
    background: rgba(30, 49, 63, 0.5);
    border-radius: 25px;
    padding: 20px;
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    color: #fafbfc;
    text-align: center;
    align-items: center;
}
.hover p {
    padding-top: 4rem;
    font-family: "Lato Regular";
    font-size: 20px;
}
.bg-services {
    background-color: #1e313f;
}
.bg-services h1 {
    font-family: "Oswald SemiBold";
    color: #ffffff;
    font-size: clamp(28px, 5vw, 48px);;
}
.title-services {
    border: 1px solid #ffffff;
    border-radius: 18px;
    font-family: "Lato Regular";
    text-align: center;
    color: #ffffff;
}
.title-services h3 {
    font-size: 25px;
}
.btn-yellow-visual-rest {
    background-color: #eaa136;
    border-color: #eaa136;
    font-size: 33px;
    font-family: "Lato Bold";
    width: 280px;
    border-radius: 20px;
    height: 52px;
    color: #000000;
    margin-top: 0;
    padding-top: 0;
}
.btn-yellow-visual-rest:hover {
    background-color: #1e313f;
    border-color: #1e313f;
    font-size: 33px;
    font-family: "Lato Bold";
    width: 280px;
    border-radius: 20px;
    height: 52px;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
}
.btn-yellow-visual-rest:focus {
    background-color: #eaa136;
    border-color: #eaa136;
    font-size: 33px;
    font-family: "Lato Bold";
    width: 280px;
    border-radius: 20px;
    height: 52px;
    color: #000000;
    margin-top: 0;
    padding-top: 0;
}
.bg-visual-rest {
    background-image: url("https://res.cloudinary.com/drv8h82lp/image/upload/f_auto,q_auto,w_auto,dpr_auto,c_limit,w_1200/v1775616044/bg-visual-rest_yzn05m.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    position: relative;
}
.container-visual-rest {
    position: absolute;
    width: 100%;
    top: 0;
    left: 5%;
    z-index: 20;
}
.bg-visual-rest h3 {
    margin-top: 7.5rem;
    font-size: 4rem;
    font-family: "Oswald SemiBold";
    color: #ffffff;
    z-index: 10;
}
.bg-visual-rest a {
    z-index: 10;
}
#gallery img {
    height: 400px;
}
.title-our-projects {
    background-color: #1e313f;
    text-align: center;
    color: #ffffff;
    font-family: "Oswald SemiBold";
    border-radius: 40px;
}
.title-our-projects h3 {
    font-size: 4.5rem;
}
.btn-yellow-projects {
    background-color: #eaa136;
    border-color: #eaa136;
    font-family: "Lato Regular";
    color: #000000;
    width: 250px;
    border-radius: 30px;
    font-size: 20px;
}
.btn-yellow-projects:hover {
    background-color: #1e313f;
    border-color: #1e313f;
    font-family: "Lato Regular";
    color: #fff;
    width: 250px;
    border-radius: 30px;
    font-size: 20px;
}
.btn-yellow-projects:focus {
    background-color: #eaa136;
    border-color: #eaa136;
    font-family: "Lato Regular";
    color: #000000;
    width: 250px;
    border-radius: 30px;
    font-size: 20px;
}
.description-project h4 {
    font-family: "Oswald SemiBold";
    text-align: center;
    font-size: 2.5rem;
}
.description-project p {
    font-family: "Lato Regular";
    font-size: 14px;
}
.description-project span {
    font-family: "Oswald SemiBold";
    text-align: center;
    font-size: 15px;
}
.bg-contact {
    position: relative;
    background-image: url("https://res.cloudinary.com/drv8h82lp/image/upload/v1775616044/bg-contact_v5tcsq.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    mix-blend-mode: overlay;
    z-index: 1;
}
.title-contact {
    margin-top: 10rem;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-align: center;
}
.title-contact h1 {
    font-size: 5rem;
    font-family: "Oswald SemiBold";
    text-transform: uppercase;
}
.form-contact label {
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Lato Bold";
}
.form-contact input {
    border-radius: 0;
    border-bottom: 2px solid #030303;
    border-top: none;
    border-left: none;
    border-right: none;
}
.form-control:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(234, 161, 54, 0.5) !important;
    border-bottom: 2px solid #eaa136 !important;
}
.text-area-form:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(234, 161, 54, 0.5) !important;
    border: 2px solid #eaa136 !important;
}
.form-contact ::placeholder {
    font-family: "Lato Regular";
    text-align: end;
    font-size: 12px;
}
.form-contact textarea {
    border: 2px solid rgb(2, 2, 2, 0.39);
    border-radius: 30px;
}
.logo-contact {
    width: 200px;
    padding-bottom: 5rem;
}
.btn-contact {
    text-transform: uppercase;
    background-color: rgb(234, 161, 54);
    border-color: #eaa136;
    border-radius: 30px;
    width: 350px;
}
.btn-contact:hover {
    text-transform: uppercase;
    background-color: #1e313f;
    border-color: #1e313f;
    border-radius: 30px;
    width: 350px;
}
.btn-contact:focus {
    text-transform: uppercase;
    background-color: #eaa136;
    border-color: #eaa136;
    border-radius: 30px;
    width: 350px;
}
.bg-footer {
    background-color: #1e313f;
    color: #ffffff;
    font-family: "Oswald Medium";
}
.bg-footer p {
    font-size: 14px;
}
.legal {
    margin-top: 1rem;
}
.legal a {
    font-size: 14px;
}
.developed p {
    font-family: "Lato Regular";
    color: #ffffff;
}
.gauri {
    font-family: "Dream Avenue";
}
.social-media svg {
    width: 30px;
}
.social-media p {
    font-size: 10px;
}
.social-media a {
    color: #000000;
}
/*WHATSAPP BUTTON*/
/* Mixins */
/* Google fonticons */

/* Animations */
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    20% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-moz-keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    20% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    20% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    20% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@-o-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

.wpp-fix {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 12;
}

.wpp-fix .wpp-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #25d366;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.wpp-fix .wpp-link > span {
    display: none;
}

.wpp-fix .wpp-link:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background: #1da851;
}

.wpp-fix svg {
    width: initial;
    display: block;
    height: 30px;
}

.wpp-fix svg path {
    fill: #fff;
}

#wpp-fix.shake .wpp-link::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(37, 211, 102, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 0px;
    right: 0;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

#wpp-fix.shake svg {
    -webkit-animation: 1s wiggle ease infinite;
    -moz-animation: 1s wiggle ease infinite;
    -o-animation: 1s wiggle ease infinite;
    animation: 1s wiggle ease infinite;
}

@media (max-width: 767px) {
    .wpp-fix {
        bottom: 15px;
    }

    .wpp-fix svg {
        height: 30px;
    }

    .wpp-fix .wpp-link {
        padding: 10px;
    }
}

/********************
RESPONSIVO
*********************/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        border: none;
        border-bottom: 1px solid rgba(250, 244, 244, 0.44) !important;
        border-radius: 0;
        width: 100%;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        background-color: transparent;
        border-color: transparent;
    }
    .splide__slide img {
        width: 100%;
        height: 60vh;
    }
    .title-welcome {
        position: absolute;
        top: 40%;
        left: 10%;
        color: #fff;
        z-index: 20;
    }
    .title-welcome h1 {
        font-size: 2rem;
        font-family: "Oswald SemiBold";
    }
    .title-welcome h2 {
        font-size: 1rem;
        font-family: "Lato Regular";
    }
    .btn-header {
        font-size: 20px;
        width: 200px;
    }
    .bg-visual-rest {
        height: 65vh;
    }
    .container-visual-rest {
        position: absolute;
        width: 100%;
        top: 0;
        left: 2%;
        z-index: 20;
    }
    .container-visual-rest h3 {
        font-size: 2.5rem;
    }
    .title-our-projects {
        border-radius: 20px;
    }
    .title-our-projects h3 {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 480px) and (max-width: 577px) {
    .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        border: none;
        border-bottom: 1px solid rgba(250, 244, 244, 0.44) !important;
        border-radius: 0;
        width: 100%;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        background-color: transparent;
        border-color: transparent;
    }
    .splide__slide img {
        width: 100%;
        height: 60vh;
    }
    .title-welcome {
        position: absolute;
        top: 40%;
        left: 10%;
        color: #fff;
        z-index: 20;
    }
    .title-welcome h1 {
        font-size: 2.5rem;
        font-family: "Oswald SemiBold";
    }
    .title-welcome h2 {
        font-size: 1.2rem;
        font-family: "Lato Regular";
    }
    .btn-header {
        font-size: 20px;
        width: 200px;
    }
    .bg-visual-rest {
        height: 65vh;
    }
    .container-visual-rest {
        position: absolute;
        width: 100%;
        top: 0;
        left: 2%;
        z-index: 20;
    }
    .container-visual-rest h3 {
        font-size: 2.5rem;
    }
    .title-our-projects {
        border-radius: 20px;
    }
    .title-our-projects h3 {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 578px) and (max-width: 767px) {
    .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        border: none;
        border-bottom: 1px solid rgba(250, 244, 244, 0.44) !important;
        border-radius: 0;
        width: 100%;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        background-color: transparent;
        border-color: transparent;
    }
    .splide__slide img {
        width: 100%;
        height: 60vh;
    }
    .title-welcome {
        position: absolute;
        top: 30%;
        left: 10%;
        color: #fff;
        z-index: 20;
    }
    .title-welcome h1 {
        font-size: 3.5rem;
        font-family: "Oswald SemiBold";
    }
    .title-welcome h2 {
        font-size: 1.5rem;
        font-family: "Lato Regular";
    }
    .btn-header {
        font-size: 20px;
        width: 200px;
    }
    .bg-visual-rest {
        height: 60vh;
    }
    .container-visual-rest {
        position: absolute;
        width: 100%;
        top: 0;
        left: 10%;
        z-index: 20;
    }
    .container-visual-rest h3 {
        font-size: 3rem;
    }
    .title-our-projects {
        border-radius: 20px;
    }
    .title-our-projects h3 {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        border: none;
        border-bottom: 1px solid rgba(250, 244, 244, 0.44) !important;
        border-radius: 0;
        width: 100%;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        background-color: transparent;
        border-color: transparent;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .title-welcome {
        position: absolute;
        top: 30%;
        left: 10%;
        color: #fff;
        z-index: 20;
    }
    .title-welcome h1 {
        font-size: 4.3rem;
        font-family: "Oswald SemiBold";
    }
    .title-welcome h2 {
        font-size: 2rem;
        font-family: "Lato Regular";
    }
    .btn-header {
        font-size: 30px;
        width: 250px;
    }
    .bg-visual-rest {
        height: 60vh;
    }
    .container-visual-rest {
        position: absolute;
        width: 100%;
        top: 0;
        left: 10%;
        z-index: 20;
    }
    .container-visual-rest h3 {
        font-size: 3.5rem;
    }
    .title-our-projects {
        border-radius: 20px;
    }
    .title-our-projects h3 {
        font-size: 2.2rem;
    }
    .hover {
        background: rgba(30, 49, 63, 0.5);
        border-radius: 20px;
        padding: 20px;
        position: absolute;
        top: 0%;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        color: #fafbfc;
        text-align: center;
        align-items: center;
    }
    .hover p {
        padding-top: 2rem;
        font-family: "Lato Regular";
        font-size: 16px;
    }
    .btn-yellow-projects {
        background-color: #eaa136;
        border-color: #eaa136;
        font-family: "Lato Regular";
        color: #000000;
        width: 200px;
        border-radius: 30px;
        font-size: 20px;
    }
    .description-project h4 {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1600px) and (max-width: 1860px) {
}
@media only screen and (min-width: 1861px) and (max-width: 2900px) {
}
