*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;    
    font-style: normal;
}


div.animation_background{
    background: linear-gradient(to left,#4D9EAB,#E78351)
}

.nightowl-dark{
    filter: invert(1%) hue-rotate(180deg);
}

.box_area{
    position: fixed; /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    bottom: 0%;
    padding-bottom: 30px;
}

.box_area li{
    position: absolute;
    display: block;
    list-style: none;
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.2);
    animation: animate 22s linear infinite;
    bottom: 0%;
}

.box_area li:nth-child(1){
    left: 86%;
    width: 80px;
    height: 80px;
    animation-duration: 12.5s;
}

.box_area li:nth-child(2){
    left: 8%;
    width: 30px;
    height: 30px;
    animation-duration: 15s;
}

.box_area li:nth-child(3){
    left: 70%;
    width: 100px;
    height: 100px;
    animation-duration: 20;
}

.box_area li:nth-child(4){
    left: 42%;
    width: 160px;
    height: 160px;
    animation-duration: 25s;
}

.box_area li:nth-child(5){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
    animation-duration: 12s;
}

.box_area li:nth-child(6){
    left: 15%;
    width: 60px;
    height: 60px;
    animation-duration: 10s;
}

/*
=================================================================
TOP SECTION
=================================================================
*/

.top{
    font-size: large;
    display: flex;
    justify-content: space-evenly;
    margin-right: 20px;
    margin-bottom: 20px;
    align-items: center;
}
img#icon{
    width: 10%;
    height: 10%;
}

p#tittle{
    font-weight: 400;
    padding-top: 60px;
    text-align: end;   

}

p{
    font-family: Roboto;
}

h1{
    font-family: Playfair Display;
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 30px;

}

h1#recieved{
    padding-bottom: 390px;
}

/*
=================================================================
MAIN SECTION
=================================================================
*/

.middle {
    place-items: center;
    text-align: center;
    background-color: rgb(255 255 255 / 14%);
    width: 75%;
    margin-left: 12%;
    border-radius: 20px;
    padding-top: 15px;
    backdrop-filter: blur(15px);
}

.middle-1{
    place-items: center;
    text-align: center;
    width: 70%;
    margin-left: 12%;
    margin-bottom: 60px;
    border-radius: 20px;
    padding-bottom: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
}

.middle-success{
    place-items: center;
    text-align: center;
    width: 70%;
    margin-left: 12%;
    border-radius: 20px;
    padding-bottom: 30px;
    padding-top: 15px;
    margin-bottom: 0px;
}

div.image-1{
    display: flex;
    position: relative;
    left: 10%;
    padding-right: 250px;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../icon.png");
    background-size: 45%;
    background-repeat: no-repeat;
    max-width: 920px;    
    background-position: right;
}

div#div-image1 {
    margin-right: 45px;
    
}
div.image{
    left:3%;
    position: relative;
    padding-left: 300px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../test_background.png");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 800px;
}

div#div-image {
    margin-left: 45px;
}

@media (max-width: 1060px){
    div.image-1{
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 60%;
        padding-right: 300px;
        font-size: 16.5px;
    }
    div.image{
        padding-top: 100px;
        padding-bottom: 100px;
        right: 3%;
        padding-left: 218px;
    }
}

@media (max-width: 750px){
    div.image-1{
        padding-top: 85px;
        padding-bottom: 85px;
        font-size: 16px;
        background-size: 80%;
        padding-right: 0px;
        background-position: 10% top;
    }
    div.image{
        left: -7%;
        padding-top: 85px;
        padding-bottom: 85px;
        right: 7%;
        background-size: 60%;
        padding-left: 0px;
        background-position: 75% top;
    }
    h1#label{
        margin-top: 140px;
    }
}
/*
=================================================================
BUTTONS SECTION
=================================================================
*/

.buttons{
    align-content: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

button#login{
    margin-left: 5%;
    background-image: linear-gradient(to left,#294cff,#ff6f3c);
    color: black;
    border-radius: 25px;
    border-color: #002afc;
    border: 12px;
    padding: 20px 40px;
    background-size: 300%;
    transition: all 0.6s ease;
}

button#login:hover{
    background-position: 100%;
    filter: blur();
    color: #ffffff;
    border-color: #ff6f3c;
    border: 12px;
}

button#login::before{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #ff6f3c, #294cff);
    border-color: #ff6f3c;
    border: 12px;
}

button#start{
    background-image: linear-gradient(to left, black, white);
    color: black;
    border-radius: 25px;
    border-color: black;
    border: 12px;
    padding: 20px 40px;
    background-size: 300%;
    transition: all 0.6s ease;
}

button#start:hover{
    background-position: 100%;
    filter: blur();
    color: white;
    border-color: black;
    border: 12px;
}
button#start::before{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, white, black);
    border-color: black;
    border: 12px;
}

dialog#modal{
    background-color: white;
    margin: auto;
    padding: 30px 30px;
    border-radius:30px;
    z-index: 1;
    transform:scaleY(.01) scaleX(0);
    animation:unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modal::backdrop{
    background: linear-gradient(45deg, rgba(231, 131, 81,0.4), rgba(77, 158, 171,0.6));
    transform:scale(0);
    animation: zoomIn .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

h2{
    padding-bottom: 6px;
}

p.dialog-p{
    padding-bottom: 30px;
}

button.close-button{
    position: fixed;
    display: flex;
    border: none;
    margin: -40px;
    font-size: xx-large;
}

button#instagram{
    padding: 15px; 
    margin: 10px;
}

button#whatsapp{
    position: relative;
    text-decoration: none;
    padding: 15px;
    margin: auto;
    transition: all 0.6s ease;
    border: 1px solid #03cc57;
    border-radius: 5px;
}

button#whatsapp:hover{
    background-color: #03cc57;
}

button#facebook{
    position: relative;
    text-decoration: none;
    padding: 15px;
    margin: auto;
    transition: all 0.6s ease;
    border: 1px solid #0555c4;
    border-radius: 5px;
}

button#facebook:hover{
    background-color: #0555c4;
}

/* 
=================================================================
FOOTER SECTION
=================================================================
*/
footer{
    margin-top: 20px;
    box-shadow: 0px 0px 50px black;
    min-width:100%;
    display: flex;
    justify-content: space-between;
    background-color: #1a242f; 
    align-content: end;
}

@media(max-width: 600px){
    footer{
        display: block;
        align-content: center;
        text-align: center;
    }
}

.icons{
    background-color: #1a242f; 
    display: inline-flex;
}

.icons a{
    padding-top: 25px;
    background-color: #1a242f; 
    margin: 0 25px;
    text-decoration: none;
    display: block;
    color: white;
}

.icons a .layer{
    background-color: #1a242f; 
    width: 55px;
    height: 55px;
    transition: transform 0.3s;
}

.icons a:hover .layer{
    transform: rotate(-35deg) skew(20deg);
}

.icons a .layer span{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
}

.icons a .layer span.fa-brands{
    font-size: 30px;
    line-height: 55px;
    text-align: center;
}

.icons a .layer span.fa-solid{
    font-size: 30px;
    line-height: 55px;
    text-align: center;
}

.icons a .text{
    padding-left: 10px;
    background-color: #1a242f; 
    position: absolute;
    transform: translateX(-20%);
}

.footer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: end;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 35px;
    color: whitesmoke;
    background-color: #1a242f; 
}

@media (max-width: 600px){
    .footer{
        display: block;
        padding-right: 10px;
        
    }
    .icons a{
        margin: 0 25px;
    }
    .icons a text{
        padding-left: 20px;
    }
    
}


p#footer_copyright{
    margin-top: auto;
    background-color: #1a242f; 
} 

p#footer_email{
    margin-top: auto;
    background-color: #1a242f; 
}
p#footer_title{
    margin-top: auto;
    background-color: #1a242f; 
}

p#footer_privacy{
    margin-top: auto;
    background-color: #1a242f; 
}

@keyframes animate{
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100%{
        transform: translateY(-800px) rotate(360deg);
        opacity: 1;
    }
}

@keyframes unfoldIn {
    0% {
      transform:scaleY(.005) scaleX(0);
    }
    50% {
      transform:scaleY(.005) scaleX(1);
    }
    100% {
      transform:scaleY(1) scaleX(1);
    }
  }

  @keyframes zoomIn {
    0% {
      transform:scale(0);
    }
    100% {
      transform:scale(1);
    }
  }