@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a{
	font-family: 'poppins';
}
.font-w-900{
	font-weight: 900;
}
.font-w-600{
        font-weight: 300;
}
.main-color{
	color: #FB1476;
}
.black-color{
	color: #000;
}
.header {
   transition: all 0.5s;
   z-index: 997;
   background: #fff
}
.header.header-scrolled {
   background: #fff;
   box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.con-padding{
	padding-top: 140px;
}
.navbar-nav .nav-item .nav-link:hover{
	color: #FB1476;
}
.navbar-nav .nav-item .nav-link.active{
	font-weight: 500;
}
.btn-n{
		background-color: #FB1476;
		color: #fff;
		border-radius: 4px;
		font-family: 'Poppins';
		font-size: 14px;
		padding: 0px 30px;
		height: 40px;
		line-height: 37px;
}
.btn-n:hover{
		background-color: #fff;
		border: 1px solid #FB1476;
		color: #FB1476;
}
.btn-n:focus{
		box-shadow: none;
}
.navbar-toggler-icon .fa-bars{
	color: #FB1476;
}
@media (max-width: 1399.98px){
	.main-image{
	width: 100% !important;
}
}
@media (max-width: 991.98px) {
	.navbar-toggler{
		border: 2px solid #FB1476;
}
.navbar-toggler:focus{
		border: 2px solid #FB1476;
		box-shadow: none;
}
.h1-font-mobile{
	font-size: 28px;
}
.h2-font-mobile{
	font-size: 18px;
}
.p-mobile-font{
	font-size: 14px;
}
.ms-mobile{
	margin-left: 0px!important;
}
.me-mobile{
	margin-right: 0px!important;
}
.con-padding {
    padding-top: 120px;
}
}
@media (max-width: 768px) {
.con-padding {
    padding-top: 100px;
}
.order-mobile-1{
	order: 1;
}
.order-mobile-2{
	order: 2;
}
.fs-m{
	font-size: 16px;
}
}
@media (max-width: 500px) {
.logo{
	width: 120px;
}
.navbar-toggler-icon .fa-bars {
    font-size: 18px;
}
.navbar-toggler {
    padding: 0rem 0.2rem;
    font-size: 1.25rem;
    line-height: 1.4;
    }
    .navbar-nav .nav-item .nav-link{
	font-size: 14px;
}
}
