@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');

html {
    scroll-behavior: smooth;
}

.navbar-scrolled .nav-link {
    color:  #000;
}

.navbar-scrolled .logo {
    visibility: visible;
}

.navbar-scrolled .menu-btn {
    color: black;
}

.nav-link.active {
    color: #00A31C;
}

.logo{
    visibility: hidden;
}

.inter-medium {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    font-variation-settings: "slnt" 0;
}

.manjari-regular {
    font-family: "Manjari", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.inter-light {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-variation-settings: "slnt" 0;
}

.inter-subtitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    font-variation-settings: "slnt" 0;
}

.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    font-variation-settings: "slnt" 0;
}

.inter-medium-weight {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    font-variation-settings: "slnt" 0;
}

.inter-semibold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    font-variation-settings: "slnt" 0;
}

.inter-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7rem;
    font-variation-settings: "slnt" 0;
}

.inter-extrabold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 2rem;
    font-variation-settings: "slnt" 0;
}


.shadow-right-dark-blue {
    -webkit-box-shadow: -26px 24px 0px 3px rgba(10, 18, 32, 1);
    -moz-box-shadow: -26px 24px 0px 3px rgba(10, 18, 32, 1);
    box-shadow: -26px 24px 0px 3px rgba(10, 18, 32, 1);
}


.main-service-slider {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.main-service-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A1220;
    opacity: 0.75;

}


.additional-service-slide {
    position: relative;
    /* Asegúrate de que el contenedor padre tenga position: relative para que los elementos hijos se posicionen correctamente */
}

.additional-service-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A1220;
    opacity: 0.75;
    display: none;
}

.additional-service-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
    display: none;
}

.additional-service-slide:hover::before {
    display: block;
    transition: all;
    transition-duration: 40s;
}

.additional-service-slide:hover .additional-service-slide-content {
    display: block;
    transition: all;
    transition-duration: 40s;
}

.main-service-slide-content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
}



.main-service-slide-content h1 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-variation-settings: "slnt" 0;
    margin-bottom: 1rem;
}

.additional-service-slide-content h1 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-variation-settings: "slnt" 0;
    margin-bottom: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}


.additional-services-swiper {
    width: 100%;
    height: 50%;
    margin-top: 3rem;
}

.testimonials-swiper {
    width: 100%;
    height: 100%;
}

