/* Common css Starts here */
/* Global Container */

.container{
    width:100%;
    max-width:1400px;
    margin:auto;
}

/* Prevent horizontal scroll */

html,
body{
    overflow-x:hidden;
}

/* Smooth scrolling */

html{
    scroll-behavior:smooth;
}

/* Reset */

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

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    color:#222;
}

/* Common Css Ends */


/* Vip Services css */
body{
    font-family:'Poppins',sans-serif;
}

h1,h2,h3,h4{
    font-family:'Cinzel',serif;
}

/* vip servics end */
