* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

button:focus {
    outline: 0;
}


/* HEADER */

.landingPage__header {
    display: flex;
    min-width: 100%;
    height: 55px;
    position: fixed;
    box-shadow: 4px 4px 15px rgba(122, 122, 122, .3);
    justify-content: center;
    background: white;
    z-index: 5;
}

.landingPage__header-logo {
    margin: .5rem 0rem;
    border-radius: 5%;
    overflow: hidden;
}

.landingPage__header-navigation-bar {
    display: flex;
    justify-items: start;
    margin: .6rem;
    width: 60%;
}

.landingPage__header-navigation-bar a {
    margin: .5rem .5%;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}


/* MAIN */

main {
    object-fit: cover;
}

.landingPage__main-background-img {
    z-index: -5;
    position: fixed;
    width: 2920px;
    object-position: 0px -150px;
    object-fit: cover;
}


/* BANNER */

.landingPage__main-logo-banner {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to right top, rgba(35, 126, 124, 0.7), rgba(1, 41, 46, 1));
    box-shadow: 0px 3px 18px 10px rgba(0, 0, 0, 0.4);
    z-index: 4;
}

.landingPage__header-container {
    display: flex;
}

.landingPage__main-logo-banner-container {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landingPage__main-logo-banner-img {
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25rem;
}

.landingPage__main-logo-banner-text {
    margin-bottom: 1rem;
    color: white;
}

.landingPage__main-logo-banner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    text-decoration: none;
    background-color: transparent;
    border: 3px solid white;
    border-radius: .3rem;
    margin-left: auto;
    margin-right: auto;
    width: 15rem;
    height: 50px;
    color: white;
    cursor: pointer;
}


/* ABOUT-US */

.landingPage__main-about-us {
    display: flex;
    align-content: center;
    justify-content: center;
    background: white;
    position: relative;
    width: 100%;
    z-index: -1;
}

.landingPage__main-about-us-container {
    display: flex;
    margin-top: 4rem;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.landingPage__main-about-us-discription-container {
    display: flex;
    justify-content: center;
    width: 1480px;
    margin-top: 1rem;
    border-top: 1px solid rgba(1, 41, 46, .2);
    border-bottom: 1px solid rgba(1, 41, 46, .2);
    border-radius: 2px;
}

.landingPage__main-about-us-discription-container-col {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-items: start;
    width: 100%;
    height: 10rem;
    opacity: .9;
    font-size: 1.1rem;
}

.landingPage__main-about-us-discription-container-col p {
    margin: .5rem;
}

.landingPage__main-about-us-discription-container h1 {
    margin-bottom: 10px;
}


/* MISSION VISION */

.landingPage__main-mission-vision-container {
    margin-top: 2rem;
    display: flex;
    justify-content: space-evenly;
    width: 1480px;
}

.landingPage__main-mission-vision-discription-container {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3rem;
    justify-content: space-evenly;
    border-top: 1px solid rgba(1, 41, 46, .2);
    border-bottom: 1px solid rgba(1, 41, 46, .2);
    width: 1480px;
}

.landingPage__main-mission-vision-discription-container-col {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-items: start;
    opacity: .9;
    font-size: 1.1rem;
}


/* DIFERENTIAL */

.landingPage__main-mission-diferential-container {
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    text-align: left;
    width: 1480px;
    border-top: 1px solid rgba(1, 41, 46, .2);
    border-bottom: 1px solid rgba(1, 41, 46, .2);
}

.landingPage__main-mission-diferential-container h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.landingPage__main-mission-diferential-list-item {
    display: flex;
}

.landingPage__main-mission-diferential-list-dot {
    margin-top: 1rem;
    height: 30px;
    margin-right: .5rem;
}


/* Products*/

.landingPage__main-our-products-container {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    background: linear-gradient(to right top, rgba(35, 126, 124, 0.7), rgba(1, 41, 46, 1));
    box-shadow: 0px 0px 18px 10px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.landingPage__main-our-products-cards-container {
    border-top: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    width: 1480px;
    margin-bottom: 3rem;
}

.landingPage__main-our-products-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 40px;
}

.landingPage__main-our-products-cards {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    text-align: start;
    overflow: hidden;
    margin: 3rem 1rem;
    border-radius: 4px;
    background: white;
    box-shadow: 8px 8px 10px rgb(33 33 33 / 50%);
    width: 35%;
    height: 30rem;
}

.landingPage__main-our-products-cards img {
    height: 15rem;
    width: 100%;
    box-shadow: 0px 8px 8px rgba(33, 33, 33, .3);
}

.landingPage__main-our-products-cards h2 {
    color: rgba(1, 41, 46, .8);
    margin-left: 1rem;
}

.landingPage__main-our-products-cards-discriiption {
    color: rgba(1, 41, 46, 1);
    display: flex;
    justify-items: start;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.09rem;
}

.landingPage__main-our-products-cards-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(97, 97, 230);
    width: 8rem;
    height: 3rem;
    border-radius: 5px;
    color: white;
    margin-top: rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}


/* SOLUTIONS */

.landingPage__main-solutions-container {
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    background: white;
    width: 100%;
}

.landingPage__main-solutions-container-carousel-container {
    margin: 5rem;
}

.landingPage__main-solutions-container-carousel-container p {
    margin: 2rem;
}


/* CAROUSEL */

.landingPage__main-solutions-carousel-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1480px;
    border-top: 3px solid rgba(1, 41, 46, .5);
    border-bottom: 3px solid rgba(1, 41, 46, .5);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.landingPage__main-solutions-carousel-button--right {
    background: transparent;
    width: 25px;
    height: 20px;
    cursor: pointer;
    opacity: .8;
}

.landingPage__main-solutions-carousel-button--left {
    background: transparent;
    width: 25px;
    height: 20px;
    cursor: pointer;
    opacity: .8;
}

.landingPage__main-solutions-carousel-button img {
    color: rgba(1, 41, 46, .5);
    opacity: .7;
}

.landingPage__main-solutions-carousel-container {
    display: flex;
    height: 100%;
    margin: 1rem 0rem;
    width: 100%;
    height: 725px;
    position: relative;
    overflow: hidden;
}

.landingPage__main-solutions-carousel-track {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 550ms ease-in;
}

.landingPage__main-solutions-carousel-slide {
    width: 100%;
    height: 100%;
    position: absolute;
}

.landingPage__main-solutions-carousel-slide img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.landingPage__main-solutions-carousel-slide h1 {
    font-size: x-large;
    color: rgba(1, 41, 46, 1);
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.landingPage__main-solutions-carousel-slide h2 {
    font-size: medium;
    color: rgba(1, 41, 46, .8);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.landingPage__main-solutions-carousel-nav {
    position: absolute;
    bottom: 30px;
}

.landingPage__main-solutions-carousel-indicator {
    cursor: pointer;
    width: 30px;
    height: 5px;
    background: rgba(1, 41, 46, .5);
}


/* FOOTER */

.landingPage__footer-container {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    background: linear-gradient(to right top, rgba(35, 126, 124, 0.7), rgba(1, 41, 46, 1));
    box-shadow: 4px 4px 15px rgba(122, 122, 122, .3);
    justify-content: space-evenly;
    align-items: center;
    z-index: 5;
}

.landingPage__footer-title-links {
    display: flex;
    width: 1480px;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.landingPage__footer-title-links h1 {
    text-align: center;
    font-size: 30px;
    color: white;
}

.landingPage__footer-title-links img {
    width: 30px;
    height: 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    filter: invert();
}

.landingPage__footer-details {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 1480px;
    display: flex;
}

.landingPage__footer-details ul {
    list-style: none;
}

.landingPage__footer-details li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    color: white;
}


/* COMMUNS */

.text-title-colored {
    color: rgba(1, 41, 46, .8);
    font-size: 40px;
}

.text-highlited-colored {
    color: rgba(1, 41, 46, .8);
    font-size: 2rem;
}

.text-colored {
    color: rgba(1, 41, 46, .8);
    font-size: 1.5rem;
}

.hover-shadow {
    transition: box-shadow .5s;
}

.hover-shadow:hover {
    box-shadow: 3px 5px 5px rgba(33, 33, 33, .3);
}

.hover-text-effect-light {
    transition: color .3s;
}

.hover-text-effect-light:hover {
    color: rgba(0, 0, 0, .5);
}

.hover-buttom-light {
    transition: background-color .3s;
}

.hover-buttom-light:hover {
    background-color: rgba(255, 255, 255, .1);
}

.color-mask-dark {
    background-color: rgba(0, 0, 0, .2);
}

.reverse-img {
    transform: rotateY(-180deg)
}

.current-slide--button {
    background: rgba(1, 41, 46, 1);
}

.current-slide {
    box-shadow: 3px 5px 5px rgba(33, 33, 33, .3);
}

.is-hidden {
    opacity: 0;
    cursor: unset;
}