﻿.divContainerSNS {
    display: flex;
    justify-content: center;
    background:#F8F9FA;
    direction: ltr !important;
}

#secondBoxSNS {
    margin-top: 2%;
    direction: rtl;
    margin-right: 8%;
}



#firstBoxSNS {
    margin-top: 0% !important;
}



.featureBlock p {
    font-family: 'tajawal-regular';
    font-size: 1.2em;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
}



.featureBlock {
    display: flex;
    margin-top: -10px;
}



.downloadSNSFeatures {
    margin-top: 2%;
    margin-bottom: 1%;
}



.downloadSNS {
    font-family: 'tajawal-bold';
    font-weight: 900;
    color: #262261;
    font-size: 3.2em;
    letter-spacing: 1.5px;
}

    .downloadSNS span {
        color: #FF795C;
        margin: 0px 5px 0 5px;
    }



.experienceSNS {
    justify-content: right;
    display: flex;
    font-family: 'tajawal-regular';
    letter-spacing: 0.5px;
    font-size: 1.4em;
    margin-top: 3%;
}





.downloadButtons {
    margin-top: 3%;
}



    .downloadButtons img {
        width: 170px;
        margin-right: 1%;
        cursor: pointer;
    }




@media(max-width:1200px) {
    .divContainerSNS {
        display: grid;
        padding-top: 8%;
        padding-bottom: 8%;
        justify-items: center;
    }


    .downloadSNS {
        font-family: 'tajawal-bold';
        font-weight: 900;
        color: #262261;
        font-size: 2em;
        letter-spacing: 1.5px;
        text-align: right;
    }


    #secondBoxSNS {
        margin-top: 2%;
        display: grid;
        justify-items: right;
        margin-right: 0 !important;
        padding:5% 2%;
    }


    #firstBoxSNS {
        width: 100%;
    }


    .experienceSNS {
        justify-content: right;
        display: flex;
        font-family: 'tajawal-regular';
        letter-spacing: 0.5px;
        font-size: 1.4em;
        margin-top: 10%;
        text-align: right;
        color: #262261;
        margin-bottom: 8%;
    }


    .downloadSNSFeatures {
        margin-top: 2%;
        margin-bottom: 1%;
        display: grid;
        
    }


    .downloadButtons {
        display: flex;
        justify-content: center;
    }
}


@media(min-width:1200px) {
    .downloadSNS {
        white-space: nowrap;
        font-family: 'tajawal-bold';
        font-weight: 900;
        color: #262261;
        font-size: 3.2em;
        letter-spacing: 1.5px;
    }


    #firstBoxSNS div {
        display: flex;
        justify-content: center;
        margin-left: 10%;
    }

    #imgDiv {
        overflow: hidden;
    }

    #myImg {
        margin-bottom: 60px;
    }

    #firstBoxSNS {
        width: 65% !important;
    }
}
