@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #a51e22;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
}

.top-offset {
  margin-top: 80px;
}

.logo {
  max-width: 500px;
  display: block;
  margin: 0 0 0 auto;
}

h1 {
  margin-top: 0;
  font-weight: 500;
  font-size: 44px;
  color: #d3d3d3;
  margin-left: 30px;
}

.location {
  margin-top: 0px;
  font-weight: 400;
  font-size: 32px;
  color: #d3d3d3;
  margin-left: 30px;
}

.text-center {
  text-align: center;
}

.we-are-open {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-info img {
  max-width: 100px;
  transition: transform 0.3s ease;
}

.contact-info img:hover {
  transform: scale(1.2);
}

address {
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  padding: 0 50px
}

.contact-info a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px;
  margin-top: 10px;
  display: block;
}

.email a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  background: rgba(255,255,255,0.1);
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2)
}

footer {
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }

  .location {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
    margin-left: 0;
  }

  .location {
    font-size: 28px;
    text-align: center;
    margin-left: 0;
  }

  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 80%;
    margin: 0 auto;
  }
  h1,
  .we-are-open {
    font-size: 32px;
    line-height: 42px;
  }
  .location {
    font-size: 20px;
  }
  address {
    font-size: 16px;
  }
  address {
    text-align: center;
    margin-left: 0;
  }
  .email {
    margin-top: 30px
  }
}
