/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
    Theme name: BigCity Theme
*/

.featurehero {
    background-image: url(../assets/featureherobg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.herosection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.herosectiontext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}


.statrownum {
    color: #172C5D;
    text-align: center;
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 93.333% */
    letter-spacing: 0.5px;
}

.statrowsubtext {
    color: #3F3F3F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 180% */
    letter-spacing: 0.1px;
}

.whystatcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.whystats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.greenline {
    width: 5px;
    height: 106px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 4px;
    background: #ABC44A;
}

.whycardtitle {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.whyone p {
    color: #fff;
}

.whyone {
    border-radius: 0px 30px 30px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 2rem;
}

#bgone, #bgfour {
    background-image: url(../assets/whybgone.png);
}

#bgtwo, #bgthree {
    background-image: url(../assets/whyonebgtwo.png);
}

.whyfeatures {
    grid-column-gap: 6rem;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 6rem 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 2rem;
}

.tail-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.verticaltab, .techinn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.tabimage {
    display: none;
}

.indtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 1rem;
    cursor: pointer;
    color: #000;
}

.tabtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 80%;
}

/* #tabtechimg {
    display: none;
} */

.activetab{
    background-color: #FAFBFF;
    border-radius: 0px 20px 20px 20px;
}

.activetab .accordianarrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.activetab .tabsubtext {
    display: block;
}

.tabsubtext {
    display: none;
}

.mobileaccimg {
    display: none;
    width: 125%;
}

.tabhead {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tabsubtext {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vtab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    width: 50%;
}

#tabimg1 {
    width: 90%;
}

.tabhead:hover{
    color: #006CFE ;
}

.techindtile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0px 12px 12px 12px;
    border: 1px solid #ECECEC;
    background: #FFF;
    padding: 16px;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8rem;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
            box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
}

.techtilehead {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.techtiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 50%;
}

.activetechtile {
    border: 2px solid #172C5D;
}

.techimage {
    max-height: 660px;
    width: 500px;
}

.rewardtabtext {
    text-shadow: 0px 3px 8px rgba(190, 195, 204, 0.20);
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.indrewardtab {
    border-radius: 14px;
    border: 0.5px solid #E8E8E8;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    color: #000;
    gap: 1rem;
    cursor: pointer;
    min-width: 15%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rewardvtab {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.activerewardtab {
    background-color:#172C5D ;
    color: #ffffff;
}

.rewardtabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.rewardtabs::-webkit-scrollbar {
    display: none;
  }

.testimonialrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    gap: 2rem;
    padding-left: 8.33%;
    padding-right: 5%;
}

.testimonialrow::-webkit-scrollbar {
    display: none;
  }

.testimonialrow::-webkit-scrollbar {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }

.indtestimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    min-width: 40%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 16px;
    border-radius: 30px;
    background-color:#FFF;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
            box-shadow: 0px 3px 8px 0px rgba(190, 195, 204, 0.20);
}

.testimonialtext {
    color: #464A55;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.ideas {
    background-color: #FAFBFF;
    padding-top: 120px;
}

.ideaflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 100vh; */
    position: relative;
    overflow-y: auto;
    scrollbar-width: none;
}

.fixedtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-right: 4rem;
    width: 500px;
    height: 100%;
    max-height: 65vh;
    position: sticky;
    top: 100px;
}

.scrollimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 50%;
}

/* responsive css starts from here */

@media screen and (min-height: 650px) and (max-height: 800px) {
    .ideaflex {
        height: 100vh !important;
    }
}


@media screen and (max-width: 1150px) {
    .verticaltab {
        gap: 2rem;
    }

    .whyone {
        width: 88%;
    }

    .whyfeatures {
        gap: 2rem;
    }

    .tail-title{
        width: 75%;
        margin-left: 10%;
    }

    .verticaltab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .vtab {
        width: 100%;
    }

    .engtech {
        text-align: center;
    }

    .techinn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .techtiles {
        width: 80%;
        margin-top: 2rem;
    }

    .rewardtabtext {
        text-align: center;
    }

    .indrewardtab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .testimonialrow{
        padding-left: 60%;
    }

    .fixedtext {
        padding-right: 4rem;
    }

    .scrollimages {
        width: 60%;
    }

    .ideaflex {
        height: 100vh;
    }
}

@media screen and (max-width: 576px) {
    .herosection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .herosection img {
        width: 90%;
    }

    .herosectiontext {
        text-align: center;
    }
    
    .whyfeatures {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .whystats {
        gap: 4rem;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .whystats::-webkit-scrollbar {
        display: none;
      }

    body::-webkit-scrollbar {
        display: none;
      }

    .whyone {
        width: 82%;
    }

    .imagetab {
        text-align: center;
        margin-left: 15%;
    }

    .imagetab img {
        width: 80%;
    }

    #tabtechimg {
        width: 100%;
        /* margin-left: 12%; */
    }

    .techimage {
        width: 300px;
    }

    .techtiles {
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .techindtile {
        min-width: 6rem;
    }

    .rewardtabs {
        overflow-x: scroll;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .indrewardtab {
        min-width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .testimonialrow {
        width: 80%;
        padding-left: 0;
    }

    .indtestimonial {
        min-width: 80%;
        align-items: center;
    }

    .testimonialtext {
        font-size: 16px;
    }

    .ideaflex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto !important;
    }

    .fixedtext {
        width: 100%;
        position: relative;
        height: auto;
        top: 0;
    }

    .scrollimages {
        width: 100%;
        margin-top: 2rem;
    }

    .activetab .mobileaccimg {
        display: block;
    }

}

@media screen and (min-width: 1151px) {

}

body{
    overflow-x: hidden;
    width: 100%;
}


/* for rebates program page */
.comparison {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.desktophidden {
    display: none;
}

@media screen and (max-width: 576px) {
.desktophidden {
    display: block;
}

.comparison .desktophidden {
    width: 100%;
}

}

/* for affinity program page */
.mobileimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobileimages img {
    width: 90%;
}

.affinitymobiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.unlockpotential {
    background: -o-linear-gradient(333deg, #172C5D 27.09%, #234492 88.59%);
    background: linear-gradient(117deg, #172C5D 27.09%, #234492 88.59%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.unlockpotential h1, .potentialsubtext {
    text-align: center;
}

@media screen and (max-width: 576px) {
.affinitymobiles {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    scrollbar-width: none;
}

.mobileimages img {
    width: auto;
    height: 600px;
}

}

/* for tradeloyalty program */
.ullist {
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 33px;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
}