/* CSS Document */

* {
	margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
	height: 100%;

	/* Font for everything */
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	color: #FFFF;

	background-color: rgb(19, 7, 30);
    overflow-x: hidden;

}

header {
	padding-top:30px;
}

#panel-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
	flex: 1;
}

#panel-nav svg {
	width: 20%;
	height: auto;
	display: block;
	opacity: 0;
	transform: translateX(-150vh);
	animation: transform1 0.8s 0.5s ease-out forwards;
}
@keyframes transform1 {
	from {
		transform: translateX(-150vh);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

#panel-nav ul  {
	display: flex;
	list-style-type: none;
	padding-top: 30px;
	flex: 1;
	flex-direction: row;
}

#panel-nav ul li {
	font-size: 2em;
	flex-shrink: 0;
}

#panel-nav ul li a {
	margin-left: 25px;
	margin-right: 25px
}
a:link, a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color:#aaaaaa;
	text-decoration: none;
}

footer {
	padding:20px;
	margin:20px;
	text-align: center;
}
.feline-font1 {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	transform: translateY(-50vh);
	animation: transform2 1.5s 1.3s ease forwards;
}
@keyframes transform2 {
	from {
		transform: translateY(-50vh);
	}
	to {
		transform: translateY(0);
	}
}
.feline-font2 {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	opacity: 0;
	animation: transform3 1.5s 1.3s ease forwards;
}
@keyframes transform3 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.feline-font h1 {
	font-size: 3em;
}

.feline-font li {
	font-size: 3em;
}
.center {
	text-align: center;
}


@media (max-width: 600px) {
	#panel-nav {		
		flex-wrap: wrap;
		height: 100vh;
	}
	#panel-nav svg {
		width: 50%;
	}
	#panel-nav ul  {
		text-align: center;
		flex-direction: column;
		padding-top: 0;
	}
	#panel-nav li  {
		padding-top: 15px;
	}
}



/* -------------------------------------------------
 *
 *
 * NAVBAR
 *
 *
 - --------------------------------------------------*/
#navbar {
    color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#navbar .logo-nav {
	display: flex;
	align-items: center;
	min-width: 300px;
	transform: translateY(-50vh);
	animation: transform4 1.5s 1.3s ease forwards;
}
@keyframes transform4 {
	from {
		transform: translateY(-50vh);
	}
	to {
		transform: translateY(0);
	}
}

#navbar ul  {
    list-style-type: none;
	min-width: 310px;
}

#navbar ul li {
	display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.6em;
}

a:link, a:visited {
    color:#DDD9D9;
    text-decoration: none;
}
a:hover, a:active {
    color: #F2CA80;
    text-decoration: none;
	transform: scale(1.1);
}

li.active a {
    color: #F2CA80;
}
#navbar h1 {
font-variant: small-caps;
}
/* -------------------------------------------------
 *
 *
 *                    PRICING BLOCK
 *
 *
 - --------------------------------------------------*/

 #pricing-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px;
 }

 .plan-pricing-block {
	width: 400px;
	height: 300px;


	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;

	background-color: #1E0B30;
	padding: 25px; /* sets the boxes size */
	padding-bottom: 50px;
	border-radius: 25px; /* How round the corners will be */


	text-align: center;

 }

 .plan-pricing-block button {
	font-size: 1.5em;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	background-color: #AB92BF;
	border-radius: 10px;
	padding: 15px;
	margin-top: 10px;
 }

.plan-pricing-block h1, .plan-pricing-block h2 {
	text-align: center;
}
.plan-pricing-block h1 {
	font-size: 3em;
	text-align: center;
}
.plan-pricing-block h2 {
	font-size: 1.7em;
}
.plan-pricing-block p {
	font-size: 1.5em;
}
.plan-pricing-block ul {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 100px;
	padding-right: 100px;
}
 .plan-pricing-block ul li {
	list-style-type:disc;
	font-size: 1.2em;
 }


@media (max-width: 445px) {
	.plan-pricing-block {
		min-width: 100px;
		max-width: 300px;
		max-height: 600px;
		height: auto;
		min-height: 1px;


		margin-top: 25px;
		margin-left: 15px;
		margin-right: 15px;

		padding: 25px; /* sets the boxes size */
		border-radius: 25px; /* How round the corners will be */

	}

	.plan-pricing-block ul {
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.plan-pricing-block h1 {
		font-size: 1.5em;
		text-align: center;
	}
	.plan-pricing-block h2 {
		font-size: 1.4em;
	}
	.plan-pricing-block p {
		font-size: 1.2em;
	}
 .plan-pricing-block button {
	font-size: 1.1em;
	border-radius: 10px;
	padding: 5px;
	margin-top: 3px;
 }
}