body,
html {
    font-family: poppins;
    overflow-x: hidden;
    /* font-family: "Playfair Display", serif; */
}

.container {
    max-width: 1300px;
}

@font-face {
    font-family: BrittanySignature;
    src: url(../webfonts/BrittanySignature.ttf);
}

.navbar {
    padding-bottom: 0;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-brand img {
    width: 100px;
}

.nav-link {
    border-bottom: 4px solid white;
    /* margin-right: 24px; */
    transition: 0.3s ease;
    padding: 5px 25px 12px !important;
    font-size: 20px;
    color: #545454;
    font-weight: 400;
}

.nav-link:hover {
    color: black;
    border-bottom: 4px solid #eb4027;
}

.nav-active a {
    color: black !important;
    font-weight: 600;
    border-bottom: 4px solid #eb4027;
}

.navbar-nav {
    margin: auto
}

.logo-mob {
    display: none;
}

@media(max-width:991px) {
    .logo-desktop {
        display: none;
    }
    .logo-mob {
        display: block;
    }
}

.baby-whisperer {
    padding: 50px 0;
    background: #f5f6f1;
}

.baby-whisperer h1 {
    font-size: 80px;
    font-weight: 700;
    color: #F16C7C;
}

.baby-whisperer h5 {
    color: #545454;
    font-size: 30px;
    max-width: 480px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.baby-whisperer .btn {
    background: #F16C7C;
    color: white;
    border-radius: 10px;
    padding: 10px 60px;
}

.about {
    padding: 40px 0;
}

.about .content {
    background: #F5F6F1;
    padding: 40px 20px;
    border-radius: 20px;
}

.about h2 {
    color: #F16C7C;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about h2 img {
    width: 50px;
}

.about p {
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 26px;
}

.services {
    padding: 20px 0 60px;
    background: #F5F6F1;
    margin-bottom: -15px;
}

.services img {
    display: block;
    margin: 0 auto 20px;
}

.services h4 {
    color: #F16C7C;
    font-size: 20px;
}

.services p {
    font-size: 15px;
}

.prices {
    padding: 0 0 20px;
    background: #F16C7C;
    margin-top: -10px;
}

.prices p {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 27px;
}

.prices img {
    display: block;
    margin: auto;
}

.testimonials {
    padding: 0 0 10px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #F16C7C;
    opacity: 0.5;
    margin: 0 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F16C7C;
    opacity: 1 !important;
}

.testimonials h2 {
    color: #F16C7C;
    font-size: 40px;
}

.testimonials p {
    font-size: 20px;
    color: #545454;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
}

.testimonials .item .content {
    background: #F5F6F1;
    padding: 20px;
    max-width: 800px;
    margin: 50px auto 0;
}

.testimonials .item .content h5 {
    color: #F16C7C;
    font-size: 24px;
}

.testimonials .item .content p {}

.babies {
    padding: 20px 0 40px;
    background: #F5F6F1;
}

.babies .images {
    max-width: 800px;
    margin: 10px auto;
}

.babies .images img {
    margin-top: 10px;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.babies .images img:hover {
    filter: brightness(0.5);
    cursor: url('../images/hover.png'), auto;
}

.babies .images img:hover:after {
    content: "";
    width: 30px;
    height: 30px;
    background: red url("../images/hover.png") no-repeat -30px -50px fixed;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.babies h1 {
    font-size: 50px;
    font-weight: 600;
}

.babies p {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact {
    padding: 40px 0;
}

.contact h1 {
    color: #F16C7C;
    font-size: 45px;
    margin-bottom: 30px;
}

.contact h4 {
    font-weight: 600;
}

.contact p {
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .baby-whisperer {
        text-align: center;
    }
    .baby-whisperer img {
        margin: 30px auto 0;
        display: block;
    }
    .baby-whisperer h5 {
        margin: 20px auto;
    }
    .about .row {
        flex-direction: column-reverse;
    }
    .about .content {
        margin-bottom: 40px;
    }
    .about .main-img {
        margin: 0 auto;
        display: block;
    }
    .services .col-md-6 {
        margin-bottom: 30px;
    }
    .contact .col-md-6 {
        margin-bottom: 30px;
    }
    #services {
        margin-top: -10px;
        display: block;
    }
}

@media (max-width: 767px) {
    .baby-whisperer h1 {
        font-size: 35px;
    }
    .baby-whisperer h5 {
        font-size: 25px;
    }
    .about .content {
        text-align: center;
    }
    .about h2 img {
        display: block;
        margin: auto;
    }
    .about h2 {
        font-size: 35px;
    }
    .about .content {
        padding: 30px 20px 15px;
    }
    .about p {
        margin-bottom: 20px;
    }
    .testimonials {
        padding: 20px 0 30px;
    }
    .testimonials h2 {
        font-size: 35px;
    }
    .babies h1 {
        font-size: 35px;
    }
    .babies .images .col-6 {
        padding: 5px;
    }
    .contact h1 {
        font-size: 35px;
    }
    .contact .col-md-6 {
        margin-bottom: 10px;
    }
    .contact p {
        font-size: 18px;
    }
}