.glyph {
    position: relative;
    height: 7px;
    width: 100px;
    background-color: var(--giallo-gendjus);
}

.glyph::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: var(--giallo-gendjus);
}



/*INTRO HERO*/
.gendjus-banner {
    height: 70vh;
    position: relative;
    background: #0b0b0f;
}

.gendjus-banner p {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.9rem;
}

.gendjus-banner p:before {
    content: "";
    width: 152px;
    height: 30px;
    background-image: url(../images/yellow-png.png);
    display: block;
    margin-bottom: 19px;
    background-size: contain;
    transform-origin: left bottom;
    transform: scale(0.5);
}


.gendjus-banner p span{
    font-size: 2.5rem;
    display: block;
    line-height: 1.14em;
    margin-bottom: 1rem;
    color: #ffc210;
}




@media(min-width: 992px) {
    .gendjus-banner p  {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .gendjus-banner p span{
        font-size: 3.5rem;
    }
}





/* BOXES AFTER INTRO */
.boxes * {
    color: #fff;
}

.boxes {
    padding: 1rem;
}

.boxes a {
    pointer-events: none;
    text-decoration: none;
    font-size: 2rem;
    text-transform: capitalize;
    font-family: "Cinzel";
}


.boxes .views-row .circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 2rem;
}

.boxes .views-row:nth-child(3),
.boxes .views-row:nth-child(1) {
    background-color: var(--primary-color);
}

.box.blue .circle {
    border-color: var(--giallo-gendjus);
}

.boxes .views-row:nth-child(2) {
    background-color: var(--accent-color);
}

.boxes .views-row {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2rem;
}

.boxes .views-row a {
    margin-bottom: 1rem;
    display: block;
    position: relative;
}

.boxes .views-row a:before {
    content: "";
    position: relative;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    border-radius: 44px;
    display: block;
    z-index: 4109;
    position: relative;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.boxes .views-row:nth-child(1) a:before {
    background-image: url(../images/exploration.png);
}

.boxes .views-row:nth-child(2) a:before {
    background-image: url(../images/puzzle.png);
}

.boxes .views-row:nth-child(3) a:before {
    background-image: url(../images/balance.png);
}


.boxes {
    margin-top: 2rem;
    position: relative;
}

@media(min-width: 992px) {
    .boxes {
        padding: 1rem;
    }
    
    .boxes {
        margin-top: -4.75rem;
    }
}

@media(min-width: 1024px) {

    .boxes >div >div {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .boxes .views-row {
        padding: 3rem 3rem 2rem 3rem;
        min-height: 410px;
        justify-content: flex-start;

    }

    .boxes .views-row {
        width: 33.33%;
    }

    .partners {
        gap: 4rem;
    }
}



/*TEXT*/
.text-container-hp {
    display: flex;
    justify-content: center;
}

.btn-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}



/*BANNER IMG BACKGROUND*/

.gendjus-banner-middle {
    height: 60vh;
    position: relative;
}

.gendjus-banner-middle::after,
.gendjus-banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
}

.gendjus-banner-middle img,
.gendjus-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.gendjus-banner-middle .banner {
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 100%;
    translate: -50% -50%;
}

.gendjus-banner-middle .banner .h1 {
    font-size: 40px;
    line-height: 1.25em;
    padding: 0 20px;
    /* text-transform: capitalize; */
    font-family: "Cinzel";
}

@media (min-width: 1024px) {
    .gendjus-banner-middle .banner .h1 {
        font-size: 70px;
    }
}

.gendjus-banner .text {
    z-index: 2;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.gendjus-banner .text img {
    max-height: 300px;
    max-width: 250px;
    width: 100%;
}




/*PARTNERS*/

.partner-div {
    margin-top: 4rem; 
}

.partner .logo {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}

.partner-div + .partners>.views-element-container {
    display: block;
    width: 100%;
}

.partner-div h2 {
    text-transform: capitalize;
}

.partner-div + .partners .views-row a {
    width: 80%;
    position: relative;
    display: block;
    margin-bottom: 4rem;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.partner-div + .partners .views-row a:hover img {
    opacity: 0.8;
    transition: 0.2s;
}

.partner-div + .partners .views-row a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (min-width: 992px) {

    .partner-div + .partners>.views-element-container >div{
        display: flex;
        width: 740px;
        height: 100%;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
    }

    .partner-div + .partners>.views-element-container >div>div {
        display: block;
        width: 100%;
        height: 100%;
    }
}



/*
    BOXES CTA
    SKETCH ENGINE E CORPUS
*/

.cta-boxes {
    background: url(../images/bg-filigrana.jpg);
    padding: 4rem 0rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.cta-boxes * {
    color: #fff;
    text-align: center;
}

.cta-boxes .cta-box:first-child {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #2f3864;
}

.cta-boxes .cta-box {
    padding: 0 2rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .cta-boxes .cta-box {
        width: 50%;
    }
}

.cta-boxes h3 {
    font-size: 40px;
    margin-bottom: 2rem;
    font-weight: 100;
    line-height: 2.5rem;
    text-transform: capitalize;
}

.cta-boxes p {
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .cta-boxes {
        min-height: 420px;
        display: flex;
    }

    .cta-boxes .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .cta-boxes h3 {
        line-height: 3.375rem;
        font-size: 3.125rem;
    }
    
    .cta-boxes .cta-box:first-child {
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        border-bottom: 0px solid #2f3864;
        border-right: 1px solid #2f3864;
    }
}