@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}

.main_container {
	width: 100%;
}

.header {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.logo {
	float: left;
}

#header_logo {
	height: 100px;
	width: auto;
	display: inline-block;
	object-fit: cover;
	float: left;
	margin: 5px 50px;
}

.navbar {
	margin-left: auto;
	margin-right: 50px;
	font-size: 15px;
	font-family: "Quincycf", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.navigation {
    display: flex;
	align-items: center;
	margin: 0;
}

.navigation a {
	font-family: "Quincycf", sans-serif;
}

.navigation .active {
	position: relative;
}

.navigation .active::before,
.navigation .active::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #84A29F;
	transition: width 0.3s ease-in-out;
}

.navigation .active::before {
	top: -2px;
}

.navigation .active::after {
	bottom: -2px;
}

.navigation li {
	list-style-type: none;
	display: inline-block;
}

.navigation li:first-child {
	margin-left: 0;
}

.navigation a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 15px;
	position: relative;
	letter-spacing: 0.5px;
}

.navigation a:hover {
  color: #C8D9D3;
}

.navigation a::before,
.navigation a::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	background-color: #84A29F;
	transition: width 0.3s ease-in-out;
}

.navigation a:hover::before,
.navigation a:hover::after {
	width: 100%
}

.navigation a::before {
	left: 0;
	top: -2px;
}

.navigation a::after {
	right: 0;
	bottom: -2px;
}

.navigation li:last-child a {
	position: relative;
}

.navigation li:last-child a .fa-search {
	margin-right: 5px;
}

.navigation li:last-child a::before,
.navigation li:last-child a::after {
	display: none;
}

.navigation li:last-child a:hover .fa-search {
	color: #C8D9D3;
}

.navigation li:last-child a:hover::before,
.navigation li:last-child a:hover::after,
.navigation li:last-child a:hover .fa-search {
	background-color: transparent;
}

.navigation li:last-child a:hover::before,
.navigation li:last-child a:hover::after {
	width: 0%;
}

.container {
	width: 80%;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.container_what {
	padding: 50px 0 0 0;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

#what_1 {
	height: 300px;
	width: auto;
	float: right;
	margin-right: 25px;
}

.what {
	position: absolute;
	color: #000000;
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.what h1 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
	font-family: "Quincycf", sans-serif;
}

.what p {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.container_understanding {
	width: 100%;
	background-color: #F5F5F5;
}

.understanding {
	padding: 0;
	width: 100%;
	height: auto;
	margin: 50px 0 30px 0;
}

.understanding h1 {
	margin-top: 0;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Quincycf", sans-serif;
}

.understanding p {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.understanding li {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.components {
	margin: 0 0 20px 0;
}

.container_types {
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	margin: 50px 0 30px 0;
}

.types_OCD {
	margin: 0;
}

.types {
	margin: 0;
	color: #000000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.types h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
	font-weight: bold;
	font-family: "Quincycf", sans-serif;
}

.types p {
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0 20px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.types li {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.notes1 {
	width: 92%;
	background-color: #C8D9D3;
	border-left: 15px solid #84A29F;
	padding: 10px;
	margin: 0;
}

.notes2 {
	margin: 0;
	background-color: #FFADB0;
	border-left: 15px solid #E3636C;
	padding: 10px;
}

.container_differences {
	width: 100%;
	background-color: #F5F5F5;
}

.differences {
	padding: 0;
	width: 100%;
	height: auto;
	margin: 50px 0;
}

.differences h1 {
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	font-family: "Quincycf", sans-serif;
}

.differences li {
	font-size: 14px;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
        
th, td {
	border: 2px solid #ddd;
	padding: 8px;
}
        
th {
	background-color: #f2f2f2;
	text-align: center;
}

#helping_hand {
	width: 500px;
	height: auto;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cta {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
}

.cta:hover {
	color: #C8D9D3;
}

.footer {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Quincycf", sans-serif;
}

.footer_row1 {
	width: 100%;
	display: flex;
	justify-content: center;
}

#footer_logo {
	height: 150px;
	width: auto;
	display: inline-block;
	object-fit: cover;
	margin: 5px 20px;
}

.footer_row2 {
	width: 100%;
	display: flex;
	justify-content: center;
}

.footer_column1 {
	display: flex;
	flex-direction: column;
	width: 35%;
	border-right: medium solid #C8D9D3;
}

.get_in_touch {
	margin: 10px 50px;
}

.get_in_touch h3 {
	margin: 10px 0 2px 0;
}

.get_in_touch p {
	margin: 5px 0 30px 0;
}

.get_in_touch li {
	list-style: none;
	margin: 15px 0;
}

.get_in_touch li i {
	margin-right: 10px;
}

.info {
	padding: 0;
}

.fa {
	color: #FFFFFF;
	margin: 5px;
}

.social_icon {
	font-size: 30px;
	color: #FFFFFF;
	margin: 20px 50px;
}

.social_icon a:hover i {
	color: #C8D9D3;
}

.footer_column2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 18%;
	border-right: medium solid #C8D9D3;
}

.footer_nav {
	padding: 10px;
}

.info2 {
	padding: 0;
}

.info2 li {
	list-style: none;
	margin: 15px 0 15px 0;
	font-size: 16px;
}

.info2 a {
	text-decoration: none;
	color: #FFFFFF;
}

.info2 a:hover {
	color: #C8D9D3;
}

.info2 a:hover i {
	color: #C8D9D3;
}

.footer_column3 {
	top: 0;
	left: 0;
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 15px;
}

.footer_column3 h3 {
	color: #FFFFFF;
	margin: 0;
}

.footer_column3 p {
	color: #FFFFFF;
	margin: 5px 0 25px 0;
}

.content {
	width: 360px;
	height: 40px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
	border-radius: 60px;
	overflow: hidden;
}

.subscription {
	position: relative;
	width: 100%;
	height: 100%;
}

.subscription .add_email{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 20px;
}

.subscription .submit_email {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100% - 2px);
	width: 100px;
	border: none;
	border-radius: 60px;
	outline: none;
	margin: 1px;
	padding: 0 20px;
	cursor: pointer;
	background: #84A29F;
	color: #FFFFFF;
	transition: width .35s ease-in-out, background .35s ease-in-out;
}

.subscription.done .submit_email {
	width: calc(100% - 2px);
	background: #C8D9D3;
	color: #000000;
}

.subscription .submit_email .before_submit,
.subscription .submit_email .after_submit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 38px;
	transition: visibility .35s ease-in-out, opacity .35s ease-in-out;
}

.subscription.done .submit_email .before_submit,
.subscription:not(.done) .submit_email .after_submit {
	visibility: hidden;
	opacity: 0;
}

.subscription .submit_email .after_submit {
	transition-delay: .35s;
}

.subscription:not(.done) .submit_email .before_submit,
.subscription.done .submit_email .after_submit {
	visibility: visible;
	opacity: 1;
}

.footer_row3 {
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.footerinfo {
	text-decoration: none;
	width: 100%;
}

.legal {
	display: flex;
	list-style: none;
	justify-content: center;
	gap: 2%;
	margin: 0;
	padding: 2%;
	padding-bottom: 1%;
}

.legal a{
	text-decoration: none;
	color: #FFFFFF;
}

.legal a:hover{
	text-decoration: none;
	color: #C8D9D3;
}

.copyright{
	list-style: none;
	text-align: center;
	justify-content: center;
	margin: 0;
	padding: 0 2% 0 2%;
	padding-bottom: 3%;
	color: #FFFFFF;
}

/* For devices with a maximum width of 767px (e.g., smartphones) */
@media (max-width: 768px) {
	#header_logo {
		margin: auto;
		margin-left: 50px;
		width: 50%;
		height: auto;
	}
	
	.navbar {
		font-size: 12px;
		padding: 0;
		margin: auto;
		margin-right: 50px;
	}
	
	.navigation a {
		padding: 8px;
	}
		
	.what p {
		font-size: 12px;
		width: 55%;
	}
	
	table {
		width: 80%;
		font-size: 12px;
	}
	
	th, td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
	
	.differences li {
		font-size: 10px;
	}
	
	#helping_hand {
		width: 100px;
		height: auto;
	}
	
	.cta {
		margin-top: 0;
		font-size: 10px;
	}
	
	.content {
		width: 80%;
	}
	
	.subscription .add_email {
		font-size: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#header_logo {
		margin: auto;
		margin-left: 50px;
	}
	
	.navbar {
		font-size: 12px;
		padding: 0;
		margin: auto;
		margin-right: 50px;
	}
	
	.navigation a {
		padding: 8px;
	}
	
	.text_overlay {
		margin: 0;
		top: auto;
	}
	
	.text_overlay h1 {
		font-size: 25px;
	}
	
	.text_overlay p {
		font-size: 10px;
	}
	
	.about_us p {
		font-size: 12px;
		width: 85%;
	}
	
	.what p {
		font-size: 12px;
		width: 55%;
	}
	
	.content {
		width: 80%;
	}
	
	.subscription .add_email {
		font-size: 10px;
	}
}

/* For devices with a minimum width of 768px (e.g., tablets) up to 991px */
@media (min-width: 768px) and (max-width: 991px) {
	#header_logo {
		margin: auto;
		margin-left: 50px;
	}
	
	.navbar {
		font-size: 12px;
		padding: 0;
		margin: auto;
		margin-right: 50px;
	}
	
	.navigation a {
		padding: 8px;
	}
	
	.what p {
		font-size: 12px;
		width: 50%;
	}
	
	.subscription .add_email {
		font-size: 10px;
	}
}