@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}

:root {
    --primary_font: 'Poppins', sans-serif;
    --secondary_font: 'Playfair Display', serif;
    --tertiary_font: "Herr Von Muellerhoff", cursive;
    --base_color: #fafbff;
    --text-color: #27272f;
    --primary_color: #ffcc00;
    --secondary_color: #f3274c;
}

body {
    position: relative;
    font-family: var(--primary_font);
}
/*
font-family: "Open Sans", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Playfair", serif;
red: #e31b28;
font-family: "Bebas Neue", sans-serif;
font-family: "Herr Von Muellerhoff", cursive;
*/
/*.herr-von-muellerhoff-regular {
  font-family: "Herr Von Muellerhoff", cursive;
  font-weight: 400;
  font-style: normal;
}*/


/* gradient text 

background: linear-gradient(90deg,#1688A2 12.33%,#1875CA 33.75%,#D231B1 60.02%,#DD2A4B 89.93%);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

gradient text ends */


a.flat-btn-one{
    background: url("../images/telephone.svg") no-repeat center left 20px;
    background-size: 22px auto;
    padding: 15px 25px 15px 50px;
    background-color: #fc0;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    border-bottom: 5px solid #A78603;
}

a.flat-btn-two{
    background: url("../images/whatsapp-white.svg") no-repeat center left 20px;
    background-size: 22px auto;
    padding: 15px 25px 15px 50px;
    background-color: #ee0979;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border-bottom: 5px solid #94002D;
}

.btn-one {}
.btn-grad {
    background-image: linear-gradient(to right, #F7971E 0%, #FFD200 51%, #F7971E 100%)
}
.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: block;
    text-decoration: none;
    display: inline-block;
}
.btn-grad:hover {
    background-position: right center;
    text-decoration: none;
}

.flat-btn a{
    background: #ffd504;
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 600;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
.flat-btn a:hover{    
    background: #ffd504;
    box-shadow: -8px 4px 20px #fc3b5040;
    background: linear-gradient(to right, #ee0979 0%, #fc5b11 100%);    
}

.header-cta a:hover {
    
}


.btn-one{
    box-shadow: rgba(142, 45, 226, 0.15) 0px 10px 15px;
    background: linear-gradient(90deg, rgb(255, 0, 128) 0%, rgb(255, 140, 0) 100%);
    border: 0;
  z-index: 1;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 15px 35px 14px;
  color: #fff;
  transition: .5s;
  background: linear-gradient(91.43deg,#4A00E0 1.22%,#8E2DE2 98.84%);
  font-size: 16px;
  font-weight: 600;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    text-decoration: none;
}

.btn-one::before{
    inset: 0;
  z-index: -1;
  content: "";
  border-radius: 4px;
  position: absolute;
  transition: var(--transition);
  background: linear-gradient(90deg,#FF0080 0%,#FF8C00 100%);
    /*background: linear-gradient(91.43deg,#4A00E0 1.22%,#8E2DE2 98.84%);*/
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}

.btn-one:hover::before{
    opacity: 0;
  visibility: hidden;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}

/* banner starts */

.banner-outer {
    position: relative;
}
.banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner {
    background: url("../images/banner-3.jpg") no-repeat center center;
    background-size: cover;
    padding: 200px 0;
    color: #fff;
    position: relative;
}

.banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.3);
}

.banner-inner{
    position: relative;
}

.banner-inner h1 {
    font-family: var(--secondary_font);
    /*font-family: "Bebas Neue", sans-serif;*/
    font-size: 75px;
    font-weight: 900;
    /*font-style: italic;*/
}

.banner-inner h2{
    font-size: 30px;
  line-height: 45px;
}

/* banner ends */


/* about starts */

.home-about-img-left-top{
    background: url("../images/about.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.home-about-img-left-bottom{
    background: url("../images/about.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.home-about-img-right{
    background: url("../images/about.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 525px;
    border-radius: 10px;
}

.home-about-header h2{
    font-family: var(--secondary_font);
    font-size: 50px;
    font-weight: 600;
}

.home-about-para p{
    line-height: 28px;
}

/* about ends */

/* we sell starts */

.we-sell-block-title h3{
    text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

/* we sell ends */


/*---- gradient text -----------

h1{font-size: 50px;
  max-width: 600px;
  background: linear-gradient(90deg,#1688A2 12.33%,#1875CA 33.75%,#D231B1 60.02%,#DD2A4B 89.93%);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

---- gradient text -----------*/



/*.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}*/
/* .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
} */
header.sticky-top {
    background-color: #fff;
    z-index: 1030;
}
.navbar-nav .nav-link.active {
    color: #f66 !important;
}
/*section {
    height: 100vh;
    padding: 100px 20px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ccc;
}*/
/* header */
#mainNavbar .navbar-brand img {
    width: 250px;
    height: auto;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
.sticky-top.scrollClass #mainNavbar .navbar-brand img {
    width: 200px;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
/* header menu */
#mainNavbar ul.navbar-nav a {
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
}
#mainNavbar ul.navbar-nav a {
    text-decoration: none;
    transition: 0.4s;
    position: relative;
}
#mainNavbar ul.navbar-nav a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #F1C40F, #E74C3C);
    bottom: 0;
    left: 0;
    transition: width 0.4s;
}
#mainNavbar ul.navbar-nav a:hover::before {
    width: 100%;
}
.nav-toggle-trigger span.navbar-toggler-icon {
    font-size: 32px;
    cursor: pointer;
}
@media screen and (max-width: 440px) {
    .nav-toggle-trigger span.navbar-toggler-icon {
        font-size: 25px;
    }
}




.btn-one a.btn-one-link {
    background: #ffcc00;
    color: #000;
    padding: 15px 41px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}
.header-cta a {
    text-decoration: none;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    background: #ffd504;
    box-shadow: -8px 4px 20px #fc3b5040;
    background: linear-gradient(to right, #ee0979 0%, #fc5b11 100%);
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.header-cta a:hover {
    background: #ffd504;
    color: #000;
}
.header-cta a span {
    background: url("../images/telephone-white.svg") no-repeat;
    background-size: 18px auto;
    padding-right: 15px;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    padding: 2px 11px;
}
.header-cta a:hover span {
    background: url("../images/telephone.svg") no-repeat;
}
.mob-phn-header .header-cta a span {
    background-size: 25px auto;
}


.party-btns-pointer{
    text-align: center;
}

.party-btns-pointer h4{}

.party-btns-pointer h4 span{}

.party-btns-pointer h4 span img{
    width: 75px;
    height: auto;
}

.party-btn-two .header-cta a span {
    background: url("../images/telephone-white.svg") no-repeat;
    background-size: 18px auto;
    padding-right: 15px;
    webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    padding: 2px 11px;
}
.party-btn-two .header-cta a:hover span {
    background: url("../images/telephone.svg") no-repeat;
}


.we-sell-block-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #beb996;
}
.we-sell-block-img a img {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.we-sell-block-img a img:hover {
    opacity: 0.60;
    transform: scale(1.06, 1.06) rotate(2deg);
}
.more-cta-outer {
    position: relative;
}
.more-cta {
    /*background: url("../images/more-cta.jpg") no-repeat center center;
    background-size: cover;*/
    padding: 150px 0;
    background: url("../images/bg-img.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.more-cta::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(39, 39, 47, 0.60);
}
.more-cta-top-img {
    position: absolute;
    z-index: 9;
}
.more-cta-bottom-img {
    position: absolute;
    bottom: 0;
}
.more-cta-inner {
    position: relative;
    z-index: 10;
}

section#party{
    background: #fbd1db;
}

.product-line .product{
    /*height: 300px;*/
    margin-bottom: 25px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    padding: 6px;
}

.product-inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px;
    background: #000000;
background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=0
);
}

.product-1{}

.product-2{}

.product-3{}

.product-4{}

.product-5{}

.product-6{}

.product-more-height{
    height: 250px;
}

.product-less-height{
    height: 250px;
}

.product-img{
    position: relative;
    height: 100%;
}

.product-1-img{
    background: url("../images/cake.jpg") no-repeat center center;
    background-size: cover;
}

.product-2-img{
    background: url("../images/poppers.jpg") no-repeat center center;
    background-size: cover;
}

.product-3-img{
    background: url("../images/balloons-2.jpg") no-repeat center center;
    background-size: cover;
}

.product-4-img{
    background: url("../images/candles.jpg") no-repeat center center;
    background-size: cover;
}

.product-5-img{
    background: url("../images/party-banners-2.jpg") no-repeat center center;
    background-size: cover;
}

.product-6-img{
    background: url("../images/caps.jpg") no-repeat center center;
    background-size: cover;
}

.product-7-img{
    background: url("../images/accessories.jpg") no-repeat center center;
    background-size: cover;
}

.more-cta-inner{}

.more-cta-inner h3{}

.more-cta-inner h2{
    font-family: "Bebas Neue", sans-serif;
    font-size: 70px;
}

.more-cta-inner p{}

.brand-block img{
    width: 100%;
    height: auto;
}

.brand-block{
    padding: 15px;
}

.section-title h2{
    font-family: "Playfair", serif;
  font-size: 78px;
  font-weight: bold;
}

.section-title h3{
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 100px;
    color: #fc3b50;
    line-height: 0px;
}

footer{
   background: #000; 
   position: relative;
}

.footer-top{
    position: absolute;
  z-index: 9;
}

.footer-top img{}

.footer-middle{
    padding-top: 140px;
    padding-bottom: 50px;
}

.opening-hours > h4{
    color: #fc0;
    font-weight: 700;
}

.table.shop-timings tr.closed-day td{
    color: #fc3b50;
    font-weight: 600;
}

.table.shop-timings td{
    background: #000;
    color: #fff;
}

.footer-bottom{
    background: #222;
    color: #fff;
}

.insta-link img{
    width: 30px;
    height: auto;
}

.footer-menu .image-link img{
    
}

.footer-btn{
    background: none;
    border: none;
    color: #fff;
}

/*.marquee {
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}

.marquee h1{
  font-size: 5em;
  white-space: nowrap;
  text-transform: uppercase
}*/

.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.marquee {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 24px;
}

#shop-items{
    font-family: "Bebas Neue", sans-serif;
    font-size: 70px;
}

#shop-items a{
    text-decoration: none;
    color: #333;
}

#shop-items a:hover{
    color: #ee0979;
}

.whatsapp-float{
position: fixed;
width:60px;
height:60px;
bottom:25px;
right:25px;
z-index:999;
}

.whatsapp-float img{
width:60px;
height:60px;
}

.review-box{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.why-us h3{
font-size:18px;
color:#c0392b;
text-transform:uppercase;
}

.why-us h2{
font-size:32px;
margin-bottom:20px;
}

.why-box{
background:#fff;
padding:25px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
height:100%;
}

.why-box h4{
font-size:20px;
margin-bottom:10px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 1260px) {
    #mainNavbar ul.navbar-nav a {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1160px) {
    #mainNavbar ul.navbar-nav a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .banner{
        padding: 150px 0;
    }
    
    .banner-inner h1{
        font-size: 60px;
    }
    
    .banner-inner h2{
        font-size: 25px;
    }
    
    .home-about-header h2{
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .banner{
        padding: 100px 0 130px;
    }
    
    .home-about-img-left-top, .home-about-img-left-bottom{
        height: 200px;
        border-radius: 5px;
    }
    
    .home-about-img-right{
        height: 425px;
        border-radius: 5px;
    }
    
    .section-title h3{
        font-size: 80px;
    }
    
    .section-title h2{
        font-size: 65px;
    }
    
    .party-btn{
        margin: 0 auto;
        width: 180px; 
    }
    
    .party-btn a{
        width: 100%;
        text-align: center;
    }
}


@media only screen and (max-width: 450px) {
    .banner{
        padding: 100px 0 130px;
    }
    
    .section-title h3{
        font-size: 60px;
    }
    
    .section-title h2{
        font-size: 52px;
        line-height: 40px;
    }
    
    .product-more-height,
    .product-less-height{
        height: 170px;
    }
}

