.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1666px !important;
  }
}
@media (min-width: 1921px) {
  footer .address {
    padding-left: 350px !important;
  }
}
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  background-color: #F8F1F1 !important;
}

a {
  outline: none;
  text-decoration: none;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  color: #707070;
  margin-top: 110px;
}

p,
label {
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  color: #707070;
}

.button {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.35;
  background-color: #992726;
  color: #fef8f8;
  border-radius: 40px;
}

.hbtn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  white-space: nowrap;
}

.hb-fill-left::before {
  position: absolute;
  content: "";
  background: #fff;
  transition-duration: 0.3s;
  z-index: -1;
  inset: 0px 0px auto auto;
  width: 0px;
  height: 100%;
}

.hb-fill-left:hover::before {
  width: 100%;
  height: 100%;
}

.hb-fill-left:hover {
  color: #6e1f1e;
  background: #fff;
  transition: color 0.3s ease 0s, background 0s ease 0.3s;
}

.img100 {
  width: 100%;
}

input {
  border: solid 1.5px #7e7979;
  background-color: transparent !important;
  outline: none !important;
  height: 20px;
  font-size: 21px;
  width: 270px;
}

input:focus,
button:focus,
select:focus {
  outline: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}

input:active {
  outline: none !important;
}

header {
  background-color: #f8f1f1;
}
header .container-fluid {
  max-width: 1920px;
}
header img {
  padding-left: 110px;
  padding-right: 100px;
  margin-top: -10px;
  margin-bottom: 10px;
}
header .text-end {
  padding-left: 48px !important;
}
header a {
  line-height: 1.35;
  text-align: left;
  color: #686562 !important;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}
header a .menu {
  margin-left: -15px;
}
header a span {
  margin-left: 5px;
}
header a .contact {
  font-size: 11px;
  display: block;
}
header a.active span,
header a:hover span {
  color: #a56664;
  text-decoration: underline;
  text-underline-offset: 4px;
}
header a:hover .contact {
  color: #686562;
  text-decoration: none;
}

footer {
  padding-top: 23px;
  padding-bottom: 32px;
  background-color: #7b2a2c;
  color: #fff;
}
footer h1,
footer p,
footer a {
  color: #fff;
}
footer h1 {
  text-transform: uppercase;
  margin-top: 95px;
}
footer p:first-of-type {
  margin-top: 30px;
}
footer p {
  margin-top: 20px;
}
footer .email {
  margin-top: -5px;
}
footer .contact {
  font-size: 11px;
  margin-left: 5px;
  top: -5px;
  position: relative;
}
footer .button {
  margin-left: 0px;
  border: solid 0.5px #fcfbfb;
  background-color: #6e1f1e;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 35px;
  padding-right: 35px;
}
footer .address {
  padding-left: 155px;
}
footer .maps {
  margin-left: -25px;
}
footer .maps .text1 {
  padding-top: 5px;
}
footer .maps .text2 {
  padding-top: 5px;
  padding-bottom: 10px;
}
footer .maps .paddingleft {
  padding-left: 10px;
}
footer .maps .text-end {
  padding-top: 5px;
}
footer .terms {
  padding-left: 285px;
}
footer .terms .text1 {
  padding-top: 5px;
}
footer .terms .text2 {
  padding-top: 5px;
}
footer .terms .text3 {
  padding-top: 5px;
}
footer .terms .logos {
  padding-top: 25px;
  margin-left: -180px;
}
footer .terms .paddingleft {
  margin-left: 40px;
}
footer .copyright {
  padding-top: 43px;
  padding-left: 105px;
}

@media (max-width: 1840px) {
  header {
    font-size: 16px;
  }
}
@media (max-width: 1716px) {
  header a .menu {
    margin-left: -45px;
  }
  header a span {
    margin-left: -10px;
  }
}
@media (max-width: 1581px) {
  .container {
    max-width: 100% !important;
    overflow: hidden;
  }
  header {
    font-size: 14px;
  }
  header span {
    margin-left: -20px;
  }
  input {
    width: 100%;
  }
  footer .terms {
    padding-left: 205px;
  }
  footer .address {
    padding-left: 95px;
  }
  footer .copyright {
    padding-left: 0px;
  }
}
@media (max-width: 1522px) {
  header img {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  footer .contact {
    display: inline-block;
  }
}
@media (max-width: 1412px) {
  header a span {
    margin-left: -30px;
  }
}
@media (max-width: 1320px) {
  header img {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .terms {
    padding-left: 155px;
  }
}
@media (max-width: 1266px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1212px) {
  h1 {
    font-size: 26px;
  }
  .button {
    font-size: 16px;
  }
  header img {
    width: 250px;
  }
  header a span {
    margin-left: -20px;
  }
  footer .terms {
    margin-left: 10px;
  }
  footer .terms .paddingleft {
    margin-left: 0px;
  }
  footer .terms .logos {
    margin-left: -140px;
  }
  .address {
    padding-left: 65px;
  }
}
@media (max-width: 1130px) {
  header {
    font-size: 13px;
  }
  header a span {
    margin-left: -30px;
  }
}
@media (max-width: 1033px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .text-end {
    padding-left: 28px !important;
  }
  footer .terms .logos {
    margin-left: -150px;
  }
}
@media (max-width: 991px) {
  header a {
    margin-bottom: -20px;
  }
  header a .menu {
    margin-left: 85px;
  }
  header a span {
    margin-left: 85px;
    font-size: 16px;
  }
  header .displaynone991 {
    display: none;
  }
  header .navbar-toggler {
    border: none;
  }
  header .navbar-toggler:focus,
  header .navbar-toggler:active,
  header .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }
  footer .contact {
    padding-top: 10px;
  }
  footer .maps .paddingleft {
    padding-left: 5px;
  }
  footer .terms {
    padding-left: 135px;
  }
  footer .address {
    padding-left: 65px;
  }
}
@media (max-width: 917px) {
  footer .logos img {
    width: 80px;
  }
  footer .maps .paddingleft {
    width: 30px;
  }
  footer .maps p img {
    width: 12px;
  }
}
@media (max-width: 853px) {
  footer .contact {
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 20px;
  }
  .button {
    font-size: 14px;
  }
  footer h1,
  footer p,
  footer .text-start {
    text-align: center !important;
  }
  footer h1 {
    margin-top: 35px;
  }
  footer .address,
  footer .terms {
    padding-left: 5px;
  }
  footer .maps,
  footer .terms,
  footer .logos {
    margin-left: 0px !important;
  }
}
@media (max-width: 575px) {
  header a span {
    font-size: 13px;
  }
  footer {
    padding-top: 3px;
  }
  footer p {
    margin-top: 5px;
  }
  footer p:first-of-type {
    margin-top: 20px;
  }
  footer .terms .text1 {
    padding-top: 0px;
  }
  footer .button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .copyright {
    padding-top: 23px;
  }
}
@media (max-width: 390px) {
  footer .contact {
    margin-left: 20px;
  }
}
@media (max-width: 320px) {
  header {
    margin-bottom: 10px;
  }
  header img {
    width: 200px;
    margin-top: -20px;
  }
}