/*.hero-3{background-color:transparent;}*/
/*.hero-bottom{padding: 0 100px;}*/
.hero-3 .hero-social .social-links a:hover{color:#c59d5f;}
.hero-3 .hero-btn:hover{color:#c59d5f;}

/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1c1c;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}*/


.beer-glass {
  width: 45px;
  height: 90px;
  border: 6px solid #fff;
  border-radius: 0 0 30px 30px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
/*  box-shadow: inset 0 0 10px rgba(255,255,255,0.3);*/
}


.beer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, #d47c00, #ffcc33);
  animation: fillBeer 3s infinite ease-in-out;
  overflow: hidden;
}


.foam {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 0 0 0 0;
  box-shadow: 0 2px 5px rgba(255,255,255,0.7);
}


.bubble {
  position: absolute;
 bottom: 0;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  animation: rise 4s infinite;
  opacity: 0.8;
}

.bubble:nth-child(1) {
  left: 25%;
  animation-delay: 0s;
}
.bubble:nth-child(2) {
  left: 55%;
  width: 8px; height: 8px;
  animation-delay: 1s;
}
.bubble:nth-child(3) {
  left: 40%;
  width: 6px; height: 6px;
  animation-delay: 2s;
}


@keyframes fillBeer {
  0% { height: 0; }
  50% { height: 100%; }
  100% { height: 0; }
}


@keyframes bubblesUp {
  0% { background-position: 20px 120px, 60px 160px, 40px 200px; }
  100% { background-position: 20px 0px, 60px 40px, 40px 80px; }
}

@keyframes rise {
  0%   { transform: translateY(0) scale(1); opacity: 0.9; }
  50%  { opacity: 0.6; }
  100% { transform: translateY(-160px) scale(0.5); opacity: 0; }
}

.offer img{
border:1px solid #c59d5f;
 width: 200px;   
    height: 200px;
    object-fit: cover; 
    border-radius: 50%;
     box-shadow: 0 0 2px #c59d5f;
}

.hero-thumb .tab-btn img{width:50px; padding: 6px;}
.hero-3 .hero-thumb .tab-btn{
    background: #c6c4bd29;
    border: 1px solid white;
}
.hero-3 .hero-thumb .indicator{outline: 3px solid white;}

.info-box .box-content{
	align-items: baseline;
}
/*.hero-3 .hero-bottom{background-color:transparent;}*/
.hero-3 .hero-bottom .slider-arrow {
    --title-color: #c59d5f;
}

.hero-3 .hero-overlay.firstslide
{
/*  background-image: url("https://img.freepik.com/premium-photo/bartender-stirring-ice-cubes-cocktail_130488-3465.jpg?w=1060");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 

     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../img/26banner1.jpg') center/cover no-repeat; 
  filter: blur(3px); 
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  filter: blur(2px);
}
.hero-3 .hero-overlay.secondslide
{
  background-image: url(https://img.freepik.com/premium-photo/empty-chairs-tables-restaurant_1048944-7115404.jpg?w=1060);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 

      background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('../img/26banner2.jpg') center/cover no-repeat; 
  filter: blur(3px); 
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  filter: blur(4px);
}
.hero-3 .hero-overlay.thirdslide
{
  background-image: url(https://img.freepik.com/premium-photo/close-up-wine-glasses-table_1048944-19018163.jpg?w=1060);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,1.5)),
    url('../img/26banner3.jpg') center/cover no-repeat; 
  filter: blur(3px); 
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  filter: blur(1px);
}
.hero-3 .hero-img{height: auto;}
.hero-3 .hero-img .offer
{
    left: -5%;
    bottom: 90%;
    width: 100%;
}
.hero-3 .hero-img{padding-right: 0px;}
.img1 img{width: 90%;}
.hero-3 .hero-thumb .indicator{border-radius: unset;}


/*
.offer blockquote {
    font-size: 2rem;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}
.offer blockquote footer {
    font-size: 1rem;
    color: #fff;
    margin-top: 10px;
}
.offer blockquote::before {
        background-color: transparent;
            content: unset;
}
.offer blockquote::after {
    content: unset;
}

.offer blockquote:after, .wp-block-quote:after {
     content: unset;
    top: 6px;
    left: 6px;
    background-color: white;

  }
  .offer blockquote, .wp-block-quote{
border:none !important;
}*/




.custom-quote {
  position: relative;
/*  font-size: 1.5rem;*/
/*  color: #333;*/
/*  padding: 20px 40px;*/
/*  background: #f0f0f0;*/
 
/*  margin: 20px 0;*/

font-size: 2rem;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 30px;
    font-style: italic;
    padding-bottom: 16px;    margin-top: 25px;
}

.custom-quote::before,
.custom-quote::after {
  font-family: "Times New Roman", serif; 
  font-size: 4rem;
  color: #ffffff;
  position: absolute;
}

.custom-quote::before {
  content: "“";  
  top: 18px;
  left: 10px;
}

.custom-quote::after {
  content: "”";  
  bottom:60px;
  right:45px;
}

.custom-quote footer {
  font-size: 1rem;
    color: #fff;
    margin-top: 16px;
}
.custom-quote footer font{font-weight: bold;font-size: 1.1rem;}




.hero-style3{padding: 240px 200px;}
.hero-title4 {
    font-size: 75px;
}









.home-about{padding-top: 15%;}
.home_service .feature-box{height: 450px;}

.home_service .feature-box:hover .text-ani{color:#f5f5f5 !important;}
.sigatureimg img{width: 75%;padding: 35px;}


.home_service .feature-box .box-icon {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
}
.home_service .feature-box .media-body h3{text-align: center !important;}

.home_service .feature-box .media-body ul li{
 list-style: none; 
/* position: relative;
  padding-left: 25px; 
 
  font-size: 16px;*/
   margin-bottom: 10px;
}

.home_service .feature-box .media-body ul li .fa-arrow-up-right-from-square
{
    margin-right: 5px;
/*    color: #c59d5f;*/
    font-weight: bold;
}

/*.home_service .feature-box .media-body ul li::before {
 content: ""; 
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
}
*/

.kghkfkfgfddswee{font-weight: bold;}
.sdjkrtwwewioop{margin-bottom: 25px;}
.about-bijoys{font-size: 16px;}

@media (max-width: 1700px) {
    .header-layout3 .header-logo {
        padding: 33px;
    }
    .hero-3 .hero-img {
        max-width: 37%;
    }
}


@media screen and (min-width: 1900px) {
 .hero-3 .hero-img .offer
{
    bottom: 10%;
  }
}
@media screen and (max-width: 1300px) {
 .hero-3 .hero-img .offer
{
    bottom: 46%;
  }
}

@media only screen and (max-width: 1180px) {
.hero-3 .hero-img .offer{display: none;}
}

@media only screen and (max-width: 768px) {
        .hero-subtitle:before, .hero-subtitle:after {
        display: block !important;
    }
/*    .dfdfdfdfdfdfdfwww{font-size: 48px !important;}*/
.hero-style3 {
    padding: 100px 0;
    padding-top: 57px;
}
.hero-title4 {
    font-size: 63px !important;
}
.offer img{
    height: 150px;
    width: 50vw;        
    aspect-ratio: 1 / 1;    
}
.header-layout3 .header-logo {padding: 12px;}
.hero-3 .hero-thumb{display: none;}
.hero-3 .icon-box{display: block;}
.img1 img{width:100%;}

.hero-3 .hero-img{
    max-width: 100%;
/*    bottom: 20px;right: -23%;*/
}

.home_service .feature-box{padding:0px;height: auto;
    min-height: 325px;}
}