
/*****RJ Stylesheet 2021****/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********

RESET CSS

**************/
@font-face {
    font-family: 'Reforma-2018-Negra';
    src:url('../fonts/Reforma-2018-Negra.ttf.woff') format('woff'),
        url('../fonts/Reforma-2018-Negra.ttf.svg#Reforma-2018-Negra') format('svg'),
        url('../fonts/Reforma-2018-Negra.ttf.eot'),
        url('../fonts/Reforma-2018-Negra.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body {
    background: #0b1517;
     font-family: 'Reforma-2018-Negra';
    width: 100%;
    font-size: 16px;
    padding: 0px;
    overflow-x: hidden;
    color:#fff;
}

body,html,ul,li {
    font-size: 16px;
     font-family: 'Reforma-2018-Negra';
}
h1,h2, h3, h4{
     font-family: 'Reforma-2018-Negra';
}
a:hover{
    color: #1976d2;
    text-decoration: none;
     font-family: 'Reforma-2018-Negra';
}
.pdlr{
    padding:0;
}
.pdl{
    padding-left:0;
}
p{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
     font-family: 'Reforma-2018-Negra';
}
.navbar-inverse {
    background-color:#0b1517cf;
    border-color: transparent;
    margin-bottom: 20px;
    height: 70px;
    border-radius: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
}
.navbar-nav {
    margin: 10px auto;
    float: right;
}
.navbar-nav>ul>li {
    display: inline;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>.social{
    color: #fff;
    padding: 8px;
    text-align: right;
    float: right;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ddd;
    background-color: transparent;
}
.navbar-inverse .navbar-brand{
    padding: 10px;
    margin-left: 0;
    height: auto;
    line-height: 1.5;
}
.banner{
    background: url(../img/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 600px;
    background-color: #000000;
    text-align: center;
}
.banner-bgold{
    background: url(../img/banner-bgold.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: #000000;
    text-align: center;
}
.banner-bgold h1 {
    display: inline-block;
    font-size: 65px;
    font-weight: 900;
    line-height: 1em;
    vertical-align: middle;
}
.btn-default{
    border-top: 3px solid #9bb827;
    background: transparent;
    color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #9bb827;
}
.overlay{
    display: inline-block;
    background: #000000a1;
    width: 100%;

    height: 100%;
}
.all-contnt-slider{
    padding: 90px 60px;
}
.banner h1{
    font-size: 90px;
    font-weight: 900;
    line-height: 1em;
}
.banner span.blast {
/* transform: translateX(101%) translateY(0px) translateZ(0px); */
transition: all 800ms ease;
opacity: 1;
display: inline-block;
transition-delay: 1000ms;
}

.menu-home .row-1-wrapper a{
    width: 100%;
}
.menu-home .row-1-wrapper a>p{
    color: #fff;
    width: 100%;
}
.menu-home .row-1-wrapper:hover>.content-wrapper{ 
    width: 100% !important;/*display: table-cell;white-space: nowrap;top: 0;*/
}
h3 small {
    font-size: 45%;
}
.content-wrapper{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 100px;
    overflow: hidden;
    z-index: -1;
    display: inline-block;
    left: 0;
}
.padding-top-bottom{
        width: 100%;
    display: inline-block;
    padding: 200px 0;
    text-align: center;
    margin: 0 auto;
}
.padding-top-bottom p>a, .padding-top-bottom p{
    text-align: center;
}
.menu-home .row-1-wrapper{
    display: inline-block;
    width: 100%;
    height: 130px;
    overflow: visible;
    position: relative;
}
.menu-home .row-1-wrapper .card{
    display: none;    
    color: black;
    text-align: left;
    position: absolute;    
    width: 200px;
    right: -390px;
    top: -100px;
    height: 350px;  
    z-index: 9999999;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 5%);
    padding: 7px 17px 7px 17px;
    overflow: hidden;
    border-radius: 6px;
    transition: opacity .4s ease, visibility .4s ease;
}
.row-1-wrapper:hover .card{
    background-color: #fff;
    color:black ;
    float: right;
    text-align: left;
    border-radius: 6px;
    padding: 7px 17px 7px 17px;
    visibility: visible;
    display: inline-block;
    position: relative;
    min-width: 300px;
    max-width: 300px;
    width: 100%;
    height: 350px;  
    z-index: 9999999;
    opacity: 1;
    padding: 7px 17px 7px 17px;
    transition: opacity .4s ease, visibility .4s ease;
}
.card ul li{
    font-weight: 600;
    margin-bottom:9px;
}
.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}
.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}
.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
    opacity: 1;
}
/* .tooltipster-arrow-background */

.tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #000;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#ffffff;box-shadow:0 0 8px 1px rgba(0,0,0,.05)}.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ffffff}.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#ffffff}.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#ffffff}.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#ffffff}.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}

.tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}
.tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}
.tooltipster-arrow-border{border:6px solid transparent;}
.tooltipster-arrow-border{border-bottom-color:#ffffff;}
.tooltipster-arrow-border{border-left-color:#ffffff;}
.tooltipster-arrow-border{border-top-color:#ffffff;}



.right{
    font-weight: normal;
}
span.blast {
/* transform: translateX(101%) translateY(0px) translateZ(0px); */
transition: all 800ms ease;
opacity: 1;
display: inline-block;
transition-delay: 1000ms;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#page_content_wrapper .inner .sidebar_content img, .page_content_wrapper .inner .sidebar_content img{
    max-width: 100%;
    height: auto;
}

.elementor-element.elementor-element-f7e0f6e img {
    width: 380px;
}
.elementor-widget-wrap.elementor-element-populated{
    display: flex;
    top: -230px;
    z-index: 99999;
}
.elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}

.elementor-element.elementor-element-5cf000a > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}
.elementor-element.elementor-element-4366f62 {
    text-align: left;
    width: auto;
    max-width: auto;
}
.elementor-element.elementor-element-4366f62 img {
    width: 330px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute; 
    right: 0;
    top: 8px;
}
body:not(.rtl)  .elementor-element.elementor-element-f7e0f6e {
    right: -62px;
}
.elementor-element.elementor-element-f7e0f6e {
    text-align: right;
    width: auto;
    max-width: auto;
    bottom: 41px;
}
.elementor-element.elementor-element-8960db7.elementor-column > .elementor-widget-wrap {
    justify-content: flex-end;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
/*.elementor-element.elementor-element-f7e0f6e > .elementor-widget-container {
margin: -100px 0px 0px 0px;
}*/
.elementor-widget-container img {
    width: 440px;
    height: auto;
    max-width: 100%;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}

.elementor-element.elementor-element-f8c6e98 {
    z-index: 2;
    width: auto;
    max-width: auto;
    bottom: -164%;
}
.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
}
.elementor-element.elementor-element-f8c6e98 img {
    width: 303px;
    height: auto;
    max-width: 100%;
}
.elementor-element.elementor-element-b063b38 {
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
    transition-delay: 0ms !important;
    display: inline-block;
}
.init-smoove {
    opacity: 0;
    transform-origin: 50% 50%;
}
.elementor-element.elementor-element-b063b38 > .elementor-widget-container {
    margin: 30px 20px 0px 0px;
}
.elementor-element.elementor-element-b063b38 img {
    width: 90px;
}
.elementor-element.elementor-element-dd5296d {
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
    transition-delay: 150ms !important;
    display: inline-block;
}
.elementor-element.elementor-element-dd5296d > .elementor-widget-container {
    margin: 30px 0px 0px 20px;
}
.elementor-element.elementor-element-dd5296d img {
    width: 90px;
}
.elementor-element.elementor-element-dbe3da4 {
    width: 50%;
}
.elementor-element.elementor-element-dbe3da4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}
.form-control{
    height: 60px;
    margin: 15px 0;
    background: transparent;
    color: #fff;
}
.menu-home{
    text-align: center;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
    height:auto;
}

.menu-home h1{
    display: inline-block;
    font-size: 65px;
    font-weight: 900;
    line-height: 1em;
    vertical-align: middle;
}
.menu-home h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
}
.row-1-wrapper .colored{
    color: #95b122;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
}
.reservation-home{
    background: url(../img/bg-booking.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.banner-2{
    background: url(../img/bg-booking.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 250px;
}
.reservation-home h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    text-align: center;
}
.reservation-home h1{
    font-size: 65px;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
}

body:not(.rtl)  .elementor-element.elementor-element-f8c6e98 {
    left: -52%;
    top: 30%;
}
body:not(.rtl)  .elementor-element.elementor-element-f8c6e98 {
    left: -52%;
}
.elementor-element.elementor-absolute {
    position: absolute;
}
#page_content_wrapper .inner .sidebar_content img, .page_content_wrapper .inner .sidebar_content img {
    max-width: 100%;
    height: auto;
}
.elementor-element .elementor-element-f8c6e98 img {
    width: 450px;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.elementor-element.elementor-element-f8c6e98 {
    z-index: 2;
    width: auto;
    max-width: auto;
    bottom: -164%;
}
.menu-heads{
    font-size: 36px;
    font-weight: 900;
    text-align:left;
}
.about-us{
    padding: 86px 0;
    display: inline-block;
    width: 100%;
}
.about-content-div{
    padding-bottom: 66px ;
    display: inline-block;
    width: 100%;
}
.about-content-div h2{
    /*font-size: 40px;*/
    font-weight: 600;
    line-height: 1.3em;
    /*color: #9aba24;*/
    color: #fff;
}
.about-content-div h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;

}
.bg-img-animate{
    background: url(../img/image-from-rawpixel-id-2353079-png-785x1024.png);
    background-position: center;
    width: 785px; 
    max-width: 100%;
    height: 450px;
}
.elementor-element.elementor-element-746baae {
    width: 28%;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-element.elementor-element-746baae > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}
body:not(.rtl)  .elementor-element.elementor-element-1747cb2 {
    left: -86%;
    top: -263px;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.elementor-element.elementor-element-1747cb2 img {
    width: 500px;
}
#page_content_wrapper .inner .sidebar_content img{
    max-width: 100%;
    height: auto;
}
.elementor-element.elementor-element-dbda8b7.elementor-column > .elementor-widget-wrap {
    justify-content: flex-end;
}
.elementor-element.elementor-element-dbda8b7 > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}
.elementor-element.elementor-element-243f2bd {
    text-align: right;
    width: auto;
    max-width: auto;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.elementor-element.elementor-element-243f2bd img {
    width: 250px;
}
.gallery-section{
    text-align: center;
}
.gallery-inner{
    padding: 150px 0 0 0;
}
.gallery-inner h1{
    display: inline-block;
    text-align: center;
    font-size: 65px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 30px;
}
.column img{
    height: 200px;
    margin-bottom: 10px;
    display: block;
    transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
    transition: all 0.3s ease-in-out;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 82px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    background: red;
    opacity: 1;
    padding: 10px;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer{
    padding: 40px 0;
    text-align: center;
}
footer ul li{
    padding-bottom: 20px;
    list-style: none;
    text-align: center;
}
footer li a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
footer .social{

    padding: 0 5px;
}
footer .fa{
    font-size: 22px;
    color: #95b327;
}
footer .border-right{
    border-right: 0.5px solid #95b327;
    height: 200px;
    text-align:center;
}
#toTop {
   padding: 10px 15px;
    border-radius: 50%;
    background: #95b327;
    color: #fff;
    position: fixed;
    bottom: 73px;
    cursor: pointer;
    right: 24px;
        z-index: 99999;
}
#order{
    display: none;
}
/*for iphone 6/7/8 plus & pixel 2 , pixel 2 xl*/
@media  (min-width: 411px) and (max-width:  731px){
    .all-contnt-slider {
        padding: 200px 0px;
    }
    .row-1-wrapper a {
    width: 100%;
    display: none;
}
body:not(.rtl) .elementor-element.elementor-element-1747cb2{
    display:none;
}
    #order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display: block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
    .elementor-element.elementor-element-4366f62 img {
        width: 165px;
    }
    .elementor-2 .elementor-element.elementor-element-f7e0f6e > .elementor-widget-container {
        margin: -40px 0px 0px 0px;
    }
    body:not(.rtl) .elementor-element.elementor-element-f7e0f6e{
        right: -17%;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #89a52a;
        background: #89a52a;
        border-radius: 0px;
        margin-top: 34px;
    }
    .navbar-inverse {
        background-color: #0b1517;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
    }
    .navbar-nav{
        display: inline-block;
        background: #000000d9;
        margin: 0;
        padding: 10px;
        width: 100%;
    }
    .elementor-widget-wrap.elementor-element-populated {
        display: inline- !important;
    }
    .elementor-element.elementor-element-f8c6e98 img{
        display: none;
    }
    footer .border-right {
        border-right: transparent;
        height: auto;
    }
    .column img {
        height: auto;
        margin-bottom: 10px;
        display: block;
        transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    }
    .banner h1,.menu-home h1 {
        font-size: 45px;
    }
    .elementor-element.elementor-element-b063b38 img,.elementor-element.elementor-element-dd5296d img,
    .elementor-element.elementor-element-243f2bd img, .elementor-element.elementor-element-746baae > .elementor-element-populated{


        display: none;
    }
    .bg-img-animate{
        height: auto;
    }
    .about-content-div h2 {
        font-size: 36px;
    }
    .elementor-element.elementor-element-746baae > .elementor-element-populated{
        display: none;
    }
    .menu-home .row-1-wrapper{
    display: inline-block;
    width: 100%;
    height:150px;
    overflow: visible;
    position: relative;
}
.menu-home .row-1-wrapper .card{
    right: 0;
    top: -271px;
}
.content-wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    left: 0;
}
}

/* for Iphone X*/
@media  (min-width: 375px) and (max-width: 812px){
    .navbar-inverse .navbar-toggle {
        border-color: #89a52a;
        background: #89a52a;
        border-radius: 0px;
        margin-top: 34px;
    }
    body:not(.rtl) .elementor-element.elementor-element-1747cb2{
    display:none;
}
     #order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display: block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.menu-home .row-1-wrapper a {
    width: 100%;
    display: none;
}
    .navbar-inverse {
        background-color: #0b1517;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
    }
    .navbar-nav{
        display: inline-block;
        background: #000000d9;
        margin: 0;
        padding: 10px;
        width: 100%;
    }
    .elementor-element.elementor-element-4366f62 img {
        width: 165px;
    }
    .all-contnt-slider {
        padding: 200px 0px;
    }
    .elementor-widget-wrap.elementor-element-populated {
        display: inline !important;
    }
    .column img {
        height: auto;
        margin-bottom: 10px;
        display: block;
        transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    }
    .banner h1,.menu-home h1 {
        font-size: 45px;
    }
    .elementor-element.elementor-element-b063b38 img,.elementor-element.elementor-element-dd5296d img,
    .elementor-element.elementor-element-243f2bd img{
        display: none;
    }
    .bg-img-animate{
        height: auto;
    }
    .about-content-div h2 {
        font-size: 36px;
    }
    .elementor-element.elementor-element-746baae > .elementor-element-populated{
        display: none;
    }
     .menu-home .row-1-wrapper{
    display: inline-block;
    width: 100%;
    height:150px;
    overflow: visible;
    position: relative;
}
.menu-home .row-1-wrapper .card{
    right: 0;
    top: -271px;
}
.content-wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    left: 0;
}
}
/*for Galaxy s5*/
@media (min-width: 360px) and (max-width: 640px){
    .navbar-inverse .navbar-toggle {
        border-color: #89a52a;
        background: #89a52a;
        border-radius: 0px;
        margin-top: 34px;
    }
    body:not(.rtl) .elementor-element.elementor-element-1747cb2{
    display:none;
}
     #order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display: block;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.menu-home .row-1-wrapper a {
    width: 100%;
    display: none;
}
    .navbar-inverse {
        background-color: #0b1517;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
    }
    .navbar-nav{
        display: inline-block;
        background: #000000d9;
        margin: 0;
        padding: 10px;
        width: 100%;
    }
    .all-contnt-slider {
        padding: 200px 0px;
    }
    .elementor-element.elementor-element-4366f62 img {
        width: 165px;
    }
    .elementor-widget-wrap.elementor-element-populated {
        display: inline !important;
    }
    .column img {
        height: auto;
        margin-bottom: 10px;
        display: block;
        transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    }
    .banner h1,.menu-home h1 {
        font-size: 45px;
    }
    .elementor-element.elementor-element-b063b38 img,.elementor-element.elementor-element-dd5296d img,
    .elementor-element.elementor-element-243f2bd img{
        display: none;
    }
    .bg-img-animate{
        height: auto;
    }
    .about-content-div h2 {
        font-size: 36px;
    }
    .elementor-element.elementor-element-746baae > .elementor-element-populated{
        display: none;
    }
     .menu-home .row-1-wrapper{
    display: inline-block;
    width: 100%;
    height:150px;
    overflow: visible;
    position: relative;
}
.menu-home .row-1-wrapper .card{
    right: 0;
    top: -271px;
}
.content-wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    left: 0;
}
}
/*for iphone5*/
@media (min-width: 320px) and (max-width: 568px){
    .navbar-inverse .navbar-toggle {
        border-color: #89a52a;
        background: #89a52a;
        border-radius: 0px;
        margin-right: 31px;
        margin-top: 21px;
    }
    body:not(.rtl) .elementor-element.elementor-element-1747cb2{
    display:none;
}
     #order {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
    display: block;
        z-index: 99999;
}
#order a {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.menu-home .row-1-wrapper a {
    width: 100%;
    display: none;
}
.elementor-widget-container img{
        margin-top: 101px;
}
    .navbar-inverse {
        background-color: #0b1517;
        border-color: transparent;
        margin-bottom: 0;
        height: auto;
    }
    .navbar-nav{
        display: inline-block;
        background: #000000d9;
        margin: 0;
        padding: 10px;
        width: 100%;
    }
    .elementor-element.elementor-element-4366f62 img {
        width: 165px;
    } 
    .elementor-element.elementor-element-f7e0f6e img {
        width: 165px;
    }  
    .all-contnt-slider {
        padding: 200px 0px;
    }
    .elementor-widget-wrap.elementor-element-populated {
        display: inline!important;
        top: -180px;
    }
    .elementor-widget-wrap > .elementor-element.elementor-absolute{
        top: -35px;
    }
    .column{
        width: 100%;
    }
    .column img {
        height: auto;
        margin-bottom: 10px;
        display: block;
        transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    }
    .banner h1,.menu-home h1,.gallery-inner h1{
        font-size: 35px;
    }
    .elementor-element.elementor-element-b063b38 img,.elementor-element.elementor-element-dd5296d img,
    .elementor-element.elementor-element-243f2bd img{
        display: none;
    }
    .bg-img-animate{
        height: auto;
    }
    .about-content-div h2 {
        font-size: 25px;
    }
    .elementor-element.elementor-element-746baae > .elementor-element-populated{
        display: none;
    }
    footer .border-right {
        border-right: transparent;
        height: auto;
    }
    .menu-home .row-1-wrapper{
    display: inline-block;
    width: 100%;
    height:auto;
    overflow: visible;
    position: relative;
}
.menu-home .row-1-wrapper .card{
    right: 0;
    top: -271px;
}
.reservation-home h1{
    font-size:36px;
}
.content-wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    left: 0;
}
body:not(.rtl) .elementor-element.elementor-element-f8c6e98{
    display:none;
}
body:not(.rtl) .elementor-element.elementor-element-f7e0f6e {
    right: -204px;
}
}