/* Author: OpenSplit, Mischa Jegerlehner */

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	height: 100%;
	cursor: default;
	font-family: helvetica,sans-serif;
	overflow-x: hidden;
    overflow-y: scroll;
	background: #282828;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #888888; }
::-webkit-scrollbar-thumb:hover { background: #555555; }

.-center-wrap {
	width: 100vw;
}
.-center-wrap div:nth-child(1) {
	text-align: center;
	margin: 0 auto;
}

/* SDK Promo */
#opensplit-skd-promo {
	width: 100vw;
    text-align: center;
    background: white;
    padding: 45px 0px;
	padding-bottom: 60px;
    margin: 25px 0px;
	margin-top: 50px;
}

#sdk-promo-title {
	color gray;
	font-size: 28px;
	padding: 5px 0px;
	font-size: 28px;
    font-weight: bold;
}

.sdk-promo-subtitle {
    font-size: 20px;
}

#sdk-promo-img {
	width: 95%;
    max-width: 1400px;
}

/* Main Content Style */
#main-content {
	width:100vw;
	min-height: 2600px;
	background-image: linear-gradient(135deg, rgb(34,193,195) 0%, rgb(253,187,45) 70%, rgb(253,187,45) 45%, rgb(34,193,195) 10%);
	background-image: linear-gradient(135deg, rgb(34,193,195) 0%, rgb(45 ,53,253) 70%, rgb(253,187,45) 45%, rgb(34,193,195) 10%);
}

@keyframes gradient-anim {
	0% { background-position: left }
	100% { background-position: right }
}

#main-content-wrap {
    display: flex;
    justify-content: center;
}

#main-content-wrap .main-content-e {
    float: left;
	padding: 0.0vh;
}

#canvas {
	height: 375px;
    width: 755px;
    margin-top: 10px;
    margin-bottom: 70px;
    margin-left: -50px;
    margin-right: -200px;
}

#searchbar-linker {
	width: -webkit-fill-available;
	margin-top: 12px;
}

#searchbar-linker-wrap {
	background: white;
    height: 65px;
    width: fit-content;
    margin: 0 auto;
	border-radius: 5px;
}

#searchbar-linker-wrap select {
	padding: 15px;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 21px;
    float: left;
    margin: 5px;
}

#searchbar-linker-wrap input {
	padding: 15px;
    border: none;
    font-size: 21px;
    width: 585px;
    padding-top: 15px;
    padding-left: 15px;
    float: left;
    margin: 5px;
    margin-left: 25px;
    margin-right: 25px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#searchbar-linker-wrap input:focus {
	 outline: none;
	 border-bottom: 1px solid gray;
 }


#searchbar-linker-wrap button {
	padding: 8px;
    padding-bottom: 9px;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 21px;
    width: 135px;
    margin-left: -5px;
    float: left;
    background: #2b439d;
    color: white;
    transform: translate(-2px, 0px);
    cursor: pointer;
    transition: filter .5s;
    border-radius: 5px;
    margin: 12px;
}

#searchbar-linker-wrap button:hover {
	filter: brightness(1.2);
}

#popular-links {
	width: -webkit-fill-available;
    text-align: center;
    transform: translate(0px, -10px);
}

.popular-links-container {
	padding: 25px 0px;
    color: white;
    margin: 12px;
    font-size: 23px;
    box-shadow: 0px 5px 10px #00000035;
	transition: box-shadow .4s;
	border-radius: 10px;
	background: black;
	background-repeat: no-repeat;
}
.popular-links-container:hover {
	transition: box-shadow .4s;
	box-shadow: 0px 5px 10px #00000080;
}

.popular-links-container.model {
	background-size: 300px;
	    background-position: 255px -205px;
}
.popular-links-container.sound {
	background-size: 280px;
    background-position: 255px -25px;
}

.popular-links-text {
    padding: 10px;
    width: 200px;
    text-align: left;
    padding-left: 20px;
}


#popular-links a {
	width: 550px;
    margin: 25px auto;
    display: inline-block;
    text-decoration: none;
}

.homepage-title {
	color: white;
    font-size: 42px;
    text-align: left;
    letter-spacing: 4px;
    padding: 25px;
    max-width: 545px;
    margin-top: 85px;
}

.hompage-subtitle {
	color: white;
    font-size: 42px;
    text-align: center;
    letter-spacing: 4px;
    padding: 25px;
    max-width: 545px;
	margin: 0 auto;
}

.homepage-title .special {
	color: yellow;
}

#updates-link {
	text-decoration:none;
	color:white;
}
#updates-link:hover {
	text-decoration:underline;
}

#homepage-section-wraper {
	width: -webkit-fill-available;
    height: auto;
    background: #f8f8f8;
    padding: 80px 0px;
    padding-top: 60px;
    margin-top: 115px;
}

#homepage-section-wraper .homepage-section-2 {
	width: -webkit-fill-available;
    height: 215px;
    background: #caf4d082;
    text-align: center;
}

#homepage-section-wraper .wrap img {
	width: 45px;
    opacity: 0.5;
    margin: 0px 108px;
}

#homepage-section-wraper .wrap div {
	display: inline-block;
    padding: 10px;
    width: 247px;
}

#wrap-title {
	padding: 24px;
    font-size: 24px;
    color: #34b2ff;
    margin-bottom: 10px;
	padding-top: 25px;
}

.homepage-section {
	width: -webkit-fill-available;
	text-align: center;
	min-height: 300px;
}

#homepage-card-container {
	display: flex;
    justify-content: center;
    margin-top: -75px;
    transform: translate(0px, 120px);
}

#homepage-card-container > div {
	width: 475px;
    height: 285px;
    padding: 25px;
    background: #f8f8f8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px #51515151;
    margin: 15px;
}

#homepage-card-container .title {
	text-align: center;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 30px;
}

#homepage-card-container .wrap {
	text-align: center;
}

#homepage-card-container .wrap img {
	width: 125px;

}

#homepage-card-container .wrap div {
	padding:10px;
	font-size:20px;
}

#homepage-card-container .wrap ul {
	text-align: left;
    font-size: 20px;
    margin-top: 9px;
}

#homepage-card-container .wrap li {
	padding:10px;
}

#homepage-card-container a {
	float: right;
	color:#199aea;
	margin: 15px;
	margin-top: 30px;
}

#general-info {
	display:none;
}
#upgrade-info {
	display:none;
}
#job-info {
	display:none;
}
#solution-info {
	display:none;
}

.info-text-box {
	text-align: left;
	transform: translate(0px,-15px);
	margin-bottom:10px;
}

#upgrade-register {}

.upgrade-register {
	padding: 10px;
	margin-top: 20px;
	width: 295px;
	font-size: 20px;
	border-radius: 3px;
	background: #009688;
	border: 1px solid #009688;
	transition: background 0.5s;
	color: white;
	cursor: pointer;
}

.upgrade-register:hover {
	background: #00ac9c;
}


#join-for-free-button {

}

.join-for-free-btn {
	float: left;
    background: #02be6e;
    padding: 10px 25px;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 25px;
	font-weight: bold;
	transition: filter .3s;
	cursor: pointer;
}

#view-plans-button {
	float: left;
    background: orange;
    padding: 10px 15px;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 10px;
	font-weight: bold;
	transition: filter .3s;
	cursor: pointer;
}

#join-for-free-button:hover {
	filter: brightness(0.9);
}

#view-plans-button:hover {
	filter: brightness(0.9);
}

#plans-wrapper .plans-fixed-charges {
	font-size:14px;
	color:gray;
	margin:0px;
	margin-top:-15px;
}

/* Pricing Plans */

#plans-wrapper {
	width: fit-content;
    margin: 0 auto;
    /* background: #f8f8f8; */
	padding:25px;
}

#plans-title {
	font-size: 42px;
    color: white;
    letter-spacing: 4px;
    margin: 30px;
    margin-bottom: 10px;
    padding-top: 150px;
    color: #34b2ff;
	transform: translate(0px, 10px);
}

#plans-description {
	font-size: 22px;
    color: white;
    margin: 0 auto;
    width: 950px;
    margin-top: 35px;
    color: black;
	transform: translate(0px, 10px);
}

#plans-wrapper .card {
	float: left;
    padding: 25px 0px;
    min-height: 200px;
    background: #f8f8f8;
    box-shadow: 0px 10px 18px #222222;
    width: 335px;
    margin: 10px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #f8f8f8;
	margin-top: 80px;
}

#plans-wrapper .card button {
    padding: 10px;
    margin-top: 20px;
    width: 295px;
    font-size: 20px;
    border-radius: 3px;
	background: #009688;
	border: 1px solid #009688;
	transition: background 0.5s;
	color: white;
	cursor: pointer;
}

#plans-wrapper .card button:hover {
	background: #00ac9c;
}

#plans-wrapper .card .make {
	border: 1px solid #ffffff;
    color: #ffffff;
}

#plans-wrapper .card .send {
	border: 1px solid #ffffff;
    color: #ffffff;
	background: #333232;
}
#plans-wrapper .card .send:hover {
	background: #474747;
}

#plans-wrapper .card.developer {
    background: #009688;
	color:white;
	border: none;
	border-bottom: 2px solid #009688;
}

#plans-wrapper .card.enterprice {
	background: #333232;
	border: none;
	border-bottom: 2px solid #333232;
	color: white;
}

#plans-wrapper .card .price {
	text-align: center;
    font-size: 20px;
    background: #b9dfdc;
    padding: 10px;
    margin-top: 15px;
}

#plans-wrapper .card .price.developer {
	background: #f8f8f8;
	color: black;
}

#plans-wrapper .card .quote {
	text-align: center;
    font-size: 20px;
    background: #444444;
    padding: 10px;
    margin-top: 15px;
    color: white;
}

#plans-wrapper div {
	font-size: 28px;
    padding-bottom: 15px;
	border-bottom: 1px solid gray;
}

#plans-wrapper p {
	font-size: 20px;
	text-align: left;
	padding: 0px 10px;
	text-align: center;
}

/* Engine Usage */

#engine-useage-wrap {
	text-align: center;
	background: #f8f8f8;
}

#engine-useage-wrap .title {
	font-size: 24px;
	color: #34b2ff;
	transform: translate(0px, 30px);
}

#engine-useage-wrap .link {
	text-align: right;
    width: 740px;
    margin: -33px auto;
    transform: translate(-5px, 30px);
}

#engine-useage-wrap a {
	color:#199aea;
}

.engine-usage {
	transform: translate(0px, 30px);
	text-align: left;
    margin: 0 auto;
    height: 90px;
    width: 705px;
    color: #cfcfcf;
    margin-top: 25px;
    font-size: 17px;
    background: #000000;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    display: inline-block;
    border: 10px solid #000000;
    line-height: 25px;
    cursor: text;
}
.engine-usage::selection {color: red; background: yellow; }
.syntax-0 { color: #c8c8c8; display: inline-block; line-height:40px; user-select: none; }
.syntax-1 { color: #ffae00; display: inline-block; }
.syntax-2 { color: #82c655; display: inline-block; }
.syntax-3 { color: #de6060; display: inline-block; }
.syntax-1::selection { color: red; background: yellow; }
.syntax-2::selection { color: red; background: yellow; }
.syntax-3::selection { color: red; background: yellow; }

#plans-separator {
	transform: translate(0px,120px);
	margin: 0px 10%;
}
.code-title span {
	display: none;
}
.code-title:after {
	content: 'Embed OpenSplit Engine Quick & Easy';
}
.code-comment span {
	display: none;
}
.code-comment:after {
	content: '// Display Models On Your Own Website By Using The Code Below In Your HTML';
}
.code-short {
	display: inline-flex;
    word-wrap: break-word;
    flex-direction: column;
    flex-wrap: nowrap;
}
/* .code-short:after {
	content: 'https://cdn.opensplit.com/engine/opensplit.engine.js';
} */
.code-br {
	display: none;
}
.feature-card-title {
	font-size:24px;
}
#join-buttons {

}

#editor-preview-txt {
	padding: 25px;
	font-size: 25px;
}

#editor-preview-img {
	min-width: 300px;
	width: 80%;
	max-width: 1000px;
}

/* Responsive Design */
@media only screen and (max-width: 1700px) {
	.code-br {
		display: none;
	}
	#plans-wrapper .card {
		width: 300px;
	}
	#plans-wrapper .card button {
		width: 265px;
	}
	#plans-wrapper div {
		font-size:26px;
	}
	#plans-wrapper p {
		font-size:18px;
	}
	#canvas {
		width:700px;
	}
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1550px) { /* triggers at 1549px */
	#main-content {
		min-height: 2950px;
	}
	/* Features Cards */
	#homepage-card-container > div {
		width: 445px;
		height:265px;
		padding: 20px;
		padding-top: 25px;
	}
	#homepage-card-container .title {
		font-size: 26px;
	}
	#homepage-card-container .wrap div {
		font-size: 18px;
	}
	#homepage-card-container .wrap ul {
		font-size: 18px;
	}
	/* Plans Cards */
	#plans-wrapper .card {
		width: 335px;
		margin-top: 30px;
	}
	#plans-wrapper .card.standard {
		margin-top: 80px;
	}
	#plans-wrapper .card.pro {
		margin-top: 80px;
	}
	#plans-wrapper .card button {
		width: 295px;
	}
	#plans-wrapper div {
		font-size:28px;
	}
	#plans-wrapper p {
		font-size:20px;
	}
	#plans-wrapper .card.developer {
		clear: both;
	}


}
@media only screen and (max-width: 1200px) {
	#main-content {
		min-height: 2780px;
	}
	.homepage-title {
		font-size: 38px;
	}
	#canvas {
		width:400px;
		height:300px;
		margin-left: -10px;
		margin-right: -50px;
	}
	#plans-description {
		font-size:20px;
	}
	#plans-title {
		font-size: 32px;
	}
	.popular-links-container {
		font-size: 18px;
    	margin-bottom: 50px;
	}
	#popular-links a {
	    width: 475px;
		height: 90px;
	}
	#popular-links {
		transform: translate(0px, -20px);
	}
	#homepage-card-container {
		margin-top: -80px
	}
	#homepage-card-container > div {
		width: 400px;
		height: 240px;
	}
	#homepage-card-container .title {
		font-size: 23px;
	}
	#homepage-card-container .wrap ul {
		font-size: 17px;
	    margin-top: -5px;
	}
	#homepage-card-container .wrap div {
		font-size: 17px;
	}
	#homepage-card-container .wrap img {
		width: 120px;
	}
	#searchbar-linker-wrap {
    	height: 59px;
	}
	#searchbar-linker-wrap button {
		font-size: 18px;
		width: 120px;
	}
	#searchbar-linker-wrap select {
		font-size: 18px;
	}
	#searchbar-linker-wrap input {
		font-size: 18px;
		width: 560px;
	}
}
@media only screen and (max-width: 1100px) {
	#main-content {
		min-height: 2700px;
	}
	#canvas {
		width: 300px;
		height: 250px;
		margin-left: -5px;
		margin-right: -15px;
	}
	.homepage-title {
		font-size: 32px;
		max-width: 450px;
		margin-top: 60px;
	}
	.join-for-free-btn {
		font-size: 13px;
	}
	#view-plans-button {
		font-size: 13px;
	}
	#plans-wrapper .card {
		width: 300px;
	}
	#plans-wrapper .card button {
		width: 265px;
	}
	#plans-wrapper div {
		font-size:26px;
	}
	#plans-wrapper p {
		font-size:18px;
	}
	/* Feature Cards */
	#homepage-card-container > div {
		width: 360px;
		height: 200px;
	}
	#homepage-card-container .wrap img {
		width: 100px;
	}
	#homepage-card-container .wrap {
		margin-top: -21px;
	}
	#homepage-card-container .wrap ul {
		font-size: 15px;
		margin-top: -1px;
		margin-left: -5px;
	}
	#homepage-card-container .wrap div {
		font-size: 15px;
		margin-top: 15px;
	}
	#searchbar-linker-wrap input {
		font-size: 18px;
		width: 450px;
	}
	.popular-links-container {
		padding: 20px 0px;
	}
	#popular-links a {
	    width: 425px;
	    height: 75px;
	}
	.popular-links-container.model {
		background-size: 280px;
		background-position: 200px -215px;
	}
	.popular-links-container.sound {
	    background-size: 240px;
	    background-position: 200px -25px;
	}
	.popular-links-text {
	    padding: 10px;
	    width: 200px;
	    text-align: left;
	    padding-left: 20px;
	}
	.popular-links-container {
	    font-size: 16px;
	}
	#plans-title {
		font-size: 32px;
		padding-top: 100px;
	}
	#plans-description {
		font-size: 20px;
		width: 700px;
	}
}
@media only screen and (max-width: 910px) { /* triggers at 909px */
	#main-content {
	    min-height: 2870px;
	}
	.homepage-title {
		font-size: 24px;
		max-width: 350px;
	}
	#searchbar-linker {
		margin-top: -15px;
	}
	#searchbar-linker-wrap {
		height: 52px;
	}
	#searchbar-linker-wrap select {
		font-size: 17px;
		padding: 11px;
	}
	#searchbar-linker-wrap input {
		width: 375px;
		margin: 2px;
		margin-left: 15px;
	}
	#searchbar-linker-wrap button {
		font-size: 17px;
    	width: 100px;
		padding: 6px;
		padding-bottom: 6px;
		margin: 10px;
	}
	/* Feature Cards */
	#homepage-card-container {
		flex-direction: column !important;
		align-items: center !important;
		transform: translate(0px, 100px);
	}
	/* ThreeJS Engine */
	#homepage-section-wraper .wrap img {
		margin: 0px 5px;
	}
	#homepage-section-wraper .wrap div {
		width: 280px;
		padding: 10px 87px;
	}
	#wrap-title {
		padding: 20px;
		font-size: 17px;
		margin-bottom: 0px;
		padding-top: 20px;
	}
	#homepage-section-wraper .homepage-section-2 {
		height: 300px;
	}
	#main-content {
		min-height: 3500px;
	}
	#homepage-section-wraper {
		height: 225px;
	}
	#popular-links a {
	    padding: 0px 15px;
		height: 60px;
	}
	#popular-links {
	    transform: translate(0px, -40px);
	}
	#engine-useage-wrap .title {
		font-size: 22px;
		transform: translate(0px, 15px);
	}
	#plans-title {
		font-size: 26px;
	}
	#plans-description {
		font-size: 18px;
		width: 89vw;
		margin-top: 25px;
	}

	/* SDK Promo */
	#sdk-promo-title {
		font-size: 22px;
	}
	.sdk-promo-subtitle {
	    font-size: 16px;
	}
	#opensplit-skd-promo {
	    padding: 20px 0px;
	}
}

/* Mobile Verson */
@media only screen and (max-width: 750px) { /* triggers at 749px */
	/* Code Box */
	#engine-useage-wrap .title {
		transform: translate(0px, 25px);
	}
	.engine-usage {
		padding: 15px;
		padding-left: 50px;
		font-size: 15px;

	}
}
@media only screen and (max-width: 720px) { /* triggers at 719 */
	#plans-wrapper .card {
	    width: 92%;
	}
	#plans-description {
	    width: 89vw;
	}

	#main-content {
		min-height: 4400px;
	}

	/* Code Box */
	.code-title span {
		display: none;
	}
	.code-title:after {
		content: 'Embed OpenSplit Engine';
	}
	.code-comment span {
		display: none;
	}
	.code-comment:after {
		content: '// Display Models On Your Own Website';
	}
	/* .code-short span {
		display: none;
	}
	.code-short:after {
		content: '.../engine/opensplit.engine.js';
	} */
	.engine-usage {
		height: 130px;
		padding-top: 0px;
		line-height: 20px;
		margin-top: 20px;
		padding-bottom: 20px;
		padding-left: 100px;
		width: 100%;
		font-size: 16px;
	}
	.code-br {
		display: contents;
	}
}
@media only screen and (max-width: 680px) {
	.engine-usage {
	    padding-left: 80px;
	}
}
@media only screen and (max-width: 675px) {
	.engine-usage {
	    padding-left: 65px;
	}
}
@media only screen and (max-width: 650px) {
	.engine-usage {
	    padding-left: 50px;
	}
}
@media only screen and (max-width: 640px) {
	#main-content {
		background-image: linear-gradient(135deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 30%, rgba(253,187,45,1) 45%, rgba(34,193,195,1) 100%);
    	background-image: linear-gradient(135deg, rgba(34, 193, 195, 1) 0%, rgb(45, 53, 253) 70%, rgb(45 217 253) 45%, rgba(34, 193, 195, 1) 100%);
	}
	::-webkit-scrollbar {
		width: 0px;
	}
	.homepage-title {
		font-size: 27px;
		max-width: 318px;
    	margin: 5px auto;
	}
	#main-content {
		min-height: 4600px;
	}
	#canvas {
		width: 94%;
		margin-left: 5%;
		margin-bottom: 50px;
	}
	#join-buttons {
		width: 400px;
		margin: 0px auto;
	}
	#homepage-card-container {
		transform: translate(0px, 90px);
	}
	#main-content-wrap {
		flex-direction: column;
	}
	#searchbar-linker-wrap {
		height: 38px;
	}
	#searchbar-linker-wrap input {
		width: 140px;
		margin: 1px;
		margin-left: 5px;
		margin-right: 10px;
		padding: 5px;
		padding-top: 8px;
	}
	#searchbar-linker-wrap button {
		font-size: 15px;
	    width: 70px;
	    padding: 6px;
	    padding-bottom: 6px;
	    margin: 4px;
	}
	#searchbar-linker-wrap select {
		font-size: 15px;
		padding: 5px;
		background:#ffffff;
	}
	.popular-links-container {
		font-size: 13px;
		width: 400px;
	}
	/* Feature Cards */
	#homepage-card-container {
		clear: both;
	}
}

@media only screen and (max-width: 580px) {
	.engine-usage {
		padding-left: 40px;
	}
}
/* Engine Usage Sizes */
@media only screen and (max-width: 560px) {
	.engine-usage {
		padding-left: 30px;
		font-size: 15px;
		width: 90%;
	}
	/* ThreeJS Engine */
	#homepage-section-wraper .wrap div {
		padding: 10px 35px;
	}
}
@media only screen and (max-width: 550px) {
	.code-short {
	    width: 221px;
	}
	/* SDK Promo */
	#sdk-promo-title {
		font-size: 20px;
	}
	.sdk-promo-subtitle {
		font-size: 14px;
		text-align: left;
		padding-left: 15px;
	}
	#opensplit-skd-promo {
		padding: 10px 0px;
	}
}
@media only screen and (max-width: 440px) {
	.engine-usage {
		padding-left: 25px;
		font-size: 15px;
	}
	/* Feature Cards */
	#homepage-card-container > div {
		padding: 5px;
		padding-top: 20px;
		width: 296px;
		height: 235px;
	}
	#homepage-card-container .title {
		font-size: 21px;
	}
	#homepage-card-container .wrap {
		margin-top: -15px;
	}
	#homepage-card-container .wrap li {
		padding: 5px;
	}
	#homepage-card-container .wrap ul {
		margin-top: -5px;
	}
	#homepage-card-container .wrap div {
		margin-top: 20px;
	}
	#homepage-card-container .wrap img {
		width: 91px;
	}
	.homepage-section {
		margin-top: 10px;
	}

	#popular-links a {
	    width: 330px;
	    height: 50px;
	}
	.popular-links-container {
	    width: 305px;
	}
	.popular-links-container.model {
	    background-size: 220px;
	    background-position: 160px -150px;
	}
	.popular-links-container.sound {
	    background-size: 200px;
	    background-position: 160px -25px;
	}

	#plans-title {
		font-size: 30px;
		padding-top: 60px;
	}
	#plans-description {
		font-size: 16px;
		width: 90%;
	}
	#homepage-section-wraper .wrap div {
		width: 190px;
	}
	#homepage-section-wraper .wrap img {
		margin: 0px 83px;
	}
	#homepage-section-wraper .homepage-section-2 {
		height: 230px;
	}
	#plans-separator {
	    transform: translate(0px,60px);
	    margin: 0px 10%;
	}
	/* ThreeJS Engine */
	#homepage-section-wraper .wrap img {
		margin: 0px 5px;
	}
	#homepage-section-wraper .wrap div {
		width: 280px;
	}
	#wrap-title {
		padding: 20px;
		font-size: 17px;
		margin-bottom: 0px;
		padding-top: 20px;
	}
	#homepage-section-wraper .homepage-section-2 {
		height: 300px;
	}
	#homepage-section-wraper {
		height: 225px;
	}
	#engine-useage-wrap .title {
		font-size: 22px;
		transform: translate(0px, 15px);
	}
}
@media only screen and (max-width: 400px) {
	.engine-usage {
		padding-left: 15px;
		font-size: 15px;
	}
	.code-short {
	    width: 185px;
	}
}
@media only screen and (max-width: 380px) {
	.engine-usage {
		padding-left: 10px;
		font-size: 15px;
		width: 340px;
	}
}

/* Regular Small Mobile Phone Size 360px Width */
@media only screen and (max-width: 360px) {
	.homepage-title {
		max-width: 30vh;
	}
	/* Services Cards */
	#plans-wrapper .card {
	    width: 278px;
	}
	#plans-wrapper .card button {
	    width: 240px;
	}
	#plans-wrapper .card.pro {
	    margin-top: 30px;
	}

	.modal-content {
	    transform: translate(0px, 0px);
	}
	.upgrade-register {
	    width: 225px;
	}
	.feature-card-title {
		font-size:20px;
	}
}
