:root {
    --font: 'Montserrat', sans-serif;
    --font-secondary: "Baskervville", serif;
    --ast-main-color: #2d356d;
    --ast-sec-color: #b39773;
    --white: #fff;
    --light-white: #F4F5F6;
}

body {
    font-family: var(--font);
}

.baskervville-regular {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-style: normal;
}
.baskervville-regular-italic {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-style: italic;
}

.text-danger {
    color: #58151c;
}
.text-ap, 
.text-as {
    color: var(--ast-main-color) !important;
}
.text-ap,
.text-ap-color-as {
    font-family: var(--font) !important;
}
.text-as {
    font-family: var(--font-secondary) !important;
}
.text-ap-color-as {
    color: var(--ast-sec-color) !important;
}
.text-15,
.text-18 {
    font-size: 15px !important;
}
.text-20 {
    font-size: 16px !important;
}
.text-25 {
    font-size: 20px !important;
}
.text-30 {
    font-size: 25px !important;
}
@media (min-width: 768px) {
    .text-18 {
        font-size: 18px !important;
    }
    .text-20 {
        font-size: 20px !important;
    }
    .text-25 {
        font-size: 25px !important;
    }
    .text-30 {
        font-size: 30px !important;
    }    
}

.color-ap {
    color: var(--ast-main-color) !important;
}
.color-as {
    color: var(--ast-sec-color) !important;
}
.color-white {
    color: var(--white) !important;
}

.btn-bg {
    color: var(--ast-main-color) !important;
    background-color: var(--ast-sec-color) !important;
}

.p-50-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

a.link {
    color: var(--ast-main-color) !important;
}
a.link:hover {
    color: var(--ast-sec-color) !important;
}

/* Header */
.site-header--menu-left .menu-block .site-menu-main {
    justify-content: center;
}
.site-menu-main .nav-link-item,
.site-menu-main .sub-menu--item {
    font-size: 12px;
}
header.reveal-header {
    background-color: var(--white) !important;
}
.reveal-header .nav-link-item {
    color: var(--ast-main-color) !important;
}
.landing-2-menu.reveal-header .navbar {
    border-bottom: 1px solid var(--white);
}
li.nav-item-has-children:hover > .sub-menu {
    border-top: 3px solid var(--white);
}
header.header-trans {
    background-color: transparent;
}
header.header-custom {
    background-color: var(--white) !important;
}
header.header-trans .nav-link-item,
header.header-custom .nav-link-item {
    color: var(--ast-main-color) !important;
}
.brand-logo img{
    width: 150px;
    height: auto;
}
.site-header .mobile-menu-trigger span,
.site-header .mobile-menu-trigger span::before, 
.site-header .mobile-menu-trigger span::after {
    background-color: var(--ast-main-color) !important;
}
.site-header .menu-block .mobile-menu-head .mobile-menu-close,
.menu-block.active .nav-link-item {
    color: var(--ast-main-color) !important;
}
.header-logo img {
    width: 30%;
}
@media (min-width: 768px) {
    .header-logo img {
        width: 50%;
    }    
}
.header-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-social a {
    display: flex;
    justify-content: center;
}
/*.header-social a > img {
    width: 40%;
}*/

/* Sections */
.section-area {
    padding-top: 115px;
    padding-bottom: 115px;
}
.section-area-inner {
    padding-top: 50px !important;
}
.section-area-inner2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.section-area-inner,
.section-area-inner-pb {
    padding-bottom: 50px !important;
}
.section-area-inner .container,
.section-area-inner2 .container,
.section-area-inner-pb .container {
    border-bottom: 1px solid var(--ast-main-color);
}
@media (min-width: 480px) {
    .section-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 768px) {
    .section-area {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .section-area-inner2 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
}
@media (min-width: 992px) {
    .section-area {
        padding-top: 170px;
        padding-bottom: 170px;
    }
    .section-area-inner2 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
}
.section-bg {
    background-color: var(--light-white) !important;
}
.section-heading {
    text-align: center;
}

/* Content */
.section-content-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-content-area .container {
    border-bottom: 1px solid var(--ast-main-color);
}
.section-area .no-border,
.section-area-inner-pb .no-border,
.section-content-area .no-border {
    border-bottom: none !important;
}
@media (min-width: 768px) {
    .section-content-area {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}

/* Footer */
.footer {
    font-family: var(--font-secondary);
}
.footer-bg {
    background-color: var(--ast-main-color) !important;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 576px) {
    .footer-logo {
        justify-content: start;
    }
}
.footer a.link {
    color: var(--white) !important;
}
.footer a.link:hover {
    color: var(--ast-sec-color) !important;
}
.footer-text {
    text-align: center;
}
.footer-text p {
    color: var(--white) !important;
}
.footer .social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .social a {
    display: flex;
    justify-content: center;
}
.footer .social a > img {
    width: 50%;
}

.footer-color h2,
.footer-color h4,
.footer-color p,
.footer-color li a i,
.footer-color li a svg {
    color: var(--white) !important;
}
.footer-color a.mail {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--white);
    opacity: .9;
}
.footer-color li a i:hover {
    opacity: 1;
}
.footer-opac h2,
.footer-opac h4,
.footer-opac p,
.footer-opac i,
.footer-opac li a i,
.footer-opac li a svg {
    opacity: 0.9;
}
.footer-btn {
    border: 1px solid #fff;
    width: max-content;
}
.footer-btn i {
    transition: transform 0.3s ease;
}
.footer-btn:hover i {
    transform: translateX(5px);
}
.footer-btn:hover i,
.footer-btn:hover p,
.footer-btn:hover a {
    opacity: 1;
}
.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-social-icon-l2 li a i,
.footer-social-icon-l2 li a div.svg {
    transition: border 0.3s ease, padding 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-icon-l2 li a:hover i,
.footer-social-icon-l2 li a:hover div.svg {
    border: 1px solid var(--white);
    border-radius: 50%;
}
@media (min-width: 992px) {
    .footer-social-icon-l2 {
      margin: 0;
    }
}
.footer-social-icon-l2 li a div.svg {
    font-size: 20px;
    color: #1D263A;
    margin: 0px 20px;
}

/* Fonts */
.f-bold, p.f-bold, h1.f-bold, h2.f-bold, h3.f-bold, h4.f-bold, h5.f-bold, h6.f-bold {
    font-weight: 700 !important;
}
.fs-075, p.fs-075, h1.fs-075, h2.fs-075, h3.fs-075, h4.fs-075, h5.fs-075, h6.fs-075 {
    font-size: .75rem !important;
    line-height: 1rem !important;
}
.fs-12, p.fs-12, h1.fs-12, h2.fs-12, h3.fs-12, h4.fs-12, h5.fs-12, h6.fs-12 {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
}
.fs-15, p.fs-15, h1.fs-15, h2.fs-15, h3.fs-15, h4.fs-15, h5.fs-15, h6.fs-15 {
    font-size: 1.3rem !important;
    line-height: 1.7rem !important;
}
.fs-2, p.fs-2, h1.fs-2, h2.fs-2, h3.fs-2, h4.fs-2, h5.fs-2, h6.fs-2 {
    font-size: 1.5rem !important;
    line-height: 2.0rem !important;
}
.fs-3, p.fs-3, h1.fs-3, h2.fs-3, h3.fs-3, h4.fs-3, h5.fs-3, h6.fs-3 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
}
.fs-35, p.fs-35, h1.fs-35, h2.fs-35, h3.fs-35, h4.fs-35, h5.fs-35, h6.fs-35 {
    font-size: 3.5rem !important;
    line-height: 3.9rem !important;
}
@media (min-width: 576px) {
    .fs-15, p.fs-15, h1.fs-15, h2.fs-15, h3.fs-15, h4.fs-15, h5.fs-15, h6.fs-15 {
        font-size: 1.5rem !important;
        line-height: 1.9rem !important;
    }
    .fs-2, p.fs-2, h1.fs-2, h2.fs-2, h3.fs-2, h4.fs-2, h5.fs-2, h6.fs-2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }
}

.fw-600 {
    font-weight: 600;
}

/* Opacity */
.op-75 {
    opacity: .75 !important;
}

/* Overriding */
img,
.image-hover-style-01 {
    border-radius: 0px !important;
}
.content-are-l2-1 .content p {
    opacity: 1;
}
.section__heading p {
    opacity: 1;
}
.btn-style-04::before {
    background: var(--ast-main-color);
}

/* Counter */
.counter-text {
    font-family: var(--font-secondary);
    color: var(--ast-main-color) !important;
    height: 50px;
}
.counter-area-items .count-number h2 {
    margin-bottom: 10px !important;
}
.counter-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .counter-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .counter-area {
        padding-top: 127px;
        padding-bottom: 130px;
    }
}
.counter-area-items {
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .counter-area-items {
        padding-bottom: 80px;
    }
}
.counter-area-items .col-lg-3 {
    margin-bottom: 30px;
}
.counter-area-items .counter-wrapper {
    padding-bottom: 10px;
    border-bottom: 4px solid var(--ast-sec-color);
    transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
    .counter-area-items .counter-wrapper {
        margin-right: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 1600px) {
    .counter-area-items .counter-wrapper {
        margin-right: 60px;
    }
}
.counter-area-items .count-number h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #1D263A;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .counter-area-items .count-number h2 {
        font-size: 48px;
        line-height: 42px;
        margin-bottom: 40px;
    }
}
.counter-area-items .count-content p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #1D263A;
}

/* Home */
.sale img {
    width: 30%;
}

/* WhatsApp */
.whatsapp-float-button {
    background-color: #7FBA27;
    border-radius: 50px;
    bottom: 40px;
    box-shadow: 1px 1px 1px #999;
    color: #fff;
    font-size: 30px;
    height: 50px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 50px;
    z-index: 100;
}
.whatsapp-float-button:hover {
    box-shadow: 2px 2px 3px #999;
}
@media (min-width: 576px) {
    .whatsapp-float-button {
        font-size: 27px;
        height: 45px;
        width: 45px;
    }
}