@import url('https://fonts.googleapis.com/css2?family=Sail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --theme-color: #cb8161;
    --light-gray: #F8F9FA;
    --theme-light: #f9e2cc;
    --theme-bg: #FFF2E9;
}

.container {
    max-width: 1350px !important;
}

body {
    overflow-x: hidden !important;
}

/* fonts  */

.sail-font {
    font-family: "Sail", system-ui;
}

.mooli-font {
    font-family: "Mooli", sans-serif;
}

.cormorant-garamond-font {
    font-family: "Cormorant Garamond", serif;
}

.lato-font {
    font-family: "Lato", sans-serif;
}

p, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

/* colors  */
.bg-theme {
    background: var(--theme-color);
}

.bg-tlight {
    background: var(--theme-light);
}

.section-bg {
    background: var(--theme-bg);
}

.text-theme {
    color: var(--theme-color);
}

.bg-gray {
    background: var(--light-gray);
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.gradient-border {
    /* width: 300px; */
    border: 8px solid;
    border-image: linear-gradient(45deg, #FEF4A9, #DB923E, #FEF4A9, #DB923E) 1;
    border-radius: 10px;
}

/* header */
header {
    position: fixed !important;
    z-index: 99;
    width: 100%;
    top: 0;
    /* background: #d6d6d635; */
    backdrop-filter: blur(10px);
}

/* logo  */
.logo {
    width: 150px;
}

.menu-icon {
    border: 1px solid var(--theme-color);
    padding: 7px 26px 7px 9px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #a98c52;
}

.nav-link.active, .nav-link:hover {
    color: var(--theme-color) !important;
    font-weight: 900;
}

.nav-hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--theme-color);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.nav-hover:hover::after {
    width: 100%;
    right: initial;
    left: 0 !important;
}

.nav-hover.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transform: translatey(0);
}

.dropdown-menu {
    margin-top: 0;
    border: 0;
    box-shadow: inset 0px 0px 3px #e5e5e5;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}


.dropdown-item.active, .dropdown-item:active {
    background: transparent !important;
    color: var(--theme-color);
    /* margin-left: 5px; */
}

.dropdown-hover.active, .dropdown-hover {
    transition: all 0.3s ease-in-out;
}

.dropdown-hover::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: var(--theme-color);
    top: 20px;
    left: 0;
    visibility: hidden;
}

.dropdown-hover:hover {
    margin-left: 5px;
    color: var(--theme-color);
    background: transparent !important;
}

.dropdown-hover:hover::after {
    visibility: visible;
}

.theme-btn {
    padding: 14px 24px;
    font-size: 18px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all 0.3s ease-in-out;

}

.theme-btn::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #ffefef;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.theme-btn:hover::after {
    visibility: visible;
    width: 100%;
    right: initial;
    left: 0;
}

.theme-btn:hover {
    border-radius: 0;
    color: var(--theme-color) !important;
}

.icon-padding {
    padding: 13px 28px 13px 13px;
}

.font-large {
    font-size: 120px;
    opacity: 20%;
}

/* hero */
.hero-section {
    background: url('/assets/images/background/bg-img-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.vertical-line {
    width: 1px;
    height: 50px;
    background: var(--theme-color);
    margin: 30px 10px;
}

.carousel-inner {
    height: 850px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 5px;
    background-color: var(--theme-color);
}

.carousel-indicators .active {
    width: 20px;
}

/* seller */
.seller-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(20deg, #000, #00000000);
    top: 0;
    left: 0;
}

.hover-box img, .seller-content {
    transition: all 0.3s ease-in-out;
}

.hover-box:hover img {
    transform: scale(1.1);
}

.seller-box:hover .seller-content {
    margin-left: 5px;
}

/* category  */
.swiper-pagination-bullet {
    background: var(--theme-color) !important;
    position: relative;
}

.swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    background: #ffff !important;
    border: 1px solid var(--theme-color);
    position: relative;
}

.swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    top: 4px;
    left: -11px;
    margin: 0 5px;
    background: var(--theme-color);
    z-index: -1;
}

.category-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.category-box:hover img {
    transform: scale(0.9) !important;
}

/* ROUND CENTER OVERLAY */
.category-contain {
    width: 0%;
    height: 0%;
    transition: all 0.3s ease-in-out;
}

.category-box:hover .category-contain {
    width: 60%;
    height: 60%;
}

.category-box .category-contain a {
    visibility: hidden;
    transition: all 0.3s linear;
}

.category-box:hover .category-contain a {
    visibility: visible;
}

/* handicraft */
.handicraft-section {
    background: linear-gradient(to left, #ffffff65, #ffffff88), url('/assets/images/background/bg-1.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.quality-icon {
    transition: transform 0.6s ease-in-out;
}

.handicraft-box:hover .quality-icon {
    transform: rotateY(360deg);
}

.handicraft-box h5:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 10px;
    left: -25px;
    background: var(--theme-color);
    visibility: hidden;
}

.handicraft-box h5 {
    transition: all 0.3s linear;
}

.handicraft-box:hover h5 {
    transform: translateX(15px);
}

.handicraft-box:hover h5:after {
    visibility: visible;
}

.handicraft-image .intro-2 {
    width: 300px;
    bottom: -80px;
    left: -80px;
}

.handicraft-image .intro-1, .handicraft-image .intro-2 {
    transition: all 0.3s ease-in-out;
}

.handicraft-image:hover .intro-1 {
    transform: translateY(-2px);
}

.handicraft-image:hover .intro-2 {
    transform: translateY(2px);
}

/* collection  */
.collection-section {
    background: linear-gradient(to left, #ffffff65, #ffffff88), url('/assets/images/background/bg-2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

/* review */
.review-slider {
    background: linear-gradient(to left, #ffffff2d, #ffffff26), url('/assets/images/background/bg-img-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 900px;
}

.review-card {
    max-width: 700px;
    margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--theme-bg) !important;
    background: var(--theme-color) !important;
    padding: 0 22px;
    border-radius: 50%;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 15px !important;
}

/* newsletter */
.newsletter-section {
    background: linear-gradient(to left, #2b2b2b67, #131313a1), url('/assets/images/background/newsletter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
}

.newsletter-form input {
    width: 600px;
}

form input::placeholder {
    color: #ffff !important;
}

input:focus-visible {
    outline: none !important;
}

/* footer */
footer {
    background: url('../images/background/bg-img-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.social-icon a {
    background: var(--theme-color);
    width: 35px !important;
    height: 35px !important;
    line-height: 33px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.social-icon a:hover {
    border-color: var(--theme-color);
    background: transparent;
    color: var(--theme-color) !important;
    transform: scale(0.9) !important;
}

/* about / profile page  */

.profile-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/about/about-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

.profile-infra {
    background: linear-gradient(to left, #ffffff96, #ffffff93), url('../images/background/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* about divine page  */
.divine-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/divine/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

.divine {
    background: linear-gradient(to left, #ffffffb9, #ffffffa9), url('../images/background/bg-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* about story page  */
.story-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/story/hero.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

/* legel page  */
.legel-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/legel/hero.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

/* banker page  */
.banker-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/banker/hero.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

.bankdata-bg {
    background: linear-gradient(to left, #ffffffc3, #ffffffd3), url('../images/background/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bank-table {
    border-collapse: collapse;
}

.bank-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
}

/* gallery page */
.gallery-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/gallery/hero.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

.video-gallery video {
    width: 225px;
    height: 200px;
    object-fit: cover;
}

/* contact */
.contact-bg {
    background: linear-gradient(to left, #00000076, #00000095), url('../images/contact/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 500px;
}

.contact-box {
    background: #ffd8c721;
    height: 230px;
}

.contact-box .contact-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.contact-section {
    background: linear-gradient(to left, #ffffffc3, #ffffffd3), url('../images/background/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}