@font-face {
    font-family: roman1;
    src: url(../fonts/Roman3.otf);
    font-display: swap;
}

:root {
    --text-grey: #595959;
    --anemos-green: #00a19a;
}

/******************************* BODY *******************************/
body {
    font-family: 'roman1';
}

/******************************* BANNER TOP PAGINA *******************************/
.banner-top-design{
    background-image: url(../images/design/Design_top_banner.jpeg);
    background-position: center;
    background-size: cover;
    height: 600px;
}
.banner_design_cover{ /* background verde */
    background: #12302fbd;
    height: 600px;
}


/******************************* PRIMA SEZIONE ANEMOS DESIGN *******************************/
.title{
    color: var(--anemos-green);
}
.sub-title{
        font-size: 1.25rem;
}
.text{
    color:var(--text-grey);
    font-size: 20px;
    letter-spacing: 1px;
}
.before_pop{
    z-index: 90;
}
.after_pop{
    z-index: 90;
}
.popcorn_img {
    background: url(../images/design/Design_PopCorn.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 85vh;
    position: relative;
    width: 650px;
    right: 24vh;
}


/******************************* ANEMOS DESIGN BANNER CENTRALE *******************************/
.central_banner_desc{
    font-size: 20px !important;
}
.general-design {
    background: url(../images/Design/Design_Banner_Desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}
.central_banner { /* background verde */
    background: #12302fbd;
}
.central_banner_title {
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 40px;
    color: #b9cef4;
}
.text-central-banner{
    font-size: 20px;
}

/******************************* ANEMOS DESIGN SCHEDE *******************************/
.titleicon {
    text-align: center;
    padding-top: 15px;
}
.texticon {
    text-align: center;
    color: var(--text-grey);
    font-size: 20px;
}
.row {
    --bs-gutter-x: unset !important;
}
.icon-box {
    text-align: center;
    padding: 30px;
}
.dimensioni_icons {
    width: 80px;
    height: 80px;
    background-size: contain;
    position: relative;
    margin: auto;
    background-repeat: no-repeat;
}
.background-schede{
    bottom: 150px;
    position: relative;
    background: white;
    box-shadow: 0px 4px 18px black;
    margin: auto;
}
.Identity{
    background-image: url(../images/design/Identity_Icon.png);
}
.DesignApp{
    background-image: url(../images/design/DesignApp_Icon.png);
}
.DesignMarketing{
    background-image: url(../images/design/DesignMarketing_Icon.png);
}
.DesignSocial{
    background-image: url(../images/design/DesignSocial_Icon.png);
}

/******************************* BRAND *******************************/
.background-brand{
    background-color: #f1f1f1;
}
.container-brand-text {
    width: 70%;
    margin: auto;
}
.title-brand{
    font-weight: bold;
    color: var(--anemos-green);
}
.text-brand {
    color: var(--text-grey);
    font-size: 20px;
    letter-spacing: 1px;
}
.brand_img {
    background-image: url(../images/design/Design_Brand.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/******************************* MEDIA QUERY *******************************/
@media (max-width: 992px) {
    .col-md-4.before_pop {
        flex: 0 0 auto;
        width: 100%;
    }
    .before_pop {
        text-align: center;
    }
    .col-md-4.after_pop {
        flex: 0 0 auto;
        width: 100%;
    }
    .after_pop {
        text-align: center;
    }
    .popcorn_img {
        right: 2vh;

    }
}

@media (max-width: 800px) {
    .general-design {
        height: 630px;
    }
    .popcorn_img {
        right: 2vh;
        height: 500px;
        width: unset;
    }
}

@media (max-width: 450px) {
    .general-design {
        height: 680px;
    }
}

@media (max-width: 400px) {
    .general-design {
        height: 780px;
    }
}
