@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@100;200;300;400&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600&display=swap");
@import url("animate.css"); 
@import url("../fonts/fonts.css"); 
body {
    font-family: SansSerifBookFLF, serif;
}

a {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: inline;
    text-decoration: none;
}

.no-pseudo-link {
    position: static;
}

a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0.1em;
    background-color: currentcolor;
    opacity: 0;
    transition: opacity 300ms ease 0s, transform 300ms ease 0s;
}

a:hover::after, a:focus::after {
    opacity: 1;
    transform: translate3d(0px, 0.2em, 0px);
}

a::after {
    overflow: hidden;
    transform: translate3d(0px, -100%, 0px);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Serif 4", serif;
}

.offcanvas {
    max-width: 60%; 
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border: none !important;
}

.btn-underline {
    border-radius: 0px;
    border-bottom: 2px solid currentcolor;
    padding: 0px !important;
}

.bg-primary {
    opacity: 1;
    background-color: rgb(34, 34, 34) !important;
}

.bg-secondary {
    opacity: 1;
    background-color: rgb(241, 238, 233) !important;
}

.bg-dark {
    opacity: 1;
    background-color: rgb(11, 15, 25) !important;
}

p {
    font-size: 1.18rem;
    font-family: "Source Serif 4";
    text-align: justify;
}

.card {
    --bs-card-spacer-y: 2.375rem;
    --bs-card-spacer-x: 2.375rem;
    --bs-card-title-spacer-y: 1rem;
    --bs-card-border-width: var( --bs-border-width);
    --bs-card-border-color: var( --bs-border-color);
    --bs-card-border-radius: var( --bs-border-radius-2xl);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var( --bs-border-radius-2xl) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 1.5rem;
    --bs-card-cap-padding-x: 2.375rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: var( --bs-body-color);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    height: var(--bs-card-height);
    overflow-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.1rem 0.2rem 0px;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    transition: box-shadow 0.2s ease 0s, bottom 0.2s ease 0s;
    bottom: 0px;
    position: relative !important;
}

.card-header, .card-footer {
    width: calc(100% - var(--bs-card-spacer-x)*2);
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.card-hover-primary:hover {
    --bs-heading-color: #fff;
    --bs-body-color: rgba(255, 255, 255, 1);
    border-color: rgb(34, 34, 34);
    box-shadow: rgb(0, 0, 0) 0px 0px 13px -3px;
    bottom: 4px;
    background-color: rgb(101, 92, 82) !important;
}

.card-hover-primary:hover .card-body svg path, .card-hover-primary:hover .card-body svg circle, .card-hover-primary:hover .card-body svg ellipse, .card-hover-primary:hover .card-footer svg path {
    stroke: rgb(255, 255, 255);
}

.card-text {
    font-size: 1rem;
    line-height: 1.3rem;
}

.top-container {
    min-width: 100%;
    min-height: 50px;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgb(199, 195, 189);
    border-bottom: 0.5px solid rgba(195, 169, 128, 0.3);
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    grid-template-columns: 1fr;
}

.top-container .info-wrap {
    display: flex;
}

.top-container .info-wrap .top-content-wrapper {
    align-items: center;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top-container .info-wrap .top-content-wrapper > span {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    color: rgb(13, 35, 66);
    font-family: "Fa solid 900", sans-serif;
    font-size: 16px;
}

.top-container .info-wrap .top-content-wrapper .top-content {
    display: flex;
    flex-direction: column;
}

.top-container .info-wrap .top-content-wrapper .top-content span {
    color: rgb(38, 38, 38);
    font-size: 12px;
    font-weight: 500;
}

.top-container .info-wrap .top-content-wrapper h5 {
    margin: 0px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
}

.top-container .info-wrap .top-content-wrapper h5 a {
    color: rgb(13, 35, 66);
}

.top-container .info-wrap .top-content-wrapper .top-appointment p {
    font-size: 14px;
    font-family: "Source Serif 4", serif;
}

.top-container .info-wrap .top-content-wrapper .top-appointment a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: rgb(13, 35, 66);
}

.top-container .socials-wrapper {
    flex: 1 1 0%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.top-container .socials-wrapper .social-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.top-container .socials-wrapper .social-wrap .navbar-search-icon-2 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-right: 10px;
    padding: 10px;
    font-family: "Fa solid 900", sans-serif;
}

.top-container .socials-wrapper .social-wrap .link-socials:first-child {
    border-left: none;
}

.top-container .socials-wrapper .social-wrap .link-socials {
    color: rgb(255, 255, 255);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    transition-property: color;
    display: flex;
}

.top-container i.fa-solid {
    color: rgb(88, 74, 21);
}

header.header {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    border-bottom: 0.5px solid rgba(195, 195, 195, 0.3);
}

.navbar .navbar-brand:after {
    position: relative;
}

#banner {
    position: relative;
    background: url("../imgs/hero-bg.webp") center top / cover no-repeat;
    min-height: calc(100vh - 112px);
}

#banner::after,
#inner-banner::after,
.bg-app-dark:after {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0.8;
    background: rgb(0, 0, 0);
    z-index: 0;
    backdrop-filter: blur(76px);
}

#banner > .container,
#inner-banner > .container,
.bg-app-dark > .container {
    z-index: 9;
    position: relative;
}

#banner .hero-content {
    padding: 0px;
}

#banner h1 {
    font-family: SansSerifFLF, serif;
    font-size: 3.1em;
    line-height: 1.1;
    letter-spacing: 2px;
    color: rgb(253, 214, 155) !important;
}

#banner .lead {
    letter-spacing: 2px;
}

#banner .btn {
    border-radius: 0px;
    border: none;
    color: rgb(191, 158, 88);
    display: inline-flex;
    align-items: center;
}

#banner .btn:hover {
    background-color: rgb(191, 158, 88);
    color: rgb(34, 34, 34);
}

#banner .btn svg {
    margin-left: 10px;
}

#banner-bottom .feature-box {
    transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
    padding: 20px 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(11, 15, 25, 0.06) 0px 0.275rem 0.75rem -0.0625rem, rgba(11, 15, 25, 0.03) 0px 0.125rem 0.4rem -0.0625rem !important;
}

#banner-bottom h2 {
    color: rgb(51, 51, 51);
    font-size: 60px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 1;
}

#banner-bottom h4 a {
    color: rgb(50, 50, 50);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

#inner-banner {
    position: relative;
    background: url("../imgs/hero-bg.webp") center top / cover no-repeat;
    min-height: 250px;
}

#inner-banner .hero-content {
    padding: 0px;
}

#inner-banner h1 {
    font-family: SansSerifFLF, serif;
    font-size: 3.3em;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 2px;
    color: rgb(253, 214, 155) !important;
}

#inner-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
#inner-banner .breadcrumb .breadcrumb-item a {
    color: #959595;
}
#inner-banner .breadcrumb .breadcrumb-item.active {
    color: #f0f0f0;
}

.bg-app-dark {
    position: relative;
    background: url("../imgs/bg-img.webp") center top / cover no-repeat;
    min-height: 250px;
}

.feature-icon {
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    background-color: #68645e !important;
}

.text-body-emphasis {
    opacity: 1;
    color: #f0f0f0 !important;
}

.block-icon-caption {
    padding: 75px 40px 50px;
}

.block-icon-caption .icon {
    margin-bottom: 20px;
}

.feature-box .spacer {
    border-style: solid;
    border-width: 0px 1px;
    border-color: rgb(204, 204, 204);
    transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.banner-bottom-contact-para {
    margin: 30px 0px;
}

.banner-bottom-contact-para, .banner-bottom-contact-para a {
    font-size: 1.18rem;
    font-family: "Source Serif 4";
    color: #000;
}
.banner-bottom-contact-para a {
    color: #686157!important;
}

section .heading {
    color: rgb(51, 51, 51);
    font-size: 2.4rem;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 1;
}
#home-about-section p.link-content {
    color: #b3b7b6;
}
#home-about-section a {
    color: #686157!important;
}
#testimonials {
    background: rgb(241, 238, 233) url("../imgs/testimonial-bg.webp") top center no-repeat;
    background-size: cover;
    padding: 4rem 0px;
    position: relative;
} 
#testimonials .container {
    position: relative;
    z-index: 9;
}

#testimonials::after{
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 0;
    background: rgb(241 238 233 / 62%);
    backdrop-filter: saturate(180%) blur(6px);
}

/* Forms */
/* ///// inputs /////*/

input:focus ~ label, 
textarea:focus ~ label, 
input:valid ~ label, 
textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
    font-family: "Source Serif 4";
}

label {
    color: #000;
    font-family: "Source Serif 4";
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 1vw;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #68645e4a;
    font-family: "Source Serif 4";
    color: rgb(47, 46, 43);
    border-radius: 4px;
}

input::placeholder,
textarea::placeholder {
    color: #6d6860;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    padding: 1vw;
    border: none;
    border-radius: 4px;
    background: #3b3a38;
    color: #fff;
}

.submit-btn:hover {
    background: #63615e;
}
.submit-btn:active {
    background: #63615e;
    box-shadow: inset 0 4px 6px rgb(0 0 0 / 29%);
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

/* Footer  */
footer#footer {
    color: #fff;    
    font-family: "Source Serif 4", serif;
}
footer#footer a {
    color: #ffffff7f;
}
.f-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
    color: #fff;
}
.f-social a {
    position: static;
    color: #fff !important;
    transition: all 300ms ease;
}
.f-social a:hover {
    color: #fff;
    opacity: 0.6;
}
.f-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.f-list i {
    margin-right: 10px;
}
#footer .fa {
    font-size: 16px;
    color: #ffffff 
}

.copyright-wrapper {
    background: #5c574e;
    text-align: center;
}

@media (min-width: 992px) {
    header.header {
        position: sticky;
        top: 0px;
        z-index: 99;
        height: 62px;
        left: 0px;
        right: 0px;
    }

    .navbar .dropdown-menu-end {
        right: 0px;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.7s ease 0s;
        margin-top: 0px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px 0px;
        border: none;
    }

    .navbar .nav-item {
        font-family: "Source Serif 4", serif;
    }

    .navbar .nav-item:hover .nav-link {
        color: rgb(51, 51, 51);
    }

    .navbar .nav-item:hover a:hover::after, 
    .navbar .nav-item:hover a:focus::after {
        opacity: 1;
        height: 0.3em;
    }
    .navbar .nav-item:hover a.dropdown-item:hover::after, 
    .navbar .nav-item:hover a.dropdown-item:focus::after {
        height: 0.1em;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 100%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: all 0.7s ease 0s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        overflow: hidden;
    }

    .dropdown-item, .offcanvas-body .dropdown-item {
        padding: 10px 26px;
        display: block;
        white-space: nowrap;
        color: rgba(0, 0, 0, 0.9);
        transition: all 0.2s ease 0s;
        position: relative;
        font-size: 0.9rem;
        overflow: unset;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: rgb(245, 245, 245) !important;
        color: rgb(99, 95, 86) !important;
    }
}

@media (max-width: 991px) {
    .top-container {
        display: none;
    }

    .feature-box .spacer {
        border: none;
    }

    #inner-banner {
        min-height: 150px;
    }

    #inner-banner h1 {
        font-size: 2.3em;
    }
}


/* WhatsApp */
.wtp-bottom{
	position:fixed !important;
	bottom:16px;
	right:16px;
	z-index:99999;
}
.wtp-bottom ul{
	margin:0px;
	padding:0px;
}
.wtp-bottom li{
	list-style:none;
}
.wtp-bottom li a{
	display:block;
	width:50px;
	height:50px;
	background: #25D366;
    color: #fff !important;
	border-radius:50%;
	text-align:center;
	    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
}
.wtp-bottom li a:hover{
	background:#16a94d;
}
.wtp-bottom li a i{
    line-height:50px;
	font-size:27px;
}
.top-socials-fftr .wtapp a{
    background: #25D366;
    color: #fff !important;
}
.socials-fftr .wtapp a:hover {
    background: #25D366;
    color: #fff !important;
}
@media (max-width:785px) {
    .wtp-bottom li a i {
        line-height: 50px;
        font-size: 27px;
    } 
    
}

.lang-switcher img {
    margin-left: 8px;
    margin-top: 12px;
    vertical-align: middle;
    border-radius: 2px;
    width: 24px;
    height: 16.5px;
}
