/* 
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@400;500;800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
/* body{font-family: 'Montserrat', sans-serif; background-color: #111319 !important;} */

.c-soon-sec{width: 100%; float: left; display: flex; justify-content: center; background-color:#1E1E1E;height: 100vh;
  align-items: flex-end; /*padding:18% 0 2% 0;*/}
.c-soon-sec::after{content:' ';display:inline-block;background:url(../images/bg-new.png) no-repeat center center;width:100%; position:absolute;height:50vh;bottom:0;}
.c-soon-in{width: 100%; float: left;display: flex; justify-content: center;flex-wrap: wrap; z-index: 9;}
.c-soon-img{width: 100%; float: left; display: flex;  justify-content: center;}
.c-soon-img img{max-width: 100%; }
.c-soon-title{width: 100%; float: left;margin:6% 0;}
.c-soon-title h2{ color: #FF8200; font-size:22px; text-align: center; font-weight: 400; text-transform: uppercase; letter-spacing:12px;}
.c-soon-cont{width:100%; float: left; flex-wrap: wrap;position: relative;}
.c-soon-cont h2{width: 100%; float: left; color: #fff; font-size:22px; text-align: center; font-weight:600;  }
.c-soon-cont a{width: 100%;margin-top: 8px; float: left; color: #fff; font-size:20px; text-decoration: none; text-align: center; font-weight:400; margin-bottom:35px;}
/* 
.c-soon-cont::after { content: ""; background-color: #FF8200; width: 60px; height:1px; position: absolute; left:261px; top:48%;} */
.c-soon-cont hr{width:50px; margin: 0px auto; border-bottom: solid 1px #FF8200; text-align: center;margin-bottom:35px; }