*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Paytone One", sans-serif;
    overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@font-face {
    font-family: "Bulgia";
    src: url(../fonts/Bulgia.otf);
}

@font-face {
    font-family: "Mistery-Silent";
    src: url(../fonts/Mistery\ Silent.otf);
}

.main-header {
    padding: 7px 0px;
    position: relative;
    z-index: 2;
    background: #492b96;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #492b96;
    z-index: 10;
}

.mob-header{
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-left {
    max-width: 250px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-links {
    /* background-color: #00aeef; */
    display: flex;
    justify-content: space-between;
}

.header-links ul {
    display: flex;
    align-items: center;
    gap: 45px;
}

.header-links ul li,
.header-right {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.header-links ul li.active a,
.header-links ul li:hover a {
    color: #ff9a2c;
}

.header-links ul li a,
.header-right a {
    color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mob-img{
    display: none;
}

.marquee-section {
    overflow: hidden;
    white-space: nowrap;
    background-color: #492b96;
    /* Set your bg */
    padding: 1.5rem 0;
}

.marquee-track {
    display: inline-flex;
    animation: scroll-left 30s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    font-size: 32px;
    color: #fff;
    margin-right: 7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    position: relative;
}

.marquee-item::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 55px;
    right: -87px;
    top: -5px;
    opacity: 1;
    animation: popCornAnimation 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Keyframes for pop-up effect */
/* @keyframes popUp {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
} */
@keyframes popCornAnimation {
    0% {
        transform: scale(0.2) rotate(0deg);
        background-image: url(../images/kernel-pop.webp);
        opacity: 1;
    }

    30% {
        transform: scale(0.3) rotate(-5deg);
        background-image: url(../images/kernel-pop.webp);
    }

    50% {
        transform: scale(0.35) rotate(5deg);
        background-image: url(../images/kernel-pop.webp);
    }

    74% {
        transform: scale(0.4) rotate(0deg);
        background-image: url(../images/kernel-pop.webp);
    }

    75% {
        /* Switch to popped corn image here! */
        transform: scale(0.6) rotate(0deg);
        background-image: url(../images/popcorn.webp);
    }

    90% {
        transform: scale(0.9) rotate(10deg);
        background-image: url(../images/popcorn.webp);
    }

    100% {
        transform: scale(1) rotate(0deg);
        background-image: url(../images/popcorn.webp);
        opacity: 1;
    }
}


.collection-tags-main,
.home-products-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.collection-tags-main {
    background: linear-gradient(140deg, #efd7ef 8%, #f5f9fc 40%, #f8eae1 66%, #eaf8f9 91%);
    position: relative;
}

/* .collection-tags-main::before{
     position: absolute;
    content: "";
    background-image: url(../images/popcorn-background-flying-popping-corn-Photoroom.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

/* .collection-tags-main::before,
.collection-tags-main::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 350px;
    z-index: 0;
    transition: transform 1s ease;
} */

/* .collection-tags-main::before {
    background-image: url(../images/cheese-bg.webp);
    left: -100%;
    top: 0;
    transform: rotate(0deg);
}

.collection-tags-main::after {
    background-image: url(../images/masala-bg.webp);
    right: -100%;
    bottom: 0;
    transform: rotate(0deg);
} */

/* .collection-tags-main.reveal::before {
    left: -4%;
    transform: rotate(45deg);
}

.collection-tags-main.reveal::after {
    right: -4%;
    transform: rotate(-45deg);
} */

.handwritten-note-main {
    background-color: #7c3ba5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.handwritten-note {
    position: relative;
    margin-top: 30px;
}

/* .note-text h4 {
    font-family: "Permanent Marker", cursive;
    font-size:26px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
} */

.note-text p {
    /*font-family: "Permanent Marker", cursive;*/
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.collection-right {
    margin-top: 50px;
}

.collection-tags h2,
.handwritten-note-main h2 {
    font-size: 42px;
    font-weight: 300;
    color: #0f0200;
    text-align: center;
}

.handwritten-note-main h2 {
    color: #fff;
}

.collection-tags-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px -15px;
    position: relative;
}

.collection-tag-box {
    width: 12%;
    padding: 30px 15px;
}

.icon-box {
    background-color: #ff9a2c;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

/* .collection-tag-box:nth-child(2) .icon-box {
    transform: scale(1.35);
}

.collection-tag-box:nth-child(4) .icon-box {
    transform: scale(1.1);
}

.collection-tag-box:nth-child(5) .icon-box {
    transform: scale(1.35);
}

.collection-tag-box:nth-child(7) .icon-box {
    transform: scale(1.1);
}

.collection-tag-box:last-child .icon-box {
    transform: scale(1.05);
} */

.collection-tag-box:hover .icon-box {
    transform: scale(1.1);
}

.icon-box.clr-1 {
    background-color: #492b96;
}

.icon-box.clr-2 {
    background-color: #8962e4;
}

.icon-box.clr-3 {
    background-color: #ef2e78;
}

.icon-box.clr-4 {
    background-color: #ff9a2c;
}

.icon-box.clr-5 {
    background-color: #589c48;
}

.icon-box.clr-6 {
    background-color: #ff9a2c;
}

.icon-box.clr-7 {
    background-color: #492b96;
}

.collection-tag-box img {
    width: 80px;
    height: 80px;
    display: flex;
    margin: auto;
    border-radius: 50%;
    object-fit: scale-down;
    filter: invert(1);
    justify-content: center;
    align-items: center;
}

.collection-tag-box h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #0f0200;
    text-align: center;
    margin-top: 25px;
}

.home-products-main {
    position: relative;
}

.home-products-main::before,
.home-products-main::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #7c3ba5;
    z-index: -1;
}

.home-products-main::after {
    right: unset;
    background-color: #e0aff0;

}

.home-products-main.bg-1 .home-products-info::before,
.home-products-main.bg-2 .home-products-info::before,
.home-products-main.bg-3 .home-products-info::before {
    position: absolute;
    content: "";
    background-image: url(../images/sweet-caramel-popcorn-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
}

.home-products-main.bg-1 .home-products-info::before {
    background-image: url(../images/star-or-clove-doddle.webp);
}

.home-products-main.bg-2 .home-products-info::before {
    left: unset;
    right: 0;
    background-image: url(../images/cheese-banner-3-Photoroom.webp);
}

.home-products-main.bg-3 .home-products-info::before {
    background-image: url(../images/salty-banner-5-Photoroom.webp);
    background-repeat: repeat;
}

.home-products-img {
    width: 50%;
    position: relative;
    z-index: 1;
    height: 500px;
}

.home-products-img img {
    transition: .3s;
    max-width: 450px;
    margin: 0 auto;
    display: block;
	object-fit: scale-down;
}

.home-products-part:hover img {
    transform: scale(1.1);
}

.home-products-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.home-products-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.home-products-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 100px;
}

.home-products-content h2 {
    font-size: 112px;
    line-height: 112px;
    color: #fff;
    margin-bottom: 40px;
}

.home-products-content ul li {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-left: 55px;
}

.home-products-content ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/masala-popcorn-signle-Photoroom.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 37px;
    left: 0;
}

.home-products-main.reverse .home-products-content ul li::before {
    background-image: url(../images/pngtree-single-popcorn-cheesy-Photoroom.webp);
}

.home-products-main.salty .home-products-content ul li::before {
    background-image: url(../images/popcorn.webp);
}

.home-products-main.reverse::after {
    background-color: #e9c925;
}

.home-products-main.reverse::before {
    background-color: #e0aff0;
}

.home-products-main.salty::before {
    background-color: #A1CBD0;
}

.home-products-flex.reverse {
    display: flex;
    flex-flow: row-reverse;
}

.home-products-flex.reverse .home-products-info .container-main {
    justify-content: flex-end;
    flex-flow: row-reverse;
}

.home-products-flex.reverse .home-products-content {
    padding-left: 0;
    padding-right: 100px;
}

.main-footer {
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #492b96;
    position: relative;
}

.main-footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/popcorn-background-flying-popping-corn-Photoroom.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}

.footer-logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
}

.footer-logo img {
    object-fit: scale-down;
}

.footer-text {
    padding-top: 150px;
}

.tag-line p {
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    /* margin-top: 20px; */
    animation: blinker 3s linear infinite;
}

@keyframes blinker {

    0%,
    20% {
        opacity: 1;
        color: #fff;

    }

    30%,
    50% {
        opacity: 0;
    }

    55%,
    70% {
        opacity: 1;
        color: #ff9a2c;
    }

    80%,
    100% {
        opacity: 0;

    }
}

.full-text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.full-text {
    padding-bottom: 50px;
}

.footer {
    position: relative;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.footer-block {
    width: 33.33%;
    padding: 15px;
}

.footer-block h6 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #ff9a2c;
    margin-bottom: 15px;
}

.footer-block ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.footer-block ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #ff9a2c;
    top: 10px;
}

.footer-block ul li a {
    color: #fff;
}

.footer-block ul li:hover a {
    color: #ff9a2c;
}

.footer-block.add ul li {
    padding-left: 0;
}

.footer-block.add ul li::before {
    content: unset;
}

.footer-block.add ul li span {
    margin-right: 10px;
}

.footer-block.add ul li span i {
    color: #ff9a2c;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

.social-icons i:hover {
    background-color: #ff9a2c;
}

.copyright-main {
    background-color: #ff9a2c;
    padding: 25px 0px;
}

.copyright p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.img-flex {
    display: flex;
}

.img-flex img {
    width: 50%;
}

.home-cta-main,
.our-standards-main {
    position: relative;
    padding-top: 100px;
    padding-bottom: 170px;
    background: linear-gradient(140deg, #efd7ef 8%, #f5f9fc 40%, #f8eae1 66%, #eaf8f9 91%);
}

.home-cta-main img {
    object-fit: contain;
}

.cta-icon-1 {
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 350px;
    height: 350px;
    animation: floatY 2s infinite ease-in-out;

}

@keyframes rotateScale {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(10deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.cta-icon-2 {
    position: absolute;
    top: 0;
    right: -20px;
    width: 350px;
    height: 350px;
    transform: rotate(45deg);
    animation: rotateScale 4s infinite ease-in-out;

}

.cta-icon-2 img {
    transform: rotate(200deg);
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

.cta-icon-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 350px;
    animation: pulseIcon 1.5s infinite ease-in-out;
}

.cta-icon-1 img {
    transform: scaleX(-1);
}

@keyframes pulseIcon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

.home-cta h6 {
    font-size: 24px;
    line-height: 30px;
    color: #ff9a2c;
    margin-bottom: 7px;
    position: relative;
    text-align: center;
}

.home-cta h2,
.our-standards-left h2,
.our-mission-content h2 {
    font-size: 62px;
    font-weight: 300;
    color: #492b96;
    margin-bottom: 20px;
    text-align: center;
}

.home-cta p,
.our-standards-left p,
.our-mission-content p {
    font-size: 20px;
    line-height: 29px;
    color: #4b4342;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.home-cta a,
.home-products-content a,
.submit-btn input {
    font-size: 22px;
    line-height: 22px;
    height: 55px;
    width: max-content;
    padding: 0px 30px 5px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ff9a2c;
    position: relative;
    z-index: 9;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 30px;
}

.home-cta a:hover {
    background-color: #492b96;
}

.home-products-content ul {
    margin-bottom: 20px;
}

.home-products-content a {
    margin: unset;
}

a.btn1 {
    background-color: #632e85;
}

a.btn2 {
    background-color: #c9ad20;
}

a.btn3 {
    background-color: #7DA3A8;
}

.home-products-content a:hover {
    background-color: #fff;
    color: #0f0200;
}

.contact-form {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 50px;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.form-field {
    width: 50%;
    padding: 7px;
}

.form-field input,
.form-field textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 25px;
    background-color: #fff;
    border: 1px solid #e3e4e5;
    border-radius: 25px;
    overflow: visible;
    outline: none;
}

.form-field textarea {
    height: 150px;
    padding: 25px;
}

.form-field.full {
    width: 100%;
}

.submit-btn input {
    border: unset;
}

.submit-btn input:hover {
    background-color: #f4840a;
}

.our-standards-main{
    padding-bottom: 100px;
}

.our-standards-left h2,
.our-standards-left p {
    text-align: unset;

}

.our-standards-content p {
    max-width: unset;
    margin: 0;
    color: #fff;
}

.our-standards-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-standards-left,
.our-standards-right {
    width: 50%;
}

.our-mission-main {
    position: relative;
    margin-top: -30px;
}

.our-mission-bg {
    position: relative;
    height: 750px;
}

.our-mission-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(210,129,249,0.9);
}

.shape_two {
    -webkit-mask-image: url(../images/shape_one.webp);
    -webkit-mask-position: top;
}

.our-mission-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.our-mission-info .container-main {
    height: 100%;
}

.our-mission-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.our-mission-content h2,
.our-mission-content p {
    color: #fff;
}

.our-mission-flex{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding-top: 50px;
}

.inner-box {
    position: relative;
    text-align: center;
    width: 25%;
    padding: 10px;
}

.icon1-box {
    position: relative;
    display: inline-block;
    height: 125px;
    width: 125px;
    margin-bottom: 25px;
}

.icon1-box svg {
    stroke-width: 12px;
    fill: transparent;
    stroke: #ffffff;
}

.icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.icon img{
    filter: invert(1);
    width: 70px;
    height: 70px;
}

.inner-box h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.inner-box p {
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
    font-weight: 400;
    position: relative;
    color: #ffffff;
}