/* ======= Default style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    color: #797370;
    line-height: 1.75;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    height: 100%;
    background: #f1e8df;
}
a {
    color: #797370;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    color: #797370;
    text-decoration: underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Petit Formal Script", serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2em;
}
p {
    margin: 0 0 20px;
    color: #797370;
    line-height: 1.75em;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
b,
strong {
    color: #797370;
}
.mr-10 {
    margin-right: 10px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-0 {
    padding-top: 0;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}

.section-logo {
    position: relative;
    margin: -45px auto;
    width: 90px;
    height: 90px;
    z-index: 10;
    opacity: 1;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fbf6f1;
    z-index: 10000009;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 65px;
    height: 65px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid #f4e7db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #cb9d55;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-lightbrown {
    background-color: #fbf6f1;
}
.bg-lightbrown2 {
    background-color: #f1e8df;
}
.bg-white {
    background-color: #fff;
}


/* ======= Parallax Header style ======= */
.parallax-header {
    min-height: 60vh;
    background-position: center;
    background-position: 50% 0 !important;
}
.parallax-header h5,
[data-overlay-dark].parallax-header h5 {
    font-family: "Petit Formal Script", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
}
.parallax-header h5 span,
[data-overlay-dark].parallax-header h5 span {
    color: #cb9d55;
    font-size: 12px;
    margin: 0 10px;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    color: #fff;
    line-height: 1.25em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-bottom: 30px;
}
.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
    color: #cb9d55;
}
.parallax-header[data-overlay-dark] p,
.parallax-header p {
    position: relative;
    font-family: "Jost", sans-serif;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@media screen and (max-width: 991px) {
    .parallax-header[data-overlay-dark] h1, .parallax-header h1 {
        font-size: 32px;
    }
}


/* ======= Section-Padding style ======= */
.section-padding {
    padding: 100px 0;
}
.section-padding h6 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #232323;
    border-bottom: 2px solid rgb(203,157,85,0.5);
    display: inline;
}


/* ======= Panel style ======= */
.panel {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}
.panel .panel-item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding: 0 20px 20px 20px;
    position: relative;
}
.panel .panel-item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
        border-radius: 5px;
}
.panel .panel-item:hover .img img {
    transform: scale(0.95);
}
.panel .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background: #cb9d55;
    border-radius: 5px;
}


/* ======= Button Link style ======= */
.panel .panel-item .link-btn {
    display: inline-block;
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.panel .panel-item .link-btn.blck {
    color: #232323;
    padding: 20px 0 0 0;
    text-decoration: none;
}
.panel .panel-item .link-btn.lght {
    color: #797370;
    padding: 20px 0 0 0;
    text-decoration: none;
}
.panel .panel-item .link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #cb9d55;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding: 0;
}
.panel .panel-item .link-btn.lght:before {
    background-color: #cb9d55;
}
.panel .panel-item:hover .link-btn::before {
    width: 100%
}


/* ======= Footer style ======= */
.footer {
    position: relative;
}
.footer .item {
    position: relative;
}
.footer .item h1 {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    color: #232323;
    line-height: 1.25em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-bottom: 30px;
}
.footer .item h1 span {
    color: #cb9d55;
}
.footer .item h5 {
    font-family: "Petit Formal Script", serif;
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    margin-bottom: 45px;
}
.footer .item h5 span {
    color: #cb9d55;
    font-size: 12px;
    margin: 0 10px;
}


@media screen and (max-width: 991px) {
    .footer .item h1 {
        font-size: 40px;
    }
}


/* ======= Purchase style ======= */
.purchase-content a {
    text-decoration: none;
}
.purchase-trigger {
    position: fixed !important;
    left: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: #FFF !important;
    background: #232323;
    z-index: 999;
    bottom: 25px;
    transform: translateY(0);
    transition-delay: 0.4s
}
.purchase-trigger:hover,
.purchase-trigger:focus,
.purchase-trigger:active {
    color: #FFF !important
}
.purchase-trigger-img {
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 30px;
    transition: all .4s;
    text-align: center;
}
.purchase-trigger-img img {
    max-width: 30px;
    height: auto;
}
.purchase-trigger-text {
    padding: 14px 0 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    transition: all .4s;
    visibility: hidden;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    color: #FFF;
}
.purchase-trigger:hover .purchase-trigger-text {
    width: 125px;
    visibility: visible;
    padding: 14px 14px 14px 0
}


/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 9px 30px;
    border: 1px solid #cb9d55;
    border-radius: 30px;
    background-color: #cb9d55;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
    font-size: 18px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-1 i,
.button-1 i {
    font-style: normal;
    font-size: 18px;
    padding-right: 5px;
    color: #fff;
}
.button-1:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #232323;
    transform: translate3d(0px, -6px, 0.01px);
    text-decoration: none;
}
.button-1:hover span {
    color: #fff;
}

.button-1:focus,
.button-1:focus span {
    color: #232323;
}

/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 9px 30px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
    font-size: 18px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-2 i,
.button-2 i {
    font-style: normal;
    font-size: 18px;
    padding-right: 5px;
    color: #fff;
}
.button-2:hover {
    border: 1px solid #cb9d55;
    background-color: #cb9d55;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
    text-decoration: none;
}
.button-2:hover i,
.button-2:hover span {
    color: #fff;
}
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 9px 30px;
    border: 1px solid #cb9d55;
    border-radius: 30px;
    background-color: #cb9d55;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
    font-size: 18px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-3 i,
.button-3 i {
    font-style: normal;
    font-size: 18px;
    padding-right: 5px;
    color: #fff;
}
.button-3:hover {
    border: 1px solid #232323;
    background-color: #232323;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
    text-decoration: none;
}
.button-3:hover i,
.button-3:hover span {
    color: #fff;
}
.button-1:focus {
    color: #fff;
    text-decoration: none;
}
.button-1:hover:focus {
    color: #232323;
    text-decoration: none;
}
.button-2:focus, 
.button-2:hover:focus {
    color: #fff;
    text-decoration: none;
}
.button-3:focus, 
.button-3:hover:focus {
    color: #fff;
    text-decoration: none;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 60px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "themify";
    content: '\e627';
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #cb9d55;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #cb9d55;
}
.progress-wrap svg.progress-circle path {
    stroke: #cb9d55;
}

/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #797370;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Media Query style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
}
