@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

html {
  font-size: 0.6vw;
}

body {
  background-color: #f7f6f4;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin-bottom: 2rem;
  font-family: "Arima", system-ui;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #996d50;
}

p,
label,
ul,
li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

i {
  font-size: 1.6rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.flex > * {
  width: calc(50% - 0.5rem);
}

.max-width {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.gr label {
  display: block;
  color: #111;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.gr label span {
  color: red;
}
.gr input,
.gr select,
.gr textarea {
  display: block;
  width: 100%;
  color: #111;
}

.bookBtn {
  width: fit-content;
}
.bookBtn button,
.bookBtn a {
  display: block;
  border: none;
  background: #607789;
  color: #fff;
  font-size: 3rem;
  width: fit-content;
  padding: 0.5rem 2rem;
}
.bookBtn button i,
.bookBtn a i {
  color: #fff;
  font-size: 4rem;
}

header {
  width: 100%;
  background: #111;
  text-align: center;
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar .nav-logo {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  background: #fff;
}
header .navbar .nav-logo img {
  width: 20rem;
}
header .navbar .nav a {
  color: #fff;
  margin-right: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}
header .navbar .profile-div {
  margin-right: 3rem;
}
header .navbar .profile-div a {
  text-decoration: none;
}
header .navbar .profile-div a i {
  color: #fff;
  margin-right: 1rem;
  background: transparent;
  font-size: 2.5rem;
}

footer .footer {
  background: #111;
  padding: 5rem 0rem;
}
footer .footer .footerDiv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}
footer .footer .footerDiv .addressMain {
  justify-self: end;
}
footer .footer .footerDiv .addressMain h5 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}
footer .footer .footerDiv .addressMain .adderessDiv {
  display: flex;
}
footer .footer .footerDiv .addressMain .adderessDiv .watch {
  margin-top: 2.2rem;
}
footer .footer .footerDiv .addressMain .adderessDiv .working {
  margin-top: 2rem;
}
footer .footer .footerDiv .addressMain .adderessDiv .working h6 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
}
footer .footer .footerDiv .addressMain .adderessDiv i {
  color: #fff;
  font-size: 2rem;
  margin-right: 1rem;
}
footer .footer .footerDiv .addressMain .adderessDiv p {
  color: #fff;
  margin: 0;
  text-align: start;
}
footer .footer .footerDiv .addressMain .adderessDiv a {
  color: #fff;
}
footer .footer .footerDiv .quickLink {
  justify-self: center;
}
footer .footer .footerDiv .quickLink h5 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}
footer .footer .footerDiv .quickLink .linkDiv a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin-left: 1rem;
}
footer .footer .footerDiv .quickLink .linkDiv a i {
  margin-right: 1rem;
}
footer .footer .footerDiv .contact {
  width: fit-content;
}
footer .footer .footerDiv .contact h5 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}
footer .footer .footerDiv .contact .adderessDiv {
  display: flex;
}
footer .footer .footerDiv .contact .adderessDiv .working h6 {
  color: #fff;
  margin: 0;
}
footer .footer .footerDiv .contact .adderessDiv i {
  color: #fff;
  font-size: 2rem;
  margin-right: 1rem;
}
footer .footer .footerDiv .contact .adderessDiv p {
  color: #fff;
  margin: 0;
}
footer .footer .footerDiv .contact .adderessDiv a {
  color: #fff;
  text-decoration: none;
}
footer .footer .footerDiv hr {
  border: 0.1rem solid #fff;
  margin-top: 1rem;
}
footer .footer .footerDiv h6 {
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
footer .footer .footerDiv .socialIcon {
  display: flex;
}
footer .footer .footerDiv .socialIcon a {
  text-decoration: none;
}
footer .footer .footerDiv .socialIcon a i {
  color: #fff;
  font-size: 3rem;
  margin-right: 1rem;
}
footer .footer hr {
  margin-top: 4rem;
}
footer .footer p {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
footer .footer p a {
  color: #996d50;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 900px) {
  html {
    font-size: 1vw !important;
  }
  .footer .footerDiv {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .footer .footerDiv .addressMain {
    width: 70%;
  }
  .footer .footerDiv .addressMain h5 {
    font-size: 2rem !important;
  }
  .footer .footerDiv .addressMain .adderessDiv .working h6 {
    font-size: 2rem !important;
  }
  .footer .footerDiv .addressMain .adderessDiv i {
    font-size: 1.5rem !important;
    margin-top: 0.5rem !important;
  }
  .footer .footerDiv .quickLink {
    justify-self: center;
    justify-content: center !important;
  }
  .footer .footerDiv .quickLink h5 {
    font-size: 2rem !important;
  }
  .footer .footerDiv .contact {
    margin-top: 4rem;
    justify-self: center !important;
    align-content: center !important;
    padding-left: 12rem !important;
  }
  .footer .footerDiv .contact h5 {
    font-size: 2rem !important;
  }
  .footer .footerDiv .contact .adderessDiv {
    display: flex;
  }
  .footer .footerDiv .contact .adderessDiv i {
    font-size: 1.5rem !important;
  }
  header .navbar .nav-logo h4 {
    font-weight: bold;
    font-size: 3rem;
  }
  header .navbar .nav a {
    font-size: 3rem;
    font-weight: 400;
  }
  header .navbar .profile-div i {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 1.5vw;
  }
  .footer .footerDiv {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .footer .footerDiv .addressMain {
    width: 80%;
  }
  .footer .footerDiv .addressMain h5 {
    font-size: 3rem !important;
  }
  .footer .footerDiv .addressMain .adderessDiv .working h6 {
    font-size: 3rem !important;
    font-weight: 500;
  }
  .footer .footerDiv .addressMain .adderessDiv i {
    font-size: 3rem !important;
  }
  .footer .footerDiv .addressMain p {
    font-size: 2.5rem !important;
  }
  .footer .footerDiv .quickLink {
    justify-self: center;
    justify-content: center !important;
  }
  .footer .footerDiv .quickLink h5 {
    font-size: 3rem !important;
  }
  .footer .footerDiv .quickLink a {
    font-size: 2.5rem !important;
  }
  .footer .footerDiv .quickLink a i {
    font-size: 3rem !important;
  }
  .footer .footerDiv .contact {
    justify-self: center !important;
    align-content: center !important;
    padding-left: 10rem !important;
    margin-top: 3rem;
  }
  .footer .footerDiv .contact h5 {
    font-size: 3rem !important;
  }
  .footer .footerDiv .contact .adderessDiv {
    display: flex;
  }
  .footer .footerDiv .contact .adderessDiv i {
    font-size: 2.5rem !important;
    margin-top: 1rem;
  }
  .footer .footerDiv .contact .adderessDiv a {
    font-size: 2rem !important;
    margin-top: 1rem;
  }
  .footer .footerDiv .contact hr {
    margin-top: 2rem;
  }
  .footer .footerDiv .contact h6 {
    margin-top: 2rem !important;
    font-size: 3rem !important;
  }
  .footer .footerDiv .contact i {
    font-size: 5rem !important;
  }
}

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