body {
  font-family: "Almarai", sans-serif;
  background-image: url("../assets/images/pattern.png")
}
/* #811538 */
.bg-primary {
  background: color(srgb 0.1384 0.1534 0.2544) !important;
  color: white;
}

/* #5b0d25 */
.bg-secondary {
  background: color(srgb 0.1384 0.1534 0.2544) !important;
  color: white;
}
/* 
#header-background {
  background-image: url("pattern.png");
} */

#header {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 60%);
  border-bottom: solid 20px color(srgb 0.1384 0.1534 0.2544);
}

#logo-header {
  position: absolute;
  z-index: 99;
  left: 40%;
  top: 200px;
}

#logo-img {
  /* height: 300px; */
  -webkit-filter: drop-shadow(5px 5px 30px #222);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  /* margin-right: .5rem; */
  font-weight: 900;
  letter-spacing: -0.125rem;
  border: 3px solid currentColor;
  border-radius: 50%;
  /* filter: drop-shadow(5px 5px 30px #222); */
}

/* outer css */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.pop {
  font-family: "Poppins", sans-serif;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

nav {
  display: flex;
}

.menu {
  display: none !important;
  cursor: pointer;
}

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

.ls-2 {
  letter-spacing: 2px;
}

.service-pot {
  position: relative;
}

.bg-glass {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
}

.text-shadow {
  color: aliceblue;
  filter: drop-shadow(1px 1px 0px black);
}

.contact-pot {
  height: 200px;
  background-color: var(--bs-light);
}

.input-empty {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}

.spinner {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img_ratio {
  aspect-ratio: 1;
  object-fit: contain;
}

.parent-ql {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: center;
}

.div1-ql {
  grid-area: 1 / 1 / 2 / 2;
}

.div2-ql {
  grid-area: 1 / 2 / 2 / 3;
}


/* buttons */
.buttons {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button {
  overflow: hidden;
  margin: 10px;
  padding: 12px 12px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  min-width: 100px;
  display: inline-block;
  box-shadow: 0 5px 20px rgba(22, 22, 22, 0.15);
  color: #5477f5;
  background-color: Snow;
  border: 1px solid #5477f5;
}

.button:hover {
  color: #FFFFFF;
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  border: 1px solid transparent;
}
