/* Base */

    @font-face {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(../fonts/Poppins-Regular.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(../fonts/Poppins-SemiBold.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Prata';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(../fonts/Prata-Regular.woff2) format('woff2');
    }
    
html,
body {
    font-family: 'Poppins', sans-serif, arial, verdana;
    font-weight:500;
    font-size: 100%;
    line-height: 1.625rem;
    color: #000000;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    transition: all .2s;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

::selection {
    background-color: rgba(255, 238, 0, 0.25);
    text-shadow: none
}

a {
    color: #a57a6b;
    text-decoration: none;
    transition: all .2s;
}

a:hover,
a:focus {
    color: #a57a6b;
    transition: all .2s;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

input,
button {
    outline: none
}

select {
    /*-webkit-appearance: none;
  -moz-appearance: none;*/
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

/* Bootstrap modifications */

.btn {
    font-size: 18px;
    line-height: 56px;
    border-radius: 200px;
    border: 4px solid;
    padding: 0 2.5rem;
    transition: all .2s;
    font-weight: 600;
    height: 56px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.btn:hover {
    transition: all .2s;
    text-decoration: none;
    opacity: .9;
}

.btn-primary {
    background-color: #a57a6b;
    border-color: #a57a6b;
    color: #fff;
}

.btn-primary:first-child:hover,
:not(.btn-check)+.btn-primary:hover,
.btn-primary:hover {
    background-color: #a57a6b;
    border-color: #a57a6b;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #a57a6b;
    border-color: #a57a6b;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.btn-secondary {
    background-color: transparent;
    border:0;
    border-bottom: 4px solid #a57a6b;
    color: #000;
    border-radius:0;
    padding: 0;
}

.btn-secondary:first-child:hover,
:not(.btn-check)+.btn-secondary:hover,
.btn-secondary:hover {
    background-color: transparent;
    border-color: #a57a6b;
    color: #000;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: #a57a6b;
    color: #000;
    box-shadow: none;
    text-decoration: none;
}

.btn-info {
    background-color: #fff;
    border-color: #f2c4b5;
    color: #000;
}

.btn-info:first-child:hover,
:not(.btn-check)+.btn-info:hover,
.btn-info:hover {
    background-color: #fff;
    border-color: #f2c4b5;
    color: #000;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #fff;
    border-color: #f2c4b5;
    color: #000;
    box-shadow: none;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
    font-size: 17px;
}

.navbar-nav .nav-link:hover {
    color: #a57a6b;
    text-decoration: none;
}

.navbar-nav .nav-link b {
    color: #f3c8b9;
}

.form-control {
    padding: 0 1rem;
    height: 48px;
    line-height: 48px;
    color: #000;
    border-color: #949494;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #a57a6b;
}

.form-check-input {
    border-color: #949494;
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #a57a6b;
    border-color: #a57a6b;
}

.modal-content {
    border-radius: 0;
}

.btn-close {
    position: absolute;
    right: -8px;
    top: -8px;
    background-color: #fff;
    opacity: 1;
    padding: .45rem;
}

.btn-close:hover {
    opacity: 1;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #fcf4f1;
}

/* Slick modifications */

.slick-prev, .slick-next {
    width: 14px;
    height: 24px;
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    width: 14px;
    height: 24px;
    display: block;
    background: transparent url(../images/icon-arrow.svg) center no-repeat;
    background-size: cover;
}

.slick-prev::before,
.slick-next::before {
    content: "";
}

.slick-next {
    transform: scaleX(-1);
}

.slick-prev {
    left: -38px;
}

.slick-next {
    right: -38px;
}

/* Animated hamburger menu */

.navbar-toggler {
    border: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    width: auto;
    opacity: 1;
    transition: all .2s;
    z-index: 103;
    right: 6px;
    top: 12px;
    position: absolute;
    right: 15px;
    top: 23px;
}

.scrolled .navbar-toggler {
    opacity: 1;
}

.navbar-toggler .inline-svg,
.navbar-toggler .inline-svg rect {
    width: 40px;
    height: auto;
    position: relative;
}

.navbar-toggler .inline-svg path {
    fill: #8c6354;
    transition: all .2s;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.svg-menu-toggle {
    fill: #8c6354;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

.svg-menu-toggle .bar {
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    transform-origin: 20px 10px;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.svg-menu-toggle .bar:nth-of-type(1) {
    transform-origin: 20px 10px;
}

.svg-menu-toggle .bar:nth-of-type(3) {
    transform-origin: 20px 20px;
}

.svg-menu-toggle.active path {
    fill: #f3c8b9;
    opacity: 1;
    transition: all .2s;
}

.svg-menu-toggle.active .bar:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0) translateX(0);
}

.svg-menu-toggle.active .bar:nth-of-type(2) {
    opacity: 0;
}

.svg-menu-toggle.active .bar:nth-of-type(3) {
    transform: rotate(45deg) translateY(0em) translateX(0em);
}

/* Site */

.content-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.svg path {
    transition: all .2s;
}

header .logo {
    width: 120px;
    height: auto;
}

h1 {
    font-size: 72px;
    color: #a57a6b;
    font-family: 'Prata', sans-serif, arial, verdana;
    max-width: 65%;
}

h1 span {
    font-size: 56px;
    line-height: 68px;
    color: #000;
    display: block;
}

h2 {
    font-family: 'Prata', sans-serif, arial, verdana;
    font-size: 48px;
}

h3 {
    font-family: 'Prata', sans-serif, arial, verdana;
    font-size: 26px;
}

/* Main */

.hero {
    position: relative;
    text-align: right;
}

.hero-content {
    position: absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

.hero-content p {
    margin: 0;
    background-color: #fff;
    border-left: 16px solid #f3c8b9;
    font-size: 18px;
    padding: 2rem;
    display: inline-block;
}

.hero-content .btn {
    margin: 1rem 0 3rem;
}

.intro span {
    color: #a57a6b;
    font-weight: bold;
}

.intro a {
    text-decoration: underline;
}

.intro a:hover {
    text-decoration: none;
}

.intro h2 span {
    color: #f2c4b5;
}

.main-info {
    position: relative;
    background-color: #faeae5;
    padding: 4rem 0;
}

.main-info::before {
    content: "";
    display: block;
    position: absolute;
    width: 500%;
    left:-340%;
    top:0;
    bottom:0;
    background-color: #faeae5;
}

.main-info h3 {
    margin: 0 0 2rem 0;
}

.main img,
.main-info * {
    position: relative;
    z-index: 1;
}

.services h3 {
    color: #8c6354;
    height: 64px;
    overflow: hidden;
}

.services .svg {
    width: auto;
    height: 64px;
    margin: 2rem auto 1.5rem;
}

.services .svg path {
    fill:#e5b6a7;
}

.services .row.text-center>div {
    position: relative;
}

.services .row.text-center .btn {
    position: absolute;
    left:50%;
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%);
}

.aboutme {
    position: relative;
    background-color: #faeae5;
}

.introduction {
    padding:0 3rem;
}

.aboutme::after {
    content: "";
    display: block;
    width:500%;
    position: absolute;
    right:-500%;
    top:0;
    bottom:0;
    background-color: #faeae5;
}

.newsletter {
    background-color: #ede4e1;
}

.newsletter h2 {
    margin: 0;
}

.newsletter h2 span {
    color: #a57a6b;
    display: block;
}

.newsletter-input {
    border:2px solid #a57a6b;
    background-color: #fff;
    display: inline-block;
    padding: 0;
    width: 85%;
}

.newsletter input {
    border: 0;
    height: 56px;
    line-height: 56px;
    width: calc(100% - 125px - 2rem);
}

.newsletter button {
    border: 0;
    background: transparent;
    font-weight: bold;
    color: #000;
    width: 125px;
}

.social {
    max-width: 1920px;
    margin: 0 auto;
}

.social .row:last-child {
    background-color: #a57a6b;
}

.social .svg {
    display: block;
    width: auto;
    height: 48px;
    margin: 0 auto 1rem;
}

.social .svg path {
    fill:#fff;
}

.social a {
    color: #fff;
    font-size: 18px;
}

.social a:hover {
    text-decoration: none;
}

.slick-quotes .slick-list {
    margin: 0 -.5rem;
}

.quote-item {
    border: 2px solid #e8deda;
    padding: 2rem;
    margin: 0 .5rem;
}

.quote-item p {
    margin: 0;
}

footer {
    padding: 2rem 0;
}

footer img {
    width: auto;
    max-height: 160px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    display: inline-block;
    color: #a3a3a3;
}

footer a {
    color: #000;
}

footer ul li a {
    color: #a3a3a3;
    padding-left: 2rem;
}

/* Subpages */

.page-static {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.page-static h1 {
    text-align: center;
    max-width: none;
    background-color: #fcf4f1;
    display: inline-block;
    margin: 0 auto 3rem;
    padding: 1rem 3rem;
    border-radius: 8rem;
}

.page-prices .table-responsive {
    max-width: 992px;
    margin: 0 auto;
}

/* Responsive CSS */

@media (max-width:767.98px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    h1 {
        line-height: 1;
        font-size: 14vw;
        margin-top: .5rem;
        max-width: 100%;
        text-align: left;
    }

    h2 {
        font-size: 28px;
        margin: 2rem 0 0;
    }

    h1 span {
        font-size: 8vw;
        line-height: 1.3;
    }

    .hero-content {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }

    .hero-content .btn {
        margin: 0 auto 2rem;
        width: 256px;
        display: block;
    }

    .hero-content img {
        max-width: 250%;
        margin-left: -10%;
    }

    .hero-content p {
        padding: .5rem 1rem;
        text-align: left;
        border-left-width: 8px;
        font-size: 16px;
        position: relative;
        margin-left: -12px;
        max-width: none;
    }

    .main img {
        max-width: calc(100% + 24px);
        margin-left: -12px;
    }

    .main-info {
        padding: 2rem 0 0;
        margin-bottom: -1rem;
    }

    .main-info h3 {
        margin: 0 0 0.5rem 0;
    }

    .services h3 {
        height: auto;
        font-size: 22px;
    }

    .services .row.text-center .btn {
        position: relative;
        left: auto;
        transform: none;
        top: auto;
        margin: 2rem auto 0;
    }

    .aboutme {
        margin: 0 -12px;
    }

    .introduction {
        padding: 0 1.5rem 2rem;
    }

    .newsletter input {
        width: 100%;
        text-align: center;
    }

    .newsletter button {
        width: 100%;
        padding: 1rem;
        background: #a57a6b;
        color: #fff;
    }

    .social .col {
        width: 50%;
        flex: auto;
    }

    .social .row .col:last-child {
        width: 100%;
    }

    .page-static {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .page-static {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .page-static h1 {
        display: block;
        margin: 0 -12px;
        padding: 1rem;
        border-radius: 0;
        font-size: 12vw;
    }

}

@media (min-width:768px) and (max-width:991.98px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 36px;
    }

    h1 {
        font-size: 50px;
    }

    h1 span {
        font-size: 32px;
        line-height: 36px;
    }

    .hero {
        margin: 0 -36px;
    }

    .hero-content {
        right: 2rem;
    }

    .hero-content p {
        border-left-width: 8px;
        font-size: 14px;
        padding: 1rem;
    }

    .hero-content .btn {
        margin: 0 0 1rem;
    }

    .introduction {
        padding: 2rem;
    }

    .social .col {
        width: 33.333333%;
        flex: auto;
    }

}

@media (max-width:991.98px) {
        
    .content-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    header .logo {
        width: 70px;
    }

    footer ul li {
        display: block;
    }

    footer ul li a {
        padding-left: 0;
    }

    .navbar-collapse {
        background-color: #fcf1ed;
        margin: .5rem -36px 0;
    }

    .navbar-brand {
        padding: 0;
    }

}

@media (min-width:992px) and (max-width:1199.98px) {

    h1 {
        font-size: 48px;
    }

    h1 span {
        font-size: 42px;
        line-height: 46px;
    }

    h2 {
        font-size: 40px;
    }

    .hero-content .btn {
        margin: 1rem 0 2rem;
    }

    .hero-content p {
        border-left-width: 12px;
        font-size: 16px;
        padding: 1rem;
    }

    .introduction {
        padding: 2rem 1rem 2rem 0;
    }

    .aboutme img {
        max-width: 115%;
        margin-left: -15%;
    }

    .social a {
        color: #fff;
        font-size: 16px;
    }

}