/*ZHULUSIU*/

* {
    font-family: 'Roboto_Regular';
}

#menu {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0.6;
    background-color: white;
}

.sf_bianco {
    background-color: white;
}


/*home*/

#home {
    height: 90%;
    background-image: url(/img/home/HomeBg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid var(--green_mid);
}

.home_dark {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 60%;
    max-height: 80%;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1 !important;
}

.centering {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2 !important;
}

.MainLogo {
    color: white;
    text-align: center;
    font-size: 200%;
    margin: 30px 0px;
}

.Logo {
    width: 800px;
    max-width: 40%;
}

.linkBox {
    margin: auto;
    border-top: 2px solid var(--green_mid);
    padding: 0;
    width: 70%;
}

.links {
    color: var(--green_mid);
    font-weight: bold;
}

.links:visited {
    text-decoration: none;
}

.links:link {
    color: var(--green_mid);
}

.linkBox li:hover {
    transform: scale(1.1);
    transition-duration: 300ms;
}

.linkBox li {
    transition-duration: 300ms;
    display: inline-block;
    margin: 10px 30px;
    font-size: 130%;
}

.linkBox li:first-child {
    margin-left: 85px;
}

.linkBox li:last-child {
    margin-right: 85px;
}


/*who we are*/

.whoweare_title {
    text-align: center;
    font-family: 'Roboto_Thin';
    font-weight: bold;
}


/*
.whoweare_second {
	height: calc(50% - 90px);
	width: 100%;
	text-align: center;
	padding: 20px;
}

.whoweare_second div {
	height: calc(100% - 60px);
	display: inline-block;
	padding: 30px;
}

.whoweare_second_1 {
	width: 35%;
}

.whoweare_second_2 {
	width: 25%;
	background-image: url(/img/www/Work3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
*/


/*primo*/

.bigsecond {
    background-image: url('/img/home/HomeBg2.webp');
    background-size: cover;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
}

.paul {
    font-family: 'Roboto_Regular';
    display: inline-block;
    width: 100%;
    padding: 2.5%;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding-top: 6%;
    padding-bottom: 6%;
}

#second_title {
    color: var(--green_light);
}

#second_test {
    color: white;
    font-weight: normal;
}

.second_title {
    margin: 5px;
    width: 30%;
    margin-left: 50%;
}

.second_text {
    margin: 5px;
    font-size: 120%;
    width: 30%;
    margin-left: 50%;
}


/*secondo*/

#titleone {
    color: var(--green_mid);
}

.txtcontainer {
    font-family: 'Roboto_Regular';
    text-align: center;
}

.title {
    margin: 0;
    text-align: left;
}

.text {
    text-align: left;
    font-size: 120%;
}

.lateral {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin: 2.5%;
    padding: 0;
    /*height: 298px;*/
    width: 500px;
}

.left {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto_Regular';
    width: 35%;
    margin: 2.5%;
    padding: 0;
    height: auto;
}


/* stacco */

#green {
    background-color: var(--green_bar);
    padding: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

#Inter_sfondo {
    height: 60%;
    width: 100%;
    background-image: url('/img/home/HomeBg3.webp');
    background-size: cover;
}

#black_Filter {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#grosso {
    font-family: 'Roboto_Thin';
    color: white;
    font-size: 600%;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

#piccolo {
    color: white;
    font-family: 'Roboto_Thin';
    text-align: center;
    margin: 0;
    font-size: 200%;
}

#centering {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    z-index: 0;
}


/*primo green*/

.txtcontainer2 {
    font-family: 'Roboto_Regular';
    text-align: center;
}

.title2 {
    color: var(--green_mid);
    text-align: left;
    margin: 5px;
}

.text2 {
    /**/
    text-align: left;
    margin: 5px;
    font-size: 120%;
    color: white;
}

.lateral2 {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin: 2.5%;
    padding: 0;
    /*height: 298px;*/
    width: 500px;
}

.left2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto_Regular';
    width: 35%;
    margin: 1.5%;
    padding: 0;
    height: auto;
}


/*ultimo*/

.txtcontainer3 {
    font-family: 'Roboto_Regular';
    text-align: center;
}

.title3 {
    color: var(--green_mid);
    text-align: left;
    margin: 5px;
}

.text3 {
    /**/
    text-align: left;
    margin: 5px;
    font-size: 120%;
    color: white;
}

.lateral3 {
    text-align: right;
    vertical-align: middle;
    margin: 2.5%;
    padding: 0;
    /*height: 298px;*/
    width: 500px;
    z-index: 0;
}

.left3 {
    vertical-align: middle;
    font-family: 'Roboto_Regular';
    width: 35%;
    margin: 1.5%;
    padding: 0;
    height: auto;
    z-index: 0;
}


/* review */

#review {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 0;
    padding: 0;
    background-color: #f6f6f6;
}

.review_text {
    text-align: center;
    transition: opacity 400ms;
    z-index: 0;

}

#review_body {
    font-size: 120%;
    width: 70%;
    margin: 1em auto;
}

#review_name {
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 140%;
    position: relative;
    top: 5px;
    color: var(--green_mid);
}

#review_from {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    letter-spacing: -1px;
    font-size: 100%;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 300%;
    margin: 0;
    padding: 1.5em;
    font-family: monospace;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}

#rightarrow {
    right: 0px;
}

#leftarrow {
    left: 0px;
}



/* end review */

#collaboration{
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
#collab_text{
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #8ac53e;
    font-size: 110%;

}
#collaboration_img{
    transition-duration: 500ms ; 
    transition-timing-function: ease-in-out;
    vertical-align: middle; 
    margin: 35px 3%;
}
#collaboration_img:hover{
    transform: scale(1.05);
}


@media (orientation: landscape) {
    #home {
        min-height: 700px;
    }
    .lateral {
        max-width: 30%;
    }
    .txtcontainer3 {
        font-family: 'Roboto_Regular';
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }
    .lateral3 {
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        margin: 2.5%;
        padding: 0;
        /*height: 298px;*/
        width: 500px;
        max-width: 40%;
    }
    .left3 {
        display: inline-block;
        vertical-align: middle;
        font-family: 'Roboto_Regular';
        width: 35%;
        margin: 2.5%;
        padding: 0;
        height: auto;
        text-align:center;
    }
    .lateral2 {
        max-width: 40%;
    }
}

@media (orientation: portrait) {
    /* INIZIO */
    .Mainlogo {
        display: none;
    }
    .logo {
        width: 80%;
        max-width: 80%;
        margin-bottom: 30px;
    }
    .linkBox {
        transform: scale(1.4);
    }
    #home {
        height: 60%;
    }
    /*primo*/
    .second_title {
        margin: auto;
        margin-bottom: 1em;
        width: 75%;
        text-align: center;
        font-size: 300%;
    }
    .second_text {
        text-align: justify;
        margin: auto;
        font-size: 200%;
        width: 75%;
    }
    .box {
        margin: 0;
    }
    .paul {
        margin: 0;
        padding: 0;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    /*secondo*/
    .title {
        font-size: 300%;
        margin-bottom: 1em;
        margin-top: 1em;
        text-align: center;
    }
    .text {
        font-size: 200%;
        text-align: justify;
        width: 75%;
        margin: auto;
    }
    .lateral {
        width: 70%;
        margin-bottom: 10%;
        /**/
    }
    .left {
        width: 100%;
        margin: 0;
    }
    /* stacco */
    #Inter_sfondo {
        height: 80%;
    }
    #piccolo {
        width: 80%;
        margin: auto;
    }
    /*primo green*/
    .title2 {
        font-size: 300%;
        margin-bottom: 1em;
        margin-top: 1em;
        text-align: center;
    }
    .text2 {
        font-size: 200%;
        text-align: justify;
        width: 75%;
        margin: auto;
        margin-bottom: 5%;
    }
    .lateral2 {
        width: 70%;
        margin: 0;
        margin-bottom: 10%;
        /**/
    }
    .left2 {
        width: 100%;
        margin: 0;
    }
    /* urtimo*/
    .title3 {
        font-size: 300%;
        margin-bottom: 1em;
        margin-top: 1em;
        text-align: center;
    }
    .text3 {
        font-size: 200%;
        text-align: justify;
        width: 75%;
        margin: auto;
        margin-bottom: 5%;
    }
    .lateral3 {
        width: 70%;
        margin: 0;
        margin-bottom: 10%;
        /**/
    }
    .left3 {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:1000px) {
    .linkBox {
        width: 100%;
        font-size: 80%;
    }
}