html{
	scroll-behavior: smooth;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow-x: hidden;
}
/* body::before {
	content: "";

	position: absolute;
	margin: 0 auto;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0.07;
    width: 100vw;

} */
.homepage-inner-mobile{
    display: none;
}
.homepage{
    display: flex;
	justify-content: center;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-left: -8px;
    padding-bottom: 91.5px;
    background-color: rgb(236, 244, 255);
    background: linear-gradient(to right, rgba(46, 70, 143, 0.99), rgba(69, 195, 248, 0.9)), url('/images/suburbs.jpg');


    background-repeat: no-repeat;
    background-size: cover;
}
.homepage-inner{
	display: flex;
	width: 90vw;
	justify-content: center;
    margin-left: 114px;
    height: fit-content;
    margin-top: 50px;
}
#homepageContent{
    opacity: 1;
}
.homepage-left {
	display: block;
    margin-top: -25px;
}
.homepageImage{
    margin-top: 15px;
	height:400px;
	border-radius: 2px;
	margin-left: -60px;
}
.company-name{
	font-weight: 100;
	letter-spacing: 0px;
	margin-left: -4px;
    width: 260px;
	font-variant: tabular-nums;
	font-feature-settings: "tnum" 0;
margin-top: 134px;
margin-bottom: 0px;
-webkit-appearance: none;
-moz-appearance: none;
 appearance: none;
 border-radius: 0;
}
.headline{
    font-size: 54px;
	font-weight: 100;
    color: white;
	letter-spacing: 0px;
	margin-left: -2px;
    width: 780px;
	font-variant: tabular-nums;
	font-feature-settings: "tnum" 0;
    margin-top: 0px;
font-weight:bolder;
-webkit-appearance: none;
-moz-appearance: none;
 appearance: none;
 border-radius: 0;

}
.description {
	font-size: 22px;
	margin-left: 1px;
	letter-spacing: 0px;
	width: 440px;
	margin-top: -50px;
	font-weight: 400;

    color: black;
    line-height: 30px;
}
.learn-more-btn{
    color: white;
    padding: 10px 18px 10px 18px;
    font-size: 16px;
    border: 2px solid white;
    width: fit-content;
    margin-top: -28px;
    margin-left: 2px;
}
@media(max-width:1222px){
    .homepage-inner{
        margin-left: 60px;
    }
    .company-name{
        font-size: 52px;
        width: 240.743px;
    }
    .headline{
        font-size: 50px;
        width: 580px;
    }
    .homepageImage{
        height: 346px;
        margin-left: 126px;
        margin-top: 43px;
    }
}


@media(max-width:1070px){
    .homepage-inner{
        margin-left: 45px;
    }
    .company-name{
        font-size: 44.75px;
    }
    .headline{
        font-size: 44.75px;
        width: 520px;
    }
    .learnmore-btn{
font-size: 17.3px;
padding:8.6px 8.6px 8.6px 8.6px ;
top:370px;
    }
    .homepageImage{
        height: 297.5px;
        margin-left: 80px;
        margin-top: 60px;

    }

}
@media(max-width:970px){
    .homepageImage{
        margin-left: 60px;
        margin-top: 90px;
    }
    .headline{
        width: 440px;
    }
}
@media(max-width:786px){
    .homepage{
        height: 100vh;
        display: flex;
        align-items: center;
        
    }
    .homepage-inner{
display: none;

    }
.homepage-inner-mobile{
    display: block;
}
    .company-name-mobile{
    height: 65px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 20px;
    }
    
    .homepageImage-mobile{
        height:400px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;

    }
    .headline{
        margin: auto;
        font-size: 35px;
        width:600px;
        margin-top:100px;
        text-align: center;
    }
}

@media(max-width:600px){
    .homepage-inner-mobile{
        margin-top: -10vh;

    }
    .homepageImage-mobile{
        height: 300px;
    }
    .company-name-mobile{
        height:49px;
    }
    .headline{
        font-size: 29px;
        margin-top: 81px;
        width: 320px;
    }
}


            
    .home-input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        }

/* *{
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
  } */



  