/* @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:wght@400;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..700&display=swap'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

.birthstone {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
}

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

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

.azhar::before{
    content: "";
    position: absolute;
    background: #140A07;
    border-radius: 50%;
    width: 80px;
    left: -13px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    height: 61px;
    z-index: -1;
}
.sliders{
    width: 1.7rem;
}
.faqs{
    width: 1rem;
}

.whatsapp{
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 999;
    width: 5rem;
    padding: 1rem;
    border-radius: 50%;
    background: #140A07;
}

.text-custom{
    font-size: 13px;
}