* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ========= FUNNELS CARDS STARTS ========= */

.cardCust {
    height: 370px;
    width: 85%;
    border: 1px solid #e8af33;
    border-radius: .5rem;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: .3s;
    margin: 0 auto;
}

.cardCust:hover {
    box-shadow: 0 0 15px white;
}

.cardCust .imageC {
    height: 55%;
    width: 100%;
}

.cardCust .descriptionC {
    height: 20%;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.cardCust .descriptionC .first {
    font-size: 1.2rem;
}

.cardCust .descriptionC .second {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cardCust .descriptionC .second .exec {
    border: 1px solid #0c9400;
    background: #0c9400;
    color: white;
    padding: 5px 7px;
    border-radius: 50px;
    transition: 1s;
}

.cardCust .descriptionC .price {
    font-size: 1.3rem;
    color: white;
}

.cardCust .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .5s;
    background: black;
    color: #e8af33;
}

.cardCust .buttonsFunnel .cardBtn {
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid transparent;
    background: #e8af33;
    color: black;
    border-radius: .3rem;
    transition: .3s;
    text-decoration: none;
}

.cardCust .buttonsFunnel .cardBtn:hover {
    background: transparent;
    border: 2px solid #e8af33;
    color: #e8af33;
}

@media screen and (max-width: 400px) {
    .cardCust {
        width: 95%;
    }

    .cardCust .descriptionC .second .exec {
        font-size: .7rem;
    }

    .addOnCard {
        width: 95%;
    }
}

/* ========= FUNNELS CARDS ENDS ========= */

/* ========= ADD ON CARDS STARTS ======== */

.addOnCard {
    height: 500px;
    width: 90%;
    border-radius: .5rem;
    overflow: hidden;
    background: black;
    color: white;
    transition: .3s;
    border: 2px solid #e8af33;
}

.addOnCard:hover {
    box-shadow: 0 0 15px white;
}

.addOnCard .addOnDemo {
    height: 40%;
    width: 100%;
    /* padding-top: 15px; */
}

.addOnCard .addOnDemo iframe {
    width: 100%;
    border-bottom: 1px solid #e8af33;
}

.addOnCard .addOnDesc {
    height: 47%;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.addOnCard .addOnDesc ul li {
    list-style: none;
    font-size: 1.1rem;
}

.addOnCard .addOnfooter,
.customizationCards .addOnfooter {
    height: 13%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: black;
    color: #e8af33;
    transition: .3s;
}

.addOnCard .addOnfooter:hover,
.customizationCards .addOnfooter:hover {
    transform: translateY(-5px);
}

.addOnCard .addOnfooter .demoBtn .demoAddOnBtn,
.customizationCards .addOnfooter .demoBtn .demoAddOnBtn {
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #e8af33;
    background: #e8af33;
    color: black;
    border-radius: .3rem;
    transition: .3s;
    font-size: 1rem;
}

.addOnCard .addOnfooter .demoBtn .demoAddOnBtn:hover,
.customizationCards .addOnfooter .demoBtn .demoAddOnBtn:hover {
    background: transparent;
    color: #e8af33;
}

/* ========= ADD ON CARDS ENDS ======== */


/* ========= CUSTOMIZATION CARDS STARTS ======== */

.customizationCards {
    border: 1px solid;
    width: 90%;
    background: transparent;
    overflow: hidden;
    border: 1px solid #e8af33;
    transition: .3s;
}

.customizationCards:hover {
    box-shadow: 0 0 10px white;
}

.customizationCards .header {
    text-align: center;
    padding: 10px;
    background: black;
    color: #e8af33;
}

.addOnfooter {
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: black;
    color: #e8af33;
    transition: .3s;
}

.addOnfooter:hover {
    transform: translateY(-5px);
}

.addOnfooter .demoBtn .demoAddOnBtn {
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid #e8af33;
    background: #e8af33;
    color: black;
    border-radius: .3rem;
    transition: .3s;
    font-size: 1rem;
}

.addOnfooter .demoBtn .demoAddOnBtn:hover {
    background: transparent;
    color: #e8af33;
}

/* ========= CUSTOMIZATION CARDS ENDS ======== */

/* ============== GLOBAL CLASSES STARTS ============ */

.custHeadColor {
    color: #e8af33 !important;
}

.custBodyColor {
    color: white !important;
    color: rgba(0, 0, 0, 0.5);
}

.custCardBgColor {
    background: transparent;
    border: 2px solid #e8af33;
    /* box-shadow: 5px 5px 0 #e8af33; */
    transition: .3s;
}

.custCardBgColor:hover {
    box-shadow: 0 0 15px #e8af33;
}

/* ================== CATAGORY CARDS STARTS ================ */

@media screen and (max-width: 420px) {
    .catagoryCardsClass h5 {
        font-size: 1.1rem !important;
    }

    .catagoryCardsClass small {
        font-size: .8rem;
    }

    .catagoryCardsClass i {
        font-size: .8rem;
    }
}

@media screen and (max-width: 360px) {
    .catagoryCardsClass {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catagoryCardsClass h5 {
        font-size: 1rem !important;
    }

    .catagoryCardsClass small {
        font-size: .6rem;
    }

    .catagoryCardsClass i {
        font-size: .7rem;
    }
}

/* ================== CATAGORY CARDS ENDS ================ */



/* ============== GLOBAL CLASSES ENDS ============ */


/* ================= SPECIAL BUTTON START =============== */

.custBtnStyle {
    color: black;
    border-radius: 5px;
    transition: all .4s ease;
    position: relative;
    display: inline-block;
    outline: none;
    background: #e8af33;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
}

.custBtnStyle span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.custBtnStyle:before,
.custBtnStyle:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #e8af33;
    transition: all .6s ease;
}

.custBtnStyle:before {
    height: 0%;
    width: 2px;
}

.custBtnStyle:after {
    width: 0%;
    height: 2px;
}

.custBtnStyle:hover {
    background: transparent;
    box-shadow: none;
}

.custBtnStyle:hover:before {
    height: 100%;
}

.custBtnStyle:hover:after {
    width: 100%;
}

.custBtnStyle span:hover {
    color: #e8af33;
}

.custBtnStyle span:before,
.custBtnStyle span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #e8af33;
    transition: all 0.3s ease;
}

.custBtnStyle span:before {
    width: 2px;
    height: 0%;
}

.custBtnStyle span:after {
    width: 0%;
    height: 2px;
}

.custBtnStyle span:hover:before {
    height: 100%;
}

.custBtnStyle span:hover:after {
    width: 100%;
}

/* ================= SPECIAL BUTTON ENDS =============== */


::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #e8af33;
}

::selection{
    background: #e8af33;
    color: black;
}

/* ======================= BACK BUTTON IN PAGE ===================== */
.backBtnPage {
    font-size: 1.2rem;
    text-decoration: none;
    color: #e8af33;
    position: initial;
}

@media screen and (max-width: 500px) {
    .backBtnPage {
        position: absolute;
        margin-top: -60px;
        font-size: 1rem;
        left: 30px;
    }

    #homeCardsChoice,
    #customizationCardsChoice {
        width: 95% !important;
    }
}

/* ========================== CENTER ELEMENTS ========================= */
.centerElem {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============================ NAVBAR STYLING ============================== */
#cartBtnDiv {
    position: fixed;
    top: 23px;
    right: 18vw;
    z-index: 99999;
}

#logoTag {
    height: 75px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    padding-left: 30px;
}

@media screen and (max-width: 1500px) {
    #cartBtnDiv {
        right: 20vw;
    }
}

@media screen and (max-width: 1300px) {
    #cartBtnDiv {
        right: 22vw;
    }
}

@media screen and (max-width: 1170px) {
    #cartBtnDiv {
        right: 23vw;
    }
}

@media screen and (max-width: 991px) {
    #cartBtnDiv {
        right: 10vw;
        top: 15px;
    }

    #cartBtnDiv a span {
        font-size: .7rem !important;
        top: -13px !important;
    }

    #cartBtnDiv a i {
        font-size: 1.2rem !important;
    }

    #logoTag {
        justify-content: center;
        padding: 0;
    }

    .nav-link {
        font-size: 1rem;
        padding: 5px;
    }

    .search-bar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}