@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Gloock&family=Quicksand&family=Staatliches&family=Yeseva+One&family=Rouge+Script&display=swap');
/* 
font-family: 'Gloock', serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Yeseva One', cursive;
*/
@font-face {
    font-family: goord;
    src: url('../fonts/goord.otf');
}

@font-face {
    font-family: midsig;
    src: url('../fonts/Midnight\ Signature\ TTF.ttf');
    font-size: larger;
}



body{
    background-color: #FAF7F0;
    color: #C59E73;
    /* font-family: 'Quicksand', sans-serif; */
}

#footer h3, #footer h5{
    color:#2A2A22;
}
#footer a, #footer p{
    color: #7B6D62;
}

#footer a:hover{
    color: #FAF7F0;
}

h1{
    color: #7B6D62
}

.brand{
    font-family: 'Yeseva One', cursive;
    font-weight: 400;
    letter-spacing: 1px;
}

.brand-2{
    font-family: midsig;
    /* font-weight: 400;
    letter-spacing: 1px; */
}

nav.header{
    position: absolute;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease;
}

nav.stick-nav{ 
    position: fixed !important;
    transition: all 0.3s ease;
    background-color: #FAF7F0;
    color: #C59E73;
    box-shadow: #7b6d6294 0px 25px 20px -20px;
}

nav.header header{
    padding: 1rem 0 !important;
    transition: all 0.3s ease;
}

nav.stick-nav header{
    padding: 0 !important;
    transition: all 0.3s ease;
}

nav.header a{
    color: #fff;
    text-transform: uppercase;
}

.stick-nav a{
    color: #2A2A22 !important;
    transition: all 0.3s ease;
}

section.header{
    background-image: url("../../img/Untitled\ design\ \(34\).png");
    color: #fff;
    background-size: cover;
    background-position-y: center;
}

.header-container-text{
    position: relative;
    padding-top: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 760px;
    height: 100%;
    text-align: center
}

.header-container-text.page{

    min-height: 350px;
}

.stick-nav .border-bottom{
    border-bottom: 1px solid #2a2a22 !important;
} 

.btn-primary{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    /* font-size: 15px; */
}

.btn-primary:hover{
    background-color: #c59e73;
    color: #faf7f0;
    border: 1px solid #c59e73;
    /* font-size: 15px; */
}

.btn:hover{
    background-color: #c59e73;
    color: #faf7f0;
    border: 1px solid #c59e73;
    /* font-size: 15px; */
}

.btn{
    font-weight: 400;
    border-radius: 0;
}

.btn-secondary{
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 0;
}


.btn-secondary.dark{
    border: 1px solid #000;
    background-color: #f8f8f842;
    color: #000;
    border-radius: 0;
}
.btn-secondary:hover{
    border: 1px solid #000;
    background-color:  #f8f8f877;
    color: #000;
    border-radius: 0;
}

.btn-secondary.light{
    border: 1px solid #FFF;
    color: #FFF;
    background-color: #f8f8f842;
}

.icon{
    width: 120px;
    height: 120px;
}

.icon-2{
    /* width: 200px;
    height: 200px; */
}

.card-body{
    /* background-color: #fff4ff; */
}

.section-id {
    display: block;
    color: #7B6D62;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 28px;
}

.section-id-1 {
    display: block;
    color: #7B6D62;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 28px;
}

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

.detail-price {
    margin: 0;
    display: table;
}

.price-name {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0 10px 0 0;
}

.price-name h5, .price-number h5 {
    position: relative;
    line-height: 1;
    margin-bottom: 0;
}

.price-dots {
    position: relative;
    display: table-cell;
    height: 3px;
    width: 98%;
    z-index: 1;
    background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
    background-position: 50% 100%;
    background-size: 5px 2px;
    background-repeat: repeat-x;
}

.price-number {
    display: table-cell;
    width: 1%;
    min-width: 45px;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

button.is-checked{
    border: 1px solid #000;
    background-color: #c59e73;
    color: #faf7f0;
    border-radius: 0;
}



/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 767.98px) { 

    .stick-nav .hide-on-small{ 
        display: none;
    }
    
    .hide-small-screen{
        display: none;

    }

    .header-container-text {
        padding-top: 243px;
    }
}



.button-48 {
    appearance: none;
    background-color: #FFFFFF;
    border-width: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Clarkson,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
  }
  
  .button-48:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #EBEBEB;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
  }
  
  .button-48:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }
  
  .button-48:after {
    background-color: #FFFFFF;
  }
  
  .button-48 span {
    z-index: 1;
    position: relative;
  }
  
  .btn1 {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: #7B6D62 !important;
    border-radius: 0;
    padding: 18px 80px 20px;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, #C59E73, rgb(197 158 115 / 80%), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    /* margin: 0.625rem; */
    border: none;
    height: auto;
    border: 1px solid #7B6D62;
    text-align: center;
  }
  
  .btn1:hover {
    color: #fff !important;
    border: 1px solid rgba(223,190,106,0);
    color: $white;
    background-position: 99% 50%;
  }
  
  .btn1-darkbg {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.3em;
    color: #FAF7F0 !important;
    border-radius: 0;
    padding: 15px 70px 15px;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0), rgb(197 158 115 / 80%), #C59E73);
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    /* margin: 0.625rem; */
    border: none;
    height: auto;
    border: 1px solid #FAF7F0;
    text-align: center;
  }
  
  .btn1-darkbg:hover {
    color: #FAF7F0 !important;
    border: 1px solid #FAF7F0;
    background-position: 99% 50%;
  }
  
  
  .btn2-darkbg {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.3em;
    color: #FAF7F0 !important;
    border-radius: 0;
    padding: 15px 70px 15px;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, #C59E73, rgb(197 158 115 / 80%), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    /* margin: 0.625rem; */
    border: none;
    height: auto;
    border: 1px solid #FAF7F0;
    text-align: center;
  }
  
  .btn2-darkbg:hover {
    color: #FAF7F0 !important;
    border: 1px solid #C59E73;
    background-position: 99% 50%;
  }
  