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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: all 0.4s ease-in-out;
      font-family: "Poppins", sans-serif;
}


body{
    overflow-x: hidden;
}



.mnew {
    text-align: center;
}
.mnew img{
        width: auto;
    height: 100px;
    object-fit: contain;
}



.fourth-back {
    background: url(../images/services.jpg) !important;
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 8px 0px #21252921;
}


img{
    border-radius:10px;
}

main{
    overflow: hidden;
}

p{
    font-size: 16px;
}
a{
   font-size: 16px; 
}
section{
    padding: 0px 6%;
}
header {
    border-bottom: 1px solid #8897c62e;
    position: sticky;
    top: 0px;
    z-index: 999;
    background: white;
}


.backbanner-back{
    padding: 40px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.mid-text h1{
    font-size: 34px;
    font-weight: 400;
}
.mid-text span{
    color: #334D9D;
    font-weight: 600;
}
.topic-read-more a{
background: #334d9d;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #334d9d;
}
.topic-read-more{
    margin-top: 40px;
}


.carent-bards img{
    width: 100%;
    height: 100%;
}

.about-me-second {
  padding-top: 80px;
}

.about-head h2{
    font-size: 24px;
    color: #334D9D;
   

}
.about-me-second .row{
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
.carent-bards img{
    border-radius: 10px;
}


.what-we-do {
    background: url(../images/what-we-do.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.what-we-do .sub-heading h2{
    color: white;
}

.what-we-do .sub-heading p{
    color: white;
}
.box {
    background: #F3F3F4;
    padding: 40px 20px;
    box-shadow: 7px 7px 0px 0px #334d9d;
    border-radius: 10px;
}

.what-we-do .container{
    row-gap: 40px;
    display: flex;
    flex-direction: column;
}

.what-we-do .container .row{
    row-gap: 40px;
}
.what-we-do{
    margin-top: 80px;
}
.box-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: inline-block;
}
.box-icon{
    margin-bottom: 20px;
}
 
.box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
.navbar-nav a{
    color: black;
}
.navbar-nav{
    gap: 20px;
}
.navbar-brand img{
    width: 100%;
    height: 60px;
}


.topic-read-more a:hover{
    background: white;
    color: #334D9D;
}


.Commitment-section{

padding: 60px 0px;



}


.Commitment-hub h2{
text-align: center;
color: #334D9D;
font-weight: 600;
}
.commitement-drag .row{
    justify-content: center;
}


.commitement-drag {
    background: #334D9D;
    margin-top: 450px;
    position: relative;
}

.commitement-drag .row{
    margin-top: -200px;
}
.comm-one img{
    width:100%
}
.comma-desc p{
    color: white;
    padding-top: 10px;
}
.bottom-line p{
    color: white;
    text-align: center;
}
.bottom-line{
    margin-top: 60px;
}


.comman-commma-sec{
    position: relative;
    margin-top: 100px;
}


.commitement-drag::after {
    content: "";
    position: absolute;
    background: url(../images/tra.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 442px;
    left: 0px;
    width: 142px;
    bottom: 0px;
    z-index: 99;
}


.commitement-drag::before {
    content: "";
    position: absolute;
    background: url(../images/tra-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 260px;
    right: -10px;
    width: 220px;
    bottom: 0px;
    z-index: 99;
}


.secondaru-about {
    background: url(https://nimbinternational.com/wp-content/uploads/2025/07/choclate.jpg);
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 8px 0px #21252921;
}


.third-back{
    background: url(../images/bransds-banner.png) !important;
    padding: 100px 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0px 1px 8px 0px #21252921;
}



.about-sub-heading {
    width: 50%;
}
.about-sub-heading h1{
    font-size: 34px;
    

}
.our-story-images img{
    width: 100%;
}

.our-story-second img{
    width: 100%;
}
.our-story-section{
    margin-top: 80px;
}

.our-story-images-sec{

margin-top: 200px;

}
.story-rpow{
    align-items: center;
}
.patch{
    background: #334D9D;
    padding: 40px 0px;
    margin-top: 150px;
}
.whithinhg h2{
    color: white;
}
.whithinhg p{
    color: white;
}
.over-flow-images{
    position: relative;
}
.over-flow-images img{
    width: 100%;
 
}
.our-mission-one .row{
    align-items: center;
}

.Why-partener{
    margin-top: 80px;
}

.Why-partener .Commitment-hub h2{
    text-align: start;
}

.why-parter-sider-inners img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.why-para-head h3{
        font-size: 20px;
    font-weight: 600;
}
.why-para-head{
    padding: 10px;
}
.why-parter-sider-inners{
    background: #D9D9D9;
    border-radius: 10px;
}
.why-parter-sideimg .row {
    row-gap: 30px;
}
.gosshui{
    position: relative;
    margin-top: 100px;
}
.third-dosh{
        position: relative;
    margin-top: -100px;
}
.why-partner-row{
    align-items: center;
}

.Why-partener{
    position: relative;
}
.Why-partener::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -37px;
    background: url(../images/bowl.png);
    width: 337px;
    height: 395px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -999;
}



footer{
    margin-top: 40px;
}


.flavors-cards{
        cursor: pointer;
}

.flovers-immnercard img {
    width: 100%;
    position: absolute;
    top: -170px;
    height: 350px;
    object-fit: contain;
    transform: rotate(15deg);
}
.flavors-cards {
    position: relative;
    margin: 20px;
}
.snacks-more-data{
    height: 220px;
    width: 100%;
    background: #334D9D;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 20px;
    color: white;
    border-radius: 10px;
}
 
.brand-products .row{
    row-gap: 200px;
    margin-top: 200px;
    justify-content: center;
}

.brand-products {
    margin-top: 80px;
}

.snacks-more-data h5{
        width: 100%;
    text-align: center;
    z-index: 9;
}

.snacks-more-data::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: url(../images/liner-blue.png);
}


.nows-thou{
    text-align: center;
}

.nows-thou img {
    width: auto;
    height: 200px;
    object-fit: contain;
    margin: 10px 0px;
}

.brands-section-new{
    margin-top: 80px;
}


.nows-thou p{
    text-align: start;
}


.back-para-free img{

    width: 100%;


    


}


.brands-section .row{
  justify-content: space-between;

}


.nows-thou h4{
    color: #334D9D;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}
.WhyOurProducts{
    margin-top: 80px;
}

.Commitment-hub ul{
    display: flex;

}


.icons-box img{
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.icons-box{
    text-align: center;
}


.WhyOurProducts .row{
    margin-top: 60px;
}


.flavors-cards {
    transform: scale(1);
}

.flavors-cards:hover img {
    transform: scale(1.1);
}

.flavors-cards:hover {
    box-shadow: 4px 6px 0px 0px #D9D9D9;
    border-radius: 10px;
}
.flavors-cards{
    border-radius: 10px;
}
.hand-distribution{
    margin-top: 80px;
}


.services-right-img img{
    width: 100%;
    height: auto;
}


.hand-distribution .row{
    align-items: center;
}

.location img {
    width: 20px;
    height: auto;
    border-radius: 0px;
}

.topic-read-more-sb{
    background: #334d9d;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #334d9d;
}

.topic-read-more-sb:hover {
    background: white;
    color: #334D9D;
    border: 2px solid #334d9d;
}


.ul-add {
    padding: 0px;
}

.location{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.contact-address{
    margin-top:40px;
}

.contact-address h4 {
    font-size: 20px;
    color: #334D9D;
    font-weight: 500;
    border-bottom: 1px solid;
    display: inline-block;
}


.contact-address a {
    color: #2b373d;
    text-decoration: none;
}

.contact-drift h4{
    font-size:24px;
    color: #334D9D;
    font-weight: 600;
}

footer{
    background:#F3F3F4;
    padding:20px 0px;
}

