html {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
}

.main-image-responsive {
    display: none;
}

/* HEADER */
.primus-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.primus-toggler.navbar-toggler {
    border: none;
    background-color: #58595b;
}
header .header-logo img {
    width: 200px;
}
#navbar-menu {
    justify-content: center;
}

header .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 2rem;
    padding-left: 2rem;
}

.nav-link {
    text-transform: uppercase;
    border-bottom: 2px solid transparent !important;
    font-size: 0.9rem !important;
}

.nav-link:hover{
    border-bottom: 2px solid #00AEEF !important;
}

header .navbar {
    background-color: transparent;
    padding: 65px 10% !important;

}

.navbar-contact a{
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 30px;
    background-color: #1A2C57;
    border-radius: 10px;
    font-size: 1em;
}

.navbar-contact a:hover {
    background-color: #00AEEF;
}

nav.scrolled {
    background-color: #00AEEF;
    padding: 10px 10% !important;
    transition: all 0.5s;
}

nav.scrolled .nav-link {
    color: #fff;
}

nav.scrolled .navbar-contact a:hover {
    background-color: #f2f2f2;
    color: #00AEEF !important;
}

nav.scrolled .nav-link:hover{
    border-bottom: 2px solid #ffffff !important;
}

.primus-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.primus-toggler.navbar-toggler {
    border: none;
    background-color: #001822;
}

/* BUTTONS */
.button {
    background-color: #00AEEF;
    padding: 10px 25px;
    border-radius: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

.button:hover {
    background-color: #1A2C57;
}

.main-button {
    margin: 15px 0;
    padding: 25px;
    border-radius: 10px;
    text-transform: uppercase;
}

/*TITLES*/

main h1{
    font-size: 4.0em;
    color: #001822;
    font-weight:bold;
    margin-bottom: 0.5em;
}

main h2 {
    color: #00AEEF;
    text-transform: uppercase;
    margin-bottom: 1em;
}

main h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

p {
    font-size: 20px;
}

/*Utils*/

.separator-20 {
    height: 1px;
    margin-bottom: 20px;
}

.separator-40 {
    height: 1px;
    margin-bottom: 40px;
}

.padding-10 {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.padding-r-10 {
    padding-right: 10% !important;
}

.align-center {
    text-align: center;
}

.bg-gray {
    background-color: #E4E4E4;
    padding-top: 70px;
    padding-bottom: 25px;
}


/* MAIN */

/* FRONTPAGE */
.landing-frontpage {
    background-image: url("https://assets.alliancelaundry.com/wp-content/Primus/global-tpl/global-main/assets/img/background-primus-hero.webp");
    height: 100%;
    width: 100vw;
    background-size: cover;
    padding-top: 250px;
}

.landing-frontpage-title {
    padding-right: 5%;
}

.main-image {
    text-align: right;
}

.main-image img{
    max-width: 80%;
}

.line-pattern {
    margin-top: -16% !important;
    background-image: url("https://assets.alliancelaundry.com/wp-content/Primus/global-tpl/global-main/assets/img/primus_line-pattern.webp");
    height: 550px;

    background-size: cover;
}

/* About us */
.about-us {
    margin: 150px 0;
}

.blue-dot {
    background-color: #00AEEF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 30px auto 50px;
}

.bg-gray h2 {
    color: #001822;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.about-us-title-wrapper p, .about-us-title-wrapper h2 {
    margin-right: 20%;
}

.blue-band {
    background-color: #00AEEF;
    padding: 60px 10%;
    margin-right: 10% !important;
    color: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.2);
}

.blue-band h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.blue-band p {
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.2;
}

.about-us-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-title-wrapper {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
}

.about-us-img {
    border-radius: 20px 0 0 20px;
}
/* Products */

.products {
    margin: 150px 0;
}

.products-slider {
    margin-top: 100px !important;
}

.product-slide {
    background-color: #DDF3FD;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.2);
    margin: 20px !important;
}

.product-description-wrapper {
    align-self: end;
    margin-bottom: 80px;
    padding-left: 40px;
}

.product-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
}

.product-description {
    float: left;
    margin-right: 30px;
}

.product-characteristic {
    font-size: 0.8em;
    text-transform: uppercase;
}

.product-characteristic-value {
    text-align: center;
    font-weight: bold;
}

.product-description-text {
    margin-bottom: 30px;
}

.product-description-text::after {
    content: "";
    clear: both;
    display: table;
}

.products-slider-buttons-wrapper {
    text-align: center;
}
.swiper {
    width: 100%;
}

.products-slider-buttons-wrapper {
    position: relative;
    height: 90px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.products-slider-buttons-wrapper .swiper-button-prev, .products-slider-buttons-wrapper .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 20px 40px 0;
    color: #00AEEF;
    font-weight: bold;
}

/* Segment */

.segment {
    padding: 0px !important;
}

.segment-text-wrapper {
    align-self: center;
}

/*Video*/

.video-banner {
    margin: 150px 0;
}

.video-background {
    border: 20px solid transparent;
    border-radius: 20px;
    /*background: linear-gradient(90deg, #00AEEF 0%, #00AEEF 70%, #ffffff 70%, #ffffff 100%) border-box;*/
    background-color: #00AEEF;
}

.video-text-wrapper {
    padding: 70px 30% 50px 50px;
}

.video-text-wrapper h1 {
    color: #ffffff;
}
.video-text-wrapper h4 {
    color: #ffffff;
    margin-bottom: 50px;
}

.video-wrapper {
    align-self: center;
    margin-left: -17%;
}

.video-facade {
    overflow: hidden;
    border-radius: 20px;
    transform: translateZ(0px);
}

/*Contact us*/

.contact-us {
    padding-top: 120px;
    padding-bottom: 100px;
}

.contact-us h2 {
    color: #00AEEF;
    text-transform: none;
    font-size: 3em;
}

.bg-image {
    background-image: url(https://assets.alliancelaundry.com/wp-content/Primus/it/horeca-opl/assets/img/primus-matheus-bertelli-low-opacity.jpg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 25px;
}

.custom-thumbnail {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Adjust padding and margins for smaller screens if needed */
@media (max-width: 767px) {
    .padding-10 {
        padding: 10px;
    }
    .separator-40 {
        margin-bottom: 40px;
    }
}

/* FOOTER */
.footer {
    background-color: #00AEEF;
    padding: 50px 10%;
    color: #FFF;
}

.footer .footer-links a {
    padding-right: 50px;
    font-size: 0.9em;
}

.footer a {
    text-decoration: none;
    color: #FFF;
}

.footer a:hover {
    color: #1A2C57;
}

.footer-social {
    margin-bottom: 50px !important;
}

.footer .social-links-wrapper {
    display: flex;
}
.footer .social-links-wrapper a img {
   width: 30px;
}
.footer .footer-social a {
    font-size: 1.5em;
    padding-right: 2%;
}

.social-links-title {
    font-size: 1.5em;
    margin-left: 10%;
    margin-right: 10%;
}

.footer-copyright {
    font-size: 0.9em;
}

/* END FOOTER */
