@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*{
    margin:0 !important;
    padding:0;
    scroll-behavior: smooth;
    list-style:none;
    text-decoration:none !important;
    box-sizing: border-box;
}
:root{

}
h1,h2,h3,h4,h5,h6{
     font-family: "Josefin Sans", sans-serif;
}
p{
    color:#615a5a;
     font-family: "Josefin Sans", sans-serif;
}
.overlay{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:#00000038;
    z-index:1;
}
.banner-cont{
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    
}
.primary-headinng{
    font-size:54px;
    font-weight: 600;

}
.justify-text{
    text-align: justify;
}
.customlist{
list-style-type: disc;
 color:#615a5a;
}
.pa-box{
    height:150px;
}
.reviews-wrap{
    width:100%;
    background: whitesmoke;
    /* height:150px; */
}
.footer-links{
    text-decoration:none;
    color:black;
}