@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  margin: 0 auto;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #403F3D;
  background-color: #E1D4C9;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #403F3D;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
a img {
  display: inline-block;
}

li {
  list-style: none;
}

ul {
  display: block;
}

.hidden {
  display: none;
}

article,
main,
header,
footer,
section,
img {
  display: block;
}

h1 {
  font-family: Inter;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  color: #E1D4C9;
}
@media (min-width: 250px) and (max-width: 1024px) {
  h1 {
    font-size: 4.2rem;
    line-height: 115%;
  }
}

span {
  color: #B0907A;
  font-style: italic;
}

h2 {
  font-family: Inter;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 720px) {
  h2 {
    font-size: 3.2rem;
    line-height: 125%;
  }
}

h3 {
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #E1D4C9;
}

button {
  background-color: #E1D4C9;
  border: 1px solid #665F55;
  color: #403F3D;
  font-weight: 600;
}
button:hover {
  cursor: pointer;
}
@media (max-width: 380px) {
  button {
    hover: none;
  }
}

.btn-long {
  width: 20rem;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #E1D4C9;
}
.btn-long:hover {
  cursor: pointer;
}

.menu-link:hover {
  position: relative;
}
.menu-link:hover::after {
  content: "";
  background-image: url(../../assets/icons/coffee-cup.svg);
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 120px;
  width: 20px;
  height: 20px;
  transform: translate(5px, 10px);
  transition: 0.5s ease-in;
}

@media (max-width: 768px) {
  .menu-link {
    padding-right: 50px;
    position: relative;
  }
  .menu-link::after {
    content: "";
    background-image: url(../../assets/icons/coffee-cup.svg);
    background-size: cover;
    position: absolute;
    top: 7px;
    left: 110px;
    width: 20px;
    height: 20px;
    transform: translate(5px, 10px);
    transition: 0.5s ease-in;
  }
}

.app-btn {
  border: 1px solid #403F3D;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  padding: 12px 20px;
}
.app-btn:hover {
  color: #E1D4C9;
  background-color: #665F55;
  border: 1px solid #665F55;
}
.app-btn span {
  font-size: 1rem;
  color: #403F3D;
}
.app-btn span:hover {
  color: #E1D4C9;
}
.app-btnimg:hover {
  fill: #665F55;
}

.btn-cirсle {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  text-align: center;
}
.btn-cirсle:hover {
  color: #E1D4C9;
  background-color: #665F55;
  transition: 0.5s ease-in-out;
}

.pagination__button {
  width: 40px;
  height: 4px;
  border-radius: 100px;
  border-color: #C1B6AD;
  background-color: #C1B6AD;
  margin-right: 12px;
}

.btn-footer {
  background-color: #665F55;
  border: 1px solid #C1B6AD;
}
.btn-footer:hover {
  background-color: #E1D4C9;
  transition: 0.5s ease-in-out;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}
@media (max-width: 380px) {
  .wrapper {
    padding: 0 16px;
  }
}

.header {
  margin: 16px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.header a {
  z-index: 20;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}
.nav ul a {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.nav ul a:hover {
  border-bottom: 2px solid #403F3D;
  margin-top: 7px;
  transition: 0.15s ease-in;
}
@media (max-width: 380px) {
  .nav ul a:hover {
    hover: none;
  }
}
@media (max-width: 768px) {
  .nav ul {
    display: none;
  }
}

.line {
  border-bottom: 2px solid #403F3D;
  padding-bottom: 5px;
  cursor: default;
}

.link {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.link:hover {
  border-bottom: 2px solid #403F3D;
  transition: 0.15s ease-in;
}
@media (max-width: 768px) {
  .link {
    display: none;
  }
}

.burger {
  display: none;
  z-index: 20;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  border: 1.5px solid #665F55;
  position: relative;
}
.burger:before {
  top: 15px;
  left: 12px;
}
@media (max-width: 768px) {
  .burger {
    display: inline-block;
  }
}

.burger-line, .burger:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #665F55;
  width: 16px;
  height: 2px;
  transition: 0.5s ease-in-out;
}

.burger-line {
  top: 23px;
  left: 12px;
}

.burger.active::before {
  transform: rotate(45deg);
  transition: 0.5s ease-in-out;
  top: 20px;
}

.burger.active span {
  transform: rotate(-45deg);
  transition: 0.5s ease-in-out;
  top: 20px;
}

.burger-menu.open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #E1D4C9;
  display: block;
  transition: right 1s ease-in-out;
  z-index: 10;
  transform: translateX(-100%);
}
@media (max-width: 380px) {
  .burger-menu.open {
    height: 700px;
  }
}

.burger-menu.animation {
  transform: translateX(0%);
}

.burger-menu.open .burger-list {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 160px;
  margin-bottom: 100px;
  gap: 60px;
}
.burger-menu.open .burger-list a {
  font-size: 32px;
}

.burger-menu.open ~ .burger-link {
  z-index: 10px;
  display: block;
  position: absolute;
  top: 585px;
  left: 320px;
  font-size: 32px;
}
@media (max-width: 380px) {
  .burger-menu.open ~ .burger-link {
    position: absolute;
    left: 125px;
  }
}
.burger-menu.open ~ .burger-link img {
  margin-top: 10px;
  width: 40px;
  height: 40px;
}

.slider {
  overflow: hidden;
}

.slider-line {
  width: 1240px;
  display: flex;
  flex-grow: 1;
  position: relative;
  right: 0;
  transition: all ease 1s;
}
.slider-line li {
  padding: 0 390px;
}
@media (max-width: 768px) {
  .slider-line li {
    padding: 0 60px;
  }
}
@media (max-width: 380px) {
  .slider-line li {
    padding: 0;
  }
}

#contacts {
  background: #665F55;
  border-radius: 40px;
  display: flex;
  padding: 100px;
  gap: 100px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  #contacts {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  #contacts {
    padding: 54px 55px;
    gap: 40px;
  }
}

.links {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .links {
    margin-left: -40px;
  }
}
@media (max-width: 380px) {
  .links {
    width: 316px;
  }
}
.links h2 {
  color: #B0907A;
  font-style: italic;
}
.links span {
  font-style: normal;
  color: #E1D4C9;
}

.social {
  display: flex;
  gap: 12px;
}

.social-link {
  margin-left: 16px;
}
.social-link:hover {
  fill: #665F55;
}

.btn-footer:hover {
  transition: 0.5s easy;
}
.btn-footer:hover path {
  stroke: #403F3D;
}

.adress {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 44px;
}
@media (max-width: 768px) {
  .adress {
    margin-left: -40px;
    gap: 31px;
  }
}
.adress p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 150%;
  display: block;
  display: flex;
  align-items: center;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .adress p {
    padding-top: 0;
  }
}

.list {
  color: #E1D4C9;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .list {
    padding-bottom: 7px;
  }
}
.list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 380px) {
  .list ul {
    gap: 19px;
  }
}
.list ul a {
  color: #E1D4C9;
}
.list img {
  padding-right: 7px;
}

.list-item:hover {
  border-bottom: 2px solid #E1D4C9;
  transition: 0.15s ease-in;
  padding-bottom: 4px;
}

.welcome {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  max-width: 1360px;
}
@media (max-width: 380px) {
  .welcome {
    height: 552px;
  }
}

.video {
  border-radius: 40px;
  max-width: 1360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 380px) {
  .video {
    height: 552px;
  }
}

.media {
  width: 100%;
}

.welcome-conteiner {
  margin: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 42px;
  width: 530px;
  color: #B0907A;
}
@media (max-width: 380px) {
  .welcome-conteiner {
    width: 316px;
    margin: 60px 16px;
  }
}
@media (max-width: 768px) {
  .welcome-conteiner {
    margin: 100px 60px;
  }
}

.menu-link {
  background-color: #E1D4C9;
  font-weight: 600;
  text-align: center;
}

#favorite-coffee {
  text-align: center;
  margin: 100px 0 40px 0;
}

.slider-conteiner {
  margin: 40px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.slider-conteiner img {
  margin: 0 auto;
}
@media (max-width: 380px) {
  .slider-conteiner img {
    width: 348px;
    height: 348px;
  }
}

.arrow {
  flex: 1;
}
@media (max-width: 380px) {
  .arrow {
    display: none;
  }
}

.slider h3 {
  margin-top: 20px;
}
.slider p {
  color: #403F3D;
  width: 480px;
  margin: 16px 0;
}
@media (max-width: 380px) {
  .slider p {
    width: 348px;
  }
}
.slider span {
  color: #403F3D;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 380px) {
  .slider {
    width: 348px;
  }
}

.pagination {
  display: flex;
  text-align: center;
  justify-content: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}

.pagination__button_active {
  cursor: default;
  background-color: #665F55;
  border: 1px solid #665F55;
}

#about {
  margin-top: 95px;
}

.images {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .images {
    gap: 0;
  }
}
.images .grid-1,
.images .grid-3 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .images .grid-1,
  .images .grid-3 {
    margin-bottom: 15px;
  }
}
.images .grid-4 {
  display: flex;
  flex-direction: row;
  flex-grow: 2;
  height: 590px;
  background-size: cover;
}
@media (max-width: 768px) {
  .images .grid-2,
  .images .grid-3 {
    display: none;
    width: 688px;
    height: 590px;
  }
}
@media (max-width: 768px) {
  .images .first-column,
  .images .second-column {
    width: 688px;
  }
}
@media (max-width: 380px) {
  .images .first-column,
  .images .second-column {
    width: 348px;
    height: 590px;
  }
}
@media (max-width: 380px) {
  .images .first-column {
    background-image: url("../../assets/images/about-1.png");
    background-size: cover;
    border-radius: 20px;
    background-position: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .images .second-column {
    background-image: url("../../assets/images/about-4.png");
    background-size: cover;
    border-radius: 20px;
    background-position: center;
  }
}
@media (max-width: 380px) {
  .images .grid {
    display: none;
  }
}
.images img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.images img:hover {
  transform: scale(1.1);
}
@media (max-width: 380px) {
  .images img {
    hover: none;
  }
}

.grid {
  overflow: hidden;
  border-radius: 20px;
}

#mobile-app {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.download {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 630px;
}
@media (max-width: 768px) {
  .download {
    max-width: 688px;
    margin-bottom: 100px;
  }
}
@media (max-width: 380px) {
  .download {
    width: 348px;
    margin-bottom: 40px;
  }
}
.download p {
  color: #403F3D;
}

.downloud-btn {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.downloud-btn:hover {
  color: #E1D4C9;
}
@media (max-width: 380px) {
  .downloud-btn {
    flex-wrap: wrap;
  }
}

.box-btn {
  display: flex;
  flex-direction: column;
  text-align: start;
  padding-left: 8px;
  line-height: 150%;
}
.box-btn span:hover {
  color: #E1D4C9;
}
.box-btn span {
  font-style: normal;
  line-height: 140%;
}

.mobile {
  display: block;
  margin-bottom: 4px;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .mobile {
    margin-left: 29px;
  }
}
@media (max-width: 380px) {
  .mobile {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .mobile img {
    width: 348px;
    height: 348px;
  }
}/*# sourceMappingURL=style.css.map */