@import url(./animation.css);

body {
width: 100%;
margin: 0;
font-family: 'Rosario', sans-serif;
}

.screen1, .screen2, .screen3, .screen4 {
width: 100%;
min-height: 90vh;
display: flex;

}

/*screen 1*/

.screen1 {
    justify-content: space-evenly;
}

.block1, .block2, .block3, .block4 {
    min-width: 22%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.block2-img1, .block2-img2, .block3-img1, .block3-img2 {
    width: 100%;
    height: 45%;
    text-align: center;
}


.block1 img {
width: 90%;
}

.block2-img1 img{
    width: 90%;
    height: 100%;
}

.block2-img2 img{
    width: 90%;
    height: 100%;
}

.block3-img1 img {
    width: 90%;
    height: 100%;
}

.block3-img2 img {
    width: 90%;
    height: 100%;
}

.block4 img {
    width: 90%;
}

.block2, .block3 {
    gap: 20px;
}

header {
max-height: 10vh;
position: sticky;
top: 0;
align-items: center;
display: flex;   
z-index: 1;
}


.logo-header {
    background-color: white;
text-align: center;
width: 15%;
display: block;
margin-left: auto;
margin-right: auto 
}

.logo-header img {
height: 72px;
width: 100%;
}

.list-header {
width: 85%;
background: #000000;
}

ul {
list-style: none;
display: flex;
align-items: center;
justify-content: flex-end;
}

ul a {
font-style: italic;
font-weight: 700;
font-size: 36px;
color: #FFFCFC;
line-height: 44px; 
}

a {
text-decoration: none;
}

li {
padding-right: 2%;
}


.block1 {
transform: translateX(-50vh);
animation: block1-animation 2s linear 1 forwards;
}

.block2-img1 {
transform: translateX(-100vh);
animation: block2-animation 1s linear 1 forwards;
}

.block2-img2 {
    transform: translateX(-100vh);
    animation: block2-animation 1s linear 1 forwards;
    }

.block3-img1 {
transform: translateX(100vh);
animation: block3-animation 1s linear 1 forwards;
}

.block3-img2 {
    transform: translateX(100vh);
    animation: block3-animation 1s linear 1 forwards;
    }

.block4 {
transform: translateX(50vh);
animation: block4-animation 2s linear 1 forwards;
}

/*screen 2*/

.c1, .c2, .c3, .c4 {
width: 50%;
height: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
}

.screen2-anim .p {
font-style: italic;
font-weight: 700;
font-size: 48px;
line-height: 58px;
display: flex;
align-items: center;
text-align: center;
color: #000000;
}

.screen2-anim, .screen2-img {
width: 50%;
}  
 
.screen2-anim {
display: flex;
flex-wrap: wrap;
position: relative;
}

.screen2-img img{
width: 100%;
height: 90vh;
}

.circle1 img {
width: 100%;
height: 200px;
}

.circle2 img {
width: 100%;
height: 200px;
}

.circle3 img {
width: 100%;
height: 200px;
}

.circle4 img {
width: 100%;
height: 200px;
}

.c1 {
top: 0;
left: 0;
animation: c1 10s linear infinite;
}

.c2 {
top: 0;
left: 50%;
animation: c2 10s linear infinite;
}

.c3 {
top: 50%;
left: 0;
animation: c3 10s linear infinite;
}

.c4 {
top: 50%;
left: 50%;
animation: c4 10s linear infinite;
}

/*screen 3*/

.title {
font-style: normal;
font-weight: 700;
font-size: 66px;
line-height: 116px;
text-align: center;
color: #000000;
}

.teams {
display: flex;
justify-content: space-evenly;
width: 100%;
}

.teams > div {
width: 25%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 40px;
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 62px;
display: flex;
align-items: center;
text-align: center;
color: #FFFAFA;
position: relative;
}



.teams:hover > div {
filter: brightness(0.5);
}

.teams > div:hover {
filter: none;
}

.card1 {
width: 80%;
height: 520px;
background-size: 100% 520px;
background-image: url(../img/Rectangle\ 8.png);
 }

.card2 {
width: 80%;
height: 520px;
background-size: 100% 520px;
background-image: url(../img/Rectangle\ 12.png);
}

 .card3 {
width: 80%;
height: 520px;
background-size: 100% 520px;
background-image: url(../img/Rectangle\ 13.png);

}
.card4 {
width: 80%;
height: 520px;
background-size: 100% 520px;
background-image: url(../img/Rectangle\ 9.png);
}

.name {
position: absolute;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
width: 80%;
height: 0;
overflow: hidden;
}

.teams> div:hover .name {
height: 150px;
background: rgba(163, 83, 10, 0.7);
transform: matrix(1, 0, 0, 1, 0, 0);
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}

/*screen 4*/
.screen4 {
    display: block;
}

.screen4-form {
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-evenly;
}

.form {
width: 55%;
height: 450px;
padding-top: 30px;
}

.map {
width: 35%;
height: 450px;
padding-top: 30px;
}

.form-form {
width: 100%;
height: 350px;
background: #E5E5E5;
margin-top: 10px;
}

.form-p {
font-style: italic;
font-weight: 700;
font-size: 44px;
line-height: 48px;
text-align: center;

color: #000000;
}

input {
width: 44.5%;
height: 80px;
margin-top: 20px;
margin-left: 20px;
}

textarea {
width: 93%;
height: 200px;
margin-left: 20px;
resize: none;
}

::placeholder {
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 44px;
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.5);
}

.footer {
display: flex;
width: 90%;
margin: 0 auto;
justify-content: space-evenly;
margin-top: 20px;
}

.footer div {
width: 30%;
text-align: center;
}

.f1 {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
}

.f1 a {
font-style: italic;
font-weight: 600;
font-size: 20px;
line-height: 26px;
color: #000000;
}

.f3 {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.f3-link {
font-style: italic;
font-weight: 600;
font-size: 20px;
line-height: 26px;
}

.f3-link div {
text-align: left;
width: 100%;
}

.f3-link img {
margin-right: 10px;
}

.span2 {
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 34px;
}

.f2 p {
font-style: italic;
font-weight: 600;
font-size: 20px;
line-height: 26px;
}

.f3 {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
}

.f3-link a {
    color: #000000;
}