*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

a, a:hover{
    text-decoration:none;
}

li{
    list-style:none;
}
p{
    color:#5f5f5f;
    line-height:26px;
}

button:focus{
    outline:0;
}

.modal-open .modal.modal-center {
    display: flex!important;
    align-items: center!important;
}

.story-menu .btn{
    background-color:#E3AA4A;
    border:1px solid #E3AA4A;
}
.story-menu .btn:hover{
    color:#000;
}


.mb20{
    margin-bottom: 20px;
}

.mt50{
    margin-top: 50px;
}

.mt35{
    margin-top: 35px;
}

.all-slider .owl-carousel .owl-nav{
    text-align:center;
}

.all-slider .owl-carousel .owl-nav button.owl-next, .all-slider .owl-carousel .owl-nav button.owl-prev, .all-slider .owl-carousel button.owl-dot{
    margin:0 10px;
}

.mfp-wrap{
    z-index:100000 !important;
}

section{
    transition: all .1s ease; 
}


.section-title{
    text-align:center;
    margin-bottom: 80px;
}

.title-inner{
    margin-bottom: 20px !important;
}

.section-title h2 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Sweet Child Script', sans-serif;
    margin-bottom: 0;
}

.section-title h4 {
    font-size: 30px;
    color: #81c8b8;
    margin-bottom: 0;
    font-weight:700;
}

section{
    padding:80px 0;
}

.btn-gradient{
    background-image: radial-gradient(#fff -45%, #e3aa4a 65%);
    padding: 12px 35px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 20px;
}

.btn-gradient:hover{
    color:#000 !important;
}

.btn{
    color:#010101;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 16px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 14px;
    transition:500ms;
}
.btn img{
    padding-right: 10px;
    vertical-align: top;
}

.btn:hover{
    color:#e3aa4a;
    border: 1px solid #e3aa4a;
}

.btn-text{
    position: relative;
}

.btn-text:hover{
    color:#e3aa4a;
}

.btn-text:before{
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: 8px;
    width: 29px;
    height: 2px;
    background-color: #E3AA4A;
    margin-left: 33px;
}

.btn-text{
    font-weight: 600;
    color: #000;
    transition:500ms;
    padding-left: 40px;
}

.page-title{
    background-image: url(../images/g3.jpg);
    padding: 260px 0 0;
    background-position: 100% 70%;
    position: relative;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 428px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title h1{
    color:#fff;
    font-size: 50px;
    font-weight:bold;
    text-align: center;
    text-transform:uppercase;
}

.nav-breadcrum{
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: -20px;
    position:inherit;
}
.breadcrumb{
    background-color: inherit;
}
.breadcrumb-item a{ 
    color:#fff;
    font-size: 14px;
}
.breadcrumb-item.active{
    color:#e3aa4a;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#e3aa4a;
}
.content{
    margin-top: 50px;
    margin-bottom: 50px;
}

.owl-carousel .owl-stage-outer{
    overflow:initial;
}

.owl-item{
    opacity:0;
}

.owl-item.active{
    opacity:1;
}

.all-slider .owl-carousel .owl-nav{
    margin-top: 50px;
}

.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 90px;
    font-size: 38px;
    color: green;
    padding: 5px 7px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-grid;
    transition: 500ms;
    border: 1.5px solid green;
    z-index:1;
}
.whatsapp:hover {
    color: #fff;
    background-color:green;
}


/*Form control start*/


.form-control {
    height: 50px;
    color: #f76649;
    border: 0 none;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-bottom: 32px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #333;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    border-radius:0;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}

.form__field:focus ~ .form__label {
    color: #009788;
}

.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #009788;
}
.form-control:focus{
    box-shadow:none;
}
.theme-btn{
    background: transparent;
    border-radius: 50px;
    padding: 10px 40px;
    border: 2px solid #f58220;
    font-weight: 600;
    transition: 500ms;
    color:#fff;
}
.theme-btn:hover{
    background: #fff;
    color:#f58220;
}
/*Form control end*/

nav{
    height:60px;
    display:flex;
    justify-content:space between;
    padding: 1rem 2rem;
    z-index:100;
    position:fixed;
    width:100%;
}

.navbar-toggler{
    position:absolute;
    top:0;
    right:0;
    transform: translate(-50%, 25%);
}

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

.mob-menu{
    display:none !important;
}

/* Header */

.main-header {
    top: 0px;
    left: 0;
    z-index: 10000;
    width: 100%;
    transition: 500ms;
    position: fixed;
    transition:500ms;
}

.header-gradient{
    /*    background-image: linear-gradient(to top, rgb(96 96 96 / 0%) 0%, rgb(0 0 0) 80%);*/
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
}

.navbar-fixed-top{
    background-color: rgba(0, 0, 0, 0.80);
    transition:500ms;
}

.navbar-fixed-top .header-logo img{
    width:100px;
    transition:500ms;
}

.navbar-fixed-top .header-content{
    padding:7px 0;
}

.navbar-fixed-top .header-gradient{
    display:none !important; 
}

.header-content {
    /*display: flex;
    justify-content: space-between;*/
    padding: 20px 0;
}

.header-content .col-md-5{
    display: flex;
    align-items: end;
}

.header-content .navbar{
    display: flex;
    align-items: center;
    justify-content: right;
    transition:500ms;
}

.header-content .navbar.nav-right{
    justify-content: left;
}

.header-left {
    display: flex;
    flex: 1;
}
.header-right {
    position: relative;
    align-items: center;
}

.header-logo{
    text-align:center;
}

.header-logo img{
    width:145px;
    transition:500ms;
}

.navbar-collapse{
    justify-content:center;
}

ul.navbar-nav.menu-width {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-item
{
    margin: 0 18px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0 12px;
    font-size: 22px;
    transition:500ms;
    font-weight: 400;
    position: relative;
    text-align: center;
    font-family: 'Sweet Child Script', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e3aa4a;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #e3aa4a;
    -webkit-transition: 500ms;
    transition: 500ms;
}


/* Home Slider*/

.slider-section{
    padding: 0;
    font-family: 'Sweet Child Script', sans-serif;

}

.main-slider .main-slider-block{
    background-position:0  100%;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    position: relative;
    z-index:1;
    height:100vh;
    display:flex;
    align-items:end;
    justify-content:center;

}

.main-slider .main-slider-block h1, .main-slider .main-slider-block p{
    color:#fff;
}

.main-slider .black-overlay{
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    
}
.main-slider .owl-dots{
    
}

.main-slider .slider-content{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height:100%;
    width:100%;
    display:table;
}

.main-slider .slider-content h1{
    font-size: 50px;
    font-weight: 300;
    padding: 0px 10px;
    vertical-align: middle;
    display: table-cell;
}

.main-slider-bg-1{
    background-image: url(../images/slide1.jpg);
}

/*.main-slider-bg-1 .slider-content{
        text-align: right;
        margin-right: 170px;
        margin-bottom: 130px;

}*/

/*.main-slider-bg-1 .slider-content h1{
    font-size: 50px;
        margin-bottom: 0px;
    font-weight:900;
        text-shadow: 4px 5px 6px rgb(0 0 0 / 52%);
    
    text-align: center;
}*/
/*.main-slider-bg-1 .slider-content p{
    font-size: 37px;
    margin-bottom: 35px;
    font-family: 'Raleway', sans-serif;
    color: #e3aa4a;
    font-weight: 900;
    text-shadow: 4px 5px 6px rgb(0 0 0 / 52%);
}*/

.main-slider-bg-2{
    background-image: url(../images/slide2.jpg);
    display:flex;
    align-items:center;
    justify-content:center;

}



/*.main-slider-bg-2 .slider-content p{
    background-color: #2e3134;
    padding: 10px 5px;
    font-size: 36px;
    display: table;
    font-weight: 800;
}*/

.main-slider-bg-3{
    background-image: url(../images/slide3.jpg);

}

/*.main-slider-bg-3 .slider-content{
        text-align:right;
        margin-top: 34%;

}*/
/*
.main-slider-bg-3 .slider-content h1{
    font-size: 37px;
   
    text-align: center;
}*/

/*.main-slider-bg-3 .slider-content p{
    font-size: 45px;
    font-weight: 900;
}*/

.main-slider .owl-nav .owl-prev{
    position: absolute;
    left:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i{
    color:#fff;
    font-size: 21px;
    line-height:50px;
    transition: all 0.5s;
}

.main-slider .owl-nav .owl-next{
    position: absolute;
    right:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-slider .owl-nav .owl-prev:focus, .main-slider .owl-nav .owl-next:focus{
    outline:0;
}

.main-slider .owl-dots{
    /*    text-align: left;
        position: absolute;
        bottom: 80px;
        left: 180px;*/

}
.owl-dots{
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
}

.main-slider .owl-dots button span{
    background-color: #FFF;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #FFF;
    /*    border:5px solid #e3aa4a;*/
}

/* About */

.about{
    /*    height:54vh;*/
}
.about .row{
    position: relative;
}

.about-block{
    position: relative;
    left: 32px;
    z-index: 1000;
    top: 30px;
}

.about-text{
    box-shadow: 0 0 10px 0px #f1f1f1;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background-color: #FFF;
}
.about-text h1{
    margin-bottom: 0;
    font-family: 'Sweet Child Script', sans-serif;
}
.about-text p{
    margin-top: 10px;
    font-weight:500;
    font-size: 14px;
    line-height:30px;
}

.about-img-block{
    position: absolute;
    right: 32px;
}

.about-img-2{
    display: flex;
    align-items: center;
    margin-left: -20px;
}

.about-img-2 img{
    max-width:80%;
}

.about .about-lt::before, .about .about-lt::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    transition-duration: 1.3s !important;
}
.about .about-lt::before, .about .about-lt::after {
    content: "";
    background: #fff;
}
.about .about-lt::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.about .about-lt::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.about .about-lt:hover::after, .about .about-lt:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}


/* About Page */

.back-video{    
    border: 5px solid #e3aa4a;
    height: 379px;
    width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img video{
    height:300px;
    width:90%;
}


.about-img{
    position: absolute;
    top: 100px;
    left: 50px;
}

.about-img img{
    width:95%;
}

.about-inner-content{
    display:flex;
    align-items:center;
    justiy-content:center;
}
.about-inner-content h3{
    font-family: 'Sweet Child Script', sans-serif;
    font-weight:400;
    font-size: 44px;
    margin-bottom: 0;
}
.about-inner-content h6{
    font-weight: bold;
    font-size: 15px;
    color: #7f7f7f;
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 22px;
}
.about-inner-content p{
    font-weight:500;
    font-size: 16px;
    color:#7f7f7f;
}

.about-food{
    margin-top: 60px;
}

.about-food ul{
    display:flex;
}

.about-food ul li{
    padding: 0 20px;
    width:32%;
    display: inline-block;
    text-align:center;
    perpective:1000px;
}

.about-food ul li:first-child{
    border-right: 2px dashed #e3aa4a;;
}

.about-food ul li:last-child{
    border-left: 2px dashed #e3aa4a;;
}
.about-food .about-icon{
    background-color: #e3aa4a;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height:50px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.about-food li:hover .about-icon{
    transform: rotateY(180deg);
}

.about-food span{
    display:block;
    font-family: 'Sweet Child Script', sans-serif;
    font-size: 28px;
    margin-top: 22px;
    letter-spacing: 3px;
}


/* Gallery */

.gallery{
    /*    padding: 0;*/
}

.gallery .col-md-4{
    overflow:hidden;
    /*    height: 225px;*/
}

.gallery img{
    width: 100%;
    transform: scale(1);
    transition:500ms;
    /*    height: 100%;*/
}

.gallery img:hover{
    transform: scale(1.1);
}
.gallery-sec .img-fluid{
    margin-bottom: 30px;
    border-radius: 10px;
}
/* Discover Menu */

.discover-block{
    display:flex;
    align-items:center;
    justify-content:center;
}
.discover-text h1{
    margin-bottom: 0;
}
.discover-text p{
    margin-top: 10px;
    font-weight:500;
    font-size: 14px;
    line-height:30px;
}

/* Gallery page */

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
}
.portfolio-menu button {
    padding: 0;
}

.portfolio-menu button {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 6px 40px;
    cursor: pointer;
    transition: all .5 ease;
    border:2px solid #4d4d4d;
    background-color: #FFF;
    font-size: 18px;
    font-weight:600;
    color:#000;
    border-radius:50px;
    text-transform:uppercase;
}

.portfolio-menu button.active{
    background-color: #e3aa4a;
    border:2px solid #e3aa4a;
}
.portfolio-menu button:hover{
    border:2px solid #e3aa4a;
    background-color: #e3aa4a;
    transition: all .5 ease;
}

.grid{
    margin-top: 70px;
}

.grid .item{
    margin-bottom: 20px;
}

.grid .item img{
    border-radius:10px;
}

.grid .grid-item::before, .grid .grid-item::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    transition-duration: 1.3s !important;
}
.grid .grid-item::before, .grid .grid-item::after {
    content: "";
    background: #fff;
}
.grid .grid-item::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.grid .grid-item::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.grid .grid-item:hover::after, .grid .grid-item:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* Customer */

.customer{
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;

}

.customer-pattern{
    background-image: url(../images/customer-pattern.png);
    background-repeat: no-repeat;
    background-position: 100% 5%;
    height: 400px;
    position: absolute;
}

.customer-slider .owl-item.active.center{
    box-shadow: 0 0 10px 1px #e3e3e3;
    border-radius:15px;
}

.single-client{
    background-color: #FFF;
    padding: 20px;
    border-radius:15px;
}
.single-client .ribbon
{
    position: absolute;
    right: 50px;
    top: 0;
}

.single-client .ribbon img{
    width:inherit !important;
}

.single-client .client-img img{
    width:inherit !important;
    border:2px solid #e3aa4a;
    border-radius:50px;
    padding: 2px;
}
.single-client ul{
    display:flex;
    margin: 16px 0;
}
.single-client ul li{
    padding:0 6px 0 0;
    color:#ffc80a;
    font-size: 22px;
}
.single-client h5{
    border-top:1px dashed #000;
    padding-top:10px;
    color:#000;
    font-weight:bold;
    font-size: 16px;
}

.customer .owl-nav{
    display:none;
}

/* Find Us */

.find-us{
    background-image: url(../images/findus-bg.jpg);
    background-repeat: no-repeat;
    background-position: 52% 75%;
    padding: 65px 0;
    background-blend-mode: overlay;
    background-color: rgba(13, 2, 0, 0.84);
}

.find-us .container {
    max-width: 840px;
}

.find-us h2{
    font-family: 'Sweet Child Script', sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #e3aa4a;
    /*    margin-bottom: 5px;*/
}

.find-us p{
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: -8px;
}
.find-us .btn-text{
    color: #fff;
}
.find-us .btn-text:hover{
    color: #E3AA4A;
}
.find-us .btn-text::before{
    background-color: #fff;
}
.contact-us{
    padding:80px 0 50px;
    text-align:center;
}

.contact-us .section-title{
    margin-bottom: 50px;
}

.contact-us .col-md-4 {
    border-right: 1px solid #afafaf;
}

.contact-us .col-md-4:last-child {
    border-right:0 none;
}

.contact-us h3{
    color:#adadad;
    font-weight:600;
    font-size: 18px;
    text-transform:uppercase;
}

.contact-us span, .contact-us a{
    color:#242424;
    font-weight:500;
    font-size: 16px;
}

.social-media{
    display:flex;
    margin-top:15px;
    align-items:center;
    justify-content:center;
}

.social-media li{
    margin:0 20px 0 0
}

.social-media li a{
    color: #fff;
    background-color: #adadad;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    transition:500ms;
}

.social-media li a:hover{
    background-color: #E3AA4A;
}

.contact-middle{
    display:grid;
    align-items:center;
    justify-content:center;
}

.contact-middle .phone{
    font-size: 26px;
    margin-top: 8px;
}
.contact-middle .mail{
    margin-top: -4px;
}

.contact-last{
    display:flex;
    align-items:center;
    justify-content:center;
}
.contact-last span{
    font-weight:600;
}

/* Contact Us page */

.conatct-detail{
    margin-top: 60px;
}

.conatct-detail ul{
    display:flex;
}

.conatct-detail ul li{
    padding: 0 20px;
    width:28%;
    display: inline-block;
    text-align: center;
}

.conatct-detail ul li:first-child{
    border-right: 1px dashed #777;
}

.conatct-detail ul li:last-child{
    border-left: 1px dashed #777;
    width:44%;
}

.conatct-detail ul li .contact-detail-right
{
    display: block;
}

.conatct-detail ul li .contact-detail-right a{
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-top: 6px;
    display: block;
}
.location a{
    font-size: 18px !important;
    font-weight:400;
}

.contact-form{
    margin-top: 75px;
}

.contact-form .col-md-8, .contact-form .col-md-4 {
    padding: 0 5px;
}

.contact-form .col-md-8{
    background-color: #F8F2E5;
    border-radius:0 20px 20px 0px;
    padding: 88px 50px;
}

.contact-form h1{
    font-family: 'Sweet Child Script', sans-serif;
    font-size: 34px;
    margin-bottom: 30px;
}

.contact-iframe{
    background-color: #FBF6ED;
    padding:0px 0;
    margin-top: 100px;
}


/* Footer  */

footer{
    background-color:#fff;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #7d7d7d;
}

footer a{
    color: #7d7d7d;
    font-weight: 400;
}

footer a:hover{
    color:#7d7d7d;
}

footer p{
    margin-bottom: 2px;
    color: #7d7d7d;
    font-weight: 500;
}