/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * 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; /* 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;
}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background-color: #fffff5;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}

/***********
    Mixins
***********/
/* Breakpoints */
/***********
    Header
***********/
.header {
  width: 100%;
  height: auto;
}

.header__container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .header__container {
    margin: 0 auto;
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    max-width: 1024px;
  }
}

.header--logo {
  padding: 40px 0 30px 0;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #D2691E;
}
@media screen and (min-width: 1024px) {
  .header--logo {
    padding: 0;
    width: 30%;
    font-size: 1.6rem;
    text-align: left;
  }
}

.navbar {
  width: 100%;
}
.navbar__container {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.navbar__container li {
  padding: 5px 10px;
  font-weight: 600;
}
.navbar__container li a {
  color: #404040;
  text-decoration: none;
}
.navbar__container li a:hover {
  border-bottom: 2px solid #404040;
}

::-webkit-scrollbar {
  display: none;
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    Section
***********/
.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.slider__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  height: calc(100vh - 160px);
}
@media screen and (min-width: 1024px) {
  .slider__container {
    display: flex;
    max-width: 1024px;
  }
  .slider__container img {
    width: 50%;
  }
}

.slider__container-text {
  padding-bottom: 75px;
}
.slider__container-text h4 {
  display: flex;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #404040;
  font-weight: 500;
}
.slider__container-text h4::before {
  padding-right: 10px;
  content: url("../../img/icons/bx-send.svg");
}
.slider__container-text h1 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #404040;
}
.slider__container-text p {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(64, 64, 64, 0.75);
}
.slider__container-text button {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 0.8rem;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid #404040;
  cursor: pointer;
  transition: all 0.35s;
  color: #404040;
  background-color: #404040;
}
.slider__container-text button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  line-height: 10px;
  border-radius: 50px;
  content: url("../../img/icons/bx-right-arrow-alt.svg");
  background-color: #ff7f50;
}
.slider__container-text button:hover {
  transition: all 0.35s;
  color: #f5f5f5;
  background-color: rgba(64, 64, 64, 0.8);
  border: 1px solid rgba(64, 64, 64, 0.8);
}
.slider__container-text button a {
  text-decoration: none;
  color: #f5f5f5;
}

.slider__container--image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .slider__container--image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 100px 20px;
    max-height: 50%;
  }
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    About
***********/
.about {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
.about__container-cards {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 20px;
}
.about__container-cards--item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid rgba(64, 64, 64, 0.1);
}
.about__container-info {
  padding: 50px 0 0 0;
}
.about__container-info--content {
  text-align: left;
}
.about__container-info--content h2 {
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 2.4rem;
  color: #404040;
}
.about__container-info--content h2 p {
  margin: 0;
  font-weight: 600;
}
.about__container-info--content h4 {
  font-size: 1.1rem;
  font-weight: 500;
}
.about__container-info--content-paragraph {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(64, 64, 64, 0.7490196078);
}
.about__container-info--content-signature {
  font-size: 1.6rem;
  font-family: "Dancing Script", cursive;
}
@media screen and (min-width: 1024px) {
  .about__container-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about__container-info--content {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .about__container-info--image {
    width: 500px;
    height: 400px;
    border-radius: 50%;
    background-image: url("../../img/images/chef.jpg");
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .about__container {
    width: 768px;
    max-width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .about__container {
    width: 1024px;
    max-width: 90%;
  }
}

.cards--item-icon {
  margin-right: 15px;
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #fffff5;
}

.cards--item-text-title {
  margin: 0 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
}
.cards--item-text-paragraph {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(64, 64, 64, 0.7490196078);
}

/***********
    Mixins
***********/
/* Breakpoints */
/***********
    Menu
***********/
.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.menu-separator {
  position: absolute;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-image: url("../../img/images/mexican-food.jpg");
  background-position: center;
  background-size: cover;
}

.menu__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
}
.menu__container--note {
  margin-top: 50px;
  padding: 10px 15px;
  width: 150px;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ff7f50;
  background-color: #fff;
}
.menu__container--title {
  margin: 15px 0 50px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #404040;
}
.menu__container-list-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.menu__container-list-menu--card {
  padding: 15px 5px;
}
.menu__container-list-menu--card-food {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #404040;
}
.menu__container-list-menu--card-food h4 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.menu__container-list-menu--card-food p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
.menu__container-list-menu--card-description {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .menu__container-list-menu {
    width: 768px;
  }
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    Services
***********/
.services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.services__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
}
.services__container--note {
  padding: 5px 0;
  width: 150px;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ff7f50;
  background-color: rgba(255, 127, 80, 0.1215686275);
}
.services__container--title {
  margin: 15px 0 75px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #404040;
}
.services__container-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.services__container-card--content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px 50px 30px;
}
.services__container-card--content-image {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.services__container-card--content-image-one {
  background-image: url("../../img/images/italian-food.jpg");
}
.services__container-card--content-image-two {
  background-image: url("../../img/images/french-food.jpg");
}
.services__container-card--content-image-three {
  background-image: url("../../img/images/mexican-food.jpg");
}
.services__container-card--content h3 {
  margin: 20px 0 0 0;
  font-size: 1rem;
  text-transform: capitalize;
  color: #404040;
}
.services__container-card--content p {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(64, 64, 64, 0.7490196078);
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    Gallery
***********/
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 75px 0;
  width: 100%;
  height: 100%;
  background-color: rgb(35, 46, 57);
}
.gallery--note {
  margin-top: 50px;
  padding: 5px 0;
  width: 150px;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ff7f50;
  background-color: rgba(255, 127, 80, 0.1215686275);
}
.gallery--title {
  margin: 15px 0 50px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.gallery__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
  width: 90%;
  gap: 20px;
}
.gallery__container--image {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .gallery__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    max-width: 1024px;
  }
  .gallery__container--image-two {
    align-self: center;
  }
  .gallery__container--image-four {
    align-self: center;
  }
  .gallery__container--image-six {
    align-self: center;
  }
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    Testimonials
***********/
.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 50px 0;
  width: 100%;
  background-color: #fff;
}
.testimonials--note {
  margin-top: 50px;
  padding: 5px 0;
  width: 150px;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ff7f50;
  background-color: rgba(255, 127, 80, 0.1215686275);
}
.testimonials--title {
  margin: 15px 0 50px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(35, 46, 57);
}
.testimonials__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  overflow-x: scroll;
}
.testimonials__container-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  min-width: 288px;
  max-width: 300px;
  border: 1px solid #fff;
  transition: all 0.35s;
}
.testimonials__container-card--quote {
  width: 30px;
  height: 30px;
  background-image: url("../../img/icons/bxs-quote-alt-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials__container-card--text {
  padding-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 300;
}
.testimonials__container-card-info {
  display: flex;
  align-items: center;
  justify-content: left;
}
.testimonials__container-card-info--avatar {
  margin-right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("../../img/images/avatar-01.jpg");
  background-position: center;
  background-size: cover;
}
.testimonials__container-card-info-user--name {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonials__container-card-info-user--client {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .testimonials__container-card {
    margin: 10px;
    padding: 20px;
  }
  .testimonials__container-card:hover {
    border: 1px solid #ff7f50;
    transition: all 0.35s;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials__container {
    max-width: 1024px;
    width: 90%;
    /* overflow-x: scroll;  
    scroll-align-snap: center; */
  }
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    Blog
***********/
.blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 50px 0;
}
.blog--note {
  margin-top: 50px;
  padding: 5px 0;
  width: 150px;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ff7f50;
  background-color: rgba(255, 127, 80, 0.1215686275);
}
.blog--title {
  margin: 15px 0 50px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(35, 46, 57);
}
.blog__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
}
.blog__container-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.blog__container-card img {
  width: 100%;
  max-width: 425px;
}
.blog__container-card h3 {
  width: 100%;
  max-width: 425px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .blog__container {
    justify-content: center;
    width: 90%;
    max-width: 1024px;
  }
  .blog__container-card {
    padding: 10px;
    width: 300px;
  }
}

/***********
    Mixin
***********/
/* Breakpoints */
/***********
    Footer
***********/
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 75px 0 20px 0;
  width: 100%;
  color: #fff;
  background-color: rgb(35, 46, 57);
}
.footer__container {
  width: 90%;
}
.footer__container-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.footer__container-subnav--logo {
  padding: 0 20px 20px 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer__container-subnav--logo {
    padding-bottom: 0;
  }
}
.footer__container-subnav--address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px 20px;
}
.footer__container-subnav--address span {
  padding-right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("../../img/icons/bx-location-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__container-subnav--address p {
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .footer__container-subnav--address p {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container-subnav--address {
    padding-bottom: 0;
  }
}
.footer__container-subnav--email {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px 20px;
}
.footer__container-subnav--email span {
  padding-right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("../../img/icons/bx-envelope.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__container-subnav--email p {
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .footer__container-subnav--email {
    padding-bottom: 0;
  }
}
.footer__container-subnav--button {
  padding: 10px 15px;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  transition: all 0.35s;
  color: rgb(35, 46, 57);
  background-color: #f5f5f5;
}
.footer__container-subnav--button:hover {
  transition: all 0.35s;
  color: #f5f5f5;
  background-color: rgb(35, 46, 57);
}
.footer__container-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__container-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
}
.footer__container-copyright--text {
  margin: 0;
  padding-right: 20px;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  color: #f5f5f5;
}
.footer__container-copyright--text:hover {
  color: #ff7f50;
}
.footer__container-copyright--text a {
  text-decoration: none;
  color: #f5f5f5;
}
.footer__container-copyright--text a:hover {
  color: #ff7f50;
}
@media screen and (min-width: 1024px) {
  .footer__container {
    max-width: 1024px;
  }
  .footer__container-subnav {
    justify-content: space-between;
  }
}

body {
  position: relative;
}

.arrow-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("../../img/icons/bx-chevron-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(35, 46, 57);
}/*# sourceMappingURL=landingPage.css.map */