@import "../components/Headers/defaultHeader.css";
@import "../components/stripe-banner-contact-us.css";
@import "../components/box-service.css";


#services,
#banner-contact .stripe-container {
    position: relative;
    z-index: 1;
}

#banner-contact {
    position: relative;
}
#banner-contact svg {
    position: absolute;
    bottom: -1%;
    right: 9.375vw;
    z-index: 0;
    fill: var(--color-orange);
    height: 71.615vw;
}
footer {
    position: relative;
}

@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	#services .stripe-content {
	    padding-left: 0;
	    padding-right: 0;
	}
	#banner-contact svg {
	    right: 3.125vw;
	}
}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
	#banner-contact svg {
	    height: 83.615vw;
	}
}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	#services .stripe-container-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	#banner-contact svg {
	    right: 1.5em;
		height: 91.615vw;
	}
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#banner-contact svg {
	    right: 10px;
	    height: 702px;
	}
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

}