.ct {
	display: flex;
	height: 100vh;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

nav {
	display: none !important;
}

.ct .pages-ct-previews {
	display: none;
}

.ct h1 {
	font-size: 80px;
	line-height: 60px;
	margin-bottom: 70px;
	font-family: montserrat;
	max-width: 409px;
	font-weight: 900;
}

.ct .cen-logo {
	margin-bottom: 70px;
	max-width: 409px;
}

.ct .left p {
	font-size: 24px;
	color: #000;
	font-family: din-condensed;
	max-width: 307px;
}

.ct .left a {
	text-decoration: none;
	display: block;
}

.ct .left {
	padding: 40px;
}

.ct .left .gray {
	color: #acacac;
	margin-bottom: 5px;
	margin-top: 50px;
}

.ct input {
	height: 40px;
	width: 253px;
	border: 1px solid #000;
	font-size: 16px;
	padding: 0px 10px;
}

.ct .input-ct button {
	width: 40px;
	height: 40px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: #fff;
	cursor: pointer;
}

.ct .input-ct button span {
	font-size: 33px;
}

.ct .input-ct {
	display: flex;
}

.ct .right {
	overflow: hidden;
}

.ct .right .top {
	padding: 40px 0px 40px 0px;
	display: flex;
	gap: 20px;
	overflow: hidden;
}

.ct .right .top p {
	min-width: fit-content;
	width: fit-content;
	font-size: 16px;
}

.ct .content {
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 105px;
	scrollbar-width: none;
}

.ct .carousel-container {
	width: 100%;
	overflow: hidden;
}

.ct .carousel {
	display: flex;
	white-space: nowrap;
	animation: scroll 35s linear infinite;
	gap: 20px;
}

.card p {
	font-family: pt-serif;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.ct .carousel:hover {
	animation-play-state: paused;
}

@media (max-width: 600px) {
	.ct {
		height: auto;
		min-height: 100%;
		flex-direction: column;
		overflow: visible;
	}

	.ct .right {
		overflow: visible;
	}

	.ct .left {
		padding: 20px;
	}

	.ct .cen-logo {
		max-width: 90%;
		margin-bottom: 40px !important;
	}

	.ct h1 {
		font-size: 40px !important;
		line-height: 40px !important;
		max-width: initial;
		margin-bottom: 50px !important;
	}

	.ct h1.logo {
		font-size: 40px !important;
		line-height: 40px !important;
	}

	.ct .create-page-btn {
		margin-top: 0px !important;
	}

	.ct .left .gray {
		margin-top: 30px !important;
	}

	.ct .right .overlay {
		padding-top: 0px !important;
	}

	.ct .left p {
		font-size: 22px;
	}

	.ct input {
		width: 285px;
	}

	.ct .right .top {
		padding: 20px;
	}

	.ct .content {
		overflow-y: visible;
		height: auto;
		padding-bottom: 20px;
	}

	.ct .card {
    padding-left: 10px;
    height: 100px !important;
    max-height: 193px;
		margin-left: 10px !important;
		gap: 15px !important;
		margin-right: 10px !important;
	}

	.ct .card p {
		font-size: 24px !important;
	}
}

.ct .create-page-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
		margin-top: 20px;
		display: block;
		font-family: montserrat;
		width: fit-content;
}

.ct .pages-ct .no-pages-found {
	font-size: 22px;
	color: #aaa;	
	font-weight: 600;
	font-family: montserrat;
	margin-left: 50px;
}

.subscribe-message {
	margin-top: 10px;
	font-size: 14px;
	font-family: montserrat;
	min-height: 20px;
}

.preview-heading {
	margin-top: 60px;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
	color: #ff614f;
	margin-left: 36px;
	text-transform: uppercase;
	font-family: montserrat;
}

div.card.preview-card {
	cursor: default;
	opacity: 0.7;
}

a.card.preview-card {
	cursor: pointer;
}