@font-face {
  font-family: 'CormorantGaramond-Bold';
  src: url('CormorantGaramond-Bold.ttf')  format('truetype'),      
}
@font-face {
  font-family: 'CormorantGaramond-Regular';
  src: url('CormorantGaramond-Regular.ttf')  format('truetype'),      
}
/*
.bg-img{
	background-image: url("../img/modal_image.jpg");
	background-size: cover;
	height: -webkit-fill-available;
	position: relative;
}*/
body { 
	background: url("../img/bg.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.logo .ws-logo{
    width: 100%
}
.mb-logo{
	display:none;
}

.comming-text {
	color: #ffffff;
	font-size: 26px;
	margin-top: 30px;
	font-family: "CormorantGaramond-Bold"
}
.bg-img button{
	margin: 30px;
	background: rgba(255,255,255,0.7);
	border: none;
	border-radius: 25px;
	padding: 10px 30px;
	font-size: 20px;
		font-family: "CormorantGaramond-Bold"
}

.bg-img button:hover{
	background-color: rgba(255,255,255,0.7); 
}
.bg-img button:focus{
	background-color: rgba(255,255,255,0.7) !important; 
}
.bg-img button:active{
	background-color: rgba(255,255,255,0.7) !important; 
}
.logo-text.text- {
    margin-top: 12%;
}

body {
        position: fixed;
    height: 100vh;
    width: 100%;
    display: table;
    margin: 0;
    overflow: hidden;

    }
    *, ::after, ::before {
    box-sizing: border-box;
}
    .inner_continer {
    	width:100px;
    	
    	vertical-align: middle;
    	display: table-cell;
    	text-align: center;
    	 

    }
.content {
	width: 500px;
	height: auto;
	margin:auto;position: relative;
}
.content img {
	width:200px;
}
button {
    margin: 30px 0;
	color:#ffffff;
    background: rgba(226,186,72,1);
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 20px;
    font-family: "CormorantGaramond-Bold";
}

button:hover {
     
	color:#ffffff;
    background:#c5ab34;
    border: none;
     
}
.lineone {
    width: auto;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 167px;
    bottom: 0;
    left: -100vw;
    right: 298px;
}
.linetwo {
	width: auto;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 168px;
	bottom: 0;
	right: -100vw;
	left: 311px;
}
@media(max-width:813px){
	.content {
	width: 320px;
	height: auto;
	margin:auto;position: relative;
}
.content img {
	width:230px;
}
.lineone {
    width: auto;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 120px;
    bottom: 0;
    left: -100vw;
    right: 264px;
}
.linetwo {
    width: auto;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 123px;
    bottom: 0;
    right: -100vw;
    left: 271px;
}
button {
    margin: 10px 0;
    background: rgba(255,255,255,0.7);
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 20px;
    font-family: "CormorantGaramond-Bold";
}
}