/* CSS Document */

html,
html *
{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}



/*****bodies*****/

body
{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #ffffff;
	background: rgb(0, 0, 0);
	text-align: left;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Main content area - grows to fill available space */
main {
	flex: 1;
}

/* Header and hero section should not grow */
header, .hero {
	flex-shrink: 0;
}



/*****headers*****/

header
{
	z-index: 1000;
	background-color: #000000;
	width: 100%;
	top: 20px;
	padding-top: 2em; 
	position: relative;
    display: flex;
}




/*****fonts*****/

h1
{
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    font-style: normal; 
	font-size: 4.0em;
    line-height: 1.1em;
    color: #ffffff;
}



h2
{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2.9em;
	line-height: 1.1em;
    color: #ffffff;
}



h3
{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 2em;
    color: #ffffff;
}



p
{
    font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #ffffff;
    /*color: #a8a8a8;*/
}



/*****links*****/

a
{
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1em;
	letter-spacing: 0.03em;
    text-decoration: none;
    color: #ffffff;
}



a:hover
{
  color: #1e0eff;
}



/*****images general*****/

img
{
	display: block;
	margin-left: auto;
  	margin-right: auto;
}



/*****header logo*****/

.site-logo
{
	margin-left: auto;
	margin-right: auto;
    width: 100%;
}



 .site-logo img
{
	width: auto;
	height: 200px;
}





/**********index page**********/

/* Hero banner styling */
#herobanner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

#herobanner img {
    width: 100%;
    height: auto;
    display: block;
}

#herobanner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 1;
}

#herobanner .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 2;
}

#herobanner .text-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 90%;
    color: #ffffff;
}

/*****hero*****/

.hero
{
	position: relative;
	background-color: #000000;
	margin-top: 100px;
    padding: 100px 20px;
}


.hero h1, .hero p
{
	text-align: center;
    margin-bottom: 50px;
}


.hero-text p
{
	font-weight: 500;
}


.hero-image
{
	display: block;
    width: 100%;
	margin-top: 100px;
}


.hero-image img
{
    width: 360px;
}



/*****Features*****/


.large
{
	display: none;
}


.features1, .small
{
	margin-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}


.small
{
	margin-bottom: 100px;
}


.features1-text h2, .features2-text h2, .features1-text p
{
    margin-bottom: 40px;
}


.bullet1, .bullet2
{
    display: flex;
    margin-bottom: 20px;
}


.bullet
{
    border-style: solid;
    border-width: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #141414;
    margin-right: 20px;
}


.features1-image, .features2-image
{
	padding-top: 80px;
    width: 100%;
}


.features1-image img, .features2-image img
{
    width: 320px;
}






/*****cta*****/



.cta
{
    background: #ffa6c1;
    padding: 100px 20px 0px;   
}


.cta-text h1, .cta-text p
{
	text-align: center;
    margin-bottom: 40px;
}


.cta-illustration
{
	padding-top: 80px;
    width: 100%;	
}


.cta-illustration img
{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}





/*****Screenshots*****/


.screenshots, .youtubelink
{
    padding: 100px 40px;
	text-align: center;
}


.screenshots-img
{
	margin-top: 80px;
	width: 100%;
}


.screenshots-img img
{
    margin-left: auto;
	margin-right: auto;
    width: 320px;
    margin-bottom: 20px;
}






/**********footer**********/


footer
{
	height: auto;
	position: relative;
	padding: 100px 40px;
    text-align: center;
	flex-shrink: 0; /* Prevent footer from shrinking */
	margin-top: auto; /* Push footer to bottom when content is short */
}


.footer-logo
{
	height: 35px;
}


#menu
{
	position: relative;
  	padding-top: 50px;
	padding-bottom: 50px;
  	list-style-type: none;
  	-webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */  
 }


#menu li
{
  padding: 10px 0;
}


footer p
{
	padding-top: 50px;
}


/*****youtubelink*****/
.youtube-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #FF0000; /* YouTube red */
  color: white;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.youtube-button:hover {
  background-color: #cc0000; /* darker red on hover */
}

.youtube-button svg {
  width: 18px;
  height: 18px;
  fill: white;
}



/**********media queries**********/


@media screen and (min-width:400px)
{

}



@media screen and (min-width:750px)
{   
    
	/*****youtubelink 750px*****/
	
	.youtube-button {
		font-size: 14px;
		padding: 10px 16px;
		gap: 6px;
	}
	
	.youtube-button svg {
		width: 16px;
		height: 16px;
	}
	
	
	/**********750px hero**********/

	
	
    .hero
    {
        padding: 100px 80px;
    }
    
    
    h1
    {
        font-size:4em;
        line-height: 1.1em;
    }
    
	
    .hero-image img
    {
        width: 500px;
    }
	
	
	
	/**********750px features**********/

    
    
	.features1, .features2
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
	}
	
	
    .features1-image img, .features2-image img
    {
        width: 450px;
    }
	
	
	
	/**********750px cta**********/
	
	
	
	.cta
	{
		padding: 100px 100px 0px;
	}
	
	
	
	/**********750px screenshots**********/


	
	.screenshots
    {
        padding: 100px 100px;
    } 
	
	
	
	/**********750px footer**********/

    
    
    .footer-logo
    {
        margin-top: 80px;
    }

	
    #menu
	{
		display: inline-flex
	}


	#menu li
	{
		padding-right: 30px;
  		padding-left: 30px;
	}
    
    
}



@media screen and (min-width:1000px)
{

	
	h1
	{
		font-size: 5.0em;
		line-height: 1em;
	}
	
	
	h2
	{
		font-size: 2.5em;
	}
	
	
	
	/**********1000px hero**********/

	
	
	.hero, .features1, .large, .features1-bullets
    {
        display: flex;
    }
	
	
	.hero
	{
		margin-left: 50px;
		margin-right: 50px;
		border-radius: 30px;
		/*padding-right: 0px;*/
	}

	
	.hero-text, .hero-image
	{
		width: 50%
	}
	
	
	.hero h1
	{
		margin-bottom: 30px;
	}
	
	
		.hero-image img
	{
		margin-top: 0px;
	}
	
	
	.hero-text
	{
		padding-top: 50px;
		margin-right: 50px;
	}
	
	
    .hero h1, .hero p
    {
        text-align: center;
    }


	.hero-text-centered
	{
		width: 100%;
		text-align: center;
	}
	
	
	.hero-cta
	{
		display: inline;
	}
	
	
	.hero-image img
	{
		margin-top: 0px;
		margin-right: 0px;
		width: 400px;
	}
	
	
	
    /**********1000px features**********/

	

    .small
	{
		display: none;
	}
    
	
     .features1
    {
		margin: 100px auto;
		padding: 0px;
		max-width: 890px;
	}
	
	
	.features1-text, .features2-text
	{
		padding-top: 50px;
	}
	
	
	.features1-image img
	{
		padding-left: 50px;
		width: 400px;
	}
	
	
	   .features2
    {
		margin: 150px auto;
		padding: 0px;
		max-width: 890px;
    }
	
	
	.features2-image img
	{
		padding-right: 50px;
		width: 400px;
	}
	
	
	
    /**********1000px features**********/

    
   
	.cta
	{
		margin-left: 50px;
		margin-right: 50px;
		border-radius: 30px;
	}

	
	.cta-text
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	
	.cta-illustration
	{
		padding-top: 0px;
		margin-top: -50px;
	}
	
	
	.cta-illustration img
	{
		margin-left: 0px;
	}
	 
	
}


@media screen and (min-width:1200px)
{
	
	
	/* Hero banner - limit width on desktop */
	#herobanner {
		width: 80%;
		max-width: 1000px;
	}
	
	
	
    /**********1200px hero**********/

	
	
	.hero
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
	}
	
	
	.hero-text
	{
		padding-top: 80px;
	}
	
	.hero-image img
	{
		margin-top: 0px;
		width: 500px;
		padding-right: 40px;
	}
	
	
	
	/**********1200px features**********/

	
	
	.features1, .features2
	{
		margin: 150px auto;
		max-width: 1100px;
	}
	
	
	.features1-text, .features1-image, .features2-text, .features2-image
	{
		width: 50%
	}
	
	
	.features1-image, .features2-image
	{
		padding-top: 0px;
	}
	
	
	.features2
	{
		margin-bottom: 150px;
	}
	
	
	.features1-image img
	{
		padding-left: 0px;
		margin-right: 0px;	
	}
	
	
	.features2-image img
	{
		padding-right: 50px;
		width: 450px;
	}
	

	
	/**********1200px cta**********/

	
	
	.cta
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
	}
	
	
	.cta p
	{
		padding-left: 100px;
		padding-right: 100px;
	}
	
	
	.cta-illustration
	{
		margin-top: -80px;
	}
	
	
	
	/**********1200px screenshots**********/

	
	
	.screenshots
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.screenshots-img
	{
		display: flex;
	}
	
	
}



@media screen and (min-width:1800px)
{
	
	
	
	/**********1800px hero**********/

	
	
	.hero
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
		padding-left: 100px;
	}
	
	
	.hero h1
	{
		font-size: 5.5em;
	}
	
	
	.hero p
	{
		font-size: 1.2em;
		font-weight: 500;
	}
	
	
	.hero-image img
	{
		width: 600px;
	}
	
    
	
	/**********1800px features**********/

	
	
	.features1, .features2
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 200px;
		max-width: 1400px;
	}
	
	
	.features1-text, .features2-text
	{
		padding-top: 80px;
	}
	
	
	.features1-image img
	{
		width: 500px;
		margin-right: 0px;
	}
	
	
	.features2-image img
	{
		margin-left: 0px;
		width: 500px;
	}
	
	
	
	/**********1800px cta**********/

	
	
	.cta
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
	}
	
	
	.cta h1
	{
		padding-left: 100px;
		padding-right: 100px;
	}
	
	
	.cta p
	{
		padding-left: 200px;
		padding-right: 200px;
	}
	
	
	.cta-illustration
	{
		margin-top: -150px;
	}
	
	
	
	/**********1800px cta**********/

	
	
	.screenshots
	{
		margin-top: 200px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
		padding: 0px;
	}
	
	
   
	
}









************************************************************************************
