/***** Utilities *****/
.btn-red {
    background-color: red;
    color: #fff;
    padding: 10px 15px;
}

.btn-red:hover {
    background-color: #ffcc00;
    color: #fff;
    font-weight: bold;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: "Marcellus", sans-serif;
}

/***** Navbar *****/

.navbar-brand img {
    scale: 1.6;
}

.navbar {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
}

/***** Floaters *****/

.my-float {
    margin-top: 16px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #0099ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/***** Home *****/

.home {
    height: 100vh;
    position: relative;
}

.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.home-content h1 {
    letter-spacing: 0.75rem;
    font-weight: 650;
    font-size: 2.6rem;
    font-family:sans-serif;
}

.home-content p {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: larger;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    background: #ffcc00;
}

.btn-home {
    margin: 2.5rem auto 0;
    padding: 12px 20px;
}

/***** About *****/

.about {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.about-heading {
    text-decoration: underline red 6px solid;
    margin-bottom: 1rem;
}

.about-img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.ps {
    display: flex;
    margin-bottom: 0.5rem;
}

.ps-num {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    text-align: center;
    background-color: #ffcc00;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

.ps-name {
    font-weight: bold;
    font-size: large;
}

/***** Qualities *****/

.section-qualities {
    background-color: red;
}

.qualities {
    padding-top: 6rem;
    padding-bottom: 8rem;
    color: #fff;
}

.choose-heading {
    text-decoration: underline #fff 6px solid;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.icons {
    font-size: 5rem;
    color: #ffcc00;
}

.qualities-row {
    padding-top: 3rem;
}


/* Services */
.icons-2 {
    font-size: 5rem;
    color: #fff;
}

.services {
    padding-top: 4rem;
    padding-bottom: 6rem;
    color: #fff;
}

.services-heading {
    color: #000;
    text-decoration: underline red 6px solid;
    text-align: center;
}

.services-div-1 {
    background-color: #fff;
    color: #000;
    padding: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.icons-3 {
    font-size: 5rem;
    color: red;
}

.services-div-2 {
    background-color: #ffcc00;
    padding: 2rem;
}

.services-div-3 {
    background-color: red;
    padding: 2rem;
}


/***** Products *****/

.products {
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.products-heading {
    text-decoration: underline red 6px solid;
    text-align: center;
}

.product-info .card {
    border-bottom: 5px solid #ffcc00;
}

.card-img-top-gallery {
    height: 10rem;
    object-fit: cover;
    object-position: center;
  }

.size-icons {
    font-size: 3rem;
    color: #ffcc00;
}

.col-size {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem 2rem;
    margin: 0.3rem;
    border-left: 10px solid red;
    border-radius: 5px;
    margin-bottom: 1rem;
}

/***** Contact *****/

.contact-info-new {
    background: #ffcc00;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 1rem;
}

.contact {
    /* padding-top: 2rem; */
    padding-bottom: 6rem;
}

.contact-row {
    margin-top: 4rem;
}

.contact-a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.contact-col {
    /* background-color: whitesmoke; */
    border-radius: 1rem;
    padding: 1rem 2rem;
    margin: auto 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-icons {
    color: #fff;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    padding: 0.5rem 0.8rem;
    margin: auto 0.5rem;
    border-radius: 25%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.contact-icon-phone {
    background-color: #0099ff;
}

.contact-icon-wa {
    background-color: #25d366;
}

.contact-icon-mail {
    background-color: red;
}

.contact-icon-fb {
    background-color: blue;
}

.contact-icon-ig {
    background-color: #ee2a7b;
}

.contact-icon-loc {
    background-color: #ffcc00;
}


/***** Testimonial *****/
.reviews {
    margin-top: 2rem;
    margin-bottom: 9rem;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #fff !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    transition: .5s;
}

.owl-carousel button.owl-dot {
    border: 1px solid #CCCCCC;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.testimonial-carousel .owl-dot.active {
    background: #ffcc00;
    border-color: #ffcc00;
}

.text-yellow {
    color: red;
}

/***** Footer *****/

.footer-section {
    background-color: red;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #fff;
}

.fc-group a {
    color: #fff;
    text-decoration: none;
}

.footer-info a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 50px;
}

.footer-icons {
    font-size: 25px;
    margin-right: 5px;
}

.footer-heading {
    margin-bottom: 1rem;
    text-decoration: underline #fff 2px;
}


/* Media Queries */

@media (max-width: 768px) {
    .home-content h1 {
        letter-spacing: 0.2rem;
        font-weight: 600;
        font-size: 2rem;
    }

    .product-info {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .card-body-product {
        padding: 0.4rem 0;
    }
}

@media (min-width: 768px) {
    .about-p {
        margin-right: 3rem;
    }
}

@media (max-width: 375px) {
    .home-content h1 {
        letter-spacing: 2px;
        font-weight: 600;
        font-size: 1.5rem;
    }
 
}

@media (max-width: 525px) {
    .row-products {
        padding: 5px;
    }

    .mb-custom {
        margin-bottom: 0.5rem;
    }

    .gallery-img {
        height: 10rem;
    }

    .margin-small-device {
        margin-top: 2rem;
    }

    .home-content p {
        font-size: medium;
        font-family: "Varela Round", sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        background: #ffcc00;
    }
}

.home-content {
    overflow: hidden;
}

.animate__animated.animate__zoomIn {
    animation-delay: 500ms;
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 1s;
}