.page {
	 overflow: hidden;
	 width: 100%;
}
 .homepage-hero-1 {
	background: #f7f7f8;
	width: 100%;
}
 .homepage-hero-1 .container {
	 padding: 0;
	 display: flex;
	 flex-direction: row;
}
 .homepage-hero-1 .column {
	 width: 50%;
}
.hero-image{
	display: flex;
	justify-content: end;
}
 .homepage-hero-1 img {
	 width: auto;
	 height: 550px;
}
 .homepage-hero-1 .heading {
	 font-size: 50px;
	 vertical-align: middle;
	/* text-align: center;
	 */
}
 .homepage-hero-1 h4 {
	 color: var(--secondary-text-color);
}
.above-fold-bullets{
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 15px 0 15px 15px;
}
.above-fold-bullets span.icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: var(--primary-accent-color);
	font-weight: 600;
	color: white;
}
.above-fold-bullets li{
	display: flex;
	flex-direction: row;
	gap: 5px;
	color: black;
	font-size: 1.2em;
	
}
.homepage-hero-link-heading:hover{
	text-decoration: none;
}
 .homepage-hero-1 .CTA-column {
	 display: flex;
	 align-items: center;
	 padding: 0 100px 0 25px;
}
 .homepage-hero-1 .heading .accent {
	 color: var(--primary-accent-color);
}
 .homepage-hero-1 .CTA-text h4 {
	 font-size: 18px;
	 font-weight: normal;
}
 .homepage-hero-1 .CTA-text h4 span {
	 font-weight: bold;
}
 .homepage-hero-1 .button-container {
	 display: flex;
	 flex-direction: row;
	 gap: 20px;
	 margin-top: 20px;
}
 .homepage-hero-1 .button-container button {
	 display: flex;
	 align-items: center;
	 width: 100%;
}
.post-project-become-pro-button-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
}
 .homepage-hero-1 .button-container .button span {
	 width: 100%;
	 text-align: center;
}
 .homepage-hero-1 select {
	 width: 100%;
	 height: 40px;
	 padding: 0 15px;
	 margin: 20px 0 0 0;
	 border-width: 1px;
	 border-radius: 0px;
	 color: black;
}
.hero-icon-link-container{
	color: black;
}
.hero-icon-link-container:hover{
	text-decoration: none;
}
 .hero-1-icons {
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 text-align: center;
	 margin: 0 0 25px 0;
}
 .hero-1-icons img {
	 height: 100px;
}
 .hero-1-icons hr {
	 display: none;
}
 .hero-1-icons p.description {
	 overflow-wrap: break-word;
	 font-size: 13px;
	 margin: 5px 0 0 0;
}
.one-line-explainer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgb(47 49 61);
}
.one-line-explainer .content{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2%;
	padding: 20px 0;
	width: 100%;
	color: white;
}
.one-line-explainer .content h2{
	text-align: center;
	font-size: 1.3em;
}

 hr {
	 height: 1px;
	 background: rgba(0, 0, 0, .25);
}
 .three-simple-step-container {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 margin: 50px 0 45px 0;
}
.three-simple-step-container .left, .three-simple-step-container .right{
	margin-top: 15px;
}

 .three-simple-step-container .three-step-header {
	 text-align: center;
}
 .three-simple-step-container .three-step-header h3 {
	 font-size: 30px;
}
 .three-simple-step-container .three-step-header p {
	 font-size: 18px;
	 margin: 5px 0 0 0;
}
 .three-simple-step-container .column-container {
	display: flex;
	flex-direction: row;
	gap: 60px;
	align-self: center;
	margin: 25px 0 0 0;
	width: 90%;
    max-width: 1000px;
}
 .three-simple-step-container .column-container .column {
	 
	 width: 33%;
	 height: fit-content;
	 padding: 0 0 20px 0;
	 border-radius: 15px;
	 box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.3);
}
 .three-simple-step-container .column-container .column .content{
	padding: 0 20px;
}
 .three-simple-step-container .column-container .column img {
	 display: block;
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 15px;
	 border-radius: 15px 15px 0 0;
}
 .three-simple-step-container .column-container .column .heading {
	 text-align: center;
	 font-size: 1.4em;;
}
 .three-simple-step-container .column-container .column p {
	 margin-top: 5px;
}
 .popular-categories-section-background {
	 display: flex;
	 align-items: center;
	 position: relative;
	 gap: 40px;
	 background-color: white;
	 padding: 80px 50px;
}
 .popular-categories-section-background .nav-arrows-container {
	 display: flex;
	 flex-direction: row;
	 position: absolute;
	 bottom: 20px;
	 right: 40px;
	 gap: 20px;
}
 .popular-categories-section-background .nav-arrows-container span {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: white;
	 box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.1);
	 border-radius: 50%;
	 width: 50px;
	 height: 50px;
}
 .popular-categories-section-background .nav-arrows-container span.active {
	 cursor: pointer;
}
 .popular-categories-section-background .nav-arrows-container span.active .icon {
	 color: black;
}
 .popular-categories-section-background .nav-arrows-container span.unactive {
	 cursor: not-allowed;
}
 .popular-categories-section-background .nav-arrows-container span.unactive .icon {
	 color: rgba(0, 0, 0, 0.5);
}
 .popular-categories-section-background .nav-arrows-container .icon {
	 font-weight: 600;
	 font-size: 25px;
}
 .popular-categories-section {
	 display: flex;
	 align-items: center;
	 overflow-x: auto;
	 scroll-behavior: smooth;
	 scroll-snap-type: x mandatory;
	 gap: 40px;
	 -ms-overflow-style: none;
	 scrollbar-width: none;
}
 .popular-categories-section .category-card {
	 position: relative;
	 background-color: #f7f7f8;
	 padding: 25px;
	 scroll-snap-align: start;
	 flex-shrink: 0;
	 border-radius: 7px;
	 box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.1);
	 width: 300px;
	 height: 160px;
	 align-items: center;
}
 .popular-categories-section .category-card .category-top {
	 display: flex;
	 width: 100%;
}
 .popular-categories-section .category-card .category-top .image-container {
	 display: inherit;
	 justify-content: center;
	 padding: 10px;
	 border-radius: 50%;
	 background-color: #f7f7f8;
	 width: 25px;
	 height: 25px;
}
 .popular-categories-section .category-card .category-top .image-container img {
	 width: 90%;
}
 .popular-categories-section .category-card .content {
	 display: flex;
	 flex-direction: column;
}
 .popular-categories-section .category-card .content .seperator {
	 margin: 3px 0 10px 0;
	 background-color: black;
	 width: 50px;
}
 .popular-categories-section .category-card .content .description {
	 font-weight: 500;
	 font-size: 1em;
	 color: var(--secondary-text-color);
}
 .popular-categories-section .category-card .content .post-project-link {
	 position: absolute;
	 bottom: 20px;
	 left: 25px;
	 margin-top: 5px;
}

/* Testimonials */
.testimonials-section {
    background: #f7f7f8;
    padding: 80px 20px;
    text-align: center;
}

.testimonials-section h3 {
    font-size: 30px;
}

.testimonials-section .subtitle {
    margin-top: 8px;
    color: var(--secondary-text-color);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.1);
    text-align: left;
}

.testimonial-card .quote {
    font-size: 16px;
    line-height: 1.6;
}

.testimonial-card .author {
    margin-top: 15px;
    font-weight: 600;
}

/* Final CTA */
.final-cta-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    background: white;
    padding: 90px 20px;
    text-align: center;
}

.final-cta-section .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    max-width: 830px;
}

.final-cta-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    margin-bottom: 15px;
}

.final-cta-section h2 {
    font-size: 42px;
}

.final-cta-section p {
    margin-top: 10px;
    font-size: 18px;
    color: var(--secondary-text-color);
}

.final-cta-section .button {
	width: fit-content;
    margin-top: 25px;
    padding: 15px 35px;
}

/* Responsive */
@media (max-width: 900px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .final-cta-section h2 {
        font-size: 32px;
    }
}


 @media (max-width: 945px) {
	 .homepage-hero-1 {
		 display: flex;
		 justify-content: center;
		 padding: 35px 0;
	}
	.post-project-become-pro-button-container {
		flex-direction: column;
		gap: 5px;
	}
	 .homepage-hero-1 .container {
		 width: 95%;
		 flex-direction: column;
	}
	 .homepage-hero-1 .CTA-column {
		 justify-content: center;
		 padding: 0;
	}
	 .homepage-hero-1 .column {
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		 width: 100%;
	}
	 .homepage-hero-1 img {
	}
	 .homepage-hero-1 .button-container {
		 display: flex;
		 flex-direction: column;
	}
	 .homepage-hero-1 .button-container .button {
		 margin: 10px 0;
		 align-items: center;
		 width: 100%;
	}
	 .homepage-hero-1 .button-container .button span {
		 width: 100%;
		 text-align: center;
	}
	 .hero-1-icons {
		 display: grid;
		 justify-content: end;
		 text-align: left;
		 grid-template-columns: repeat(1, 1fr);
		 padding: 0 15px;
	}
	 .hero-1-icons hr {
		 display: block;
		 margin: 10px -15px 10px -15px;
	}
	
	.three-simple-step-container .column-container{
		flex-direction: column;
		max-width: 450px;
	}

	.three-simple-step-container .column-container .column{
		width: 100%;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.three-simple-step-container .column-container .column .heading{
		font-size: 1.7em;
	}
	.three-simple-step-container .column-container .column p{
		font-size: 1.2em;
	}
}
 @media (max-width: 650px) {
	 .category-card {
		 width: 200px !important;
		 height: 225px !important;
	}
}
 