@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: https://packaginggen.com/
Description: Twenty Twenty-One-child is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


html {
    scroll-behavior: smooth;
}
body {
    font-family: "Outfit", sans-serif;
    margin: 0;
}

h1, h2, h3, h4, a, .elementor-widget-text-editor, textarea, input, .elementor-icon-list-text, 
.elementor-counter-title, .elementor-counter-number, .elementor-counter-number-suffix, .elementor-tab-content p {
    font-family: "Outfit", sans-serif !important;
}
ul, li {
    margin: 0 !important;
    padding: 0 !important;
}
.pagesize {
    width: 1200px;
    margin: 0 auto;
}
.pgsize {
    width: 900px;
    margin: 0 auto;
}

input, textarea, select {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 18px;
    line-height: 1.1em;
    background-color: #fff;
    transition: .3s;
    border-radius: 5px;
}
select {
    color: #858585;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    padding: 14px 18px;
}
.formField {
    margin-bottom: 20px;
}
::placeholder {
    font-size: 15px;
    color: #858585;
}
input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 0 2px #ff5e6282;
    border-color: #ff5e6282;
    transition: .3s;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.submitBtn input {
    width: auto;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 40px;
    margin-top: 15px;
    cursor: pointer;
}
.submitBtn input:hover{
    background-color: #fff;
    color: #ff5e62 !important;
    transition: .4s;
}
/* Header Style Start */
.headerMain.sticky {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .9);
    z-index: 111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-in 500ms ease-out;
}
/* Header on Scroll Slide */
@keyframes slide-in {
	from { transform: translateY(-100%); } 
}
/* Header on Scroll Slide */

.elementorSpacer-inner:nth-child(1) {
    background-color: #b15533;
    width: 350px;
    height: 8px;
}
.elementorSpacer-inner:nth-child(2) {
    background-color: #006341;
    width: 150px;
    height: 8px;
}
.elementorSpacer-inner:nth-child(3) {
    background-color: #3eb1c8;
    width: 150px;
    height: 8px;
}
.elementorSpacer-inner:nth-child(4) {
    background-color: #d592aa;
    width: 150px;
    height: 8px;
}
.elementorSpacer-inner:nth-child(5) {
    background-color: #eca154;
    width: 150px;
    height: 8px;
}
.elementorSpacer-inner:nth-child(6) {
    background-color: #99d6ea;
    width: 350px;
    height: 8px;
}
.elementorSpacer {
    display: flex;
}
.supBtn ul li {
    display: inline-block;
    padding: 0px 10px !important;
}
.supBtn ul li:first-child {
    padding-left: 0 !important;
    border-right: 2px solid #717171;
}
.miniWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.miniHeader a {
    color: #fff;
    text-decoration: none;
} 
.miniHeader a:hover, .headerMenus ul li a:hover{
    color:#ff5e62 !important;
    transition: .4s;
}
.miniHeader {
    background-color: #000000;
    padding: 15px 0;
}
.freeShip p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.miniEmail i {
    color: #fff;
    margin-right: 6px;
}
.miniEmail {
    display: flex;
    gap: 20px;
}

.headerLogo img {
    width: 200px;
}
.headerMenus ul li {
    display: inline-block;
}
.headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerMenus ul li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 17px !important;
    margin-right: 25px;
    font-weight: 400 !important;
}
.orderBtn a{
    background-color: transparent;
    border: 1.5px solid #ff5e62;
    color: #ff5e62 !important;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 7px;
    transition: .4s;
}
.orderBtn a:hover{
    background-color: #ff5e62;
    color: #ffff !important;
    transition: .4s;
}
.headerMain {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ff5e62;
}
.current_page_item a {
    color: #ff5e62 !important;
}

.footerMenus .current_page_item a {
    color: #000000 !important;
}

.headerMenus {
    flex: 0 0 60%;
    text-align: center;
}
#mega-menu-wrap-header-navigation {
    background: transparent !important;
}
.mega-menu-link {
    color: #000 !important;
}
.mega-menu-link {
    background: transparent !important;
}
.mega-menu-row {
    padding: 10px !important;
}
.mega-sub-menu li .mega-menu-link {
    font-size: 14px !important;
}
.mega-menu-item {
    padding-bottom: 6px !important;
}

#mega-menu-wrap-header-navigation #mega-menu-header-navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 63px !important;
}
/* Header Style End */


/* Footer Style Start */

.footerWrap {
    display: flex;
    padding: 30px 0;
    border-top: 1.5px solid #FFFFFF85;
    border-bottom: 1.5px solid #FFFFFF85;
}
.footerLocation {
    flex: 0 0 25%;
    margin-right: 25px;
}
.footerMenus {
    flex: 0 0 24%;
}
.footerMenus ul li {
    list-style: none;
    padding-bottom: 15px !important;
}
.footerMain, .sliderBkg, .contBkg {
    background-image: linear-gradient(45deg, #FF5E62 0%, #FEC983 100%);
}
.sliderBkg .swiper-slide-inner img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(246deg) brightness(113%) contrast(101%);
    transition: .4s;
}
.sliderBkg .swiper-slide-inner img:hover {
    filter: inherit;
    transition: .4s;
}
.footerWrap p {
    color: #fff;
}
.footerWrap h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.footerWrap a {
    color: #fff;
    text-decoration: none;
}
.footerWrap a:hover, .copyWrapRight ul li a:hover {
    color: #000;
    transition: .4s;
}
.miniFT-left img {
    width: 200px;
}
.miniFT-left h2 {
   color: #fff;
   font-size: 24px;
   margin: 20px 0px 12px;
}
.miniFT-left p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
}
.miniFT-right h2 {
    color: #fff;
    font-size: 33px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 500;
}
.miniFT-left {
    flex: 0 0 47%;
    margin-right: 50px;
}
.miniFT-right{
    flex: 0 0 43%;
}
.miniFt {
    display: flex;
    padding: 4% 0;
}
.customBtn {
    background-color: #fff;
    text-decoration: none;
    width: 205px;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    transition: .4s;
}
.customBtn:hover {
    background-color: #FF5E62;
    color: #fff !important;
    transition: .4s;
}
.customBtn:hover svg {
    fill:#fff;
    transition: .4s;
}
.customBtn svg {
    width: 15px;
    margin-left: 10px;
    margin-top: 4px;
    transition: .4s;
}
.margins {
    margin-top: 20px;
}
.copyRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}
.copyWrapLeft p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.copyWrapRight ul li a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
}
.copyWrapRight ul li {
   display: inline-block;
   font-size: 16px;
   padding: 0px 10px !important;
}
.copyWrapRight ul li:first-child {
    padding-left: 0 !important;
    border-right: 2px solid #FFFFFF85;
}
/* Footer Style End */

.taxonomiesImg a {
    display: grid;
}
.taxonomiWrap {
    position: relative;
    width: 23%;
    display: inline-block;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 10px !important;
}
.taxonomiWrap:nth-child(4n) {
    margin-right: 0px;
}
.taxonomiesImg img {
    width: 100%;
    border-radius: 10px !important;
    transition: .7s; 
    height: 100%;
}
.taxonomiWrap:hover img {
    transform: scale(1.1);
}
.taxoTitle {
    background-image: linear-gradient(45deg, #FF5E62 0%, #FEC983 100%);
    padding: 19px;
    border-radius: 5px;
    position: absolute;
    bottom: 3px;
    left: 1px;
    width: 269px;
    margin: 0 auto;
}
.taxoTitle h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.taxoTitle h2 a {
   color: #000;
   transition: .4s;
}
.taxoTitle h2 a:hover {
    color: #fff;
    transition: .4s;
}
.elementor-icon-list-item {
    margin-bottom: 16px !important;
}
.fieldMain {
    display: flex;
    flex-wrap: wrap;
}
.formField {
    flex: 0 0 48.3%;
}
.marRight {
    margin-right: 20px;
}
.contactForm p {
    margin: 0;
}
.home .form--three {
    width: 23.5%;
}
.form--in {
    display: inline-block;
    width: 49%;
    margin-bottom: 9px;
}
.marBottm {
   margin-bottom: 9px; 
}
.main--form p {
    margin: 0 !important;
}
.main--form .marRight {
    margin-right: 7px !important;
}
.main--form input,  .main--form textarea, .bulk__form input{ 
    width: -webkit-fill-available !important;
    border-radius: 5px;
}
.form--three {
    width: 23.7%;
}
.form--four {
    width: 32%;
}
.main--form .submitBtn input:hover, .bulk__form .submitBtn input:hover {
    background-color: #ff5e62;
    color: #fff !important;
    transition: .4s;
}
.main--form .submitBtn input, .bulk__form .submitBtn input{
    width: inherit !important;
}
.main--form textarea {
    height: 108px;
}

/* Bulk form Style */

.bulk__inline {
    display: inline-block;
    margin-right: 7px;
    width: 49.3%;
    vertical-align: top;
}
.inline__bulk {
    display: inline-block;
    margin-right: 7px;
    width: 24%;
}
.mar__none {
    margin-right: 0px !important;
}
.bulk__form p {
    margin-bottom: 14px !important;
    margin-top: 0;
}
.bulk__form input[type="checkbox"] {
    width: 26px !important;
    margin: 0;
}
.bulk__form label {
    display: inline-block;
    font-size: 15px;
    margin:0;
}
/* Bulk form Style */

.main-title-section-bg {
    background-image: url(https://packaginggen.com/wp-content/uploads/2024/11/Breadcrumb-Bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fec983;
    padding: 90px 0 100px;
    position: relative;
    margin-bottom:50px;
}
.main-title-section-bg::after {
    content:"";
    background-image: url(https://packaginggen.com/wp-content/uploads/2024/11/Breadcrumb-Line-Circle.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 820px;
    position: absolute;
    height: 260px;
    background-size: contain;
    right: 0;
    top: 29px;
}
.main-title-section-bg h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin: 0 0 5px;
    word-break: break-all;
    color:#fff;
}


/* Responsive */

@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
	.pagesize, .pgsize {
        width: auto;
        margin: 0px 20px;
    }
    #mega-menu-wrap-header-navigation .mega-menu-toggle {
        background: transparent !important;
    }
    #mega-menu-header-navigation {
        background: #fff !important;
    }
    .orderBtn {
        display: none;
    }
    .mega-toggle-blocks-right {
        left: -9px !important;
        position: relative !important;
    }
    .headerMenus {
        display: none;
    }
    .body-sticky #rmp_menu_trigger-148 {
        top: 22px !important;
    }
}

@media only screen and
(min-width: 10px)and
(max-width: 768px) {

    .bulk__inline, .inline__bulk {
        display: block;
        margin-right: 0px !important;
        width: auto;
    }
    .main-title-section-bg::after {
        content: "";
        width: 635px !important;
        height: 244px !important; 
    }
    .main-title-section-bg h2 {
        font-size: 40px !important;
    }
    .miniFt {
        display: block;
    }
    .miniFT-right {
        margin-top: 23px;
    }
    .miniFT-right h2 {
        font-size: 28px;
    }
    .footerWrap {
        display: block;
    }
    .footerWrap h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .copyRight {
        display: block;
        text-align: center;
    }
    .copyWrapLeft p {
        margin-bottom: 12px;
    }
    .blog--wrap {
        display: block !important;
    }
    .blog--sec2 {
        margin-left: 0px !important;
    }
    .taxonomiWrap {
        width: auto !important;
        display: block !important;
        margin-right: 0px !important;
        margin-bottom: 30px !important;
    }
    .fieldMain {
        display: block;
    }
    .marRight {
        margin-right:0px;
    } 
    .miniWrap {
        display: block;
        text-align: center;
    }
    .freeShip {
        margin: 10px 0;
    }
    .miniFT-left p {
        font-size: 15px;
    }
}