﻿/* Explore Button */
.button {
    border-radius: 15px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 30px 5px 30px;
    color: #F4884D !important;
    border: solid 1px transparent;
    background: linear-gradient(90deg, #ED5151 0%, #F4884D 46.29%, #F4CC4D 92%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #ED5151 0%, #F4884D 46.29%, #F4CC4D 92%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

    .button:hover {
        box-shadow: none;
        color: white !important;
    }

/* for mobile view */
.mob-button {
    border-radius: 15px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 15px 2px 15px;
    color: #F4884D !important;
    border: solid 1px transparent;
    background: linear-gradient(90deg, #ED5151 0%, #F4884D 46.29%, #F4CC4D 92%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #ED5151 0%, #F4884D 46.29%, #F4CC4D 92%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

    .mob-button:hover {
        box-shadow: none;
        color: white !important;
    }


/* Explore Button End */

.tabs-nav {
    -webkit-box-align: center !important;
    align-items: center !important;
    position: relative !important;
    flex-flow: row !important;
    justify-content: space-between !important;
}


.modal-list {
    height: 26rem;
}

.tabs-contents-shadowed .tabs-content {
    padding: 0px !important;
}

.tabs-nav-filled .tabs-nav a {
    background-color: white !important;
    border: 1px solid #E0E0E0 !important;
    color: #2A303F !important;
    border-radius: 10px;
}

.tabs-nav-active-filled .tabs-nav li.active a, .tabs-nav-active-filled .tabs-nav li a:hover {
    color: #ED5151 !important;
    background-color: white !important;
    border: 1px solid #ED5151 !important;
    border-radius: 10px;
}



.div-pr-0 {
    padding-right: 0px !important;
}

.div-pl-0 {
    padding-left: 0px !important;
}

.gifting-relative {
    position: relative;
    /*width: 230px;*/
    height: 150px;
    background-image: url('homepage-images/gifting.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-gifting-text {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A1900;
}

.matrimony-relative {
    position: relative;
    /*width: 230px;*/
    height: 150px;
    background-image: url('homepage-images/matrimony.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-matrimony-text {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #C81475
}

.rituals-relative {
    position: relative;
    /*width: 230px;*/
    height: 150px;
    background-image: url('homepage-images/rituals.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-rituals-text {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #198C0F
}

.knowledgeZone-relative {
    position: relative;
    /*width: 230px;*/
    height: 150px;
    background-image: url('homepage-images/kz.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-knowledgeZone-text {
    position: absolute;
    left: 25px;
    top: 15px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A1900
}

.videography-relative {
    position: relative;
    /*width: 240px;*/
    height: 150px;
    background-image: url('homepage-images/videography.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-videography-text {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E67AB
}

.photography-relative {
    position: relative;
    /*width: 240px;*/
    height: 150px;
    background-image: url('homepage-images/photography.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-photography-text {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #77455A
}

.events-relative {
    position: relative;
    /*width: 240px;*/
    height: 150px;
    background-image: url('homepage-images/events.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-events-text {
    position: absolute;
    left: 25px;
    top: 15px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #9C4414
}

.printtree-relative {
    position: relative;
    /*width: 240px;*/
    height: 150px;
    background-image: url('homepage-images/printtree.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.div-printtree-text {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E67AB
}



@media only screen and (min-width : 320px) and (max-width : 399px) {

    .div-pr-3 {
        padding-right: 3px !important;
    }

    .div-pl-3 {
        padding-left: 3px !important;
    }

    .gifting-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/gifting.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-gifting-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #6A1900;
    }

    .matrimony-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/matrimony.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-matrimony-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #C81475
    }

    .rituals-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/rituals.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-rituals-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #198C0F
    }

    .knowledgeZone-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/kz.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-knowledgeZone-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #6A1900
    }


    .videography-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/videography.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-videography-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #1E67AB
    }

    .photography-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/photography.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-photography-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #77455A
    }

    .events-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/events.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-events-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #9C4414
    }

    .printtree-relative {
        position: relative;
        width: auto !important;
        height: 90px !important;
        background-image: url('homepage-images/printtree.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .div-printtree-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #1E67AB
    }
}


@media only screen and (min-width : 400px) and (max-width : 480px) {

    .div-pr-3 {
        padding-right: 3px !important;
    }

    .div-pl-3 {
        padding-left: 3px !important;
    }

    .gifting-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/gifting.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-gifting-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #6A1900;
    }

    .matrimony-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/matrimony.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-matrimony-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #C81475
    }

    .rituals-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/rituals.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-rituals-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #198C0F
    }

    .knowledgeZone-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/kz.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-knowledgeZone-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #6A1900
    }


    .videography-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/videography.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-videography-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #1E67AB
    }

    .photography-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/photography.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-photography-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #77455A
    }

    .events-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/events.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-events-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #9C4414
    }

    .printtree-relative {
        position: relative;
        width: auto !important;
        background-image: url('homepage-images/printtree.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 100px !important;
        margin-top: 10px;
    }

    .div-printtree-text {
        position: absolute;
        left: 15px;
        top: 10px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #1E67AB
    }
}

@media (max-width: 700px) {

    .carousel-item {
        align-items: initial !important;
    }
}
