@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
 body{
     font-family: 'Playfair Display', serif !Important;
}
 .home{
    display:block;
     width:100%;
     min-height:100vh;
     background:url('img/bg.jpg') center no-repeat;
     background-size:cover;
     margin:0;
     padding:0;
}
 .logo{
    padding:20px;
}
 .logo img{
    margin-top:10vh;
}
 .logo h1{
	 color: #fcf6d5;
    text-shadow: #06050b 0px 0px 8px;
    font-size: 69px;}
 .red {
     background: url('img/bgred.jpg') center, rgba(147,25,28,1);
     text-transform:capitalize;
}
 .red h1{
     color:#d8d6bc;
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     font-size:20px;
     letter-spacing:10px;
     word-spacing: 10px;
}
 .red h2{
     color:#d8d6bc;
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     font-size:40px;
     letter-spacing:10px;
     word-spacing: 10px;
}
 .red img{
    margin-top:20px;
}
 .gold {
     background: url('img/bggold.jpg') center, rgb(217, 215, 189);
     text-transform:capitalize;
     padding: 0 10px 0 10px;
}
 .gold h1{
     color:rgba(147,25,28,1);
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     font-size:25px;
     letter-spacing:10px;
     word-spacing: 10px;
     padding:40px 0 40px 0 ;
}
 .gold h2{
     color:rgba(147,25,28,1);
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     font-size:20px;
     letter-spacing:5px;
     word-spacing: 5px;
     padding:40px 10px 40px 10px ;
}
 .gold span{
     color:rgba(147,25,28,1);
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     font-size:15px;
     letter-spacing:2px;
     word-spacing: 2px;
     padding: 0px 10px 0px 10px ;
}
 .gold img{
    margin-top:20px;
}
 .white {
    background: url('img/bgwhite.jpg') center, rgb(255, 255, 255);
     text-transform:capitalize;
     padding: 0 40 0 40;
}
 .white h1{
     color:rgba(147,25,28,1);
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     font-size:40px;
     letter-spacing:10px;
     word-spacing: 10px;
     padding:150px 0 150px 0 ;
}
 .white img{
    margin-top:50px;
}
 footer{
    color:rgba(147,25,28,1);
     font-family: 'Playfair Display', serif;
     text-transform:uppercase;
     letter-spacing:3px;
     word-spacing: 5px;
     padding:15px 0 15px 0 ;
}
 .bordorosso{
    border-left: 2px solid rgba(147,25,28,0.3);
}
 .presentazione {
    margin-top:30px;
    color:rgba(171, 0, 0, 0.78);
     background:rgba(252, 246, 213, 1);
     border-radius: 5px;
}
 .presentazione h2 {
     padding:20px;
}
 h2{
    letter-spacing:3px;
     word-spacing:3px;
     line-height:200%;
     font-size:25px !important;
}
 .countdown-timer-wrapper {
     border-radius: 5px;
    background: rgba(255,255,255,0.8);
     color: rgba(171, 0, 0, 0.78);
     margin-bottom:20px;
     margin: 50px auto;
}
 .countdown-timer-wrapper h5 {
     font-size: 50px;
     letter-spacing: 0.5px;
     text-align: center;
     padding-top: 10px;
}
 .countdown-timer-wrapper .timer {
     padding: 10px;
     text-align: center;
}
 .countdown-timer-wrapper .timer .timer-wrapper {
     display: inline-block;
}
 .countdown-timer-wrapper .timer .timer-wrapper .time {
     font-size: 30px;
     font-weight: bold;
     margin:10px;
}
 .countdown-timer-wrapper .timer .timer-wrapper .text {
     font-size: 12px;
}
 h1 {
     margin:150px auto;
     text-align:center;
}


.flipcont{
	margin:5px ;
	padding:5px  !important; 
	
}

.flip-card {
  background-color: transparent;
    width: 100%;
    display: block !important;
    height: 200px;
    perspective: 1000px;
    min-height: 300px;
}
.flip-card h2 {text-transform:uppercase; font-size:35px; margin-top:50px; }
.flip-card h3 {text-transform:uppercase; font-size:15px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
    background-color: #aa0000;
 color: white;padding:10px;
}

.flip-card-back {
  
  color: white;
  transform: rotateY(180deg);
  background-size: cover !important;
  background-position:center !important;
  
}
.pointedcont{margin-top:40px; display:block; margin}
.pointed { background-color: #aa0000; color:#fff;  min-height: 150px; padding:20px;}
.pointedc {padding:5px;}	 
.pointed  h2 {text-transform:uppercase; font-size:35px;  }
.pointed  h3 {text-transform:uppercase; font-size:15px; }

	 