@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    color: var(--primary);
    /* color:red; */
}

:root {
    --height-100: 100px;

    /* --primary: #0d6efd; */
    --primary: #2d2c2b;
    /* --secondary1: #a76643; */
    --secondary: #a76643;

    /* --secondary: #6c757d; */
    --success: #198754;
    --danger: #dc3545;
    --warning: #ffc107;
    --info: #0dcaf0;
    --light: #f8f9fa;
    --dark: #212529;

    /* optional */
    --white: #ffffff;
    --black: #000000;


    /* --font-color: #2B2B2D; */
    /* --section-bg: #f6f6f6; */
    /* --home-height: 100vh; */

    /* --white: #fff;
    --black: #000;
    --primary: #34a0a3;
    --primary: #2d4801; */
}

/*background color*/
.bg-con-bar {
    background-color: var(--secondary);
}

.bg-primary {
    background-color: var(--primary) !important;
}


/* Common Css */
.primary {
    /* background-color: #0d6efd; */
    color: var(--primary);
}

.secondary {
    color: var(--secondary);
}



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

h1 {
    font-size: clamp(32px, 5vw, 64px) !important;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize !important;
}

h2 {
    font-size: clamp(28px, 4vw, 42px) !important;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize !important;
}

.h2_bg {
    background-color: aliceblue;
    padding: 30px 0px;
}

h3 {
    font-size: clamp(24px, 3.5vw, 32px) !important;
    font-weight: 500;
    text-transform: capitalize !important;
}

h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize !important;
    font-weight: 300;
}

h5 {
    font-size: clamp(18px, 2.5vw, 24px) !important;
    font-weight: 600;
    text-transform: capitalize !important;
}

h6 {
    font-size: clamp(16px, 2vw, 20px) !important;
    font-weight: 600;
    text-transform: capitalize !important;
}

p {
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
    color: var(--black);
    text-align: justify;
    /* color: red; */
    /* margin-bottom: 8px; */
}

.cursor-pointer {
    cursor: pointer;
}

.p-detail-sticky {
    position: sticky;
    top: 114px;
}

/* .section_bg {
    background-color: var(--section-bg);
} */


/* 
.height-100,
.h-100 {
    height: calc(var(--height-100));
}
 */

.h-400 {
    height: calc(var(--height-100) + 300px);
}

.h-500 {
    height: calc(var(--height-100) + 400px);
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0px;
}


.text_decoration_underline:hover {
    text-decoration: underline;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

.back_top_block {
    bottom: 0 !important;
}


.back_top {
    position: fixed;
    bottom: -100px;
    z-index: 1;
    right: 0;
    display: inline-block;
    margin: 30px;
    transition: bottom .3s ease-in-out;
}

.back_top:hover {
    color: var(--secondary);
}

.btn_testinmonial{
    display: flex;
}

/* resposive css class */

/* DeskTop   768 thi upar lg*/
@media (min-width: 768px) {

    .scroll_height {
        background: rgb(255 255 255 / 85%);
        backdrop-filter: blur(10px);
        width: 100%;
    }

    section {
        padding: 80px;
    }

    .menu_button {
        display: none;
    }

    .curated-img {

        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;

        /*    width: 100%;
    height: 60vh;
    object-fit: cover; */
        /* border-radius: 12px; */
    }

    .about-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 265px;
        gap: 5px;
    }

    .collection-grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* grid-auto-rows: 300px; */
        gap: 5px;
    }



    /* .thread-grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 265px;
        gap: 16px;
    } */
    .features-category>div {
        width: auto;
    }

    .px_30 {
        padding: 4px;
    }

    .home-height {
        height: calc(100vh - 90px);
    }
}

/* Teblet   576 to 767 sudhi md*/
@media (max-width: 767px) {
    section {
        padding: 50px;
    }

    .menu_button {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
    }


    .menu_button .menu_line_1 {
        top: 6px;
        width: 70%;

    }

    .menu_button .menu_line_2 {
        top: 13.5px;
        width: 100%;
        transform-origin: right;
        transition: .6s;
    }

    .menu_button .menu_line_3 {
        top: 21px;
        width: 50%;
    }

    .menu_button .menu_line_1,
    .menu_button .menu_line_2,
    .menu_button .menu_line_3 {
        position: absolute;
        height: 2px;
        background-color: var(--black);
        border: none;
        transition: .5s ease-in;
    }

    .curated-img {
        display: grid;
        height: 450px;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .navbar .nav {
        /* display: none; */
        width: 0px;
        flex-direction: column;
        background-color: white;
        /* position: fixed; */
        top: 99px;
        height: calc(100vh - 0px);
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        transition: .2s ease-in-out;
        overflow: hidden;
        position: fixed;
    }

    .menucollapsed {
        width: 100% !important;
    }

    .about-grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
    }

    .collection-grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 260px;
    }

    /*  .thread-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
        gap: 16px;
    } */
    /* .features-category>div {
        width: 48%;
        justify-content: center;
    } */

    .px_30 {
        padding: 0px 30px;
    }

    .home-height {
        height: calc(70vh - 90px);
    }

    .p-detail-sticky {
        position: static;
        top: 114px;
    }
}

/* Mobile 0 t0 575 sm */
@media (max-width: 575px) {
    section {
        padding: 30px;
    }

    .curated-img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .h-500 {
        height: calc(var(--height-100) + 100px);
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .about-grid-container {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .collection-grid-container {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    /*  .thread-grid-container {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    } */

    .features-category>div {
        width: 100%;
        justify-content: flex-start;
    }

    .px_30 {
        padding: 0px 30px;
    }

    .home-height {
        height: calc(40vh - 90px);
    }

    .p-detail-sticky {
        position: static;
        top: 114px;
    }

    .btn_testinmonial{
        display: none;
    }
    
}

.collection-grid-container>div {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    /* same as pb-4 */

}

.collection-grid-container>div p {
    /* padding: 5px; */
    /* same as p-2 */
    /* margin-top: 10px; */
    margin-bottom: 5px;
}



.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0px 30px;
}

.fixed_header {
    height: 90px;
}

.fixed_header .navbar {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
}

.fixed_header .navbar .container-fluid {
    height: 100%;
}

.navbar-logo-img {
    height: 47px;
    justify-self: center;
    cursor: pointer;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    vertical-align: middle !important;
}

.nav-items {
    padding: .5rem 1rem;
}

.nav-link {
    display: block;
    padding: 0rem 0rem;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: var(--primary);
}

.nav-link:hover,
.nav-link.underlinehome.active {
    color: var(--secondary) !important;
}

.nav-link.active {
    color: var(--secondary);
    border-bottom: 2px solid var(--secondary);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row: span 1;
    grid-column: span 2;
    /* grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    /*  grid-row: span 1;
    grid-column: span 2; */
    gap: 5px;
}

/* .item_padding {
    padding: 24px 0px;
} */


.card:hover {
    background-color: #e9e9e9;
    /* Change background color */
    /*  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);  */
}

.about-grid-item.wide {
    grid-row: span 2;
    grid-column: span 1;
}

.about-grid-item.wide_row {
    grid-row: span 1;
    grid-column: span 2;
}

.about-grid-item.wide_row:hover {
    grid-row: span 1;
    grid-column: span 2;
    background-color: #000;
    color: #000;
}

/*thread*/
/* .thread-grid-item.large {
    grid-row: span 3;
    grid-column: span 1;
} */



/* Base item */
.grid-item {
    overflow: hidden;
    /* border-radius: 5px; */
}

/* Image styling */
.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Variations */
.grid-item.tall {
    grid-row: span 2;
    grid-column: span 1;
}

.grid-item.wide {
    grid-row: span 2;
    grid-column: span 2;
}

.grid-item.large {
    grid-row: span 1;
    grid-column: span 2;
}


/*Kunjal*/

/*Filter*/
/*Footer Logo*/
.filter {
    filter: brightness(0) invert(1);
}

.filter_brightness {
    filter: brightness(0.6);
}

.foot-logo {
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*footer*/
footer {
    height: 500px;
}

/*indiqlo logo*/
.indiqlologo {
    width: 140px;
    filter: brightness(0) invert(1);
}

/*contact arrow*/
i.indx-i {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-icon {
    background: var(--primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.custom-icon:hover {
    background: var(--secondary);
    color: var(--white);
    cursor: pointer;
}

.custom-icon i {
    transition: transform 0.3s ease;
}

span {
    font-weight: 600;
}

/*-------------------------------------------------*/

/* form contact */
.custom-input .form-control,
.custom-input .input-group-text {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
}

.custom-input .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #000;
}

.custom-input .input-group-text {
    color: #000;
}

.custom-btn {
    background: var(--primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background: var(--secondary);
    transform: translateY(-2px);
    color: var(--white);
}

.custom-btn i {
    transition: transform 0.3s ease;
}

.custom-btn:hover i {
    transform: translateX(4px);
}



.icon-circle {
    width: 55px;
    height: 55px;
    /* background: sienna; */
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 20px;
    color: var(--white);
}

.phone-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.fw-600 {
    font-weight: 600 !important;
}



.sticky {
    position: sticky;
    top: 94px;
}

.size-menu>li {
    list-style-type: none;
    color: var(--primary);
    border: 1px solid gray;
    /* border-radius: 5px; */
    margin-right: 10px;
    font-size: 16px;
    width: 80px;
    padding: 3px 0px;
    height: auto;
    font-weight: 500;
    /* border-radius: 100%; */
    text-align: center;
    align-content: center;
    cursor: pointer;
}

.size-menu>li:hover {
    color: var(--white);
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.size-menu-col>li {
    list-style-type: none;
    color: var(--primary);
    border: 1px solid gray;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 10px;
    width: 30px;
    padding: 3px 0px;
    height: auto;
    font-weight: 500;
    /* border-radius: 100%; */
    text-align: center;
    align-content: center;
    cursor: pointer;
}

.size-menu-col>li:hover {
    color: var(--white);
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

/* .type-border {
    border: 1px solid gray;
    margin-right: 10px;
    font-size: 16px;
    width: 40px;
    height: 20px;
} */

th {
    font-weight: 400;
    color: var(--black);
    /* vertical-align: top; */
    /* white-space: nowrap; */
}

td {
    color: var(--black);
    /* font-size: 14px; */
    padding-bottom: 8px;
}
/* 
.language-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
} */
/* 
.row-span-3 {
    grid-row: span 3;
} */

/* 
.merge-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.merge-vertical>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
 */

.popular-product {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}

.support-box {
    background-color: #e6dfcf;
    /* border: 1px dashed #7a6f55; */
    border: 1px solid var(--black);
    /* color: #4f4633; */
}

.fabric-box {
    /* background-color: gray;
    color: #ffffff; */
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: 1px 8px;
    /* margin-top: 10px; */
    /* margin-bottom: 5px; */
    width: fit-content;
    font-size: 12px;
}




.features-category {
    flex-wrap: wrap;
}

.image-scroll-container {
    height: 100vh;
    overflow-y: auto;

    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

/* Each image takes full screen & snaps */
.snap-item {
    height: 100vh;
    scroll-snap-align: start;

    display: flex;
    align-items: center;
    justify-content: center;
}



/* Home vertical image slide */

/* .v-slider {
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
} */
