:root {
  --color-primary: #4A2A80;
  --color-secondary: #D4EAF8;
  --colorBlack: #000;
  --color-white: #fff;
  --color-light-black: #231F20;
  --color-light-purple: #AC99C5;
  --color-purple-transparent: rgb(74,42, 128, 0.5);
  --colorBg: #f4f4f4;
  --color-success: #2e7d32;
  --color-error: #c31e2f;
  --color-warn: #ffa500;
  --colorDimBlack: #35363a;
  --primaryFont: 'Bariol Regular';
  --color-black-shade: #231F20;
}

.fixed-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: var(--color-primary);
}
.primary-color {
  color: var(--color-primary) !important;
}
.white-color{
  color: var(--color-white) !important;
}
.purple-color{
  color: var(--color-black-shade) !important;
}
.bg-light-shade {
  background-color: #C5E0E2 !important;
}
.bg-purple{
  background-color: var(--color-black-shade) !important;
}
.bg-purple-transparent{
  background-color: var(--color-purple-transparent) !important;
}
.bg-pink-shade {
    background-color: rgb(243 196 212 / 5%);
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.btn-primary {
  background-color: var(--color-primary);
  padding: 6px 42px;
  font-family: 'Bariol Bold';
  border-radius: 24px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s!important;
  transition: all .3s!important;
  box-shadow: 0 0 0 2px #4a2a80;
}
.btn-primary:hover {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
  /* outline: 2px solid; */
}
.btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
  font-family: 'Bariol Bold';
  border: none;
  border-radius: 14px;
  font-size: 22px;
  line-height: 28px;
}
.btn-secondary:hover {
  background-color: #d4eaf8b2;
}
.btn-transparent {
  background-color: transparent;
  color: var(--color-white) !important;
  padding: 4px 28px;
  font-family: 'Bariol Bold';
  border: 2px solid var(--color-white);
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
.btn-transparent:hover {
  background-color: var(--color-white);
  color: var(--color-primary) !important;

}
a.nav-link.btn-secondary.primary-color {
  padding-top: 10px;
  padding-bottom: 5px;
}
a.nav-link.btn-secondary.primary-color {
  border-radius: 14px;
}
section.home-section-eight a.btn.btn-primary.mt-4 {
  padding-top: 16px;
}
.download-healthcare a.btn.btn-secondary {
  padding-top: 18px !important;
}
/* Font 1 */
@font-face {
  font-family: 'Bariol Regular';
  src: url("../fonts/Bariol_Regular.otf");
}
@font-face {
  font-family: 'Bariol Bold';
  src: url("../fonts/Bariol_Bold.otf");
}
h1,h2 {
  font-family: 'Bariol Regular';
  color: var(--color-white);
}
h1{
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  text-shadow: 0px 2px 20px rgb(0 0 0);
  font-family: 'Bariol Bold';
}
h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 20px rgb(0 0 0);
}
h2 sub {
  bottom: 1.05em;
  font-size: 14px;
}
h4 {
  font-family: 'Bariol Bold';
  color: var(--color-primary) !important;
  font-size: 22px;
  line-height: 26px;
}
h5 {
  font-size: 30px;
  line-height: 42px;
  font-family: 'Boston Skyline Rough';
  font-weight: 700;
}
p {
  font-family: 'Bariol Bold';
  font-weight: 400;
  color: var(--color-light-black) !important;
  font-size: 20px;
  line-height: 22px;
}
ul,li,a {
  font-family: 'Bariol Regular';
  font-weight: 400;
  color: var(--color-white) !important;
  font-size: 20px;
  line-height: 26px;
}
ul li a.nav-link {
  font-family: 'Bariol Regular';
  color: var(--color-white) !important;
  font-size: 16px;
  line-height: 18px;
}
ul li a.nav-link:hover {
  font-family: 'Bariol Regular';
  font-weight: 600;
}

/* Font 2 */
@font-face {
  font-family: 'Boston Skyline Rough';
  src: url("../fonts/Boston_Skyline_Rough.otf");
}
h5,
h6 {
  color: var(--color-white);
}
h3{
  color: var(--color-primary);
  font-family: 'Boston Skyline Rough';
  font-size: 75px;
}
.home-section-two hr {
  border: var(--color-primary);
  height: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* Header Css*/
img.mob-logo {
  margin-top: -20px;
}

/*Collapseble Menu Mobile  */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgb(71 34 109 / 95%);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
a.navbar-brand img.mob-logo {
  width: 100%;
}
.home-section-one {
  background-image: url(../img/neww.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 128px !important; 
  padding: 100px !important;
  /* padding-top: 50px !important; */
  background-position: center;
}

.home-section-two p {
  padding: 0px 105px;
}
.home-section-three h2 {
  color: var(--color-light-purple);
  text-shadow: none;
}
.home-section-four h2 {
  text-shadow: none;
}
.home-section-four {
  background-image: url(../img/feeder.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section-four h3 {
  color: var(--color-white);
  font-size: 130px;
}
.home-section-five h2 {
  color: var(--color-light-purple);
  text-shadow: none;
}
.home-section-five p {
  color: var(--color-white) !important;
  line-height: 26px;
}
.effects-n-tolerance{
  background-image: url(../img/crying.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.feeding-difi{
  background-image: url(../img/crawl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.Savoca-case{
  background-image: url(../img/Savoca-case.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-baby {
  background-image: url(../img/video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:150px;
}
.circle-round {
  border-radius: 50%;
  height: 400px;
  width: 400px;
  margin: 0 20px;
  flex-direction: column;
}
.post-content h2 {
  color: var(--color-white);
  line-height: 26px;
  font-size: 23px;
}
.post-content h4 {
  color: var(--color-white) !important;
  font-size: 20px;
  line-height: 18px;
}
.post-content p {
  font-size: 16px;
  font-family: 'Bariol Regular';
  margin-bottom: 0px;
}
.post-bg-image-one {
  background-image: url(../img/one.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.post-bg-image-two {
  background-image: url(../img/two.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section-six h2 {
  color: var(--color-light-purple);
  text-shadow: none;
}
.home-section-six h4 {
  color: var(--color-white) !important;
}
input.email-subs {
  background-color: rgb(255 255 255 / 25%);
  color: #fff;
  border: #979797;
  padding: 6px;
  width: 270px;
}
input.email-subs::placeholder {
  color: #fff;
}
a.btn.btn-primary.icon-size {
  padding: 5px 15px;
}
.home-footer p {
  font-family: 'Bariol Bold';
  color: var(--color-light-black) !important;
  font-size: 16px;
  line-height: 20px;
}
.footer-ul ul{
  padding-left: 0px !important;
}
.footer-ul ul li {
  color: #000 !important;
  list-style-type: none;
}
.footer-ul ul li a{
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
}
.copyright p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Bariol Regular';
}
.sitemap.footer-ul li a {
  font-size: 16px;
}
.sitemap.footer-ul ul li {
  display: inline;
  padding-right: 20px;
}
.modal-dialog {
  top: 34%;
}
.modal-backdrop.show {
  opacity: 1;
}
button.btn-close {
  background: none;
}
button.btn-close {
  font-size: 20px;
  font-weight: 400;
  color: #fff !important;
  position: absolute;
  right: -5px;
  top: -12px;
  cursor: pointer;
}
.btn-close:hover {
  opacity: 1;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: none;
  border-radius: 4px;
  border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  float: left;
  width: 80%;
  background: rgb(255 255 255 / 30%);
  color:#fff;
}
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: rgb(255 255 255 / 30%);
  color: white;
  font-size: 17px;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  cursor: pointer;
}
form.example button:hover {
  background: rgb(255 255 255 / 30%);
}
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.footer-ul ul li a:hover {
  font-weight: 600;
  color: #4a2a80 !important;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
a.nav-link.btn-secondary.primary-color {
  color: var(--color-primary) !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .home-section-one {
    padding: 0px !important;
    padding-bottom: 40px !important;
    background-position: center;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 26px;
  line-height: 34px;
}
.home-section-two p {
  padding: 0px 0px;
}
}
@media screen and (max-width: 992px) {
  .navbar-light .navbar-toggler-icon {
    background-image: none;
    border: none;
    box-shadow: none;
    outline:0;
  }
  button.navbar-toggler {
    border: none;
    box-shadow: none;
    outline:0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
.navbar-light .navbar-toggler {
  position: absolute;
  right: 30px;
  padding: 5px;
  box-shadow: none;
}
span.navbar-toggler-icon::before {
  content: 'MENU';
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff!important;
  display: inline-block;
  font-family: Bariol,sans-serif!important;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  opacity: 1;
  padding: 0 1rem;
  position: absolute;
  right: 30px;
}
.w-75.mx-auto {
  width: 100% !important;
}
section.home-section-six h2 br {
  display: none;
}
.home-section-six h4 {
  width: 100% !important;
}
.social-media a {
  padding: 0 10px;
}
.sitemap.footer-ul ul li {
  display: block;
  padding-right: 0px;
  padding-bottom: 10px;
}
.textcenter-mob {
  text-align: center;
}
.mb-bottom {
  margin-bottom: 50px;
}
img.image-width-mob {
  width: 60% !important;
}
.home-section-one {
  margin-top: 90px !important;
}
}
@media screen and (max-width: 768px) {
  .home-section-one {
    background-image: url(../img/mobile.png);
    padding-top: 40px !important;
  }
  .main-hero-cont h1 {
    margin-top: 50px !important;
}
  .formula-you-can a {
    width: 65%;
    margin: 8px auto !important;
}
.video-baby {
  padding: 120px;
}
h2.pad-mob {
  padding: 0 20px !important;
}
.feeding-difi p {
  padding: 10px 30px !important;
}
.Savoca-case p {
  padding: 10px 30px !important;
}
ul.mob-mar-bottom {
  margin-bottom: 0px;
}
a.footer-brand img {
  width: 50%;
}
.social-media a {
  padding: 0 15px;
}
.social-media {
  margin-bottom: 20px !important;
}
}
@media screen and (max-width: 640px) {
  .navbar-light .navbar-toggler {
    right: 10px;
  }
  span.navbar-toggler-icon::before {
    right: 10px;
  }
.circle-round {
  height: 330px;
  width: 330px;
}
.home-section-five p {
  line-height: 30px;
}
.home-section-one .container {
  padding-top: 0px !important;
}
/* .home-section-one {
  padding-top: 40px !important;
} */
}
@media screen and (max-width: 480px) {
  .video-baby {
    padding: 80px;
}
.video-baby {
  background-position: bottom;
}
h1 {
  font-size: 36px;
}
.home-section-four {
  background-image: url(../img/feeder-mob.jpg);
}
.feeding-difi {
  background-image: url(../img/crawl-mob.jpg);
}
.Savoca-case{
  background-image: url(../img/Savoca-case-mob.jpg);
}
h2 sub {
  bottom: 0.75em;
  font-size: 12px;
}
.effects-n-tolerance{
  background-image: url(../img/crying-mob.jpg);
  background-position: center;
}
img.play {
  width: 80%;
}
}
@media screen and (max-width: 415px) {
h1 {
  font-size: 30px;
  line-height: 42px;
}
h2 {
  font-size: 20px;
  line-height: 26px;
}
.home-section-three {
  padding: 30px 0 !important;
}
}
