* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #e1cb53 50%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter_18pt-Regular;
    src: url(../assets/fonts/Inter_18pt-Regular.ttf);
}

@font-face {
    font-family: arbley-regular;
    src: url(../assets/fonts/marbley-regular.otf);
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

h1,
h2 {
    font-family: arbley-regular;
    font-weight: 100;
}

h3,
h4,
h5 {
    font-family: Inter_18pt-Regular;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
    line-height: 41px;
}

a {
    text-decoration: none;

}

li {
    list-style: none;
}

p,
a {
    font-family: Inter_18pt-Regular;
    font-size: 16px;
    line-height: 25px;
}

.fr-up {
    overflow: hidden;
    position: relative;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}

/* header  */

.container-2 {
    padding: 0px 80px;
}

.hdr-cont-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr-cont-tp .logo img {
    height: 60px;
    object-fit: contain;
}

.header2 {
    padding: 20px 0 10px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #0000001a;
    backdrop-filter: blur(8px);
}

.header {
    padding: 20px 0 10px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #0000001a;
    backdrop-filter: blur(8px);
}
.hd-rt{
    display: flex;
    gap: 50px;
    align-items: center
}
.header2 .hdr-cnt-btn a p {
    color: #000000;
    padding: 8px 32px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background-color: #fff;
    width: fit-content;
}

.hdr-cnt-btn a p {
    color: #000000;
    padding: 8px 32px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background-color: #fff;
}

.hdr-ln {
    height: 1px;
    width: 98%;
    background-color: rgb(228, 228, 228);
    margin: 5px auto 0 auto;
}
.hdr-cont-btm{
    display: none;
}

.hdr-cont-btm img {
    height: 67px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 19px;
}
.ind1-tp-bg-rt{
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;

}
.ind1-tp-bg-rt h2{
    margin: 10px;
}
.ind11-flx{
    display: flex;
}

.hdr-btm-flx {
    display: flex;
    align-items: center;
    justify-content: end;
    /* margin-top: 33px; */
}

.srch-bx input {
    width: 500px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #dadada;
    padding: 0px 20px;
}

.header2 .srch-bx input {
    width: 500px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 0px 20px;
    color: #fff;
}

.header2 .srch-bx input::placeholder {
    color: #fff;
}

.pages ul {
    display: flex;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.pages ul li p {
    color: #ffffff;
    font-size: 15px;
}

.pages {
    margin-bottom: 3px;
}

/* header close  */


/* index  */

.main-bg {
    height: 84vh;
    width: 100%;
    /* background-image: url(../assets/images/107.png); */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: end;
}

/* .main-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.877), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */
.mn-dt{
    width: 11px;
    height: 11px;
    background-color: #adadad;
    border-radius: 50%;
}
.mn-bx{
    width: 18px;
    height: 4px;
    background-color: #d1d1d1;
    /* border-radius: 50%; */
}
.mn-dts{
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: absolute;
    top: 70%;
    left: 80px;
    z-index: 2;
}
.mn-bxs{
    display: flex;
    gap: 20px;
    position: absolute;
    top: 25%;
    left: 100px;
    z-index: 2;
}
.mr-lft-h2 {
    padding-left: 60px;
}

.mn-bg-img-bx {
    width: 57%;
    height: 108%;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 30px;

}

.mn-bg-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.main {
    position: relative;
}

.main-sec-cont {
    position: relative;
    z-index: 2;
}

.main-sec-cont {
    margin-bottom: 5px;
    width: fit-content;
    background-color: #ffffff;
    padding: 60px 30px 60px 0px;
    backdrop-filter: blur(8px);
    /* box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25); */
}

.main-sec-cont h1 {
    margin: 15px 0 5px 0;
    color: #000000;
    font-size: 66px;
    line-height: 74px;
    position: relative;
    z-index: 9;
}

.main-sec-cont p {
    max-width: 600px;
    margin-bottom: 20px;
    color: #000000;
}

.main-btn {
    padding: 3px 3px 3px 20px;
    border: 1px solid #000000;
    border-radius: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;

}
.main-btn:hover .arow-div i{
    rotate: -45deg;
        transition: all 0.3s ease-in-out;

}
.main-btn .arow-div i{
        transition: all 0.3s ease-in-out;

}

.main-btn p {
    margin-bottom: 0;
    color: #000000;
}

.arow-div {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #bf8c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.arow-div i {
    font-size: 20px;
    color: #fff;
}

.mn-btn-mn-scls {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.mn-scls {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mn-scls i {
    font-size: 25px;
    color: #000000;
}

.main-sec-cont h3 {
    font-weight: 600;
    margin-bottom: 0px;
    color: #c49e58;
    font-size: 15px;
}

.ind1-tp-img-bx {
    width: 300px;
    height: 190px;
    border: 6px solid #ffffff;
}

.ind1-tp-img {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: 0;
    top: -130px;
    z-index: 9;
}

.ind1-tp-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-1 {
    position: relative;
    padding-top: 165px;
}

.btm-bg {
    width: 70%;
    height: 68px;
    background-color: #2C2D32;
    position: absolute;
    right: 0;
    margin-top: -137px;
}
.main-bg-h2 {
    font-size: 306px;
    position: absolute;
    top: 17%;
    left: -78px;
    z-index: 8;
    color: #e7e7e759;
    font-weight: 600;
}
.btm-bg2 {
    width: 90px;
    height: 340px;
    background-color: #c49e58;
    position: absolute;
    right: 0;
    margin-top: -180px;
}
.btm-bg3 {
    width: 20%;
    height: 80px;
    background-color:#2C2D32;
    position: absolute;
    left: 0;
    margin-top: -112px;
}
.ind1-tp-bg-img-bx {
    width: 100%;
    height: 490px;
    position: relative;
    bottom: -100px;
    padding-right: 20px;
}
.ind1-tp-bg-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind1-tp-bg {
    height: 550px;
    width: 100%;
    background-color: #2C2D32;
    position: relative;
    top: -50px;
    z-index: -1;
}
.ind1-tp-bg2 {
    height: 100px;
    width: 84.5vw;
    background-color: #2C2D32;
    position: relative;
    z-index: -2;
    margin-left: auto;
    margin-top: -50px;
}

.ind1-lft {
    position: relative;
}

.ind1-lft-img-1 {
    width: 70%;
    position: relative;;
}

.ind1-lft-img-1::before {
    content: "";
    height: 96%;
    width: 97%;
    border: 12px solid #745A37;
    position: absolute;
    top: -30px;
    left: -30px;
}

.ind1-lft-img-1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.ind1-lft-img-2 {
    width: 415px;
    position: absolute;
    right: 22px;
    bottom: 183px;
}

.ind1-lft-img-2::before {
    content: "";
    height: 93%;
    width: 97%;
    border: 10px solid #745A37;
    position: absolute;
    top: -23px;
    left: 15px;
}

.ind1-lft-img-2 img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    object-position: center;
}

.ind1-rt {
    margin-top: 70px;
    position: relative;
}

.ind1-rt-bg {
    --blur-radius: 5px;
    --x-offset: 0px;
    --y-offset: 2px;
    --color: rgb(0 0 0 / 31%);
    filter: drop-shadow(var(--x-offset) var(--y-offset) var(--blur-radius) var(--color));
    display: flex;
    justify-content: end;
}

.clip-path {
    width: 82%;
    height: 100%;
    background: #ffffff;
    --path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 10%);
    clip-path: var(--path);
    padding: 68px 40px 80px 40px;
}

.clip-path h2 {
    font-size: 36px;
    line-height: 34px;
    margin: 10px 0px;
    margin-left: 30px;
}

.clip-path h4 {
    color: #bf8c3c;
}

.ind-rt-img {
    width: 80%;
    position: relative;
    bottom: 60px;
    height: 277px;
    margin-left: 50px;

}

.ind-rt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.ind-rt-img::before {
    content: "";
    height: 93%;
    width: 95%;
    border: 8px solid #745A37;
    position: absolute;
    top: 23px;
    left: 27px;
}

.rt-dm-bg {
    position: absolute;
    right: -27px;
    bottom: 242px;
    width: 400px;
    height: 62px;
    background-color: #AF5830;
    z-index: -1;
}

.ind-2 {
    padding: 60px 0;
    padding-top: 100px;
    position: relative;
}
.ind2-bg {
    height: 670px;
    width: 61%;
    background-color: #f1f1f1;
    position: absolute;
    top: 22%;
    right: 0;
    z-index: -1;
}

.ind2-cont h2 {
    text-align: center;
    margin-bottom: 10px;
}

.ind2-cont p {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.ind2-lft-tp {
    width: 100%;
    height: 450px;
}

.ind2-lft-tp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind2-img-sec {
    margin-top: 80px;
}

.ind2-lft-tp {
    margin-bottom: 20px;
}



.ind2-lft-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind2-lft-btm-img-bx {
    width: 49%;
    height: 250px;
}
.ind2-lft-btm-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind1-lft-p {
    margin-top: 10px;
    /* max-width: 510px; */
}
.ind1-tp-bg-img-bx-bg {
    position: absolute;
    bottom: -87px;
    left: -27px;
    height: 127px;
    width: 182px;
    background-color: #c49e58;
    z-index: -3;
}

.ind2-rt-btm {
    width: 100%;
    height: 450px;
}

.ind2-rt-btm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind2-img-sec {
    margin-top: 80px;
}

.ind2-rt-btm {
    margin-top: 20px;
}

.ind2-rt-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind2-rt-tp-img-bx {
    width: 49%;
    height: 250px;
}

.ind2-rt-tp-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind2-img-bx img {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;

}

.ind2-img-bx {
    position: relative;
    overflow: hidden;

}

.ind2-img-bx::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
    height: 50%;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ind2-img-bx:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.ind2-img-txt {
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: flex;
    justify-content: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.ind2-img-txt p {
    letter-spacing: 2px;
    font-size: 19px;
}

.sml-p p {
    font-size: 15px;
}

/* .ind2-img-bx::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    height: 50%;
    width: 70%;
    z-index: 2;
} */

.ind-3 {
    padding: 50px 0;
}

.ind3-rt {
    width: 100%;
    height: 550px;
    padding-left: 50px;
    overflow: hidden;
}

#displayed-image {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.flip-out {
    transform: rotateY(90deg);
    opacity: 0;
}

.flip-in {
    transform: rotateY(0);
    opacity: 1;
}

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

.ind3-cng-btn .ind3-btn-bx {
    margin: 40px 0;
    border-bottom: 1px solid #745A37;
}

.ind3-cng-btn .ind3-btn-bx h2 {
    font-size: 24px;
}

.ind3-cng-btn {
    margin-top: 50px;
}

.ind4-cont {
    padding: 0 50px;
}

.ind4-cont h2 {
    position: relative;
    width: fit-content;
}

.ind4-cont h2::after {
    content: "";
    position: absolute;
    width: 100px;
    left: 102%;
    bottom: 0;
    height: 2px;
    background-color: #000000;
}

.ind4-cont h2::after {
    content: "";
    position: absolute;
    width: 130px;
    left: 104%;
    bottom: 11px;
    height: 2px;
    background-color: #000000;
}

.ind-4 {
    padding: 70px 0;
    position: relative;
}
.ind4-bg{
    width: 100%;
    height: 300px;
    /* background-image: linear-gradient(#ffffff, #f5f5f5); */
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: -1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    padding: 6px 6px 6px 6px;
    margin: 0 10px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ind-4-prdct-sec {
    margin-top: 50px;
}

.swiper-img-bx {
    width: 100%;
    height: 460px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.swiper-img-bx::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #cacaca;
    width: 80%;
}

.swiper-pagination {
    display: none;
}

.prdct-dtls {
    text-align: center;
}

.str {
    display: flex;
    gap: 7px;
    justify-content: center;
}

.prdct-nm {
    margin-top: 10px;
}

.str img {
    width: 16px;
    object-fit: contain;
}

.ind-prdct-mor-btn {
    margin-top: 50px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

.ind-prdct-mor-btn p {
    text-align: center;
    font-size: 15px;
    padding: 7px 30px;
    border-radius: 50px;
    border: 1px solid #bf8c3c;
    color: #bf8c3c;
    width: fit-content;
    margin: 0 auto;
    width: fit-content;
}

.ind5-hdng {
    text-align: center;
}

.ind-5 {
    padding: 50px 0;
}

.ind5-hdng p {
    max-width: 700px;
    margin: 0 auto;
}

.ind5-hdng h2 {
    margin-bottom: 10px;
}

.ind5-slide-img-bx {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.ind5-slide-img-bx:hover img {
    scale: 1;
    transition: 0.4s;
}

.ind5-slide-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    scale: 1.1;
}

.prdcts-slide .item {
    padding: 10px;
}

.ind5-slider {
    margin-top: 50px;
}

.ind5-slide-img-bx::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 50%;
}

.prd-sld-nm {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.prd-sld-nm h3 {
    font-weight: 100;
    color: #fff;
    font-size: 20px;
    text-wrap: nowrap;
}

.container3 {
    padding: 0 170px;
}

.ind-6 {
    padding: 120px 0 0 0;
    background-color: #F9E9D0;
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.ind-6 .ind6-pos-img {
    width: 400px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ind-6 .container {
    position: relative;
    height: 100%;
}

.ind6-lft {
    height: 540px;
    display: flex;
    align-items: center;
}

.ind6-lft h2 {
    max-width: 436px;
    margin-bottom: 10px;
}

.ind6-lft .ind6-lft-btn {
    margin-top: 30px;
    position: relative;
    font-size: 25px;
    width: fit-content;
    color: #AF5830;
}

.ind6-lft .ind6-lft-btn::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 114%;
    width: 70px;
    height: 1px;
    background-color: #AF5830;
}

.ind6-rt-bx {
    width: 230px;
    height: 200px;
    border-radius: 10px;
}

.ind6-rt-bx.bx-ylow {
    background-color: #CA9D57;
    margin: 30px 0;
}

.ind6-rt-bx.bx-drk {
    background-color: #975827;
    margin: 30px 0;
}

.ind6-rt {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.blk2 {
    margin-top: -50px;
}

.ind6-rt-bx {
    background-image: url(../assets/icons/8.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.ind6-rt-bx img {
    width: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.ind6-rt-bx h3 {
    color: #fff;
    font-weight: 100;
}

.ind-7 {
    padding: 100px 0;
}

.test-hdng {
    text-align: center;
}

.test-hdng h2 {
    margin-bottom: 10px;
}

.testi-cont-bx {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #b4b4b4;
    padding: 55px 30px 30px 50px;
}

.testimonial {
    margin-top: 50px;
}

.testi-img {
    width: 95px;
    object-fit: contain;
    position: absolute;
    left: 20px;
    top: 19px;
}

.testimonial .itm {
    position: relative;
    padding: 50px 0 0 50px;
}

.nine-icon {
    position: absolute;
    width: 68px;
    right: 20px;
    top: 80px;
}

.testi-cont-bx h2 {
    font-size: 22px;
}

.testi-cont-bx p {
    margin: 5px 0;
}


/* index close  */

/* about  */


.page-hdr {
    height: 350px;
    width: 100%;
}

.page-hdr .abt-hdr {
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/16.jpg);
    background-size: cover;
}

.abt-1 {
    padding: 100px 0;
    position: relative;
    height: 100%;
}

.abt-cont h2 {
    width: fit-content;
    position: relative;

}

.abt-cont h2::after {
    content: "";
    position: absolute;
    width: 100px;
    left: 107%;
    bottom: 11px;
    height: 2px;
    background-color: #000000;
}

.abt-1-shdow-bx {
    width: 100%;
    height: 350px;
    background-color: #FFFDFB;
    box-shadow: 0px -4px 17px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.abt-fst-cont {
    display: flex;
    margin-top: 45px;
    justify-content: center;

}

.abt-fst-img {
    width: 620px;
    height: 500px;
    margin-top: 82px;
}

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

.abt-fst-rt {
    width: 650px;
    height: fit-content;
    background-color: #FCF4E8;
    padding: 70px 60px;
    margin-left: -80px;
}

.abt-fst-rt {
    text-align: center;
}

.abt-fst-rt h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.exp-cont h2 {
    font-size: 20px;
    line-height: 31px;
    color: #975827;
}

.exp-cont h2 span {
    font-size: 50px;
}

.exp-cont {
    margin-top: 50px;
    margin-left: 50px;
    display: flex;
    gap: 30px;
}

.abt2-cont-hdng {
    text-align: center;
}

.abt-2 {
    padding: 20px 0;
}

.abt-2-lft-img1 {
    height: 400px;
    width: 300px;
}

.abt-2-lft-img1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-2-lft-img2 {
    height: 400px;
    width: 300px;
    position: absolute;
    right: 0;
    top: 30px;
}

.abt-2-lft-img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-2-lft {
    position: relative;
}

.abt-2 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffff, #FBF1E0);
    padding: 100px 0;
}

.msn {
    margin-bottom: 20px;
}

.vsn {
    margin-top: 30px;
    margin-left: 100px;
}

.msn h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.msn p {
    max-width: 500px;

}

.vsn h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.vsn p {
    max-width: 500px;

}

.abt-2-rt {
    padding-left: 30px;
}

.ms-vs-ln {
    width: 90%;
    height: 2px;
    background-color: #e0e0e0;
    margin-left: auto;
    margin-top: 33px;
    margin-bottom: 35px;
}

/* about close  */

/* blog  */

.blg-1 {
    padding: 80px 0 30px 0;
}

.blg1-cont .blg-hdng h2 {
    width: fit-content;
    position: relative;
}

.blg1-cont .blg-hdng h2::after {
    content: "";
    position: absolute;
    width: 100px;
    left: 107%;
    bottom: 11px;
    height: 2px;
    background-color: #000000;
}

.blogs {
    margin-top: 70px;
}

.blog-img {
    width: 100%;
    height: 250px;
}

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

.blog-cont {
    width: 100%;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.blog-cont h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 27px;
}

.blg-smr {
    margin-top: 10px;
}

.blg-smr p {
    color: #975827;
}

.blogs .col-md-4 {
    margin-bottom: 20px;
}

.blg-innr-img {
    width: 800px;
    height: 500px;
}

.blg-innr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-inner-cont {
    margin-top: 80px;
}

.blg-inner-txt {
    margin-top: 50px;
}

.blg-inner-txt h2 {
    font-size: 28px;
    line-height: 30px;
}

.blg-inner-txt p {
    margin: 10px 0;
}

.blg-inner-txt {
    max-width: 800px;
}


/* blog close  */

/* contact  */
.contact-conts {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-lft h2 {
    font-size: 30px;
    margin-bottom: 50px;
}

.cnct-lft-flx {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.cnct-lft-flx i {
    margin-top: 3px;
    font-size: 20px;
}

.cnct-lft-flx p {
    font-size: 20px;
    max-width: 400px;
}

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

.cnct-scls-flx {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cnct-scls {
    margin-top: 50px;
}

.cnct-scls h2 {
    margin-bottom: 20px;
}

.cnct-scls i {
    font-size: 25px;
}


/* contact close  */

/* products  */

.prdct {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.prdct h2 {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.prdct h2::before {
    height: 0%;
    background-color: transparent;
}

.prdct .logo {
    width: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.prdct .mlm {
    font-weight: 600;
    margin: 10px 0;
}

.prdct p {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}

.prdct .prdt2 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 150px;
}

.category-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.category-btn .is-checked {
    background-color: #975827 !important;
    color: #fff;
    border: 1px solid #975827 !important;
}

.prdct-fl {
    height:100%;
    margin-bottom: 30px;
    /* background-color: #F8F8F8; */

}

.prdct-fl:hover .prdct-img-bx img {
    scale: 1.1;
    transition: 0.4s;
}

.prdct-fl .dets {
    padding: 10px;
}

.prdct-fl .dets h4 {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 8px;
}

.ind3-btn-bx {
    cursor: pointer;
}

.ind3-btn-bx.active {
    background-color: #2C2D32;
    color: white;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}

.prdct-fl .dets p {
    font-size: 14px;
}

.prdct-fl .dets .wght {
    font-size: 14px;
    float: right;
}

.prdct-img-bx {
    height: 390px;
    padding: 0px 0px 20px 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.prdct-img-bx::after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.prdct-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.prdct-hdng {
    text-align: center;
}

.cz-gal-blk {
    margin-top: 30px;
}

.row.prod-rw {
    margin-top: 80px;
}

.category-btn .button {
    padding: 6px 20px;
    border: 1px solid #969696;
    border-radius: 20px;
    background-color: transparent;
    cursor: pointer;
}

.category-btn .button h3 {
    font-size: 15px;
    font-weight: 100;
}

.dets .prdct-nm {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dets .prdct-nm p {
    font-size: 18px;
    margin-top: 5px;
}


/* products close  */


/* footer  */

.footer-bg {
    width: 100%;
    height: 100%;
    background-image: url(../assets/icons/11.png);
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #9F8060;
}

.footer-cont {
    display: flex;
    justify-content: space-between;
}

.bk-tp-btn button {
    background-color: #975827;
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}

.log-fst {
    display: flex;
    gap: 150px;
}

.log img {
    height: 70px;
    margin-bottom: 20px;
}

.fst-rt ul li p {
    color: #fff;
    margin: 15px 0;
}

.footer-bg {
    padding: 80px 0;
}

.foot-scnd {
    display: flex;
    gap: 150px;
}

.log p {
    max-width: 300px;
}

.footer-cont {
    color: #fff;
}

.ftr-scl {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.ftr-rt-scl {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.ftr-scl i {
    font-size: 28px;
}

.ftr-rt-scl i {
    margin-top: 5px;
}

.ftr-rt-scl p {
    max-width: 300px;
}

.ftr-rt-scl {
    display: flex;
}

.ftr-rt-scl i {
    font-size: 15px;
}


.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;
}

.copyright {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 80px;
    font-weight: 100;
    font-size: 13px;
}

.copyright img {
    position: relative;
    top: 3px;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}


.con2-conts a p {
    color: #fff;
}

.ftr-cnct-flx p a {
    color: #fff;
}

.ftr-wtsp {
    width: 50px;
    object-fit: contain;
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 22222;
}


/* footer close  */
