@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #e6721a;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

.banner-title {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}
.banner-title span {
  color: #e6721a;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #e6721a;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

.banner-title {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #e6721a;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.header-section {
  /* ================= HEADER ================= */
}
.header-section .main-header {
  background-image: url("../img/home/hme-slider-0.png");
  background-size: 100% 100%;
  background-position: cover;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.header-section .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.header-section .main-title {
  font-size: 1.5rem !important;
  font-weight: 600;
}
.header-section .main-title span {
  color: #e6721a;
}
.header-section {
  /* LOGO */
  /* ================= MENU ================= */
}
.header-section .custom-menu ul {
  list-style: none;
  display: flex;
  gap: 60px;
}
.header-section .social-icons {
  gap: 25px !important;
}
.header-section .custom-menu li {
  position: relative;
}
.header-section .custom-menu a {
  text-decoration: none;
  color: #2B1A12;
  font-weight: 500;
  font-size: 1.1rem;
}
.header-section .custom-menu li.active a,
.header-section .custom-menu a:hover {
  color: #2B1A12;
  border-bottom: 2px solid #2B1812;
}
.header-section {
  /* ================= MEGA MENU ================= */
}
.header-section .mega-menu {
  position: absolute;
  top: 50px;
  left: 0;
  background: white;
  width: 280px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
.header-section .mega-menu a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.header-section .has-mega.open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-section {
  /* RIGHT AREA */
}
.header-section .search-icon {
  font-size: 20px;
  cursor: pointer;
  margin-left: 30px;
}
.header-section .call-box {
  display: flex;
  align-items: center;
  background: #e6721a;
  padding: 18px 30px;
  margin-left: 30px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.header-section .call-box i {
  color: #FBF6F0;
  font-size: 28px;
  margin-right: 15px;
}
.header-section .call-box b {
  color: #FBF6F0;
}
.header-section {
  /* MOBILE ICON */
}
.header-section .menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}
.header-section {
  /* ================= MOBILE MENU ================= */
}
.header-section .mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}
.header-section {
  /* Arrow */
}
.header-section .arrow {
  float: right;
}
.header-section {
  /* ================= RESPONSIVE ================= */
  /* DESKTOP HOVER */
}
@media (min-width: 993px) {
  .header-section .main-title {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
  .header-section .has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 1199.96px) {
  .header-section .header-wrap {
    position: relative;
  }
  .header-section .menu-toggle {
    display: block;
    color: #e6721a !important;
  }
  .header-section .menu-close {
    color: #e6721a;
  }
  .header-section .call-box {
    display: none;
  }
  .header-section {
    /* Slide menu */
  }
  .header-section .custom-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100vh;
    background: #FBF6F0;
    flex-direction: column;
    transition: 0.4s;
    z-index: 2000;
    padding-top: 10px;
  }
  .header-section .custom-menu.active {
    left: 0;
  }
  .header-section .mobile-header {
    display: flex;
  }
  .header-section .custom-menu ul {
    flex-direction: column;
    gap: 0;
  }
  .header-section .custom-menu li {
    border-bottom: 1px solid #eee;
  }
  .header-section .custom-menu a {
    padding: 15px 25px;
    display: block;
  }
  .header-section {
    /* Mobile mega menu */
  }
  .header-section .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    display: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .header-section .has-mega.open .mega-menu {
    display: block;
  }
}
.header-section {
  /* Mobile top bar */
}
@media (max-width: 768px) {
  .header-section .top-bar-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-section .top-left {
    width: 100%;
    clip-path: none;
  }
  .header-section .top-right {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #e6721a;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

.banner-title {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #e6721a;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.footer-section .inzofin-footer {
  background-image: url("../img/home/hme-slider-3.png");
  background-size: 100% 100%;
  background-position: cover;
  position: relative;
  background-repeat: no-repeat;
}
.footer-section .logo {
  background-color: #2C1C17;
  padding: 0.5rem;
  border-radius: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer-section .text-name {
  color: #2b1a12;
  font-size: 1.2rem;
  font-weight: 600;
}
.footer-section .icon-box {
  width: 55px;
  height: 55px;
  background: #FBF6F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2b1a12;
}
.footer-section .social {
  width: 40px;
  height: 40px;
  background: rgba(238, 238, 238, 0.168627451);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b1a12;
  text-decoration: none;
}
.footer-section .footer-title {
  position: relative;
  margin-bottom: 25px;
  color: #2b1a12;
}
.footer-section .footer-title::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #2b1a12;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.footer-section .footer-links li {
  margin-bottom: 12px;
  color: #2b1a12;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #e6721a;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

.banner-title {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #e6721a;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.hero-banner {
  position: relative;
  /* BACKGROUND */
}
.hero-banner .hero-bg {
  background-image: linear-gradient(90deg, rgba(43, 26, 18, 0.5607843137), rgba(43, 26, 18, 0.5568627451) 100%), url("../img/home/hme-slider-1.png");
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  padding: 14rem 0rem;
}
.hero-banner .banner-desc {
  border-top: 2px solid rgba(221, 221, 221, 0.368627451);
  border-bottom: 2px solid rgba(221, 221, 221, 0.368627451);
  padding: 1rem 0 0.5rem;
  font-size: 2rem;
}
.hero-banner {
  /* LIST */
}
.hero-banner .hero-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
@media (max-width: 767.96px) {
  .hero-banner .hero-bg {
    padding: 7rem 0rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #e6721a;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

.banner-title {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #e6721a;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.main-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #2b1a12;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #2b1a12;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* ========== SECTION LAYOUT ========== */
.heritage-section {
  overflow: hidden;
  position: relative;
  background-image: url("../img/home/hme-slider-2.png");
  background-size: cover;
  background-position: left;
  position: relative;
  background-repeat: no-repeat;
  padding: 15rem 0;
}

@media (max-width: 767.96px) {
  .heritage-section {
    padding: 4rem 0rem;
  }
}
/* ===== BACKGROUND ===== */
.coffee-process {
  padding: 3rem 0;
  background-image: url("../img/home/hme-slider-3.png");
  background-size: 100% 100%;
  background-position: cover;
  position: relative;
  background-repeat: no-repeat;
  /* ===== TITLE ===== */
}
.coffee-process .main-title {
  margin-bottom: 60px;
  position: relative;
}
.coffee-process .main-title h2 {
  display: inline-block;
  position: relative;
}
.coffee-process .main-title h2:before,
.coffee-process .main-title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 3px;
  background: #c9a27d;
}
.coffee-process .main-title h2:before {
  left: -150px;
}
.coffee-process .main-title h2:after {
  right: -150px;
}
.coffee-process {
  /* ===== CARD ===== */
}
.coffee-process .process-card {
  padding: 10px 30px 30px;
  position: relative;
  height: 100%;
}
.coffee-process .process-img {
  max-height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
}
.coffee-process {
  /* vertical divider */
}
.coffee-process .process-card.middle {
  border-left: 1px solid #816449;
  border-right: 1px solid #816449;
}
.coffee-process {
  /* ===== TEXT ===== */
}
.coffee-process .content h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.coffee-process .content h3 span {
  font-size: 34px;
  color: #7b3f2a;
  margin-right: 10px;
}
.coffee-process .content p {
  font-size: 17px;
  line-height: 1.8;
  color: #5b3a2e;
  max-width: 360px;
  margin: auto;
}
.coffee-process {
  /* ===== MOBILE ===== */
}
@media (max-width: 991px) {
  .coffee-process .main-title h2:before,
  .coffee-process .main-title h2:after {
    display: none;
  }
  .coffee-process .process-card.middle {
    border: none;
  }
  .coffee-process .process-img {
    max-height: 180px;
  }
}
@media (max-width: 575px) {
  .coffee-process .coffee-process {
    padding: 60px 15px;
  }
  .coffee-process .content h3 {
    font-size: 24px;
  }
  .coffee-process .content p {
    font-size: 15px;
  }
}

@media (max-width: 767.96px) {
  .coffee-process {
    background-image: url("../img/home/hme-slider-4.jpeg");
  }
}
/* Background */
.contact-section {
  padding: 3rem 0;
  background-image: url("../img/home/hme-slider-3.png");
  background-size: 100% 100%;
  background-position: cover;
  position: relative;
  background-repeat: no-repeat;
  /* Card */
}
.contact-section .contact-card {
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid #d6b48c;
  padding: 25px;
  backdrop-filter: blur(2px);
}
.contact-section {
  /* Info Boxes */
}
.contact-section .info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 2px solid #d6b48c;
  padding: 15px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.4);
}
.contact-section .info-box .icon {
  font-size: 28px;
  color: #b47a3a;
}
.contact-section .info-box h5 {
  margin: 0;
  font-weight: 700;
}
.contact-section .info-box p {
  margin: 0;
}
.contact-section {
  /* Inputs */
}
.contact-section .custom-input {
  border: 2px solid #d6b48c;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 12px;
  font-family: inherit;
}
.contact-section .custom-input:focus {
  box-shadow: none;
  border-color: #b47a3a;
  background: rgba(255, 255, 255, 0.7);
}
.contact-section {
  /* Button */
}
.contact-section .send-btn {
  background: linear-gradient(#a66a2c, #6b3f1c);
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  letter-spacing: 0.5px;
  border: 2px solid #c89b6d;
  transition: 0.3s;
}
.contact-section .send-btn:hover {
  background: linear-gradient(#6b3f1c, #a66a2c);
  transform: translateY(-2px);
}
.contact-section {
  /* Image */
}
.contact-section .contact-image img {
  border-radius: 6px;
}

@media (max-width: 767.96px) {
  .contact-section {
    background-image: url("../img/home/hme-slider-4.jpeg");
  }
}/*# sourceMappingURL=main.css.map */