@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    color: #222;
    font-weight: 400;
}

/* TOPBAR */
.topbar {
    padding: 14px;
    background-color: #222;
    font-size: 15px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

.topbar a:hover {
    color: #b99bc7;
    text-decoration: none;
}

.purpleicon {
    color: #b99bc7;
}

.pinkbar {
    padding: 30px;
    background-color: #b99bc7;
    color: #fff;
}

/* NAV */
.navbar {
    padding: 20px;
    background-color: #fff;
    letter-spacing: 1px;
}

.nav-item a {
    color: #333;
    font-weight: 500;
}

.nav-item a:hover {
    font-weight: 500;
    color: #b99bc7;
    border-bottom: none !important;
    background: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: #b99bc7 !important;
}

.navbar-nav .nav-link {
    color: #333 !important;
}

.navbar-toggler {
    border: none;
}

.position-inherit {
    position: inherit !important;
}

/* HOME PAGE PARALLAX */
.container-slide {
    max-width: 950px;
    margin: 0 auto;
}

.parallax-01 {
    background-image: url(../images/slide-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 135px;
    padding-bottom: 135px;
    padding-left: 35px;
    padding-right: 35px;
}


.parallax-01 h1,
.parallax-contact h1,
.parallax-reviews h1 {
    color: #FFF;
    font-size: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 800;
    font-style: normal;
}

.parallax-01 h2,
.parallax-contact h2,
.parallax-reviews h2 {
    color: #d3c1db;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    font-style: normal;
}

.parallax-01 p,
.parallax-02 p,
.parallax-contact p,
.parallax-reviews p {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-style: normal;
    font-size: 20px;
}

.parallax-02 {
    background-image: url(../images/parallax-02.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 35px;
    padding-right: 35px;
}

.parallax-02 h1 {
    color: #FFF;
    font-size: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
}

.parallax-02 h2 {
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 300;
    font-style: normal;
}

.parallax-02 h3 {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
}

.parallax-contact {
    background-image: url(../images/parallax-contact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 35px;
    padding-right: 35px;
}

.parallax-reviews {
    background-image: url(../images/parallax-reviews.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 35px;
    padding-right: 35px;
}

.blackcircle {
    background-color: #b99bc7;
    padding: 25px;
}

.has-error .control-label,
.has-error label {
    color: #e56464;
    font-weight: 700;
}

.has-error .form-control,
.has-error .form-select {
    background-color: #f8d7da;
    border: 1px solid #e56464;
}

.has-error .input-group-text {
    background-color: #e56464;
    border: 1px solid #e56464;
    color: #fff;
}

@media (max-width: 768px) {

    .parallax-01,
    .parallax-02,
    .parallax-contact,
    .parallax-reviews {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
}

@media (min-width: 640px) and (max-width: 992px) {

    .parallax-01 h1,
    .parallax-02 h1,
    .parallax-contact h1,
    .parallax-reviews h1 {
        color: #FFF;
        font-size: 40px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-style: normal;
    }

    .parallax-01 h2 {
        color: #b99bc7;
        font-size: 27px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        font-style: normal;
    }

}

@media (min-width: 320px) and (max-width: 640px) {
    .parallax-01 {
        background-image: url(../images/slide-01.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .parallax-01 h1,
    .parallax-02 h1,
    .parallax-contact h1,
    .parallax-reviews h1 {
        color: #FFF;
        font-size: 40px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 700;
        font-style: normal;
        line-height: 40px;
    }

    .parallax-01 h2,
    .parallax-contact h2,
    .parallax-reviews h2 {
        color: #b99bc7;
        font-size: 27px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        font-style: normal;
    }

    .whitebg h1 {
        font-size: 40px;
        font-weight: 700;
        font-style: normal;
        line-height: 40px;
    }

    .pinkbg h1 {
        font-size: 30px;
        font-weight: 500;
        font-style: normal;
        line-height: 40px;
    }

    .pinkbg h2 {
        font-size: 27px;
        font-weight: 500;
        font-style: normal;
        line-height: 30px;
    }
}

/* CONTENT */

.whitebg {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.whitebg h1,
.lightgreybg h1 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
}

.whitebg h2,
.lightgreybg h2 {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
}

.whitebg h4,
.lightgreybg h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #b99bc7;
}

.whitebg a,
.lightgreybg a {
    color: #b99bc7;
    text-decoration: none;
}

.whitebg a:hover,
.lightgreybg a:hover {
    color: #222;
    text-decoration: none;
}

.lightgreybg {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #f5f5f5;
}

.pinkbg {
    background-color: #b99bc7;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
}

.pinkbg h1 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
}

.pinkbg h2 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
}

.blackbg {
    background-color: #222;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.btn-primary {
    color: #fff !important;
    background-color: #b99bc7;
    border-color: #b99bc7;
    font-weight: 500;
    font-style: normal;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #222;
    border-color: #222;
    font-weight: 500;
}

.btn-secondary {
    color: #b99bc7 !important;
    background-color: #222;
    border-color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
}

.btn-secondary:hover {
    color: #222 !important;
    background-color: #b99bc7;
    border-color: #b99bc7;
    font-weight: 500;
    text-transform: uppercase;
}


/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    backdrop-filter: blur(0px);
    transition: all ease-in-out 0.3s;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    padding-left: 60px;
    padding-right: 60px;
}

.box_area .images .text .hover-show {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: 1px;
    opacity: 0.0;
    margin-left: -30px;
    margin-right: -30px;
    transition: all ease-in-out 0.3s;
}

.box_area .images:hover .text .hover-show {
    max-height: 400px;
    overflow: hidden;
    opacity: 1;

}

.box_area .images:hover:after {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.box_area h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.home-boxes {
    background-color: #f8d6ce;
}

.home-boxes h1 {
    font-size: 30px;
    font-weight: 600;
}

.home-boxes h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes h3 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes small {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px !important;
}

.home-boxes p {
    line-height: 27px;
}

.home-boxes hr {
    border-top-color: #aaa !important;
}



/* REVIEWS */

.reviewsbg h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

.reviewsbg h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-style: normal;
}

.reviewsbg h3 {
    font-size: 17px;
    font-weight: 500;
}

.reviews .carousel-item {
    min-height: 190px;
}

.reviews h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    background-color: #000;
}

.reviews .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}

@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 18px;
    }

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }
}

.reviewsbox {
    background-color: #f5f5f5;
    padding: 35px;
    border-radius: 10px;
}

.reviewsbox h3 {
    font-style: normal;
    font-size: 20px;
}

.reviewsbox h4 {
    color: #b99bc7;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}

.reviewsbox small {
    color: #888;
}

.staricon {
    color: #FFFACD;
}

.yellowicon {
    color: #f8d6ce;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    border: none;
}


/* FOOTER */

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 27px;
}

.footer h4 {
    color: #b99bc7;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

.footer a {
    color: #b99bc7;
    text-decoration: none;
}

.footer a:hover {
    color: #222;
    text-decoration: none;
}

.footer hr {
    border-top-color: #ccc !important;
}

.bordergrey {
    border-top: 1px #f5f5f5 solid;
}

.newsitem {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

.newsitem h4 {
    color: #b99bc7;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}

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

/* Whatsapp */
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 8px;
    transition: all ease-in-out .3s;
    z-index: 99999999;
}

.whatsapp:hover {
    color: #25d366;
    background: #ffffff;
}
