@import url('../fonts/stylesheet.css');

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
body {
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
}

/* Global CSS */

a {
   text-decoration: none;
}
ul {
   list-style: none;
}
img {
   max-width: 100%;
   height: auto;
}
.d-block {
   display: block;
}
.pind-container {
   width: 100%;
   max-width: 1080px;
   margin: auto;
   padding: 0 16px;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.pind-column {
   width: 100%;
   max-width: 50%;
   flex: 0 0 50%;
   padding: 0 16px;
}
.pind-content-inner h2, .pind-contact-inner h2, .pind-column-left h2 {
   font-size: 36px;
   margin: 0 0 16px 0;
   font-family: 'Katerio';
   text-transform: uppercase;
   letter-spacing: 1.5px;
}
.pind-content-inner p, .pind-contact-inner p, .pind-column-left p {
   font-size: 14px;
   line-height: 1.5;
   margin-bottom: 20px;
}
.pind-content-btn {
   margin-top: 50px;
}
.pind-image {
   width: 100%;
   height: 100%;
   max-height: 560px;
}
.pind-image img {
   max-width: 100%;
   height: 100%;
   object-fit: cover;
   width: 100%;
   max-height: 560px;
}
.section-padding {
   padding: 105px 0;
}
.btn {
   display: inline-block;
   padding: 20px 40px;
   border-radius: 10px;
   border: 1px solid transparent;
   font-size: 18px;
   font-weight: normal;
   min-width: 200px;
   text-align: center;
	 font-family: 'Montserrat', sans-serif;
}
.btn:hover, .btn:focus{
	cursor:pointer;
}
.btn-pind-white {
   background-color: #e8d1c4;
   color: #6f2214;
}
.btn-pind-white:hover, .btn-pind-white:focus {
   background-color: transparent;
   border: 1px solid #e8d1c4;
   color: #e8d1c4;
}
.btn-pind-primary {
   background-color: #6f2214;
   color: #e8d1c4;
}
.btn-pind-primary:hover, .btn-pind-primary:focus {
   background-color: transparent;
   border: 1px solid #6f2214;
   color: #6f2214;
}

/* Header CSS */
.header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 100;
   background-color: rgba(111, 34, 20, 0.75);
   padding: 30px 0px;
}
.header .container {
   display: grid;
   grid-template-columns: 1fr auto 1fr;
   align-items: center;
   max-width: 1080px;
   margin: 0 auto;
   padding: 0 16px;
   position: relative;
}
.header-nav {
   grid-column: 1;
   justify-self: start;
}
.header-lang-list {
   grid-column: 3;
   justify-self: end;
}
.header-menu-toggle {
   display: none;
}
.header-nav-list {
   display: flex;
   align-items: center;
   justify-content: center;
   column-gap: 20px;
}
.header-nav-list li a {
   color: #ffe6d7;
   text-decoration: none;
   font-size: 16px;
   font-weight: normal;
}
.header .logo {
   grid-column: 2;
   justify-self: center;
   max-width: 250px;
   width: auto;
}
.header .logo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.header-lang-list ul {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
   margin: 0;
   list-style: none;
}
.header-lang-list ul li {
   padding: 0 10px;
   border-right: 1px solid #ffe6d7;
}
.header-lang-list ul li:first-child{
	padding-left:0px;
}
.header-lang-list ul li:last-child {
   border-right: none;
	padding-right:0px;
}
.header-lang-list ul li a {
   color: #ffe6d7;
   text-decoration: none;
   font-size: 16px;
   font-weight: normal;
}
.header-lang-list ul li.active a {
   font-weight: bold;
}

section[id] {
   scroll-margin-top: 96px;
}

/* Pind Hero CSS */
.pind-hero {
   background-image: url('../../assets/images/hero-banner.png');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   min-height: 100vh;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   position: relative;
}
.pind-hero::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.25);
}
.pind-hero h1 {
   font-size: 62px;
   font-family: 'Katerio';
   text-transform: uppercase;
   letter-spacing: 6px;
   margin: 0 0 20px 0;
   color: #fff;
   position: relative;
   z-index: 1;
   line-height: 1.1;
}
.pind-hero .btn {
   position: relative;
   z-index: 1;
}
.pind-hero .btn:hover, .pind-hero .btn:focus{
	background-color:#fff;
	
}

/* Pind Story CSS */
.pind-story {
   background-color: #6f2214;
}
.pind-story .pind-content .pind-content-inner {
   max-width: 350px;
   margin-left: auto;
}
.pind-story .pind-content-inner h2, .pind-story .pind-content-inner p {
   color: #ffe6d7;
}
.pind-story .pind-content-inner p {
   letter-spacing: 1.6px;
}


/* Pind Flavors CSS */
.pind-flavors {
   background-color: #c65a2e;
}
.pind-flavors .pind-content .pind-content-inner {
   max-width: 373px;
   margin-right: auto;
   margin-left: 0px;
}
.pind-flavors .pind-content-inner h2, .pind-flavors .pind-content-inner p {
   color: #e8d1c4;
}


/* Pind Events CSS */
.pind-events {
   background-color: #e8d1c4;
}
.pind-events .pind-content .pind-content-inner {
   max-width: 350px;
   margin-left: auto;
}
.pind-events .pind-content-inner h2, .pind-events .pind-content-inner p {
   color: #6f2214;
}


/* Pind Contact CSS */
.pind-contact {
   background-color: #6f2214;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.pind-contact .pind-map-container {
   width: 100%;
   height: 100%;
   line-height: 0;
}
.pind-contact>div {
   width: 100%;
   max-width: 50%;
   flex: 0 0 50%;
}
.pind-contact .pind-contact-content {
   width: 100%;
   height: 100%;
   padding-left: 160px;
}
.pind-contact .pind-contact-inner {
   max-width: 360px;
}
.pind-contact .pind-contact-inner h2, .pind-contact .pind-contact-inner p {
   color: #ffe6d7;
}
.pind-contact-info {
   display: flex;
   flex-wrap: wrap;
   column-gap: 20px;
   row-gap: 20px;
}
.pind-contact-info-item {
   width: 100%;
   max-width: calc(100% - 20px);
   flex: 0 0 calc(50% - 20px);
}
.pind-contact-info-item h5 {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 8px;
   color: #ffe6d7;
}
.pind-contact-info-item .d-block {
   font-size: 15px;
   color: #ffe6d7;
   line-height: 1.5;
}
.pind-contact-info-item .d-block a {
   color: #ffe6d7;
   text-decoration: none;
}
.pind-contact-info-item .d-block a:hover, .pind-contact-info-item .d-block a:focus {
   color: #ffe6d7;
   text-decoration: underline;
}
.pind-contact-social-list {
   display: flex;
   justify-content: center;
   align-items: center;
   column-gap: 20px;
   margin: 50px 0px;
}
.pind-contact-social-list li {
   width: 100%;
   max-width: 32px;
   flex: 0 0 32px;
}
.pind-contact-social-list li a {
   display: block;
   width: 100%;
   height: 100%;
}
.pind-contact-social-list li a img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.pind-contact-bottom-text {
   text-align: center;
   font-size: 8px;
   color: #ffe6d7;   
}

.pind-contact-info-item .pind-contact-info-item-icon {
   width: 100%;
   max-width:42px;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   height: 100%;
}
.pind-contact-info-item .pind-contact-info-item-icon img {
  width: 100%;
  height:100%;
  object-fit:contain;
	
}

/* Pind Menu CSS */
.pind-menu {
   background-color: #c65a2e;
   padding: 200px 0px;
}
.pind-column-left {
   width: 100%;
   max-width: 30%;
   flex: 0 0 30%;
}
.pind-menu .pind-column-right {
   width: 100%;
   max-width: 70%;
   flex: 0 0 70%;
}
.pind-menu-content {
   max-width: 270px;
}
.pind-column-left h2, .pind-column-left p {
   color: #ffe6d7;
}
.pind-column-right .pind-menu-list {
   display: flex;
   flex-wrap: wrap;
   column-gap: 30px;
}
.pind-column-right .pind-menu-item {
   width: 100%;
   max-width: calc(33.333% - 30px);
   flex: 0 0 calc(33.333% - 30px);
}
.pind-column-right .pind-menu-item-image {
   width: 100%;
   height: 100%;
}
.pind-column-right .pind-menu-item-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.pind-column-right .pind-menu-item-content {
   width: 100%;
   height: 100%;
   text-align: center;
   margin-top: 20px;
}
.pind-column-right .pind-menu-item-content p {
   font-size: 14px;
   color: #ffe6d7;
   font-weight: bold;
}