@import url('https://fonts.cdnfonts.com/css/ocr-a-std');
*{
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'OCR A Std', sans-serif;
    background-color: #595959;
}
header{
    background-image: url("img/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 135px 0;
    display: flex;
    align-items: center;
    background-color: #252525;
    gap: 40px;
    height: auto;
}
header .bloque1{
    position: relative;
    left: 20px;
}
header .bloque3{
    position: relative;
    right: 20px;
    top: -330px;
}
header .bloque2{
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    gap: 40px;
    height: auto;
    flex-direction: column;
    position: relative;
    left: 52px;
}
header .name{
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 50%;
    text-transform: uppercase;
    justify-content: center;
    color: white;
    flex-wrap: wrap;
    font-size: 1.5em;
}
header .purple{
    color: blueviolet;
}
header .logo{
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-image: url("img/profile.png");
    background-size: contain;
}
nav{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #252525;
    border-radius: 25px;
    padding: 15px;
    width: 95%;
}
.nav-container a{
    text-decoration: none;
    color: white;
}
.nav-container a:hover{
    color: blueviolet;
}
main{
    display: flex;
    flex-direction: row;
    width: 95%;
    align-items: center;
    margin: auto 0;
}
main .image{
    height: 820px;
    width: 50%;
}
main .text{
    width: 50%;
    display: flex;
    justify-content: center;
}
.image img{
    width: 100%;
}
.text div{
    width: 75%;
    text-transform: uppercase;
}
.text div h1{
    font-size: 4.5em;
    color: #cb7aed;
    margin-bottom: 15px;
}
.text div p{
    font-size: 15px;
    color: white;
    line-height: 1.5;
}
#kill{
    border-top: 3px solid #252525;
    text-align: center;
    padding: 15px 0;
}
#kill h1{
    width: min-content;
    font-size: 2em;
    color: #cd90e7;
    border-bottom: 2px solid blueviolet;
    margin: 0 auto;
}
#kill .container{
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    height: 800px;
}
#kill .container div{
    width: 100%;
    font-size: 1.5em;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
#kill .container div h2{
    margin: 20px 0;
}
#kill .container div img{
    width: 100%;
}
#proyect{
    border-top: 3px solid #252525;
}
#proyect h1{
    width: min-content;
    font-size: 2em;
    color: #cd90e7;
    border-bottom: 2px solid blueviolet;
    margin: 20px auto 0;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 50px;

}
#proyect .container{
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: center;
    align-items: center;
    gap: 80px;
    height: 500px;
    margin: auto;
}
#proyect .container div{
    width: 100%;
    font-size: 1.5em;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
#proyect .container div a{
    width: 100%;
    display: flex;
    height: 330px;
    text-decoration: none;
    color: white;
}
#proyect .container div a:first-of-type{
    width: 100%;
    justify-content: center;
    height: min-content;
}
#proyect .container div a img{
    width: 50%;
    height: 100%;
}
#contact{
    text-align: center;
    border-top: 3px solid #252525;
}
.text-contact{
    width: 60%;
    margin: auto;
    text-transform: uppercase;
}
#contact h1{
    width: min-content;
    font-size: 2em;
    color: #cd90e7;
    border-bottom: 2px solid blueviolet;
    margin: 20px auto;
}
#contact p{
    color: white;
}
form{
    background-color: #252525;
    border-radius: 25px;
    color: white;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
}
.container-form{
    width: 95%;
    margin: 10px auto;
    padding: 15px 0;
}
.container-form div{
    text-align: left;
}
.container-form input{
    width: 100%;
    padding: 10px 0;
    border-radius: 20px;
    margin-bottom: 10px;
}
.container-form input:last-of-type{
    padding: 85px 0;
}
footer{
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin-top: 60px;
}
.icons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}
.icons img{
    width: 30px;
}
.icons img:first-of-type{
    width: 50px;
}
footer h2{
    font-size: 1em;
}


.title{
    width: min-content;
    font-size: 2em;
    color: #cd90e7;
    border-bottom: 2px solid blueviolet;
    margin: 40px auto;
    text-transform: uppercase;
}
#menu{
    height: min-content;
    width: 120%;
}
.main{
    flex-direction: column;
    width: 100%;
    padding: 40px 0 0;
}
.nav{
    width: 100%;
}
.nav .nav-container{
    align-items: center;
    padding: 10px 20px;
}
.title+div{
    display: flex;
    gap: 40px;
    width: 90%;
    margin-bottom: 60px;
    justify-content: space-evenly;
}
.title+div img{
    width: 100%;
}
.galery{
    width: 100%;
    border-top: 3px solid #252525;
}
.galery>div{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}
.galery>div div{
    width: 50%;
}
.galery>div .second{
    display: flex;
    align-items: end;
}
.second img{
    height: 340px;
}
.galery>div div img{
    width: 100%;
}
.galery2{
    width: 100%;
    border-top: 3px solid #252525;
    padding: 60px 0;
}
.galery2>div{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.galery2>div div{
    width: 40%;
    height: 840px;
}
.galery2>div div img{
    height: 100%;
}
.container-img{
    width: 40%;
}
.design2{
    border-top: 10px solid #252525;
    width: 100%;
    padding: 40px 0;
}
.design2>div{
    width: 90%;
    display: flex;
    gap: 40px;
    margin: auto;
    justify-content: center;
}
.design2>div div{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.design2>div div img{
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
    width: 100%;
}
.image-dragons{
    border-top: 10px solid #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0;
}
.image-dragons div{
    width: 40%;
}
.image-dragons div img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;;
}
.food{
    width: 100%;
    padding: 40px 0;
    border-top: 10px solid #252525;
}
.food>div{
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
    margin: auto;
}
.food>div div{
    width: 100%;
    height: 400px;
}
.food>div div img{
    height: 100%;
}
.cereal{
    display: flex;
    justify-content: end;
}
.container-img2{
    width: 520px;
    height: 520px;
    background-image: url("img/edifice.jpg");
    background-size: cover;
    background-position: center;
}
.galery5{
    border-top: 10px solid #252525;
    padding: 30px 0;
    width: 100%;
}
.img-container{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-evenly;
    align-items: center;
}
.img-container>div {
    width: 40%;
} 
.img-container>div img{
    width: 100%;
}
.galery6{
    width: 100%;
    border-top: 10px solid #252525;
}
.galery6>div{
    width: 90%;
    margin: auto;
    padding: 40px 0;
}
.img-container3{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.img-container3 div{
    width: 100%;
}
.img-container3 div img{
    width: 100%;
}
.last-foto{
    border-top: 10px solid #252525;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.last-foto div{
    width: 40%;
}
.last-foto div img{
    width: 100%;
}

#proyect .container div:hover {
    background-color: rgba(255, 255, 255, 0.1); 
    transition: background-color 0.3s ease; 
}
.container-card {
    display: flex;
    max-width: 1100px;
    margin: auto;
}

.card {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease-out;
    cursor: default;
}

.card:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4); 
    transform: translateY(-3px); 
}

.card img {
    width: 100%;
    height: 210px;
}

.card .contenido-card {
    padding: 15px;
    text-align: center;
}

.card .contenido-card h3 {
    margin-bottom: 15px;
    color: #7a7a7a;
}

.card .contenido-card p {
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}

.card .contenido-card a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}

.card .contenido-card a:hover {
    background: #2fb4cc;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .container-card {
        flex-wrap: wrap;
    }
    .card {
        margin: 15px;
    }
}

.container-card {
    display: flex;
    max-width: 1100px;
    margin: auto;
}

.card {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease-out;
    cursor: default;
}

.card:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4); 
    transform: translateY(-3px); 
}

.card img {
    width: 100%;
    height: 210px;
}

.card .contenido-card {
    padding: 15px;
    text-align: center;
}

.card .contenido-card h3 {
    margin-bottom: 15px;
    color: #7a7a7a;
}

.card .contenido-card p {
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}

.card .contenido-card a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}

.card .contenido-card a:hover {
    background: #2fb4cc;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .container-card {
        flex-wrap: wrap;
    }
    .card {
        margin: 15px;
    }
}

.container-card {
    display: flex;
    max-width: 1100px;
    margin: auto;
}

.card {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease-out;
    cursor: default;
}

.card:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4); 
    transform: translateY(-3px); 
}

.card img {
    width: 100%;
    height: 210px;
}

.card .contenido-card {
    padding: 15px;
    text-align: center;
}

.card .contenido-card h3 {
    margin-bottom: 15px;
    color: #7a7a7a;
}

.card .contenido-card p {
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}

.card .contenido-card a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}

.card .contenido-card a:hover {
    background: #2fb4cc;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .container-card {
        flex-wrap: wrap;
    }
    .card {
        margin: 15px;
    }
}
header .inicio{
    display: flex;

}