/* @import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */



@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Mukta Malar';
  src: url('/fonts/Mukta_Malar/MuktaMalar-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

/* Roboto Mono */
@font-face {
  font-family: 'Roboto Mono';
  src: url('/fonts/Roboto_Mono/static/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('/fonts/Roboto_Mono/static/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
}


@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/static/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/static/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
}

/* Rubik */
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik/static/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik/static/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
}



.serices-hr-bg{
  background-image: url('/assets/services-hr-bg.png');
  background-size: cover;

  background-repeat: no-repeat;
  
}
.mobile-bg{
  background-image: url('/assets/Services-bg-Div.png');
  background-repeat: no-repeat;

 
}
.oracle-bg{
 background-image: url("/assets/services-oracle-bg.png");
}
.staff-bg{
  background-image: url("/assets/services-staff-augumentation-bg.png");
}
.e-commerce-bg{
  background-image: url("/assets/e-commerce-bg.png");
}