@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 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-info-6 {
  background: url(../img/bg-reserve.webp) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
}

.coming-page-info-6:before {
  content: "";
  background: rgba(0, 4, 4, 0.51);
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
}

.coming-page-info-6 .top-hny-logo {
  padding: 2em 0;
}

.coming-page-info-6 a.brand-logo {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
}

.coming-page-info-6 label.spl-ap {
  color: var(--theme-color);
  font-weight: 900;
}

.coming-page-info-6 .logo-icon {
  position: absolute;
  color: var(--theme-color);
  right: -3px;
  top: -8px;
  font-size: 19px;
}

.coming-page-info-6 .coming-block {
  margin: 0px auto 50px;
  max-width: 650px;
  text-align: center;
  padding: 1em;
  display: grid;
}

.coming-page-info-6 h1 {
 font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 98px;
  font-weight: 900;
  color: #fff;
  line-height: 134px;
  text-transform: uppercase;
}

.coming-page-info-6 span.eyes {
  color: #18A5C5;
}

.coming-page-info-6 .countdown {
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: 500;
}

.coming-page-info-6 .countdown>div {
  float: left;
  min-width: 115px;
  margin: 40px 0;
  font-size: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: bold;
  color: #fff;
}

.coming-page-info-6 .countdown>div:last-child {
  border-right: none;
}

.coming-page-info-6 p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.coming-page-info-6 .countdown span {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}

.copyright-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  position: absolute;
  bottom: 60px;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.copyright-footer p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.w3l-copy-right {
  text-align: right;
}

ul.social li {
  display: inline-block;
  margin-right: 15px;
}

ul.social li a {
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: none;
  text-align: center;
  border: radius 0px;
  border: 1px solid #ffffff;
}

ul.social li a:hover {
  color: #2b343d;
  transition: 0.3s ease;
  border: 1px solid #2b343d;
}

ul.social li a span {
  font-size: 15px;
  line-height: 30px;
}

.w3l-copy-right a {
  font-size: 14px;
  line-height: 20px;
  color: #f9f9f9;
}

.w3l-copy-right a:hover {
  color: #2b343d;
}

@media (max-width: 1600px) {
  .coming-page-info-6 h1 {
    font-size: 120px;
  }
}

@media (max-width: 1366px) {
  .coming-page-info-6 h1 {
    font-size: 114px;
  }
}

@media (max-width:1080px) {
  .coming-page-info-6 p {
    margin-top: 10px;
    line-height: 29px;
    letter-spacing: 0px;
  }

  .coming-page-info-6 h1 {
    font-size: 100px;
    line-height: 108px;
  }

  .copyright-footer {
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 20px;
    position: static;
    bottom: 60px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .w3l-copy-right {
    text-align: center;
    order: 1;
  }

  .w3l-copy-right-left {
    order: 2;
  }
}

@media (max-width: 667px) {
  .coming-page-info-6 h1 {
    font-size: 85px;
    line-height: 95px;
  }
}

@media (max-width: 600px) {
  .coming-page-info-6 h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .coming-page-info-6 .countdown>div {
    font-size: 34px;
  }

  .coming-page-info-6 a.brand-logo {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .coming-page-info-6 h1 {
    font-size: 75px;
    line-height: 80px;
  }

  .coming-page-info-6 .countdown>div {
    font-size: 28px;
    min-width: 80px;
  }
}

@media (max-width: 384px) {
  .coming-page-info-6 h1 {
    font-size: 65px;
    line-height: 68px;
  }

  .coming-page-info-6 .countdown>div {
    font-size: 28px;
    min-width: 78px;
  }

  .coming-page-info-6 .countdown span {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

@media (max-width: 376px) {
  .coming-page-info-6 .countdown>div {
    font-size: 26px;
    min-width: 74px;
  }

  .coming-page-info-6 h1 {
    font-size: 62px;
    line-height: 66px;
  }
}

@media (max-width: 320px) {
  .coming-page-info-6 .countdown>div {
    font-size: 22px;
    min-width: 68px;
  }
}

/*buttons**/
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.outline-btn {
    position: relative;
    display: inline-block;
    color: #29263d;
    border: 1px solid #29263d;
}
.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn {
    padding: 12px 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.btn, button, .actionbg {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

/* ==========================================================================
   TABS SECTION - WHITE BACKGROUND
   ========================================================================== */

/* The main container */
.feature-content-wrap {
    background: #ffffff !important;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: left;
}

/* Force dark text inside the white box because global CSS makes it white */
.feature-content-wrap h3 {
    color: #222222 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.feature-content-wrap p {
    color: #444444 !important; /* Overriding your global white text */
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* Tab Navigation Buttons */
.nav-tabs {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    display: block;
    padding: 10px 20px;
    color: #666 !important;
    background: #f8f9fa !important;
    border: 1px solid #ddd !important;
    margin: 0 5px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 14px;
}

/* Active Tab Styling */
.nav-tabs .nav-link.active {
    color: #fff !important;
    background: #ff4f5a !important; /* Brand Red */
    border-color: #ff4f5a !important;
}

/* Buttons inside tabs */
.primary-solid-btn {
    background: #ff4f5a !important;
    color: #fff !important;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.outline-btn {
    background: transparent !important;
    color: #ff4f5a !important;
    border: 2px solid #ff4f5a !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    transition: 0.3s;
}

.primary-solid-btn:hover {
    background: #e03e48 !important;
}

.outline-btn:hover {
    background: #fff5f5 !important;
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .feature-content-wrap {
        padding: 20px;
    }
    .outline-btn {
        margin-left: 0;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    .primary-solid-btn {
        display: block;
        text-align: center;
    }
}