@import "base/normalize.css";
html {
  font-size: 10px;
}

html::-webkit-scrollbar {
  width: 0;
}

body {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  background-color: #E1D4C9;
  overflow-x: hidden;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  margin: 0px auto;
  color: #403F3D;
}

h1 {
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  margin: 0px;
}

h2 {
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0px;
}

h3 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0px;
}

p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
}

i {
  color: #B0907A;
}

.burger-link {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0px;
}

.link-button {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0px;
}

.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 14px 40px;
}

.navigation {
  display: flex;
  gap: 40px;
  padding-inline-start: 0px;
}

.navigation__link {
  list-style: none;
  padding: 0px 0px 10px 0px;
}

.header__wrapper a {
  color: #403F3D;
}

.header__button {
  display: flex;
  align-items: center;
}

.link__underline {
  position: relative;
}

.link__underline::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 2px;
  background: #403F3D;
  width: 0;
  transition: 500ms;
  left: 50%;
  transform: translateX(-50%);
}

.link__underline:hover:after {
  width: 100%;
}

.link__underline__other {
  position: relative;
  color: #E1D4C9;
  padding-bottom: 4px;
}

.link__underline__other::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 2px;
  background: #E1D4C9;
  width: 0;
  transition: 500ms;
  left: 50%;
  transform: translateX(-50%);
}

.link__underline__other:hover:after {
  width: 100%;
}

.enjoy__wrapper {
  background-size: cover;
  border-radius: 40px;
  margin: 0 40px 0 40px;
}

.video_wrapper {
  position: relative;
}

.video {
  width: 100%;
  height: 644px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 40px;
  object-fit: cover;
  z-index: -10;
}

.enjoy__content {
  color: #E1D4C9;
  display: flex;
  width: 530px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 100px 100px 100px 100px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.button-primary {
  width: 200px;
  height: 64px;
  border-radius: 100px;
  background-color: #E1D4C9;
  color: #403F3D;
  line-height: 6.4rem;
  text-align: center;
  justify-content: center;
  display: inline-block;
}

.button-primary_content {
  height: 0px;
  transition: 1000ms;
  opacity: 0;
}

.button-primary:hover .button-primary_content {
  height: auto;
  opacity: 1;
}

.favcoffee_wrapper {
  margin: 100px 40px;
  text-align: center;
}

.favcoffee__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 40px;
}

.favcoffee__item {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.favcoffee_modifed {
  transform: rotate(180deg);
}

.favcoffee__state {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.state {
  height: 4px;
  width: 40px;
  border-radius: 2px;
  background-color: #C1B6AD;
}

.state__selected {
  background-color: #665F55;
}

.about_wrapper {
  margin: 0px 40px;
}

.about__layout {
  margin: 40px 0px 100px 0px;
  display: grid;
  grid-template-columns: repeat(2, 660px);
  grid-column-gap: 40px;
  grid-template-rows: 430px 120px 430px;
  grid-row-gap: 40px;
  justify-content: center;
}

.box1 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.box2 {
  grid-column: 2/3;
  grid-row: 2/4;
}

.about_hover {
  width: 100%;
  height: 100%;
  scale: 1.1;
  transition-duration: 500ms;
  object-fit: cover;
}

.about_hover:hover {
  scale: 1;
}

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

.mobileapp_wrapper {
  margin: 0 40px;
}

.layout-2-columns {
  display: flex;
  gap: 100px;
  flex-direction: row;
  justify-content: left;
}

.mobileapp_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.mobileapp__button {
  display: flex;
  gap: 20px;
}

.footer__wrapper {
  background-color: #665F55;
  margin: 97px 40px 40px 40px;
  border-radius: 40px;
  padding: 100px;
  color: #E1D4C9;
}

.footer__layout {
  display: flex;
  gap: 100px;
  flex-direction: row;
  justify-content: left;
}

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

.footer__links {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__contacts {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.footer__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.invert {
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  height: 58px;
  width: 58px;
  background-color: #665F55;
  border-radius: 30px;
  border: 1px solid #E1D4C9;
  transition: 500ms;
}

.invert:hover .path2, .invert:hover {
  stroke: #665F55;
  background-color: #E1D4C9;
}

.invert1 {
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  height: 58px;
  width: 58px;
  background-color: #E1D4C9;
  border-radius: 30px;
  border: 1px solid #665F55;
  transition: 500ms;
}

.invert1:hover .path1, .invert1:hover {
  stroke: #E1D4C9;
  background-color: #665F55;
}

.antiHide {
  display: none;
  position: absolute;
  right: 25px;
  top: 30px;
}

.offer__wrapper {
  margin: 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.offer__text {
  color: #403F3D;
  width: 800px;
}

.offer__menu {
  display: flex;
  gap: 16px;
}

.offer__button {
  color: #665F55;
  border: 1px solid #665F55;
  background-color: #E1D4C9;
  padding: 12px 16px 12px 16px;
  border-radius: 23px;
  transition: 500ms;
  white-space: nowrap;
}

.offer_bgd {
  position: relative;
  bottom: -8px;
  left: -6px;
  height: 30px;
  width: 30px;
  background-color: #C1B6AD;
  border-radius: 15px;
}

.offer__button:hover {
  color: #E1D4C9;
  background-color: #665F55;
}

.main__wrapper {
  margin: 50px 40px 100px 40px;
  display: grid;
  grid-template-columns: repeat(4, 310px);
  grid-template-rows: repeat(auto-fit, 506px);
  gap: 40px;
}

.item {
  height: 504px;
  width: 308px;
  border: 1px solid #665F55;
  border-radius: 40px;
}

.item__image {
  height: 309px;
  width: 308px;
  border-radius: 40px;
  overflow: hidden;
}

.item_wrapper {
  height: 100%;
  width: 100%;
  scale: 1.1;
  transition: 500ms;
}

.item_wrapper:hover {
  scale: 1;
  transition: 500ms;
}

.item__content {
  padding: 20px;
  height: 155px;
  display: grid;
  grid-template-rows: 30px auto 30px;
  grid-row-gap: 12px;
  color: #403F3D;
}

.refresh_button {
  display: none;
  justify-content: center;
  margin: -10px auto;
}

.burger {
  display: none;
}

.wrapper_burger {
  width: 100vw;
  height: 100%;
  background-color: #E1D4C9;
  position: absolute;
  left: 0vw;
  top: 10000px;
  z-index: 100;
  padding-top: 20px;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  transition: 500ms;
}

.burger__table {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 90px;
  justify-content: center;
  align-items: center;
}

.head {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.burger_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 49px;
}

.wrapper_burger a {
  color: #403F3D;
  max-height: 100%;
}

.mySlides {
  display: none;
}

.itemSet {
  display: none;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (750px <= width <= 1200px) {
  .nav_hide {
    display: none;
  }
  .hide {
    display: none;
  }
  .antiHide {
    display: block;
  }
  .about__layout {
    display: flex;
    flex-direction: column;
  }
  .layout-2-columns, .footer__layout {
    display: flex;
    flex-direction: column;
  }
  .about_hover {
    height: 588px;
  }
  .enjoy__content {
    padding: 100px 60px;
  }
  .footer__wrapper {
    padding: 95px 60px 110px 60px;
  }
  .footer__links h2 {
    white-space: nowrap;
  }
  .mobile-screens {
    object-fit: cover;
    margin: 0 auto;
    justify-content: space-around;
  }
  .main__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 310px);
    grid-template-rows: repeat(2, 506px);
    gap: 40px;
    justify-content: center;
  }
  .offer__text {
    width: 100%;
  }
  .refresh_button {
    display: flex;
    justify-content: center;
    margin: -60px auto 60px auto;
  }
  .burger {
    display: contents;
  }
}
@media (width <= 750px) {
  .hide {
    display: none;
  }
  .nav_hide {
    display: none;
  }
  .antiHide {
    display: block;
  }
  .about__layout {
    display: flex;
    flex-direction: column;
  }
  .layout-2-columns, .footer__layout {
    display: flex;
    flex-direction: column;
  }
  .about_hover {
    height: 588px;
  }
  .enjoy__wrapper {
    margin: 0px 16px;
  }
  .video {
    width: 100%;
    height: 552px;
  }
  .enjoy__content {
    padding: 60px 16px 60px 16px;
    width: 316px;
    left: 16px;
  }
  .header__wrapper {
    padding: 20px 16px 14px 16px;
  }
  .footer__wrapper {
    padding: 60px 16px 60px 16px;
    margin: 97px 16px 40px 16px;
  }
  h1 {
    font-size: 4.2rem;
    line-height: 115%;
  }
  h2 {
    font-size: 3.2rem;
  }
  .favcoffee_wrapper {
    margin: 100px 16px;
    text-align: center;
  }
  .favcoffee_image {
    width: 348px;
    height: 348px;
  }
  .footer__links h2 {
    white-space: nowrap;
  }
  .footer__links {
    width: 100%;
  }
  .footer__contacts {
    white-space: nowrap;
  }
  .footer__layout {
    gap: 40px;
  }
  .about_wrapper {
    margin: 0 16px;
  }
  .mobileapp_wrapper {
    margin: 0 16px;
  }
  .mobile__hide {
    display: none;
  }
  .mobileapp__button {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mobile-screens img {
    width: 348px;
    height: 348px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .layout-2-columns {
    gap: 40px;
  }
  .offer__text {
    width: 100%;
    white-space: normal;
  }
  .main__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 310px);
    grid-template-rows: repeat(4, 506px);
    gap: 40px;
    justify-content: center;
  }
  .offer__wrapper {
    margin: 38px 6px 10px 6px;
    gap: 2px;
  }
  .refresh_button {
    display: flex;
    justify-content: center;
    margin: -60px auto 60px auto;
  }
  .burger {
    display: contents;
  }
}

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