/* Custom CSS */

body {
  position: relative;
  padding-top: 3.5rem;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
/* Navbar */

.bg-dark {
  background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #fff;
}

.active {
  border-bottom: 2px solid #fff;
}

/* Carousel */

.carousel-caption {
  padding-bottom: 12%;
}

.carousel-caption h3 {
  font-size: 42px;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 24px;
  color: #21ddfb;
}

/* orariecontatti */

#orariecontatti {
    background: #e6f5ff;
    padding: 50px 20px;
    
  }

/* Specials */

.specials {
  background: #2b2b2b;
  padding: 50px 20px;
}
.specials h2 {
  color: #fff;
}

/* Team */

#comunicazioni {
  padding: 50px 10px;
  background-color:#e6f5ff;
}

/* Video Background */

.wclb {
  padding-top: 300px;
}

/* Menu */

#menu {
  padding: 50px 10px;
}

.card {
  box-shadow: 2px 5px 20px #777;
}

.modal-content {
  background: #21ddfb;
}

.mn {
  color: #fff;
}

/* Parallax */

#plx {
  background: url(../img/wine.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wtitle {
  padding: 150px 20px;
}

.wtitle h2 {
  font-size: 36px;
  font-weight: bold;
}

/* Wines List */

#wines {
  background: #21ddfb;
  padding: 100px 20px;
}

.wlt {
  padding-bottom: 50px;
}

/* Jumbotron */

#jumbo {
  background: #e9ecef;
}

/* Overlay */

.ovl {
  opacity: 0;
  transition: 1s;
}

.ovl:hover {
  opacity: 1;
  background: rgb(0, 0, 0, 0.6);
}

/* Locations */

#locations {
  padding: 100px 50px;
  background: url(../img/world.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loc img {
  margin-right: 10px;
  transition-duration: 1.5s;
}

.loc img:hover {
  transform: scale(3, 3);
  box-shadow: 5px 5px 15px #333;
  z-index: 1;
  position: absolute;
}

/* Testimonials */

#testimonials {
  background: #2b2b2b;
}

.revs {
  padding: 100px;
}

.carousel-item.active {
  border: none;
}

.carousel-inner {
  min-height: 300px;
}

/* Video Section */

#vid {
  padding: 100px 0px;
  background: #111;
}

/* Hiring */

.jumbotron {
  margin-bottom: 0;
}

.hir h1 {
  text-shadow: 5px 5px 10px #555;
}

/* Pop Up Box */

.pop-box {
  width: 300px;
  box-shadow: 5px 10px 25px #555;
  position: fixed;
  z-index: 9999;
  right: -300px;
  bottom: 15%;
  transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
}

.pop {
  width: 370px;
  background: #21ddfb;
  padding-top: 7px;
  padding-left: 7px;
  margin-left: -53px;
  margin-top: -2px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 10px 25px #555;
}

.pop img {
  padding-right: 60px;
}

.pop-box:hover {
  right: 0px; /* Footer */
}

/* Number Counter */

#numbers {
  background: #21ddfb;
  padding: 100px 0px;
}
.numc {
  background: #fff;
  height: 150px;
  width: 150px;
  padding-top: 50px;
  border-radius: 50%;
  font-size: 40px;
  color: #21ddfb;
}
.numd {
  padding-top: 30px;
}

/* Contact */

#contact {
  padding: 100px 0;
  box-shadow: 5px 10px 25px #555;
  position: relative;
  z-index: 22;
}
.cbtn {
  margin-top: 57px;
}

/* Footer */

#footer {
  background: #333;
  padding: 10px;
}

.cpt {
  padding-top: 29px;
}

.ftaw i {
  font-size: 50px;
  color: #21ddfb;
  padding-top: 15px;
  padding-right: 10px;
}

/* Back To top */

.btt {
  display: none;
  background: rgb(89, 89, 89, 0.4);
  width: 65px;
  position: fixed;
  right: -12px;
  bottom: 19px;
  z-index: 9998;
  border: none;
  border-radius: 10px;
}

.btt:hover {
  background: rgb(2, 117, 216);
  
}

.btt i {
  color: #ffffff7a;
  font-size: 45px;
  padding: 20%;
}

.btt i:hover {
  color: #fff;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
  display: block;
}

#carouselFull {
  display: none;
}

/* Media Queries */

@media only screen and (max-width: 991px) {

  #carousel1 {
    display: none;
  }

  #carouselFull {
    display: block;
  }

  .blogo {
    text-align: center;
  }

  #relative {
    position: relative;
  }
}

#relative {
    position: absolute;
    margin-top: -200px;
}


/*----------------------------------------------------------------*/



/*

@media only screen and (max-width:1500px) {
    .carousel-caption {
        padding-bottom: 8%;
    }
}

@media only screen and (max-width:1199px) {
    .carousel-caption h3 {
        font-size: 32px;
    }
    .carousel-caption p {
        font-size: 18px;
    }    
}

@media only screen and (max-width:991px) {
    .carousel-caption p {
        display:none;
    }   
}

@media only screen and (max-width:767px) {
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-caption {
        padding-bottom: 6%;
    }
}

@media only screen and (max-width:575px) {
    #carouselFull {
        display:none;
    }
    #about {
        margin-top: 80px;
    }
}

*/



/*----------------------------------------------------------------*/



.button {
  transition: all 0.1s;
  cursor: pointer;

}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}





#jumbotron {
    padding-bottom: 15%;
    border-radius: 50%;
    size: 300%;
    
  }
  
  #jumbo {
      position: relative;
      width: 100%;
      height: 80vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
  
  }
  
  #jumbo:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0099ff;
      border-radius: 0 0 50% 50%/0 0 100% 100%;
      transform: scaleX(2.5);
  }
  
  #jumbo .content {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      max-width: 900px;
      text-align: center;
  
  }
  
  #jumbo .content h2 {
      margin: 0%;
      padding: 0px;
      color: #fff;
      font-size: 3em;
  
  }
  
  #jumbo .content p {
      color: #fff;
      font-size: 1.2em;
      
  }
  

  .btn-xl {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
}


#ricetta {
  background-color: rgb(242,242,242,0.4);
  
}