body{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
.BoxComming{
    position: relative;
    width: 100%;
    height: 100vh;
     overflow: hidden;
     background-image: url(../imgaes/bg.png);
     background-position: center;
     background-size: cover;
}
.BoxComming .Image_BG{
    display: block;
    width: 100%;
    height: 100%;
}
.BoxComming .Image_BG img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.BoxComming .DataLayer{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}
.BoxComming .DataLayer .leftsideimage{
    display: block;
    width: auto;
    height: 100%;
    overflow: hidden;
}
.BoxComming .DataLayer .leftsideimage img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.BoxComming .DataLayer .rightSideData{
    display: block;
    height: 100%;
    padding-top: 50px;
}
.BoxComming .DataLayer .rightSideData .logoImage{
    display: block;
    width: auto;
    margin: auto;
    height: 175px;
    margin-bottom: 50px;
}
.BoxComming .DataLayer .rightSideData .logoImage img{
    display: block;
    width: max-content;
    height: 100%;
    margin: auto;
}
.BoxComming .DataLayer .rightSideData .commingImage{
    display: block;
    width: auto;
    margin: auto;
    height: 175px;
    margin-bottom: 50px;
}
.BoxComming .DataLayer .rightSideData .commingImage img{
    display: block;
    width: max-content;
    height: 100%;
    margin: auto;
}
.BoxComming .DataLayer .rightSideData .SocialLinks{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.BoxComming .DataLayer .rightSideData .SocialLinks a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
color: #e2332d;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
.BoxComming .DataLayer .rightSideData .SocialLinks a:hover{
background: #e2332d;
color: #fff;
}

@media (max-width: 991px){
    .leftsideimage{
    
    }
    .h-100 {
        height: auto !important
    }
    .BoxComming .DataLayer .rightSideData .logoImage {
width: 55%;
        margin: auto;
        height: auto;
    }
    .BoxComming .DataLayer .rightSideData .logoImage img{
        width: 100%;
        height: auto;
    }
    .BoxComming .DataLayer .rightSideData .commingImage{
        width: 40%;
        margin: 20px auto;
        height: auto;
    }
    .BoxComming .DataLayer .rightSideData .commingImage img{
         width: 100%;
        height: auto;
    }
    .BoxComming {
    height: 100vh;
    overflow: auto;
        background-position: right;
    }
    .BoxComming .DataLayer .rightSideData{
        padding: 30px 0;
    }
    /* .order-xs-2{
        order: 2 !important;
    } */

    .BoxComming .DataLayer .leftsideimage {
    width: 260px;
}
}