@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{
    /* font-family: 'Quicksand', sans-serif; */
}

.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: #FFF;
    color: #000;
}

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: #000 !important;
    transition: all 0.3s ease;
}

section.header{
    background-image: url("../../img/Untitled design (10).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;
}

.btn-primary{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    /* font-size: 15px; */
}

.btn-primary:hover{
    background-color: #fff0f3;
    color: #000;
    border: 1px solid #000;
    /* font-size: 15px; */
}

.btn:hover{
    background-color: #fff0f3;
    color: #000;
    border: 1px solid #000;
    /* 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;
}

.card-body{
    /* background-color: #fff4ff; */
}

.section-id {
    display: block;
    color: #8e8987;
    font-size: 0.9rem;
    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%;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

button.is-checked{
    border: 1px solid #000;
    background-color: #ffffff;
    color: #000;
    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;
    }
}

