:root{
    --black : #212121;
    --brown : #532E1C;
    --brown-light : #C5A880;
    --brown-light : #E6E6E6;
}

/* @font-face {
    font-family: 'Futwora';
    src: url('../fonts/Futwora-Regular.woff2') format('woff2'),
        url('../fonts/Futwora-Regular.woff') format('woff'),
        url('../fonts/Futwora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futwora';
    src: url('../fonts/Futwora-Bold.woff2') format('woff2'),
        url('../fonts/Futwora-Bold.woff') format('woff'),
        url('../fonts/Futwora-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700;800;900&display=swap'); */

body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--black);
    position: relative;
}
a{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
p{
    font-size: 16px;
    line-height:1.5;
}
h1, .h1{
    font-size: 46px;
}
h2, .h2{
    font-size: 34px;
}
h3, .h3{
    font-size: 28px;
}
h4, .h4{
    font-size: 24px;
}
h5, .h5{
    font-size: 22px;
}
h6, .h6{
    font-size: 18px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.nav-link:focus, .nav-link:hover{
    color: #ffffff;
}

.ptb60{padding: 60px 0;}
.ptb30{padding: 30px 0;}
.ptb20{padding: 20px 0;}
.ptb15{padding: 15px 0;}
.pt60{padding-top: 60px;}
.pt30{padding-top: 30px;}
.pt20{padding-top: 20px;}
.pt15{padding-top: 15px;}
.pb60{padding-bottom: 60px;}
.pb30{padding-bottom: 30px;}
.pb20{padding-bottom: 20px;}
.pb15{padding-bottom: 15px;}
.mtb60{margin: 60px 0;}
.mtb30{margin: 30px 0;}
.mtb20{margin: 20px 0;}
.mtb15{margin: 15px 0;}
.mt60{margin-top: 60px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mt15{margin-top: 15px;}
.mb60{margin-bottom: 60px;}
.mb30{margin-bottom: 30px;}
.mb20{margin-bottom: 20px;}
.mb15{margin-bottom: 15px;}
.rounded_8{
    overflow: hidden;
}
/* header-wrapper */
/* .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link.active
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #C5A880;
} */
main.main-wrapper {
    min-height: calc(100vh - 134px);
}
.header-wrapper{
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    position: fixed;
    top: 0;
}

.navbar-expand .navbar-nav .nav-link,
.navbar-brand{
    padding: 0;
}
.navbar-brand p{
	margin: 0px !important;
}
.navbar-expand .navbar-nav .nav-link{
    font-size: 27px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
}
.navbar-expand .navbar-nav .nav-link.show,
.navbar-expand .navbar-nav .nav-link:hover,
.navbar-expand .navbar-nav .nav-link.active{
    border-color: #ffffff;
}
.inner_page_wrapper .navbar-expand .navbar-nav .nav-link.show,
.inner_page_wrapper .navbar-expand .navbar-nav .nav-link:hover,
.inner_page_wrapper .navbar-expand .navbar-nav .nav-link.active{
    border-color: #000000;
}
.inner_page_wrapper .navbar-expand .navbar-nav .nav-link{
    color: #000000;
}
/* .navbar-brand img{
    filter: drop-shadow(0px 11px 21.5px rgba(19,22,44,0.34)) brightness(60);
} */
.navbar{
    padding: 10px 48px 10px 48px;
	background-color: #ffffff;
}
.home.page-template .navbar{
	background-color: transparent;
}

.nav-link,
.navbar-brand{
    letter-spacing: .1px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 99;
}
.navbar-brand img{
    width: 250px;
    display: inline-block;
}



.banner-slider-section{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #333;
}
.banner-slider-section .banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    padding: 14px;
}
.banner-slider-section .banner_text h1{
    font-weight: 400;
}
.banner-slider-section .slider-item,
.bg_overlay{
    position: relative;
    z-index: 1;
}
.banner-slider-section .slider-item:after,
.bg_overlay:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 20%, rgba(0,212,255,0) 70%);
}
.banner-slider-section .slider-item img{
    width: 100%;
    height: 100%;
    height: 100vh;
    /* -o-object-fit: cover;*/
    object-fit: cover; 
}
.menu-toggle-btn{
    filter: drop-shadow(0px 11px 21.5px rgba(19,22,44,0.07));
}

.navbar .dropdown-menu{
    background-color: transparent;
    border: none;
    box-shadow: none;
    max-width: 200px;
	left: -88px;
}

.navbar .dropdown-menu li a{
	font-size: 27px;
	text-align: right;
    padding: 2px 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.inner_page_wrapper .navbar .dropdown-menu li a {
    color: #000000;
	font-size: 27px;
	text-align: right;
}
ul.navbar-nav li.nav-item{
    padding: 0 4vw 0 0;
}
.inner_page_wrapper .navbar .dropdown-menu li a:hover,
.inner_page_wrapper .navbar .dropdown-menu li a.active{
    color: #000000;
}
.burger-menu {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 14px;
  }
  .burger-menu span:after,
  .burger-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
  }
  .burger-menu span:after {
    top: 18px;
  }
  .burger-menu span {
    position: relative;
    display: block;
  }
  .burger-menu span,
  .burger-menu span:after,
  .burger-menu span:before {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  .burger-menu.is_open span {
    background-color: transparent;
  }
  .burger-menu.is_open span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }
  .burger-menu.is_open span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }
  
.info-section {
    position: fixed;
    bottom: 0;
    left: 0;
    padding:30px 48px;
    color: #fff;
}
.divider{
    border-bottom: 1px solid #fff;
    width: 50px;
    margin: 18px 0;
}
.info-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
.navbar-brand .sidebar_logo{
    display: none;
}
body.is_menuopen{
    overflow: hidden;
}

.is_menuopen .sidebar_logo{
    display: block;
    filter: none;
    width: 260px;
}
.is_menuopen .main_logo{
    display: none;
}
.burger-menu.is_open span:before,
.burger-menu.is_open span:after{
    background-color: #000000;
}

.sidebar-section {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    padding:100px 20px 40px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 9;
}
.sidebar-section.menu_show{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.sidebar-wrapper {
    padding: 50px 0px 20px;
    max-height: 100%;
    max-width: 500px;
    text-align: left;
    margin-left: auto;
    height: 100%;
}
.widget-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
ul.social-widget.widget-menu{
    padding-top: 30px;
    border-top: 1px solid #000000;
}
ul.social-widget.widget-menu li:first-child a{
    font-weight: 600;
    font-size: 18px;
}
ul.social-widget.widget-menu li:first-child{
    margin-bottom: 10px;
}
ul.social-widget.widget-menu li a {
    font-size: 16px;
    line-height: 1.6;
}

.sidebar-widget{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-widget p{
    margin-bottom: 0px;
    font-size: 16px;
}
.sidebar-widget .food-image{
    margin-bottom: 40px;
}
.sidebar-widget .title{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .1px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-top: 15px;
    color: #ffffff;
}
.widget-menu li a {
    font-size: 24px;
    line-height: 40px;
    color: #484848;
    font-weight: 400;
}
.widget-menu li a .category-count{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .3px;
    transform: translateY(1px);
}
.mobile_img{display: none !important;}


.header-wrapper.header-relative{
    position: relative;
}
.header-wrapper.header-relative .navbar-brand img{
    filter: none;
}
.header-wrapper.header-relative .burger-menu span, .header-relative .burger-menu span:after, .header-relative .burger-menu span:before{
    background-color: #000000;
}
.header-wrapper.header-relative .burger-menu.is_open span{
    background-color: transparent;
}
/* contact page */
.contact-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-section h3{
    font-size: 38px;
    font-weight: 400;
}
.contact-section ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contact-section ul li a{
    font-size: 22px;
    line-height: 30px;
    color: #4c4c4c;
}
.mb40{
    margin-bottom: 40px;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: right;
}
footer p{
    margin-bottom: 0px;
}

.about-section-banner .bg_overlay:after{
    background-image: linear-gradient(180deg, rgba(0,0,0,.3) 20%, rgba(0,212,255,0) 70%);
}
.about-section-main{
    padding-top:120px ;
    padding-bottom: 120px;
}
.about-section-main h2{
    font-size: 38px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
}
.about-section-main.craft-section-main h1{
	font-weight: 400;
    font-size: 38px;
}
.about-section-main.craft-section-main h2{
    font-size: 28px;
	margin-bottom: 10px;
}
.about-section-main p{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
	width: 100%;
}
.about-section-main ul li{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    width: 100%;
}
.about-section-main .align-items-center{
	margin-bottom: 100px;
}
.mtb100{
    margin-top: 100px;
    margin-bottom: 100px;
}
.mt100{
    margin-top: 100px;
}
.mb100{
    margin-bottom: 100px;
}
.project-section{
    padding-top: 120px;
    padding-bottom: 120px;
}
.project-image {
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 7px;
    position: relative;
}
.project-card p{
    font-size: 15px;
    margin-bottom: 0px;
}
.project-image.image_hover:before {
    background-color: #ffffff;
    opacity:0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease;
    position: absolute;
}
.project-image.image_hover:hover:before{
    opacity: 0.3;
}
.project_list_text a{
	font-size: 38px;
}
.project_list_text a:hover{
	color: #000000;
	border-bottom: 2px solid #000;
}
/* .slider-item img{
    transition: all 4s ease;
    transform: scale(1);
}
.slider-item.slick-current img{
    animation: fadezoom 14s 0s forwards;
    transform: scale(1.3);
} */
/* @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  } */
 .slider_bgimage{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    background-size: cover;
    background-position: center;
 } 
.banner-video {
    position: fixed;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    opacity: 1;
    background-image: none;
    transition-property: opacity;
    transition-duration: 1000ms;
}
.banner-video video{
    /*position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	width: 100%;*/
	
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-video video::-webkit-media-controls {
    display: none !important;
}
.banner-video video::-webkit-media-controls-enclosure {
    display:none !important;
}
.banner-slider .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
.banner-slider > .slick-list,
.banner-slider > .slick-list > .slick-track,
.banner-slider > .slick-list > .slick-track > .slick-slide > .slider_bgimage {
    position: relative;
    height: 100%;
  }

  .banner-slider .slider_bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .banner-slider .slide-animation .slider_bgimage{
    -webkit-animation: heroImgAnimation 20s linear infinite;
            animation: heroImgAnimation 20s linear infinite;
    transform: translateX(0);
    width: 125%;
  }
  .project_list_item h3{
    font-weight: 400;
    line-height: 1.3;
  }
  .project_list_item:not(:last-child) {
    margin-bottom: 24px;
  }

	.mobile_background_image{
		display: none;
	}
	
	.certification-logo{
	    display: flex;
	    padding: 0;
	    align-items: center;
	}
	
	.certification-logo li{
	    list-style: none;
	}
	
	.certification-logo li img{
	    width: 110px;
	}

  /* .slide-animation{
      animation: fadezoom 15s 0s forwards;
  } */

.team-section-main {
    padding-top: 120px;
    padding-bottom: 120px;
}

.team-section-main .team-info{
	margin-top: 20px;
	margin-bottom: 40px;
}

.team-section-main img{
	width: 100%;
}

.team-section-main h2{
	font-size: 22px;
	font-weight: 600;
}

.team-section-main h2 span{
	font-size: 16px;
    font-weight: 500;
}

.team-section-main h3{
	font-size: 16px;
    font-weight: 500;
	color: #3ac0c9;
}



  @-webkit-keyframes heroImgAnimation {
    0% {
      -webkit-transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-5%);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  
  @keyframes heroImgAnimation {
    0% {
      -webkit-transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-5%);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  
@media screen and (max-width:1199px) {
    .banner-slider-section .banner_text h1{
        font-size: 36px;
    }
}
@media screen and (max-width:991px) {
    .desktop_img{display: none !important;}
    .mobile_img{display: block !important;}
    .is_menuopen .sidebar_logo{
        max-width: 200px;
    }
    .project-section,
    .contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
}
@media screen and (max-width:767px) {
    .sidebar-wrapper{
        padding: 50px 0px 20px;
    }
    .widget-menu li a{
        font-size: 20px;
        line-height: 34px;
    }
    ul.social-widget.widget-menu li a {
        font-size: 16px;
        line-height: 1.6;
    }
    .mtb100 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mt100 {
        margin-top: 40px;
    }
    .banner-slider-section .banner_text h1{
        font-size: 26px;
    }
    .about-section-main p {
        margin-bottom: 0;
		width: 100%;
    }
    .about-section-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about-section-main h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 24px;
    }
    .project-main .row.g-5{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }
    .project_list_item h3{
        font-size: 20px;
    }
    .contact-section h3 {
        font-size: 24px;
    }
    .contact-section ul li a {
        font-size: 18px;
    }
    /* .navbar-brand .main_logo {
        width: 40px;
    } */
    .banner-video.ratio>*{
        width: auto;
        height: 100vh;
    }
	.banner-video{
		display: none;
	}
	.mobile_background_image{
		display: block;
	}
}
@media screen and (max-width:575px) {
    .navbar-expand .navbar-nav .nav-link {
        padding: 6px 5px;
        font-size: 14px;
    }
    .navbar-expand .navbar-nav .dropdown-menu{
        left: unset !important;
        right: 0px !important;
    }
    .about-section-main,
    .project-section,
    .contact-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	.navbar .dropdown-menu li a{
		font-size: 14px!important;
		text-align: right!important;
		padding: 2px 10px;
	}
	.project_list_text a {
		font-size: 24px;
	}
    
}
@media screen and (max-width:480px) {
    .sidebar-section {
        width: 100%;
        z-index: 98;
    }
    .info-section p{
        font-size: 12px;
    }
    .about-section-main,
    .project-section,
    .contact-section {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .info-section, .navbar {padding: 24px 14px;}
    .banner-video.ratio>*{
        width: auto;
        height: 100vh;
    }
}