@font-face {
  font-family: fraunces;
  src: url('../fonts/Fraunces_9pt_Soft-Regular.ttf');
}

@font-face {
  font-family: barlow;
  src: url('../fonts/Barlow-Regular.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inter;
}

/* Header Codes */
.header {
  width: 1280px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 89px;
  margin-bottom: 44px;
}

.header-menu {
  display: flex;
  gap: 40px;
  list-style-type: none;
}

.header-menu a {
  font-family: Barlow;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.9230769276618958px;
  text-align: left;
  text-decoration: none;
  color: rgba(131, 136, 143, 1);
}

.header-menu a:hover {
  color: black;
}

/****************************************/
/* Hero Codes */
.hero {
  width: 1280px;
  margin: 0 auto;
  background-image: url('../img/hero.jpg');
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  padding: 137px 85px;
}

.hero-text {
  width: 493px;
  color: white;
}

.hero-text h3 {
  font-family: fraunces;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  margin-bottom: 24px;
}

.hero-text p {
  font-family: barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  opacity: 80%;
}

/**********************************/
/* Steps Codes */

.steps {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1280px;
  margin: 177px auto;
  background: rgba(44, 52, 62, 1);
  color: white;
  padding: 91px 150px 107px 85px;
}

.step-item {
  width: 248px;
  margin-bottom: 64px;
}

.step-item h1 {
  color: rgba(253, 214, 186, 1);
  font-family: fraunces;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  margin-bottom: 38px;
}

.step-item h2 {
  font-family: fraunces;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
  margin-bottom: 42px;
}

.step-item p {
  font-family: barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(254, 252, 247, 1);

}

/*************************************/
/* Coffee types codes  */
.coffe-types {
  width: 1110px;
  margin: 168px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 125px;
}

.coffee-type-list {
  width: 300px;
  list-style-type: none;
}

.coffee-type-list li {
  font-family: fraunces;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
  opacity: 40%;
  border-bottom: 1px solid rgba(131, 136, 143, 1);
  padding-block: 24px;
}

.coffee-type-list li:nth-child(1) {
  opacity: 100%;
  border-bottom: 1px solid rgba(131, 136, 143, 1);
}

.coffee-type-list li span:nth-child(1) {
  opacity: 100%;
  color: rgba(14, 135, 132, 1);
}

.coffee-type-list li:nth-last-child(1) {
  border-bottom: none;
}

.coffee-type-list span {
  margin-right: 29px;
  font-family: fraunces;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
  opacity: 40%;
}

.sss summary {
  color: #301534;
  font-weight: bold;
  list-style: none;
  background: url('../img/accordion-closed-icon.svg') right center no-repeat;
  padding-block: 24px;
  cursor: pointer;
}

.how-drink-list {
  width: 730px;
}

.how-drink-item details summary {
  font-family: fraunces;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  color: rgba(131, 136, 143, 1);
  list-style: none;
  background: url('../img/down-arrow.svg') right center no-repeat;
  padding-block: 24px;
  cursor: pointer;
}

.how-drink-item details[open] summary {
  background-image: url('../img/up-arrow.svg');
}

.choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.choice-item {
  width: 228px;
  background: rgba(244, 241, 235, 1);
  padding: 32px 28px 84px 28px;
  border-radius: 10px;
}

.choice-item h3 {
  font-family: fraunces;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
  margin-bottom: 24px;
}

.choice-item p {
  font-family: barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(51, 61, 75, 1);
}

.order-summary {
  background: rgba(44, 52, 62, 1);
  padding: 47px 64px;
  color: white;
  border-radius: 15px;
  margin-top: 88px;
}

.order-summary h5 {
  font-family: barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  opacity: 50%;
  margin-bottom: 8px;
}

.order-summary p {
  font-family: fraunces;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  text-align: left;
}

.order-summary span {
  color: rgba(14, 135, 132, 1);

}

.how-drink-list a {
  background: rgba(226, 222, 219, 1);
  font-family: fraunces;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  float: right;
  color: white;
  text-decoration: none;
  margin-top: 40px;
  padding: 15px 35px;
  border-radius: 10px;
}
.how-drink-list a:hover {
  background: rgba(102, 210, 207, 1);
}
/**********************************/
/* Footer Codes */
.footer {
  width: 1280px;
  margin: 0 auto;
  background: rgba(44, 52, 62, 1);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  justify-items: center;
  align-items: center;
  padding: 47px 85px;
}

.footer-menu {
  display: flex;
  gap: 40px;
  list-style-type: none;
}

.footer-menu a {
  font-family: Barlow;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.9230769276618958px;
  text-align: left;
  text-decoration: none;
  color: rgba(131, 136, 143, 1);
}

.social svg {
  margin-left: 24px;
  fill: white;
}

.social svg:hover {
  fill: rgba(253, 214, 186, 1);
  cursor: pointer;
}

.footer-menu a:hover {
  color: white;
}