
/* ! base style */

body{
  background-color:#FFFBFF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

a{ text-decoration: none; color: 000;}

h1, h2, h3, h4, h5, p {
  color: 000;
  padding-bottom: 30px;
}

p{
  line-height: 28px;
  color: #666;
  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;}

.intro-text {text-transform: uppercase; font-size: 20px; font-weight: bold;}

.button {padding: 18px 28px; background:#d45113; color:#fff; display: inline-block; border-radius:4px;}

.timify-button{padding: 18px 28px; background:#d45113; color:#fff; display: inline-block; border-radius:4px;}




/* ! Header */


.header {
  width: 100%;
  height: 170px;
  position: fixed;
  top:0;
  left:50%;
  transform: translateX(-50%);
  padding: 30px;
  display: flex;
  max-width: 1350px;
  backdrop-filter: blur(10px);
  z-index: 10;
}

/* ! header bianco */

.header-white{
  width: 100%;
  height: 170px;
  position: fixed;
  top:0;
  left:50%;
  transform: translateX(-50%);
  padding: 30px;
  display: flex;
  max-width: 1350px;
  backdrop-filter: blur(5px);
  z-index: 10;

}

.logo{
}

.menu{
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  width: 100%;
}

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

.hamburger {display: none;}




@media (max-width: 768px) {
  .big-text {font-size: 40px;}
  .cta{display: none;}
  .menu {position: absolute;
    top: 0;
    right: 100%;
    background: #000;
    height: 100vh;
    padding-top: 80px;
  }
  .menu li{display:block;}
  .menu li a{padding: 15px 30px; font-size: 20px;}
  .menu--open{right:0;}


  /* ! MENU' PER TELEFONO */


  .hamburger {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 30px;
  }
    .hamburger span {background: #fff;
    height: 3px;
    width: 100%;
    display:block;
    margin-bottom: 5px;
  }
}

/* !   width: 350px;
  position: relative;

  top: 50%;
  left: 50%;
  margin: -100px 200px 200px -175px; */

.rule-content{
text-align: left;
padding: 200px;
margin-top: 45px;
}

@media (max-width: 768px) {
  .rule-content{
    text-align: left;
    padding: 200px 30px 10px 50px;
  }
}

/* ! POSTER PRENOTAZIONI */

.booking-poster{
  height: 100vh;
  width: 100%;
  border: 1px solid red;
}

.booking-poster__content{
  padding: 80px;
  align-items: center;
  margin-top: 200px;
  border: 1px solid red;
}

.booking-dot{
  height: 250px;
  width: 250px;
  border-radius: 100%;
  background: #EBD2B4;
  line-height: 250px;
  text-align: center;
  display:inline-block;
  margin-bottom: 40px;
  margin-right: 40px;
  margin-left: 300px;;

}


/* ! HERO  */

.hero {
  position: relative;
  height: 100vh;
  display: flex; width: 100%; align-items: center;
  background: linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,0.9)),;
  background-size: cover;
  overflow: hidden;
}

.hero:after{
  content: ' ';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0; left: 0;
  background:#000;
  opacity: 0.4;
}



.hero__content{
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px;
  z-index: 1;
  position: relative;
}

.hero__content h1,
.hero__content p {
  color: #fff;
}

#video-back {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}


/* ! Galleria  */

#gallery {
  color: transparent;
  padding: 90px;
  max-width: 400px;
}


/* ! POSTER */

.poster{
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
}

.poster__img{
  width: 65%;
  height: 100%;
}

.poster__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.poster__content{
  width: 35%;
  padding: 50px;
}

.poster__photo{
  width: 30%;
}

.poster__icons{
  width: 30%;
  text-align: center;
  padding-right: 50px;
}

.poster__text{
  width: 40%;
}

@media (max-width: 768px) {
  .poster{ flex-wrap: wrap; height: auto;}
  .poster__img,
  .poster__content,
  .poster__icons,
  .poster__text,
  .poster__photo{
    width: 100%;
    padding: 40px;
  }
}


/* ! BG COVER */

.bg-cover {
  display: flex;
  padding: 100px 0;
  background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0.7)),
  url('abbazia_cover.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}

.bg-cover__text {
  width: 50%;
  padding: 30px;
}

.bg-cover__title{
  width: 50%;
  padding: 30px;
}

@media (max-width: 768px) {
  .bg-cover{
    flex-wrap: wrap;
    height: auto;
  }

  .bg-cover__text,
  .bg-cover__title{
  width: 100%;
  }
}

/* ! Grid */

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

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

/* ! Carousel */

.main-carousel{ padding: 40px 0;}

.carousel-cell{height: 350px;
  width: 350px;
  background: #e3bfb8;
  border-radius: 100%;
  line-height: 350px;
  text-align: center;
  margin-right: 40px;
  z-index: 0;
}

.carousel-cell__content{
  width: 100%;
  height: 100%;
  background: #e3bfb8;
  border-radius: 100%;
  line-height: 350px;
  text-align: center;
}

.carousel-cell__img{
  width: 350px;
  background: #e3bfb8;
  border-radius: 100%;
  line-height: 350px;
  text-align: center;
  margin-right: 40px;
  z-index: 0;
  background-size: cover;
}

/* ! PANEL BLUE */

.panel-blue {
  background: #F7F0F5;
  padding: 100px 30px;
}

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

.dot{
  height: 250px;
  width: 250px;
  border-radius: 100%;
  background: #EBD2B4;
  line-height: 250px;
  text-align: center;
  display:inline-block;
  margin-bottom: 40px;
  margin-right: 40px;
}

.dot-zoom__img{
  height: 250px;
  width: 250px;
  border-radius: 100%;
  background: #EBD2B4;
  line-height: 250px;
  text-align: center;
  display:inline-block;
  margin-bottom: 40px;
  margin-right: 40px;
}



/* ! FOOTER */

/* ! FOOTER */

footer {
  height: 550px;
  background: #523249;
  padding: 150px 0;
  line-height: 0.7;
  font-family: Montserrat, 'sans-serif' ;
  font-weight:400;
  font-size: 16px;
  color: #fff;
}

footer .grid{
  height: 350px;
}

footer h3{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-left: 20px;
}

footer h4{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 20px;
}

footer p{
  color: #fff;
  line-height: 19.5px;
  padding-left: 20px;
}



footer a{
  color:  #fff;
}


@media (max-width: 768px) {
  footer{
    height: 53vh;
    padding: 25px;
  }

  footer hr {
  margin-top: 50px;
  }


  footer .col{
    padding: 0;
    margin: 0;
    height: 100px;
    }

  footer h3{
    font-size: 10px;
    padding-left: 10px;
  }

  footer h4{
    font-size: 10px;
    padding-left: 10px;
  }

  footer p{
    padding-left: 10px;
    font-size: 10px;
  }

}

/* ! content */

.content{
  max-width: 900px;
}



/* ! HELPERS */

.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}
.mt-4 {margin-top: 200px;}
.mt-5{margin-top: 250px;}
.ml-1{margin-left: 80px;}
.ml-2{margin-left: 160px;}
.mr-1{margin-right: 80px;}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

@media (max-width: 768px) {
  .mt-sma-0{ margin-top: 0;}
  .mb-sma-0{ margin-bottom: 0;}
  .mr-sma-0{ margin-right: 0;}
  .ml-sma-0{ margin-left: 0;}
  .mt-sma-1{ margin-top: 50px;}
}

@media (max-width: 768px){
  .material-icons.is-sma-1{font-size: 36px;}
}

.tw{color: #fff;}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
