@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@font-face {
    font-family: 'Antiqua Roman';
    src: url('../fonts/Antiqua Roman Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Test Founders Grotesk';
    src: url('../fonts/Test-Founders-Grotesk-Light-300.ttf') format('truetype');
}

h2 {
    font-family: 'Antiqua Roman', serif;
}

body{
    background-color: #f5efdd;
}
/* Regular */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-Regular-BF66175e972ac1c.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-Bold-BF66175e9700615.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-Medium-BF66175e9723b7a.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-Light-BF66175e9730f02.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Semibold */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-Semibold-BF66175e972c958.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-RegularItalic-BF66175e97545b0f.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Bold Italic */
@font-face {
  font-family: 'TestFoundersGrotesk';
  src: url('../fonts/TestFoundersGrotesk-BoldItalic-BF66175e971a18a.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}


p{
     font-family: 'TestFoundersGrotesk', sans-serif;
}



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

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

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

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

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

/* Optional Variable Font */
@font-face {
  font-family: 'Melodrama Variable';
  src: url('../fonts/Melodrama-Variable.eot');
  src: url('../fonts/Melodrama-Variable.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Melodrama-Variable.woff2') format('woff2'),
       url('../fonts/Melodrama-Variable.woff') format('woff'),
       url('../fonts/Melodrama-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
h2{
    font-family: 'Melodrama', sans-serif;
    font-family: 'Melodrama';
}


/*p {*/
/*    letter-spacing: 1px;*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    font-size: 20px;*/
/*    text-transform: uppercase;*/
    /* font-family: Test Founders Grotesk; */
/*    line-height: 30px;*/
/*}*/
p {
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    text-transform: capitalize !important;
    /* font-family: Test Founders Grotesk; */
    line-height: 30px;
}
.mnnav {
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    background-color: #fff;
    box-shadow: black 0px 0px 17px -14px;
}
.overlay {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 80vh;
    background-color: rgb(0 0 0 / 57%);
    z-index: 9;
    backdrop-filter: blur(4px);visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.dropdowns {
    width: 100%;
    /* top: 17.7%; */
    top: 50%;
    left: 0%;
    z-index: 9;
    background-color: #fff;
    padding: 5rem 0;
    position: fixed !important;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.dropdownsactive{
    top: 17.4%;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #9d2c32;
}
.overlayactive{
    top: 20vh;
    visibility: visible;
    opacity: 1;
}




.overlay1 {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 80vh;
    background-color: rgb(0 0 0 / 57%);
    z-index: 9;
    backdrop-filter: blur(4px);visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.dropdowns1 {
    width: 100%;
    /* top: 17.7%; */
    top: 50%;
    left: 0%;
    z-index: 9;
    background-color: #fff;
    padding: 5rem 0;
    position: fixed !important;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.dropdownsactive1{
    top: 17.4%;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #9d2c32;
}
.overlayactive1{
    top: 20vh;
    visibility: visible;
    opacity: 1;
}



.banner {
    padding-top: 17vh;
}
.breadcumb {
    padding-top: 17vh;
}
.dropdowns::after{
   position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
     height: 300px;
    width: 300px;
    top: 50%;
    left: -8.5%;
    transform: translateY(-50%);
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.dropdowns::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    /* background-position: right; */
    height: 300px;
    width: 300px;
    top: 50%;
    right: -8.5%;
    transform: translateY(-50%);
    z-index: -1;
    background-repeat: no-repeat;
    /* filter: brightness(0) invert(1); */
    opacity: 0.2;
}
.dropdowns1::after{
   position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
     height: 300px;
    width: 300px;
    top: 50%;
    left: -8.5%;
    transform: translateY(-50%);
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.dropdowns1::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    /* background-position: right; */
    height: 300px;
    width: 300px;
    top: 50%;
    right: -8.5%;
    transform: translateY(-50%);
    z-index: -1;
    background-repeat: no-repeat;
    /* filter: brightness(0) invert(1); */
    opacity: 0.2;
}
.drli img{
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}
.drli p{
    margin-top: 10px;
}
.toogle .toline {
    height: 1px;
    width: 30px;
    background-color: #000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toogle .toline::after{
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 1px;
    width: 100%;
    top: -10px;
    left: 0;
}
.toogle .toline::before{
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 1px;
    width: 100%;
    top: 10px;
    left: 0;
}
.carttt img{
    width: 25px;
}


.topnav {
    background-color: #472325;
    height: 45px;
    overflow: hidden;
}

.topnav {
    background-color: #472325;
    height: 45px;
    overflow: hidden;
}


.topnav {
  height: 40px; /* same as one line height */
  overflow: hidden;
  background: #532727;
  color: #fff;
  text-align: center;
}

.text-wrap {
  display: inline-block;
  animation: move 10s infinite ease-in-out;
}

.text-wrap p {
  font-size: 17px;
  line-height: 40px;
  margin: 0;
}

@keyframes move {
  0%, 10% {
    transform: translateY(0);
  }
  20%, 40% {
    transform: translateY(-40px);
  }
  50%, 70% {
    transform: translateY(-80px);
  }
  80%, 100% {
    transform: translateY(-120px);
  }
}

.footerlogo h5{
        font-size: 19px;
}



.bannerswiper {
    width: 100%;
    height: 100%;
}
.bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    background-color: #00000021;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.bannerswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: right;
}
.bannerswiper .swiper-pagination {
    left: 10%;
    bottom: 6%;
    display: flex;
    gap: 3rem;
}
.bannerswiper .swiper-pagination-bullet {
   height: 15px;
   width: 15px;
}
.bannerswiper .swiper-pagination-bullet-active {
   position: relative;
   background-color: transparent;
}
.bannerswiper .swiper-pagination-bullet {
   position: relative;
   opacity: 1;
   background-color: transparent;
}
.bannerswiper .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    background-image: url(../images/flw.png);
    background-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(0.5);
    z-index: 9;
    height: 30px;
    width: 30px;
    filter: brightness(0) invert(1);
    transition: all .3s;
}
.bannerswiper .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%)scale(1);
}
.toogle1 img{
        cursor: pointer;
    /*width: fit-content;*/
   width: 27px;
}
.togitems {
    position: fixed;
    top: 0;
    left: -100%;
    width: 23%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999999999999999999999;
    transition: all .3s;
}
.inner-products1111{
        padding: 0 1rem;
}
.togitems::after {
    position: absolute;
    content: "";
    background-image: url(../images/er.jpg);
    background-size: cover;
    width: 100%;
    height: 177px;
    bottom: 0;
    left: 0%;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}
.togitemsnew{
    left: 0;
}
.navitms {
    top: 39%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    justify-content: center;
    gap: 7%;
}
.navitms li a {
    text-decoration: none;
    color: #000000;
    display: flex;
    width: 100%;
    padding: 3rem 0;
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.med{
    align-items: center;
    gap: 3px;
}
.med img{
       width: 21px;
       transition: all .5s;
}
.med:hover img{
    transform: rotate(180deg);
}
.med1{
    align-items: center;
    gap: 3px;
}
.med1 img{
       width: 21px;
       transition: all .5s;
}
.med1:hover img{
    transform: rotate(180deg);
}
.close {
    top: 10%;
    left: 11%;
    z-index: 99;
    cursor:pointer;
    height: 50px;
    width: 50px;
}
.close div {
    background-color: rgb(0, 0, 0);
    width: 30px;
    height: 1px;
    transform: rotate(48deg) translate(-50%, -50%);
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
}
.close div::after {
    position: absolute;
    content: "";
    background-color: #000000;
    background-size: contain;
    width: 30px;
    height: 1px;
    transform: rotate(-92deg);
    top: 0;
    left: 0;
}
.ivv{
    padding: 7rem 0 7rem;
}
.prdhd{
    width: fit-content;
    margin: auto;
    position: relative;
}
.prdhd::after {
    position: absolute;
    content: "";
    background-image: url(../images/Group_93.png);
    background-size: contain;
    height: 100%;
    width: 90px;
    top: -34%;
    left: 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
/* .prdhd::before {
    position: absolute;
    content: "";
    background-image: url(../images/Group_93.png);
    background-size: contain;
    height: 100%;
    width: 90px;
    bottom: -34%;
    left: 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%)rotate(180deg);
} */
.prdhd h2 {
    /* font-size: 50px; */
    font-size: calc(30px + 1vw);
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #472325;
}
.ffre {
    margin: auto;
    border-bottom: 1px solid lightgray;
}
/* .about img{
    height: 75vh;
} */
.about{
    height: 75vh;
    background-attachment: fixed;
    background-image: url(../images/bnnerr.webp);
    background-size: cover;
    position: relative;
}
.about::after {
    position: absolute;
    content: "";
    background-color: #00000030;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.tab-l a{
    text-decoration: none;
    color: #472325;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tab-l a{
    position: relative;
}
.tab-l .active::after {
    position: absolute;
    content: "";
    background-color: #801814;
    background-size: contain;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
}


.prddt {
    bottom: -10%;
    left: 50%;
    z-index: 9;
    width: 107%;
    transform: translateX(-50%);
}
.prdlist{
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.prdlist img{
    height: 380px;
    object-fit: cover;
}
.container12{
    width: 80%;
    margin: auto;
}
.prddt img {
    border-radius: 50px 50px 0 0;
}
.prddesc {
    top: 71% !important;
}
.prddesc h4{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'TestFoundersGrotesk';
    color: #872521;
    font-weight: 400;
    letter-spacing: 2px;
}
.prddesc p{
    font-size: 19px;
    padding: 0 19px;
}
.products{
    position: relative;
    overflow: hidden;
}
.products::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 50%;
    width: 50%;
    top: -14%;
    left: -8%;
    transform: rotate(0deg);
    z-index: -1;
    opacity: 0.05;
    background-repeat: no-repeat;
}
.products::before {
    position: absolute;
    content: "";
    background-image: url(../images/q.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    /* transform: rotate(-40deg); */
    z-index: -1;
    background-repeat: no-repeat;
}
.xx{
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .5s;
}
.prdlist:hover .xx{
    opacity: 1;
}

.inner-products{
    position: relative;
}
.inner-products::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 70%;
    width: 70%;
    top: 71%;
    right: -73%;
    z-index: -1;
    opacity: 0.05;
    background-repeat: no-repeat;
}
/* @keyframes animate{
    0%{
        transform: rotate(10deg);
    }
    50%{
        transform: rotate(-10deg);
    }
    
    100%{
        transform: rotate(10deg); 
    }
} */

.leftabout h2 {
    font-size: 110px;
    text-transform: capitalize;
}


.about{
    position: relative;
    z-index: 1;
}
.abtdata {
    width: 100%;
    padding: 5rem 21rem;
    background-color: #af2d36;
    overflow: hidden;
    z-index: 9;
}
.abtdata::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 75%;
    width: 75%;
    top: 50%;
    left: -9.5%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.2;
}
.abtdata::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    background-position: right;
    height: 75%;
    width: 75%;
    top: 50%;
    right: -9.5%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.2;
}
.abtdata h2 {
    color: #fff;
    /* font-size: 60px; */
    font-size: calc(22px + 1vw) !important;
    letter-spacing: 0.55px;
    line-height: 57px;
}
.abtdata h4 {
    color: #fff;
    /* font-size: 45px; */
    font-weight: 400;
    margin-top: 1rem;
    letter-spacing: 0.55px;
    font-size: calc(16px + 0.8vw) !important;
}
.conbtn a {
    padding: 10px 20px;
    background-color: #fff;
    color: #af2d36;
    text-decoration: none;
    font-size: 25px;
    border-radius: 0;
    transition: all .3s;
    border: 1px solid #fff;
}
.conbtn a:hover{
    background-color: #ffffff00;
    color: #ffffff;
    border: 1px solid #fff;
}

.conbtn1 a {
    padding: 10px 20px;
    
    background-color: #ffffff00;
    color: #ffffff;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 25px;
    border-radius: 0;
    transition: all .3s;
    border: 1px solid #fff;
    
    transition: all .3s;
}
.conbtn1 a:hover{
    background-color: #fff;
    color: #af2d36;
}

.lk1 {
    top: 50%;
    transform: translateY(-50%);
    right: 23%;
    width: 18%;
    border-radius: 175px;
    overflow: hidden;
    border: 1px solid #79471f;
    padding: 10px;
}
.lk3 {
    position: absolute;
    top: -28%;
    right: 19%;
    height: fit-content;
    width: 10%;
    z-index: 1;
    opacity: 0.9;
    filter: drop-shadow(7px -7px 2px #734e2f);
}
.lk1 img{
   border-radius: 175px;
}
.lk2 {
    top: 62%;
    transform: translateY(-50%);
    right: 2%;
    width: 18%;
    border-radius: 175px 175px 0 0;
    overflow: hidden;
    border: 1px solid #ffffff;
    padding: 10px;
}
.lk2 img{
   border-radius: 175px 175px 0 0;
}


.aboutswiper {
    width: 95%;
    height: 100%;
    overflow: initial;
}

.aboutswiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.aboutswiper .swiper-slide img {
    display: block;
    width: 100%;
}

.leftabout{
        padding: 0 15%;
}

.aboutswiper .swiper-slide{
    opacity: 0 !important;
}
.aboutswiper .swiper-slide-active{
    opacity: 1 !important;
}
.aboutswiper .swiper-pagination {
    width: fit-content;
    bottom: -28%;
    left: 9%;
    display: flex;
    gap: 119px;
}
.aboutswiper .swiper-pagination-bullet img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.aboutswiper .swiper-pagination-bullet{
    background-color: transparent;
}
.inner-products11{
    position: relative;
    top: 10%;
}
.prddt11 img {
    height: 120px;
    /* width: 133px !important; */
    object-fit: cover;
    border-radius: 15px;
    object-position: top;
}
.prddescprddt1 h4{
    font-size: 16px;
    letter-spacing: 0.55px;
    padding: 10px;
}

.leftabx img{
        border-radius: 15px;
}
.leftabx{
    position: relative;
}
.leftabx::after {
    position: absolute;
    content: "";
    border: 1px solid #ffffff54;
    background-size: contain;
    height: 91%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 15px;
}
.leftabx::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 500px;
    width: 500px;
    top: 50%;
    left: -48%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.05;
    background-repeat: no-repeat;
}
.aboutts {
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
}
/* .aboutts::after {
    position: absolute;
    content: "";
    background-image: url(../images/border1.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    opacity: 0.1;
} */
.rightabxx h2 {
    /* font-size: 80px; */
    font-size: calc(24px + 3vw);
    letter-spacing: 0.11px;
}
.rightabxx span {
    font-size: 28px;
    letter-spacing: 0.11px;
    font-family: "Dancing Script", cursive;
    color: #af2d36;
}
.abxdata p{
    line-height: 36px;
}
.listdt span{
    font-size: 17px;
}

.actdt .col img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}
.actimggg img {
    height: 750px;
    object-fit: cover;
}
 .prdhd1::after,.prdhd1::before{
    filter: brightness(0)invert(1);
 }
.activitieslist::after {
    position: absolute;
    content: "";
    background-color: #000000a1;
    background-size: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
 .actlist{
    z-index: 2;
 }
 .profile img{
         width: 71%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
 /* .actlist{
        top: 44% !important;
 } */
.actvswiper .swiper-button-next,.actvswiper .swiper-button-prev {
    top: 92% !important;
 }
.actvswiper .swiper-wrapper {
    padding-bottom: 7rem;
    padding-top: 3rem;
}
.actvswiper .swiper-button-next{
    right: 45%;
 }
.actvswiper .swiper-button-prev {
    left: 45%;
 }
.actvswiper .swiper-button-next:after, .actvswiper .swiper-button-prev:after {
    font-size: 17px;
    color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.actvswiper .swiper-button-next, .actvswiper .swiper-button-prev {
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.actvswiper .swiper-slide img {
    border-radius: 15px;
    height: 335px;
    object-fit: cover;
}
.werrrrt{
    width: 60%;
    margin: auto;
}
.bloddesc {
    width: 90%;
    z-index: 2;
}
.leftblog::after{
     position: absolute;
    content: "";
    background-color: #000000a1;
    background-size: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}
.bloddesc span{
    font-size: 20px;
    letter-spacing: 0.55px;
}
.bloddesc h3{
    font-size: 30px;
    margin: 6px 0 15px;
    letter-spacing: 0.55px;
}
.bloddesc p{
    font-size: 19px;
    text-transform: lowercase;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.weqq {
    border-radius: 10px;
    height: 440px;
    object-fit:cover
}

.arrow {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    bottom: -7%;
    left: 10%;
    z-index: 9;
    box-shadow: #00000094 0px 0px 12px 0px;
    transition:all .3s;
}
.arrow img{
    width: 30px;
    transition:all .3s;
}
.leftblog:hover .arrow{
    background-color: #000;
    box-shadow: #ffffff94 0px 0px 12px 0px;
}
.leftblog:hover .arrow img{
   filter: brightness(0)invert(1);
}
.blogs{
    position: relative;
    overflow: hidden;
}
.blogs::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 400px;
    width: 400px;
    bottom: 35%;
    right: 9%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    opacity: 0.05;
}
.blogs::before {
    position: absolute;
    content: "";
    background-image: url(../images/han.png);
    background-size: contain;
    height: 500px;
    width: 493px;
    bottom: -5%;
    left: -1%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    opacity: 0.04;
    filter: brightness(0);
}
.w-90{
    width: 90%;
}
.follow {
    padding: 2rem 0;
    background-color: #af2d36;
}
.leftfollow{
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
.rightfollow h2{
    font-size: 48px;
    letter-spacing: 0.55px;
}
.follow {
    position: relative;
    overflow: hidden;
}
.follow::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    background-position: right;
    height: 170px;
    width: 170px;
    top: 85%;
    right: -4%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.2;
}
.follow::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    background-position: right;
    height: 170px;
    width: 170px;
    top: 15%;
    left: -4%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.2;
}
.leftfollow .col {
    height: 50px;
    max-width: 50px !important;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}
.leftfollow img {
    width: 50% !important;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* filter: brightness(0) invert(1); */
}
footer {
    padding: 4rem 0;
    background-color: #fdf7e5;
    position: relative;
    z-index: 1;
}
footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/borrr.png);
    background-size: contain;
    background-position: bottom;
    height: 11%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    z-index: -1;
    background-repeat: repeat-x;
    opacity: 0.2;
}
.textture img{
    opacity: 0.2;
}
.textture img {
    padding: 0rem;
    width: 57% !important;
    margin: auto !important;
}
.link li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: flex;
    width: 100%;
    padding: 10px 0;
}
.footerlogo p{
    text-transform: capitalize;
    letter-spacing: 0.55px;
    font-size: 20px;
    line-height: 30px;
    color: #3f3f3f;
}
.textture{
    text-align: center;
}

.brddata {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 42%;
}
.brddata h2{
    font-size: 75px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}
.innerbreadcumb img {
    border-radius: 0 0 100px 100px;
    box-shadow: #a5987157 0px 20px 25px -12px;
}
.watermark {
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    font-size: 150px;
    color: #0000000a;
    position: absolute;
    top: -69%;
    left: 0%;
    z-index: -1;
}
.icondiv{
    height: 70px;
    width: 70px;
    border: 1px solid rgb(48, 48, 48);
    border-radius: 50%;
    position: relative;
    margin: 2rem auto;
    position: relative;
}
.icondiv img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icondiv::after{
    position: absolute;
    content: "";
    border: 1px solid rgb(48, 48, 48);
    background-size: contain;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    animation: scallle 1s infinite ease-in-out;
    border-radius:50%;
}
.icondiv::before{
    position: absolute;
    content: "";
    border: 1px solid rgb(48, 48, 48);
    background-size: contain;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    animation: scallle 1s infinite ease-in-out;
    animation-delay: .7s;
    border-radius:50%;
}
@keyframes scallle{
    0%{
        transform: translate(-50%,-50%)scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%,-50%)scale(1.3);
        opacity: 0;
    }
}

.leftform input{
    height: 50px;
    border-radius: 0;
     border: 1px solid rgb(195 195 195);
    background-color: transparent;
    padding-left: 15px;
}
.leftform textarea{
    height: 150px;
    border-radius: 0;
     border: 1px solid rgb(195 195 195);
    background-color: transparent;
    padding-left: 15px;
}





.conbtn1111 a {
    padding: 10px 20px;
    
    background-color: #ffffff00;
    color: #af2d36;
    border: 1px solid #af2d36;
    text-decoration: none;
    font-size: 20px;
    border-radius: 0;
    transition: all .3s;
}
.conbtn1111 a:hover{
    background-color: #af2d36;
    color: #fff;
}

.formwrapper {
    padding: 4rem 4rem 7rem 4rem;
    box-shadow: black 0px 0px 9px -6px;
    width: 80%;
    margin: auto;
    background-color: #fff;
}
.frmhd h2{
    font-size: 46px;
    letter-spacing: 1px;
    color: #472325;
}
.formlist{
    position: relative;
}

.formlist::after {
    z-index: 999999;
    position: absolute;
    content: "";
    background-image: url(../images/mth.png);
    background-size: contain;
    height: 30%;
    width: 10%;
    top: 68%;
    left: 18%;
    transform: rotate(0deg);
    /* z-index: -1; */
    opacity: 1;
    background-repeat: no-repeat;
    /* filter: drop-shadow(-8px -4px 0px #f5efdd); */
}
.formlist::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    background-position: right;
    height: 50%;
    width: 50%;
    top: -8%;
    right: 14%;
    transform: rotate(0deg);
    z-index: -1;
    opacity: 0.05;
    background-repeat: no-repeat;
}
.map{
    box-shadow: #a5987170 0px 16px 25px -12px;
}
.gllist img{
    height: 400px;
    object-fit: cover;
}
.gltxt {
    text-align: center;
    padding: 15px;
    bottom: 0;
    left: 0;
    background-color: #da2021d6;
    width: 100%;
    color: #fff;
    letter-spacing: 0.55px;
}
.gltxt h5{
   margin-bottom: 0;
}
.gllist{
    border-radius: 15px;
    overflow: hidden;
}


.glimg img{
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.view-image {
    z-index: 9999999999999999999 !important;
}
.prddesc p{
    color: #000;
}
.prodlist a{
    text-decoration: none;
}



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

.prddtlsswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.prddtlsswiper .swiper-slide{
    cursor: pointer;
}
.prddtlsswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.prddtlsswiper .swiper-slide-active{
    border-radius: 10px;
    border: 2px solid red;
}
.slidelisttnew{
    border: 2px solid red;
}
.productdetails {
    padding: 14rem 0 0rem 0;
}
.main-image{
        border-radius: 10px;
        overflow: hidden;
}

.main-image img{
    height: 450px;
    object-fit: cover;
}
.prdfeed{
    padding: 0px 10px;
    background-color: green;
    width: fit-content;
    border-radius: 10px;
}
.prdfeed p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
.prdfeed img{
    filter: brightness(0)invert(1);
    width: 12px;
}
.prdttl h2{
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.55px;
}
.specialprice h5{
    letter-spacing: 0.55px;
    color: #008000;
    font-size: 21px;
    font-weight: 500;
}
.specialprice h3 {
    letter-spacing: 0.55px;
    font-size: 22px;
    font-weight: 700;
}
.specialprice h3 del{
    font-size: 21px;
    font-weight: 400;
    opacity: 0.5;
    margin-left: 2rem;
}
.specialdesc h5 {
    letter-spacing: 0.55px;
    color: #8e322d;
    font-size: 25px;
    font-weight: 500;
    margin-top: 4rem;
}
.llp p{
    text-transform: initial;
}
.offerdt li p{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.offerdt li p img {
    width: 18px;
    transform: translateY(3px);
}

.minus, .plus {
    height: 27px;
    width: 27px;
    border: 1px solid gray;
    border-radius: 50%;
    cursor: pointer;
}
.minus p,.plus p{
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
}
.numfield input {
    width: 101px;
    border: 1px solid lightgray !important;
    outline: none;
    box-shadow: none;
    height: 30px;
    border-radius: 30px;
    background-color: transparent;
    font-size: 20px;
    color: #000 !important;
}
.numfield input::placeholder{
    color: #000;
}
.minus p{
    transform: translate(-50%,-58%) !important;
}
.plus p {
    transform: translate(-50%, -53%) !important;
}
.addcart a {
    text-decoration: none;
    color: #af2d36;
    border: 1px solid #af2d36;
    padding: 10px 20px;
    font-size: 20px;
    transition: all .3s;
}
.addcart a:hover{
    background-color: #af2d36;
    color: #fff;
}
.addcart1 a {
    text-decoration: none;
    
    background-color: #af2d36;
    color: #fff;
    border: 1px solid #af2d36;
    padding: 10px 20px;
    font-size: 20px;
    transition: all .3s;
}
.addcart1 a:hover{
    background-color: #ffffff00;
    color: #af2d36;
}
.ddwewewew{
    font-size: 20px;
    text-transform: capitalize;
}

.cartdts {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000c9;
    z-index: 9999999999999999999;
    display: none;
}
.innercartdts {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    background-color: #ffffff;
    z-index: 99999999999999999999;
    overflow: auto;
    box-shadow: #00000054 -23px 0px 65px -5px;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.buyform {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #ffffff; */
    background-image: url(../images/bggh.jpg);
    z-index: 9999999999999999999;
}
.buyform::after {
    position: absolute;
    content: "";
    background-color: #00000063;
    background-size: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.leftenquiryyyy h3{
    font-size: 60px;
    letter-spacing: 0.55px;
}
.leftenquiryyyy h2{
    font-size: 87px;
    letter-spacing: 0.55px;
}
.leftenquiryyyy p{
    width: 90%;
    line-height: 36px;
    letter-spacing: 0.55px;
    width: 85%;
    margin-top: 2rem;
}

.innerbuyform{
    width: 90%;
    z-index: 99;
}
.innercartdts {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    background-color: #ffffff;
    z-index: 99999999999999999999;
    overflow: auto;
    box-shadow: #00000054 -23px 0px 65px -5px;
    transform: translate(-50%,-50%);
    transition: all .5s;
}

.cartdtsnew{
    display: block;
}
.cloccse {
    height: 25px;
    width: 25px;
    cursor: pointer;
    padding: 30px;
    background-color: #af2d36;
    color: #fff;
    /* font-weight: 700; */
}
.cloccse img{
    width: 25px !important;
    filter: brightness(0)invert(1);
}
.cloccse p{
    /*font-weight: 500;*/
    font-size:22px;
}
.leftlisst img {
    height: 87px;
    object-fit: cover;
}
.princhar h5{
        font-size: 18px;
    letter-spacing: 0.55px;
}
.rmv {
    font-size: 15px;
    /* padding: 0px 10px; */
    /* background-color: #af2d36; */
    width: fit-content;
    color: #af2d36;
    border-radius: 30px;
    letter-spacing: 1.55px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}
.rmv img {
    width: 13px;
}
.nummmb{
    text-transform: none;
    font-size: 15px;
}
.prrrrr{
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #af2d36;
    font-weight: 500;
    text-transform: none;
}
.crdlist,.pricedetails{
    padding: 2rem;
}
.prdt{
    padding: 0rem;
    background-color: #f5efdd;
}
.prdt p{
    padding: 1rem;
    border-bottom: 1px solid lightgray;
}
.adsasdsad p{
    border: none;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    letter-spacing: 0.55px;
}
.adsasdsad{
    padding: 1rem !important;
}
.xxx{
    font-weight: 500;
    color: gray;
}
.leftlisst img{
    border-radius: 15px;
}

.glicon{
    bottom: 13.5%;
    left: 0;
    z-index: 9999;
    width: fit-content;
    background: linear-gradient(45deg, #da2021, transparent);
    padding: 10px 30px 10px 20px;
    color: #fff;
    font-weight: 300;
}
.glicon img{
    width: 25px;
    height: 25px;
    filter: brightness(0)invert(1);
}
.gllist::after {
    position: absolute;
    content: "";
    background-color: #00000087;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 999999;
    transition: all .3s;
}
.gllist::before {
    position: absolute;
    content: "";
    background-image: url(../images/glic.png);
    background-size: contain;
    height: 40px;
    width: 40px;
    top: -100%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 9999999;
    filter:brightness(0)invert(1);
    transition: all .3s;
}
.gllist:hover::after {
    top: 0;
}
.gllist:hover::before {
    top: 50%;
    transition-delay:.3s;
}
.gllist66::before {
    position: absolute;
    content: "";
    background-image: url(../images/video-camera.png);
    background-size: contain;
    height: 40px;
    width: 40px;
    top: -100%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 9999999;
    filter:brightness(0)invert(1);
    transition: all .3s;
}
.gllist66:hover::before {
    top: 50%;
    transition-delay:.3s;
}

.netitl h2{
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
.blogsgs{
    padding-top: 15rem !important;
}


.blogsgs12,.gallerylistsa{
    position: relative;
    overflow: hidden;
}
.blogsgs12::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 506px;
    width: 500px;
    top: 2%;
    left: -13%;
    z-index: -1;
    opacity: 0.05;
}
.blogsgs12::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 500px;
    width: 500px;
    top: 48%;
    right: -13%;
    z-index: -1;
    opacity: 0.05;
}
.gallerylistsa::after {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 506px;
    width: 500px;
    top: 7%;
    left: -13%;
    z-index: -1;
    opacity: 0.05;
}
.gallerylistsa::before {
    position: absolute;
    content: "";
    background-image: url(../images/rrt.png);
    background-size: contain;
    height: 506px;
    width: 500px;
    bottom: 7%;
    right: -13%;
    z-index: -1;
    opacity: 0.05;
}

.scanner-text p {
    color: #000;
    font-size: 19px;
    text-transform: capitalize;
    line-height: 25px;
}
.community-list {
    box-shadow: black 0px 0px 15px -8px;
}
a{
    text-decoration: none;
}
.scll{
    padding-bottom: 7rem;
}
.community-img img{
    height: 180px;
    object-fit: cover;
}


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

.functionswiper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #ffffffe0;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 19px;
    cursor: pointer;
}

.functionswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leffunc{
    height: 100%;
}
.rightfun h4 {
    font-size: 23px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.rightfun p{
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.leffunc img {
    height: 124px !important;
    object-position: left;
}
.index-6-content .photo-inner img {
    border-radius: 10px;
}
.swww {
    position: absolute;
    width: 65%;
    bottom: 10%;
    right: -10%;
    z-index: 9;
}
.headerrr {
    bottom: 30%;
    left: 7%;
    z-index: 9;
    width: 40%;
}
/*.headerrr{*/
/*    bottom: 10%;*/
/*    left: 7%;*/
/*    z-index: 9;*/
/*    width: 40%;*/
/*}*/
.headerrr h2 {
    font-size: 129px;
    letter-spacing: 1px;
    line-height: 145px;
    text-transform: uppercase;
}
.headerrrdesc {
    top: 10%;
    right: 7%;
    z-index: 9;
    width: fit-content;
    text-align: right;
}
.functionswiper .swiper-slide-active {
    background-color: #ffffff;
}

.frminput input{
    height: 45px;
    border-radius: 0;
    border: 1px solid lightgray;
    padding-left: 15px;
}
.vgvg input {
    background-color: #f5efdd82;
    border: 1px solid #f5efdd82;
}
.frminput input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid lightgray;
}
.frminput textarea{
    height: 100px;
    border-radius: 0;
    border: 1px solid lightgray;
    padding-left: 15px;
}
.frminput textarea:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid lightgray;
}

.yyy {
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
}
.yyyhd h3{
    font-size: 39px;
    margin-bottom: 1rem;
}
.yyyhd p{
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #4d4d4d;
}
.closeeer {
    top: 2rem;
    right: 2rem;
    filter: brightness(0) invert(1);
    width: fit-content;
    z-index: 9999;
    cursor: pointer;
}
.closeeer img{
    width: 30px;
}


.innerfunction::after {
    position: absolute;
    content: "";
    background-color: #00000069;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hdrdescript {
    top: 40%;
    right: 4%;
    z-index: 9;
    width: 51%;
}
.hdrdescript p{
        line-height: 35px;
}

.function .swiper-button-prev,.function .swiper-button-next{
    top: -199%;
}


.function .swiper-button-prev{
    left: 40%;
}
.function .swiper-button-next {
    right: 51%;
}
.function .swiper-button-prev:after, .function .swiper-button-next:after {
    content: "";
}
.function .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-image: url("../images/Arrow 5.webp");
    background-size: contain;
    height: 8px;
    width: 53px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.function .swiper-button-next::before {
    position: absolute;
    content: "";
    background-image: url("../images/Arrow 5.webp");
    background-size: contain;
    height: 8px;
    width: 53px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.nocir {
    height: 20px;
    width: 20px;
    background-color: #af2d36;
    border-radius: 50%;
    top: -16%;
    left: 61%;
    position: relative;
}
.nocir p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #fff;
    font-size: 13px;
}
.act a{
    color: #da2021 !important;
}






.whattshop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 9;
    cursor: pointer;
}
.whattshop img{
    width: 50px;
}
.profile {
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: black 0px 0px 11px -5px;
}
.profile h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}
.profilename h4{
    font-size: 20px;
    color: #af2d36;
}
.mainchat {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    background-color: #0000008a;
    backdrop-filter: blur(5px);
}
.chatt {
    position: absolute;
    z-index: 999999999999999999;
    bottom: 15%;
    right: 10%;
    width: 25%;
    height: 55vh;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: #000000 0px 0px 16px -7px;
    transform: scale(0);
    transition: all .3s;
    cursor: pointer;
        min-height: 500px;
}
.chattnew{
    transform: scale(1);
}
.chatt::after {
    position: absolute;
    content: "";
    background-image: url(../images/chatbg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.01;
}
.chathd {
    padding: 15px;
    background-color: white;
    /* box-shadow: black 0px 1px 23px -15px; */
    border-bottom: 1px solid #80808026;
}
.chatdt{
    padding: 3rem 2rem;
}
.nmfrm label {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.55px;
    top: -26%;
    left: 6%;
    background-color: #ffffff;
    padding: 0 10px;
    transition: all .3s;
    font-weight: 500;
    color: gray;
}
.nmfrm input{
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 0;
    padding-left: 10px;
}
.nmfrm:focus-within label {
    top: -59%;
    left: 0%;
    padding: 0 0px
}

.sendbtnnn a {
    padding: 12px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #af2d36;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    border-radius: 6px;
}
.sendbtnnn a img{
    filter: brightness(0) invert(1);
    width: 18px;
}
.sendbtnnn{
    padding: 1rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #e1e1e1;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#successp {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerp {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.inner-success p{
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    text-transform: none;
    line-height: 25px;
}
.nmfrm p{
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 100;
    text-transform: none;
    line-height: 25px;
}
.leftform p{
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 100;
    text-transform: none;
    line-height: 25px;
}
.frminput p{
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 100;
    text-transform: none;
    line-height: 25px;
}


.nocart{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000c9;
    z-index: 9999999999999999999;
}

.nocaimg img {
    width: 42%;
    margin-bottom: 1rem;
    filter: drop-shadow(-5px 7px 3px lightgray);
}

.innernocart{
    width: 25%;
    text-align: center;
    background-color: #fff;
    padding: 3rem 1rem;
}

.nocadata h3 {
    font-size: 25px;
    color: #000;
    letter-spacing: 0.55px;
}
.nocadata p {
   text-transform: capitalize;
    font-size: 23px;
    margin: 14px 0 !important;
    letter-spacing: 0.55px;
}
.nocadata h2{
    color: #af2d36;
    font-weight: 700;
    letter-spacing: 1px;
}
.clossse{
    top:15px;
    right:15px;
    z-index:99;
    cursor:pointer;
}
.ss{
    padding: 3rem 0 5rem;
}
.rrr{
    padding: 1rem 0 4rem;
}