@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Wallpoet', cursive; */
    font-family: 'Coming Soon', cursive;
    /* background-color: #6c55ff; */
    background-image: url('../img/bg1.jpg');
}

.header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.header img {
    width: 200px;
}

.textarea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.textarea .sociallinks a {
    color: black;
    font-size: 1.25rem;
    padding: 0.25rem;
}

.btn-cont-cs {
    background-color: black;
    color: white;
    border-radius: 0px;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}

.copyright-text a {
    background: url(../img/hlogob.png) 0 0/150px 70px no-repeat;
    margin: 5px auto;
    text-align: end;
    height: 70px;
    width: 50px;
    transition: .5s ease-in;
    display: inline-block
}

.copyright-text a:hover {
    height: 70px;
    width: 170px;
    transition: .5s ease-in
}

.footercomingsoon {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: transparent !important;
}

h1 {
    overflow: hidden;
}

.ml15 {
    font-weight: 800;
    font-size: 8em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ml15 .word {
    display: inline-block;
    line-height: 1em;
}

@media (max-device-width:830px) {
    .ml15 {
        font-weight: 800;
        font-size: 2em;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header img {
        width: 140px;
    }
    .telcs {
        font-size: 15px;
    }
    .sociallinks {
        margin-top: 2rem;
    }
    .ml15 .word {
        display: inline-block;
        line-height: 2em;
    }
    .footercomingsoon {
        font-size: 10px;
    }
}

@media (max-width:720px) {
    .ml15 {
        font-weight: 800;
        font-size: 2em;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header img {
        width: 140px;
    }
    .telcs {
        font-size: 15px;
    }
    .sociallinks {
        margin-top: 2rem;
    }
    .ml15 .word {
        display: inline-block;
        line-height: 2em;
    }
    .footercomingsoon {
        font-size: 10px;
    }
}

@media (max-device-width:480px) {
    .ml15 {
        font-weight: 800;
        font-size: 2em;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header img {
        width: 140px;
    }
    .telcs {
        font-size: 15px;
    }
    .sociallinks {
        margin-top: 2rem;
    }
    .ml15 .word {
        display: inline-block;
        line-height: 2em;
    }
    .footercomingsoon {
        font-size: 10px;
    }
}