@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Bubblegum+Sans&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');

@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogoose-Pro-Semilight.ttf'); 
  }
  @font-face {
    font-family: 'Cocogoose SemiLight';
    src: url('../fonts/Cocogoose-Pro-Semilight.ttf'); 
  }

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

.headbar .text-bar {}

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

.header_main {
    padding: 0.7rem 0;
}

.header_main .logo {
}

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

.header_main .header-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.header_main .header-cta .cta_cm {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.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: 12px;
    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: 20px;
}

.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;
}
.row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*  Banner  */

section.banner-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
    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: 22px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    color: #22ACAC;
}

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

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

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 40px;
    font-size: 16px;
    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: 20px 25px;
    width: 85%;
    margin-left: auto;
}

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

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

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

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: 44px;
    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: 50px;
    font-size: 20px;
}
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: 16px;
}
/* Banner End */


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

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: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0.4rem;
    text-transform: capitalize;
}

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

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

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

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

.buttons_group a.btn {
    font-size: 15px;
    font-family: 'Poppins';
    text-transform: capitalize;
    border-radius: 10px;
    padding: 14px 48px;
    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: 5rem 0;
}
section.portfolio_sec .sec_head {
    padding-bottom: 1.7rem;
    width: 45%;
    margin: auto;
}

section.portfolio_sec .sec_head h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 18px;
    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: 20px;
    line-height: 30px;
    font-weight: 600;
}

section.portfolio_sec .sec_head h2 {
    color: #3E424A;
    font-size: 45px;
    font-family: 'Cocogoose';
    font-weight: normal;
    padding-bottom: 0px;
    text-transform: uppercase;
    width: 97%;
    margin: auto;
    padding-bottom: 0.7rem;
}
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: 95%;
}
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;
}

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

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

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

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

.buttons_footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.buttons_footer a.btn.btn-theme {
    font-size: 16px;
    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: 15px 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: 22px 0px;
}

.strip-bn .text-strip {}

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



/* new css */

section.brands_slider_sec {
    background: #EEEEEE;
    padding: 30px 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: 5.4rem;
}
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: 45px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0.8rem;
}

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

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

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

section.steps_sec .steps_cont .step_col h4 {
    font-size: 28px;
    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: 88%;
    margin: auto;
    color: #3D3D3D;
    font-size: 16px;
    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: 16px 32px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
}
section.portfolio_sec .buttons_group.btn_centered {
    padding-top: 3rem;
}

.buttons_group.btn_centered {
    justify-content: center;
}
section.sec_2.sec_5.sec25_no_img {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: url(../images/sec_sl_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
section.last_sec {
    background: url(../images/last_sec_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0px;
}
section.last_sec .text-sec {
    width: 70%;
    margin: auto;
}

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

section.last_sec .text-sec p {
    font-size: 22px;
    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: 17px 25px;
    width: max-content;
    color: #303030;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}
section.second_sec {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
}

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

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

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

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: 82%;
    margin: auto;
}

section.second_sec .sec_bottom p {
    font-size: 20px;
    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: 15px 28px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    width: max-content;
}
/* new css end */

/*  Popup  */


#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 50px 20px
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 45%;
	display: flex;
	align-items: center
}

	.modal-right-content .form-box {
		padding: 0;
		width: 100%;
		background:white;
	}

div#contact-popup form input[type="submit"]{
    color: #fff;
    background-color: #22acac;
    padding: 8px 45px 8px;
    margin-bottom: 30px;
    font-size: 18px;
    border: 1px solid #22acac;
    border-radius: 50px !important;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: #eee !important;
}

	.modal-content .form-box .row {
		margin-bottom: 12px
	}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #22acac;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

	#contact-popup button.close:focus {
		outline: 0
	}

	#contact-popup button.close img {
		max-width: 15px;
		filter: brightness(15) invert(1)
	}

.form-box h3 + p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px;
	max-width: 100%;
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700
}

.form-box p.my-pform {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: 'Poppins';
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	border-radius: 30px;
	padding: 30px !important;
	margin: 0 30px 0 0
}

	.form-box button.web-blue-btn {
		color: #fff;
		border: 1px solid #22acac;
		background-color: #22acac;
		display: inline-block;
		padding: 10px 40px 6px;
		text-decoration: none;
		font-weight: 500;
		font-family: "Josefin Sans",serif;
		font-size: 18px;
		text-transform: uppercase;
		border-radius: 50px;
		text-align: center;
		margin: 16px auto 0;
		width: 180px
	}

	.form-box input.form-control {
		height: 45px;
		border-color: #707070
	}

	.form-box input::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea.form-control {
		border-color: #707070
	}

    .boxpopupimage {
    	padding-left: 60px;
    }
    
    span.clr-changed {
       color: #22acac;
    }

    /*  Popup End */
    
    ul.content_points {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    ul.content_points p {
        width: 85%;
        font-size: 16px !important;
        line-height: 1.5 !IMPORTANT;
    }
    
    @keyframes jittery {
      5%,
    	50% {
        transform: scale(1);
      }
      10% {
        transform: scale(0.9);
      }
      15% {
        transform: scale(1.15);
      }
      20% {
        transform: scale(1.15) rotate(-5deg);
      }
      25% {
        transform: scale(1.15) rotate(5deg);
      }
      30% {
        transform: scale(1.15) rotate(-3deg);
      }
      35% {
        transform: scale(1.15) rotate(2deg);
      }
      40% {
        transform: scale(1.15) rotate(0);
      }
    }
    
    .call_icon {
        animation: jittery 2s infinite;
    }
    
    .header_main .header-cta .cta_cm ul a {
        text-decoration: none;
    }
    .header_main.fixed-top {
        background: white;
        box-shadow: 0px 0px 7px 1px #8f8f8f45;
    }