/* HTML ELEMENTS */
body {
    /* font-family: 'Montserrat', sans-serif; */
}

p {
    color: black;
}

/* Headings */
.big-heading {
    font-weight: bold;
    line-height: 1.5;
    font-size: 3.5rem;
}

/* Title Section */
#title {
    background-color: #e4dbc9;
    /* background-image: url("../src/images/Logo1.png"); */
    color: black;
    text-align: left;
}

.container-fluid {
    /* padding: 3% 15%; */
}

.navbar-brand {
    /* font-family: 'Ubuntu', sans-serif; */
      font-family: 'Sacramento', cursive;
    color: black;
    font-size: 2.5rem;
    font-weight: bold;

}

.navbar {
    padding: 0 0 4.5rem;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: light;
    color:black;
}

.download-button {
    margin: 5% 3% 5% 0;
}

.title-image {
    width: 60%;
    transform: rotate(25deg);
    position: relative;
    left: 50px;
}

/* Features Section */
#features {
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    /* text-align: left; */
}

.feature-headings {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.5rem;
}

.container {
    padding: 5%;
}

.feature-icon {
    color: #C49F4F;
    font-size: 3rem;
}

.feature-icon:hover {
    color: #e4dbc9;
    font-size: 3rem;
}

/* testimonials */
#testimonials {
    text-align: center;
    background-color: ;
    color: black;
}

.testimonial-text {
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
}

.carousel-item {
    padding: 7% 15%;

}

.testimonial-image {
    border-radius: 100%;
    width: 10%;
    margin: 20px 20px 50px;
}

/* Press Section */
#press {
    background-color: #C49F4F;
    text-align: center;
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
}

/* pricing section */
#pricing {
    /* padding: 100px; */
    text-align: center;
}

.dog-names {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.5rem;
}

.pricing-heading {
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
}

.pricing-column {
    padding: 3% 2%;
}

.prices {
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
}

/* Contacts Section */
#cta {
    background-color: #e4dbc9;
    text-align: center;
    padding: 50px 300px 50px 300px;
}

.last-h3 {
    color: black;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
}

/* Footer Section */
#footer {
    text-align: center;
    background-color: white;
    padding-top: 100px;
}

.footer-icons {
    margin: 20px 10px;
}

/* media Query Start */
@media (min-width:1175px) {
    #title {
        height: 620px;
    }
}

@media (max-width:992px) {
    #title {
        text-align: center;
    }

    .title-image {
        position: static;
        transform: rotate(0deg);
    }
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
/* End Of CSS */