/* ! Base style */

body{font-family: 'Cinzel Decorative', sans-serif; font-size: 16px; background-color: #000;}

a{text-decoration: none;}
a:hover{color: red}
.hv:hover{color: red;}
a:active{color: blue;}
.hv:active{color: blue;}
.lih:link{color: yellow;}
h1, h2, h3, h4, h5{color: black; padding-bottom: 30px;}
p{line-height: 28px; color: white; font-weight: 300;}

.big-text{font-size: 70px; font-weight: 900;}
.med-text{font-size: 40px;}
.normal-text{font-size: 20px;}
.small-text{font-size: 14px;}
.text-menu{font-size: 25px;}

.intro-text{text-transform: uppercase; font-size: 20px; font-weight: bold;}

.button{padding: 18px 28px; background: grey; color: white;
     display: inline-block; border-radius: 4px;}
.buttoncell{padding: 18px 28px; display: inline-block; border-radius: 200px; width: 350px; height: 350px;}

@media (max-width: 900px) {

    #video-index { object-fit: cover; width: 100%; height: auto;}
    .big-text{font-size: 40px;}
    
}

/* ! Header */

.header{
    background: linear-gradient(0deg, rgba(0,0,0,0.0), rgba(0, 0, 0, 0.9));
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    display: flex;
    text-align: center center;
    align-items: center;
}

.logo {
    width: 30%;
}

.logo img{object-fit: cover; width: 100%; height: 100%;}
#video-index {object-fit: cover; width: 100%; height: 100%;}

.menu {
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
    width: 70%;
    text-align: right;
    object-fit: cover;
}

.menu li{display: inline-block;}
.menu li a{color: #fff; padding: 15px; display: block;}

.hamburger {display: none;}

@media (max-width: 900px) {

    .header {padding-left: 0;}

    .menu{position: absolute; top: 0; right: -100%; background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0, 0, 0, 2)); 
        padding-left: 30px; padding-top: 140px; height: 100vh;}  
    .menu li{display: block;}

    .logo {width: 600px; height: 126px; display: flex;}
    #logoimg {width: 280px; height: 71px; padding-left: 10px;}

    .menu--open{right: 0;}

    .menu--close{position: absolute; top: 0; right: -100%; background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0, 0, 0, 2)); 
        padding-left: 30px; padding-top: 140px; height: 100vh;}

    .hamburger {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 40px;
        right: 30px;
    }

.hamburger span{ background: white; height: 3px; width: 100%; display: block; margin-bottom: 5px;}
}

/* ! Hero */

.hero{
    position: relative;
    background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0, 0, 0, 0.7)), 
    url('sfondoindexaugh.jpg') no-repeat center center;
    height: 100vh;
    display: flex; width: 100%; align-items: flex-end;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.hero__content{
    background: linear-gradient(0deg, rgba(0,0,0,0.01), rgba(0, 0, 0, 0.3));
    border-radius: 70px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    z-index: 1;
    position: relative;
}

.hero__content__none{
    display: none;
}

#freccia {
    opacity: 50%;
    max-width: 50px;
    max-height: 50px;
}

#video-index{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 1800px;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

/* ! Poster */

.poster{
    display: flex;
    max-height: fit-content;
    max-width: fit-content;
    align-items: center;
}

.posterW{
    display: flex;
    max-height: fit-content;
    max-width: fit-content;
    align-items: center;
}

.poster__img{width: 40%; height: 100%;}
.poster__img img{object-fit: cover; width: 100%; height: 100%;}
.poster__content{width: 60%; padding: 50px; text-align: center;}

.poster__imgW{width: 60%; height: 100%; padding-right: 50px;}
.poster__imgW img{object-fit: cover; width: 100%; height: 100%;}
.poster__contentW{width: 40%; padding: 50px; text-align: center;}

@media (max-width: 900px) {
    .poster{flex-wrap: wrap; height: auto;}

    .poster__img,
    .poster__content{width: 100%;}

    .posterW {display: grid;}

    .poster__imgW {width: 100%; padding-right: 0;}
    .poster__contentW {width: 100%;}
}

/* ! Panel YT */

.panelyt {display: flex;
    align-items: center;}

.panelyt__text{text-align: center; padding: 50px; width: 60%;}

.videoytube {width: 40%; max-width: 560px;} 

@media (max-width: 900px) {
    .panelyt{display: grid; max-width: 560px; margin: 0 auto;} 

    .videoytube{width: 100%;}

    .panelyt__text{width: 100%;}
    
}

/* ! Grid */

.gridpall{
    display: grid; max-width: 1350px;
    position: 0 30px; margin: 0 auto;
}
.grid{
    display: flex; max-width: 1350px;
    position: 0 30px; margin: 0 auto; text-align: center;
}
.grid .col{width: 100%;}

@media (max-width: 900px) {
    .grid{flex-wrap: wrap; padding-left: 20px;}
}

/* ! Carousel */

.main-carousel{
    padding: 40px 0;
}
.carousel-cell{
    height: 350px;
    width: 350px;
    margin-right: 40px;
}
.carousel-cell__content1{
    width: 100%;
    height: 100%;
    background: url('FBicon.png') center;
    border-radius: 100%;
    
}
.carousel-cell__content2{
    width: 100%;
    height: 100%;
    background: url('instagram.png') center scroll;
    border-radius: 100%;
    line-height: 350px;
}
.carousel-cell__content3{
    width: 100%;
    height: 100%;
    background: url('YTicon.png') center;
    border-radius: 100%;
    line-height: 350px;
}
.carousel-cell__content4{
    width: 100%;
    height: 100%;
    background: url('logmatr.png') center;
    border-radius: 100%;
    line-height: 350px;
}
.carousel-cell__content5{
    width: 100%;
    height: 100%;
    background: url('whstlog.png') center;
    border-radius: 100%;
    line-height: 350px;
}
.carousel-cell__content6{
    width: 100%;
    height: 100%;
    background: url('logo_black.png') center;
    border-radius: 100%;
    line-height: 350px;
}

@media (max-width: 900px) {
    .main-carousel {flex-wrap: wrap;}
    .carousel-cell {height: 100px; width: 100px; margin-right: 15px;}

    .carousel-cell__content1,
    .carousel-cell__content2,
    .carousel-cell__content3,
    .carousel-cell__content4,
    .carousel-cell__content5,
    .carousel-cell__content6 {background-size: cover;}
}


/* ! Panel Blu */

.contenitore {
    display: flex;
    height: 400px; width: 100%;
    margin-bottom: 40px;
}
.testodot{
    padding-top: 100px;
    text-align: center;
    width: 72%;
}
.panel-blue{
    background: black;
    padding: 100px 30px;
}
.dot1{
    min-height: 350px;
    min-width: 350px;
    background: url(Staff/Gerry.JPG) center;
    border-radius: 100%;
    line-height: 250px;
    text-align: center;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 28%;
}
.dot2{
    min-height: 350px;
    min-width: 350px;
    background: url(Staff/88331279_10223629796878944_1387266825925951488_o.jpg);
    border-radius: 100%;
    line-height: 250px;
    text-align: center;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 28%;
}
.dot3{
    min-height: 350px;
    min-width: 350px;
    background: url(Staff/Staff.jpg) center;
    border-radius: 100%;
    line-height: 250px;
    text-align: center;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 28%;
}
.dot4{
    min-height: 350px;
    min-width: 350px;
    background: url(Staff/104288853_3262929040435257_8115462664686388404_n.jpg);
    border-radius: 100%;
    line-height: 250px;
    text-align: center;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 28%;
}

.panel-blue__text{
    display: flex;
    align-items: center;
}

@media (max-width: 900px) {
    .gridpall{display: grid; align-items: center;}
    .dot1, .dot2, .dot3, .dot4 {width: 350px; height: 350px; margin-bottom: 0; margin: 0 auto;}
    .testodot{padding-top: 0; margin: 0 auto;}
    .contenitore{width: 350px; height: 800px; display: grid; margin: 0 auto;}

}

/* ! Footer */

.gridfoot{
    display: flex;
    text-align: center;
}
.col1{width: 50%; text-align: center;}
.col2{width: 50%; text-align: center;}

.col3{text-align: center;}
.footer{
    background: rgb(39, 39, 39);
    padding: 50px 0;
}

@media (max-width: 900px) {
    .gridfoot {display: grid;}
    .col1 {width: 100%; margin: 30px auto;}
    .col2 {width: 100%; margin: 0 auto;}
    .col3{margin-top: 30px; font-size: 13px;}
    .lih{width: 100%; margin-left: 0px;}
}

/* ! Helpers */

.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}
.tw{color: white;}


*,
*:before,
*:after { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}