/*
font-family: 'Courgette', cursive;
font-family: 'Newsreader', serif;
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #a6a19f;
  position: relative;
}

/* HEADER
----------------------------------------------------*/
.header-wrapper {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  position: absolute;
  background: white;
  z-index: 1000;
  transition: 0.5s;
}

header {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  width: 100px;
}

.sticky-header-visible {
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}

.sticky-header-invisible {
  position: fixed;
  top: -100px;
}

nav {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
nav ul {
  display: flex;
  list-style: none;
}
nav ul li a {
  text-decoration: none;
  color: #423930;
  margin-left: 50px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
nav ul li a:hover {
  color: #ffbb00;
}

.nav-logo {
  display: none;
}

.nav-btn {
  width: 30px;
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  z-index: 2000;
  transition: 0.5s;
}
.nav-btn span {
  width: 100%;
  height: 4px;
  background: black;
  border-radius: 20px;
  transition: 1s;
}

.nav-btn-rotate {
  transform: rotate(90deg);
}
.nav-btn-rotate span {
  background: white;
}

/* SLIDER
----------------------------------------------------*/
.slider {
  width: 100%;
  background: url("../img/slider-bg.jpg") no-repeat center bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding: 100px 0 0 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.slider h2 {
  font-size: 5vw;
  padding-top: 10%;
  z-index: 20;
  font-family: "Grand Hotel", cursive;
  color: #423930;
  font-weight: 200;
}
.slider h2 span {
  font-family: "Newsreader", serif;
  display: block;
  font-weight: 700;
  font-size: 6vw;
}
.slider .slider-cup {
  position: relative;
  z-index: 20;
  margin-left: 100px;
  width: 50%;
}
.slider .coffee-bean-1 {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 20%;
}
.slider .coffee-bean-2 {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 10%;
}
.slider .slider-arrow {
  position: absolute;
  top: 40%;
  right: 25%;
  width: 5%;
}
.slider .cinnamon {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 20%;
  z-index: 10;
}

/* WELCOME MESSAGE
----------------------------------------------------*/
.welcome-message {
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
  padding: 0 30px;
  text-align: center;
}
.welcome-message h2 {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 4px;
  color: #423930;
}
.welcome-message p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin: 30px 0;
}
.btnCoff {
  text-decoration: none;
  color: #ffbb00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #ffbb00;
  padding: 20px 30px;
  display: inline-block;
  position: relative;
}
.btnCoff:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a6a19f;
  transform: translateX(2px);
  transform: translateY(2px);
}
.btnCoff:hover {
  color: #423930;
  border: 1px solid #005380;
}

/* OUR COFFEE
----------------------------------------------------*/
.our-coffee {
  width: 100%;
  background: url("../img/about-our-coffee-bg.jpg") no-repeat center top;
  background-size: cover;
  display: flex;
  padding: 120px 0 50px 0;
}

.our-coffee-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}

.our-coffee-left-box {
  display: flex;
  flex-direction: column;
}

.our-coffee-right-box h2 {
  font-family: "Noto Serif", serif;
  font-size: 5em;
  color: #423930;
  line-height: 1;
}
.our-coffee-right-box h2 span {
  display: block;
  font-family: "Grand Hotel", cursive;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}
.our-coffee-right-box p {
  width: 70%;
  color: #423930;
  line-height: 1.5;
  margin-bottom: 50px;
}
.our-coffee-right-box img {
  width: 300px;
}

/* DRINKS
----------------------------------------------------*/
.drinks-head {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
.drinks-head h2 {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 4px;
  color: #423930;
}
.drinks-head p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin: 30px 0;
  padding: 0 20px;
}
.drinks-head a {
  text-decoration: none;
  color: #ffbb00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #ffbb00;
  padding: 20px 30px;
  display: inline-block;
  position: relative;
}
.drinks-head a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a6a19f;
  transform: translateX(2px);
  transform: translateY(2px);
}
.drinks-head a:hover {
  color: #423930;
  border: 1px solid #423930;
}

.drinks-body {
  width: 100%;
  background: url("../img/drinks-bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.drinks-boxes {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 300px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.gridContent{
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  margin: 35px auto;
}
.box{
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: black;
  display: block;

}
.box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}
.box h2{
  color: white;
  font-size: 18px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  width: 100%;
}
.drink-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.drink-box p {
  font-family: "Grand Hotel", cursive;
  margin: 20px 0;
  color: #423930;
  font-size: 2em;
  font-weight: 200;
}

/* RECOMMENDER
----------------------------------------------------*/
.recommender {
  width: 100%;
  background: #211f1e;
  padding: 100px 0;
}

.recommender-boxes {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.recommender-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding: 30px;
}

.recommender-left-box img {
  width: 100%;
}

.recommender-right-box {
  align-items: flex-start;
  color: white;
  padding-top: 100px;
}
.recommender-right-box img {
  margin-bottom: 50px;
  width: 100px;
}
.recommender-right-box h2 {
  font-family: "Grand Hotel", cursive;
  font-size: 7em;
  font-weight: 200;
}
.recommender-right-box h4 {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 20px 0 40px 0;
}
.recommender-right-box h4 span {
  display: block;
  text-transform: initial;
  color: #ffbb00;
}
.recommender-right-box p {
  width: 70%;
  line-height: 1.6;
}

/* CAFFEE POSTER
----------------------------------------------------*/
.coffee-poster {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
  background: url("../img/caffee-machine.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SUBPAGES
----------------------------------------------------*/
.subpage-title {
  padding-top: 100px;
}
.subpage-title img {
  width: 100%;
}
.subpage-title h1 {
  padding: 100px 0;
  color: white;
  font-family: "Grand Hotel", cursive;
  text-align: center;
  font-weight: 200;
  background: url("../img/subpage-header-bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.main-content {
  width: 100%;
  max-width: 1440px;
  margin: 50px auto;
}
.main-content h3 {
  font-family: "Noto Serif", serif;
  color: #423930;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: 0px;
}
.main-content h3 span {
  display: block;
  font-family: "Grand Hotel", cursive;
  color: #ffbb00;
  font-size: 1.8em;
  font-weight: 200;
  margin-top: 30px;
  line-height: 1;
  transform: translateY(-20px);
}
.main-content p {
  margin-bottom: 30px;
}

.column-content {
  color: #423930;
  text-align: center;
  padding: 0 20px;
}
.column-content img {
  width: 100%;
}

.row-content {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}

.row-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 30px;
  text-align: center;
}

.row-content-box-image img {
  width: 100%;
}

.parrot-icon {
  margin-bottom: 30px;
}

.about-us {
  background: url("../img/drinks-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px;
}
.about-us__boxes {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  color: #423930;
}
.about-us__box {
  display: flex;
  justify-content: center;
  flex: 1;
}
.about-us__box h2 {
  font-family: "Noto Serif", serif;
  font-size: 1.5em;
}
.about-us__box h3 {
  font-family: "Grand Hotel", cursive;
  font-size: 3em;
  font-weight: 200;
  color: #ffbb00;
  margin: 20px 0;
}
.about-us__box h4 {
  font-size: 1em;
}
.about-us__box ul {
  padding-left: 30px;
  margin: 20px 0;
}
.about-us__box .arrow-down {
  margin-top: 20px;
}
.about-us__box .arrow-down img {
  width: 20px;
}
.about-us__box:first-child {
  align-items: center;
}
.about-us__box:last-child {
  flex-direction: column;
}

.products {
  max-width: 1100px;
  margin: 0 auto;
}
.products__header {
  text-align: center;
  color: #423930;
}
.products__header h2 {
  font-family: "Grand Hotel", cursive;
  color: #ffbb00;
  font-weight: 200;
  font-size: 2.5em;
}
.products__header h1 {
  font-family: "Noto Serif", serif;
  font-size: 1.5em;
  font-weight: 200;
}
.products .row-content {
  margin-top: 50px;
}
.products .row-content-box__wrapper {
  text-align: left;
}
.products .row-content-box__wrapper h3 {
  font-family: "Grand Hotel", cursive;
  color: #005380;
  font-size: 2em;
  margin-bottom: 20px;
}
.products .row-content-box__wrapper h4 {
  color: #423930;
  margin-bottom: 10px;
}
.products .row-content-box__wrapper ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
.products .row-content-box__wrapper p {
  margin-bottom: 10px;
  color: #423930;
}
.products .row-content-box__wrapper p:last-child {
  font-family: "Grand Hotel", cursive;
  color: #ffbb00;
  font-weight: 200;
  font-size: 2em;
}
.products .row-content-box-image img {
  width: 350px;
}

/* GALLERY
----------------------------------------------------*/
.gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  width: 25%;
  padding: 5px;
}
.gallery a img {
  width: 100%;
}

/* FOOTER
----------------------------------------------------*/
footer {
  background: #211f1e;
  text-align: center;
  padding: 100px 0 50px 0;
}

.footer-logo {
  width: 800px;
  margin: 0 auto;
}
.footer-logo img {
  width: 200px;
}
.footer-logo p {
  margin: 50px 0;
}

.footer-contact {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footer-contact-box {
  color: white;
  padding: 0 30px;
}

.footer-open h3 {
  color: #ffbb00;
  margin-top: 40px;
  font-weight: 400;
}
.footer-open table {
  margin: 0 auto;
  text-align: left;
}
.footer-open table td {
  padding: 5px 10px;
}

.footer-social {
  margin: 50px 0;
}
.footer-social .footer-social-logo {
  background: rgba(100, 100, 100, 0.5);
  width: 25px;
  height: 25px;
  margin: 0 15px;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}
.footer-social .footer-social-logo:hover {
  background: #C59D5F;
}
.footer-social .twitter-logo {
  mask: url("../img/twitter.svg") no-repeat center/contain;
  -webkit-mask: url("../img/twitter.svg") no-repeat center/contain;
}
.footer-social .facebook-logo {
  mask: url("../img/facebook.svg") no-repeat center/contain;
  -webkit-mask: url("../img/facebook.svg") no-repeat center/contain;
}
.footer-social .instagram-logo {
  mask: url("../img/instagram.svg") no-repeat center/contain;
  -webkit-mask: url("../img/instagram.svg") no-repeat center/contain;
}

.footer-footnote img {
  width: 200px;
  margin-bottom: 30px;
}
.footer-footnote a {
  color: white;
  text-decoration: none;
}
.footer-footnote span {
  color: white;
}

@media screen and (max-width: 1200px) {
  header {
    padding: 10px 50px;
  }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #423835;
    z-index: 1000;
    height: 100vh;
    width: 300px;
    align-items: flex-start;
    padding-top: 100px;
    transform: translateX(-300px);
    display: flex;
    flex-direction: column;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  nav ul li a {
    color: white;
    padding: 20px 0;
    display: inline-block;
  }
  nav ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .nav-logo {
    display: block;
    width: 100%;
    padding: 30px 0 0 40px;
  }
  .nav-logo img {
    width: 200px;
  }

  .nav-btn {
    display: flex;
  }

  .nav-toggle {
    transform: translateX(0);
  }

  .drinks-boxes {
    width: 900px;
    grid-template-columns: 1fr 1fr;
  }

  .recommender-box {
    width: 50%;
  }

  .recommender-left-box img {
    width: 100%;
  }

  .gallery a {
    width: 33.333%;
  }
}
@media screen and (max-width: 992px) {
  .gridContent{
    grid-template-columns: repeat(1, 1fr);
  }
  .our-coffee-left-box {
    display: none;
  }

  .our-coffee-right-box {
    text-align: center;
  }
  .our-coffee-right-box p {
    margin: 0 auto 30px auto;
  }

  .drinks-boxes {
    width: 700px;
  }

  .recommender-boxes {
    flex-direction: column;
  }

  .recommender-box {
    width: 100%;
  }

  .recommender-left-box img {
    width: 300px;
  }

  .recommender-right-box {
    align-items: center;
    text-align: center;
  }
  .recommender-right-box img {
    display: none;
  }

  .column-content {
    margin: 50px 0;
  }

  .row-content {
    flex-direction: column;
  }
  .row-content__reverse {
    flex-direction: column-reverse;
  }

  .row-content-box__wrapper {
    width: 100%;
    text-align: center !important;
  }
  .row-content-box__wrapper ul {
    list-style: none;
  }

  .row-reverse-content {
    flex-direction: column-reverse !important;
  }

  .row-content-box-image img {
    margin-top: 25px;
  }

  .gallery a {
    width: 50%;
  }

  .about-us__box ul {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
  }
  .about-us__box:first-child {
    display: none;
  }
  .about-us__box:last-child {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }

  .footer-logo {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    width: 100%;
    transform: translateX(-100%);
  }

  .slider h2 {
    font-size: 2em;
    padding: 30px;
  }
  .slider .slider-cup {
    width: 75%;
    height: auto;
    margin: 0 0 0 17%;
  }
  .slider .slider-arrow {
    display: none;
  }
  .slider .cinnamon {
    display: none;
  }
  .slider .coffee-bean-1, .slider .coffee-bean-2 {
    display: none;
  }

  .our-coffee-right-box h2 {
    font-size: 3em;
  }
  .our-coffee-right-box img {
    width: 300px;
  }

  .drinks-body {
    background: rgba(0, 0, 0, 0.1);
  }

  .drinks-boxes {
    width: 100%;
    padding-bottom: 100px;
    grid-template-columns: 1fr;
  }

  .coffee-poster img {
    width: 300px;
  }

  .recommender-right-box {
    padding-top: 0;
  }
  .recommender-right-box h2 {
    font-size: 4.5em;
  }

  .gallery a {
    width: 100%;
  }

  .footer-contact {
    width: 100%;
    flex-direction: column;
  }

  .footer-footnote {
    padding: 0 30px;
  }
}

/*# sourceMappingURL=style.css.map */
