/* CUSTOM FONTS FROM GOOGLE ******************/

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

@font-face {
    font-family: 'helvetica_neueblack';
    src: url('../fonts/helveticaneueblack-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* CUSTOM FONTS FROM HOST ********************

@font-face {
    font-family: 'your_own_font2';
    src: local('your_own_font2'), url('../fonts/your_own_font2.woff') format('woff');
}*/

/* CUSTOM COLORS VARIABLES ********************/

:root {
    --main-color: #1B065E;
    --highlight-color: #ff94a1;
}

/* CUSTOM HEADINGS ***************************/
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'Amatic SC', sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1;
    color: var(--highlight-color) !important;
}
/* H2 CUSTOM *********************************

h2 {
    font-size: 52px;
    position: relative;
    margin-bottom: 70px;
}*/

/* H2 UNDERLINE ******************************

h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: var(--highlight-color);
    position: absolute;
    bottom: -30px;
    left: 0;
}
h2.text-center::after, h2[style*="text-align:center"]::after,
.text-center h2::after, [style*="text-align:center"] h2::after {
    transform: translateX(-50%);
    margin-left: 50%;
    left: auto !important;
}*/

/* BOOTSTRAP *********************************/


.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5);
    padding-left: calc(var(--bs-gutter-x) * 3.5);
}
.col-2\.4 {
    flex: 1 0 0%;
    width: auto;
}

/* SLIDE *************************************/

.hero-1 .hero-contents h1 {
    color: var(--main-color);
}

.hero-1 .hero-contents p {
    color: #2d2d2d;
}

.hero-1 .single-slide.bg-cover::before {
    display: none;
}
@media (min-width: 992px) {
    .hero-1::before {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../images/fleur-slider.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        width: 33%;
        height: auto;
        aspect-ratio: 1 / 1;
        bottom: -10px;
        right: 0;
        z-index: 9;
    }
    .hero-1 .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 4.5);
        padding-left: calc(var(--bs-gutter-x) * 4.5);
    }
    .hero-1 .hero-contents p {
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 200;
        line-height: 1.2;
    }
}

.hero-1 .hero-contents {
    padding: 35px 50px;
    margin-top: 3%;
    background: rgba(255, 255, 255, 0.58);
    color: #2d2d2d;
}

@media (min-width: 1601px) {
    .hero-1::before {
        right: 21%;
    }
    .hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
        height: calc(100vw / 2.5);
        min-height: 700px;
        max-height: 1024px;
    }
    .hero-1 .hero-contents {
        padding: 50px 70px;
        margin-top: 33%;
    }
    .hero-1 .hero-contents h1 {
        font-size: 77px;
    }
    .hero-1 .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 8.5);
        padding-left: calc(var(--bs-gutter-x) * 8.5);
    }
}
@media (min-width: 1601px) and (max-width: 1920px) {
    .hero-1 .hero-contents h1 {
        font-size: 62px;
    }
}
@media (min-width: 769px) and (max-width: 1600px) {
    .hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
        height: calc(100vw / 2.2);
        min-height: 600px;
        max-height: 760px;
    }
    .hero-1 .hero-contents {
        padding: 50px;
        margin-top: 12%;
    }
}

/* CUSTOM BUTTONS ****************************/

.btn {
    font-weight: 700;
    text-transform: none;
    font-family: "Amatic SC";
    border-width: 2px;
    border-radius: 15px;
    font-size: 40px;
    background: transparent;
    padding: 15px 70px 15px;
}
.btn:hover {
    padding-left: 82px;
    padding-right: 58px;
}
.btn-primary {
    color: var(--highlight-color);
    border-color: var(--highlight-color);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--highlight-color);
    border-color: #fff;
}

/* SERVICE CARD WITHOUT BORDERS **************

.single-service-card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}*/

/* PARALLAX POLYGON **************************

.parallax-wrap {
    background-color: #434F5B;
    padding: 10vh 10vh 8vh 10vh;
    min-height: 450px;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}*/

/* INVERSE FOOTER COLORS *********************

.footer-2 .footer-widgets-wrapper {
    background-color: #fff;
}
.footer-2 .footer-bottom {
    background-color: var(--main-color);
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
    color: var(--highlight-color)!important;
}
.footer-bottom * {
    color: #fff!important;
}*/
.footer-2 .footer-widgets-wrapper {
    background: linear-gradient(45deg, #092b5e, var(--main-color));
}
#widget-16 p {
    margin: 0;
}
#widget-16 strong {
    font-family: 'Amatic SC';
    font-size: 40px;
    color: #3d4ea9;
}
.widget-main_before .wid-title h3, .widget-main_after .wid-title h3, h2 {
    font-size: 4rem;
    margin-bottom: 0;
}
.widget-main_before .wid-title h3 + h5, .widget-main_after .wid-title h3 + h5, h2 + h5 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--highlight-color);
    font-size: 2.8rem;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 100px;
}
.widget-main_before .wid-title h3 + h5::after, .widget-main_after .wid-title h3 + h5::after, h2 + h5::after {
    content: url(../images/sep.png);
    width: 402px;
    height: 43px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -50px;
    left: 50%;
}

#page-1 .content h2 {
    font-family: 'helvetica_neueblack';
    line-height: 1;
}
.banner-wrap {
    min-height: 366px;
}
.image {
    border-radius: 20px;
}
.main-img {
    position: relative;
}
.main-img img {
    position: relative;
    z-index: 2;
}
.main-img::after {
    content: '';
    width: 97%;
    height: 97%;
    background: linear-gradient(45deg, #fcaea0, #f7beb9);
    display: block;
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 1;
    border-radius: 20px;
}
.widget-main_before {
    margin-bottom: 8em;
}
.widget-main_after {
    margin-top: 8em;
}
@media (min-width: 1366px) {
    .main-article {
        background: url(../images/fleur-left.png) no-repeat top left;
    }
}
section.content {
    background: url(../images/fleur-footer.png) no-repeat bottom -10px right;
}


#widget-4 hr {
    visibility: hidden;
}
#widget-4 a:not([href^="tel"])::before {
    content: '\f041';
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
#widget-4 a[href^="tel"]::before {
    content: '\f095';
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}

footer .image {
    border-radius: 0 !important;
}