
/*

1. Logo



 */
@import url("bootstrap.css");

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


:root {
	--theme-color: #fff8ec;
	--theme-color2: #ffedcf;
	--theme-color3: #700206;
	--dark-gray: #212529;
	--black: #000000;
	--white: #FFFFFF;
}

.bg-light-green{ background: var(--theme-color);}
.bg-green{ background: var(--theme-color2);}
.bg-maroon{ background: var(--theme-color3);}
.bg-dark-gray{ background: var(--dark-gray);}

body {
	font-size: 17px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	overflow-x: hidden !important;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
	background: var(--theme-color);
}

h1, h2, h3, h4, h5, h6  {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/****** Header *****/

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 20px 15px;
    transition: all .3s ease;
}
@media screen and (min-width: 1600px) {
	.header .container{
		width: 1600px;
		max-width: 1600px !important;
	}
}

.bg-home {
	background: linear-gradient(90deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 100%),
		url('../images/banner/home-banner.jpg') scroll center center no-repeat;
	background-size: cover;
	padding: 60px 0 280px;
}


.header .item-left{
	flex:0 0 33.33%;
}
.header .logo {
	margin-top: -15px;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 33.33%;
	text-align: center;
}
.header .item-right{
	flex:0 0 33.33%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 18px;
     color:var(--white);
     display: flex;
     justify-content: center;
     align-items: center;
     transition: color 0.3s ease;
     border-radius: 50px;
	 padding: 0px 20px;
     border: 2px solid var(--white);
     height: 50px;
     margin-top: 10px;
}
.banner-content {
	margin: 250px 0 0 150px;
	padding: 20px;
	width: 500px;
	background: rgba(0,0,0,.3);	
}
.banner-content h2 {
	color: var(--white);
	margin: 0;
	font-size: 2.4rem;
}
@media screen and (max-width: 1600px) {
	.header .item-left{flex:0 0 25%;}
	.header .item-center{flex:0 0 50%;}
	.header .item-right{flex:0 0 25%;}
	.header .logo {
		margin-top: 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
	.header .row.v-center {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.header .logo {
		margin-bottom: 20px;
	}
	.banner-content {
		margin: 250px 0 0 00px;
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
  
  .header-item .logo {padding-top: 10px;}
  .header-item .logo img {max-width: 280px;}

  .header .item-right a {
    font-size: 16px;
    padding: 0px 15px;
	height: 40px;
   }
	.banner-content {
		margin: 250px 0 0 00px;
		text-align: center;
	}
}


/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

section {
  padding: 50px 0;
  display: block;
  border-bottom: 0px solid var(--gray-light);
}


/*********** Banner ***********/

.wraper-inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/slider/slider-4.jpg") center top fixed no-repeat;
	width: 100%;
	padding: 150px 50px 100px 50px;
	text-align: center;
	background-size: cover;
}

.inner-banner-main h2, .inner-banner-main h4 {
	color: var(--white);
	margin-bottom: 15px;
}


#crumbs {margin: 30px 00px 00px 00px; color: var(--white);}

#crumbs a {color: var(--white);}

#crumbs .gap i {font-size: 18px; margin: 00px 10px;}

[class*='bg-img-'] {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-1.jpg") center center fixed no-repeat;
	width: 100%;
	padding: 70px 50px;
	background-size: cover;
}

[class*='bg-img-'] * {
	color: var(--white);
}

.bg-img-1  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-1.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-2  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-2.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-3  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-3.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-4  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-4.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-5  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-5.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-6  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-6.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-7  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-7.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-8  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-8.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-9  {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-9.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-10 {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-10.jpg") center top fixed no-repeat; background-size: cover;}
.bg-img-11 {background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/bg/bg-11.jpg") center top fixed no-repeat; background-size: cover;}

/*********** Content Top ***********/

.content-top {
    display: flex;
    flex-flow: column;
}
.btn-outline-dark {
    background: #700206;
    color: #FFFFFF;
    border: 2px solid #700206;
    transition: .3s all ease;
    margin: 5px;
}
.btn-outline-dark:hover {
    background: none;
    color: #333333;
    border: 2px solid #700206;
}

.grid-wrapper {
    max-width: 1000px;
    margin:auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
	padding-top: 80px;
}

@media screen and (max-width: 767px) {
	.grid-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.info-card {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 30px;
	transition: .3s ease all;
}
.info-card:hover {
    transform: translateY(-8px);
}
.info-card > div {
    border: 1px solid #2a2e2f;
    padding: 40px 28px 28px 28px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: block;
    gap: 18px;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    transition: all 0.3s ease;
    width: 100%;
}

.info-card i {
    font-size: 36px;
    color: #9b1c31;
    width: 60px;
    height: 60px;
    background: #ffedcf;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    z-index: 5;
    border: 1px solid #555555;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.info-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}


.artists-artisans {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 20px;
text-align: center;
}
.artists-artisans h4 {
	font-weight: bold;
	background: #700206;
	color: #fff;
	padding: 10px;
	border-radius: 50px;
    margin-bottom: 20px;
}
.artists-artisans p {
	margin: 0;
	text-align: center;
}

.initiatives-offering {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap: 30px;
    text-align: center;
}
.initiatives-offering > div {
	padding: 0 15px;
}

.initiatives-offering figure {
	display: block;
    margin-bottom: 25px;
}

.initiatives-offering figure img {
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: top;
	height: auto;
}

.initiatives-offering p	 {
text-align: center;
}

#demo .carousel-inner {
  transition: height 0.4s ease;
}

.beena-lets-talk {
	background: url(../images/lets-talk.png) right center scroll no-repeat #212529;
	background-size: contain;
}

.lets-talk {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
	grid-gap: 30px;
	margin-right: 100px;
}

@media screen and (max-width: 767px) {
	.lets-talk {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-gap: 30px;
		margin-right: 00px;
		padding: 30px 0;
	}
}

.lets-talk > div {
	padding: 30px 30px 10px 30px;
	border-radius: 10px;
	border: 2px solid rgba(255,255,255,.5);
}
.lets-talk > div:nth-of-type(2) {
	padding: 30px 0 0 0;
	border-radius: 00px;
	border: 0px solid rgba(255,255,255,.5);
}
.lets-talk > div:nth-of-type(2) figure img {
	max-width: 300px;
}
.lets-talk p {
	font-weight: 500;
	font-size: 17px;
}
:is(.lets-talk) :where(h3, p) {
	color: var(--white);
}


.social-media {
	margin-top: 0px;
}

.social-media p{
	margin-bottom: 5px;
}

.social-media ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
}

.social-media li {
	margin: 5px;
	list-style-type: none;
}

.social-media li a{
	padding: 0px;
	background: var(--gray-dark);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 18px;
	transition: all .3s ease;
	text-decoration: none;
}


.social-media li a:hover{
	background: var(--theme-color3);
}

/*********** In The News ***********/


/*********** Footer ***********/

#footer {
	background: var(--bg-light-green);
	padding: 50px 0px 20px;
	color: var(--black);
}

#footer .footer-logo img {
	filter: invert(0%) sepia(100%) saturate(21%) hue-rotate(221deg) brightness(101%) contrast(101%);
}

#footer p {
	font-size: 16px;
}

#footer h3 {
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--white);
}

#footer h4 {
	margin-bottom: 10px;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
#footer .footer-about {margin-bottom: 30px;}
#footer .footer-about p {
	margin-bottom: 5px;
}

:is(.customer-support) :where(p)  {color: var(--white) !important;}

/*#footer :is(li) > a {
  color: gray;
}

#footer :is(h3, h4 :is(.customer-support, .quick-links)) {
  font-weight: 400;
  color: #FF0000;
}

:is(.customer-support) :where(h3,h4) {
  text-transform: uppercase;
}

:is(#footer) :where(h3, h4, h5) {color: #0000FF;}

:where(h1,h2,h3,h4,h5,h6) > span {
  color: hotpink;
}

:is(.customer-support) :where(h3, h4, p)  {color: #000000;}
:where(li) > a {color: #000000;}
#footer :is(h4, a) {color: #FF0000;}*/

#footer .customer-support a {line-height: 36px;}
#footer .customer-support i {margin-right: 10px;}
#footer .quick-links ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin: 0px 0 20px;
	padding: 0px;	
}

#footer .quick-links li {
	list-style-type: none;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#footer .quick-links li a {
	text-decoration: none;
	padding: 3px 5px;
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	font-size: 16px;
	color: var (--black);
}

#footer .quick-links li a:hover {
	text-decoration: none;
	width: 100%;
	color: var (--black);
	display: inline-block;
}
#footer .footer-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
	#footer .footer-menu {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}




#footer .footer-contact ul {
	padding: 0;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .footer-contact li {
	flex-wrap: wrap;
	list-style-type: none;
	padding: 00px 15px;
	position: relative;
}
#footer .footer-contact li:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 5px;
	width: 1px;
	height: 15px;
	background: var(--white);
}
#footer .footer-contact li:last-of-type:before {
	position: absolute;
	content: "";
	display: none;
}

#footer .footer-contact li a {
	color: var(--white);
	padding: 00px;
	text-transform: none;
}

#footer .copyright {
	border-top: 1px dashed var(--dark-gray);
	margin-top: 20px;
	padding: 20px 00px 0;
}

#footer .copyright ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

#footer .copyright li {
	list-style-type: none;
	font-size: 15px;
	text-align: center;
}

#footer .copyright li a {
	color: var(--black);
}

#footer .copyright p {
	margin: 5px 0;
	text-align: center;
}


/********* Back to Top *********/

#scroll {
    position:fixed;
    right: 20px;
    bottom: 20px;
    cursor:pointer;
    width:36px;
    height:36px;
    background: var(--theme-color3);
    display:flex;
	justify-content: center;
	align-items: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
	color: var(--white);
	text-decoration: none;
}

#scroll:hover {
    background: var(--black);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/****************/



.cookies-eu-banner {
  background: #db003e;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {

.form-bg .container {padding: 0;}
.form-bg .container [class*='col-'] {padding: 0 20px;}
.form-bg .container .bg-gray{ background: var(--gray);}


}

/******** Popup Modal ********/

.modal-memtech, .modal-secondary {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-memtech.is-visible {
    visibility: visible;
}
.modal-secondary.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-memtech.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-secondary.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-memtech.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-secondary.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red-light);
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}




