@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
	margin: 0;
	padding: 0;
	background-color: #EDECE0;
}

.container {
    max-width: 1366px;
    height: 1536px;
}

.header {
    position: sticky;
    background-color: #EDECE0;
    top: 0;
    height: 100px;
    z-index: 999;
}

.logo {
	position: relative;
	margin-left: 30px;
	margin-top: 30px; 
}

.line {
    margin-left: 150px;
}

.navigation {
    display: flex;
    flex-direction: column;
}

nav {
    position: absolute;
    left: 720px;
    top: 30px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-flex;
}

nav ul li a{
    position: relative;
    margin: 0 25px;
    color: #EE7357;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

nav ul li a:hover{
    color: #E31516;
    transition: .12s;
}

nav ul li a:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 2px;
    background-color: #E31516;
    -webkit-transition: 250ms;
    transition: 250ms;
}

nav ul li a:hover:after{
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.spirall{
    text-align: center;
    margin-top: 50px;
}

.head {
    margin-top: -150px;
    z-index: 2;
}

h1 {
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 55px;
	color: #EE7357;
	font-weight: bold;
    text-align: center;
}

.cards {
    margin-top: 80px;
    z-index: 1;
    position: relative;
}

.cards-img a {
    text-decoration: none;
}

.cards-img img {
    cursor: pointer;
    transition: 0.5s ease;
}

.cards-img img:hover{
    transform: scale(1.1);
}

.foto {
    width: 230px;
    margin-left: 150px;
}

.meatmeat {
    width: 230px;
    margin-left: 300px;
}

.vista {
    width: 230px;
    margin-left: 150px;
    margin-top: 80px;
}

.layout{
    width: 230px;
    margin-left: 300px;
}

.web{
    width: 230px;
    margin-left: 380px;
    margin-top: 80px;
}

.cards1 {
    margin-left: 350px;
    margin-top: -865px;
}

.cards2{
    margin-top: -235px;
    margin-left: 880px;
}

.cards3{
    margin-top: 80px;
    margin-left: 350px;
}

.cards4{
    margin-top: -240px;
    margin-left: 880px;
}

.cards5{
    margin-top: 78px;
    margin-left: 580px;

}

.footer {
    background-color: #C9B2D8;
    max-width: 100%;
    height: 40px;
    margin-top: -75px;
    position: relative;
    padding: 18px 0;
}

.footer p {
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: white;
    text-align: center;
}