/* Base Style */
body{font-family: 'Inter', sans-serif;font-size: 16px; background: #FF7518}

a{text-decoration: none;}

h1, h2, h3, h4, h5, p{ color: #000; padding-bottom: 30px;}
p{line-height: 28px; color: #dddddd; font-weight: 400, font-family: cursive;}

.big-text{font-size: 70px; font-weight: 700; font-family: cursive;}
.med-text{font-size: 40px; font-family: cursive;}
.normal-text{font-size: 20px; font-family: cursive;}
.small-text{font-size: 14px; font-family: cursive;}

.intro-text{font-size: 30px; font-weight: bold; font-family: cursive;}



.button{
  padding: 18px 28px;
  background: black;
  color: #FF7518;
  display: inline-block;
  border-radius: 4px;
  font-family: cursive;

}

.button:hover{
  background: #FF7518;
  color: black;
}

@media (max-width: 768px) {
  .big-text{font-size: 40px;}
}

/* ! Header */

.header{
  z-index: 10;
  width: 100%;
  position:fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
  padding: 30px;
  display: flex;
}




.menu{
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  width: 100%;
  z-index: 0;
}



.menu li{ display: inline-block; color: #fff;}
.menu li a{color: #fff; padding: 15px; display: inline-block;}

/*
.menu li a::after{
  content: '';
  position: absolute;
  background-color: #FF7518;
  height: 3px;
  width: 0;
  transition: 0.3s;
  display: block;
}
*/


.menu li a:hover{
  border-bottom: 3px solid #FF7518;
  color: #FF7518;
}

.sticky .menu li a:hover{
  border-bottom: 3px solid #FF7518;
  color: white;
}




.menu li.active a{
  border-bottom: 3px solid #FF7518;
}



.sticky{
  background-color: black;
  padding-bottom: 5px;

}

.sticky .menu li{ display: inline-block; color: #FF7518;}
.sticky .menu li a{color: #FF7518; padding: 15px; display: block;}



.hamburger{display: none;}


.logo{
  z-index: 1;

}

.logo img{
  width: 200px;

}

.cta{
}

@media (max-width: 768px) {
  .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 li.active a{
    border-bottom: none;
  }

  .menu li a:hover{
    border-bottom: none;
    color: #FF7518
    }

  .sticky .menu li{display: block;}
  .sticky .menu li a{padding: 15px 30px;font-size: 20px; color: #FF7518}

  .sticky .menu li a:hover{
    border-bottom: none;
    color: white;
    }

  .menu--open{right: 0%}

  .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;
  }



}

/* ! Hero */

.hero{
  position: relative;
  height: 100vh;
  display: flex; width: 100%; align-items: center;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.9)), url('img/fotobar.jpg') no-repeat center center;
  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{
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px;
}

.hero_content h1,
.hero_content p{ color: #fff;}


#video_bar{
  position: absolute;
  bottom: 0; left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  #video_bar{
    position: absolute;
    bottom: 0; left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
  }
}






/* !  Poster */

.poster{
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
}

.poster_img{
  width: 65%;
  height: 100%;
}
.poster_img img{
  object-fit: cover; width: 100%; height: 100%;
}

.poster_content{
  width: 35%;
  padding: 50px;

}

@media (max-width: 768px) {
  .poster{
    flex-wrap: wrap;
    height: auto;
  }
  .poster_img,
  .poster_content{
    width: 100%;
  }
}

/* ! BG cover */

.bg-cover{
  display: flex;
  padding: 100px 0;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('img/foto_menu.jpg') no-repeat center center;
  background-size: cover;
  padding: 30px;

}

.bg-cover_text{width: 50%;padding: 50px;}
.bg-cover_title{
  width: 50%;
  padding: 50px;
  margin-top: 100px;
  align-items: center;}

@media (max-width: 768px) {
  .bg-cover{flex-wrap:wrap;}
  .bg-cover_text,
  .bg-cover_title{width: 100%; text-align: center;}



}


/* ! Grid */

.gallery{
  display: 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;
  margin-right: 40px;
}

.carousel-cel_content{
  width: 100%;
  height: 100%;
  background-color: #6adf91;
  border-radius: 100%;
  line-height: 350px;
  text-align: center;
}

.carousel-cel_content img{
  height: 350px;
  width: 350px;
  border-radius: 100%;
  line-height: 350px;
  object-fit: cover;
}



.feedback{
  font-size: 55px; font-weight: 800; font-family: cursive;
}





/* ! Panel Blue  */

.panel-blue{background: #4bb1e9;padding: 20px 20px;}

.panel-blue_text{
  display: flex;
  align-items: center;
}

.dot{
  height: 250px;
  width: 250px;
  background: #6adf91;
  line-height: 250px;
  text-align: center;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
}

.panel-blue_dots{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;

}
.testimonial{
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 50%;
  height: 275px;
  width: 275px;
  margin: 20px;


}

.testimonial img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.name{
  font-size: 20px;
  margin: 10px 0;
}
.stars{
  color: #6ab04c;
  margin-bottom: 10px;
}

.testimonial p{
  font-size: 11px;
  line-height: 13px;
  color: black;
  font-weight: bold;
}

/* ! Footer */

.footer{
  background: black;
  padding: 150px 0;

}

.footer h4{
  margin-top: 30px;
}



.footer li {
  padding: 5px;
  color: #fff;
}

.footer li a {
  color: #FF7518;
}


/* ! Content */

.content{
  max-width: 900px; margin: 0 auto;
}







/* ! Helpers */

.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}
.tw{color: #fff}

@media (max-width: 768px) {
  .mt-sma-0{margin-top: 0;}
  .mb-sma-0{margin-bottom: 0;}
}





*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding:0;
          margin:0;
}
