html,
body {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #FCFCFC;
}

.display-1,
.display-3,
.display-4,
.info-title,
h1,
h2,
.form-label,
.submit-btn {
    font-family: 'Forum', 'Times New Roman', Times, serif;
}

a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    color: grey;
    font-style: italic;
}

.page-title {
    font-weight: bolder;
    letter-spacing: 3px;
    margin: 50px 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

.rates-items li {
    line-height: 3rem;
    letter-spacing: 2px;
    font-size: clamp(1rem, 2.5vw, 1rem);
}

/*NAVBAR*/

.navbar-nav {
    animation: slideDown 1.5s;
}

.nav-link {
    font-family: 'Forum', 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 18px;
}

/*CAROUSEL*/
@media only screen and (min-width: 768px) {
    .carousel-img {
        height: 69vh;
    }
}

/*TITLE QUOTE*/
.title-quote {
    letter-spacing: clamp(1rem, 2.5vw, 2rem);
    margin: 100px 0 100px 0;
    animation: fadeInImg 2s;
}

@media only screen and (max-width: 960px) {

    .title-quote {
        margin: 50px 0 50px 0;
    }
}

/*TITLE ANIMATION*/

.carousel-item {
    animation: fadeInImg 2s;
}

@keyframes fadeInImg {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }

}

@keyframes slideDown {
    from {
        transform: translateY(-220px);
    }

    to {
        transform: translateY(0);
    }
}

/*REVEAL ON SCROLL*/
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/*ABOUT: Home page*/
.about {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    padding-top: 20px;
}

.info-header {
    padding-top: 0;
    font-weight: bold;
}

@media only screen and (max-width: 960px) {
    .info-header {
        margin-top: 22px;
    }
}

.about-shadow {
    box-shadow: 5px 12px 15px rgb(145, 145, 145);
}

/* ABOUT PAGE */
.about-title {
    margin-top: 50px;
}

.about-main {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 0;
}

.about-img-quote {
    width: 100vw;
    height: 600px;
    background: 50% 65%/ cover no-repeat url(https://live.staticflickr.com/65535/52988130653_17d336b48d_o.jpg);
    filter: grayscale(60%);
}

.about-main-quote {
    color: white;
    text-shadow: 2px 2px 2px black;
}

.accordion-body {
    font-size: larger;
}

.accordion-button {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    letter-spacing: 3px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #2C2C2C;
    color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0%) invert(70%);
}

.accordion-button:focus {
    box-shadow: inherit;
}

/*INFO SECTION: Home-Packages*/
.section-white {
    background-color: #FCFCFC;
    margin: 0 auto 100px;

}

.section-grey {
    background-color: #E6E6E6;
    padding: 100px 0 100px 0;
    color: white;
    letter-spacing: 3px;
}

@media only screen and (max-width: 960px) {

    .section-grey {
        margin-top: 100px;
        padding: 100px 0 100px 0;
        margin-bottom: 0;
    }
}

.info-title {
    padding-bottom: 30px;
    color: #2C2C2C;
    letter-spacing: 1rem;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2rem;
}

.links-imgs {
    position: relative;
}

.card {
    border-radius: 0%;
    border: none;
    background-color: #FCFCFC;
}

.link-imgs-top {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.link-img {
    transition: all 0.8s ease;
}

.link-img:hover {
    opacity: 0;
}

.link-img2 {
    filter: grayscale(1);
}

.link-img2,
.link-img {
    padding-bottom: 8px;
}

.card-title {
    margin-top: auto;
    margin-bottom: auto;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    letter-spacing: 8px;
    font-family: 'Forum', 'Times New Roman', Times, serif;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

/* PORTFOLIO */

.portfolio-gallery {
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    animation: fadeInImg 2s;
}

.portfolio-gallery img {
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}

.portfolio-gallery img:hover {
    filter: grayscale(0);
}

/* SERVICES */
.card-body li {
    line-height: 3rem;
    letter-spacing: 3px;
}

.card-body {
    background-color: #ffffff;
    border-bottom: #BFBFBF solid 1px;
    box-shadow: 5px 10px #BFBFBF;

}

.card-services {
    transition: all 1s ease;
}

.card-services:hover {
    transform: translateY(-25px);
}

.rates-pkg {
    padding-bottom: 38px;
    animation: fadeInImg 2s;
}

/* *1st and 3rd SERVICES */
.rates-main,
.rates-main2 {
    background-color: #E6E6E6;
    padding: 50px 0 50px 0;
    margin: 0;
    animation: fadeInImg 2s;
}

.rates-mainymain {
    background-color: #E6E6E6;
    margin-bottom: 50px;
}

.rates-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rates-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rates-img {
    width: 50%;
    height: 550px;
    background: center/ cover no-repeat url(https://live.staticflickr.com/65535/53135693569_73c47ef43a_c.jpg);
}

.rates-content {
    width: 50%;
    min-height: 500px;
    background-color: rgba(48.63, 48.63, 48.63, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: -100px;
}

.rates-content h1 {
    font-weight: lighter;
}

/* *2nd SERVICES* */

.rates-container2 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.rates-img2 {
    width: 50%;
    height: 550px;
    background: center/ cover no-repeat url(https://live.staticflickr.com/65535/53135897775_ca54aaeb14_c.jpg);
    margin-left: -100px;
}

.rates-img3 {
    width: 60%;
    height: 600px;
    background: 25%/ cover no-repeat url(https://live.staticflickr.com/65535/53135897820_8aa8fc0197_b.jpg);
}

.rates-content2 {
    width: 50%;
    min-height: 500px;
    background-color: rgba(48.63, 48.63, 48.63, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
}

/* *all SERVICES* */
@media only screen and (max-width: 768px) {
    .portfolio-gallery img {
        filter: grayscale(0);
        transition: 0.3s ease-in-out;
    }

    .rates-items li {
        line-height: 1rem;
    }

    .rates-container,
    .rates-container2 {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .rates-img,
    .rates-img3 {
        width: 100%;
        height: 400px;
        margin: 0;
    }

    .rates-img2 {
        width: 100%;
        height: 400px;
        margin: 0;
    }

    .rates-content {
        width: 80%;
        margin: 0;
        margin-top: -100px;
        height: 200px;
        overflow: auto;
    }

    .rates-content2 {
        width: 80%;
        margin: 0;
        margin-top: -150px;
        height: 200px;
        overflow: auto;
    }
}

/* CONTACT */
.contact-info {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    letter-spacing: 3px;
}

.contact-email {
    background-color: black;
    color: white;
}

.contact-followme {
    color: black;
}

form {
    font-size: large;
    font-weight: bold;
    letter-spacing: 3px;
}

.form-control {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid #9d9d9d 1px;
    background-color: #FCFCFC;
}

/*FOOTER*/
footer {
    height: 200px;
    background-color: #BFBFBF;
    padding-top: 90px;
    color: #2C2C2C;
}

.bi {
    color: #2C2C2C;
    font-size: 20px;
}

.footer-allrights {
    padding-top: 50px;
}

@media only screen and (max-width: 960px) {

    footer {
        padding: 50px 0 0 0;
        height: 150px;
    }

    .footer-allrights {
        padding-top: 20px;
    }
}