@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

.font-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font-cairo {
  font-family: "Cairo", sans-serif;
}

body {
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
}

.main-btn {
  background-color: #d5ac63;
  border: solid 1px #d5ac63;
  padding: 10px 40px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.main-btn:hover {
  background-color: #41484e;
  border: solid 1px #d5ac63;
  color: #fff;
  transition: all 0.3s;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 6px;
  background-color: #d5ac63;
  color: #fff;
  border-radius: 50%;
}

.address {
  position: relative;
  padding: 0 0 0 30px;
  border: 0;
  margin-bottom: 8px;
}

.address i {
  color: #d5ac63;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}

.navbar.bg-base-100 {
  padding-right: 50px;
  padding-left: 50px;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}
