@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap');

:root{
    --maintranscolor: #B91E57BF;
    --maincolor: #B91E57;
    --altcolor: #F5B418;
    --mainfont: 'Cardo', serif;
    --parafont: 'Mulish', sans-serif;
}

body{
    font-family: var(--mainfont);
}

button{
    box-shadow: none;
    outline: 0;
    border: none;
}

button:focus{
    outline: 0;
    border: none;

}


h1,h2,h3,h4,h5,h6{
    font-family: var(--mainfont);
    color: #000;
}

li, a, p, span{
    font-family: var(--parafont);
    text-decoration: none;
}

.bg-pink{
    background-color: var(--maincolor);
}
.bg-yellow{
    background-color: var(--altcolor);
}


section.hvh{
    height: 100vh;  
}


section{
    padding: 55px 0;
}
.h-vh{
    height: 100vh  !important;
}

.banner-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.banner-header {
    padding: 20px;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #B91E57;
    font-weight: 700;
    margin-bottom: 70px;
}

.banner-content {
    text-align: center;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-footer {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.mobo-hide{
    display: block;
}

.des-hide{
    display: none;
}

header {
    padding: 15px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: linear-gradient(180deg, rgb(255 255 255 / 56%) 46.35%, rgb(255 255 255 / 0%) 100%);

    ;
}

.custom-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.logo-sectio {
    margin-right: 24px;
}

.main-menu {
    margin-left: 38px;
}

.main-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    background: var(--maintranscolor);
    padding: 13px 30px;
    border-radius: 50px;
}

.main-menu ul li {
    margin-right: 30px;
}

.main-menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.stick-foot {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 40px;
    overflow: visible;
    background-color: #B91E57;
}

.marwadi-img {
    position: absolute;
    top: -83px;
}

.marwadi-img img {
    max-height: 121px;
}

span.welcome-msg {
    margin-left: 124px;
    display: inline-block;
    font-size: 20px;
    font-family: 'Cardo', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
}

.flex-col-det {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-detail a {
    color: #fff;
    display: flex;
    margin-top: 0;
}

.cont-detail a i {
    font-size: 26px;
    margin-right: 10px;
}

.cont-detail {
    margin-right: 40px;
}

.foot-img-sec img {
    margin-right: 33px;
}

h2.section-2 {
    font-size: 45px;
}

.icon-img img {
    width: auto;
    max-height: 81px;
    margin-bottom: 20px;
}

.icon-img {
    text-align: center;
}

.icon-txt {
    text-align: center;
    font-weight: 600;
}

.icon-txt p {
    margin: 0;
}

.main-title h3 {
    color: var(--maincolor);
    font-size: 45px;
    font-weight: 600;
}


ul.v-nav-list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    background: var(--maincolor);
    padding: 17px 30px;
    border-radius: 50px;
    width: max-content;
    margin-bottom: 0;
}

ul.v-nav-list li a {
    text-decoration: none;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}

button.btn.ham-btn{
    display: none;
}

button.btn.ham-btn span {
    width: 25px;
    height: 5px;
    background: var(--maincolor);
    display: block;
}

button.btn.ham-btn span:nth-child(2) {
    margin: 5px 0;
}

button.btn.ham-btn span {
    width: 25px;
    height: 3px;
    background: var(--maincolor);
    display: block;
}

.mobo-menu {
    text-align: right;
}

.side-nav-mobo {
    height: 100%;
    width: 0;
    max-width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--maincolor);
    overflow-x: hidden;
    transition: 0.5s;
    
}

.side-nav-mobo-ul{
    padding: 40px 30px;
    text-align: left;
    position: relative;
    list-style: none;
}

.side-nav-mobo-ul .closebtn {
    position: absolute;
    top: 2%;
    right: 3%;
    text-decoration: none;
    color: #fff;
    
   

}

.side-nav-mobo-ul li{
    margin-bottom: 15px;
}

.side-nav-mobo-ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
}

.side-nav-mobo-ul li a:hover{
    color: var(--altcolor);
}



.swt-desc span {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--maincolor);
    font-weight: 700;
    font-size:14px ;
}


.swt-desc h6 {
    font-weight: bold;
    font-family: var(--altfont);
    letter-spacing: 1px;
    font-size: 18px;
}

span.rate {
    font-size: 26px;
}

.swt-sec {
    position: absolute;
    top: 0;
    min-height: 422px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 30px;
    width: 100%;
    text-align: center;
}

.swt-img {
    margin-bottom: 20px;
}

img.rangoli-bg-lg {
    position: absolute;
    left: -7%;
    top: 50%;
    z-index: -1;
}
img.rangoli-bg-sm {
    position: absolute;
    right: -4%;
    max-height: 133px;
    top: 41%;
}

.overflow-hide{
    overflow: hidden;
}

.btn-hover {
    position: absolute;
    left: 0;
    padding: 0px;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}

a.prod-sec.btn.p-0 {
    position: relative;
    margin-bottom: 20px;
}


a.prod-sec:hover .btn-hover {
    opacity: 1;
}

.pro-title h5 {
    color: #fff;
    margin-top: 20px;
    font-family: var(--altfont);
}
img.leg-rang {
    position: absolute;
    top: -28%;
    left: 37%;
    min-height: 345px;
    z-index: -1;
}

.legacy-sec h4 {
    font-size: 43px;
    color: var(--maincolor);
    font-weight: 600;
    margin-bottom: 28px;
}

.leg-img-sec button {
    position: absolute;
    top: 31%;
    left: 36%;
}

.legacy-sec {
    padding: 49px;
}

.first-tm-banner {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 517px;
}

.tm-banner-flex {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.tm-desc h3 {
    font-size: 64px;
}

.tm-desc {
    text-align: center;
}

.tm-desc p {
    font-size: 20px;
    font-weight: 600;
}

.tm-desc a {
    background: var(--maincolor);
    border-radius: 50px;
    padding: 12px 30px;
    color: #fff;
    margin-top: 6px;
    border: 2px solid var(--maincolor);
}

.tm-desc a:hover

.tm-banner-flex {
    display: flex;
    align-items: flex-start;
    
}

.tm-img {
    margin-right: 14px;
}

a.btn.theme-btn .mobo-hide {
    display: inline-block;
}

img.visual-feast-lg {
    position: absolute;
    top: 30%;
    left: -9%;
    z-index: -1;
}

.insta-slide .swiper-wrapper{
    justify-content: center;
}

.insta-slide .swiper-slide{
    margin-right: 0 !important;
    padding: 10px;
}

.footer-sec p {
    font-weight: 600;
}

.foot-line {
    width: 100%;
    height: 2px;
    background: var(--altcolor);
    margin-bottom: 20px;
}

.footer-sec p {
    font-size: 10px;
    text-align: center;
}

a.btn.theme-btn .mobo-hide {
    display: inline-block;
}


.sticky-foot {
    position: fixed;
    bottom: 0;
    min-height: 38px;
    overflow: visible;
    background: var(--maincolor);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.welcome-sec {
    position: relative;
}

.welcome-sec img {
    position: absolute;
    top: -91px;
    max-height: 123px;
}

.welcome-sec h6 {
    margin: 0;
    margin-left: 123px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
}

.contact-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cnt-col {
    display: flex;
    align-items: center;
    justify-content: center;
}


.cnt-ico i {
    color: #fff;
    font-size: 23px;
    margin-right: 7px;
}

.contact-sec a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration:  none;
}



.contact-sec a i {
    margin-right: 9px;
    font-size: 22px;
}

.cnt-col-img .mobo-hide {
    display: inline-block;
}

img.pd-rang {
    position: absolute;
    right: 10%;
    top: -17%;
}

.outside-right-box{
    margin-right: -20vw;
}

.pd-desc {
    margin-top: 20px;
}

.pd-desc h4 {
    font-weight: 600;
    font-size: 20px;
}

.pd-desc p {
    font-size: 14px;
    color: #3e2d04;
}

.inner-banner-content {
    position: absolute;
    top: 50%;
    width: 90%;
    z-index: 1;
}

.inner-banner-title {
    text-align: right;
    background: var(--maincolor);
    border-radius: 0 50px 50px 0;
    padding: 11px 30px;
}

.inner-banner-title h1 {
    color: #fff;
    margin: 0;
}

.pd-main-sec {
    padding: 10px;
}
.about-sec-colored {
    padding: 32px 71px;
    font-size: 14px;
    color: #B91E57;
    /* font-weight: 600; */
}


img.about-img1 {
    height: 412px;
    object-fit: cover;
}


.test-img img {
    max-height: 80px;
    margin-bottom: 20px;
}

.test-desc img {
    margin-bottom: 20px;
}
.test-desc p {
    font-size: 14px;
}

.test-desc h5 {
    font-weight: bold;
    font-family: var(--altfont);
}

.contact-form-sec, .contact-page-sec {
    padding: 60px 40px;
}

form.contact-form-mian {
    margin-top: 25px;
}

form.contact-form-mian input, form.contact-form-mian textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 30px;
}

form.contact-form-mian input:focus, form.contact-form-mian textarea:focus {
    outline: 0;
    border: 1px solid var(--altcolor)
}

button.btn.theme-btn {
    background: var(--maincolor);
    color: #fff;
    padding: 11px 30px;
    text-transform: uppercase;
    border-radius: 50px;
}

.border-right-3px{
    border-right: 3px solid var(--altcolor);
}

.cont-pg-det {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 23px;
}

.cont-pg-det i {
    font-size: 30px;
    margin-right: 13px;
}

.cont-pg-det p {
    margin: 0;
    font-weight: 600;
}

.cont-pg-add h6, .cont-pg-partner h6 {
    color: var(--maincolor);
    font-size: 25px;
    font-weight: 600;
}

.footer-menu {
    list-style: none;
    margin-left: 29px;
}

.foot-menu {
    display: flex;
    align-items: flex-start;
}

.footer-head h6 {
    font-family: var(--altfont);
    text-transform: uppercase;
    color: #fff;
}

.footer-menu {
    list-style: none;
    margin-left: 29px;
}

.footer-menu li a {
    text-decoration: none;
    color: #e7e7e7;
    display: inline-block;
    margin-bottom: 5px;
}

.foot-social-menu {
    display: flex;
    /* margin-right: 10px; */
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.social-head h6 {
    color: #fff;
    font-family: var(--altcolor);
    text-transform: uppercase;
    margin-right: 10px;
}

.social-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-left: 20px;

}

.social-list li a {
    color: #fff;
    margin-right: 21px;
    font-size: 25px;
}

.cont-pg-add p {
    font-size: 13px;
    width: 70%;
}


img.ct-bg-img {
    position: absolute;
    z-index: -1;
    right: -11%;
    top: 22%;
}

img.ct-bg-foot {
    position: absolute;
    top: 22%;
    left: -1%;
}

.test-sec {
    padding: 33px;
}


.gift1-sec{
    padding: 40px 60px;
}

.g-ico-sec {
    padding: 20px;
}

.g-ico-img {
    text-align: center;
}

.g-desc {
    text-align: center;
    margin-top: 20px;
}

.g-desc h6 {
    font-size: 24px;
    font-weight: 600;
}

.g-desc p{
    font-size: 14px;
}

.g-pro-sec {
    padding: 20px;
}

.g-pro-img img {
    max-height: 67px;
}

.g-pro-img {
    text-align: center;
    margin-bottom: 20px;
}

.g-pro-desc {
    text-align: center;
}

.g-pro-desc h6 {
    font-size: 20px;
    font-weight: 600;
}
.g-pro-desc p {
    font-size: 14px;
}

ul.dropdown-menu.show {
    background: var(--maincolor);
    border: 0;
    top: 0;
    bottom: 0;
}

a.dropdown-item:hover {
    background: #a51f50;
    color: #fff;
}

a.btn.link-expore {
    background: var(--maincolor);
    border-radius: 50px;
    padding: 10px 35px;
    color: #fff;
    text-transform: uppercase;
}

a.cnt-col:hover, a.cnt-col:focus {
    color: #fff;
}

.namkeen-step {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--altcolor);
    margin-bottom: 20px;
}

.namkeen-process {
    padding: 20px;
}

.namkeen-step span {
    font-size: 20px;
    font-weight: 700;
}

.namkeen-pro-desc h5 {
    font-weight: bold;
}

.namkeen-para h6 {
    font-weight: 600;
}


.nor-page-ban {
    padding: 149px 0 40px;
}

ul.pol-menu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

ul.pol-menu li {
    margin-right: 25px;
}

ul.pol-menu li a {
    text-decoration: none;
    color: #000;
}











