/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"); */

@font-face {
  font-family: Nunito;
  src: url(fonts/Nunito-VariableFont_wght.ttf);
}

@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-VariableFont_wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", "sans-serif";
  scroll-behavior: smooth;
}

html {
  color: #383838;
}

nav {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
  align-items: center;

  @media (min-width: 768px) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  @media (min-width: 1024px) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.btn {
  background: rgb(83, 184, 120);
  background: linear-gradient(
    180deg,
    rgba(83, 184, 120, 1) 0%,
    rgba(50, 151, 165, 1) 50%,
    rgba(33, 138, 178, 1) 100%
  );
}

#logo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 700;
}

#logo img {
  border-radius: 9999px;
  width: 4rem;
}

#logo h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;

  @media (min-width: 768px) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#desktop-nav {
  display: none;
  gap: 1.25rem;
  align-items: center;

  @media (min-width: 768px) {
    display: flex;
  }
  @media (min-width: 1024px) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#for-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media (min-width: 768px) {
    display: none;
  }
}
#for-mobile button {
  background: #fff;
  border: none;
  width: 28px;
}

#for-mobile ul,
li,
a {
  color: #383838;
  text-decoration: none;
  list-style: none;
}

@media (min-width: 640px) {
  main,
  nav,
  section,
  #cta .container,
  footer div {
    max-width: 640px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  main,
  nav,
  section,
  #cta .container,
  footer div {
    max-width: 768px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  main,
  nav,
  section,
  #cta .container,
  footer div {
    max-width: 1024px;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  main,
  nav,
  section,
  #cta .container,
  footer div {
    max-width: 1280px;
    margin: auto;
  }
}
@media (min-width: 1536px) {
  main,
  nav,
  section,
  #cta .container,
  footer div {
    max-width: 1536px;
    margin: auto;
  }
}

/* section  */

#hero {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  align-items: center;

  @media (min-width: 640px) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  @media (min-width: 1024px) {
    display: flex;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

#hero-left {
  @media (min-width: 1024px) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }
  @media (min-width: 1280px) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#hero-left h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "sans-serif";
  @media (min-width: 768px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 1024px) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  @media (min-width: 1280px) {
    font-size: 3rem;
    line-height: 1;
  }
}

#hero-left p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

  @media (min-width: 768px) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  @media (min-width: 1024px) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#hero-left a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.125rem;
  width: fit-content;
  font-weight: 700;
  color: #ffffff;
  background-color: #111827;

  @media (min-width: 768px) {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#hero-right {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
  align-items: center;

  @media (min-width: 1024px) {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
  }
}

#hero-right img {
  object-fit: cover;
  border-radius: 0.75rem;
  width: 100%;
  height: 18rem;

  @media (min-width: 640px) {
    height: 20rem;
  }

  @media (min-width: 1024px) {
    height: 24rem;
  }
  @media (min-width: 1280px) {
    height: 460px;
  }
}

#clients {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#clients h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-align: center;
}

#clients div {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;

  @media (min-width: 640px) {
    gap: 1.25rem;
  }
  @media (min-width: 768px) {
    gap: 2.5rem;
  }
  @media (min-width: 1024px) {
    gap: 2.75rem;
  }
  @media (min-width: 1280px) {
    gap: 4rem;
  }
}

#clients img {
  object-position: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1.5rem;

  @media (min-width: 640px) {
  }
  @media (min-width: 768px) {
    height: 2rem;
  }
}

#services {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

#services h2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#services svg {
  width: 36px;
}

#services-grid {
  display: grid;

  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @media (min-width: 1024px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#services-grid .box {
  border: 1px solid #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);

  @media (min-width: 640px) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media (min-width: 1024px) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.icon {
  display: flex;
  margin-bottom: 1.25rem;
  justify-content: center;
  align-items: center;
}

#service-1 {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #cbbeff;
  display: flex;
  align-items: center;
}
#service-1 svg {
  color: #7f60fb;
}
#service-2 {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #ffc7c7;
  display: flex;
  align-items: center;
}
#service-2 svg {
  color: #ff7272;
}
#service-3 {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #b9ffcd;
  display: flex;
  align-items: center;
}
#service-3 svg {
  color: #34b660;
}

#service-4 {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #b9daff;
  display: flex;
  align-items: center;
}
#service-4 svg {
  color: #348fb6;
}

#service-5 {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #daffb9;
  display: flex;
  align-items: center;
}
#service-5 svg {
  color: #34b660;
}

#service-6 {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #ffe5b9;
  display: flex;
  align-items: center;
}
#service-6 svg {
  color: #ff7272;
}

#services-grid h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#services-grid p {
  text-align: center;
}

#whyUs {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

#whyUs .wrapper {
  @media (min-width: 1024px) {
    display: flex;
  }
}

#stats {
  display: grid;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  justify-content: center;
  align-items: center;

  @media (min-width: 768px) {
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6rem;
  }
  @media (min-width: 1024px) {
    padding-top: 4rem;
    padding-bottom: 4rem;
    gap: 8rem;
  }
  @media (min-width: 1280px) {
    gap: 9rem;
  }
}

#stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#stats div h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0;
  padding-bottom: 2px;

  @media (min-width: 768px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 1024px) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

#stats div p {
  color: #989898;
}

#whyUs .right {
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media (min-width: 1024px) {
    padding-right: 1.5rem;
    width: 50%;
  }
  @media (min-width: 1280px) {
    padding-right: 3.5rem;
    width: 60%;
  }
}

.right-box h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
  @media (min-width: 1024px) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#whyUs .box {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  border-radius: 0.375rem;
  border: 1px solid #ececec;
  @media (min-width: 640px) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 768px) {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  @media (min-width: 1024px) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#whyUs .box .logo {
  display: flex;
  margin-bottom: 1.25rem;
  justify-content: center;
  align-items: center;
  background-color: white;

  @media (min-width: 768px) {
    margin-bottom: 0;
    margin-right: 1.25rem;
    justify-content: flex-start;
  }
}

#whyUs .box .logo svg {
  background-color: white;
  width: 44px;
  height: 44px;
}

#whyUs .img-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  height: fit-content;
  height: auto;

  @media (min-width: 1024px) {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }
  @media (min-width: 1280px) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 40%;
  }
}

#why-1 {
  color: #52af27;
}
#why-2 {
  color: #5c72e8;
}
#why-3 {
  color: #2eaba4;
}

#whyUs .img-wrapper img {
  object-fit: cover;
  border-radius: 0.75rem;
  width: 100%;
  height: 100%;

  @media (min-width: 1024px) {
    height: 100%;
  }
  @media (min-width: 1280px) {
    height: 384px;
  }
}

#whyUs h2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#cta {
  @media (min-width: 768px) {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#cta .container {
  overflow: hidden;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;

  @media (min-width: 768px) {
    border-radius: 0.75rem;
  }
}

#cta .container .content {
  display: flex;
  z-index: 40;
  flex-direction: column;
  align-items: center;
}

#cta .container .content h2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#cta .container .content a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.125rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #111827;
  border-radius: 0.125rem;

  @media (min-width: 768px) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#cta .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -10;
}

#cta .img-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -10;
}

#cta .img-cont img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#about {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
#about p {
  line-height: 1.5rem;
}
#about h2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#about .content {
  @media (min-width: 1024px) {
    display: flex;
  }
}
#about .content .left {
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  justify-content: center;
  color: #000000;

  @media (min-width: 1024px) {
    padding-right: 1.5rem;
    width: 50%;
  }
  @media (min-width: 1280px) {
    padding-right: 3.5rem;
    width: 60%;
  }
}
#about .content .right {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;

  @media (min-width: 1024px) {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
  }
  @media (min-width: 1280px) {
    width: 40%;
  }
}

#abt-img {
  width: 100% !important;
  border-radius: 0.75rem !important;
}

#about .content .right img {
  object-fit: cover;
  border-radius: 0.75rem;
  width: 100%;

  @media (min-width: 1024px) {
    height: 514px;
  }

  @media (min-width: 1024px) {
    display: flex;

    width: 50%;
  }
  @media (min-width: 1280px) {
    width: 40%;
  }
}

#about .content .left p {
  padding: 8px 0px;
}

#teams {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

#teams h2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#teams .grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;

  @media (min-width: 500px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#teams .grid img {
  object-fit: cover;
  border-radius: 0.75rem;
  width: 100%;
  height: 400px;

  @media (min-width: 640px) {
    height: 248px;
  }
  @media (min-width: 768px) {
    height: 256px;
  }

  @media (min-width: 1280px) {
    height: 354px;
  }
}
#teams .grid p {
  color: #989898;
}

#testimonials {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
#testimonials h2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#testimonials .grid {
  display: grid;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
#testimonials .box-testimonials {
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid #e6e6e6;
}
#testimonials .box-testimonials .client {
  margin-bottom: 1.25rem;
  margin-top: 3rem;
}
#testimonials .box-testimonials .client h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#testimonials .box-testimonials .client span {
  display: block;
  margin-top: -0.5rem;
  text-align: center;
  color: #989898;
}

#testimonials .box-testimonials p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.25rem;
  line-height: 1.5rem;
}

#testimonials .cen-img {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
  top: -40px;
}
#testimonials .cen-img img {
  object-fit: cover;
  border-radius: 9999px;
  width: 5rem;
  height: 5rem;
}

#contact {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

#contact h2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;

  @media (min-width: 1024px) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#contact .form {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
  width: 100%;

  @media (min-width: 1024px) {
    flex-direction: row;
  }
}
#contact .form .left {
  @media (min-width: 1024px) {
    width: 50%;
  }
}
#contact .form .left h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
#contact .form .left p {
  color: #989898;
}

#usefull-info {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

#usefull-info .info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#usefull-info .info .icon {
  padding: 0.5rem;
  border-radius: 9999px;
  width: fit-content;
  background: #3a3a3a;
  margin-bottom: 0px;
  margin-right: 4px;
}
#usefull-info .info .icon svg {
  width: 20px;
  color: white;
}
#contact .right-contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  @media (min-width: 1024px) {
    width: 50%;
  }
}
label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

input {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 0.75rem;
  outline: 1px solid #e6e6e6;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-inline: 8px;
  border: none;
}

input:focus {
  outline: 1px solid #b6b6b6;
}

textarea {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.75rem;
  height: 9rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  outline: 1px solid #e6e6e6;
  border: none;
}
textarea:focus {
  outline: 1px solid #b6b6b6;
}

.btn-submit {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  background: #3a3a3a;
  font-size: 1rem;
  border: none;
}

.btn-submit:hover {
  opacity: 95%;
  cursor: pointer;
}

footer {
  background-color: #18181b;
  color: white;
}

footer div {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  align-items: center;

  @media (min-width: 1024px) {
    flex-direction: row;
    justify-content: space-between;
  }
}

footer div h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;

  @media (min-width: 1024px) {
    margin-bottom: 0;
  }
}
footer div p {
  color: #989898;
}
footer div ul {
  display: flex;
  gap: 20px;
  margin-top: 12px;

  @media (min-width: 1024px) {
    margin-top: 0;
  }
}
footer div ul li a {
  color: white;
}

#mob-nav {
  position: fixed;
  top: 0;
  background-color: white;
  width: 70vw;
  height: 100%;
  padding-inline: 1.5rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
  z-index: 10;
}
#mob-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}

#close {
  width: 28px;
  height: 28px;
  background-color: white;
  border: 0;
  align-self: flex-end;
}

.close-btn {
  right: -100%;
}

.open-btn {
  right: 0;
}

.dark-bg {
  background-color: #000000;
}

#cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 30%;
}

.cover-display {
  display: block;
}

.cover-hidden {
  display: none;
}

#location{
  align-self: start;
}