.coming-soon-container{
    width: 100%;
    padding: 112px;
    padding-top: 255px;
    padding-bottom: 180px;
    /* background-color: #FDF3F5; */
    background-image: url("../Image/coming-soon-background.png");
    /* background-position:80%; */
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 655px; */
    display: flex;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
}
.coming-soon-inner-section{
    display: flex;
    flex-direction: column;
    /* gap: 60px; */
    align-items: center;
    /* justify-content: center; */
}
.coming-soon-heading{
    color:#CE261B;
    font-family: Inter;
    font-size: 60px;
    font-weight: 800;
    /* line-height: 78px; */
    /* text-align: center; */
    text-transform: uppercase;
}
.coming-soon-description{
    font-family: Inter;
    font-size: 32px;
    font-weight: 370;
    /* line-height: 100px; */
    /* text-align: center; */
    word-spacing: 2px;
}
.Backbutton .cta23-back{
    /* width: Hug (103px)px;
height: Fixed (42px)px;
top: 13px;
left: 1075px; */
padding: 11px 34px 11px 34px;
gap: 10px;
border-radius: 30px;
opacity: 0px;
background-color: #CE261B;
color:#FFFFFF;
/* top: 70px;
position: relative; */
font-size: 15px;
font-weight: 100;
/* height: 70%; 
width:65%; */
}
.Backbutton{
    padding-top: 75px;
}
.Backbutton :hover{
    cursor: pointer;
}
.back-arrow{
    width: 35%;
    /* height: 10%; */
}
.container-coming-soon-two-inner-section{
    width: 100%;
    padding: 40px;
    background-color: #CE261B;
    /* height: 655px; */
    display: flex;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.logo-icon-socials-coming-soon{
object-fit: cover;
width: 15%;
}
.container-coming-soon-two-title{
    font-family: Inter;
    font-size: 13px;
    font-weight: 200;
    /* line-height: 100px; */
    text-align: center;
    word-spacing: 2px;
    color:#FFFFFF;
}

