.svg-popup-content{
	padding: 30px 15px;	
	background-color: #fff;
border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 3px 7px #dee2e6, inset 0 1px rgb(237 237 237 / 85%), inset 0px 1px 1px 1px rgb(237 237 237 / 85%);	border-radius: 20px;
	width: 320px;margin-top: 5px;
}
.svg-popup-content .svg-popup-close{
	cursor: pointer;
	position: absolute;
	top: -20px;
	right: -0px;
	width: 40px;
	height: 40px;
	background-color: #111;
	font-size: 16px;
	color: #ffffff;
	line-height: 41px;
	text-align: center;
	border-radius: 50%;
}
.svg-popup-content.svg-popup-max-height .svg-popup-close{
	top: 5px;
	right: 5px;
}


.main-title {
	background-color: #2cbc99;
	position: relative
}

.main-title h1 {
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
	font-family: 'OpenSansLight';
	font-weight: 100;
	font-size: 44px;
	line-height: 125px;
	min-height: 135px;
	position: relative
}

.main-title h1:before {
	position: absolute;
	content: '';
	bottom: -39px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0;
	border-color: #2cbc99 transparent transparent
}

.title-plagin {
	font-size: 32px;
	padding-left: 30px;
	border-left: 5px solid #fcbf02;
	    font-family: 'worldwideweb',englishfont;

}
@font-face {
    font-family:englishfont;
    src: url('./englishfont.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size:16px;
}
.svg-popup-content p a{
	color: #fcbf02;
	border-bottom: #111;        font-family: 'salesandmarketing',timesnewroman;
	line-height: 30px;

}
.plagin-content{
	max-width: 728px;
	margin: 0 auto;
}

.demo-wrap{
	margin: 60px 0;
}

.demo-wrap .demo-item {
	display: inline-block;
	width: 32%;
	padding: 5px;
	position: relative;
	margin-left: 6px;
	margin-bottom: 6px;
}

.demo-wrap .demo-item:nth-child(3n+0) {
	margin-left: 0
}
@font-face {
    font-family:salesandmarketing;
    src: url('./salesandmarketing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size:16px;
}
.demo-wrap .demo-item:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px #999;
	box-shadow: 1px 1px 6px #999;
	z-index: -1;
	-webkit-border-radius: 8px;
	border-radius: 0px
}

@font-face {
    font-family:worldwideweb;
    src: url('./worldwideweb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size:16px;
}
.demo-wrap .demo-item img {
	width: 100%;
	height: auto
}
.button {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	padding: 5px 15px;
	background-color: #ffffff;
	color: #000;
	outline: none;
	-webkit-box-shadow: 3px 3px 15px #666;
	box-shadow: 3px 3px 15px #666;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s,-webkit-box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border: 3px solid red;
}
.demo-wrap .demo-item .demo-btn {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	padding: 5px 15px;
	background-color: #ffffff;
	color: #000;
	outline: none;
	-webkit-box-shadow: 3px 3px 15px #666;
	box-shadow: 3px 3px 15px #666;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s,-webkit-box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border: 3px solid red;
}

.demo-wrap .demo-item .demo-btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
