/* Start Comman css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --font-sixty:700 60px/90px 'poppins' , sans-serif;
    --small-heading: 700 48px/72px 'poppins' , sans-serif;
    --font-para-semibold:600 24px/36px 'poppins' , sans-serif;
    --font-para:700 24px/36px 'poppins' , sans-serif;
    --font-twenty-regular:400 20px/36px 'poppins' , sans-serif;
    --font-twenty-semibold:600 20px/36px 'poppins' , sans-serif;
    --font-twenty-bold:700 20px/36px 'poppins' , sans-serif;
    --font-eighteen:400 18px/27px 'poppins' , sans-serif;
    --font-eighteen-bold:700 18px/27px 'poppins' , sans-serif;
    --font-fourteen-regular:400 14px/28px 'poppins' , sans-serif;
    --main-color: #27152E;
    --para-color: #111111;
    --para-backgroundcolor:#88F3AA;
    --white:#fff;
    --background-color:#F5F7FA;
    --sub-heading:#111111;
    --paragraph-color:#404040;
}
body{
    font-family: "Poppins", sans-serif;;
}
a{
    text-decoration: none !important;
}
p , figure{
    margin-bottom: 0;
}
hr{
    margin: 0;
    color: #E2E2E2;
    opacity: 1;
}
/* End Comman css */

   
/* Start Navbar */

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 34px 0;
}
.main-btn {
    background: var(--main-color);
    color: var(--white);
    padding: 16px 30px;
    border: 1px solid var(--main-color);
    border-radius: 36px;
    font: var(--font-eighteen);
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-transform: capitalize;
    display: inline-block;
}
.main-btn:hover{
    border: 1px solid var(--main-color);
    background: transparent;
    color:var(--main-color) ;
}
.navbar img.custom-logo {
    max-width: 164px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
/* End Navbar */

/* Start Banner Box */
.banner-box {
    background: var(--background-color);
}
.content-box {
    padding: 70px 260px 0px 0;
}
.banner-right {
    border-bottom-left-radius: 116px;
    border-bottom-right-radius: 116px;
    height: auto !important;
    object-fit: cover;
}

div#contactFormPopup .modal-body {
    padding: 0;
}
.footer-main figure.text-center {
    padding-bottom: 30px;
}
.heading-text {
    text-transform: capitalize;
    margin-bottom: 17px;
    position: relative;
    z-index: 99;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 60px;
    max-width: 680px;
}
.banner-box .img-warp {
    position: relative;
    width: 100%;
    height: 100%;
}
.colored-heading-text {
    position: relative;
    padding: 0 17px;
    display: inline-flex;
    z-index: 1;
}
.colored-heading-text::after {
    content: '';
    background: var(--para-backgroundcolor);
    transform: skewX(-18deg);
    position: absolute;
    top: -6px;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    padding: 40px;
}
.sub-heading {
    font: var(--font-para);
    text-transform: capitalize;
    color: var(--sub-heading);
    margin-bottom: 25px;
}
.inner-text{
    font: var(--font-twenty-regular);
    color: var(--paragraph-color);
}
.bold-inner-text{
    font: var(--font-twenty-bold);
    margin-top: 25px;
}
.content-box .main-btn {
    margin-top: 37px;
}
/* End Banner Box */

/* Start Happy Holidays Section */
.happy-holiday{
    padding: 110px 0;
}
.happy-holiday {
    font: var(--font-twenty-regular);
    color: var(--paragraph-color);
}
.small-heading {
    font: var(--small-heading);
    color: var(--main-color);
    text-transform: capitalize;
}
.happy-holiday .inner-text {
    margin-bottom: 25px;
}
.happy-holidays-img {
    background: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    padding: 123px 19px;
}
/* end Happy Holidays Section */

/* Start Reward Section */
.right-for-everyone{
    padding-bottom: 110px;
}
.right-for-everyone .col-lg-4 {
    margin-top: 42px;
}
.reward-card {
    background: #ffffff;
    border-top: 4px solid #FF856C;
    border-radius: 10px;
    padding: 40px 31px;
    filter: drop-shadow(0px 4px 34px #00000006);
    height: 100%;
}
.reward-card-icon-bg {
    background: #F3F1E8;
    width: 86px;
    height: 86px;
    padding: 18px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reward-card-icon-bg img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.card-heading{
    margin-top: 20px;
    margin-bottom: 12px;
    font: var(--font-twenty-semibold);
    color: var(--para-color);
}
.card-inner-text{
    font: var(--font-fourteen-regular);
    color: var(--paragraph-color);
}
/* End Reward Section */

/* Start Catalogue Brand */
.catalogue-main {
    background: #27152E;
    padding: 100px 0 44px 0;
}
.catalogue-main .small-heading {
    max-width: 920px;
    margin: 0 auto 51px auto;
    text-align: center;
    color: var(--white);
}
.barnd-logo {
    margin-bottom: 56px;
}
/* start exclusive brand section */
.exclusive-brand{
    padding: 110px 0;
}
.exclusive-brand-card{
    margin-top: 50px;
    text-align: center;
    height: 100%;
}
.exclusive-brand-card figure {
    padding: 23px 10px;
    text-align: center;
    border: 1px solid #B2C2EB;
    border-radius: 8px;
    height: 100%;
    max-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exclusive-brand .card-heading{
    margin: 20px 0 14px 0;
}
.exclusive-brand .exclusive-brand-card p {
    font: var(--font-fourteen-regular);
    color: var(--paragraph-color);
}
/* End exclusive brand section */

/* how its work section start */
.how-its-work{
    padding-bottom: 110px;
    position: relative;
}
.how-its-work .corener-img .img-1 {
    position: absolute;
    top: 60px;
    right: 173px;
    width: 100%;
    max-width: 94px;
    transform: rotate(350deg);
}
.how-its-work .corener-img .img-2 {
    position: absolute;
    bottom: 160px;
    left: 72px;
    width: 100%;
    max-width: 94px;
}
.how-its-work .row {
    margin-top: 40px;
}
.how-its-work .col-lg-4 .card-heading {
    max-width: 240px;
    margin: 20px auto 0;
    padding: 0;
}
.how-its-work .card-heading {
    margin-top: 50px;
    padding: 0 235px;
}
.how-its-work .col-lg-4.text-center{
    position: relative;
}
.how-its-work .col-lg-4.text-center:first-child:after {
    content: '';
    background-image: url(../images/left-errow.svg);
    position: absolute;
    left: 210px;
    top: -30px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.how-its-work .col-lg-4.text-center:nth-child(2)::after {
    content: '';
    background-image: url(../images/left-down.svg);
    position: absolute;
    left: 230px;
    top: -50px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* how its work section End */

/* Start gift card section */
.gift-card {
    background: #F5F4F4;
    padding: 102px 0;
    /*z-index: -2;*/
    position: relative;
}
.gift-card-list{
    margin-top: 15px;
}
.gift-heading{
    font: var(--font-para-semibold);
}
.gift-card-list .inner-text {
    padding-right: 90px;
}
/* Start gift card section */
 
/* Start ready to start section */
.ready-to-start{
    padding: 106px 0 86px 0;
}
.ready-to-start .main-btn{
    margin-top: 32px;
}
/* End ready to start section */
/* Start Footer Section */
.footer-main {
    background: #F5F4F4;
    padding: 60px 0 48px 0;
}
.logo-footer{
    padding-bottom: 30px;
}
.copyright-text{
    padding-top: 30px;
    text-align: center;
    margin-bottom: 0;
}
/* End Footer Section */
/* Start Contact Form Modal*/
.modal-header {
    display: block !important;
}
div#contactFormPopup .modal-dialog {
    max-width: 833px !important;
    background: #fff;
    padding: 48px 85px !important;
    border-radius: 20px;
}
.modal-header{
    text-align: center !important;
    padding: 0 117px !important;
}
.modal-dialog-centered{
    min-height: auto !important;
}
/* =========================== */

div#contactFormPopup label {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #27152E;
    padding-bottom: 5px;
    margin-top: 20px;
}
div#contactFormPopup input, div#contactFormPopup textarea {
    padding: 10px 21px;
    border-radius: 12px;
    background: #F7FBFF;
    border: 1px solid #D4D7E3;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 2;
    
}
div#contactFormPopup textarea{
    resize: none !important;
    max-height: 156px;
}
div#contactFormPopup input::placeholder{
    font-size: 14px;
    font-family: 'Poppins';
    color: #404040;
    line-height: 2;
}
div#contactFormPopup .modal-header {
    padding: 0 20px !important;
}

div#contactFormPopup input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 192px;
    background: #27152E !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Poppins' !important;
    border-radius: 26px !important;
    padding: 11.5px 30px !important;
}
div#contactFormPopup form .sub-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
}
div#contactFormPopup .wpcf7-spinner{
    display: none;
}

div#contactFormPopup .modal-content, div#contactFormPopup .modal-header{
    border: none !important;
}
div#contactFormPopup button.btn-close {
    position: absolute;
    top: -20px;
    right: -50px;
    color: #000 !important;
    font-weight: 900;
}

div#contactFormPopup .modal.show .modal-dialog {
    transform: none;
    position: relative;
}
.gift-card .row {

    align-items: center;
}



.ready-to-start .main-btn {
    margin-bottom: 35px;
}
.gift-card h4.small-heading {
    color: #111 !important;
}


div#contactFormPopup textarea::placeholder {
    color: #222;
}
.happy-holiday a.main-btn {
    margin-top: 54px;
}
.catalogue-main figure img {

    width: 100%;
}
p:empty{
    display: none !important;
}

.happy-holiday p {
    padding-right: 10px;
    padding-bottom: 15px;
}
.gift-card .img-gift {
    padding: 0 4px;
}
.gift-card h4.small-heading {
    color: #111 !important;
    padding-right: 54px;
}

.gift-card .img-gift {
    text-align: center;
}
.gift-card .img-gift img {
   width: 500px;
}

/* =================respomsive==================== */
@media(min-width: 1400px) and (max-width: 1600px){
	.container{
		padding-inline:50px !important;
	}
}
@media (max-width:1599px){
    .content-box {
        padding: 70px 200px 0px 0;
    }
}

@media (min-width:1400px) {
	.container {
	    max-width: 1566px;
	}
    .ready-to-start  .col-lg-6.right {
        min-width: 898px;
    }
    section.ready-to-start .col-lg-6.left {
        width: 42.6%;
    }

    
}
@media (max-width:1399px){
    .heading-text {
        font-size: 35px;
        line-height: 1.4;
    }
    .footer-main {
        background: #F5F4F4;
        padding: 30px 0 20px 0;
    }
    .content-box {
        padding: 70px 100px 0px 0px;
    }
    .small-heading {
      line-height: 1.4;
        font-size: 35px;
    }
    .logo-footer {
        padding-bottom: 0px;
    }
    .colored-heading-text::after {
  
        padding: 30px;
    }
    .heading-text {
     
        max-width: 520px;
    }
    .inner-text {
      
        font-size: 18px;
        line-height: 1.6;
    }
    .how-its-work .card-heading {
        padding: 0 147px;
    }
    .sub-heading {
      
        font-size: 20px;
        line-height: 1.4;
    }
    .main-btn {
        font-size: 16px;
    }
    .happy-holiday p {
        font-size: 18px;
        line-height: 1.6;
        padding-bottom: 10px;
    }
    .happy-holiday h2.small-heading > p {
        font-size: 35px;
        padding-right: 98px;
    }
    .gift-card h4.small-heading {
        padding-right: 0;
    }
}
@media(max-width:1199px){
    .heading-text {
        font-size: 30px;
        line-height: 1.4;
        max-width: 465px;
    }
    .how-its-work .card-heading {
        margin-top: 40px;
        padding: 0 100px;
        font-size: 16px;
    }   
    .sub-heading {
        font-size: 18px;
        line-height: 1.2;
    }
    .inner-text ,  .inner-text > p{
        font-size: 16px;
        line-height: 1.8;
    }
    .content-box .main-btn {
        font-size: 14px;
    }
    h2.small-heading p {
        font-size: 25px !important;
        line-height: 1.5;
        padding-bottom: 20px;
    }
    .happy-holiday p {
        font-size: 16px;
    }
    .reward-card {
        padding: 25px 20px;
       
    }
    .happy-holiday a.main-btn {
        margin-top: 35px;
    }   
    .happy-holiday {
        padding: 80px 0;
    }
    .content-box {
        padding: 54px 100px 30px 0;
    }
    .catalogue-main .small-heading {
        font-size: 25px;
        line-height: 1.4;
    }
    h3.small-heading {
        font-size: 25px;
        line-height: 1.4;
    }
    h4.small-heading {
        font-size: 28px;
        line-height: 1.6;
    }
    .colored-heading-text::after {
        padding: 20px;
        top: 0;
    }
  	.gift-card h4.small-heading .colored-heading-text::after {
        padding: 22px;
        height: auto;
        left: 0px;
    }
    .how-its-work .corener-img .img-1 {
       
        right: 80px;
       
    }
}


@media (max-width:991px) {
    .how-its-work .col-lg-4.text-center:nth-child(2)::after , .how-its-work .col-lg-4.text-center:first-child:after{
        display: none;
    }
    .how-its-work .card-heading{
        padding: 0;
    }
    .right-for-everyone, .how-its-work, .ready-to-start {
        padding-bottom: 40px;
    }
    .barnd-logo {
        margin-bottom: 35px;
    }
    .gift-card h4.small-heading {
        padding-right: 00px;
    }
    .offset-1{
        margin-left: 0 !important;
    }
    .logo-footer {
        padding-bottom: 0px;
        max-width: 230px;
    }
    .heading-text {
        max-width: 100%;
    }
    .bold-inner-text {
        font-size: 18px;
    }
    .content-box {
        padding: 60px 0px 60px 0;
    }
    .happy-holidays-img {
     
        padding: 20px 0px;
    }
    .happy-holiday h2.small-heading p {
      
        margin-top: 25px;
    }
    h2.small-heading p {
        font-size: 30px !important;
        margin-top: 25px;
    }
    .happy-holiday, .exclusive-brand, .gift-card {
        padding: 60px 0;
    }
    .catalogue-main {
        background: #27152E;
        padding: 60px 0 44px 0;
    }
    .exclusive-brand .row .col-lg-4:last-child, .how-its-work .row .col-lg-4:last-child {
        flex: 0 0 100%; 
        max-width: 100%; 
    }
    .gift-card .img-gift img {
        /* height: 500px !important; */
    }
    .gift-card .img-gift {
        display: flex;
        justify-content: center;
    }
    .gift-card h4.small-heading .colored-heading-text::after {
        padding: 25px;
        height: auto;
        left: 0px;
    }
    .how-its-work .corener-img .img-1 {
        right: 20px;
    }
    .how-its-work .corener-img .img-2 {
      
        bottom: 70px;
        left: 20px;
     
    }
    .banner-box .img-warp img {
        width: 100%;
        aspect-ratio: 1/.7;
        object-fit: cover;
        object-position: top;
    }
    .navbar {
    
        padding: 15px 0 15px 0;
    }
    
}

@media (max-width:767px){
    div#contactFormPopup .modal-dialog {
        max-width: 525px !important;
        padding: 30px !important;
        width: 100%;
        position: relative;
      
    }
    .barnd-logo {
        margin-bottom: 30px;
    }
    div#contactFormPopup h5{
        font-size: 30px;
    }
    div#contactFormPopup .inner-text {
        font: var(--font-twenty-regular);
        color: var(--paragraph-color);
        font-size: 14px;
        line-height: 2;
    }
    div#contactFormPopup label {
        font-size: 14px;
    
    }
    div#contactFormPopup input, div#contactFormPopup textarea {
        padding: 5px 15px;
        font-size: 14px;
        
    }
    div#contactFormPopup input.wpcf7-form-control.wpcf7-submit.has-spinner {
        max-width: 180px;
      
        font-size: 16px !important;
      
        padding: 10px 22px !important;
    }
    div#contactFormPopup button.btn-close {
      
        top: 0px;
        right: -13px;
       
    }
    .gift-card .img-gift img {
        height: 450px !important;
    }
    .happy-holiday a.main-btn {
        margin-top: 30px;
    }
}

@media (max-width:576px) {
    div#contactFormPopup .modal-dialog {
        max-width: 400px !important;
     
        margin: 0 auto;
    }
    div#contactFormPopup .modal-header {
        padding: 0 0px !important;
    }
    .gift-card h4.small-heading {
        padding-right: 0px;
    }
    div#contactFormPopup h5 {
        font-size: 22px;
        margin: 0;
    }
    .main-btn {

        font-size: 12px;
        padding: 10px 15px;
    }
    .heading-text {
        font-size: 25px;
        line-height: 1.4;
    }
    .colored-heading-text::after {
        padding: 17px;
        height: auto;
        top: 0px;
        width: calc(100% - 10px);
        left: 5px;
    }
    .happy-holiday .colored-heading-text::after {
        
        top: 6px;
    }
    .inner-text, .inner-text > p {
        font-size: 14px;
     
    }
    .sub-heading {
        font-size: 16px;
        line-height: 1.2;
    }
    .banner-box .bold-inner-text {
        font: var(--font-twenty-bold);
        margin: 5px 0 0 ;
    }
    .content-box, .happy-holiday, .exclusive-brand, .gift-card, .ready-to-start {
        padding: 40px 0;
    }
    .ready-to-start .main-btn {
      
        margin-top: 0;
    }
    .catalogue-main {
        background: #27152E;
        padding: 40px 0;
    }
    h2.small-heading p {
        font-size: 22px !important;
        margin-top: 25px;
        line-height: 1.5;
    }
    .happy-holiday h2.small-heading p {
        margin-top: 22px;
        line-height: 1.8;
    }
    .happy-holiday p {
        font-size: 14px;
    }
    .right-for-everyone h2.small-heading p{
        margin: 0;
    }
    .card-heading {
        margin-top: 16px;
       
    }
    .catalogue-main .small-heading {
        font-size: 22px;
        
    }
    .catalogue-main figure img {
        margin: 0 0 10px;
        width: 100%;
    }
    h3.small-heading {
        font-size: 22px;
        
    }
    .exclusive-brand-card {
        margin-top: 45px;
        
    }
    .how-its-work .col-lg-4.text-center {
        position: relative;
        margin-bottom: 30px;
    }
    .how-its-work .col-lg-4 .card-heading {
     
        font-size: 18px;
        line-height: 1.4;
    }
    .how-its-work p.card-heading.text-center {
        margin-top: 10px;
        font-size: 14px;
        line-height: 2;
    }
    .how-its-work {
        padding-bottom: 40px;
    }
    .happy-holiday .main-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    h4.small-heading {
        font-size: 22px;

    }
    .gift-card-list .inner-text {
        padding-right: 0px;
        margin: 0 !important;
    }
    .right-for-everyone {
        padding-bottom: 40px;
    }
    img.img-fluid.logo-footer {
        width: 160px !important;
        margin: 0;
        padding: 0;
    }
    .footer-main figure.text-center {
        padding-bottom: 18px;
    }
    .footer-main {
        background: #F5F4F4;
        padding: 20px 0 30px 0;
    }
    .gift-card .img-gift img {
        height: auto !important;
        width: 60vw;
    }
    h4.gift-heading {
        font-size: 18px;
        line-height: 1.5;
    }
    .gift-card-list {
        margin-top: 15px;
    }
    div#contactFormPopup button.btn-close {
        top: 0px;
        right: 5px;
    }
    div#contactFormPopup input.wpcf7-form-control.wpcf7-submit.has-spinner {
      
        font-size: 14px !important;
       
    }
    .navbar img.custom-logo {
        max-width: 146px;
    }
    .navbar .main-btn {
        font-size: 12px;
        padding: 6px 15px;
    }
    .exclusive-brand .colored-heading-text::after {
        padding: 15px;
        height: auto;
    }
    .gift-card h4.small-heading .colored-heading-text::after {
        padding: 16px;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .content-box .main-btn {
        margin-top: 20px;
    }
    .banner-box .img-warp img {
        aspect-ratio: 1/1;
    }
    div#contactFormPopup form .sub-btn {
        margin-top: 10px;
    }
}
@media (max-width:480px) {
    div#contactFormPopup .modal-dialog {
        max-width: 330px !important;
     
        margin: 0 auto;
    }
    div#contactFormPopup .modal-dialog {
     
        padding: 15px 20px !important;
    }
    
}
