	/*!
 * Home Css
 * Version - 1.1.1
 * Copyright (c) 2023 Astrolab <info@astrolab.com> and another company
*/

	/* ** Section home */

	#home {
	    background: rgba(2, 31, 76, 1);
	    background: linear-gradient(180deg, rgba(2, 31, 76, 1) 0%, rgba(0, 65, 154, 1) 100%);
	    min-height: 90vh;
	}

	#home h1 {
	    font-size: 60px !important;
	    letter-spacing: 1px;
	}

	#home p {
	    font-size: 25px !important;
	}

	#description {
	    margin-top: -70px !important;
	}

	.form-control {
	    /*background-color: #EEEEEE !important;
    border-radius: 0px !important;*/
	    border: 1px solid black !important;
	}

	.arrow {
	    margin-left: 275px;
	}

	.arrow1 {
	    margin-left: 655px;
	}

	/* Extra small devices (phones, 600px and down) */
	@media only screen and (max-width: 600px) {
	    #home h1 {
	        font-size: 50px !important;
	    }

	    #home {
	        min-height: 95vh;
	    }

	    h2 {
	        font-size: 27px !important
	    }

	    #ready .display-2 {
	        font-size: 46px !important;
	    }

	    #hlight {
	        background-color: #edf7ff !important;
	    }

	    .separator {
	        height: 9px;
	        width: 95px;
	        background-color: var(--primary);
	        margin: auto
	    }
	}