/*
    Theme Name: Maria Flor
    Theme URI: 
    Description: Maria Flor Theme
    Author: 
    Author URI: 
    Version: 1.0.0
    Text Domain: mariaflor
*/

/****************************************
    FONTS
****************************************/

/* Geist */
@font-face {
    font-family: "Geist";
    src: url('assets/fonts/Geist/statics-woff/Geist-UltraLight.woff2') format('woff2'),
         url('assets/fonts/Geist/statics-woff/Geist-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Geist";
    src: url('assets/fonts/Geist/statics-woff/Geist-Light.woff2') format('woff2'),
         url('assets/fonts/Geist/statics-woff/Geist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Geist";
    src: url('assets/fonts/Geist/statics-woff/Geist-Medium.woff2') format('woff2'),
         url('assets/fonts/Geist/statics-woff/Geist-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Geist";
    src: url('assets/fonts/Geist/statics-woff/Geist-Regular.woff2') format('woff2'),
         url('assets/fonts/Geist/statics-woff/Geist-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Geist";
    src: url('assets/fonts/Geist/variable-woff/Geist-Bold.woff2') format('woff2'),
         url('assets/fonts/Geist/variable-woff/Geist-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Mersad */
@font-face {
    font-family: 'Mersad';
    src: url('assets/fonts/Mersad/WebPS/Mersad Bold.woff2') format('woff2'),
         url('assets/fonts/Mersad/WebPS/Mersad Bold.otf') format('opentype');
             font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}


body {
    background:#0F0F0F;
    overflow-x: hidden;
}
body * {
    font-family: "Geist";
    color: #fff;
    font-weight: 300;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 *,
body h2 *,
body h3 *,
body h4 *,
body h5 *,
body h6 * {
    font-family: "Mersad";
    margin-top: 0;
}

body p {
    margin-top: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

body input,
body textarea {
    outline: none;
}

/****************************************
    GRID
****************************************/

/****************************************
    Buttons
****************************************/
.btn {
    box-sizing: border-box;
    border: 1px solid rgb(179, 139, 89);
    border-radius: 12px;
    color: rgb(255, 255, 255);
    font-family: Geist;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    width: 243px;
    height: 48px;
    -webkit-transition: background .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: background .25s cubic-bezier(.4, 0, .2, 1) !important;
    cursor: pointer;
    display: flex;
    align-items:center;
    justify-content: center;
}
.btn:hover {
    background: rgb(179, 139, 89);
}
@media screen and (max-width: 767px) {
    .btn {
        display: block;
    }
}

/****************************************
    HEADER
****************************************/
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 15px;
    -webkit-transition: padding-top .25s cubic-bezier(.2, 0, .2, 1), background .25s cubic-bezier(.2, 0, .2, 1)  !important;
    transition: padding-top .25s cubic-bezier(.2, 0, .2, 1), background .25s cubic-bezier(.2, 0, .2, 1)  !important;
    z-index: 1000;

    background-color: #000;
    height: 175px;
}
body.admin-bar header.header {
    top: 32px;
}
header.header .header-wrap {

}


/* Logo */
header.header .header__logo .header__logo--logo {
    position: relative;
    display: block;
    height: 50px;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
header.header .header__logo .header__logo--logo .logo {
    position: absolute;
    height: 100%;
}


/* primary-menu */
header.header .header__logo+.header-navigation {
    margin-top: 24px;
}
header.header .header-navigation #primary-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
header.header .header-navigation #primary-menu .menu-item {
    margin: 0 65px;
    list-style: none;
}
header.header .header-navigation #primary-menu .menu-item a {
    font-family: Mersad;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}
header.header .header-navigation #primary-menu .menu-item.current-menu-item a {
    border-bottom: 1px solid rgb(179, 139, 89);
}
header.header .header-navigation #primary-menu .menu-item a:hover {
    color: rgb(179, 139, 89);
}

/****************************************
    FOOTER
****************************************/

footer.footer {
    background: rgba(179, 139, 89, 0.1);
    color: #fff;
    padding: 57px 0;
}
footer.footer .footer-container {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
footer.footer .footer-container .footer-navigation {
    padding: 0 70px;
    margin-bottom: 10px;
}
footer.footer .footer-container .footer-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items:center;
}
footer.footer .footer-container .footer-navigation .menu .menu-item+.menu-item {
    margin-left: 43px;
}
footer.footer .footer-container .footer-navigation .menu .menu-item a {
    font-family: Geist;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.5px;
}
footer.footer .footer-container .footer-navigation .menu .menu-item a:hover {
    color: rgb(179, 139, 89);
}
footer.footer .footer-container .footer--socials {
    padding: 0 70px;
    margin-bottom: 10px;
}
footer.footer .footer-container .footer--socials .social__medias {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items:center;
}
footer.footer .footer-container .footer--socials .social__medias .social__medias--item+.social__medias--item {
    padding-left: 20px;
}
footer.footer .footer-container .footer--socials .social__medias .social__medias--item a .social__medias--item-ico {
    width: 26px;
    height: 26px;
    display: block;
    background-image:contain;
    background-repeat:no-repeat;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
}
footer.footer .footer-container .footer--socials .social__medias .social__medias--item a:hover .social__medias--item-ico {
    opacity: .7;
}
footer.footer .footer-container .footer__copyright {
    padding: 16px 70px 0;
    border-top: 1px solid rgb(179, 139, 89);
    font-family: Geist;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
footer.footer .footer-container .footer-contacts,
footer.footer .footer-container .footer__copyright {
    width: 100%;
}


/****************************************
    BANNERS
****************************************/

/* Home Banner */
.banner.banner-home {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner.banner-home .banner__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

/* Single Banner */
.banner.banner-single {
    height: calc(100vh - 175px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner.banner-single .banner__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.banner.banner-single .banner__content .banner__content--title {
    font-family: Mersad;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
}
.banner.banner-single .banner__content .banner__content--subtitle {
    font-family: Geist;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}



/****************************************
    Sections Default
****************************************/
section.section {
    overflow: hidden;
}
section.section .section-title {
    font-family: Mersad;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
section.section .section-description {
    font-family: Geist;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0px;
}
section.section .section-btn {
    margin-top: 30px;
}


/* section section__contentimage */
section.section.section__contentimage .content__image--content {
    padding-top: 50px;
    max-width: 400px;
}
section.section.section__contentimage .content__image--content .section-description {
    font-weight: 100;
}
section.section.section__contentimage .content__image--images .content__image--image {
    display: block;
    height: 100%;
    width: 100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
section.section.section__contentimage .content__image--images .content__image--image+.content__image--image {
    margin-left: 10px;
}

/* triple-images */
section.section.section__contentimage.triple-images {
    height: 410px;
    margin-top: 210px;
    margin-bottom: 210px;
}
section.section.section__contentimage.triple-images .content__image--content {
    padding-top: 50px;
    max-width: 400px;
}
section.section.section__contentimage.triple-images .content__image--images {
    display: flex;
    height: 410px;
    width: 725px;
    transform: translateX(-5px);
}

/* single-image */
section.section.section__contentimage.single-image {
    height: 450px;
    margin-top: 140px;
    margin-bottom: 140px;
}
section.section.section__contentimage.single-image .content__image--content {
    padding-top: 90px;
    max-width: 490px;
}
section.section.section__contentimage.single-image .content__image--images {
    display: flex;
    height: 450px;
    width: 640px;
    transform: translateX(-15px);
}

/* content form */
section.section.section__contentimage.contentform {
    min-height: 500px;
}
section.section.section__contentimage.contentform .content__image--content {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.section.section__contentimage.contentform .content__image--images {
    display: flex;
    height: 100%;
    min-height: 500px;
    width: 640px;
    transform: translateX(-15px);
}

/* section section__image */
section.section.section__image {
    height: 450px;
    position: relative;
}
section.section.section__image .section__image-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
section.section.section__image .section__image-image.mobile {
    display: none;
}

/* section section__texttiles */
section.section.section__texttiles {
    padding-top: 42px;
    padding-bottom: 107px;
}
section.section.section__texttiles .texttiles .texttile {
     width: 480px;
}
section.section.section__texttiles .texttiles .texttile:nth-child(2) {
    margin-left: 200px;
}
section.section.section__texttiles .texttiles .texttile:nth-child(3) {
    margin-left: 400px;
}
section.section.section__texttiles .texttiles .texttile+.texttile {
    margin-top: 25px;
}
section.section.section__texttiles .texttiles .texttile .texttile-title {
    font-family: Mersad;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;    
    position: relative;
    margin-bottom: 5px;
}
section.section.section__texttiles .texttiles .texttile .texttile-title:after {
    content:'';
    display: block;
    background: rgb(179, 139, 89);
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: 5px;
    left: 0;
}
section.section.section__texttiles .texttiles .texttile .texttile-content {
    font-family: Geist;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

/* section section__services */
section.section.section__services .services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}
section.section.section__services .services .service {
    width: 33.3335%;
    padding: 0 9px;
}
section.section.section__services .services .service .service_content {
    padding: 130px 20px 160px 28px;
    height: 650px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
section.section.section__services .services .service .service_content:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
    z-index: -1;
    height: 97px;
    background-image: url(images/logo-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section.section.section__services .services .service .service_content--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.section.section__services .services .service .service_content--image:after {
    content:'';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.section.section__services .services .service .service_content .service_content--title {
    font-family: Mersad;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 13px;
}
section.section.section__services .services .service .service_content .service_content--content {
    font-family: Geist;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 15px;
    min-height: 160px;
}
section.section.section__services .services .service .service_content .service_content--link {
    color: rgb(179, 139, 89);
    font-family: Geist;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration-line: underline;
}


/* section section__servicetiles */
section.section.section__servicetiles {
    padding: 64px 0 8px;
}
section.section.section__servicetiles .service-tiles {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}
section.section.section__servicetiles .service-tiles .service {
    padding: 12px 9px;
    width: 50%;
}
section.section.section__servicetiles .service-tiles .service .service_content {
    padding: 100px 55px;
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
section.section.section__servicetiles .service-tiles .service .service_content .service_content--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.section.section__servicetiles .service-tiles .service .service_content .service_content--image:after {
    content:'';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.section.section__servicetiles .service-tiles .service .service_content .service_content--title {
    font-family: Mersad;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 3px;
}
section.section.section__servicetiles .service-tiles .service .service_content .service_content--content {
    font-family: Geist;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

/* section section__talk */
section.section.section__talk {
    padding-top: 140px;
    padding-bottom: 140px;
}
section.section.section__talk .section-title,
section.section.section__talk .section-description {
    text-align: center;
}
section.section.section__talk .section-btn {
    margin-left: auto;
    margin-right: auto;
}






/* section section__contactinfo */
section.section.section__contactinfo {
    padding-top: 160px;
    padding-bottom: 160px;
}
section.section.section__contactinfo .contact__information--content {
    max-width: 600px;
}
section.section.section__contactinfo .contact__information--content+.contact__information-info {
    margin-top: 50px;
}
section.section.section__contactinfo .contact__information-info {
    display: flex;
    flex-wrap: wrap;
}
section.section.section__contactinfo .contact__information-info .contact__info--link {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
section.section.section__contactinfo .contact__information-info .contact__info--link:before {
    content:'';
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: rgb(179, 139, 89);
    margin-right: 23px;
    background-position:center;
    background-repeat:no-repeat;
}
section.section.section__contactinfo .contact__information-info .contact__info--link.email:before {
    background-image:url(images/icons/ico-email.svg);
}
section.section.section__contactinfo .contact__information-info .contact__info--link.phone:before {
    background-image:url(images/icons/ico-phone.svg);
}
section.section.section__contactinfo .contact__information-info .contact__info--link .contact__info--link-label,
section.section.section__contactinfo .contact__information-info .contact__info--link .contact__info--link-value {
    font-family: Geist;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
section.section.section__contactinfo .contact__information-info .contact__info--link+.contact__info--link {
    margin-left: 85px;
}



body:not(.home) {
    padding-top: 175px;
}