body { 
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  background: #FFF8F2;
  color: #2B2B2B;

}
h2{

    font-size:52px !important;
    line-height: 70px !important;
    color: #7B1E3A !important;
    /* text-align: center !important; */
}
@media(max-width:769px){

    h2{

            font-size:35px !important;
            line-height:50px !important;
    }
}
.c1{

        color:#ce1012 !important;
}
/* Start new navbar */

.navigation {
        height: 55px;
        background: linear-gradient(45deg, #4199fe, #74b4fe);
   }
    .brand {
        position: absolute;
        padding-left: 20px;
        float: left;
        line-height: 55px;
        text-transform: uppercase;
        font-size: 1.4em;
   }
    .brand a, .brand a:visited {
        color: #000;
        text-decoration: none;
   }
    .nav-container {
        max-width: 1000px;
        margin: 0 auto;
   }
    nav {
        float: right;
   }
    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
   }
    nav ul li {
        float: left;
        position: relative;
   }
    nav ul li a,nav ul li a:visited {
        display: block;
        padding: 0 20px;
        font-size:17px;
        color: #000;
        background: #262626 ;
        text-decoration: none;
   }
    nav ul li a{
        background: transparent;
        color: #000;
        transition:ease-in;
        transition-delay:10s;
   }
    /* nav ul li a:hover, nav ul li a:visited:hover {
        background: #2581DC;
        color: #000;
   } */
    .navbar-dropdown li a{
        background: #2581DC;
   }
    nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
        padding-left: 4px;
        content: ' \025BE';
   }
    nav ul li ul li {
        min-width: 190px;
   }
    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
   }
    .navbar-dropdown {
        position: absolute;
        display: none;
        z-index: 1;
        background: #000;
        box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
   }
   /* Mobile navigation */
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        height: 55px;
        width: 70px;
   }
    @media only screen and (max-width: 800px) {
        .nav-mobile {
            display: block;
       }
        /* nav {
            width: 100%;
            padding: 55px 0 15px;
       } */
        nav ul {
            display: none;
       }
        nav ul li {
            float: none;
       }
        nav ul li a {
            padding: 15px;
            line-height: 20px;
            /* background: #262626; */
       }
        nav ul li ul li a {
            padding-left: 30px;
       }
        .navbar-dropdown {
            position: static;
   }
   .home1{

        display:block !important;
}
}
    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
       }
       .mobile{

        display:none !important;
}
       
   }
    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
   }
    #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #fff000;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
   }
    #navbar-toggle span:before {
        top: -10px;
   }
    #navbar-toggle span:after {
        bottom: -10px;
   }
    #navbar-toggle.active span {
        background-color: transparent;
   }
    #navbar-toggle.active span:before, #navbar-toggle.active span:after {
        top: 0;
   }
    #navbar-toggle.active span:before {
        transform: rotate(45deg);
   }
    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
   }

/* End new bar */


.topnav {
    overflow: hidden;
    height:100px;
    background-color: #fffadd;
    
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #ce1012;
    text-align: center;
    padding:37px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
       
        color:#d0972e !important;
  }
  
  .topnav a.active {
    color:#d0972e;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:nth-child(1)) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
.container{

        padding:0px 25px;
}

.footer-social{

        /* text-align: center; */
        padding:10px 0px;
}
.footer-social a {
    width: 42px;
    height: 42px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background-color: #fffadd;
    font-size: 14px;
    font-weight: 400;
    color: #ce1012 !important;
    display: inline-block;
    margin-right: 10px;  
}
.footer-social a:hover{

        background-color:#000;
        color:#fffadd !important;
}

@font-face {
    font-family:JosefinSans;
    src: url(./font/JosefinSans-VariableFont_wght.ttf);
  }
  footer{

        background-color:#ce1012;
        padding:50px 0px 15px;
  }
  .footer-area h3{

        font-size:22px;
        color:#fff;
        font-weight:700;
  }
  .footer-area a{

        color:#fff;
        font-size:18px;
        text-decoration:none !important;
  }
  /* .footer-area p:hover{

    
    transform: scale(0.9);
    transition: ease-in-out;
    
} */
.footer-area a:hover{

        color:#fff;
}

.footer-area h2{

        font-size:32px;
        color:#000;
        text-align: center;
}
.footer-area input{

        border-radius:15px;
        width:100%;
        font-size:17px;
        height:50px;
        border:none;
        margin-bottom:15px;
        padding:0px 10px;
}
.btn{

        background-color:#000;
        color:#000 !important;
        font-size:15px;
        padding:12px 40px !important;
        border-radius:15px !important;
}
.btn1{

    background-color:#ce1012;
    color:#fff !important;
    font-size:15px;
    margin-right:10px;
    padding:15px 40px !important;
    border-radius:15px !important;
}

@media(max-width:600px){

    .header-left{

            float:none !important;
    }
    .topnav{

            height:auto !important;
    }
    .topnav.responsive a{

            padding:10px 25px !important;
    }
}
img{

        width:100%;
}
.logo {

    max-width:250px;
    
}
.logo img{

                width:72%;
                margin:10px 0px;
}
@media(max-width:660px){

        .pc{

                display:none;
        }
        
}
@media(max-width:660px)
{

    .topnav.responsive .mobile{

            display:block !important;
    }
}
.back-color{

        background-color:#fffadd;
        padding:75px 0px;
}
.back-color1{

    background-color:#ce1012;
    padding:75px 0px;
}
.home1{

        display:flex;
        justify-content: center;align-items: center;
}
.back-page img{

        width:100%;

}
.back-page p{

        font-size:18px;
        line-height:38px;
        text-align: center;
        color:#ce1012;
        margin:25px 0px 25px;
}
.home-section-1{

        text-align: center;
        position: relative;
}
.home-section-1 h2{

    
            font-size:34px !important;
            line-height:85px;
            color:#d0972e;
}
.our-favorites h2{

    font-size:60px;
    line-height:70px;
    color:#fffadd;
    text-align: center;
}
.our-favorites p{

    font-size:18px;
    list-style:18px;
    color:#fffadd;
}
.fav-card{

        background-color:#fffadd;
        border-radius:15px;
        text-align: center;
        padding:50px 10px;
        margin:15px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.fav-card:hover{

        transform: scale(1.1);
}
.fav-card img{

        max-width:250px;
        max-height:250px;
        border-radius:50%;
        margin:15px 0px 25px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.fav-card h4{

        font-size:22px;
        color:#ce1012;
}
.fav-card p{

    font-size:17px;
    color:#ce1012;
}
.img-special img{

    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius:15px;
    margin:35px 0px;
    
}
.img-special1 img{

    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius:50%;
    padding:15px;
    background-color:#fffadd;
}
.section-3{

        padding-left:15px !important;
}
.section-3 p{

        color:#ce1012;
        font-size:20px;
}
.section-3 h1{

    color:#d0972e;
    font-size:90px !important;
}
.section-3 img{

        width:100%;
        margin:25px 0px 10px;
}
.order-link{

        position: relative;
}
.sub-order-link{

        position: absolute;
        bottom:0px;
}
.order-link a{

    background-color:#ce1012;
    color:#000 !important;
    font-size:15px;
    padding:15px 35px !important;
    border-radius:15px !important;
}
.margin-25{

        margin:135px 0px 50px;
}
.testimonials{

        text-align: center;
        padding:25px 0px;
        margin:15px 0px;
}
.testimonials img{

        width:125px;
        margin:15px 0px;
}
.testimonials h4{

        color:#fdf06d;
        font-size:22px;

}
.pos-rel{

        position: relative;
}
.pos-abso-left img{

        position: absolute;
        left:0px;
        top:125px;
        width:200px;
       
}
.pos-abso-right img{

    position: absolute;
    right:-0px;
    top:-25px;
    width:200px;
   
}
.main-position{

        padding:100px 0px 150px;
}
.position{

        text-align: center;
        padding:15px;
}
.position h1{

        font-size:80px;
        color:#d0972e;
}
.position p{

        color:#ce1012;
        font-size:18px;
        line-height:38px;
        margin:15px 0px 30px;
}
@media(max-width:769px){

    .pos-abso-left img{

            display:none;
    }
    .pos-abso-right img{

        display:none;
}
.img-special img{

        margin:35px 0px;
}
.section-3 h1{

        font-size:34px !important;
}
.our-favorites h2{

    font-size:38px !important;

}
.position h1{

    font-size:42px !important;
}
.main-position{

        padding:75px 0px 100px !important;
}
.sub-order-link{

        bottom:25px;
}
}
@media(max-width:525px){

    .home-section-1 h2{

            font-size:42px;
            line-height:52px;
    }
    .btn1{

            padding:12px 15px !important;
    }
    .footer-area h2{

            text-align: center;
            font-size:24px;
            line-height:38px !important;
    }
    .testimonials{

            padding:0;
    }
    .owl-carousel .owl-item img{

            width:50% !important;
            margin:0 auto !important;


    }

}
.owl-carousel .owl-item img{

    margin:0 auto !important;
    

}

.main-carousel{

        padding:45px 0px 25px;
        /* background-color:#d0972e; */
        border-radius:25px;
        /* margin:50px 0px 25px; */
       
}

.owl-dots{

        display:none;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{

        font-size:25px !important;
        width:40px;
        height:40px;
        line-height:40px;
        border-radius:50%;
        background-color:#fff !important;
}
/* .no-js .owl-carousel, .owl-carousel.owl-loaded{

        display:flex !important;
} */
.owl-theme .owl-nav{

        margin-top:35px !important;
}
.owl-carousel img{

        border-radius:50%;
}
.owl-theme .owl-nav [class*=owl-]:hover{

        width:35px;
        height:35px;
        line-height:35px;
        border-radius:50%;
        background-color:#ce1012 !important;
}
.main-carousel p{

        color:#000;
}
@media(max-width:650px){

    .logo-mobile{

            display:none;
    }
    .large5{

        min-width:100% !important;
}
}
@media(min-width:650px){

        .pc-mobile{

                display:none !important;
        }
        
}

@media(max-width:1250px){

        .pos-abso-left img{

                width:135px;
                top:150px;

        }
        .pos-abso-right img{

                        width:135px;
                        top:-265px;
                       
        }
        .position h1{

                        font-size:60px;
        }
        /* .position p{

                        font-size:16px;
                        padding:0px 125px;
        } */
        nav ul li a, nav ul li a:visited{

                        padding:0 10px !important;
        }
        .large5{

                        min-width:50%;
        }
}

   

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: fixed !important;
    width: 100%;
    background: #fffadd;
    color: #000;
    opacity:1;
    z-index: 100;
    min-height:100px !important;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 1px;
        font-family: "Roboto Slab", serif;

}

.menu-items li{
    list-style: none;
    
    font-size: 16px;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #b22222;
}

@media (max-width: 768px){
    .navbar{
        opacity:1;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 33px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fffadd;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top:0px;
        right: 15px;
        font-size: 2.5rem;
        margin:0px 0px !important;
    }
    .logo img{

        width:65%;
        margin:0px 0px !important; 
}
.navbar{

        min-height:145px !important;
}
.nav-class{

        background-color:#fffadd;
        padding-bottom:145px !important;
}
.hero h1{

        font-size:24px !important;
        line-height:38px !important;
}
.btn-group-lg>.btn, .btn-lg{

        margin:8px 0px;
}
.align-center{

    flex-wrap: wrap;
}
.prev-btn, .next-btn{

        width:26px !important;
        height:26px !important;
        line-height:0 !important;
        font-size:12px !important;
        padding:0 !important;
}
    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
.about-back-img img{

        width:100%;
}
.about-us p{

        line-height:42px;
        margin:15px 0px;
        font-size:18px;
}
/* .about-us a{

        background-color:#fffadd;
        color:#000 !important;
       

} */
a{

    list-style-type: none !important;
    text-decoration: none !important;
}
.special{

        text-align: center;
        margin:25px 15px;
        border-radius:25px;
        padding:50px 0px 65px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.special:hover{

    transform: scale(0.9);
    transition: ease-in-out;
}
.special img{

        max-width:150px;
        background-color:#ce1012;
        border-radius:50%;
        padding:15px;
        margin:10px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    
}
.special h4{

        margin:15px 0px 25px;
        font-size:16px;
}
.gallery-img img{

        width:100%;
        margin:15px 0px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.footer-area h2{

        font-size:18px !important;
}


.menu-items li a:before {
    content: "";
    width: 0;
    height:3px;
    background-color: #ce1012;
    position: absolute;
    top: 120%;
    left: 0;
    transition: all 0.5s;
  }
  
  .menu-items li a:after {
    content: "";
    width: 0;
    height:3px;
    background-color: #d0972e;
    position: absolute;
    top: 120%;
    right: 0;
    transition: all 0.5s;
  }
  
  .menu-items li a:hover:before {
    width: 50%;
    transform: translateX(100%);
  }
  
  .menu-items li a:hover:after {
    width: 50%;
    transform: translateX(-100%);
  }

.footer-img img{

        max-width:250px;
}
#home{

                padding:220px 0px 50px !important;
}
.story-1 p{

                text-align:justify;
                line-height:38px;
                margin:10px 0px;
                padding:0px 10px;
                font-size:17px;
}
.large5{

                border-radius:15px;
                background-color:#fdf06d;
                max-width:35%;
                margin: 0 auto;
                padding:10px 0px 0px;
                margin-bottom:50px !important;
                color:#ce1012 !important;
}
.custome-order{

                text-align: center;
}
.custome-order-para {
        text-align: center;
        padding: 15px 10px;
        margin:15px 0px;
}
.custome-order-img {
        text-align: center;
        
}
.custome-order-img img{

        width:100%;
        margin-bottom:25px;
}
    .fixed-btn1 {
        position: fixed;
        bottom: 35px;
        right: 0;
        width: 128px;
        z-index:15;
        background-color: #000;
        border: 2px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        text-align: center;
        border-radius: 10px;
    }
    .fixed-btn1 a {
        color: #000;
        padding: 10px;
        font-weight: 700;
        font-size: 18px;
    }   
    

    .scroll-to-top {
    position: fixed;
    right: 26px;
    bottom: 40px;
    z-index: 99;
}

    .scroll-bar-text1 img {
    background-color: #FFF;
    border-radius: 50%;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.top-bar {
    background: #b22222;
    color: #fff;
    padding: 8px;
    font-size: 14px;
    /* position: fixed;
    z-index:99;
    top:0;
    width:100%; */
}

.top-bar a {
    color: #fff;
    font-weight: bold;
}


/* HERO */
.hero {
    background: url('../images/hero1.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 180px 20px;
    text-align: center;
    
}

.hero h1 {
    font-size: 42px;
    font-weight: bold;
}

.hero p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* PRODUCTS */
.product-card {
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.roboto-slab{
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}
.nav-class{

                padding-bottom:170px;
}
.section{

                padding:100px 0px !important;
}
.pad-top-0{

                padding-top: 0 !important;
}
.align-center{

                align-items: center;
                display: flex;

}
/* TRUST */
.trust-section img {
    margin-bottom: 15px;
}

/* INSTAGRAM */
.instagram-section {
    background: #f8f8f8;
    padding: 60px 0;
}
.trust-section img{

                max-width:128px;
                padding:2px;
                border-radius:28px;
                box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.trust-section h4{

                font-size:24px;
}
.btn-danger,.btn-primary{

                color:#fff !important;
}


.testimonial-section {
  background: linear-gradient(135deg, #fffaf5, #ffe9dc);
  padding: 80px 0;
}

.testimonial-section h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.subtitle {
  margin-bottom: 40px;
  color: #555;
}

.testimonial-container {
  position: relative;
  max-width: 700px;
  margin: auto;
}

.testimonial {
  display: none;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.5s ease;
}

.testimonial.active {
  display: block;
}

.stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial p {
  
  color: #555;
}

.testimonial h4 {
  margin-top: 20px;
  font-weight: bold;
}

.testimonial span {
  color: #888;
  font-size: 14px;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #d35400;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  width:40px;
  height:40px;
  line-height:20px;
  cursor: pointer;
  border-radius: 50%;
}

.prev-btn:hover,
.next-btn:hover {
  background: #a84300;
}

.prev-btn { left: -50px; }
.next-btn { right: -50px; }

/* Mobile Responsive */
@media(max-width:768px){
  .prev-btn { left: 0; }
  .next-btn { right: 0; }
}






.specials-section {
  padding: 80px 0;
  background: #fffaf5;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  margin-bottom: 50px;
  color: #777;
}

.special-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.special-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s ease;
}

.special-card:hover img {
  transform: scale(1.05);
}

.special-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.special-content {
  padding: 20px;
}

.special-content h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size:16px;
}

.order-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #25d366;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.order-btn:hover {
  background: #1ebd59;
  text-decoration: none;
  color: #fff;
}




.hamper-section {
  padding: 80px 0;
  background: linear-gradient(135deg,#fffaf5,#ffe9dc);
}

/* .hamper-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #d35400;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
} */

.hamper-btn:hover {
  background: #a84300;
  color: #fff;
}



.instagram-section {
  padding: 80px 0;
  background: #fff;
}

.insta-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.insta-img:hover {
  transform: scale(1.05);
}

/* .insta-btn {
  padding: 10px 25px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
} */




.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fffaf5, #ffe9dc);
  color: #fff;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #fff;
  color: #d35400;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}


/* BUTTON STYLE (GLOBAL) */
.btn-success,
.order-btn,
.cta-btn,
.hamper-btn,
.insta-btn {
  background: #7B1E3A;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 16px !important;
  color: #fff !important;
  transition: 0.3s;
}
.insta-btn1{

                background: #7B1E3A !important;
                color:#fff !important;
}

.btn-success:hover,
.order-btn:hover,
.cta-btn:hover,
.hamper-btn,
.insta-btn:hover {
  background: #D4AF37 !important;
  color: #fff !important;
}
.testimonial .stars img{

        max-width:128px;
}
.join-ul{

        padding-left:28px;
}
.join-ul li{

        line-height:38px;
        font-size:16px;
        list-style-type: circle;
}