@font-face {
    font-family: 'Digital-Clock';
    src: url('fonts/Digital-7.eot');
    src: url('fonts/Digital-7.eot?#iefix') format('embedded-opentype'),
        url('fonts/Digital-7.woff2') format('woff2'),
        url('fonts/Digital-7.woff') format('woff'),
        url('fonts/Digital-7.ttf') format('truetype'),
        url('fonts/Digital-7.svg#Digital-7') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OOH-bold';
    src: url('fonts/PlatformOLXApp-Bold.eot');
    src: url('fonts/PlatformOLXApp-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlatformOLXApp-Bold.woff2') format('woff2'),
        url('fonts/PlatformOLXApp-Bold.woff') format('woff'),
        url('fonts/PlatformOLXApp-Bold.ttf') format('truetype'),
        url('fonts/PlatformOLXApp-Bold.svg#PlatformOLXApp-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OOH-regular';
    src: url('fonts/PlatformOLXApp-Regular.eot');
    src: url('fonts/PlatformOLXApp-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlatformOLXApp-Regular.woff2') format('woff2'),
        url('fonts/PlatformOLXApp-Regular.woff') format('woff'),
        url('fonts/PlatformOLXApp-Regular.ttf') format('truetype'),
        url('fonts/PlatformOLXApp-Regular.svg#PlatformOLXApp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    color: #002F34;
    user-select: none;
}

main {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #23E5DB;

}

.header, .content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}


.img-shipping {
  color: #CBF7EE;
  margin-right: 10px;
  width: 55px;
}

.hero-title {
    font-family: 'OOH-bold', sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.hero-title-2 {
    font-family: 'OOH-bold', sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.hero-subtitle {
    font-family: 'OOH-bold', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text {
    font-family: 'OOH-regular', sans-serif;
    font-size: 30px;
}

.hero-subtext {
    font-family: 'OOH-regular', sans-serif;
    font-size: 25px;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.margin-end {
    margin-right: 7.5px;
}

.banner {
    background-color: #002F34;
    color: #CBF7EE;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items:center;
    padding: 5px 15px;
    margin-top: 0;
}

.img-logo {
    max-width: 100px;
}

.digital-clock {
    font-family: 'Digital-clock', sans-serif;
}

.digital-clock-container {
    text-align: center;
    background-color: #ffffffb1;
    border-radius: 10px;
    max-height: 120px;
    margin: 0 15px;
    display: flex;
}

.digital-clock {
    font-size: 100px;
    color: #333;
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 100px;
}

@-moz-document url-prefix() {
    #degrees-text {
        top: -14px;
        left: -1px;
    }
    .digital-clock {
        height: 90px;
    }
}

#backgroundText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: #99999977;
    z-index: 0;
}
#degrees-text {
    z-index: 2;
    margin-top:5px;
    position: relative;
    display: block;
    width: 55px;
}

#degrees-symbol {
    font-size: 50px;
    position: absolute;
    top: -1px;
    left: -15px;
}
#degrees {
    z-index: 2;
    left: -27px;
    position: relative;
    top:-22px;
}
#degrees-text.one {
    left: 16px;
}

@media (max-width: 900px)
{
    .hero-title,.hero-title-2{
        font-size: 40px;
    }
    .hero-subtitle {
        font-size: 35px;
    }
}


@media (max-width: 746px)
{
    .hero-content {
        margin: 10px 0;
    }
    .hero-title,.hero-title-2 {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 24px;
    }
    .hero-text {
        font-size: 16px;
    }
    .hero-subtext {
        font-size: 18px;
    }
    .img-logo {
        max-width: 50px;
    }
    .img-shipping {
        width: 30px;
        height: 30px;
    }
    .digital-clock {
        font-size: 50px;
        width: 20px;
    }
    #degrees-text {
        top: 0px;
        left: -4px;
        width: auto;
    }
    #backgroundText {
        font-size: 50px;
    }
    #degrees-symbol {
        font-size: 20px;
        top: 8px;
        left: -11px;
    }
    #degrees-text.one {
        left: 7px;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #degrees-symbol {
            top: 4px;
        }
    }
    @-moz-document url-prefix() {
        #degrees-text {
            top: -5px;
        }
    }
    .digital-clock-container {
        max-height: 50px;
    }
    .digital-clock {
        height: 50px;
    }
}

@media (max-width: 560px) {
    .hero-title,.hero-title-2 {
        font-size: 19px;
    }
    .hero-subtitle {
        font-size: 18px;
    }
    .hero-subtext {
        font-size: 17px;
    }
}

@media (max-width: 380px)
{
    .hero-title,.hero-title-2 {
        font-size: 16px;
    }
    .hero-content {
        margin: 10px 0;
    }
    .hero-title,.hero-title-2 {
        font-size: 13px;
    }
    .hero-subtitle {
        font-size: 12px;
    }
    .hero-text {
        font-size: 10px;
    }
    .hero-subtext {
        font-size: 11px;
    }
    .img-logo {
        max-width: 30px;
    }
    .img-shipping {
        width: 20px;
        height: 20px;
    }

}