@font-face {
    font-family: 'Baloo2';
    src: url(Font/Baloo2-ExtraBold.ttf), url(Font/Baloo2-Bold.ttf), url(Font/Baloo2-Regular.ttf);
    font-weight: bolder;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

ul, li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Manrope', sans-serif, Arial, Helvetica;
    font-weight: 400;
}




/* ---------------------container size of page------------------------ */


.container {
    max-width: calc(1296px);
    margin: auto;
    text-align: center;
    /* border: 2px solid rgb(0, 255, 0); */

}


@media screen and (max-width: 1050px) {
    .container {
        max-width: calc(100%);
        margin: 40px;
        /* border: 2px solid yellow; */
    }
}
@media screen and (max-width: 800px) {
    .container {
        max-width: calc(100%);
        margin: 20px;
        /* border: 2px solid rgb(38, 0, 255); */

    }
}
/* ----------------------------------Navbar--------------------------- */
header {
    background-color: #d96846;
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 1;
}

nav,
.nav_left,
.nav_right,
.nav_list {
    display: flex;
    align-items: center;
    align-content: center;
}

nav {
    /* border: 2px solid yellow; */
    max-width: calc(1296px);
    justify-content: space-between;
    margin: 0 auto;
}

.nav_bar {
    align-items: center;
    align-content: center;
}

.nav_left {
    /* border: 2px solid green; */
}

.nav_left a {
    /* border: 2px solid pink; */
}

.nav_left a img {
    display: block;
    width: 260px;
}

.nav_menu_icon {
    display: none;
}

.nav_right {}

.nav_list {}

.nav_list li a{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #fff;
    /* border: 2px solid red; */
    padding: 12px 20px;
}

.nav_btn {
    padding: 16px 26px;
    border: none;
    border-radius: 12px;
    background-color: #596235;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 60px;
}

.nav-btn:hover {
    background-color: #2f3020;
}

/* ==============header responsive============== */
@media screen and (max-width: 1296px) {

    nav {
        margin: 0 40px;
  }
     }

@media screen and (max-width: 1050px) {
    nav {
          margin: 0 40px;
    }

}

@media screen and (max-width: 800px) {

    /* dis meanu list and button  */
    header {}

    nav,
    .nav_right,
    .nav_list {
        flex-direction: column;
    }

    nav {
        margin: 0 20px;
    }

    .nav_left {
        width: 100%;
        justify-content: space-between;
    }

    .nav_menu_icon {
        display: block;
        background-color: #596235;
        padding: 10px 16px;
        border-radius: 100%;
        color: white;
        font-size: 24px;
    }

    .nav_right {
        /* border: 2px solid yellow; */
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .nav_list,
    .nav_list_items {
        width: 100%;
        text-align: center;
    }

    .nav_list {
        margin-bottom: 30px;
        /* border: 2px solid yellow; */
    }

    .nav_btn {
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .nav_right {}
}

/* ----------------banner section ----------------*/
.banner {
    background-color: #d96846;
    position: relative;
    top: 40px;
}

.banner img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.banner .m_banner {
    display: none;
}

.banner-timer {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
}

.banner-timer h1 {
    font-family: 'Baloo2';
    font-weight: bolder;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 56px;
}



.timer {
    display: flex;
    justify-content: center;
    color: #596235;
    margin-bottom: 56px;
}

#cal {
    width: 115px;
    height: 115px;
    background-color: white;
    margin: 0 6px;
    font-family: 'Baloo2';
    font-weight: bolder;
    font-size: 56px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 8px 6px 0 rgba(153, 86, 66, 0.73);
    line-height: 32px;
    position: relative;
}

.cal-time {
    padding: 26px 0 0 0;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to bottom, #ffffff, #EEE6DB);
    width: 115px;
    height: 50%;
}

#cal span {
    font-size: 18px;
    text-transform: uppercase;
}

.banner-btn {
    padding: 12px 30px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: white;
    text-transform: uppercase;
    padding: 23px 60px 24px 60px;
    border-radius: 100px;
    background-color: #2f3020;
}

.banner-btn:hover {
    background-color: #596235;
    cursor: pointer;
}
@media screen and (max-width: 1050px) {
    .banner-timer h1 {
         
        font-size: 70px;
        line-height: 60px;
        text-transform: uppercase;
        margin-bottom: 56px;
    }
}
@media screen and (max-width:800px) {
    .banner-timer {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        width: 100%;
    }

    .banner-timer h1 {
        font-family: 'Baloo2';
        font-weight: bolder;
        font-size: 60px;
        line-height: 60px;
        text-transform: uppercase;
        margin-bottom: 56px;
    }

    .banner .d_banner {
        display: none;
    }

    .banner .m_banner {
        display: block;
        width: 100%;
    }

    #cal {
        width: 95px;
        height: 95px;
        font-size: 46px;
    }

    .cal-time {
        padding: 18px 0 0 0;
        width: 95px;
    }

    #cal span {
        font-size: 16px;
    }
}

/* --------------------feature section--------------------- */
.features h1 {
    max-width: 1200px;
    margin: 0 auto 96px auto;
    padding-top: 84px;
    text-align: center;
    font-family: 'Baloo2';
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .features h1 {
        font-size: 40px;
        margin: 0 auto 66px auto;
        font-weight: bolder;
        font-style: normal;
    }
}

.features #pan {
    color: #d96846;
}

.features {
    background-color: #f3ede4;
}

.features-i {
    display: flex;
    justify-content: space-between;
}

.features-i img {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .features-i {
        flex-direction: column;
    }
}

.pantry-management {
    position: relative;
}

#pantry-content {
    position: absolute;
    top: 46px;
    left: 40px;
    color: white;
    text-align: left;
}

#pantry-content:hover {
    top: 35px;
    transition: ease-in 100ms;
    cursor: pointer;
}

#pantry-content h2 {
    font-size: 31px;
    margin-bottom: 15px;
}

#pantry-content p {
    font-size: 18px;
    font-weight: 200;
}

.pantry-management img {
    width: 415px;
}
@media screen and (max-width: 1296px) {
    .features-i{
       gap: 20px;
    }}

@media screen and (max-width: 1050px) {
 .features-i{
    gap: 20px;
 }

}

@media screen and (max-width: 800px) {
    .pantry-management img {
        width: 100%;
    }

    .pantry-management {
        margin-bottom: 16px;
    }
}

/* --------------------------Mession section---------------------------- */
.mission {
    background-color: #f3ede4;
}

.mission div {
    padding-top: 84px;
    padding-bottom: 84px;
}

.mission p {
    max-width: 1200px;
    margin: 0px auto 26px auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.mission h1 {
    max-width: 1200px;
    margin: 0 auto 96px auto;
    text-align: center;
    font-family: 'Baloo2';
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

video {
    display: block;
    margin: auto;
    width: 80%;
    border-radius: 20px;
}

.mission-btn {
    background-color: rgba(255, 255, 255, 0.61);
    display: flex;
    justify-content: center;
    align-content: center;
    width: 560px;
    margin: 60px auto;
    border-radius: 100px;
}

#btn {
    padding: 12px 30px;
    border: none;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: white;
    padding: 22px 60px 22px 60px;
    border-radius: 100px;
    margin: 6px;
    flex-grow: 1;
}

.btn1 {
    background-color: #2f3020;
}

.btn2 {
    background-color: #d96846;
}

@media screen and (max-width: 800px) {
    .mission div {
        padding-top: 84px;
        padding-bottom: 44px;
    }

    .mission h1 {
        font-size: 40px;
    }

    video {
        width: 100%;
    }

    .mission-btn {
        flex-direction: column;
        width: 100%;
    }
}

/* -----------------Benifits-Outcomes----------------- */
.benifits_outcomes {
    display: flex;
    margin-top: 150px;
    max-width: 100%;
    justify-content: center;
}

 

.leftsection img {
    max-width: 568px;
}

.rightsection {
    padding-left: 56px;
}

.rightsection h1 {
    text-align: left;
    font-family: 'Baloo2';
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 42px;
}

.rightsection_points {
    display: flex;
    text-align: left;
    margin-bottom: 36px;
}

.rightsection_points div {
    padding-right: 26px;
    width: 330px;
}

.rightsection_points div h2 {
    font-family: 'Baloo2';
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    margin-bottom: 12px;
}

.rightsection_points div p {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: black;
}

@media screen and (max-width: 1296px) {
    .benifits_outcomes {
        flex-direction: column;
    }

    .leftsection {
        margin-bottom: 80px;
    }

    .leftsection img {
        max-width: 100%;
    }

    .rightsection {
        text-align: center;
    }

    .rightsection_points {
        margin-bottom: 0;
        width: 100%;
    }

    .rightsection_points div {
        width: 100%;
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 800px) {

    .benifits_outcomes,
    .rightsection_points {
        flex-direction: column;
    }

    .benifits_outcomes {
        margin-top: 80px;
    }

    .leftsection {
        margin-bottom: 80px;
    }

    .leftsection img {
        width: 100%;
    }

    .rightsection {
        padding-left: 0;
    }

    .rightsection h1 {
        text-align: center;
        font-size: 40px;
        text-align: left;
    }

    .rightsection_points {
        margin-bottom: 0;
        width: 100%;
    }

    .rightsection_points div {
        width: 100%;
        margin-bottom: 36px;
    }

    .rightsection_points div h2 {
        font-size: 26px;
    }
}

/* ---------------------- insight ---------------------------------- */
.insight {
    margin-top: 84px;
}

.insight-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.insight-head h1 {
    text-align: left;
    font-family: 'Baloo2';
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
}

.insight-head button {
    border: none;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #d96846;
    padding: 22px 40px 22px 40px;
    border-radius: 100px;
    margin: 6px;
    background-color: white;
    border: 3px solid #d96846;
}

.insight-head button:hover {
    background-color: #d96846;
    color: white;
}

.insight-blog {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 70px;
}

.blog {
    display: flex;
    text-align: left;
    flex-direction: column;
    width: 630px;
}

.blog img {
    width: 100%;
}

.blog div h2 {
    text-align: left;
    font-family: 'Baloo2';
    font-size: 45px;
    font-weight: bolder;
    font-style: normal;
    line-height: 1.1;
}

.blog div p {
    font-family: Manrope;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    color: black;
}

.blog div {
    margin-top: 36px;
}

.blog div h2,
p {
    margin-bottom: 20px;
}

@media screen and (max-width: 1296px) {
    .insight-blog {
         
        gap: 20px;
    }
}

@media screen and (max-width: 1050px) {
    .insight-blog {
         
        gap: 20px;
    }
    
    .blog {
        display: flex;
        text-align: left;
        flex-direction: column;
        width: 630px;
    }
    
    .blog img {
        width: 100%;
    }
}


@media screen and (max-width: 800px) {

    .insight,
    .insight-blog,
    .insight-head {
        flex-direction: column;
        max-width: 100%;
    }

    .insight {
        align-items: center;
    }

    .insight-head {
        justify-content: center;
        align-items: center;
    }

    .insight-head button {
        margin: 0px;
        max-width: 400px;
    }

    .insight-head h1 {
        text-align: center;
        font-size: 40px;
    }

    .insight-blog {}

    .blog {
        margin-bottom: 66px;
        width: 100%;
    }

    .blog img {}

    .blog div {
        margin-top: 45px;
    }

    .blog div h2 {
        font-size: 35px;
    }
}

/* ------------------faq----------------- */
.faqsec {
    margin-top: 96px;
}

.faqsec h1 {
    font-family: 'Baloo2';
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
    margin-bottom: 60px;
}

.faq {
    background-color: #f3ede4;
    display: flex;
    justify-content: space-between;
    padding: 28px 62px;
    border-radius: 10px;
}

.faq h3 {
    font-family: 'Baloo2';
    font-size: 32px;
}

.faq span {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq span i {
    font-size: 30px;
}

.faqbar {
    margin-bottom: 20px;
}

.faqbar p {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 28px 62px;
    line-height: 1.8;
    display: none;
}

@media screen and (max-width: 800px) {
    .faqsec {
        margin-top: 66px;
    }

    .faqsec h1 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: bolder;
        font-style: normal;
        margin-bottom: 50px;
    }

    .faq {
        padding: 20px 20px;
    }

    .faq h3 {
        font-size: 26px;
        text-align: left;
        line-height: 1.2;
    }

    .faqbar {
        margin-bottom: 12px;
    }
}

/* --------------------------footer------------------------- */
footer {
    width: 100%;
    background-color: #2f3020;
    margin-top: 100px;
    background-image: url("Img/fbacimg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
}

footer .footerarea {
    position: relative;
    padding-top: 160px;
    padding-bottom: 1px;
}

footer button {
    border: none;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: black;
    padding: 22px 60px 22px 60px;
    border-radius: 100px;
    margin: 6px;
    background-color: #d96846;
}

footer button:hover {
    background-color: #c35939;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.social_media {
    margin-top: 140px;
    margin-bottom: 40px;
}

.social_media i {
    font-size: 40px;
    color: white;
    width: 50px;
    height: auto;
    margin: 8px;
}

.social_media i:hover {
    color: #d96846;
    cursor: pointer;
}

footer .flink {
    display: flex;
    justify-content: center;
    color: white;
    margin-bottom: 250px;
}

footer ul li {
    padding: 0 22px;
    font-size: 18px;
    font-weight: 600;
}

.termssep {
    border-width: 0 2px;
    border-style: solid;
    border-color: white;
}

footer .finfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer hr {}

footer .finfo a {
    text-decoration: none;
    color: white;
}

footer .finfo p {
    margin: 0;
}

@media screen and (max-width: 800px) {
    footer {
        width: 100%;
        background-image: url("Img/mfooter.svg");
    }

    .footerarea,
    .flink,
    .finfo {
        flex-direction: column;
    }

    .social_media {
        margin: 90px 0;
    }

    footer .flink {
        flex-direction: column;
        color: white;
        margin-bottom: 220px;
    }

    .flink li {
        padding: 0;
    }

    .termssep {
        border: none;
    }

    .termssep::before,
    .termssep::after {
        content: "";
        display: block;
        margin: 20px auto;
        width: 2px;
        height: 20px;
        background-color: white;
        color: white;
    }

    footer .finfo {
        flex-direction: column;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        height: 120px;
        margin-bottom: 46px;
    }
}

/* ------------------testionial------------------ */


.testimonial {
    margin: 80px 0 auto auto;
}

.customers{
    margin-bottom: 160px;
}

.testimonial h1 {
    font-family: 'Baloo2';
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
    margin-bottom: 60px;
 }

 


/* Grid view testimonial */



.custTestimonial{
    /* border: 2px solid red; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 20px;

}

.testi, .testi-9, .testi-10{
    /* border: 2px solid green; */
    border-radius: 26px;

}


/* ------------------------------------------- */


.testi-items{
    display: flex;
    /* border: 2px solid yellow; */
    margin: 30px;
     

}

#custTestimonial-3 .testi-items, #custTestimonial-5 .testi-items{
    flex-direction: column;
    gap: 40px;
}
.testi-items img{
    width: 120px;
    height: 120px;
    margin-right: 20px;
    /* border: 2px solid red; */

}
.testi-items p{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

.testi-items div{
    /* border: 2px solid green; */
    
}

.testi-items div p:nth-child(2){
    font-size: 16px;
}

/* ------------------------------------------------------- */


#custTestimonial-3{
    grid-column: 3 / auto;
    grid-row: 1 / span 2;
}

#custTestimonial-4{
    grid-column: 1 / span 2;
}

#custTestimonial-5{
    grid-row: 3 / span 2;
}

#custTestimonial-8{
    grid-column: 2 / span 2;
}

#custTestimonial-9{
    grid-column: 1 / span 3;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.testi-9, .testi-10{
    width: 100%;
}

#custTestimonial-1{
    background-color: #596235;
}
#custTestimonial-2{
    background-color: #F2E0BC;
}
#custTestimonial-3{
    background-color: #D0D65F;
}
#custTestimonial-4{
    background-color: #D96846;
}
#custTestimonial-5{
    background-color: #D0D65F;
}
#custTestimonial-6{
    background-color: #989980;
}
#custTestimonial-7{
    background-color: #D96846;
}
#custTestimonial-8{
    background-color: #596235;
}
.testi-9{
    background-color: #F2E0BC;
}
.testi-10{
    background-color: #D96846;
}



@media screen and (max-width: 1024px) {

    .custTestimonial, #custTestimonial-9{
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    #custTestimonial-3 .testi-items, #custTestimonial-5 .testi-items{
        flex-direction: row;
        gap: 0px;

}
    
}


