/* 01. Custom Font Start ------------------------------ */
@font-face {
    font-family: 'Larken DEMO';
    src: url('../fonts/LarkenDEMO-Thin.eot');
    src: url('../fonts/LarkenDEMO-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LarkenDEMO-Thin.woff2') format('woff2'),
        url('../fonts/LarkenDEMO-Thin.woff') format('woff'),
        url('../fonts/LarkenDEMO-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karbon';
    src: url('../fonts/Karbon-Regular.eot');
    src: url('../fonts/Karbon-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Karbon-Regular.woff2') format('woff2'),
        url('../fonts/Karbon-Regular.woff') format('woff'),
        url('../fonts/Karbon-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karbon-bold';
    src: url('../fonts/Karbon-Bold.eot');
    src: url('../fonts/Karbon-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Karbon-Bold.woff2') format('woff2'),
        url('../fonts/Karbon-Bold.woff') format('woff'),
        url('../fonts/Karbon-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* ------------- Google Font End ------------- */


/* 02.base Start ------------------------------ */
:root {
    --th-color-1: #F1EAE4;
    --th-color-2: #ECDCDB;
    --th-color-3: #FFFEFB;
    --th-color-4: #EDCEA9;
    --th-color-5: #C0793A;
    --th-color-6: #87603C;
    --th-black: #202020;
    --th-font-1: 'Larken DEMO';
    --th-font-2: 'Karbon';
    --th-font-3: 'Karbon-bold';
}

* {
    user-select: none;
}

body {
    background-color: #ECE3DB;
}

.th-h1 {
    color: var(--th-black);
    font-size: 45px;
    font-family: var(--th-font-1);
    font-style: normal;
    font-weight: 100;
    line-height: 61.716px;
    text-transform: capitalize;
    font-weight: 700;
}

.th-big-h {
    color: var(--th-black);
    font-family: var(--th-font-1);
    font-size: 100px;
    font-style: normal;
    font-weight: 100;
    line-height: 110px;
}

.th-p {
    color: #000;
    font-size: 25px;
    font-family: var(--th-font-2);
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.th-own {
    color: #000;
    font-size: 25px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.th-own-des {
    color: #656565;
    font-size: 18px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.btn-1 {
    display: inline-block;
    padding: 5px 25px;
    background-color: transparent;
    border: 1px solid var(--th-black);
    color: var(--th-black);
    font-size: 20px;
    font-family: var(--th-font-1);
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.btn-1:hover {
    color: var(--th-color-1);
}

.btn-1::after {
    content: " ";
    width: 0%;
    height: 100%;
    background-color: var(--th-black);
    color: var(--th-color-1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s;
}

.btn-1:hover:after {
    width: 100%;
}

section {
    padding: 70px 0;
}

body section.store-search,
body section.bread_crumb,
body section.consultation-h,
body section.welcome {
    padding-top: 40px;
}

.top-space {
    width: 100%;
    margin-top: 93px !important;
}

.left-to-right {
    position: relative;
    transition: all 0.5s;
}

.left-to-right::after,
.left-to-right::before {
    content: " ";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: var(--th-color-3);
    transition: all 2s;
}

.left-to-right::before {
    top: 0;
}

.left-to-right::after {
    bottom: 0;
}

.left-to-right.active::after,
.left-to-right.active::before {
    width: 100%;
}


.top-to-bottom {
    position: relative;
}

.top-to-bottom::after,
.top-to-bottom::before {
    content: " ";
    width: 1px;
    height: 0%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--th-color-3);
    transition: all 2s;
}

/* .top-to-bottom::before {
    left: 0;
  }
  .top-to-bottom::after {
    right: 0;
  } */
.top-to-bottom.active::after,
.top-to-bottom.active::before {
    height: 100%;
}

#arrow-container {
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--th-color-1);
    color: #202020;
    font-size: 28px;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#call-to-action {
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* padding: 10px; */
    text-align: center;
    position: fixed;
    border-radius: 10px;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    background-color: var(--th-color-1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#call-to-action img {
    /* width: 100% !important; */
    max-width: 30px;
    max-height: 30px;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(236, 227, 219, 0.8);
    width: 100%;
    height: 100%;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.popup-wrapper.active {
    visibility: visible;
    opacity: 100;
}


.close {
    max-width: 800px;
    width: 100%;
    display: flex;
}


/* #pro-slider {
    flex: 2;
}

#pro-text {
    flex: 1;
} */

#proDescription {
    color: var(--th-color-2) !important;
}

.proClose {
    cursor: pointer;
    align-self: start;
}

#product-popup {
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-wrapper .container-xxl {
    height: 80%;
}

#pro-slider {
    /* width: 100%; */
    border: 5px solid var(--th-black);
    max-width: 450px;
}

#pro-slider img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

#pro-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D9D9D9;
}

#pro-slider .carousel-indicators button.active {
    background-color: var(--th-black);
}

#pro-text {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: start;
    background-color: var(--th-black);
    height: 100%;
}

.pro-h {
    color: var(--th-color-2);
    font-family: var(--th-font-2);
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    /* 120% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.pro-des {
    color: var(--th-black);
    font-family: var(--th-font-3);
    font-size: 14px;
    font-weight: 600;
    line-height: 28.8px;
    /* 120% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.pro-call {
    display: block;
    text-decoration: none;
    color: var(--th-black);
    font-family: var(--th-font-1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: var(--th-color-2);
    text-align: center;
    padding: 10px 0;
    transition: all .5s;
    cursor: pointer;
}

.pro-call:hover {
    background-color: var(--th-black);
    color: var(--th-color-1);
    border: 2px solid var(--th-color-1);
}

/* ------------- base End ------------- */


/* 03. Header Scetion Start ------------------------------ */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    transition: all .5s;
}

#header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;
}

header.active {
    background: rgba(255, 255, 255);
}

header.active img {
    width: 140px;
    transition: all .5s;
}

.navbar .navbar-brand {
    padding: 0;
}

.navbar img {
    width: 210px;
    transition: all .5s;
}

.navbar .container-xxl {
    align-items: end;
}

.container-xxl {
    width: 100%;
    max-width: 1440px !important;
}

.nav-link {
    color: var(--th-black);
    font-size: 18px;
    font-family: var(--th-font-1);
    font-weight: 300;
    line-height: 25.6px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin: 0 10px;
    padding: 0;
    position: relative;
    transition: all .5s;
}

.nav-link:hover {
    color: var(--th-black);
}

.nav-link::after {
    content: " ";
    background-color: var(--th-black);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.nav-link:hover:after {
    width: 100%;
}

/* ------------- Header Scetion  End ------------- */

/* 04. Banner Scetion Start ------------------------------ */
section.banner {
    padding: 0 0;
}

.banner .container-xxl {
    position: relative;
}

.banner .carousel-indicators {
    z-index: 10;
}

.banner-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#banner .carousel-item {
    min-height: 100vh;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#banner .carousel-item:nth-child(1) {
    background-image: url(../image/home-banner-1.webp);
}

#banner .carousel-item:nth-child(2) {
    background-image: url(../image/home-banner-2.webp);
}

#banner .carousel-item:nth-child(3) {
    background-image: url(../image/home-banner-3.webp);
}

.banner-text {
    height: 100% !important;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8.5px);
    padding: 0 70px;
}

.ban-text-box .ban-h {
    color: var(--th-black);
    font-size: 50px;
    font-family: var(--th-font-1);
    font-weight: 700;
    line-height: 109%;
    letter-spacing: 1.95px;
}

.ban-p {
    color: var(--th-black);
    text-shadow: 0px 4px 16px 0px rgba(236, 227, 219, 0.20);
    font-size: 25px;
    font-family: var(--th-font-2);
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.75px;
    margin-top: 26px;
}

.banner-text .ban-text-box {
    position: relative;
    transform: translateY(100px);
}

.banner-text .btn-1 {
    margin-top: 35px;
}

/* ------------- Banner Scetion  End ------------- */


/* 05. Collection Scetion Start ------------------------------ */
.collection {
    transition: all .5s;
}

.collection .row {
    margin-bottom: 100px;
}

.collection .btn-1 {
    background-color: #fff;
}

.coll-h {
    color: #000;
    font-size: 28px;
    font-family: var(--th-font-2);
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}

.coll-box {
    overflow: hidden;
    position: relative;
}

.coll-box .btn-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: all 1.3s;
}

.collection .col-3 {
    cursor: pointer;
}

.collection .col-md-3:nth-child(1) {
    transform: translateY(50px);
}

.collection .col-3:nth-child(2) {
    /* transform: translateY(-40px); */
}

.collection .col-md-3:nth-child(3) {
    transform: translateY(50px);
}

.coll-box img {
    transition: all 2s;
    transform: scale(1);
}

.coll-box:hover img {
    transform: scale(1.3);
}

.coll-box:hover .btn-1 {
    transform: translate(-50%, -150%);
    opacity: 100;
    transition: all .5s;
}

/* ------------- Collection Scetion  End ------------- */

/* 06. Hotspot Scetion Start ------------------------------ */
.hotspot {
    padding-bottom: 30px;
}

.hotspot-text {
    /* height: 100%; */
    padding-left: 100px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
.hotspot .carousel-control-prev,
.hotspot .carousel-control-next{
    width: auto;
}
.hotspot .carousel-indicators button{
background-color: var(--th-black) !important;
}
.hotspot .carousel-control-prev .far.fa-arrow-left,
.hotspot .carousel-control-next .far.fa-arrow-right{
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: var(--th-black) !important;
    border-radius: 50% !important;
}
.story-text {
    margin-top: 50px;
}

.story-text .th-h1 {
    text-align: left !important;
}

.story-text .th-p {
    margin-top: 10px;
}

.story-text .story-h,
.h-pro-text .story-h {
    color: #202020;
    font-size: 35px;
    font-family: var(--th-font-2);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.h-pro-text {
    margin-top: 50px;
}

.h-pro-text li {
    transition: all .5s;
}

.h-pro-text li.active {
    text-decoration: underline;
}

.h-pro-text .story-h {
    /* margin-top: 50px; */
    margin-bottom: 10px;
}

.hotspot-img {
    position: relative;
    overflow: hidden;
    width: 700px;
    height: 428px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

#hotspot-1 .hotspot-img {
    background-image: url(../image/Story-1.webp);
}

#hotspot-2 .hotspot-img {
    background-image: url(../image/Story-2.webp);
}

#hotspot-3 .hotspot-img {
    background-image: url(../image/Story-3.webp);
}

.hotspot-img img {
    /* min-width: 840px !important; */
    /* width: 723px; */
}

.hotspot-img .Story-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(84, 119, 57);
    color: #ECE3DB;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .5s;
}

.h-pro-text p {}

.hotspot-img .Story-icon:hover {
    transform: rotate(360deg);
}

#Story-1-1 {
    transform: translate(400px, 70px);
}

#Story-1-2 {
    transform: translate(260px, 110px);
}

#Story-1-3 {
    transform: translate(450px, 240px);
}

#Story-1-4 {
    transform: translate(150px, 250px);
}

#Story-1-5 {
    transform: translate(460px, 300px);
}

#Story-2-1 {
    transform: translate(370px, 50px);
}

#Story-2-2 {
    transform: translate(400px, 170px);
}

#Story-2-3 {
    transform: translate(150px, 330px);
}

#Story-2-4 {
    transform: translate(20px, 200px);
}

#Story-2-5 {
    transform: translate(570px, 320px);
}

#Story-3-1 {
    transform: translate(350px, 80px);
}

#Story-3-2 {
    transform: translate(340px, 250px);
}

#Story-3-3 {
    transform: translate(150px, 270px);
}

#Story-3-4 {
    transform: translate(80px, 170px);
}

#Story-3-5 {
    transform: translate(650px, 300px);
}

.hotspot-img-pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: var(--th-color-1);
    z-index: 2;
    /* display: flex;
    flex-direction: column; */
    transform: translateX(100%);
    transition: all .5s;
}

.hotspot-img-pop.active {
    transform: translateX(0%);

}

.hotspot-pop-img {
    text-align: center;

    width: 100%;
}

.hotspot-pop-img img {
    max-width: 100%;
    max-height: 70%;
}

.hotspot-img-pop .fa-arrow-left {
    font-size: 18px;
    color: var(--th-black);
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
}


/* .common-slider [data-bs-target="#carouselExample"] {
    width: auto;
    align-items: end;
    margin: 0 20px;
    transform: translateY(20px);
} */

.advertisement-arrow .far {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    color: var(--th-black) !important;
    transition: all .5s;
    cursor: pointer;
}

.advertisement-box iframe {
    width: 100%;
    height: 100% !important;
    max-height: 440px !important;
    min-height: 440px !important;
}



.advertisement-box .carousel-control-next,
.advertisement-box .carousel-control-prev {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}


.advertisement-arrow .far:hover {
    background-color: var(--th-black);
    color: var(--th-color-1) !important;
}

.media-with-slider .far {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: white !important;
    background-color: black !important;
    border: 1px solid white;
    cursor: pointer;
}

/* ------------- Hotspot Scetion  End ------------- */

/* 07. Armonia_franchise_awaits Scetion Start ------------------------------ */
.armonia_franchise_awaits {
    background-color: var(--th-color-3);
    padding: 100px 0;
}

.armonia_franchise_awaits .btn-1 {
    margin-top: 40px;
}

.armonia_franchise_awaits .carousel-indicators {
    position: absolute;
    top: 105%;
    right: -100%;
}

.armonia_franchise_awaits .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D9D9D9;
}

.armonia_franchise_awaits .carousel-indicators button.active {
    background-color: var(--th-color-5);
}

/* ------------- Armonia_franchise_awaits Scetion  End ------------- */

/* 08. Alevate Space Scetion Start ------------------------------ */
.elevate_space .elevate_space_img {
    background-color: var(--th-color-3);
    position: relative;
    /* transform: translateY(-20px); */
}


.elevate_space .elevate_space_text {
    padding: 90px;
}

.elevate_space_text .th-p {
    margin-top: 28px;
}

.elevate_space_text .btn-1 {
    margin-top: 32px;
}

.elevate_space .th-h1 {
    line-height: 50px;
}

/* ------------- Alevate Space Scetion  End ------------- */

/* 09.Testimonal Scetion Start ------------------------------ */
.testimonal {
    /* background-color: var(--th-color-3); */
    position: relative;
}

.testimonal-img img {
    /* width: 100%; */
    max-width: 150px;
}

/* .testimonal::after {
    content: " ";
    width: 100%;
    height: 40%;
    background-color: var(--th-color-3);
    position: absolute;
    top: 0;
    left: 0;
} */

.testimonal .th-h1 {
    margin-bottom: 50px;
    color: var(--th-color-3);

}

.testimonal .col-md-5,
.testimonal .col-12 {
    padding: 50px 60px;
    position: relative;
    z-index: 1;
}

.testimonal .th-p {
    font-size: 22px;
}

.testimonal .col-md-5 {
    background-color: var(--th-color-6);
}

.testimonal .col-md-5 .th-p {
    color: var(--th-color-3);
}

.testimonal .col-12:nth-child(1) {
    background-color: var(--th-color-5);
}

.testimonal .col-12:nth-child(2) {
    background-color: var(--th-color-1);
}

.testimonal .col-12:nth-child(3) {
    background-color: var(--th-color-4);
}

/* ------------- Testimonal Scetion  End ------------- */

/* 10.Footer Scetion Start ------------------------------ */
.footer {
    background-color: var(--th-black);
    padding-bottom: 0px;
}

.footer .th-p {
    color: var(--th-color-2);
    /* margin-bottom: 80px; */
}

.footer ul {
    list-style-type: none;
}

.footer li a {
    color: var(--th-color-2);
    font-family: var(--th-font-2);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer img {
    width: 100%;
    max-width: 638px !important;
    margin-top: 30px;
}

.mediax a {
    width: 100%;
    display: block;
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

/* ------------- Footer Scetion  End ------------- */

/* ------------------------------ About-Us Page Start ------------------------------ */


/* 1.Intro Video Scetion Start ------------------------------ */
.intro-video {
    padding: 100px 0 60px 0;
}

.intro-text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(32, 32, 32, 0.503); */
}

.intro-text-box .th-h1 {
    color: var(--th-color-1);
    font-family: var(--th-font-2);
    font-size: 89.208px;
    font-weight: 600;
    line-height: 105.551px;
    text-transform: uppercase;
}

/* ------------- Intro Video Scetion  End ------------- */

/* 2. Mission Scetion Start ------------------------------ */
.mission {
    background-color: var(--th-color-3);
    padding: 0;
}

.mission .th-p {
    font-size: 22px;
    margin-bottom: 10px;
}

.mission img {
    margin-top: 20px;
}

.mission .mission-text {
    background-color: var(--th-color-6);
}

.mission .mission-heading {
    color: #FFF;
    text-align: center;
    font-family: var(--th-font-1);
    font-size: 55px;
    font-style: normal;
    font-weight: 100;
    line-height: 60px;
    letter-spacing: 5.5px;
}

.mission-text {
    padding: 70px 0;
    position: relative;
    transform: translateX(-100%);
    transition: all .5s;
}

.mission-img {
    padding: 70px;
}

.mission-img img {
    width: 100%;
    transition: all .5s;
    transform: scale(0.7);
}

.mission.active img {
    transform: scale(1);
}

.mission.active .mission-text {
    transform: translateX(0%);
}

/* -------------  Mission Scetion  End ------------- */

/* 3. Over-year Scetion Start ------------------------------ */
.over-year-slider img {
    width: 90%;
}

.over-year-slider .slider-box {
    cursor: pointer;
}

/* -------------  Over-year Scetion  End ------------- */

/* 4. Management Scetion Start ------------------------------ */
.management {
    padding: 50px 0;
    background-color: var(--th-color-3);
}

.management-box {
    transition: all .5s;
}

.management .th-big-h {
    margin-bottom: 40px;
}

.management .th-h1 {
    transition: all .5s;
}

.management .th-p {
    transition: all .5s;
}

.m-founder {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
}

.m-founder+ul>li {
    font-family: var(--th-color-2);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.manag-box {
    display: flex;
    cursor: pointer;
    transition: all .5s;
}


/* .manag-tab:nth-child(1) {
    background-color: #C0793A !important;
}
.manag-tab:nth-child(2) {
    background-color: #E3BA50 !important;
}
.manag-tab:nth-child(3) {
    background-color: #EDCEA9 !important;
} */
.manag-right {
    height: 100%;
}

.manag-tab {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.manag-box img {
    filter: grayscale(100%);
    transition: all .5s;
}

.manag-box.active-hide {
    opacity: 0;
}

.manag-box.active img {
    filter: grayscale(0%);
}

/* 
.manag-box.active .th-h1 {
    color: var(--th-color-3);
} */

/* .manag-box.active .th-p {
    color: var(--th-color-3);
}
.manag-tab .th-p{
color: var(--th-color-3);
} */
.manag-right {
    position: relative;
}



/* -------------  Management Scetion  End ------------- */

/* 5. More-About Scetion Start ------------------------------ */
.more-about {
    background-color: var(--th-color-1);
}

.more-about-right {
    padding: 50px;
}

/* -------------  More-About Scetion  End ------------- */


/* 6. Media Scetion Start ------------------------------ */
.media .media-text .th-h1 {
    color: #202020;
    font-family: var(--th-font-2);
    font-size: 45px;
    font-weight: 600;
    line-height: 109%;
    margin-bottom: 20px;
}

.media .th-p {
    font-size: 22px;
}

.media-text .th-p {
    line-height: 130%;
}

.media-box {
    border-bottom: var(--th-black) solid 2px;
    padding: 50px 0;
}

.media-with-slider .carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

/* -------------  Media Scetion  End ------------- */





/* ------------------------------ FRANCHISE Page Start ------------------------------ */

/* 1.Faq Scetion Start ------------------------------ */
.faq-tab {
    border-top: 2px solid var(--th-black);
    border-bottom: 2px solid var(--th-black);
    margin: 0 0 20px 0;
    padding: 20px;
    cursor: pointer;
}

.faq-tab {
    /* transition: all .5s; */

}

.faq-tab .th-p {
    font-size: 18px;
    padding: 20px 0;
    /* transition: all .5s; */
}

.faq-tab span:nth-child(1) {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 48px;
    font-weight: 600;
    line-height: 25px;
}

.faq-tab span:nth-child(2) {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.faq-tab .fa-caret-circle-down {
    color: var(--th-black);
    font-size: 25px;
    /* transition: all .5s; */
}

.faq-right img {
    position: sticky;
    top: 100px;
}

.faq-h-icon {
    transition: all .5s;
}

/* ------------- Faq Scetion  End ------------- */

/* 3.Franchise Testimonials Scetion Start ------------------------------ */
.franch-testimonal {
    background: #ECE3DB;
}

.franch-test-box {
    position: relative;
    z-index: 1 !important;
}

.franch-testimonal .slick-prev:before,
.franch-testimonal .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: black;
    position: relative;
    z-index: 10 !important;
}

.ft-u-img {
    width: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-25%, 25%);
}

/* ------------- Franchise Testimonials Scetion  End ------------- */


/* 4.Franchise Option Scetion Start ------------------------------ */
.franchise-option {
    background: #ECE3DB;
}

.franchise-option .img-top {
    text-align: center;
}

.franchise-option .img-bottom {
    margin-top: 20px;
}

.franchise-option .img-top img {
    width: 160px;
}

.option-left {
    background-color: var(--th-color-5);
    padding: 20px;
}

.option-right {
    background-color: var(--th-color-6);

    padding: 20px;
}

/* ------------- Franchise Option Scetion  End ------------- */

/* 5.Contact Scetion Start ------------------------------ */
.contact {
    background-image: url(../image/contacts.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .th-h1 {
    color: #F1EAE4;
}

.contact .th-p {
    color: #F1EAE4;
    /* margin-bottom: 30px; */
}

.contact input,
.contact textarea {
    width: 100%;
    color: #F1EAE4;
    font-family: var(--th-font-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    border: none;
    border-bottom: solid 1px #F1EAE4;
    background-color: transparent;
    margin-top: 40px;
}

.contact input:focus {
    border: none;
}

.contact textarea {
    border: solid 1px #F1EAE4;
    padding: 10px;
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #F1EAE4;
}

.contact .btn-1 {
    color: #F1EAE4;
    border: solid #F1EAE4 1px;
}

/* ------------- Contact Scetion  End ------------- */


.tran-space-right {
    padding: 100px;
    position: relative;
    overflow: hidden;
}

#tran-space-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    z-index: -1;
}

.tran-space-text {
    text-align: center;
    background-color: var(--th-color-1);
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/* ------------------------------ Categord Page Start ------------------------------ */

/* 1.Bread Crumb Scetion Start ------------------------------ */
.bread_crumb {
    padding-bottom: 50px;
}

#bread_crumb {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 27px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-top: 20px;
}

#bread_crumb div {
    display: inline-block;
}

/* ------------- Bread Crumb Scetion  End ------------- */


/* 2.Category Scetion Start ------------------------------ */
.main-category {
    padding-top: 0px;
    border: var(--th-black) solid 1px;
}

.main-category a {
    text-decoration: none;
}

.main-category .row>.col-3 {
    padding: 30px;
    border-right: var(--th-black) solid 1px;
}

.category-tabs ul {
    list-style: none;
    display: inline-block;
}

.category-tabs li {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 20px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
    /* display: block; */
    cursor: pointer;
}

.category-tabs li::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: var(--th-black);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.category-tabs li.active::after {
    width: 100%;
}

/* ------------- Category Scetion  End ------------- */

/* 3.Product Scetion Start ------------------------------ */
.product-box {
    height: 100%;
    padding: 40px;
    border: var(--th-black) solid 1px;
}

.product-img img {
    border: var(--th-black) solid 8px;
}

.product-text {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 1.92px;
}

.product-text .pro-name {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
}

.product-text .pro-des {
    font-size: 14px;
    /* margin-top: 5px; */
    font-family: Karbon-bold;
}

#productList .col-md-6 {
    cursor: pointer;
}

#productList .col-md-6:last-child {
    background-color: #ECE3DB;
}

#productList .col-md-6:last-child .product-img img {
    border: var(--th-black) solid 0px;
}

#productList .col-md-6:last-child .product-box .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* ------------- Product Scetion  End ------------- */



/* ------------------------------ Product Page Start ------------------------------ */
/* 1.Main Product Scetion Start ------------------------------ */
.main-product a {
    text-decoration: none;
    color: #000;
}

.product-details table tr {
    margin-bottom: 20px !important;
}

.product-slider {
    border: var(--th-black) solid 8px;
}

.main-product .carousel-control-next,
.main-product .carousel-control-prev {
    width: auto;
    align-items: end;
    margin: 0 20px;
    transform: translateY(-20px);
    color: rgb(233, 233, 233) !important;
}

.main-product .carousel-control-next .fal,
.main-product .carousel-control-prev .fal {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    background-color: #E7E1D3;
    color: white !important;
    transition: all .5s;
}

.p-des {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 100% */
    letter-spacing: 0.5px;
}

.p-pair,
.p-pair a {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.p-pair a {
    text-decoration: underline;
}

.p-name {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    /* 52.364% */
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.p-consult,
.p-consult a {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 100% */
    letter-spacing: 3.52px;
    margin-top: 80px;
}

.p-consult a {
    text-decoration: underline;
}

.also-view-h {
    color: var(--th-black);
    font-family: var(--th-black);
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    /* 106.667% */
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* .main-product .carousel-control-next .fal:hover,
.main-product .carousel-control-prev .fal:hover {
    color: var(--th-color-1) !important;
} */
/* ------------- Main Product Scetion  End ------------- */
/* ----==== Store Page Start 
------------------------------ */
#store-banner {
    margin-top: 20px;
    background-image: url(../image/store-banner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.store-b-box {
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12.5px);
}

.store-b-title {
    color: var(--th-color-1);
    font-family: var(--th-font-1);
    font-size: 55px;
    font-style: normal;
    font-weight: 100;
    line-height: 60px;
    /* 81.568% */
}

.store-b-text {
    color: var(--th-color-1);
    font-family: var(--th-font-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.862px;
    /* 129.312% */
}

.store {
    margin-top: 100px;
}

.city-title {
    color: #000;
    font-family: var(--th-font-1);
    font-size: 55px;
    font-style: normal;
    font-weight: 100;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    margin: 50px 0;
    /* 38.841% */
}

.store-name {
    color: #000;
    font-family: var(--th-font-1);
    font-size: 32px;
    font-style: normal;
    font-weight: 100;
    line-height: 120%;
    text-transform: capitalize;
    /* 89.01% */
}

.store-add {
    color: #000;
    text-align: center;
    font-family: var(--th-font-2);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 109%;
    margin-top: 20px !important;
    text-transform: capitalize;
    /* 118.679% */
}

.store-num,
.store-num a {
    color: #000;
    font-family: var(--th-font-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 109%;
    line-height: 21.362px;
    /* 133.514% */
}

.store-loc,
.store-loc a {
    color: #000;
    text-align: center;
    font-family: var(--th-font-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 109%;
    line-height: 21.362px;
    /* 118.679% */
    text-decoration-line: underline;
}

.store-text .col-8 {
    border-left: 2px solid var(--th-black);
}

.store-search-box {
    background-color: var(--th-black);
    border-radius: 50px;
    padding: 10px 14px;
    display: inline-block;
}

.store-search-box .store-text p span {
    color: var(--th-black);
    font-family: var(--th-font-2);
    font-size: 23px;
    font-weight: 600;
    line-height: 24px;

}

.store-search-box .fa-search {
    color: var(--th-color-2);
    margin-left: 14px;
}

.store-search-box input {
    color: var(--th-color-2);
    background-color: transparent;
    border: none;
}



.store-loc .loc-tab {
    padding: 25px 20px;
}

/* .store-loc-tab,
.category-tabs {
    position: sticky;
    top: 80px;
} */
.store-loc-tab {
    position: sticky;
    top: 80px;
}

.category-tabs-btn {
    display: flex;
    justify-content: space-between;
}

.store-loc .loc-tab .loc-tab-btn,
.store-loc-btn,
.category-tabs-btn {
    color: #000;
    font-family: var(--th-font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--th-black);
    padding: 4px 20px;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

.store-loc .loc-tab .loc-tab-btn:hover {
    background-color: var(--th-black);
    color: var(--th-color-2);
}

.store-loc .loc-tab .loc-tab-btn.active {
    background-color: var(--th-black);
    color: var(--th-color-2);
}

.loc-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

.loc-box img {
    margin-bottom: 20px;
}

.loc-box a {
    color: #000;
    font-family: var(--th-font-2);
    font-size: 21.026px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.026px;
    text-decoration-line: underline;
}

.store-loc-btn {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-loc-btn:hover {
    background-color: var(--th-black);
    color: var(--th-color-2);
}

.store-loc-btn.active {
    border: 1px solid var(--th-color-1);
    background-color: var(--th-black);
    color: var(--th-color-2);
}

/* ------------- Store Page End ------------- */

.thank-row {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.thank-row img {
    width: 100%;
    max-width: 300px;
}




/* ------------- Slider Mid Start
------------------------------ */
.img-mid-slider *::after,
.img-mid-slider *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 
iframe {
  aspect-ratio: 16/9;
} */

.video-cont {
    margin: 2rem;
    max-height: 300px;
}

.cont img {
    display: block;
    max-width: 100%;
}

.img-mid-slider {
    display: grid;
    place-items: center;
    /* min-height: 100vh; */
}

.cont {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    /* border-radius: 1rem; */
    --position: 50%;
}

.image-cont {
    max-width: 100%;
    max-height: 90vh;
    /* aspect-ratio: 1/1; */
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    filter: grayscale(100%)
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/* ------------- Slider Mid End ------------- */