

#page-section{
    padding-top: 50px ;
    padding-bottom: 50px ;
    position: relative;

    background: url(../images/page-section.png);
    background-position: bottom right;
    background-size: inherit;
    background-repeat: no-repeat;
}

#page-section .topline{
    position: relative;
    margin-top: -100px;
}

#page-section .container-xl{
    position: relative;
    z-index: 2;
}

#page-detail .menu-datil p{
   color: #000;
}

#page-detail .price p{
   color: #000;
}


#page-section h2{font-family: 'Charmonman', cursive;font-weight: 700;font-size: 45px;line-height: 54px;margin-bottom: 30px;color: #ddc499;}
#page-section h2 span{color: #ddc499;}










.bg-navigator{
    text-align: left;
    /*background: url(../images/pattern.png)repeat 0px 0px;*/
    /*background-color: rgb(134, 0, 23);*/
    font-size: 16px;
    color: #333333;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -125px;
}

.bg-navigator a:nth-child(1){
    padding-right: 15px;
    padding-left: 0px;
    margin: 15px 0;
    display: inline-block;
    text-decoration: none;
    border-right: solid 1px #ffffff;
    color: #dd2027;
    font-weight: 600;
}

.bg-navigator a{
    padding: 0px 15px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}









.form-group {
  position: relative;
}


.form-group .material-icons {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
.form-group .material-icons:before {
  content: '';
  position: absolute;
  right: 25px;
  width: 1px;
  height: 26px;
  bottom: -3px;
  background: #333333;
}




.box-menu{
 background: rgb(0 0 0 / 50%);
 padding: 15px;
}












.item-re-menu{
    background: #0f6d49;
    display: block;
}



.item-re-menu:hover{
    background: #da2026!important;
    display: block;
}

.item-re-menu .img-re-menu{
  
  overflow: hidden;
}

.item-re-menu .img-re-menu img{
  transform: scale(1);
  -webkit-transition: all 2.5s ease-in-out;
  -khtml-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  -ms-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}

.item-re-menu:hover .img-re-menu img{
  transform: scale(1.5);
  -webkit-transition: all 2.5s ease-in-out;
  -khtml-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  -ms-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}





.item-re-menu .text-re-menu{
    padding: 15px;
}

.item-re-menu .text-re-menu span{
    color: #f9e484;
    font-weight: 500;
}

.item-re-menu .text-re-menu h4{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.item-re-menu .text-re-menu p{
    color: #ffffff;
    margin-bottom: 10px;
}




.item-re-menu .text-re-menu p.price{
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}





























.item-menu{display: block;margin-bottom: 20px;}





.item-menu:hover{
    background: #1a6600!important;
    display: block;
}

.item-menu .img-menu{
  overflow: hidden;
}

.item-menu .img-menu img{
  transform: scale(1);
  -webkit-transition: all 2.5s ease-in-out;
  -khtml-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  -ms-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}

.item-menu:hover .img-menu img{
  transform: scale(1.5);
  -webkit-transition: all 2.5s ease-in-out;
  -khtml-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  -ms-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}


.item-menu .text-menu{
    padding: 15px;
}

.item-menu .text-menu span{
    color: #f9e484;
    font-weight: 500;
}

.item-menu .text-menu h4{
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}

.item-menu .text-menu p{
    color: #ffffff;
    margin-bottom: 10px;
}




.item-menu .text-menu p.price{
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
















.box-contact ul li:before {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    content: "\e931";
    position: absolute;
    margin-left: -30px;
    padding-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
}



.box-contact ul  {
    padding-inline-start: 30px;
    list-style: none;
    color: #ffffff;
}


.box-contact ul li{
    margin-bottom: 10px;
    position: relative;
}


.box-contact ul li:nth-child(1):before {

  content: "\e0cd";

}




.box-contact ul li:nth-child(2):before {

  content: "\e0be";
  
}




.box-contact ul li:nth-child(3):before {
    color: #f9e484;
    content: "\e0c8";

}





.box-social a {
    background: #ffffff;
    display: inline-block;
    color: #074132;
    border-radius: 100%;
    font-size: 30px;
    padding: 5px;
    -webkit-transition: all 0.0s ease-in-out;
    -khtml-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}


.box-social a:hover {
    background: #fcd6a9;
    display: inline-block;
    color: #074132;
    border-radius: 100%;
    font-size: 30px;
    padding: 5px;
    -webkit-transition: all 0.0s ease-in-out;
    -khtml-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(0 0 0 / 50%);
    background-clip: padding-box;
    border: 1px solid #484848;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #000;
    border-color: #ddc499;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(239 114 31 / 19%);
}
textarea.form-control {
    height: auto;
}










.box-zoom{
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}


.box-zoom p{
  color: #6c757d;
  font-size: 18px!important;
  margin-top: 15px!important;
  margin-bottom: 30px!important;
}

.box-zoom-img{
  background-color: #000000;
  width: 100%;
}

.box-zoom img{
  opacity: 0.8;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}


.zoom-zoom {
  box-shadow: none;
  background-color: transparent;
  transition: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #0f6d49;
  line-height: 10px;
  display: block;
  border: 0;
  position: absolute;
  right: 0px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: -40px;
  padding: 12px 5px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}


.zoom-zoom span{
  font-size: 18px;
}



.box-zoom:hover img{
  opacity: 1;
}


.box-zoom:hover .zoom-zoom{
  color: #ffffff;
  width: 65px;
  height: 65px;
  font-size: 30px;
  background: #d50032;
  padding: 18px 5px;
  margin-top: -65px;

}



.box-zoom:hover .zoom-zoom span{
  font-size: 30px;
}














.row-gallery {
    margin-right: -15px;
    margin-left: -15px;
}


.item-gallery {
    display: block;
    float: left;
    width: 50%;
    height: 150px;
    padding: 0px 15px;
    margin-bottom: 30px;
}



.box-gallery {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -khtml-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}




.box-gallery a{
    display: block;

    width: 100%;
    height: 100%;
}



.box-gallery .box-zoom{
 position: absolute;
 background: rgb(39 35 27 / 0%);
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 display: block;
 -webkit-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.box-gallery .box-zoom:before{
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    left: 30px;
    bottom: 30px;
    background: transparent;
    border: 1px solid #ddc499;
    opacity: 0; 
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-gallery .box-zoom:after{
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  background: transparent;
  border: 1px solid #ef721f;
  opacity: 0; 
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}





.box-gallery .box-zoom .icon {
  color: #ddc499;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.item-gallery:hover .box-gallery .box-zoom{
 
    background: rgb(39 35 27 / 70%);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.item-gallery:hover .box-gallery .box-zoom:before{
 
    right: 15px;
    top: 15px;
    left: 15px;
    bottom: 15px;

    opacity: 1; 
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}




.item-gallery:hover .box-gallery .box-zoom:after{
 
    right: 30px;
    top: 30px;
    left: 30px;
    bottom: 30px;

    opacity: 1; 
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



.item-gallery:hover .box-gallery .box-zoom .icon {
 


   opacity: 1; 
   -webkit-transition: all 0.3s ease-in-out;
   -khtml-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}





@media (min-width: 748px) {
    .item-gallery {
        display: block;
        float: left;
        width: 50%;
        height: 300px;
        padding: 0px 15px;
    }
}



@media (min-width: 1024px) {
    .item-gallery:nth-child(6n+1) {
        float: left;
        height: 35vh;
        padding: 0px 15px;
        padding-bottom: 30px;
/*display: inline-block;*/
width: 25%;
margin-bottom: 0px;
}


.item-gallery:nth-child(6n+2) {
    float: left;
    height: 35vh;
    padding: 0px 15px;
    padding-bottom: 30px;
/*display: inline-block;*/
width: 25%;
margin-bottom: 0px;
}


.item-gallery:nth-child(6n+3) {
    float: left;
    height: 35vh;
    padding: 0px 15px;
    padding-bottom: 30px;
/*display: inline-block;*/
width: 50%;
margin-bottom: 0px;
}

.item-gallery:nth-child(6n+4) {
    float: left;
    height: 35vh;
    padding: 0px 15px;
    padding-bottom: 30px;
/*display: inline-block;*/
width: 50%;
margin-bottom: 0px;
}



.item-gallery:nth-child(6n+5) {
    float: left;
    height: 35vh;
    padding: 0px 15px;
    padding-bottom: 30px;
    /*display: inline-block;*/
    width: 25%;
    margin-bottom: 0px;
}


.item-gallery:nth-child(6n+6) {
    float: left;
    height: 35vh;
    padding: 0px 15px;
    padding-bottom: 30px;
/*display: inline-block;*/
width: 25%;
margin-bottom: 0px;
}




}








































@media (max-width: 992px) {
    #page-section{
      
        background: url(../images/page-section.png);
        background-position: bottom right;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #banner-section {
        height: 30vh;
    }
    .bg-navigator{

      margin-top: -70px;

  }

}

@media (min-width: 992px) {

    #page-section{padding-top: 50px;padding-bottom: 230px;position: relative;/*overflow-x: hidden;*/}




}





