@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    margin: 0;
    overflow-x: hidden;
}
 .text-danger{
	color: #af0a03 !important;
}
.text-warning{
    color: #cca870 !important;
}

.nips-logo{
	width: 50px;
	height: 50px;
}
.hero-section{
	position: relative;
}
.hero-section2{
	position: absolute;
	bottom: 15px; 
	right: 0px; 
	width: 240px;
  text-align: center;
	z-index: 1000;
}

.carousel-caption {
  padding-bottom: 7rem !important;
}
.hero-nips-logo {
  width: 150px !important;
}
.Nurture-Home-Logo{
    width: 200px !important;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


/* About pagee css start here */
.about {
	height: 100vh; /* Full screen height */
	background-image: url(../img/about-bg.jpeg);
	background-size: cover; /* Make image cover entire section */
	background-position: center;
	background-repeat: no-repeat;
	display: flex; /* Enable flexbox */
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	text-align: center;
  }
  .about h1 {
	font-size: 62px;
	font-weight: 700;
  }

.footer-ul ul li a{
	list-style-type: none !important;
	  text-decoration: none;
	  color: #b6b3b3 !important;
	  font-size: 15px !important;
  }
  .contact-footer {
	color: #b6b3b3 !important;
  }



  @media only screen and (max-width: 767px) {
	.hero-section2{
		position: absolute;
		bottom: 10px; 
		right: 0px; 
		width: 80px; 
	}
    .carousel-caption {
    padding-bottom: 1.25rem !important;
    }
      .hero-nips-logo {
      width: 50px !important;
        }
        .Nurture-Home-Logo{
            width: 55px !important;
        }
      .carousel-caption p{
        font-size: 12px !important;
        margin: 0px;
       }
       .carousel-caption h2{
        font-size: 14px !important;
        margin: 0px;
    }
  }

    @media only screen and (max-width: 375px) {
	.hero-section2{
		position: absolute;
		bottom: 10px; 
		right: 0px; 
		width: 70px; 
	}
    .carousel-caption {
    padding-bottom: 1rem !important;
    }
      .hero-nips-logo {
      width: 45px !important;
        }
        .Nurture-Home-Logo{
            width: 50px !important;
        }
  }



