@import"https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Dosis:wght@200;300;400;500;600;700;800&family=Lato:wght@300;400;700;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap";

* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    transition: .3s ease
}

li {
    list-style-type: none
}

ul,
ol {
    padding: 0;
    margin: 0
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

img:hover {
    transform: scale(1.1)
}

.logo img,
.banner img {
    transform: none
}

a {
    text-decoration: none;
    color: #2e1b14
}

a:hover {
    color: #2e1b14
}

h1 {
    font-size: 90px;
    font-weight: 800;
    color: #2e1b14;
    font-family: "Playfair Display", serif
}

h2 {
    font-size: 86px;
    font-weight: 800;
    color: #2e1b14;
    font-family: "Playfair Display", serif
}

h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 26px;
    color: #000;
    position: relative;
    font-family: "Playfair Display", serif
}

h4 {
    font-size: 18px;
    color: #fff
}

h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500
}

p:empty {
    display: none
}

.flex {
    display: flex
}

.aic {
    align-items: center
}

.jcc {
    justify-content: center
}

.jce {
    justify-content: end
}

.jcs {
    justify-content: start
}

.jcsb {
    justify-content: space-between
}

.aib {
    align-items: baseline
}

.fdc {
    flex-direction: column
}

.tac {
    text-align: center
}

.tae {
    text-align: end
}

.tas {
    text-align: start
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: center
}

.ov {
    overflow: visible
}

.oh {
    overflow: hidden
}

.ovi {
    overflow: visible !important
}

.ohi {
    overflow: hidden !important
}

.tn {
    transform: none
}

.tni {
    transform: none !important
}

section {
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.tbtn {
    padding: 5px 7px;
    background: #fedc00;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #000;
    display: inline-flex;
    border: 1px solid #fedc00;
    transition: .5s ease;
    border-radius: 5px
}

.tbtn:hover {
    background-color: #fff;
    color: #2e1b14
}

.tbtn2 {
    padding: 5px 12px;
    background: #2e1b14;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    border: 1px solid #2e1b14;
    transition: .5s ease;
    border-radius: 5px
}

.tbtn2:hover {
    background-color: #fff;
    color: #2e1b14
}


.top-bar {
    background-color: #2e1b14;
    padding: 6px 0
}

.top-bar .box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top-bar .box .contact-links ul {
    display: flex
}

.top-bar .box .contact-links ul li {
    display: flex;
    align-items: center
}

.top-bar .box .contact-links ul li:last-child i {
    font-size: 22px
}

.top-bar .box .contact-links ul li::after {
    content: "|";
    color: #aaa;
    margin: 0 20px;
    font-size: 33px;
    line-height: 20px;
    font-weight: 100
}

.top-bar .box .contact-links ul li:last-child::after {
    display: none
}

.top-bar .box .contact-links ul li i {
    color: #fff;
    font-size: 24.5px;
    margin-right: 10px
}

.top-bar .box .contact-links ul li:hover i {
    animation: 1s tada infinite
}

.top-bar .box .contact-links ul li a {
    color: #fff
}

.top-bar .box .contact-links ul li a:hover {
    color: #fedc00
}

.top-bar .box .social-links ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.top-bar .box .social-links ul li {
    margin-left: 10px;
    display: flex
}

.top-bar .box .social-links ul li a {
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

.top-bar .box .social-links ul li a:hover {
    transform: rotate(10deg)
}

.top-bar .box .social-links ul li a:hover i {
    color: #fedc00
}

.top-bar .box .social-links ul li a i {
    width: 35px;
    height: 35px
}

.main-nav {
    padding: 0;
    color: #fff
}

.main-nav .flex {
    width: 100%
}

.main-nav .flex .logo {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-nav .flex .logo button {
    display: none
}

.main-nav .flex .search-bar form {
    display: flex;
    align-items: center
}

.main-nav .flex .search-bar form input {
    width: 430px;
    height: 54px;
    background: #f6f6f6;
    border-radius: 5px 0 0 5px;
    border: 1px solid #2e1b14;
    box-shadow: none !important;
    border-right: 0
}

.main-nav .flex .search-bar form input:focus {
    background-color: rgba(197, 173, 5, .15);
    border-color: #fedc00;
    font-weight: 700
}

.main-nav .flex .search-bar form input:focus+button {
    background: #fedc00;
    color: #000;
    border-color: #fedc00
}

.main-nav .flex .search-bar form input:focus::-moz-placeholder {
    color: #000;
    font-weight: 400
}

.main-nav .flex .search-bar form input:focus::placeholder {
    color: #000;
    font-weight: 400
}

.main-nav .flex .search-bar form::-moz-placeholder {
    padding-left: 10px;
    font-size: 14px
}

.main-nav .flex .search-bar form::placeholder {
    padding-left: 10px;
    font-size: 14px
}

.main-nav .flex .search-bar form button {
    height: 54px;
    width: 60px;
    background: #2e1b14;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2e1b14
}

.main-nav .flex .search-bar form button:hover {
    background: #f6f6f6
}

.main-nav .flex .search-bar form button:hover i {
    color: #2e1b14
}

.main-nav .flex .search-bar form button i {
    font-size: 20px;
    color: #fff
}

.main-nav .flex .order-icons ul {
    display: flex
}

.main-nav .flex .order-icons ul li {
    display: flex;
    align-items: center;
    margin-left: 25px;
    position: relative
}

.main-nav .flex .order-icons ul li a i {
    font-size: 29px;
    color: #2e1b14
}

.main-nav .flex .order-icons sup {
    position: absolute;
    top: 0;
    right: -14px;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.mainNav {
    background: #2e1b14
}

.navigation {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.navigation .closeBox {
    display: none
}

.navigation .more-btn a {
    font-size: 17px;
    color: #2e1b14
}

.navigation .more-btn a:hover {
    color: #2e1b14
}

.navigation .more-btn a .burger {
    padding: 8px 10px;
    background: #c5ad05;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px
}

.navigation .more-btn a .burger i {
    font-size: 21px;
    margin: auto
}

.navigation .more-btn a i {
    margin-left: 8px;
    font-size: 21px
}

.navigation .more-btn:hover .burger {
    background: #2e1b14
}

.navigation .more-btn:hover .burger i {
    color: #fff
}

.navigation ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.navigation ul li {
    display: flex;
    align-items: center;
    margin-right: 87px
}

.navigation ul li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff
}

.navigation ul li a:hover {
    color: #fedc00
}

.navigation ul li.current-menu-item a {
    color: #fedc00
}

.banner {
    background-size: cover;
    color: #2e1b14;
    padding: 0;
    height: 639px;
    width: 100%;
    position: relative
}

.banner .bannerImg {
    height: 639px;
    width: 100%
}

.banner .banner-one {
    max-width: 70%
}

.banner .banner-one h1 {
    line-height: 1;
    margin: 0;
    font-size: 42px;
    margin-bottom: 15px;
}

.banner .banner-one h2 {
    line-height: 1;
    margin: 0;
    font-size: 22px;
}

.banner .banner-one p {
    color: #fff
}

.banner .banner-one a {
    transform: skewX(345deg);
    padding: 10px 45px;
    background: #2e1b14;
    border-radius: 0;
    margin-top: 35px;
    border: 2px solid #2e1b14;
    color: #fff
}

.banner .banner-one a:hover {
    color: #2e1b14;
    background: #fff;
    transform: skew(0, 0)
}

.banner .banner-one a:hover span {
    transform: skew(0, 0)
}

.banner .banner-one a span {
    transform: skewX(-345deg)
}

.banner .bannerContent {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%
}

.t-cat {
    padding: 67px 0 2px
}

.t-cat h3 {
    text-align: center;
    margin-bottom: 30px
}

.t-cat h3::before {
    width: 58px;
    height: 3px;
    background: #fedc00;
    position: absolute;
    content: "";
    top: 36px;
    left: 42%
}

.t-cat .owl-nav i:hover {
    transform: scale(1.1)
}

.t-cat .owl-nav .owl-prev i {
    background: #000;
    color: #fff;
    padding: 7px;
    position: absolute;
    top: 34%;
    right: 100%;
    border-radius: 5px
}

.t-cat .owl-nav .owl-next i {
    background: #fedc00;
    color: #fff;
    padding: 7px;
    position: absolute;
    top: 34%;
    left: 1205px;
    border-radius: 5px
}

.t-cat .slider-box {
    border-bottom: 1px solid #aaa
}

.t-cat .slider-box .owl-item.active {
    animation: 1s bounceInUp forwards
}

.t-cat .slider-box .item {
    padding: 18px
}

.t-cat .slider-box .item .box figure {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .12)
}

.t-cat .slider-box .item .box figure img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain
}

.t-cat .slider-box .item .box figcaption {
    font-size: 18px;
    text-align: center;
    margin-top: 12px
}

.t-cat .slider-box .item .box figcaption a:hover {
    color: #fedc00
}

.t-pro {
    padding: 31px 0 0px
}

.t-pro h3 {
    margin-bottom: 35px
}

.t-pro h3::before {
    width: 58px;
    height: 3px;
    background: #fedc00;
    position: absolute;
    content: "";
    top: 36px
}

.t-pro .owl-nav {
    position: absolute;
    top: -12%;
    right: 0
}

.t-pro .owl-nav i:hover {
    transform: scale(1.1)
}

.t-pro .owl-nav .owl-prev i {
    background: #000;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    margin-right: 15px
}

.t-pro .owl-nav .owl-next i {
    background: #fedc00;
    color: #fff;
    padding: 7px;
    border-radius: 5px
}

.t-pro .slider-box {
    border-bottom: 1px solid #aaa;
    padding-bottom: 30px
}

.t-pro .slider-box .owl-item.active {
    animation: 1s bounceInRight forwards
}

.t-pro .slider-box .item {
    padding: 10px
}

.t-pro .slider-box .item .box {
    aspect-ratio: 290/364;
    padding: 30px 46px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .12)
}

.t-pro .slider-box .item .box figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.t-pro .slider-box .item .box figure img {
    aspect-ratio: 226/203;
    -o-object-fit: contain;
    object-fit: contain;
    transform: none;
    height: 175px
}

.t-pro .slider-box .item .box figure a {
    position: absolute;
    top: -100%;
    transform: translateY(-50%);
    opacity: 0;
    transition: none
}

.t-pro .slider-box .item .box figcaption {
    text-align: center
}

.t-pro .slider-box .item .box figcaption a {
    height: 60px;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 20px
}

.t-pro .slider-box .item .box figcaption a:hover {
    color: #fedc00
}

.t-pro .slider-box .item .box figcaption .rating i {
    margin-right: 5px;
    color: #d5d5d5
}

.t-pro .slider-box .item .box .sale {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #4fa800;
    color: #fff;
    border-radius: 50%
}

.t-pro .slider-box .item .box:hover figure a {
    top: 50%;
    opacity: 1;
    transition: .6s linear
}

.t-pro .slider-box .item .box:hover figcaption .rating i {
    color: #fedc00;
    animation: 1s tada 2
}

.faq {
    padding: 60px 0 80px
}

.faq h3 {
    text-align: center;
    margin: 0px 0 60px
}

.faq h3::before {
    width: 58px;
    height: 3px;
    background: #fedc00;
    position: absolute;
    content: "";
    top: 36px;
    left: 32.5%
}

.faq .accordion {
    padding: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, .15)
}

.faq .accordion-body {
    background: #eae9e7;
    color: #9b9b9a
}

.faq .accordion-button:not(.collapsed) {
    background: #2e1b14;
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    box-shadow: none
}

.faq .accordion-button.collapsed.accordion-button::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' id='plus'%3e%3cpath fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 1v14M1 8h14'%3e%3c/path%3e%3c/svg%3e") !important;
    background-size: 13px;
    background-position: center
}

.faq .accordion-button.accordion-button::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Minus' x='0' y='0' version='1.1' viewBox='0 0 29 29' xml:space='preserve'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M22 14.5H7' class='colorStroke000000 svgStroke'%3e%3c/path%3e%3c/svg%3e") !important
}

.faq .accordion-item {
    border: none;
    border-radius: 0;
    margin-bottom: 1.5%
}

.faq .accordion-button.collapsed {
    background-color: #eae9e7 !important;
    font-weight: 700;
    border-radius: 0;
    box-shadow: none
}

.testimonial {
    padding: 76px 0 66px;
    text-align: center;
    background: #2e1b14 url(../images/test-bg.png) no-repeat center
}

.testimonial h3 {
    color: #fff
}

.testimonial h3::before {
    width: 58px;
    height: 3px;
    background: #fedc00;
    position: absolute;
    content: "";
    top: 36px;
    left: 41%
}

.testimonial .owl-nav i:hover {
    transform: scale(1.1)
}

.testimonial .owl-nav .owl-prev i {
    background: #000;
    color: #fff;
    padding: 7px;
    position: absolute;
    top: 42%;
    right: 100%;
    border-radius: 5px
}

.testimonial .owl-nav .owl-next i {
    background: #fedc00;
    color: #fff;
    padding: 7px;
    position: absolute;
    top: 42%;
    left: 1175px;
    border-radius: 5px
}

.testimonial .slider-box .owl-item.active {
    animation: 1s slideInUp forwards
}

.testimonial .slider-box .item .box i {
    color: #644032;
    font-size: 90px;
    position: absolute;
    top: -13px;
    left: 9%
}

.testimonial .slider-box .item .box .text {
    margin: 30px auto 25px;
    width: 65%
}

.testimonial .slider-box .item .box .text p {
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    color: #aaa4a4
}

.testimonial .slider-box .item .box .text span {
    font-size: 20px;
    line-height: 36px;
    color: #fff
}

.blog {
    text-align: center;
    padding: 70px 0 40px
}

.blog h3::before {
    width: 58px;
    height: 3px;
    background: #fedc00;
    position: absolute;
    content: "";
    top: 36px;
    left: 42.5%
}

.blog .blog-carousel {
    margin: 0 -1rem;
    width: calc(100% + 2rem)
}

.blog .item {
    padding: 0 .6rem
}

.blog .owl-item.active {
    animation: 1s slideInRight forwards
}

.blog .box {
    margin: 34px 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .05)
}

.blog .box figure img {
    width: 100%
}

.blog .box figcaption {
    padding: 32px
}

.blog .box figcaption p {
    color: #aaa4a4;
    font-size: 18px
}

.blog .box figcaption p i {
    color: #aaa4a4
}

.blog .box figcaption h5 {
    margin: 10px 0;
    font-weight: 600
}

.blog .box figcaption article {
    align-items: center
}

.blog .box figcaption article p {
    color: #aaa4a4;
    padding: 5px 0
}

.blog .box figcaption article span a {
    font-weight: 700
}

.blog .box figcaption article span a:hover,
.blog .box figcaption article span a:hover i {
    color: #fedc00
}

.blog .box figcaption article span a i {
    margin-right: 10px
}

footer {
    background: url(../images/footer-bg.png) no-repeat center #2e1b14;
    padding: 50px 0 43px;
    background-size: cover
}

footer .mainFooter .box h5 {
    color: #fff;
    margin-bottom: 30px;
    position: relative
}

footer .mainFooter .box h5::before {
    width: 42px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    top: 38px
}

footer .mainFooter .box ul li {
    line-height: 32px
}

footer .mainFooter .box ul li a {
    color: #aaa4a4;
    font-size: 17px
}

footer .mainFooter .box ul li a:hover {
    color: #fedc00
}

footer .mainFooter .box.box-1 {
    margin-top: 10px
}

footer .mainFooter .box.box-1 .footer-logo img {
    transform: none
}

footer .mainFooter .box.box-1 figcaption p {
    color: #aaa4a4;
    margin: 20px 0;
    font-weight: 500
}

footer .mainFooter .box.box-1 figcaption .social-links ul {
    display: flex;
    align-items: center
}

footer .mainFooter .box.box-1 figcaption .social-links ul li {
    margin-right: 10px;
    display: flex
}

footer .mainFooter .box.box-1 figcaption .social-links ul li a {
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

footer .mainFooter .box.box-1 figcaption .social-links ul li a:hover i {
    color: #fedc00;
    animation: 1s tada 4
}

footer .mainFooter .box.box-1 figcaption .social-links ul li a i {
    width: 35px;
    height: 35px
}

footer .mainFooter .box.box-2 {
    padding-left: 60px
}

footer .mainFooter .box.box-4 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer .mainFooter .box.box-4 ul li i {
    font-size: 30px;
    color: #aaa4a4
}

footer .mainFooter .box.box-4 ul li .text {
    margin-left: 15px;
    line-height: normal
}

footer .mainFooter .box.box-4 ul li .text p {
    color: #a2a2a2;
    margin: 0;
    font-weight: 500
}

footer .mainFooter .box.box-4 ul li .text a {
    color: #a2a2a2;
    font-size: 15.5px
}

footer .mainFooter .box.box-4 ul li .text a:hover {
    color: #fedc00
}

.bottom-bar {
    background-color: #171717;
    color: #fff;
    padding: 20px 0
}

.bottom-bar ul {
    display: flex;
    align-items: center
}

.bottom-bar ul li a {
    color: #fff
}

.bottom-bar ul li a:hover {
    color: #2e1b14
}

.bottom-bar .flex .left ul li p {
    color: #aaa;
    margin: 0
}

.bottom-bar .flex .social ul li {
    margin-left: 10px
}

.bottom-bar .flex .social ul li a {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .102);
    border-radius: 2px
}

.c-banner {
    position: relative;
    height: 253px;
    padding: 0
}

.c-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: fit-content !important;
    inset: 0;
    background: #000;
    opacity: .2;
    z-index: 1
}

.c-banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-banner .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.c-banner .content h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    font-family: "Playfair Display", serif;
    position: relative;
    z-index: 20
}

.c-banner .content .breadCrumb {
    position: relative;
    z-index: 20
}

.c-banner .content .breadCrumb ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-banner .content .breadCrumb ul li {
    color: #fff
}

.c-banner .content .breadCrumb ul li.current-menu-item a {
    color: #fedc00
}

.c-banner .content .breadCrumb ul li a {
    color: #fff
}

.c-banner .content .breadCrumb ul li a:hover {
    color: #fedc00
}

.c-banner .content .breadCrumb ul li::after {
    content: "/";
    color: #fff;
    margin: 0 10px
}

.c-banner .content .breadCrumb ul li:last-child::after {
    display: none
}

.i-about figure img {
    height: 26rem;
    width: 95%
}

.i-about figcaption h3 {
    font-size: 32px;
    font-weight: 700;
    color: #2e1b14;
    font-family: "Playfair Display", serif;
    position: relative;
    margin-bottom: 37px
}

.i-about figcaption h3::after {
    content: "";
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 10%;
    position: absolute;
    background: #fedc00
}

.i-about .text p {
    padding-top: 50px
}

.contact-links .box {
    padding: 20px;
    background: #eae8e7
}

.contact-links .box .flex figure {
    overflow: visible;
    aspect-ratio: 1/1;
    height: 84px;
    width: 84px;
    background: rgba(255, 255, 255, .2)
}

.contact-links .box .flex figure i {
    aspect-ratio: 1/1;
    height: 84px;
    width: 84px;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #2e1b14
}

.contact-links .box .flex figcaption {
    margin-left: 15px
}

.contact-links .box .flex figcaption p {
    color: #fff #2e1b14;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.contact-links .box .flex figcaption a {
    color: #2e1b14;
    font-size: 14px;
}

.contact-links .box .flex figcaption a:hover {
    color: #fedc00
}

.contact-links .box:hover {
    background: #2e1b14
}

.contact-links .box:hover figure {
    transform: rotate(-5deg)
}

.contact-links .box:hover figure i {
    transform: rotate(15deg)
}

.contact-links .box:hover figcaption {
    margin-left: 20px
}

.contact-links .box:hover figcaption p {
    color: #fff
}

.contact-links .box:hover figcaption a {
    color: #fff
}

.contact-links .box:hover figcaption a:hover {
    color: #fedc00
}

.git {
    padding: 0;
    margin-bottom: -80px;
    z-index: 20
}

.git .innerGit {
    padding: 45px;
    background: #eae8e7;
    position: relative
}

.git .innerGit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #2e1b14
}

.git .innerGit .headBox {
    max-width: 80%;
    margin: auto;
    text-align: center
}

.git .innerGit .headBox h3 {
    margin-bottom: 29px;
    font-size: 32px;
    font-weight: 700;
    color: #2e1b14;
    font-family: "Playfair Display", serif
}

.git .innerGit form .box {
    margin-bottom: 20px
}

.git .innerGit form .box input.form-control {
    height: 52px;
    border-radius: 0
}

.git .innerGit form .box input.form-control:focus {
    background-color: rgba(197, 173, 5, .15);
    border-color: #fedc00
}

.git .innerGit form .box input.form-control:focus::-moz-placeholder {
    color: #000;
    font-weight: 400
}

.git .innerGit form .box input.form-control:focus::placeholder {
    color: #000;
    font-weight: 400
}

.git .innerGit form textarea {
    height: 174px;
    border-radius: 0
}

.git .innerGit form textarea:focus {
    background-color: rgba(197, 173, 5, .15);
    border-color: #fedc00
}

.git .innerGit form textarea:focus::-moz-placeholder {
    color: #000;
    font-weight: 400
}

.git .innerGit form textarea:focus::placeholder {
    color: #000;
    font-weight: 400
}

.git .innerGit form input[type=submit] {
    padding: 5px 22px;
    background: #2e1b14;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    border: 1px solid #2e1b14;
    transition: .5s ease;
    margin: 30px auto 0;
    display: block
}

.git .innerGit form input[type=submit]:hover {
    background-color: #fff;
    color: #2e1b14
}

.contact-iframe {
    height: 85vh;
    width: 100%;
    padding: 0
}

.contact-iframe iframe {
    width: 100%;
    height: 100%
}

.faq.i-faq .accordion {
    box-shadow: none
}

@media(min-width: 1240px) {
    .container {
        max-width: 1200px
    }

    .contact .col-md-4 {
        width: 36%
    }

    .contact .col-md-8 {
        width: 64%
    }
}

@media(min-width: 1024px) {
    .about .col-lg-6 {
        padding: 0
    }

    .about .col-lg-12 p {
        padding: 0
    }
}

@media(max-width: 1024px) {
    h1 {
        font-size: 39.5px;
        font-weight: 700;
        text-transform: capitalize
    }

    h2 {
        font-size: 37px;
        font-weight: 700;
        color: #000
    }

    br {
        display: none
    }

    .top-bar .flex .left p {
        font-size: 13px
    }

    .top-bar .flex .info ul li span {
        font-size: 13px
    }

    .top-bar .flex .info ul li span a {
        font-size: 13px
    }

    .top-bar .flex .info ul li .i {
        font-size: 13px
    }

    .top-bar .flex .social ul li {
        margin-left: 11px
    }

    .top-bar .flex .social ul li a i {
        font-size: 14.5px
    }

    .main-nav {
        margin: auto
    }

    .main-nav .flex {
        justify-content: space-between;
        width: 100%
    }

    .main-nav .flex .logo {
        width: 100%
    }

    .main-nav .flex .logo button {
        display: block
    }

    .navigation {
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 999;
        width: 300px;
        background: #fff;
        height: 100%;
        justify-content: initial;
        flex-direction: column;
        align-items: center
    }

    .navigation .closeBox {
        text-align: end;
        padding: 10px 10px 0 0;
        display: block;
        margin-left: auto
    }

    .navigation ul {
        display: block;
        width: 100%
    }

    .navigation ul li {
        margin: 0 !important;
        padding: 10px 20px;
        background: #fff;
        border-bottom: 1px solid #ddd
    }

    .navigation ul li a {
        color: #2e1b14
    }

    .navigation .tbtn {
        margin-top: 50px
    }

    .more {
        margin-left: auto
    }

    .more ul {
        display: none
    }

    .more ul .navigation .more-btn li a.tbtn {
        font-size: 18px;
        font-weight: 700
    }

    body>header.sticky .navigation .more-btn a.tbtn {
        width: 100%;
        zoom: initial
    }

    .about .text .links .ye figure h2 span {
        font-size: 60px
    }

    .about .text .links .ye figure h2 i {
        font-size: 30px
    }

    .about .text .links .ye figcaption {
        font-size: 25px
    }

    .counter .box .content p {
        font-size: 16px
    }

    .services .headingBox {
        display: block
    }

    .services .headingBox .heading-btn {
        margin-top: 20px;
        display: inline-flex
    }

    .services .tabs .box figcaption .content h2 {
        font-size: 25px
    }

    .services .tabs .box figcaption a {
        width: auto
    }

    .getServices aside::before {
        left: -23%
    }

    .getServices aside::after {
        left: -22%
    }

    .testimonial .img-box {
        zoom: .78
    }

    .testimonial .slider-box .owl-dots button:nth-child(1) {
        right: 430px;
        bottom: 70px
    }

    .testimonial .slider-box .owl-dots button:nth-child(2) {
        right: 367px;
        top: -260px
    }

    .testimonial .slider-box .owl-dots button:nth-child(3) {
        right: 224px;
        bottom: 260px
    }

    .testimonial .slider-box .owl-dots button:nth-child(4) {
        right: 22px;
        bottom: 70px
    }

    .testimonial .slider-box .owl-dots button:nth-child(5) {
        right: 74px;
        top: -265px
    }

    .blog .blog-carousel .owl-nav {
        top: -14%
    }

    footer {
        padding: 0
    }

    footer .footer-top .box {
        text-align: center
    }

    footer .footer-top .box img {
        width: 24%
    }

    footer .footer-top .box figcaption {
        flex-direction: column;
        width: 100%
    }

    footer .footer-top .box figcaption h3 {
        margin-bottom: 12px
    }
}

@media(max-width: 992px) {
    footer .mainFooter .box .wh li {
        display: block
    }
}

@media(max-width: 768px) {
    .top-bar {
        display: none
    }

    .banner .banner-one {
        padding: 50px 20px
    }

    .banner img {
        height: 100%
    }

    .banner .slider-btn,
    .banner .slider-btn2 {
        top: 59%
    }

    .about .col-md-6 {
        width: 100%
    }

    .about .col-md-6 .text {
        margin-right: auto
    }

    .about .col-md-6 .text .links {
        margin-right: 80px
    }

    .about .col-md-6 .text .links .ye figure h2 span {
        font-size: 60px
    }

    .about .col-md-6 .text .links .ye figure h2 i {
        font-size: 30px
    }

    .about .col-md-6 .text .links .ye figcaption {
        font-size: 25px
    }

    .counter .box {
        flex-direction: column;
        text-align: center
    }

    .getServices {
        height: auto;
        padding: 40px 0
    }

    .getServices .col-lg-5 {
        margin-top: 40px;
        justify-content: initial
    }

    .getServices .col-lg-5 aside::before {
        display: none
    }

    .getServices .col-lg-5 aside::after {
        display: none
    }

    .project .headingBox {
        display: block
    }

    .project .headingBox .heading-btn {
        margin-bottom: 30px
    }

    .project .grid {
        display: block
    }

    .project .grid .box {
        height: auto;
        margin-bottom: 15px
    }

    .services,
    .blog {
        padding: 50px 0 0px
    }

    .testimonial .headingBox h2 {
        font-size: 29px
    }

    .testimonial .img-box {
        zoom: .6;
        align-items: center
    }

    .testimonial .img-box figure {
        margin-top: 200px
    }

    .testimonial .slider-box .owl-dots button:nth-child(1) {
        right: 310px;
        bottom: 70px
    }

    .testimonial .slider-box .owl-dots button:nth-child(2) {
        right: 295px;
        top: -273px
    }

    .testimonial .slider-box .owl-dots button:nth-child(3) {
        right: 156px;
        bottom: 280px
    }

    .testimonial .slider-box .owl-dots button:nth-child(4) {
        right: 14px;
        bottom: 70px
    }

    .testimonial .slider-box .owl-dots button:nth-child(5) {
        right: 28px;
        top: -275px
    }

    footer {
        padding: 0
    }

    footer .footer-top .box img {
        width: 30%
    }

    footer .mainFooter {
        padding: 0
    }

    .cc {
        padding-top: 3rem
    }
}

@media(max-width: 767px) {
    .banner .banner-one {
        padding: 40px 10px
    }

    .banner .banner-one h1 {
        font-size: 45px
    }

    .testimonial .img-box {
        zoom: initial
    }

    .testimonial .img-box::before {
        display: none
    }

    .testimonial .img-box::after {
        display: none
    }

    .testimonial .headingBox h2 {
        font-size: 39px
    }

    .testimonial .slider-box .owl-dots {
        position: initial
    }

    .testimonial .slider-box .owl-dots button {
        position: initial;
        margin: 0 30px
    }

    .testimonial .slider-box .owl-dots button.active span {
        transform: scale(1.3)
    }

    .testimonial .slider-box .owl-dots button span {
        width: 66px;
        height: 66px;
        display: block;
        border-radius: 50%;
        background: #000;
        overflow: hidden;
        border: 2px solid #ffce72;
        border-radius: 50%
    }

    .testimonial .slider-box .owl-dots button span img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .blog .blog-carousel .owl-nav {
        top: -27%;
        right: -2.5%
    }

    footer .footer-top .box figcaption input[type=text] {
        width: auto
    }

    footer .footer-top .box figcaption .tbtn {
        width: 108px;
        font-size: 16px
    }

    footer .footer-top img {
        display: none
    }

    footer .mainFooter {
        padding: 0
    }

    footer .mainFooter .box {
        margin: 30px 0
    }

    footer .mainFooter .box li {
        margin-bottom: 15px
    }

    footer .mainFooter .box li a {
        color: rgba(255, 255, 255, .7)
    }

    footer .mainFooter .box li a:hover {
        color: #2e1b14
    }

    footer .mainFooter .box p {
        color: rgba(255, 255, 255, .7)
    }

    footer .mainFooter .box h2 {
        font-size: 25px;
        position: relative;
        color: #fff;
        text-transform: capitalize
    }

    footer .mainFooter .box h2::after {
        content: "";
        height: 3.5px;
        width: 67px;
        background: #2e1b14;
        position: absolute;
        left: 0px;
        bottom: -15px
    }

    footer .mainFooter .box .os {
        -moz-column-count: 2;
        column-count: 2
    }

    footer .mainFooter .box .os li {
        display: flex;
        max-width: 90%
    }

    footer .mainFooter .box .os li::before {
        content: "";
        color: rgba(255, 255, 255, .7);
        font-family: "Font Awesome 5 free";
        font-weight: 700;
        margin-right: 10px
    }

    footer .mainFooter .box .os,
    footer .mainFooter .box .nl,
    footer .mainFooter .box .wh {
        margin: 40px 0 0
    }

    footer .mainFooter .box .nl form {
        display: flex
    }

    footer .mainFooter .box .nl form input::-moz-placeholder {
        font-size: 18px;
        font-weight: 700
    }

    footer .mainFooter .box .nl form input::placeholder {
        font-size: 18px;
        font-weight: 700
    }

    footer .mainFooter .box .nl form input:focus {
        outline: none
    }

    footer .mainFooter .box .nl form input {
        width: 60%;
        background-color: #2c2b2f;
        color: #fff;
        border: none;
        padding-left: 14px;
        border-radius: 5px 0 0 5px
    }

    footer .mainFooter .box .nl form .tbtn {
        border: 1px solid #2e1b14;
        background: #2e1b14;
        text-transform: capitalize;
        border-radius: 0 5px 5px 0
    }

    footer .mainFooter .box .nl form .tbtn:hover {
        color: #2e1b14;
        background: #fff
    }

    footer .mainFooter .box .wh li {
        display: block
    }

    footer .mainFooter .box .wh li span {
        color: rgba(255, 255, 255, .7)
    }

    footer .mainFooter .box .wh li i {
        margin-right: 10px;
        color: rgba(255, 255, 255, .7)
    }

    footer .mainFooter .box .box.res-box {
        display: flex;
        justify-content: space-between
    }

    footer .mainFooter .box .footer-logo {
        margin-top: 0
    }

    footer .mainFooter .box .social {
        margin: 25px
    }

    footer .mainFooter .box .social ul li {
        margin-right: 10px
    }

    footer .mainFooter .box .social ul li:last-child {
        margin-right: 0
    }

    footer .mainFooter .box .social ul li a i {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        border: 1px solid #ddd;
        font-size: 16px;
        color: #ddd;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .contact aside {
        padding: 0 0 50px
    }
}

@media(max-width: 575px) {
    h2 {
        font-size: 32px
    }

    .banner .banner-one {
        max-width: 100%
    }

    .banner .banner-one h1 {
        font-size: 35px
    }

    .service-area figcaption {
        padding: 40px
    }

    .getServices aside .tbtn {
        width: 200px;
        height: 56px;
        font-size: 16px
    }

    footer .mainFooter .box .os {
        -moz-column-count: 1;
        column-count: 1
    }

    .about .cc {
        padding: 2rem 0 0
    }
}

@media(max-width: 425px) {
    .banner {
        height: auto
    }

    .banner .bannerImg {
        height: 400px
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 28px
    }

    .blog .blog-carousel .owl-nav {
        top: -21%;
        right: .5%
    }

    .blog .blog-carousel .owl-nav button i {
        font-size: 23px
    }

    .blog .blog-carousel .owl-nav button i:nth-child(1) {
        margin-right: 10px
    }

    .about .col-md-6 {
        width: 100%
    }

    .about .col-md-6 .text .links .ye figure {
        flex-direction: column
    }

    .about .col-md-6 .text .links .ye figure h2 {
        margin-bottom: 0
    }

    .about .col-md-6 .text .links .ye figure h2 span {
        font-size: 45px
    }

    .about .col-md-6 .text .links .ye figure h2 i {
        font-size: 20px
    }

    .about .col-md-6 .text .links .ye figcaption {
        font-size: 17px
    }

    .counter .flex {
        flex-direction: column
    }

    .counter .flex .box {
        margin-bottom: 35px
    }
}

/*# sourceMappingURL=style.css.map */

/* WHY CHOOSE US SECTION */
.why-choose-us {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
  font-family: "Georgia", serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  color: #6b3f1d;
  margin-bottom: 10px;
}

.divider {
  width: 60px;
  height: 3px;
  background: #d1a23c;
  margin: 0 auto 15px;
}

.section-subtitle {
  font-size: 16px;
  color: #888;
  margin-bottom: 60px;
  font-family: "Arial", sans-serif;
}

/* FEATURES */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.feature-box {
  padding: 10px;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #f4e6d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon {
  font-size: 30px;
  color: #6b3f1d;
}

.feature-box h3 {
  font-size: 20px;
  color: #6b3f1d;
  margin-bottom: 15px;
  line-height: 1.4;
}

.feature-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  font-family: "Arial", sans-serif;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features {
    grid-template-columns: 1fr;
  }
}


.shop-section {
  padding: 60px 20px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product-card {
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  position: relative;
  background: #fff;
}

.product-card.active {
  border: 2px solid #f5c400;
}

.product-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.desc {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.price {
  font-weight: 700;
  margin-bottom: 15px;
}

.price.highlight {
  color: #f5c400;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn {
  background: #f5c400;
  border: none;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 20px;
  cursor: pointer;
}

.btn.outline {
  background: transparent;
  border: 1px solid #f5c400;
}

.sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f5c400;
  color: #000;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 3px;
}

.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}
