*{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: black;
}

header{
    width: 100%;
}

img{
    width: 100%;
}

nav{
    margin-top: 100px;
}

nav h1{
    font-weight: bold;
    color: #f8eca6;
    line-height: 66px;
    font-size: 70px;
    text-align: center;
    background: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
    animation: animated 3s linear infinite;
}

@keyframes animated {
    0%{background-position: 0% 75%;}
    50%{background-position: 100% 50%;}
    100%{background-position: 0% 70%;}
}

.im1{
    border: #f0e7b5 solid 1px;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
    animation: sp1 3s linear infinite;
}

@keyframes sp1 {
    0%{ max-width: 0px; }
    50%{ max-width: 530px; }
    100%{ max-width: 0px; }
}

.pt1{
    width: 90%;
    margin-right: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.logclass1{
    width: 80%;
    margin-left: 20%;
    margin-top: 40px;
}

@keyframes show {
    from{
        opacity: 0;
        scale: 25%;
    }

    to{
        opacity: 1;
        scale: 100%;
    }
}

.pt1 img{
    view-timeline-name: --image;
    view-timeline-axis: block;

    animation-timeline: --image;
    animation-name: show;
    
    animation-range: entry 15% cover 50%;
    animation-fill-mode: both;
}


.im2{
    border: #f0e7b5 solid 1px;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    animation: sp2 3s linear infinite;
}

@keyframes sp2 {
    0%{ max-width: 0px; }
    50%{ max-width: 1230px; }
    100%{ max-width: 0px; }
}

footer> .n1{
    margin-top: 50px;
    background-color: #6e5f00;
    width: 80%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 10px;
}

footer>.n1 li{
    width: 80%;
    margin-left: 20%;
    margin-top: 40px;
    list-style: none;
    margin-top: 18px;
    margin-bottom: 18px;
}

footer>.n1 a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}

section{
    margin-top: 50px;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.559);
    color: rgb(0, 0, 0);
    text-align: justify;
    margin-left: 10%;
    border-radius: 20px;
}

section>h2{
    padding-left: 70px;
    font-size: 50px;
    background: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section>p{
    font-size: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    word-spacing: 0.25em;
    text-indent: 20px;
}

footer> .n3{
    width: 100%;
    margin-right: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #000000;
    margin-top: 50px;
}

footer>.n3 div{
    width: 80%;
    margin-left: 20%;
    margin-top: 40px;
}

footer>.n3 h1{
    background: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 20px;
}

footer>.n3 li{
    list-style: none;
    padding-top: 20px;
}

footer>.n3 a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}

footer>.n3{
    padding-bottom: 40px;
}

footer>.n4{
    background: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    width: 100%;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
