/* ================= */
/* common class */
/* ================= */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@font-face {
  font-family: "Yeseva One";
  src: url(fonts/Yeseva_One/YesevaOne-Regular.ttf);
}

@font-face {
  font-family: "Lora";
  src: url(fonts/Lora/static/Lora-Regular.ttf);
}

.font_Yeseva_One {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

.font_Lora {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
}

/* .orange_900 {
  color: #7c2d12 !important;
} */

.orange_900 {
  color: #128f99 !important;
}

textarea::placeholder,
input::placeholder {
  color: #128f99 !important;
}

/* .orange_950 {
  color: #431407 !important;
} */

.orange_950 {
  color: #13244a !important;
}

.orange_800 {
  color: #9a3412 !important;
}

.orange_100 {
  color: #ffedd5 !important;
}

.orange_200 {
  color: #fed7aa;
}

.orange_50 {
  color: #fff7ed;
}

.gray_500 {
  color: #adb5bd;
}

.slate_700 {
  color: #334155;
}

.slate_500 {
  color: #64748b;
}

.zinc_900 {
  color: #18181b;
}

.font_90 {
  font-size: 0.9rem;
}

.font_80 {
  font-size: 0.8rem;
}

.font_70 {
  font-size: 0.7rem;
}

.bg_orange_50 {
  background: #fff7ed;
}

.bg_gray_50 {
  background: #f6f6f6;
}

.bg_gradiant_blue_50 {
  background: linear-gradient(to bottom right, #c8daef, #e8f2fa);
}

.bg_gradiant_blue_100 {
  background: linear-gradient(to bottom right, #c8daef, #1cefff);
}

.text-justify {
  text-align: justify;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-504 {
  max-height: 504px;
}

.max-h-470 {
  max-height: 470px;
}

.max-w-100 {
  max-width: 100%;
}

.min-h-91vh {
  min-height: 91vh;
}

/* ================= */
/* navbar section */
/* ================= */

.nav_bg_border {
  border-bottom: 1px solid #7c2d12;
}

/* ================= */
/* hero section */
/* ================= */

.hero_section .hero_bg_img {
  background-image: url(img/bg-flower.png);
  object-fit: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* ================= */
/* beautiful clients section */
/* ================= */
/* .beautiful_clients {
  background: #FFF7ED;
} */

.beautiful_clients .position-relative {
  top: -20px;
  left: 40px;
  margin-right: 40px;
}

/* ================= */
/* downloads app section */
/* ================= */
.bg_orange_950 {
  background: #431407;
}

.download_apps .bg_image {
  background-image: url(img/image\ 32.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: left;
}

/* ================= */
/* contact us section */
/* ================= */

/* .contact_us_sec .cutom_border_color {
  border: 1px solid #431407;
} */

.contact_us_sec .cutom_border_color {
  border: 1px solid #128f99;
}

.contact_us_sec .positon_fixing {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

/* ================= */
/* footer section */
/* ================= */

.footer_bg {
  background-image: url(img/Footer.png);
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_bg_new {
  background-color: black;
}

/* ================= */
/* Coming Soon Page */
/* ================= */

/* First background layer */
.comingsoon_bg_1 {
  background-image: url("img/image32.png");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 94vh;
}
