body
{
    background-color: rgb(225 231 255 / 82%);
}

.justify_center
{
    justify-content: center !important;
}

.main
{
    position: relative;
    top: 7vh;
    left: 0px;
    padding-bottom: 13vh;
}

.padding_top
{
    padding-top: 10px;
}

.padding_arround
{
    padding: 10px !important;
}

.bg, .bgdiv
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.bg
{
    opacity: 0.3;
    filter: blur(5px);
}

.bgdiv
{
    background-color: rgb(183 189 230 / 49%);
}

.line-height2
{
    line-height: 2;
}

.img_styl1
{
    margin: -4vh 0px;
    max-width: 78%;
    border-radius: 20px;
    box-shadow: 0 0 24px 7px #ffffff;
}

.img_styl2
{
    max-width: 84%;
    /* transform: translate(0px, 39px); */
    margin: -5vh 0px;
}

.img_styl3
{
    max-width: 84%;
    /* transform: translate(0px, 39px); */
    margin-top: -20vh;
}

/* .img_styl2:hover
{
    position: fixed;
    top:50px;
    width: 100%;
} */
.sec_style1, .sec_style2, .sec_style3, .sec_style4
{
    border-radius: 20px;
    backdrop-filter: blur(8px);
}

.sec_style1
{
    background-color: #bec7e64a;
    box-shadow: inset 0 0 20px 10px #6e73a16e;
}

.sec_style2
{
    background-color: rgb(53 51 153 / 13%);
    box-shadow: inset 0 0 39px #05053e8f;
}

.sec_style3
{
    background-color: rgb(53 51 153 / 13%);
    box-shadow: 0 0 39px #8282ffa7;
    border-radius: 50%;
    padding: 81px 0px;
}

@keyframes d_top
{
    0%
    {
        margin-top: 90vh;
    }

    100%
    {
        margin-top: 0vh;
    }
}

@keyframes ltr
{
    20%
    {
        margin-left: -40vw;
    }

    100%
    {
        margin-left: 0vw;
    }
}

@keyframes rtl
{
    20%
    {
        margin-right: -40vw;
    }

    100%
    {
        margin-right: 0vw;
    }
}

.move_from_left
{
    animation: ltr 1s forwards;
}

.move_from_right
{
    animation: rtl 1s forwards;
}

.move_dowen_top
{
    animation: d_top 0.5s;
}

@media (orientation: portrait) 
    {

        .fotter
        {
            position: relative !important;
        }

        .links
        {
            position: relative;
            right: 0;
        }
        .row 
        {
        flex-direction: column !important;
     }
    }

@media  (max-width: 576px)
{
    .media_padd_top
    {
        padding-top: 2vh;
    }
}