@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700;800;900&display=swap');
* {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
html, body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 500;
    color: #000;
}
body {
	font-family: 'Josefin Sans', sans-serif !important;
    background-color: var(--gold) !important;
    font-size: 22px;
}
p, a {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: .02em;
    color: #000;
}
p:last-child {
    margin: 0px;
}
:root {
    --green: #1b3429;
    --gold: #d9d1b9;
}
.gold-heading, .gold-para {
    color: var(--gold);
}
@media (min-width: 1200px) {
.h1, h1 {
    font-size: 3.1rem !important;
}
.quote-text {
    font-size: 1.4rem !important;
    line-height: 1.4;
    font-style: italic;
}
.accordion-body {
    font-size: 18px;
}
}
/*====================== header ======================*/
.sidenav {
    background-color: var(--green) !important;
    text-align: center;
}
.sidenav .brand img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 3%;
}
.sidenav a {
    font-size: 38px !important;
    color: #837a5f !important;
    line-height: 60px;
    padding: 8px !important;
}
.sidenav a:hover {
    color: var(--gold) !important;
}
.sidenav .closebtn {
    top: 20px !important;
    right: 25px;
    font-size: 50px !important;
    margin-left: 50px;
    background: var(--gold);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    padding: 0 !important;
    line-height: 40px;
    color: var(--green);
}
.sidenav .closebtn:hover {
    background-color: #305947;
    color: var(--gold) !important;
}
.menubr{
	background: #1d35283d;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding: 15px 0;
}
.leftmenu {
    display: flex;
    align-items: center;
}
.leftmenu .fa.fa-bars {
    font-size: 18px;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.leftmenu .fa.fa-bars:hover {
    background: var(--green);
    border-color: var(--green);
}
.rightbar .fa-phone {
    font-size: 15px;
    color: var(--gold);
    float: right;
    border: 1px solid var(--gold);
    border-radius: 100px;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.rightbar .fa-phone:hover {
    background: var(--green);
    border-color: var(--green);
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

.btn.btn-right-fixed a {
    background: #a1894a;
    color: #fff;
    text-decoration: none;
    padding: 24px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    writing-mode: vertical-rl;
    transition: all ease-in-out 0.3s;
    font-size: 16px;
}
.btn.btn-right-fixed a:hover {
    background: var(--green);
    color: #fff;
}
    
.btn.btn-right-fixed {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 38%;
    /*transform: rotateZ(90deg);*/
        padding: 0;
    margin: 0;
    border: none;
    width: auto;
    float: left;
}
/*===================== /header ======================*/

/*==================== banner-and-founder-section ====================*/
.banner {
    width: 100%;
	/* background-color: #1e2629; */
	position: relative;
}
.founder-section {
    display: flex;
    align-items: center;
}
.about-text {
    flex-basis: 65%;
    background: var(--green);
    padding: 60px 100px 60px 60px;
}
.about-img {
    flex-basis: 35%;
    position: relative;
    order: 2;
}
.about-img img {
    position: relative;
    right: 30px;
    z-index: 1;
    max-height: 400px;
    object-fit: contain;
    width: 100%;
    object-position: top;
    background: #fff;
}
.about-text .logo {
    position: absolute;
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    right: -40px;
    bottom: -40px;
    z-index: 2;
}
.founder-name {
    font-family: 'Merienda', cursive !important;
    /*color: var(--gold);*/
    font-style: italic;
}
/*==================== /banner-and-founder-section ====================*/

/*=================== our-work ===================*/
.our-work-sec {
	background: var(--green);
}
.work-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 3%;
}
.work-block:last-child {
    margin-bottom: 0;
}
.work-block img {
    width: 100%;
    min-width: 80px;
    max-width: 80px;
    background: #a38744;
    padding: 10px;
    border-radius: 6px;
    object-fit: contain;
}
.work-block p {
    color: #fff;
}
/*================== /our-work ===================*/

/*=================== Services ===================*/
ul#services-slider-list li .card {
    height: 100%;
    background: transparent;
    border: none;
    text-align: center;
}
ul#services-slider-list li .card img {
    width: 100%;
    max-width: 130px;
    min-width: 130px;
    padding-top: 25px;
}
ul#services-slider-list li .card h3 {
    margin-top: 24%;
}
ul#services-slider-list li .card .content:before {
    content: '';
    width: 200px;
    height: 200px;
    background: var(--green);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    border-radius: 100px;
}
ul#services-slider-list li:nth-child(even) .card .content:before {
    background: #a1946e;
}
.splide__arrow {
    width: 3em !important;
    height: 3em !important;
    background: var(--green) !important;
}
.splide__arrow svg {
    fill: var(--gold) !important;
}
/*================== /Services ===================*/

/*================= menu-slider =================*/
section#menu-slider {
    background: var(--green);
}
.sample-menu-block {
    display: flex;
    background: var(--gold);
    border-radius: 8px;
    overflow: hidden;
    justify-content: stretch;
    /* height: 100%; */
}
.m-text {
    padding: 30px 20px;
    flex-basis: 50%;
}
.m-image {
    flex-basis: 50%;
}
.m-image img {
    height: 450px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
/*================ /menu-slider =================*/

/*================== gallery-slider ===================*/
.slide-box {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.slide-box video {
    width: 100%;
    height: 100%;
    background: #000;
}
.splide__arrows.splide__arrows--ltr {
    position: absolute;
    height: 100%;
    width: 100%;
}
.slide-box img {
    height: 550px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}
/*.step-video {
    width: 100%;
    height: 700px;
    background: var(--green);
    border-radius: 10px;
}*/
/*================= /gallery-slider ===================*/

/*================= footer =================*/
.footer {
	background: var(--green);
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
}
.footer .row {
	display: block;
}
.footer h1, .footer p, .footer p a {
	color: var(--gold);
    text-decoration: none;
}
.footer-scllink {
    list-style: none;
    margin: 0;
}
.footer-scllink li {
	padding: 0px 10px;
	display: inline-block;
}
.footer-scllink li a i {
	color: var(--gold);
    font-size: 20px;
}
.footer-scllink li a i:hover {
	color: #fff;
}
.footer-bottom {
	background: #1d3528;
    text-align: center;
	border-top: 1px solid #264c3c;
}
.culicopy {
    color: var(--gold);
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}
/*================= /footer =================*/

/*======================== inner-banner ==========================*/
.inner-banner {
    background-image: linear-gradient(rgba(27, 52, 41, 0.8), rgba(27, 52, 41, 0.8)), url(../images/inner-bnr-2.jpg);
    padding: 160px 0 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion-item {
    background-color: transparent !important;
    border: 1px solid #c0b99f !important;
}
.accordion-button {
    background-color: transparent !important;
    font-size: 1.3rem !important;
    padding: 21px 15px !important;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #c0b99f !important;
    box-shadow: none !important;
}
.accordion-body {
    background: #c0b99f;
}
.accordion-button:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}
.form-control {
    height: 50px;
    background: transparent !important;
    border: 1px solid #a79e7d !important;
}
button.btn.btn-primary {
    background: var(--green);
    border-color: var(--green);
    padding: 12px 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
button.btn.btn-primary:hover {
    background: transparent;
    color: var(--green);
}
/*======================= /inner-banner ==========================*/

/*============= contact-form-notification =================*/
    .msg-success {
    background: var(--green);
    color: #fff;
    padding: 10px;
    position: relative;
    display: block;
    margin-bottom: 2%;
    border-radius: 6px;
}
    .msg-error{
      color:red;
    }
/*============ /contact-form-notification =================*/

/*=========================== media-queries =============================*/
/*============== safari-browser ================*/

@media only screen and (-webkit-min-device-pixel-ratio: 3),
                    only screen and (min--moz-device-pixel-ratio: 3),
                    only screen and (-o-min-device-pixel-ratio: 3/1),
                    only screen and (min-device-pixel-ratio: 3)
{  
    
    .btn.btn-right-fixed {
            right:25px;
        }
}

/*============= /safari-browser ================*/



@media screen and (max-width:1899px) and (min-width:1361px) {
    .sample-menu-block {
     height: 100%; 
}
.m-image img {
    height: 100%;
}
}
@media screen and (max-width:768px) and (min-width:320px) {
    p:last-child {
        margin-bottom: 1rem;
    }
.about-text {
    flex-basis: 100%;
    background: var(--green);
    padding: 20px;
}
.about-img {
    flex-basis: 100%;
}
.founder-section {
    flex-wrap: wrap;
}
.about-img img {
    right: 0;
    max-height: 370px;
}
.about-text .logo {
    position: relative;
    left: 0;
    bottom: 0px;
}
.sample-menu-block {
    flex-wrap: wrap;
}
.m-text {
    padding: 30px 20px;
    flex-basis: 100%;
    order: 2;
}
.m-image {
    flex-basis: 100%;
    order: 1;
}
.m-image img {
    height: 230px;
}
.slide-box img {
    height: 400px;
}

.sidenav a {
    font-size: 24px !important;
    line-height: 30px;
}
.accordion-button {
    background-color: transparent !important;
    font-size: 1rem !important;
    padding: 15px 10px !important;
}
.sidenav .brand img {
    max-width: 130px;
}
.sidenav .closebtn {
    top: 16px !important;
    right: 25px;
    font-size: 35px !important;
    margin-left: 50px;
    background: var(--gold);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    padding: 0 !important;
    line-height: 33px;
    color: var(--green);
}
.banner {
    background-color: var(--green);
    height: 100vh;
}
.banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
}

/*========================== /media-queries =============================*/

.step-img img {
    max-width: 100% !important;
    background-position: center !important;
    height: 800px !important;
    object-fit: cover !important;
    border-radius: 10px;
}





