html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

iframe {
    border: none;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #485460;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*--/wrapper--*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*--//wrapper--*/
.coming-page-infohny {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: calc(100vh - 0px);
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 30px 0;
}

.coming-page-infohny:before {
    content: "";
    background: rgb(146 3 3 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.coming-page-infohny .header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}

.coming-page-infohny .top-hny-logo {
    padding: 2em 0;
}

.coming-page-infohny a.brand-logo {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}

.coming-page-infohny a.brand-logo span.fa {
    color: #2dacf3;
}

.coming-page-infohny .coming-block {
    margin: 100px auto 50px;
    max-width: 500px;
    text-align: center;
    padding: 1em 0;
    display: grid;
}
.coming-page-infohny h1 {
    margin: 0;
    font-size: 86px;
    font-weight: 400;
    color: #fff;
    line-height: 96px;
    text-transform: capitalize;
    margin-bottom: 36px;
    font-family: 'Pacifico', cursive;
}
.coming-page-infohny h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
p.parahny {
    line-height: 26px;
    opacity: 0.9;
}

.coming-page-infohny span.eyes {
    color: #18A5C5;
}

.coming-page-infohny .countdown {
    margin: auto;
    display: table;
    font-size: 28px;
    font-weight: 500;
}

.coming-page-infohny .countdown>div {
    float: left;
    min-width: 100px;
    margin: 40px 10px 0px 0px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    background: rgb(35 1 1 / 21%);
    border-radius: 6px;
    padding: 20px 14px;
}

.coming-page-infohny .countdown>div:last-child {
    border-right: none;
}

.coming-page-infohny p {
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 400;
}

.coming-page-infohny .countdown span {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color:#ffba08;
}
.copyright-footer {
    text-align: center;
}
.copyright-footer p a{
    color:#fff;
}
ul.social li {
    display: inline-block;
    margin-left: 15px;
}

ul.social li a {
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: none;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

ul.social li a:hover {
    opacity:0.7;
    transition: 0.3s ease;
}

ul.social li a span {
    font-size: 16px;
    line-height: 32px;
}

.w3l-copy-right-left a {
    font-size: 14px;
    line-height: 20px;
    color: #f9f9f9;
}

.w3l-copy-right-left a:hover {
    color: #18A5C5;
}

@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media (max-width:1080px) {
    .w3l-copy-right {
        text-align: center;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
    .coming-page-infohny h1 {
        font-size: 66px;
        line-height: 76px;
    }
}

@media (max-width: 600px) {
    .coming-page-infohny .countdown>div {
        font-size: 34px;
    }
    p.parahny {
        line-height: 26px;
        opacity: 0.9;
        letter-spacing: 0px;
        font-size: 15px;
    }
    .coming-page-infohny .coming-block {
        margin: 60px auto 50px;
        max-width: 500px;
        text-align: center;
        padding: 1em 0;
        display: grid;
    }
    .coming-page-infohny h2 {
        margin: 0;
        font-size: 14px;
        margin-bottom: 10px;
    }
    ul.social li {
        margin-left: 6px;
    }
}

@media (max-width: 480px) {
    .coming-page-infohny .countdown>div {
        min-width:80px;
    }
    .coming-page-infohny .countdown>div {
        margin: 36px 6px 0px 0px;
        padding: 16px 10px;
        font-size: 34px;
    }
    .coming-page-infohny h1 {
        font-size: 54px;
        line-height: 64px;
    }
    .coming-page-infohny .header {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 4fr;
        grid-gap: 0 6px;
    }
}

@media (max-width: 415px) {
    .coming-page-infohny a.brand-logo {
        font-size: 28px;
    }
    ul.social li {
        margin-left: 2px;
    }
}

@media (max-width: 384px) {
    .coming-page-infohny .coming-block {
        margin: 50px auto 30px;
    }

    .coming-page-infohny .countdown span {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .coming-page-infohny .countdown>div {
        font-size: 30px;
    }
}

@media (max-width: 376px) {
    .header {
        grid-gap: 0px;
    }

    .coming-page-infohny {
        padding: 20px 0;
    }
}

@media (max-width: 320px) {
    .coming-page-infohny .countdown>div {
        font-size: 22px;
        min-width: 68px;
    }
}