﻿.whyLoveSNSDiv {
    font-family: "anekdevanagari-regular", sans-serif;
    font-weight: 900;
    color: #262261;
    font-size: 3em;
    text-align: center;
}

    .whyLoveSNSDiv span {
        color: #FF795C;
        margin: 0px 0px 0 2px;
    }


#whyLoveSNS {
    background-image: url(/Assets/Images/WhyLoveSNSBg.svg);
    margin-top: 0 !important;
    padding-top: 10%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F8F9FA;
}


.whyLoveSNSImgDiv {
    display: grid;
    justify-content: center;
}

    .whyLoveSNSImgDiv .whyLoveSNSImgText {
        color: #1D223E;
        text-align: center;
        font-family: "anekdevanagari-regular", sans-serif;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        width: 300px;
    }





.whyLoveSNSImgText {
    color: #1D223E;
    text-align: center;
    font-family: "anekdevanagari-regular", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
}

    .whyLoveSNSImgText span {
        font-size: 1.2em !important;
        font-weight: 700 !important;
        color: #FF795C !important;
    }




.contentDiv {
    justify-content: center;
}




.gradientButtonWhy {
    border: none;
    padding: 1% 1.5% 1% 1.5%;
    background-color: #FF795C;
    color: white;
    font-family: "anekdevanagari-regular", sans-serif;
    font-size: 1.1em;
}

    .gradientButtonWhy:hover {
        border: none;
        padding: 1% 1.5% 1% 1.5%;
        background-color: #FF795C;
        color: white;
        font-family: "anekdevanagari-regular", sans-serif;
        font-size: 1.1em;
        background-image: linear-gradient(to right, #bb5ac4, #FF795C);
        box-shadow: 0px 4px 20px 0px rgba(255, 121, 92, 0.75) !important;
        transition: all .4s ease;
        -webkit-transition: all .3s ease;
    }



.gradientButtonWhyDiv {
    justify-content: center;
    display: flex;
    margin-top: 3%;
    white-space: nowrap;
    margin-bottom: 5%;
}




#carouselExampleCaptions {
    padding: 0;
    /*padding-bottom: 2%;*/
}


.carousel-indicators button.active {
    background-color: #F18066;
    height: 8px;
    width: 56px;
    border: none;
    cursor: pointer;
    border-radius: 16px;
    margin-left: 1%;
}

#whyLoveSNSCarousel {
    display: none;
}



@media(max-width:1200px) {
    #whyLoveSNS {
        display: none !important;
    }

    #whyLoveSNSCarousel {
        display: block !important;
        margin-top: -10%;
        padding-top: 7%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: #F8F9FA;
    }
}



.whyLoveSNSDivCarousel {
    font-family: "anekdevanagari-regular", sans-serif;
    font-weight: 900;
    color: #262261;
    font-size: 1.5em;
    text-align: center;
}

    .whyLoveSNSDivCarousel span {
        color: #FF795C;
    }



.carousel-indicators button:not(.active) {
    background-color: #12133B;
    height: 8px;
    width: 24px;
    border-radius: 11px;
    opacity: 100000;
    border: none;
    cursor: pointer;
    margin-left: 1%;
}



div.row {
    margin: 0px;
    padding: 0px;
}
