/*
Theme Name: Oliva Theme by NetEnjoy
Author: NetEnjoy
Author URI: https://netenjoy.it/
Description: Tema sviluppato per Oliva
Version: 1.0.0
*/

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Bold.woff2') format('woff2'),
        url('fonts/LabGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-MediumItalic.woff2') format('woff2'),
        url('fonts/LabGrotesque-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Regular.woff2') format('woff2'),
        url('fonts/LabGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Light.woff2') format('woff2'),
        url('fonts/LabGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-LightItalic.woff2') format('woff2'),
        url('fonts/LabGrotesque-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-BoldItalic.woff2') format('woff2'),
        url('fonts/LabGrotesque-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-BlackItalic.woff2') format('woff2'),
        url('fonts/LabGrotesque-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Black.woff2') format('woff2'),
        url('fonts/LabGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Medium.woff2') format('woff2'),
        url('fonts/LabGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Italic.woff2') format('woff2'),
        url('fonts/LabGrotesque-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* Bootstrap */
.container {
    max-width:1640px;
}

.card {
    max-width:max-content;
}

/* General */
body,
html {
    font-family: 'Lab Grotesque';
}

.pe-custom {
    padding-top:40.5px;
}

@media (max-width:991.98px){
    .pe-custom {
        padding-top:0px;
    }
}

.pe-custom-1 {
    padding-top:370.3px;
    padding-bottom:586px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .remove-px {
        padding-left:0px;
        padding-right:0px;
    }
    
    .pe-custom-1 {
        padding-top:185.15px;
        padding-bottom:293px;
    }
    
}

.custom-btn {
    padding: 24px 49px;
    background: #fff;
    color: #00203A;
	border-color: #00203A;
}

.custom-btn:hover {
    padding: 24px 49px;
    background: #00203A;
    color: #fff;
	border-color: #00203A;
}


/* Header */

header {
    position:absolute;
}

@media (max-width:991.98px) {
    header {
        position:relative;
        background:#111924;
    }
}
ul#menu-menu-principale {
    display: flex;
    padding: 0;
    margin: 0;
}


@media (max-width:991.98px) {
    ul#menu-menu-principale {
        flex-direction:column;
    }
}


ul#menu-menu-principale li {
    list-style-type: none;
    padding:0 20px;
}

@media (max-width:991.98px) {
    ul#menu-menu-principale li {
        padding:10px 0px;
    }
}

ul#menu-menu-principale li a {
    width: max-content;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

ul#menu-menu-principale li a:hover {
    text-decoration: underline;
}


/* Hamburge */
.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler i.fa.fa-bars {
    color:#fff;
}

/* Intro section */
.intro {
    background: url('https://oliva.netenjoy2.dev/wp-content/uploads/2022/01/intro-bg.jpg');
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.intro .intro-title h1 {
    font-size: 6.25rem;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .intro .intro-title h1 {
        font-size: 3rem;
        line-height: 50px;
    }
}

.intro .intro-content p {
    font-size: 2rem;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    margin-bottom:60px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .intro .intro-content p {
        font-size: 1rem;
        line-height: 26px;
    }
}


a.bt-custom {
    padding: 20px 130px;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    background: #0040A8;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    a.bt-custom {
        padding: 10px 65px;
        font-size: 14px;
    }
}


/* One Section Card */
.one-section-card {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 201px 0px 113px 0px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-card {
        background-position:center;
    }
}

.one-section-card .card {
    padding: 66px 105px 66px 66px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-card .card {
        padding: 33px 52.5px 33px 33px;
    }
}

.one-section-card .card h1 {
    font-size: 5rem;
    line-height: 40px;
    font-weight: bold;
    color: #0040A8;
    margin-bottom:36px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-card .card h1 {
        font-size: 2.5rem;
        margin-bottom:20px;
    }
}

.one-section-card .card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #0040A8;
    margin-bottom: 60px;
    max-width:335px;
}

.customn-card .card p{
    max-width:unset!important;
}

.one-section-card a.custom-btn {
    padding: 24px 49px;
    background: #0040A8;
    color: #fff;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-card a.custom-btn {
        padding: 12px 24.5px;
        background: #0040A8;
        color: #fff;
    }
}

/* Two Section Card */
.two-section-card .card {
    background: #0040A8;
}

.two-section-card {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 201px 0px 113px 0px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .two-section-card {
        background-position:center;
    }
}


.two-section-card .card {
    padding: 66px 105px 66px 66px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .two-section-card .card {
        padding: 33px 52.5px 33px 33px;
    }
}


.two-section-card .card h1 {
    font-size: 5rem;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom:36px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .two-section-card .card h1 {
        font-size: 2.5rem;
        margin-bottom:20px;
    }
}


.two-section-card .card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 60px;
    max-width:335px;
}

.two-section-card a.custom-btn {
    padding: 24px 49px;
    background: #fff;
    color: #00203A;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .two-section-card a.custom-btn {
        padding: 12px 24.5px;
        background: #fff;
        color: #00203A;
    }
}


/* Three Section Card */
.three-section-card .card{
    background: #0040A8;
}

.three-section-card {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 201px 0px 113px 0px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .three-section-card {
        background-position:center;
    }
}

.three-section-card .card {
    padding: 66px 105px 66px 66px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .three-section-card .card {
        padding: 33px 52.5px 33px 33px;
    }
}

.three-section-card .card h1 {
    font-size: 5rem;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom:36px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .three-section-card .card h1 {
        font-size: 2.5rem;
        margin-bottom:20px;
    }
}


.three-section-card .card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 60px;
    max-width:335px;
}

.three-section-card a.custom-btn {
    padding: 24px 49px;
    background: #fff;
    color: #00203A;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .three-section-card a.custom-btn {
        padding: 12px 24.5px;
        background: #fff;
        color: #00203A;
    }
}

/* One Section image with full card */
.one-section-image-with-full-card {
    padding:142px 0;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-with-full-card {
        padding: 42px 0;
    }
}

.one-section-image-with-full-card .bg-custom {
    background: #00203A;
    padding-left:138px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-with-full-card .bg-custom {
        padding-top:38px;
        padding-left:38px;
        padding-bottom:38px;
    }
}

.one-section-image-with-full-card .container-info h1 {
    font-size: 5rem;
    font-weight:bold;
    color:#fff;
    margin-bottom:35px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-with-full-card .container-info h1 {
        font-size: 2.5rem;
        margin-bottom:20px;
    }
}

.one-section-image-with-full-card .container-info p {
    font-size: 1rem;
    font-weight:normal;
    color:#fff;
    margin-bottom:3.731rem;
}

.one-section-image-with-full-card a.custom-btn {
    padding: 24px 49px;
    background: #0040A8;
    color: #fff;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-with-full-card a.custom-btn {
        padding: 12px 24.5px;
        background: #0040A8;
        color: #fff;
    }
}




/* One Section image left with full card */
.one-section-image-left-with-full-card {
    padding:142px 0;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-left-with-full-card {
        padding:54px 0 ;
    }
}


.one-section-image-left-with-full-card .bg-custom {
    background: #00203A;
    padding-left:154px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-left-with-full-card .bg-custom {
        padding-left:54px;
        padding-top: 54px;
    }
}


.one-section-image-left-with-full-card .container-info h1 {
    font-size: 5rem;
    font-weight:bold;
    color:#fff;
    margin-bottom:35px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-left-with-full-card .container-info h1 {
        font-size: 2.5rem;
        margin-bottom:20px;
    }
}

.one-section-image-left-with-full-card .container-info p {
    font-size: 1rem;
    font-weight:normal;
    color:#fff;
    margin-bottom:3.731rem;
}

.one-section-image-left-with-full-card a.custom-btn {
    padding: 24px 49px;
    background: #0040A8;
    color: #fff;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .one-section-image-left-with-full-card a.custom-btn {
        padding: 12px 24.5px;
        background: #0040A8;
        color: #fff;
    }
}

/* Call to action 1 */

.cta-1 .container-call-to-action h1 {
    font-size: 5rem;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 36px;
	text-align: center;
}

@media (max-width:767.98px) {
	.container-call-to-action h1 {
		font-size: 2.5rem;
    	margin-bottom: 20px;
	}
}

.cta-1 {
    padding: 125px 0;
}
.cta-1 .container-call-to-action p {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight:normal;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .cta-1 .container-call-to-action p {
        font-size: 18px;
        line-height: 23px;
    }
}


/* Call to action 2 */
.cta-2 .container-call-to-action h1 {
    font-size: 5rem;
    line-height: 40px;
    font-weight: bold;
    color: #00203A;
    margin-bottom: 36px;
	text-align: center;
}

@media (max-width:767.98px) {
	.cta-2 .container-call-to-action h1 {
		font-size: 2.5rem;
    	margin-bottom: 20px;
	}
}

.cta-2 {
    padding: 118px 0;
}
.cta-2 .container-call-to-action p {
	font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #00203A;
    margin-bottom: 60px;
	text-align: center;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .cta-2 .container-call-to-action p {
        font-size: 26;
        line-height: 32px;
    }
}



/* Contact Section */
.contact-section {
    padding:142px 0;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .contact-section {
        padding:54px 0 ;
    }
}


.contact-section .bg-custom {
    background: #0040A8;
    padding-left:154px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .contact-section .bg-custom {
        padding-left:54px;
        padding-top: 54px;
    }
}


.contact-section .container-info h1 {
    font-size: 5rem;
    font-weight:bold;
    color:#fff;
    margin-bottom:35px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .contact-section .container-info h1 {
        font-size: 2.5rem;
        margin-bottom:20px;
    }
}

.contact-section .container-info p {
    font-size: 1rem;
    font-weight:normal;
    color:#fff;
    margin-bottom:3.731rem;
}


/* Footer */
footer {
    background: #00203A;
    padding: 117.5px 0 0px 0;
}

.copy {
    padding-top: 175px;
    padding-bottom: 10px;
}

.copy .content p,
.copy .content a {
    color:#fff;
    text-decoration:none;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    footer {
        padding: 58.75px 0 92.5px 0;
    }
    
    .icon-social {
        margin-top:40px;
    }
}


.logo-footer {
    margin-bottom: 60px;
}

.info-company p,
.info-partner p,
.link-utili p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
}

.info-company h5,
.info-partner h5,
.link-utili h5 {
    color: #fff;
    margin-bottom:30px;
}


/* Chat Whatsapp */
.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .floating_btn {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 80px;
        height: 80px;
    }
}

@keyframes pulsing {
	to {
	  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
