/* STILE */

body{
    width: 100%;
    font-family: 'Inter', sans-serif;
}
html, body{
    min-height: 100vh;
    overflow-x: hidden;
}

/*CUSTOM*/


/*MENU*/
.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

.hero-section{
    height: 100vh;
    padding-top: 100px;
}

.nav-link{
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #e4923a;
}

.special-font{
    font-family: 'Kanit', sans-serif !important;
}

.special-font-reg{
    font-family: 'Urbanist', sans-serif !important;
    font-size: 60px;
}

.text-footer{
    text-transform: none;
    font-weight: 300;
    color: white;
    font-family: 'Inter', sans-serif !important;
}

.text-lil{
    font-size: 14px;
}

.dropdown-item{
    text-transform: uppercase;
    color: #4C4C5A;
}

.dropdown-menu{
    border-radius: 0 !important;
    border-width: 0;
}

.btn-primary-custom{
    background-color: #e4923a;
    color: white;
    font-weight: 600;
    border-radius: 35px;
}

.btn-primary-custom:hover{
    background-color: #e4923a;
    color: white;
    font-weight: 600;
    border-radius: 35px;
}

.btn-primary-custom:active{
    background-color: #e4923a;
    color: white;
    font-weight: 600;
    border-radius: 35px;
}

.btn-secondary-custom{
    background-color: #FFFFFF;
    color: #e4923a;
    font-weight: 600;
    border-radius: 35px;
    border: 2px solid #FFFFFF !important;
}

.btn-secondary-custom:hover{
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 35px;
    border: 2px solid #FFFFFF !important;
}

.btn-tertiary-custom{
    background-color: #fdf1e4;
    color: #e4923a;
    font-weight: 600;
    border-radius: 35px;
    border: 2px solid #e4923a !important;
}

.btn-tertiary-custom:hover{
    color: #e4923a;
    border: 2px solid #e4923a !important;
}

.btn-tertiary-custom:active{
    color: #f8e4cc !important;
    border: 2px solid #f8e4cc !important;
}

.primary-text-color{
    color: #e4923a;
}

.menu-mobile{
    margin: 0 auto !important;
}

/*FINE MENU*/

.text-blue{
    color: #e4923a;
}

.quadrotto-white{
    height: fit-content;
}

.title{
    font-size: 75px;
    line-height: 85px;
}
.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bkg-norepeat{
    background-repeat: no-repeat;
    background-size: cover;
}

.boxed{
    margin-left: 280px;
    margin-right: 280px;
}

.boxed-blue{
    margin-left: 280px !important;
    margin-right: 280px !important;
}

.img-car{
    width: 650px;
}

.header{
    position: absolute;
    top: 25%;
}

.bg-image{
    background-image: url("../img/images/copertina-home-rapidglass.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-soluzioni-vetro{
    background-image: url("../img/images/copertina-soluzione-rapidglass-o.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-image-azienda{
    background-image: url("../img/images/copertina-about-rapidglass.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-contraddistingue{
    background-image: url("../img/images/copertina-puntiforza-rapidglass-o.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-network{
    background-image: url("../img/images/copertina-network-rapidglass-o.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-banner-blue{
    background-image: url("../img/icone/download-orange.svg?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.box-sost{
    background-image: url("../img/images/sostenibilita-rapidglass.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
}

.half-section{
    height: 45vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.bg-mission{
    width: 100%;
    background-position-y: top;
    background-image: url("../img/images/copertina-mission-rapidglass-o.png");
}

.bg-academy{
    background-image: url("../img/images/copertina-academy-rapidglass-o.png");
}

.bg-contatti{
    background-image: url("../img/images/copertina-contatti-rapidglass-o.png");
}

.bg-glassradar{
    background-image: url("../img/images/copertina-portale-rapidglass-o.png");
}

.navbar-toggler{
    border: 0px;
    box-shadow: 0px !important;
}

.navbar-toggler:focus{
    box-shadow: 0px !important;
}

.logo-conv{
    width: 150px;
}

.blue-gradient-background{
    /*background: rgb(153,166,213);*/
    background: #f8c58b;
    /*background: linear-gradient(300deg, rgba(153,166,213,1) 0%, rgba(2,69,147,1) 100%);*/
    background: linear-gradient(300deg, #f8c58b 0%, #e4923a 100%);
}

.light-blue-background{
    background-color: #f2f2f2;
}

.blue-background{
    background-color: #e4923a;
}

.rounded-top{
    border-radius: 30px;
}


.btn-outline-custom{
    background-color: transparent;
    color: white;
    font-weight: 600;
    border-radius: 35px;
    border: 2px solid white !important;
}

.btn-outline-custom:hover{
    background-color: white;
    color: #e4923a;
    border: 2px solid white !important;
}

.btn-outline-custom:active{
    background-color: white !important;
    color: #e4923a !important;
    border: 2px solid white !important;
}

.btn-outline-custom-white{
    background-color: white;
    color: #e4923a;
    font-weight: 600;
    border-radius: 35px;
    padding-right: 5px;
    padding-left: 5px;
    border: 2px solid #e4923a !important;
}

.btn-outline-custom-white:hover{
    color: #e4923a;
    font-weight: 600;
}

.border-blue{
    border: 2px solid #e4923a !important;
}
.img-punti{
    width: 80%;
}

.dropdown-item:active{
    color: #4C4C5A;
    background-color: #e9ecef !important;
}

.dropdown-item:focus-visible{
    outline: white;
}

.dropdown-toggle:focus-visible{
    outline: white;
}

.text-gradient {
    color: white; /* fix for not webkit browsers */
    background: linear-gradient(to right, #F9F0DD, #DADEFA, #D8FFDC);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


@media screen and (max-width: 1200px) {
    .boxed-blue{
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

}

@media screen and (max-width: 992px) {
    .boxed-blue{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .logo-partner-mobile{
        width: 150px !important;
    }

    .special-font-reg{
          font-size: 40px;
      }

}

@media screen and (max-width: 600px) {
    .title{
        font-size: 45px;
        line-height: 55px;
    }

    .special-font-reg{
        font-size: 35px;
    }

    .img-car{
        width: 350px;
    }
    .box-sost{
       height: fit-content;
    }
}