html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0%;
    width: 1519px;
}

.topImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    animation: goTop 3s ease-in-out;
    opacity: .9;
}

.hidden {
    display: none;
}

.middles1 {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #17252A;
}

.ms1t1 {
    position: absolute;
    top: 190px;
    left: 7%;
    margin: 0%;
    color: #FEFFFF;
    width: 50%;
    font-size: 56px;
    font-family: 'Brush Script MT', cursive;
}

.ms1t2 {
    position: absolute;
    top: 400px;
    left: 7%;
    margin: 0%;
    width: 41%;
    text-align: justify;
    color: #FEFFFF;
    font-size: 18px;
    font-family: cursive;
}

.btn {
    padding: 6px 100px;
    position: absolute;
    top: 75.5%;
    left: 7%;
    cursor: pointer;
    border-radius: 25px;
    border: solid 2px;
    border-color: rgb(0, 159, 203);
    background-color: transparent;
    transition-duration: .5s;
}

.btnlogin {
    margin-left: 20%;
}

a .btn {
    text-decoration: none;
    color: rgb(255, 251, 251);
    font-family: Arial, Helvetica, sans-serif;
}

.btn:hover {
    background-color: rgb(0, 159, 203);
}

.homeimg {
    position: relative;
    top: 160px;
    left: 55%;
    height: 35%;
    width: 35%;
    margin-bottom: 15%;
    animation: float 3s ease-in-out infinite;
}

.shadow {
    position: absolute;
    height: 35%;
    width: 35%;
    top: 72.5%;
    left: 55%;
    opacity: .3;
}

.middles2 {
    position: relative;
    width: 1519px;
    height: 250px;
}

.middles2 p {
    margin: 2.5%;
    position: absolute;
    text-align: center;
    font-size: 110px;
    width: 95%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transform: translate(-50%, -50%);
}

.middles2 .p1 {
    top: 10%;
    left: 47.5%;
}

.middles2 .p2 {
    top: 50%;
    left: 47.5%;
}

.middles2 p:nth-child(2n+1) {
    color: transparent;
    -webkit-text-stroke: 2px #00a7a1ce;
}

.middles2 p:nth-child(2n) {
    color: #00a7a1ce;
    animation: animate 4s ease-in-out infinite;
}

.middles3 {
    position: relative;
    width: 1519px;
    height: 1600px;
}

.cardsize {
    width: 200px;
    height: 200px;
    background-color: whitesmoke;
}

.cardsL1C1 .cardsize {
    position: absolute;
    top: 9%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL1C1 p {
    position: absolute;
    top: 9%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL1C1 img {
    position: absolute;
    top: 9%;
    width: 13%;
    z-index: 3;
}

.cardsL1C1 .floattext {
    position: absolute;
    top: 6.5%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL1C1 .hoveref:hover .up {
    top: .5%;
}

.cardsL1C2 .cardsize {
    position: absolute;
    top: .5%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL1C2 p {
    position: absolute;
    top: .5%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL1C2 img {
    position: absolute;
    top: .5%;
    width: 13%;
    z-index: 3;
}

.cardsL1C2 .floattext {
    position: absolute;
    top: -2%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 29px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL1C2 .hoveref:hover .down {
    top: 13.5%;
}

.cardsL2C1 .cardsize {
    position: absolute;
    top: 34%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL2C1 p {
    position: absolute;
    top: 34%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL2C1 img {
    position: absolute;
    top: 34%;
    width: 13%;
    z-index: 3;
}

.cardsL2C1 .floattext {
    position: absolute;
    top: 31.5%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL2C1 .hoveref:hover .up {
    top: 25.5%;
}

.cardsL2C2 .cardsize {
    position: absolute;
    top: 25.5%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL2C2 p {
    position: absolute;
    top: 25.5%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL2C2 img {
    position: absolute;
    top: 25.5%;
    width: 13%;
    z-index: 3;
}

.cardsL2C2 .floattext {
    position: absolute;
    top: 23%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL2C2 .hoveref:hover .down {
    top: 38%;
}

.cardsL3C1 .cardsize {
    position: absolute;
    top: 58%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL3C1 p {
    position: absolute;
    top: 58%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL3C1 img {
    position: absolute;
    top: 58%;
    width: 13%;
    z-index: 3;
}

.cardsL3C1 .floattext {
    position: absolute;
    top: 55.5%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL3C1 .hoveref:hover .up {
    top: 49.5%;
}

.cardsL3C2 .cardsize {
    position: absolute;
    top: 50.5%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL3C2 p {
    position: absolute;
    top: 50.5%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL3C2 img {
    position: absolute;
    top: 50.5%;
    width: 13%;
    z-index: 3;
}

.cardsL3C2 .floattext {
    position: absolute;
    top: 48%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL3C2 .hoveref:hover .down {
    top: 63%;
}

.cardsL4C1 .cardsize {
    position: absolute;
    top: 82%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL4C1 p {
    position: absolute;
    top: 82%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL4C1 img {
    position: absolute;
    top: 82%;
    width: 13%;
    z-index: 3;
}

.cardsL4C1 .floattext {
    position: absolute;
    top: 79.5%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL4C1 .hoveref:hover .up {
    top: 73.5%;
}

.cardsL4C2 .cardsize {
    position: absolute;
    top: 74.5%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.cardsL4C2 p {
    position: absolute;
    top: 74.5%;
    width: 12.8%;
    text-align: justify;
    font-family: monospace;
    transition: .5s ease-in-out;
    z-index: 1;
}

.cardsL4C2 img {
    position: absolute;
    top: 74.5%;
    width: 13%;
    z-index: 3;
}

.cardsL4C2 .floattext {
    position: absolute;
    top: 72%;
    z-index: 4;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    padding: 51px 3px;
    font-size: 40px;
    background-color: rgba(249, 249, 249, 0.778);
    opacity: 0;
}

.cardsL4C2 .hoveref:hover .down {
    top: 87%;
}

.col1 img,
.col1 p,
.col1 .cardsize {
    left: 6%;
}

.col2 img,
.col2 p,
.col2 .cardsize {
    left: 21%;
}

.col3 img,
.col3 p,
.col3 .cardsize {
    left: 36%;
}

.col4 img,
.col4 p,
.col4 .cardsize {
    left: 51%;
}

.col5 img,
.col5 p,
.col5 .cardsize {
    left: 66%;
}

.col6 img,
.col6 p,
.col6 .cardsize {
    left: 81%;
}


.hoveref:hover .floattext {
    opacity: .7;
}

.hoveref:hover .cardsize {
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.400);
}

@keyframes goTop {
    0% {
        transform: translatey(0px);
    }

    100% {
        transform: translatey(-1520px);
    }
}

@keyframes float {
    50% {
        transform: translate(0, 20px);
    }
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}