/* ! Base style */

body{font-family: 'Cinzel Decorative', sans-serif; font-size: 16px; background-color: black}

a{text-decoration: none;}
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%;
    z-index: 10;
    top: 0;
    display: flex;
    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 {
    border: 1px solid red;
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
    width: 70%;
    text-align: right;
}

.menu li{display: inline-block;}
.menu li a{color: #fff; padding: 15px; display: block;}

.hamburger {display: none;}

@media (max-width: 1200px) {

    .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;}

    .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;
}

.poster__img{width: 450px; height: 300px; border: 1px solid red;}
.poster__img img{object-fit: cover; width: 100%; height: 100%;}
.poster__content{width: 55%; padding: 50px;}

@media (max-width: 760px) {
    .poster{flex-wrap: wrap; height: auto;}

    .poster__img,
    .poster__content{width: 100%;}
}


/* ! Grid */

.grid{
    display: flex; max-width: 1350px;
    position: 0 30px; margin: 0 auto;
}
.grid .col{width: 100%;}

@media (max-width: 760px) {
    .grid{flex-wrap: wrap;}
}

/* ! 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;
    text-align: center;
}
.carousel-cell__content3{
    width: 100%;
    height: 100%;
    background: url('YTicon.png') center;
    border-radius: 100%;
    line-height: 350px;
    text-align: center;
}
.carousel-cell__content4{
    width: 100%;
    height: 100%;
    background: url('log\ matr.png') center;
    border-radius: 100%;
    line-height: 350px;
    text-align: center;
}
.carousel-cell__content5{
    width: 100%;
    height: 100%;
    background: url('4017334_circle_logo_media_network_social_icon.png') center;
    border-radius: 100%;
    line-height: 350px;
    text-align: center;
}
.carousel-cell__content6{
    width: 100%;
    height: 100%;
    background: url('logo_black.png') center;
    border-radius: 100%;
    line-height: 350px;
    text-align: center;
}

/* ! Panel Blu */

.panel-blue{
    background: black;
    padding: 100px 30px;
}
.dot{
    height: 250px;
    width: 250px;
    background: white;
    border-radius: 100%;
    line-height: 250px;
    text-align: center;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
}

.panel-blue__text{
    display: flex;
    align-items: center;
}

/* ! Footer */

.footer{
    background: rgb(39, 39, 39);
    padding: 150px 0;
}

/* ! 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;
}