:root {
	--white: #fff;
	--acsent: #dbbb94;
	--bg-2: #74483c;
	--bg: #2c2c2c;
    --font-family: "Advent Pro", sans-serif;
    --second-family: "Montserrat", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  padding: 0 20px;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  background: var(--bg);
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}
h1, h2,
h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}
.about_text_holder{
  padding: 0 10px;
}
.logo_link.mobile{
  display: none;
}

.navigation{
    max-width: 825px;
    width: 100%;
    margin: 0 auto;
}
.navigation_list{
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.navigation_list_item{
    flex: 1 1 33%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.link_text{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
    text-decoration: none;
}
.link_text:hover{
  color: var(--acsent);
}
.logo_link{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 52px;
    text-align: center;
    color: var(--acsent);
    text-decoration: none;
}
.main_wrapper{
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-bottom: 70px;
}
.banner_wrapper{
    max-width: 1300px;
    height: 700px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.banner_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.banner_block{
  position:absolute;
    width: 50.5%;
    height: 100%;
    background: var(--acsent);
    opacity: 0.94;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 0;
}
.banner_content{
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.banner_title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 92px;
    color: var(--bg);
}
.banner_text{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 167%;
    color: var(--bg);
    text-align: right;
}
.address_items{
  display: flex;
  max-width: 1137px;
  width: 100%;
  margin: 0 auto;
  gap: 150px;
  justify-content: space-between;
  align-items: center;
}
.address_item{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.img_wrapper{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid var(--acsent);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_number{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: var(--white);
}
.address_item:hover .contact_number{
  color: var(--acsent);
}
.address_item:hover .img_wrapper{
  background-color: var(--acsent);
}
.address_item:hover .icon_address {
  filter: brightness(0) saturate(100%) invert(100%);
}
.menu_wrapper{
  border-radius: 100px 100px 0 0;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: var(--bg-2);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 70px 0;
  justify-content: center;
  align-items: center;
}
.custom_h2{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 92px;
  text-align: center;
  color: var(--white);
}
.menu_catalog{
  max-width: 1320px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}
.coffe_card{
  max-width: 420px;
  width: 100%;
  flex: 1 1 100%;
  min-width: 295px;
  display: flex;
  flex-direction: column;
  gap: 29px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 30px 0;
  background: #5c3f37;
}
.title_holder{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.title_holder_title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: var(--white);
}
.title_holder_text{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  opacity: 0.34;
}
.coffe_card:hover{
  background: var(--bg);
}
.price_holder_text{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: var(--white);
}
.about_wrapper{
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin:  0 auto;
}
.about_text_item{
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: var(--acsent);
}
footer{
  border-radius: 100px 100px 0 0;
  max-width: 1920px;
  background: var(--bg-2);
  margin:  0 auto;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer_list{
  display: flex;
  flex-direction: row;
  max-width: 825px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: center;

}
.footer_list_item{
  flex: 1 1 33%;
  text-decoration: none;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.footer_address{
  display: flex;
  flex-direction: row;
  gap: 150px;
  justify-content:center;
}
.privacy_text{
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 229%;
  text-align: center;
  color: var(--acsent);
  opacity: 0.34;
}
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: #5c2d21;
  border: none;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.burger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #e8c6a5; 
  border-radius: 3px;
  transition: 0.3s;
}

.burger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 4px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -5px);
}

@media (max-width: 1400px) {
  .coffe_card{
    flex: 290px;
  }
}
@media (max-width: 1024px) {
  .banner_title{
    font-size: 72px;
  }
  .banner_text{
    font-size: 20px;
  }
  .banner_content {
    max-width: 391px;
  }
  .menu_wrapper {
    padding: 50px 0;
  }
  .footer_address,
  .address_items{
    gap: 20px;
  }
   footer {
    padding: 30px 20px;
    gap: 20px;
  }

  
}
@media (max-width: 768px) {
  .banner_title{
    font-size: 62px;
  }
  .main_wrapper{
    gap: 50px;
    margin-bottom: 50px;
  }
  .banner_text{
    font-size: 20px;
  }
  .banner_content {
    max-width: 337px;
  }
  .menu_wrapper {
    padding: 40px 0;
  }
  .contact_number{
    font-size: 24px;
  }
  .footer_address{
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .custom_h2{
    font-size: 62px;
  }
  footer {
    padding:20px;
    gap: 20px;
  }
  .footer_list {
    flex-wrap: wrap;
    column-gap: 24px;
  }

  .footer_list_item{
    gap: 24px;
  }
  .footer_list_item.logo{
    flex: 1 1 100%;
    order: 1;
  }
  .footer_list_item:first-child{
    flex: none;
    order: 2;
  }
  .footer_list_item:last-child{
    flex: none;
    order: 2;
  }
  
}
@media (max-width: 550px) {
  .banner_wrapper {
      height: auto;
      border-radius: 0;
  }
  .custom_h2{
    font-size: 52px;
  }
  .banner_block {
    position: initial;
    width: 100%;
    border-radius: 0;
  }
  html{
    padding: 0;
  }
  body{
    margin: 0;
  }
  .main_wrapper{
    gap: 20px;
    margin-bottom: 30px;
  }
  .burger {
    display: flex;
  }
  .logo_link.mobile{
    display: flex;
  }

  .navigation_list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a1a;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    z-index: 1000;
  }

  .navigation_list.active {
    display: flex;
    justify-content: flex-start;
  }
  .navigation_list_item.logo{
    display: none;
  }

  .about_text_item{
    font-size: 15px;
  }
  .navigation_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    gap: 20px;
    justify-content: flex-start;
  }
  .navigation{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .img_wrapper{
    width: 60px;
    height: 60px;
  }
  .address_items{
    flex-direction: column;
    gap: 10px;
  }
  .menu_catalog {
    gap: 10px;
    padding: 0 10px;
  }
  .menu_wrapper{
    border-radius: 50px 50px 0 0;
    gap: 20px;
  }
  .banner_title{
    font-size: 52px;
  }
  .banner_text{
    font-size: 17px;
  }
  .banner_content {
      max-width: max-content;
      padding: 0 10px;
      gap: 10px;
  }
}