* {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
}

/* top navbar css start */
.top-navbar {
    position: relative;
    z-index: 9999;
    padding: 15px 0;
    background-color: #853712;
}

.mobile-no {
    display: flex;
    align-items: center;
    line-height: 37px;
}

.top-social-icons ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-bottom: 0;
}

.number {
    margin-right: 30px;
}

.number i {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.number a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}

.email i {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}


.email a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}

.top-social-icons ul li a {
    color: #000;
    font-size: 17px;
}

.top-social-icons ul li {
    background-color: #fff;
    border-radius: 42px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
}


/* top navbar css end */



/* *************navbar Css Start************ */
.navbar-collapse {
    justify-content: end;
}

.dropdown-container {
    display: none;


}

.dropdown-btn {
    padding: 15px 9px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
}

li.nav-item {
    padding: 7px;
}

button.dropdown-btn {
    display: none;
}

.nav-item a {
    color: #853712;
    font-size: 19px;
    font-weight: 500;
}

.navbar {
    padding: 12px;

}

.nav-item:hover .dropdown-menu {
    display: block;
    padding: 0;
}

ul.dropdown-menu.meg-menu {
    width: 230px;
}

.logo img {
    width: 100%;
    max-width: 235px;
    filter: brightness(0);
}
nav.scrolled .logo img {
    width: 100%;
    max-width: 235px;
    filter: none;
}
.nav-item {
    position: relative;
    display: inline-block;
}

ul.dropdown-menu a {
    font-weight: 400;
}

.navbar-nav>li.active>a {
    color: #853712;
}

.nav-link:hover {
    color: #853712;
}

a.dropdown-item:hover {
    background-color: #853712;
    color: #fff;
}

ul.dropdown-menu.meg-menu {
    position: relative;
    right: 0;
}


nav.scrolled a.nav-link {
    color: #fff;
}



nav.scrolled {
    background-color: #853712 !important;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top .5s;
    z-index: 999;
}

nav.navbar.navbar-expand-lg {
    background-color: #fff;
}

/* *************navbar Css End************ */



/* banner slider css start */

section.banner-slider {
    /* margin-top: 90px; */
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    z-index: 32;
    right: 0;
    width: 100%;
}

.banner-sub-content {
    position: absolute;
    top: 180px;
    left: 250px;
}

.banner-content img {
    width: 100%;
    max-width: 846px;
    position: absolute;
    right: 0;
}

.banner-sub-content h6 {
    color: #fff;
}

.banner-sub-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 35px;
}

a.theme-btn {
    text-decoration: none;
    color: #000;
    padding: 10px 35px;
    font-size: 18px;
    background-color: #e3d87c;
    border-radius: 15px 0;
    font-weight: 600;
}

.carousel-control-next {
    left: 100px !important;
}

.carousel-control-next,
.carousel-control-prev {
    top: 85% !important;
    width: 5% !important;
    opacity: 8 !important;
}

.carousel-indicators {
    z-index: 99 !important;
}

/* banner slider css end */



/* about css Start */
section.about {
    padding: 60px 0 30px;
}

.about-detail {
    padding: 25px;
}

.about-detail h5 {
    color: #000;
    margin-bottom: 20px;
}

.about-detail h1 {
    color: #000;
    margin-bottom: 20px;
    font-size: 30px;
}

.about-detail p {
    text-align: justify;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 30px;
}

/* about css end */



/* package css start */


section.package {
    padding: 25px 0;
}

.package-heading {
    margin-bottom: 30px;
}

.package-heading h1 {
    color: #000;
    font-size: 35px;
}

.package-img img {
    width: 100%;
    height: 400px;
}









/* package css end */



/* Services css Start */


.services-product-img {
    position: relative;
    margin-bottom: 20px;
}

.services-product-img img {
    height: auto;
    width: 100%;
}

span.rating {
    float: right;
}

span.rating i {
    color: #f5c60d;
    font-size: 12px;
}

.single-grid-product__category-rating {
    margin-bottom: 10px;
}

h3.single-grid-product__title a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}


section.services {
    padding: 60px 0 30px;
}

.services-product-detail {
    padding: 5px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 2px #dfdcdc;
}

.services-product-description {
    padding: 0 8px;
}

/* Services css end */





/* overview css Start */

.overview-product {
    position: relative;
}

.overview-img img {
    width: 100%;
}

.overview-detail {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 47%;
}


.overview-detail h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.overview-detail h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

/* overview css end */




/* video section css start */
.hgt_vd {
    width: 100%;
    height: 350px;
}

section.videos {
    padding: 70px 0 50px;
}


/* video section css end */


/* img-slider section css start */


.slider {
    display: flex;
    height: 350px;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 16px;
    transform: scroll(calc(var(--i, 0)/var(--n)*-100%));
    scroll-behavior: smooth;
}

.slider::-webkit-scrollbar {
    height: 5px;
    width: 150px;
    display: none;
}

.slider::-webkit-scrollbar-track {
    background: transparent;
}

.slider::-webkit-scrollbar-thumb {
    background: #888;
}

.slider::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slider img:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    transition: .5s ease-in-out;
}

.slide {

    position: relative;
}

.slider .slide img {
    height: 100%;
    width: 245px;
    margin: 0 10px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.control-prev-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
}

.control-next-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
}

.slide img.zoomed {
    width: 500px;
    height: 600px;
    position: fixed;
    left: 25%;
    top: 0%;
    z-index: 1000;
    transform: scale(1) translatey(0) !important;
    transition: .5s ease-in-out;

}

@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
    }

    .slide {
        padding: 16px 10px;
    }

    .slide img {
        margin: 0;
    }

    .control-prev-btn {
        top: 37%;
    }

    .control-next-btn {
        top: 37%;
    }
}

section.img-slider {
    position: relative;
}


/* img-slider section css end */


/* form css start */

.form-left {
    padding: 20px;
    background-color: #853712;
}

.form-header h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.form-info {
    width: 100%;
    padding: 7px 10px;
}

button.btn-form.btn-primary {
    background-color: #e3d87c;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 7px 2px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 20px 0;
}

.main-form {
    padding: 50px;
}

.left-img {
    text-align: center;
}

.left-img img {
    width: 100%;
    margin-top: 50px;
}

/* form css end */


/* footer css start */
footer.end-footer {
    background-color: #853712;
    padding: 60px 50px;
}




.footer-detail p {
    text-align: justify;
    color: #fff;
}

.link h2 {
    color: #fff;
    font-size: 22px;
}

.link ul {
    padding-left: 0;
    list-style: none;
}

.link ul li {
    padding: 6px 0;
}

.link ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.footer-info h2 {
    color: #fff;
    font-size: 22px;
}

ul.contact-info {
    padding-left: 0;
    list-style: none;
}

ul.contact-info li i {
    color: #fff;
    font-size: 16px;
}

ul.contact-info li {
    color: #fff;
    padding: 10px 0;
}

ul.contact-info li a {
    color: #fff;
    text-decoration: none;
}

ul.social-icon {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.social-icon li a i {
    color: #fff;
    font-size: 20px;
}

.footer-detail img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 210px;
}

/* footer css end */


.services-product-img.gallery {
    margin-bottom: 0;
    padding: 2px;
}

section.map {
    overflow: hidden;
}

.page-padding {
    padding: 60px 0px;
}

.ft-section-title-2 {
    margin: 0 auto;
    max-width: 580px;
    margin-bottom: 10px;
}

.ft-section-title-2 .sub-title {
    font-size: 22px;
    font-weight: 700;
    color: #853712;
}

.ft-section-title-2 h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
}

.ft-contact-cta-items {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #853712;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-top: 5px solid #853712;
}

.ft-contact-cta-items .ft-contact-cta-icon {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 8px;
    background-color: #fff;
}

.ft-contact-cta-items .ft-contact-cta-icon i {
    font-size: 45px;
    color: #853712;
}

.ft-contact-cta-items .ft-contact-cta-text {
    max-width: 330px;
}

.ft-contact-cta-items .ft-contact-cta-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

.ft-contact-cta-text.headline.pera-content p {
    margin-bottom: 0;
    color: #fff;
}

.ft-contact-cta-items:hover {
    border-top: 5px solid #e3d87c;
}

.page-padding .main-form {
    padding: 10px;
}

img.tattoo-img {
    max-width: 350px;
}