@font-face {
    font-family: F-B;
    src: url("./Fonts/Fredoka_Condensed-Medium.ttf");
}
@font-face {
    font-family: F-R;
    src: url("./Fonts/Fredoka-Regular.ttf");
}
body {
    background: rgb(2,0,75);background: linear-gradient(217deg, rgba(2,0,75,1) -20%, rgb(0, 30, 29) 30%, rgba(0,17,29,1) 50%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 2160px;
    overflow: hidden;
    display: flex; 
    justify-content: center; 
    justify-items: center;
}
.circle{
    display: inline-block;
    position: fixed;
    width: 180px;
    height: 180px;
    z-index: 1;
    border: none;
    border-radius: 125%;
}
.circle1 {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
    top: 70px;
    left: 530px;
    animation: circle1 6s infinite linear;
}
.circle2 {
    background: #56ccf2;
    background: -webkit-linear-gradient(to right, #56ccf2, #2f80ed);
    background: linear-gradient(to right, #56ccf2, #2f80ed);
    top: 500px;
    left: 920px;
    animation: circle2 6s infinite linear;
}

@keyframes circle1 {
    0%   {scale: 1}
    25%  {scale: 1.1}
    50%  {scale: 0.9}
    75%  {scale: 1.1}
    100% {scale: 1}
}
@keyframes circle2 {
    0%   {scale: 1}
    25%  {scale: 0.85}
    50%  {scale: 1.1}
    75%  {scale: 0.85}
    100% {scale: 1}
}

.box {
    background: rgba(255, 255, 255, 0.09);
    width: 400px;
    height: 450px;
    border: 2px solid gray;
    border-radius: 15px;
    margin-top: 150px;
    z-index: 2;
}
.txt {
    color: white;
    font-size: 37px;
    font-family: F-R, serif;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    animation: scaletxt 0.7s linear;
    cursor :default;
}
@keyframes scaletxt {
    0%   {scale: 1}
    50%  {scale: 1.07}
    100% {scale: 1}
}
.alttxt {
    font-family: F-R, serif;
    font-size: 19px;
    color: white;
    display: flex;
    margin-left: 50px;
    margin-top: 20px;
    animation: scaletxt 0.7s linear;
    cursor :default;
}
.input {
    width: 280px;
    height: 45px;
    background: rgba(84, 84, 84, 0.6);
    color: white;
    font-family: F-R, serif;
    border: none;
    border-radius: 10px;
    margin-left: 50px;
    margin-top: 10px;
    z-index: 3;
    padding: 0 10px;
    transition: 0.6s ease-in-out;
    animation: scaletxt 0.7s linear;
}
input::placeholder {
    color: rgba(255, 255, 255, 0.78);
    opacity: 1;
    padding: 10px;
    font-size: 16px;
}
input:hover {
    scale: 1.05 !important;
    box-shadow: 0 0 25px 5px #363636;
}
.btn {
    background-color: #ffffff;
    border: none;
    color: #000;
    width: 300px;
    height: 45px;
    border-radius: 8px;
    font-size: 28px;
    font-family: F-B, serif;
    margin-left: 52px;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    transition: 0.6s ease-in-out;
    animation: scaletxt 0.7s linear;
}
.btn:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    scale: 1.08 !important;
}
.cont{
    margin-top: 20px;
    width: 120px;
    height: 40px;
    font-size: 20px;
}

/* Iphone SE*/
@media only screen and (min-width: 375px) and (max-width:380px) {
    .circle {
        width: 110px;
        height: 110px;
    }
    .circle1 {
        left: 10px;
        top: 40px;
    }
    .circle2 {
        left: 250px;
        top: 390px;
    }
    .box {
        width: 270px;
        height: 370px;
        margin-top: 80px;
    }
    .txt {
        margin-top: 25px;
    }
    .alttxt {
        margin-left: 20px;
    }
    .input {
        width: 210px;
        height: 40px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .btn{
        width: 230px;
        height: 40px;
        margin-left: 20px;
        margin-top: 15px;
    }
    .cont{
        margin-top: 10px;
        width: 120px;
        height: 40px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 380px) and (max-width: 600px) {
    .circle {
        width: 120px;
        height: 120px;
    }
    .circle1 {
        left: 10px;
        top: 40px;
    }
    .circle2 {
        left: 305px;
        top: 430px;
    }
    .box {
        width: 300px;
        height: 410px;
        margin-top: 80px;
    }
    .txt {
        margin-top: 50px;
    }
    .alttxt {
        margin-left: 20px;
    }
    .input {
        width: 240px;
        height: 40px;
        margin-left: 20px;
        margin-top: 15px;
    }
    .btn{
        width: 260px;
        height: 40px;
        margin-left: 20px;
        margin-top: 15px;
    }
    .cont{
        margin-top: 15px;
        width: 120px;
        height: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .circle1 {
        left: 100px;
        top: 60px;
    }
    .circle2 {
        left: 490px;
        top: 510px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .circle1 {
        left: 220px;
        top: 60px;
    }
    .circle2 {
        left: 620px;
        top: 510px;
    }
}
/* Responsive 1280*720 */
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .box {
        scale: 1 !important;
        margin-top: 110px !important;
    }

    .circle1 {
        width: 180px !important;
        height: 180px !important;
        top: 30px;
        left: 350px;
    }

    .circle2 {
        width: 180px !important;
        height: 180px !important;
        top: 470px;
        left: 752px;
    }
}
/* Responsive 1366*768 */
@media only screen and (min-width: 1366px) and (max-width: 1535px) {
    .box {
        scale: 1 !important;
        margin-top: 120px !important;
    }

    .circle1 {
        width: 180px !important;
        height: 180px !important;
        top: 37px;
        left: 394px;
    }

    .circle2 {
        width: 180px !important;
        height: 180px !important;
        top: 478px;
        left: 790px;
    }
}
/* Responsive 1536*864 */
@media only screen and (min-width: 1536px) and (max-width: 1600px) {
    .box {
        scale: 1.1 !important;
        margin-top: 180px !important;
    }

    .circle1 {
        width: 200px !important;
        height: 200px !important;
        top: 70px;
        left: 450px;
    }

    .circle2 {
        width: 200px !important;
        height: 200px !important;
        top: 550px;
        left: 895px;
    }
}
/* Responsive 1920*1080 */
@media only screen and (min-width: 1920px) {
    .box {
        scale: 1.3 !important;
        margin-top: 200px !important;
    }

    .circle1 {
        width: 230px !important;
        height: 230px !important;
        top: 30px;
        left: 590px;
    }

    .circle2 {
        width: 230px !important;
        height: 230px !important;
        top: 605px;
        left: 1100px;
    }
}