/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@font-face {
    font-family: Open-Sans-Regular;
    font-display: block;
    src: url(../fonts/OpenSans-Regular.ttf) format("woff2");
}
@font-face {
    font-family: Open-Sans-Medium;
    font-display: block;
    src: url(../fonts/OpenSans-Medium.ttf) format("woff2");
}
@font-face {
    font-family: Open-Sans-SemiBold;
    font-display: block;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("woff2");
}
@font-face {
    font-family: Open-Sans-Bold;
    font-display: block;
    src: url(../fonts/OpenSans-Bold.ttf) format("woff2");
}
@font-face {
    font-family: Open-Sans-ExtraBold;
    font-display: block;
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("woff2");
}

@font-face {
    font-family: Raleway-Light;
    font-display: block;
    src: url(../fonts/Raleway-Light.ttf) format("woff2");
}

@font-face {
    font-family: Raleway-Regular;
    font-display: block;
    src: url(../fonts/Raleway-Regular.ttf) format("woff2");
}
@font-face {
    font-family: Raleway-Medium;
    font-display: block;
    src: url(../fonts/Raleway-Medium.ttf) format("woff2");
}
@font-face {
    font-family: Raleway-SemiBold;
    font-display: block;
    src: url(../fonts/Raleway-SemiBold.ttf) format("woff2");
}
@font-face {
    font-family: Raleway-Bold;
    font-display: block;
    src: url(../fonts/Raleway-Bold.ttf) format("woff2");
}
@font-face {
    font-family: Raleway-ExtraBold;
    font-display: block;
    src: url(../fonts/Raleway-ExtraBold.ttf) format("woff2");
}

/* GENERALE */

body, html {
    scroll-behavior: smooth;
}

.header-svg {
    fill: #542344;
    
}
.animate-opacity-menu {
    opacity: 1 !important;
    pointer-events: all !important;
    -webkit-transition: opacity 0.3s ease-in-out !important;
    -o-transition: opacity 0.3s ease-in-out !important;
    transition: opacity 0.3s ease-in-out !important;
    padding: 0 12px 0 12px;
    padding-left: 12px;
    background: rgba(8, 8, 8, 0.9);
}

.mobile-menu-icon {
    display: none;
}
.opened_menu {
    overflow: hidden;
}

.container {
    max-width: 1440px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.main-content {
    position: relative;
}

.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.main-cta {
    background-color: #542344;
    border-radius: 4px;    
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: Open-Sans-Medium;
    cursor: pointer;
}

.main-cta:visited {
    color: white;
}

.main-cta:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.header__material-icon {
    display: none;
    cursor: pointer;
}

.h1 {
    font-size: 48px;
}

.h2 {
    font-size: 36px;
}

.h3 {
    font-size: 20px;
}

/* FOOTER */

.footer__logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

.footer__navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}

.footer__menu {
    max-width: 300px;
}

.footer__title {
    margin-bottom: 24px;
}

.footer__navigation-container .menu-item, .footer__elements--item {
    margin-bottom: 16px;
}

.footer__social-share-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 16px;
    font-size: 14px;
    margin-top: 32px;
}

@media all and (max-width:550px) {

 
    #main-navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 32px;
        padding-top: 48px;
    }

    #main-navigation-menu li {
        margin-bottom: 32px !important;
    }
 
	.header__cta {
		margin-left: auto;
	}
 
    .header__material-icon {
        display: block;
        margin-left: 12px;
    }
 
    .animate-opacity-menu {
        opacity: 1 !important;
        pointer-events: all !important;
        -webkit-transition: opacity 0.3s ease-in-out !important;
        -o-transition: opacity 0.3s ease-in-out !important;
        transition: opacity 0.3s ease-in-out !important;
        padding: 0 12px 0 12px;
        padding-left: 12px;
    }

}