* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Anton', sans-serif;
}

html {
    min-height: 200vh;
}

/* section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
} */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;

}

section {
    position: relative;
    width: 100%;
    min-height: 200vh;
}

A {
    text-decoration: none;
}
header{
    background-color:#121212;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    text-align: right;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9, 27, 30);
    clip-path: circle(30% at bottom right);
    z-index: 1;
}

.circle2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9, 27, 30);
    clip-path: circle(30% at top left);
    z-index: 1;
}

.caixa img {
    width: 480px;
    height: 300px;
}

.caixa {
    position: absolute;
    right: 55%;
    bottom: 71%;
    /* position: relative;  */
    width: 480px;
    height: 300px;
    color: #fff;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 2;
}

.caixa::before,
.caixa::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: linear-gradient(45deg, rgb(20, 21, 35), rgb(9, 27, 30), rgb(24, 62, 70), rgb(38, 102, 115), rgb(62, 161, 180), rgb(20, 21, 35), rgb(9, 27, 30), rgb(24, 62, 70));
    /* background: linear-gradient(45deg, #ffff00 , #00ff00, #0099ff, #001aff,
    #a200ff, #ff0055, #ff0000,  #ffff00 , #00ff00, #0099ff, #001aff,
    #a200ff) ; */
    background-size: 300%;
    border-radius: 8px;
    animation: AnimarBorda 8s linear infinite;
}

/* @keyframes AnimarBorda {
    0%{
        background-position:0%;
    }
    100%{
        background-position:300%;
    }
} */
/* .caixa::after {
    filter: blur(50px);
} */


.caixa2 img {
    width: 533px;
    height: 300px;
}

.caixa2 {
    position: absolute;
    left: 55%;
    top: 40%;
    /* position: relative;  */
    width: 533px;
    height: 300px;
    color: #fff;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.caixa2::before,
.caixa2::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: linear-gradient(45deg, rgb(20, 21, 35), rgb(9, 27, 30), rgb(24, 62, 70), rgb(38, 102, 115), rgb(62, 161, 180), rgb(20, 21, 35), rgb(9, 27, 30), rgb(24, 62, 70));
    /* background: linear-gradient(45deg, #ffff00 , #00ff00, #0099ff, #001aff,
    #a200ff, #ff0055, #ff0000,  #ffff00 , #00ff00, #0099ff, #001aff,
    #a200ff) ; */
    background-size: 300%;
    border-radius: 8px;
    animation: AnimarBorda 8s linear infinite;
}

/* @keyframes AnimarBorda {
    0%{
        background-position:0%;
    }
    100%{
        background-position:300%;
    }
} */
/* .caixa2::after {
    filter: blur(50px);
} */


.caixa3 img {
    width: 480px;
    height: 300px;
}

.caixa3 {
    position: absolute;
    right: 57%;
    top: 71%;
    /* position: relative;  */
    width: 480px;
    height: 300px;
    color: #fff;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.caixa3::before,
.caixa3::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: linear-gradient(45deg, rgb(20, 21, 35), rgb(9, 27, 30), rgb(24, 62, 70), rgb(38, 102, 115), rgb(62, 161, 180), rgb(20, 21, 35), rgb(9, 27, 30), rgb(24, 62, 70));
    /* background: linear-gradient(45deg, #ffff00 , #00ff00, #0099ff, #001aff,
    #a200ff, #ff0055, #ff0000,  #ffff00 , #00ff00, #0099ff, #001aff,
    #a200ff) ; */
    background-size: 300%;
    border-radius: 8px;
    animation: AnimarBorda 8s linear infinite;
}

.container {
    position: absolute;
    /* width: 100%; */
    top: 9%;
    left: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.container .text {
    position: relative;
    max-width: 600px;
    margin-right: 20px;

}

.container .text h2 {

    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2em;
    font-weight: 700;

}

.container .text h2 span {
    font-size: 2.5em;
    color: rgb(18, 52, 58);
}

.container .text p {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Anton', sans-serif;
}

/* .container .text a{
    display: inline-block;
    margin-top: 50px;
    padding: 10px 25px;
    background:  rgb(18, 52, 58);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 40px;
    transition: 0.3s ease-in-out;
} */

.container2 {
    position: absolute;
    /* width: 100%; */
    top: 40%;
    left: 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.container2 .text {
    position: relative;
    max-width: 600px;
    margin-right: 20px;

}

.container2 .text h2 {

    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2.5em;
    font-weight: 700;

}

.container2 .text h2 span {
    font-size: 3.5em;
    color: rgb(18, 52, 58);
}

.container2 .text p {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Anton', sans-serif;
}

/* .container2 .text a{
    display: inline-block;
    margin-top: 50px;
    padding: 10px 25px;
    background:  rgb(18, 52, 58);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 40px;
    transition: 0.3s ease-in-out;
}  */

.container3 {
    position: absolute;
    /* width: 100%; */
    top: 72%;
    left: 47%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.container3 .text {
    position: relative;
    max-width: 600px;
    margin-right: 20px;

}

.container3 .text h2 {

    color: #fff;
    font-size: 2rem;
    margin-bottom: 8px;
    line-height: 2em;
    font-weight: 700;

}

.container3 .text h2 span {
    font-size: 2.5em;
    color: rgb(18, 52, 58);
}

.container3 .text p {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Anton', sans-serif;
}
