/* --------------- TYPOGRAPHY ---------------  */

@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: normal;
    src: local('Voltaire'), url('fonts/Voltaire-Regular.woff') format('woff');
}



.title-text {
    font-family: 'Voltaire';
}


.gentle-text {
    font-family: 'Voltaire';
    font-size: 40px;
    color: #FF4F74;

}

.banner-body-text {
    font-family: 'Voltaire';
    font-size: 20px;
    color: #F38FB1;
    margin-bottom: 30px;
}

.banner-body-subtext {
    font-family: 'Voltaire';
    font-size: 20px;

}

.header1-text {
    font-family: 'Voltaire';
    font-size: 40px;
}

.header-text {
    font-family: 'Voltaire';
    font-size: 30px;
}

.body-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

/* ------------ TESTIMONIALS -------------  */

.testimonial-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-header {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.testimonial-body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.testimonial-link {
    font-family: 'Poppins', sans-serif;
    color: #6388eb;
    text-decoration: none;
}

.testimonial-link:hover {
    color: #3d4c75;
    text-decoration: none;

}

.testimonial-shadow {
    -webkit-box-shadow: -1px 13px 19px 5px rgba(255, 79, 116, 0.12);
    box-shadow: -1px 13px 19px 5px rgba(255, 79, 116, 0.12);
    margin: 15px;
}



/* ALERT */

.alert {
    position: relative;
    
    padding-right: 1rem;
   

    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    font-family: 'Poppins';
}

/* ------------ SUB BANNER -------------  */

.page-sub-banner {
    color: black;
    width: 100%;

}


/* ------------ IMAGES -------------  */

.paris {
    width: 30px;
    margin: auto;
    display: flex;
    flex: center;
    margin-top: 24px;
}

.about-photo {
    width: 300px;
}

.ad-photo {

    width: 100%;
  
  }

.center-photo {
    display: flex;
    margin: auto;
}


/* ------------ BUTTONS -------------  */



.btn-primary {
    color: #FF4F74;
    /* TEMPORARILY CLOSED VERSION
    color: #ddc7cc; */
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: 'Voltaire';
    font-size: 20px;
    -webkit-box-shadow: -1px 13px 19px 5px rgba(255, 79, 116, 0.12);
    box-shadow: -1px 13px 19px 5px rgba(255, 79, 116, 0.12);

}

.btn-primary:hover {
    color: #fff;
    background-color: #FF4F74;
    border-color: #FF4F74;
    font-family: 'Voltaire';

}

.btn-secondary {
    color: #ffffff;
    background-color: #7f95d1;
    border-color: #ffffff;
    font-family: 'Voltaire';
    font-size: 20px;
    width: 100%;
    -webkit-box-shadow: -1px 13px 19px 5px rgba(57, 146, 255, 0.12);
    box-shadow: -1px 13px 19px 5px rgba(57, 146, 255, 0.12);
}

.btn-secondary:hover {
    color: #fff;
    background-color: #3d4c75;
    border-color: #7f95d1;
    font-family: 'Voltaire';
    animation-delay: 15ms;
}

.btn-booknow {
    color: #FF4F74;
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: 'Voltaire';
    font-size: 20px;
    width: 100%;
    -webkit-box-shadow: -1px 13px 19px 5px rgba(255, 79, 116, 0.12);
    box-shadow: -1px 13px 19px 5px rgba(255, 79, 116, 0.12);
}

.btn-booknow:hover {
    color: #fff;
    background-color: #FF4F74;
    border-color: #FF4F74;
    font-family: 'Voltaire';
    animation-delay: 15ms;
}



/* ------------------ BANNER HERO IMAGE ------------- */

.banner {
    width: 100%;
}

.jumbotron {
    background-image: url(images/banner.png);
    border-radius: 0px;
    width: 100%;
    height: 400px;
    background-position: left;
    margin-bottom: 3em;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}



/* ------------------ FOOTER ------------- */

.page-footer {
    background-color: #FF4F74 !important;

    padding-top: 20px;
    margin-bottom: -3px;
    font-family: 'Voltaire';
    font-size: 22px;


}

.social-icon img {
    width: 32px;

    display: inline-block;
    vertical-align: middle;


}

.social-icon2 img {
    width: 30px;

    display: inline-block;
    vertical-align: middle;


}

.social-icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;

}


.gabe-link {
    color: azure;
}

.gabe-link:hover {
    color: #FF4F74;
    text-decoration: none;
}

.social-icon:hover img {
    /* fill: #c93e5b !important; */


    filter: invert(0.4) sepia(1) saturate(6.4) hue-rotate(298.8deg) brightness(0.5);

}



.social-icon2:hover img {
    filter: invert(0.4) sepia(1) saturate(20) hue-rotate(298.8deg) brightness(0.5);

}

.footer-link2 {
    color: white;
    text-decoration: none;
}

.footer-link2:hover {
    color: #c93e5b;
    text-decoration: none;
}


/* svg :hover {
    fill: red;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  
} */




.secondary-footer {
    background-color: #c93e5b;
    color: azure;

    font-family: 'Poppins';
    font-size: 14px;
}



/* Services Table */
.table td, .table th {
    padding: 0.6rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;