@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #fff;
}
ul{
    margin: 0;
    padding: 0;
}
li{
  list-style: none;
}
html {
    scroll-behavior: smooth;
  }
  body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
  }
  p{
    padding: 0 0 26px;
  }
  :root{
    --main-color:#2f1b3d;
    --supporting-color:#363062;
    --font-color:#F4C4FF;
    --bg-color:#CEA7E0;
    --background-color:#D6D6E7;
    --light-color:#c393da;
}
  .button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,var(--) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  
  .button-30:focus {
    box-shadow: var(--) 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, var(--) 0 -3px 0 inset;
  }
  
  .button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, var(--) 0 -3px 0 inset;
    background-color:var(--bg-color);
    transform: translateY(-2px);
  }
  
  .button-30:active {
    box-shadow: var(--) 0 3px 7px inset;
    transform: translateY(2px);
  }

  .navbar,
  .download-app,
  .single-slider,
  .section-about,
  .distribute-product,
  .section-product,
  .dashboard-promotion,
  .brand-btn-outer,
  .brand-section,
  .section-footer,
  .about-banner,
  .section-aboutCompany,
  .bank-banner,
  .bank-section,
  .contact-banner,
  .contact-section,
  .download-section,
  .legal-banner,
  .legal-section,
  .opportunity-banner,
  .section-opportunity,
  .productDetail-section,
  .cartTab,
  .products-section{
    overflow-x: hidden;
  }

/* Navbar Section Start */
 .navbar {
    background-color:var(--supporting-color);
    overflow: hidden;
    padding: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: fixed;
    z-index: 1000;
    width: 100%; */
}
.navbar-nav{
    text-align: center;
}
.navbar-brand,
.navbar-toggler,
.nav-link{
    color: #fff!important;
}
   
    .navbar-toggler:hover,
    .nav-link:hover {
        color: var(--main-color) !important;
        background-color: var(--background-color);
        border-radius:30px;
    }
.navbar-nav .nav-link.active {
    color: var(--main-color) !important;
    background-color: var(--background-color);
    border-radius:30px;
}
.logo img {
    width: 100px;
}
.nav-item a{
    font-weight: 400;
    font-size: 19px;
    margin:0px 10px
}


/* Home Section Start */
.home-section{
    background-color:var(--supporting-color);;
   height: 600px;
    overflow-x: hidden;
    z-index: 100;
}
.home-section .row{
    align-items: center;
}

.home-section-1{
    padding-top: 0px;
}
.home-section-2,
.home-section-3{
    padding-top: 100px;
}
.home-section img{
   padding-top: 40px; 
}
.home-section h1{
    font-size: 34px;
}
.home-section h3 {
    margin: 30px 0px;
    font-size: 25px;
}
.home-section-4 h4{
    margin: 20px 0px;
}
.delivery li{
    font-size: 20px;
}
.about-image img{
    margin-top: 6rem;
}

.download_pdf_s .business-button {
    position: relative;
    overflow: hidden;
    height: 4rem;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 1.5rem;
    background: var(--main-color);
    background-size: 400%;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 70px;
}
    .business-button:hover::before {
        transform: scaleX(1);
    }
.business-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient( 82.3deg, rgb(206 167 224 / 49%) 10.8%, rgb(31 0 255 / 38%) 94.3% );
    transition: all 0.475s;
}

.download_pdf_s h1{
    font-size:50px;
    margin-bottom:50px;
}   


.slick-dots {
    text-align: center;
}
 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
} 
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }

/* Customize Slick carousel arrows */
.slick-prev{
   z-index: 90;
   position: relative;
   top: 330px;
   left: 20px;
}
.slick-next{
    z-index: 90;
    position: relative;
    /* top: -320px; */
     bottom: 340px;
   float: right;
    margin-right: 20px;
 }
 .slick-prev,
 .slick-next{
    display: flex;
    justify-content: center;
    align-items: center;
 }
.slick-prev i,
.slick-next i{
    font-size: 50px;
   
}
/* Home Section End */

/* About Section Start */
.section-about{
    padding: 100px 0px;
    background-color:#fbfafd;
}
.section-about h2{
    color: var(--main-color);
}
.section-about p{
    text-align: justify;
    font-size: 17px;
    padding-right: 10px;
}


/* About Section End */

/* Product Section Start */
.distribute-product{
display: flex;
justify-content: center;

}
.distribute-section{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    padding: 30px;
    /* margin: 60px 300px 30px 300px; */
    margin-top: 50px;
    position: absolute;
    background-color: #f3f3f8;
    z-index: 5;
}
.distribute-section i{
    padding:20px;
    width: 100px;
    height: 100px;
    font-size: 40px;
    background: rgb(79,59,120);
    background: radial-gradient(circle, rgba(79,59,120,1) 0%, rgba(255,255,255,1) 100%);
    color: #fff;
    border-radius: 50%;
}
.distribute-section img{
    width: 100px;
    height: 100px;
}
.section-product{
    top:200px;
    padding: 100px 0px 100px 0px;
    background-color:var(--main-color);
    color: white;
     z-index: 3;
    position: relative;
}
.content-products .row{
    align-items: center;
}

.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    /* margin-top: 40px; */
    overflow: hidden;
  }
  .tabs li {
    flex: 1;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
  }

  .tabs img{
    width: 90px;
    height: 90px;
    border: 1px solid #bdbdc5;
    padding: 20px;
    border-radius: 5px;
  }


  .content {
    display: none;
  }

  .content.active {
    display: block;
  }

/* dashboard-promotion section start */
.dashboard-promotion{
    margin: 250px 0px 70px 0px;
}
.dashboard-section{
    border: 1px solid var(--main-color);
    padding: 20px;
}

.dashboard-section p{
    font-size: 16px;
    letter-spacing: .3px;
}
.dashboard-section-inner{
    background-color: var(--);
    padding: 30px;
}
.dashboard-section-inner h6{
    float: right;
}
.dashboard-section-inner,
.promotion-section-inner{
    height: 416px;
    /*width: 420px; */
}
.promotion-section{
    border: 1px solid var(--main-color);
    padding: 20px;
}
.promotion-section-inner{
    background-image: url(../images/promotion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 30px;
}
.dashboard-btn-outer{
    position: absolute;
    border:  1px solid var(--main-color);
    padding: 7px;
    left: 300px;
 
}
.dashboard-btn{
    background-color: var(--main-color);
    color: white;
    padding: 8px 25px;
    font-size: 16px;
    border: none;
    position: relative;  
}
.promotion-btn-outer{
    position: absolute;
    border:  1px solid var(--main-color);
    padding: 7px;
    right: 300px;
 
}
.promotion-btn{
    background-color: var(--main-color);
    color: white;
    padding: 8px 25px;
    font-size: 16px;
    border: none;
    position: relative;  
}
/* dashboard-promotion section End */

/* brand section start */
.brand-section{
    border: 1px solid var(--main-color);
    margin: 100px 100px 30px 100px;
}
.brand-section img{
    width: 140px;
    margin: 0px 20px;
}
.brand-btn-outer{
    position: absolute;
    border:  1px solid var(--main-color);
    padding: 7px;
    left: 610px;
 
}
.brand-btn{
    background-color: var(--main-color);
    color: white;
    padding: 8px 25px;
    font-size: 16px;
    border: none;
    position: relative;  
}
/* brand section end */

/* opportunity section start */
.opportunity-banner h1{
    text-align: center;
    padding: 250px 0px 150px 0px;
    color: #fff;
    margin: 0px;
  
 }
.opportunity-banner{
    background: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url("../images/opportunity.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.opportunity-content{
 padding: 100px 0px;
}
.opportunity-header{
  background-color: var(--main-color);
  padding-top: 100px;
  padding-bottom: 50px;
}
.direct-selling{
   
    background-image: url(../images/team.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 600px;
    margin: 100px 0px;
}
.direct-selling > div{
    padding-top: 100px;
}
.direct-selling .purple-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(90, 34, 139, 0.5);
}
.direct-selling h1{
    color: var(--supporting-color);;
}
.expert-opinion img{
 width: 200px;
 height: 210px;
}

/* opportunity section end */

/* products section start */
.agriculture-wallpaper {
    background-image: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url(../images/agro1.jpg);
}
.health-wallpaper{
    background-image: url(../images/health.jpg);
}
.home-wallpaper{
    background-image: url(../images/home.jpg);
}
.personal-wallpaper{
    background-image: url(../images/personal.jpg);
}
.food-wallpaper{
    background-image: url(../images/food.jpeg);
}
.product-wallpaper{
    background-repeat: no-repeat;
    background-size:cover;   
    background-position:center;
    /* overflow: hidden; */
}

.product-wallpaper .row{
    align-items: center;
    margin-top: 40px;
    padding: 80px 0px 0px 0px;
    height: 400px;
}
.product-wallpaper h1{
    font-weight: bold;
}
.care-products{
    margin: 40px 0px;
}
.care-products h6{
    color: var(--supporting-color);;
    font-weight: bold;
}
.care-products .products{
    height: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 20px;
    padding: 20px;
}
.care-products img{
    width: 200px;
    height:245px;
   display: flex;
   justify-content: center;
   align-items: center;
}



/* products section end */

/* Cart section Start */

.icon-cart{
    position: relative;
    margin-left: 20px;
}
.icon-cart span{
    position: absolute;
    background-color: red;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    top: 20%;
    right: -20px;
    cursor: pointer;
}
.cartTab{
    width: 400px;
    background-color: #fff;
    color: var(--main-color);
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    display: grid;
    grid-template-rows: 70px 1fr 70px;
    transition: .5s;
    z-index: 1200;
}
body.showCart .cartTab{
    right: 0;
}
body.showCart .container{
    transform: translateX(-250px);
}
.cartTab h1{
    padding: 20px;
    margin: 0;
    font-weight: 300;
    text-align: center;
}
.cartTab .btn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.cartTab button{
    background-color: var(--h);
    border: none;
    font-family: Poppins;
    font-weight: 500;
    cursor: pointer;
}
.cartTab .close{
    background-color: #eee;
}
.listCart .item img{
    width: 100%;
}
.listCart .item{
    display: grid;
    grid-template-columns: 70px 150px 50px 1fr;
    gap: 10px;
    text-align: center;
    align-items: center;
}
.listCart .quantity span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #eee;
    border-radius: 50%;
    color: #555;
    cursor: pointer;
}
.listCart .quantity span:nth-child(2){
    background-color: transparent;
    color: #eee;
    cursor: auto;
}
.listCart .item:nth-child(even){
    background-color: rgba(233, 227, 227, 0.067);
}
.listCart{
    overflow: auto;
}
.listCart::-webkit-scrollbar{
    width: 0;
}
.addCart{
    cursor: pointer;
}

/* Cart Section End */

/* Product Details Section Start */
.products-section .tabs button{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.productDetail-section{
 background-color: var(--main-color);
 padding:120px 0px 100px 0px;
 color: #fff;
}
.productDetail-section .row{
    align-items: center;
}
.productDetail-section h6{
    color:var(--bg-color);
    font-weight: bold;
    font-size: 20px;
}


/* Product Details Section End */

/* About Company Section Start */
.about-banner h1{
    text-align: center;
    padding: 250px 0px 150px 0px;
    color: #fff;
    margin: 0px;
 }
.about-banner{
    background: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url("../images/aboutus.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-aboutCompany h6{
    letter-spacing: 3px;
    color: var(--main-color);
}
.aboutCompany-header{
    background-color: var(--light-color);
    padding-top: 100px;
  
  }
.aboutCompany-header h2{
    padding-bottom: 150px;

}  
.about-header img{
    position:relative;
   bottom: 100px;
}  
.leading-5 h6{
    color: var(--main-color);
}
.brands-lifestyle{
    background-color:var(--bg-color);
    padding: 50px 0px;
    
}
.brands-lifestyle h1{
    color:var(--supporting-color);;
}
.facts-section{
    background-color: var(--);
    padding: 100px 0px 0px 0px;
}
.facts-section h1{
    font-weight: bold;
    color: var(--main-color);
}
.facts-section i{
    background-color:var(--bg-color);
    color: white;
    padding: 20px;
    border-radius: 12px;
    font-size: 30px;
    position: relative;
}
.facts-section i::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 74px;
    width: 240px;
    height: 2px;
    background-color: var(--main-color); 
  }
.facts-section img{
    opacity: 0.1;
    position: relative;
    
}
/* .facts-section .number{
 background-image: url(../images/five.png);
 background-repeat: no-repeat;
 background-size:cover;

}   */

.facts-section .d-flex-2,
.facts-section .d-flex-4{
    position: relative;
    left: 250px;
}
.vision-mission-section{
    background-color:var(--font-color);
    padding: 100px 0px;
}
.vision-mission-section h1{
    color: var(--main-color);
    font-weight: bold;
}
.vision-mission-section img{
    width: 500px;
    height: 300px;
}
.vision-mission-section p{
    text-align: justify;
}
.shoppe-header{
    background-color: var(--bg-color);
    padding: 100px 0px 50px 0px;
}
.indiashoppe .row{
    align-items: center;
}

.indiashoppe .header{
    text-align: right;
    font-weight: bold;
    color: #fff;
}
.product-sourcing{
    background-color: var(--font-color);
    padding: 100px 0px 50px 0px;
}
.product-sourcing img{
padding: 20px;
}
.product-sourcing h1,
.product-sourcing .span{
    font-weight: bold;
    color: var(--main-color);
}
.product-sourcing .row{
    align-items: center;
}
.footprint{
    margin: 50px 0px;
}
.footprint img{
   width: 330px;
}

/* About Company Section End */

/* Legal Section Start */
.legal-banner h1{
    text-align: center;
    padding:250px 0px 150px 0px;
    color: #fff;
    margin: 0px;
 }
.legal-banner{
    background: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url("../images/legal.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.legal-section{
    background-color: #f1f1f8;
    padding: 100px 0px;
    align-self: center;
    display: block;
    margin: auto;

    .certificate-outer{
        margin: 5px;

    }
    .certificate-outer .certificate-header{
        text-align: center;
        color: #fff;
        background-color: var(--main-color);
        padding: 10px;
        font-weight:500;
        font-size: 20px;
        border-radius:50px;
    }
    .certificate-outer img{
        width: 336px;
        height: 475px;
        display: block;
        margin:auto;
        cursor: pointer;
    }
   .certificate-outer .image{
    box-shadow: rgba(147, 112, 219, 0.2) 0px 2px 8px 0px;
   } 

}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.image {
    cursor: pointer;
    margin: 10px;
    position: relative;
}

.image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.lightbox {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#lightbox-img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: block;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prev, .next {
    cursor: pointer;
    font-size: 30px;
    color: white;
}

.close {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

/* Legal Section End */

/* Bank Section Start */


.bank-banner h1{
    text-align: center;
    padding: 250px 0px 150px 0px;
    color: #fff;
    margin: 0px;
 }
.bank-banner{
    background: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url("../images/bank.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}






.gallery-banner{
    /* background: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url("../images/gallery.jpg"); */
    /* background-position: center;
    background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
}

/* gallery */

.row > .column {
    padding: 0 8px;
    
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  .column .cursor{
    height: 15rem;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    margin-top: 5rem;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

 .mySlides img{
    height: 30rem;
  }
  
  .search-box {
    width: 20rem;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
  .search-box label{
    color: black;
    margin-right: 1rem;
  }
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  
/* Responsive design */
@media screen and (max-width: 768px) {
    .column {
      flex: 1 1 48%;  /* Two columns on smaller screens */
    }
    .column img{
        margin-bottom: 2rem;
    }
    .mySlides img{
        width: 100%;
        height: auto;
    }
  }
  
  @media screen and (max-width: 480px) {
    .column {
      flex: 1 1 100%;  /* Single column on extra small screens */
    }
  }












.bank-section{
    margin:100px 0px;
}

.bank-section h1{
    text-align: center;
    color: var(--main-color);
}
.bank-section{
 margin: 50px 0px 0px 0px;
}
table {
    border-collapse: collapse;
    width: 100%;
    padding: 30px;
   
    position: relative;
}
.table-content {
    width: 100%;
    height: auto;
    display: flex;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    padding: 20px 30px;
}

.table-content .bank-img{
    width: 80%;
    margin-top: 1rem;
    margin-left: 2rem;
}
  th{
    width: px;
  }
  td, th {
    /* border: 1px solid #dddddd;  */
    text-align: left;
    padding: 10px;
  
  }
  td{
    font-weight: 700;
  }

  .bank-logo{
    width: 200px;
    height: 20px!important;
  }

/* Bank Section End */

/* Contact Section Start */
.contact-banner h1{
    text-align: center;
    padding: 250px 0px 150px 0px;
    color: #fff;
    margin: 0px;
 }
.contact-banner{
    background: linear-gradient(rgba(79,59,120,0.8),rgba(79,59,120, 0.8)), url("../images/contact.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.form-section{

margin: 100px 0px;
}
.contact-section .row{
    align-items: center;
}
.contact-header{
    background-color: var(--main-color);
    padding: 200px 0px;
}

.contact-card-outer{
    margin:100px 0px 50px 0px;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    position: relative;
}
.contact-card-outer::after{
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:var(--bg-color);
    top: 8px;
    left: 8px;
}
.contact-img{
background-image: url(../images/contact-girl.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
height: 200px;
}
#captchaImage {
    border: 1px solid #ddd;
    z-index: 2000;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: rgb(245,245,245);
  }

  #refreshButton {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    margin:0px 10px;
   
  }
#refreshButton i{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
  #captchaInput {
    padding: 5px;
  }


.contact-cards i{
    font-size: 40px;
    margin-bottom: px;
    color:var(--bg-color);
    padding: 30px;
    transition: all 0.3s linear;
}
.contact-cards i:hover{
    transform: rotate(360deg);
}
.contact-header h2{
    text-align: center;
    color: #fff;
}
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
  
    margin: auto;
}
.form-container label{
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 15px;
}
.contact-section form {
    display: flex;
    flex-direction: column;
}


.input-group {
    margin-bottom: 20px;
}

label {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button {
    background-color:var(--supporting-color);
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: var(--main-color);
}

button span {
    margin-left: 5px;
}
.contact-cards .contact-card{
    height: 12.5rem;
}

.logo img{
    height: 3.5rem;
    width: 4rem;
    margin-left: 2rem;
}

@media screen and (max-width: 600px) {
    .form-container {
        width: 90%;
    }
}


/* Contact Section End */

/* Download Section Start */

.download-app{
    position: fixed;
    z-index: 200;
    padding: 15px 5px;
    right: 0;
    writing-mode: vertical-rl;
    font-size: 17px;
    background-color:var(--bg-color);
    color:var(--supporting-color);;
    bottom: 10%;
    border: none;
    font-weight: 500;
}

.download-head{
    background-color: var(--light-color);
    padding: 150px 0px 0px 0px;
}

.download-head p{
    text-align: center;
}

.download-head form{
    position: relative;
    background-color: #fff;
    padding: 40px;
}
.download-head form label{
    position: absolute;
    top:15px
}
.download-section form button{
    width: 100%;
    border-radius: 0%;
}
.download-content{
    margin: 100px 0px;
}
.download-content h2{
    color:var(--supporting-color);;
    border-top: 5px;
}
.download-content h4{
    color: var(--light-color);
}
.download-icons{
    text-align: center;
    padding: 0px 400px;
    margin: 0px 0px 100px 0px;
}
.download-icons .border,
.download-content .border{
 border: 2px solid var(--bg-color);
width: 400px;
 margin: 20px auto;
}
.download-content p{
    padding: 0px 300px;
}
.download-icons img{
    width: 80px;
    height: 80px;
}
/* Download Section End */

/* Footer Section Start */

.section-footer{
    background-color:var(--supporting-color);;
    color: white;
    padding: 100px 0px 0px 0px;
}

.footer-product h6{
    margin-top: 15px;
}
.footer-icons{
    margin-top: 20px;
}
.footer-icons i{
    margin: 5px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
}
.footer-icons i:hover{
    color: var(--font-color);
}
.section-footer h5{
    padding-bottom: 30px;
    color:var(--bg-color);
}
.section-footer ul li{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-product img{
    height: 60px;
    width: 60px;
}
.border-top{
    padding: 20px;
}

/* Footer Section End */

@media only screen and (min-width:200px) and (max-width:767px){
    .navbar{
        width: 100%;
        z-index: 2001;
    }
    .search{
        padding-left: 60px;  
    }
    .home-section h1{
        font-size: 25px;
        font-weight: bold;
        margin-top: 2rem;
    }
    .home-section-1,
    .home-section-2,
    .home-section-3,
    .home-section-4{
        padding-top: 50px;
    }
 
    .distribute-section{
        margin: 0px;
        position: static;
      
    }
    .promotion-section{
        margin-top: px;
    }
    .business-logo{
        display: grid;
    }
    .dashboard-section{
        margin-bottom: 50px;
    }
    .dashboard-btn-outer{
        left: 100px;
    }
    .promotion-btn-outer{
        right: 100px;
    }
    .brand-section{
       margin: 115px 0px 20px 0px;
    }
    .brand-btn-outer{
        left: 120px;
    }
    .brand-section img{
        margin: 0px;
        width: 60px;
    }
    .dashboard-promotion {
        margin: 50px 0px 70px 0px;
    }
    .section-product{
        top: 0px;
        padding: 40px 0px 40px 0px;
    }
    .section-footer h5{
        text-align: center;
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .section-footer ul li{
        text-align: center;
    }
    .footer-product{
      margin-top: 20px;
    }
    .last-section{
        padding-left: 0px;
    }
    .last-section .apps{
        padding-left: 30px;
    }
    .facts-section .d-flex-2,
    .facts-section .d-flex-4{
        left: 0px;
    }
    .vision-mission-section i{
        display: none;
    }
   .vision-mission-section{
    padding: 50px 0px;
   }
   .facts-tab{
    margin-bottom: 25px;
   }
   .product-sourcing{
    padding: 50px 0px 0px 0px;
   }
   .button-30{
    font-size: 15px;
   }
   .products img{
    display: block;
    margin: auto
   }
   .table-content{
    padding: 20px 0px 20px 20px;
   }
   .upi img{
    display: block;
    width: 100%;
    padding: 10px;
   }
   .bank-section {
    flex-direction: column;

   }
   .slick-next{
    float: right;
    margin-right: 20px;
    margin-top: 21.5px;
   }
   .slick-prev i{
    font-size: 30px;
   }
   .slick-next i{
    font-size: 30px;
   }
   iframe{
    width: 100%;
   }
   .distribute-section .d-flex{
    flex-direction: column;
   }
   .section-footer{
    padding: 0px;
   }
   .opportunity-content{
    padding: 0px;
   }
   .direct-selling{
    margin: 30px 0px;
   }
   .tabs{
    flex-wrap: wrap;
   }
   .section-product .tabs{
    display: grid;
  
   }
   .facts-section{
   display: none;
  }
}

@media only screen and (max-width: 768px){
 .section-footer h5{
    margin-top: 30px;
 }
.distribute-section{
    margin: 0px 30px 30px 30px;
}
.facts-section{
    display: none;
   }
.tabs{
   flex-wrap: wrap;
} 

.logo img{
    height: 2.7rem;
    width: 3.2rem;
    margin-left: 2rem;
}
}

.bank_bg {
    /* background-image: url('../images/bank2.jpg'); */
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:100px;
    padding-bottom:200px;
    
}
.bank_bg .row .col-md-5{
    width: 50%;
    height: 20rem;
}
@media only screen and (max-width:500px){
    .bank_bg {
        background-image:none;
    }
    
}

@media (max-width:768px) {
    .table-content {
        display: block;
    }
    .table-content .bank-img{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

.product-img{
    border-radius: 50%; 
    height: 29rem; 
    width: 29rem;
}

@media (max-width:500px) {
    .product-img{
        border-radius: 50%; 
        height: auto; 
        width: auto;
    }
}










/* home section2 */

.sec2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 4rem 0;
}

.sec2 .news{
    width: 22rem;
    height: 20rem;
    /* background-color: #655ab7; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding: 2rem;
}

.sec2 .news h3{
    color: #fff;
    margin-bottom: 1.5rem;
}

.sec2 .news marquee{
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    justify-content: center;
}

@media (max-width:768px) {
    .sec2{
        display: block;
        padding: 0 4rem;
    }

    .sec2 .news{
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }
}

@media (max-width:578px) {
    .sec2{
        display: block;
        padding: 0 1rem;
    }

}



@media (max-width:768px) {
    .care-products .products{
        height: auto !important;
    }
    
}