@import 'https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&amp;display=swap';

:root {
    --base-color: #e88fab;
    --dark-gray: #2E3844;
    --medium-gray: #7e8287;
    --light-gray: #ffece7;
    --light-medium-gray: #7e8691;
    --alt-font: 'Marcellus', serif;
    --primary-font: 'Urbanist', sans-serif
}

body {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .3px
}

section {
    padding-top: 100px;
    padding-bottom: 100px
}

.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 16px;
    height: 16px
}

    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        background-color: var(--dark-gray)
    }

.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent
}

.navbar .navbar-nav .nav-link {
    font-size: 19px;
    padding: 50px 12px;
    font-weight: 400;
    letter-spacing: .5px;
}
#book_index {
   background-image: linear-gradient(to bottom right, #eda7bd, #eecdd8, #eecdd8, #eda7bd, #e9bccb);
    line-height: 36px;
    display: block;
    border: 2px solid;
    border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom right, #fff, #e88fab, #e7b7c6);
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    height: 50px;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#book_index:hover
{
    opacity:0.7 !important;
    color:#000 !important;
}
header .navbar-brand img {
    max-height: 100px;
}

header .navbar-brand {
    padding: 10px 0
}
.title-color
{ 
    color: #e88fab; 
}
.text-gradient-san-blue-new-york-red {
    background: url(../images/home/bg-text.webp) center center no-repeat;
    background-size:cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 0px 0px #000);
}

.bg-gradient-blue-ironstone-brown {
    /*background: url(../images/bg-svhome.webp) 0px 50% no-repeat;
    background-size: cover;*/
    background:#d2ebf7;
}
.footer-border
{
    border-bottom:2px solid #333;
    
}
.bg-gradient-blue-ironstone-brown2{
    /*background-image: linear-gradient(to right,#d7ab5f,#d7ab5f);*/
}
.bg-gradient-blue-ironstone-brown-transparent {
    background-image: linear-gradient(to right,rgb(46,56,68),rgba(47,56,68,.7),rgba(70,64,68,.7),rgba(104,74,68,.7),rgba(134,84,68,.7))
}

.bg-gradient-solitude-blue-fair-pink {
    background: url(../images/bg-svhome.webp) center center no-repeat fixed;
    background-size:cover;
    padding-top: 140px;
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(7%,#2E3844),to(transparent));
    background: linear-gradient(to top,#2E3844 7%,transparent 100%)
}

.btn {
    text-transform: inherit;
    font-family: var(--primary-font);
    font-weight: 600
}

    .btn.btn-extra-large {
        font-size: 17px;
        padding: 10px 20px
    }

    .btn.btn-large {
        font-size: 15px;
        padding: 14px 25px
    }

    .btn.btn-medium {
        font-size: 14px;
        padding: 12px 22px
    }

    .btn.btn-small {
        font-size: 13px;
        padding: 11px 22px
    }

    .btn.btn-very-small {
        font-size: 13px;
        padding: 9px 20px
    }

    .btn.btn-base-color {
        color: #000
    }

    .btn.btn-box-shadow.btn-base-color:hover {
        color: #232120
    }

    .btn.btn-base-color:hover {
        color: var(--base-color)
    }

    .btn.btn-transparent-white-light {
        border-color: rgba(255,255,255,.2)
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px
}

.border-radius-rb-50px {
    border-radius: 0 0 50px 0
}

.page-title-extra-small h1 {
    font-size: 4.3rem;
    line-height: 4.3rem
}

.services-box-style-01:hover .box-overlay {
    opacity: .4
}

.interactive-banner-style-01 figure:hover .box-overlay {
    opacity: .7
}

.services-box-style-01 .box-overlay {
    opacity: 0;
    visibility: visible
}

.services-box-style-01:hover .box-overlay {
    opacity: .7
}

.contact-form-style-03 {
    margin-bottom: -85px
}

.right-45px {
    right: 45px
}

.right-minus-45px {
    right: -45px
}

footer .footer-logo img {
    max-height: 100px
}

footer .elements-social .medium-icon li a {
    font-size: 18px
}

footer .elements-social .medium-icon li {
    margin-right: 0
}

footer .nav-link {
    color: var(--white)
}

@media(max-width:1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media only screen and (max-width:1399px) and (min-width:992px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 10px
    }
}

@media(max-width:991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        padding: 7px 0
    }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
        font-size: 30px
    }

    section {
        padding-top: 75px;
        padding-bottom: 75px
    }

    footer ul li {
        line-height: normal
    }

    header .btn.btn-transparent-white-light {
        border-color: #2e3844;
        color: var(--dark-gray)
    }
    .navbar-collapse ul li a.book_index{
        margin-top: 18px;
        line-height: 45px !important;
    }
}

@media(max-width:767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
        font-size: 23px;
    }
    .navbar-collapse ul li a.book_index {
        margin-top: 1px;
        height: 70px !important;
    }
}
