/*
* Theme Style
*/
body {
    margin: 0 auto;
    position: relative;
    background: #000;
    color: #f2f3f4;
    font-family: 'Montserrat', Sans-Serif, serif;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #ac8152;
}

a:focus, a:hover {
    color: #eedaac;
}

.btn {
    --bs-btn-bg: #f2f3f4;
    --bs-btn-hover-bg: #f5f5f5;
    --bs-btn-color: #000;
    --bs-btn-hover-color: #000;
}

.btn-secondary {
    --bs-btn-bg: #f5f5f5;
    --bs-btn-border-color: #e5e5e5;
    --bs-btn-hover-bg: #e5e5e5;
    --bs-btn-hover-border-color: #e5e5e5;
    --bs-btn-color: #000;
    --bs-btn-hover-color: #000;
}

.btn-primary {
    --bs-btn-bg: #f6e27a;
    --bs-btn-border-color: #cb9b51 ;
    --bs-btn-hover-bg: #cb9b51;
    --bs-btn-hover-border-color: #cb9b51 ;
    --bs-btn-color: #000;
    --bs-btn-hover-color: #000;

    background-image: linear-gradient( to right, #a78336 0, #cb9b51 22%, #f6e27a 45%, #ffe1c8 50%, #f6e27a 55%, #cb9b51 78%, #a78336 100% );
}

.btn.active {
    --bs-btn-active-bg: #cb9b51;
    --bs-btn-active-border-color: #cb9b51;
    --bs-btn-active-color: #000;

    background-image: linear-gradient( to right, #a78336 0, #cb9b51 22%, #f6e27a 45%, #ffe1c8 50%, #f6e27a 55%, #cb9b51 78%, #a78336 100% );
}

.pagination-block {
    margin: 15px auto;
}

.pagination {
    --bs-pagination-color: #000;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-color: #f5f5f5;

    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #f6e27a;
    --bs-pagination-hover-border-color: #f6e27a;

    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #cb9b51;
    --bs-pagination-active-border-color: #cb9b51;
}

/* Header */
.header-top {
    background-color: #f6e27a;
    background-image: linear-gradient( to right, #a78336 0, #cb9b51 22%, #f6e27a 45%, #ffe1c8 50%, #f6e27a 55%, #cb9b51 78%, #a78336 100% );
    line-height: 45px;
    text-align: center;
}

.header-top, .header-top a {
    color: #fff;
}

.header-top__container {
    display: flex;
}

.header-top__cell {
    width: 50%;
}

.header-top__cell-left {
    padding-right: 120px;
}

.header-top__cell-right {
    padding-left: 120px;
}

.header-top__cell br {
    display: none;
}

.header-main {
    position: relative;
    background-color: #101010;
    border-bottom: 2px solid #9f7741;
}

.logo {
    position: absolute;
    z-index: 1;
    top: -45px;
    left: calc(50% - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 150px;
    overflow: hidden;
    background-color: #232323;
    background-image:
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner2.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner3.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner4.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line2.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line3.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line4.jpg);
    background-position: left top, top right, right bottom, bottom left, left center, top center, right center, bottom center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
}

.logo img {
    max-height: 120px;
}

.main-nav .navbar {
    padding: 0;
    min-height: 90px;
}

.main-nav .nav-main {
    width: 50%;
    justify-content: center;
    text-align: center;
}

.nav-main__left {
    padding-right: 120px;
}

.nav-main__right {
    padding-left: 120px;
}

.nav-main > li > a {
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-main > li:hover > a, .nav-main > li.active > a {
    background-color: #f6e27a;
    background-image: linear-gradient( to right, #a78336 0, #cb9b51 22%, #f6e27a 45%, #ffe1c8 50%, #f6e27a 55%, #cb9b51 78%, #a78336 100% );
    color: #000;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu .dropdown-toggle::after {
    vertical-align: 0;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.menu_mobile_v1 {
    border-bottom: 2px solid #9f7741;
}

.mean-container .mean-bar {
    background-color: #232323;
}

.mobile_logo {
    justify-content: center;
    background-color: #232323;
    background-image:
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner2.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner3.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-corner4.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line2.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line3.jpg),
            url(../../themes/fnailnew01b/assets/images/bg-logo-line4.jpg);
    background-position: left top, top right, right bottom, bottom left, left center, top center, right center, bottom center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
    height: 120px;
}

.mean-container .mean-nav {
    margin-top: 120px;
    background-color: #101010;
}

.mean-container .mean-nav ul li a {
    border-color: #232323;
}

.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li a.active {
    background-color: #f6e27a;
    background-image: linear-gradient( to right, #a78336 0, #cb9b51 22%, #f6e27a 45%, #ffe1c8 50%, #f6e27a 55%, #cb9b51 78%, #a78336 100% );
    color: #000;
}

/* Footer */
.footer-container {
    padding-top: 30px;
    background: #0e0d13;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer-widget {
    margin: 15px auto;
}

.footer h3 {
    font-family: 'Cookie', cursive;
    font-size: 45px;
}

.footer-address i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ac8152;
}

.footer-address b {
    text-decoration: underline;
}

.footer-map {
    border: 5px solid #ac8152;
    overflow: hidden;
}

.footer-map iframe {
    margin-bottom: -5px;
}

.footer-copyright {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #2e2e2e;
    color: #787878;
}

.footer-copyright p {
    margin: auto;
}

#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#back-top a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    text-align: center;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Main */
.section {
    padding: 45px 0;
}

.mTitle {
    color: #ac8152;
    font-family: 'Cookie', cursive;
    font-size: 45px;
}

.main-header {
    padding: 90px 0 50px;
    background-image: url(../../themes/fnailnew01b/assets/images/bg-page.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    text-align: center;
}

.main-header, .main-header > * {
    position: relative;
}

.main-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.main-header .mTitle {
    font-size: 75px;
    color: #fff;
}

.main-header .mTitle {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.main-header .sTitle {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mBrand {
    color: #ac8152;
    font-size: 48px;
    font-weight: 900;
}

.mBrand span {
    font-weight: normal;
}

.slider-pro {
    overflow: hidden;
}

.sp-slide .sp-name {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.sp-slide .sp-desc {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.sp-slide.sp-selected .sp-name {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.sp-slide.sp-selected .sp-desc {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.section-about {
    background-color: #181616;
    background-image: url(../../themes/fnailnew01b/assets/images/bg-about-new01b.jpg);
    background-size: cover;
}

.section-about .about-content {
    padding-bottom: 30px;
    background: url(../../themes/fnailnew01b/assets/images/bg-about.webp) 0 100% no-repeat;
}

.section-about, .section-about .mTitle {
    color: #fff;
}

.home-product {
    background-color: #181616;
    color: #fff;
}

.section-product .service-item {
    margin: 15px auto;
    text-align: center;
}

.home-service {
    background-image: url(../../themes/fnailnew01b/assets/images/bg-105234108.jpg);
    background-size: cover;
}

.section-service .service-item {
    margin: 15px auto;
    text-align: center;
}

.service-item .cover {
    position: relative;
    display: block;
    overflow: hidden;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-item .cover:hover {
    -webkit-transform: perspective(700px) rotateX(5deg) rotateY(0deg);
    -moz-transform: perspective(700px) rotateX(5deg) rotateY(0deg);
    transform: perspective(700px) rotateX(5deg) rotateY(0deg);
}

.service-item .cover:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;

    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .7s cubic-bezier(0.4, 0, .2, 1);
    -moz-transition: all .7s cubic-bezier(0.4, 0, .2, 1);
    -o-transition: all .7s cubic-bezier(0.4, 0, .2, 1);
    transition: all .7s cubic-bezier(0.4, 0, .2, 1);

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);

    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}

.service-item .cover:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
    -ms-filter: "alpha(opacity=1)";
}

.service-item .cover img {
    width: 100%;
}

.service-item .title {
    margin: auto;
    padding: 30px 15px;
    font-family: 'Cookie', cursive;
    font-size: 35px;

    background-color: #000;
    background-image: url(../../themes/fnailnew01b/assets/images/bg-img-bord-2.png);
    background-size: 100% 100%;
    color: #fff;
}

.service-item .description {
    display: none;
    color: #000;
}

.home-coupon {
    background-color: #000;
    color: #fff;
}

.home-gallery {
    background-color: #181616;
    color: #fff;
}

.gallery-category-tabs, .gallery-category-content {
    margin: 15px auto;
}

.coupon-item, .gallery-item, .giftcard-item {
    position: relative;
    margin: 15px auto;
    border: 3px solid #ac8152;
    overflow: hidden;
}

.coupon-item .cover, .gallery-item .cover, .giftcard-item .cover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coupon-item .cover:hover, .coupon-item .cover:focus,
.gallery-item .cover:hover, .gallery-item .cover:focus,
.giftcard-item .cover:hover, .giftcard-item .cover:focus {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.coupon-item .cover, .gallery-item .cover, .giftcard-item .cover {
    margin: auto;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item .cover {
    padding-bottom: 75%;

    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.gallery-item .cover img {
    display: none;
}

.giftcard-item .promotion {
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(207, 0, 15, 0.9);
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 13px;
}

.gallery-description, .giftcard-description {
    margin: 15px auto;
    text-align: center;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.youtube-wrapper .youtube-player {
    margin: auto;
    background-color: transparent;
}

.section-testimonials {
    background-image: url(../../themes/fnailnew01b/assets/images/bg-105234108.jpg);
    background-size: cover;
}

.section-testimonials .mDesc {
    color: #ac8152;
}

.testimonials-items {
    text-align: center;
}

.testimonials-item {
    margin: 15px auto;
    padding: 15px;
    border: 3px solid #ac8152;
}

.testimonial-carousel-nav-prev, .testimonial-carousel-nav-next {
    margin: 7px;
    padding: 5px 15px;
    display: inline-block;
    line-height: 1;
    background-color: #fff;
    color: #000;
    border: 1px solid #f5f5f5;
}

.location-box {
    margin: 15px auto;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ac8152;
    border-radius: 3px;
}
/*
* Theme Responsive Style
*/
@media (max-width: 575px) {
    .section-about .mTitle {
        font-size: 32px;
    }

    .mBrand {
        font-size: 43px;
    }

    .main-header {
        padding: 30px 0;
    }

    .main-header .mTitle {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .main-header {
        background-attachment: scroll;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .main-header {
        padding: 45px 0;
    }
}
/*
* Contact Page
*/
.contact {
    margin: 50px auto 100px;
}

@media (max-width: 991px) {
    .contact {
        overflow: hidden;
    }
}

.contact__container {
    margin: auto;
    position: relative;
}

.contact__block-1 {
    background: var(--bs-white);
    margin-top: 45px;
    padding: 70px 70px 50px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .contact__block-1 {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media (max-width: 767px) {
    .contact__block-1 {
        padding: 40px 15px;
        position: relative;
        z-index: 1;
    }
}

.contact__block-2 {
    position: absolute;
    right: 90px;
    left: calc(50% + 50px);
    top: 224px;
}

@media (max-width: 991px) {
    .contact__block-2 {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin-top: 30px;
    }
}

.contact__block-3 {
    width: 50%;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .contact__block-3 {
        width: 100%;
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media (max-width: 767px) {
    .contact__block-3 {
        padding-left: 0;
        padding-right: 0;
    }
}

.contact__img img {
    width: 100%;
}

.contact-info {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    max-width: 50%;
}

@media (max-width: 991px) {
    .contact-info {
        min-width: 100%;
    }
}

.contact-info__content {
    padding-left: 45px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .contact-info__content {
        padding-left: 25px;
    }
}

.contact-info__cell {
    margin-bottom: 37px;
}

@media (max-width: 767px) {
    .contact-info__cell {
        margin-bottom: 20px;
    }
}

.contact-info__item h4 {
    font-weight: bold;
    margin: 0;
}

.contact-info__item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

.contact-info__item div img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.contact-form {
    border-radius: 5px;
    padding: 37px 55px 23px;
    line-height: 1;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .contact-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

.contact-form::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--bs-light);
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact-form__content {
    margin-top: 20px;
}

.contact-form__bg {
    display: block;
    width: 377px;
    position: absolute;
    top: -138px;
    right: -84px;
    background: url("../library/global/contact-page/contact-form-bg.png") center no-repeat;
    z-index: -2;
}

.contact-form__bg:after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-bottom: 134.4827586207%;
}

.contact-social {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .contact-social {
        padding: 0 55px;
    }
}

@media (max-width: 767px) {
    .contact-social {
        padding: 0 15px;
    }
}

.contact-social__content {
    margin-top: 15px;
    font-size: 0;
}

.contact-social__content a {
    width: 48px;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .contact-social__content a {
        width: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
/*
* Contact Style
*/
.contact {
    margin: auto;
}

.contact__container {
    color: #000;
}

.contact__block-1 {
    background-color: #fafafa;
}

.contact-info__item h4 {
    font-weight: 500;
}

@media (max-width: 991px) {
    .contact-info {
        min-width: auto;
        max-width: 100%;
    }
}

.contact-form::before {
    background-color: #f5f5f5;
}

.contact-social a {
    margin-right: 5px;
    margin-bottom: 5px;
    width: auto;
}

.contact-social a img {
    margin: auto;
}
/*!
* Freeze Header & Footer
*/
.freeze-header {
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    width: 100%;
}

.freeze-header.with-bg {
    -webkit-box-shadow: 0 1px 2px #f5f5f5;
    -moz-box-shadow: 0 1px 2px #f5f5f5;
    box-shadow: 0 1px 2px #f5f5f5;
}

.freeze-footer {
    position: fixed;
    right: 15px;
    bottom: 75px;
    padding: 0;
    display: inline-block;
    z-index: 1021;
}

.freeze-footer ul, .freeze-footer ul li {
    margin: auto;
    padding: 0;
    list-style-type: none;
}
.freeze-footer ul li + li {
    padding-top: 15px;
}
/*!
* Contact Info
*/
.foh-wrap, .fci-wrap {
    display: inline-table;
    text-align: left;
}

.foh-row, .fci-row {
    display: table-row;
}

.foh-row .foh-date, .foh-row .foh-time,
.fci-row .fci-title, .fci-row .fci-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 15px;
}

.foh-row .foh-date, .fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}
/*
* Custom Style
*/
img {
    max-width: 100%;
}

.pointer, .cursor-pointer {
    cursor: pointer;
}

.relative, .form-control-wrapper {
    position: relative;
}

.timepicker .btn {
    width: auto;
    height: auto;
    line-height: 1;
    background: inherit;
    color: inherit;
    border: inherit;
    box-shadow: inherit;
}

.form-group {
    margin: 15px auto;
}

.form-tooltip-error ul, .form-tooltip-error li {
    margin: auto;
    padding: 0;
    list-style: none;
}

.sp-buttons {
    position: absolute;
    bottom: 0;
}

.social-img-icons img {
    margin: 7px auto;
    max-width: 30px;
}

/* Header */
.menu_mobile_v1 {
    position: relative;
    z-index: 2;
}

/* News */
#toc_container {
    border-color: #f5f5f5;
    background-color: #f2f3f4;
}

.sidebars-news {
    border-color: #f5f5f5;
}

.sidebar-line {
    background-color: #f2f3f4;
}

.sidebar-line:before {
    background-color: #f5f5f5;
}

.news-latest-info a {
    color: #000;
}

.news-tag {
    margin: 7px auto;
}

.sidebars-news h6.latest-info-title {
    color: #fff;
}

/* BEG: banner-slider-video */
.sp-slide .video-item, .sp-slide .youtube-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    z-index: 9999;
}
/* END: banner-slider-video */
