@font-face {
    font-family: 'PixelArtFont';
    src: url('fonts/Pixelartfontv2-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/Pixelartfontv2-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}



@keyframes logoAnimation {
    0% {
        left: 0px;
        transform: rotate(0deg);
    }

    8% {
        left: 0px;
        transform: rotate(90deg);
    }

    12% {
        left: 0px;
        transform: rotate(90deg);
    }

    20% {
        left: 0px;
        transform: rotate(180deg);
    }

    24% {
        left: 0px;
        transform: rotate(180deg);
    }

    32% {
        left: -100px;
        transform: rotate(180deg);
    }

    36% {
        left: -100px;
        transform: rotate(180deg);
    }

    44% {
        left: -200px;
        transform: rotate(180deg);
    }

    48% {
        left: -200px;
        transform: rotate(180deg);
    }

    56% {
        left: -200px;
        transform: rotate(270deg);
    }

    60% {
        left: -200px;
        transform: rotate(270deg);
    }

    68% {
        left: -200px;
        transform: rotate(360deg);
    }

    72% {
        left: -200px;
        transform: rotate(360deg);
    }

    80% {
        left: -100px;
        transform: rotate(360deg);
    }

    84% {
        left: -100px;
        transform: rotate(360deg);
    }

    92% {
        left: 0px;
        transform: rotate(360deg);
    }

    100% {
        left: 0px;
        transform: rotate(360deg);
    }
}


@keyframes beltAnimation {
    0% {
        border-left: 16px solid white;
    }

    49% {
        border-left: 16px solid white;
    }

    50% {
        border-left: 16px solid grey;
    }

    99% {
        border-left: 16px solid grey;
    }

    100% {
        border-left: 16px solid white;
    }
}

@keyframes beltAnimation2 {
    0% {
        border-left: 16px solid grey;
    }

    49% {
        border-left: 16px solid grey;
    }

    50% {
        border-left: 16px solid white;
    }

    99% {
        border-left: 16px solid white;
    }

    100% {
        border-left: 16px solid grey;
    }
}

.wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    position: relative;
    animation-name: logoAnimation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.blockInfo p {
    font-family: 'Bungee', cursive;
    margin-left: 15px;
    margin-right: 15px;
}

.blockBorder {
    background-color: #273e62;
    width: 120px;
    height: 120px;
    border-left: 4px solid black;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textBorder {
    background-color: #273e62;
    width: 350px;
    height: 120px;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
    display: flex;
    align-items: center;
}

.block {
    width: 100px;
    height: 100px;
    border: 4px solid black;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 60px solid white;
}

.beltBlock {
    display: grid;
    grid-template-columns: auto auto auto;
}

.smallArrowRight {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid white;
    padding-left: 7px;
    animation-name: beltAnimation;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.smallArrowRight2 {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid white;
    padding-left: 7px;
    animation-name: beltAnimation2;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.rotate {
    animation-name: rotateMe;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.header {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

    .header img {
        width: 130px;
        height: 130px;
    }

h1 {
    font-family: 'Bungee Outline', cursive;
    font-size: 70px;
    font-weight: bold;
}

body {
    background-color: #314D79;
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
}

.blockBotText {
    margin-top: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.botText {
    font-family: 'Bungee', cursive;
    font-size: 20px;
    margin-left: 15px;
}

.extraBorder {
    border-top: 4px solid #152a4a;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.textImage {
    max-width: 75%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

    .textImage img {
        max-width: 25%;
        border: 4px solid #152a4a;
    }

    .textImage div {
        font-family: 'Bungee', cursive;
        font-size: 30px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 45px;
        margin-right: 45px;
    }

.specs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px solid #152a4a;
    border-bottom: 4px solid #152a4a;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .specs table {
        margin: auto;
    }

        .specs table th, td {
            font-family: 'Bungee', cursive;
            font-size: 20px;
            text-align: left;
            padding-bottom: 10px;
            padding-left: 30px;
            padding-right: 40px;
            text-align: center;
        }

        .specs table th {
            font-size: 25px;
            padding-bottom: 20px;
        }


.inputDiv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 4px solid #152a4a;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.signUp {
    display: flex;
    justify-content: center;
}

    .signUp input {
        font-size: 25px;
        font-family: 'Bungee', cursive;
    }

    .signUp h2 {
        font-family: 'Bungee', cursive;
        font-size: 40px;
        font-weight: normal;
    }


.santaButton {
    border: 4px solid black;
    border-radius: 12px;
    position: relative;
    font-size: 60px;
    text-decoration: none;
    color: black;
    font-family: PixelArtFont;
    text-decoration: none;
    padding-right: 80px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 9px;
    background-color: #273e62;
}

    .santaButton img {
        width: 70px;
        height: 70px;
        padding-top: 19px;
        position: absolute;
        top: -16px;
        right: 4px;
    }

.santaButtonDiv {
    display: flex;
    justify-content: center;
}

.blockInfo {
    display: flex;
    align-items: center;
}


.copyRight {
    font-family: Arial;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 60px;
}


@media only screen and (max-width: 480px) {
    body {
        padding: 0px;
    }

    .wrapper {
        max-width: 100%
    }

    .header {
        align-items: start;
        flex-direction: column;
    }

        .header h1 {
            font-family: 'Bungee', cursive;
            font-size: 55px;
            margin-bottom: 0;
        }

        .header img {
            margin-left: 210px;
        }


    p {
        line-height: 25px;
    }

    .textBorder {
        width: unset;
    }

    .textImage img {
        object-fit: contain;
        border: unset;
    }

    .specs {
        width: 100%;
    }

        .specs table th, td {
            padding-left: 0px;
            padding-right: 0px;
        }

    h2 {
        line-height: 50px;
        text-align: center
    }

    .inputDiv {

        width: 100%;

    }
    .signUp input {
        font-size: 18px;
        font-family: 'Bungee', cursive;
        
    }

    .signUp form > :first-child {
        margin-bottom: 15px;
    }

    .santaButton {
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 30px;
    }
}   