/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2024 | 04:36:04 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
@media only screen and (min-width: 900px) {
.typewrite {
      overflow: hidden; /* Ensures the text doesn't overflow */
      white-space: nowrap; /* Prevents text from wrapping */
      font-size: 7rem;
      margin-left:20px;
	  color:#0092ff;
	font-family:inherit;
	
    }

.typewrite-head{
	font-size: 6rem;
      margin-left:20px;
	  color:white;
	font-family:inherit;
	width:70%;
}
.typewrite-head-second{
	font-size: 6rem;
      margin-left:40px;
	  color:white;
	font-family:inherit;
	width:70%;
}
	.typing-para{
		color:#ffffff;
		margin-left:40px;
		font-family:'Poppins', sans-serif;
		width:70%;
	}
}
@media only screen and (max-width: 900px) {
	.typewrite {
      overflow: hidden; /* Ensures the text doesn't overflow */
      white-space: nowrap; /* Prevents text from wrapping */
      font-size: 2rem;
      margin-left:20px;
	  color:#0092ff;
	font-family:inherit;
	
    }
	.typewrite-head{
	font-size: 2rem;
      margin-left:20px;
	  color:white;
	font-family:inherit;
	width:90%;
}
.typewrite-head-second{
	font-size: 2rem;
      margin-left:40px;
	  color:white;
	font-family:inherit;
	width:90%;
}
	.typing-para{
		color:#ffffff;
		margin-left:40px;
		font-family:'Poppins', sans-serif;
;
	}
}

@media only screen and (max-width: 1100px){
	.typewrite {
      overflow: hidden; /* Ensures the text doesn't overflow */
      white-space: nowrap; /* Prevents text from wrapping */
      font-size: 3rem;
      margin-left:20px;
	  color:#0092ff;
	font-family:inherit;
	
    }
.typewrite-head {
    font-size: 3rem;
    margin-left: 20px;
    color: white;
    font-family: inherit;
    width: 70%;
}
.typewrite-head-second{
	font-size: 3rem;
      margin-left:40px;
	  color:white;
	font-family:inherit;
	width:70%;
}
	.typing-para{
		color:#ffffff;
		margin-left:40px;
		font-family:'Poppins', sans-serif;
		width:70%;
	}
}

@media only screen and (max-width: 600px){
	.typewrite {
      overflow: hidden; /* Ensures the text doesn't overflow */
      white-space: nowrap; /* Prevents text from wrapping */
      font-size: 2rem;
      margin-left:20px;
	  color:#0092ff;
	font-family:inherit;
	
    }
.typewrite-head {
    font-size: 2rem;
    margin-left: 20px;
    color: white;
    font-family: inherit;
    width: 80%;
}
.typewrite-head-second{
	font-size: 2rem;
      margin-left:40px;
	  color:white;
	font-family:inherit;
	width:80%;
}
	.typing-para{
		color:#ffffff;
		margin-left:40px;
		font-family:'Poppins', sans-serif;
		font-size:12px;
		width:80%;
	}
}
