﻿.gradientButton, .signupNow {
    border: none;
    padding: 2.5% 4% 2.5% 4%;
    background-color: #FF795C;
    color: white;
    font-family: "anekdevanagari-regular", sans-serif;
    font-size: 1.1em;
}

    .gradientButton:hover, .signupNow:hover {
        border: none;
        padding: 2.5% 4% 2.5% 4%;
        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;
    }


.divContainer {
    display: flex;
    justify-content: center;
    padding-top: 8%;
    margin-bottom: -5%;
    background-color: #F8F9FA;
}

#firstBox {
    margin-top: 6%;
}



#secondBox {
    margin-top: -12% !important;
    justify-self: center;
    width: 40%;
}



.howSNSWorksDiv {
    font-family: "anekdevanagari-regular", sans-serif;
    font-weight: 900;
    color: #262261;
    font-size: 3.881em;
    letter-spacing: 1.5px;
    text-align: center;
}

    .howSNSWorksDiv span {
        color: #FF795C;
        margin: 0 15px 0 15px;
    }



.itsSimpleDiv {
    justify-content: right;
    display: flex;
    font-family: "anekdevanagari-regular", sans-serif;
    color: #626887;
    letter-spacing: 0.5px;
    font-size: 2.425em;
    font-weight: 400;
}



.gradientButtonDiv {
    justify-content: right;
    display: flex;
    margin-top: 5%;
    white-space: nowrap;
}



@media(max-width:1200px) {
    .divContainer {
        display: grid;
        justify-content: normal !important;
        padding-top: 8%;
        margin-bottom: 8%;
        background-color: #F8F9FA;
    }


    .howSNSWorksDiv {
        font-family: "anekdevanagari-regular", sans-serif;
        font-weight: 900;
        color: #262261;
        font-size: 2.5em;
        letter-spacing: 1.5px;
        text-align: center;
    }


    #firstBox {
        margin-top: 6%;
        display: grid;
        justify-items: center;
    }


    .fstBoxBtn {
        display: none !important;
    }


    .scndBoxBtn {
        justify-content: center;
        display: flex !important;
        margin-top: -4% !important;
    }

    .gradientButton {
        border: none;
        padding: 2.5% 9% 2.5% 9% !important;
        background-color: #FF795C;
        color: white;
        font-family: "anekdevanagari-regular", sans-serif;
        font-size: 1.2em;
    }


        .gradientButton:hover {
            border: none;
            padding: 2.5% 9% 2.5% 9% !important;
            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;
        }

    #secondBox {
        width: 100%;
    }
}




@media(max-width:1309px) {
    .itsSimpleDiv {
        justify-content: center;
        display: flex;
        font-family: "anekdevanagari-regular", sans-serif;
        color: #626887;
        letter-spacing: 0.5px;
        font-size: 2.425em;
        font-weight: 400;
    }

    .gradientButtonDiv {
        justify-content: center;
        display: flex;
        margin-top: 5%;
        white-space: nowrap;
    }
}

.scndBoxBtn {
    justify-content: center;
    display: none;
}


.howSNSWorksImg {
    margin-bottom: -5%;
}
