/* Mobile Media Query */

@media (max-width: 767px) {

.headbar {
    background: #4E4B56;
    padding: 8px 0px;
}

.headbar .text-bar {}

.headbar .text-bar p {
    margin-bottom: 0px;
    font-family: "Bubblegum Sans", sans-serif;
    color: white;
    font-weight: normal;
    font-size: 12px;
}

.header_main {
    padding: 0.5rem 0;
}

.header_main .logo {
}

.header_main .logo img {
    width: auto;
    height: 50px;
}

.header_main .header-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 0.8rem;
}

.header_main .header-cta .cta_cm {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: center;
}

.header_main .header-cta .cta_cm ul {
    list-style: none;
    display: flex;
    align-items: end;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 7px;
}

.header_main .header-cta .cta_cm ul img.cta_icon {}

.header_main .header-cta .cta_cm ul p {
    margin-bottom: 0px;
    color: #4B4F56;
    font-family: "Baloo 2", sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.header_main .header-cta .cta_cm ul h6 {
    margin-bottom: 0px;
    font-family: "Bubblegum Sans", sans-serif;
    color: #515050;
    font-weight: normal;
    font-size: 15px;
}

.header_main .header-cta .button_cta a {
    background: #3E424A;
    border: none;
    font-family: 'Poppins';
    font-size: 13px;
    text-transform: capitalize;
    padding: 19px 30px;
    border-radius: 100px;
    font-weight: 600;
    display: none;
}
.row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}


/*  Banner  */

section.banner-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.banner-sec .banner_row {
    align-items: center;
}

section.banner-sec .text-sec {}

section.banner-sec .text-sec h3 {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    color: #22ACAC;
}

section.banner-sec .text-sec h2 {
    color: #3E424A;
    font-family: Cocogoose;
    font-size: 30px;
    line-height: 45px;
    font-weight: normal;
    text-transform: capitalize;
}

section.banner-sec .text-sec p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #3D3D3D;
    font-size: 16px;
}
section.banner-sec .banner_btns {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

section.banner-sec .banner_btns a.btn.btn-theme {
    background: #22ACAC;
    color: white;
}

section.banner-sec .banner_btns a.btn {
    border-radius: 100px;
    padding: 12px 32px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    width: max-content;
}

section.banner-sec .banner_btns a.btn.btn-dark {
    background: #3E424A;
}
section.banner-sec .form_box {
    background: #ffffffd9;
    border-radius: 40px;
    box-shadow: 0px 0px 13px 2px #0000004a;
    padding: 18px 20px;
    width: 98%;
    margin-left: auto;
    margin: auto;
    margin-top: 1rem;
}

section.banner-sec .form_box .head_form {
    padding-bottom: 1rem;
}

section.banner-sec .form_box .head_form h4 {
    font-family: 'Cocogoose';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}

section.banner-sec .form_box .head_form p {
    color: #373737;
    font-family: 'Poppins';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 12px;
}

section.banner-sec .form_box .form-col.input-col {}

section.banner-sec .form_box .form_row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

section.banner-sec .form_box .form-col.input-col input {
    width: 100%;
    border: 2px solid #535353c2;
    border-radius: 50px;
    padding-left: 1rem;
    height: 40px;
    background: transparent;
}

section.banner-sec .form_box .form-col textarea {
    width: 100%;
    resize: none;
    border: 2px solid #535353c2;
    border-radius: 20px;
    padding-left: 1rem;
    background: transparent;
    padding-top: 0.4rem;
    height: 80px;
}
section.banner-sec .form_box .form-col input[type="submit"] {
    background: #3E424A;
    border: none;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 28px;
    width: 100%;
    height: 45px;
    font-size: 15px;
}
section.banner-sec .form_box .form_container {
    text-align: center;
}

section.banner-sec .form_box .form_container a.cta_link {
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    padding-top: 0.5rem;
    color: #8B8585;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 12px;
}
/* Banner End */


section.sec_2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

section.sec_2 .row {
    align-items: center;
}

section.sec_2 .sec_image {}

section.sec_2 .sec_image img {
    width: 100%;
}

section.sec_2 .text_sec {
    padding-bottom: 0.5rem;
}

section.sec_2 .text_sec h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0.4rem;
    text-transform: capitalize;
}

section.sec_2 .text_sec h2 {
    color: #3E424A;
    font-size: 25px;
    font-family: 'Cocogoose';
    font-weight: normal;
    padding-bottom: 5px;
}

section.sec_2 .text_sec p {
    color: #3D3D3D;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.buttons_group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.buttons_group a.btn.btn-theme {
    color: white;
    background: #22ACAC;
}

.buttons_group a.btn {
    font-size: 13px;
    font-family: 'Poppins';
    text-transform: capitalize;
    border-radius: 10px;
    padding: 12px 43px;
    font-weight: 600;
    border-radius: 70px;
}

.buttons_group a.btn.btn-dark {
    background: #4E4B56;
    color: white;
}

section.services_sec {padding-top: 1.5rem;padding-bottom: 4rem;}

section.services_sec .sec_head {
    width: 58%;
    margin: auto;
    padding-bottom: 1.7rem;
}

section.services_sec .sec_head h3 {
    color: #222222;
    font-family: 'Bubblegum Sans';
    font-size: 59px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0.7rem;
}

section.services_sec .sec_head p {
    color: #737373;
    font-size: 16px;
    font-family: 'Baloo 2';
    font-weight: normal;
}

.services_slider {}

.services_slider .item {
    background: transparent;
    border: 2px solid #395d4152;
    border-radius: 20px;
    padding: 20px 20px;
}

.services_slider .item .image_box {}

.services_slider .item .image_box img {}

.services_slider .item  .text_slide {
    padding-top: 0.7rem;
    width: 99%;
}

.services_slider .item  .text_slide h4 {
    color: #262626;
    text-transform: capitalize;
    font-family: poppins;
    font-size: 25px;
    font-weight: bold;
    width: 60%;
}

.services_slider .item  .text_slide p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #3D3D3D;
}

section.limited_offer_sec {
    background: url(../images/limited_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2.7rem;
    padding-bottom: 1.5rem;
}

section.limited_offer_sec .sec_head {}

section.limited_offer_sec .sec_head h3 {
    font-size: 69px;
    font-family: 'Bubblegum Sans';
    color: white;
    padding-bottom: 1.2rem;
    text-transform: capitalize;
}

.limited_books_slider {}

.limited_books_slider .item .image_book {}

.limited_books_slider .item .image_book img {
    width:100%;
    aspect-ratio:4/4;
    object-fit:contain;
    
}
.limited_buttons_group.centered_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.9rem;
}

.limited_buttons_group {
    padding-top: 3.4rem;
}

.limited_buttons_group a.btn.btn-light {
    box-shadow: 0px 1px 3px 1px #4d4d4d75;
    font-size: 22px;
    font-family: 'Bubblegum Sans';
    text-transform: capitalize;
    font-weight: normal;
    color: #2B2B2B;
    background: white;
    border-radius: 10px;
    padding: 12px 30px;
}
section.sec_2.sec_5 .row {
    align-items: center;
}

section.portfolio_sec {
    background: url(../images/folio_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}
section.portfolio_sec .sec_head {
    padding-bottom: 1.5rem;
    width: 98%;
    margin: auto;
}

section.portfolio_sec .sec_head h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
    padding-bottom: 5px;
}

section.portfolio_sec .sec_head p {
    color: #3D3D3D;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}

section.portfolio_sec .sec_head h2 {
    color: #3E424A;
    font-size: 25px;
    font-family: 'Cocogoose';
    font-weight: normal;
    padding-bottom: 0px;
    text-transform: uppercase;
    width: 97%;
    margin: auto;
    padding-bottom: 0.5rem;
}
section.portfolio_sec .image_folio {}

section.portfolio_sec .image_folio img {
    width: 100%;
}
.folio_slider {
    padding-bottom: 0.8rem;
}
section.sec_2.sec_5 .text_sec {
    width: 88%;
}
section.exclusive_sec {
    background: #2E323A;
    padding: 4.5rem 0;
}

section.exclusive_sec .row {
    align-items: start;
}

section.exclusive_sec .image_sec img {
    width: 98%;
}

section.exclusive_sec .text_sec h2 {
    font-family: 'Bubblegum Sans';
    font-size: 89px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 0px;
}

section.exclusive_sec .text_sec p {
    color: #C2C2C2;
    font-size: 20px;
    font-family: 'Baloo 2';
    font-weight: normal;
    line-height: 30px;
}

.buttons_large {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    padding-top: 0.8rem;
}

.buttons_large a.btn.btn-light {
    color: #2B2B2B;
    background: white;
    font-family: 'Bubblegum Sans';
    text-transform: capitalize;
    font-size: 22px;
    padding: 13px 35px;
    border-radius: 10px;
}
footer .footer_main {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

footer {
    background: #3E424A;
}

footer .footer_main .logo_footer img {
    width: auto;
    height: auto;
}

footer .footer_main  .text_footer p {
    font-family: 'Poppins';
    color: white;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
}

footer .footer_bottom {
    border-top: 1.80px solid #329AE3;
    width: 98%;
    margin: auto;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

footer .footer_bottom p.copyrights_text {
    margin-bottom: 0px;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 12px;
}

footer .footer_bottom ul.terms_pages {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding-top: 0.5rem;
}

footer .footer_bottom ul.terms_pages a {
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}

.buttons_footer {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 90%;
}

.buttons_footer a.btn.btn-theme {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 10px;
    background: #22ACAC;
    color: white;
    padding: 15px 20px;
}

.buttons_footer a.btn.btn-light {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: capitalize;
    border-radius: 10px;
    color: #555555;
    padding: 13px 20px;
    font-weight: 600;
}
footer .footer_main .row {
    align-items: center;
}
.services_slider .swiper-pagination {bottom: -2rem;position: relative;}

.services_slider .swiper-pagination span.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #B9B0B0;
    opacity: 1;
}

.services_slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #2D4632;
    width: 17px;
    height: 17px;
}

.strip-bn {
    background: #3E424A;
    padding: 16px 0px;
}

.strip-bn .text-strip {}

.strip-bn .text-strip h4 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
}



/* new css */

section.brands_slider_sec {
    background: #EEEEEE;
    padding: 10px 0px;
}

section.brands_slider_sec div.swiper-wrapper {
    align-items: center;
}

section.brands_slider_sec .container_sec {
    text-align: center;
    width: 90%;
    margin: auto;
}

section.brands_slider_sec .image_box {
    text-align: center;
}
section.steps_sec {
    padding: 3rem 0px;
    background: url(../images/steps_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4rem;
    background-position: bottom;
}
section.steps_sec .sec_head {
    padding-bottom: 1.5rem;
}

section.steps_sec .sec_head h2 {
    color: #3E424A;
    text-transform: capitalize;
    font-family: 'Cocogoose SemiLight';
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0.4rem;
}

section.steps_sec .sec_head p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    color: #3D3D3D;
}

section.steps_sec .steps_cont {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

section.steps_sec .steps_cont .step_col {
    max-width: 95%;
    flex: 95%;
    text-align: center;
}

section.steps_sec .steps_cont .step_col h4 {
    font-size: 20px;
    color: #3D3D3D;
    text-transform: capitalize;
    padding-top: 1.2rem;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0.3rem;
}

section.steps_sec .steps_cont .step_col p {
    width: 90%;
    margin: auto;
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
}

section.steps_sec .cta_sec {
    padding-top: 3rem;
}

section.steps_sec .cta_sec a.btn.btn-dark {
    background: #3E424A;
    border-radius: 100px;
    padding: 14px 30px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
}
section.portfolio_sec .buttons_group.btn_centered {
    padding-top: 2.5rem;
}

.buttons_group.btn_centered {
    justify-content: center;
}
section.sec_2.sec_5.sec25_no_img {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url(../images/sec_sl_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 45%;
    background-color: #23232317;
    background-blend-mode: color;
}
section.last_sec {
    background: url(../images/last_sec_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0px;
}
section.last_sec .text-sec {
    width: 95%;
    margin: auto;
}

section.last_sec .text-sec h3 {
    color: #D5D4FF;
    font-family: 'Cocogoose';
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 0.4rem;
}

section.last_sec .text-sec p {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
    color: white;
}

section.last_sec  .cta_sec {
    text-align: center;
    padding-top: 1.2rem;
}

section.last_sec  .cta_sec a.btn.btn-light {
    background: white;
    border-radius: 100px;
    padding: 14px 25px;
    width: max-content;
    color: #303030;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
section.second_sec {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
}

section.second_sec .sec_head {
    width: 98%;
    margin: auto;
    padding-bottom: 1.6rem;
}

section.second_sec .sec_head h3 {
    color: #3E424A;
    font-family: 'Cocogoose';
    font-size: 25px;
    padding-bottom: 0.2rem;
}

section.second_sec .sec_head p {
    color: #3D3D3D;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
}

section.second_sec .cookbook_slider {}

section.second_sec .cookbook_slider .image_book {
    text-align: center;
}

section.second_sec .cookbook_slider h5 {
    padding-top: 0.8rem;
    width: 88%;
    margin: auto;
    color: #9C9C9C;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23px;
}

section.second_sec .sec_bottom {
    padding-top: 2.5rem;
    width: 90%;
    margin: auto;
}

section.second_sec .sec_bottom p {
    font-size: 14px;
    font-family: 'Poppins';
    color: #3D3D3D;
    font-weight: 600;
}

section.second_sec .sec_bottom .cta_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-top: 0.7rem;
}

section.second_sec .sec_bottom .cta_sec a.btn.btn-dark {
    background: #3E424A;
    border-radius: 100px;
    padding: 14px 28px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    width: max-content;
}
/* new css end */
footer .footer_bottom .row {
    flex-direction: column;
}
.text_footer {
    padding: 14px 0px;
}
#contact-popup .modal-body {
    display: flex;
    width: 100%;
    gap: 30px;
    padding: 22px 22px;
    flex-wrap: wrap;
    flex-direction: column;
}
.modal-right-content {
    width: 100%;
    display: flex;
    align-items: center;
}
.form-box {
    border-radius: 30px;
    padding: 24px !important;
    margin: 0 0px 0 0;
}
.modal-content {
    border-radius: 20px;
    border: none;
    background: #eee !important;
    width: 95%;
    margin: auto;
}
.form-box h3 {
    font-size: 22px;
    color: #6d6d6d;
    line-height: 28px;
    margin-bottom: 18px;
    font-weight: 700;
}
.form-box p.my-pform {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Poppins';
}
div#contact-popup form input[type="submit"] {

    margin-bottom: 0px;
    font-size: 16px;
}
.header_main .header-cta .cta_cm ul.mail_icon_li {
    display: none;
}

}

/* Mobile Media Query End */