
/* add font for all*/
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@font-face {
    font-family: 'fontsinha';
    src: url('font/sinhanimsara2012_0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.fontsinha {
    font-family: 'fontsinha', sans-serif;
    font-weight: 400;
}

.carousel {
   
      width: 100vw;
     
}



